From e0a986eb3032e7798c9f9ea0ddc010eade4a6246 Mon Sep 17 00:00:00 2001 From: dinlo Date: Sun, 31 May 2026 18:45:31 +0800 Subject: [PATCH] Initial commit Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 62 + config.ts | 27 + index.ts | 47 + node_modules/.bin/acorn | 16 + node_modules/.bin/acorn.cmd | 17 + node_modules/.bin/acorn.ps1 | 28 + node_modules/.bin/semver | 16 + node_modules/.bin/semver.cmd | 17 + node_modules/.bin/semver.ps1 | 28 + node_modules/.bin/ts-node | 16 + node_modules/.bin/ts-node-cwd | 16 + node_modules/.bin/ts-node-cwd.cmd | 17 + node_modules/.bin/ts-node-cwd.ps1 | 28 + node_modules/.bin/ts-node-esm | 16 + node_modules/.bin/ts-node-esm.cmd | 17 + node_modules/.bin/ts-node-esm.ps1 | 28 + node_modules/.bin/ts-node-script | 16 + node_modules/.bin/ts-node-script.cmd | 17 + node_modules/.bin/ts-node-script.ps1 | 28 + node_modules/.bin/ts-node-transpile-only | 16 + node_modules/.bin/ts-node-transpile-only.cmd | 17 + node_modules/.bin/ts-node-transpile-only.ps1 | 28 + node_modules/.bin/ts-node.cmd | 17 + node_modules/.bin/ts-node.ps1 | 28 + node_modules/.bin/ts-script | 16 + node_modules/.bin/ts-script.cmd | 17 + node_modules/.bin/ts-script.ps1 | 28 + node_modules/.bin/tsc | 16 + node_modules/.bin/tsc.cmd | 17 + node_modules/.bin/tsc.ps1 | 28 + node_modules/.bin/tsserver | 16 + node_modules/.bin/tsserver.cmd | 17 + node_modules/.bin/tsserver.ps1 | 28 + node_modules/.package-lock.json | 383 + .../@cspotcode/source-map-support/LICENSE.md | 21 + .../@cspotcode/source-map-support/README.md | 289 + .../browser-source-map-support.js | 114 + .../source-map-support/package.json | 50 + .../register-hook-require.d.ts | 7 + .../register-hook-require.js | 3 + .../source-map-support/register.d.ts | 7 + .../@cspotcode/source-map-support/register.js | 1 + .../source-map-support.d.ts | 76 + .../source-map-support/source-map-support.js | 938 + node_modules/@jridgewell/resolve-uri/LICENSE | 19 + .../@jridgewell/resolve-uri/README.md | 40 + .../resolve-uri/dist/resolve-uri.mjs | 232 + .../resolve-uri/dist/resolve-uri.mjs.map | 1 + .../resolve-uri/dist/resolve-uri.umd.js | 240 + .../resolve-uri/dist/resolve-uri.umd.js.map | 1 + .../resolve-uri/dist/types/resolve-uri.d.ts | 4 + .../@jridgewell/resolve-uri/package.json | 69 + .../@jridgewell/sourcemap-codec/LICENSE | 19 + .../@jridgewell/sourcemap-codec/README.md | 264 + .../sourcemap-codec/dist/sourcemap-codec.mjs | 423 + .../dist/sourcemap-codec.mjs.map | 6 + .../dist/sourcemap-codec.umd.js | 464 + .../dist/sourcemap-codec.umd.js.map | 6 + .../@jridgewell/sourcemap-codec/package.json | 63 + .../@jridgewell/sourcemap-codec/src/scopes.ts | 345 + .../sourcemap-codec/src/sourcemap-codec.ts | 111 + .../sourcemap-codec/src/strings.ts | 65 + .../@jridgewell/sourcemap-codec/src/vlq.ts | 55 + .../sourcemap-codec/types/scopes.d.cts | 50 + .../sourcemap-codec/types/scopes.d.cts.map | 1 + .../sourcemap-codec/types/scopes.d.mts | 50 + .../sourcemap-codec/types/scopes.d.mts.map | 1 + .../types/sourcemap-codec.d.cts | 9 + .../types/sourcemap-codec.d.cts.map | 1 + .../types/sourcemap-codec.d.mts | 9 + .../types/sourcemap-codec.d.mts.map | 1 + .../sourcemap-codec/types/strings.d.cts | 16 + .../sourcemap-codec/types/strings.d.cts.map | 1 + .../sourcemap-codec/types/strings.d.mts | 16 + .../sourcemap-codec/types/strings.d.mts.map | 1 + .../sourcemap-codec/types/vlq.d.cts | 7 + .../sourcemap-codec/types/vlq.d.cts.map | 1 + .../sourcemap-codec/types/vlq.d.mts | 7 + .../sourcemap-codec/types/vlq.d.mts.map | 1 + .../@jridgewell/trace-mapping/LICENSE | 19 + .../@jridgewell/trace-mapping/README.md | 193 + .../trace-mapping/dist/trace-mapping.mjs | 514 + .../trace-mapping/dist/trace-mapping.mjs.map | 1 + .../trace-mapping/dist/trace-mapping.umd.js | 528 + .../dist/trace-mapping.umd.js.map | 1 + .../trace-mapping/dist/types/any-map.d.ts | 8 + .../dist/types/binary-search.d.ts | 32 + .../trace-mapping/dist/types/by-source.d.ts | 7 + .../trace-mapping/dist/types/resolve.d.ts | 1 + .../trace-mapping/dist/types/sort.d.ts | 2 + .../dist/types/sourcemap-segment.d.ts | 16 + .../dist/types/strip-filename.d.ts | 4 + .../dist/types/trace-mapping.d.ts | 70 + .../trace-mapping/dist/types/types.d.ts | 85 + .../@jridgewell/trace-mapping/package.json | 70 + node_modules/@tsconfig/node10/LICENSE | 21 + node_modules/@tsconfig/node10/README.md | 38 + node_modules/@tsconfig/node10/package.json | 15 + node_modules/@tsconfig/node10/tsconfig.json | 14 + node_modules/@tsconfig/node12/LICENSE | 21 + node_modules/@tsconfig/node12/README.md | 40 + node_modules/@tsconfig/node12/package.json | 1 + node_modules/@tsconfig/node12/tsconfig.json | 16 + node_modules/@tsconfig/node14/LICENSE | 21 + node_modules/@tsconfig/node14/README.md | 40 + node_modules/@tsconfig/node14/package.json | 1 + node_modules/@tsconfig/node14/tsconfig.json | 16 + node_modules/@tsconfig/node16/LICENSE | 21 + node_modules/@tsconfig/node16/README.md | 40 + node_modules/@tsconfig/node16/package.json | 15 + node_modules/@tsconfig/node16/tsconfig.json | 16 + node_modules/@types/node/LICENSE | 21 + node_modules/@types/node/README.md | 15 + node_modules/@types/node/assert.d.ts | 1062 + node_modules/@types/node/assert/strict.d.ts | 8 + node_modules/@types/node/async_hooks.d.ts | 605 + node_modules/@types/node/buffer.buffer.d.ts | 471 + node_modules/@types/node/buffer.d.ts | 1936 + node_modules/@types/node/child_process.d.ts | 1475 + node_modules/@types/node/cluster.d.ts | 577 + .../@types/node/compatibility/disposable.d.ts | 16 + .../@types/node/compatibility/index.d.ts | 9 + .../@types/node/compatibility/indexable.d.ts | 20 + .../@types/node/compatibility/iterators.d.ts | 21 + node_modules/@types/node/console.d.ts | 452 + node_modules/@types/node/constants.d.ts | 21 + node_modules/@types/node/crypto.d.ts | 4590 + node_modules/@types/node/dgram.d.ts | 597 + .../@types/node/diagnostics_channel.d.ts | 578 + node_modules/@types/node/dns.d.ts | 871 + node_modules/@types/node/dns/promises.d.ts | 479 + node_modules/@types/node/domain.d.ts | 170 + node_modules/@types/node/events.d.ts | 977 + node_modules/@types/node/fs.d.ts | 4375 + node_modules/@types/node/fs/promises.d.ts | 1270 + node_modules/@types/node/globals.d.ts | 172 + .../@types/node/globals.typedarray.d.ts | 38 + node_modules/@types/node/http.d.ts | 2049 + node_modules/@types/node/http2.d.ts | 2631 + node_modules/@types/node/https.d.ts | 578 + node_modules/@types/node/index.d.ts | 93 + .../@types/node/inspector.generated.d.ts | 3966 + node_modules/@types/node/module.d.ts | 539 + node_modules/@types/node/net.d.ts | 1031 + node_modules/@types/node/os.d.ts | 506 + node_modules/@types/node/package.json | 140 + node_modules/@types/node/path.d.ts | 200 + node_modules/@types/node/perf_hooks.d.ts | 961 + node_modules/@types/node/process.d.ts | 1961 + node_modules/@types/node/punycode.d.ts | 117 + node_modules/@types/node/querystring.d.ts | 152 + node_modules/@types/node/readline.d.ts | 589 + .../@types/node/readline/promises.d.ts | 162 + node_modules/@types/node/repl.d.ts | 430 + node_modules/@types/node/sea.d.ts | 153 + node_modules/@types/node/stream.d.ts | 1698 + .../@types/node/stream/consumers.d.ts | 38 + node_modules/@types/node/stream/promises.d.ts | 90 + node_modules/@types/node/stream/web.d.ts | 533 + node_modules/@types/node/string_decoder.d.ts | 67 + node_modules/@types/node/test.d.ts | 1787 + node_modules/@types/node/timers.d.ts | 286 + node_modules/@types/node/timers/promises.d.ts | 108 + node_modules/@types/node/tls.d.ts | 1259 + node_modules/@types/node/trace_events.d.ts | 197 + .../@types/node/ts5.6/buffer.buffer.d.ts | 468 + .../@types/node/ts5.6/globals.typedarray.d.ts | 34 + node_modules/@types/node/ts5.6/index.d.ts | 93 + node_modules/@types/node/tty.d.ts | 208 + node_modules/@types/node/url.d.ts | 964 + node_modules/@types/node/util.d.ts | 2331 + node_modules/@types/node/v8.d.ts | 809 + node_modules/@types/node/vm.d.ts | 1001 + node_modules/@types/node/wasi.d.ts | 181 + .../node/web-globals/abortcontroller.d.ts | 34 + .../@types/node/web-globals/domexception.d.ts | 68 + .../@types/node/web-globals/events.d.ts | 97 + .../@types/node/web-globals/fetch.d.ts | 55 + node_modules/@types/node/worker_threads.d.ts | 715 + node_modules/@types/node/zlib.d.ts | 598 + node_modules/acorn-walk/CHANGELOG.md | 209 + node_modules/acorn-walk/LICENSE | 21 + node_modules/acorn-walk/README.md | 124 + node_modules/acorn-walk/dist/walk.d.mts | 152 + node_modules/acorn-walk/dist/walk.d.ts | 152 + node_modules/acorn-walk/dist/walk.js | 485 + node_modules/acorn-walk/dist/walk.mjs | 467 + node_modules/acorn-walk/package.json | 50 + node_modules/acorn/CHANGELOG.md | 972 + node_modules/acorn/LICENSE | 21 + node_modules/acorn/README.md | 301 + node_modules/acorn/bin/acorn | 4 + node_modules/acorn/dist/acorn.d.mts | 883 + node_modules/acorn/dist/acorn.d.ts | 883 + node_modules/acorn/dist/acorn.js | 6295 + node_modules/acorn/dist/acorn.mjs | 6266 + node_modules/acorn/dist/bin.js | 90 + node_modules/acorn/package.json | 50 + node_modules/arg/LICENSE.md | 21 + node_modules/arg/README.md | 280 + node_modules/arg/index.d.ts | 31 + node_modules/arg/index.js | 144 + node_modules/arg/package.json | 30 + node_modules/asn1/Jenkinsfile | 65 + node_modules/asn1/LICENSE | 19 + node_modules/asn1/README.md | 50 + node_modules/asn1/lib/ber/errors.js | 13 + node_modules/asn1/lib/ber/index.js | 27 + node_modules/asn1/lib/ber/reader.js | 262 + node_modules/asn1/lib/ber/types.js | 36 + node_modules/asn1/lib/ber/writer.js | 317 + node_modules/asn1/lib/index.js | 20 + node_modules/asn1/package.json | 31 + node_modules/bcrypt-pbkdf/CONTRIBUTING.md | 13 + node_modules/bcrypt-pbkdf/LICENSE | 66 + node_modules/bcrypt-pbkdf/README.md | 45 + node_modules/bcrypt-pbkdf/index.js | 556 + node_modules/bcrypt-pbkdf/package.json | 15 + node_modules/buildcheck/.eslintrc.js | 5 + .../buildcheck/.github/workflows/ci.yml | 88 + .../buildcheck/.github/workflows/lint.yml | 27 + node_modules/buildcheck/.npmignore | 3 + node_modules/buildcheck/LICENSE | 19 + node_modules/buildcheck/README.md | 106 + .../buildcheck/deps/Find-VisualStudio.cs | 250 + node_modules/buildcheck/lib/findvs.js | 361 + node_modules/buildcheck/lib/index.js | 738 + node_modules/buildcheck/package.json | 36 + node_modules/buildcheck/test/test.js | 8 + node_modules/cpu-features/.eslintrc.js | 5 + .../cpu-features/.github/workflows/ci.yml | 74 + .../cpu-features/.github/workflows/lint.yml | 27 + node_modules/cpu-features/LICENSE | 19 + node_modules/cpu-features/README.md | 59 + node_modules/cpu-features/binding.gyp | 16 + .../build/Release/cpu_features.lib | Bin 0 -> 576862 bytes .../build/Release/cpufeatures.iobj | Bin 0 -> 658489 bytes .../build/Release/cpufeatures.ipdb | Bin 0 -> 188960 bytes .../build/Release/cpufeatures.node | Bin 0 -> 174080 bytes .../build/Release/cpufeatures.pdb | Bin 0 -> 4894720 bytes .../obj/cpufeatures/cpufeatures.node.recipe | 11 + .../cpufeatures.tlog/CL.command.1.tlog | Bin 0 -> 6000 bytes .../cpufeatures.tlog/CL.read.1.tlog | Bin 0 -> 72892 bytes .../cpufeatures.tlog/CL.write.1.tlog | Bin 0 -> 764 bytes .../cpufeatures.tlog/Cl.items.tlog | 2 + .../cpufeatures.lastbuildstate | 2 + .../cpufeatures.tlog/link.command.1.tlog | Bin 0 -> 2216 bytes .../cpufeatures.tlog/link.read.1.tlog | Bin 0 -> 5674 bytes .../cpufeatures.tlog/link.secondary.1.tlog | 3 + .../cpufeatures.tlog/link.write.1.tlog | Bin 0 -> 924 bytes .../Release/obj/cpufeatures/src/binding.obj | Bin 0 -> 2723278 bytes .../obj/cpufeatures/win_delay_load_hook.obj | Bin 0 -> 109521 bytes node_modules/cpu-features/build/binding.sln | 33 + node_modules/cpu-features/build/config.gypi | 526 + .../cpu-features/build/cpufeatures.vcxproj | 154 + .../build/cpufeatures.vcxproj.filters | 58 + .../obj/cpu_features/cpu_features.lib.recipe | 7 + .../cpu_features.tlog/CL.command.1.tlog | Bin 0 -> 44360 bytes .../cpu_features.tlog/CL.read.1.tlog | Bin 0 -> 68192 bytes .../cpu_features.tlog/CL.write.1.tlog | Bin 0 -> 6926 bytes .../cpu_features.tlog/Cl.items.tlog | 14 + .../cpu_features.tlog/Lib-link.read.1.tlog | Bin 0 -> 8412 bytes .../cpu_features.tlog/Lib-link.write.1.tlog | Bin 0 -> 4284 bytes .../cpu_features.tlog/Lib.command.1.tlog | Bin 0 -> 6380 bytes .../cpu_features.lastbuildstate | 2 + .../deps/cpu_features/src/filesystem.obj | Bin 0 -> 11207 bytes .../src/impl_aarch64_linux_or_android.obj | Bin 0 -> 5661 bytes .../src/impl_aarch64_macos_or_iphone.obj | Bin 0 -> 5658 bytes .../cpu_features/src/impl_aarch64_windows.obj | Bin 0 -> 5626 bytes .../src/impl_arm_linux_or_android.obj | Bin 0 -> 5645 bytes .../src/impl_mips_linux_or_android.obj | Bin 0 -> 5648 bytes .../deps/cpu_features/src/impl_ppc_linux.obj | Bin 0 -> 5600 bytes .../cpu_features/src/impl_x86_freebsd.obj | Bin 0 -> 5610 bytes .../src/impl_x86_linux_or_android.obj | Bin 0 -> 5645 bytes .../deps/cpu_features/src/impl_x86_macos.obj | Bin 0 -> 5600 bytes .../cpu_features/src/impl_x86_windows.obj | Bin 0 -> 268597 bytes .../cpu_features/src/stack_line_reader.obj | Bin 0 -> 95214 bytes .../deps/cpu_features/src/string_view.obj | Bin 0 -> 28913 bytes .../obj/cpu_features/win_delay_load_hook.obj | Bin 0 -> 109566 bytes .../build/deps/cpu_features/cpu_features.sln | 19 + .../deps/cpu_features/cpu_features.vcxproj | 188 + .../cpu_features/cpu_features.vcxproj.filters | 541 + node_modules/cpu-features/buildcheck.gypi | 17 + node_modules/cpu-features/buildcheck.js | 32 + .../deps/cpu_features/.clang-format | 4 + .../deps/cpu_features/.dockerignore | 31 + .../cpu_features/.github/workflows/Dockerfile | 5 + .../.github/workflows/aarch64_linux_cmake.yml | 30 + .../.github/workflows/amd64_freebsd_cmake.yml | 22 + .../.github/workflows/amd64_linux_bazel.yml | 26 + .../.github/workflows/amd64_linux_cmake.yml | 31 + .../.github/workflows/amd64_macos_cmake.yml | 43 + .../.github/workflows/amd64_windows_cmake.yml | 25 + .../.github/workflows/arm_linux_cmake.yml | 31 + .../.github/workflows/clang_format.yml | 24 + .../.github/workflows/mips_linux_cmake.yml | 30 + .../.github/workflows/power_linux_cmake.yml | 29 + .../.github/workflows/riscv_linux_cmake.yml | 28 + .../.github/workflows/s390x_linux_cmake.yml | 27 + .../deps/cpu_features/.grenrc.yml | 21 + .../cpu-features/deps/cpu_features/.npmignore | 19 + .../deps/cpu_features/BUILD.bazel | 329 + .../deps/cpu_features/CMakeLists.txt | 261 + .../deps/cpu_features/CONTRIBUTING.md | 23 + .../cpu-features/deps/cpu_features/LICENSE | 230 + .../cpu-features/deps/cpu_features/README.md | 272 + .../cpu-features/deps/cpu_features/WORKSPACE | 19 + .../deps/cpu_features/bazel/ci/README.md | 5 + .../deps/cpu_features/bazel/platforms.bzl | 11 + .../cmake/CpuFeaturesConfig.cmake.in | 3 + .../cmake/CpuFeaturesNdkCompatConfig.cmake.in | 3 + .../deps/cpu_features/cmake/README.md | 30 + .../deps/cpu_features/cmake/ci/Makefile | 252 + .../deps/cpu_features/cmake/ci/README.md | 40 + .../deps/cpu_features/cmake/ci/doc/docker.dot | 64 + .../deps/cpu_features/cmake/ci/doc/docker.svg | 312 + .../cmake/ci/doc/generate_image.sh | 7 + .../cmake/ci/docker/amd64/Dockerfile | 48 + .../cmake/ci/docker/toolchain/Dockerfile | 34 + .../cmake/ci/sample/CMakeLists.txt | 22 + .../cpu_features/cmake/ci/sample/main.cpp | 11 + .../cmake/ci/vagrant/freebsd/Vagrantfile | 107 + .../cmake/googletest.CMakeLists.txt.in | 15 + .../deps/cpu_features/cpu_features.gyp | 105 + .../include/cpu_features_cache_info.h | 54 + .../include/cpu_features_macros.h | 384 + .../cpu_features/include/cpuinfo_aarch64.h | 259 + .../deps/cpu_features/include/cpuinfo_arm.h | 121 + .../deps/cpu_features/include/cpuinfo_mips.h | 74 + .../deps/cpu_features/include/cpuinfo_ppc.h | 149 + .../deps/cpu_features/include/cpuinfo_riscv.h | 72 + .../deps/cpu_features/include/cpuinfo_s390x.h | 108 + .../deps/cpu_features/include/cpuinfo_x86.h | 288 + .../cpu_features/include/internal/bit_utils.h | 40 + .../cpu_features/include/internal/cpuid_x86.h | 37 + .../include/internal/filesystem.h | 39 + .../cpu_features/include/internal/hwcaps.h | 240 + .../include/internal/stack_line_reader.h | 49 + .../include/internal/string_view.h | 110 + .../include/internal/windows_utils.h | 70 + .../cpu_features/ndk_compat/CMakeLists.txt | 60 + .../deps/cpu_features/ndk_compat/README.md | 4 + .../cpu_features/ndk_compat/cpu-features.c | 205 + .../cpu_features/ndk_compat/cpu-features.h | 320 + .../cpu_features/ndk_compat/ndk-compat-test.c | 12 + .../0001-Add-Apple-Silicon-Support.patch | 456 + .../cpu_features/scripts/generate_badges.d | 165 + .../deps/cpu_features/scripts/make_release.sh | 75 + .../cpu_features/scripts/run_integration.sh | 490 + .../cpu_features/scripts/test_integration.sh | 79 + .../deps/cpu_features/src/copy.inl | 19 + .../cpu_features/src/define_introspection.inl | 86 + .../src/define_introspection_and_hwcaps.inl | 26 + .../deps/cpu_features/src/equals.inl | 22 + .../deps/cpu_features/src/filesystem.c | 62 + .../deps/cpu_features/src/hwcaps.c | 169 + .../src/impl_aarch64__base_implementation.inl | 88 + .../src/impl_aarch64_linux_or_android.c | 79 + .../src/impl_aarch64_macos_or_iphone.c | 82 + .../cpu_features/src/impl_aarch64_windows.c | 138 + .../src/impl_arm_linux_or_android.c | 212 + .../src/impl_mips_linux_or_android.c | 93 + .../deps/cpu_features/src/impl_ppc_linux.c | 163 + .../deps/cpu_features/src/impl_riscv_linux.c | 111 + .../deps/cpu_features/src/impl_s390x_linux.c | 120 + .../src/impl_x86__base_implementation.inl | 2055 + .../deps/cpu_features/src/impl_x86_freebsd.c | 68 + .../src/impl_x86_linux_or_android.c | 58 + .../deps/cpu_features/src/impl_x86_macos.c | 57 + .../deps/cpu_features/src/impl_x86_windows.c | 58 + .../deps/cpu_features/src/stack_line_reader.c | 132 + .../deps/cpu_features/src/string_view.c | 192 + .../src/utils/list_cpu_features.c | 461 + .../deps/cpu_features/test/CMakeLists.txt | 114 + .../deps/cpu_features/test/bit_utils_test.cc | 53 + .../cpu_features/test/cpuinfo_aarch64_test.cc | 396 + .../cpu_features/test/cpuinfo_arm_test.cc | 384 + .../cpu_features/test/cpuinfo_mips_test.cc | 176 + .../cpu_features/test/cpuinfo_ppc_test.cc | 131 + .../cpu_features/test/cpuinfo_riscv_test.cc | 180 + .../cpu_features/test/cpuinfo_s390x_test.cc | 82 + .../cpu_features/test/cpuinfo_x86_test.cc | 1729 + .../test/filesystem_for_testing.cc | 103 + .../test/filesystem_for_testing.h | 61 + .../cpu_features/test/hwcaps_for_testing.cc | 52 + .../cpu_features/test/hwcaps_for_testing.h | 31 + .../test/stack_line_reader_test.cc | 132 + .../cpu_features/test/string_view_test.cc | 202 + node_modules/cpu-features/lib/index.js | 5 + node_modules/cpu-features/package.json | 40 + node_modules/cpu-features/src/binding.cc | 151 + node_modules/cpu-features/test/test.js | 12 + node_modules/create-require/CHANGELOG.md | 33 + node_modules/create-require/LICENSE | 25 + node_modules/create-require/README.md | 46 + .../create-require/create-require.d.ts | 3 + node_modules/create-require/create-require.js | 49 + node_modules/create-require/package.json | 39 + node_modules/diff/CONTRIBUTING.md | 39 + node_modules/diff/LICENSE | 31 + node_modules/diff/README.md | 207 + node_modules/diff/dist/diff.js | 1548 + node_modules/diff/dist/diff.min.js | 1 + node_modules/diff/lib/convert/dmp.js | 32 + node_modules/diff/lib/convert/xml.js | 42 + node_modules/diff/lib/diff/array.js | 45 + node_modules/diff/lib/diff/base.js | 304 + node_modules/diff/lib/diff/character.js | 37 + node_modules/diff/lib/diff/css.js | 41 + node_modules/diff/lib/diff/json.js | 163 + node_modules/diff/lib/diff/line.js | 89 + node_modules/diff/lib/diff/sentence.js | 41 + node_modules/diff/lib/diff/word.js | 107 + node_modules/diff/lib/index.es6.js | 1519 + node_modules/diff/lib/index.js | 216 + node_modules/diff/lib/patch/apply.js | 243 + node_modules/diff/lib/patch/create.js | 247 + node_modules/diff/lib/patch/merge.js | 609 + node_modules/diff/lib/patch/parse.js | 156 + node_modules/diff/lib/util/array.js | 32 + .../diff/lib/util/distance-iterator.js | 57 + node_modules/diff/lib/util/params.js | 24 + node_modules/diff/package.json | 74 + node_modules/diff/release-notes.md | 261 + node_modules/diff/runtime.js | 3 + node_modules/is-stream/index.d.ts | 79 + node_modules/is-stream/index.js | 28 + node_modules/is-stream/license | 9 + node_modules/is-stream/package.json | 42 + node_modules/is-stream/readme.md | 60 + node_modules/make-dir/index.d.ts | 66 + node_modules/make-dir/index.js | 156 + node_modules/make-dir/license | 9 + node_modules/make-dir/package.json | 59 + node_modules/make-dir/readme.md | 125 + node_modules/make-error/LICENSE | 5 + node_modules/make-error/README.md | 112 + node_modules/make-error/dist/make-error.js | 1 + node_modules/make-error/index.d.ts | 47 + node_modules/make-error/index.js | 151 + node_modules/make-error/package.json | 62 + node_modules/nan/.github/workflows/ci.yml | 52 + node_modules/nan/.pre-commit-config.yaml | 8 + node_modules/nan/CHANGELOG.md | 599 + node_modules/nan/CMakeLists.txt | 138 + node_modules/nan/LICENSE.md | 9 + node_modules/nan/README.md | 456 + node_modules/nan/doc/asyncworker.md | 146 + node_modules/nan/doc/buffers.md | 54 + node_modules/nan/doc/callback.md | 76 + node_modules/nan/doc/converters.md | 41 + node_modules/nan/doc/errors.md | 226 + node_modules/nan/doc/json.md | 62 + node_modules/nan/doc/maybe_types.md | 583 + node_modules/nan/doc/methods.md | 689 + node_modules/nan/doc/new.md | 147 + node_modules/nan/doc/node_misc.md | 123 + node_modules/nan/doc/object_wrappers.md | 263 + node_modules/nan/doc/persistent.md | 296 + node_modules/nan/doc/scopes.md | 73 + node_modules/nan/doc/script.md | 58 + node_modules/nan/doc/string_bytes.md | 81 + node_modules/nan/doc/v8_internals.md | 199 + node_modules/nan/doc/v8_misc.md | 85 + node_modules/nan/include_dirs.js | 1 + node_modules/nan/nan.h | 3202 + node_modules/nan/nan_callbacks.h | 141 + node_modules/nan/nan_callbacks_12_inl.h | 690 + node_modules/nan/nan_callbacks_pre_12_inl.h | 524 + node_modules/nan/nan_converters.h | 72 + node_modules/nan/nan_converters_43_inl.h | 68 + node_modules/nan/nan_converters_pre_43_inl.h | 42 + .../nan/nan_define_own_property_helper.h | 29 + node_modules/nan/nan_implementation_12_inl.h | 430 + .../nan/nan_implementation_pre_12_inl.h | 263 + node_modules/nan/nan_json.h | 166 + node_modules/nan/nan_maybe_43_inl.h | 360 + node_modules/nan/nan_maybe_pre_43_inl.h | 268 + node_modules/nan/nan_new.h | 340 + node_modules/nan/nan_object_wrap.h | 156 + node_modules/nan/nan_persistent_12_inl.h | 132 + node_modules/nan/nan_persistent_pre_12_inl.h | 242 + node_modules/nan/nan_private.h | 73 + node_modules/nan/nan_scriptorigin.h | 97 + node_modules/nan/nan_string_bytes.h | 305 + node_modules/nan/nan_typedarray_contents.h | 96 + node_modules/nan/nan_weak.h | 453 + node_modules/nan/package.json | 38 + node_modules/nan/tools/1to2.js | 412 + node_modules/nan/tools/README.md | 14 + node_modules/nan/tools/package.json | 19 + node_modules/node-ssh/LICENSE.md | 21 + node_modules/node-ssh/README.md | 320 + node_modules/node-ssh/lib/cjs/index.js | 735 + node_modules/node-ssh/lib/esm/index.mjs | 704 + node_modules/node-ssh/lib/typings/index.d.ts | 85 + node_modules/node-ssh/package.json | 80 + node_modules/safer-buffer/LICENSE | 21 + node_modules/safer-buffer/Porting-Buffer.md | 268 + node_modules/safer-buffer/Readme.md | 156 + node_modules/safer-buffer/dangerous.js | 58 + node_modules/safer-buffer/package.json | 34 + node_modules/safer-buffer/safer.js | 77 + node_modules/safer-buffer/tests.js | 406 + node_modules/sb-promise-queue/LICENSE.md | 21 + node_modules/sb-promise-queue/README.md | 33 + .../sb-promise-queue/lib/cjs/index.js | 78 + .../sb-promise-queue/lib/esm/index.mjs | 70 + .../sb-promise-queue/lib/typings/index.d.ts | 19 + node_modules/sb-promise-queue/package.json | 65 + node_modules/sb-scandir/LICENSE.md | 21 + node_modules/sb-scandir/README.md | 86 + node_modules/sb-scandir/lib/cjs/index.js | 173 + node_modules/sb-scandir/lib/esm/index.mjs | 94 + .../sb-scandir/lib/typings/index.d.ts | 21 + node_modules/sb-scandir/package.json | 69 + node_modules/semver/LICENSE | 15 + node_modules/semver/README.md | 443 + node_modules/semver/bin/semver.js | 174 + node_modules/semver/package.json | 38 + node_modules/semver/range.bnf | 16 + node_modules/semver/semver.js | 1643 + node_modules/shell-escape/README.md | 60 + node_modules/shell-escape/package.json | 22 + node_modules/shell-escape/shell-escape.js | 17 + node_modules/shell-escape/test/advanced.js | 9 + node_modules/shell-escape/test/more.js | 19 + node_modules/shell-escape/test/simple.js | 10 + node_modules/ssh2/.eslintignore | 4 + node_modules/ssh2/.eslintrc.js | 5 + node_modules/ssh2/.github/workflows/ci.yml | 110 + node_modules/ssh2/.github/workflows/lint.yml | 27 + node_modules/ssh2/LICENSE | 19 + node_modules/ssh2/README.md | 1529 + node_modules/ssh2/SFTP.md | 413 + node_modules/ssh2/examples/server-chat.js | 238 + .../examples/sftp-server-download-only.js | 134 + node_modules/ssh2/install.js | 27 + node_modules/ssh2/lib/Channel.js | 295 + node_modules/ssh2/lib/agent.js | 1123 + node_modules/ssh2/lib/client.js | 2176 + node_modules/ssh2/lib/http-agents.js | 84 + node_modules/ssh2/lib/index.js | 44 + node_modules/ssh2/lib/keygen.js | 582 + node_modules/ssh2/lib/protocol/Protocol.js | 2136 + node_modules/ssh2/lib/protocol/SFTP.js | 4052 + node_modules/ssh2/lib/protocol/constants.js | 356 + node_modules/ssh2/lib/protocol/crypto.js | 1602 + .../ssh2/lib/protocol/crypto/binding.gyp | 23 + .../Release/obj/sshcrypto/src/binding.obj | Bin 0 -> 2932191 bytes .../obj/sshcrypto/sshcrypto.node.recipe | 11 + .../sshcrypto.tlog/CL.command.1.tlog | Bin 0 -> 5856 bytes .../sshcrypto/sshcrypto.tlog/CL.read.1.tlog | Bin 0 -> 72312 bytes .../sshcrypto/sshcrypto.tlog/CL.write.1.tlog | Bin 0 -> 828 bytes .../sshcrypto/sshcrypto.tlog/Cl.items.tlog | 2 + .../sshcrypto.tlog/link.command.1.tlog | Bin 0 -> 1946 bytes .../sshcrypto/sshcrypto.tlog/link.read.1.tlog | Bin 0 -> 5184 bytes .../sshcrypto.tlog/link.secondary.1.tlog | 5 + .../sshcrypto.tlog/link.write.1.tlog | Bin 0 -> 836 bytes .../sshcrypto.tlog/sshcrypto.lastbuildstate | 2 + .../obj/sshcrypto/win_delay_load_hook.obj | Bin 0 -> 109423 bytes .../crypto/build/Release/sshcrypto.exp | Bin 0 -> 853 bytes .../crypto/build/Release/sshcrypto.iobj | Bin 0 -> 670049 bytes .../crypto/build/Release/sshcrypto.ipdb | Bin 0 -> 194496 bytes .../crypto/build/Release/sshcrypto.lib | Bin 0 -> 1818 bytes .../crypto/build/Release/sshcrypto.node | Bin 0 -> 191488 bytes .../crypto/build/Release/sshcrypto.pdb | Bin 0 -> 4861952 bytes .../lib/protocol/crypto/build/binding.sln | 19 + .../lib/protocol/crypto/build/config.gypi | 528 + .../protocol/crypto/build/sshcrypto.vcxproj | 148 + .../crypto/build/sshcrypto.vcxproj.filters | 58 + .../ssh2/lib/protocol/crypto/poly1305.js | 43 + .../ssh2/lib/protocol/crypto/src/binding.cc | 2300 + node_modules/ssh2/lib/protocol/handlers.js | 16 + .../ssh2/lib/protocol/handlers.misc.js | 1285 + node_modules/ssh2/lib/protocol/kex.js | 1908 + node_modules/ssh2/lib/protocol/keyParser.js | 1484 + .../ssh2/lib/protocol/node-fs-compat.js | 115 + node_modules/ssh2/lib/protocol/utils.js | 356 + node_modules/ssh2/lib/protocol/zlib.js | 255 + node_modules/ssh2/lib/server.js | 1380 + node_modules/ssh2/lib/utils.js | 336 + node_modules/ssh2/package.json | 49 + node_modules/ssh2/test/common.js | 316 + .../ssh2/test/fixtures/bad_rsa_private_key | 26 + .../ssh2/test/fixtures/https_cert.pem | 33 + node_modules/ssh2/test/fixtures/https_key.pem | 52 + node_modules/ssh2/test/fixtures/id_dsa | 12 + node_modules/ssh2/test/fixtures/id_ecdsa | 5 + node_modules/ssh2/test/fixtures/id_rsa | 15 + node_modules/ssh2/test/fixtures/id_rsa.ppk | 26 + node_modules/ssh2/test/fixtures/id_rsa_enc | 30 + .../test/fixtures/keyParser/openssh_new_dsa | 21 + .../fixtures/keyParser/openssh_new_dsa.pub | 1 + .../keyParser/openssh_new_dsa.pub.result | 7 + .../fixtures/keyParser/openssh_new_dsa.result | 7 + .../fixtures/keyParser/openssh_new_dsa_enc | 22 + .../keyParser/openssh_new_dsa_enc.pub | 1 + .../keyParser/openssh_new_dsa_enc.pub.result | 7 + .../keyParser/openssh_new_dsa_enc.result | 7 + .../keyParser/openssh_new_dsa_enc_gcm | 23 + .../keyParser/openssh_new_dsa_enc_gcm.pub | 1 + .../openssh_new_dsa_enc_gcm.pub.result | 7 + .../keyParser/openssh_new_dsa_enc_gcm.result | 7 + .../test/fixtures/keyParser/openssh_new_ecdsa | 9 + .../fixtures/keyParser/openssh_new_ecdsa.pub | 1 + .../keyParser/openssh_new_ecdsa.pub.result | 7 + .../keyParser/openssh_new_ecdsa.result | 7 + .../fixtures/keyParser/openssh_new_ecdsa_enc | 10 + .../keyParser/openssh_new_ecdsa_enc.pub | 1 + .../openssh_new_ecdsa_enc.pub.result | 8 + .../keyParser/openssh_new_ecdsa_enc.result | 7 + .../keyParser/openssh_new_ecdsa_enc_gcm | 10 + .../keyParser/openssh_new_ecdsa_enc_gcm.pub | 1 + .../openssh_new_ecdsa_enc_gcm.pub.result | 8 + .../openssh_new_ecdsa_enc_gcm.result | 7 + .../fixtures/keyParser/openssh_new_ed25519 | 7 + .../keyParser/openssh_new_ed25519.pub | 1 + .../keyParser/openssh_new_ed25519.pub.result | 7 + .../keyParser/openssh_new_ed25519.result | 7 + .../test/fixtures/keyParser/openssh_new_rsa | 27 + .../fixtures/keyParser/openssh_new_rsa.pub | 1 + .../keyParser/openssh_new_rsa.pub.result | 7 + .../fixtures/keyParser/openssh_new_rsa.result | 7 + .../fixtures/keyParser/openssh_new_rsa_enc | 28 + .../keyParser/openssh_new_rsa_enc.pub | 1 + .../keyParser/openssh_new_rsa_enc.pub.result | 8 + .../keyParser/openssh_new_rsa_enc.result | 7 + .../keyParser/openssh_new_rsa_enc_gcm | 29 + .../keyParser/openssh_new_rsa_enc_gcm.pub | 1 + .../openssh_new_rsa_enc_gcm.pub.result | 8 + .../keyParser/openssh_new_rsa_enc_gcm.result | 7 + .../test/fixtures/keyParser/openssh_old_dsa | 12 + .../fixtures/keyParser/openssh_old_dsa.pub | 1 + .../keyParser/openssh_old_dsa.pub.result | 7 + .../fixtures/keyParser/openssh_old_dsa.result | 7 + .../fixtures/keyParser/openssh_old_dsa_enc | 15 + .../keyParser/openssh_old_dsa_enc.pub | 1 + .../keyParser/openssh_old_dsa_enc.pub.result | 8 + .../keyParser/openssh_old_dsa_enc.result | 7 + .../test/fixtures/keyParser/openssh_old_ecdsa | 5 + .../fixtures/keyParser/openssh_old_ecdsa.pub | 1 + .../keyParser/openssh_old_ecdsa.pub.result | 7 + .../keyParser/openssh_old_ecdsa.result | 7 + .../fixtures/keyParser/openssh_old_ecdsa_enc | 8 + .../keyParser/openssh_old_ecdsa_enc.pub | 1 + .../openssh_old_ecdsa_enc.pub.result | 8 + .../keyParser/openssh_old_ecdsa_enc.result | 7 + .../test/fixtures/keyParser/openssh_old_rsa | 27 + .../fixtures/keyParser/openssh_old_rsa.pub | 1 + .../keyParser/openssh_old_rsa.pub.result | 7 + .../fixtures/keyParser/openssh_old_rsa.result | 7 + .../fixtures/keyParser/openssh_old_rsa_enc | 30 + .../keyParser/openssh_old_rsa_enc.pub | 1 + .../keyParser/openssh_old_rsa_enc.pub.result | 8 + .../keyParser/openssh_old_rsa_enc.result | 7 + .../keyParser/openssh_old_rsa_enc_aes256 | 54 + .../keyParser/openssh_old_rsa_enc_aes256.pub | 1 + .../openssh_old_rsa_enc_aes256.pub.result | 6 + .../openssh_old_rsa_enc_aes256.result | 6 + .../ssh2/test/fixtures/keyParser/ppk_dsa_enc | 17 + .../fixtures/keyParser/ppk_dsa_enc.result | 7 + .../ssh2/test/fixtures/keyParser/ppk_rsa | 26 + .../test/fixtures/keyParser/ppk_rsa.result | 7 + .../ssh2/test/fixtures/keyParser/ppk_rsa_enc | 18 + .../fixtures/keyParser/ppk_rsa_enc.result | 7 + .../test/fixtures/keyParser/rfc4716_rsa.pub | 9 + .../fixtures/keyParser/rfc4716_rsa.pub.result | 7 + .../test/fixtures/keyParser/rfc4716_rsa2.pub | 10 + .../keyParser/rfc4716_rsa2.pub.result | 7 + .../test/fixtures/keyParser/rfc4716_rsa3.pub | 11 + .../keyParser/rfc4716_rsa3.pub.result | 7 + .../test/fixtures/keyParser/rfc4716_rsa4.pub | 11 + .../keyParser/rfc4716_rsa4.pub.result | 7 + .../test/fixtures/keyParser/rfc4716_rsa5.pub | 8 + .../keyParser/rfc4716_rsa5.pub.result | 7 + .../test/fixtures/keyParser/rfc4716_rsa6.pub | 13 + .../keyParser/rfc4716_rsa6.pub.result | 7 + .../ssh2/test/fixtures/openssh_new_rsa | 27 + .../ssh2/test/fixtures/ssh_host_dsa_key | 12 + .../ssh2/test/fixtures/ssh_host_ecdsa_key | 5 + .../ssh2/test/fixtures/ssh_host_rsa_key | 15 + node_modules/ssh2/test/test-exec.js | 578 + .../ssh2/test/test-integration-openssh.js | 486 + node_modules/ssh2/test/test-keygen.js | 60 + .../ssh2/test/test-misc-client-server.js | 1460 + node_modules/ssh2/test/test-openssh.js | 261 + .../ssh2/test/test-protocol-crypto.js | 631 + .../ssh2/test/test-protocol-keyparser.js | 177 + .../ssh2/test/test-server-hostkeys.js | 138 + node_modules/ssh2/test/test-sftp.js | 842 + node_modules/ssh2/test/test-shell.js | 109 + .../ssh2/test/test-userauth-agent-openssh.js | 110 + node_modules/ssh2/test/test-userauth-agent.js | 171 + node_modules/ssh2/test/test-userauth.js | 611 + node_modules/ssh2/test/test-worker-imports.js | 25 + node_modules/ssh2/test/test.js | 20 + node_modules/ssh2/util/build_pagent.bat | 2 + node_modules/ssh2/util/pagent.c | 88 + node_modules/ssh2/util/pagent.exe | Bin 0 -> 50688 bytes node_modules/ts-node/LICENSE | 21 + node_modules/ts-node/README.md | 1442 + node_modules/ts-node/child-loader.mjs | 8 + node_modules/ts-node/dist-raw/NODE-LICENSE.md | 24 + node_modules/ts-node/dist-raw/README.md | 36 + .../dist-raw/node-internal-constants.js | 4 + .../ts-node/dist-raw/node-internal-errors.js | 82 + .../node-internal-modules-cjs-helpers.js | 89 + .../node-internal-modules-cjs-loader.js | 593 + .../node-internal-modules-esm-get_format.js | 106 + .../node-internal-modules-esm-resolve.js | 962 + ...de-internal-modules-package_json_reader.js | 44 + .../dist-raw/node-internal-repl-await.js | 254 + .../dist-raw/node-internalBinding-fs.js | 58 + .../ts-node/dist-raw/node-nativemodule.js | 9 + node_modules/ts-node/dist-raw/node-options.js | 103 + .../ts-node/dist-raw/node-primordials.js | 37 + node_modules/ts-node/dist-raw/runmain-hack.js | 9 + node_modules/ts-node/dist/bin-cwd.d.ts | 2 + node_modules/ts-node/dist/bin-cwd.js | 6 + node_modules/ts-node/dist/bin-cwd.js.map | 1 + node_modules/ts-node/dist/bin-esm.d.ts | 2 + node_modules/ts-node/dist/bin-esm.js | 6 + node_modules/ts-node/dist/bin-esm.js.map | 1 + .../ts-node/dist/bin-script-deprecated.d.ts | 2 + .../ts-node/dist/bin-script-deprecated.js | 7 + .../ts-node/dist/bin-script-deprecated.js.map | 1 + node_modules/ts-node/dist/bin-script.d.ts | 2 + node_modules/ts-node/dist/bin-script.js | 6 + node_modules/ts-node/dist/bin-script.js.map | 1 + node_modules/ts-node/dist/bin-transpile.d.ts | 2 + node_modules/ts-node/dist/bin-transpile.js | 6 + .../ts-node/dist/bin-transpile.js.map | 1 + node_modules/ts-node/dist/bin.d.ts | 11 + node_modules/ts-node/dist/bin.js | 581 + node_modules/ts-node/dist/bin.js.map | 1 + .../ts-node/dist/child/argv-payload.d.ts | 1 + .../ts-node/dist/child/argv-payload.js | 19 + .../ts-node/dist/child/argv-payload.js.map | 1 + .../ts-node/dist/child/child-entrypoint.d.ts | 1 + .../ts-node/dist/child/child-entrypoint.js | 24 + .../dist/child/child-entrypoint.js.map | 1 + .../ts-node/dist/child/child-loader.d.ts | 1 + .../ts-node/dist/child/child-loader.js | 32 + .../ts-node/dist/child/child-loader.js.map | 1 + .../ts-node/dist/child/child-require.d.ts | 7 + .../ts-node/dist/child/child-require.js | 22 + .../ts-node/dist/child/child-require.js.map | 1 + .../ts-node/dist/child/spawn-child.d.ts | 1 + .../ts-node/dist/child/spawn-child.js | 49 + .../ts-node/dist/child/spawn-child.js.map | 1 + .../ts-node/dist/cjs-resolve-hooks.d.ts | 1 + .../ts-node/dist/cjs-resolve-hooks.js | 29 + .../ts-node/dist/cjs-resolve-hooks.js.map | 1 + node_modules/ts-node/dist/configuration.d.ts | 1 + node_modules/ts-node/dist/configuration.js | 308 + .../ts-node/dist/configuration.js.map | 1 + node_modules/ts-node/dist/esm.d.ts | 53 + node_modules/ts-node/dist/esm.js | 228 + node_modules/ts-node/dist/esm.js.map | 1 + .../ts-node/dist/file-extensions.d.ts | 1 + node_modules/ts-node/dist/file-extensions.js | 133 + .../ts-node/dist/file-extensions.js.map | 1 + node_modules/ts-node/dist/index.d.ts | 332 + node_modules/ts-node/dist/index.js | 953 + node_modules/ts-node/dist/index.js.map | 1 + .../ts-node/dist/module-type-classifier.d.ts | 1 + .../ts-node/dist/module-type-classifier.js | 64 + .../dist/module-type-classifier.js.map | 1 + .../dist/node-module-type-classifier.d.ts | 1 + .../dist/node-module-type-classifier.js | 39 + .../dist/node-module-type-classifier.js.map | 1 + node_modules/ts-node/dist/repl.d.ts | 78 + node_modules/ts-node/dist/repl.js | 561 + node_modules/ts-node/dist/repl.js.map | 1 + .../ts-node/dist/resolver-functions.d.ts | 1 + .../ts-node/dist/resolver-functions.js | 143 + .../ts-node/dist/resolver-functions.js.map | 1 + .../ts-node/dist/transpilers/swc.d.ts | 11 + node_modules/ts-node/dist/transpilers/swc.js | 218 + .../ts-node/dist/transpilers/swc.js.map | 1 + .../ts-node/dist/transpilers/types.d.ts | 35 + .../ts-node/dist/transpilers/types.js | 3 + .../ts-node/dist/transpilers/types.js.map | 1 + .../ts-node/dist/ts-compiler-types.d.ts | 63 + .../ts-node/dist/ts-compiler-types.js | 3 + .../ts-node/dist/ts-compiler-types.js.map | 1 + node_modules/ts-node/dist/ts-internals.d.ts | 6 + node_modules/ts-node/dist/ts-internals.js | 321 + node_modules/ts-node/dist/ts-internals.js.map | 1 + .../ts-node/dist/ts-transpile-module.d.ts | 1 + .../ts-node/dist/ts-transpile-module.js | 100 + .../ts-node/dist/ts-transpile-module.js.map | 1 + .../ts-node/dist/tsconfig-schema.d.ts | 13 + node_modules/ts-node/dist/tsconfig-schema.js | 3 + .../ts-node/dist/tsconfig-schema.js.map | 1 + node_modules/ts-node/dist/tsconfigs.d.ts | 1 + node_modules/ts-node/dist/tsconfigs.js | 36 + node_modules/ts-node/dist/tsconfigs.js.map | 1 + node_modules/ts-node/dist/util.d.ts | 4 + node_modules/ts-node/dist/util.js | 175 + node_modules/ts-node/dist/util.js.map | 1 + node_modules/ts-node/esm.mjs | 8 + node_modules/ts-node/esm/transpile-only.mjs | 8 + node_modules/ts-node/node10/tsconfig.json | 3 + node_modules/ts-node/node12/tsconfig.json | 3 + node_modules/ts-node/node14/tsconfig.json | 3 + node_modules/ts-node/node16/tsconfig.json | 3 + node_modules/ts-node/package.json | 182 + node_modules/ts-node/register/files.js | 3 + node_modules/ts-node/register/index.js | 1 + .../ts-node/register/transpile-only.js | 3 + node_modules/ts-node/register/type-check.js | 3 + .../ts-node/transpilers/swc-experimental.js | 1 + node_modules/ts-node/transpilers/swc.js | 1 + node_modules/ts-node/tsconfig.schema.json | 183 + .../ts-node/tsconfig.schemastore-schema.json | 1326 + node_modules/tweetnacl/.npmignore | 4 + node_modules/tweetnacl/AUTHORS.md | 28 + node_modules/tweetnacl/CHANGELOG.md | 221 + node_modules/tweetnacl/LICENSE | 24 + .../tweetnacl/PULL_REQUEST_TEMPLATE.md | 20 + node_modules/tweetnacl/README.md | 459 + node_modules/tweetnacl/nacl-fast.js | 2388 + node_modules/tweetnacl/nacl-fast.min.js | 2 + node_modules/tweetnacl/nacl.d.ts | 98 + node_modules/tweetnacl/nacl.js | 1175 + node_modules/tweetnacl/nacl.min.js | 1 + node_modules/tweetnacl/package.json | 58 + node_modules/typescript/LICENSE.txt | 55 + node_modules/typescript/README.md | 50 + node_modules/typescript/SECURITY.md | 41 + .../typescript/ThirdPartyNoticeText.txt | 193 + node_modules/typescript/bin/tsc | 2 + node_modules/typescript/bin/tsserver | 2 + node_modules/typescript/lib/_tsc.js | 133818 ++++++++++ node_modules/typescript/lib/_tsserver.js | 659 + .../typescript/lib/_typingsInstaller.js | 222 + .../lib/cs/diagnosticMessages.generated.json | 2122 + .../lib/de/diagnosticMessages.generated.json | 2122 + .../lib/es/diagnosticMessages.generated.json | 2122 + .../lib/fr/diagnosticMessages.generated.json | 2122 + .../lib/it/diagnosticMessages.generated.json | 2122 + .../lib/ja/diagnosticMessages.generated.json | 2122 + .../lib/ko/diagnosticMessages.generated.json | 2122 + node_modules/typescript/lib/lib.d.ts | 22 + .../typescript/lib/lib.decorators.d.ts | 384 + .../typescript/lib/lib.decorators.legacy.d.ts | 22 + .../typescript/lib/lib.dom.asynciterable.d.ts | 41 + node_modules/typescript/lib/lib.dom.d.ts | 39429 +++ .../typescript/lib/lib.dom.iterable.d.ts | 571 + .../typescript/lib/lib.es2015.collection.d.ts | 147 + .../typescript/lib/lib.es2015.core.d.ts | 597 + node_modules/typescript/lib/lib.es2015.d.ts | 28 + .../typescript/lib/lib.es2015.generator.d.ts | 77 + .../typescript/lib/lib.es2015.iterable.d.ts | 605 + .../typescript/lib/lib.es2015.promise.d.ts | 81 + .../typescript/lib/lib.es2015.proxy.d.ts | 128 + .../typescript/lib/lib.es2015.reflect.d.ts | 144 + .../typescript/lib/lib.es2015.symbol.d.ts | 46 + .../lib/lib.es2015.symbol.wellknown.d.ts | 326 + .../lib/lib.es2016.array.include.d.ts | 116 + node_modules/typescript/lib/lib.es2016.d.ts | 21 + .../typescript/lib/lib.es2016.full.d.ts | 23 + .../typescript/lib/lib.es2016.intl.d.ts | 31 + .../lib/lib.es2017.arraybuffer.d.ts | 21 + node_modules/typescript/lib/lib.es2017.d.ts | 26 + .../typescript/lib/lib.es2017.date.d.ts | 31 + .../typescript/lib/lib.es2017.full.d.ts | 23 + .../typescript/lib/lib.es2017.intl.d.ts | 44 + .../typescript/lib/lib.es2017.object.d.ts | 49 + .../lib/lib.es2017.sharedmemory.d.ts | 135 + .../typescript/lib/lib.es2017.string.d.ts | 45 + .../lib/lib.es2017.typedarrays.d.ts | 53 + .../lib/lib.es2018.asyncgenerator.d.ts | 77 + .../lib/lib.es2018.asynciterable.d.ts | 53 + node_modules/typescript/lib/lib.es2018.d.ts | 24 + .../typescript/lib/lib.es2018.full.d.ts | 24 + .../typescript/lib/lib.es2018.intl.d.ts | 83 + .../typescript/lib/lib.es2018.promise.d.ts | 30 + .../typescript/lib/lib.es2018.regexp.d.ts | 37 + .../typescript/lib/lib.es2019.array.d.ts | 79 + node_modules/typescript/lib/lib.es2019.d.ts | 24 + .../typescript/lib/lib.es2019.full.d.ts | 24 + .../typescript/lib/lib.es2019.intl.d.ts | 23 + .../typescript/lib/lib.es2019.object.d.ts | 33 + .../typescript/lib/lib.es2019.string.d.ts | 37 + .../typescript/lib/lib.es2019.symbol.d.ts | 24 + .../typescript/lib/lib.es2020.bigint.d.ts | 765 + node_modules/typescript/lib/lib.es2020.d.ts | 27 + .../typescript/lib/lib.es2020.date.d.ts | 42 + .../typescript/lib/lib.es2020.full.d.ts | 24 + .../typescript/lib/lib.es2020.intl.d.ts | 474 + .../typescript/lib/lib.es2020.number.d.ts | 28 + .../typescript/lib/lib.es2020.promise.d.ts | 47 + .../lib/lib.es2020.sharedmemory.d.ts | 99 + .../typescript/lib/lib.es2020.string.d.ts | 44 + .../lib/lib.es2020.symbol.wellknown.d.ts | 41 + node_modules/typescript/lib/lib.es2021.d.ts | 23 + .../typescript/lib/lib.es2021.full.d.ts | 24 + .../typescript/lib/lib.es2021.intl.d.ts | 166 + .../typescript/lib/lib.es2021.promise.d.ts | 48 + .../typescript/lib/lib.es2021.string.d.ts | 33 + .../typescript/lib/lib.es2021.weakref.d.ts | 78 + .../typescript/lib/lib.es2022.array.d.ts | 121 + node_modules/typescript/lib/lib.es2022.d.ts | 25 + .../typescript/lib/lib.es2022.error.d.ts | 75 + .../typescript/lib/lib.es2022.full.d.ts | 24 + .../typescript/lib/lib.es2022.intl.d.ts | 145 + .../typescript/lib/lib.es2022.object.d.ts | 26 + .../typescript/lib/lib.es2022.regexp.d.ts | 39 + .../typescript/lib/lib.es2022.string.d.ts | 25 + .../typescript/lib/lib.es2023.array.d.ts | 924 + .../typescript/lib/lib.es2023.collection.d.ts | 21 + node_modules/typescript/lib/lib.es2023.d.ts | 22 + .../typescript/lib/lib.es2023.full.d.ts | 24 + .../typescript/lib/lib.es2023.intl.d.ts | 56 + .../lib/lib.es2024.arraybuffer.d.ts | 65 + .../typescript/lib/lib.es2024.collection.d.ts | 29 + node_modules/typescript/lib/lib.es2024.d.ts | 26 + .../typescript/lib/lib.es2024.full.d.ts | 24 + .../typescript/lib/lib.es2024.object.d.ts | 29 + .../typescript/lib/lib.es2024.promise.d.ts | 35 + .../typescript/lib/lib.es2024.regexp.d.ts | 25 + .../lib/lib.es2024.sharedmemory.d.ts | 68 + .../typescript/lib/lib.es2024.string.d.ts | 29 + node_modules/typescript/lib/lib.es5.d.ts | 4601 + node_modules/typescript/lib/lib.es6.d.ts | 23 + .../typescript/lib/lib.esnext.array.d.ts | 35 + .../typescript/lib/lib.esnext.collection.d.ts | 96 + node_modules/typescript/lib/lib.esnext.d.ts | 29 + .../typescript/lib/lib.esnext.decorators.d.ts | 28 + .../typescript/lib/lib.esnext.disposable.d.ts | 193 + .../typescript/lib/lib.esnext.error.d.ts | 24 + .../typescript/lib/lib.esnext.float16.d.ts | 445 + .../typescript/lib/lib.esnext.full.d.ts | 24 + .../typescript/lib/lib.esnext.intl.d.ts | 21 + .../typescript/lib/lib.esnext.iterator.d.ts | 148 + .../typescript/lib/lib.esnext.promise.d.ts | 34 + .../lib/lib.esnext.sharedmemory.d.ts | 25 + .../typescript/lib/lib.scripthost.d.ts | 322 + .../lib/lib.webworker.asynciterable.d.ts | 41 + .../typescript/lib/lib.webworker.d.ts | 13150 + .../lib/lib.webworker.importscripts.d.ts | 23 + .../lib/lib.webworker.iterable.d.ts | 340 + .../lib/pl/diagnosticMessages.generated.json | 2122 + .../pt-br/diagnosticMessages.generated.json | 2122 + .../lib/ru/diagnosticMessages.generated.json | 2122 + .../lib/tr/diagnosticMessages.generated.json | 2122 + node_modules/typescript/lib/tsc.js | 8 + node_modules/typescript/lib/tsserver.js | 8 + .../typescript/lib/tsserverlibrary.d.ts | 17 + .../typescript/lib/tsserverlibrary.js | 21 + node_modules/typescript/lib/typesMap.json | 497 + node_modules/typescript/lib/typescript.d.ts | 11437 + node_modules/typescript/lib/typescript.js | 200276 +++++++++++++++ .../typescript/lib/typingsInstaller.js | 8 + node_modules/typescript/lib/watchGuard.js | 53 + .../zh-cn/diagnosticMessages.generated.json | 2122 + .../zh-tw/diagnosticMessages.generated.json | 2122 + node_modules/typescript/package.json | 120 + node_modules/undici-types/LICENSE | 21 + node_modules/undici-types/README.md | 6 + node_modules/undici-types/agent.d.ts | 31 + node_modules/undici-types/api.d.ts | 43 + node_modules/undici-types/balanced-pool.d.ts | 29 + node_modules/undici-types/cache.d.ts | 36 + node_modules/undici-types/client.d.ts | 108 + node_modules/undici-types/connector.d.ts | 34 + node_modules/undici-types/content-type.d.ts | 21 + node_modules/undici-types/cookies.d.ts | 28 + .../undici-types/diagnostics-channel.d.ts | 66 + node_modules/undici-types/dispatcher.d.ts | 256 + .../undici-types/env-http-proxy-agent.d.ts | 21 + node_modules/undici-types/errors.d.ts | 149 + node_modules/undici-types/eventsource.d.ts | 61 + node_modules/undici-types/fetch.d.ts | 209 + node_modules/undici-types/file.d.ts | 39 + node_modules/undici-types/filereader.d.ts | 54 + node_modules/undici-types/formdata.d.ts | 108 + .../undici-types/global-dispatcher.d.ts | 9 + node_modules/undici-types/global-origin.d.ts | 7 + node_modules/undici-types/handlers.d.ts | 15 + node_modules/undici-types/header.d.ts | 4 + node_modules/undici-types/index.d.ts | 71 + node_modules/undici-types/interceptors.d.ts | 17 + node_modules/undici-types/mock-agent.d.ts | 50 + node_modules/undici-types/mock-client.d.ts | 25 + node_modules/undici-types/mock-errors.d.ts | 12 + .../undici-types/mock-interceptor.d.ts | 93 + node_modules/undici-types/mock-pool.d.ts | 25 + node_modules/undici-types/package.json | 55 + node_modules/undici-types/patch.d.ts | 33 + node_modules/undici-types/pool-stats.d.ts | 19 + node_modules/undici-types/pool.d.ts | 39 + node_modules/undici-types/proxy-agent.d.ts | 28 + node_modules/undici-types/readable.d.ts | 65 + node_modules/undici-types/retry-agent.d.ts | 8 + node_modules/undici-types/retry-handler.d.ts | 116 + node_modules/undici-types/util.d.ts | 18 + node_modules/undici-types/webidl.d.ts | 228 + node_modules/undici-types/websocket.d.ts | 150 + .../v8-compile-cache-lib/CHANGELOG.md | 53 + node_modules/v8-compile-cache-lib/LICENSE | 21 + node_modules/v8-compile-cache-lib/README.md | 60 + .../v8-compile-cache-lib/package.json | 35 + .../v8-compile-cache.d.ts | 7 + .../v8-compile-cache-lib/v8-compile-cache.js | 391 + node_modules/yn/index.d.ts | 65 + node_modules/yn/index.js | 33 + node_modules/yn/lenient.js | 105 + node_modules/yn/license | 9 + node_modules/yn/package.json | 42 + node_modules/yn/readme.md | 83 + package-lock.json | 395 + package.json | 16 + start.bat | 7 + tsconfig.json | 13 + 1018 files changed, 615974 insertions(+) create mode 100644 README.md create mode 100644 config.ts create mode 100644 index.ts create mode 100644 node_modules/.bin/acorn create mode 100644 node_modules/.bin/acorn.cmd create mode 100644 node_modules/.bin/acorn.ps1 create mode 100644 node_modules/.bin/semver create mode 100644 node_modules/.bin/semver.cmd create mode 100644 node_modules/.bin/semver.ps1 create mode 100644 node_modules/.bin/ts-node create mode 100644 node_modules/.bin/ts-node-cwd create mode 100644 node_modules/.bin/ts-node-cwd.cmd create mode 100644 node_modules/.bin/ts-node-cwd.ps1 create mode 100644 node_modules/.bin/ts-node-esm create mode 100644 node_modules/.bin/ts-node-esm.cmd create mode 100644 node_modules/.bin/ts-node-esm.ps1 create mode 100644 node_modules/.bin/ts-node-script create mode 100644 node_modules/.bin/ts-node-script.cmd create mode 100644 node_modules/.bin/ts-node-script.ps1 create mode 100644 node_modules/.bin/ts-node-transpile-only create mode 100644 node_modules/.bin/ts-node-transpile-only.cmd create mode 100644 node_modules/.bin/ts-node-transpile-only.ps1 create mode 100644 node_modules/.bin/ts-node.cmd create mode 100644 node_modules/.bin/ts-node.ps1 create mode 100644 node_modules/.bin/ts-script create mode 100644 node_modules/.bin/ts-script.cmd create mode 100644 node_modules/.bin/ts-script.ps1 create mode 100644 node_modules/.bin/tsc create mode 100644 node_modules/.bin/tsc.cmd create mode 100644 node_modules/.bin/tsc.ps1 create mode 100644 node_modules/.bin/tsserver create mode 100644 node_modules/.bin/tsserver.cmd create mode 100644 node_modules/.bin/tsserver.ps1 create mode 100644 node_modules/.package-lock.json create mode 100644 node_modules/@cspotcode/source-map-support/LICENSE.md create mode 100644 node_modules/@cspotcode/source-map-support/README.md create mode 100644 node_modules/@cspotcode/source-map-support/browser-source-map-support.js create mode 100644 node_modules/@cspotcode/source-map-support/package.json create mode 100644 node_modules/@cspotcode/source-map-support/register-hook-require.d.ts create mode 100644 node_modules/@cspotcode/source-map-support/register-hook-require.js create mode 100644 node_modules/@cspotcode/source-map-support/register.d.ts create mode 100644 node_modules/@cspotcode/source-map-support/register.js create mode 100644 node_modules/@cspotcode/source-map-support/source-map-support.d.ts create mode 100644 node_modules/@cspotcode/source-map-support/source-map-support.js create mode 100644 node_modules/@jridgewell/resolve-uri/LICENSE create mode 100644 node_modules/@jridgewell/resolve-uri/README.md create mode 100644 node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs create mode 100644 node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map create mode 100644 node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js create mode 100644 node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map create mode 100644 node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts create mode 100644 node_modules/@jridgewell/resolve-uri/package.json create mode 100644 node_modules/@jridgewell/sourcemap-codec/LICENSE create mode 100644 node_modules/@jridgewell/sourcemap-codec/README.md create mode 100644 node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs create mode 100644 node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map create mode 100644 node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js create mode 100644 node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map create mode 100644 node_modules/@jridgewell/sourcemap-codec/package.json create mode 100644 node_modules/@jridgewell/sourcemap-codec/src/scopes.ts create mode 100644 node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts create mode 100644 node_modules/@jridgewell/sourcemap-codec/src/strings.ts create mode 100644 node_modules/@jridgewell/sourcemap-codec/src/vlq.ts create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts.map create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts.map create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts.map create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts.map create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts.map create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts.map create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts.map create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts create mode 100644 node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts.map create mode 100644 node_modules/@jridgewell/trace-mapping/LICENSE create mode 100644 node_modules/@jridgewell/trace-mapping/README.md create mode 100644 node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs create mode 100644 node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map create mode 100644 node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js create mode 100644 node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map create mode 100644 node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts create mode 100644 node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts create mode 100644 node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts create mode 100644 node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts create mode 100644 node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts create mode 100644 node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts create mode 100644 node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts create mode 100644 node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts create mode 100644 node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts create mode 100644 node_modules/@jridgewell/trace-mapping/package.json create mode 100644 node_modules/@tsconfig/node10/LICENSE create mode 100644 node_modules/@tsconfig/node10/README.md create mode 100644 node_modules/@tsconfig/node10/package.json create mode 100644 node_modules/@tsconfig/node10/tsconfig.json create mode 100644 node_modules/@tsconfig/node12/LICENSE create mode 100644 node_modules/@tsconfig/node12/README.md create mode 100644 node_modules/@tsconfig/node12/package.json create mode 100644 node_modules/@tsconfig/node12/tsconfig.json create mode 100644 node_modules/@tsconfig/node14/LICENSE create mode 100644 node_modules/@tsconfig/node14/README.md create mode 100644 node_modules/@tsconfig/node14/package.json create mode 100644 node_modules/@tsconfig/node14/tsconfig.json create mode 100644 node_modules/@tsconfig/node16/LICENSE create mode 100644 node_modules/@tsconfig/node16/README.md create mode 100644 node_modules/@tsconfig/node16/package.json create mode 100644 node_modules/@tsconfig/node16/tsconfig.json create mode 100644 node_modules/@types/node/LICENSE create mode 100644 node_modules/@types/node/README.md create mode 100644 node_modules/@types/node/assert.d.ts create mode 100644 node_modules/@types/node/assert/strict.d.ts create mode 100644 node_modules/@types/node/async_hooks.d.ts create mode 100644 node_modules/@types/node/buffer.buffer.d.ts create mode 100644 node_modules/@types/node/buffer.d.ts create mode 100644 node_modules/@types/node/child_process.d.ts create mode 100644 node_modules/@types/node/cluster.d.ts create mode 100644 node_modules/@types/node/compatibility/disposable.d.ts create mode 100644 node_modules/@types/node/compatibility/index.d.ts create mode 100644 node_modules/@types/node/compatibility/indexable.d.ts create mode 100644 node_modules/@types/node/compatibility/iterators.d.ts create mode 100644 node_modules/@types/node/console.d.ts create mode 100644 node_modules/@types/node/constants.d.ts create mode 100644 node_modules/@types/node/crypto.d.ts create mode 100644 node_modules/@types/node/dgram.d.ts create mode 100644 node_modules/@types/node/diagnostics_channel.d.ts create mode 100644 node_modules/@types/node/dns.d.ts create mode 100644 node_modules/@types/node/dns/promises.d.ts create mode 100644 node_modules/@types/node/domain.d.ts create mode 100644 node_modules/@types/node/events.d.ts create mode 100644 node_modules/@types/node/fs.d.ts create mode 100644 node_modules/@types/node/fs/promises.d.ts create mode 100644 node_modules/@types/node/globals.d.ts create mode 100644 node_modules/@types/node/globals.typedarray.d.ts create mode 100644 node_modules/@types/node/http.d.ts create mode 100644 node_modules/@types/node/http2.d.ts create mode 100644 node_modules/@types/node/https.d.ts create mode 100644 node_modules/@types/node/index.d.ts create mode 100644 node_modules/@types/node/inspector.generated.d.ts create mode 100644 node_modules/@types/node/module.d.ts create mode 100644 node_modules/@types/node/net.d.ts create mode 100644 node_modules/@types/node/os.d.ts create mode 100644 node_modules/@types/node/package.json create mode 100644 node_modules/@types/node/path.d.ts create mode 100644 node_modules/@types/node/perf_hooks.d.ts create mode 100644 node_modules/@types/node/process.d.ts create mode 100644 node_modules/@types/node/punycode.d.ts create mode 100644 node_modules/@types/node/querystring.d.ts create mode 100644 node_modules/@types/node/readline.d.ts create mode 100644 node_modules/@types/node/readline/promises.d.ts create mode 100644 node_modules/@types/node/repl.d.ts create mode 100644 node_modules/@types/node/sea.d.ts create mode 100644 node_modules/@types/node/stream.d.ts create mode 100644 node_modules/@types/node/stream/consumers.d.ts create mode 100644 node_modules/@types/node/stream/promises.d.ts create mode 100644 node_modules/@types/node/stream/web.d.ts create mode 100644 node_modules/@types/node/string_decoder.d.ts create mode 100644 node_modules/@types/node/test.d.ts create mode 100644 node_modules/@types/node/timers.d.ts create mode 100644 node_modules/@types/node/timers/promises.d.ts create mode 100644 node_modules/@types/node/tls.d.ts create mode 100644 node_modules/@types/node/trace_events.d.ts create mode 100644 node_modules/@types/node/ts5.6/buffer.buffer.d.ts create mode 100644 node_modules/@types/node/ts5.6/globals.typedarray.d.ts create mode 100644 node_modules/@types/node/ts5.6/index.d.ts create mode 100644 node_modules/@types/node/tty.d.ts create mode 100644 node_modules/@types/node/url.d.ts create mode 100644 node_modules/@types/node/util.d.ts create mode 100644 node_modules/@types/node/v8.d.ts create mode 100644 node_modules/@types/node/vm.d.ts create mode 100644 node_modules/@types/node/wasi.d.ts create mode 100644 node_modules/@types/node/web-globals/abortcontroller.d.ts create mode 100644 node_modules/@types/node/web-globals/domexception.d.ts create mode 100644 node_modules/@types/node/web-globals/events.d.ts create mode 100644 node_modules/@types/node/web-globals/fetch.d.ts create mode 100644 node_modules/@types/node/worker_threads.d.ts create mode 100644 node_modules/@types/node/zlib.d.ts create mode 100644 node_modules/acorn-walk/CHANGELOG.md create mode 100644 node_modules/acorn-walk/LICENSE create mode 100644 node_modules/acorn-walk/README.md create mode 100644 node_modules/acorn-walk/dist/walk.d.mts create mode 100644 node_modules/acorn-walk/dist/walk.d.ts create mode 100644 node_modules/acorn-walk/dist/walk.js create mode 100644 node_modules/acorn-walk/dist/walk.mjs create mode 100644 node_modules/acorn-walk/package.json create mode 100644 node_modules/acorn/CHANGELOG.md create mode 100644 node_modules/acorn/LICENSE create mode 100644 node_modules/acorn/README.md create mode 100644 node_modules/acorn/bin/acorn create mode 100644 node_modules/acorn/dist/acorn.d.mts create mode 100644 node_modules/acorn/dist/acorn.d.ts create mode 100644 node_modules/acorn/dist/acorn.js create mode 100644 node_modules/acorn/dist/acorn.mjs create mode 100644 node_modules/acorn/dist/bin.js create mode 100644 node_modules/acorn/package.json create mode 100644 node_modules/arg/LICENSE.md create mode 100644 node_modules/arg/README.md create mode 100644 node_modules/arg/index.d.ts create mode 100644 node_modules/arg/index.js create mode 100644 node_modules/arg/package.json create mode 100644 node_modules/asn1/Jenkinsfile create mode 100644 node_modules/asn1/LICENSE create mode 100644 node_modules/asn1/README.md create mode 100644 node_modules/asn1/lib/ber/errors.js create mode 100644 node_modules/asn1/lib/ber/index.js create mode 100644 node_modules/asn1/lib/ber/reader.js create mode 100644 node_modules/asn1/lib/ber/types.js create mode 100644 node_modules/asn1/lib/ber/writer.js create mode 100644 node_modules/asn1/lib/index.js create mode 100644 node_modules/asn1/package.json create mode 100644 node_modules/bcrypt-pbkdf/CONTRIBUTING.md create mode 100644 node_modules/bcrypt-pbkdf/LICENSE create mode 100644 node_modules/bcrypt-pbkdf/README.md create mode 100644 node_modules/bcrypt-pbkdf/index.js create mode 100644 node_modules/bcrypt-pbkdf/package.json create mode 100644 node_modules/buildcheck/.eslintrc.js create mode 100644 node_modules/buildcheck/.github/workflows/ci.yml create mode 100644 node_modules/buildcheck/.github/workflows/lint.yml create mode 100644 node_modules/buildcheck/.npmignore create mode 100644 node_modules/buildcheck/LICENSE create mode 100644 node_modules/buildcheck/README.md create mode 100644 node_modules/buildcheck/deps/Find-VisualStudio.cs create mode 100644 node_modules/buildcheck/lib/findvs.js create mode 100644 node_modules/buildcheck/lib/index.js create mode 100644 node_modules/buildcheck/package.json create mode 100644 node_modules/buildcheck/test/test.js create mode 100644 node_modules/cpu-features/.eslintrc.js create mode 100644 node_modules/cpu-features/.github/workflows/ci.yml create mode 100644 node_modules/cpu-features/.github/workflows/lint.yml create mode 100644 node_modules/cpu-features/LICENSE create mode 100644 node_modules/cpu-features/README.md create mode 100644 node_modules/cpu-features/binding.gyp create mode 100644 node_modules/cpu-features/build/Release/cpu_features.lib create mode 100644 node_modules/cpu-features/build/Release/cpufeatures.iobj create mode 100644 node_modules/cpu-features/build/Release/cpufeatures.ipdb create mode 100644 node_modules/cpu-features/build/Release/cpufeatures.node create mode 100644 node_modules/cpu-features/build/Release/cpufeatures.pdb create mode 100644 node_modules/cpu-features/build/Release/obj/cpufeatures/cpufeatures.node.recipe create mode 100644 node_modules/cpu-features/build/Release/obj/cpufeatures/cpufeatures.tlog/CL.command.1.tlog create mode 100644 node_modules/cpu-features/build/Release/obj/cpufeatures/cpufeatures.tlog/CL.read.1.tlog create mode 100644 node_modules/cpu-features/build/Release/obj/cpufeatures/cpufeatures.tlog/CL.write.1.tlog create mode 100644 node_modules/cpu-features/build/Release/obj/cpufeatures/cpufeatures.tlog/Cl.items.tlog create mode 100644 node_modules/cpu-features/build/Release/obj/cpufeatures/cpufeatures.tlog/cpufeatures.lastbuildstate create mode 100644 node_modules/cpu-features/build/Release/obj/cpufeatures/cpufeatures.tlog/link.command.1.tlog create mode 100644 node_modules/cpu-features/build/Release/obj/cpufeatures/cpufeatures.tlog/link.read.1.tlog create mode 100644 node_modules/cpu-features/build/Release/obj/cpufeatures/cpufeatures.tlog/link.secondary.1.tlog create mode 100644 node_modules/cpu-features/build/Release/obj/cpufeatures/cpufeatures.tlog/link.write.1.tlog create mode 100644 node_modules/cpu-features/build/Release/obj/cpufeatures/src/binding.obj create mode 100644 node_modules/cpu-features/build/Release/obj/cpufeatures/win_delay_load_hook.obj create mode 100644 node_modules/cpu-features/build/binding.sln create mode 100644 node_modules/cpu-features/build/config.gypi create mode 100644 node_modules/cpu-features/build/cpufeatures.vcxproj create mode 100644 node_modules/cpu-features/build/cpufeatures.vcxproj.filters create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/cpu_features.lib.recipe create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/cpu_features.tlog/CL.command.1.tlog create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/cpu_features.tlog/CL.read.1.tlog create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/cpu_features.tlog/CL.write.1.tlog create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/cpu_features.tlog/Cl.items.tlog create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/cpu_features.tlog/Lib-link.read.1.tlog create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/cpu_features.tlog/Lib-link.write.1.tlog create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/cpu_features.tlog/Lib.command.1.tlog create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/cpu_features.tlog/cpu_features.lastbuildstate create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/deps/cpu_features/src/filesystem.obj create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/deps/cpu_features/src/impl_aarch64_linux_or_android.obj create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/deps/cpu_features/src/impl_aarch64_macos_or_iphone.obj create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/deps/cpu_features/src/impl_aarch64_windows.obj create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/deps/cpu_features/src/impl_arm_linux_or_android.obj create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/deps/cpu_features/src/impl_mips_linux_or_android.obj create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/deps/cpu_features/src/impl_ppc_linux.obj create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/deps/cpu_features/src/impl_x86_freebsd.obj create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/deps/cpu_features/src/impl_x86_linux_or_android.obj create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/deps/cpu_features/src/impl_x86_macos.obj create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/deps/cpu_features/src/impl_x86_windows.obj create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/deps/cpu_features/src/stack_line_reader.obj create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/deps/cpu_features/src/string_view.obj create mode 100644 node_modules/cpu-features/build/deps/cpu_features/Release/obj/cpu_features/win_delay_load_hook.obj create mode 100644 node_modules/cpu-features/build/deps/cpu_features/cpu_features.sln create mode 100644 node_modules/cpu-features/build/deps/cpu_features/cpu_features.vcxproj create mode 100644 node_modules/cpu-features/build/deps/cpu_features/cpu_features.vcxproj.filters create mode 100644 node_modules/cpu-features/buildcheck.gypi create mode 100644 node_modules/cpu-features/buildcheck.js create mode 100644 node_modules/cpu-features/deps/cpu_features/.clang-format create mode 100644 node_modules/cpu-features/deps/cpu_features/.dockerignore create mode 100644 node_modules/cpu-features/deps/cpu_features/.github/workflows/Dockerfile create mode 100644 node_modules/cpu-features/deps/cpu_features/.github/workflows/aarch64_linux_cmake.yml create mode 100644 node_modules/cpu-features/deps/cpu_features/.github/workflows/amd64_freebsd_cmake.yml create mode 100644 node_modules/cpu-features/deps/cpu_features/.github/workflows/amd64_linux_bazel.yml create mode 100644 node_modules/cpu-features/deps/cpu_features/.github/workflows/amd64_linux_cmake.yml create mode 100644 node_modules/cpu-features/deps/cpu_features/.github/workflows/amd64_macos_cmake.yml create mode 100644 node_modules/cpu-features/deps/cpu_features/.github/workflows/amd64_windows_cmake.yml create mode 100644 node_modules/cpu-features/deps/cpu_features/.github/workflows/arm_linux_cmake.yml create mode 100644 node_modules/cpu-features/deps/cpu_features/.github/workflows/clang_format.yml create mode 100644 node_modules/cpu-features/deps/cpu_features/.github/workflows/mips_linux_cmake.yml create mode 100644 node_modules/cpu-features/deps/cpu_features/.github/workflows/power_linux_cmake.yml create mode 100644 node_modules/cpu-features/deps/cpu_features/.github/workflows/riscv_linux_cmake.yml create mode 100644 node_modules/cpu-features/deps/cpu_features/.github/workflows/s390x_linux_cmake.yml create mode 100644 node_modules/cpu-features/deps/cpu_features/.grenrc.yml create mode 100644 node_modules/cpu-features/deps/cpu_features/.npmignore create mode 100644 node_modules/cpu-features/deps/cpu_features/BUILD.bazel create mode 100644 node_modules/cpu-features/deps/cpu_features/CMakeLists.txt create mode 100644 node_modules/cpu-features/deps/cpu_features/CONTRIBUTING.md create mode 100644 node_modules/cpu-features/deps/cpu_features/LICENSE create mode 100644 node_modules/cpu-features/deps/cpu_features/README.md create mode 100644 node_modules/cpu-features/deps/cpu_features/WORKSPACE create mode 100644 node_modules/cpu-features/deps/cpu_features/bazel/ci/README.md create mode 100644 node_modules/cpu-features/deps/cpu_features/bazel/platforms.bzl create mode 100644 node_modules/cpu-features/deps/cpu_features/cmake/CpuFeaturesConfig.cmake.in create mode 100644 node_modules/cpu-features/deps/cpu_features/cmake/CpuFeaturesNdkCompatConfig.cmake.in create mode 100644 node_modules/cpu-features/deps/cpu_features/cmake/README.md create mode 100644 node_modules/cpu-features/deps/cpu_features/cmake/ci/Makefile create mode 100644 node_modules/cpu-features/deps/cpu_features/cmake/ci/README.md create mode 100644 node_modules/cpu-features/deps/cpu_features/cmake/ci/doc/docker.dot create mode 100644 node_modules/cpu-features/deps/cpu_features/cmake/ci/doc/docker.svg create mode 100644 node_modules/cpu-features/deps/cpu_features/cmake/ci/doc/generate_image.sh create mode 100644 node_modules/cpu-features/deps/cpu_features/cmake/ci/docker/amd64/Dockerfile create mode 100644 node_modules/cpu-features/deps/cpu_features/cmake/ci/docker/toolchain/Dockerfile create mode 100644 node_modules/cpu-features/deps/cpu_features/cmake/ci/sample/CMakeLists.txt create mode 100644 node_modules/cpu-features/deps/cpu_features/cmake/ci/sample/main.cpp create mode 100644 node_modules/cpu-features/deps/cpu_features/cmake/ci/vagrant/freebsd/Vagrantfile create mode 100644 node_modules/cpu-features/deps/cpu_features/cmake/googletest.CMakeLists.txt.in create mode 100644 node_modules/cpu-features/deps/cpu_features/cpu_features.gyp create mode 100644 node_modules/cpu-features/deps/cpu_features/include/cpu_features_cache_info.h create mode 100644 node_modules/cpu-features/deps/cpu_features/include/cpu_features_macros.h create mode 100644 node_modules/cpu-features/deps/cpu_features/include/cpuinfo_aarch64.h create mode 100644 node_modules/cpu-features/deps/cpu_features/include/cpuinfo_arm.h create mode 100644 node_modules/cpu-features/deps/cpu_features/include/cpuinfo_mips.h create mode 100644 node_modules/cpu-features/deps/cpu_features/include/cpuinfo_ppc.h create mode 100644 node_modules/cpu-features/deps/cpu_features/include/cpuinfo_riscv.h create mode 100644 node_modules/cpu-features/deps/cpu_features/include/cpuinfo_s390x.h create mode 100644 node_modules/cpu-features/deps/cpu_features/include/cpuinfo_x86.h create mode 100644 node_modules/cpu-features/deps/cpu_features/include/internal/bit_utils.h create mode 100644 node_modules/cpu-features/deps/cpu_features/include/internal/cpuid_x86.h create mode 100644 node_modules/cpu-features/deps/cpu_features/include/internal/filesystem.h create mode 100644 node_modules/cpu-features/deps/cpu_features/include/internal/hwcaps.h create mode 100644 node_modules/cpu-features/deps/cpu_features/include/internal/stack_line_reader.h create mode 100644 node_modules/cpu-features/deps/cpu_features/include/internal/string_view.h create mode 100644 node_modules/cpu-features/deps/cpu_features/include/internal/windows_utils.h create mode 100644 node_modules/cpu-features/deps/cpu_features/ndk_compat/CMakeLists.txt create mode 100644 node_modules/cpu-features/deps/cpu_features/ndk_compat/README.md create mode 100644 node_modules/cpu-features/deps/cpu_features/ndk_compat/cpu-features.c create mode 100644 node_modules/cpu-features/deps/cpu_features/ndk_compat/cpu-features.h create mode 100644 node_modules/cpu-features/deps/cpu_features/ndk_compat/ndk-compat-test.c create mode 100644 node_modules/cpu-features/deps/cpu_features/patches/0001-Add-Apple-Silicon-Support.patch create mode 100644 node_modules/cpu-features/deps/cpu_features/scripts/generate_badges.d create mode 100644 node_modules/cpu-features/deps/cpu_features/scripts/make_release.sh create mode 100644 node_modules/cpu-features/deps/cpu_features/scripts/run_integration.sh create mode 100644 node_modules/cpu-features/deps/cpu_features/scripts/test_integration.sh create mode 100644 node_modules/cpu-features/deps/cpu_features/src/copy.inl create mode 100644 node_modules/cpu-features/deps/cpu_features/src/define_introspection.inl create mode 100644 node_modules/cpu-features/deps/cpu_features/src/define_introspection_and_hwcaps.inl create mode 100644 node_modules/cpu-features/deps/cpu_features/src/equals.inl create mode 100644 node_modules/cpu-features/deps/cpu_features/src/filesystem.c create mode 100644 node_modules/cpu-features/deps/cpu_features/src/hwcaps.c create mode 100644 node_modules/cpu-features/deps/cpu_features/src/impl_aarch64__base_implementation.inl create mode 100644 node_modules/cpu-features/deps/cpu_features/src/impl_aarch64_linux_or_android.c create mode 100644 node_modules/cpu-features/deps/cpu_features/src/impl_aarch64_macos_or_iphone.c create mode 100644 node_modules/cpu-features/deps/cpu_features/src/impl_aarch64_windows.c create mode 100644 node_modules/cpu-features/deps/cpu_features/src/impl_arm_linux_or_android.c create mode 100644 node_modules/cpu-features/deps/cpu_features/src/impl_mips_linux_or_android.c create mode 100644 node_modules/cpu-features/deps/cpu_features/src/impl_ppc_linux.c create mode 100644 node_modules/cpu-features/deps/cpu_features/src/impl_riscv_linux.c create mode 100644 node_modules/cpu-features/deps/cpu_features/src/impl_s390x_linux.c create mode 100644 node_modules/cpu-features/deps/cpu_features/src/impl_x86__base_implementation.inl create mode 100644 node_modules/cpu-features/deps/cpu_features/src/impl_x86_freebsd.c create mode 100644 node_modules/cpu-features/deps/cpu_features/src/impl_x86_linux_or_android.c create mode 100644 node_modules/cpu-features/deps/cpu_features/src/impl_x86_macos.c create mode 100644 node_modules/cpu-features/deps/cpu_features/src/impl_x86_windows.c create mode 100644 node_modules/cpu-features/deps/cpu_features/src/stack_line_reader.c create mode 100644 node_modules/cpu-features/deps/cpu_features/src/string_view.c create mode 100644 node_modules/cpu-features/deps/cpu_features/src/utils/list_cpu_features.c create mode 100644 node_modules/cpu-features/deps/cpu_features/test/CMakeLists.txt create mode 100644 node_modules/cpu-features/deps/cpu_features/test/bit_utils_test.cc create mode 100644 node_modules/cpu-features/deps/cpu_features/test/cpuinfo_aarch64_test.cc create mode 100644 node_modules/cpu-features/deps/cpu_features/test/cpuinfo_arm_test.cc create mode 100644 node_modules/cpu-features/deps/cpu_features/test/cpuinfo_mips_test.cc create mode 100644 node_modules/cpu-features/deps/cpu_features/test/cpuinfo_ppc_test.cc create mode 100644 node_modules/cpu-features/deps/cpu_features/test/cpuinfo_riscv_test.cc create mode 100644 node_modules/cpu-features/deps/cpu_features/test/cpuinfo_s390x_test.cc create mode 100644 node_modules/cpu-features/deps/cpu_features/test/cpuinfo_x86_test.cc create mode 100644 node_modules/cpu-features/deps/cpu_features/test/filesystem_for_testing.cc create mode 100644 node_modules/cpu-features/deps/cpu_features/test/filesystem_for_testing.h create mode 100644 node_modules/cpu-features/deps/cpu_features/test/hwcaps_for_testing.cc create mode 100644 node_modules/cpu-features/deps/cpu_features/test/hwcaps_for_testing.h create mode 100644 node_modules/cpu-features/deps/cpu_features/test/stack_line_reader_test.cc create mode 100644 node_modules/cpu-features/deps/cpu_features/test/string_view_test.cc create mode 100644 node_modules/cpu-features/lib/index.js create mode 100644 node_modules/cpu-features/package.json create mode 100644 node_modules/cpu-features/src/binding.cc create mode 100644 node_modules/cpu-features/test/test.js create mode 100644 node_modules/create-require/CHANGELOG.md create mode 100644 node_modules/create-require/LICENSE create mode 100644 node_modules/create-require/README.md create mode 100644 node_modules/create-require/create-require.d.ts create mode 100644 node_modules/create-require/create-require.js create mode 100644 node_modules/create-require/package.json create mode 100644 node_modules/diff/CONTRIBUTING.md create mode 100644 node_modules/diff/LICENSE create mode 100644 node_modules/diff/README.md create mode 100644 node_modules/diff/dist/diff.js create mode 100644 node_modules/diff/dist/diff.min.js create mode 100644 node_modules/diff/lib/convert/dmp.js create mode 100644 node_modules/diff/lib/convert/xml.js create mode 100644 node_modules/diff/lib/diff/array.js create mode 100644 node_modules/diff/lib/diff/base.js create mode 100644 node_modules/diff/lib/diff/character.js create mode 100644 node_modules/diff/lib/diff/css.js create mode 100644 node_modules/diff/lib/diff/json.js create mode 100644 node_modules/diff/lib/diff/line.js create mode 100644 node_modules/diff/lib/diff/sentence.js create mode 100644 node_modules/diff/lib/diff/word.js create mode 100644 node_modules/diff/lib/index.es6.js create mode 100644 node_modules/diff/lib/index.js create mode 100644 node_modules/diff/lib/patch/apply.js create mode 100644 node_modules/diff/lib/patch/create.js create mode 100644 node_modules/diff/lib/patch/merge.js create mode 100644 node_modules/diff/lib/patch/parse.js create mode 100644 node_modules/diff/lib/util/array.js create mode 100644 node_modules/diff/lib/util/distance-iterator.js create mode 100644 node_modules/diff/lib/util/params.js create mode 100644 node_modules/diff/package.json create mode 100644 node_modules/diff/release-notes.md create mode 100644 node_modules/diff/runtime.js create mode 100644 node_modules/is-stream/index.d.ts create mode 100644 node_modules/is-stream/index.js create mode 100644 node_modules/is-stream/license create mode 100644 node_modules/is-stream/package.json create mode 100644 node_modules/is-stream/readme.md create mode 100644 node_modules/make-dir/index.d.ts create mode 100644 node_modules/make-dir/index.js create mode 100644 node_modules/make-dir/license create mode 100644 node_modules/make-dir/package.json create mode 100644 node_modules/make-dir/readme.md create mode 100644 node_modules/make-error/LICENSE create mode 100644 node_modules/make-error/README.md create mode 100644 node_modules/make-error/dist/make-error.js create mode 100644 node_modules/make-error/index.d.ts create mode 100644 node_modules/make-error/index.js create mode 100644 node_modules/make-error/package.json create mode 100644 node_modules/nan/.github/workflows/ci.yml create mode 100644 node_modules/nan/.pre-commit-config.yaml create mode 100644 node_modules/nan/CHANGELOG.md create mode 100644 node_modules/nan/CMakeLists.txt create mode 100644 node_modules/nan/LICENSE.md create mode 100644 node_modules/nan/README.md create mode 100644 node_modules/nan/doc/asyncworker.md create mode 100644 node_modules/nan/doc/buffers.md create mode 100644 node_modules/nan/doc/callback.md create mode 100644 node_modules/nan/doc/converters.md create mode 100644 node_modules/nan/doc/errors.md create mode 100644 node_modules/nan/doc/json.md create mode 100644 node_modules/nan/doc/maybe_types.md create mode 100644 node_modules/nan/doc/methods.md create mode 100644 node_modules/nan/doc/new.md create mode 100644 node_modules/nan/doc/node_misc.md create mode 100644 node_modules/nan/doc/object_wrappers.md create mode 100644 node_modules/nan/doc/persistent.md create mode 100644 node_modules/nan/doc/scopes.md create mode 100644 node_modules/nan/doc/script.md create mode 100644 node_modules/nan/doc/string_bytes.md create mode 100644 node_modules/nan/doc/v8_internals.md create mode 100644 node_modules/nan/doc/v8_misc.md create mode 100644 node_modules/nan/include_dirs.js create mode 100644 node_modules/nan/nan.h create mode 100644 node_modules/nan/nan_callbacks.h create mode 100644 node_modules/nan/nan_callbacks_12_inl.h create mode 100644 node_modules/nan/nan_callbacks_pre_12_inl.h create mode 100644 node_modules/nan/nan_converters.h create mode 100644 node_modules/nan/nan_converters_43_inl.h create mode 100644 node_modules/nan/nan_converters_pre_43_inl.h create mode 100644 node_modules/nan/nan_define_own_property_helper.h create mode 100644 node_modules/nan/nan_implementation_12_inl.h create mode 100644 node_modules/nan/nan_implementation_pre_12_inl.h create mode 100644 node_modules/nan/nan_json.h create mode 100644 node_modules/nan/nan_maybe_43_inl.h create mode 100644 node_modules/nan/nan_maybe_pre_43_inl.h create mode 100644 node_modules/nan/nan_new.h create mode 100644 node_modules/nan/nan_object_wrap.h create mode 100644 node_modules/nan/nan_persistent_12_inl.h create mode 100644 node_modules/nan/nan_persistent_pre_12_inl.h create mode 100644 node_modules/nan/nan_private.h create mode 100644 node_modules/nan/nan_scriptorigin.h create mode 100644 node_modules/nan/nan_string_bytes.h create mode 100644 node_modules/nan/nan_typedarray_contents.h create mode 100644 node_modules/nan/nan_weak.h create mode 100644 node_modules/nan/package.json create mode 100644 node_modules/nan/tools/1to2.js create mode 100644 node_modules/nan/tools/README.md create mode 100644 node_modules/nan/tools/package.json create mode 100644 node_modules/node-ssh/LICENSE.md create mode 100644 node_modules/node-ssh/README.md create mode 100644 node_modules/node-ssh/lib/cjs/index.js create mode 100644 node_modules/node-ssh/lib/esm/index.mjs create mode 100644 node_modules/node-ssh/lib/typings/index.d.ts create mode 100644 node_modules/node-ssh/package.json create mode 100644 node_modules/safer-buffer/LICENSE create mode 100644 node_modules/safer-buffer/Porting-Buffer.md create mode 100644 node_modules/safer-buffer/Readme.md create mode 100644 node_modules/safer-buffer/dangerous.js create mode 100644 node_modules/safer-buffer/package.json create mode 100644 node_modules/safer-buffer/safer.js create mode 100644 node_modules/safer-buffer/tests.js create mode 100644 node_modules/sb-promise-queue/LICENSE.md create mode 100644 node_modules/sb-promise-queue/README.md create mode 100644 node_modules/sb-promise-queue/lib/cjs/index.js create mode 100644 node_modules/sb-promise-queue/lib/esm/index.mjs create mode 100644 node_modules/sb-promise-queue/lib/typings/index.d.ts create mode 100644 node_modules/sb-promise-queue/package.json create mode 100644 node_modules/sb-scandir/LICENSE.md create mode 100644 node_modules/sb-scandir/README.md create mode 100644 node_modules/sb-scandir/lib/cjs/index.js create mode 100644 node_modules/sb-scandir/lib/esm/index.mjs create mode 100644 node_modules/sb-scandir/lib/typings/index.d.ts create mode 100644 node_modules/sb-scandir/package.json create mode 100644 node_modules/semver/LICENSE create mode 100644 node_modules/semver/README.md create mode 100644 node_modules/semver/bin/semver.js create mode 100644 node_modules/semver/package.json create mode 100644 node_modules/semver/range.bnf create mode 100644 node_modules/semver/semver.js create mode 100644 node_modules/shell-escape/README.md create mode 100644 node_modules/shell-escape/package.json create mode 100644 node_modules/shell-escape/shell-escape.js create mode 100644 node_modules/shell-escape/test/advanced.js create mode 100644 node_modules/shell-escape/test/more.js create mode 100644 node_modules/shell-escape/test/simple.js create mode 100644 node_modules/ssh2/.eslintignore create mode 100644 node_modules/ssh2/.eslintrc.js create mode 100644 node_modules/ssh2/.github/workflows/ci.yml create mode 100644 node_modules/ssh2/.github/workflows/lint.yml create mode 100644 node_modules/ssh2/LICENSE create mode 100644 node_modules/ssh2/README.md create mode 100644 node_modules/ssh2/SFTP.md create mode 100644 node_modules/ssh2/examples/server-chat.js create mode 100644 node_modules/ssh2/examples/sftp-server-download-only.js create mode 100644 node_modules/ssh2/install.js create mode 100644 node_modules/ssh2/lib/Channel.js create mode 100644 node_modules/ssh2/lib/agent.js create mode 100644 node_modules/ssh2/lib/client.js create mode 100644 node_modules/ssh2/lib/http-agents.js create mode 100644 node_modules/ssh2/lib/index.js create mode 100644 node_modules/ssh2/lib/keygen.js create mode 100644 node_modules/ssh2/lib/protocol/Protocol.js create mode 100644 node_modules/ssh2/lib/protocol/SFTP.js create mode 100644 node_modules/ssh2/lib/protocol/constants.js create mode 100644 node_modules/ssh2/lib/protocol/crypto.js create mode 100644 node_modules/ssh2/lib/protocol/crypto/binding.gyp create mode 100644 node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/src/binding.obj create mode 100644 node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.node.recipe create mode 100644 node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/CL.command.1.tlog create mode 100644 node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/CL.read.1.tlog create mode 100644 node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/CL.write.1.tlog create mode 100644 node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/Cl.items.tlog create mode 100644 node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/link.command.1.tlog create mode 100644 node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/link.read.1.tlog create mode 100644 node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/link.secondary.1.tlog create mode 100644 node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/link.write.1.tlog create mode 100644 node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/sshcrypto.lastbuildstate create mode 100644 node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/win_delay_load_hook.obj create mode 100644 node_modules/ssh2/lib/protocol/crypto/build/Release/sshcrypto.exp create mode 100644 node_modules/ssh2/lib/protocol/crypto/build/Release/sshcrypto.iobj create mode 100644 node_modules/ssh2/lib/protocol/crypto/build/Release/sshcrypto.ipdb create mode 100644 node_modules/ssh2/lib/protocol/crypto/build/Release/sshcrypto.lib create mode 100644 node_modules/ssh2/lib/protocol/crypto/build/Release/sshcrypto.node create mode 100644 node_modules/ssh2/lib/protocol/crypto/build/Release/sshcrypto.pdb create mode 100644 node_modules/ssh2/lib/protocol/crypto/build/binding.sln create mode 100644 node_modules/ssh2/lib/protocol/crypto/build/config.gypi create mode 100644 node_modules/ssh2/lib/protocol/crypto/build/sshcrypto.vcxproj create mode 100644 node_modules/ssh2/lib/protocol/crypto/build/sshcrypto.vcxproj.filters create mode 100644 node_modules/ssh2/lib/protocol/crypto/poly1305.js create mode 100644 node_modules/ssh2/lib/protocol/crypto/src/binding.cc create mode 100644 node_modules/ssh2/lib/protocol/handlers.js create mode 100644 node_modules/ssh2/lib/protocol/handlers.misc.js create mode 100644 node_modules/ssh2/lib/protocol/kex.js create mode 100644 node_modules/ssh2/lib/protocol/keyParser.js create mode 100644 node_modules/ssh2/lib/protocol/node-fs-compat.js create mode 100644 node_modules/ssh2/lib/protocol/utils.js create mode 100644 node_modules/ssh2/lib/protocol/zlib.js create mode 100644 node_modules/ssh2/lib/server.js create mode 100644 node_modules/ssh2/lib/utils.js create mode 100644 node_modules/ssh2/package.json create mode 100644 node_modules/ssh2/test/common.js create mode 100644 node_modules/ssh2/test/fixtures/bad_rsa_private_key create mode 100644 node_modules/ssh2/test/fixtures/https_cert.pem create mode 100644 node_modules/ssh2/test/fixtures/https_key.pem create mode 100644 node_modules/ssh2/test/fixtures/id_dsa create mode 100644 node_modules/ssh2/test/fixtures/id_ecdsa create mode 100644 node_modules/ssh2/test/fixtures/id_rsa create mode 100644 node_modules/ssh2/test/fixtures/id_rsa.ppk create mode 100644 node_modules/ssh2/test/fixtures/id_rsa_enc create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_dsa create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_dsa.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_dsa.pub.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_dsa.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_dsa_enc create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_dsa_enc.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_dsa_enc.pub.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_dsa_enc.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_dsa_enc_gcm create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_dsa_enc_gcm.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_dsa_enc_gcm.pub.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_dsa_enc_gcm.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_ecdsa create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_ecdsa.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_ecdsa.pub.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_ecdsa.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_ecdsa_enc create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_ecdsa_enc.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_ecdsa_enc.pub.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_ecdsa_enc.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_ecdsa_enc_gcm create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_ecdsa_enc_gcm.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_ecdsa_enc_gcm.pub.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_ecdsa_enc_gcm.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_ed25519 create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_ed25519.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_ed25519.pub.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_ed25519.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_rsa create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_rsa.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_rsa.pub.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_rsa.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_rsa_enc create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_rsa_enc.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_rsa_enc.pub.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_rsa_enc.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_rsa_enc_gcm create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_rsa_enc_gcm.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_rsa_enc_gcm.pub.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_new_rsa_enc_gcm.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_dsa create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_dsa.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_dsa.pub.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_dsa.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_dsa_enc create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_dsa_enc.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_dsa_enc.pub.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_dsa_enc.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_ecdsa create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_ecdsa.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_ecdsa.pub.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_ecdsa.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_ecdsa_enc create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_ecdsa_enc.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_ecdsa_enc.pub.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_ecdsa_enc.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_rsa create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_rsa.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_rsa.pub.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_rsa.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_rsa_enc create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_rsa_enc.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_rsa_enc.pub.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_rsa_enc.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_rsa_enc_aes256 create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_rsa_enc_aes256.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_rsa_enc_aes256.pub.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/openssh_old_rsa_enc_aes256.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/ppk_dsa_enc create mode 100644 node_modules/ssh2/test/fixtures/keyParser/ppk_dsa_enc.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/ppk_rsa create mode 100644 node_modules/ssh2/test/fixtures/keyParser/ppk_rsa.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/ppk_rsa_enc create mode 100644 node_modules/ssh2/test/fixtures/keyParser/ppk_rsa_enc.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/rfc4716_rsa.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/rfc4716_rsa.pub.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/rfc4716_rsa2.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/rfc4716_rsa2.pub.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/rfc4716_rsa3.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/rfc4716_rsa3.pub.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/rfc4716_rsa4.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/rfc4716_rsa4.pub.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/rfc4716_rsa5.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/rfc4716_rsa5.pub.result create mode 100644 node_modules/ssh2/test/fixtures/keyParser/rfc4716_rsa6.pub create mode 100644 node_modules/ssh2/test/fixtures/keyParser/rfc4716_rsa6.pub.result create mode 100644 node_modules/ssh2/test/fixtures/openssh_new_rsa create mode 100644 node_modules/ssh2/test/fixtures/ssh_host_dsa_key create mode 100644 node_modules/ssh2/test/fixtures/ssh_host_ecdsa_key create mode 100644 node_modules/ssh2/test/fixtures/ssh_host_rsa_key create mode 100644 node_modules/ssh2/test/test-exec.js create mode 100644 node_modules/ssh2/test/test-integration-openssh.js create mode 100644 node_modules/ssh2/test/test-keygen.js create mode 100644 node_modules/ssh2/test/test-misc-client-server.js create mode 100644 node_modules/ssh2/test/test-openssh.js create mode 100644 node_modules/ssh2/test/test-protocol-crypto.js create mode 100644 node_modules/ssh2/test/test-protocol-keyparser.js create mode 100644 node_modules/ssh2/test/test-server-hostkeys.js create mode 100644 node_modules/ssh2/test/test-sftp.js create mode 100644 node_modules/ssh2/test/test-shell.js create mode 100644 node_modules/ssh2/test/test-userauth-agent-openssh.js create mode 100644 node_modules/ssh2/test/test-userauth-agent.js create mode 100644 node_modules/ssh2/test/test-userauth.js create mode 100644 node_modules/ssh2/test/test-worker-imports.js create mode 100644 node_modules/ssh2/test/test.js create mode 100644 node_modules/ssh2/util/build_pagent.bat create mode 100644 node_modules/ssh2/util/pagent.c create mode 100644 node_modules/ssh2/util/pagent.exe create mode 100644 node_modules/ts-node/LICENSE create mode 100644 node_modules/ts-node/README.md create mode 100644 node_modules/ts-node/child-loader.mjs create mode 100644 node_modules/ts-node/dist-raw/NODE-LICENSE.md create mode 100644 node_modules/ts-node/dist-raw/README.md create mode 100644 node_modules/ts-node/dist-raw/node-internal-constants.js create mode 100644 node_modules/ts-node/dist-raw/node-internal-errors.js create mode 100644 node_modules/ts-node/dist-raw/node-internal-modules-cjs-helpers.js create mode 100644 node_modules/ts-node/dist-raw/node-internal-modules-cjs-loader.js create mode 100644 node_modules/ts-node/dist-raw/node-internal-modules-esm-get_format.js create mode 100644 node_modules/ts-node/dist-raw/node-internal-modules-esm-resolve.js create mode 100644 node_modules/ts-node/dist-raw/node-internal-modules-package_json_reader.js create mode 100644 node_modules/ts-node/dist-raw/node-internal-repl-await.js create mode 100644 node_modules/ts-node/dist-raw/node-internalBinding-fs.js create mode 100644 node_modules/ts-node/dist-raw/node-nativemodule.js create mode 100644 node_modules/ts-node/dist-raw/node-options.js create mode 100644 node_modules/ts-node/dist-raw/node-primordials.js create mode 100644 node_modules/ts-node/dist-raw/runmain-hack.js create mode 100644 node_modules/ts-node/dist/bin-cwd.d.ts create mode 100644 node_modules/ts-node/dist/bin-cwd.js create mode 100644 node_modules/ts-node/dist/bin-cwd.js.map create mode 100644 node_modules/ts-node/dist/bin-esm.d.ts create mode 100644 node_modules/ts-node/dist/bin-esm.js create mode 100644 node_modules/ts-node/dist/bin-esm.js.map create mode 100644 node_modules/ts-node/dist/bin-script-deprecated.d.ts create mode 100644 node_modules/ts-node/dist/bin-script-deprecated.js create mode 100644 node_modules/ts-node/dist/bin-script-deprecated.js.map create mode 100644 node_modules/ts-node/dist/bin-script.d.ts create mode 100644 node_modules/ts-node/dist/bin-script.js create mode 100644 node_modules/ts-node/dist/bin-script.js.map create mode 100644 node_modules/ts-node/dist/bin-transpile.d.ts create mode 100644 node_modules/ts-node/dist/bin-transpile.js create mode 100644 node_modules/ts-node/dist/bin-transpile.js.map create mode 100644 node_modules/ts-node/dist/bin.d.ts create mode 100644 node_modules/ts-node/dist/bin.js create mode 100644 node_modules/ts-node/dist/bin.js.map create mode 100644 node_modules/ts-node/dist/child/argv-payload.d.ts create mode 100644 node_modules/ts-node/dist/child/argv-payload.js create mode 100644 node_modules/ts-node/dist/child/argv-payload.js.map create mode 100644 node_modules/ts-node/dist/child/child-entrypoint.d.ts create mode 100644 node_modules/ts-node/dist/child/child-entrypoint.js create mode 100644 node_modules/ts-node/dist/child/child-entrypoint.js.map create mode 100644 node_modules/ts-node/dist/child/child-loader.d.ts create mode 100644 node_modules/ts-node/dist/child/child-loader.js create mode 100644 node_modules/ts-node/dist/child/child-loader.js.map create mode 100644 node_modules/ts-node/dist/child/child-require.d.ts create mode 100644 node_modules/ts-node/dist/child/child-require.js create mode 100644 node_modules/ts-node/dist/child/child-require.js.map create mode 100644 node_modules/ts-node/dist/child/spawn-child.d.ts create mode 100644 node_modules/ts-node/dist/child/spawn-child.js create mode 100644 node_modules/ts-node/dist/child/spawn-child.js.map create mode 100644 node_modules/ts-node/dist/cjs-resolve-hooks.d.ts create mode 100644 node_modules/ts-node/dist/cjs-resolve-hooks.js create mode 100644 node_modules/ts-node/dist/cjs-resolve-hooks.js.map create mode 100644 node_modules/ts-node/dist/configuration.d.ts create mode 100644 node_modules/ts-node/dist/configuration.js create mode 100644 node_modules/ts-node/dist/configuration.js.map create mode 100644 node_modules/ts-node/dist/esm.d.ts create mode 100644 node_modules/ts-node/dist/esm.js create mode 100644 node_modules/ts-node/dist/esm.js.map create mode 100644 node_modules/ts-node/dist/file-extensions.d.ts create mode 100644 node_modules/ts-node/dist/file-extensions.js create mode 100644 node_modules/ts-node/dist/file-extensions.js.map create mode 100644 node_modules/ts-node/dist/index.d.ts create mode 100644 node_modules/ts-node/dist/index.js create mode 100644 node_modules/ts-node/dist/index.js.map create mode 100644 node_modules/ts-node/dist/module-type-classifier.d.ts create mode 100644 node_modules/ts-node/dist/module-type-classifier.js create mode 100644 node_modules/ts-node/dist/module-type-classifier.js.map create mode 100644 node_modules/ts-node/dist/node-module-type-classifier.d.ts create mode 100644 node_modules/ts-node/dist/node-module-type-classifier.js create mode 100644 node_modules/ts-node/dist/node-module-type-classifier.js.map create mode 100644 node_modules/ts-node/dist/repl.d.ts create mode 100644 node_modules/ts-node/dist/repl.js create mode 100644 node_modules/ts-node/dist/repl.js.map create mode 100644 node_modules/ts-node/dist/resolver-functions.d.ts create mode 100644 node_modules/ts-node/dist/resolver-functions.js create mode 100644 node_modules/ts-node/dist/resolver-functions.js.map create mode 100644 node_modules/ts-node/dist/transpilers/swc.d.ts create mode 100644 node_modules/ts-node/dist/transpilers/swc.js create mode 100644 node_modules/ts-node/dist/transpilers/swc.js.map create mode 100644 node_modules/ts-node/dist/transpilers/types.d.ts create mode 100644 node_modules/ts-node/dist/transpilers/types.js create mode 100644 node_modules/ts-node/dist/transpilers/types.js.map create mode 100644 node_modules/ts-node/dist/ts-compiler-types.d.ts create mode 100644 node_modules/ts-node/dist/ts-compiler-types.js create mode 100644 node_modules/ts-node/dist/ts-compiler-types.js.map create mode 100644 node_modules/ts-node/dist/ts-internals.d.ts create mode 100644 node_modules/ts-node/dist/ts-internals.js create mode 100644 node_modules/ts-node/dist/ts-internals.js.map create mode 100644 node_modules/ts-node/dist/ts-transpile-module.d.ts create mode 100644 node_modules/ts-node/dist/ts-transpile-module.js create mode 100644 node_modules/ts-node/dist/ts-transpile-module.js.map create mode 100644 node_modules/ts-node/dist/tsconfig-schema.d.ts create mode 100644 node_modules/ts-node/dist/tsconfig-schema.js create mode 100644 node_modules/ts-node/dist/tsconfig-schema.js.map create mode 100644 node_modules/ts-node/dist/tsconfigs.d.ts create mode 100644 node_modules/ts-node/dist/tsconfigs.js create mode 100644 node_modules/ts-node/dist/tsconfigs.js.map create mode 100644 node_modules/ts-node/dist/util.d.ts create mode 100644 node_modules/ts-node/dist/util.js create mode 100644 node_modules/ts-node/dist/util.js.map create mode 100644 node_modules/ts-node/esm.mjs create mode 100644 node_modules/ts-node/esm/transpile-only.mjs create mode 100644 node_modules/ts-node/node10/tsconfig.json create mode 100644 node_modules/ts-node/node12/tsconfig.json create mode 100644 node_modules/ts-node/node14/tsconfig.json create mode 100644 node_modules/ts-node/node16/tsconfig.json create mode 100644 node_modules/ts-node/package.json create mode 100644 node_modules/ts-node/register/files.js create mode 100644 node_modules/ts-node/register/index.js create mode 100644 node_modules/ts-node/register/transpile-only.js create mode 100644 node_modules/ts-node/register/type-check.js create mode 100644 node_modules/ts-node/transpilers/swc-experimental.js create mode 100644 node_modules/ts-node/transpilers/swc.js create mode 100644 node_modules/ts-node/tsconfig.schema.json create mode 100644 node_modules/ts-node/tsconfig.schemastore-schema.json create mode 100644 node_modules/tweetnacl/.npmignore create mode 100644 node_modules/tweetnacl/AUTHORS.md create mode 100644 node_modules/tweetnacl/CHANGELOG.md create mode 100644 node_modules/tweetnacl/LICENSE create mode 100644 node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md create mode 100644 node_modules/tweetnacl/README.md create mode 100644 node_modules/tweetnacl/nacl-fast.js create mode 100644 node_modules/tweetnacl/nacl-fast.min.js create mode 100644 node_modules/tweetnacl/nacl.d.ts create mode 100644 node_modules/tweetnacl/nacl.js create mode 100644 node_modules/tweetnacl/nacl.min.js create mode 100644 node_modules/tweetnacl/package.json create mode 100644 node_modules/typescript/LICENSE.txt create mode 100644 node_modules/typescript/README.md create mode 100644 node_modules/typescript/SECURITY.md create mode 100644 node_modules/typescript/ThirdPartyNoticeText.txt create mode 100644 node_modules/typescript/bin/tsc create mode 100644 node_modules/typescript/bin/tsserver create mode 100644 node_modules/typescript/lib/_tsc.js create mode 100644 node_modules/typescript/lib/_tsserver.js create mode 100644 node_modules/typescript/lib/_typingsInstaller.js create mode 100644 node_modules/typescript/lib/cs/diagnosticMessages.generated.json create mode 100644 node_modules/typescript/lib/de/diagnosticMessages.generated.json create mode 100644 node_modules/typescript/lib/es/diagnosticMessages.generated.json create mode 100644 node_modules/typescript/lib/fr/diagnosticMessages.generated.json create mode 100644 node_modules/typescript/lib/it/diagnosticMessages.generated.json create mode 100644 node_modules/typescript/lib/ja/diagnosticMessages.generated.json create mode 100644 node_modules/typescript/lib/ko/diagnosticMessages.generated.json create mode 100644 node_modules/typescript/lib/lib.d.ts create mode 100644 node_modules/typescript/lib/lib.decorators.d.ts create mode 100644 node_modules/typescript/lib/lib.decorators.legacy.d.ts create mode 100644 node_modules/typescript/lib/lib.dom.asynciterable.d.ts create mode 100644 node_modules/typescript/lib/lib.dom.d.ts create mode 100644 node_modules/typescript/lib/lib.dom.iterable.d.ts create mode 100644 node_modules/typescript/lib/lib.es2015.collection.d.ts create mode 100644 node_modules/typescript/lib/lib.es2015.core.d.ts create mode 100644 node_modules/typescript/lib/lib.es2015.d.ts create mode 100644 node_modules/typescript/lib/lib.es2015.generator.d.ts create mode 100644 node_modules/typescript/lib/lib.es2015.iterable.d.ts create mode 100644 node_modules/typescript/lib/lib.es2015.promise.d.ts create mode 100644 node_modules/typescript/lib/lib.es2015.proxy.d.ts create mode 100644 node_modules/typescript/lib/lib.es2015.reflect.d.ts create mode 100644 node_modules/typescript/lib/lib.es2015.symbol.d.ts create mode 100644 node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts create mode 100644 node_modules/typescript/lib/lib.es2016.array.include.d.ts create mode 100644 node_modules/typescript/lib/lib.es2016.d.ts create mode 100644 node_modules/typescript/lib/lib.es2016.full.d.ts create mode 100644 node_modules/typescript/lib/lib.es2016.intl.d.ts create mode 100644 node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts create mode 100644 node_modules/typescript/lib/lib.es2017.d.ts create mode 100644 node_modules/typescript/lib/lib.es2017.date.d.ts create mode 100644 node_modules/typescript/lib/lib.es2017.full.d.ts create mode 100644 node_modules/typescript/lib/lib.es2017.intl.d.ts create mode 100644 node_modules/typescript/lib/lib.es2017.object.d.ts create mode 100644 node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts create mode 100644 node_modules/typescript/lib/lib.es2017.string.d.ts create mode 100644 node_modules/typescript/lib/lib.es2017.typedarrays.d.ts create mode 100644 node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts create mode 100644 node_modules/typescript/lib/lib.es2018.asynciterable.d.ts create mode 100644 node_modules/typescript/lib/lib.es2018.d.ts create mode 100644 node_modules/typescript/lib/lib.es2018.full.d.ts create mode 100644 node_modules/typescript/lib/lib.es2018.intl.d.ts create mode 100644 node_modules/typescript/lib/lib.es2018.promise.d.ts create mode 100644 node_modules/typescript/lib/lib.es2018.regexp.d.ts create mode 100644 node_modules/typescript/lib/lib.es2019.array.d.ts create mode 100644 node_modules/typescript/lib/lib.es2019.d.ts create mode 100644 node_modules/typescript/lib/lib.es2019.full.d.ts create mode 100644 node_modules/typescript/lib/lib.es2019.intl.d.ts create mode 100644 node_modules/typescript/lib/lib.es2019.object.d.ts create mode 100644 node_modules/typescript/lib/lib.es2019.string.d.ts create mode 100644 node_modules/typescript/lib/lib.es2019.symbol.d.ts create mode 100644 node_modules/typescript/lib/lib.es2020.bigint.d.ts create mode 100644 node_modules/typescript/lib/lib.es2020.d.ts create mode 100644 node_modules/typescript/lib/lib.es2020.date.d.ts create mode 100644 node_modules/typescript/lib/lib.es2020.full.d.ts create mode 100644 node_modules/typescript/lib/lib.es2020.intl.d.ts create mode 100644 node_modules/typescript/lib/lib.es2020.number.d.ts create mode 100644 node_modules/typescript/lib/lib.es2020.promise.d.ts create mode 100644 node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts create mode 100644 node_modules/typescript/lib/lib.es2020.string.d.ts create mode 100644 node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts create mode 100644 node_modules/typescript/lib/lib.es2021.d.ts create mode 100644 node_modules/typescript/lib/lib.es2021.full.d.ts create mode 100644 node_modules/typescript/lib/lib.es2021.intl.d.ts create mode 100644 node_modules/typescript/lib/lib.es2021.promise.d.ts create mode 100644 node_modules/typescript/lib/lib.es2021.string.d.ts create mode 100644 node_modules/typescript/lib/lib.es2021.weakref.d.ts create mode 100644 node_modules/typescript/lib/lib.es2022.array.d.ts create mode 100644 node_modules/typescript/lib/lib.es2022.d.ts create mode 100644 node_modules/typescript/lib/lib.es2022.error.d.ts create mode 100644 node_modules/typescript/lib/lib.es2022.full.d.ts create mode 100644 node_modules/typescript/lib/lib.es2022.intl.d.ts create mode 100644 node_modules/typescript/lib/lib.es2022.object.d.ts create mode 100644 node_modules/typescript/lib/lib.es2022.regexp.d.ts create mode 100644 node_modules/typescript/lib/lib.es2022.string.d.ts create mode 100644 node_modules/typescript/lib/lib.es2023.array.d.ts create mode 100644 node_modules/typescript/lib/lib.es2023.collection.d.ts create mode 100644 node_modules/typescript/lib/lib.es2023.d.ts create mode 100644 node_modules/typescript/lib/lib.es2023.full.d.ts create mode 100644 node_modules/typescript/lib/lib.es2023.intl.d.ts create mode 100644 node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts create mode 100644 node_modules/typescript/lib/lib.es2024.collection.d.ts create mode 100644 node_modules/typescript/lib/lib.es2024.d.ts create mode 100644 node_modules/typescript/lib/lib.es2024.full.d.ts create mode 100644 node_modules/typescript/lib/lib.es2024.object.d.ts create mode 100644 node_modules/typescript/lib/lib.es2024.promise.d.ts create mode 100644 node_modules/typescript/lib/lib.es2024.regexp.d.ts create mode 100644 node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts create mode 100644 node_modules/typescript/lib/lib.es2024.string.d.ts create mode 100644 node_modules/typescript/lib/lib.es5.d.ts create mode 100644 node_modules/typescript/lib/lib.es6.d.ts create mode 100644 node_modules/typescript/lib/lib.esnext.array.d.ts create mode 100644 node_modules/typescript/lib/lib.esnext.collection.d.ts create mode 100644 node_modules/typescript/lib/lib.esnext.d.ts create mode 100644 node_modules/typescript/lib/lib.esnext.decorators.d.ts create mode 100644 node_modules/typescript/lib/lib.esnext.disposable.d.ts create mode 100644 node_modules/typescript/lib/lib.esnext.error.d.ts create mode 100644 node_modules/typescript/lib/lib.esnext.float16.d.ts create mode 100644 node_modules/typescript/lib/lib.esnext.full.d.ts create mode 100644 node_modules/typescript/lib/lib.esnext.intl.d.ts create mode 100644 node_modules/typescript/lib/lib.esnext.iterator.d.ts create mode 100644 node_modules/typescript/lib/lib.esnext.promise.d.ts create mode 100644 node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts create mode 100644 node_modules/typescript/lib/lib.scripthost.d.ts create mode 100644 node_modules/typescript/lib/lib.webworker.asynciterable.d.ts create mode 100644 node_modules/typescript/lib/lib.webworker.d.ts create mode 100644 node_modules/typescript/lib/lib.webworker.importscripts.d.ts create mode 100644 node_modules/typescript/lib/lib.webworker.iterable.d.ts create mode 100644 node_modules/typescript/lib/pl/diagnosticMessages.generated.json create mode 100644 node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json create mode 100644 node_modules/typescript/lib/ru/diagnosticMessages.generated.json create mode 100644 node_modules/typescript/lib/tr/diagnosticMessages.generated.json create mode 100644 node_modules/typescript/lib/tsc.js create mode 100644 node_modules/typescript/lib/tsserver.js create mode 100644 node_modules/typescript/lib/tsserverlibrary.d.ts create mode 100644 node_modules/typescript/lib/tsserverlibrary.js create mode 100644 node_modules/typescript/lib/typesMap.json create mode 100644 node_modules/typescript/lib/typescript.d.ts create mode 100644 node_modules/typescript/lib/typescript.js create mode 100644 node_modules/typescript/lib/typingsInstaller.js create mode 100644 node_modules/typescript/lib/watchGuard.js create mode 100644 node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json create mode 100644 node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json create mode 100644 node_modules/typescript/package.json create mode 100644 node_modules/undici-types/LICENSE create mode 100644 node_modules/undici-types/README.md create mode 100644 node_modules/undici-types/agent.d.ts create mode 100644 node_modules/undici-types/api.d.ts create mode 100644 node_modules/undici-types/balanced-pool.d.ts create mode 100644 node_modules/undici-types/cache.d.ts create mode 100644 node_modules/undici-types/client.d.ts create mode 100644 node_modules/undici-types/connector.d.ts create mode 100644 node_modules/undici-types/content-type.d.ts create mode 100644 node_modules/undici-types/cookies.d.ts create mode 100644 node_modules/undici-types/diagnostics-channel.d.ts create mode 100644 node_modules/undici-types/dispatcher.d.ts create mode 100644 node_modules/undici-types/env-http-proxy-agent.d.ts create mode 100644 node_modules/undici-types/errors.d.ts create mode 100644 node_modules/undici-types/eventsource.d.ts create mode 100644 node_modules/undici-types/fetch.d.ts create mode 100644 node_modules/undici-types/file.d.ts create mode 100644 node_modules/undici-types/filereader.d.ts create mode 100644 node_modules/undici-types/formdata.d.ts create mode 100644 node_modules/undici-types/global-dispatcher.d.ts create mode 100644 node_modules/undici-types/global-origin.d.ts create mode 100644 node_modules/undici-types/handlers.d.ts create mode 100644 node_modules/undici-types/header.d.ts create mode 100644 node_modules/undici-types/index.d.ts create mode 100644 node_modules/undici-types/interceptors.d.ts create mode 100644 node_modules/undici-types/mock-agent.d.ts create mode 100644 node_modules/undici-types/mock-client.d.ts create mode 100644 node_modules/undici-types/mock-errors.d.ts create mode 100644 node_modules/undici-types/mock-interceptor.d.ts create mode 100644 node_modules/undici-types/mock-pool.d.ts create mode 100644 node_modules/undici-types/package.json create mode 100644 node_modules/undici-types/patch.d.ts create mode 100644 node_modules/undici-types/pool-stats.d.ts create mode 100644 node_modules/undici-types/pool.d.ts create mode 100644 node_modules/undici-types/proxy-agent.d.ts create mode 100644 node_modules/undici-types/readable.d.ts create mode 100644 node_modules/undici-types/retry-agent.d.ts create mode 100644 node_modules/undici-types/retry-handler.d.ts create mode 100644 node_modules/undici-types/util.d.ts create mode 100644 node_modules/undici-types/webidl.d.ts create mode 100644 node_modules/undici-types/websocket.d.ts create mode 100644 node_modules/v8-compile-cache-lib/CHANGELOG.md create mode 100644 node_modules/v8-compile-cache-lib/LICENSE create mode 100644 node_modules/v8-compile-cache-lib/README.md create mode 100644 node_modules/v8-compile-cache-lib/package.json create mode 100644 node_modules/v8-compile-cache-lib/v8-compile-cache.d.ts create mode 100644 node_modules/v8-compile-cache-lib/v8-compile-cache.js create mode 100644 node_modules/yn/index.d.ts create mode 100644 node_modules/yn/index.js create mode 100644 node_modules/yn/lenient.js create mode 100644 node_modules/yn/license create mode 100644 node_modules/yn/package.json create mode 100644 node_modules/yn/readme.md create mode 100644 package-lock.json create mode 100644 package.json create mode 100644 start.bat create mode 100644 tsconfig.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..4829f20 --- /dev/null +++ b/README.md @@ -0,0 +1,62 @@ +# SSH Updater + +TypeScript утилита для автоматического обновления файлов на удаленных серверах через SSH. + +## Описание + +SSH Updater - это Node.js приложение для автоматизации развертывания и обновления файлов на удаленных серверах через SSH/SFTP протокол. + +## Возможности + +- 🔐 Безопасное подключение через SSH +- 📤 Загрузка файлов на удаленный сервер +- ⚙️ Конфигурируемые параметры подключения +- 📝 TypeScript для типобезопасности + +## Установка + +```bash +npm install +``` + +## Конфигурация + +Настройте параметры подключения в `config.ts`: + +```typescript +export const config = { + host: 'your-server.com', + port: 22, + username: 'user', + privateKey: 'path/to/key' +}; +``` + +## Использование + +```bash +npm start +``` + +Или через bat-файл (Windows): + +```bash +start.bat +``` + +## Технологии + +- TypeScript 5.x +- Node.js +- node-ssh 13.2.0 +- ts-node для выполнения + +## Разработка + +```bash +# Компиляция TypeScript +npx tsc + +# Запуск с ts-node +npm start +``` diff --git a/config.ts b/config.ts new file mode 100644 index 0000000..06002dd --- /dev/null +++ b/config.ts @@ -0,0 +1,27 @@ +export interface ServerSettings { + host: string; + port: number; + username: string; + password?: string; +} + +export const config: ServerSettings[] = [ + { + host: '192.168.1.175', + port: 22, + username: 'root', + password: '1982031991302891' + }, + { + host: '192.168.1.182', + port: 2222, // Другой порт + username: 'root', + password: '1982031991302891' + }, + { + host: '192.168.1.247', + port: 22, + username: 'root', + password: '1982031991302891' + } +]; \ No newline at end of file diff --git a/index.ts b/index.ts new file mode 100644 index 0000000..3bf4369 --- /dev/null +++ b/index.ts @@ -0,0 +1,47 @@ +import { NodeSSH } from 'node-ssh'; +// Обратите внимание на .js в конце. Это обязательно для ESM! +import { config } from './config.js'; +import type { ServerSettings } from './config.js'; + +const ssh = new NodeSSH(); + +async function processServer(server: ServerSettings) { + console.log(`\n>>> Начинаю работу с сервером: ${server.host}:${server.port}`); + + try { + await ssh.connect({ + host: server.host, + port: server.port, + username: server.username, + password: server.password + }); + + console.log(`[${server.host}] Соединение установлено.`); + + const commands = [ + 'sudo apt-get update', + 'sudo DEBIAN_FRONTEND=noninteractive apt-get upgrade -y' + ]; + + for (const cmd of commands) { + console.log(`[${server.host}] Выполняю: ${cmd}`); + await ssh.execCommand(cmd, { + onStdout(chunk) { process.stdout.write(chunk.toString()); }, + onStderr(chunk) { process.stderr.write(chunk.toString()); } + }); + } + console.log(`[${server.host}] ✅ Готово.`); + } catch (error: any) { + console.error(`[${server.host}] ❌ Ошибка: ${error.message}`); + } finally { + ssh.dispose(); + } +} + +async function run() { + for (const server of config) { + await processServer(server); + } +} + +run(); \ No newline at end of file diff --git a/node_modules/.bin/acorn b/node_modules/.bin/acorn new file mode 100644 index 0000000..679bd16 --- /dev/null +++ b/node_modules/.bin/acorn @@ -0,0 +1,16 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) + if command -v cygpath > /dev/null 2>&1; then + basedir=`cygpath -w "$basedir"` + fi + ;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../acorn/bin/acorn" "$@" +else + exec node "$basedir/../acorn/bin/acorn" "$@" +fi diff --git a/node_modules/.bin/acorn.cmd b/node_modules/.bin/acorn.cmd new file mode 100644 index 0000000..a9324df --- /dev/null +++ b/node_modules/.bin/acorn.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\acorn\bin\acorn" %* diff --git a/node_modules/.bin/acorn.ps1 b/node_modules/.bin/acorn.ps1 new file mode 100644 index 0000000..6f6dcdd --- /dev/null +++ b/node_modules/.bin/acorn.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../acorn/bin/acorn" $args + } else { + & "$basedir/node$exe" "$basedir/../acorn/bin/acorn" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../acorn/bin/acorn" $args + } else { + & "node$exe" "$basedir/../acorn/bin/acorn" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/semver b/node_modules/.bin/semver new file mode 100644 index 0000000..97c5327 --- /dev/null +++ b/node_modules/.bin/semver @@ -0,0 +1,16 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) + if command -v cygpath > /dev/null 2>&1; then + basedir=`cygpath -w "$basedir"` + fi + ;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../semver/bin/semver.js" "$@" +else + exec node "$basedir/../semver/bin/semver.js" "$@" +fi diff --git a/node_modules/.bin/semver.cmd b/node_modules/.bin/semver.cmd new file mode 100644 index 0000000..9913fa9 --- /dev/null +++ b/node_modules/.bin/semver.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\semver\bin\semver.js" %* diff --git a/node_modules/.bin/semver.ps1 b/node_modules/.bin/semver.ps1 new file mode 100644 index 0000000..314717a --- /dev/null +++ b/node_modules/.bin/semver.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../semver/bin/semver.js" $args + } else { + & "$basedir/node$exe" "$basedir/../semver/bin/semver.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../semver/bin/semver.js" $args + } else { + & "node$exe" "$basedir/../semver/bin/semver.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/ts-node b/node_modules/.bin/ts-node new file mode 100644 index 0000000..f3d4fab --- /dev/null +++ b/node_modules/.bin/ts-node @@ -0,0 +1,16 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) + if command -v cygpath > /dev/null 2>&1; then + basedir=`cygpath -w "$basedir"` + fi + ;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../ts-node/dist/bin.js" "$@" +else + exec node "$basedir/../ts-node/dist/bin.js" "$@" +fi diff --git a/node_modules/.bin/ts-node-cwd b/node_modules/.bin/ts-node-cwd new file mode 100644 index 0000000..ae68e85 --- /dev/null +++ b/node_modules/.bin/ts-node-cwd @@ -0,0 +1,16 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) + if command -v cygpath > /dev/null 2>&1; then + basedir=`cygpath -w "$basedir"` + fi + ;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../ts-node/dist/bin-cwd.js" "$@" +else + exec node "$basedir/../ts-node/dist/bin-cwd.js" "$@" +fi diff --git a/node_modules/.bin/ts-node-cwd.cmd b/node_modules/.bin/ts-node-cwd.cmd new file mode 100644 index 0000000..50c1bbc --- /dev/null +++ b/node_modules/.bin/ts-node-cwd.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\ts-node\dist\bin-cwd.js" %* diff --git a/node_modules/.bin/ts-node-cwd.ps1 b/node_modules/.bin/ts-node-cwd.ps1 new file mode 100644 index 0000000..b12acfa --- /dev/null +++ b/node_modules/.bin/ts-node-cwd.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../ts-node/dist/bin-cwd.js" $args + } else { + & "$basedir/node$exe" "$basedir/../ts-node/dist/bin-cwd.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../ts-node/dist/bin-cwd.js" $args + } else { + & "node$exe" "$basedir/../ts-node/dist/bin-cwd.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/ts-node-esm b/node_modules/.bin/ts-node-esm new file mode 100644 index 0000000..19ea759 --- /dev/null +++ b/node_modules/.bin/ts-node-esm @@ -0,0 +1,16 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) + if command -v cygpath > /dev/null 2>&1; then + basedir=`cygpath -w "$basedir"` + fi + ;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../ts-node/dist/bin-esm.js" "$@" +else + exec node "$basedir/../ts-node/dist/bin-esm.js" "$@" +fi diff --git a/node_modules/.bin/ts-node-esm.cmd b/node_modules/.bin/ts-node-esm.cmd new file mode 100644 index 0000000..ba439a0 --- /dev/null +++ b/node_modules/.bin/ts-node-esm.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\ts-node\dist\bin-esm.js" %* diff --git a/node_modules/.bin/ts-node-esm.ps1 b/node_modules/.bin/ts-node-esm.ps1 new file mode 100644 index 0000000..d9806c0 --- /dev/null +++ b/node_modules/.bin/ts-node-esm.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../ts-node/dist/bin-esm.js" $args + } else { + & "$basedir/node$exe" "$basedir/../ts-node/dist/bin-esm.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../ts-node/dist/bin-esm.js" $args + } else { + & "node$exe" "$basedir/../ts-node/dist/bin-esm.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/ts-node-script b/node_modules/.bin/ts-node-script new file mode 100644 index 0000000..14c2f67 --- /dev/null +++ b/node_modules/.bin/ts-node-script @@ -0,0 +1,16 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) + if command -v cygpath > /dev/null 2>&1; then + basedir=`cygpath -w "$basedir"` + fi + ;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../ts-node/dist/bin-script.js" "$@" +else + exec node "$basedir/../ts-node/dist/bin-script.js" "$@" +fi diff --git a/node_modules/.bin/ts-node-script.cmd b/node_modules/.bin/ts-node-script.cmd new file mode 100644 index 0000000..146251b --- /dev/null +++ b/node_modules/.bin/ts-node-script.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\ts-node\dist\bin-script.js" %* diff --git a/node_modules/.bin/ts-node-script.ps1 b/node_modules/.bin/ts-node-script.ps1 new file mode 100644 index 0000000..3061e81 --- /dev/null +++ b/node_modules/.bin/ts-node-script.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../ts-node/dist/bin-script.js" $args + } else { + & "$basedir/node$exe" "$basedir/../ts-node/dist/bin-script.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../ts-node/dist/bin-script.js" $args + } else { + & "node$exe" "$basedir/../ts-node/dist/bin-script.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/ts-node-transpile-only b/node_modules/.bin/ts-node-transpile-only new file mode 100644 index 0000000..d3d4c0c --- /dev/null +++ b/node_modules/.bin/ts-node-transpile-only @@ -0,0 +1,16 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) + if command -v cygpath > /dev/null 2>&1; then + basedir=`cygpath -w "$basedir"` + fi + ;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../ts-node/dist/bin-transpile.js" "$@" +else + exec node "$basedir/../ts-node/dist/bin-transpile.js" "$@" +fi diff --git a/node_modules/.bin/ts-node-transpile-only.cmd b/node_modules/.bin/ts-node-transpile-only.cmd new file mode 100644 index 0000000..60b2af3 --- /dev/null +++ b/node_modules/.bin/ts-node-transpile-only.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\ts-node\dist\bin-transpile.js" %* diff --git a/node_modules/.bin/ts-node-transpile-only.ps1 b/node_modules/.bin/ts-node-transpile-only.ps1 new file mode 100644 index 0000000..9503db4 --- /dev/null +++ b/node_modules/.bin/ts-node-transpile-only.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../ts-node/dist/bin-transpile.js" $args + } else { + & "$basedir/node$exe" "$basedir/../ts-node/dist/bin-transpile.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../ts-node/dist/bin-transpile.js" $args + } else { + & "node$exe" "$basedir/../ts-node/dist/bin-transpile.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/ts-node.cmd b/node_modules/.bin/ts-node.cmd new file mode 100644 index 0000000..a2a9c92 --- /dev/null +++ b/node_modules/.bin/ts-node.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\ts-node\dist\bin.js" %* diff --git a/node_modules/.bin/ts-node.ps1 b/node_modules/.bin/ts-node.ps1 new file mode 100644 index 0000000..90517a4 --- /dev/null +++ b/node_modules/.bin/ts-node.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../ts-node/dist/bin.js" $args + } else { + & "$basedir/node$exe" "$basedir/../ts-node/dist/bin.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../ts-node/dist/bin.js" $args + } else { + & "node$exe" "$basedir/../ts-node/dist/bin.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/ts-script b/node_modules/.bin/ts-script new file mode 100644 index 0000000..8f65f36 --- /dev/null +++ b/node_modules/.bin/ts-script @@ -0,0 +1,16 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) + if command -v cygpath > /dev/null 2>&1; then + basedir=`cygpath -w "$basedir"` + fi + ;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../ts-node/dist/bin-script-deprecated.js" "$@" +else + exec node "$basedir/../ts-node/dist/bin-script-deprecated.js" "$@" +fi diff --git a/node_modules/.bin/ts-script.cmd b/node_modules/.bin/ts-script.cmd new file mode 100644 index 0000000..e3b0e81 --- /dev/null +++ b/node_modules/.bin/ts-script.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\ts-node\dist\bin-script-deprecated.js" %* diff --git a/node_modules/.bin/ts-script.ps1 b/node_modules/.bin/ts-script.ps1 new file mode 100644 index 0000000..1b348af --- /dev/null +++ b/node_modules/.bin/ts-script.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../ts-node/dist/bin-script-deprecated.js" $args + } else { + & "$basedir/node$exe" "$basedir/../ts-node/dist/bin-script-deprecated.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../ts-node/dist/bin-script-deprecated.js" $args + } else { + & "node$exe" "$basedir/../ts-node/dist/bin-script-deprecated.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/tsc b/node_modules/.bin/tsc new file mode 100644 index 0000000..c4864b9 --- /dev/null +++ b/node_modules/.bin/tsc @@ -0,0 +1,16 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) + if command -v cygpath > /dev/null 2>&1; then + basedir=`cygpath -w "$basedir"` + fi + ;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../typescript/bin/tsc" "$@" +else + exec node "$basedir/../typescript/bin/tsc" "$@" +fi diff --git a/node_modules/.bin/tsc.cmd b/node_modules/.bin/tsc.cmd new file mode 100644 index 0000000..40bf128 --- /dev/null +++ b/node_modules/.bin/tsc.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\typescript\bin\tsc" %* diff --git a/node_modules/.bin/tsc.ps1 b/node_modules/.bin/tsc.ps1 new file mode 100644 index 0000000..112413b --- /dev/null +++ b/node_modules/.bin/tsc.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../typescript/bin/tsc" $args + } else { + & "$basedir/node$exe" "$basedir/../typescript/bin/tsc" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../typescript/bin/tsc" $args + } else { + & "node$exe" "$basedir/../typescript/bin/tsc" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/tsserver b/node_modules/.bin/tsserver new file mode 100644 index 0000000..6c19ce3 --- /dev/null +++ b/node_modules/.bin/tsserver @@ -0,0 +1,16 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) + if command -v cygpath > /dev/null 2>&1; then + basedir=`cygpath -w "$basedir"` + fi + ;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../typescript/bin/tsserver" "$@" +else + exec node "$basedir/../typescript/bin/tsserver" "$@" +fi diff --git a/node_modules/.bin/tsserver.cmd b/node_modules/.bin/tsserver.cmd new file mode 100644 index 0000000..57f851f --- /dev/null +++ b/node_modules/.bin/tsserver.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\typescript\bin\tsserver" %* diff --git a/node_modules/.bin/tsserver.ps1 b/node_modules/.bin/tsserver.ps1 new file mode 100644 index 0000000..249f417 --- /dev/null +++ b/node_modules/.bin/tsserver.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../typescript/bin/tsserver" $args + } else { + & "$basedir/node$exe" "$basedir/../typescript/bin/tsserver" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../typescript/bin/tsserver" $args + } else { + & "node$exe" "$basedir/../typescript/bin/tsserver" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json new file mode 100644 index 0000000..074082d --- /dev/null +++ b/node_modules/.package-lock.json @@ -0,0 +1,383 @@ +{ + "name": "ssh-updater", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "node_modules/@cspotcode/source-map-support": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", + "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/trace-mapping": "0.3.9" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", + "dev": true, + "license": "MIT" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", + "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, + "node_modules/@tsconfig/node10": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.12.tgz", + "integrity": "sha512-UCYBaeFvM11aU2y3YPZ//O5Rhj+xKyzy7mvcIoAjASbigy8mHMryP5cK7dgjlz2hWxh1g5pLw084E0a/wlUSFQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@tsconfig/node12": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", + "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", + "dev": true, + "license": "MIT" + }, + "node_modules/@tsconfig/node14": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", + "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", + "dev": true, + "license": "MIT" + }, + "node_modules/@tsconfig/node16": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", + "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/node": { + "version": "20.19.39", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.39.tgz", + "integrity": "sha512-orrrD74MBUyK8jOAD/r0+lfa1I2MO6I+vAkmAWzMYbCcgrN4lCrmK52gRFQq/JRxfYPfonkr4b0jcY7Olqdqbw==", + "dev": true, + "license": "MIT", + "dependencies": { + "undici-types": "~6.21.0" + } + }, + "node_modules/acorn": { + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz", + "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==", + "dev": true, + "license": "MIT", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-walk": { + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.5.tgz", + "integrity": "sha512-HEHNfbars9v4pgpW6SO1KSPkfoS0xVOM/9UzkJltjlsHZmJasxg8aXkuZa7SMf8vKGIBhpUsPluQSqhJFCqebw==", + "dev": true, + "license": "MIT", + "dependencies": { + "acorn": "^8.11.0" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true, + "license": "MIT" + }, + "node_modules/asn1": { + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", + "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", + "license": "MIT", + "dependencies": { + "safer-buffer": "~2.1.0" + } + }, + "node_modules/bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", + "license": "BSD-3-Clause", + "dependencies": { + "tweetnacl": "^0.14.3" + } + }, + "node_modules/buildcheck": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/buildcheck/-/buildcheck-0.0.7.tgz", + "integrity": "sha512-lHblz4ahamxpTmnsk+MNTRWsjYKv965MwOrSJyeD588rR3Jcu7swE+0wN5F+PbL5cjgu/9ObkhfzEPuofEMwLA==", + "optional": true, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/cpu-features": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/cpu-features/-/cpu-features-0.0.10.tgz", + "integrity": "sha512-9IkYqtX3YHPCzoVg1Py+o9057a3i0fp7S530UWokCSaFVTc7CwXPRiOjRjBQQ18ZCNafx78YfnG+HALxtVmOGA==", + "hasInstallScript": true, + "optional": true, + "dependencies": { + "buildcheck": "~0.0.6", + "nan": "^2.19.0" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/diff": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.4.tgz", + "integrity": "sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.3.1" + } + }, + "node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "license": "MIT", + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true, + "license": "ISC" + }, + "node_modules/nan": { + "version": "2.26.2", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.26.2.tgz", + "integrity": "sha512-0tTvBTYkt3tdGw22nrAy50x7gpbGCCFH3AFcyS5WiUu7Eu4vWlri1woE6qHBSfy11vksDqkiwjOnlR7WV8G1Hw==", + "license": "MIT", + "optional": true + }, + "node_modules/node-ssh": { + "version": "13.2.1", + "resolved": "https://registry.npmjs.org/node-ssh/-/node-ssh-13.2.1.tgz", + "integrity": "sha512-rfl4GWMygQfzlExPkQ2LWyya5n2jOBm5vhEnup+4mdw7tQhNpJWbP5ldr09Jfj93k5SfY5lxcn8od5qrQ/6mBg==", + "license": "MIT", + "dependencies": { + "is-stream": "^2.0.0", + "make-dir": "^3.1.0", + "sb-promise-queue": "^2.1.0", + "sb-scandir": "^3.1.0", + "shell-escape": "^0.2.0", + "ssh2": "^1.14.0" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "license": "MIT" + }, + "node_modules/sb-promise-queue": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/sb-promise-queue/-/sb-promise-queue-2.1.1.tgz", + "integrity": "sha512-qXfdcJQMxMljxmPprn4Q4hl3pJmoljSCzUvvEBa9Kscewnv56n0KqrO6yWSrGLOL9E021wcGdPa39CHGKA6G0w==", + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/sb-scandir": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/sb-scandir/-/sb-scandir-3.1.1.tgz", + "integrity": "sha512-Q5xiQMtoragW9z8YsVYTAZcew+cRzdVBefPbb9theaIKw6cBo34WonP9qOCTKgyAmn/Ch5gmtAxT/krUgMILpA==", + "license": "MIT", + "dependencies": { + "sb-promise-queue": "^2.1.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/shell-escape": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/shell-escape/-/shell-escape-0.2.0.tgz", + "integrity": "sha512-uRRBT2MfEOyxuECseCZd28jC1AJ8hmqqneWQ4VWUTgCAFvb3wKU1jLqj6egC4Exrr88ogg3dp+zroH4wJuaXzw==", + "license": "MIT" + }, + "node_modules/ssh2": { + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/ssh2/-/ssh2-1.17.0.tgz", + "integrity": "sha512-wPldCk3asibAjQ/kziWQQt1Wh3PgDFpC0XpwclzKcdT1vql6KeYxf5LIt4nlFkUeR8WuphYMKqUA56X4rjbfgQ==", + "hasInstallScript": true, + "dependencies": { + "asn1": "^0.2.6", + "bcrypt-pbkdf": "^1.0.2" + }, + "engines": { + "node": ">=10.16.0" + }, + "optionalDependencies": { + "cpu-features": "~0.0.10", + "nan": "^2.23.0" + } + }, + "node_modules/ts-node": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", + "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@cspotcode/source-map-support": "^0.8.0", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "v8-compile-cache-lib": "^3.0.1", + "yn": "3.1.1" + }, + "bin": { + "ts-node": "dist/bin.js", + "ts-node-cwd": "dist/bin-cwd.js", + "ts-node-esm": "dist/bin-esm.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "peerDependencies": { + "@swc/core": ">=1.2.50", + "@swc/wasm": ">=1.2.50", + "@types/node": "*", + "typescript": ">=2.7" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "@swc/wasm": { + "optional": true + } + } + }, + "node_modules/tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", + "license": "Unlicense" + }, + "node_modules/typescript": { + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/undici-types": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/v8-compile-cache-lib": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", + "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", + "dev": true, + "license": "MIT" + }, + "node_modules/yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + } + } +} diff --git a/node_modules/@cspotcode/source-map-support/LICENSE.md b/node_modules/@cspotcode/source-map-support/LICENSE.md new file mode 100644 index 0000000..6247ca9 --- /dev/null +++ b/node_modules/@cspotcode/source-map-support/LICENSE.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014 Evan Wallace + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/@cspotcode/source-map-support/README.md b/node_modules/@cspotcode/source-map-support/README.md new file mode 100644 index 0000000..f739070 --- /dev/null +++ b/node_modules/@cspotcode/source-map-support/README.md @@ -0,0 +1,289 @@ +# Source Map Support + +[![NPM version](https://img.shields.io/npm/v/@cspotcode/source-map-support.svg?style=flat)](https://npmjs.org/package/@cspotcode/source-map-support) +[![NPM downloads](https://img.shields.io/npm/dm/@cspotcode/source-map-support.svg?style=flat)](https://npmjs.org/package/@cspotcode/source-map-support) +[![Build status](https://img.shields.io/github/workflow/status/cspotcode/node-source-map-support/Continuous%20Integration)](https://github.com/cspotcode/node-source-map-support/actions?query=workflow%3A%22Continuous+Integration%22) + +This module provides source map support for stack traces in node via the [V8 stack trace API](https://github.com/v8/v8/wiki/Stack-Trace-API). It uses the [source-map](https://github.com/mozilla/source-map) module to replace the paths and line numbers of source-mapped files with their original paths and line numbers. The output mimics node's stack trace format with the goal of making every compile-to-JS language more of a first-class citizen. Source maps are completely general (not specific to any one language) so you can use source maps with multiple compile-to-JS languages in the same node process. + +## Installation and Usage + +#### Node support + +``` +$ npm install @cspotcode/source-map-support +``` + +Source maps can be generated using libraries such as [source-map-index-generator](https://github.com/twolfson/source-map-index-generator). Once you have a valid source map, place a source mapping comment somewhere in the file (usually done automatically or with an option by your transpiler): + +``` +//# sourceMappingURL=path/to/source.map +``` + +If multiple sourceMappingURL comments exist in one file, the last sourceMappingURL comment will be +respected (e.g. if a file mentions the comment in code, or went through multiple transpilers). +The path should either be absolute or relative to the compiled file. + +From here you have two options. + +##### CLI Usage + +```bash +node -r @cspotcode/source-map-support/register compiled.js +# Or to enable hookRequire +node -r @cspotcode/source-map-support/register-hook-require compiled.js +``` + +##### Programmatic Usage + +Put the following line at the top of the compiled file. + +```js +require('@cspotcode/source-map-support').install(); +``` + +It is also possible to install the source map support directly by +requiring the `register` module which can be handy with ES6: + +```js +import '@cspotcode/source-map-support/register' + +// Instead of: +import sourceMapSupport from '@cspotcode/source-map-support' +sourceMapSupport.install() +``` +Note: if you're using babel-register, it includes source-map-support already. + +It is also very useful with Mocha: + +``` +$ mocha --require @cspotcode/source-map-support/register tests/ +``` + +#### Browser support + +This library also works in Chrome. While the DevTools console already supports source maps, the V8 engine doesn't and `Error.prototype.stack` will be incorrect without this library. Everything will just work if you deploy your source files using [browserify](http://browserify.org/). Just make sure to pass the `--debug` flag to the browserify command so your source maps are included in the bundled code. + +This library also works if you use another build process or just include the source files directly. In this case, include the file `browser-source-map-support.js` in your page and call `sourceMapSupport.install()`. It contains the whole library already bundled for the browser using browserify. + +```html + + +``` + +This library also works if you use AMD (Asynchronous Module Definition), which is used in tools like [RequireJS](http://requirejs.org/). Just list `browser-source-map-support` as a dependency: + +```html + +``` + +## Options + +This module installs two things: a change to the `stack` property on `Error` objects and a handler for uncaught exceptions that mimics node's default exception handler (the handler can be seen in the demos below). You may want to disable the handler if you have your own uncaught exception handler. This can be done by passing an argument to the installer: + +```js +require('@cspotcode/source-map-support').install({ + handleUncaughtExceptions: false +}); +``` + +This module loads source maps from the filesystem by default. You can provide alternate loading behavior through a callback as shown below. For example, [Meteor](https://github.com/meteor) keeps all source maps cached in memory to avoid disk access. + +```js +require('@cspotcode/source-map-support').install({ + retrieveSourceMap: function(source) { + if (source === 'compiled.js') { + return { + url: 'original.js', + map: fs.readFileSync('compiled.js.map', 'utf8') + }; + } + return null; + } +}); +``` + +The module will by default assume a browser environment if XMLHttpRequest and window are defined. If either of these do not exist it will instead assume a node environment. +In some rare cases, e.g. when running a browser emulation and where both variables are also set, you can explictly specify the environment to be either 'browser' or 'node'. + +```js +require('@cspotcode/source-map-support').install({ + environment: 'node' +}); +``` + +To support files with inline source maps, the `hookRequire` options can be specified, which will monitor all source files for inline source maps. + + +```js +require('@cspotcode/source-map-support').install({ + hookRequire: true +}); +``` + +This monkey patches the `require` module loading chain, so is not enabled by default and is not recommended for any sort of production usage. + +## Demos + +#### Basic Demo + +original.js: + +```js +throw new Error('test'); // This is the original code +``` + +compiled.js: + +```js +require('@cspotcode/source-map-support').install(); + +throw new Error('test'); // This is the compiled code +// The next line defines the sourceMapping. +//# sourceMappingURL=compiled.js.map +``` + +compiled.js.map: + +```json +{ + "version": 3, + "file": "compiled.js", + "sources": ["original.js"], + "names": [], + "mappings": ";;AAAA,MAAM,IAAI" +} +``` + +Run compiled.js using node (notice how the stack trace uses original.js instead of compiled.js): + +``` +$ node compiled.js + +original.js:1 +throw new Error('test'); // This is the original code + ^ +Error: test + at Object. (original.js:1:7) + at Module._compile (module.js:456:26) + at Object.Module._extensions..js (module.js:474:10) + at Module.load (module.js:356:32) + at Function.Module._load (module.js:312:12) + at Function.Module.runMain (module.js:497:10) + at startup (node.js:119:16) + at node.js:901:3 +``` + +#### TypeScript Demo + +demo.ts: + +```typescript +declare function require(name: string); +require('@cspotcode/source-map-support').install(); +class Foo { + constructor() { this.bar(); } + bar() { throw new Error('this is a demo'); } +} +new Foo(); +``` + +Compile and run the file using the TypeScript compiler from the terminal: + +``` +$ npm install source-map-support typescript +$ node_modules/typescript/bin/tsc -sourcemap demo.ts +$ node demo.js + +demo.ts:5 + bar() { throw new Error('this is a demo'); } + ^ +Error: this is a demo + at Foo.bar (demo.ts:5:17) + at new Foo (demo.ts:4:24) + at Object. (demo.ts:7:1) + at Module._compile (module.js:456:26) + at Object.Module._extensions..js (module.js:474:10) + at Module.load (module.js:356:32) + at Function.Module._load (module.js:312:12) + at Function.Module.runMain (module.js:497:10) + at startup (node.js:119:16) + at node.js:901:3 +``` + +There is also the option to use `-r source-map-support/register` with typescript, without the need add the `require('@cspotcode/source-map-support').install()` in the code base: + +``` +$ npm install source-map-support typescript +$ node_modules/typescript/bin/tsc -sourcemap demo.ts +$ node -r source-map-support/register demo.js + +demo.ts:5 + bar() { throw new Error('this is a demo'); } + ^ +Error: this is a demo + at Foo.bar (demo.ts:5:17) + at new Foo (demo.ts:4:24) + at Object. (demo.ts:7:1) + at Module._compile (module.js:456:26) + at Object.Module._extensions..js (module.js:474:10) + at Module.load (module.js:356:32) + at Function.Module._load (module.js:312:12) + at Function.Module.runMain (module.js:497:10) + at startup (node.js:119:16) + at node.js:901:3 +``` + +#### CoffeeScript Demo + +demo.coffee: + +```coffee +require('@cspotcode/source-map-support').install() +foo = -> + bar = -> throw new Error 'this is a demo' + bar() +foo() +``` + +Compile and run the file using the CoffeeScript compiler from the terminal: + +```sh +$ npm install @cspotcode/source-map-support coffeescript +$ node_modules/.bin/coffee --map --compile demo.coffee +$ node demo.js + +demo.coffee:3 + bar = -> throw new Error 'this is a demo' + ^ +Error: this is a demo + at bar (demo.coffee:3:22) + at foo (demo.coffee:4:3) + at Object. (demo.coffee:5:1) + at Object. (demo.coffee:1:1) + at Module._compile (module.js:456:26) + at Object.Module._extensions..js (module.js:474:10) + at Module.load (module.js:356:32) + at Function.Module._load (module.js:312:12) + at Function.Module.runMain (module.js:497:10) + at startup (node.js:119:16) +``` + +## Tests + +This repo contains both automated tests for node and manual tests for the browser. The automated tests can be run using mocha (type `mocha` in the root directory). To run the manual tests: + +* Build the tests using `build.js` +* Launch the HTTP server (`npm run serve-tests`) and visit + * http://127.0.0.1:1336/amd-test + * http://127.0.0.1:1336/browser-test + * http://127.0.0.1:1336/browserify-test - **Currently not working** due to a bug with browserify (see [pull request #66](https://github.com/evanw/node-source-map-support/pull/66) for details). +* For `header-test`, run `server.js` inside that directory and visit http://127.0.0.1:1337/ + +## License + +This code is available under the [MIT license](http://opensource.org/licenses/MIT). diff --git a/node_modules/@cspotcode/source-map-support/browser-source-map-support.js b/node_modules/@cspotcode/source-map-support/browser-source-map-support.js new file mode 100644 index 0000000..782da50 --- /dev/null +++ b/node_modules/@cspotcode/source-map-support/browser-source-map-support.js @@ -0,0 +1,114 @@ +/* + * Support for source maps in V8 stack traces + * https://github.com/evanw/node-source-map-support + */ +/* + The buffer module from node.js, for the browser. + + @author Feross Aboukhadijeh + license MIT +*/ +(this.define||function(R,U){this.sourceMapSupport=U()})("browser-source-map-support",function(R){(function e(C,J,A){function p(f,c){if(!J[f]){if(!C[f]){var l="function"==typeof require&&require;if(!c&&l)return l(f,!0);if(t)return t(f,!0);throw Error("Cannot find module '"+f+"'");}l=J[f]={exports:{}};C[f][0].call(l.exports,function(q){var r=C[f][1][q];return p(r?r:q)},l,l.exports,e,C,J,A)}return J[f].exports}for(var t="function"==typeof require&&require,m=0;mm)return-1;if(58>m)return m-48+52;if(91>m)return m-65;if(123>m)return m-97+26}var t="undefined"!==typeof Uint8Array?Uint8Array:Array;e.toByteArray=function(m){function f(d){q[k++]=d}if(0>16);f((u&65280)>>8);f(u&255)}2===l?(u=p(m.charAt(c))<<2|p(m.charAt(c+1))>>4,f(u&255)):1===l&&(u=p(m.charAt(c))<<10|p(m.charAt(c+1))<<4|p(m.charAt(c+2))>>2,f(u>>8&255),f(u&255));return q};e.fromByteArray=function(m){var f=m.length%3,c="",l;var q=0;for(l=m.length-f;q> +18&63)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>12&63)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>6&63)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r&63);c+=r}switch(f){case 1:r=m[m.length-1];c+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>2);c+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r<<4&63);c+="==";break;case 2:r=(m[m.length-2]<<8)+ +m[m.length-1],c+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>10),c+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r>>4&63),c+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(r<<2&63),c+="="}return c}})("undefined"===typeof A?this.base64js={}:A)},{}],3:[function(C,J,A){},{}],4:[function(C,J,A){(function(e){var p=Object.prototype.toString,t="function"===typeof e.alloc&&"function"===typeof e.allocUnsafe&&"function"=== +typeof e.from;J.exports=function(m,f,c){if("number"===typeof m)throw new TypeError('"value" argument must not be a number');if("ArrayBuffer"===p.call(m).slice(8,-1)){f>>>=0;var l=m.byteLength-f;if(0>l)throw new RangeError("'offset' is out of bounds");if(void 0===c)c=l;else if(c>>>=0,c>l)throw new RangeError("'length' is out of bounds");return t?e.from(m.slice(f,f+c)):new e(new Uint8Array(m.slice(f,f+c)))}if("string"===typeof m){c=f;if("string"!==typeof c||""===c)c="utf8";if(!e.isEncoding(c))throw new TypeError('"encoding" must be a valid string encoding'); +return t?e.from(m,c):new e(m,c)}return t?e.from(m):new e(m)}}).call(this,C("buffer").Buffer)},{buffer:5}],5:[function(C,J,A){function e(a,b,h){if(!(this instanceof e))return new e(a,b,h);var w=typeof a;if("number"===w)var y=0>>0:0;else if("string"===w){if("base64"===b)for(a=(a.trim?a.trim():a.replace(/^\s+|\s+$/g,"")).replace(L,"");0!==a.length%4;)a+="=";y=e.byteLength(a,b)}else if("object"===w&&null!==a)"Buffer"===a.type&&z(a.data)&&(a=a.data),y=0<+a.length?Math.floor(+a.length):0;else throw new TypeError("must start with number, buffer, array or string"); +if(this.length>G)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+G.toString(16)+" bytes");if(e.TYPED_ARRAY_SUPPORT)var I=e._augment(new Uint8Array(y));else I=this,I.length=y,I._isBuffer=!0;if(e.TYPED_ARRAY_SUPPORT&&"number"===typeof a.byteLength)I._set(a);else{var K=a;if(z(K)||e.isBuffer(K)||K&&"object"===typeof K&&"number"===typeof K.length)if(e.isBuffer(a))for(b=0;ba)throw new RangeError("offset is not uint");if(a+b>h)throw new RangeError("Trying to access beyond buffer length");}function m(a,b,h,w,y,I){if(!e.isBuffer(a))throw new TypeError("buffer must be a Buffer instance");if(b>y||ba.length)throw new TypeError("index out of range"); +}function f(a,b,h,w){0>b&&(b=65535+b+1);for(var y=0,I=Math.min(a.length-h,2);y>>8*(w?y:1-y)}function c(a,b,h,w){0>b&&(b=4294967295+b+1);for(var y=0,I=Math.min(a.length-h,4);y>>8*(w?y:3-y)&255}function l(a,b,h,w,y,I){if(b>y||ba.length)throw new TypeError("index out of range");}function q(a,b,h,w,y){y||l(a,b,h,4,3.4028234663852886E38,-3.4028234663852886E38);v.write(a,b,h,w,23,4);return h+4}function r(a, +b,h,w,y){y||l(a,b,h,8,1.7976931348623157E308,-1.7976931348623157E308);v.write(a,b,h,w,52,8);return h+8}function k(a){for(var b=[],h=0;h=w)b.push(w);else{var y=h;55296<=w&&57343>=w&&h++;w=encodeURIComponent(a.slice(y,h+1)).substr(1).split("%");for(y=0;y=b.length||y>=a.length);y++)b[y+ +h]=a[y];return y}function g(a){try{return decodeURIComponent(a)}catch(b){return String.fromCharCode(65533)}}var n=C("base64-js"),v=C("ieee754"),z=C("is-array");A.Buffer=e;A.SlowBuffer=e;A.INSPECT_MAX_BYTES=50;e.poolSize=8192;var G=1073741823;e.TYPED_ARRAY_SUPPORT=function(){try{var a=new ArrayBuffer(0),b=new Uint8Array(a);b.foo=function(){return 42};return 42===b.foo()&&"function"===typeof b.subarray&&0===(new Uint8Array(1)).subarray(1,1).byteLength}catch(h){return!1}}();e.isBuffer=function(a){return!(null== +a||!a._isBuffer)};e.compare=function(a,b){if(!e.isBuffer(a)||!e.isBuffer(b))throw new TypeError("Arguments must be Buffers");for(var h=a.length,w=b.length,y=0,I=Math.min(h,w);y>>1;break;case "utf8":case "utf-8":h=k(a).length;break;case "base64":h=n.toByteArray(a).length; +break;default:h=a.length}return h};e.prototype.length=void 0;e.prototype.parent=void 0;e.prototype.toString=function(a,b,h){var w=!1;b>>>=0;h=void 0===h||Infinity===h?this.length:h>>>0;a||(a="utf8");0>b&&(b=0);h>this.length&&(h=this.length);if(h<=b)return"";for(;;)switch(a){case "hex":a=b;b=h;h=this.length;if(!a||0>a)a=0;if(!b||0>b||b>h)b=h;w="";for(h=a;hw?"0"+w.toString(16):w.toString(16),w=a+w;return w;case "utf8":case "utf-8":w=a="";for(h=Math.min(this.length,h);b= +this[b]?(a+=g(w)+String.fromCharCode(this[b]),w=""):w+="%"+this[b].toString(16);return a+g(w);case "ascii":return p(this,b,h);case "binary":return p(this,b,h);case "base64":return b=0===b&&h===this.length?n.fromByteArray(this):n.fromByteArray(this.slice(b,h)),b;case "ucs2":case "ucs-2":case "utf16le":case "utf-16le":b=this.slice(b,h);h="";for(a=0;ab&&(a+=" ... "));return""};e.prototype.compare=function(a){if(!e.isBuffer(a))throw new TypeError("Argument must be a Buffer");return e.compare(this,a)};e.prototype.get=function(a){console.log(".get() is deprecated. Access using array indexes instead."); +return this.readUInt8(a)};e.prototype.set=function(a,b){console.log(".set() is deprecated. Access using array indexes instead.");return this.writeUInt8(a,b)};e.prototype.write=function(a,b,h,w){if(isFinite(b))isFinite(h)||(w=h,h=void 0);else{var y=w;w=b;b=h;h=y}b=Number(b)||0;y=this.length-b;h?(h=Number(h),h>y&&(h=y)):h=y;w=String(w||"utf8").toLowerCase();switch(w){case "hex":b=Number(b)||0;w=this.length-b;h?(h=Number(h),h>w&&(h=w)):h=w;w=a.length;if(0!==w%2)throw Error("Invalid hex string");h>w/ +2&&(h=w/2);for(w=0;w>8;K%=256;y.push(K);y.push(w)}a=d(y,this,b,h,2);break;default:throw new TypeError("Unknown encoding: "+ +w);}return a};e.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};e.prototype.slice=function(a,b){var h=this.length;a=~~a;b=void 0===b?h:~~b;0>a?(a+=h,0>a&&(a=0)):a>h&&(a=h);0>b?(b+=h,0>b&&(b=0)):b>h&&(b=h);b>>=0;h||m(this,a,b,1,255,0);e.TYPED_ARRAY_SUPPORT||(a=Math.floor(a));this[b]=a;return b+1};e.prototype.writeUInt16LE=function(a, +b,h){a=+a;b>>>=0;h||m(this,a,b,2,65535,0);e.TYPED_ARRAY_SUPPORT?(this[b]=a,this[b+1]=a>>>8):f(this,a,b,!0);return b+2};e.prototype.writeUInt16BE=function(a,b,h){a=+a;b>>>=0;h||m(this,a,b,2,65535,0);e.TYPED_ARRAY_SUPPORT?(this[b]=a>>>8,this[b+1]=a):f(this,a,b,!1);return b+2};e.prototype.writeUInt32LE=function(a,b,h){a=+a;b>>>=0;h||m(this,a,b,4,4294967295,0);e.TYPED_ARRAY_SUPPORT?(this[b+3]=a>>>24,this[b+2]=a>>>16,this[b+1]=a>>>8,this[b]=a):c(this,a,b,!0);return b+4};e.prototype.writeUInt32BE=function(a, +b,h){a=+a;b>>>=0;h||m(this,a,b,4,4294967295,0);e.TYPED_ARRAY_SUPPORT?(this[b]=a>>>24,this[b+1]=a>>>16,this[b+2]=a>>>8,this[b+3]=a):c(this,a,b,!1);return b+4};e.prototype.writeInt8=function(a,b,h){a=+a;b>>>=0;h||m(this,a,b,1,127,-128);e.TYPED_ARRAY_SUPPORT||(a=Math.floor(a));0>a&&(a=255+a+1);this[b]=a;return b+1};e.prototype.writeInt16LE=function(a,b,h){a=+a;b>>>=0;h||m(this,a,b,2,32767,-32768);e.TYPED_ARRAY_SUPPORT?(this[b]=a,this[b+1]=a>>>8):f(this,a,b,!0);return b+2};e.prototype.writeInt16BE=function(a, +b,h){a=+a;b>>>=0;h||m(this,a,b,2,32767,-32768);e.TYPED_ARRAY_SUPPORT?(this[b]=a>>>8,this[b+1]=a):f(this,a,b,!1);return b+2};e.prototype.writeInt32LE=function(a,b,h){a=+a;b>>>=0;h||m(this,a,b,4,2147483647,-2147483648);e.TYPED_ARRAY_SUPPORT?(this[b]=a,this[b+1]=a>>>8,this[b+2]=a>>>16,this[b+3]=a>>>24):c(this,a,b,!0);return b+4};e.prototype.writeInt32BE=function(a,b,h){a=+a;b>>>=0;h||m(this,a,b,4,2147483647,-2147483648);0>a&&(a=4294967295+a+1);e.TYPED_ARRAY_SUPPORT?(this[b]=a>>>24,this[b+1]=a>>>16,this[b+ +2]=a>>>8,this[b+3]=a):c(this,a,b,!1);return b+4};e.prototype.writeFloatLE=function(a,b,h){return q(this,a,b,!0,h)};e.prototype.writeFloatBE=function(a,b,h){return q(this,a,b,!1,h)};e.prototype.writeDoubleLE=function(a,b,h){return r(this,a,b,!0,h)};e.prototype.writeDoubleBE=function(a,b,h){return r(this,a,b,!1,h)};e.prototype.copy=function(a,b,h,w){h||(h=0);w||0===w||(w=this.length);b||(b=0);if(w!==h&&0!==a.length&&0!==this.length){if(wb||b>=a.length)throw new TypeError("targetStart out of bounds"); +if(0>h||h>=this.length)throw new TypeError("sourceStart out of bounds");if(0>w||w>this.length)throw new TypeError("sourceEnd out of bounds");w>this.length&&(w=this.length);a.length-bw||!e.TYPED_ARRAY_SUPPORT)for(var y=0;yb||b>=this.length)throw new TypeError("start out of bounds"); +if(0>h||h>this.length)throw new TypeError("end out of bounds");if("number"===typeof a)for(;b>1,r=-7;f=t?f-1:0;var k=t?-1:1,u=e[p+f];f+=k;t=u&(1<<-r)-1;u>>=-r;for(r+=c;0>=-r;for(r+=m;0>1,u=23===f?Math.pow(2,-24)-Math.pow(2,-77):0;c=m?0:c-1;var d=m?1:-1,g=0>p||0===p&&0>1/p?1:0;p=Math.abs(p);isNaN(p)||Infinity===p?(p=isNaN(p)?1:0,m=r):(m=Math.floor(Math.log(p)/Math.LN2),1>p*(l=Math.pow(2,-m))&&(m--,l*=2),p=1<=m+k?p+u/l:p+u*Math.pow(2,1-k),2<=p*l&&(m++,l/=2),m+k>=r?(p=0,m=r):1<=m+k?(p=(p*l-1)*Math.pow(2,f),m+=k):(p=p*Math.pow(2,k-1)*Math.pow(2,f),m=0));for(;8<=f;e[t+c]=p&255,c+= +d,p/=256,f-=8);m=m<z?[]:n.slice(v,z-v+1)}c=A.resolve(c).substr(1);l=A.resolve(l).substr(1); +for(var r=q(c.split("/")),k=q(l.split("/")),u=Math.min(r.length,k.length),d=u,g=0;gl&&(l=c.length+l);return c.substr(l,q)}}).call(this,C("g5I+bs"))},{"g5I+bs":9}],9:[function(C,J,A){function e(){}C=J.exports={};C.nextTick=function(){if("undefined"!==typeof window&&window.setImmediate)return function(t){return window.setImmediate(t)};if("undefined"!==typeof window&&window.postMessage&&window.addEventListener){var p=[];window.addEventListener("message",function(t){var m=t.source;m!==window&&null!== +m||"process-tick"!==t.data||(t.stopPropagation(),0p?(-p<<1)+1:p<<1;do p=m&31,m>>>=5,0=f)throw Error("Expected more digits in base 64 VLQ value.");var q=e.decode(p.charCodeAt(t++));if(-1===q)throw Error("Invalid base64 digit: "+p.charAt(t-1));var r=!!(q&32);q&=31;c+=q<>1;m.value=1===(c&1)?-p:p;m.rest=t}},{"./base64":12}],12:[function(C, +J,A){var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");A.encode=function(p){if(0<=p&&p=p?p-65:97<=p&&122>=p?p-97+26:48<=p&&57>=p?p-48+52:43==p?62:47==p?63:-1}},{}],13:[function(C,J,A){function e(p,t,m,f,c,l){var q=Math.floor((t-p)/2)+p,r=c(m,f[q],!0);return 0===r?q:0p?-1:p}A.GREATEST_LOWER_BOUND=1;A.LEAST_UPPER_BOUND=2;A.search=function(p,t,m,f){if(0===t.length)return-1;p=e(-1,t.length,p,t,m,f||A.GREATEST_LOWER_BOUND);if(0>p)return-1;for(;0<=p-1&&0===m(t[p],t[p-1],!0);)--p;return p}},{}],14:[function(C,J,A){function e(){this._array=[];this._sorted=!0;this._last={generatedLine:-1,generatedColumn:0}}var p=C("./util");e.prototype.unsortedForEach=function(t,m){this._array.forEach(t,m)};e.prototype.add=function(t){var m=this._last,f=m.generatedLine, +c=t.generatedLine,l=m.generatedColumn,q=t.generatedColumn;c>f||c==f&&q>=l||0>=p.compareByGeneratedPositionsInflated(m,t)?this._last=t:this._sorted=!1;this._array.push(t)};e.prototype.toArray=function(){this._sorted||(this._array.sort(p.compareByGeneratedPositionsInflated),this._sorted=!0);return this._array};A.MappingList=e},{"./util":19}],15:[function(C,J,A){function e(t,m,f){var c=t[m];t[m]=t[f];t[f]=c}function p(t,m,f,c){if(f=m(t[r],q)&&(l+=1,e(t,l,r));e(t,l+1,r);l+=1;p(t,m,f,l-1);p(t,m,l+1,c)}}A.quickSort=function(t,m){p(t,m,0,t.length-1)}},{}],16:[function(C,J,A){function e(k,u){var d=k;"string"===typeof k&&(d=f.parseSourceMapInput(k));return null!=d.sections?new m(d,u):new p(d,u)}function p(k,u){var d=k;"string"===typeof k&&(d=f.parseSourceMapInput(k));var g=f.getArg(d,"version"),n=f.getArg(d,"sources"),v=f.getArg(d,"names",[]),z=f.getArg(d,"sourceRoot",null),G=f.getArg(d,"sourcesContent",null),D=f.getArg(d, +"mappings");d=f.getArg(d,"file",null);if(g!=this._version)throw Error("Unsupported version: "+g);z&&(z=f.normalize(z));n=n.map(String).map(f.normalize).map(function(L){return z&&f.isAbsolute(z)&&f.isAbsolute(L)?f.relative(z,L):L});this._names=l.fromArray(v.map(String),!0);this._sources=l.fromArray(n,!0);this.sourceRoot=z;this.sourcesContent=G;this._mappings=D;this._sourceMapURL=u;this.file=d}function t(){this.generatedColumn=this.generatedLine=0;this.name=this.originalColumn=this.originalLine=this.source= +null}function m(k,u){var d=k;"string"===typeof k&&(d=f.parseSourceMapInput(k));var g=f.getArg(d,"version");d=f.getArg(d,"sections");if(g!=this._version)throw Error("Unsupported version: "+g);this._sources=new l;this._names=new l;var n={line:-1,column:0};this._sections=d.map(function(v){if(v.url)throw Error("Support for url field in sections not implemented.");var z=f.getArg(v,"offset"),G=f.getArg(z,"line"),D=f.getArg(z,"column");if(G=k[d])throw new TypeError("Line must be greater than or equal to 1, got "+ +k[d]);if(0>k[g])throw new TypeError("Column must be greater than or equal to 0, got "+k[g]);return c.search(k,u,n,v)};p.prototype.computeColumnSpans=function(){for(var k=0;k=this._sources.size()&&!this.sourcesContent.some(function(k){return null==k}):!1};p.prototype.sourceContentFor=function(k,u){if(!this.sourcesContent)return null;var d=k;null!=this.sourceRoot&&(d=f.relative(this.sourceRoot,d));if(this._sources.has(d))return this.sourcesContent[this._sources.indexOf(d)]; +var g=this.sources,n;for(n=0;n +g||95!==d.charCodeAt(g-1)||95!==d.charCodeAt(g-2)||111!==d.charCodeAt(g-3)||116!==d.charCodeAt(g-4)||111!==d.charCodeAt(g-5)||114!==d.charCodeAt(g-6)||112!==d.charCodeAt(g-7)||95!==d.charCodeAt(g-8)||95!==d.charCodeAt(g-9))return!1;for(g-=10;0<=g;g--)if(36!==d.charCodeAt(g))return!1;return!0}function r(d,g){return d===g?0:null===d?1:null===g?-1:d>g?1:-1}A.getArg=function(d,g,n){if(g in d)return d[g];if(3===arguments.length)return n;throw Error('"'+g+'" is a required argument.');};var k=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/, +u=/^data:.+,.+$/;A.urlParse=e;A.urlGenerate=p;A.normalize=t;A.join=m;A.isAbsolute=function(d){return"/"===d.charAt(0)||k.test(d)};A.relative=function(d,g){""===d&&(d=".");d=d.replace(/\/$/,"");for(var n=0;0!==g.indexOf(d+"/");){var v=d.lastIndexOf("/");if(0>v)return g;d=d.slice(0,v);if(d.match(/^([^\/]+:\/)?\/*$/))return g;++n}return Array(n+1).join("../")+g.substr(d.length+1)};C=!("__proto__"in Object.create(null));A.toSetString=C?f:c;A.fromSetString=C?f:l;A.compareByOriginalPositions=function(d, +g,n){var v=r(d.source,g.source);if(0!==v)return v;v=d.originalLine-g.originalLine;if(0!==v)return v;v=d.originalColumn-g.originalColumn;if(0!==v||n)return v;v=d.generatedColumn-g.generatedColumn;if(0!==v)return v;v=d.generatedLine-g.generatedLine;return 0!==v?v:r(d.name,g.name)};A.compareByGeneratedPositionsDeflated=function(d,g,n){var v=d.generatedLine-g.generatedLine;if(0!==v)return v;v=d.generatedColumn-g.generatedColumn;if(0!==v||n)return v;v=r(d.source,g.source);if(0!==v)return v;v=d.originalLine- +g.originalLine;if(0!==v)return v;v=d.originalColumn-g.originalColumn;return 0!==v?v:r(d.name,g.name)};A.compareByGeneratedPositionsInflated=function(d,g){var n=d.generatedLine-g.generatedLine;if(0!==n)return n;n=d.generatedColumn-g.generatedColumn;if(0!==n)return n;n=r(d.source,g.source);if(0!==n)return n;n=d.originalLine-g.originalLine;if(0!==n)return n;n=d.originalColumn-g.originalColumn;return 0!==n?n:r(d.name,g.name)};A.parseSourceMapInput=function(d){return JSON.parse(d.replace(/^\)]}'[^\n]*\n/, +""))};A.computeSourceURL=function(d,g,n){g=g||"";d&&("/"!==d[d.length-1]&&"/"!==g[0]&&(d+="/"),g=d+g);if(n){d=e(n);if(!d)throw Error("sourceMapURL could not be parsed");d.path&&(n=d.path.lastIndexOf("/"),0<=n&&(d.path=d.path.substring(0,n+1)));g=m(p(d),g)}return t(g)}},{}],20:[function(C,J,A){A.SourceMapGenerator=C("./lib/source-map-generator").SourceMapGenerator;A.SourceMapConsumer=C("./lib/source-map-consumer").SourceMapConsumer;A.SourceNode=C("./lib/source-node").SourceNode},{"./lib/source-map-consumer":16, +"./lib/source-map-generator":17,"./lib/source-node":18}],21:[function(C,J,A){(function(e){function p(){return"browser"===a?!0:"node"===a?!1:"undefined"!==typeof window&&"function"===typeof XMLHttpRequest&&!(window.require&&window.module&&window.process&&"renderer"===window.process.type)}function t(x){return function(B){for(var F=0;F";B=this.getLineNumber();null!=B&&(x+=":"+B,(B= +this.getColumnNumber())&&(x+=":"+B))}B="";var F=this.getFunctionName(),E=!0,H=this.isConstructor();if(this.isToplevel()||H)H?B+="new "+(F||""):F?B+=F:(B+=x,E=!1);else{H=this.getTypeName();"[object Object]"===H&&(H="null");var M=this.getMethodName();F?(H&&0!=F.indexOf(H)&&(B+=H+"."),B+=F,M&&F.indexOf("."+M)!=F.length-M.length-1&&(B+=" [as "+M+"]")):B+=H+"."+(M||"")}E&&(B+=" ("+x+")");return B}function q(x){var B={};Object.getOwnPropertyNames(Object.getPrototypeOf(x)).forEach(function(F){B[F]= +/^(?:is|get)/.test(F)?function(){return x[F].call(x)}:x[F]});B.toString=l;return B}function r(x,B){void 0===B&&(B={nextPosition:null,curPosition:null});if(x.isNative())return B.curPosition=null,x;var F=x.getFileName()||x.getScriptNameOrSourceURL();if(F){var E=x.getLineNumber(),H=x.getColumnNumber()-1,M=/^v(10\.1[6-9]|10\.[2-9][0-9]|10\.[0-9]{3,}|1[2-9]\d*|[2-9]\d|\d{3,}|11\.11)/,S=M.test;var V="object"===typeof e&&null!==e?e.version:"";M=S.call(M,V)?0:62;1===E&&H>M&&!p()&&!x.isEval()&&(H-=M);var O= +f({source:F,line:E,column:H});B.curPosition=O;x=q(x);var T=x.getFunctionName;x.getFunctionName=function(){return null==B.nextPosition?T():B.nextPosition.name||T()};x.getFileName=function(){return O.source};x.getLineNumber=function(){return O.line};x.getColumnNumber=function(){return O.column+1};x.getScriptNameOrSourceURL=function(){return O.source};return x}var Q=x.isEval()&&x.getEvalOrigin();Q&&(Q=c(Q),x=q(x),x.getEvalOrigin=function(){return Q});return x}function k(x,B){L&&(b={},h={});for(var F= +(x.name||"Error")+": "+(x.message||""),E={nextPosition:null,curPosition:null},H=[],M=B.length-1;0<=M;M--)H.push("\n at "+r(B[M],E)),E.nextPosition=E.curPosition;E.curPosition=E.nextPosition=null;return F+H.reverse().join("")}function u(x){var B=/\n at [^(]+ \((.*):(\d+):(\d+)\)/.exec(x.stack);if(B){x=B[1];var F=+B[2];B=+B[3];var E=b[x];if(!E&&v&&v.existsSync(x))try{E=v.readFileSync(x,"utf8")}catch(H){E=""}if(E&&(E=E.split(/(?:\r\n|\r|\n)/)[F-1]))return x+":"+F+"\n"+E+"\n"+Array(B).join(" ")+ +"^"}return null}function d(){var x=e.emit;e.emit=function(B){if("uncaughtException"===B){var F=arguments[1]&&arguments[1].stack,E=0=12" + }, + "volta": { + "node": "16.11.0", + "npm": "7.24.2" + } +} diff --git a/node_modules/@cspotcode/source-map-support/register-hook-require.d.ts b/node_modules/@cspotcode/source-map-support/register-hook-require.d.ts new file mode 100644 index 0000000..a787e69 --- /dev/null +++ b/node_modules/@cspotcode/source-map-support/register-hook-require.d.ts @@ -0,0 +1,7 @@ +// tslint:disable:no-useless-files + +// For following usage: +// import '@cspotcode/source-map-support/register-hook-require' +// Instead of: +// import sourceMapSupport from '@cspotcode/source-map-support' +// sourceMapSupport.install({hookRequire: true}) diff --git a/node_modules/@cspotcode/source-map-support/register-hook-require.js b/node_modules/@cspotcode/source-map-support/register-hook-require.js new file mode 100644 index 0000000..6bc12ab --- /dev/null +++ b/node_modules/@cspotcode/source-map-support/register-hook-require.js @@ -0,0 +1,3 @@ +require('./').install({ + hookRequire: true +}); diff --git a/node_modules/@cspotcode/source-map-support/register.d.ts b/node_modules/@cspotcode/source-map-support/register.d.ts new file mode 100644 index 0000000..063cd7c --- /dev/null +++ b/node_modules/@cspotcode/source-map-support/register.d.ts @@ -0,0 +1,7 @@ +// tslint:disable:no-useless-files + +// For following usage: +// import '@cspotcode/source-map-support/register' +// Instead of: +// import sourceMapSupport from '@cspotcode/source-map-support' +// sourceMapSupport.install() diff --git a/node_modules/@cspotcode/source-map-support/register.js b/node_modules/@cspotcode/source-map-support/register.js new file mode 100644 index 0000000..4f68e67 --- /dev/null +++ b/node_modules/@cspotcode/source-map-support/register.js @@ -0,0 +1 @@ +require('./').install(); diff --git a/node_modules/@cspotcode/source-map-support/source-map-support.d.ts b/node_modules/@cspotcode/source-map-support/source-map-support.d.ts new file mode 100644 index 0000000..d8cb9d8 --- /dev/null +++ b/node_modules/@cspotcode/source-map-support/source-map-support.d.ts @@ -0,0 +1,76 @@ +// Type definitions for source-map-support 0.5 +// Project: https://github.com/evanw/node-source-map-support +// Definitions by: Bart van der Schoor +// Jason Cheatham +// Alcedo Nathaniel De Guzman Jr +// Griffin Yourick +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +export interface RawSourceMap { + version: 3; + sources: string[]; + names: string[]; + sourceRoot?: string; + sourcesContent?: string[]; + mappings: string; + file: string; +} + +/** + * Output of retrieveSourceMap(). + * From source-map-support: + * The map field may be either a string or the parsed JSON object (i.e., + * it must be a valid argument to the SourceMapConsumer constructor). + */ +export interface UrlAndMap { + url: string; + map: string | RawSourceMap; +} + +/** + * Options to install(). + */ +export interface Options { + handleUncaughtExceptions?: boolean | undefined; + hookRequire?: boolean | undefined; + emptyCacheBetweenOperations?: boolean | undefined; + environment?: 'auto' | 'browser' | 'node' | undefined; + overrideRetrieveFile?: boolean | undefined; + overrideRetrieveSourceMap?: boolean | undefined; + retrieveFile?(path: string): string; + retrieveSourceMap?(source: string): UrlAndMap | null; + /** + * Set false to disable redirection of require / import `source-map-support` to `@cspotcode/source-map-support` + */ + redirectConflictingLibrary?: boolean; + /** + * Callback will be called every time we redirect due to `redirectConflictingLibrary` + * This allows consumers to log helpful warnings if they choose. + * @param parent NodeJS.Module which made the require() or require.resolve() call + * @param options options object internally passed to node's `_resolveFilename` hook + */ + onConflictingLibraryRedirect?: (request: string, parent: any, isMain: boolean, options: any, redirectedRequest: string) => void; +} + +export interface Position { + source: string; + line: number; + column: number; +} + +export function wrapCallSite(frame: any /* StackFrame */): any /* StackFrame */; +export function getErrorSource(error: Error): string | null; +export function mapSourcePosition(position: Position): Position; +export function retrieveSourceMap(source: string): UrlAndMap | null; +export function resetRetrieveHandlers(): void; + +/** + * Install SourceMap support. + * @param options Can be used to e.g. disable uncaughtException handler. + */ +export function install(options?: Options): void; + +/** + * Uninstall SourceMap support. + */ +export function uninstall(): void; diff --git a/node_modules/@cspotcode/source-map-support/source-map-support.js b/node_modules/@cspotcode/source-map-support/source-map-support.js new file mode 100644 index 0000000..ad830b6 --- /dev/null +++ b/node_modules/@cspotcode/source-map-support/source-map-support.js @@ -0,0 +1,938 @@ +const { TraceMap, originalPositionFor, AnyMap } = require('@jridgewell/trace-mapping'); +var path = require('path'); +const { fileURLToPath, pathToFileURL } = require('url'); +var util = require('util'); + +var fs; +try { + fs = require('fs'); + if (!fs.existsSync || !fs.readFileSync) { + // fs doesn't have all methods we need + fs = null; + } +} catch (err) { + /* nop */ +} + +/** + * Requires a module which is protected against bundler minification. + * + * @param {NodeModule} mod + * @param {string} request + */ +function dynamicRequire(mod, request) { + return mod.require(request); +} + +/** + * @typedef {{ + * enabled: boolean; + * originalValue: any; + * installedValue: any; + * }} HookState + * Used for installing and uninstalling hooks + */ + +// Increment this if the format of sharedData changes in a breaking way. +var sharedDataVersion = 1; + +/** + * @template T + * @param {T} defaults + * @returns {T} + */ +function initializeSharedData(defaults) { + var sharedDataKey = 'source-map-support/sharedData'; + if (typeof Symbol !== 'undefined') { + sharedDataKey = Symbol.for(sharedDataKey); + } + var sharedData = this[sharedDataKey]; + if (!sharedData) { + sharedData = { version: sharedDataVersion }; + if (Object.defineProperty) { + Object.defineProperty(this, sharedDataKey, { value: sharedData }); + } else { + this[sharedDataKey] = sharedData; + } + } + if (sharedDataVersion !== sharedData.version) { + throw new Error("Multiple incompatible instances of source-map-support were loaded"); + } + for (var key in defaults) { + if (!(key in sharedData)) { + sharedData[key] = defaults[key]; + } + } + return sharedData; +} + +// If multiple instances of source-map-support are loaded into the same +// context, they shouldn't overwrite each other. By storing handlers, caches, +// and other state on a shared object, different instances of +// source-map-support can work together in a limited way. This does require +// that future versions of source-map-support continue to support the fields on +// this object. If this internal contract ever needs to be broken, increment +// sharedDataVersion. (This version number is not the same as any of the +// package's version numbers, which should reflect the *external* API of +// source-map-support.) +var sharedData = initializeSharedData({ + + // Only install once if called multiple times + // Remember how the environment looked before installation so we can restore if able + /** @type {HookState} */ + errorPrepareStackTraceHook: undefined, + /** @type {HookState} */ + processEmitHook: undefined, + /** @type {HookState} */ + moduleResolveFilenameHook: undefined, + + /** @type {Array<(request: string, parent: any, isMain: boolean, options: any, redirectedRequest: string) => void>} */ + onConflictingLibraryRedirectArr: [], + + // If true, the caches are reset before a stack trace formatting operation + emptyCacheBetweenOperations: false, + + // Maps a file path to a string containing the file contents + fileContentsCache: Object.create(null), + + // Maps a file path to a source map for that file + /** @type {Record C:/dir/file + '/'; // file:///root-dir/file -> /root-dir/file + }); + } + const key = getCacheKey(path); + if(hasFileContentsCacheFromKey(key)) { + return getFileContentsCacheFromKey(key); + } + + var contents = ''; + try { + if (!fs) { + // Use SJAX if we are in the browser + var xhr = new XMLHttpRequest(); + xhr.open('GET', path, /** async */ false); + xhr.send(null); + if (xhr.readyState === 4 && xhr.status === 200) { + contents = xhr.responseText; + } + } else if (fs.existsSync(path)) { + // Otherwise, use the filesystem + contents = fs.readFileSync(path, 'utf8'); + } + } catch (er) { + /* ignore any errors */ + } + + return setFileContentsCache(path, contents); +}); + +// Support URLs relative to a directory, but be careful about a protocol prefix +// in case we are in the browser (i.e. directories may start with "http://" or "file:///") +function supportRelativeURL(file, url) { + if(!file) return url; + // given that this happens within error formatting codepath, probably best to + // fallback instead of throwing if anything goes wrong + try { + // if should output a URL + if(isAbsoluteUrl(file) || isSchemeRelativeUrl(file)) { + if(isAbsoluteUrl(url) || isSchemeRelativeUrl(url)) { + return new URL(url, file).toString(); + } + if(path.isAbsolute(url)) { + return new URL(pathToFileURL(url), file).toString(); + } + // url is relative path or URL + return new URL(url.replace(/\\/g, '/'), file).toString(); + } + // if should output a path (unless URL is something like https://) + if(path.isAbsolute(file)) { + if(isFileUrl(url)) { + return fileURLToPath(url); + } + if(isSchemeRelativeUrl(url)) { + return fileURLToPath(new URL(url, 'file://')); + } + if(isAbsoluteUrl(url)) { + // url is a non-file URL + // Go with the URL + return url; + } + if(path.isAbsolute(url)) { + // Normalize at all? decodeURI or normalize slashes? + return path.normalize(url); + } + // url is relative path or URL + return path.join(file, '..', decodeURI(url)); + } + // If we get here, file is relative. + // Shouldn't happen since node identifies modules with absolute paths or URLs. + // But we can take a stab at returning something meaningful anyway. + if(isAbsoluteUrl(url) || isSchemeRelativeUrl(url)) { + return url; + } + return path.join(file, '..', url); + } catch(e) { + return url; + } +} + +// Return pathOrUrl in the same style as matchStyleOf: either a file URL or a native path +function matchStyleOfPathOrUrl(matchStyleOf, pathOrUrl) { + try { + if(isAbsoluteUrl(matchStyleOf) || isSchemeRelativeUrl(matchStyleOf)) { + if(isAbsoluteUrl(pathOrUrl) || isSchemeRelativeUrl(pathOrUrl)) return pathOrUrl; + if(path.isAbsolute(pathOrUrl)) return pathToFileURL(pathOrUrl).toString(); + } else if(path.isAbsolute(matchStyleOf)) { + if(isAbsoluteUrl(pathOrUrl) || isSchemeRelativeUrl(pathOrUrl)) { + return fileURLToPath(new URL(pathOrUrl, 'file://')); + } + } + return pathOrUrl; + } catch(e) { + return pathOrUrl; + } +} + +function retrieveSourceMapURL(source) { + var fileData; + + if (isInBrowser()) { + try { + var xhr = new XMLHttpRequest(); + xhr.open('GET', source, false); + xhr.send(null); + fileData = xhr.readyState === 4 ? xhr.responseText : null; + + // Support providing a sourceMappingURL via the SourceMap header + var sourceMapHeader = xhr.getResponseHeader("SourceMap") || + xhr.getResponseHeader("X-SourceMap"); + if (sourceMapHeader) { + return sourceMapHeader; + } + } catch (e) { + } + } + + // Get the URL of the source map + fileData = retrieveFile(tryFileURLToPath(source)); + var re = /(?:\/\/[@#][\s]*sourceMappingURL=([^\s'"]+)[\s]*$)|(?:\/\*[@#][\s]*sourceMappingURL=([^\s*'"]+)[\s]*(?:\*\/)[\s]*$)/mg; + // Keep executing the search to find the *last* sourceMappingURL to avoid + // picking up sourceMappingURLs from comments, strings, etc. + var lastMatch, match; + while (match = re.exec(fileData)) lastMatch = match; + if (!lastMatch) return null; + return lastMatch[1]; +}; + +// Can be overridden by the retrieveSourceMap option to install. Takes a +// generated source filename; returns a {map, optional url} object, or null if +// there is no source map. The map field may be either a string or the parsed +// JSON object (ie, it must be a valid argument to the SourceMapConsumer +// constructor). +/** @type {(source: string) => import('./source-map-support').UrlAndMap | null} */ +var retrieveSourceMap = handlerExec(sharedData.retrieveMapHandlers, sharedData.internalRetrieveMapHandlers); +sharedData.internalRetrieveMapHandlers.push(function(source) { + var sourceMappingURL = retrieveSourceMapURL(source); + if (!sourceMappingURL) return null; + + // Read the contents of the source map + var sourceMapData; + if (reSourceMap.test(sourceMappingURL)) { + // Support source map URL as a data url + var rawData = sourceMappingURL.slice(sourceMappingURL.indexOf(',') + 1); + sourceMapData = Buffer.from(rawData, "base64").toString(); + sourceMappingURL = source; + } else { + // Support source map URLs relative to the source URL + sourceMappingURL = supportRelativeURL(source, sourceMappingURL); + sourceMapData = retrieveFile(tryFileURLToPath(sourceMappingURL)); + } + + if (!sourceMapData) { + return null; + } + + return { + url: sourceMappingURL, + map: sourceMapData + }; +}); + +function mapSourcePosition(position) { + var sourceMap = getSourceMapCache(position.source); + if (!sourceMap) { + // Call the (overrideable) retrieveSourceMap function to get the source map. + var urlAndMap = retrieveSourceMap(position.source); + if (urlAndMap) { + sourceMap = setSourceMapCache(position.source, { + url: urlAndMap.url, + map: new AnyMap(urlAndMap.map, urlAndMap.url) + }); + + // Overwrite trace-mapping's resolutions, because they do not handle + // Windows paths the way we want. + // TODO Remove now that windows path support was added to resolve-uri and thus trace-mapping? + sourceMap.map.resolvedSources = sourceMap.map.sources.map(s => supportRelativeURL(sourceMap.url, s)); + + // Load all sources stored inline with the source map into the file cache + // to pretend like they are already loaded. They may not exist on disk. + if (sourceMap.map.sourcesContent) { + sourceMap.map.resolvedSources.forEach(function(resolvedSource, i) { + var contents = sourceMap.map.sourcesContent[i]; + if (contents) { + setFileContentsCache(resolvedSource, contents); + } + }); + } + } else { + sourceMap = setSourceMapCache(position.source, { + url: null, + map: null + }); + } + } + + // Resolve the source URL relative to the URL of the source map + if (sourceMap && sourceMap.map) { + var originalPosition = originalPositionFor(sourceMap.map, position); + + // Only return the original position if a matching line was found. If no + // matching line is found then we return position instead, which will cause + // the stack trace to print the path and line for the compiled file. It is + // better to give a precise location in the compiled file than a vague + // location in the original file. + if (originalPosition.source !== null) { + // originalPosition.source has *already* been resolved against sourceMap.url + // so is *already* as absolute as possible. + // However, we want to ensure we output in same format as input: URL or native path + originalPosition.source = matchStyleOfPathOrUrl( + position.source, originalPosition.source); + return originalPosition; + } + } + + return position; +} + +// Parses code generated by FormatEvalOrigin(), a function inside V8: +// https://code.google.com/p/v8/source/browse/trunk/src/messages.js +function mapEvalOrigin(origin) { + // Most eval() calls are in this format + var match = /^eval at ([^(]+) \((.+):(\d+):(\d+)\)$/.exec(origin); + if (match) { + var position = mapSourcePosition({ + source: match[2], + line: +match[3], + column: match[4] - 1 + }); + return 'eval at ' + match[1] + ' (' + position.source + ':' + + position.line + ':' + (position.column + 1) + ')'; + } + + // Parse nested eval() calls using recursion + match = /^eval at ([^(]+) \((.+)\)$/.exec(origin); + if (match) { + return 'eval at ' + match[1] + ' (' + mapEvalOrigin(match[2]) + ')'; + } + + // Make sure we still return useful information if we didn't find anything + return origin; +} + +// This is copied almost verbatim from the V8 source code at +// https://code.google.com/p/v8/source/browse/trunk/src/messages.js +// Update 2022-04-29: +// https://github.com/v8/v8/blob/98f6f100c5ab8e390e51422747c4ef644d5ac6f2/src/builtins/builtins-callsite.cc#L175-L179 +// https://github.com/v8/v8/blob/98f6f100c5ab8e390e51422747c4ef644d5ac6f2/src/objects/call-site-info.cc#L795-L804 +// https://github.com/v8/v8/blob/98f6f100c5ab8e390e51422747c4ef644d5ac6f2/src/objects/call-site-info.cc#L717-L750 +// The implementation of wrapCallSite() used to just forward to the actual source +// code of CallSite.prototype.toString but unfortunately a new release of V8 +// did something to the prototype chain and broke the shim. The only fix I +// could find was copy/paste. +function CallSiteToString() { + var fileName; + var fileLocation = ""; + if (this.isNative()) { + fileLocation = "native"; + } else { + fileName = this.getScriptNameOrSourceURL(); + if (!fileName && this.isEval()) { + fileLocation = this.getEvalOrigin(); + fileLocation += ", "; // Expecting source position to follow. + } + + if (fileName) { + fileLocation += fileName; + } else { + // Source code does not originate from a file and is not native, but we + // can still get the source position inside the source string, e.g. in + // an eval string. + fileLocation += ""; + } + var lineNumber = this.getLineNumber(); + if (lineNumber != null) { + fileLocation += ":" + lineNumber; + var columnNumber = this.getColumnNumber(); + if (columnNumber) { + fileLocation += ":" + columnNumber; + } + } + } + + var line = ""; + var isAsync = this.isAsync ? this.isAsync() : false; + if(isAsync) { + line += 'async '; + var isPromiseAll = this.isPromiseAll ? this.isPromiseAll() : false; + var isPromiseAny = this.isPromiseAny ? this.isPromiseAny() : false; + if(isPromiseAny || isPromiseAll) { + line += isPromiseAll ? 'Promise.all (index ' : 'Promise.any (index '; + var promiseIndex = this.getPromiseIndex(); + line += promiseIndex + ')'; + } + } + var functionName = this.getFunctionName(); + var addSuffix = true; + var isConstructor = this.isConstructor(); + var isMethodCall = !(this.isToplevel() || isConstructor); + if (isMethodCall) { + var typeName = this.getTypeName(); + // Fixes shim to be backward compatable with Node v0 to v4 + if (typeName === "[object Object]") { + typeName = "null"; + } + var methodName = this.getMethodName(); + if (functionName) { + if (typeName && functionName.indexOf(typeName) != 0) { + line += typeName + "."; + } + line += functionName; + if (methodName && functionName.indexOf("." + methodName) != functionName.length - methodName.length - 1) { + line += " [as " + methodName + "]"; + } + } else { + line += typeName + "." + (methodName || ""); + } + } else if (isConstructor) { + line += "new " + (functionName || ""); + } else if (functionName) { + line += functionName; + } else { + line += fileLocation; + addSuffix = false; + } + if (addSuffix) { + line += " (" + fileLocation + ")"; + } + return line; +} + +function cloneCallSite(frame) { + var object = {}; + Object.getOwnPropertyNames(Object.getPrototypeOf(frame)).forEach(function(name) { + object[name] = /^(?:is|get)/.test(name) ? function() { return frame[name].call(frame); } : frame[name]; + }); + object.toString = CallSiteToString; + return object; +} + +function wrapCallSite(frame, state) { + // provides interface backward compatibility + if (state === undefined) { + state = { nextPosition: null, curPosition: null } + } + if(frame.isNative()) { + state.curPosition = null; + return frame; + } + + // Most call sites will return the source file from getFileName(), but code + // passed to eval() ending in "//# sourceURL=..." will return the source file + // from getScriptNameOrSourceURL() instead + var source = frame.getFileName() || frame.getScriptNameOrSourceURL(); + if (source) { + // v8 does not expose its internal isWasm, etc methods, so we do this instead. + if(source.startsWith('wasm://')) { + state.curPosition = null; + return frame; + } + + var line = frame.getLineNumber(); + var column = frame.getColumnNumber() - 1; + + // Fix position in Node where some (internal) code is prepended. + // See https://github.com/evanw/node-source-map-support/issues/36 + // Header removed in node at ^10.16 || >=11.11.0 + // v11 is not an LTS candidate, we can just test the one version with it. + // Test node versions for: 10.16-19, 10.20+, 12-19, 20-99, 100+, or 11.11 + var noHeader = /^v(10\.1[6-9]|10\.[2-9][0-9]|10\.[0-9]{3,}|1[2-9]\d*|[2-9]\d|\d{3,}|11\.11)/; + var headerLength = noHeader.test(process.version) ? 0 : 62; + if (line === 1 && column > headerLength && !isInBrowser() && !frame.isEval()) { + column -= headerLength; + } + + var position = mapSourcePosition({ + source: source, + line: line, + column: column + }); + state.curPosition = position; + frame = cloneCallSite(frame); + var originalFunctionName = frame.getFunctionName; + frame.getFunctionName = function() { + if (state.nextPosition == null) { + return originalFunctionName(); + } + return state.nextPosition.name || originalFunctionName(); + }; + frame.getFileName = function() { return position.source; }; + frame.getLineNumber = function() { return position.line; }; + frame.getColumnNumber = function() { return position.column + 1; }; + frame.getScriptNameOrSourceURL = function() { return position.source; }; + return frame; + } + + // Code called using eval() needs special handling + var origin = frame.isEval() && frame.getEvalOrigin(); + if (origin) { + origin = mapEvalOrigin(origin); + frame = cloneCallSite(frame); + frame.getEvalOrigin = function() { return origin; }; + return frame; + } + + // If we get here then we were unable to change the source position + return frame; +} + +var kIsNodeError = undefined; +try { + // Get a deliberate ERR_INVALID_ARG_TYPE + // TODO is there a better way to reliably get an instance of NodeError? + path.resolve(123); +} catch(e) { + const symbols = Object.getOwnPropertySymbols(e); + const symbol = symbols.find(function (s) {return s.toString().indexOf('kIsNodeError') >= 0}); + if(symbol) kIsNodeError = symbol; +} + +const ErrorPrototypeToString = (err) =>Error.prototype.toString.call(err); + +/** @param {HookState} hookState */ +function createPrepareStackTrace(hookState) { + return prepareStackTrace; + + // This function is part of the V8 stack trace API, for more info see: + // https://v8.dev/docs/stack-trace-api + function prepareStackTrace(error, stack) { + if(!hookState.enabled) return hookState.originalValue.apply(this, arguments); + + if (sharedData.emptyCacheBetweenOperations) { + clearCaches(); + } + + // node gives its own errors special treatment. Mimic that behavior + // https://github.com/nodejs/node/blob/3cbaabc4622df1b4009b9d026a1a970bdbae6e89/lib/internal/errors.js#L118-L128 + // https://github.com/nodejs/node/pull/39182 + var errorString; + if (kIsNodeError) { + if(kIsNodeError in error) { + errorString = `${error.name} [${error.code}]: ${error.message}`; + } else { + errorString = ErrorPrototypeToString(error); + } + } else { + var name = error.name || 'Error'; + var message = error.message || ''; + errorString = message ? name + ": " + message : name; + } + + var state = { nextPosition: null, curPosition: null }; + var processedStack = []; + for (var i = stack.length - 1; i >= 0; i--) { + processedStack.push('\n at ' + wrapCallSite(stack[i], state)); + state.nextPosition = state.curPosition; + } + state.curPosition = state.nextPosition = null; + return errorString + processedStack.reverse().join(''); + } +} + +// Generate position and snippet of original source with pointer +function getErrorSource(error) { + var match = /\n at [^(]+ \((.*):(\d+):(\d+)\)/.exec(error.stack); + if (match) { + var source = match[1]; + var line = +match[2]; + var column = +match[3]; + + // Support the inline sourceContents inside the source map + var contents = getFileContentsCache(source); + + const sourceAsPath = tryFileURLToPath(source); + + // Support files on disk + if (!contents && fs && fs.existsSync(sourceAsPath)) { + try { + contents = fs.readFileSync(sourceAsPath, 'utf8'); + } catch (er) { + contents = ''; + } + } + + // Format the line from the original source code like node does + if (contents) { + var code = contents.split(/(?:\r\n|\r|\n)/)[line - 1]; + if (code) { + return source + ':' + line + '\n' + code + '\n' + + new Array(column).join(' ') + '^'; + } + } + } + return null; +} + +function printFatalErrorUponExit (error) { + var source = getErrorSource(error); + + // Ensure error is printed synchronously and not truncated + if (process.stderr._handle && process.stderr._handle.setBlocking) { + process.stderr._handle.setBlocking(true); + } + + if (source) { + console.error(source); + } + + // Matches node's behavior for colorized output + console.error( + util.inspect(error, { + customInspect: false, + colors: process.stderr.isTTY + }) + ); +} + +function shimEmitUncaughtException () { + const originalValue = process.emit; + var hook = sharedData.processEmitHook = { + enabled: true, + originalValue, + installedValue: undefined + }; + var isTerminatingDueToFatalException = false; + var fatalException; + + process.emit = sharedData.processEmitHook.installedValue = function (type) { + const hadListeners = originalValue.apply(this, arguments); + if(hook.enabled) { + if (type === 'uncaughtException' && !hadListeners) { + isTerminatingDueToFatalException = true; + fatalException = arguments[1]; + process.exit(1); + } + if (type === 'exit' && isTerminatingDueToFatalException) { + printFatalErrorUponExit(fatalException); + } + } + return hadListeners; + }; +} + +var originalRetrieveFileHandlers = sharedData.retrieveFileHandlers.slice(0); +var originalRetrieveMapHandlers = sharedData.retrieveMapHandlers.slice(0); + +exports.wrapCallSite = wrapCallSite; +exports.getErrorSource = getErrorSource; +exports.mapSourcePosition = mapSourcePosition; +exports.retrieveSourceMap = retrieveSourceMap; + +exports.install = function(options) { + options = options || {}; + + if (options.environment) { + environment = options.environment; + if (["node", "browser", "auto"].indexOf(environment) === -1) { + throw new Error("environment " + environment + " was unknown. Available options are {auto, browser, node}") + } + } + + // Use dynamicRequire to avoid including in browser bundles + var Module = dynamicRequire(module, 'module'); + + // Redirect subsequent imports of "source-map-support" + // to this package + const {redirectConflictingLibrary = true, onConflictingLibraryRedirect} = options; + if(redirectConflictingLibrary) { + if (!sharedData.moduleResolveFilenameHook) { + const originalValue = Module._resolveFilename; + const moduleResolveFilenameHook = sharedData.moduleResolveFilenameHook = { + enabled: true, + originalValue, + installedValue: undefined, + } + Module._resolveFilename = sharedData.moduleResolveFilenameHook.installedValue = function (request, parent, isMain, options) { + if (moduleResolveFilenameHook.enabled) { + // Match all source-map-support entrypoints: source-map-support, source-map-support/register + let requestRedirect; + if (request === 'source-map-support') { + requestRedirect = './'; + } else if (request === 'source-map-support/register') { + requestRedirect = './register'; + } + + if (requestRedirect !== undefined) { + const newRequest = require.resolve(requestRedirect); + for (const cb of sharedData.onConflictingLibraryRedirectArr) { + cb(request, parent, isMain, options, newRequest); + } + request = newRequest; + } + } + + return originalValue.call(this, request, parent, isMain, options); + } + } + if (onConflictingLibraryRedirect) { + sharedData.onConflictingLibraryRedirectArr.push(onConflictingLibraryRedirect); + } + } + + // Allow sources to be found by methods other than reading the files + // directly from disk. + if (options.retrieveFile) { + if (options.overrideRetrieveFile) { + sharedData.retrieveFileHandlers.length = 0; + } + + sharedData.retrieveFileHandlers.unshift(options.retrieveFile); + } + + // Allow source maps to be found by methods other than reading the files + // directly from disk. + if (options.retrieveSourceMap) { + if (options.overrideRetrieveSourceMap) { + sharedData.retrieveMapHandlers.length = 0; + } + + sharedData.retrieveMapHandlers.unshift(options.retrieveSourceMap); + } + + // Support runtime transpilers that include inline source maps + if (options.hookRequire && !isInBrowser()) { + var $compile = Module.prototype._compile; + + if (!$compile.__sourceMapSupport) { + Module.prototype._compile = function(content, filename) { + setFileContentsCache(filename, content); + setSourceMapCache(filename, undefined); + return $compile.call(this, content, filename); + }; + + Module.prototype._compile.__sourceMapSupport = true; + } + } + + // Configure options + if (!sharedData.emptyCacheBetweenOperations) { + sharedData.emptyCacheBetweenOperations = 'emptyCacheBetweenOperations' in options ? + options.emptyCacheBetweenOperations : false; + } + + + // Install the error reformatter + if (!sharedData.errorPrepareStackTraceHook) { + const originalValue = Error.prepareStackTrace; + sharedData.errorPrepareStackTraceHook = { + enabled: true, + originalValue, + installedValue: undefined + }; + Error.prepareStackTrace = sharedData.errorPrepareStackTraceHook.installedValue = createPrepareStackTrace(sharedData.errorPrepareStackTraceHook); + } + + if (!sharedData.processEmitHook) { + var installHandler = 'handleUncaughtExceptions' in options ? + options.handleUncaughtExceptions : true; + + // Do not override 'uncaughtException' with our own handler in Node.js + // Worker threads. Workers pass the error to the main thread as an event, + // rather than printing something to stderr and exiting. + try { + // We need to use `dynamicRequire` because `require` on it's own will be optimized by WebPack/Browserify. + var worker_threads = dynamicRequire(module, 'worker_threads'); + if (worker_threads.isMainThread === false) { + installHandler = false; + } + } catch(e) {} + + // Provide the option to not install the uncaught exception handler. This is + // to support other uncaught exception handlers (in test frameworks, for + // example). If this handler is not installed and there are no other uncaught + // exception handlers, uncaught exceptions will be caught by node's built-in + // exception handler and the process will still be terminated. However, the + // generated JavaScript code will be shown above the stack trace instead of + // the original source code. + if (installHandler && hasGlobalProcessEventEmitter()) { + shimEmitUncaughtException(); + } + } +}; + +exports.uninstall = function() { + if(sharedData.processEmitHook) { + // Disable behavior + sharedData.processEmitHook.enabled = false; + // If possible, remove our hook function. May not be possible if subsequent third-party hooks have wrapped around us. + if(process.emit === sharedData.processEmitHook.installedValue) { + process.emit = sharedData.processEmitHook.originalValue; + } + sharedData.processEmitHook = undefined; + } + if(sharedData.errorPrepareStackTraceHook) { + // Disable behavior + sharedData.errorPrepareStackTraceHook.enabled = false; + // If possible or necessary, remove our hook function. + // In vanilla environments, prepareStackTrace is `undefined`. + // We cannot delegate to `undefined` the way we can to a function w/`.apply()`; our only option is to remove the function. + // If we are the *first* hook installed, and another was installed on top of us, we have no choice but to remove both. + if(Error.prepareStackTrace === sharedData.errorPrepareStackTraceHook.installedValue || typeof sharedData.errorPrepareStackTraceHook.originalValue !== 'function') { + Error.prepareStackTrace = sharedData.errorPrepareStackTraceHook.originalValue; + } + sharedData.errorPrepareStackTraceHook = undefined; + } + if (sharedData.moduleResolveFilenameHook) { + // Disable behavior + sharedData.moduleResolveFilenameHook.enabled = false; + // If possible, remove our hook function. May not be possible if subsequent third-party hooks have wrapped around us. + var Module = dynamicRequire(module, 'module'); + if(Module._resolveFilename === sharedData.moduleResolveFilenameHook.installedValue) { + Module._resolveFilename = sharedData.moduleResolveFilenameHook.originalValue; + } + sharedData.moduleResolveFilenameHook = undefined; + } + sharedData.onConflictingLibraryRedirectArr.length = 0; +} + +exports.resetRetrieveHandlers = function() { + sharedData.retrieveFileHandlers.length = 0; + sharedData.retrieveMapHandlers.length = 0; +} diff --git a/node_modules/@jridgewell/resolve-uri/LICENSE b/node_modules/@jridgewell/resolve-uri/LICENSE new file mode 100644 index 0000000..0a81b2a --- /dev/null +++ b/node_modules/@jridgewell/resolve-uri/LICENSE @@ -0,0 +1,19 @@ +Copyright 2019 Justin Ridgewell + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/node_modules/@jridgewell/resolve-uri/README.md b/node_modules/@jridgewell/resolve-uri/README.md new file mode 100644 index 0000000..2fe70df --- /dev/null +++ b/node_modules/@jridgewell/resolve-uri/README.md @@ -0,0 +1,40 @@ +# @jridgewell/resolve-uri + +> Resolve a URI relative to an optional base URI + +Resolve any combination of absolute URIs, protocol-realtive URIs, absolute paths, or relative paths. + +## Installation + +```sh +npm install @jridgewell/resolve-uri +``` + +## Usage + +```typescript +function resolve(input: string, base?: string): string; +``` + +```js +import resolve from '@jridgewell/resolve-uri'; + +resolve('foo', 'https://example.com'); // => 'https://example.com/foo' +``` + +| Input | Base | Resolution | Explanation | +|-----------------------|-------------------------|--------------------------------|--------------------------------------------------------------| +| `https://example.com` | _any_ | `https://example.com/` | Input is normalized only | +| `//example.com` | `https://base.com/` | `https://example.com/` | Input inherits the base's protocol | +| `//example.com` | _rest_ | `//example.com/` | Input is normalized only | +| `/example` | `https://base.com/` | `https://base.com/example` | Input inherits the base's origin | +| `/example` | `//base.com/` | `//base.com/example` | Input inherits the base's host and remains protocol relative | +| `/example` | _rest_ | `/example` | Input is normalized only | +| `example` | `https://base.com/dir/` | `https://base.com/dir/example` | Input is joined with the base | +| `example` | `https://base.com/file` | `https://base.com/example` | Input is joined with the base without its file | +| `example` | `//base.com/dir/` | `//base.com/dir/example` | Input is joined with the base's last directory | +| `example` | `//base.com/file` | `//base.com/example` | Input is joined with the base without its file | +| `example` | `/base/dir/` | `/base/dir/example` | Input is joined with the base's last directory | +| `example` | `/base/file` | `/base/example` | Input is joined with the base without its file | +| `example` | `base/dir/` | `base/dir/example` | Input is joined with the base's last directory | +| `example` | `base/file` | `base/example` | Input is joined with the base without its file | diff --git a/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs b/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs new file mode 100644 index 0000000..e958e88 --- /dev/null +++ b/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs @@ -0,0 +1,232 @@ +// Matches the scheme of a URL, eg "http://" +const schemeRegex = /^[\w+.-]+:\/\//; +/** + * Matches the parts of a URL: + * 1. Scheme, including ":", guaranteed. + * 2. User/password, including "@", optional. + * 3. Host, guaranteed. + * 4. Port, including ":", optional. + * 5. Path, including "/", optional. + * 6. Query, including "?", optional. + * 7. Hash, including "#", optional. + */ +const urlRegex = /^([\w+.-]+:)\/\/([^@/#?]*@)?([^:/#?]*)(:\d+)?(\/[^#?]*)?(\?[^#]*)?(#.*)?/; +/** + * File URLs are weird. They dont' need the regular `//` in the scheme, they may or may not start + * with a leading `/`, they can have a domain (but only if they don't start with a Windows drive). + * + * 1. Host, optional. + * 2. Path, which may include "/", guaranteed. + * 3. Query, including "?", optional. + * 4. Hash, including "#", optional. + */ +const fileRegex = /^file:(?:\/\/((?![a-z]:)[^/#?]*)?)?(\/?[^#?]*)(\?[^#]*)?(#.*)?/i; +function isAbsoluteUrl(input) { + return schemeRegex.test(input); +} +function isSchemeRelativeUrl(input) { + return input.startsWith('//'); +} +function isAbsolutePath(input) { + return input.startsWith('/'); +} +function isFileUrl(input) { + return input.startsWith('file:'); +} +function isRelative(input) { + return /^[.?#]/.test(input); +} +function parseAbsoluteUrl(input) { + const match = urlRegex.exec(input); + return makeUrl(match[1], match[2] || '', match[3], match[4] || '', match[5] || '/', match[6] || '', match[7] || ''); +} +function parseFileUrl(input) { + const match = fileRegex.exec(input); + const path = match[2]; + return makeUrl('file:', '', match[1] || '', '', isAbsolutePath(path) ? path : '/' + path, match[3] || '', match[4] || ''); +} +function makeUrl(scheme, user, host, port, path, query, hash) { + return { + scheme, + user, + host, + port, + path, + query, + hash, + type: 7 /* Absolute */, + }; +} +function parseUrl(input) { + if (isSchemeRelativeUrl(input)) { + const url = parseAbsoluteUrl('http:' + input); + url.scheme = ''; + url.type = 6 /* SchemeRelative */; + return url; + } + if (isAbsolutePath(input)) { + const url = parseAbsoluteUrl('http://foo.com' + input); + url.scheme = ''; + url.host = ''; + url.type = 5 /* AbsolutePath */; + return url; + } + if (isFileUrl(input)) + return parseFileUrl(input); + if (isAbsoluteUrl(input)) + return parseAbsoluteUrl(input); + const url = parseAbsoluteUrl('http://foo.com/' + input); + url.scheme = ''; + url.host = ''; + url.type = input + ? input.startsWith('?') + ? 3 /* Query */ + : input.startsWith('#') + ? 2 /* Hash */ + : 4 /* RelativePath */ + : 1 /* Empty */; + return url; +} +function stripPathFilename(path) { + // If a path ends with a parent directory "..", then it's a relative path with excess parent + // paths. It's not a file, so we can't strip it. + if (path.endsWith('/..')) + return path; + const index = path.lastIndexOf('/'); + return path.slice(0, index + 1); +} +function mergePaths(url, base) { + normalizePath(base, base.type); + // If the path is just a "/", then it was an empty path to begin with (remember, we're a relative + // path). + if (url.path === '/') { + url.path = base.path; + } + else { + // Resolution happens relative to the base path's directory, not the file. + url.path = stripPathFilename(base.path) + url.path; + } +} +/** + * The path can have empty directories "//", unneeded parents "foo/..", or current directory + * "foo/.". We need to normalize to a standard representation. + */ +function normalizePath(url, type) { + const rel = type <= 4 /* RelativePath */; + const pieces = url.path.split('/'); + // We need to preserve the first piece always, so that we output a leading slash. The item at + // pieces[0] is an empty string. + let pointer = 1; + // Positive is the number of real directories we've output, used for popping a parent directory. + // Eg, "foo/bar/.." will have a positive 2, and we can decrement to be left with just "foo". + let positive = 0; + // We need to keep a trailing slash if we encounter an empty directory (eg, splitting "foo/" will + // generate `["foo", ""]` pieces). And, if we pop a parent directory. But once we encounter a + // real directory, we won't need to append, unless the other conditions happen again. + let addTrailingSlash = false; + for (let i = 1; i < pieces.length; i++) { + const piece = pieces[i]; + // An empty directory, could be a trailing slash, or just a double "//" in the path. + if (!piece) { + addTrailingSlash = true; + continue; + } + // If we encounter a real directory, then we don't need to append anymore. + addTrailingSlash = false; + // A current directory, which we can always drop. + if (piece === '.') + continue; + // A parent directory, we need to see if there are any real directories we can pop. Else, we + // have an excess of parents, and we'll need to keep the "..". + if (piece === '..') { + if (positive) { + addTrailingSlash = true; + positive--; + pointer--; + } + else if (rel) { + // If we're in a relativePath, then we need to keep the excess parents. Else, in an absolute + // URL, protocol relative URL, or an absolute path, we don't need to keep excess. + pieces[pointer++] = piece; + } + continue; + } + // We've encountered a real directory. Move it to the next insertion pointer, which accounts for + // any popped or dropped directories. + pieces[pointer++] = piece; + positive++; + } + let path = ''; + for (let i = 1; i < pointer; i++) { + path += '/' + pieces[i]; + } + if (!path || (addTrailingSlash && !path.endsWith('/..'))) { + path += '/'; + } + url.path = path; +} +/** + * Attempts to resolve `input` URL/path relative to `base`. + */ +function resolve(input, base) { + if (!input && !base) + return ''; + const url = parseUrl(input); + let inputType = url.type; + if (base && inputType !== 7 /* Absolute */) { + const baseUrl = parseUrl(base); + const baseType = baseUrl.type; + switch (inputType) { + case 1 /* Empty */: + url.hash = baseUrl.hash; + // fall through + case 2 /* Hash */: + url.query = baseUrl.query; + // fall through + case 3 /* Query */: + case 4 /* RelativePath */: + mergePaths(url, baseUrl); + // fall through + case 5 /* AbsolutePath */: + // The host, user, and port are joined, you can't copy one without the others. + url.user = baseUrl.user; + url.host = baseUrl.host; + url.port = baseUrl.port; + // fall through + case 6 /* SchemeRelative */: + // The input doesn't have a schema at least, so we need to copy at least that over. + url.scheme = baseUrl.scheme; + } + if (baseType > inputType) + inputType = baseType; + } + normalizePath(url, inputType); + const queryHash = url.query + url.hash; + switch (inputType) { + // This is impossible, because of the empty checks at the start of the function. + // case UrlType.Empty: + case 2 /* Hash */: + case 3 /* Query */: + return queryHash; + case 4 /* RelativePath */: { + // The first char is always a "/", and we need it to be relative. + const path = url.path.slice(1); + if (!path) + return queryHash || '.'; + if (isRelative(base || input) && !isRelative(path)) { + // If base started with a leading ".", or there is no base and input started with a ".", + // then we need to ensure that the relative path starts with a ".". We don't know if + // relative starts with a "..", though, so check before prepending. + return './' + path + queryHash; + } + return path + queryHash; + } + case 5 /* AbsolutePath */: + return url.path + queryHash; + default: + return url.scheme + '//' + url.user + url.host + url.port + url.path + queryHash; + } +} + +export { resolve as default }; +//# sourceMappingURL=resolve-uri.mjs.map diff --git a/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map b/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map new file mode 100644 index 0000000..1de97d0 --- /dev/null +++ b/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map @@ -0,0 +1 @@ +{"version":3,"file":"resolve-uri.mjs","sources":["../src/resolve-uri.ts"],"sourcesContent":["// Matches the scheme of a URL, eg \"http://\"\nconst schemeRegex = /^[\\w+.-]+:\\/\\//;\n\n/**\n * Matches the parts of a URL:\n * 1. Scheme, including \":\", guaranteed.\n * 2. User/password, including \"@\", optional.\n * 3. Host, guaranteed.\n * 4. Port, including \":\", optional.\n * 5. Path, including \"/\", optional.\n * 6. Query, including \"?\", optional.\n * 7. Hash, including \"#\", optional.\n */\nconst urlRegex = /^([\\w+.-]+:)\\/\\/([^@/#?]*@)?([^:/#?]*)(:\\d+)?(\\/[^#?]*)?(\\?[^#]*)?(#.*)?/;\n\n/**\n * File URLs are weird. They dont' need the regular `//` in the scheme, they may or may not start\n * with a leading `/`, they can have a domain (but only if they don't start with a Windows drive).\n *\n * 1. Host, optional.\n * 2. Path, which may include \"/\", guaranteed.\n * 3. Query, including \"?\", optional.\n * 4. Hash, including \"#\", optional.\n */\nconst fileRegex = /^file:(?:\\/\\/((?![a-z]:)[^/#?]*)?)?(\\/?[^#?]*)(\\?[^#]*)?(#.*)?/i;\n\ntype Url = {\n scheme: string;\n user: string;\n host: string;\n port: string;\n path: string;\n query: string;\n hash: string;\n type: UrlType;\n};\n\nconst enum UrlType {\n Empty = 1,\n Hash = 2,\n Query = 3,\n RelativePath = 4,\n AbsolutePath = 5,\n SchemeRelative = 6,\n Absolute = 7,\n}\n\nfunction isAbsoluteUrl(input: string): boolean {\n return schemeRegex.test(input);\n}\n\nfunction isSchemeRelativeUrl(input: string): boolean {\n return input.startsWith('//');\n}\n\nfunction isAbsolutePath(input: string): boolean {\n return input.startsWith('/');\n}\n\nfunction isFileUrl(input: string): boolean {\n return input.startsWith('file:');\n}\n\nfunction isRelative(input: string): boolean {\n return /^[.?#]/.test(input);\n}\n\nfunction parseAbsoluteUrl(input: string): Url {\n const match = urlRegex.exec(input)!;\n return makeUrl(\n match[1],\n match[2] || '',\n match[3],\n match[4] || '',\n match[5] || '/',\n match[6] || '',\n match[7] || '',\n );\n}\n\nfunction parseFileUrl(input: string): Url {\n const match = fileRegex.exec(input)!;\n const path = match[2];\n return makeUrl(\n 'file:',\n '',\n match[1] || '',\n '',\n isAbsolutePath(path) ? path : '/' + path,\n match[3] || '',\n match[4] || '',\n );\n}\n\nfunction makeUrl(\n scheme: string,\n user: string,\n host: string,\n port: string,\n path: string,\n query: string,\n hash: string,\n): Url {\n return {\n scheme,\n user,\n host,\n port,\n path,\n query,\n hash,\n type: UrlType.Absolute,\n };\n}\n\nfunction parseUrl(input: string): Url {\n if (isSchemeRelativeUrl(input)) {\n const url = parseAbsoluteUrl('http:' + input);\n url.scheme = '';\n url.type = UrlType.SchemeRelative;\n return url;\n }\n\n if (isAbsolutePath(input)) {\n const url = parseAbsoluteUrl('http://foo.com' + input);\n url.scheme = '';\n url.host = '';\n url.type = UrlType.AbsolutePath;\n return url;\n }\n\n if (isFileUrl(input)) return parseFileUrl(input);\n\n if (isAbsoluteUrl(input)) return parseAbsoluteUrl(input);\n\n const url = parseAbsoluteUrl('http://foo.com/' + input);\n url.scheme = '';\n url.host = '';\n url.type = input\n ? input.startsWith('?')\n ? UrlType.Query\n : input.startsWith('#')\n ? UrlType.Hash\n : UrlType.RelativePath\n : UrlType.Empty;\n return url;\n}\n\nfunction stripPathFilename(path: string): string {\n // If a path ends with a parent directory \"..\", then it's a relative path with excess parent\n // paths. It's not a file, so we can't strip it.\n if (path.endsWith('/..')) return path;\n const index = path.lastIndexOf('/');\n return path.slice(0, index + 1);\n}\n\nfunction mergePaths(url: Url, base: Url) {\n normalizePath(base, base.type);\n\n // If the path is just a \"/\", then it was an empty path to begin with (remember, we're a relative\n // path).\n if (url.path === '/') {\n url.path = base.path;\n } else {\n // Resolution happens relative to the base path's directory, not the file.\n url.path = stripPathFilename(base.path) + url.path;\n }\n}\n\n/**\n * The path can have empty directories \"//\", unneeded parents \"foo/..\", or current directory\n * \"foo/.\". We need to normalize to a standard representation.\n */\nfunction normalizePath(url: Url, type: UrlType) {\n const rel = type <= UrlType.RelativePath;\n const pieces = url.path.split('/');\n\n // We need to preserve the first piece always, so that we output a leading slash. The item at\n // pieces[0] is an empty string.\n let pointer = 1;\n\n // Positive is the number of real directories we've output, used for popping a parent directory.\n // Eg, \"foo/bar/..\" will have a positive 2, and we can decrement to be left with just \"foo\".\n let positive = 0;\n\n // We need to keep a trailing slash if we encounter an empty directory (eg, splitting \"foo/\" will\n // generate `[\"foo\", \"\"]` pieces). And, if we pop a parent directory. But once we encounter a\n // real directory, we won't need to append, unless the other conditions happen again.\n let addTrailingSlash = false;\n\n for (let i = 1; i < pieces.length; i++) {\n const piece = pieces[i];\n\n // An empty directory, could be a trailing slash, or just a double \"//\" in the path.\n if (!piece) {\n addTrailingSlash = true;\n continue;\n }\n\n // If we encounter a real directory, then we don't need to append anymore.\n addTrailingSlash = false;\n\n // A current directory, which we can always drop.\n if (piece === '.') continue;\n\n // A parent directory, we need to see if there are any real directories we can pop. Else, we\n // have an excess of parents, and we'll need to keep the \"..\".\n if (piece === '..') {\n if (positive) {\n addTrailingSlash = true;\n positive--;\n pointer--;\n } else if (rel) {\n // If we're in a relativePath, then we need to keep the excess parents. Else, in an absolute\n // URL, protocol relative URL, or an absolute path, we don't need to keep excess.\n pieces[pointer++] = piece;\n }\n continue;\n }\n\n // We've encountered a real directory. Move it to the next insertion pointer, which accounts for\n // any popped or dropped directories.\n pieces[pointer++] = piece;\n positive++;\n }\n\n let path = '';\n for (let i = 1; i < pointer; i++) {\n path += '/' + pieces[i];\n }\n if (!path || (addTrailingSlash && !path.endsWith('/..'))) {\n path += '/';\n }\n url.path = path;\n}\n\n/**\n * Attempts to resolve `input` URL/path relative to `base`.\n */\nexport default function resolve(input: string, base: string | undefined): string {\n if (!input && !base) return '';\n\n const url = parseUrl(input);\n let inputType = url.type;\n\n if (base && inputType !== UrlType.Absolute) {\n const baseUrl = parseUrl(base);\n const baseType = baseUrl.type;\n\n switch (inputType) {\n case UrlType.Empty:\n url.hash = baseUrl.hash;\n // fall through\n\n case UrlType.Hash:\n url.query = baseUrl.query;\n // fall through\n\n case UrlType.Query:\n case UrlType.RelativePath:\n mergePaths(url, baseUrl);\n // fall through\n\n case UrlType.AbsolutePath:\n // The host, user, and port are joined, you can't copy one without the others.\n url.user = baseUrl.user;\n url.host = baseUrl.host;\n url.port = baseUrl.port;\n // fall through\n\n case UrlType.SchemeRelative:\n // The input doesn't have a schema at least, so we need to copy at least that over.\n url.scheme = baseUrl.scheme;\n }\n if (baseType > inputType) inputType = baseType;\n }\n\n normalizePath(url, inputType);\n\n const queryHash = url.query + url.hash;\n switch (inputType) {\n // This is impossible, because of the empty checks at the start of the function.\n // case UrlType.Empty:\n\n case UrlType.Hash:\n case UrlType.Query:\n return queryHash;\n\n case UrlType.RelativePath: {\n // The first char is always a \"/\", and we need it to be relative.\n const path = url.path.slice(1);\n\n if (!path) return queryHash || '.';\n\n if (isRelative(base || input) && !isRelative(path)) {\n // If base started with a leading \".\", or there is no base and input started with a \".\",\n // then we need to ensure that the relative path starts with a \".\". We don't know if\n // relative starts with a \"..\", though, so check before prepending.\n return './' + path + queryHash;\n }\n\n return path + queryHash;\n }\n\n case UrlType.AbsolutePath:\n return url.path + queryHash;\n\n default:\n return url.scheme + '//' + url.user + url.host + url.port + url.path + queryHash;\n }\n}\n"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js b/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js new file mode 100644 index 0000000..a783049 --- /dev/null +++ b/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js @@ -0,0 +1,240 @@ +(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : + typeof define === 'function' && define.amd ? define(factory) : + (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.resolveURI = factory()); +})(this, (function () { 'use strict'; + + // Matches the scheme of a URL, eg "http://" + const schemeRegex = /^[\w+.-]+:\/\//; + /** + * Matches the parts of a URL: + * 1. Scheme, including ":", guaranteed. + * 2. User/password, including "@", optional. + * 3. Host, guaranteed. + * 4. Port, including ":", optional. + * 5. Path, including "/", optional. + * 6. Query, including "?", optional. + * 7. Hash, including "#", optional. + */ + const urlRegex = /^([\w+.-]+:)\/\/([^@/#?]*@)?([^:/#?]*)(:\d+)?(\/[^#?]*)?(\?[^#]*)?(#.*)?/; + /** + * File URLs are weird. They dont' need the regular `//` in the scheme, they may or may not start + * with a leading `/`, they can have a domain (but only if they don't start with a Windows drive). + * + * 1. Host, optional. + * 2. Path, which may include "/", guaranteed. + * 3. Query, including "?", optional. + * 4. Hash, including "#", optional. + */ + const fileRegex = /^file:(?:\/\/((?![a-z]:)[^/#?]*)?)?(\/?[^#?]*)(\?[^#]*)?(#.*)?/i; + function isAbsoluteUrl(input) { + return schemeRegex.test(input); + } + function isSchemeRelativeUrl(input) { + return input.startsWith('//'); + } + function isAbsolutePath(input) { + return input.startsWith('/'); + } + function isFileUrl(input) { + return input.startsWith('file:'); + } + function isRelative(input) { + return /^[.?#]/.test(input); + } + function parseAbsoluteUrl(input) { + const match = urlRegex.exec(input); + return makeUrl(match[1], match[2] || '', match[3], match[4] || '', match[5] || '/', match[6] || '', match[7] || ''); + } + function parseFileUrl(input) { + const match = fileRegex.exec(input); + const path = match[2]; + return makeUrl('file:', '', match[1] || '', '', isAbsolutePath(path) ? path : '/' + path, match[3] || '', match[4] || ''); + } + function makeUrl(scheme, user, host, port, path, query, hash) { + return { + scheme, + user, + host, + port, + path, + query, + hash, + type: 7 /* Absolute */, + }; + } + function parseUrl(input) { + if (isSchemeRelativeUrl(input)) { + const url = parseAbsoluteUrl('http:' + input); + url.scheme = ''; + url.type = 6 /* SchemeRelative */; + return url; + } + if (isAbsolutePath(input)) { + const url = parseAbsoluteUrl('http://foo.com' + input); + url.scheme = ''; + url.host = ''; + url.type = 5 /* AbsolutePath */; + return url; + } + if (isFileUrl(input)) + return parseFileUrl(input); + if (isAbsoluteUrl(input)) + return parseAbsoluteUrl(input); + const url = parseAbsoluteUrl('http://foo.com/' + input); + url.scheme = ''; + url.host = ''; + url.type = input + ? input.startsWith('?') + ? 3 /* Query */ + : input.startsWith('#') + ? 2 /* Hash */ + : 4 /* RelativePath */ + : 1 /* Empty */; + return url; + } + function stripPathFilename(path) { + // If a path ends with a parent directory "..", then it's a relative path with excess parent + // paths. It's not a file, so we can't strip it. + if (path.endsWith('/..')) + return path; + const index = path.lastIndexOf('/'); + return path.slice(0, index + 1); + } + function mergePaths(url, base) { + normalizePath(base, base.type); + // If the path is just a "/", then it was an empty path to begin with (remember, we're a relative + // path). + if (url.path === '/') { + url.path = base.path; + } + else { + // Resolution happens relative to the base path's directory, not the file. + url.path = stripPathFilename(base.path) + url.path; + } + } + /** + * The path can have empty directories "//", unneeded parents "foo/..", or current directory + * "foo/.". We need to normalize to a standard representation. + */ + function normalizePath(url, type) { + const rel = type <= 4 /* RelativePath */; + const pieces = url.path.split('/'); + // We need to preserve the first piece always, so that we output a leading slash. The item at + // pieces[0] is an empty string. + let pointer = 1; + // Positive is the number of real directories we've output, used for popping a parent directory. + // Eg, "foo/bar/.." will have a positive 2, and we can decrement to be left with just "foo". + let positive = 0; + // We need to keep a trailing slash if we encounter an empty directory (eg, splitting "foo/" will + // generate `["foo", ""]` pieces). And, if we pop a parent directory. But once we encounter a + // real directory, we won't need to append, unless the other conditions happen again. + let addTrailingSlash = false; + for (let i = 1; i < pieces.length; i++) { + const piece = pieces[i]; + // An empty directory, could be a trailing slash, or just a double "//" in the path. + if (!piece) { + addTrailingSlash = true; + continue; + } + // If we encounter a real directory, then we don't need to append anymore. + addTrailingSlash = false; + // A current directory, which we can always drop. + if (piece === '.') + continue; + // A parent directory, we need to see if there are any real directories we can pop. Else, we + // have an excess of parents, and we'll need to keep the "..". + if (piece === '..') { + if (positive) { + addTrailingSlash = true; + positive--; + pointer--; + } + else if (rel) { + // If we're in a relativePath, then we need to keep the excess parents. Else, in an absolute + // URL, protocol relative URL, or an absolute path, we don't need to keep excess. + pieces[pointer++] = piece; + } + continue; + } + // We've encountered a real directory. Move it to the next insertion pointer, which accounts for + // any popped or dropped directories. + pieces[pointer++] = piece; + positive++; + } + let path = ''; + for (let i = 1; i < pointer; i++) { + path += '/' + pieces[i]; + } + if (!path || (addTrailingSlash && !path.endsWith('/..'))) { + path += '/'; + } + url.path = path; + } + /** + * Attempts to resolve `input` URL/path relative to `base`. + */ + function resolve(input, base) { + if (!input && !base) + return ''; + const url = parseUrl(input); + let inputType = url.type; + if (base && inputType !== 7 /* Absolute */) { + const baseUrl = parseUrl(base); + const baseType = baseUrl.type; + switch (inputType) { + case 1 /* Empty */: + url.hash = baseUrl.hash; + // fall through + case 2 /* Hash */: + url.query = baseUrl.query; + // fall through + case 3 /* Query */: + case 4 /* RelativePath */: + mergePaths(url, baseUrl); + // fall through + case 5 /* AbsolutePath */: + // The host, user, and port are joined, you can't copy one without the others. + url.user = baseUrl.user; + url.host = baseUrl.host; + url.port = baseUrl.port; + // fall through + case 6 /* SchemeRelative */: + // The input doesn't have a schema at least, so we need to copy at least that over. + url.scheme = baseUrl.scheme; + } + if (baseType > inputType) + inputType = baseType; + } + normalizePath(url, inputType); + const queryHash = url.query + url.hash; + switch (inputType) { + // This is impossible, because of the empty checks at the start of the function. + // case UrlType.Empty: + case 2 /* Hash */: + case 3 /* Query */: + return queryHash; + case 4 /* RelativePath */: { + // The first char is always a "/", and we need it to be relative. + const path = url.path.slice(1); + if (!path) + return queryHash || '.'; + if (isRelative(base || input) && !isRelative(path)) { + // If base started with a leading ".", or there is no base and input started with a ".", + // then we need to ensure that the relative path starts with a ".". We don't know if + // relative starts with a "..", though, so check before prepending. + return './' + path + queryHash; + } + return path + queryHash; + } + case 5 /* AbsolutePath */: + return url.path + queryHash; + default: + return url.scheme + '//' + url.user + url.host + url.port + url.path + queryHash; + } + } + + return resolve; + +})); +//# sourceMappingURL=resolve-uri.umd.js.map diff --git a/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map b/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map new file mode 100644 index 0000000..70a37f2 --- /dev/null +++ b/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map @@ -0,0 +1 @@ +{"version":3,"file":"resolve-uri.umd.js","sources":["../src/resolve-uri.ts"],"sourcesContent":["// Matches the scheme of a URL, eg \"http://\"\nconst schemeRegex = /^[\\w+.-]+:\\/\\//;\n\n/**\n * Matches the parts of a URL:\n * 1. Scheme, including \":\", guaranteed.\n * 2. User/password, including \"@\", optional.\n * 3. Host, guaranteed.\n * 4. Port, including \":\", optional.\n * 5. Path, including \"/\", optional.\n * 6. Query, including \"?\", optional.\n * 7. Hash, including \"#\", optional.\n */\nconst urlRegex = /^([\\w+.-]+:)\\/\\/([^@/#?]*@)?([^:/#?]*)(:\\d+)?(\\/[^#?]*)?(\\?[^#]*)?(#.*)?/;\n\n/**\n * File URLs are weird. They dont' need the regular `//` in the scheme, they may or may not start\n * with a leading `/`, they can have a domain (but only if they don't start with a Windows drive).\n *\n * 1. Host, optional.\n * 2. Path, which may include \"/\", guaranteed.\n * 3. Query, including \"?\", optional.\n * 4. Hash, including \"#\", optional.\n */\nconst fileRegex = /^file:(?:\\/\\/((?![a-z]:)[^/#?]*)?)?(\\/?[^#?]*)(\\?[^#]*)?(#.*)?/i;\n\ntype Url = {\n scheme: string;\n user: string;\n host: string;\n port: string;\n path: string;\n query: string;\n hash: string;\n type: UrlType;\n};\n\nconst enum UrlType {\n Empty = 1,\n Hash = 2,\n Query = 3,\n RelativePath = 4,\n AbsolutePath = 5,\n SchemeRelative = 6,\n Absolute = 7,\n}\n\nfunction isAbsoluteUrl(input: string): boolean {\n return schemeRegex.test(input);\n}\n\nfunction isSchemeRelativeUrl(input: string): boolean {\n return input.startsWith('//');\n}\n\nfunction isAbsolutePath(input: string): boolean {\n return input.startsWith('/');\n}\n\nfunction isFileUrl(input: string): boolean {\n return input.startsWith('file:');\n}\n\nfunction isRelative(input: string): boolean {\n return /^[.?#]/.test(input);\n}\n\nfunction parseAbsoluteUrl(input: string): Url {\n const match = urlRegex.exec(input)!;\n return makeUrl(\n match[1],\n match[2] || '',\n match[3],\n match[4] || '',\n match[5] || '/',\n match[6] || '',\n match[7] || '',\n );\n}\n\nfunction parseFileUrl(input: string): Url {\n const match = fileRegex.exec(input)!;\n const path = match[2];\n return makeUrl(\n 'file:',\n '',\n match[1] || '',\n '',\n isAbsolutePath(path) ? path : '/' + path,\n match[3] || '',\n match[4] || '',\n );\n}\n\nfunction makeUrl(\n scheme: string,\n user: string,\n host: string,\n port: string,\n path: string,\n query: string,\n hash: string,\n): Url {\n return {\n scheme,\n user,\n host,\n port,\n path,\n query,\n hash,\n type: UrlType.Absolute,\n };\n}\n\nfunction parseUrl(input: string): Url {\n if (isSchemeRelativeUrl(input)) {\n const url = parseAbsoluteUrl('http:' + input);\n url.scheme = '';\n url.type = UrlType.SchemeRelative;\n return url;\n }\n\n if (isAbsolutePath(input)) {\n const url = parseAbsoluteUrl('http://foo.com' + input);\n url.scheme = '';\n url.host = '';\n url.type = UrlType.AbsolutePath;\n return url;\n }\n\n if (isFileUrl(input)) return parseFileUrl(input);\n\n if (isAbsoluteUrl(input)) return parseAbsoluteUrl(input);\n\n const url = parseAbsoluteUrl('http://foo.com/' + input);\n url.scheme = '';\n url.host = '';\n url.type = input\n ? input.startsWith('?')\n ? UrlType.Query\n : input.startsWith('#')\n ? UrlType.Hash\n : UrlType.RelativePath\n : UrlType.Empty;\n return url;\n}\n\nfunction stripPathFilename(path: string): string {\n // If a path ends with a parent directory \"..\", then it's a relative path with excess parent\n // paths. It's not a file, so we can't strip it.\n if (path.endsWith('/..')) return path;\n const index = path.lastIndexOf('/');\n return path.slice(0, index + 1);\n}\n\nfunction mergePaths(url: Url, base: Url) {\n normalizePath(base, base.type);\n\n // If the path is just a \"/\", then it was an empty path to begin with (remember, we're a relative\n // path).\n if (url.path === '/') {\n url.path = base.path;\n } else {\n // Resolution happens relative to the base path's directory, not the file.\n url.path = stripPathFilename(base.path) + url.path;\n }\n}\n\n/**\n * The path can have empty directories \"//\", unneeded parents \"foo/..\", or current directory\n * \"foo/.\". We need to normalize to a standard representation.\n */\nfunction normalizePath(url: Url, type: UrlType) {\n const rel = type <= UrlType.RelativePath;\n const pieces = url.path.split('/');\n\n // We need to preserve the first piece always, so that we output a leading slash. The item at\n // pieces[0] is an empty string.\n let pointer = 1;\n\n // Positive is the number of real directories we've output, used for popping a parent directory.\n // Eg, \"foo/bar/..\" will have a positive 2, and we can decrement to be left with just \"foo\".\n let positive = 0;\n\n // We need to keep a trailing slash if we encounter an empty directory (eg, splitting \"foo/\" will\n // generate `[\"foo\", \"\"]` pieces). And, if we pop a parent directory. But once we encounter a\n // real directory, we won't need to append, unless the other conditions happen again.\n let addTrailingSlash = false;\n\n for (let i = 1; i < pieces.length; i++) {\n const piece = pieces[i];\n\n // An empty directory, could be a trailing slash, or just a double \"//\" in the path.\n if (!piece) {\n addTrailingSlash = true;\n continue;\n }\n\n // If we encounter a real directory, then we don't need to append anymore.\n addTrailingSlash = false;\n\n // A current directory, which we can always drop.\n if (piece === '.') continue;\n\n // A parent directory, we need to see if there are any real directories we can pop. Else, we\n // have an excess of parents, and we'll need to keep the \"..\".\n if (piece === '..') {\n if (positive) {\n addTrailingSlash = true;\n positive--;\n pointer--;\n } else if (rel) {\n // If we're in a relativePath, then we need to keep the excess parents. Else, in an absolute\n // URL, protocol relative URL, or an absolute path, we don't need to keep excess.\n pieces[pointer++] = piece;\n }\n continue;\n }\n\n // We've encountered a real directory. Move it to the next insertion pointer, which accounts for\n // any popped or dropped directories.\n pieces[pointer++] = piece;\n positive++;\n }\n\n let path = '';\n for (let i = 1; i < pointer; i++) {\n path += '/' + pieces[i];\n }\n if (!path || (addTrailingSlash && !path.endsWith('/..'))) {\n path += '/';\n }\n url.path = path;\n}\n\n/**\n * Attempts to resolve `input` URL/path relative to `base`.\n */\nexport default function resolve(input: string, base: string | undefined): string {\n if (!input && !base) return '';\n\n const url = parseUrl(input);\n let inputType = url.type;\n\n if (base && inputType !== UrlType.Absolute) {\n const baseUrl = parseUrl(base);\n const baseType = baseUrl.type;\n\n switch (inputType) {\n case UrlType.Empty:\n url.hash = baseUrl.hash;\n // fall through\n\n case UrlType.Hash:\n url.query = baseUrl.query;\n // fall through\n\n case UrlType.Query:\n case UrlType.RelativePath:\n mergePaths(url, baseUrl);\n // fall through\n\n case UrlType.AbsolutePath:\n // The host, user, and port are joined, you can't copy one without the others.\n url.user = baseUrl.user;\n url.host = baseUrl.host;\n url.port = baseUrl.port;\n // fall through\n\n case UrlType.SchemeRelative:\n // The input doesn't have a schema at least, so we need to copy at least that over.\n url.scheme = baseUrl.scheme;\n }\n if (baseType > inputType) inputType = baseType;\n }\n\n normalizePath(url, inputType);\n\n const queryHash = url.query + url.hash;\n switch (inputType) {\n // This is impossible, because of the empty checks at the start of the function.\n // case UrlType.Empty:\n\n case UrlType.Hash:\n case UrlType.Query:\n return queryHash;\n\n case UrlType.RelativePath: {\n // The first char is always a \"/\", and we need it to be relative.\n const path = url.path.slice(1);\n\n if (!path) return queryHash || '.';\n\n if (isRelative(base || input) && !isRelative(path)) {\n // If base started with a leading \".\", or there is no base and input started with a \".\",\n // then we need to ensure that the relative path starts with a \".\". We don't know if\n // relative starts with a \"..\", though, so check before prepending.\n return './' + path + queryHash;\n }\n\n return path + queryHash;\n }\n\n case UrlType.AbsolutePath:\n return url.path + queryHash;\n\n default:\n return url.scheme + '//' + url.user + url.host + url.port + url.path + queryHash;\n }\n}\n"],"names":[],"mappings":";;;;;;IAAA;IACA,MAAM,WAAW,GAAG,gBAAgB,CAAC;IAErC;;;;;;;;;;IAUA,MAAM,QAAQ,GAAG,0EAA0E,CAAC;IAE5F;;;;;;;;;IASA,MAAM,SAAS,GAAG,iEAAiE,CAAC;IAuBpF,SAAS,aAAa,CAAC,KAAa;QAClC,OAAO,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IACjC,CAAC;IAED,SAAS,mBAAmB,CAAC,KAAa;QACxC,OAAO,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;IAChC,CAAC;IAED,SAAS,cAAc,CAAC,KAAa;QACnC,OAAO,KAAK,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC;IAC/B,CAAC;IAED,SAAS,SAAS,CAAC,KAAa;QAC9B,OAAO,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;IACnC,CAAC;IAED,SAAS,UAAU,CAAC,KAAa;QAC/B,OAAO,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IAC9B,CAAC;IAED,SAAS,gBAAgB,CAAC,KAAa;QACrC,MAAM,KAAK,GAAG,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAE,CAAC;QACpC,OAAO,OAAO,CACZ,KAAK,CAAC,CAAC,CAAC,EACR,KAAK,CAAC,CAAC,CAAC,IAAI,EAAE,EACd,KAAK,CAAC,CAAC,CAAC,EACR,KAAK,CAAC,CAAC,CAAC,IAAI,EAAE,EACd,KAAK,CAAC,CAAC,CAAC,IAAI,GAAG,EACf,KAAK,CAAC,CAAC,CAAC,IAAI,EAAE,EACd,KAAK,CAAC,CAAC,CAAC,IAAI,EAAE,CACf,CAAC;IACJ,CAAC;IAED,SAAS,YAAY,CAAC,KAAa;QACjC,MAAM,KAAK,GAAG,SAAS,CAAC,IAAI,CAAC,KAAK,CAAE,CAAC;QACrC,MAAM,IAAI,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;QACtB,OAAO,OAAO,CACZ,OAAO,EACP,EAAE,EACF,KAAK,CAAC,CAAC,CAAC,IAAI,EAAE,EACd,EAAE,EACF,cAAc,CAAC,IAAI,CAAC,GAAG,IAAI,GAAG,GAAG,GAAG,IAAI,EACxC,KAAK,CAAC,CAAC,CAAC,IAAI,EAAE,EACd,KAAK,CAAC,CAAC,CAAC,IAAI,EAAE,CACf,CAAC;IACJ,CAAC;IAED,SAAS,OAAO,CACd,MAAc,EACd,IAAY,EACZ,IAAY,EACZ,IAAY,EACZ,IAAY,EACZ,KAAa,EACb,IAAY;QAEZ,OAAO;YACL,MAAM;YACN,IAAI;YACJ,IAAI;YACJ,IAAI;YACJ,IAAI;YACJ,KAAK;YACL,IAAI;YACJ,IAAI;SACL,CAAC;IACJ,CAAC;IAED,SAAS,QAAQ,CAAC,KAAa;QAC7B,IAAI,mBAAmB,CAAC,KAAK,CAAC,EAAE;YAC9B,MAAM,GAAG,GAAG,gBAAgB,CAAC,OAAO,GAAG,KAAK,CAAC,CAAC;YAC9C,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC;YAChB,GAAG,CAAC,IAAI,0BAA0B;YAClC,OAAO,GAAG,CAAC;SACZ;QAED,IAAI,cAAc,CAAC,KAAK,CAAC,EAAE;YACzB,MAAM,GAAG,GAAG,gBAAgB,CAAC,gBAAgB,GAAG,KAAK,CAAC,CAAC;YACvD,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC;YAChB,GAAG,CAAC,IAAI,GAAG,EAAE,CAAC;YACd,GAAG,CAAC,IAAI,wBAAwB;YAChC,OAAO,GAAG,CAAC;SACZ;QAED,IAAI,SAAS,CAAC,KAAK,CAAC;YAAE,OAAO,YAAY,CAAC,KAAK,CAAC,CAAC;QAEjD,IAAI,aAAa,CAAC,KAAK,CAAC;YAAE,OAAO,gBAAgB,CAAC,KAAK,CAAC,CAAC;QAEzD,MAAM,GAAG,GAAG,gBAAgB,CAAC,iBAAiB,GAAG,KAAK,CAAC,CAAC;QACxD,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC;QAChB,GAAG,CAAC,IAAI,GAAG,EAAE,CAAC;QACd,GAAG,CAAC,IAAI,GAAG,KAAK;cACZ,KAAK,CAAC,UAAU,CAAC,GAAG,CAAC;;kBAEnB,KAAK,CAAC,UAAU,CAAC,GAAG,CAAC;;;4BAGT;QAClB,OAAO,GAAG,CAAC;IACb,CAAC;IAED,SAAS,iBAAiB,CAAC,IAAY;;;QAGrC,IAAI,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC;YAAE,OAAO,IAAI,CAAC;QACtC,MAAM,KAAK,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;QACpC,OAAO,IAAI,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,GAAG,CAAC,CAAC,CAAC;IAClC,CAAC;IAED,SAAS,UAAU,CAAC,GAAQ,EAAE,IAAS;QACrC,aAAa,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;;;QAI/B,IAAI,GAAG,CAAC,IAAI,KAAK,GAAG,EAAE;YACpB,GAAG,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;SACtB;aAAM;;YAEL,GAAG,CAAC,IAAI,GAAG,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,IAAI,CAAC;SACpD;IACH,CAAC;IAED;;;;IAIA,SAAS,aAAa,CAAC,GAAQ,EAAE,IAAa;QAC5C,MAAM,GAAG,GAAG,IAAI,yBAAyB;QACzC,MAAM,MAAM,GAAG,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;;;QAInC,IAAI,OAAO,GAAG,CAAC,CAAC;;;QAIhB,IAAI,QAAQ,GAAG,CAAC,CAAC;;;;QAKjB,IAAI,gBAAgB,GAAG,KAAK,CAAC;QAE7B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;YACtC,MAAM,KAAK,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;;YAGxB,IAAI,CAAC,KAAK,EAAE;gBACV,gBAAgB,GAAG,IAAI,CAAC;gBACxB,SAAS;aACV;;YAGD,gBAAgB,GAAG,KAAK,CAAC;;YAGzB,IAAI,KAAK,KAAK,GAAG;gBAAE,SAAS;;;YAI5B,IAAI,KAAK,KAAK,IAAI,EAAE;gBAClB,IAAI,QAAQ,EAAE;oBACZ,gBAAgB,GAAG,IAAI,CAAC;oBACxB,QAAQ,EAAE,CAAC;oBACX,OAAO,EAAE,CAAC;iBACX;qBAAM,IAAI,GAAG,EAAE;;;oBAGd,MAAM,CAAC,OAAO,EAAE,CAAC,GAAG,KAAK,CAAC;iBAC3B;gBACD,SAAS;aACV;;;YAID,MAAM,CAAC,OAAO,EAAE,CAAC,GAAG,KAAK,CAAC;YAC1B,QAAQ,EAAE,CAAC;SACZ;QAED,IAAI,IAAI,GAAG,EAAE,CAAC;QACd,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,EAAE,CAAC,EAAE,EAAE;YAChC,IAAI,IAAI,GAAG,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;SACzB;QACD,IAAI,CAAC,IAAI,KAAK,gBAAgB,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE;YACxD,IAAI,IAAI,GAAG,CAAC;SACb;QACD,GAAG,CAAC,IAAI,GAAG,IAAI,CAAC;IAClB,CAAC;IAED;;;aAGwB,OAAO,CAAC,KAAa,EAAE,IAAwB;QACrE,IAAI,CAAC,KAAK,IAAI,CAAC,IAAI;YAAE,OAAO,EAAE,CAAC;QAE/B,MAAM,GAAG,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;QAC5B,IAAI,SAAS,GAAG,GAAG,CAAC,IAAI,CAAC;QAEzB,IAAI,IAAI,IAAI,SAAS,uBAAuB;YAC1C,MAAM,OAAO,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC;YAC/B,MAAM,QAAQ,GAAG,OAAO,CAAC,IAAI,CAAC;YAE9B,QAAQ,SAAS;gBACf;oBACE,GAAG,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;;gBAG1B;oBACE,GAAG,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC;;gBAG5B,mBAAmB;gBACnB;oBACE,UAAU,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC;;gBAG3B;;oBAEE,GAAG,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;oBACxB,GAAG,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;oBACxB,GAAG,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;;gBAG1B;;oBAEE,GAAG,CAAC,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;aAC/B;YACD,IAAI,QAAQ,GAAG,SAAS;gBAAE,SAAS,GAAG,QAAQ,CAAC;SAChD;QAED,aAAa,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC;QAE9B,MAAM,SAAS,GAAG,GAAG,CAAC,KAAK,GAAG,GAAG,CAAC,IAAI,CAAC;QACvC,QAAQ,SAAS;;;YAIf,kBAAkB;YAClB;gBACE,OAAO,SAAS,CAAC;YAEnB,2BAA2B;;gBAEzB,MAAM,IAAI,GAAG,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;gBAE/B,IAAI,CAAC,IAAI;oBAAE,OAAO,SAAS,IAAI,GAAG,CAAC;gBAEnC,IAAI,UAAU,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE;;;;oBAIlD,OAAO,IAAI,GAAG,IAAI,GAAG,SAAS,CAAC;iBAChC;gBAED,OAAO,IAAI,GAAG,SAAS,CAAC;aACzB;YAED;gBACE,OAAO,GAAG,CAAC,IAAI,GAAG,SAAS,CAAC;YAE9B;gBACE,OAAO,GAAG,CAAC,MAAM,GAAG,IAAI,GAAG,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,GAAG,SAAS,CAAC;SACpF;IACH;;;;;;;;"} \ No newline at end of file diff --git a/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts b/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts new file mode 100644 index 0000000..b7f0b3b --- /dev/null +++ b/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts @@ -0,0 +1,4 @@ +/** + * Attempts to resolve `input` URL/path relative to `base`. + */ +export default function resolve(input: string, base: string | undefined): string; diff --git a/node_modules/@jridgewell/resolve-uri/package.json b/node_modules/@jridgewell/resolve-uri/package.json new file mode 100644 index 0000000..02a4c51 --- /dev/null +++ b/node_modules/@jridgewell/resolve-uri/package.json @@ -0,0 +1,69 @@ +{ + "name": "@jridgewell/resolve-uri", + "version": "3.1.2", + "description": "Resolve a URI relative to an optional base URI", + "keywords": [ + "resolve", + "uri", + "url", + "path" + ], + "author": "Justin Ridgewell ", + "license": "MIT", + "repository": "https://github.com/jridgewell/resolve-uri", + "main": "dist/resolve-uri.umd.js", + "module": "dist/resolve-uri.mjs", + "types": "dist/types/resolve-uri.d.ts", + "exports": { + ".": [ + { + "types": "./dist/types/resolve-uri.d.ts", + "browser": "./dist/resolve-uri.umd.js", + "require": "./dist/resolve-uri.umd.js", + "import": "./dist/resolve-uri.mjs" + }, + "./dist/resolve-uri.umd.js" + ], + "./package.json": "./package.json" + }, + "files": [ + "dist" + ], + "engines": { + "node": ">=6.0.0" + }, + "scripts": { + "prebuild": "rm -rf dist", + "build": "run-s -n build:*", + "build:rollup": "rollup -c rollup.config.js", + "build:ts": "tsc --project tsconfig.build.json", + "lint": "run-s -n lint:*", + "lint:prettier": "npm run test:lint:prettier -- --write", + "lint:ts": "npm run test:lint:ts -- --fix", + "pretest": "run-s build:rollup", + "test": "run-s -n test:lint test:only", + "test:debug": "mocha --inspect-brk", + "test:lint": "run-s -n test:lint:*", + "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'", + "test:lint:ts": "eslint '{src,test}/**/*.ts'", + "test:only": "mocha", + "test:coverage": "c8 mocha", + "test:watch": "mocha --watch", + "prepublishOnly": "npm run preversion", + "preversion": "run-s test build" + }, + "devDependencies": { + "@jridgewell/resolve-uri-latest": "npm:@jridgewell/resolve-uri@*", + "@rollup/plugin-typescript": "8.3.0", + "@typescript-eslint/eslint-plugin": "5.10.0", + "@typescript-eslint/parser": "5.10.0", + "c8": "7.11.0", + "eslint": "8.7.0", + "eslint-config-prettier": "8.3.0", + "mocha": "9.2.0", + "npm-run-all": "4.1.5", + "prettier": "2.5.1", + "rollup": "2.66.0", + "typescript": "4.5.5" + } +} diff --git a/node_modules/@jridgewell/sourcemap-codec/LICENSE b/node_modules/@jridgewell/sourcemap-codec/LICENSE new file mode 100644 index 0000000..1f6ce94 --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/LICENSE @@ -0,0 +1,19 @@ +Copyright 2024 Justin Ridgewell + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/@jridgewell/sourcemap-codec/README.md b/node_modules/@jridgewell/sourcemap-codec/README.md new file mode 100644 index 0000000..b3e0708 --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/README.md @@ -0,0 +1,264 @@ +# @jridgewell/sourcemap-codec + +Encode/decode the `mappings` property of a [sourcemap](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit). + + +## Why? + +Sourcemaps are difficult to generate and manipulate, because the `mappings` property – the part that actually links the generated code back to the original source – is encoded using an obscure method called [Variable-length quantity](https://en.wikipedia.org/wiki/Variable-length_quantity). On top of that, each segment in the mapping contains offsets rather than absolute indices, which means that you can't look at a segment in isolation – you have to understand the whole sourcemap. + +This package makes the process slightly easier. + + +## Installation + +```bash +npm install @jridgewell/sourcemap-codec +``` + + +## Usage + +```js +import { encode, decode } from '@jridgewell/sourcemap-codec'; + +var decoded = decode( ';EAEEA,EAAE,EAAC,CAAE;ECQY,UACC' ); + +assert.deepEqual( decoded, [ + // the first line (of the generated code) has no mappings, + // as shown by the starting semi-colon (which separates lines) + [], + + // the second line contains four (comma-separated) segments + [ + // segments are encoded as you'd expect: + // [ generatedCodeColumn, sourceIndex, sourceCodeLine, sourceCodeColumn, nameIndex ] + + // i.e. the first segment begins at column 2, and maps back to the second column + // of the second line (both zero-based) of the 0th source, and uses the 0th + // name in the `map.names` array + [ 2, 0, 2, 2, 0 ], + + // the remaining segments are 4-length rather than 5-length, + // because they don't map a name + [ 4, 0, 2, 4 ], + [ 6, 0, 2, 5 ], + [ 7, 0, 2, 7 ] + ], + + // the final line contains two segments + [ + [ 2, 1, 10, 19 ], + [ 12, 1, 11, 20 ] + ] +]); + +var encoded = encode( decoded ); +assert.equal( encoded, ';EAEEA,EAAE,EAAC,CAAE;ECQY,UACC' ); +``` + +## Benchmarks + +``` +node v20.10.0 + +amp.js.map - 45120 segments + +Decode Memory Usage: +local code 5815135 bytes +@jridgewell/sourcemap-codec 1.4.15 5868160 bytes +sourcemap-codec 5492584 bytes +source-map-0.6.1 13569984 bytes +source-map-0.8.0 6390584 bytes +chrome dev tools 8011136 bytes +Smallest memory usage is sourcemap-codec + +Decode speed: +decode: local code x 492 ops/sec ±1.22% (90 runs sampled) +decode: @jridgewell/sourcemap-codec 1.4.15 x 499 ops/sec ±1.16% (89 runs sampled) +decode: sourcemap-codec x 376 ops/sec ±1.66% (89 runs sampled) +decode: source-map-0.6.1 x 34.99 ops/sec ±0.94% (48 runs sampled) +decode: source-map-0.8.0 x 351 ops/sec ±0.07% (95 runs sampled) +chrome dev tools x 165 ops/sec ±0.91% (86 runs sampled) +Fastest is decode: @jridgewell/sourcemap-codec 1.4.15 + +Encode Memory Usage: +local code 444248 bytes +@jridgewell/sourcemap-codec 1.4.15 623024 bytes +sourcemap-codec 8696280 bytes +source-map-0.6.1 8745176 bytes +source-map-0.8.0 8736624 bytes +Smallest memory usage is local code + +Encode speed: +encode: local code x 796 ops/sec ±0.11% (97 runs sampled) +encode: @jridgewell/sourcemap-codec 1.4.15 x 795 ops/sec ±0.25% (98 runs sampled) +encode: sourcemap-codec x 231 ops/sec ±0.83% (86 runs sampled) +encode: source-map-0.6.1 x 166 ops/sec ±0.57% (86 runs sampled) +encode: source-map-0.8.0 x 203 ops/sec ±0.45% (88 runs sampled) +Fastest is encode: local code,encode: @jridgewell/sourcemap-codec 1.4.15 + + +*** + + +babel.min.js.map - 347793 segments + +Decode Memory Usage: +local code 35424960 bytes +@jridgewell/sourcemap-codec 1.4.15 35424696 bytes +sourcemap-codec 36033464 bytes +source-map-0.6.1 62253704 bytes +source-map-0.8.0 43843920 bytes +chrome dev tools 45111400 bytes +Smallest memory usage is @jridgewell/sourcemap-codec 1.4.15 + +Decode speed: +decode: local code x 38.18 ops/sec ±5.44% (52 runs sampled) +decode: @jridgewell/sourcemap-codec 1.4.15 x 38.36 ops/sec ±5.02% (52 runs sampled) +decode: sourcemap-codec x 34.05 ops/sec ±4.45% (47 runs sampled) +decode: source-map-0.6.1 x 4.31 ops/sec ±2.76% (15 runs sampled) +decode: source-map-0.8.0 x 55.60 ops/sec ±0.13% (73 runs sampled) +chrome dev tools x 16.94 ops/sec ±3.78% (46 runs sampled) +Fastest is decode: source-map-0.8.0 + +Encode Memory Usage: +local code 2606016 bytes +@jridgewell/sourcemap-codec 1.4.15 2626440 bytes +sourcemap-codec 21152576 bytes +source-map-0.6.1 25023928 bytes +source-map-0.8.0 25256448 bytes +Smallest memory usage is local code + +Encode speed: +encode: local code x 127 ops/sec ±0.18% (83 runs sampled) +encode: @jridgewell/sourcemap-codec 1.4.15 x 128 ops/sec ±0.26% (83 runs sampled) +encode: sourcemap-codec x 29.31 ops/sec ±2.55% (53 runs sampled) +encode: source-map-0.6.1 x 18.85 ops/sec ±3.19% (36 runs sampled) +encode: source-map-0.8.0 x 19.34 ops/sec ±1.97% (36 runs sampled) +Fastest is encode: @jridgewell/sourcemap-codec 1.4.15 + + +*** + + +preact.js.map - 1992 segments + +Decode Memory Usage: +local code 261696 bytes +@jridgewell/sourcemap-codec 1.4.15 244296 bytes +sourcemap-codec 302816 bytes +source-map-0.6.1 939176 bytes +source-map-0.8.0 336 bytes +chrome dev tools 587368 bytes +Smallest memory usage is source-map-0.8.0 + +Decode speed: +decode: local code x 17,782 ops/sec ±0.32% (97 runs sampled) +decode: @jridgewell/sourcemap-codec 1.4.15 x 17,863 ops/sec ±0.40% (100 runs sampled) +decode: sourcemap-codec x 12,453 ops/sec ±0.27% (101 runs sampled) +decode: source-map-0.6.1 x 1,288 ops/sec ±1.05% (96 runs sampled) +decode: source-map-0.8.0 x 9,289 ops/sec ±0.27% (101 runs sampled) +chrome dev tools x 4,769 ops/sec ±0.18% (100 runs sampled) +Fastest is decode: @jridgewell/sourcemap-codec 1.4.15 + +Encode Memory Usage: +local code 262944 bytes +@jridgewell/sourcemap-codec 1.4.15 25544 bytes +sourcemap-codec 323048 bytes +source-map-0.6.1 507808 bytes +source-map-0.8.0 507480 bytes +Smallest memory usage is @jridgewell/sourcemap-codec 1.4.15 + +Encode speed: +encode: local code x 24,207 ops/sec ±0.79% (95 runs sampled) +encode: @jridgewell/sourcemap-codec 1.4.15 x 24,288 ops/sec ±0.48% (96 runs sampled) +encode: sourcemap-codec x 6,761 ops/sec ±0.21% (100 runs sampled) +encode: source-map-0.6.1 x 5,374 ops/sec ±0.17% (99 runs sampled) +encode: source-map-0.8.0 x 5,633 ops/sec ±0.32% (99 runs sampled) +Fastest is encode: @jridgewell/sourcemap-codec 1.4.15,encode: local code + + +*** + + +react.js.map - 5726 segments + +Decode Memory Usage: +local code 678816 bytes +@jridgewell/sourcemap-codec 1.4.15 678816 bytes +sourcemap-codec 816400 bytes +source-map-0.6.1 2288864 bytes +source-map-0.8.0 721360 bytes +chrome dev tools 1012512 bytes +Smallest memory usage is local code + +Decode speed: +decode: local code x 6,178 ops/sec ±0.19% (98 runs sampled) +decode: @jridgewell/sourcemap-codec 1.4.15 x 6,261 ops/sec ±0.22% (100 runs sampled) +decode: sourcemap-codec x 4,472 ops/sec ±0.90% (99 runs sampled) +decode: source-map-0.6.1 x 449 ops/sec ±0.31% (95 runs sampled) +decode: source-map-0.8.0 x 3,219 ops/sec ±0.13% (100 runs sampled) +chrome dev tools x 1,743 ops/sec ±0.20% (99 runs sampled) +Fastest is decode: @jridgewell/sourcemap-codec 1.4.15 + +Encode Memory Usage: +local code 140960 bytes +@jridgewell/sourcemap-codec 1.4.15 159808 bytes +sourcemap-codec 969304 bytes +source-map-0.6.1 930520 bytes +source-map-0.8.0 930248 bytes +Smallest memory usage is local code + +Encode speed: +encode: local code x 8,013 ops/sec ±0.19% (100 runs sampled) +encode: @jridgewell/sourcemap-codec 1.4.15 x 7,989 ops/sec ±0.20% (101 runs sampled) +encode: sourcemap-codec x 2,472 ops/sec ±0.21% (99 runs sampled) +encode: source-map-0.6.1 x 2,200 ops/sec ±0.17% (99 runs sampled) +encode: source-map-0.8.0 x 2,220 ops/sec ±0.37% (99 runs sampled) +Fastest is encode: local code + + +*** + + +vscode.map - 2141001 segments + +Decode Memory Usage: +local code 198955264 bytes +@jridgewell/sourcemap-codec 1.4.15 199175352 bytes +sourcemap-codec 199102688 bytes +source-map-0.6.1 386323432 bytes +source-map-0.8.0 244116432 bytes +chrome dev tools 293734280 bytes +Smallest memory usage is local code + +Decode speed: +decode: local code x 3.90 ops/sec ±22.21% (15 runs sampled) +decode: @jridgewell/sourcemap-codec 1.4.15 x 3.95 ops/sec ±23.53% (15 runs sampled) +decode: sourcemap-codec x 3.82 ops/sec ±17.94% (14 runs sampled) +decode: source-map-0.6.1 x 0.61 ops/sec ±7.81% (6 runs sampled) +decode: source-map-0.8.0 x 9.54 ops/sec ±0.28% (28 runs sampled) +chrome dev tools x 2.18 ops/sec ±10.58% (10 runs sampled) +Fastest is decode: source-map-0.8.0 + +Encode Memory Usage: +local code 13509880 bytes +@jridgewell/sourcemap-codec 1.4.15 13537648 bytes +sourcemap-codec 32540104 bytes +source-map-0.6.1 127531040 bytes +source-map-0.8.0 127535312 bytes +Smallest memory usage is local code + +Encode speed: +encode: local code x 20.10 ops/sec ±0.19% (38 runs sampled) +encode: @jridgewell/sourcemap-codec 1.4.15 x 20.26 ops/sec ±0.32% (38 runs sampled) +encode: sourcemap-codec x 5.44 ops/sec ±1.64% (18 runs sampled) +encode: source-map-0.6.1 x 2.30 ops/sec ±4.79% (10 runs sampled) +encode: source-map-0.8.0 x 2.46 ops/sec ±6.53% (10 runs sampled) +Fastest is encode: @jridgewell/sourcemap-codec 1.4.15 +``` + +# License + +MIT diff --git a/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs b/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs new file mode 100644 index 0000000..532bab3 --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs @@ -0,0 +1,423 @@ +// src/vlq.ts +var comma = ",".charCodeAt(0); +var semicolon = ";".charCodeAt(0); +var chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; +var intToChar = new Uint8Array(64); +var charToInt = new Uint8Array(128); +for (let i = 0; i < chars.length; i++) { + const c = chars.charCodeAt(i); + intToChar[i] = c; + charToInt[c] = i; +} +function decodeInteger(reader, relative) { + let value = 0; + let shift = 0; + let integer = 0; + do { + const c = reader.next(); + integer = charToInt[c]; + value |= (integer & 31) << shift; + shift += 5; + } while (integer & 32); + const shouldNegate = value & 1; + value >>>= 1; + if (shouldNegate) { + value = -2147483648 | -value; + } + return relative + value; +} +function encodeInteger(builder, num, relative) { + let delta = num - relative; + delta = delta < 0 ? -delta << 1 | 1 : delta << 1; + do { + let clamped = delta & 31; + delta >>>= 5; + if (delta > 0) clamped |= 32; + builder.write(intToChar[clamped]); + } while (delta > 0); + return num; +} +function hasMoreVlq(reader, max) { + if (reader.pos >= max) return false; + return reader.peek() !== comma; +} + +// src/strings.ts +var bufLength = 1024 * 16; +var td = typeof TextDecoder !== "undefined" ? /* @__PURE__ */ new TextDecoder() : typeof Buffer !== "undefined" ? { + decode(buf) { + const out = Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength); + return out.toString(); + } +} : { + decode(buf) { + let out = ""; + for (let i = 0; i < buf.length; i++) { + out += String.fromCharCode(buf[i]); + } + return out; + } +}; +var StringWriter = class { + constructor() { + this.pos = 0; + this.out = ""; + this.buffer = new Uint8Array(bufLength); + } + write(v) { + const { buffer } = this; + buffer[this.pos++] = v; + if (this.pos === bufLength) { + this.out += td.decode(buffer); + this.pos = 0; + } + } + flush() { + const { buffer, out, pos } = this; + return pos > 0 ? out + td.decode(buffer.subarray(0, pos)) : out; + } +}; +var StringReader = class { + constructor(buffer) { + this.pos = 0; + this.buffer = buffer; + } + next() { + return this.buffer.charCodeAt(this.pos++); + } + peek() { + return this.buffer.charCodeAt(this.pos); + } + indexOf(char) { + const { buffer, pos } = this; + const idx = buffer.indexOf(char, pos); + return idx === -1 ? buffer.length : idx; + } +}; + +// src/scopes.ts +var EMPTY = []; +function decodeOriginalScopes(input) { + const { length } = input; + const reader = new StringReader(input); + const scopes = []; + const stack = []; + let line = 0; + for (; reader.pos < length; reader.pos++) { + line = decodeInteger(reader, line); + const column = decodeInteger(reader, 0); + if (!hasMoreVlq(reader, length)) { + const last = stack.pop(); + last[2] = line; + last[3] = column; + continue; + } + const kind = decodeInteger(reader, 0); + const fields = decodeInteger(reader, 0); + const hasName = fields & 1; + const scope = hasName ? [line, column, 0, 0, kind, decodeInteger(reader, 0)] : [line, column, 0, 0, kind]; + let vars = EMPTY; + if (hasMoreVlq(reader, length)) { + vars = []; + do { + const varsIndex = decodeInteger(reader, 0); + vars.push(varsIndex); + } while (hasMoreVlq(reader, length)); + } + scope.vars = vars; + scopes.push(scope); + stack.push(scope); + } + return scopes; +} +function encodeOriginalScopes(scopes) { + const writer = new StringWriter(); + for (let i = 0; i < scopes.length; ) { + i = _encodeOriginalScopes(scopes, i, writer, [0]); + } + return writer.flush(); +} +function _encodeOriginalScopes(scopes, index, writer, state) { + const scope = scopes[index]; + const { 0: startLine, 1: startColumn, 2: endLine, 3: endColumn, 4: kind, vars } = scope; + if (index > 0) writer.write(comma); + state[0] = encodeInteger(writer, startLine, state[0]); + encodeInteger(writer, startColumn, 0); + encodeInteger(writer, kind, 0); + const fields = scope.length === 6 ? 1 : 0; + encodeInteger(writer, fields, 0); + if (scope.length === 6) encodeInteger(writer, scope[5], 0); + for (const v of vars) { + encodeInteger(writer, v, 0); + } + for (index++; index < scopes.length; ) { + const next = scopes[index]; + const { 0: l, 1: c } = next; + if (l > endLine || l === endLine && c >= endColumn) { + break; + } + index = _encodeOriginalScopes(scopes, index, writer, state); + } + writer.write(comma); + state[0] = encodeInteger(writer, endLine, state[0]); + encodeInteger(writer, endColumn, 0); + return index; +} +function decodeGeneratedRanges(input) { + const { length } = input; + const reader = new StringReader(input); + const ranges = []; + const stack = []; + let genLine = 0; + let definitionSourcesIndex = 0; + let definitionScopeIndex = 0; + let callsiteSourcesIndex = 0; + let callsiteLine = 0; + let callsiteColumn = 0; + let bindingLine = 0; + let bindingColumn = 0; + do { + const semi = reader.indexOf(";"); + let genColumn = 0; + for (; reader.pos < semi; reader.pos++) { + genColumn = decodeInteger(reader, genColumn); + if (!hasMoreVlq(reader, semi)) { + const last = stack.pop(); + last[2] = genLine; + last[3] = genColumn; + continue; + } + const fields = decodeInteger(reader, 0); + const hasDefinition = fields & 1; + const hasCallsite = fields & 2; + const hasScope = fields & 4; + let callsite = null; + let bindings = EMPTY; + let range; + if (hasDefinition) { + const defSourcesIndex = decodeInteger(reader, definitionSourcesIndex); + definitionScopeIndex = decodeInteger( + reader, + definitionSourcesIndex === defSourcesIndex ? definitionScopeIndex : 0 + ); + definitionSourcesIndex = defSourcesIndex; + range = [genLine, genColumn, 0, 0, defSourcesIndex, definitionScopeIndex]; + } else { + range = [genLine, genColumn, 0, 0]; + } + range.isScope = !!hasScope; + if (hasCallsite) { + const prevCsi = callsiteSourcesIndex; + const prevLine = callsiteLine; + callsiteSourcesIndex = decodeInteger(reader, callsiteSourcesIndex); + const sameSource = prevCsi === callsiteSourcesIndex; + callsiteLine = decodeInteger(reader, sameSource ? callsiteLine : 0); + callsiteColumn = decodeInteger( + reader, + sameSource && prevLine === callsiteLine ? callsiteColumn : 0 + ); + callsite = [callsiteSourcesIndex, callsiteLine, callsiteColumn]; + } + range.callsite = callsite; + if (hasMoreVlq(reader, semi)) { + bindings = []; + do { + bindingLine = genLine; + bindingColumn = genColumn; + const expressionsCount = decodeInteger(reader, 0); + let expressionRanges; + if (expressionsCount < -1) { + expressionRanges = [[decodeInteger(reader, 0)]]; + for (let i = -1; i > expressionsCount; i--) { + const prevBl = bindingLine; + bindingLine = decodeInteger(reader, bindingLine); + bindingColumn = decodeInteger(reader, bindingLine === prevBl ? bindingColumn : 0); + const expression = decodeInteger(reader, 0); + expressionRanges.push([expression, bindingLine, bindingColumn]); + } + } else { + expressionRanges = [[expressionsCount]]; + } + bindings.push(expressionRanges); + } while (hasMoreVlq(reader, semi)); + } + range.bindings = bindings; + ranges.push(range); + stack.push(range); + } + genLine++; + reader.pos = semi + 1; + } while (reader.pos < length); + return ranges; +} +function encodeGeneratedRanges(ranges) { + if (ranges.length === 0) return ""; + const writer = new StringWriter(); + for (let i = 0; i < ranges.length; ) { + i = _encodeGeneratedRanges(ranges, i, writer, [0, 0, 0, 0, 0, 0, 0]); + } + return writer.flush(); +} +function _encodeGeneratedRanges(ranges, index, writer, state) { + const range = ranges[index]; + const { + 0: startLine, + 1: startColumn, + 2: endLine, + 3: endColumn, + isScope, + callsite, + bindings + } = range; + if (state[0] < startLine) { + catchupLine(writer, state[0], startLine); + state[0] = startLine; + state[1] = 0; + } else if (index > 0) { + writer.write(comma); + } + state[1] = encodeInteger(writer, range[1], state[1]); + const fields = (range.length === 6 ? 1 : 0) | (callsite ? 2 : 0) | (isScope ? 4 : 0); + encodeInteger(writer, fields, 0); + if (range.length === 6) { + const { 4: sourcesIndex, 5: scopesIndex } = range; + if (sourcesIndex !== state[2]) { + state[3] = 0; + } + state[2] = encodeInteger(writer, sourcesIndex, state[2]); + state[3] = encodeInteger(writer, scopesIndex, state[3]); + } + if (callsite) { + const { 0: sourcesIndex, 1: callLine, 2: callColumn } = range.callsite; + if (sourcesIndex !== state[4]) { + state[5] = 0; + state[6] = 0; + } else if (callLine !== state[5]) { + state[6] = 0; + } + state[4] = encodeInteger(writer, sourcesIndex, state[4]); + state[5] = encodeInteger(writer, callLine, state[5]); + state[6] = encodeInteger(writer, callColumn, state[6]); + } + if (bindings) { + for (const binding of bindings) { + if (binding.length > 1) encodeInteger(writer, -binding.length, 0); + const expression = binding[0][0]; + encodeInteger(writer, expression, 0); + let bindingStartLine = startLine; + let bindingStartColumn = startColumn; + for (let i = 1; i < binding.length; i++) { + const expRange = binding[i]; + bindingStartLine = encodeInteger(writer, expRange[1], bindingStartLine); + bindingStartColumn = encodeInteger(writer, expRange[2], bindingStartColumn); + encodeInteger(writer, expRange[0], 0); + } + } + } + for (index++; index < ranges.length; ) { + const next = ranges[index]; + const { 0: l, 1: c } = next; + if (l > endLine || l === endLine && c >= endColumn) { + break; + } + index = _encodeGeneratedRanges(ranges, index, writer, state); + } + if (state[0] < endLine) { + catchupLine(writer, state[0], endLine); + state[0] = endLine; + state[1] = 0; + } else { + writer.write(comma); + } + state[1] = encodeInteger(writer, endColumn, state[1]); + return index; +} +function catchupLine(writer, lastLine, line) { + do { + writer.write(semicolon); + } while (++lastLine < line); +} + +// src/sourcemap-codec.ts +function decode(mappings) { + const { length } = mappings; + const reader = new StringReader(mappings); + const decoded = []; + let genColumn = 0; + let sourcesIndex = 0; + let sourceLine = 0; + let sourceColumn = 0; + let namesIndex = 0; + do { + const semi = reader.indexOf(";"); + const line = []; + let sorted = true; + let lastCol = 0; + genColumn = 0; + while (reader.pos < semi) { + let seg; + genColumn = decodeInteger(reader, genColumn); + if (genColumn < lastCol) sorted = false; + lastCol = genColumn; + if (hasMoreVlq(reader, semi)) { + sourcesIndex = decodeInteger(reader, sourcesIndex); + sourceLine = decodeInteger(reader, sourceLine); + sourceColumn = decodeInteger(reader, sourceColumn); + if (hasMoreVlq(reader, semi)) { + namesIndex = decodeInteger(reader, namesIndex); + seg = [genColumn, sourcesIndex, sourceLine, sourceColumn, namesIndex]; + } else { + seg = [genColumn, sourcesIndex, sourceLine, sourceColumn]; + } + } else { + seg = [genColumn]; + } + line.push(seg); + reader.pos++; + } + if (!sorted) sort(line); + decoded.push(line); + reader.pos = semi + 1; + } while (reader.pos <= length); + return decoded; +} +function sort(line) { + line.sort(sortComparator); +} +function sortComparator(a, b) { + return a[0] - b[0]; +} +function encode(decoded) { + const writer = new StringWriter(); + let sourcesIndex = 0; + let sourceLine = 0; + let sourceColumn = 0; + let namesIndex = 0; + for (let i = 0; i < decoded.length; i++) { + const line = decoded[i]; + if (i > 0) writer.write(semicolon); + if (line.length === 0) continue; + let genColumn = 0; + for (let j = 0; j < line.length; j++) { + const segment = line[j]; + if (j > 0) writer.write(comma); + genColumn = encodeInteger(writer, segment[0], genColumn); + if (segment.length === 1) continue; + sourcesIndex = encodeInteger(writer, segment[1], sourcesIndex); + sourceLine = encodeInteger(writer, segment[2], sourceLine); + sourceColumn = encodeInteger(writer, segment[3], sourceColumn); + if (segment.length === 4) continue; + namesIndex = encodeInteger(writer, segment[4], namesIndex); + } + } + return writer.flush(); +} +export { + decode, + decodeGeneratedRanges, + decodeOriginalScopes, + encode, + encodeGeneratedRanges, + encodeOriginalScopes +}; +//# sourceMappingURL=sourcemap-codec.mjs.map diff --git a/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map b/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map new file mode 100644 index 0000000..c276844 --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map @@ -0,0 +1,6 @@ +{ + "version": 3, + "sources": ["../src/vlq.ts", "../src/strings.ts", "../src/scopes.ts", "../src/sourcemap-codec.ts"], + "mappings": ";AAEO,IAAM,QAAQ,IAAI,WAAW,CAAC;AAC9B,IAAM,YAAY,IAAI,WAAW,CAAC;AAEzC,IAAM,QAAQ;AACd,IAAM,YAAY,IAAI,WAAW,EAAE;AACnC,IAAM,YAAY,IAAI,WAAW,GAAG;AAEpC,SAAS,IAAI,GAAG,IAAI,MAAM,QAAQ,KAAK;AACrC,QAAM,IAAI,MAAM,WAAW,CAAC;AAC5B,YAAU,CAAC,IAAI;AACf,YAAU,CAAC,IAAI;AACjB;AAEO,SAAS,cAAc,QAAsB,UAA0B;AAC5E,MAAI,QAAQ;AACZ,MAAI,QAAQ;AACZ,MAAI,UAAU;AAEd,KAAG;AACD,UAAM,IAAI,OAAO,KAAK;AACtB,cAAU,UAAU,CAAC;AACrB,cAAU,UAAU,OAAO;AAC3B,aAAS;AAAA,EACX,SAAS,UAAU;AAEnB,QAAM,eAAe,QAAQ;AAC7B,aAAW;AAEX,MAAI,cAAc;AAChB,YAAQ,cAAc,CAAC;AAAA,EACzB;AAEA,SAAO,WAAW;AACpB;AAEO,SAAS,cAAc,SAAuB,KAAa,UAA0B;AAC1F,MAAI,QAAQ,MAAM;AAElB,UAAQ,QAAQ,IAAK,CAAC,SAAS,IAAK,IAAI,SAAS;AACjD,KAAG;AACD,QAAI,UAAU,QAAQ;AACtB,eAAW;AACX,QAAI,QAAQ,EAAG,YAAW;AAC1B,YAAQ,MAAM,UAAU,OAAO,CAAC;AAAA,EAClC,SAAS,QAAQ;AAEjB,SAAO;AACT;AAEO,SAAS,WAAW,QAAsB,KAAa;AAC5D,MAAI,OAAO,OAAO,IAAK,QAAO;AAC9B,SAAO,OAAO,KAAK,MAAM;AAC3B;;;ACtDA,IAAM,YAAY,OAAO;AAGzB,IAAM,KACJ,OAAO,gBAAgB,cACH,oBAAI,YAAY,IAChC,OAAO,WAAW,cAChB;AAAA,EACE,OAAO,KAAyB;AAC9B,UAAM,MAAM,OAAO,KAAK,IAAI,QAAQ,IAAI,YAAY,IAAI,UAAU;AAClE,WAAO,IAAI,SAAS;AAAA,EACtB;AACF,IACA;AAAA,EACE,OAAO,KAAyB;AAC9B,QAAI,MAAM;AACV,aAAS,IAAI,GAAG,IAAI,IAAI,QAAQ,KAAK;AACnC,aAAO,OAAO,aAAa,IAAI,CAAC,CAAC;AAAA,IACnC;AACA,WAAO;AAAA,EACT;AACF;AAED,IAAM,eAAN,MAAmB;AAAA,EAAnB;AACL,eAAM;AACN,SAAQ,MAAM;AACd,SAAQ,SAAS,IAAI,WAAW,SAAS;AAAA;AAAA,EAEzC,MAAM,GAAiB;AACrB,UAAM,EAAE,OAAO,IAAI;AACnB,WAAO,KAAK,KAAK,IAAI;AACrB,QAAI,KAAK,QAAQ,WAAW;AAC1B,WAAK,OAAO,GAAG,OAAO,MAAM;AAC5B,WAAK,MAAM;AAAA,IACb;AAAA,EACF;AAAA,EAEA,QAAgB;AACd,UAAM,EAAE,QAAQ,KAAK,IAAI,IAAI;AAC7B,WAAO,MAAM,IAAI,MAAM,GAAG,OAAO,OAAO,SAAS,GAAG,GAAG,CAAC,IAAI;AAAA,EAC9D;AACF;AAEO,IAAM,eAAN,MAAmB;AAAA,EAIxB,YAAY,QAAgB;AAH5B,eAAM;AAIJ,SAAK,SAAS;AAAA,EAChB;AAAA,EAEA,OAAe;AACb,WAAO,KAAK,OAAO,WAAW,KAAK,KAAK;AAAA,EAC1C;AAAA,EAEA,OAAe;AACb,WAAO,KAAK,OAAO,WAAW,KAAK,GAAG;AAAA,EACxC;AAAA,EAEA,QAAQ,MAAsB;AAC5B,UAAM,EAAE,QAAQ,IAAI,IAAI;AACxB,UAAM,MAAM,OAAO,QAAQ,MAAM,GAAG;AACpC,WAAO,QAAQ,KAAK,OAAO,SAAS;AAAA,EACtC;AACF;;;AC7DA,IAAM,QAAe,CAAC;AA+Bf,SAAS,qBAAqB,OAAgC;AACnE,QAAM,EAAE,OAAO,IAAI;AACnB,QAAM,SAAS,IAAI,aAAa,KAAK;AACrC,QAAM,SAA0B,CAAC;AACjC,QAAM,QAAyB,CAAC;AAChC,MAAI,OAAO;AAEX,SAAO,OAAO,MAAM,QAAQ,OAAO,OAAO;AACxC,WAAO,cAAc,QAAQ,IAAI;AACjC,UAAM,SAAS,cAAc,QAAQ,CAAC;AAEtC,QAAI,CAAC,WAAW,QAAQ,MAAM,GAAG;AAC/B,YAAM,OAAO,MAAM,IAAI;AACvB,WAAK,CAAC,IAAI;AACV,WAAK,CAAC,IAAI;AACV;AAAA,IACF;AAEA,UAAM,OAAO,cAAc,QAAQ,CAAC;AACpC,UAAM,SAAS,cAAc,QAAQ,CAAC;AACtC,UAAM,UAAU,SAAS;AAEzB,UAAM,QACJ,UAAU,CAAC,MAAM,QAAQ,GAAG,GAAG,MAAM,cAAc,QAAQ,CAAC,CAAC,IAAI,CAAC,MAAM,QAAQ,GAAG,GAAG,IAAI;AAG5F,QAAI,OAAc;AAClB,QAAI,WAAW,QAAQ,MAAM,GAAG;AAC9B,aAAO,CAAC;AACR,SAAG;AACD,cAAM,YAAY,cAAc,QAAQ,CAAC;AACzC,aAAK,KAAK,SAAS;AAAA,MACrB,SAAS,WAAW,QAAQ,MAAM;AAAA,IACpC;AACA,UAAM,OAAO;AAEb,WAAO,KAAK,KAAK;AACjB,UAAM,KAAK,KAAK;AAAA,EAClB;AAEA,SAAO;AACT;AAEO,SAAS,qBAAqB,QAAiC;AACpE,QAAM,SAAS,IAAI,aAAa;AAEhC,WAAS,IAAI,GAAG,IAAI,OAAO,UAAU;AACnC,QAAI,sBAAsB,QAAQ,GAAG,QAAQ,CAAC,CAAC,CAAC;AAAA,EAClD;AAEA,SAAO,OAAO,MAAM;AACtB;AAEA,SAAS,sBACP,QACA,OACA,QACA,OAGQ;AACR,QAAM,QAAQ,OAAO,KAAK;AAC1B,QAAM,EAAE,GAAG,WAAW,GAAG,aAAa,GAAG,SAAS,GAAG,WAAW,GAAG,MAAM,KAAK,IAAI;AAElF,MAAI,QAAQ,EAAG,QAAO,MAAM,KAAK;AAEjC,QAAM,CAAC,IAAI,cAAc,QAAQ,WAAW,MAAM,CAAC,CAAC;AACpD,gBAAc,QAAQ,aAAa,CAAC;AACpC,gBAAc,QAAQ,MAAM,CAAC;AAE7B,QAAM,SAAS,MAAM,WAAW,IAAI,IAAS;AAC7C,gBAAc,QAAQ,QAAQ,CAAC;AAC/B,MAAI,MAAM,WAAW,EAAG,eAAc,QAAQ,MAAM,CAAC,GAAG,CAAC;AAEzD,aAAW,KAAK,MAAM;AACpB,kBAAc,QAAQ,GAAG,CAAC;AAAA,EAC5B;AAEA,OAAK,SAAS,QAAQ,OAAO,UAAU;AACrC,UAAM,OAAO,OAAO,KAAK;AACzB,UAAM,EAAE,GAAG,GAAG,GAAG,EAAE,IAAI;AACvB,QAAI,IAAI,WAAY,MAAM,WAAW,KAAK,WAAY;AACpD;AAAA,IACF;AACA,YAAQ,sBAAsB,QAAQ,OAAO,QAAQ,KAAK;AAAA,EAC5D;AAEA,SAAO,MAAM,KAAK;AAClB,QAAM,CAAC,IAAI,cAAc,QAAQ,SAAS,MAAM,CAAC,CAAC;AAClD,gBAAc,QAAQ,WAAW,CAAC;AAElC,SAAO;AACT;AAEO,SAAS,sBAAsB,OAAiC;AACrE,QAAM,EAAE,OAAO,IAAI;AACnB,QAAM,SAAS,IAAI,aAAa,KAAK;AACrC,QAAM,SAA2B,CAAC;AAClC,QAAM,QAA0B,CAAC;AAEjC,MAAI,UAAU;AACd,MAAI,yBAAyB;AAC7B,MAAI,uBAAuB;AAC3B,MAAI,uBAAuB;AAC3B,MAAI,eAAe;AACnB,MAAI,iBAAiB;AACrB,MAAI,cAAc;AAClB,MAAI,gBAAgB;AAEpB,KAAG;AACD,UAAM,OAAO,OAAO,QAAQ,GAAG;AAC/B,QAAI,YAAY;AAEhB,WAAO,OAAO,MAAM,MAAM,OAAO,OAAO;AACtC,kBAAY,cAAc,QAAQ,SAAS;AAE3C,UAAI,CAAC,WAAW,QAAQ,IAAI,GAAG;AAC7B,cAAM,OAAO,MAAM,IAAI;AACvB,aAAK,CAAC,IAAI;AACV,aAAK,CAAC,IAAI;AACV;AAAA,MACF;AAEA,YAAM,SAAS,cAAc,QAAQ,CAAC;AACtC,YAAM,gBAAgB,SAAS;AAC/B,YAAM,cAAc,SAAS;AAC7B,YAAM,WAAW,SAAS;AAE1B,UAAI,WAA4B;AAChC,UAAI,WAAsB;AAC1B,UAAI;AACJ,UAAI,eAAe;AACjB,cAAM,kBAAkB,cAAc,QAAQ,sBAAsB;AACpE,+BAAuB;AAAA,UACrB;AAAA,UACA,2BAA2B,kBAAkB,uBAAuB;AAAA,QACtE;AAEA,iCAAyB;AACzB,gBAAQ,CAAC,SAAS,WAAW,GAAG,GAAG,iBAAiB,oBAAoB;AAAA,MAC1E,OAAO;AACL,gBAAQ,CAAC,SAAS,WAAW,GAAG,CAAC;AAAA,MACnC;AAEA,YAAM,UAAU,CAAC,CAAC;AAElB,UAAI,aAAa;AACf,cAAM,UAAU;AAChB,cAAM,WAAW;AACjB,+BAAuB,cAAc,QAAQ,oBAAoB;AACjE,cAAM,aAAa,YAAY;AAC/B,uBAAe,cAAc,QAAQ,aAAa,eAAe,CAAC;AAClE,yBAAiB;AAAA,UACf;AAAA,UACA,cAAc,aAAa,eAAe,iBAAiB;AAAA,QAC7D;AAEA,mBAAW,CAAC,sBAAsB,cAAc,cAAc;AAAA,MAChE;AACA,YAAM,WAAW;AAEjB,UAAI,WAAW,QAAQ,IAAI,GAAG;AAC5B,mBAAW,CAAC;AACZ,WAAG;AACD,wBAAc;AACd,0BAAgB;AAChB,gBAAM,mBAAmB,cAAc,QAAQ,CAAC;AAChD,cAAI;AACJ,cAAI,mBAAmB,IAAI;AACzB,+BAAmB,CAAC,CAAC,cAAc,QAAQ,CAAC,CAAC,CAAC;AAC9C,qBAAS,IAAI,IAAI,IAAI,kBAAkB,KAAK;AAC1C,oBAAM,SAAS;AACf,4BAAc,cAAc,QAAQ,WAAW;AAC/C,8BAAgB,cAAc,QAAQ,gBAAgB,SAAS,gBAAgB,CAAC;AAChF,oBAAM,aAAa,cAAc,QAAQ,CAAC;AAC1C,+BAAiB,KAAK,CAAC,YAAY,aAAa,aAAa,CAAC;AAAA,YAChE;AAAA,UACF,OAAO;AACL,+BAAmB,CAAC,CAAC,gBAAgB,CAAC;AAAA,UACxC;AACA,mBAAS,KAAK,gBAAgB;AAAA,QAChC,SAAS,WAAW,QAAQ,IAAI;AAAA,MAClC;AACA,YAAM,WAAW;AAEjB,aAAO,KAAK,KAAK;AACjB,YAAM,KAAK,KAAK;AAAA,IAClB;AAEA;AACA,WAAO,MAAM,OAAO;AAAA,EACtB,SAAS,OAAO,MAAM;AAEtB,SAAO;AACT;AAEO,SAAS,sBAAsB,QAAkC;AACtE,MAAI,OAAO,WAAW,EAAG,QAAO;AAEhC,QAAM,SAAS,IAAI,aAAa;AAEhC,WAAS,IAAI,GAAG,IAAI,OAAO,UAAU;AACnC,QAAI,uBAAuB,QAAQ,GAAG,QAAQ,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC,CAAC;AAAA,EACrE;AAEA,SAAO,OAAO,MAAM;AACtB;AAEA,SAAS,uBACP,QACA,OACA,QACA,OASQ;AACR,QAAM,QAAQ,OAAO,KAAK;AAC1B,QAAM;AAAA,IACJ,GAAG;AAAA,IACH,GAAG;AAAA,IACH,GAAG;AAAA,IACH,GAAG;AAAA,IACH;AAAA,IACA;AAAA,IACA;AAAA,EACF,IAAI;AAEJ,MAAI,MAAM,CAAC,IAAI,WAAW;AACxB,gBAAY,QAAQ,MAAM,CAAC,GAAG,SAAS;AACvC,UAAM,CAAC,IAAI;AACX,UAAM,CAAC,IAAI;AAAA,EACb,WAAW,QAAQ,GAAG;AACpB,WAAO,MAAM,KAAK;AAAA,EACpB;AAEA,QAAM,CAAC,IAAI,cAAc,QAAQ,MAAM,CAAC,GAAG,MAAM,CAAC,CAAC;AAEnD,QAAM,UACH,MAAM,WAAW,IAAI,IAAS,MAAM,WAAW,IAAS,MAAM,UAAU,IAAS;AACpF,gBAAc,QAAQ,QAAQ,CAAC;AAE/B,MAAI,MAAM,WAAW,GAAG;AACtB,UAAM,EAAE,GAAG,cAAc,GAAG,YAAY,IAAI;AAC5C,QAAI,iBAAiB,MAAM,CAAC,GAAG;AAC7B,YAAM,CAAC,IAAI;AAAA,IACb;AACA,UAAM,CAAC,IAAI,cAAc,QAAQ,cAAc,MAAM,CAAC,CAAC;AACvD,UAAM,CAAC,IAAI,cAAc,QAAQ,aAAa,MAAM,CAAC,CAAC;AAAA,EACxD;AAEA,MAAI,UAAU;AACZ,UAAM,EAAE,GAAG,cAAc,GAAG,UAAU,GAAG,WAAW,IAAI,MAAM;AAC9D,QAAI,iBAAiB,MAAM,CAAC,GAAG;AAC7B,YAAM,CAAC,IAAI;AACX,YAAM,CAAC,IAAI;AAAA,IACb,WAAW,aAAa,MAAM,CAAC,GAAG;AAChC,YAAM,CAAC,IAAI;AAAA,IACb;AACA,UAAM,CAAC,IAAI,cAAc,QAAQ,cAAc,MAAM,CAAC,CAAC;AACvD,UAAM,CAAC,IAAI,cAAc,QAAQ,UAAU,MAAM,CAAC,CAAC;AACnD,UAAM,CAAC,IAAI,cAAc,QAAQ,YAAY,MAAM,CAAC,CAAC;AAAA,EACvD;AAEA,MAAI,UAAU;AACZ,eAAW,WAAW,UAAU;AAC9B,UAAI,QAAQ,SAAS,EAAG,eAAc,QAAQ,CAAC,QAAQ,QAAQ,CAAC;AAChE,YAAM,aAAa,QAAQ,CAAC,EAAE,CAAC;AAC/B,oBAAc,QAAQ,YAAY,CAAC;AACnC,UAAI,mBAAmB;AACvB,UAAI,qBAAqB;AACzB,eAAS,IAAI,GAAG,IAAI,QAAQ,QAAQ,KAAK;AACvC,cAAM,WAAW,QAAQ,CAAC;AAC1B,2BAAmB,cAAc,QAAQ,SAAS,CAAC,GAAI,gBAAgB;AACvE,6BAAqB,cAAc,QAAQ,SAAS,CAAC,GAAI,kBAAkB;AAC3E,sBAAc,QAAQ,SAAS,CAAC,GAAI,CAAC;AAAA,MACvC;AAAA,IACF;AAAA,EACF;AAEA,OAAK,SAAS,QAAQ,OAAO,UAAU;AACrC,UAAM,OAAO,OAAO,KAAK;AACzB,UAAM,EAAE,GAAG,GAAG,GAAG,EAAE,IAAI;AACvB,QAAI,IAAI,WAAY,MAAM,WAAW,KAAK,WAAY;AACpD;AAAA,IACF;AACA,YAAQ,uBAAuB,QAAQ,OAAO,QAAQ,KAAK;AAAA,EAC7D;AAEA,MAAI,MAAM,CAAC,IAAI,SAAS;AACtB,gBAAY,QAAQ,MAAM,CAAC,GAAG,OAAO;AACrC,UAAM,CAAC,IAAI;AACX,UAAM,CAAC,IAAI;AAAA,EACb,OAAO;AACL,WAAO,MAAM,KAAK;AAAA,EACpB;AACA,QAAM,CAAC,IAAI,cAAc,QAAQ,WAAW,MAAM,CAAC,CAAC;AAEpD,SAAO;AACT;AAEA,SAAS,YAAY,QAAsB,UAAkB,MAAc;AACzE,KAAG;AACD,WAAO,MAAM,SAAS;AAAA,EACxB,SAAS,EAAE,WAAW;AACxB;;;ACtUO,SAAS,OAAO,UAAqC;AAC1D,QAAM,EAAE,OAAO,IAAI;AACnB,QAAM,SAAS,IAAI,aAAa,QAAQ;AACxC,QAAM,UAA6B,CAAC;AACpC,MAAI,YAAY;AAChB,MAAI,eAAe;AACnB,MAAI,aAAa;AACjB,MAAI,eAAe;AACnB,MAAI,aAAa;AAEjB,KAAG;AACD,UAAM,OAAO,OAAO,QAAQ,GAAG;AAC/B,UAAM,OAAsB,CAAC;AAC7B,QAAI,SAAS;AACb,QAAI,UAAU;AACd,gBAAY;AAEZ,WAAO,OAAO,MAAM,MAAM;AACxB,UAAI;AAEJ,kBAAY,cAAc,QAAQ,SAAS;AAC3C,UAAI,YAAY,QAAS,UAAS;AAClC,gBAAU;AAEV,UAAI,WAAW,QAAQ,IAAI,GAAG;AAC5B,uBAAe,cAAc,QAAQ,YAAY;AACjD,qBAAa,cAAc,QAAQ,UAAU;AAC7C,uBAAe,cAAc,QAAQ,YAAY;AAEjD,YAAI,WAAW,QAAQ,IAAI,GAAG;AAC5B,uBAAa,cAAc,QAAQ,UAAU;AAC7C,gBAAM,CAAC,WAAW,cAAc,YAAY,cAAc,UAAU;AAAA,QACtE,OAAO;AACL,gBAAM,CAAC,WAAW,cAAc,YAAY,YAAY;AAAA,QAC1D;AAAA,MACF,OAAO;AACL,cAAM,CAAC,SAAS;AAAA,MAClB;AAEA,WAAK,KAAK,GAAG;AACb,aAAO;AAAA,IACT;AAEA,QAAI,CAAC,OAAQ,MAAK,IAAI;AACtB,YAAQ,KAAK,IAAI;AACjB,WAAO,MAAM,OAAO;AAAA,EACtB,SAAS,OAAO,OAAO;AAEvB,SAAO;AACT;AAEA,SAAS,KAAK,MAA0B;AACtC,OAAK,KAAK,cAAc;AAC1B;AAEA,SAAS,eAAe,GAAqB,GAA6B;AACxE,SAAO,EAAE,CAAC,IAAI,EAAE,CAAC;AACnB;AAIO,SAAS,OAAO,SAA8C;AACnE,QAAM,SAAS,IAAI,aAAa;AAChC,MAAI,eAAe;AACnB,MAAI,aAAa;AACjB,MAAI,eAAe;AACnB,MAAI,aAAa;AAEjB,WAAS,IAAI,GAAG,IAAI,QAAQ,QAAQ,KAAK;AACvC,UAAM,OAAO,QAAQ,CAAC;AACtB,QAAI,IAAI,EAAG,QAAO,MAAM,SAAS;AACjC,QAAI,KAAK,WAAW,EAAG;AAEvB,QAAI,YAAY;AAEhB,aAAS,IAAI,GAAG,IAAI,KAAK,QAAQ,KAAK;AACpC,YAAM,UAAU,KAAK,CAAC;AACtB,UAAI,IAAI,EAAG,QAAO,MAAM,KAAK;AAE7B,kBAAY,cAAc,QAAQ,QAAQ,CAAC,GAAG,SAAS;AAEvD,UAAI,QAAQ,WAAW,EAAG;AAC1B,qBAAe,cAAc,QAAQ,QAAQ,CAAC,GAAG,YAAY;AAC7D,mBAAa,cAAc,QAAQ,QAAQ,CAAC,GAAG,UAAU;AACzD,qBAAe,cAAc,QAAQ,QAAQ,CAAC,GAAG,YAAY;AAE7D,UAAI,QAAQ,WAAW,EAAG;AAC1B,mBAAa,cAAc,QAAQ,QAAQ,CAAC,GAAG,UAAU;AAAA,IAC3D;AAAA,EACF;AAEA,SAAO,OAAO,MAAM;AACtB;", + "names": [] +} diff --git a/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js b/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js new file mode 100644 index 0000000..2d8e459 --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js @@ -0,0 +1,464 @@ +(function (global, factory) { + if (typeof exports === 'object' && typeof module !== 'undefined') { + factory(module); + module.exports = def(module); + } else if (typeof define === 'function' && define.amd) { + define(['module'], function(mod) { + factory.apply(this, arguments); + mod.exports = def(mod); + }); + } else { + const mod = { exports: {} }; + factory(mod); + global = typeof globalThis !== 'undefined' ? globalThis : global || self; + global.sourcemapCodec = def(mod); + } + function def(m) { return 'default' in m.exports ? m.exports.default : m.exports; } +})(this, (function (module) { +"use strict"; +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); + +// src/sourcemap-codec.ts +var sourcemap_codec_exports = {}; +__export(sourcemap_codec_exports, { + decode: () => decode, + decodeGeneratedRanges: () => decodeGeneratedRanges, + decodeOriginalScopes: () => decodeOriginalScopes, + encode: () => encode, + encodeGeneratedRanges: () => encodeGeneratedRanges, + encodeOriginalScopes: () => encodeOriginalScopes +}); +module.exports = __toCommonJS(sourcemap_codec_exports); + +// src/vlq.ts +var comma = ",".charCodeAt(0); +var semicolon = ";".charCodeAt(0); +var chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; +var intToChar = new Uint8Array(64); +var charToInt = new Uint8Array(128); +for (let i = 0; i < chars.length; i++) { + const c = chars.charCodeAt(i); + intToChar[i] = c; + charToInt[c] = i; +} +function decodeInteger(reader, relative) { + let value = 0; + let shift = 0; + let integer = 0; + do { + const c = reader.next(); + integer = charToInt[c]; + value |= (integer & 31) << shift; + shift += 5; + } while (integer & 32); + const shouldNegate = value & 1; + value >>>= 1; + if (shouldNegate) { + value = -2147483648 | -value; + } + return relative + value; +} +function encodeInteger(builder, num, relative) { + let delta = num - relative; + delta = delta < 0 ? -delta << 1 | 1 : delta << 1; + do { + let clamped = delta & 31; + delta >>>= 5; + if (delta > 0) clamped |= 32; + builder.write(intToChar[clamped]); + } while (delta > 0); + return num; +} +function hasMoreVlq(reader, max) { + if (reader.pos >= max) return false; + return reader.peek() !== comma; +} + +// src/strings.ts +var bufLength = 1024 * 16; +var td = typeof TextDecoder !== "undefined" ? /* @__PURE__ */ new TextDecoder() : typeof Buffer !== "undefined" ? { + decode(buf) { + const out = Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength); + return out.toString(); + } +} : { + decode(buf) { + let out = ""; + for (let i = 0; i < buf.length; i++) { + out += String.fromCharCode(buf[i]); + } + return out; + } +}; +var StringWriter = class { + constructor() { + this.pos = 0; + this.out = ""; + this.buffer = new Uint8Array(bufLength); + } + write(v) { + const { buffer } = this; + buffer[this.pos++] = v; + if (this.pos === bufLength) { + this.out += td.decode(buffer); + this.pos = 0; + } + } + flush() { + const { buffer, out, pos } = this; + return pos > 0 ? out + td.decode(buffer.subarray(0, pos)) : out; + } +}; +var StringReader = class { + constructor(buffer) { + this.pos = 0; + this.buffer = buffer; + } + next() { + return this.buffer.charCodeAt(this.pos++); + } + peek() { + return this.buffer.charCodeAt(this.pos); + } + indexOf(char) { + const { buffer, pos } = this; + const idx = buffer.indexOf(char, pos); + return idx === -1 ? buffer.length : idx; + } +}; + +// src/scopes.ts +var EMPTY = []; +function decodeOriginalScopes(input) { + const { length } = input; + const reader = new StringReader(input); + const scopes = []; + const stack = []; + let line = 0; + for (; reader.pos < length; reader.pos++) { + line = decodeInteger(reader, line); + const column = decodeInteger(reader, 0); + if (!hasMoreVlq(reader, length)) { + const last = stack.pop(); + last[2] = line; + last[3] = column; + continue; + } + const kind = decodeInteger(reader, 0); + const fields = decodeInteger(reader, 0); + const hasName = fields & 1; + const scope = hasName ? [line, column, 0, 0, kind, decodeInteger(reader, 0)] : [line, column, 0, 0, kind]; + let vars = EMPTY; + if (hasMoreVlq(reader, length)) { + vars = []; + do { + const varsIndex = decodeInteger(reader, 0); + vars.push(varsIndex); + } while (hasMoreVlq(reader, length)); + } + scope.vars = vars; + scopes.push(scope); + stack.push(scope); + } + return scopes; +} +function encodeOriginalScopes(scopes) { + const writer = new StringWriter(); + for (let i = 0; i < scopes.length; ) { + i = _encodeOriginalScopes(scopes, i, writer, [0]); + } + return writer.flush(); +} +function _encodeOriginalScopes(scopes, index, writer, state) { + const scope = scopes[index]; + const { 0: startLine, 1: startColumn, 2: endLine, 3: endColumn, 4: kind, vars } = scope; + if (index > 0) writer.write(comma); + state[0] = encodeInteger(writer, startLine, state[0]); + encodeInteger(writer, startColumn, 0); + encodeInteger(writer, kind, 0); + const fields = scope.length === 6 ? 1 : 0; + encodeInteger(writer, fields, 0); + if (scope.length === 6) encodeInteger(writer, scope[5], 0); + for (const v of vars) { + encodeInteger(writer, v, 0); + } + for (index++; index < scopes.length; ) { + const next = scopes[index]; + const { 0: l, 1: c } = next; + if (l > endLine || l === endLine && c >= endColumn) { + break; + } + index = _encodeOriginalScopes(scopes, index, writer, state); + } + writer.write(comma); + state[0] = encodeInteger(writer, endLine, state[0]); + encodeInteger(writer, endColumn, 0); + return index; +} +function decodeGeneratedRanges(input) { + const { length } = input; + const reader = new StringReader(input); + const ranges = []; + const stack = []; + let genLine = 0; + let definitionSourcesIndex = 0; + let definitionScopeIndex = 0; + let callsiteSourcesIndex = 0; + let callsiteLine = 0; + let callsiteColumn = 0; + let bindingLine = 0; + let bindingColumn = 0; + do { + const semi = reader.indexOf(";"); + let genColumn = 0; + for (; reader.pos < semi; reader.pos++) { + genColumn = decodeInteger(reader, genColumn); + if (!hasMoreVlq(reader, semi)) { + const last = stack.pop(); + last[2] = genLine; + last[3] = genColumn; + continue; + } + const fields = decodeInteger(reader, 0); + const hasDefinition = fields & 1; + const hasCallsite = fields & 2; + const hasScope = fields & 4; + let callsite = null; + let bindings = EMPTY; + let range; + if (hasDefinition) { + const defSourcesIndex = decodeInteger(reader, definitionSourcesIndex); + definitionScopeIndex = decodeInteger( + reader, + definitionSourcesIndex === defSourcesIndex ? definitionScopeIndex : 0 + ); + definitionSourcesIndex = defSourcesIndex; + range = [genLine, genColumn, 0, 0, defSourcesIndex, definitionScopeIndex]; + } else { + range = [genLine, genColumn, 0, 0]; + } + range.isScope = !!hasScope; + if (hasCallsite) { + const prevCsi = callsiteSourcesIndex; + const prevLine = callsiteLine; + callsiteSourcesIndex = decodeInteger(reader, callsiteSourcesIndex); + const sameSource = prevCsi === callsiteSourcesIndex; + callsiteLine = decodeInteger(reader, sameSource ? callsiteLine : 0); + callsiteColumn = decodeInteger( + reader, + sameSource && prevLine === callsiteLine ? callsiteColumn : 0 + ); + callsite = [callsiteSourcesIndex, callsiteLine, callsiteColumn]; + } + range.callsite = callsite; + if (hasMoreVlq(reader, semi)) { + bindings = []; + do { + bindingLine = genLine; + bindingColumn = genColumn; + const expressionsCount = decodeInteger(reader, 0); + let expressionRanges; + if (expressionsCount < -1) { + expressionRanges = [[decodeInteger(reader, 0)]]; + for (let i = -1; i > expressionsCount; i--) { + const prevBl = bindingLine; + bindingLine = decodeInteger(reader, bindingLine); + bindingColumn = decodeInteger(reader, bindingLine === prevBl ? bindingColumn : 0); + const expression = decodeInteger(reader, 0); + expressionRanges.push([expression, bindingLine, bindingColumn]); + } + } else { + expressionRanges = [[expressionsCount]]; + } + bindings.push(expressionRanges); + } while (hasMoreVlq(reader, semi)); + } + range.bindings = bindings; + ranges.push(range); + stack.push(range); + } + genLine++; + reader.pos = semi + 1; + } while (reader.pos < length); + return ranges; +} +function encodeGeneratedRanges(ranges) { + if (ranges.length === 0) return ""; + const writer = new StringWriter(); + for (let i = 0; i < ranges.length; ) { + i = _encodeGeneratedRanges(ranges, i, writer, [0, 0, 0, 0, 0, 0, 0]); + } + return writer.flush(); +} +function _encodeGeneratedRanges(ranges, index, writer, state) { + const range = ranges[index]; + const { + 0: startLine, + 1: startColumn, + 2: endLine, + 3: endColumn, + isScope, + callsite, + bindings + } = range; + if (state[0] < startLine) { + catchupLine(writer, state[0], startLine); + state[0] = startLine; + state[1] = 0; + } else if (index > 0) { + writer.write(comma); + } + state[1] = encodeInteger(writer, range[1], state[1]); + const fields = (range.length === 6 ? 1 : 0) | (callsite ? 2 : 0) | (isScope ? 4 : 0); + encodeInteger(writer, fields, 0); + if (range.length === 6) { + const { 4: sourcesIndex, 5: scopesIndex } = range; + if (sourcesIndex !== state[2]) { + state[3] = 0; + } + state[2] = encodeInteger(writer, sourcesIndex, state[2]); + state[3] = encodeInteger(writer, scopesIndex, state[3]); + } + if (callsite) { + const { 0: sourcesIndex, 1: callLine, 2: callColumn } = range.callsite; + if (sourcesIndex !== state[4]) { + state[5] = 0; + state[6] = 0; + } else if (callLine !== state[5]) { + state[6] = 0; + } + state[4] = encodeInteger(writer, sourcesIndex, state[4]); + state[5] = encodeInteger(writer, callLine, state[5]); + state[6] = encodeInteger(writer, callColumn, state[6]); + } + if (bindings) { + for (const binding of bindings) { + if (binding.length > 1) encodeInteger(writer, -binding.length, 0); + const expression = binding[0][0]; + encodeInteger(writer, expression, 0); + let bindingStartLine = startLine; + let bindingStartColumn = startColumn; + for (let i = 1; i < binding.length; i++) { + const expRange = binding[i]; + bindingStartLine = encodeInteger(writer, expRange[1], bindingStartLine); + bindingStartColumn = encodeInteger(writer, expRange[2], bindingStartColumn); + encodeInteger(writer, expRange[0], 0); + } + } + } + for (index++; index < ranges.length; ) { + const next = ranges[index]; + const { 0: l, 1: c } = next; + if (l > endLine || l === endLine && c >= endColumn) { + break; + } + index = _encodeGeneratedRanges(ranges, index, writer, state); + } + if (state[0] < endLine) { + catchupLine(writer, state[0], endLine); + state[0] = endLine; + state[1] = 0; + } else { + writer.write(comma); + } + state[1] = encodeInteger(writer, endColumn, state[1]); + return index; +} +function catchupLine(writer, lastLine, line) { + do { + writer.write(semicolon); + } while (++lastLine < line); +} + +// src/sourcemap-codec.ts +function decode(mappings) { + const { length } = mappings; + const reader = new StringReader(mappings); + const decoded = []; + let genColumn = 0; + let sourcesIndex = 0; + let sourceLine = 0; + let sourceColumn = 0; + let namesIndex = 0; + do { + const semi = reader.indexOf(";"); + const line = []; + let sorted = true; + let lastCol = 0; + genColumn = 0; + while (reader.pos < semi) { + let seg; + genColumn = decodeInteger(reader, genColumn); + if (genColumn < lastCol) sorted = false; + lastCol = genColumn; + if (hasMoreVlq(reader, semi)) { + sourcesIndex = decodeInteger(reader, sourcesIndex); + sourceLine = decodeInteger(reader, sourceLine); + sourceColumn = decodeInteger(reader, sourceColumn); + if (hasMoreVlq(reader, semi)) { + namesIndex = decodeInteger(reader, namesIndex); + seg = [genColumn, sourcesIndex, sourceLine, sourceColumn, namesIndex]; + } else { + seg = [genColumn, sourcesIndex, sourceLine, sourceColumn]; + } + } else { + seg = [genColumn]; + } + line.push(seg); + reader.pos++; + } + if (!sorted) sort(line); + decoded.push(line); + reader.pos = semi + 1; + } while (reader.pos <= length); + return decoded; +} +function sort(line) { + line.sort(sortComparator); +} +function sortComparator(a, b) { + return a[0] - b[0]; +} +function encode(decoded) { + const writer = new StringWriter(); + let sourcesIndex = 0; + let sourceLine = 0; + let sourceColumn = 0; + let namesIndex = 0; + for (let i = 0; i < decoded.length; i++) { + const line = decoded[i]; + if (i > 0) writer.write(semicolon); + if (line.length === 0) continue; + let genColumn = 0; + for (let j = 0; j < line.length; j++) { + const segment = line[j]; + if (j > 0) writer.write(comma); + genColumn = encodeInteger(writer, segment[0], genColumn); + if (segment.length === 1) continue; + sourcesIndex = encodeInteger(writer, segment[1], sourcesIndex); + sourceLine = encodeInteger(writer, segment[2], sourceLine); + sourceColumn = encodeInteger(writer, segment[3], sourceColumn); + if (segment.length === 4) continue; + namesIndex = encodeInteger(writer, segment[4], namesIndex); + } + } + return writer.flush(); +} +})); +//# sourceMappingURL=sourcemap-codec.umd.js.map diff --git a/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map b/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map new file mode 100644 index 0000000..abc18d2 --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map @@ -0,0 +1,6 @@ +{ + "version": 3, + "sources": ["../src/sourcemap-codec.ts", "../src/vlq.ts", "../src/strings.ts", "../src/scopes.ts"], + "mappings": "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", + "names": [] +} diff --git a/node_modules/@jridgewell/sourcemap-codec/package.json b/node_modules/@jridgewell/sourcemap-codec/package.json new file mode 100644 index 0000000..da55137 --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/package.json @@ -0,0 +1,63 @@ +{ + "name": "@jridgewell/sourcemap-codec", + "version": "1.5.5", + "description": "Encode/decode sourcemap mappings", + "keywords": [ + "sourcemap", + "vlq" + ], + "main": "dist/sourcemap-codec.umd.js", + "module": "dist/sourcemap-codec.mjs", + "types": "types/sourcemap-codec.d.cts", + "files": [ + "dist", + "src", + "types" + ], + "exports": { + ".": [ + { + "import": { + "types": "./types/sourcemap-codec.d.mts", + "default": "./dist/sourcemap-codec.mjs" + }, + "default": { + "types": "./types/sourcemap-codec.d.cts", + "default": "./dist/sourcemap-codec.umd.js" + } + }, + "./dist/sourcemap-codec.umd.js" + ], + "./package.json": "./package.json" + }, + "scripts": { + "benchmark": "run-s build:code benchmark:*", + "benchmark:install": "cd benchmark && npm install", + "benchmark:only": "node --expose-gc benchmark/index.js", + "build": "run-s -n build:code build:types", + "build:code": "node ../../esbuild.mjs sourcemap-codec.ts", + "build:types": "run-s build:types:force build:types:emit build:types:mts", + "build:types:force": "rimraf tsconfig.build.tsbuildinfo", + "build:types:emit": "tsc --project tsconfig.build.json", + "build:types:mts": "node ../../mts-types.mjs", + "clean": "run-s -n clean:code clean:types", + "clean:code": "tsc --build --clean tsconfig.build.json", + "clean:types": "rimraf dist types", + "test": "run-s -n test:types test:only test:format", + "test:format": "prettier --check '{src,test}/**/*.ts'", + "test:only": "mocha", + "test:types": "eslint '{src,test}/**/*.ts'", + "lint": "run-s -n lint:types lint:format", + "lint:format": "npm run test:format -- --write", + "lint:types": "npm run test:types -- --fix", + "prepublishOnly": "npm run-s -n build test" + }, + "homepage": "https://github.com/jridgewell/sourcemaps/tree/main/packages/sourcemap-codec", + "repository": { + "type": "git", + "url": "git+https://github.com/jridgewell/sourcemaps.git", + "directory": "packages/sourcemap-codec" + }, + "author": "Justin Ridgewell ", + "license": "MIT" +} diff --git a/node_modules/@jridgewell/sourcemap-codec/src/scopes.ts b/node_modules/@jridgewell/sourcemap-codec/src/scopes.ts new file mode 100644 index 0000000..d194c2f --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/src/scopes.ts @@ -0,0 +1,345 @@ +import { StringReader, StringWriter } from './strings'; +import { comma, decodeInteger, encodeInteger, hasMoreVlq, semicolon } from './vlq'; + +const EMPTY: any[] = []; + +type Line = number; +type Column = number; +type Kind = number; +type Name = number; +type Var = number; +type SourcesIndex = number; +type ScopesIndex = number; + +type Mix = (A & O) | (B & O); + +export type OriginalScope = Mix< + [Line, Column, Line, Column, Kind], + [Line, Column, Line, Column, Kind, Name], + { vars: Var[] } +>; + +export type GeneratedRange = Mix< + [Line, Column, Line, Column], + [Line, Column, Line, Column, SourcesIndex, ScopesIndex], + { + callsite: CallSite | null; + bindings: Binding[]; + isScope: boolean; + } +>; +export type CallSite = [SourcesIndex, Line, Column]; +type Binding = BindingExpressionRange[]; +export type BindingExpressionRange = [Name] | [Name, Line, Column]; + +export function decodeOriginalScopes(input: string): OriginalScope[] { + const { length } = input; + const reader = new StringReader(input); + const scopes: OriginalScope[] = []; + const stack: OriginalScope[] = []; + let line = 0; + + for (; reader.pos < length; reader.pos++) { + line = decodeInteger(reader, line); + const column = decodeInteger(reader, 0); + + if (!hasMoreVlq(reader, length)) { + const last = stack.pop()!; + last[2] = line; + last[3] = column; + continue; + } + + const kind = decodeInteger(reader, 0); + const fields = decodeInteger(reader, 0); + const hasName = fields & 0b0001; + + const scope: OriginalScope = ( + hasName ? [line, column, 0, 0, kind, decodeInteger(reader, 0)] : [line, column, 0, 0, kind] + ) as OriginalScope; + + let vars: Var[] = EMPTY; + if (hasMoreVlq(reader, length)) { + vars = []; + do { + const varsIndex = decodeInteger(reader, 0); + vars.push(varsIndex); + } while (hasMoreVlq(reader, length)); + } + scope.vars = vars; + + scopes.push(scope); + stack.push(scope); + } + + return scopes; +} + +export function encodeOriginalScopes(scopes: OriginalScope[]): string { + const writer = new StringWriter(); + + for (let i = 0; i < scopes.length; ) { + i = _encodeOriginalScopes(scopes, i, writer, [0]); + } + + return writer.flush(); +} + +function _encodeOriginalScopes( + scopes: OriginalScope[], + index: number, + writer: StringWriter, + state: [ + number, // GenColumn + ], +): number { + const scope = scopes[index]; + const { 0: startLine, 1: startColumn, 2: endLine, 3: endColumn, 4: kind, vars } = scope; + + if (index > 0) writer.write(comma); + + state[0] = encodeInteger(writer, startLine, state[0]); + encodeInteger(writer, startColumn, 0); + encodeInteger(writer, kind, 0); + + const fields = scope.length === 6 ? 0b0001 : 0; + encodeInteger(writer, fields, 0); + if (scope.length === 6) encodeInteger(writer, scope[5], 0); + + for (const v of vars) { + encodeInteger(writer, v, 0); + } + + for (index++; index < scopes.length; ) { + const next = scopes[index]; + const { 0: l, 1: c } = next; + if (l > endLine || (l === endLine && c >= endColumn)) { + break; + } + index = _encodeOriginalScopes(scopes, index, writer, state); + } + + writer.write(comma); + state[0] = encodeInteger(writer, endLine, state[0]); + encodeInteger(writer, endColumn, 0); + + return index; +} + +export function decodeGeneratedRanges(input: string): GeneratedRange[] { + const { length } = input; + const reader = new StringReader(input); + const ranges: GeneratedRange[] = []; + const stack: GeneratedRange[] = []; + + let genLine = 0; + let definitionSourcesIndex = 0; + let definitionScopeIndex = 0; + let callsiteSourcesIndex = 0; + let callsiteLine = 0; + let callsiteColumn = 0; + let bindingLine = 0; + let bindingColumn = 0; + + do { + const semi = reader.indexOf(';'); + let genColumn = 0; + + for (; reader.pos < semi; reader.pos++) { + genColumn = decodeInteger(reader, genColumn); + + if (!hasMoreVlq(reader, semi)) { + const last = stack.pop()!; + last[2] = genLine; + last[3] = genColumn; + continue; + } + + const fields = decodeInteger(reader, 0); + const hasDefinition = fields & 0b0001; + const hasCallsite = fields & 0b0010; + const hasScope = fields & 0b0100; + + let callsite: CallSite | null = null; + let bindings: Binding[] = EMPTY; + let range: GeneratedRange; + if (hasDefinition) { + const defSourcesIndex = decodeInteger(reader, definitionSourcesIndex); + definitionScopeIndex = decodeInteger( + reader, + definitionSourcesIndex === defSourcesIndex ? definitionScopeIndex : 0, + ); + + definitionSourcesIndex = defSourcesIndex; + range = [genLine, genColumn, 0, 0, defSourcesIndex, definitionScopeIndex] as GeneratedRange; + } else { + range = [genLine, genColumn, 0, 0] as GeneratedRange; + } + + range.isScope = !!hasScope; + + if (hasCallsite) { + const prevCsi = callsiteSourcesIndex; + const prevLine = callsiteLine; + callsiteSourcesIndex = decodeInteger(reader, callsiteSourcesIndex); + const sameSource = prevCsi === callsiteSourcesIndex; + callsiteLine = decodeInteger(reader, sameSource ? callsiteLine : 0); + callsiteColumn = decodeInteger( + reader, + sameSource && prevLine === callsiteLine ? callsiteColumn : 0, + ); + + callsite = [callsiteSourcesIndex, callsiteLine, callsiteColumn]; + } + range.callsite = callsite; + + if (hasMoreVlq(reader, semi)) { + bindings = []; + do { + bindingLine = genLine; + bindingColumn = genColumn; + const expressionsCount = decodeInteger(reader, 0); + let expressionRanges: BindingExpressionRange[]; + if (expressionsCount < -1) { + expressionRanges = [[decodeInteger(reader, 0)]]; + for (let i = -1; i > expressionsCount; i--) { + const prevBl = bindingLine; + bindingLine = decodeInteger(reader, bindingLine); + bindingColumn = decodeInteger(reader, bindingLine === prevBl ? bindingColumn : 0); + const expression = decodeInteger(reader, 0); + expressionRanges.push([expression, bindingLine, bindingColumn]); + } + } else { + expressionRanges = [[expressionsCount]]; + } + bindings.push(expressionRanges); + } while (hasMoreVlq(reader, semi)); + } + range.bindings = bindings; + + ranges.push(range); + stack.push(range); + } + + genLine++; + reader.pos = semi + 1; + } while (reader.pos < length); + + return ranges; +} + +export function encodeGeneratedRanges(ranges: GeneratedRange[]): string { + if (ranges.length === 0) return ''; + + const writer = new StringWriter(); + + for (let i = 0; i < ranges.length; ) { + i = _encodeGeneratedRanges(ranges, i, writer, [0, 0, 0, 0, 0, 0, 0]); + } + + return writer.flush(); +} + +function _encodeGeneratedRanges( + ranges: GeneratedRange[], + index: number, + writer: StringWriter, + state: [ + number, // GenLine + number, // GenColumn + number, // DefSourcesIndex + number, // DefScopesIndex + number, // CallSourcesIndex + number, // CallLine + number, // CallColumn + ], +): number { + const range = ranges[index]; + const { + 0: startLine, + 1: startColumn, + 2: endLine, + 3: endColumn, + isScope, + callsite, + bindings, + } = range; + + if (state[0] < startLine) { + catchupLine(writer, state[0], startLine); + state[0] = startLine; + state[1] = 0; + } else if (index > 0) { + writer.write(comma); + } + + state[1] = encodeInteger(writer, range[1], state[1]); + + const fields = + (range.length === 6 ? 0b0001 : 0) | (callsite ? 0b0010 : 0) | (isScope ? 0b0100 : 0); + encodeInteger(writer, fields, 0); + + if (range.length === 6) { + const { 4: sourcesIndex, 5: scopesIndex } = range; + if (sourcesIndex !== state[2]) { + state[3] = 0; + } + state[2] = encodeInteger(writer, sourcesIndex, state[2]); + state[3] = encodeInteger(writer, scopesIndex, state[3]); + } + + if (callsite) { + const { 0: sourcesIndex, 1: callLine, 2: callColumn } = range.callsite!; + if (sourcesIndex !== state[4]) { + state[5] = 0; + state[6] = 0; + } else if (callLine !== state[5]) { + state[6] = 0; + } + state[4] = encodeInteger(writer, sourcesIndex, state[4]); + state[5] = encodeInteger(writer, callLine, state[5]); + state[6] = encodeInteger(writer, callColumn, state[6]); + } + + if (bindings) { + for (const binding of bindings) { + if (binding.length > 1) encodeInteger(writer, -binding.length, 0); + const expression = binding[0][0]; + encodeInteger(writer, expression, 0); + let bindingStartLine = startLine; + let bindingStartColumn = startColumn; + for (let i = 1; i < binding.length; i++) { + const expRange = binding[i]; + bindingStartLine = encodeInteger(writer, expRange[1]!, bindingStartLine); + bindingStartColumn = encodeInteger(writer, expRange[2]!, bindingStartColumn); + encodeInteger(writer, expRange[0]!, 0); + } + } + } + + for (index++; index < ranges.length; ) { + const next = ranges[index]; + const { 0: l, 1: c } = next; + if (l > endLine || (l === endLine && c >= endColumn)) { + break; + } + index = _encodeGeneratedRanges(ranges, index, writer, state); + } + + if (state[0] < endLine) { + catchupLine(writer, state[0], endLine); + state[0] = endLine; + state[1] = 0; + } else { + writer.write(comma); + } + state[1] = encodeInteger(writer, endColumn, state[1]); + + return index; +} + +function catchupLine(writer: StringWriter, lastLine: number, line: number) { + do { + writer.write(semicolon); + } while (++lastLine < line); +} diff --git a/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts b/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts new file mode 100644 index 0000000..a81f894 --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts @@ -0,0 +1,111 @@ +import { comma, decodeInteger, encodeInteger, hasMoreVlq, semicolon } from './vlq'; +import { StringWriter, StringReader } from './strings'; + +export { + decodeOriginalScopes, + encodeOriginalScopes, + decodeGeneratedRanges, + encodeGeneratedRanges, +} from './scopes'; +export type { OriginalScope, GeneratedRange, CallSite, BindingExpressionRange } from './scopes'; + +export type SourceMapSegment = + | [number] + | [number, number, number, number] + | [number, number, number, number, number]; +export type SourceMapLine = SourceMapSegment[]; +export type SourceMapMappings = SourceMapLine[]; + +export function decode(mappings: string): SourceMapMappings { + const { length } = mappings; + const reader = new StringReader(mappings); + const decoded: SourceMapMappings = []; + let genColumn = 0; + let sourcesIndex = 0; + let sourceLine = 0; + let sourceColumn = 0; + let namesIndex = 0; + + do { + const semi = reader.indexOf(';'); + const line: SourceMapLine = []; + let sorted = true; + let lastCol = 0; + genColumn = 0; + + while (reader.pos < semi) { + let seg: SourceMapSegment; + + genColumn = decodeInteger(reader, genColumn); + if (genColumn < lastCol) sorted = false; + lastCol = genColumn; + + if (hasMoreVlq(reader, semi)) { + sourcesIndex = decodeInteger(reader, sourcesIndex); + sourceLine = decodeInteger(reader, sourceLine); + sourceColumn = decodeInteger(reader, sourceColumn); + + if (hasMoreVlq(reader, semi)) { + namesIndex = decodeInteger(reader, namesIndex); + seg = [genColumn, sourcesIndex, sourceLine, sourceColumn, namesIndex]; + } else { + seg = [genColumn, sourcesIndex, sourceLine, sourceColumn]; + } + } else { + seg = [genColumn]; + } + + line.push(seg); + reader.pos++; + } + + if (!sorted) sort(line); + decoded.push(line); + reader.pos = semi + 1; + } while (reader.pos <= length); + + return decoded; +} + +function sort(line: SourceMapSegment[]) { + line.sort(sortComparator); +} + +function sortComparator(a: SourceMapSegment, b: SourceMapSegment): number { + return a[0] - b[0]; +} + +export function encode(decoded: SourceMapMappings): string; +export function encode(decoded: Readonly): string; +export function encode(decoded: Readonly): string { + const writer = new StringWriter(); + let sourcesIndex = 0; + let sourceLine = 0; + let sourceColumn = 0; + let namesIndex = 0; + + for (let i = 0; i < decoded.length; i++) { + const line = decoded[i]; + if (i > 0) writer.write(semicolon); + if (line.length === 0) continue; + + let genColumn = 0; + + for (let j = 0; j < line.length; j++) { + const segment = line[j]; + if (j > 0) writer.write(comma); + + genColumn = encodeInteger(writer, segment[0], genColumn); + + if (segment.length === 1) continue; + sourcesIndex = encodeInteger(writer, segment[1], sourcesIndex); + sourceLine = encodeInteger(writer, segment[2], sourceLine); + sourceColumn = encodeInteger(writer, segment[3], sourceColumn); + + if (segment.length === 4) continue; + namesIndex = encodeInteger(writer, segment[4], namesIndex); + } + } + + return writer.flush(); +} diff --git a/node_modules/@jridgewell/sourcemap-codec/src/strings.ts b/node_modules/@jridgewell/sourcemap-codec/src/strings.ts new file mode 100644 index 0000000..d161965 --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/src/strings.ts @@ -0,0 +1,65 @@ +const bufLength = 1024 * 16; + +// Provide a fallback for older environments. +const td = + typeof TextDecoder !== 'undefined' + ? /* #__PURE__ */ new TextDecoder() + : typeof Buffer !== 'undefined' + ? { + decode(buf: Uint8Array): string { + const out = Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength); + return out.toString(); + }, + } + : { + decode(buf: Uint8Array): string { + let out = ''; + for (let i = 0; i < buf.length; i++) { + out += String.fromCharCode(buf[i]); + } + return out; + }, + }; + +export class StringWriter { + pos = 0; + private out = ''; + private buffer = new Uint8Array(bufLength); + + write(v: number): void { + const { buffer } = this; + buffer[this.pos++] = v; + if (this.pos === bufLength) { + this.out += td.decode(buffer); + this.pos = 0; + } + } + + flush(): string { + const { buffer, out, pos } = this; + return pos > 0 ? out + td.decode(buffer.subarray(0, pos)) : out; + } +} + +export class StringReader { + pos = 0; + declare private buffer: string; + + constructor(buffer: string) { + this.buffer = buffer; + } + + next(): number { + return this.buffer.charCodeAt(this.pos++); + } + + peek(): number { + return this.buffer.charCodeAt(this.pos); + } + + indexOf(char: string): number { + const { buffer, pos } = this; + const idx = buffer.indexOf(char, pos); + return idx === -1 ? buffer.length : idx; + } +} diff --git a/node_modules/@jridgewell/sourcemap-codec/src/vlq.ts b/node_modules/@jridgewell/sourcemap-codec/src/vlq.ts new file mode 100644 index 0000000..a42c681 --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/src/vlq.ts @@ -0,0 +1,55 @@ +import type { StringReader, StringWriter } from './strings'; + +export const comma = ','.charCodeAt(0); +export const semicolon = ';'.charCodeAt(0); + +const chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; +const intToChar = new Uint8Array(64); // 64 possible chars. +const charToInt = new Uint8Array(128); // z is 122 in ASCII + +for (let i = 0; i < chars.length; i++) { + const c = chars.charCodeAt(i); + intToChar[i] = c; + charToInt[c] = i; +} + +export function decodeInteger(reader: StringReader, relative: number): number { + let value = 0; + let shift = 0; + let integer = 0; + + do { + const c = reader.next(); + integer = charToInt[c]; + value |= (integer & 31) << shift; + shift += 5; + } while (integer & 32); + + const shouldNegate = value & 1; + value >>>= 1; + + if (shouldNegate) { + value = -0x80000000 | -value; + } + + return relative + value; +} + +export function encodeInteger(builder: StringWriter, num: number, relative: number): number { + let delta = num - relative; + + delta = delta < 0 ? (-delta << 1) | 1 : delta << 1; + do { + let clamped = delta & 0b011111; + delta >>>= 5; + if (delta > 0) clamped |= 0b100000; + builder.write(intToChar[clamped]); + } while (delta > 0); + + return num; +} + +export function hasMoreVlq(reader: StringReader, max: number) { + if (reader.pos >= max) return false; + return reader.peek() !== comma; +} diff --git a/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts b/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts new file mode 100644 index 0000000..c583c75 --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts @@ -0,0 +1,50 @@ +type Line = number; +type Column = number; +type Kind = number; +type Name = number; +type Var = number; +type SourcesIndex = number; +type ScopesIndex = number; +type Mix = (A & O) | (B & O); +export type OriginalScope = Mix<[ + Line, + Column, + Line, + Column, + Kind +], [ + Line, + Column, + Line, + Column, + Kind, + Name +], { + vars: Var[]; +}>; +export type GeneratedRange = Mix<[ + Line, + Column, + Line, + Column +], [ + Line, + Column, + Line, + Column, + SourcesIndex, + ScopesIndex +], { + callsite: CallSite | null; + bindings: Binding[]; + isScope: boolean; +}>; +export type CallSite = [SourcesIndex, Line, Column]; +type Binding = BindingExpressionRange[]; +export type BindingExpressionRange = [Name] | [Name, Line, Column]; +export declare function decodeOriginalScopes(input: string): OriginalScope[]; +export declare function encodeOriginalScopes(scopes: OriginalScope[]): string; +export declare function decodeGeneratedRanges(input: string): GeneratedRange[]; +export declare function encodeGeneratedRanges(ranges: GeneratedRange[]): string; +export {}; +//# sourceMappingURL=scopes.d.ts.map \ No newline at end of file diff --git a/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts.map b/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts.map new file mode 100644 index 0000000..630e647 --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts.map @@ -0,0 +1 @@ +{"version":3,"file":"scopes.d.ts","sourceRoot":"","sources":["../src/scopes.ts"],"names":[],"mappings":"AAKA,KAAK,IAAI,GAAG,MAAM,CAAC;AACnB,KAAK,MAAM,GAAG,MAAM,CAAC;AACrB,KAAK,IAAI,GAAG,MAAM,CAAC;AACnB,KAAK,IAAI,GAAG,MAAM,CAAC;AACnB,KAAK,GAAG,GAAG,MAAM,CAAC;AAClB,KAAK,YAAY,GAAG,MAAM,CAAC;AAC3B,KAAK,WAAW,GAAG,MAAM,CAAC;AAE1B,KAAK,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;AAEtC,MAAM,MAAM,aAAa,GAAG,GAAG,CAC7B;IAAC,IAAI;IAAE,MAAM;IAAE,IAAI;IAAE,MAAM;IAAE,IAAI;CAAC,EAClC;IAAC,IAAI;IAAE,MAAM;IAAE,IAAI;IAAE,MAAM;IAAE,IAAI;IAAE,IAAI;CAAC,EACxC;IAAE,IAAI,EAAE,GAAG,EAAE,CAAA;CAAE,CAChB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,GAAG,CAC9B;IAAC,IAAI;IAAE,MAAM;IAAE,IAAI;IAAE,MAAM;CAAC,EAC5B;IAAC,IAAI;IAAE,MAAM;IAAE,IAAI;IAAE,MAAM;IAAE,YAAY;IAAE,WAAW;CAAC,EACvD;IACE,QAAQ,EAAE,QAAQ,GAAG,IAAI,CAAC;IAC1B,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,OAAO,EAAE,OAAO,CAAC;CAClB,CACF,CAAC;AACF,MAAM,MAAM,QAAQ,GAAG,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;AACpD,KAAK,OAAO,GAAG,sBAAsB,EAAE,CAAC;AACxC,MAAM,MAAM,sBAAsB,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;AAEnE,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,GAAG,aAAa,EAAE,CAyCnE;AAED,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,aAAa,EAAE,GAAG,MAAM,CAQpE;AA2CD,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,cAAc,EAAE,CAoGrE;AAED,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,cAAc,EAAE,GAAG,MAAM,CAUtE"} \ No newline at end of file diff --git a/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts b/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts new file mode 100644 index 0000000..c583c75 --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts @@ -0,0 +1,50 @@ +type Line = number; +type Column = number; +type Kind = number; +type Name = number; +type Var = number; +type SourcesIndex = number; +type ScopesIndex = number; +type Mix = (A & O) | (B & O); +export type OriginalScope = Mix<[ + Line, + Column, + Line, + Column, + Kind +], [ + Line, + Column, + Line, + Column, + Kind, + Name +], { + vars: Var[]; +}>; +export type GeneratedRange = Mix<[ + Line, + Column, + Line, + Column +], [ + Line, + Column, + Line, + Column, + SourcesIndex, + ScopesIndex +], { + callsite: CallSite | null; + bindings: Binding[]; + isScope: boolean; +}>; +export type CallSite = [SourcesIndex, Line, Column]; +type Binding = BindingExpressionRange[]; +export type BindingExpressionRange = [Name] | [Name, Line, Column]; +export declare function decodeOriginalScopes(input: string): OriginalScope[]; +export declare function encodeOriginalScopes(scopes: OriginalScope[]): string; +export declare function decodeGeneratedRanges(input: string): GeneratedRange[]; +export declare function encodeGeneratedRanges(ranges: GeneratedRange[]): string; +export {}; +//# sourceMappingURL=scopes.d.ts.map \ No newline at end of file diff --git a/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts.map b/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts.map new file mode 100644 index 0000000..630e647 --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts.map @@ -0,0 +1 @@ +{"version":3,"file":"scopes.d.ts","sourceRoot":"","sources":["../src/scopes.ts"],"names":[],"mappings":"AAKA,KAAK,IAAI,GAAG,MAAM,CAAC;AACnB,KAAK,MAAM,GAAG,MAAM,CAAC;AACrB,KAAK,IAAI,GAAG,MAAM,CAAC;AACnB,KAAK,IAAI,GAAG,MAAM,CAAC;AACnB,KAAK,GAAG,GAAG,MAAM,CAAC;AAClB,KAAK,YAAY,GAAG,MAAM,CAAC;AAC3B,KAAK,WAAW,GAAG,MAAM,CAAC;AAE1B,KAAK,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;AAEtC,MAAM,MAAM,aAAa,GAAG,GAAG,CAC7B;IAAC,IAAI;IAAE,MAAM;IAAE,IAAI;IAAE,MAAM;IAAE,IAAI;CAAC,EAClC;IAAC,IAAI;IAAE,MAAM;IAAE,IAAI;IAAE,MAAM;IAAE,IAAI;IAAE,IAAI;CAAC,EACxC;IAAE,IAAI,EAAE,GAAG,EAAE,CAAA;CAAE,CAChB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,GAAG,CAC9B;IAAC,IAAI;IAAE,MAAM;IAAE,IAAI;IAAE,MAAM;CAAC,EAC5B;IAAC,IAAI;IAAE,MAAM;IAAE,IAAI;IAAE,MAAM;IAAE,YAAY;IAAE,WAAW;CAAC,EACvD;IACE,QAAQ,EAAE,QAAQ,GAAG,IAAI,CAAC;IAC1B,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,OAAO,EAAE,OAAO,CAAC;CAClB,CACF,CAAC;AACF,MAAM,MAAM,QAAQ,GAAG,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;AACpD,KAAK,OAAO,GAAG,sBAAsB,EAAE,CAAC;AACxC,MAAM,MAAM,sBAAsB,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;AAEnE,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,GAAG,aAAa,EAAE,CAyCnE;AAED,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,aAAa,EAAE,GAAG,MAAM,CAQpE;AA2CD,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,cAAc,EAAE,CAoGrE;AAED,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,cAAc,EAAE,GAAG,MAAM,CAUtE"} \ No newline at end of file diff --git a/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts b/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts new file mode 100644 index 0000000..5f35e22 --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts @@ -0,0 +1,9 @@ +export { decodeOriginalScopes, encodeOriginalScopes, decodeGeneratedRanges, encodeGeneratedRanges, } from './scopes.cts'; +export type { OriginalScope, GeneratedRange, CallSite, BindingExpressionRange } from './scopes.cts'; +export type SourceMapSegment = [number] | [number, number, number, number] | [number, number, number, number, number]; +export type SourceMapLine = SourceMapSegment[]; +export type SourceMapMappings = SourceMapLine[]; +export declare function decode(mappings: string): SourceMapMappings; +export declare function encode(decoded: SourceMapMappings): string; +export declare function encode(decoded: Readonly): string; +//# sourceMappingURL=sourcemap-codec.d.ts.map \ No newline at end of file diff --git a/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts.map b/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts.map new file mode 100644 index 0000000..7123d52 --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts.map @@ -0,0 +1 @@ +{"version":3,"file":"sourcemap-codec.d.ts","sourceRoot":"","sources":["../src/sourcemap-codec.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,oBAAoB,EACpB,oBAAoB,EACpB,qBAAqB,EACrB,qBAAqB,GACtB,MAAM,UAAU,CAAC;AAClB,YAAY,EAAE,aAAa,EAAE,cAAc,EAAE,QAAQ,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAEhG,MAAM,MAAM,gBAAgB,GACxB,CAAC,MAAM,CAAC,GACR,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,GAChC,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;AAC7C,MAAM,MAAM,aAAa,GAAG,gBAAgB,EAAE,CAAC;AAC/C,MAAM,MAAM,iBAAiB,GAAG,aAAa,EAAE,CAAC;AAEhD,wBAAgB,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,iBAAiB,CAiD1D;AAUD,wBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiB,GAAG,MAAM,CAAC;AAC3D,wBAAgB,MAAM,CAAC,OAAO,EAAE,QAAQ,CAAC,iBAAiB,CAAC,GAAG,MAAM,CAAC"} \ No newline at end of file diff --git a/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts b/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts new file mode 100644 index 0000000..199fb9f --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts @@ -0,0 +1,9 @@ +export { decodeOriginalScopes, encodeOriginalScopes, decodeGeneratedRanges, encodeGeneratedRanges, } from './scopes.mts'; +export type { OriginalScope, GeneratedRange, CallSite, BindingExpressionRange } from './scopes.mts'; +export type SourceMapSegment = [number] | [number, number, number, number] | [number, number, number, number, number]; +export type SourceMapLine = SourceMapSegment[]; +export type SourceMapMappings = SourceMapLine[]; +export declare function decode(mappings: string): SourceMapMappings; +export declare function encode(decoded: SourceMapMappings): string; +export declare function encode(decoded: Readonly): string; +//# sourceMappingURL=sourcemap-codec.d.ts.map \ No newline at end of file diff --git a/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts.map b/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts.map new file mode 100644 index 0000000..7123d52 --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts.map @@ -0,0 +1 @@ +{"version":3,"file":"sourcemap-codec.d.ts","sourceRoot":"","sources":["../src/sourcemap-codec.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,oBAAoB,EACpB,oBAAoB,EACpB,qBAAqB,EACrB,qBAAqB,GACtB,MAAM,UAAU,CAAC;AAClB,YAAY,EAAE,aAAa,EAAE,cAAc,EAAE,QAAQ,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAEhG,MAAM,MAAM,gBAAgB,GACxB,CAAC,MAAM,CAAC,GACR,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,GAChC,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;AAC7C,MAAM,MAAM,aAAa,GAAG,gBAAgB,EAAE,CAAC;AAC/C,MAAM,MAAM,iBAAiB,GAAG,aAAa,EAAE,CAAC;AAEhD,wBAAgB,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,iBAAiB,CAiD1D;AAUD,wBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiB,GAAG,MAAM,CAAC;AAC3D,wBAAgB,MAAM,CAAC,OAAO,EAAE,QAAQ,CAAC,iBAAiB,CAAC,GAAG,MAAM,CAAC"} \ No newline at end of file diff --git a/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts b/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts new file mode 100644 index 0000000..62faceb --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts @@ -0,0 +1,16 @@ +export declare class StringWriter { + pos: number; + private out; + private buffer; + write(v: number): void; + flush(): string; +} +export declare class StringReader { + pos: number; + private buffer; + constructor(buffer: string); + next(): number; + peek(): number; + indexOf(char: string): number; +} +//# sourceMappingURL=strings.d.ts.map \ No newline at end of file diff --git a/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts.map b/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts.map new file mode 100644 index 0000000..d3602da --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts.map @@ -0,0 +1 @@ +{"version":3,"file":"strings.d.ts","sourceRoot":"","sources":["../src/strings.ts"],"names":[],"mappings":"AAuBA,qBAAa,YAAY;IACvB,GAAG,SAAK;IACR,OAAO,CAAC,GAAG,CAAM;IACjB,OAAO,CAAC,MAAM,CAA6B;IAE3C,KAAK,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI;IAStB,KAAK,IAAI,MAAM;CAIhB;AAED,qBAAa,YAAY;IACvB,GAAG,SAAK;IACR,QAAgB,MAAM,CAAS;gBAEnB,MAAM,EAAE,MAAM;IAI1B,IAAI,IAAI,MAAM;IAId,IAAI,IAAI,MAAM;IAId,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;CAK9B"} \ No newline at end of file diff --git a/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts b/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts new file mode 100644 index 0000000..62faceb --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts @@ -0,0 +1,16 @@ +export declare class StringWriter { + pos: number; + private out; + private buffer; + write(v: number): void; + flush(): string; +} +export declare class StringReader { + pos: number; + private buffer; + constructor(buffer: string); + next(): number; + peek(): number; + indexOf(char: string): number; +} +//# sourceMappingURL=strings.d.ts.map \ No newline at end of file diff --git a/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts.map b/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts.map new file mode 100644 index 0000000..d3602da --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts.map @@ -0,0 +1 @@ +{"version":3,"file":"strings.d.ts","sourceRoot":"","sources":["../src/strings.ts"],"names":[],"mappings":"AAuBA,qBAAa,YAAY;IACvB,GAAG,SAAK;IACR,OAAO,CAAC,GAAG,CAAM;IACjB,OAAO,CAAC,MAAM,CAA6B;IAE3C,KAAK,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI;IAStB,KAAK,IAAI,MAAM;CAIhB;AAED,qBAAa,YAAY;IACvB,GAAG,SAAK;IACR,QAAgB,MAAM,CAAS;gBAEnB,MAAM,EAAE,MAAM;IAI1B,IAAI,IAAI,MAAM;IAId,IAAI,IAAI,MAAM;IAId,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;CAK9B"} \ No newline at end of file diff --git a/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts b/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts new file mode 100644 index 0000000..dbd6602 --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts @@ -0,0 +1,7 @@ +import type { StringReader, StringWriter } from './strings.cts'; +export declare const comma: number; +export declare const semicolon: number; +export declare function decodeInteger(reader: StringReader, relative: number): number; +export declare function encodeInteger(builder: StringWriter, num: number, relative: number): number; +export declare function hasMoreVlq(reader: StringReader, max: number): boolean; +//# sourceMappingURL=vlq.d.ts.map \ No newline at end of file diff --git a/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts.map b/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts.map new file mode 100644 index 0000000..6fdc356 --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts.map @@ -0,0 +1 @@ +{"version":3,"file":"vlq.d.ts","sourceRoot":"","sources":["../src/vlq.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAE5D,eAAO,MAAM,KAAK,QAAoB,CAAC;AACvC,eAAO,MAAM,SAAS,QAAoB,CAAC;AAY3C,wBAAgB,aAAa,CAAC,MAAM,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,CAoB5E;AAED,wBAAgB,aAAa,CAAC,OAAO,EAAE,YAAY,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,CAY1F;AAED,wBAAgB,UAAU,CAAC,MAAM,EAAE,YAAY,EAAE,GAAG,EAAE,MAAM,WAG3D"} \ No newline at end of file diff --git a/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts b/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts new file mode 100644 index 0000000..2c739bc --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts @@ -0,0 +1,7 @@ +import type { StringReader, StringWriter } from './strings.mts'; +export declare const comma: number; +export declare const semicolon: number; +export declare function decodeInteger(reader: StringReader, relative: number): number; +export declare function encodeInteger(builder: StringWriter, num: number, relative: number): number; +export declare function hasMoreVlq(reader: StringReader, max: number): boolean; +//# sourceMappingURL=vlq.d.ts.map \ No newline at end of file diff --git a/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts.map b/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts.map new file mode 100644 index 0000000..6fdc356 --- /dev/null +++ b/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts.map @@ -0,0 +1 @@ +{"version":3,"file":"vlq.d.ts","sourceRoot":"","sources":["../src/vlq.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAE5D,eAAO,MAAM,KAAK,QAAoB,CAAC;AACvC,eAAO,MAAM,SAAS,QAAoB,CAAC;AAY3C,wBAAgB,aAAa,CAAC,MAAM,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,CAoB5E;AAED,wBAAgB,aAAa,CAAC,OAAO,EAAE,YAAY,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,CAY1F;AAED,wBAAgB,UAAU,CAAC,MAAM,EAAE,YAAY,EAAE,GAAG,EAAE,MAAM,WAG3D"} \ No newline at end of file diff --git a/node_modules/@jridgewell/trace-mapping/LICENSE b/node_modules/@jridgewell/trace-mapping/LICENSE new file mode 100644 index 0000000..37bb488 --- /dev/null +++ b/node_modules/@jridgewell/trace-mapping/LICENSE @@ -0,0 +1,19 @@ +Copyright 2022 Justin Ridgewell + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/@jridgewell/trace-mapping/README.md b/node_modules/@jridgewell/trace-mapping/README.md new file mode 100644 index 0000000..8286cee --- /dev/null +++ b/node_modules/@jridgewell/trace-mapping/README.md @@ -0,0 +1,193 @@ +# @jridgewell/trace-mapping + +> Trace the original position through a source map + +`trace-mapping` allows you to take the line and column of an output file and trace it to the +original location in the source file through a source map. + +You may already be familiar with the [`source-map`][source-map] package's `SourceMapConsumer`. This +provides the same `originalPositionFor` and `generatedPositionFor` API, without requiring WASM. + +## Installation + +```sh +npm install @jridgewell/trace-mapping +``` + +## Usage + +```typescript +import { TraceMap, originalPositionFor, generatedPositionFor } from '@jridgewell/trace-mapping'; + +const tracer = new TraceMap({ + version: 3, + sources: ['input.js'], + names: ['foo'], + mappings: 'KAyCIA', +}); + +// Lines start at line 1, columns at column 0. +const traced = originalPositionFor(tracer, { line: 1, column: 5 }); +assert.deepEqual(traced, { + source: 'input.js', + line: 42, + column: 4, + name: 'foo', +}); + +const generated = generatedPositionFor(tracer, { + source: 'input.js', + line: 42, + column: 4, +}); +assert.deepEqual(generated, { + line: 1, + column: 5, +}); +``` + +We also provide a lower level API to get the actual segment that matches our line and column. Unlike +`originalPositionFor`, `traceSegment` uses a 0-base for `line`: + +```typescript +import { traceSegment } from '@jridgewell/trace-mapping'; + +// line is 0-base. +const traced = traceSegment(tracer, /* line */ 0, /* column */ 5); + +// Segments are [outputColumn, sourcesIndex, sourceLine, sourceColumn, namesIndex] +// Again, line is 0-base and so is sourceLine +assert.deepEqual(traced, [5, 0, 41, 4, 0]); +``` + +### SectionedSourceMaps + +The sourcemap spec defines a special `sections` field that's designed to handle concatenation of +output code with associated sourcemaps. This type of sourcemap is rarely used (no major build tool +produces it), but if you are hand coding a concatenation you may need it. We provide an `AnyMap` +helper that can receive either a regular sourcemap or a `SectionedSourceMap` and returns a +`TraceMap` instance: + +```typescript +import { AnyMap } from '@jridgewell/trace-mapping'; +const fooOutput = 'foo'; +const barOutput = 'bar'; +const output = [fooOutput, barOutput].join('\n'); + +const sectioned = new AnyMap({ + version: 3, + sections: [ + { + // 0-base line and column + offset: { line: 0, column: 0 }, + // fooOutput's sourcemap + map: { + version: 3, + sources: ['foo.js'], + names: ['foo'], + mappings: 'AAAAA', + }, + }, + { + // barOutput's sourcemap will not affect the first line, only the second + offset: { line: 1, column: 0 }, + map: { + version: 3, + sources: ['bar.js'], + names: ['bar'], + mappings: 'AAAAA', + }, + }, + ], +}); + +const traced = originalPositionFor(sectioned, { + line: 2, + column: 0, +}); + +assert.deepEqual(traced, { + source: 'bar.js', + line: 1, + column: 0, + name: 'bar', +}); +``` + +## Benchmarks + +``` +node v18.0.0 + +amp.js.map +trace-mapping: decoded JSON input x 183 ops/sec ±0.41% (87 runs sampled) +trace-mapping: encoded JSON input x 384 ops/sec ±0.89% (89 runs sampled) +trace-mapping: decoded Object input x 3,085 ops/sec ±0.24% (100 runs sampled) +trace-mapping: encoded Object input x 452 ops/sec ±0.80% (84 runs sampled) +source-map-js: encoded Object input x 88.82 ops/sec ±0.45% (77 runs sampled) +source-map-0.6.1: encoded Object input x 38.39 ops/sec ±1.88% (52 runs sampled) +Fastest is trace-mapping: decoded Object input + +trace-mapping: decoded originalPositionFor x 4,025,347 ops/sec ±0.15% (97 runs sampled) +trace-mapping: encoded originalPositionFor x 3,333,136 ops/sec ±1.26% (90 runs sampled) +source-map-js: encoded originalPositionFor x 824,978 ops/sec ±1.06% (94 runs sampled) +source-map-0.6.1: encoded originalPositionFor x 741,300 ops/sec ±0.93% (92 runs sampled) +source-map-0.8.0: encoded originalPositionFor x 2,587,603 ops/sec ±0.75% (97 runs sampled) +Fastest is trace-mapping: decoded originalPositionFor + +*** + +babel.min.js.map +trace-mapping: decoded JSON input x 17.43 ops/sec ±8.81% (33 runs sampled) +trace-mapping: encoded JSON input x 34.18 ops/sec ±4.67% (50 runs sampled) +trace-mapping: decoded Object input x 1,010 ops/sec ±0.41% (98 runs sampled) +trace-mapping: encoded Object input x 39.45 ops/sec ±4.01% (52 runs sampled) +source-map-js: encoded Object input x 6.57 ops/sec ±3.04% (21 runs sampled) +source-map-0.6.1: encoded Object input x 4.23 ops/sec ±2.93% (15 runs sampled) +Fastest is trace-mapping: decoded Object input + +trace-mapping: decoded originalPositionFor x 7,576,265 ops/sec ±0.74% (96 runs sampled) +trace-mapping: encoded originalPositionFor x 5,019,743 ops/sec ±0.74% (94 runs sampled) +source-map-js: encoded originalPositionFor x 3,396,137 ops/sec ±42.32% (95 runs sampled) +source-map-0.6.1: encoded originalPositionFor x 3,753,176 ops/sec ±0.72% (95 runs sampled) +source-map-0.8.0: encoded originalPositionFor x 6,423,633 ops/sec ±0.74% (95 runs sampled) +Fastest is trace-mapping: decoded originalPositionFor + +*** + +preact.js.map +trace-mapping: decoded JSON input x 3,499 ops/sec ±0.18% (98 runs sampled) +trace-mapping: encoded JSON input x 6,078 ops/sec ±0.25% (99 runs sampled) +trace-mapping: decoded Object input x 254,788 ops/sec ±0.13% (100 runs sampled) +trace-mapping: encoded Object input x 14,063 ops/sec ±0.27% (94 runs sampled) +source-map-js: encoded Object input x 2,465 ops/sec ±0.25% (98 runs sampled) +source-map-0.6.1: encoded Object input x 1,174 ops/sec ±1.90% (95 runs sampled) +Fastest is trace-mapping: decoded Object input + +trace-mapping: decoded originalPositionFor x 7,720,171 ops/sec ±0.14% (97 runs sampled) +trace-mapping: encoded originalPositionFor x 6,864,485 ops/sec ±0.16% (101 runs sampled) +source-map-js: encoded originalPositionFor x 2,387,219 ops/sec ±0.28% (98 runs sampled) +source-map-0.6.1: encoded originalPositionFor x 1,565,339 ops/sec ±0.32% (101 runs sampled) +source-map-0.8.0: encoded originalPositionFor x 3,819,732 ops/sec ±0.38% (98 runs sampled) +Fastest is trace-mapping: decoded originalPositionFor + +*** + +react.js.map +trace-mapping: decoded JSON input x 1,719 ops/sec ±0.19% (99 runs sampled) +trace-mapping: encoded JSON input x 4,284 ops/sec ±0.51% (99 runs sampled) +trace-mapping: decoded Object input x 94,668 ops/sec ±0.08% (99 runs sampled) +trace-mapping: encoded Object input x 5,287 ops/sec ±0.24% (99 runs sampled) +source-map-js: encoded Object input x 814 ops/sec ±0.20% (98 runs sampled) +source-map-0.6.1: encoded Object input x 429 ops/sec ±0.24% (94 runs sampled) +Fastest is trace-mapping: decoded Object input + +trace-mapping: decoded originalPositionFor x 28,927,989 ops/sec ±0.61% (94 runs sampled) +trace-mapping: encoded originalPositionFor x 27,394,475 ops/sec ±0.55% (97 runs sampled) +source-map-js: encoded originalPositionFor x 16,856,730 ops/sec ±0.45% (96 runs sampled) +source-map-0.6.1: encoded originalPositionFor x 12,258,950 ops/sec ±0.41% (97 runs sampled) +source-map-0.8.0: encoded originalPositionFor x 22,272,990 ops/sec ±0.58% (95 runs sampled) +Fastest is trace-mapping: decoded originalPositionFor +``` + +[source-map]: https://www.npmjs.com/package/source-map diff --git a/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs b/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs new file mode 100644 index 0000000..8fce400 --- /dev/null +++ b/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs @@ -0,0 +1,514 @@ +import { encode, decode } from '@jridgewell/sourcemap-codec'; +import resolveUri from '@jridgewell/resolve-uri'; + +function resolve(input, base) { + // The base is always treated as a directory, if it's not empty. + // https://github.com/mozilla/source-map/blob/8cb3ee57/lib/util.js#L327 + // https://github.com/chromium/chromium/blob/da4adbb3/third_party/blink/renderer/devtools/front_end/sdk/SourceMap.js#L400-L401 + if (base && !base.endsWith('/')) + base += '/'; + return resolveUri(input, base); +} + +/** + * Removes everything after the last "/", but leaves the slash. + */ +function stripFilename(path) { + if (!path) + return ''; + const index = path.lastIndexOf('/'); + return path.slice(0, index + 1); +} + +const COLUMN = 0; +const SOURCES_INDEX = 1; +const SOURCE_LINE = 2; +const SOURCE_COLUMN = 3; +const NAMES_INDEX = 4; +const REV_GENERATED_LINE = 1; +const REV_GENERATED_COLUMN = 2; + +function maybeSort(mappings, owned) { + const unsortedIndex = nextUnsortedSegmentLine(mappings, 0); + if (unsortedIndex === mappings.length) + return mappings; + // If we own the array (meaning we parsed it from JSON), then we're free to directly mutate it. If + // not, we do not want to modify the consumer's input array. + if (!owned) + mappings = mappings.slice(); + for (let i = unsortedIndex; i < mappings.length; i = nextUnsortedSegmentLine(mappings, i + 1)) { + mappings[i] = sortSegments(mappings[i], owned); + } + return mappings; +} +function nextUnsortedSegmentLine(mappings, start) { + for (let i = start; i < mappings.length; i++) { + if (!isSorted(mappings[i])) + return i; + } + return mappings.length; +} +function isSorted(line) { + for (let j = 1; j < line.length; j++) { + if (line[j][COLUMN] < line[j - 1][COLUMN]) { + return false; + } + } + return true; +} +function sortSegments(line, owned) { + if (!owned) + line = line.slice(); + return line.sort(sortComparator); +} +function sortComparator(a, b) { + return a[COLUMN] - b[COLUMN]; +} + +let found = false; +/** + * A binary search implementation that returns the index if a match is found. + * If no match is found, then the left-index (the index associated with the item that comes just + * before the desired index) is returned. To maintain proper sort order, a splice would happen at + * the next index: + * + * ```js + * const array = [1, 3]; + * const needle = 2; + * const index = binarySearch(array, needle, (item, needle) => item - needle); + * + * assert.equal(index, 0); + * array.splice(index + 1, 0, needle); + * assert.deepEqual(array, [1, 2, 3]); + * ``` + */ +function binarySearch(haystack, needle, low, high) { + while (low <= high) { + const mid = low + ((high - low) >> 1); + const cmp = haystack[mid][COLUMN] - needle; + if (cmp === 0) { + found = true; + return mid; + } + if (cmp < 0) { + low = mid + 1; + } + else { + high = mid - 1; + } + } + found = false; + return low - 1; +} +function upperBound(haystack, needle, index) { + for (let i = index + 1; i < haystack.length; i++, index++) { + if (haystack[i][COLUMN] !== needle) + break; + } + return index; +} +function lowerBound(haystack, needle, index) { + for (let i = index - 1; i >= 0; i--, index--) { + if (haystack[i][COLUMN] !== needle) + break; + } + return index; +} +function memoizedState() { + return { + lastKey: -1, + lastNeedle: -1, + lastIndex: -1, + }; +} +/** + * This overly complicated beast is just to record the last tested line/column and the resulting + * index, allowing us to skip a few tests if mappings are monotonically increasing. + */ +function memoizedBinarySearch(haystack, needle, state, key) { + const { lastKey, lastNeedle, lastIndex } = state; + let low = 0; + let high = haystack.length - 1; + if (key === lastKey) { + if (needle === lastNeedle) { + found = lastIndex !== -1 && haystack[lastIndex][COLUMN] === needle; + return lastIndex; + } + if (needle >= lastNeedle) { + // lastIndex may be -1 if the previous needle was not found. + low = lastIndex === -1 ? 0 : lastIndex; + } + else { + high = lastIndex; + } + } + state.lastKey = key; + state.lastNeedle = needle; + return (state.lastIndex = binarySearch(haystack, needle, low, high)); +} + +// Rebuilds the original source files, with mappings that are ordered by source line/column instead +// of generated line/column. +function buildBySources(decoded, memos) { + const sources = memos.map(buildNullArray); + for (let i = 0; i < decoded.length; i++) { + const line = decoded[i]; + for (let j = 0; j < line.length; j++) { + const seg = line[j]; + if (seg.length === 1) + continue; + const sourceIndex = seg[SOURCES_INDEX]; + const sourceLine = seg[SOURCE_LINE]; + const sourceColumn = seg[SOURCE_COLUMN]; + const originalSource = sources[sourceIndex]; + const originalLine = (originalSource[sourceLine] || (originalSource[sourceLine] = [])); + const memo = memos[sourceIndex]; + // The binary search either found a match, or it found the left-index just before where the + // segment should go. Either way, we want to insert after that. And there may be multiple + // generated segments associated with an original location, so there may need to move several + // indexes before we find where we need to insert. + const index = upperBound(originalLine, sourceColumn, memoizedBinarySearch(originalLine, sourceColumn, memo, sourceLine)); + insert(originalLine, (memo.lastIndex = index + 1), [sourceColumn, i, seg[COLUMN]]); + } + } + return sources; +} +function insert(array, index, value) { + for (let i = array.length; i > index; i--) { + array[i] = array[i - 1]; + } + array[index] = value; +} +// Null arrays allow us to use ordered index keys without actually allocating contiguous memory like +// a real array. We use a null-prototype object to avoid prototype pollution and deoptimizations. +// Numeric properties on objects are magically sorted in ascending order by the engine regardless of +// the insertion order. So, by setting any numeric keys, even out of order, we'll get ascending +// order when iterating with for-in. +function buildNullArray() { + return { __proto__: null }; +} + +const AnyMap = function (map, mapUrl) { + const parsed = typeof map === 'string' ? JSON.parse(map) : map; + if (!('sections' in parsed)) + return new TraceMap(parsed, mapUrl); + const mappings = []; + const sources = []; + const sourcesContent = []; + const names = []; + const { sections } = parsed; + let i = 0; + for (; i < sections.length - 1; i++) { + const no = sections[i + 1].offset; + addSection(sections[i], mapUrl, mappings, sources, sourcesContent, names, no.line, no.column); + } + if (sections.length > 0) { + addSection(sections[i], mapUrl, mappings, sources, sourcesContent, names, Infinity, Infinity); + } + const joined = { + version: 3, + file: parsed.file, + names, + sources, + sourcesContent, + mappings, + }; + return presortedDecodedMap(joined); +}; +function addSection(section, mapUrl, mappings, sources, sourcesContent, names, stopLine, stopColumn) { + const map = AnyMap(section.map, mapUrl); + const { line: lineOffset, column: columnOffset } = section.offset; + const sourcesOffset = sources.length; + const namesOffset = names.length; + const decoded = decodedMappings(map); + const { resolvedSources } = map; + append(sources, resolvedSources); + append(sourcesContent, map.sourcesContent || fillSourcesContent(resolvedSources.length)); + append(names, map.names); + // If this section jumps forwards several lines, we need to add lines to the output mappings catch up. + for (let i = mappings.length; i <= lineOffset; i++) + mappings.push([]); + // We can only add so many lines before we step into the range that the next section's map + // controls. When we get to the last line, then we'll start checking the segments to see if + // they've crossed into the column range. + const stopI = stopLine - lineOffset; + const len = Math.min(decoded.length, stopI + 1); + for (let i = 0; i < len; i++) { + const line = decoded[i]; + // On the 0th loop, the line will already exist due to a previous section, or the line catch up + // loop above. + const out = i === 0 ? mappings[lineOffset] : (mappings[lineOffset + i] = []); + // On the 0th loop, the section's column offset shifts us forward. On all other lines (since the + // map can be multiple lines), it doesn't. + const cOffset = i === 0 ? columnOffset : 0; + for (let j = 0; j < line.length; j++) { + const seg = line[j]; + const column = cOffset + seg[COLUMN]; + // If this segment steps into the column range that the next section's map controls, we need + // to stop early. + if (i === stopI && column >= stopColumn) + break; + if (seg.length === 1) { + out.push([column]); + continue; + } + const sourcesIndex = sourcesOffset + seg[SOURCES_INDEX]; + const sourceLine = seg[SOURCE_LINE]; + const sourceColumn = seg[SOURCE_COLUMN]; + if (seg.length === 4) { + out.push([column, sourcesIndex, sourceLine, sourceColumn]); + continue; + } + out.push([column, sourcesIndex, sourceLine, sourceColumn, namesOffset + seg[NAMES_INDEX]]); + } + } +} +function append(arr, other) { + for (let i = 0; i < other.length; i++) + arr.push(other[i]); +} +// Sourcemaps don't need to have sourcesContent, and if they don't, we need to create an array of +// equal length to the sources. This is because the sources and sourcesContent are paired arrays, +// where `sourcesContent[i]` is the content of the `sources[i]` file. If we didn't, then joined +// sourcemap would desynchronize the sources/contents. +function fillSourcesContent(len) { + const sourcesContent = []; + for (let i = 0; i < len; i++) + sourcesContent[i] = null; + return sourcesContent; +} + +const INVALID_ORIGINAL_MAPPING = Object.freeze({ + source: null, + line: null, + column: null, + name: null, +}); +const INVALID_GENERATED_MAPPING = Object.freeze({ + line: null, + column: null, +}); +const LINE_GTR_ZERO = '`line` must be greater than 0 (lines start at line 1)'; +const COL_GTR_EQ_ZERO = '`column` must be greater than or equal to 0 (columns start at column 0)'; +const LEAST_UPPER_BOUND = -1; +const GREATEST_LOWER_BOUND = 1; +/** + * Returns the encoded (VLQ string) form of the SourceMap's mappings field. + */ +let encodedMappings; +/** + * Returns the decoded (array of lines of segments) form of the SourceMap's mappings field. + */ +let decodedMappings; +/** + * A low-level API to find the segment associated with a generated line/column (think, from a + * stack trace). Line and column here are 0-based, unlike `originalPositionFor`. + */ +let traceSegment; +/** + * A higher-level API to find the source/line/column associated with a generated line/column + * (think, from a stack trace). Line is 1-based, but column is 0-based, due to legacy behavior in + * `source-map` library. + */ +let originalPositionFor; +/** + * Finds the source/line/column directly after the mapping returned by originalPositionFor, provided + * the found mapping is from the same source and line as the originalPositionFor mapping. + * + * Eg, in the code `let id = 1`, `originalPositionAfter` could find the mapping associated with `1` + * using the same needle that would return `id` when calling `originalPositionFor`. + */ +let generatedPositionFor; +/** + * Iterates each mapping in generated position order. + */ +let eachMapping; +/** + * A helper that skips sorting of the input map's mappings array, which can be expensive for larger + * maps. + */ +let presortedDecodedMap; +/** + * Returns a sourcemap object (with decoded mappings) suitable for passing to a library that expects + * a sourcemap, or to JSON.stringify. + */ +let decodedMap; +/** + * Returns a sourcemap object (with encoded mappings) suitable for passing to a library that expects + * a sourcemap, or to JSON.stringify. + */ +let encodedMap; +class TraceMap { + constructor(map, mapUrl) { + this._decodedMemo = memoizedState(); + this._bySources = undefined; + this._bySourceMemos = undefined; + const isString = typeof map === 'string'; + if (!isString && map.constructor === TraceMap) + return map; + const parsed = (isString ? JSON.parse(map) : map); + const { version, file, names, sourceRoot, sources, sourcesContent } = parsed; + this.version = version; + this.file = file; + this.names = names; + this.sourceRoot = sourceRoot; + this.sources = sources; + this.sourcesContent = sourcesContent; + if (sourceRoot || mapUrl) { + const from = resolve(sourceRoot || '', stripFilename(mapUrl)); + this.resolvedSources = sources.map((s) => resolve(s || '', from)); + } + else { + this.resolvedSources = sources.map((s) => s || ''); + } + const { mappings } = parsed; + if (typeof mappings === 'string') { + this._encoded = mappings; + this._decoded = undefined; + } + else { + this._encoded = undefined; + this._decoded = maybeSort(mappings, isString); + } + } +} +(() => { + encodedMappings = (map) => { + var _a; + return ((_a = map._encoded) !== null && _a !== void 0 ? _a : (map._encoded = encode(map._decoded))); + }; + decodedMappings = (map) => { + return (map._decoded || (map._decoded = decode(map._encoded))); + }; + traceSegment = (map, line, column) => { + const decoded = decodedMappings(map); + // It's common for parent source maps to have pointers to lines that have no + // mapping (like a "//# sourceMappingURL=") at the end of the child file. + if (line >= decoded.length) + return null; + return traceSegmentInternal(decoded[line], map._decodedMemo, line, column, GREATEST_LOWER_BOUND); + }; + originalPositionFor = (map, { line, column, bias }) => { + line--; + if (line < 0) + throw new Error(LINE_GTR_ZERO); + if (column < 0) + throw new Error(COL_GTR_EQ_ZERO); + const decoded = decodedMappings(map); + // It's common for parent source maps to have pointers to lines that have no + // mapping (like a "//# sourceMappingURL=") at the end of the child file. + if (line >= decoded.length) + return INVALID_ORIGINAL_MAPPING; + const segment = traceSegmentInternal(decoded[line], map._decodedMemo, line, column, bias || GREATEST_LOWER_BOUND); + if (segment == null) + return INVALID_ORIGINAL_MAPPING; + if (segment.length == 1) + return INVALID_ORIGINAL_MAPPING; + const { names, resolvedSources } = map; + return { + source: resolvedSources[segment[SOURCES_INDEX]], + line: segment[SOURCE_LINE] + 1, + column: segment[SOURCE_COLUMN], + name: segment.length === 5 ? names[segment[NAMES_INDEX]] : null, + }; + }; + generatedPositionFor = (map, { source, line, column, bias }) => { + line--; + if (line < 0) + throw new Error(LINE_GTR_ZERO); + if (column < 0) + throw new Error(COL_GTR_EQ_ZERO); + const { sources, resolvedSources } = map; + let sourceIndex = sources.indexOf(source); + if (sourceIndex === -1) + sourceIndex = resolvedSources.indexOf(source); + if (sourceIndex === -1) + return INVALID_GENERATED_MAPPING; + const generated = (map._bySources || (map._bySources = buildBySources(decodedMappings(map), (map._bySourceMemos = sources.map(memoizedState))))); + const memos = map._bySourceMemos; + const segments = generated[sourceIndex][line]; + if (segments == null) + return INVALID_GENERATED_MAPPING; + const segment = traceSegmentInternal(segments, memos[sourceIndex], line, column, bias || GREATEST_LOWER_BOUND); + if (segment == null) + return INVALID_GENERATED_MAPPING; + return { + line: segment[REV_GENERATED_LINE] + 1, + column: segment[REV_GENERATED_COLUMN], + }; + }; + eachMapping = (map, cb) => { + const decoded = decodedMappings(map); + const { names, resolvedSources } = map; + for (let i = 0; i < decoded.length; i++) { + const line = decoded[i]; + for (let j = 0; j < line.length; j++) { + const seg = line[j]; + const generatedLine = i + 1; + const generatedColumn = seg[0]; + let source = null; + let originalLine = null; + let originalColumn = null; + let name = null; + if (seg.length !== 1) { + source = resolvedSources[seg[1]]; + originalLine = seg[2] + 1; + originalColumn = seg[3]; + } + if (seg.length === 5) + name = names[seg[4]]; + cb({ + generatedLine, + generatedColumn, + source, + originalLine, + originalColumn, + name, + }); + } + } + }; + presortedDecodedMap = (map, mapUrl) => { + const clone = Object.assign({}, map); + clone.mappings = []; + const tracer = new TraceMap(clone, mapUrl); + tracer._decoded = map.mappings; + return tracer; + }; + decodedMap = (map) => { + return { + version: 3, + file: map.file, + names: map.names, + sourceRoot: map.sourceRoot, + sources: map.sources, + sourcesContent: map.sourcesContent, + mappings: decodedMappings(map), + }; + }; + encodedMap = (map) => { + return { + version: 3, + file: map.file, + names: map.names, + sourceRoot: map.sourceRoot, + sources: map.sources, + sourcesContent: map.sourcesContent, + mappings: encodedMappings(map), + }; + }; +})(); +function traceSegmentInternal(segments, memo, line, column, bias) { + let index = memoizedBinarySearch(segments, column, memo, line); + if (found) { + index = (bias === LEAST_UPPER_BOUND ? upperBound : lowerBound)(segments, column, index); + } + else if (bias === LEAST_UPPER_BOUND) + index++; + if (index === -1 || index === segments.length) + return null; + return segments[index]; +} + +export { AnyMap, GREATEST_LOWER_BOUND, LEAST_UPPER_BOUND, TraceMap, decodedMap, decodedMappings, eachMapping, encodedMap, encodedMappings, generatedPositionFor, originalPositionFor, presortedDecodedMap, traceSegment }; +//# sourceMappingURL=trace-mapping.mjs.map diff --git a/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map b/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map new file mode 100644 index 0000000..fec7769 --- /dev/null +++ b/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map @@ -0,0 +1 @@ +{"version":3,"file":"trace-mapping.mjs","sources":["../../src/resolve.ts","../../src/strip-filename.ts","../../src/sourcemap-segment.ts","../../src/sort.ts","../../src/binary-search.ts","../../src/by-source.ts","../../src/any-map.ts","../../src/trace-mapping.ts"],"sourcesContent":[null,null,null,null,null,null,null,null],"names":["bsFound"],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js b/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js new file mode 100644 index 0000000..8b755bd --- /dev/null +++ b/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js @@ -0,0 +1,528 @@ +(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@jridgewell/sourcemap-codec'), require('@jridgewell/resolve-uri')) : + typeof define === 'function' && define.amd ? define(['exports', '@jridgewell/sourcemap-codec', '@jridgewell/resolve-uri'], factory) : + (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.traceMapping = {}, global.sourcemapCodec, global.resolveURI)); +})(this, (function (exports, sourcemapCodec, resolveUri) { 'use strict'; + + function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } + + var resolveUri__default = /*#__PURE__*/_interopDefaultLegacy(resolveUri); + + function resolve(input, base) { + // The base is always treated as a directory, if it's not empty. + // https://github.com/mozilla/source-map/blob/8cb3ee57/lib/util.js#L327 + // https://github.com/chromium/chromium/blob/da4adbb3/third_party/blink/renderer/devtools/front_end/sdk/SourceMap.js#L400-L401 + if (base && !base.endsWith('/')) + base += '/'; + return resolveUri__default["default"](input, base); + } + + /** + * Removes everything after the last "/", but leaves the slash. + */ + function stripFilename(path) { + if (!path) + return ''; + const index = path.lastIndexOf('/'); + return path.slice(0, index + 1); + } + + const COLUMN = 0; + const SOURCES_INDEX = 1; + const SOURCE_LINE = 2; + const SOURCE_COLUMN = 3; + const NAMES_INDEX = 4; + const REV_GENERATED_LINE = 1; + const REV_GENERATED_COLUMN = 2; + + function maybeSort(mappings, owned) { + const unsortedIndex = nextUnsortedSegmentLine(mappings, 0); + if (unsortedIndex === mappings.length) + return mappings; + // If we own the array (meaning we parsed it from JSON), then we're free to directly mutate it. If + // not, we do not want to modify the consumer's input array. + if (!owned) + mappings = mappings.slice(); + for (let i = unsortedIndex; i < mappings.length; i = nextUnsortedSegmentLine(mappings, i + 1)) { + mappings[i] = sortSegments(mappings[i], owned); + } + return mappings; + } + function nextUnsortedSegmentLine(mappings, start) { + for (let i = start; i < mappings.length; i++) { + if (!isSorted(mappings[i])) + return i; + } + return mappings.length; + } + function isSorted(line) { + for (let j = 1; j < line.length; j++) { + if (line[j][COLUMN] < line[j - 1][COLUMN]) { + return false; + } + } + return true; + } + function sortSegments(line, owned) { + if (!owned) + line = line.slice(); + return line.sort(sortComparator); + } + function sortComparator(a, b) { + return a[COLUMN] - b[COLUMN]; + } + + let found = false; + /** + * A binary search implementation that returns the index if a match is found. + * If no match is found, then the left-index (the index associated with the item that comes just + * before the desired index) is returned. To maintain proper sort order, a splice would happen at + * the next index: + * + * ```js + * const array = [1, 3]; + * const needle = 2; + * const index = binarySearch(array, needle, (item, needle) => item - needle); + * + * assert.equal(index, 0); + * array.splice(index + 1, 0, needle); + * assert.deepEqual(array, [1, 2, 3]); + * ``` + */ + function binarySearch(haystack, needle, low, high) { + while (low <= high) { + const mid = low + ((high - low) >> 1); + const cmp = haystack[mid][COLUMN] - needle; + if (cmp === 0) { + found = true; + return mid; + } + if (cmp < 0) { + low = mid + 1; + } + else { + high = mid - 1; + } + } + found = false; + return low - 1; + } + function upperBound(haystack, needle, index) { + for (let i = index + 1; i < haystack.length; i++, index++) { + if (haystack[i][COLUMN] !== needle) + break; + } + return index; + } + function lowerBound(haystack, needle, index) { + for (let i = index - 1; i >= 0; i--, index--) { + if (haystack[i][COLUMN] !== needle) + break; + } + return index; + } + function memoizedState() { + return { + lastKey: -1, + lastNeedle: -1, + lastIndex: -1, + }; + } + /** + * This overly complicated beast is just to record the last tested line/column and the resulting + * index, allowing us to skip a few tests if mappings are monotonically increasing. + */ + function memoizedBinarySearch(haystack, needle, state, key) { + const { lastKey, lastNeedle, lastIndex } = state; + let low = 0; + let high = haystack.length - 1; + if (key === lastKey) { + if (needle === lastNeedle) { + found = lastIndex !== -1 && haystack[lastIndex][COLUMN] === needle; + return lastIndex; + } + if (needle >= lastNeedle) { + // lastIndex may be -1 if the previous needle was not found. + low = lastIndex === -1 ? 0 : lastIndex; + } + else { + high = lastIndex; + } + } + state.lastKey = key; + state.lastNeedle = needle; + return (state.lastIndex = binarySearch(haystack, needle, low, high)); + } + + // Rebuilds the original source files, with mappings that are ordered by source line/column instead + // of generated line/column. + function buildBySources(decoded, memos) { + const sources = memos.map(buildNullArray); + for (let i = 0; i < decoded.length; i++) { + const line = decoded[i]; + for (let j = 0; j < line.length; j++) { + const seg = line[j]; + if (seg.length === 1) + continue; + const sourceIndex = seg[SOURCES_INDEX]; + const sourceLine = seg[SOURCE_LINE]; + const sourceColumn = seg[SOURCE_COLUMN]; + const originalSource = sources[sourceIndex]; + const originalLine = (originalSource[sourceLine] || (originalSource[sourceLine] = [])); + const memo = memos[sourceIndex]; + // The binary search either found a match, or it found the left-index just before where the + // segment should go. Either way, we want to insert after that. And there may be multiple + // generated segments associated with an original location, so there may need to move several + // indexes before we find where we need to insert. + const index = upperBound(originalLine, sourceColumn, memoizedBinarySearch(originalLine, sourceColumn, memo, sourceLine)); + insert(originalLine, (memo.lastIndex = index + 1), [sourceColumn, i, seg[COLUMN]]); + } + } + return sources; + } + function insert(array, index, value) { + for (let i = array.length; i > index; i--) { + array[i] = array[i - 1]; + } + array[index] = value; + } + // Null arrays allow us to use ordered index keys without actually allocating contiguous memory like + // a real array. We use a null-prototype object to avoid prototype pollution and deoptimizations. + // Numeric properties on objects are magically sorted in ascending order by the engine regardless of + // the insertion order. So, by setting any numeric keys, even out of order, we'll get ascending + // order when iterating with for-in. + function buildNullArray() { + return { __proto__: null }; + } + + const AnyMap = function (map, mapUrl) { + const parsed = typeof map === 'string' ? JSON.parse(map) : map; + if (!('sections' in parsed)) + return new TraceMap(parsed, mapUrl); + const mappings = []; + const sources = []; + const sourcesContent = []; + const names = []; + const { sections } = parsed; + let i = 0; + for (; i < sections.length - 1; i++) { + const no = sections[i + 1].offset; + addSection(sections[i], mapUrl, mappings, sources, sourcesContent, names, no.line, no.column); + } + if (sections.length > 0) { + addSection(sections[i], mapUrl, mappings, sources, sourcesContent, names, Infinity, Infinity); + } + const joined = { + version: 3, + file: parsed.file, + names, + sources, + sourcesContent, + mappings, + }; + return exports.presortedDecodedMap(joined); + }; + function addSection(section, mapUrl, mappings, sources, sourcesContent, names, stopLine, stopColumn) { + const map = AnyMap(section.map, mapUrl); + const { line: lineOffset, column: columnOffset } = section.offset; + const sourcesOffset = sources.length; + const namesOffset = names.length; + const decoded = exports.decodedMappings(map); + const { resolvedSources } = map; + append(sources, resolvedSources); + append(sourcesContent, map.sourcesContent || fillSourcesContent(resolvedSources.length)); + append(names, map.names); + // If this section jumps forwards several lines, we need to add lines to the output mappings catch up. + for (let i = mappings.length; i <= lineOffset; i++) + mappings.push([]); + // We can only add so many lines before we step into the range that the next section's map + // controls. When we get to the last line, then we'll start checking the segments to see if + // they've crossed into the column range. + const stopI = stopLine - lineOffset; + const len = Math.min(decoded.length, stopI + 1); + for (let i = 0; i < len; i++) { + const line = decoded[i]; + // On the 0th loop, the line will already exist due to a previous section, or the line catch up + // loop above. + const out = i === 0 ? mappings[lineOffset] : (mappings[lineOffset + i] = []); + // On the 0th loop, the section's column offset shifts us forward. On all other lines (since the + // map can be multiple lines), it doesn't. + const cOffset = i === 0 ? columnOffset : 0; + for (let j = 0; j < line.length; j++) { + const seg = line[j]; + const column = cOffset + seg[COLUMN]; + // If this segment steps into the column range that the next section's map controls, we need + // to stop early. + if (i === stopI && column >= stopColumn) + break; + if (seg.length === 1) { + out.push([column]); + continue; + } + const sourcesIndex = sourcesOffset + seg[SOURCES_INDEX]; + const sourceLine = seg[SOURCE_LINE]; + const sourceColumn = seg[SOURCE_COLUMN]; + if (seg.length === 4) { + out.push([column, sourcesIndex, sourceLine, sourceColumn]); + continue; + } + out.push([column, sourcesIndex, sourceLine, sourceColumn, namesOffset + seg[NAMES_INDEX]]); + } + } + } + function append(arr, other) { + for (let i = 0; i < other.length; i++) + arr.push(other[i]); + } + // Sourcemaps don't need to have sourcesContent, and if they don't, we need to create an array of + // equal length to the sources. This is because the sources and sourcesContent are paired arrays, + // where `sourcesContent[i]` is the content of the `sources[i]` file. If we didn't, then joined + // sourcemap would desynchronize the sources/contents. + function fillSourcesContent(len) { + const sourcesContent = []; + for (let i = 0; i < len; i++) + sourcesContent[i] = null; + return sourcesContent; + } + + const INVALID_ORIGINAL_MAPPING = Object.freeze({ + source: null, + line: null, + column: null, + name: null, + }); + const INVALID_GENERATED_MAPPING = Object.freeze({ + line: null, + column: null, + }); + const LINE_GTR_ZERO = '`line` must be greater than 0 (lines start at line 1)'; + const COL_GTR_EQ_ZERO = '`column` must be greater than or equal to 0 (columns start at column 0)'; + const LEAST_UPPER_BOUND = -1; + const GREATEST_LOWER_BOUND = 1; + /** + * Returns the encoded (VLQ string) form of the SourceMap's mappings field. + */ + exports.encodedMappings = void 0; + /** + * Returns the decoded (array of lines of segments) form of the SourceMap's mappings field. + */ + exports.decodedMappings = void 0; + /** + * A low-level API to find the segment associated with a generated line/column (think, from a + * stack trace). Line and column here are 0-based, unlike `originalPositionFor`. + */ + exports.traceSegment = void 0; + /** + * A higher-level API to find the source/line/column associated with a generated line/column + * (think, from a stack trace). Line is 1-based, but column is 0-based, due to legacy behavior in + * `source-map` library. + */ + exports.originalPositionFor = void 0; + /** + * Finds the source/line/column directly after the mapping returned by originalPositionFor, provided + * the found mapping is from the same source and line as the originalPositionFor mapping. + * + * Eg, in the code `let id = 1`, `originalPositionAfter` could find the mapping associated with `1` + * using the same needle that would return `id` when calling `originalPositionFor`. + */ + exports.generatedPositionFor = void 0; + /** + * Iterates each mapping in generated position order. + */ + exports.eachMapping = void 0; + /** + * A helper that skips sorting of the input map's mappings array, which can be expensive for larger + * maps. + */ + exports.presortedDecodedMap = void 0; + /** + * Returns a sourcemap object (with decoded mappings) suitable for passing to a library that expects + * a sourcemap, or to JSON.stringify. + */ + exports.decodedMap = void 0; + /** + * Returns a sourcemap object (with encoded mappings) suitable for passing to a library that expects + * a sourcemap, or to JSON.stringify. + */ + exports.encodedMap = void 0; + class TraceMap { + constructor(map, mapUrl) { + this._decodedMemo = memoizedState(); + this._bySources = undefined; + this._bySourceMemos = undefined; + const isString = typeof map === 'string'; + if (!isString && map.constructor === TraceMap) + return map; + const parsed = (isString ? JSON.parse(map) : map); + const { version, file, names, sourceRoot, sources, sourcesContent } = parsed; + this.version = version; + this.file = file; + this.names = names; + this.sourceRoot = sourceRoot; + this.sources = sources; + this.sourcesContent = sourcesContent; + if (sourceRoot || mapUrl) { + const from = resolve(sourceRoot || '', stripFilename(mapUrl)); + this.resolvedSources = sources.map((s) => resolve(s || '', from)); + } + else { + this.resolvedSources = sources.map((s) => s || ''); + } + const { mappings } = parsed; + if (typeof mappings === 'string') { + this._encoded = mappings; + this._decoded = undefined; + } + else { + this._encoded = undefined; + this._decoded = maybeSort(mappings, isString); + } + } + } + (() => { + exports.encodedMappings = (map) => { + var _a; + return ((_a = map._encoded) !== null && _a !== void 0 ? _a : (map._encoded = sourcemapCodec.encode(map._decoded))); + }; + exports.decodedMappings = (map) => { + return (map._decoded || (map._decoded = sourcemapCodec.decode(map._encoded))); + }; + exports.traceSegment = (map, line, column) => { + const decoded = exports.decodedMappings(map); + // It's common for parent source maps to have pointers to lines that have no + // mapping (like a "//# sourceMappingURL=") at the end of the child file. + if (line >= decoded.length) + return null; + return traceSegmentInternal(decoded[line], map._decodedMemo, line, column, GREATEST_LOWER_BOUND); + }; + exports.originalPositionFor = (map, { line, column, bias }) => { + line--; + if (line < 0) + throw new Error(LINE_GTR_ZERO); + if (column < 0) + throw new Error(COL_GTR_EQ_ZERO); + const decoded = exports.decodedMappings(map); + // It's common for parent source maps to have pointers to lines that have no + // mapping (like a "//# sourceMappingURL=") at the end of the child file. + if (line >= decoded.length) + return INVALID_ORIGINAL_MAPPING; + const segment = traceSegmentInternal(decoded[line], map._decodedMemo, line, column, bias || GREATEST_LOWER_BOUND); + if (segment == null) + return INVALID_ORIGINAL_MAPPING; + if (segment.length == 1) + return INVALID_ORIGINAL_MAPPING; + const { names, resolvedSources } = map; + return { + source: resolvedSources[segment[SOURCES_INDEX]], + line: segment[SOURCE_LINE] + 1, + column: segment[SOURCE_COLUMN], + name: segment.length === 5 ? names[segment[NAMES_INDEX]] : null, + }; + }; + exports.generatedPositionFor = (map, { source, line, column, bias }) => { + line--; + if (line < 0) + throw new Error(LINE_GTR_ZERO); + if (column < 0) + throw new Error(COL_GTR_EQ_ZERO); + const { sources, resolvedSources } = map; + let sourceIndex = sources.indexOf(source); + if (sourceIndex === -1) + sourceIndex = resolvedSources.indexOf(source); + if (sourceIndex === -1) + return INVALID_GENERATED_MAPPING; + const generated = (map._bySources || (map._bySources = buildBySources(exports.decodedMappings(map), (map._bySourceMemos = sources.map(memoizedState))))); + const memos = map._bySourceMemos; + const segments = generated[sourceIndex][line]; + if (segments == null) + return INVALID_GENERATED_MAPPING; + const segment = traceSegmentInternal(segments, memos[sourceIndex], line, column, bias || GREATEST_LOWER_BOUND); + if (segment == null) + return INVALID_GENERATED_MAPPING; + return { + line: segment[REV_GENERATED_LINE] + 1, + column: segment[REV_GENERATED_COLUMN], + }; + }; + exports.eachMapping = (map, cb) => { + const decoded = exports.decodedMappings(map); + const { names, resolvedSources } = map; + for (let i = 0; i < decoded.length; i++) { + const line = decoded[i]; + for (let j = 0; j < line.length; j++) { + const seg = line[j]; + const generatedLine = i + 1; + const generatedColumn = seg[0]; + let source = null; + let originalLine = null; + let originalColumn = null; + let name = null; + if (seg.length !== 1) { + source = resolvedSources[seg[1]]; + originalLine = seg[2] + 1; + originalColumn = seg[3]; + } + if (seg.length === 5) + name = names[seg[4]]; + cb({ + generatedLine, + generatedColumn, + source, + originalLine, + originalColumn, + name, + }); + } + } + }; + exports.presortedDecodedMap = (map, mapUrl) => { + const clone = Object.assign({}, map); + clone.mappings = []; + const tracer = new TraceMap(clone, mapUrl); + tracer._decoded = map.mappings; + return tracer; + }; + exports.decodedMap = (map) => { + return { + version: 3, + file: map.file, + names: map.names, + sourceRoot: map.sourceRoot, + sources: map.sources, + sourcesContent: map.sourcesContent, + mappings: exports.decodedMappings(map), + }; + }; + exports.encodedMap = (map) => { + return { + version: 3, + file: map.file, + names: map.names, + sourceRoot: map.sourceRoot, + sources: map.sources, + sourcesContent: map.sourcesContent, + mappings: exports.encodedMappings(map), + }; + }; + })(); + function traceSegmentInternal(segments, memo, line, column, bias) { + let index = memoizedBinarySearch(segments, column, memo, line); + if (found) { + index = (bias === LEAST_UPPER_BOUND ? upperBound : lowerBound)(segments, column, index); + } + else if (bias === LEAST_UPPER_BOUND) + index++; + if (index === -1 || index === segments.length) + return null; + return segments[index]; + } + + exports.AnyMap = AnyMap; + exports.GREATEST_LOWER_BOUND = GREATEST_LOWER_BOUND; + exports.LEAST_UPPER_BOUND = LEAST_UPPER_BOUND; + exports.TraceMap = TraceMap; + + Object.defineProperty(exports, '__esModule', { value: true }); + +})); +//# sourceMappingURL=trace-mapping.umd.js.map diff --git a/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map b/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map new file mode 100644 index 0000000..4ef72e7 --- /dev/null +++ b/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map @@ -0,0 +1 @@ +{"version":3,"file":"trace-mapping.umd.js","sources":["../../src/resolve.ts","../../src/strip-filename.ts","../../src/sourcemap-segment.ts","../../src/sort.ts","../../src/binary-search.ts","../../src/by-source.ts","../../src/any-map.ts","../../src/trace-mapping.ts"],"sourcesContent":[null,null,null,null,null,null,null,null],"names":["resolveUri","presortedDecodedMap","decodedMappings","encodedMappings","traceSegment","originalPositionFor","generatedPositionFor","eachMapping","decodedMap","encodedMap","encode","decode","bsFound"],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts b/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts new file mode 100644 index 0000000..08bca6b --- /dev/null +++ b/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts @@ -0,0 +1,8 @@ +import { TraceMap } from './trace-mapping'; +import type { SectionedSourceMapInput } from './types'; +declare type AnyMap = { + new (map: SectionedSourceMapInput, mapUrl?: string | null): TraceMap; + (map: SectionedSourceMapInput, mapUrl?: string | null): TraceMap; +}; +export declare const AnyMap: AnyMap; +export {}; diff --git a/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts b/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts new file mode 100644 index 0000000..88820e5 --- /dev/null +++ b/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts @@ -0,0 +1,32 @@ +import type { SourceMapSegment, ReverseSegment } from './sourcemap-segment'; +export declare type MemoState = { + lastKey: number; + lastNeedle: number; + lastIndex: number; +}; +export declare let found: boolean; +/** + * A binary search implementation that returns the index if a match is found. + * If no match is found, then the left-index (the index associated with the item that comes just + * before the desired index) is returned. To maintain proper sort order, a splice would happen at + * the next index: + * + * ```js + * const array = [1, 3]; + * const needle = 2; + * const index = binarySearch(array, needle, (item, needle) => item - needle); + * + * assert.equal(index, 0); + * array.splice(index + 1, 0, needle); + * assert.deepEqual(array, [1, 2, 3]); + * ``` + */ +export declare function binarySearch(haystack: SourceMapSegment[] | ReverseSegment[], needle: number, low: number, high: number): number; +export declare function upperBound(haystack: SourceMapSegment[] | ReverseSegment[], needle: number, index: number): number; +export declare function lowerBound(haystack: SourceMapSegment[] | ReverseSegment[], needle: number, index: number): number; +export declare function memoizedState(): MemoState; +/** + * This overly complicated beast is just to record the last tested line/column and the resulting + * index, allowing us to skip a few tests if mappings are monotonically increasing. + */ +export declare function memoizedBinarySearch(haystack: SourceMapSegment[] | ReverseSegment[], needle: number, state: MemoState, key: number): number; diff --git a/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts b/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts new file mode 100644 index 0000000..8d1e538 --- /dev/null +++ b/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts @@ -0,0 +1,7 @@ +import type { ReverseSegment, SourceMapSegment } from './sourcemap-segment'; +import type { MemoState } from './binary-search'; +export declare type Source = { + __proto__: null; + [line: number]: Exclude[]; +}; +export default function buildBySources(decoded: readonly SourceMapSegment[][], memos: MemoState[]): Source[]; diff --git a/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts b/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts new file mode 100644 index 0000000..cf7d4f8 --- /dev/null +++ b/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts @@ -0,0 +1 @@ +export default function resolve(input: string, base: string | undefined): string; diff --git a/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts b/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts new file mode 100644 index 0000000..2bfb5dc --- /dev/null +++ b/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts @@ -0,0 +1,2 @@ +import type { SourceMapSegment } from './sourcemap-segment'; +export default function maybeSort(mappings: SourceMapSegment[][], owned: boolean): SourceMapSegment[][]; diff --git a/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts b/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts new file mode 100644 index 0000000..6d70924 --- /dev/null +++ b/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts @@ -0,0 +1,16 @@ +declare type GeneratedColumn = number; +declare type SourcesIndex = number; +declare type SourceLine = number; +declare type SourceColumn = number; +declare type NamesIndex = number; +declare type GeneratedLine = number; +export declare type SourceMapSegment = [GeneratedColumn] | [GeneratedColumn, SourcesIndex, SourceLine, SourceColumn] | [GeneratedColumn, SourcesIndex, SourceLine, SourceColumn, NamesIndex]; +export declare type ReverseSegment = [SourceColumn, GeneratedLine, GeneratedColumn]; +export declare const COLUMN = 0; +export declare const SOURCES_INDEX = 1; +export declare const SOURCE_LINE = 2; +export declare const SOURCE_COLUMN = 3; +export declare const NAMES_INDEX = 4; +export declare const REV_GENERATED_LINE = 1; +export declare const REV_GENERATED_COLUMN = 2; +export {}; diff --git a/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts b/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts new file mode 100644 index 0000000..bead5c1 --- /dev/null +++ b/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts @@ -0,0 +1,4 @@ +/** + * Removes everything after the last "/", but leaves the slash. + */ +export default function stripFilename(path: string | undefined | null): string; diff --git a/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts b/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts new file mode 100644 index 0000000..8cd4574 --- /dev/null +++ b/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts @@ -0,0 +1,70 @@ +import type { SourceMapSegment } from './sourcemap-segment'; +import type { SourceMapV3, DecodedSourceMap, EncodedSourceMap, InvalidOriginalMapping, OriginalMapping, InvalidGeneratedMapping, GeneratedMapping, SourceMapInput, Needle, SourceNeedle, SourceMap, EachMapping } from './types'; +export type { SourceMapSegment } from './sourcemap-segment'; +export type { SourceMapInput, SectionedSourceMapInput, DecodedSourceMap, EncodedSourceMap, SectionedSourceMap, InvalidOriginalMapping, OriginalMapping as Mapping, OriginalMapping, InvalidGeneratedMapping, GeneratedMapping, EachMapping, } from './types'; +export declare const LEAST_UPPER_BOUND = -1; +export declare const GREATEST_LOWER_BOUND = 1; +/** + * Returns the encoded (VLQ string) form of the SourceMap's mappings field. + */ +export declare let encodedMappings: (map: TraceMap) => EncodedSourceMap['mappings']; +/** + * Returns the decoded (array of lines of segments) form of the SourceMap's mappings field. + */ +export declare let decodedMappings: (map: TraceMap) => Readonly; +/** + * A low-level API to find the segment associated with a generated line/column (think, from a + * stack trace). Line and column here are 0-based, unlike `originalPositionFor`. + */ +export declare let traceSegment: (map: TraceMap, line: number, column: number) => Readonly | null; +/** + * A higher-level API to find the source/line/column associated with a generated line/column + * (think, from a stack trace). Line is 1-based, but column is 0-based, due to legacy behavior in + * `source-map` library. + */ +export declare let originalPositionFor: (map: TraceMap, needle: Needle) => OriginalMapping | InvalidOriginalMapping; +/** + * Finds the source/line/column directly after the mapping returned by originalPositionFor, provided + * the found mapping is from the same source and line as the originalPositionFor mapping. + * + * Eg, in the code `let id = 1`, `originalPositionAfter` could find the mapping associated with `1` + * using the same needle that would return `id` when calling `originalPositionFor`. + */ +export declare let generatedPositionFor: (map: TraceMap, needle: SourceNeedle) => GeneratedMapping | InvalidGeneratedMapping; +/** + * Iterates each mapping in generated position order. + */ +export declare let eachMapping: (map: TraceMap, cb: (mapping: EachMapping) => void) => void; +/** + * A helper that skips sorting of the input map's mappings array, which can be expensive for larger + * maps. + */ +export declare let presortedDecodedMap: (map: DecodedSourceMap, mapUrl?: string) => TraceMap; +/** + * Returns a sourcemap object (with decoded mappings) suitable for passing to a library that expects + * a sourcemap, or to JSON.stringify. + */ +export declare let decodedMap: (map: TraceMap) => Omit & { + mappings: readonly SourceMapSegment[][]; +}; +/** + * Returns a sourcemap object (with encoded mappings) suitable for passing to a library that expects + * a sourcemap, or to JSON.stringify. + */ +export declare let encodedMap: (map: TraceMap) => EncodedSourceMap; +export { AnyMap } from './any-map'; +export declare class TraceMap implements SourceMap { + version: SourceMapV3['version']; + file: SourceMapV3['file']; + names: SourceMapV3['names']; + sourceRoot: SourceMapV3['sourceRoot']; + sources: SourceMapV3['sources']; + sourcesContent: SourceMapV3['sourcesContent']; + resolvedSources: string[]; + private _encoded; + private _decoded; + private _decodedMemo; + private _bySources; + private _bySourceMemos; + constructor(map: SourceMapInput, mapUrl?: string | null); +} diff --git a/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts b/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts new file mode 100644 index 0000000..2cc90c0 --- /dev/null +++ b/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts @@ -0,0 +1,85 @@ +import type { SourceMapSegment } from './sourcemap-segment'; +import type { TraceMap } from './trace-mapping'; +export interface SourceMapV3 { + file?: string | null; + names: string[]; + sourceRoot?: string; + sources: (string | null)[]; + sourcesContent?: (string | null)[]; + version: 3; +} +export interface EncodedSourceMap extends SourceMapV3 { + mappings: string; +} +export interface DecodedSourceMap extends SourceMapV3 { + mappings: SourceMapSegment[][]; +} +export interface Section { + offset: { + line: number; + column: number; + }; + map: EncodedSourceMap | DecodedSourceMap | SectionedSourceMap; +} +export interface SectionedSourceMap { + file?: string | null; + sections: Section[]; + version: 3; +} +export declare type OriginalMapping = { + source: string | null; + line: number; + column: number; + name: string | null; +}; +export declare type InvalidOriginalMapping = { + source: null; + line: null; + column: null; + name: null; +}; +export declare type GeneratedMapping = { + line: number; + column: number; +}; +export declare type InvalidGeneratedMapping = { + line: null; + column: null; +}; +export declare type SourceMapInput = string | EncodedSourceMap | DecodedSourceMap | TraceMap; +export declare type SectionedSourceMapInput = SourceMapInput | SectionedSourceMap; +export declare type Needle = { + line: number; + column: number; + bias?: 1 | -1; +}; +export declare type SourceNeedle = { + source: string; + line: number; + column: number; + bias?: 1 | -1; +}; +export declare type EachMapping = { + generatedLine: number; + generatedColumn: number; + source: null; + originalLine: null; + originalColumn: null; + name: null; +} | { + generatedLine: number; + generatedColumn: number; + source: string | null; + originalLine: number; + originalColumn: number; + name: string | null; +}; +export declare abstract class SourceMap { + version: SourceMapV3['version']; + file: SourceMapV3['file']; + names: SourceMapV3['names']; + sourceRoot: SourceMapV3['sourceRoot']; + sources: SourceMapV3['sources']; + sourcesContent: SourceMapV3['sourcesContent']; + resolvedSources: SourceMapV3['sources']; +} diff --git a/node_modules/@jridgewell/trace-mapping/package.json b/node_modules/@jridgewell/trace-mapping/package.json new file mode 100644 index 0000000..a957780 --- /dev/null +++ b/node_modules/@jridgewell/trace-mapping/package.json @@ -0,0 +1,70 @@ +{ + "name": "@jridgewell/trace-mapping", + "version": "0.3.9", + "description": "Trace the original position through a source map", + "keywords": [ + "source", + "map" + ], + "main": "dist/trace-mapping.umd.js", + "module": "dist/trace-mapping.mjs", + "typings": "dist/types/trace-mapping.d.ts", + "files": [ + "dist" + ], + "exports": { + ".": { + "browser": "./dist/trace-mapping.umd.js", + "require": "./dist/trace-mapping.umd.js", + "import": "./dist/trace-mapping.mjs" + }, + "./package.json": "./package.json" + }, + "author": "Justin Ridgewell ", + "repository": { + "type": "git", + "url": "git+https://github.com/jridgewell/trace-mapping.git" + }, + "license": "MIT", + "scripts": { + "benchmark": "run-s build:rollup benchmark:*", + "benchmark:install": "cd benchmark && npm install", + "benchmark:only": "node benchmark/index.mjs", + "build": "run-s -n build:*", + "build:rollup": "rollup -c rollup.config.js", + "build:ts": "tsc --project tsconfig.build.json", + "lint": "run-s -n lint:*", + "lint:prettier": "npm run test:lint:prettier -- --write", + "lint:ts": "npm run test:lint:ts -- --fix", + "prebuild": "rm -rf dist", + "prepublishOnly": "npm run preversion", + "preversion": "run-s test build", + "test": "run-s -n test:lint test:only", + "test:debug": "ava debug", + "test:lint": "run-s -n test:lint:*", + "test:lint:prettier": "prettier --check '{src,test}/**/*.ts' '**/*.md'", + "test:lint:ts": "eslint '{src,test}/**/*.ts'", + "test:only": "c8 ava", + "test:watch": "ava --watch" + }, + "devDependencies": { + "@rollup/plugin-typescript": "8.3.0", + "@typescript-eslint/eslint-plugin": "5.10.0", + "@typescript-eslint/parser": "5.10.0", + "ava": "4.0.1", + "benchmark": "2.1.4", + "c8": "7.11.0", + "esbuild": "0.14.14", + "esbuild-node-loader": "0.6.4", + "eslint": "8.7.0", + "eslint-config-prettier": "8.3.0", + "npm-run-all": "4.1.5", + "prettier": "2.5.1", + "rollup": "2.64.0", + "typescript": "4.5.4" + }, + "dependencies": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } +} diff --git a/node_modules/@tsconfig/node10/LICENSE b/node_modules/@tsconfig/node10/LICENSE new file mode 100644 index 0000000..48ea661 --- /dev/null +++ b/node_modules/@tsconfig/node10/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) Microsoft Corporation. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE diff --git a/node_modules/@tsconfig/node10/README.md b/node_modules/@tsconfig/node10/README.md new file mode 100644 index 0000000..1d7df8a --- /dev/null +++ b/node_modules/@tsconfig/node10/README.md @@ -0,0 +1,38 @@ +### A base TSConfig for working with Node 10. + +Add the package to your `"devDependencies"`: + +```sh +npm install --save-dev @tsconfig/node10 +yarn add --dev @tsconfig/node10 +``` + +Add to your `tsconfig.json`: + +```json +"extends": "@tsconfig/node10/tsconfig.json" +``` + +--- + +The `tsconfig.json`: + +```jsonc +{ + "$schema": "https://www.schemastore.org/tsconfig", + + "compilerOptions": { + "lib": ["es2018"], + "module": "commonjs", + "target": "es2018", + + "strict": true, + "esModuleInterop": true, + "skipLibCheck": true, + "moduleResolution": "node" + } +} + +``` + +You can find the [code here](https://github.com/tsconfig/bases/blob/master/bases/node10.json). diff --git a/node_modules/@tsconfig/node10/package.json b/node_modules/@tsconfig/node10/package.json new file mode 100644 index 0000000..7a7729e --- /dev/null +++ b/node_modules/@tsconfig/node10/package.json @@ -0,0 +1,15 @@ +{ + "name": "@tsconfig/node10", + "repository": { + "type": "git", + "url": "https://github.com/tsconfig/bases.git", + "directory": "bases" + }, + "license": "MIT", + "description": "A base TSConfig for working with Node 10.", + "keywords": [ + "tsconfig", + "node10" + ], + "version": "1.0.12" +} \ No newline at end of file diff --git a/node_modules/@tsconfig/node10/tsconfig.json b/node_modules/@tsconfig/node10/tsconfig.json new file mode 100644 index 0000000..ec3fba3 --- /dev/null +++ b/node_modules/@tsconfig/node10/tsconfig.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://www.schemastore.org/tsconfig", + + "compilerOptions": { + "lib": ["es2018"], + "module": "commonjs", + "target": "es2018", + + "strict": true, + "esModuleInterop": true, + "skipLibCheck": true, + "moduleResolution": "node" + } +} diff --git a/node_modules/@tsconfig/node12/LICENSE b/node_modules/@tsconfig/node12/LICENSE new file mode 100644 index 0000000..48ea661 --- /dev/null +++ b/node_modules/@tsconfig/node12/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) Microsoft Corporation. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE diff --git a/node_modules/@tsconfig/node12/README.md b/node_modules/@tsconfig/node12/README.md new file mode 100644 index 0000000..6352ccd --- /dev/null +++ b/node_modules/@tsconfig/node12/README.md @@ -0,0 +1,40 @@ +### A base TSConfig for working with Node 12. + +Add the package to your `"devDependencies"`: + +```sh +npm install --save-dev @tsconfig/node12 +yarn add --dev @tsconfig/node12 +``` + +Add to your `tsconfig.json`: + +```json +"extends": "@tsconfig/node12/tsconfig.json" +``` + +--- + +The `tsconfig.json`: + +```jsonc +{ + "$schema": "https://json.schemastore.org/tsconfig", + "display": "Node 12", + + "compilerOptions": { + "lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string"], + "module": "commonjs", + "target": "es2019", + + "strict": true, + "esModuleInterop": true, + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true, + "moduleResolution": "node" + } +} + +``` + +You can find the [code here](https://github.com/tsconfig/bases/blob/master/bases/node12.json). diff --git a/node_modules/@tsconfig/node12/package.json b/node_modules/@tsconfig/node12/package.json new file mode 100644 index 0000000..56aad61 --- /dev/null +++ b/node_modules/@tsconfig/node12/package.json @@ -0,0 +1 @@ +{"name":"@tsconfig/node12","repository":{"type":"git","url":"https://github.com/tsconfig/bases.git","directory":"bases"},"license":"MIT","description":"A base TSConfig for working with Node 12.","keywords":["tsconfig","node12"],"version":"1.0.11"} \ No newline at end of file diff --git a/node_modules/@tsconfig/node12/tsconfig.json b/node_modules/@tsconfig/node12/tsconfig.json new file mode 100644 index 0000000..eeaf944 --- /dev/null +++ b/node_modules/@tsconfig/node12/tsconfig.json @@ -0,0 +1,16 @@ +{ + "$schema": "https://json.schemastore.org/tsconfig", + "display": "Node 12", + + "compilerOptions": { + "lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string"], + "module": "commonjs", + "target": "es2019", + + "strict": true, + "esModuleInterop": true, + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true, + "moduleResolution": "node" + } +} diff --git a/node_modules/@tsconfig/node14/LICENSE b/node_modules/@tsconfig/node14/LICENSE new file mode 100644 index 0000000..48ea661 --- /dev/null +++ b/node_modules/@tsconfig/node14/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) Microsoft Corporation. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE diff --git a/node_modules/@tsconfig/node14/README.md b/node_modules/@tsconfig/node14/README.md new file mode 100644 index 0000000..dad7f02 --- /dev/null +++ b/node_modules/@tsconfig/node14/README.md @@ -0,0 +1,40 @@ +### A base TSConfig for working with Node 14. + +Add the package to your `"devDependencies"`: + +```sh +npm install --save-dev @tsconfig/node14 +yarn add --dev @tsconfig/node14 +``` + +Add to your `tsconfig.json`: + +```json +"extends": "@tsconfig/node14/tsconfig.json" +``` + +--- + +The `tsconfig.json`: + +```jsonc +{ + "$schema": "https://json.schemastore.org/tsconfig", + "display": "Node 14", + + "compilerOptions": { + "lib": ["es2020"], + "module": "commonjs", + "target": "es2020", + + "strict": true, + "esModuleInterop": true, + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true, + "moduleResolution": "node" + } +} + +``` + +You can find the [code here](https://github.com/tsconfig/bases/blob/master/bases/node14.json). diff --git a/node_modules/@tsconfig/node14/package.json b/node_modules/@tsconfig/node14/package.json new file mode 100644 index 0000000..742f97b --- /dev/null +++ b/node_modules/@tsconfig/node14/package.json @@ -0,0 +1 @@ +{"name":"@tsconfig/node14","repository":{"type":"git","url":"https://github.com/tsconfig/bases.git","directory":"bases"},"license":"MIT","description":"A base TSConfig for working with Node 14.","keywords":["tsconfig","node14"],"version":"1.0.3"} \ No newline at end of file diff --git a/node_modules/@tsconfig/node14/tsconfig.json b/node_modules/@tsconfig/node14/tsconfig.json new file mode 100644 index 0000000..d1d7551 --- /dev/null +++ b/node_modules/@tsconfig/node14/tsconfig.json @@ -0,0 +1,16 @@ +{ + "$schema": "https://json.schemastore.org/tsconfig", + "display": "Node 14", + + "compilerOptions": { + "lib": ["es2020"], + "module": "commonjs", + "target": "es2020", + + "strict": true, + "esModuleInterop": true, + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true, + "moduleResolution": "node" + } +} diff --git a/node_modules/@tsconfig/node16/LICENSE b/node_modules/@tsconfig/node16/LICENSE new file mode 100644 index 0000000..48ea661 --- /dev/null +++ b/node_modules/@tsconfig/node16/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) Microsoft Corporation. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE diff --git a/node_modules/@tsconfig/node16/README.md b/node_modules/@tsconfig/node16/README.md new file mode 100644 index 0000000..2946b2f --- /dev/null +++ b/node_modules/@tsconfig/node16/README.md @@ -0,0 +1,40 @@ +### A base TSConfig for working with Node 16. + +Add the package to your `"devDependencies"`: + +```sh +npm install --save-dev @tsconfig/node16 +yarn add --dev @tsconfig/node16 +``` + +Add to your `tsconfig.json`: + +```json +"extends": "@tsconfig/node16/tsconfig.json" +``` + +--- + +The `tsconfig.json`: + +```jsonc +{ + "$schema": "https://json.schemastore.org/tsconfig", + "display": "Node 16", + + "compilerOptions": { + "lib": ["es2021"], + "module": "Node16", + "target": "es2021", + + "strict": true, + "esModuleInterop": true, + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true, + "moduleResolution": "node" + } +} + +``` + +You can find the [code here](https://github.com/tsconfig/bases/blob/master/bases/node16.json). diff --git a/node_modules/@tsconfig/node16/package.json b/node_modules/@tsconfig/node16/package.json new file mode 100644 index 0000000..8ccc97f --- /dev/null +++ b/node_modules/@tsconfig/node16/package.json @@ -0,0 +1,15 @@ +{ + "name": "@tsconfig/node16", + "repository": { + "type": "git", + "url": "https://github.com/tsconfig/bases.git", + "directory": "bases" + }, + "license": "MIT", + "description": "A base TSConfig for working with Node 16.", + "keywords": [ + "tsconfig", + "node16" + ], + "version": "1.0.4" +} \ No newline at end of file diff --git a/node_modules/@tsconfig/node16/tsconfig.json b/node_modules/@tsconfig/node16/tsconfig.json new file mode 100644 index 0000000..2671912 --- /dev/null +++ b/node_modules/@tsconfig/node16/tsconfig.json @@ -0,0 +1,16 @@ +{ + "$schema": "https://json.schemastore.org/tsconfig", + "display": "Node 16", + + "compilerOptions": { + "lib": ["es2021"], + "module": "Node16", + "target": "es2021", + + "strict": true, + "esModuleInterop": true, + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true, + "moduleResolution": "node" + } +} diff --git a/node_modules/@types/node/LICENSE b/node_modules/@types/node/LICENSE new file mode 100644 index 0000000..9e841e7 --- /dev/null +++ b/node_modules/@types/node/LICENSE @@ -0,0 +1,21 @@ + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE diff --git a/node_modules/@types/node/README.md b/node_modules/@types/node/README.md new file mode 100644 index 0000000..431cc6b --- /dev/null +++ b/node_modules/@types/node/README.md @@ -0,0 +1,15 @@ +# Installation +> `npm install --save @types/node` + +# Summary +This package contains type definitions for node (https://nodejs.org/). + +# Details +Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v20. + +### Additional Details + * Last updated: Fri, 03 Apr 2026 11:14:41 GMT + * Dependencies: [undici-types](https://npmjs.com/package/undici-types) + +# Credits +These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [Alberto Schiabel](https://github.com/jkomyno), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [David Junger](https://github.com/touffy), [Mohsen Azimi](https://github.com/mohsen1), [Nikita Galkin](https://github.com/galkin), [Sebastian Silbermann](https://github.com/eps1lon), [Wilco Bakker](https://github.com/WilcoBakker), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), [ExE Boss](https://github.com/ExE-Boss), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Anna Henningsen](https://github.com/addaleax), [Victor Perin](https://github.com/victorperin), [NodeJS Contributors](https://github.com/NodeJS), [Linus Unnebäck](https://github.com/LinusU), [wafuwafu13](https://github.com/wafuwafu13), [Matteo Collina](https://github.com/mcollina), and [Dmitry Semigradsky](https://github.com/Semigradsky). diff --git a/node_modules/@types/node/assert.d.ts b/node_modules/@types/node/assert.d.ts new file mode 100644 index 0000000..c32c903 --- /dev/null +++ b/node_modules/@types/node/assert.d.ts @@ -0,0 +1,1062 @@ +/** + * The `node:assert` module provides a set of assertion functions for verifying + * invariants. + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/assert.js) + */ +declare module "assert" { + /** + * An alias of {@link ok}. + * @since v0.5.9 + * @param value The input that is checked for being truthy. + */ + function assert(value: unknown, message?: string | Error): asserts value; + namespace assert { + type AssertMethodNames = + | "deepEqual" + | "deepStrictEqual" + | "doesNotMatch" + | "doesNotReject" + | "doesNotThrow" + | "equal" + | "fail" + | "ifError" + | "match" + | "notDeepEqual" + | "notDeepStrictEqual" + | "notEqual" + | "notStrictEqual" + | "ok" + | "rejects" + | "strictEqual" + | "throws"; + /** + * Indicates the failure of an assertion. All errors thrown by the `node:assert` module will be instances of the `AssertionError` class. + */ + class AssertionError extends Error { + /** + * Set to the `actual` argument for methods such as {@link assert.strictEqual()}. + */ + actual: unknown; + /** + * Set to the `expected` argument for methods such as {@link assert.strictEqual()}. + */ + expected: unknown; + /** + * Set to the passed in operator value. + */ + operator: string; + /** + * Indicates if the message was auto-generated (`true`) or not. + */ + generatedMessage: boolean; + /** + * Value is always `ERR_ASSERTION` to show that the error is an assertion error. + */ + code: "ERR_ASSERTION"; + constructor(options?: { + /** If provided, the error message is set to this value. */ + message?: string | undefined; + /** The `actual` property on the error instance. */ + actual?: unknown | undefined; + /** The `expected` property on the error instance. */ + expected?: unknown | undefined; + /** The `operator` property on the error instance. */ + operator?: string | undefined; + /** If provided, the generated stack trace omits frames before this function. */ + // eslint-disable-next-line @typescript-eslint/no-unsafe-function-type + stackStartFn?: Function | undefined; + }); + } + /** + * This feature is deprecated and will be removed in a future version. + * Please consider using alternatives such as the `mock` helper function. + * @since v14.2.0, v12.19.0 + * @deprecated Deprecated + */ + class CallTracker { + /** + * The wrapper function is expected to be called exactly `exact` times. If the + * function has not been called exactly `exact` times when `tracker.verify()` is called, then `tracker.verify()` will throw an + * error. + * + * ```js + * import assert from 'node:assert'; + * + * // Creates call tracker. + * const tracker = new assert.CallTracker(); + * + * function func() {} + * + * // Returns a function that wraps func() that must be called exact times + * // before tracker.verify(). + * const callsfunc = tracker.calls(func); + * ``` + * @since v14.2.0, v12.19.0 + * @param [fn='A no-op function'] + * @param [exact=1] + * @return A function that wraps `fn`. + */ + calls(exact?: number): () => void; + calls(fn: undefined, exact?: number): () => void; + calls any>(fn: Func, exact?: number): Func; + calls any>(fn?: Func, exact?: number): Func | (() => void); + /** + * Example: + * + * ```js + * import assert from 'node:assert'; + * + * const tracker = new assert.CallTracker(); + * + * function func() {} + * const callsfunc = tracker.calls(func); + * callsfunc(1, 2, 3); + * + * assert.deepStrictEqual(tracker.getCalls(callsfunc), + * [{ thisArg: undefined, arguments: [1, 2, 3] }]); + * ``` + * @since v18.8.0, v16.18.0 + * @return An array with all the calls to a tracked function. + */ + getCalls(fn: Function): CallTrackerCall[]; + /** + * The arrays contains information about the expected and actual number of calls of + * the functions that have not been called the expected number of times. + * + * ```js + * import assert from 'node:assert'; + * + * // Creates call tracker. + * const tracker = new assert.CallTracker(); + * + * function func() {} + * + * // Returns a function that wraps func() that must be called exact times + * // before tracker.verify(). + * const callsfunc = tracker.calls(func, 2); + * + * // Returns an array containing information on callsfunc() + * console.log(tracker.report()); + * // [ + * // { + * // message: 'Expected the func function to be executed 2 time(s) but was + * // executed 0 time(s).', + * // actual: 0, + * // expected: 2, + * // operator: 'func', + * // stack: stack trace + * // } + * // ] + * ``` + * @since v14.2.0, v12.19.0 + * @return An array of objects containing information about the wrapper functions returned by {@link tracker.calls()}. + */ + report(): CallTrackerReportInformation[]; + /** + * Reset calls of the call tracker. If a tracked function is passed as an argument, the calls will be reset for it. + * If no arguments are passed, all tracked functions will be reset. + * + * ```js + * import assert from 'node:assert'; + * + * const tracker = new assert.CallTracker(); + * + * function func() {} + * const callsfunc = tracker.calls(func); + * + * callsfunc(); + * // Tracker was called once + * assert.strictEqual(tracker.getCalls(callsfunc).length, 1); + * + * tracker.reset(callsfunc); + * assert.strictEqual(tracker.getCalls(callsfunc).length, 0); + * ``` + * @since v18.8.0, v16.18.0 + * @param fn a tracked function to reset. + */ + reset(fn?: Function): void; + /** + * Iterates through the list of functions passed to {@link tracker.calls()} and will throw an error for functions that + * have not been called the expected number of times. + * + * ```js + * import assert from 'node:assert'; + * + * // Creates call tracker. + * const tracker = new assert.CallTracker(); + * + * function func() {} + * + * // Returns a function that wraps func() that must be called exact times + * // before tracker.verify(). + * const callsfunc = tracker.calls(func, 2); + * + * callsfunc(); + * + * // Will throw an error since callsfunc() was only called once. + * tracker.verify(); + * ``` + * @since v14.2.0, v12.19.0 + */ + verify(): void; + } + interface CallTrackerCall { + thisArg: object; + arguments: unknown[]; + } + interface CallTrackerReportInformation { + message: string; + /** The actual number of times the function was called. */ + actual: number; + /** The number of times the function was expected to be called. */ + expected: number; + /** The name of the function that is wrapped. */ + operator: string; + /** A stack trace of the function. */ + stack: object; + } + type AssertPredicate = RegExp | (new() => object) | ((thrown: unknown) => boolean) | object | Error; + /** + * Throws an `AssertionError` with the provided error message or a default + * error message. If the `message` parameter is an instance of an `Error` then + * it will be thrown instead of the `AssertionError`. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.fail(); + * // AssertionError [ERR_ASSERTION]: Failed + * + * assert.fail('boom'); + * // AssertionError [ERR_ASSERTION]: boom + * + * assert.fail(new TypeError('need array')); + * // TypeError: need array + * ``` + * + * Using `assert.fail()` with more than two arguments is possible but deprecated. + * See below for further details. + * @since v0.1.21 + * @param [message='Failed'] + */ + function fail(message?: string | Error): never; + /** @deprecated since v10.0.0 - use fail([message]) or other assert functions instead. */ + function fail( + actual: unknown, + expected: unknown, + message?: string | Error, + operator?: string, + // eslint-disable-next-line @typescript-eslint/no-unsafe-function-type + stackStartFn?: Function, + ): never; + /** + * Tests if `value` is truthy. It is equivalent to `assert.equal(!!value, true, message)`. + * + * If `value` is not truthy, an `AssertionError` is thrown with a `message` property set equal to the value of the `message` parameter. If the `message` parameter is `undefined`, a default + * error message is assigned. If the `message` parameter is an instance of an `Error` then it will be thrown instead of the `AssertionError`. + * If no arguments are passed in at all `message` will be set to the string:`` 'No value argument passed to `assert.ok()`' ``. + * + * Be aware that in the `repl` the error message will be different to the one + * thrown in a file! See below for further details. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.ok(true); + * // OK + * assert.ok(1); + * // OK + * + * assert.ok(); + * // AssertionError: No value argument passed to `assert.ok()` + * + * assert.ok(false, 'it\'s false'); + * // AssertionError: it's false + * + * // In the repl: + * assert.ok(typeof 123 === 'string'); + * // AssertionError: false == true + * + * // In a file (e.g. test.js): + * assert.ok(typeof 123 === 'string'); + * // AssertionError: The expression evaluated to a falsy value: + * // + * // assert.ok(typeof 123 === 'string') + * + * assert.ok(false); + * // AssertionError: The expression evaluated to a falsy value: + * // + * // assert.ok(false) + * + * assert.ok(0); + * // AssertionError: The expression evaluated to a falsy value: + * // + * // assert.ok(0) + * ``` + * + * ```js + * import assert from 'node:assert/strict'; + * + * // Using `assert()` works the same: + * assert(0); + * // AssertionError: The expression evaluated to a falsy value: + * // + * // assert(0) + * ``` + * @since v0.1.21 + */ + function ok(value: unknown, message?: string | Error): asserts value; + /** + * **Strict assertion mode** + * + * An alias of {@link strictEqual}. + * + * **Legacy assertion mode** + * + * > Stability: 3 - Legacy: Use {@link strictEqual} instead. + * + * Tests shallow, coercive equality between the `actual` and `expected` parameters + * using the [`==` operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Equality). `NaN` is specially handled + * and treated as being identical if both sides are `NaN`. + * + * ```js + * import assert from 'node:assert'; + * + * assert.equal(1, 1); + * // OK, 1 == 1 + * assert.equal(1, '1'); + * // OK, 1 == '1' + * assert.equal(NaN, NaN); + * // OK + * + * assert.equal(1, 2); + * // AssertionError: 1 == 2 + * assert.equal({ a: { b: 1 } }, { a: { b: 1 } }); + * // AssertionError: { a: { b: 1 } } == { a: { b: 1 } } + * ``` + * + * If the values are not equal, an `AssertionError` is thrown with a `message` property set equal to the value of the `message` parameter. If the `message` parameter is undefined, a default + * error message is assigned. If the `message` parameter is an instance of an `Error` then it will be thrown instead of the `AssertionError`. + * @since v0.1.21 + */ + function equal(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * **Strict assertion mode** + * + * An alias of {@link notStrictEqual}. + * + * **Legacy assertion mode** + * + * > Stability: 3 - Legacy: Use {@link notStrictEqual} instead. + * + * Tests shallow, coercive inequality with the [`!=` operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Inequality). `NaN` is + * specially handled and treated as being identical if both sides are `NaN`. + * + * ```js + * import assert from 'node:assert'; + * + * assert.notEqual(1, 2); + * // OK + * + * assert.notEqual(1, 1); + * // AssertionError: 1 != 1 + * + * assert.notEqual(1, '1'); + * // AssertionError: 1 != '1' + * ``` + * + * If the values are equal, an `AssertionError` is thrown with a `message` property set equal to the value of the `message` parameter. If the `message` parameter is undefined, a default error + * message is assigned. If the `message` parameter is an instance of an `Error` then it will be thrown instead of the `AssertionError`. + * @since v0.1.21 + */ + function notEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * **Strict assertion mode** + * + * An alias of {@link deepStrictEqual}. + * + * **Legacy assertion mode** + * + * > Stability: 3 - Legacy: Use {@link deepStrictEqual} instead. + * + * Tests for deep equality between the `actual` and `expected` parameters. Consider + * using {@link deepStrictEqual} instead. {@link deepEqual} can have + * surprising results. + * + * _Deep equality_ means that the enumerable "own" properties of child objects + * are also recursively evaluated by the following rules. + * @since v0.1.21 + */ + function deepEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * **Strict assertion mode** + * + * An alias of {@link notDeepStrictEqual}. + * + * **Legacy assertion mode** + * + * > Stability: 3 - Legacy: Use {@link notDeepStrictEqual} instead. + * + * Tests for any deep inequality. Opposite of {@link deepEqual}. + * + * ```js + * import assert from 'node:assert'; + * + * const obj1 = { + * a: { + * b: 1, + * }, + * }; + * const obj2 = { + * a: { + * b: 2, + * }, + * }; + * const obj3 = { + * a: { + * b: 1, + * }, + * }; + * const obj4 = { __proto__: obj1 }; + * + * assert.notDeepEqual(obj1, obj1); + * // AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } } + * + * assert.notDeepEqual(obj1, obj2); + * // OK + * + * assert.notDeepEqual(obj1, obj3); + * // AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } } + * + * assert.notDeepEqual(obj1, obj4); + * // OK + * ``` + * + * If the values are deeply equal, an `AssertionError` is thrown with a `message` property set equal to the value of the `message` parameter. If the `message` parameter is undefined, a default + * error message is assigned. If the `message` parameter is an instance of an `Error` then it will be thrown + * instead of the `AssertionError`. + * @since v0.1.21 + */ + function notDeepEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * Tests strict equality between the `actual` and `expected` parameters as + * determined by [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is). + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.strictEqual(1, 2); + * // AssertionError [ERR_ASSERTION]: Expected inputs to be strictly equal: + * // + * // 1 !== 2 + * + * assert.strictEqual(1, 1); + * // OK + * + * assert.strictEqual('Hello foobar', 'Hello World!'); + * // AssertionError [ERR_ASSERTION]: Expected inputs to be strictly equal: + * // + actual - expected + * // + * // + 'Hello foobar' + * // - 'Hello World!' + * // ^ + * + * const apples = 1; + * const oranges = 2; + * assert.strictEqual(apples, oranges, `apples ${apples} !== oranges ${oranges}`); + * // AssertionError [ERR_ASSERTION]: apples 1 !== oranges 2 + * + * assert.strictEqual(1, '1', new TypeError('Inputs are not identical')); + * // TypeError: Inputs are not identical + * ``` + * + * If the values are not strictly equal, an `AssertionError` is thrown with a `message` property set equal to the value of the `message` parameter. If the `message` parameter is undefined, a + * default error message is assigned. If the `message` parameter is an instance of an `Error` then it will be thrown + * instead of the `AssertionError`. + * @since v0.1.21 + */ + function strictEqual(actual: unknown, expected: T, message?: string | Error): asserts actual is T; + /** + * Tests strict inequality between the `actual` and `expected` parameters as + * determined by [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is). + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.notStrictEqual(1, 2); + * // OK + * + * assert.notStrictEqual(1, 1); + * // AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to: + * // + * // 1 + * + * assert.notStrictEqual(1, '1'); + * // OK + * ``` + * + * If the values are strictly equal, an `AssertionError` is thrown with a `message` property set equal to the value of the `message` parameter. If the `message` parameter is undefined, a + * default error message is assigned. If the `message` parameter is an instance of an `Error` then it will be thrown + * instead of the `AssertionError`. + * @since v0.1.21 + */ + function notStrictEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * Tests for deep equality between the `actual` and `expected` parameters. + * "Deep" equality means that the enumerable "own" properties of child objects + * are recursively evaluated also by the following rules. + * @since v1.2.0 + */ + function deepStrictEqual(actual: unknown, expected: T, message?: string | Error): asserts actual is T; + /** + * Tests for deep strict inequality. Opposite of {@link deepStrictEqual}. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.notDeepStrictEqual({ a: 1 }, { a: '1' }); + * // OK + * ``` + * + * If the values are deeply and strictly equal, an `AssertionError` is thrown + * with a `message` property set equal to the value of the `message` parameter. If + * the `message` parameter is undefined, a default error message is assigned. If + * the `message` parameter is an instance of an `Error` then it will be thrown + * instead of the `AssertionError`. + * @since v1.2.0 + */ + function notDeepStrictEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * Expects the function `fn` to throw an error. + * + * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), + * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), a validation function, + * a validation object where each property will be tested for strict deep equality, + * or an instance of error where each property will be tested for strict deep + * equality including the non-enumerable `message` and `name` properties. When + * using an object, it is also possible to use a regular expression, when + * validating against a string property. See below for examples. + * + * If specified, `message` will be appended to the message provided by the `AssertionError` if the `fn` call fails to throw or in case the error validation + * fails. + * + * Custom validation object/error instance: + * + * ```js + * import assert from 'node:assert/strict'; + * + * const err = new TypeError('Wrong value'); + * err.code = 404; + * err.foo = 'bar'; + * err.info = { + * nested: true, + * baz: 'text', + * }; + * err.reg = /abc/i; + * + * assert.throws( + * () => { + * throw err; + * }, + * { + * name: 'TypeError', + * message: 'Wrong value', + * info: { + * nested: true, + * baz: 'text', + * }, + * // Only properties on the validation object will be tested for. + * // Using nested objects requires all properties to be present. Otherwise + * // the validation is going to fail. + * }, + * ); + * + * // Using regular expressions to validate error properties: + * assert.throws( + * () => { + * throw err; + * }, + * { + * // The `name` and `message` properties are strings and using regular + * // expressions on those will match against the string. If they fail, an + * // error is thrown. + * name: /^TypeError$/, + * message: /Wrong/, + * foo: 'bar', + * info: { + * nested: true, + * // It is not possible to use regular expressions for nested properties! + * baz: 'text', + * }, + * // The `reg` property contains a regular expression and only if the + * // validation object contains an identical regular expression, it is going + * // to pass. + * reg: /abc/i, + * }, + * ); + * + * // Fails due to the different `message` and `name` properties: + * assert.throws( + * () => { + * const otherErr = new Error('Not found'); + * // Copy all enumerable properties from `err` to `otherErr`. + * for (const [key, value] of Object.entries(err)) { + * otherErr[key] = value; + * } + * throw otherErr; + * }, + * // The error's `message` and `name` properties will also be checked when using + * // an error as validation object. + * err, + * ); + * ``` + * + * Validate instanceof using constructor: + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.throws( + * () => { + * throw new Error('Wrong value'); + * }, + * Error, + * ); + * ``` + * + * Validate error message using [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions): + * + * Using a regular expression runs `.toString` on the error object, and will + * therefore also include the error name. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.throws( + * () => { + * throw new Error('Wrong value'); + * }, + * /^Error: Wrong value$/, + * ); + * ``` + * + * Custom error validation: + * + * The function must return `true` to indicate all internal validations passed. + * It will otherwise fail with an `AssertionError`. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.throws( + * () => { + * throw new Error('Wrong value'); + * }, + * (err) => { + * assert(err instanceof Error); + * assert(/value/.test(err)); + * // Avoid returning anything from validation functions besides `true`. + * // Otherwise, it's not clear what part of the validation failed. Instead, + * // throw an error about the specific validation that failed (as done in this + * // example) and add as much helpful debugging information to that error as + * // possible. + * return true; + * }, + * 'unexpected error', + * ); + * ``` + * + * `error` cannot be a string. If a string is provided as the second + * argument, then `error` is assumed to be omitted and the string will be used for `message` instead. This can lead to easy-to-miss mistakes. Using the same + * message as the thrown error message is going to result in an `ERR_AMBIGUOUS_ARGUMENT` error. Please read the example below carefully if using + * a string as the second argument gets considered: + * + * ```js + * import assert from 'node:assert/strict'; + * + * function throwingFirst() { + * throw new Error('First'); + * } + * + * function throwingSecond() { + * throw new Error('Second'); + * } + * + * function notThrowing() {} + * + * // The second argument is a string and the input function threw an Error. + * // The first case will not throw as it does not match for the error message + * // thrown by the input function! + * assert.throws(throwingFirst, 'Second'); + * // In the next example the message has no benefit over the message from the + * // error and since it is not clear if the user intended to actually match + * // against the error message, Node.js throws an `ERR_AMBIGUOUS_ARGUMENT` error. + * assert.throws(throwingSecond, 'Second'); + * // TypeError [ERR_AMBIGUOUS_ARGUMENT] + * + * // The string is only used (as message) in case the function does not throw: + * assert.throws(notThrowing, 'Second'); + * // AssertionError [ERR_ASSERTION]: Missing expected exception: Second + * + * // If it was intended to match for the error message do this instead: + * // It does not throw because the error messages match. + * assert.throws(throwingSecond, /Second$/); + * + * // If the error message does not match, an AssertionError is thrown. + * assert.throws(throwingFirst, /Second$/); + * // AssertionError [ERR_ASSERTION] + * ``` + * + * Due to the confusing error-prone notation, avoid a string as the second + * argument. + * @since v0.1.21 + */ + function throws(block: () => unknown, message?: string | Error): void; + function throws(block: () => unknown, error: AssertPredicate, message?: string | Error): void; + /** + * Asserts that the function `fn` does not throw an error. + * + * Using `assert.doesNotThrow()` is actually not useful because there + * is no benefit in catching an error and then rethrowing it. Instead, consider + * adding a comment next to the specific code path that should not throw and keep + * error messages as expressive as possible. + * + * When `assert.doesNotThrow()` is called, it will immediately call the `fn` function. + * + * If an error is thrown and it is the same type as that specified by the `error` parameter, then an `AssertionError` is thrown. If the error is of a + * different type, or if the `error` parameter is undefined, the error is + * propagated back to the caller. + * + * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), + * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), or a validation + * function. See {@link throws} for more details. + * + * The following, for instance, will throw the `TypeError` because there is no + * matching error type in the assertion: + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.doesNotThrow( + * () => { + * throw new TypeError('Wrong value'); + * }, + * SyntaxError, + * ); + * ``` + * + * However, the following will result in an `AssertionError` with the message + * 'Got unwanted exception...': + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.doesNotThrow( + * () => { + * throw new TypeError('Wrong value'); + * }, + * TypeError, + * ); + * ``` + * + * If an `AssertionError` is thrown and a value is provided for the `message` parameter, the value of `message` will be appended to the `AssertionError` message: + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.doesNotThrow( + * () => { + * throw new TypeError('Wrong value'); + * }, + * /Wrong value/, + * 'Whoops', + * ); + * // Throws: AssertionError: Got unwanted exception: Whoops + * ``` + * @since v0.1.21 + */ + function doesNotThrow(block: () => unknown, message?: string | Error): void; + function doesNotThrow(block: () => unknown, error: AssertPredicate, message?: string | Error): void; + /** + * Throws `value` if `value` is not `undefined` or `null`. This is useful when + * testing the `error` argument in callbacks. The stack trace contains all frames + * from the error passed to `ifError()` including the potential new frames for `ifError()` itself. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.ifError(null); + * // OK + * assert.ifError(0); + * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: 0 + * assert.ifError('error'); + * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: 'error' + * assert.ifError(new Error()); + * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Error + * + * // Create some random error frames. + * let err; + * (function errorFrame() { + * err = new Error('test error'); + * })(); + * + * (function ifErrorFrame() { + * assert.ifError(err); + * })(); + * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: test error + * // at ifErrorFrame + * // at errorFrame + * ``` + * @since v0.1.97 + */ + function ifError(value: unknown): asserts value is null | undefined; + /** + * Awaits the `asyncFn` promise or, if `asyncFn` is a function, immediately + * calls the function and awaits the returned promise to complete. It will then + * check that the promise is rejected. + * + * If `asyncFn` is a function and it throws an error synchronously, `assert.rejects()` will return a rejected `Promise` with that error. If the + * function does not return a promise, `assert.rejects()` will return a rejected `Promise` with an [ERR_INVALID_RETURN_VALUE](https://nodejs.org/docs/latest-v20.x/api/errors.html#err_invalid_return_value) + * error. In both cases the error handler is skipped. + * + * Besides the async nature to await the completion behaves identically to {@link throws}. + * + * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), + * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), a validation function, + * an object where each property will be tested for, or an instance of error where + * each property will be tested for including the non-enumerable `message` and `name` properties. + * + * If specified, `message` will be the message provided by the `{@link AssertionError}` if the `asyncFn` fails to reject. + * + * ```js + * import assert from 'node:assert/strict'; + * + * await assert.rejects( + * async () => { + * throw new TypeError('Wrong value'); + * }, + * { + * name: 'TypeError', + * message: 'Wrong value', + * }, + * ); + * ``` + * + * ```js + * import assert from 'node:assert/strict'; + * + * await assert.rejects( + * async () => { + * throw new TypeError('Wrong value'); + * }, + * (err) => { + * assert.strictEqual(err.name, 'TypeError'); + * assert.strictEqual(err.message, 'Wrong value'); + * return true; + * }, + * ); + * ``` + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.rejects( + * Promise.reject(new Error('Wrong value')), + * Error, + * ).then(() => { + * // ... + * }); + * ``` + * + * `error` cannot be a string. If a string is provided as the second argument, then `error` is assumed to + * be omitted and the string will be used for `message` instead. This can lead to easy-to-miss mistakes. Please read the + * example in {@link throws} carefully if using a string as the second argument gets considered. + * @since v10.0.0 + */ + function rejects(block: (() => Promise) | Promise, message?: string | Error): Promise; + function rejects( + block: (() => Promise) | Promise, + error: AssertPredicate, + message?: string | Error, + ): Promise; + /** + * Awaits the `asyncFn` promise or, if `asyncFn` is a function, immediately + * calls the function and awaits the returned promise to complete. It will then + * check that the promise is not rejected. + * + * If `asyncFn` is a function and it throws an error synchronously, `assert.doesNotReject()` will return a rejected `Promise` with that error. If + * the function does not return a promise, `assert.doesNotReject()` will return a + * rejected `Promise` with an [ERR_INVALID_RETURN_VALUE](https://nodejs.org/docs/latest-v20.x/api/errors.html#err_invalid_return_value) error. In both cases + * the error handler is skipped. + * + * Using `assert.doesNotReject()` is actually not useful because there is little + * benefit in catching a rejection and then rejecting it again. Instead, consider + * adding a comment next to the specific code path that should not reject and keep + * error messages as expressive as possible. + * + * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), + * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), or a validation + * function. See {@link throws} for more details. + * + * Besides the async nature to await the completion behaves identically to {@link doesNotThrow}. + * + * ```js + * import assert from 'node:assert/strict'; + * + * await assert.doesNotReject( + * async () => { + * throw new TypeError('Wrong value'); + * }, + * SyntaxError, + * ); + * ``` + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.doesNotReject(Promise.reject(new TypeError('Wrong value'))) + * .then(() => { + * // ... + * }); + * ``` + * @since v10.0.0 + */ + function doesNotReject( + block: (() => Promise) | Promise, + message?: string | Error, + ): Promise; + function doesNotReject( + block: (() => Promise) | Promise, + error: AssertPredicate, + message?: string | Error, + ): Promise; + /** + * Expects the `string` input to match the regular expression. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.match('I will fail', /pass/); + * // AssertionError [ERR_ASSERTION]: The input did not match the regular ... + * + * assert.match(123, /pass/); + * // AssertionError [ERR_ASSERTION]: The "string" argument must be of type string. + * + * assert.match('I will pass', /pass/); + * // OK + * ``` + * + * If the values do not match, or if the `string` argument is of another type than `string`, an `{@link AssertionError}` is thrown with a `message` property set equal + * to the value of the `message` parameter. If the `message` parameter is + * undefined, a default error message is assigned. If the `message` parameter is an + * instance of an [Error](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) then it will be thrown instead of the `{@link AssertionError}`. + * @since v13.6.0, v12.16.0 + */ + function match(value: string, regExp: RegExp, message?: string | Error): void; + /** + * Expects the `string` input not to match the regular expression. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.doesNotMatch('I will fail', /fail/); + * // AssertionError [ERR_ASSERTION]: The input was expected to not match the ... + * + * assert.doesNotMatch(123, /pass/); + * // AssertionError [ERR_ASSERTION]: The "string" argument must be of type string. + * + * assert.doesNotMatch('I will pass', /different/); + * // OK + * ``` + * + * If the values do match, or if the `string` argument is of another type than `string`, an `{@link AssertionError}` is thrown with a `message` property set equal + * to the value of the `message` parameter. If the `message` parameter is + * undefined, a default error message is assigned. If the `message` parameter is an + * instance of an [Error](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) then it will be thrown instead of the `{@link AssertionError}`. + * @since v13.6.0, v12.16.0 + */ + function doesNotMatch(value: string, regExp: RegExp, message?: string | Error): void; + /** + * In strict assertion mode, non-strict methods behave like their corresponding strict methods. For example, + * {@link deepEqual} will behave like {@link deepStrictEqual}. + * + * In strict assertion mode, error messages for objects display a diff. In legacy assertion mode, error + * messages for objects display the objects, often truncated. + * + * To use strict assertion mode: + * + * ```js + * import { strict as assert } from 'node:assert';COPY + * import assert from 'node:assert/strict'; + * ``` + * + * Example error diff: + * + * ```js + * import { strict as assert } from 'node:assert'; + * + * assert.deepEqual([[[1, 2, 3]], 4, 5], [[[1, 2, '3']], 4, 5]); + * // AssertionError: Expected inputs to be strictly deep-equal: + * // + actual - expected ... Lines skipped + * // + * // [ + * // [ + * // ... + * // 2, + * // + 3 + * // - '3' + * // ], + * // ... + * // 5 + * // ] + * ``` + * + * To deactivate the colors, use the `NO_COLOR` or `NODE_DISABLE_COLORS` environment variables. This will also + * deactivate the colors in the REPL. For more on color support in terminal environments, read the tty + * `getColorDepth()` documentation. + * + * @since v15.0.0, v13.9.0, v12.16.2, v9.9.0 + */ + namespace strict { + type AssertionError = assert.AssertionError; + type AssertPredicate = assert.AssertPredicate; + type CallTrackerCall = assert.CallTrackerCall; + type CallTrackerReportInformation = assert.CallTrackerReportInformation; + } + const strict: + & Omit< + typeof assert, + | "equal" + | "notEqual" + | "deepEqual" + | "notDeepEqual" + | "ok" + | "strictEqual" + | "deepStrictEqual" + | "ifError" + | "strict" + | "AssertionError" + > + & { + (value: unknown, message?: string | Error): asserts value; + equal: typeof strictEqual; + notEqual: typeof notStrictEqual; + deepEqual: typeof deepStrictEqual; + notDeepEqual: typeof notDeepStrictEqual; + // Mapped types and assertion functions are incompatible? + // TS2775: Assertions require every name in the call target + // to be declared with an explicit type annotation. + ok: typeof ok; + strictEqual: typeof strictEqual; + deepStrictEqual: typeof deepStrictEqual; + ifError: typeof ifError; + strict: typeof strict; + AssertionError: typeof AssertionError; + }; + } + export = assert; +} +declare module "node:assert" { + import assert = require("assert"); + export = assert; +} diff --git a/node_modules/@types/node/assert/strict.d.ts b/node_modules/@types/node/assert/strict.d.ts new file mode 100644 index 0000000..f333913 --- /dev/null +++ b/node_modules/@types/node/assert/strict.d.ts @@ -0,0 +1,8 @@ +declare module "assert/strict" { + import { strict } from "node:assert"; + export = strict; +} +declare module "node:assert/strict" { + import { strict } from "node:assert"; + export = strict; +} diff --git a/node_modules/@types/node/async_hooks.d.ts b/node_modules/@types/node/async_hooks.d.ts new file mode 100644 index 0000000..fd9d2aa --- /dev/null +++ b/node_modules/@types/node/async_hooks.d.ts @@ -0,0 +1,605 @@ +/** + * We strongly discourage the use of the `async_hooks` API. + * Other APIs that can cover most of its use cases include: + * + * * [`AsyncLocalStorage`](https://nodejs.org/docs/latest-v20.x/api/async_context.html#class-asynclocalstorage) tracks async context + * * [`process.getActiveResourcesInfo()`](https://nodejs.org/docs/latest-v20.x/api/process.html#processgetactiveresourcesinfo) tracks active resources + * + * The `node:async_hooks` module provides an API to track asynchronous resources. + * It can be accessed using: + * + * ```js + * import async_hooks from 'node:async_hooks'; + * ``` + * @experimental + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/async_hooks.js) + */ +declare module "async_hooks" { + /** + * ```js + * import { executionAsyncId } from 'node:async_hooks'; + * import fs from 'node:fs'; + * + * console.log(executionAsyncId()); // 1 - bootstrap + * const path = '.'; + * fs.open(path, 'r', (err, fd) => { + * console.log(executionAsyncId()); // 6 - open() + * }); + * ``` + * + * The ID returned from `executionAsyncId()` is related to execution timing, not + * causality (which is covered by `triggerAsyncId()`): + * + * ```js + * const server = net.createServer((conn) => { + * // Returns the ID of the server, not of the new connection, because the + * // callback runs in the execution scope of the server's MakeCallback(). + * async_hooks.executionAsyncId(); + * + * }).listen(port, () => { + * // Returns the ID of a TickObject (process.nextTick()) because all + * // callbacks passed to .listen() are wrapped in a nextTick(). + * async_hooks.executionAsyncId(); + * }); + * ``` + * + * Promise contexts may not get precise `executionAsyncIds` by default. + * See the section on [promise execution tracking](https://nodejs.org/docs/latest-v20.x/api/async_hooks.html#promise-execution-tracking). + * @since v8.1.0 + * @return The `asyncId` of the current execution context. Useful to track when something calls. + */ + function executionAsyncId(): number; + /** + * Resource objects returned by `executionAsyncResource()` are most often internal + * Node.js handle objects with undocumented APIs. Using any functions or properties + * on the object is likely to crash your application and should be avoided. + * + * Using `executionAsyncResource()` in the top-level execution context will + * return an empty object as there is no handle or request object to use, + * but having an object representing the top-level can be helpful. + * + * ```js + * import { open } from 'node:fs'; + * import { executionAsyncId, executionAsyncResource } from 'node:async_hooks'; + * + * console.log(executionAsyncId(), executionAsyncResource()); // 1 {} + * open(new URL(import.meta.url), 'r', (err, fd) => { + * console.log(executionAsyncId(), executionAsyncResource()); // 7 FSReqWrap + * }); + * ``` + * + * This can be used to implement continuation local storage without the + * use of a tracking `Map` to store the metadata: + * + * ```js + * import { createServer } from 'node:http'; + * import { + * executionAsyncId, + * executionAsyncResource, + * createHook, + * } from 'async_hooks'; + * const sym = Symbol('state'); // Private symbol to avoid pollution + * + * createHook({ + * init(asyncId, type, triggerAsyncId, resource) { + * const cr = executionAsyncResource(); + * if (cr) { + * resource[sym] = cr[sym]; + * } + * }, + * }).enable(); + * + * const server = createServer((req, res) => { + * executionAsyncResource()[sym] = { state: req.url }; + * setTimeout(function() { + * res.end(JSON.stringify(executionAsyncResource()[sym])); + * }, 100); + * }).listen(3000); + * ``` + * @since v13.9.0, v12.17.0 + * @return The resource representing the current execution. Useful to store data within the resource. + */ + function executionAsyncResource(): object; + /** + * ```js + * const server = net.createServer((conn) => { + * // The resource that caused (or triggered) this callback to be called + * // was that of the new connection. Thus the return value of triggerAsyncId() + * // is the asyncId of "conn". + * async_hooks.triggerAsyncId(); + * + * }).listen(port, () => { + * // Even though all callbacks passed to .listen() are wrapped in a nextTick() + * // the callback itself exists because the call to the server's .listen() + * // was made. So the return value would be the ID of the server. + * async_hooks.triggerAsyncId(); + * }); + * ``` + * + * Promise contexts may not get valid `triggerAsyncId`s by default. See + * the section on [promise execution tracking](https://nodejs.org/docs/latest-v20.x/api/async_hooks.html#promise-execution-tracking). + * @return The ID of the resource responsible for calling the callback that is currently being executed. + */ + function triggerAsyncId(): number; + interface HookCallbacks { + /** + * Called when a class is constructed that has the possibility to emit an asynchronous event. + * @param asyncId A unique ID for the async resource + * @param type The type of the async resource + * @param triggerAsyncId The unique ID of the async resource in whose execution context this async resource was created + * @param resource Reference to the resource representing the async operation, needs to be released during destroy + */ + init?(asyncId: number, type: string, triggerAsyncId: number, resource: object): void; + /** + * When an asynchronous operation is initiated or completes a callback is called to notify the user. + * The before callback is called just before said callback is executed. + * @param asyncId the unique identifier assigned to the resource about to execute the callback. + */ + before?(asyncId: number): void; + /** + * Called immediately after the callback specified in `before` is completed. + * + * If an uncaught exception occurs during execution of the callback, then `after` will run after the `'uncaughtException'` event is emitted or a `domain`'s handler runs. + * @param asyncId the unique identifier assigned to the resource which has executed the callback. + */ + after?(asyncId: number): void; + /** + * Called when a promise has resolve() called. This may not be in the same execution id + * as the promise itself. + * @param asyncId the unique id for the promise that was resolve()d. + */ + promiseResolve?(asyncId: number): void; + /** + * Called after the resource corresponding to asyncId is destroyed + * @param asyncId a unique ID for the async resource + */ + destroy?(asyncId: number): void; + } + interface AsyncHook { + /** + * Enable the callbacks for a given AsyncHook instance. If no callbacks are provided enabling is a noop. + */ + enable(): this; + /** + * Disable the callbacks for a given AsyncHook instance from the global pool of AsyncHook callbacks to be executed. Once a hook has been disabled it will not be called again until enabled. + */ + disable(): this; + } + /** + * Registers functions to be called for different lifetime events of each async + * operation. + * + * The callbacks `init()`/`before()`/`after()`/`destroy()` are called for the + * respective asynchronous event during a resource's lifetime. + * + * All callbacks are optional. For example, if only resource cleanup needs to + * be tracked, then only the `destroy` callback needs to be passed. The + * specifics of all functions that can be passed to `callbacks` is in the `Hook Callbacks` section. + * + * ```js + * import { createHook } from 'node:async_hooks'; + * + * const asyncHook = createHook({ + * init(asyncId, type, triggerAsyncId, resource) { }, + * destroy(asyncId) { }, + * }); + * ``` + * + * The callbacks will be inherited via the prototype chain: + * + * ```js + * class MyAsyncCallbacks { + * init(asyncId, type, triggerAsyncId, resource) { } + * destroy(asyncId) {} + * } + * + * class MyAddedCallbacks extends MyAsyncCallbacks { + * before(asyncId) { } + * after(asyncId) { } + * } + * + * const asyncHook = async_hooks.createHook(new MyAddedCallbacks()); + * ``` + * + * Because promises are asynchronous resources whose lifecycle is tracked + * via the async hooks mechanism, the `init()`, `before()`, `after()`, and`destroy()` callbacks _must not_ be async functions that return promises. + * @since v8.1.0 + * @param callbacks The `Hook Callbacks` to register + * @return Instance used for disabling and enabling hooks + */ + function createHook(callbacks: HookCallbacks): AsyncHook; + interface AsyncResourceOptions { + /** + * The ID of the execution context that created this async event. + * @default executionAsyncId() + */ + triggerAsyncId?: number | undefined; + /** + * Disables automatic `emitDestroy` when the object is garbage collected. + * This usually does not need to be set (even if `emitDestroy` is called + * manually), unless the resource's `asyncId` is retrieved and the + * sensitive API's `emitDestroy` is called with it. + * @default false + */ + requireManualDestroy?: boolean | undefined; + } + /** + * The class `AsyncResource` is designed to be extended by the embedder's async + * resources. Using this, users can easily trigger the lifetime events of their + * own resources. + * + * The `init` hook will trigger when an `AsyncResource` is instantiated. + * + * The following is an overview of the `AsyncResource` API. + * + * ```js + * import { AsyncResource, executionAsyncId } from 'node:async_hooks'; + * + * // AsyncResource() is meant to be extended. Instantiating a + * // new AsyncResource() also triggers init. If triggerAsyncId is omitted then + * // async_hook.executionAsyncId() is used. + * const asyncResource = new AsyncResource( + * type, { triggerAsyncId: executionAsyncId(), requireManualDestroy: false }, + * ); + * + * // Run a function in the execution context of the resource. This will + * // * establish the context of the resource + * // * trigger the AsyncHooks before callbacks + * // * call the provided function `fn` with the supplied arguments + * // * trigger the AsyncHooks after callbacks + * // * restore the original execution context + * asyncResource.runInAsyncScope(fn, thisArg, ...args); + * + * // Call AsyncHooks destroy callbacks. + * asyncResource.emitDestroy(); + * + * // Return the unique ID assigned to the AsyncResource instance. + * asyncResource.asyncId(); + * + * // Return the trigger ID for the AsyncResource instance. + * asyncResource.triggerAsyncId(); + * ``` + */ + class AsyncResource { + /** + * AsyncResource() is meant to be extended. Instantiating a + * new AsyncResource() also triggers init. If triggerAsyncId is omitted then + * async_hook.executionAsyncId() is used. + * @param type The type of async event. + * @param triggerAsyncId The ID of the execution context that created + * this async event (default: `executionAsyncId()`), or an + * AsyncResourceOptions object (since v9.3.0) + */ + constructor(type: string, triggerAsyncId?: number | AsyncResourceOptions); + /** + * Binds the given function to the current execution context. + * @since v14.8.0, v12.19.0 + * @param fn The function to bind to the current execution context. + * @param type An optional name to associate with the underlying `AsyncResource`. + */ + static bind any, ThisArg>( + fn: Func, + type?: string, + thisArg?: ThisArg, + ): Func; + /** + * Binds the given function to execute to this `AsyncResource`'s scope. + * @since v14.8.0, v12.19.0 + * @param fn The function to bind to the current `AsyncResource`. + */ + bind any>(fn: Func): Func; + /** + * Call the provided function with the provided arguments in the execution context + * of the async resource. This will establish the context, trigger the AsyncHooks + * before callbacks, call the function, trigger the AsyncHooks after callbacks, and + * then restore the original execution context. + * @since v9.6.0 + * @param fn The function to call in the execution context of this async resource. + * @param thisArg The receiver to be used for the function call. + * @param args Optional arguments to pass to the function. + */ + runInAsyncScope( + fn: (this: This, ...args: any[]) => Result, + thisArg?: This, + ...args: any[] + ): Result; + /** + * Call all `destroy` hooks. This should only ever be called once. An error will + * be thrown if it is called more than once. This **must** be manually called. If + * the resource is left to be collected by the GC then the `destroy` hooks will + * never be called. + * @return A reference to `asyncResource`. + */ + emitDestroy(): this; + /** + * @return The unique `asyncId` assigned to the resource. + */ + asyncId(): number; + /** + * @return The same `triggerAsyncId` that is passed to the `AsyncResource` constructor. + */ + triggerAsyncId(): number; + } + /** + * This class creates stores that stay coherent through asynchronous operations. + * + * While you can create your own implementation on top of the `node:async_hooks` module, `AsyncLocalStorage` should be preferred as it is a performant and memory + * safe implementation that involves significant optimizations that are non-obvious + * to implement. + * + * The following example uses `AsyncLocalStorage` to build a simple logger + * that assigns IDs to incoming HTTP requests and includes them in messages + * logged within each request. + * + * ```js + * import http from 'node:http'; + * import { AsyncLocalStorage } from 'node:async_hooks'; + * + * const asyncLocalStorage = new AsyncLocalStorage(); + * + * function logWithId(msg) { + * const id = asyncLocalStorage.getStore(); + * console.log(`${id !== undefined ? id : '-'}:`, msg); + * } + * + * let idSeq = 0; + * http.createServer((req, res) => { + * asyncLocalStorage.run(idSeq++, () => { + * logWithId('start'); + * // Imagine any chain of async operations here + * setImmediate(() => { + * logWithId('finish'); + * res.end(); + * }); + * }); + * }).listen(8080); + * + * http.get('http://localhost:8080'); + * http.get('http://localhost:8080'); + * // Prints: + * // 0: start + * // 1: start + * // 0: finish + * // 1: finish + * ``` + * + * Each instance of `AsyncLocalStorage` maintains an independent storage context. + * Multiple instances can safely exist simultaneously without risk of interfering + * with each other's data. + * @since v13.10.0, v12.17.0 + */ + class AsyncLocalStorage { + /** + * Binds the given function to the current execution context. + * @since v19.8.0 + * @experimental + * @param fn The function to bind to the current execution context. + * @return A new function that calls `fn` within the captured execution context. + */ + static bind any>(fn: Func): Func; + /** + * Captures the current execution context and returns a function that accepts a + * function as an argument. Whenever the returned function is called, it + * calls the function passed to it within the captured context. + * + * ```js + * const asyncLocalStorage = new AsyncLocalStorage(); + * const runInAsyncScope = asyncLocalStorage.run(123, () => AsyncLocalStorage.snapshot()); + * const result = asyncLocalStorage.run(321, () => runInAsyncScope(() => asyncLocalStorage.getStore())); + * console.log(result); // returns 123 + * ``` + * + * AsyncLocalStorage.snapshot() can replace the use of AsyncResource for simple + * async context tracking purposes, for example: + * + * ```js + * class Foo { + * #runInAsyncScope = AsyncLocalStorage.snapshot(); + * + * get() { return this.#runInAsyncScope(() => asyncLocalStorage.getStore()); } + * } + * + * const foo = asyncLocalStorage.run(123, () => new Foo()); + * console.log(asyncLocalStorage.run(321, () => foo.get())); // returns 123 + * ``` + * @since v19.8.0 + * @experimental + * @return A new function with the signature `(fn: (...args) : R, ...args) : R`. + */ + static snapshot(): (fn: (...args: TArgs) => R, ...args: TArgs) => R; + /** + * Disables the instance of `AsyncLocalStorage`. All subsequent calls + * to `asyncLocalStorage.getStore()` will return `undefined` until `asyncLocalStorage.run()` or `asyncLocalStorage.enterWith()` is called again. + * + * When calling `asyncLocalStorage.disable()`, all current contexts linked to the + * instance will be exited. + * + * Calling `asyncLocalStorage.disable()` is required before the `asyncLocalStorage` can be garbage collected. This does not apply to stores + * provided by the `asyncLocalStorage`, as those objects are garbage collected + * along with the corresponding async resources. + * + * Use this method when the `asyncLocalStorage` is not in use anymore + * in the current process. + * @since v13.10.0, v12.17.0 + * @experimental + */ + disable(): void; + /** + * Returns the current store. + * If called outside of an asynchronous context initialized by + * calling `asyncLocalStorage.run()` or `asyncLocalStorage.enterWith()`, it + * returns `undefined`. + * @since v13.10.0, v12.17.0 + */ + getStore(): T | undefined; + /** + * Runs a function synchronously within a context and returns its + * return value. The store is not accessible outside of the callback function. + * The store is accessible to any asynchronous operations created within the + * callback. + * + * The optional `args` are passed to the callback function. + * + * If the callback function throws an error, the error is thrown by `run()` too. + * The stacktrace is not impacted by this call and the context is exited. + * + * Example: + * + * ```js + * const store = { id: 2 }; + * try { + * asyncLocalStorage.run(store, () => { + * asyncLocalStorage.getStore(); // Returns the store object + * setTimeout(() => { + * asyncLocalStorage.getStore(); // Returns the store object + * }, 200); + * throw new Error(); + * }); + * } catch (e) { + * asyncLocalStorage.getStore(); // Returns undefined + * // The error will be caught here + * } + * ``` + * @since v13.10.0, v12.17.0 + */ + run(store: T, callback: () => R): R; + run(store: T, callback: (...args: TArgs) => R, ...args: TArgs): R; + /** + * Runs a function synchronously outside of a context and returns its + * return value. The store is not accessible within the callback function or + * the asynchronous operations created within the callback. Any `getStore()` call done within the callback function will always return `undefined`. + * + * The optional `args` are passed to the callback function. + * + * If the callback function throws an error, the error is thrown by `exit()` too. + * The stacktrace is not impacted by this call and the context is re-entered. + * + * Example: + * + * ```js + * // Within a call to run + * try { + * asyncLocalStorage.getStore(); // Returns the store object or value + * asyncLocalStorage.exit(() => { + * asyncLocalStorage.getStore(); // Returns undefined + * throw new Error(); + * }); + * } catch (e) { + * asyncLocalStorage.getStore(); // Returns the same object or value + * // The error will be caught here + * } + * ``` + * @since v13.10.0, v12.17.0 + * @experimental + */ + exit(callback: (...args: TArgs) => R, ...args: TArgs): R; + /** + * Transitions into the context for the remainder of the current + * synchronous execution and then persists the store through any following + * asynchronous calls. + * + * Example: + * + * ```js + * const store = { id: 1 }; + * // Replaces previous store with the given store object + * asyncLocalStorage.enterWith(store); + * asyncLocalStorage.getStore(); // Returns the store object + * someAsyncOperation(() => { + * asyncLocalStorage.getStore(); // Returns the same object + * }); + * ``` + * + * This transition will continue for the _entire_ synchronous execution. + * This means that if, for example, the context is entered within an event + * handler subsequent event handlers will also run within that context unless + * specifically bound to another context with an `AsyncResource`. That is why `run()` should be preferred over `enterWith()` unless there are strong reasons + * to use the latter method. + * + * ```js + * const store = { id: 1 }; + * + * emitter.on('my-event', () => { + * asyncLocalStorage.enterWith(store); + * }); + * emitter.on('my-event', () => { + * asyncLocalStorage.getStore(); // Returns the same object + * }); + * + * asyncLocalStorage.getStore(); // Returns undefined + * emitter.emit('my-event'); + * asyncLocalStorage.getStore(); // Returns the same object + * ``` + * @since v13.11.0, v12.17.0 + * @experimental + */ + enterWith(store: T): void; + } + /** + * @since v17.2.0, v16.14.0 + * @return A map of provider types to the corresponding numeric id. + * This map contains all the event types that might be emitted by the `async_hooks.init()` event. + */ + namespace asyncWrapProviders { + const NONE: number; + const DIRHANDLE: number; + const DNSCHANNEL: number; + const ELDHISTOGRAM: number; + const FILEHANDLE: number; + const FILEHANDLECLOSEREQ: number; + const FIXEDSIZEBLOBCOPY: number; + const FSEVENTWRAP: number; + const FSREQCALLBACK: number; + const FSREQPROMISE: number; + const GETADDRINFOREQWRAP: number; + const GETNAMEINFOREQWRAP: number; + const HEAPSNAPSHOT: number; + const HTTP2SESSION: number; + const HTTP2STREAM: number; + const HTTP2PING: number; + const HTTP2SETTINGS: number; + const HTTPINCOMINGMESSAGE: number; + const HTTPCLIENTREQUEST: number; + const JSSTREAM: number; + const JSUDPWRAP: number; + const MESSAGEPORT: number; + const PIPECONNECTWRAP: number; + const PIPESERVERWRAP: number; + const PIPEWRAP: number; + const PROCESSWRAP: number; + const PROMISE: number; + const QUERYWRAP: number; + const SHUTDOWNWRAP: number; + const SIGNALWRAP: number; + const STATWATCHER: number; + const STREAMPIPE: number; + const TCPCONNECTWRAP: number; + const TCPSERVERWRAP: number; + const TCPWRAP: number; + const TTYWRAP: number; + const UDPSENDWRAP: number; + const UDPWRAP: number; + const SIGINTWATCHDOG: number; + const WORKER: number; + const WORKERHEAPSNAPSHOT: number; + const WRITEWRAP: number; + const ZLIB: number; + const CHECKPRIMEREQUEST: number; + const PBKDF2REQUEST: number; + const KEYPAIRGENREQUEST: number; + const KEYGENREQUEST: number; + const KEYEXPORTREQUEST: number; + const CIPHERREQUEST: number; + const DERIVEBITSREQUEST: number; + const HASHREQUEST: number; + const RANDOMBYTESREQUEST: number; + const RANDOMPRIMEREQUEST: number; + const SCRYPTREQUEST: number; + const SIGNREQUEST: number; + const TLSWRAP: number; + const VERIFYREQUEST: number; + } +} +declare module "node:async_hooks" { + export * from "async_hooks"; +} diff --git a/node_modules/@types/node/buffer.buffer.d.ts b/node_modules/@types/node/buffer.buffer.d.ts new file mode 100644 index 0000000..023bb0f --- /dev/null +++ b/node_modules/@types/node/buffer.buffer.d.ts @@ -0,0 +1,471 @@ +declare module "buffer" { + type ImplicitArrayBuffer> = T extends + { valueOf(): infer V extends ArrayBufferLike } ? V : T; + global { + interface BufferConstructor { + // see buffer.d.ts for implementation shared with all TypeScript versions + + /** + * Allocates a new buffer containing the given {str}. + * + * @param str String to store in buffer. + * @param encoding encoding to use, optional. Default is 'utf8' + * @deprecated since v10.0.0 - Use `Buffer.from(string[, encoding])` instead. + */ + new(str: string, encoding?: BufferEncoding): Buffer; + /** + * Allocates a new buffer of {size} octets. + * + * @param size count of octets to allocate. + * @deprecated since v10.0.0 - Use `Buffer.alloc()` instead (also see `Buffer.allocUnsafe()`). + */ + new(size: number): Buffer; + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + * @deprecated since v10.0.0 - Use `Buffer.from(array)` instead. + */ + new(array: ArrayLike): Buffer; + /** + * Produces a Buffer backed by the same allocated memory as + * the given {ArrayBuffer}/{SharedArrayBuffer}. + * + * @param arrayBuffer The ArrayBuffer with which to share memory. + * @deprecated since v10.0.0 - Use `Buffer.from(arrayBuffer[, byteOffset[, length]])` instead. + */ + new(arrayBuffer: TArrayBuffer): Buffer; + /** + * Allocates a new `Buffer` using an `array` of bytes in the range `0` – `255`. + * Array entries outside that range will be truncated to fit into it. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Creates a new Buffer containing the UTF-8 bytes of the string 'buffer'. + * const buf = Buffer.from([0x62, 0x75, 0x66, 0x66, 0x65, 0x72]); + * ``` + * + * If `array` is an `Array`-like object (that is, one with a `length` property of + * type `number`), it is treated as if it is an array, unless it is a `Buffer` or + * a `Uint8Array`. This means all other `TypedArray` variants get treated as an + * `Array`. To create a `Buffer` from the bytes backing a `TypedArray`, use + * `Buffer.copyBytesFrom()`. + * + * A `TypeError` will be thrown if `array` is not an `Array` or another type + * appropriate for `Buffer.from()` variants. + * + * `Buffer.from(array)` and `Buffer.from(string)` may also use the internal + * `Buffer` pool like `Buffer.allocUnsafe()` does. + * @since v5.10.0 + */ + from(array: WithImplicitCoercion>): Buffer; + /** + * This creates a view of the `ArrayBuffer` without copying the underlying + * memory. For example, when passed a reference to the `.buffer` property of a + * `TypedArray` instance, the newly created `Buffer` will share the same + * allocated memory as the `TypedArray`'s underlying `ArrayBuffer`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const arr = new Uint16Array(2); + * + * arr[0] = 5000; + * arr[1] = 4000; + * + * // Shares memory with `arr`. + * const buf = Buffer.from(arr.buffer); + * + * console.log(buf); + * // Prints: + * + * // Changing the original Uint16Array changes the Buffer also. + * arr[1] = 6000; + * + * console.log(buf); + * // Prints: + * ``` + * + * The optional `byteOffset` and `length` arguments specify a memory range within + * the `arrayBuffer` that will be shared by the `Buffer`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const ab = new ArrayBuffer(10); + * const buf = Buffer.from(ab, 0, 2); + * + * console.log(buf.length); + * // Prints: 2 + * ``` + * + * A `TypeError` will be thrown if `arrayBuffer` is not an `ArrayBuffer` or a + * `SharedArrayBuffer` or another type appropriate for `Buffer.from()` + * variants. + * + * It is important to remember that a backing `ArrayBuffer` can cover a range + * of memory that extends beyond the bounds of a `TypedArray` view. A new + * `Buffer` created using the `buffer` property of a `TypedArray` may extend + * beyond the range of the `TypedArray`: + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const arrA = Uint8Array.from([0x63, 0x64, 0x65, 0x66]); // 4 elements + * const arrB = new Uint8Array(arrA.buffer, 1, 2); // 2 elements + * console.log(arrA.buffer === arrB.buffer); // true + * + * const buf = Buffer.from(arrB.buffer); + * console.log(buf); + * // Prints: + * ``` + * @since v5.10.0 + * @param arrayBuffer An `ArrayBuffer`, `SharedArrayBuffer`, for example the + * `.buffer` property of a `TypedArray`. + * @param byteOffset Index of first byte to expose. **Default:** `0`. + * @param length Number of bytes to expose. **Default:** + * `arrayBuffer.byteLength - byteOffset`. + */ + from>( + arrayBuffer: TArrayBuffer, + byteOffset?: number, + length?: number, + ): Buffer>; + /** + * Creates a new `Buffer` containing `string`. The `encoding` parameter identifies + * the character encoding to be used when converting `string` into bytes. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from('this is a tést'); + * const buf2 = Buffer.from('7468697320697320612074c3a97374', 'hex'); + * + * console.log(buf1.toString()); + * // Prints: this is a tést + * console.log(buf2.toString()); + * // Prints: this is a tést + * console.log(buf1.toString('latin1')); + * // Prints: this is a tést + * ``` + * + * A `TypeError` will be thrown if `string` is not a string or another type + * appropriate for `Buffer.from()` variants. + * + * `Buffer.from(string)` may also use the internal `Buffer` pool like + * `Buffer.allocUnsafe()` does. + * @since v5.10.0 + * @param string A string to encode. + * @param encoding The encoding of `string`. **Default:** `'utf8'`. + */ + from(string: WithImplicitCoercion, encoding?: BufferEncoding): Buffer; + from(arrayOrString: WithImplicitCoercion | string>): Buffer; + /** + * Creates a new Buffer using the passed {data} + * @param values to create a new Buffer + */ + of(...items: number[]): Buffer; + /** + * Returns a new `Buffer` which is the result of concatenating all the `Buffer` instances in the `list` together. + * + * If the list has no items, or if the `totalLength` is 0, then a new zero-length `Buffer` is returned. + * + * If `totalLength` is not provided, it is calculated from the `Buffer` instances + * in `list` by adding their lengths. + * + * If `totalLength` is provided, it is coerced to an unsigned integer. If the + * combined length of the `Buffer`s in `list` exceeds `totalLength`, the result is + * truncated to `totalLength`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Create a single `Buffer` from a list of three `Buffer` instances. + * + * const buf1 = Buffer.alloc(10); + * const buf2 = Buffer.alloc(14); + * const buf3 = Buffer.alloc(18); + * const totalLength = buf1.length + buf2.length + buf3.length; + * + * console.log(totalLength); + * // Prints: 42 + * + * const bufA = Buffer.concat([buf1, buf2, buf3], totalLength); + * + * console.log(bufA); + * // Prints: + * console.log(bufA.length); + * // Prints: 42 + * ``` + * + * `Buffer.concat()` may also use the internal `Buffer` pool like `Buffer.allocUnsafe()` does. + * @since v0.7.11 + * @param list List of `Buffer` or {@link Uint8Array} instances to concatenate. + * @param totalLength Total length of the `Buffer` instances in `list` when concatenated. + */ + concat(list: readonly Uint8Array[], totalLength?: number): Buffer; + /** + * Copies the underlying memory of `view` into a new `Buffer`. + * + * ```js + * const u16 = new Uint16Array([0, 0xffff]); + * const buf = Buffer.copyBytesFrom(u16, 1, 1); + * u16[1] = 0; + * console.log(buf.length); // 2 + * console.log(buf[0]); // 255 + * console.log(buf[1]); // 255 + * ``` + * @since v19.8.0 + * @param view The {TypedArray} to copy. + * @param [offset=0] The starting offset within `view`. + * @param [length=view.length - offset] The number of elements from `view` to copy. + */ + copyBytesFrom(view: NodeJS.TypedArray, offset?: number, length?: number): Buffer; + /** + * Allocates a new `Buffer` of `size` bytes. If `fill` is `undefined`, the`Buffer` will be zero-filled. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.alloc(5); + * + * console.log(buf); + * // Prints: + * ``` + * + * If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown. + * + * If `fill` is specified, the allocated `Buffer` will be initialized by calling `buf.fill(fill)`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.alloc(5, 'a'); + * + * console.log(buf); + * // Prints: + * ``` + * + * If both `fill` and `encoding` are specified, the allocated `Buffer` will be + * initialized by calling `buf.fill(fill, encoding)`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.alloc(11, 'aGVsbG8gd29ybGQ=', 'base64'); + * + * console.log(buf); + * // Prints: + * ``` + * + * Calling `Buffer.alloc()` can be measurably slower than the alternative `Buffer.allocUnsafe()` but ensures that the newly created `Buffer` instance + * contents will never contain sensitive data from previous allocations, including + * data that might not have been allocated for `Buffer`s. + * + * A `TypeError` will be thrown if `size` is not a number. + * @since v5.10.0 + * @param size The desired length of the new `Buffer`. + * @param [fill=0] A value to pre-fill the new `Buffer` with. + * @param [encoding='utf8'] If `fill` is a string, this is its encoding. + */ + alloc(size: number, fill?: string | Uint8Array | number, encoding?: BufferEncoding): Buffer; + /** + * Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown. + * + * The underlying memory for `Buffer` instances created in this way is _not_ + * _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `Buffer.alloc()` instead to initialize`Buffer` instances with zeroes. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(10); + * + * console.log(buf); + * // Prints (contents may vary): + * + * buf.fill(0); + * + * console.log(buf); + * // Prints: + * ``` + * + * A `TypeError` will be thrown if `size` is not a number. + * + * The `Buffer` module pre-allocates an internal `Buffer` instance of + * size `Buffer.poolSize` that is used as a pool for the fast allocation of new `Buffer` instances created using `Buffer.allocUnsafe()`, `Buffer.from(array)`, + * and `Buffer.concat()` only when `size` is less than `Buffer.poolSize >>> 1` (floor of `Buffer.poolSize` divided by two). + * + * Use of this pre-allocated internal memory pool is a key difference between + * calling `Buffer.alloc(size, fill)` vs. `Buffer.allocUnsafe(size).fill(fill)`. + * Specifically, `Buffer.alloc(size, fill)` will _never_ use the internal `Buffer`pool, while `Buffer.allocUnsafe(size).fill(fill)`_will_ use the internal`Buffer` pool if `size` is less + * than or equal to half `Buffer.poolSize`. The + * difference is subtle but can be important when an application requires the + * additional performance that `Buffer.allocUnsafe()` provides. + * @since v5.10.0 + * @param size The desired length of the new `Buffer`. + */ + allocUnsafe(size: number): Buffer; + /** + * Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown. A zero-length `Buffer` is created if + * `size` is 0. + * + * The underlying memory for `Buffer` instances created in this way is _not_ + * _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `buf.fill(0)` to initialize + * such `Buffer` instances with zeroes. + * + * When using `Buffer.allocUnsafe()` to allocate new `Buffer` instances, + * allocations under 4 KiB are sliced from a single pre-allocated `Buffer`. This + * allows applications to avoid the garbage collection overhead of creating many + * individually allocated `Buffer` instances. This approach improves both + * performance and memory usage by eliminating the need to track and clean up as + * many individual `ArrayBuffer` objects. + * + * However, in the case where a developer may need to retain a small chunk of + * memory from a pool for an indeterminate amount of time, it may be appropriate + * to create an un-pooled `Buffer` instance using `Buffer.allocUnsafeSlow()` and + * then copying out the relevant bits. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Need to keep around a few small chunks of memory. + * const store = []; + * + * socket.on('readable', () => { + * let data; + * while (null !== (data = readable.read())) { + * // Allocate for retained data. + * const sb = Buffer.allocUnsafeSlow(10); + * + * // Copy the data into the new allocation. + * data.copy(sb, 0, 0, 10); + * + * store.push(sb); + * } + * }); + * ``` + * + * A `TypeError` will be thrown if `size` is not a number. + * @since v5.12.0 + * @param size The desired length of the new `Buffer`. + */ + allocUnsafeSlow(size: number): Buffer; + } + interface Buffer extends Uint8Array { + // see buffer.d.ts for implementation shared with all TypeScript versions + + /** + * Returns a new `Buffer` that references the same memory as the original, but + * offset and cropped by the `start` and `end` indices. + * + * This method is not compatible with the `Uint8Array.prototype.slice()`, + * which is a superclass of `Buffer`. To copy the slice, use`Uint8Array.prototype.slice()`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('buffer'); + * + * const copiedBuf = Uint8Array.prototype.slice.call(buf); + * copiedBuf[0]++; + * console.log(copiedBuf.toString()); + * // Prints: cuffer + * + * console.log(buf.toString()); + * // Prints: buffer + * + * // With buf.slice(), the original buffer is modified. + * const notReallyCopiedBuf = buf.slice(); + * notReallyCopiedBuf[0]++; + * console.log(notReallyCopiedBuf.toString()); + * // Prints: cuffer + * console.log(buf.toString()); + * // Also prints: cuffer (!) + * ``` + * @since v0.3.0 + * @deprecated Use `subarray` instead. + * @param [start=0] Where the new `Buffer` will start. + * @param [end=buf.length] Where the new `Buffer` will end (not inclusive). + */ + slice(start?: number, end?: number): Buffer; + /** + * Returns a new `Buffer` that references the same memory as the original, but + * offset and cropped by the `start` and `end` indices. + * + * Specifying `end` greater than `buf.length` will return the same result as + * that of `end` equal to `buf.length`. + * + * This method is inherited from [`TypedArray.prototype.subarray()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/subarray). + * + * Modifying the new `Buffer` slice will modify the memory in the original `Buffer`because the allocated memory of the two objects overlap. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Create a `Buffer` with the ASCII alphabet, take a slice, and modify one byte + * // from the original `Buffer`. + * + * const buf1 = Buffer.allocUnsafe(26); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf1[i] = i + 97; + * } + * + * const buf2 = buf1.subarray(0, 3); + * + * console.log(buf2.toString('ascii', 0, buf2.length)); + * // Prints: abc + * + * buf1[0] = 33; + * + * console.log(buf2.toString('ascii', 0, buf2.length)); + * // Prints: !bc + * ``` + * + * Specifying negative indexes causes the slice to be generated relative to the + * end of `buf` rather than the beginning. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('buffer'); + * + * console.log(buf.subarray(-6, -1).toString()); + * // Prints: buffe + * // (Equivalent to buf.subarray(0, 5).) + * + * console.log(buf.subarray(-6, -2).toString()); + * // Prints: buff + * // (Equivalent to buf.subarray(0, 4).) + * + * console.log(buf.subarray(-5, -2).toString()); + * // Prints: uff + * // (Equivalent to buf.subarray(1, 4).) + * ``` + * @since v3.0.0 + * @param [start=0] Where the new `Buffer` will start. + * @param [end=buf.length] Where the new `Buffer` will end (not inclusive). + */ + subarray(start?: number, end?: number): Buffer; + } + // TODO: remove globals in future version + /** + * @deprecated This is intended for internal use, and will be removed once `@types/node` no longer supports + * TypeScript versions earlier than 5.7. + */ + type NonSharedBuffer = Buffer; + /** + * @deprecated This is intended for internal use, and will be removed once `@types/node` no longer supports + * TypeScript versions earlier than 5.7. + */ + type AllowSharedBuffer = Buffer; + } + /** @deprecated Use `Buffer.allocUnsafeSlow()` instead. */ + var SlowBuffer: { + /** @deprecated Use `Buffer.allocUnsafeSlow()` instead. */ + new(size: number): Buffer; + prototype: Buffer; + }; +} diff --git a/node_modules/@types/node/buffer.d.ts b/node_modules/@types/node/buffer.d.ts new file mode 100644 index 0000000..7c2e873 --- /dev/null +++ b/node_modules/@types/node/buffer.d.ts @@ -0,0 +1,1936 @@ +// If lib.dom.d.ts or lib.webworker.d.ts is loaded, then use the global types. +// Otherwise, use the types from node. +type _Blob = typeof globalThis extends { onmessage: any; Blob: any } ? {} : import("buffer").Blob; +type _File = typeof globalThis extends { onmessage: any; File: any } ? {} : import("buffer").File; + +/** + * `Buffer` objects are used to represent a fixed-length sequence of bytes. Many + * Node.js APIs support `Buffer`s. + * + * The `Buffer` class is a subclass of JavaScript's [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) class and + * extends it with methods that cover additional use cases. Node.js APIs accept + * plain [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) s wherever `Buffer`s are supported as well. + * + * While the `Buffer` class is available within the global scope, it is still + * recommended to explicitly reference it via an import or require statement. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Creates a zero-filled Buffer of length 10. + * const buf1 = Buffer.alloc(10); + * + * // Creates a Buffer of length 10, + * // filled with bytes which all have the value `1`. + * const buf2 = Buffer.alloc(10, 1); + * + * // Creates an uninitialized buffer of length 10. + * // This is faster than calling Buffer.alloc() but the returned + * // Buffer instance might contain old data that needs to be + * // overwritten using fill(), write(), or other functions that fill the Buffer's + * // contents. + * const buf3 = Buffer.allocUnsafe(10); + * + * // Creates a Buffer containing the bytes [1, 2, 3]. + * const buf4 = Buffer.from([1, 2, 3]); + * + * // Creates a Buffer containing the bytes [1, 1, 1, 1] – the entries + * // are all truncated using `(value & 255)` to fit into the range 0–255. + * const buf5 = Buffer.from([257, 257.5, -255, '1']); + * + * // Creates a Buffer containing the UTF-8-encoded bytes for the string 'tést': + * // [0x74, 0xc3, 0xa9, 0x73, 0x74] (in hexadecimal notation) + * // [116, 195, 169, 115, 116] (in decimal notation) + * const buf6 = Buffer.from('tést'); + * + * // Creates a Buffer containing the Latin-1 bytes [0x74, 0xe9, 0x73, 0x74]. + * const buf7 = Buffer.from('tést', 'latin1'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/buffer.js) + */ +declare module "buffer" { + import { BinaryLike } from "node:crypto"; + import { ReadableStream as WebReadableStream } from "node:stream/web"; + /** + * This function returns `true` if `input` contains only valid UTF-8-encoded data, + * including the case in which `input` is empty. + * + * Throws if the `input` is a detached array buffer. + * @since v19.4.0, v18.14.0 + * @param input The input to validate. + */ + export function isUtf8(input: ArrayBuffer | NodeJS.TypedArray): boolean; + /** + * This function returns `true` if `input` contains only valid ASCII-encoded data, + * including the case in which `input` is empty. + * + * Throws if the `input` is a detached array buffer. + * @since v19.6.0, v18.15.0 + * @param input The input to validate. + */ + export function isAscii(input: ArrayBuffer | NodeJS.TypedArray): boolean; + export let INSPECT_MAX_BYTES: number; + export const kMaxLength: number; + export const kStringMaxLength: number; + export const constants: { + MAX_LENGTH: number; + MAX_STRING_LENGTH: number; + }; + export type TranscodeEncoding = + | "ascii" + | "utf8" + | "utf-8" + | "utf16le" + | "utf-16le" + | "ucs2" + | "ucs-2" + | "latin1" + | "binary"; + /** + * Re-encodes the given `Buffer` or `Uint8Array` instance from one character + * encoding to another. Returns a new `Buffer` instance. + * + * Throws if the `fromEnc` or `toEnc` specify invalid character encodings or if + * conversion from `fromEnc` to `toEnc` is not permitted. + * + * Encodings supported by `buffer.transcode()` are: `'ascii'`, `'utf8'`, `'utf16le'`, `'ucs2'`, `'latin1'`, and `'binary'`. + * + * The transcoding process will use substitution characters if a given byte + * sequence cannot be adequately represented in the target encoding. For instance: + * + * ```js + * import { Buffer, transcode } from 'node:buffer'; + * + * const newBuf = transcode(Buffer.from('€'), 'utf8', 'ascii'); + * console.log(newBuf.toString('ascii')); + * // Prints: '?' + * ``` + * + * Because the Euro (`€`) sign is not representable in US-ASCII, it is replaced + * with `?` in the transcoded `Buffer`. + * @since v7.1.0 + * @param source A `Buffer` or `Uint8Array` instance. + * @param fromEnc The current encoding. + * @param toEnc To target encoding. + */ + export function transcode( + source: Uint8Array, + fromEnc: TranscodeEncoding, + toEnc: TranscodeEncoding, + ): NonSharedBuffer; + /** + * Resolves a `'blob:nodedata:...'` an associated `Blob` object registered using + * a prior call to `URL.createObjectURL()`. + * @since v16.7.0 + * @experimental + * @param id A `'blob:nodedata:...` URL string returned by a prior call to `URL.createObjectURL()`. + */ + export function resolveObjectURL(id: string): Blob | undefined; + export { type AllowSharedBuffer, Buffer, type NonSharedBuffer }; + /** + * @experimental + */ + export interface BlobOptions { + /** + * One of either `'transparent'` or `'native'`. When set to `'native'`, line endings in string source parts + * will be converted to the platform native line-ending as specified by `import { EOL } from 'node:node:os'`. + */ + endings?: "transparent" | "native"; + /** + * The Blob content-type. The intent is for `type` to convey + * the MIME media type of the data, however no validation of the type format + * is performed. + */ + type?: string | undefined; + } + /** + * A [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) encapsulates immutable, raw data that can be safely shared across + * multiple worker threads. + * @since v15.7.0, v14.18.0 + */ + export class Blob { + /** + * The total size of the `Blob` in bytes. + * @since v15.7.0, v14.18.0 + */ + readonly size: number; + /** + * The content-type of the `Blob`. + * @since v15.7.0, v14.18.0 + */ + readonly type: string; + /** + * Creates a new `Blob` object containing a concatenation of the given sources. + * + * {ArrayBuffer}, {TypedArray}, {DataView}, and {Buffer} sources are copied into + * the 'Blob' and can therefore be safely modified after the 'Blob' is created. + * + * String sources are also copied into the `Blob`. + */ + constructor(sources: Array, options?: BlobOptions); + /** + * Returns a promise that fulfills with an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) containing a copy of + * the `Blob` data. + * @since v15.7.0, v14.18.0 + */ + arrayBuffer(): Promise; + /** + * The `blob.bytes()` method returns the byte of the `Blob` object as a `Promise`. + * + * ```js + * const blob = new Blob(['hello']); + * blob.bytes().then((bytes) => { + * console.log(bytes); // Outputs: Uint8Array(5) [ 104, 101, 108, 108, 111 ] + * }); + * ``` + * @since v20.16.0 + */ + bytes(): Promise; + /** + * Creates and returns a new `Blob` containing a subset of this `Blob` objects + * data. The original `Blob` is not altered. + * @since v15.7.0, v14.18.0 + * @param start The starting index. + * @param end The ending index. + * @param type The content-type for the new `Blob` + */ + slice(start?: number, end?: number, type?: string): Blob; + /** + * Returns a promise that fulfills with the contents of the `Blob` decoded as a + * UTF-8 string. + * @since v15.7.0, v14.18.0 + */ + text(): Promise; + /** + * Returns a new `ReadableStream` that allows the content of the `Blob` to be read. + * @since v16.7.0 + */ + stream(): WebReadableStream; + } + export interface FileOptions { + /** + * One of either `'transparent'` or `'native'`. When set to `'native'`, line endings in string source parts will be + * converted to the platform native line-ending as specified by `import { EOL } from 'node:node:os'`. + */ + endings?: "native" | "transparent"; + /** The File content-type. */ + type?: string; + /** The last modified date of the file. `Default`: Date.now(). */ + lastModified?: number; + } + /** + * A [`File`](https://developer.mozilla.org/en-US/docs/Web/API/File) provides information about files. + * @since v19.2.0, v18.13.0 + */ + export class File extends Blob { + constructor(sources: Array, fileName: string, options?: FileOptions); + /** + * The name of the `File`. + * @since v19.2.0, v18.13.0 + */ + readonly name: string; + /** + * The last modified date of the `File`. + * @since v19.2.0, v18.13.0 + */ + readonly lastModified: number; + } + export import atob = globalThis.atob; + export import btoa = globalThis.btoa; + export type WithImplicitCoercion = + | T + | { valueOf(): T } + | (T extends string ? { [Symbol.toPrimitive](hint: "string"): T } : never); + global { + namespace NodeJS { + export { BufferEncoding }; + } + // Buffer class + type BufferEncoding = + | "ascii" + | "utf8" + | "utf-8" + | "utf16le" + | "utf-16le" + | "ucs2" + | "ucs-2" + | "base64" + | "base64url" + | "latin1" + | "binary" + | "hex"; + /** + * Raw data is stored in instances of the Buffer class. + * A Buffer is similar to an array of integers but corresponds to a raw memory allocation outside the V8 heap. A Buffer cannot be resized. + * Valid string encodings: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'base64url'|'binary'(deprecated)|'hex' + */ + interface BufferConstructor { + // see buffer.buffer.d.ts for implementation specific to TypeScript 5.7 and later + // see ts5.6/buffer.buffer.d.ts for implementation specific to TypeScript 5.6 and earlier + + /** + * Returns `true` if `obj` is a `Buffer`, `false` otherwise. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * Buffer.isBuffer(Buffer.alloc(10)); // true + * Buffer.isBuffer(Buffer.from('foo')); // true + * Buffer.isBuffer('a string'); // false + * Buffer.isBuffer([]); // false + * Buffer.isBuffer(new Uint8Array(1024)); // false + * ``` + * @since v0.1.101 + */ + isBuffer(obj: any): obj is Buffer; + /** + * Returns `true` if `encoding` is the name of a supported character encoding, + * or `false` otherwise. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * console.log(Buffer.isEncoding('utf8')); + * // Prints: true + * + * console.log(Buffer.isEncoding('hex')); + * // Prints: true + * + * console.log(Buffer.isEncoding('utf/8')); + * // Prints: false + * + * console.log(Buffer.isEncoding('')); + * // Prints: false + * ``` + * @since v0.9.1 + * @param encoding A character encoding name to check. + */ + isEncoding(encoding: string): encoding is BufferEncoding; + /** + * Returns the byte length of a string when encoded using `encoding`. + * This is not the same as [`String.prototype.length`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/length), which does not account + * for the encoding that is used to convert the string into bytes. + * + * For `'base64'`, `'base64url'`, and `'hex'`, this function assumes valid input. + * For strings that contain non-base64/hex-encoded data (e.g. whitespace), the + * return value might be greater than the length of a `Buffer` created from the + * string. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const str = '\u00bd + \u00bc = \u00be'; + * + * console.log(`${str}: ${str.length} characters, ` + + * `${Buffer.byteLength(str, 'utf8')} bytes`); + * // Prints: ½ + ¼ = ¾: 9 characters, 12 bytes + * ``` + * + * When `string` is a + * `Buffer`/[`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView)/[`TypedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/- + * Reference/Global_Objects/TypedArray)/[`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer)/[`SharedArrayBuffer`](https://develop- + * er.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer), the byte length as reported by `.byteLength`is returned. + * @since v0.1.90 + * @param string A value to calculate the length of. + * @param [encoding='utf8'] If `string` is a string, this is its encoding. + * @return The number of bytes contained within `string`. + */ + byteLength( + string: string | NodeJS.ArrayBufferView | ArrayBufferLike, + encoding?: BufferEncoding, + ): number; + /** + * Compares `buf1` to `buf2`, typically for the purpose of sorting arrays of `Buffer` instances. This is equivalent to calling `buf1.compare(buf2)`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from('1234'); + * const buf2 = Buffer.from('0123'); + * const arr = [buf1, buf2]; + * + * console.log(arr.sort(Buffer.compare)); + * // Prints: [ , ] + * // (This result is equal to: [buf2, buf1].) + * ``` + * @since v0.11.13 + * @return Either `-1`, `0`, or `1`, depending on the result of the comparison. See `compare` for details. + */ + compare(buf1: Uint8Array, buf2: Uint8Array): -1 | 0 | 1; + /** + * This is the size (in bytes) of pre-allocated internal `Buffer` instances used + * for pooling. This value may be modified. + * @since v0.11.3 + */ + poolSize: number; + } + interface Buffer { + // see buffer.buffer.d.ts for implementation specific to TypeScript 5.7 and later + // see ts5.6/buffer.buffer.d.ts for implementation specific to TypeScript 5.6 and earlier + + /** + * Writes `string` to `buf` at `offset` according to the character encoding in`encoding`. The `length` parameter is the number of bytes to write. If `buf` did + * not contain enough space to fit the entire string, only part of `string` will be + * written. However, partially encoded characters will not be written. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.alloc(256); + * + * const len = buf.write('\u00bd + \u00bc = \u00be', 0); + * + * console.log(`${len} bytes: ${buf.toString('utf8', 0, len)}`); + * // Prints: 12 bytes: ½ + ¼ = ¾ + * + * const buffer = Buffer.alloc(10); + * + * const length = buffer.write('abcd', 8); + * + * console.log(`${length} bytes: ${buffer.toString('utf8', 8, 10)}`); + * // Prints: 2 bytes : ab + * ``` + * @since v0.1.90 + * @param string String to write to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write `string`. + * @param [length=buf.length - offset] Maximum number of bytes to write (written bytes will not exceed `buf.length - offset`). + * @param [encoding='utf8'] The character encoding of `string`. + * @return Number of bytes written. + */ + write(string: string, encoding?: BufferEncoding): number; + write(string: string, offset: number, encoding?: BufferEncoding): number; + write(string: string, offset: number, length: number, encoding?: BufferEncoding): number; + /** + * Decodes `buf` to a string according to the specified character encoding in`encoding`. `start` and `end` may be passed to decode only a subset of `buf`. + * + * If `encoding` is `'utf8'` and a byte sequence in the input is not valid UTF-8, + * then each invalid byte is replaced with the replacement character `U+FFFD`. + * + * The maximum length of a string instance (in UTF-16 code units) is available + * as {@link constants.MAX_STRING_LENGTH}. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.allocUnsafe(26); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf1[i] = i + 97; + * } + * + * console.log(buf1.toString('utf8')); + * // Prints: abcdefghijklmnopqrstuvwxyz + * console.log(buf1.toString('utf8', 0, 5)); + * // Prints: abcde + * + * const buf2 = Buffer.from('tést'); + * + * console.log(buf2.toString('hex')); + * // Prints: 74c3a97374 + * console.log(buf2.toString('utf8', 0, 3)); + * // Prints: té + * console.log(buf2.toString(undefined, 0, 3)); + * // Prints: té + * ``` + * @since v0.1.90 + * @param [encoding='utf8'] The character encoding to use. + * @param [start=0] The byte offset to start decoding at. + * @param [end=buf.length] The byte offset to stop decoding at (not inclusive). + */ + toString(encoding?: BufferEncoding, start?: number, end?: number): string; + /** + * Returns a JSON representation of `buf`. [`JSON.stringify()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) implicitly calls + * this function when stringifying a `Buffer` instance. + * + * `Buffer.from()` accepts objects in the format returned from this method. + * In particular, `Buffer.from(buf.toJSON())` works like `Buffer.from(buf)`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5]); + * const json = JSON.stringify(buf); + * + * console.log(json); + * // Prints: {"type":"Buffer","data":[1,2,3,4,5]} + * + * const copy = JSON.parse(json, (key, value) => { + * return value && value.type === 'Buffer' ? + * Buffer.from(value) : + * value; + * }); + * + * console.log(copy); + * // Prints: + * ``` + * @since v0.9.2 + */ + toJSON(): { + type: "Buffer"; + data: number[]; + }; + /** + * Returns `true` if both `buf` and `otherBuffer` have exactly the same bytes,`false` otherwise. Equivalent to `buf.compare(otherBuffer) === 0`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from('ABC'); + * const buf2 = Buffer.from('414243', 'hex'); + * const buf3 = Buffer.from('ABCD'); + * + * console.log(buf1.equals(buf2)); + * // Prints: true + * console.log(buf1.equals(buf3)); + * // Prints: false + * ``` + * @since v0.11.13 + * @param otherBuffer A `Buffer` or {@link Uint8Array} with which to compare `buf`. + */ + equals(otherBuffer: Uint8Array): boolean; + /** + * Compares `buf` with `target` and returns a number indicating whether `buf`comes before, after, or is the same as `target` in sort order. + * Comparison is based on the actual sequence of bytes in each `Buffer`. + * + * * `0` is returned if `target` is the same as `buf` + * * `1` is returned if `target` should come _before_`buf` when sorted. + * * `-1` is returned if `target` should come _after_`buf` when sorted. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from('ABC'); + * const buf2 = Buffer.from('BCD'); + * const buf3 = Buffer.from('ABCD'); + * + * console.log(buf1.compare(buf1)); + * // Prints: 0 + * console.log(buf1.compare(buf2)); + * // Prints: -1 + * console.log(buf1.compare(buf3)); + * // Prints: -1 + * console.log(buf2.compare(buf1)); + * // Prints: 1 + * console.log(buf2.compare(buf3)); + * // Prints: 1 + * console.log([buf1, buf2, buf3].sort(Buffer.compare)); + * // Prints: [ , , ] + * // (This result is equal to: [buf1, buf3, buf2].) + * ``` + * + * The optional `targetStart`, `targetEnd`, `sourceStart`, and `sourceEnd` arguments can be used to limit the comparison to specific ranges within `target` and `buf` respectively. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8, 9]); + * const buf2 = Buffer.from([5, 6, 7, 8, 9, 1, 2, 3, 4]); + * + * console.log(buf1.compare(buf2, 5, 9, 0, 4)); + * // Prints: 0 + * console.log(buf1.compare(buf2, 0, 6, 4)); + * // Prints: -1 + * console.log(buf1.compare(buf2, 5, 6, 5)); + * // Prints: 1 + * ``` + * + * `ERR_OUT_OF_RANGE` is thrown if `targetStart < 0`, `sourceStart < 0`, `targetEnd > target.byteLength`, or `sourceEnd > source.byteLength`. + * @since v0.11.13 + * @param target A `Buffer` or {@link Uint8Array} with which to compare `buf`. + * @param [targetStart=0] The offset within `target` at which to begin comparison. + * @param [targetEnd=target.length] The offset within `target` at which to end comparison (not inclusive). + * @param [sourceStart=0] The offset within `buf` at which to begin comparison. + * @param [sourceEnd=buf.length] The offset within `buf` at which to end comparison (not inclusive). + */ + compare( + target: Uint8Array, + targetStart?: number, + targetEnd?: number, + sourceStart?: number, + sourceEnd?: number, + ): -1 | 0 | 1; + /** + * Copies data from a region of `buf` to a region in `target`, even if the `target`memory region overlaps with `buf`. + * + * [`TypedArray.prototype.set()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set) performs the same operation, and is available + * for all TypedArrays, including Node.js `Buffer`s, although it takes + * different function arguments. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Create two `Buffer` instances. + * const buf1 = Buffer.allocUnsafe(26); + * const buf2 = Buffer.allocUnsafe(26).fill('!'); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf1[i] = i + 97; + * } + * + * // Copy `buf1` bytes 16 through 19 into `buf2` starting at byte 8 of `buf2`. + * buf1.copy(buf2, 8, 16, 20); + * // This is equivalent to: + * // buf2.set(buf1.subarray(16, 20), 8); + * + * console.log(buf2.toString('ascii', 0, 25)); + * // Prints: !!!!!!!!qrst!!!!!!!!!!!!! + * ``` + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Create a `Buffer` and copy data from one region to an overlapping region + * // within the same `Buffer`. + * + * const buf = Buffer.allocUnsafe(26); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf[i] = i + 97; + * } + * + * buf.copy(buf, 0, 4, 10); + * + * console.log(buf.toString()); + * // Prints: efghijghijklmnopqrstuvwxyz + * ``` + * @since v0.1.90 + * @param target A `Buffer` or {@link Uint8Array} to copy into. + * @param [targetStart=0] The offset within `target` at which to begin writing. + * @param [sourceStart=0] The offset within `buf` from which to begin copying. + * @param [sourceEnd=buf.length] The offset within `buf` at which to stop copying (not inclusive). + * @return The number of bytes copied. + */ + copy(target: Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. + * + * `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeBigInt64BE(0x0102030405060708n, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v12.0.0, v10.20.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeBigInt64BE(value: bigint, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. + * + * `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeBigInt64LE(0x0102030405060708n, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v12.0.0, v10.20.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeBigInt64LE(value: bigint, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. + * + * This function is also available under the `writeBigUint64BE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeBigUInt64BE(0xdecafafecacefaden, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v12.0.0, v10.20.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeBigUInt64BE(value: bigint, offset?: number): number; + /** + * @alias Buffer.writeBigUInt64BE + * @since v14.10.0, v12.19.0 + */ + writeBigUint64BE(value: bigint, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeBigUInt64LE(0xdecafafecacefaden, 0); + * + * console.log(buf); + * // Prints: + * ``` + * + * This function is also available under the `writeBigUint64LE` alias. + * @since v12.0.0, v10.20.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeBigUInt64LE(value: bigint, offset?: number): number; + /** + * @alias Buffer.writeBigUInt64LE + * @since v14.10.0, v12.19.0 + */ + writeBigUint64LE(value: bigint, offset?: number): number; + /** + * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as little-endian. Supports up to 48 bits of accuracy. Behavior is undefined + * when `value` is anything other than an unsigned integer. + * + * This function is also available under the `writeUintLE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(6); + * + * buf.writeUIntLE(0x1234567890ab, 0, 6); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. + * @return `offset` plus the number of bytes written. + */ + writeUIntLE(value: number, offset: number, byteLength: number): number; + /** + * @alias Buffer.writeUIntLE + * @since v14.9.0, v12.19.0 + */ + writeUintLE(value: number, offset: number, byteLength: number): number; + /** + * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as big-endian. Supports up to 48 bits of accuracy. Behavior is undefined + * when `value` is anything other than an unsigned integer. + * + * This function is also available under the `writeUintBE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(6); + * + * buf.writeUIntBE(0x1234567890ab, 0, 6); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. + * @return `offset` plus the number of bytes written. + */ + writeUIntBE(value: number, offset: number, byteLength: number): number; + /** + * @alias Buffer.writeUIntBE + * @since v14.9.0, v12.19.0 + */ + writeUintBE(value: number, offset: number, byteLength: number): number; + /** + * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as little-endian. Supports up to 48 bits of accuracy. Behavior is undefined + * when `value` is anything other than a signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(6); + * + * buf.writeIntLE(0x1234567890ab, 0, 6); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. + * @return `offset` plus the number of bytes written. + */ + writeIntLE(value: number, offset: number, byteLength: number): number; + /** + * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as big-endian. Supports up to 48 bits of accuracy. Behavior is undefined when`value` is anything other than a + * signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(6); + * + * buf.writeIntBE(0x1234567890ab, 0, 6); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. + * @return `offset` plus the number of bytes written. + */ + writeIntBE(value: number, offset: number, byteLength: number): number; + /** + * Reads an unsigned, big-endian 64-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readBigUint64BE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]); + * + * console.log(buf.readBigUInt64BE(0)); + * // Prints: 4294967295n + * ``` + * @since v12.0.0, v10.20.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. + */ + readBigUInt64BE(offset?: number): bigint; + /** + * @alias Buffer.readBigUInt64BE + * @since v14.10.0, v12.19.0 + */ + readBigUint64BE(offset?: number): bigint; + /** + * Reads an unsigned, little-endian 64-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readBigUint64LE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]); + * + * console.log(buf.readBigUInt64LE(0)); + * // Prints: 18446744069414584320n + * ``` + * @since v12.0.0, v10.20.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. + */ + readBigUInt64LE(offset?: number): bigint; + /** + * @alias Buffer.readBigUInt64LE + * @since v14.10.0, v12.19.0 + */ + readBigUint64LE(offset?: number): bigint; + /** + * Reads a signed, big-endian 64-bit integer from `buf` at the specified `offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed + * values. + * @since v12.0.0, v10.20.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. + */ + readBigInt64BE(offset?: number): bigint; + /** + * Reads a signed, little-endian 64-bit integer from `buf` at the specified`offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed + * values. + * @since v12.0.0, v10.20.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. + */ + readBigInt64LE(offset?: number): bigint; + /** + * Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as an unsigned, little-endian integer supporting + * up to 48 bits of accuracy. + * + * This function is also available under the `readUintLE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); + * + * console.log(buf.readUIntLE(0, 6).toString(16)); + * // Prints: ab9078563412 + * ``` + * @since v0.11.15 + * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. + */ + readUIntLE(offset: number, byteLength: number): number; + /** + * @alias Buffer.readUIntLE + * @since v14.9.0, v12.19.0 + */ + readUintLE(offset: number, byteLength: number): number; + /** + * Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as an unsigned big-endian integer supporting + * up to 48 bits of accuracy. + * + * This function is also available under the `readUintBE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); + * + * console.log(buf.readUIntBE(0, 6).toString(16)); + * // Prints: 1234567890ab + * console.log(buf.readUIntBE(1, 6).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.11.15 + * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. + */ + readUIntBE(offset: number, byteLength: number): number; + /** + * @alias Buffer.readUIntBE + * @since v14.9.0, v12.19.0 + */ + readUintBE(offset: number, byteLength: number): number; + /** + * Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as a little-endian, two's complement signed value + * supporting up to 48 bits of accuracy. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); + * + * console.log(buf.readIntLE(0, 6).toString(16)); + * // Prints: -546f87a9cbee + * ``` + * @since v0.11.15 + * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. + */ + readIntLE(offset: number, byteLength: number): number; + /** + * Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as a big-endian, two's complement signed value + * supporting up to 48 bits of accuracy. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); + * + * console.log(buf.readIntBE(0, 6).toString(16)); + * // Prints: 1234567890ab + * console.log(buf.readIntBE(1, 6).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * console.log(buf.readIntBE(1, 0).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.11.15 + * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. + */ + readIntBE(offset: number, byteLength: number): number; + /** + * Reads an unsigned 8-bit integer from `buf` at the specified `offset`. + * + * This function is also available under the `readUint8` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([1, -2]); + * + * console.log(buf.readUInt8(0)); + * // Prints: 1 + * console.log(buf.readUInt8(1)); + * // Prints: 254 + * console.log(buf.readUInt8(2)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 1`. + */ + readUInt8(offset?: number): number; + /** + * @alias Buffer.readUInt8 + * @since v14.9.0, v12.19.0 + */ + readUint8(offset?: number): number; + /** + * Reads an unsigned, little-endian 16-bit integer from `buf` at the specified `offset`. + * + * This function is also available under the `readUint16LE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56]); + * + * console.log(buf.readUInt16LE(0).toString(16)); + * // Prints: 3412 + * console.log(buf.readUInt16LE(1).toString(16)); + * // Prints: 5634 + * console.log(buf.readUInt16LE(2).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. + */ + readUInt16LE(offset?: number): number; + /** + * @alias Buffer.readUInt16LE + * @since v14.9.0, v12.19.0 + */ + readUint16LE(offset?: number): number; + /** + * Reads an unsigned, big-endian 16-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readUint16BE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56]); + * + * console.log(buf.readUInt16BE(0).toString(16)); + * // Prints: 1234 + * console.log(buf.readUInt16BE(1).toString(16)); + * // Prints: 3456 + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. + */ + readUInt16BE(offset?: number): number; + /** + * @alias Buffer.readUInt16BE + * @since v14.9.0, v12.19.0 + */ + readUint16BE(offset?: number): number; + /** + * Reads an unsigned, little-endian 32-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readUint32LE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78]); + * + * console.log(buf.readUInt32LE(0).toString(16)); + * // Prints: 78563412 + * console.log(buf.readUInt32LE(1).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readUInt32LE(offset?: number): number; + /** + * @alias Buffer.readUInt32LE + * @since v14.9.0, v12.19.0 + */ + readUint32LE(offset?: number): number; + /** + * Reads an unsigned, big-endian 32-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readUint32BE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78]); + * + * console.log(buf.readUInt32BE(0).toString(16)); + * // Prints: 12345678 + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readUInt32BE(offset?: number): number; + /** + * @alias Buffer.readUInt32BE + * @since v14.9.0, v12.19.0 + */ + readUint32BE(offset?: number): number; + /** + * Reads a signed 8-bit integer from `buf` at the specified `offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([-1, 5]); + * + * console.log(buf.readInt8(0)); + * // Prints: -1 + * console.log(buf.readInt8(1)); + * // Prints: 5 + * console.log(buf.readInt8(2)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 1`. + */ + readInt8(offset?: number): number; + /** + * Reads a signed, little-endian 16-bit integer from `buf` at the specified`offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0, 5]); + * + * console.log(buf.readInt16LE(0)); + * // Prints: 1280 + * console.log(buf.readInt16LE(1)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. + */ + readInt16LE(offset?: number): number; + /** + * Reads a signed, big-endian 16-bit integer from `buf` at the specified `offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0, 5]); + * + * console.log(buf.readInt16BE(0)); + * // Prints: 5 + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. + */ + readInt16BE(offset?: number): number; + /** + * Reads a signed, little-endian 32-bit integer from `buf` at the specified`offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0, 0, 0, 5]); + * + * console.log(buf.readInt32LE(0)); + * // Prints: 83886080 + * console.log(buf.readInt32LE(1)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readInt32LE(offset?: number): number; + /** + * Reads a signed, big-endian 32-bit integer from `buf` at the specified `offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0, 0, 0, 5]); + * + * console.log(buf.readInt32BE(0)); + * // Prints: 5 + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readInt32BE(offset?: number): number; + /** + * Reads a 32-bit, little-endian float from `buf` at the specified `offset`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([1, 2, 3, 4]); + * + * console.log(buf.readFloatLE(0)); + * // Prints: 1.539989614439558e-36 + * console.log(buf.readFloatLE(1)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.11.15 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readFloatLE(offset?: number): number; + /** + * Reads a 32-bit, big-endian float from `buf` at the specified `offset`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([1, 2, 3, 4]); + * + * console.log(buf.readFloatBE(0)); + * // Prints: 2.387939260590663e-38 + * ``` + * @since v0.11.15 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readFloatBE(offset?: number): number; + /** + * Reads a 64-bit, little-endian double from `buf` at the specified `offset`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8]); + * + * console.log(buf.readDoubleLE(0)); + * // Prints: 5.447603722011605e-270 + * console.log(buf.readDoubleLE(1)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.11.15 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 8`. + */ + readDoubleLE(offset?: number): number; + /** + * Reads a 64-bit, big-endian double from `buf` at the specified `offset`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8]); + * + * console.log(buf.readDoubleBE(0)); + * // Prints: 8.20788039913184e-304 + * ``` + * @since v0.11.15 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 8`. + */ + readDoubleBE(offset?: number): number; + reverse(): this; + /** + * Interprets `buf` as an array of unsigned 16-bit integers and swaps the + * byte order _in-place_. Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 2. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]); + * + * console.log(buf1); + * // Prints: + * + * buf1.swap16(); + * + * console.log(buf1); + * // Prints: + * + * const buf2 = Buffer.from([0x1, 0x2, 0x3]); + * + * buf2.swap16(); + * // Throws ERR_INVALID_BUFFER_SIZE. + * ``` + * + * One convenient use of `buf.swap16()` is to perform a fast in-place conversion + * between UTF-16 little-endian and UTF-16 big-endian: + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('This is little-endian UTF-16', 'utf16le'); + * buf.swap16(); // Convert to big-endian UTF-16 text. + * ``` + * @since v5.10.0 + * @return A reference to `buf`. + */ + swap16(): this; + /** + * Interprets `buf` as an array of unsigned 32-bit integers and swaps the + * byte order _in-place_. Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 4. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]); + * + * console.log(buf1); + * // Prints: + * + * buf1.swap32(); + * + * console.log(buf1); + * // Prints: + * + * const buf2 = Buffer.from([0x1, 0x2, 0x3]); + * + * buf2.swap32(); + * // Throws ERR_INVALID_BUFFER_SIZE. + * ``` + * @since v5.10.0 + * @return A reference to `buf`. + */ + swap32(): this; + /** + * Interprets `buf` as an array of 64-bit numbers and swaps byte order _in-place_. + * Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 8. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]); + * + * console.log(buf1); + * // Prints: + * + * buf1.swap64(); + * + * console.log(buf1); + * // Prints: + * + * const buf2 = Buffer.from([0x1, 0x2, 0x3]); + * + * buf2.swap64(); + * // Throws ERR_INVALID_BUFFER_SIZE. + * ``` + * @since v6.3.0 + * @return A reference to `buf`. + */ + swap64(): this; + /** + * Writes `value` to `buf` at the specified `offset`. `value` must be a + * valid unsigned 8-bit integer. Behavior is undefined when `value` is anything + * other than an unsigned 8-bit integer. + * + * This function is also available under the `writeUint8` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt8(0x3, 0); + * buf.writeUInt8(0x4, 1); + * buf.writeUInt8(0x23, 2); + * buf.writeUInt8(0x42, 3); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 1`. + * @return `offset` plus the number of bytes written. + */ + writeUInt8(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt8 + * @since v14.9.0, v12.19.0 + */ + writeUint8(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid unsigned 16-bit integer. Behavior is undefined when `value` is + * anything other than an unsigned 16-bit integer. + * + * This function is also available under the `writeUint16LE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt16LE(0xdead, 0); + * buf.writeUInt16LE(0xbeef, 2); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. + * @return `offset` plus the number of bytes written. + */ + writeUInt16LE(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt16LE + * @since v14.9.0, v12.19.0 + */ + writeUint16LE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid unsigned 16-bit integer. Behavior is undefined when `value`is anything other than an + * unsigned 16-bit integer. + * + * This function is also available under the `writeUint16BE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt16BE(0xdead, 0); + * buf.writeUInt16BE(0xbeef, 2); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. + * @return `offset` plus the number of bytes written. + */ + writeUInt16BE(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt16BE + * @since v14.9.0, v12.19.0 + */ + writeUint16BE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid unsigned 32-bit integer. Behavior is undefined when `value` is + * anything other than an unsigned 32-bit integer. + * + * This function is also available under the `writeUint32LE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt32LE(0xfeedface, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeUInt32LE(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt32LE + * @since v14.9.0, v12.19.0 + */ + writeUint32LE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid unsigned 32-bit integer. Behavior is undefined when `value`is anything other than an + * unsigned 32-bit integer. + * + * This function is also available under the `writeUint32BE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt32BE(0xfeedface, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeUInt32BE(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt32BE + * @since v14.9.0, v12.19.0 + */ + writeUint32BE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset`. `value` must be a valid + * signed 8-bit integer. Behavior is undefined when `value` is anything other than + * a signed 8-bit integer. + * + * `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(2); + * + * buf.writeInt8(2, 0); + * buf.writeInt8(-2, 1); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 1`. + * @return `offset` plus the number of bytes written. + */ + writeInt8(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid signed 16-bit integer. Behavior is undefined when `value` is + * anything other than a signed 16-bit integer. + * + * The `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(2); + * + * buf.writeInt16LE(0x0304, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. + * @return `offset` plus the number of bytes written. + */ + writeInt16LE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid signed 16-bit integer. Behavior is undefined when `value` is + * anything other than a signed 16-bit integer. + * + * The `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(2); + * + * buf.writeInt16BE(0x0102, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. + * @return `offset` plus the number of bytes written. + */ + writeInt16BE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid signed 32-bit integer. Behavior is undefined when `value` is + * anything other than a signed 32-bit integer. + * + * The `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeInt32LE(0x05060708, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeInt32LE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid signed 32-bit integer. Behavior is undefined when `value` is + * anything other than a signed 32-bit integer. + * + * The `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeInt32BE(0x01020304, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeInt32BE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. Behavior is + * undefined when `value` is anything other than a JavaScript number. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeFloatLE(0xcafebabe, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeFloatLE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. Behavior is + * undefined when `value` is anything other than a JavaScript number. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeFloatBE(0xcafebabe, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeFloatBE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a JavaScript number. Behavior is undefined when `value` is anything + * other than a JavaScript number. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeDoubleLE(123.456, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeDoubleLE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a JavaScript number. Behavior is undefined when `value` is anything + * other than a JavaScript number. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeDoubleBE(123.456, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeDoubleBE(value: number, offset?: number): number; + /** + * Fills `buf` with the specified `value`. If the `offset` and `end` are not given, + * the entire `buf` will be filled: + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Fill a `Buffer` with the ASCII character 'h'. + * + * const b = Buffer.allocUnsafe(50).fill('h'); + * + * console.log(b.toString()); + * // Prints: hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh + * + * // Fill a buffer with empty string + * const c = Buffer.allocUnsafe(5).fill(''); + * + * console.log(c.fill('')); + * // Prints: + * ``` + * + * `value` is coerced to a `uint32` value if it is not a string, `Buffer`, or + * integer. If the resulting integer is greater than `255` (decimal), `buf` will be + * filled with `value & 255`. + * + * If the final write of a `fill()` operation falls on a multi-byte character, + * then only the bytes of that character that fit into `buf` are written: + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Fill a `Buffer` with character that takes up two bytes in UTF-8. + * + * console.log(Buffer.allocUnsafe(5).fill('\u0222')); + * // Prints: + * ``` + * + * If `value` contains invalid characters, it is truncated; if no valid + * fill data remains, an exception is thrown: + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(5); + * + * console.log(buf.fill('a')); + * // Prints: + * console.log(buf.fill('aazz', 'hex')); + * // Prints: + * console.log(buf.fill('zz', 'hex')); + * // Throws an exception. + * ``` + * @since v0.5.0 + * @param value The value with which to fill `buf`. Empty value (string, Uint8Array, Buffer) is coerced to `0`. + * @param [offset=0] Number of bytes to skip before starting to fill `buf`. + * @param [end=buf.length] Where to stop filling `buf` (not inclusive). + * @param [encoding='utf8'] The encoding for `value` if `value` is a string. + * @return A reference to `buf`. + */ + fill(value: string | Uint8Array | number, offset?: number, end?: number, encoding?: BufferEncoding): this; + fill(value: string | Uint8Array | number, offset: number, encoding: BufferEncoding): this; + fill(value: string | Uint8Array | number, encoding: BufferEncoding): this; + /** + * If `value` is: + * + * * a string, `value` is interpreted according to the character encoding in `encoding`. + * * a `Buffer` or [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array), `value` will be used in its entirety. + * To compare a partial `Buffer`, use `buf.subarray`. + * * a number, `value` will be interpreted as an unsigned 8-bit integer + * value between `0` and `255`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('this is a buffer'); + * + * console.log(buf.indexOf('this')); + * // Prints: 0 + * console.log(buf.indexOf('is')); + * // Prints: 2 + * console.log(buf.indexOf(Buffer.from('a buffer'))); + * // Prints: 8 + * console.log(buf.indexOf(97)); + * // Prints: 8 (97 is the decimal ASCII value for 'a') + * console.log(buf.indexOf(Buffer.from('a buffer example'))); + * // Prints: -1 + * console.log(buf.indexOf(Buffer.from('a buffer example').slice(0, 8))); + * // Prints: 8 + * + * const utf16Buffer = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'utf16le'); + * + * console.log(utf16Buffer.indexOf('\u03a3', 0, 'utf16le')); + * // Prints: 4 + * console.log(utf16Buffer.indexOf('\u03a3', -4, 'utf16le')); + * // Prints: 6 + * ``` + * + * If `value` is not a string, number, or `Buffer`, this method will throw a `TypeError`. If `value` is a number, it will be coerced to a valid byte value, + * an integer between 0 and 255. + * + * If `byteOffset` is not a number, it will be coerced to a number. If the result + * of coercion is `NaN` or `0`, then the entire buffer will be searched. This + * behavior matches [`String.prototype.indexOf()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/indexOf). + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const b = Buffer.from('abcdef'); + * + * // Passing a value that's a number, but not a valid byte. + * // Prints: 2, equivalent to searching for 99 or 'c'. + * console.log(b.indexOf(99.9)); + * console.log(b.indexOf(256 + 99)); + * + * // Passing a byteOffset that coerces to NaN or 0. + * // Prints: 1, searching the whole buffer. + * console.log(b.indexOf('b', undefined)); + * console.log(b.indexOf('b', {})); + * console.log(b.indexOf('b', null)); + * console.log(b.indexOf('b', [])); + * ``` + * + * If `value` is an empty string or empty `Buffer` and `byteOffset` is less + * than `buf.length`, `byteOffset` will be returned. If `value` is empty and`byteOffset` is at least `buf.length`, `buf.length` will be returned. + * @since v1.5.0 + * @param value What to search for. + * @param [byteOffset=0] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`. + * @param [encoding='utf8'] If `value` is a string, this is the encoding used to determine the binary representation of the string that will be searched for in `buf`. + * @return The index of the first occurrence of `value` in `buf`, or `-1` if `buf` does not contain `value`. + */ + indexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number; + indexOf(value: string | number | Uint8Array, encoding: BufferEncoding): number; + /** + * Identical to `buf.indexOf()`, except the last occurrence of `value` is found + * rather than the first occurrence. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('this buffer is a buffer'); + * + * console.log(buf.lastIndexOf('this')); + * // Prints: 0 + * console.log(buf.lastIndexOf('buffer')); + * // Prints: 17 + * console.log(buf.lastIndexOf(Buffer.from('buffer'))); + * // Prints: 17 + * console.log(buf.lastIndexOf(97)); + * // Prints: 15 (97 is the decimal ASCII value for 'a') + * console.log(buf.lastIndexOf(Buffer.from('yolo'))); + * // Prints: -1 + * console.log(buf.lastIndexOf('buffer', 5)); + * // Prints: 5 + * console.log(buf.lastIndexOf('buffer', 4)); + * // Prints: -1 + * + * const utf16Buffer = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'utf16le'); + * + * console.log(utf16Buffer.lastIndexOf('\u03a3', undefined, 'utf16le')); + * // Prints: 6 + * console.log(utf16Buffer.lastIndexOf('\u03a3', -5, 'utf16le')); + * // Prints: 4 + * ``` + * + * If `value` is not a string, number, or `Buffer`, this method will throw a `TypeError`. If `value` is a number, it will be coerced to a valid byte value, + * an integer between 0 and 255. + * + * If `byteOffset` is not a number, it will be coerced to a number. Any arguments + * that coerce to `NaN`, like `{}` or `undefined`, will search the whole buffer. + * This behavior matches [`String.prototype.lastIndexOf()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/lastIndexOf). + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const b = Buffer.from('abcdef'); + * + * // Passing a value that's a number, but not a valid byte. + * // Prints: 2, equivalent to searching for 99 or 'c'. + * console.log(b.lastIndexOf(99.9)); + * console.log(b.lastIndexOf(256 + 99)); + * + * // Passing a byteOffset that coerces to NaN. + * // Prints: 1, searching the whole buffer. + * console.log(b.lastIndexOf('b', undefined)); + * console.log(b.lastIndexOf('b', {})); + * + * // Passing a byteOffset that coerces to 0. + * // Prints: -1, equivalent to passing 0. + * console.log(b.lastIndexOf('b', null)); + * console.log(b.lastIndexOf('b', [])); + * ``` + * + * If `value` is an empty string or empty `Buffer`, `byteOffset` will be returned. + * @since v6.0.0 + * @param value What to search for. + * @param [byteOffset=buf.length - 1] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`. + * @param [encoding='utf8'] If `value` is a string, this is the encoding used to determine the binary representation of the string that will be searched for in `buf`. + * @return The index of the last occurrence of `value` in `buf`, or `-1` if `buf` does not contain `value`. + */ + lastIndexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number; + lastIndexOf(value: string | number | Uint8Array, encoding: BufferEncoding): number; + /** + * Equivalent to `buf.indexOf() !== -1`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('this is a buffer'); + * + * console.log(buf.includes('this')); + * // Prints: true + * console.log(buf.includes('is')); + * // Prints: true + * console.log(buf.includes(Buffer.from('a buffer'))); + * // Prints: true + * console.log(buf.includes(97)); + * // Prints: true (97 is the decimal ASCII value for 'a') + * console.log(buf.includes(Buffer.from('a buffer example'))); + * // Prints: false + * console.log(buf.includes(Buffer.from('a buffer example').slice(0, 8))); + * // Prints: true + * console.log(buf.includes('this', 4)); + * // Prints: false + * ``` + * @since v5.3.0 + * @param value What to search for. + * @param [byteOffset=0] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`. + * @param [encoding='utf8'] If `value` is a string, this is its encoding. + * @return `true` if `value` was found in `buf`, `false` otherwise. + */ + includes(value: string | number | Buffer, byteOffset?: number, encoding?: BufferEncoding): boolean; + includes(value: string | number | Buffer, encoding: BufferEncoding): boolean; + } + var Buffer: BufferConstructor; + /** + * Decodes a string of Base64-encoded data into bytes, and encodes those bytes + * into a string using Latin-1 (ISO-8859-1). + * + * The `data` may be any JavaScript-value that can be coerced into a string. + * + * **This function is only provided for compatibility with legacy web platform APIs** + * **and should never be used in new code, because they use strings to represent** + * **binary data and predate the introduction of typed arrays in JavaScript.** + * **For code running using Node.js APIs, converting between base64-encoded strings** + * **and binary data should be performed using `Buffer.from(str, 'base64')` and `buf.toString('base64')`.** + * @since v15.13.0, v14.17.0 + * @legacy Use `Buffer.from(data, 'base64')` instead. + * @param data The Base64-encoded input string. + */ + function atob(data: string): string; + /** + * Decodes a string into bytes using Latin-1 (ISO-8859), and encodes those bytes + * into a string using Base64. + * + * The `data` may be any JavaScript-value that can be coerced into a string. + * + * **This function is only provided for compatibility with legacy web platform APIs** + * **and should never be used in new code, because they use strings to represent** + * **binary data and predate the introduction of typed arrays in JavaScript.** + * **For code running using Node.js APIs, converting between base64-encoded strings** + * **and binary data should be performed using `Buffer.from(str, 'base64')` and `buf.toString('base64')`.** + * @since v15.13.0, v14.17.0 + * @legacy Use `buf.toString('base64')` instead. + * @param data An ASCII (Latin1) string. + */ + function btoa(data: string): string; + interface Blob extends _Blob {} + /** + * `Blob` class is a global reference for `import { Blob } from 'node:node:buffer'` + * https://nodejs.org/api/buffer.html#class-blob + * @since v18.0.0 + */ + var Blob: typeof globalThis extends { onmessage: any; Blob: infer T } ? T + : typeof import("buffer").Blob; + interface File extends _File {} + /** + * `File` class is a global reference for `import { File } from 'node:node:buffer'` + * https://nodejs.org/api/buffer.html#class-file + * @since v20.0.0 + */ + var File: typeof globalThis extends { onmessage: any; File: infer T } ? T + : typeof import("buffer").File; + } +} +declare module "node:buffer" { + export * from "buffer"; +} diff --git a/node_modules/@types/node/child_process.d.ts b/node_modules/@types/node/child_process.d.ts new file mode 100644 index 0000000..5089071 --- /dev/null +++ b/node_modules/@types/node/child_process.d.ts @@ -0,0 +1,1475 @@ +/** + * The `node:child_process` module provides the ability to spawn subprocesses in + * a manner that is similar, but not identical, to [`popen(3)`](http://man7.org/linux/man-pages/man3/popen.3.html). This capability + * is primarily provided by the {@link spawn} function: + * + * ```js + * import { spawn } from 'node:child_process'; + * const ls = spawn('ls', ['-lh', '/usr']); + * + * ls.stdout.on('data', (data) => { + * console.log(`stdout: ${data}`); + * }); + * + * ls.stderr.on('data', (data) => { + * console.error(`stderr: ${data}`); + * }); + * + * ls.on('close', (code) => { + * console.log(`child process exited with code ${code}`); + * }); + * ``` + * + * By default, pipes for `stdin`, `stdout`, and `stderr` are established between + * the parent Node.js process and the spawned subprocess. These pipes have + * limited (and platform-specific) capacity. If the subprocess writes to + * stdout in excess of that limit without the output being captured, the + * subprocess blocks waiting for the pipe buffer to accept more data. This is + * identical to the behavior of pipes in the shell. Use the `{ stdio: 'ignore' }` option if the output will not be consumed. + * + * The command lookup is performed using the `options.env.PATH` environment + * variable if `env` is in the `options` object. Otherwise, `process.env.PATH` is + * used. If `options.env` is set without `PATH`, lookup on Unix is performed + * on a default search path search of `/usr/bin:/bin` (see your operating system's + * manual for execvpe/execvp), on Windows the current processes environment + * variable `PATH` is used. + * + * On Windows, environment variables are case-insensitive. Node.js + * lexicographically sorts the `env` keys and uses the first one that + * case-insensitively matches. Only first (in lexicographic order) entry will be + * passed to the subprocess. This might lead to issues on Windows when passing + * objects to the `env` option that have multiple variants of the same key, such as `PATH` and `Path`. + * + * The {@link spawn} method spawns the child process asynchronously, + * without blocking the Node.js event loop. The {@link spawnSync} function provides equivalent functionality in a synchronous manner that blocks + * the event loop until the spawned process either exits or is terminated. + * + * For convenience, the `node:child_process` module provides a handful of + * synchronous and asynchronous alternatives to {@link spawn} and {@link spawnSync}. Each of these alternatives are implemented on + * top of {@link spawn} or {@link spawnSync}. + * + * * {@link exec}: spawns a shell and runs a command within that + * shell, passing the `stdout` and `stderr` to a callback function when + * complete. + * * {@link execFile}: similar to {@link exec} except + * that it spawns the command directly without first spawning a shell by + * default. + * * {@link fork}: spawns a new Node.js process and invokes a + * specified module with an IPC communication channel established that allows + * sending messages between parent and child. + * * {@link execSync}: a synchronous version of {@link exec} that will block the Node.js event loop. + * * {@link execFileSync}: a synchronous version of {@link execFile} that will block the Node.js event loop. + * + * For certain use cases, such as automating shell scripts, the `synchronous counterparts` may be more convenient. In many cases, however, + * the synchronous methods can have significant impact on performance due to + * stalling the event loop while spawned processes complete. + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/child_process.js) + */ +declare module "child_process" { + import { NonSharedBuffer } from "node:buffer"; + import { Abortable, EventEmitter } from "node:events"; + import * as dgram from "node:dgram"; + import * as net from "node:net"; + import { Readable, Stream, Writable } from "node:stream"; + import { URL } from "node:url"; + type Serializable = string | object | number | boolean | bigint; + type SendHandle = net.Socket | net.Server | dgram.Socket | undefined; + /** + * Instances of the `ChildProcess` represent spawned child processes. + * + * Instances of `ChildProcess` are not intended to be created directly. Rather, + * use the {@link spawn}, {@link exec},{@link execFile}, or {@link fork} methods to create + * instances of `ChildProcess`. + * @since v2.2.0 + */ + class ChildProcess extends EventEmitter { + /** + * A `Writable Stream` that represents the child process's `stdin`. + * + * If a child process waits to read all of its input, the child will not continue + * until this stream has been closed via `end()`. + * + * If the child was spawned with `stdio[0]` set to anything other than `'pipe'`, + * then this will be `null`. + * + * `subprocess.stdin` is an alias for `subprocess.stdio[0]`. Both properties will + * refer to the same value. + * + * The `subprocess.stdin` property can be `null` or `undefined` if the child process could not be successfully spawned. + * @since v0.1.90 + */ + stdin: Writable | null; + /** + * A `Readable Stream` that represents the child process's `stdout`. + * + * If the child was spawned with `stdio[1]` set to anything other than `'pipe'`, + * then this will be `null`. + * + * `subprocess.stdout` is an alias for `subprocess.stdio[1]`. Both properties will + * refer to the same value. + * + * ```js + * import { spawn } from 'node:child_process'; + * + * const subprocess = spawn('ls'); + * + * subprocess.stdout.on('data', (data) => { + * console.log(`Received chunk ${data}`); + * }); + * ``` + * + * The `subprocess.stdout` property can be `null` or `undefined` if the child process could not be successfully spawned. + * @since v0.1.90 + */ + stdout: Readable | null; + /** + * A `Readable Stream` that represents the child process's `stderr`. + * + * If the child was spawned with `stdio[2]` set to anything other than `'pipe'`, + * then this will be `null`. + * + * `subprocess.stderr` is an alias for `subprocess.stdio[2]`. Both properties will + * refer to the same value. + * + * The `subprocess.stderr` property can be `null` or `undefined` if the child process could not be successfully spawned. + * @since v0.1.90 + */ + stderr: Readable | null; + /** + * The `subprocess.channel` property is a reference to the child's IPC channel. If + * no IPC channel exists, this property is `undefined`. + * @since v7.1.0 + */ + readonly channel?: Control | null; + /** + * A sparse array of pipes to the child process, corresponding with positions in + * the `stdio` option passed to {@link spawn} that have been set + * to the value `'pipe'`. `subprocess.stdio[0]`, `subprocess.stdio[1]`, and `subprocess.stdio[2]` are also available as `subprocess.stdin`, `subprocess.stdout`, and `subprocess.stderr`, + * respectively. + * + * In the following example, only the child's fd `1` (stdout) is configured as a + * pipe, so only the parent's `subprocess.stdio[1]` is a stream, all other values + * in the array are `null`. + * + * ```js + * import assert from 'node:assert'; + * import fs from 'node:fs'; + * import child_process from 'node:child_process'; + * + * const subprocess = child_process.spawn('ls', { + * stdio: [ + * 0, // Use parent's stdin for child. + * 'pipe', // Pipe child's stdout to parent. + * fs.openSync('err.out', 'w'), // Direct child's stderr to a file. + * ], + * }); + * + * assert.strictEqual(subprocess.stdio[0], null); + * assert.strictEqual(subprocess.stdio[0], subprocess.stdin); + * + * assert(subprocess.stdout); + * assert.strictEqual(subprocess.stdio[1], subprocess.stdout); + * + * assert.strictEqual(subprocess.stdio[2], null); + * assert.strictEqual(subprocess.stdio[2], subprocess.stderr); + * ``` + * + * The `subprocess.stdio` property can be `undefined` if the child process could + * not be successfully spawned. + * @since v0.7.10 + */ + readonly stdio: [ + Writable | null, + // stdin + Readable | null, + // stdout + Readable | null, + // stderr + Readable | Writable | null | undefined, + // extra + Readable | Writable | null | undefined, // extra + ]; + /** + * The `subprocess.killed` property indicates whether the child process + * successfully received a signal from `subprocess.kill()`. The `killed` property + * does not indicate that the child process has been terminated. + * @since v0.5.10 + */ + readonly killed: boolean; + /** + * Returns the process identifier (PID) of the child process. If the child process + * fails to spawn due to errors, then the value is `undefined` and `error` is + * emitted. + * + * ```js + * import { spawn } from 'node:child_process'; + * const grep = spawn('grep', ['ssh']); + * + * console.log(`Spawned child pid: ${grep.pid}`); + * grep.stdin.end(); + * ``` + * @since v0.1.90 + */ + readonly pid?: number | undefined; + /** + * The `subprocess.connected` property indicates whether it is still possible to + * send and receive messages from a child process. When `subprocess.connected` is `false`, it is no longer possible to send or receive messages. + * @since v0.7.2 + */ + readonly connected: boolean; + /** + * The `subprocess.exitCode` property indicates the exit code of the child process. + * If the child process is still running, the field will be `null`. + */ + readonly exitCode: number | null; + /** + * The `subprocess.signalCode` property indicates the signal received by + * the child process if any, else `null`. + */ + readonly signalCode: NodeJS.Signals | null; + /** + * The `subprocess.spawnargs` property represents the full list of command-line + * arguments the child process was launched with. + */ + readonly spawnargs: string[]; + /** + * The `subprocess.spawnfile` property indicates the executable file name of + * the child process that is launched. + * + * For {@link fork}, its value will be equal to `process.execPath`. + * For {@link spawn}, its value will be the name of + * the executable file. + * For {@link exec}, its value will be the name of the shell + * in which the child process is launched. + */ + readonly spawnfile: string; + /** + * The `subprocess.kill()` method sends a signal to the child process. If no + * argument is given, the process will be sent the `'SIGTERM'` signal. See [`signal(7)`](http://man7.org/linux/man-pages/man7/signal.7.html) for a list of available signals. This function + * returns `true` if [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) succeeds, and `false` otherwise. + * + * ```js + * import { spawn } from 'node:child_process'; + * const grep = spawn('grep', ['ssh']); + * + * grep.on('close', (code, signal) => { + * console.log( + * `child process terminated due to receipt of signal ${signal}`); + * }); + * + * // Send SIGHUP to process. + * grep.kill('SIGHUP'); + * ``` + * + * The `ChildProcess` object may emit an `'error'` event if the signal + * cannot be delivered. Sending a signal to a child process that has already exited + * is not an error but may have unforeseen consequences. Specifically, if the + * process identifier (PID) has been reassigned to another process, the signal will + * be delivered to that process instead which can have unexpected results. + * + * While the function is called `kill`, the signal delivered to the child process + * may not actually terminate the process. + * + * See [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) for reference. + * + * On Windows, where POSIX signals do not exist, the `signal` argument will be + * ignored, and the process will be killed forcefully and abruptly (similar to `'SIGKILL'`). + * See `Signal Events` for more details. + * + * On Linux, child processes of child processes will not be terminated + * when attempting to kill their parent. This is likely to happen when running a + * new process in a shell or with the use of the `shell` option of `ChildProcess`: + * + * ```js + * 'use strict'; + * import { spawn } from 'node:child_process'; + * + * const subprocess = spawn( + * 'sh', + * [ + * '-c', + * `node -e "setInterval(() => { + * console.log(process.pid, 'is alive') + * }, 500);"`, + * ], { + * stdio: ['inherit', 'inherit', 'inherit'], + * }, + * ); + * + * setTimeout(() => { + * subprocess.kill(); // Does not terminate the Node.js process in the shell. + * }, 2000); + * ``` + * @since v0.1.90 + */ + kill(signal?: NodeJS.Signals | number): boolean; + /** + * Calls {@link ChildProcess.kill} with `'SIGTERM'`. + * @since v20.5.0 + */ + [Symbol.dispose](): void; + /** + * When an IPC channel has been established between the parent and child ( + * i.e. when using {@link fork}), the `subprocess.send()` method can + * be used to send messages to the child process. When the child process is a + * Node.js instance, these messages can be received via the `'message'` event. + * + * The message goes through serialization and parsing. The resulting + * message might not be the same as what is originally sent. + * + * For example, in the parent script: + * + * ```js + * import cp from 'node:child_process'; + * const n = cp.fork(`${__dirname}/sub.js`); + * + * n.on('message', (m) => { + * console.log('PARENT got message:', m); + * }); + * + * // Causes the child to print: CHILD got message: { hello: 'world' } + * n.send({ hello: 'world' }); + * ``` + * + * And then the child script, `'sub.js'` might look like this: + * + * ```js + * process.on('message', (m) => { + * console.log('CHILD got message:', m); + * }); + * + * // Causes the parent to print: PARENT got message: { foo: 'bar', baz: null } + * process.send({ foo: 'bar', baz: NaN }); + * ``` + * + * Child Node.js processes will have a `process.send()` method of their own + * that allows the child to send messages back to the parent. + * + * There is a special case when sending a `{cmd: 'NODE_foo'}` message. Messages + * containing a `NODE_` prefix in the `cmd` property are reserved for use within + * Node.js core and will not be emitted in the child's `'message'` event. Rather, such messages are emitted using the `'internalMessage'` event and are consumed internally by Node.js. + * Applications should avoid using such messages or listening for `'internalMessage'` events as it is subject to change without notice. + * + * The optional `sendHandle` argument that may be passed to `subprocess.send()` is + * for passing a TCP server or socket object to the child process. The child will + * receive the object as the second argument passed to the callback function + * registered on the `'message'` event. Any data that is received and buffered in + * the socket will not be sent to the child. Sending IPC sockets is not supported on Windows. + * + * The optional `callback` is a function that is invoked after the message is + * sent but before the child may have received it. The function is called with a + * single argument: `null` on success, or an `Error` object on failure. + * + * If no `callback` function is provided and the message cannot be sent, an `'error'` event will be emitted by the `ChildProcess` object. This can + * happen, for instance, when the child process has already exited. + * + * `subprocess.send()` will return `false` if the channel has closed or when the + * backlog of unsent messages exceeds a threshold that makes it unwise to send + * more. Otherwise, the method returns `true`. The `callback` function can be + * used to implement flow control. + * + * #### Example: sending a server object + * + * The `sendHandle` argument can be used, for instance, to pass the handle of + * a TCP server object to the child process as illustrated in the example below: + * + * ```js + * import child_process from 'node:child_process'; + * const subprocess = child_process.fork('subprocess.js'); + * + * // Open up the server object and send the handle. + * import net from 'node:net'; + * const server = net.createServer(); + * server.on('connection', (socket) => { + * socket.end('handled by parent'); + * }); + * server.listen(1337, () => { + * subprocess.send('server', server); + * }); + * ``` + * + * The child would then receive the server object as: + * + * ```js + * process.on('message', (m, server) => { + * if (m === 'server') { + * server.on('connection', (socket) => { + * socket.end('handled by child'); + * }); + * } + * }); + * ``` + * + * Once the server is now shared between the parent and child, some connections + * can be handled by the parent and some by the child. + * + * While the example above uses a server created using the `node:net` module, `node:dgram` module servers use exactly the same workflow with the exceptions of + * listening on a `'message'` event instead of `'connection'` and using `server.bind()` instead of `server.listen()`. This is, however, only + * supported on Unix platforms. + * + * #### Example: sending a socket object + * + * Similarly, the `sendHandler` argument can be used to pass the handle of a + * socket to the child process. The example below spawns two children that each + * handle connections with "normal" or "special" priority: + * + * ```js + * import { fork } from 'node:child_process'; + * const normal = fork('subprocess.js', ['normal']); + * const special = fork('subprocess.js', ['special']); + * + * // Open up the server and send sockets to child. Use pauseOnConnect to prevent + * // the sockets from being read before they are sent to the child process. + * import net from 'node:net'; + * const server = net.createServer({ pauseOnConnect: true }); + * server.on('connection', (socket) => { + * + * // If this is special priority... + * if (socket.remoteAddress === '74.125.127.100') { + * special.send('socket', socket); + * return; + * } + * // This is normal priority. + * normal.send('socket', socket); + * }); + * server.listen(1337); + * ``` + * + * The `subprocess.js` would receive the socket handle as the second argument + * passed to the event callback function: + * + * ```js + * process.on('message', (m, socket) => { + * if (m === 'socket') { + * if (socket) { + * // Check that the client socket exists. + * // It is possible for the socket to be closed between the time it is + * // sent and the time it is received in the child process. + * socket.end(`Request handled with ${process.argv[2]} priority`); + * } + * } + * }); + * ``` + * + * Do not use `.maxConnections` on a socket that has been passed to a subprocess. + * The parent cannot track when the socket is destroyed. + * + * Any `'message'` handlers in the subprocess should verify that `socket` exists, + * as the connection may have been closed during the time it takes to send the + * connection to the child. + * @since v0.5.9 + * @param sendHandle `undefined`, or a [`net.Socket`](https://nodejs.org/docs/latest-v20.x/api/net.html#class-netsocket), [`net.Server`](https://nodejs.org/docs/latest-v20.x/api/net.html#class-netserver), or [`dgram.Socket`](https://nodejs.org/docs/latest-v20.x/api/dgram.html#class-dgramsocket) object. + * @param options The `options` argument, if present, is an object used to parameterize the sending of certain types of handles. `options` supports the following properties: + */ + send(message: Serializable, callback?: (error: Error | null) => void): boolean; + send(message: Serializable, sendHandle?: SendHandle, callback?: (error: Error | null) => void): boolean; + send( + message: Serializable, + sendHandle?: SendHandle, + options?: MessageOptions, + callback?: (error: Error | null) => void, + ): boolean; + /** + * Closes the IPC channel between parent and child, allowing the child to exit + * gracefully once there are no other connections keeping it alive. After calling + * this method the `subprocess.connected` and `process.connected` properties in + * both the parent and child (respectively) will be set to `false`, and it will be + * no longer possible to pass messages between the processes. + * + * The `'disconnect'` event will be emitted when there are no messages in the + * process of being received. This will most often be triggered immediately after + * calling `subprocess.disconnect()`. + * + * When the child process is a Node.js instance (e.g. spawned using {@link fork}), the `process.disconnect()` method can be invoked + * within the child process to close the IPC channel as well. + * @since v0.7.2 + */ + disconnect(): void; + /** + * By default, the parent will wait for the detached child to exit. To prevent the + * parent from waiting for a given `subprocess` to exit, use the `subprocess.unref()` method. Doing so will cause the parent's event loop to not + * include the child in its reference count, allowing the parent to exit + * independently of the child, unless there is an established IPC channel between + * the child and the parent. + * + * ```js + * import { spawn } from 'node:child_process'; + * + * const subprocess = spawn(process.argv[0], ['child_program.js'], { + * detached: true, + * stdio: 'ignore', + * }); + * + * subprocess.unref(); + * ``` + * @since v0.7.10 + */ + unref(): void; + /** + * Calling `subprocess.ref()` after making a call to `subprocess.unref()` will + * restore the removed reference count for the child process, forcing the parent + * to wait for the child to exit before exiting itself. + * + * ```js + * import { spawn } from 'node:child_process'; + * + * const subprocess = spawn(process.argv[0], ['child_program.js'], { + * detached: true, + * stdio: 'ignore', + * }); + * + * subprocess.unref(); + * subprocess.ref(); + * ``` + * @since v0.7.10 + */ + ref(): void; + /** + * events.EventEmitter + * 1. close + * 2. disconnect + * 3. error + * 4. exit + * 5. message + * 6. spawn + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + addListener(event: "disconnect", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "exit", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + addListener(event: "message", listener: (message: Serializable, sendHandle: SendHandle) => void): this; + addListener(event: "spawn", listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close", code: number | null, signal: NodeJS.Signals | null): boolean; + emit(event: "disconnect"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "exit", code: number | null, signal: NodeJS.Signals | null): boolean; + emit(event: "message", message: Serializable, sendHandle: SendHandle): boolean; + emit(event: "spawn", listener: () => void): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + on(event: "disconnect", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "exit", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + on(event: "message", listener: (message: Serializable, sendHandle: SendHandle) => void): this; + on(event: "spawn", listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + once(event: "disconnect", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "exit", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + once(event: "message", listener: (message: Serializable, sendHandle: SendHandle) => void): this; + once(event: "spawn", listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + prependListener(event: "disconnect", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "exit", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + prependListener(event: "message", listener: (message: Serializable, sendHandle: SendHandle) => void): this; + prependListener(event: "spawn", listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener( + event: "close", + listener: (code: number | null, signal: NodeJS.Signals | null) => void, + ): this; + prependOnceListener(event: "disconnect", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener( + event: "exit", + listener: (code: number | null, signal: NodeJS.Signals | null) => void, + ): this; + prependOnceListener(event: "message", listener: (message: Serializable, sendHandle: SendHandle) => void): this; + prependOnceListener(event: "spawn", listener: () => void): this; + } + // return this object when stdio option is undefined or not specified + interface ChildProcessWithoutNullStreams extends ChildProcess { + stdin: Writable; + stdout: Readable; + stderr: Readable; + readonly stdio: [ + Writable, + Readable, + Readable, + // stderr + Readable | Writable | null | undefined, + // extra, no modification + Readable | Writable | null | undefined, // extra, no modification + ]; + } + // return this object when stdio option is a tuple of 3 + interface ChildProcessByStdio + extends ChildProcess + { + stdin: I; + stdout: O; + stderr: E; + readonly stdio: [ + I, + O, + E, + Readable | Writable | null | undefined, + // extra, no modification + Readable | Writable | null | undefined, // extra, no modification + ]; + } + interface Control extends EventEmitter { + ref(): void; + unref(): void; + } + interface MessageOptions { + keepOpen?: boolean | undefined; + } + type IOType = "overlapped" | "pipe" | "ignore" | "inherit"; + type StdioOptions = IOType | Array; + type SerializationType = "json" | "advanced"; + interface MessagingOptions extends Abortable { + /** + * Specify the kind of serialization used for sending messages between processes. + * @default 'json' + */ + serialization?: SerializationType | undefined; + /** + * The signal value to be used when the spawned process will be killed by the abort signal. + * @default 'SIGTERM' + */ + killSignal?: NodeJS.Signals | number | undefined; + /** + * In milliseconds the maximum amount of time the process is allowed to run. + */ + timeout?: number | undefined; + } + interface ProcessEnvOptions { + uid?: number | undefined; + gid?: number | undefined; + cwd?: string | URL | undefined; + env?: NodeJS.ProcessEnv | undefined; + } + interface CommonOptions extends ProcessEnvOptions { + /** + * @default false + */ + windowsHide?: boolean | undefined; + /** + * @default 0 + */ + timeout?: number | undefined; + } + interface CommonSpawnOptions extends CommonOptions, MessagingOptions, Abortable { + argv0?: string | undefined; + /** + * Can be set to 'pipe', 'inherit', 'overlapped', or 'ignore', or an array of these strings. + * If passed as an array, the first element is used for `stdin`, the second for + * `stdout`, and the third for `stderr`. A fourth element can be used to + * specify the `stdio` behavior beyond the standard streams. See + * {@link ChildProcess.stdio} for more information. + * + * @default 'pipe' + */ + stdio?: StdioOptions | undefined; + shell?: boolean | string | undefined; + windowsVerbatimArguments?: boolean | undefined; + } + interface SpawnOptions extends CommonSpawnOptions { + detached?: boolean | undefined; + } + interface SpawnOptionsWithoutStdio extends SpawnOptions { + stdio?: StdioPipeNamed | StdioPipe[] | undefined; + } + type StdioNull = "inherit" | "ignore" | Stream; + type StdioPipeNamed = "pipe" | "overlapped"; + type StdioPipe = undefined | null | StdioPipeNamed; + interface SpawnOptionsWithStdioTuple< + Stdin extends StdioNull | StdioPipe, + Stdout extends StdioNull | StdioPipe, + Stderr extends StdioNull | StdioPipe, + > extends SpawnOptions { + stdio: [Stdin, Stdout, Stderr]; + } + /** + * The `child_process.spawn()` method spawns a new process using the given `command`, with command-line arguments in `args`. If omitted, `args` defaults + * to an empty array. + * + * **If the `shell` option is enabled, do not pass unsanitized user input to this** + * **function. Any input containing shell metacharacters may be used to trigger** + * **arbitrary command execution.** + * + * A third argument may be used to specify additional options, with these defaults: + * + * ```js + * const defaults = { + * cwd: undefined, + * env: process.env, + * }; + * ``` + * + * Use `cwd` to specify the working directory from which the process is spawned. + * If not given, the default is to inherit the current working directory. If given, + * but the path does not exist, the child process emits an `ENOENT` error + * and exits immediately. `ENOENT` is also emitted when the command + * does not exist. + * + * Use `env` to specify environment variables that will be visible to the new + * process, the default is `process.env`. + * + * `undefined` values in `env` will be ignored. + * + * Example of running `ls -lh /usr`, capturing `stdout`, `stderr`, and the + * exit code: + * + * ```js + * import { spawn } from 'node:child_process'; + * const ls = spawn('ls', ['-lh', '/usr']); + * + * ls.stdout.on('data', (data) => { + * console.log(`stdout: ${data}`); + * }); + * + * ls.stderr.on('data', (data) => { + * console.error(`stderr: ${data}`); + * }); + * + * ls.on('close', (code) => { + * console.log(`child process exited with code ${code}`); + * }); + * ``` + * + * Example: A very elaborate way to run `ps ax | grep ssh` + * + * ```js + * import { spawn } from 'node:child_process'; + * const ps = spawn('ps', ['ax']); + * const grep = spawn('grep', ['ssh']); + * + * ps.stdout.on('data', (data) => { + * grep.stdin.write(data); + * }); + * + * ps.stderr.on('data', (data) => { + * console.error(`ps stderr: ${data}`); + * }); + * + * ps.on('close', (code) => { + * if (code !== 0) { + * console.log(`ps process exited with code ${code}`); + * } + * grep.stdin.end(); + * }); + * + * grep.stdout.on('data', (data) => { + * console.log(data.toString()); + * }); + * + * grep.stderr.on('data', (data) => { + * console.error(`grep stderr: ${data}`); + * }); + * + * grep.on('close', (code) => { + * if (code !== 0) { + * console.log(`grep process exited with code ${code}`); + * } + * }); + * ``` + * + * Example of checking for failed `spawn`: + * + * ```js + * import { spawn } from 'node:child_process'; + * const subprocess = spawn('bad_command'); + * + * subprocess.on('error', (err) => { + * console.error('Failed to start subprocess.'); + * }); + * ``` + * + * Certain platforms (macOS, Linux) will use the value of `argv[0]` for the process + * title while others (Windows, SunOS) will use `command`. + * + * Node.js overwrites `argv[0]` with `process.execPath` on startup, so `process.argv[0]` in a Node.js child process will not match the `argv0` parameter passed to `spawn` from the parent. Retrieve + * it with the `process.argv0` property instead. + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except + * the error passed to the callback will be an `AbortError`: + * + * ```js + * import { spawn } from 'node:child_process'; + * const controller = new AbortController(); + * const { signal } = controller; + * const grep = spawn('grep', ['ssh'], { signal }); + * grep.on('error', (err) => { + * // This will be called with err being an AbortError if the controller aborts + * }); + * controller.abort(); // Stops the child process + * ``` + * @since v0.1.90 + * @param command The command to run. + * @param args List of string arguments. + */ + function spawn(command: string, options?: SpawnOptionsWithoutStdio): ChildProcessWithoutNullStreams; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn(command: string, options: SpawnOptions): ChildProcess; + // overloads of spawn with 'args' + function spawn( + command: string, + args?: readonly string[], + options?: SpawnOptionsWithoutStdio, + ): ChildProcessWithoutNullStreams; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn(command: string, args: readonly string[], options: SpawnOptions): ChildProcess; + interface ExecOptions extends CommonOptions { + shell?: string | undefined; + signal?: AbortSignal | undefined; + maxBuffer?: number | undefined; + killSignal?: NodeJS.Signals | number | undefined; + encoding?: string | null | undefined; + } + interface ExecOptionsWithStringEncoding extends ExecOptions { + encoding?: BufferEncoding | undefined; + } + interface ExecOptionsWithBufferEncoding extends ExecOptions { + encoding: "buffer" | null; // specify `null`. + } + // TODO: Just Plain Wrong™ (see also nodejs/node#57392) + interface ExecException extends Error { + cmd?: string; + killed?: boolean; + code?: number; + signal?: NodeJS.Signals; + stdout?: string; + stderr?: string; + } + /** + * Spawns a shell then executes the `command` within that shell, buffering any + * generated output. The `command` string passed to the exec function is processed + * directly by the shell and special characters (vary based on [shell](https://en.wikipedia.org/wiki/List_of_command-line_interpreters)) + * need to be dealt with accordingly: + * + * ```js + * import { exec } from 'node:child_process'; + * + * exec('"/path/to/test file/test.sh" arg1 arg2'); + * // Double quotes are used so that the space in the path is not interpreted as + * // a delimiter of multiple arguments. + * + * exec('echo "The \\$HOME variable is $HOME"'); + * // The $HOME variable is escaped in the first instance, but not in the second. + * ``` + * + * **Never pass unsanitized user input to this function. Any input containing shell** + * **metacharacters may be used to trigger arbitrary command execution.** + * + * If a `callback` function is provided, it is called with the arguments `(error, stdout, stderr)`. On success, `error` will be `null`. On error, `error` will be an instance of `Error`. The + * `error.code` property will be + * the exit code of the process. By convention, any exit code other than `0` indicates an error. `error.signal` will be the signal that terminated the + * process. + * + * The `stdout` and `stderr` arguments passed to the callback will contain the + * stdout and stderr output of the child process. By default, Node.js will decode + * the output as UTF-8 and pass strings to the callback. The `encoding` option + * can be used to specify the character encoding used to decode the stdout and + * stderr output. If `encoding` is `'buffer'`, or an unrecognized character + * encoding, `Buffer` objects will be passed to the callback instead. + * + * ```js + * import { exec } from 'node:child_process'; + * exec('cat *.js missing_file | wc -l', (error, stdout, stderr) => { + * if (error) { + * console.error(`exec error: ${error}`); + * return; + * } + * console.log(`stdout: ${stdout}`); + * console.error(`stderr: ${stderr}`); + * }); + * ``` + * + * If `timeout` is greater than `0`, the parent will send the signal + * identified by the `killSignal` property (the default is `'SIGTERM'`) if the + * child runs longer than `timeout` milliseconds. + * + * Unlike the [`exec(3)`](http://man7.org/linux/man-pages/man3/exec.3.html) POSIX system call, `child_process.exec()` does not replace + * the existing process and uses a shell to execute the command. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a `Promise` for an `Object` with `stdout` and `stderr` properties. The returned `ChildProcess` instance is attached to the `Promise` as a `child` property. In + * case of an error (including any error resulting in an exit code other than 0), a + * rejected promise is returned, with the same `error` object given in the + * callback, but with two additional properties `stdout` and `stderr`. + * + * ```js + * import util from 'node:util'; + * import child_process from 'node:child_process'; + * const exec = util.promisify(child_process.exec); + * + * async function lsExample() { + * const { stdout, stderr } = await exec('ls'); + * console.log('stdout:', stdout); + * console.error('stderr:', stderr); + * } + * lsExample(); + * ``` + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except + * the error passed to the callback will be an `AbortError`: + * + * ```js + * import { exec } from 'node:child_process'; + * const controller = new AbortController(); + * const { signal } = controller; + * const child = exec('grep ssh', { signal }, (error) => { + * console.error(error); // an AbortError + * }); + * controller.abort(); + * ``` + * @since v0.1.90 + * @param command The command to run, with space-separated arguments. + * @param callback called with the output when process terminates. + */ + function exec( + command: string, + callback?: (error: ExecException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + // `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`. + function exec( + command: string, + options: ExecOptionsWithBufferEncoding, + callback?: (error: ExecException | null, stdout: NonSharedBuffer, stderr: NonSharedBuffer) => void, + ): ChildProcess; + // `options` with well-known or absent `encoding` means stdout/stderr are definitely `string`. + function exec( + command: string, + options: ExecOptionsWithStringEncoding, + callback?: (error: ExecException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + // fallback if nothing else matches. Worst case is always `string | Buffer`. + function exec( + command: string, + options: ExecOptions | undefined | null, + callback?: ( + error: ExecException | null, + stdout: string | NonSharedBuffer, + stderr: string | NonSharedBuffer, + ) => void, + ): ChildProcess; + interface PromiseWithChild extends Promise { + child: ChildProcess; + } + namespace exec { + function __promisify__(command: string): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + command: string, + options: ExecOptionsWithBufferEncoding, + ): PromiseWithChild<{ + stdout: NonSharedBuffer; + stderr: NonSharedBuffer; + }>; + function __promisify__( + command: string, + options: ExecOptionsWithStringEncoding, + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + command: string, + options: ExecOptions | undefined | null, + ): PromiseWithChild<{ + stdout: string | NonSharedBuffer; + stderr: string | NonSharedBuffer; + }>; + } + interface ExecFileOptions extends CommonOptions, Abortable { + maxBuffer?: number | undefined; + killSignal?: NodeJS.Signals | number | undefined; + windowsVerbatimArguments?: boolean | undefined; + shell?: boolean | string | undefined; + signal?: AbortSignal | undefined; + encoding?: string | null | undefined; + } + interface ExecFileOptionsWithStringEncoding extends ExecFileOptions { + encoding?: BufferEncoding | undefined; + } + interface ExecFileOptionsWithBufferEncoding extends ExecFileOptions { + encoding: "buffer" | null; + } + /** @deprecated Use `ExecFileOptions` instead. */ + interface ExecFileOptionsWithOtherEncoding extends ExecFileOptions {} + // TODO: execFile exceptions can take many forms... this accurately describes none of them + type ExecFileException = + & Omit + & Omit + & { code?: string | number | null }; + /** + * The `child_process.execFile()` function is similar to {@link exec} except that it does not spawn a shell by default. Rather, the specified + * executable `file` is spawned directly as a new process making it slightly more + * efficient than {@link exec}. + * + * The same options as {@link exec} are supported. Since a shell is + * not spawned, behaviors such as I/O redirection and file globbing are not + * supported. + * + * ```js + * import { execFile } from 'node:child_process'; + * const child = execFile('node', ['--version'], (error, stdout, stderr) => { + * if (error) { + * throw error; + * } + * console.log(stdout); + * }); + * ``` + * + * The `stdout` and `stderr` arguments passed to the callback will contain the + * stdout and stderr output of the child process. By default, Node.js will decode + * the output as UTF-8 and pass strings to the callback. The `encoding` option + * can be used to specify the character encoding used to decode the stdout and + * stderr output. If `encoding` is `'buffer'`, or an unrecognized character + * encoding, `Buffer` objects will be passed to the callback instead. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a `Promise` for an `Object` with `stdout` and `stderr` properties. The returned `ChildProcess` instance is attached to the `Promise` as a `child` property. In + * case of an error (including any error resulting in an exit code other than 0), a + * rejected promise is returned, with the same `error` object given in the + * callback, but with two additional properties `stdout` and `stderr`. + * + * ```js + * import util from 'node:util'; + * const execFile = util.promisify(require('node:child_process').execFile); + * async function getVersion() { + * const { stdout } = await execFile('node', ['--version']); + * console.log(stdout); + * } + * getVersion(); + * ``` + * + * **If the `shell` option is enabled, do not pass unsanitized user input to this** + * **function. Any input containing shell metacharacters may be used to trigger** + * **arbitrary command execution.** + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except + * the error passed to the callback will be an `AbortError`: + * + * ```js + * import { execFile } from 'node:child_process'; + * const controller = new AbortController(); + * const { signal } = controller; + * const child = execFile('node', ['--version'], { signal }, (error) => { + * console.error(error); // an AbortError + * }); + * controller.abort(); + * ``` + * @since v0.1.91 + * @param file The name or path of the executable file to run. + * @param args List of string arguments. + * @param callback Called with the output when process terminates. + */ + // no `options` definitely means stdout/stderr are `string`. + function execFile( + file: string, + callback?: (error: ExecFileException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + function execFile( + file: string, + args: readonly string[] | undefined | null, + callback?: (error: ExecFileException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + // `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`. + function execFile( + file: string, + options: ExecFileOptionsWithBufferEncoding, + callback?: (error: ExecFileException | null, stdout: NonSharedBuffer, stderr: NonSharedBuffer) => void, + ): ChildProcess; + function execFile( + file: string, + args: readonly string[] | undefined | null, + options: ExecFileOptionsWithBufferEncoding, + callback?: (error: ExecFileException | null, stdout: NonSharedBuffer, stderr: NonSharedBuffer) => void, + ): ChildProcess; + // `options` with well-known or absent `encoding` means stdout/stderr are definitely `string`. + function execFile( + file: string, + options: ExecFileOptionsWithStringEncoding, + callback?: (error: ExecFileException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + function execFile( + file: string, + args: readonly string[] | undefined | null, + options: ExecFileOptionsWithStringEncoding, + callback?: (error: ExecFileException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + // fallback if nothing else matches. Worst case is always `string | Buffer`. + function execFile( + file: string, + options: ExecFileOptions | undefined | null, + callback: + | (( + error: ExecFileException | null, + stdout: string | NonSharedBuffer, + stderr: string | NonSharedBuffer, + ) => void) + | undefined + | null, + ): ChildProcess; + function execFile( + file: string, + args: readonly string[] | undefined | null, + options: ExecFileOptions | undefined | null, + callback: + | (( + error: ExecFileException | null, + stdout: string | NonSharedBuffer, + stderr: string | NonSharedBuffer, + ) => void) + | undefined + | null, + ): ChildProcess; + namespace execFile { + function __promisify__(file: string): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + args: readonly string[] | undefined | null, + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + options: ExecFileOptionsWithBufferEncoding, + ): PromiseWithChild<{ + stdout: NonSharedBuffer; + stderr: NonSharedBuffer; + }>; + function __promisify__( + file: string, + args: readonly string[] | undefined | null, + options: ExecFileOptionsWithBufferEncoding, + ): PromiseWithChild<{ + stdout: NonSharedBuffer; + stderr: NonSharedBuffer; + }>; + function __promisify__( + file: string, + options: ExecFileOptionsWithStringEncoding, + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + args: readonly string[] | undefined | null, + options: ExecFileOptionsWithStringEncoding, + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + options: ExecFileOptions | undefined | null, + ): PromiseWithChild<{ + stdout: string | NonSharedBuffer; + stderr: string | NonSharedBuffer; + }>; + function __promisify__( + file: string, + args: readonly string[] | undefined | null, + options: ExecFileOptions | undefined | null, + ): PromiseWithChild<{ + stdout: string | NonSharedBuffer; + stderr: string | NonSharedBuffer; + }>; + } + interface ForkOptions extends ProcessEnvOptions, MessagingOptions, Abortable { + execPath?: string | undefined; + execArgv?: string[] | undefined; + silent?: boolean | undefined; + /** + * Can be set to 'pipe', 'inherit', 'overlapped', or 'ignore', or an array of these strings. + * If passed as an array, the first element is used for `stdin`, the second for + * `stdout`, and the third for `stderr`. A fourth element can be used to + * specify the `stdio` behavior beyond the standard streams. See + * {@link ChildProcess.stdio} for more information. + * + * @default 'pipe' + */ + stdio?: StdioOptions | undefined; + detached?: boolean | undefined; + windowsVerbatimArguments?: boolean | undefined; + } + /** + * The `child_process.fork()` method is a special case of {@link spawn} used specifically to spawn new Node.js processes. + * Like {@link spawn}, a `ChildProcess` object is returned. The + * returned `ChildProcess` will have an additional communication channel + * built-in that allows messages to be passed back and forth between the parent and + * child. See `subprocess.send()` for details. + * + * Keep in mind that spawned Node.js child processes are + * independent of the parent with exception of the IPC communication channel + * that is established between the two. Each process has its own memory, with + * their own V8 instances. Because of the additional resource allocations + * required, spawning a large number of child Node.js processes is not + * recommended. + * + * By default, `child_process.fork()` will spawn new Node.js instances using the `process.execPath` of the parent process. The `execPath` property in the `options` object allows for an alternative + * execution path to be used. + * + * Node.js processes launched with a custom `execPath` will communicate with the + * parent process using the file descriptor (fd) identified using the + * environment variable `NODE_CHANNEL_FD` on the child process. + * + * Unlike the [`fork(2)`](http://man7.org/linux/man-pages/man2/fork.2.html) POSIX system call, `child_process.fork()` does not clone the + * current process. + * + * The `shell` option available in {@link spawn} is not supported by `child_process.fork()` and will be ignored if set. + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except + * the error passed to the callback will be an `AbortError`: + * + * ```js + * if (process.argv[2] === 'child') { + * setTimeout(() => { + * console.log(`Hello from ${process.argv[2]}!`); + * }, 1_000); + * } else { + * import { fork } from 'node:child_process'; + * const controller = new AbortController(); + * const { signal } = controller; + * const child = fork(__filename, ['child'], { signal }); + * child.on('error', (err) => { + * // This will be called with err being an AbortError if the controller aborts + * }); + * controller.abort(); // Stops the child process + * } + * ``` + * @since v0.5.0 + * @param modulePath The module to run in the child. + * @param args List of string arguments. + */ + function fork(modulePath: string | URL, options?: ForkOptions): ChildProcess; + function fork(modulePath: string | URL, args?: readonly string[], options?: ForkOptions): ChildProcess; + interface SpawnSyncOptions extends CommonSpawnOptions { + input?: string | NodeJS.ArrayBufferView | undefined; + maxBuffer?: number | undefined; + encoding?: BufferEncoding | "buffer" | null | undefined; + } + interface SpawnSyncOptionsWithStringEncoding extends SpawnSyncOptions { + encoding: BufferEncoding; + } + interface SpawnSyncOptionsWithBufferEncoding extends SpawnSyncOptions { + encoding?: "buffer" | null | undefined; + } + interface SpawnSyncReturns { + pid: number; + output: Array; + stdout: T; + stderr: T; + status: number | null; + signal: NodeJS.Signals | null; + error?: Error; + } + /** + * The `child_process.spawnSync()` method is generally identical to {@link spawn} with the exception that the function will not return + * until the child process has fully closed. When a timeout has been encountered + * and `killSignal` is sent, the method won't return until the process has + * completely exited. If the process intercepts and handles the `SIGTERM` signal + * and doesn't exit, the parent process will wait until the child process has + * exited. + * + * **If the `shell` option is enabled, do not pass unsanitized user input to this** + * **function. Any input containing shell metacharacters may be used to trigger** + * **arbitrary command execution.** + * @since v0.11.12 + * @param command The command to run. + * @param args List of string arguments. + */ + function spawnSync(command: string): SpawnSyncReturns; + function spawnSync(command: string, options: SpawnSyncOptionsWithStringEncoding): SpawnSyncReturns; + function spawnSync(command: string, options: SpawnSyncOptionsWithBufferEncoding): SpawnSyncReturns; + function spawnSync(command: string, options?: SpawnSyncOptions): SpawnSyncReturns; + function spawnSync(command: string, args: readonly string[]): SpawnSyncReturns; + function spawnSync( + command: string, + args: readonly string[], + options: SpawnSyncOptionsWithStringEncoding, + ): SpawnSyncReturns; + function spawnSync( + command: string, + args: readonly string[], + options: SpawnSyncOptionsWithBufferEncoding, + ): SpawnSyncReturns; + function spawnSync( + command: string, + args?: readonly string[], + options?: SpawnSyncOptions, + ): SpawnSyncReturns; + interface CommonExecOptions extends CommonOptions { + input?: string | NodeJS.ArrayBufferView | undefined; + /** + * Can be set to 'pipe', 'inherit, or 'ignore', or an array of these strings. + * If passed as an array, the first element is used for `stdin`, the second for + * `stdout`, and the third for `stderr`. A fourth element can be used to + * specify the `stdio` behavior beyond the standard streams. See + * {@link ChildProcess.stdio} for more information. + * + * @default 'pipe' + */ + stdio?: StdioOptions | undefined; + killSignal?: NodeJS.Signals | number | undefined; + maxBuffer?: number | undefined; + encoding?: BufferEncoding | "buffer" | null | undefined; + } + interface ExecSyncOptions extends CommonExecOptions { + shell?: string | undefined; + } + interface ExecSyncOptionsWithStringEncoding extends ExecSyncOptions { + encoding: BufferEncoding; + } + interface ExecSyncOptionsWithBufferEncoding extends ExecSyncOptions { + encoding?: "buffer" | null | undefined; + } + /** + * The `child_process.execSync()` method is generally identical to {@link exec} with the exception that the method will not return + * until the child process has fully closed. When a timeout has been encountered + * and `killSignal` is sent, the method won't return until the process has + * completely exited. If the child process intercepts and handles the `SIGTERM` signal and doesn't exit, the parent process will wait until the child process + * has exited. + * + * If the process times out or has a non-zero exit code, this method will throw. + * The `Error` object will contain the entire result from {@link spawnSync}. + * + * **Never pass unsanitized user input to this function. Any input containing shell** + * **metacharacters may be used to trigger arbitrary command execution.** + * @since v0.11.12 + * @param command The command to run. + * @return The stdout from the command. + */ + function execSync(command: string): NonSharedBuffer; + function execSync(command: string, options: ExecSyncOptionsWithStringEncoding): string; + function execSync(command: string, options: ExecSyncOptionsWithBufferEncoding): NonSharedBuffer; + function execSync(command: string, options?: ExecSyncOptions): string | NonSharedBuffer; + interface ExecFileSyncOptions extends CommonExecOptions { + shell?: boolean | string | undefined; + } + interface ExecFileSyncOptionsWithStringEncoding extends ExecFileSyncOptions { + encoding: BufferEncoding; + } + interface ExecFileSyncOptionsWithBufferEncoding extends ExecFileSyncOptions { + encoding?: "buffer" | null | undefined; // specify `null`. + } + /** + * The `child_process.execFileSync()` method is generally identical to {@link execFile} with the exception that the method will not + * return until the child process has fully closed. When a timeout has been + * encountered and `killSignal` is sent, the method won't return until the process + * has completely exited. + * + * If the child process intercepts and handles the `SIGTERM` signal and + * does not exit, the parent process will still wait until the child process has + * exited. + * + * If the process times out or has a non-zero exit code, this method will throw an `Error` that will include the full result of the underlying {@link spawnSync}. + * + * **If the `shell` option is enabled, do not pass unsanitized user input to this** + * **function. Any input containing shell metacharacters may be used to trigger** + * **arbitrary command execution.** + * @since v0.11.12 + * @param file The name or path of the executable file to run. + * @param args List of string arguments. + * @return The stdout from the command. + */ + function execFileSync(file: string): NonSharedBuffer; + function execFileSync(file: string, options: ExecFileSyncOptionsWithStringEncoding): string; + function execFileSync(file: string, options: ExecFileSyncOptionsWithBufferEncoding): NonSharedBuffer; + function execFileSync(file: string, options?: ExecFileSyncOptions): string | NonSharedBuffer; + function execFileSync(file: string, args: readonly string[]): NonSharedBuffer; + function execFileSync( + file: string, + args: readonly string[], + options: ExecFileSyncOptionsWithStringEncoding, + ): string; + function execFileSync( + file: string, + args: readonly string[], + options: ExecFileSyncOptionsWithBufferEncoding, + ): NonSharedBuffer; + function execFileSync( + file: string, + args?: readonly string[], + options?: ExecFileSyncOptions, + ): string | NonSharedBuffer; +} +declare module "node:child_process" { + export * from "child_process"; +} diff --git a/node_modules/@types/node/cluster.d.ts b/node_modules/@types/node/cluster.d.ts new file mode 100644 index 0000000..42b21bf --- /dev/null +++ b/node_modules/@types/node/cluster.d.ts @@ -0,0 +1,577 @@ +/** + * Clusters of Node.js processes can be used to run multiple instances of Node.js + * that can distribute workloads among their application threads. When process isolation + * is not needed, use the [`worker_threads`](https://nodejs.org/docs/latest-v20.x/api/worker_threads.html) + * module instead, which allows running multiple application threads within a single Node.js instance. + * + * The cluster module allows easy creation of child processes that all share + * server ports. + * + * ```js + * import cluster from 'node:cluster'; + * import http from 'node:http'; + * import { availableParallelism } from 'node:os'; + * import process from 'node:process'; + * + * const numCPUs = availableParallelism(); + * + * if (cluster.isPrimary) { + * console.log(`Primary ${process.pid} is running`); + * + * // Fork workers. + * for (let i = 0; i < numCPUs; i++) { + * cluster.fork(); + * } + * + * cluster.on('exit', (worker, code, signal) => { + * console.log(`worker ${worker.process.pid} died`); + * }); + * } else { + * // Workers can share any TCP connection + * // In this case it is an HTTP server + * http.createServer((req, res) => { + * res.writeHead(200); + * res.end('hello world\n'); + * }).listen(8000); + * + * console.log(`Worker ${process.pid} started`); + * } + * ``` + * + * Running Node.js will now share port 8000 between the workers: + * + * ```console + * $ node server.js + * Primary 3596 is running + * Worker 4324 started + * Worker 4520 started + * Worker 6056 started + * Worker 5644 started + * ``` + * + * On Windows, it is not yet possible to set up a named pipe server in a worker. + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/cluster.js) + */ +declare module "cluster" { + import * as child from "node:child_process"; + import EventEmitter = require("node:events"); + import * as net from "node:net"; + type SerializationType = "json" | "advanced"; + export interface ClusterSettings { + /** + * List of string arguments passed to the Node.js executable. + * @default process.execArgv + */ + execArgv?: string[] | undefined; + /** + * File path to worker file. + * @default process.argv[1] + */ + exec?: string | undefined; + /** + * String arguments passed to worker. + * @default process.argv.slice(2) + */ + args?: readonly string[] | undefined; + /** + * Whether or not to send output to parent's stdio. + * @default false + */ + silent?: boolean | undefined; + /** + * Configures the stdio of forked processes. Because the cluster module relies on IPC to function, this configuration must + * contain an `'ipc'` entry. When this option is provided, it overrides `silent`. See [`child_prcess.spawn()`](https://nodejs.org/docs/latest-v20.x/api/child_process.html#child_processspawncommand-args-options)'s + * [`stdio`](https://nodejs.org/docs/latest-v20.x/api/child_process.html#optionsstdio). + */ + stdio?: any[] | undefined; + /** + * Sets the user identity of the process. (See [`setuid(2)`](https://man7.org/linux/man-pages/man2/setuid.2.html).) + */ + uid?: number | undefined; + /** + * Sets the group identity of the process. (See [`setgid(2)`](https://man7.org/linux/man-pages/man2/setgid.2.html).) + */ + gid?: number | undefined; + /** + * Sets inspector port of worker. This can be a number, or a function that takes no arguments and returns a number. + * By default each worker gets its own port, incremented from the primary's `process.debugPort`. + */ + inspectPort?: number | (() => number) | undefined; + /** + * Specify the kind of serialization used for sending messages between processes. Possible values are `'json'` and `'advanced'`. + * See [Advanced serialization for `child_process`](https://nodejs.org/docs/latest-v20.x/api/child_process.html#advanced-serialization) for more details. + * @default false + */ + serialization?: SerializationType | undefined; + /** + * Current working directory of the worker process. + * @default undefined (inherits from parent process) + */ + cwd?: string | undefined; + /** + * Hide the forked processes console window that would normally be created on Windows systems. + * @default false + */ + windowsHide?: boolean | undefined; + } + export interface Address { + address: string; + port: number; + /** + * The `addressType` is one of: + * + * * `4` (TCPv4) + * * `6` (TCPv6) + * * `-1` (Unix domain socket) + * * `'udp4'` or `'udp6'` (UDPv4 or UDPv6) + */ + addressType: 4 | 6 | -1 | "udp4" | "udp6"; + } + /** + * A `Worker` object contains all public information and method about a worker. + * In the primary it can be obtained using `cluster.workers`. In a worker + * it can be obtained using `cluster.worker`. + * @since v0.7.0 + */ + export class Worker extends EventEmitter { + /** + * Each new worker is given its own unique id, this id is stored in the `id`. + * + * While a worker is alive, this is the key that indexes it in `cluster.workers`. + * @since v0.8.0 + */ + id: number; + /** + * All workers are created using [`child_process.fork()`](https://nodejs.org/docs/latest-v20.x/api/child_process.html#child_processforkmodulepath-args-options), the returned object + * from this function is stored as `.process`. In a worker, the global `process` is stored. + * + * See: [Child Process module](https://nodejs.org/docs/latest-v20.x/api/child_process.html#child_processforkmodulepath-args-options). + * + * Workers will call `process.exit(0)` if the `'disconnect'` event occurs + * on `process` and `.exitedAfterDisconnect` is not `true`. This protects against + * accidental disconnection. + * @since v0.7.0 + */ + process: child.ChildProcess; + /** + * Send a message to a worker or primary, optionally with a handle. + * + * In the primary, this sends a message to a specific worker. It is identical to [`ChildProcess.send()`](https://nodejs.org/docs/latest-v20.x/api/child_process.html#subprocesssendmessage-sendhandle-options-callback). + * + * In a worker, this sends a message to the primary. It is identical to `process.send()`. + * + * This example will echo back all messages from the primary: + * + * ```js + * if (cluster.isPrimary) { + * const worker = cluster.fork(); + * worker.send('hi there'); + * + * } else if (cluster.isWorker) { + * process.on('message', (msg) => { + * process.send(msg); + * }); + * } + * ``` + * @since v0.7.0 + * @param options The `options` argument, if present, is an object used to parameterize the sending of certain types of handles. + */ + send(message: child.Serializable, callback?: (error: Error | null) => void): boolean; + send( + message: child.Serializable, + sendHandle: child.SendHandle, + callback?: (error: Error | null) => void, + ): boolean; + send( + message: child.Serializable, + sendHandle: child.SendHandle, + options?: child.MessageOptions, + callback?: (error: Error | null) => void, + ): boolean; + /** + * This function will kill the worker. In the primary worker, it does this by + * disconnecting the `worker.process`, and once disconnected, killing with `signal`. In the worker, it does it by killing the process with `signal`. + * + * The `kill()` function kills the worker process without waiting for a graceful + * disconnect, it has the same behavior as `worker.process.kill()`. + * + * This method is aliased as `worker.destroy()` for backwards compatibility. + * + * In a worker, `process.kill()` exists, but it is not this function; + * it is [`kill()`](https://nodejs.org/docs/latest-v20.x/api/process.html#processkillpid-signal). + * @since v0.9.12 + * @param [signal='SIGTERM'] Name of the kill signal to send to the worker process. + */ + kill(signal?: string): void; + destroy(signal?: string): void; + /** + * In a worker, this function will close all servers, wait for the `'close'` event + * on those servers, and then disconnect the IPC channel. + * + * In the primary, an internal message is sent to the worker causing it to call `.disconnect()` on itself. + * + * Causes `.exitedAfterDisconnect` to be set. + * + * After a server is closed, it will no longer accept new connections, + * but connections may be accepted by any other listening worker. Existing + * connections will be allowed to close as usual. When no more connections exist, + * see `server.close()`, the IPC channel to the worker will close allowing it + * to die gracefully. + * + * The above applies _only_ to server connections, client connections are not + * automatically closed by workers, and disconnect does not wait for them to close + * before exiting. + * + * In a worker, `process.disconnect` exists, but it is not this function; + * it is `disconnect()`. + * + * Because long living server connections may block workers from disconnecting, it + * may be useful to send a message, so application specific actions may be taken to + * close them. It also may be useful to implement a timeout, killing a worker if + * the `'disconnect'` event has not been emitted after some time. + * + * ```js + * import net from 'node:net'; + * if (cluster.isPrimary) { + * const worker = cluster.fork(); + * let timeout; + * + * worker.on('listening', (address) => { + * worker.send('shutdown'); + * worker.disconnect(); + * timeout = setTimeout(() => { + * worker.kill(); + * }, 2000); + * }); + * + * worker.on('disconnect', () => { + * clearTimeout(timeout); + * }); + * + * } else if (cluster.isWorker) { + * const server = net.createServer((socket) => { + * // Connections never end + * }); + * + * server.listen(8000); + * + * process.on('message', (msg) => { + * if (msg === 'shutdown') { + * // Initiate graceful close of any connections to server + * } + * }); + * } + * ``` + * @since v0.7.7 + * @return A reference to `worker`. + */ + disconnect(): this; + /** + * This function returns `true` if the worker is connected to its primary via its + * IPC channel, `false` otherwise. A worker is connected to its primary after it + * has been created. It is disconnected after the `'disconnect'` event is emitted. + * @since v0.11.14 + */ + isConnected(): boolean; + /** + * This function returns `true` if the worker's process has terminated (either + * because of exiting or being signaled). Otherwise, it returns `false`. + * + * ```js + * import cluster from 'node:cluster'; + * import http from 'node:http'; + * import { availableParallelism } from 'node:os'; + * import process from 'node:process'; + * + * const numCPUs = availableParallelism(); + * + * if (cluster.isPrimary) { + * console.log(`Primary ${process.pid} is running`); + * + * // Fork workers. + * for (let i = 0; i < numCPUs; i++) { + * cluster.fork(); + * } + * + * cluster.on('fork', (worker) => { + * console.log('worker is dead:', worker.isDead()); + * }); + * + * cluster.on('exit', (worker, code, signal) => { + * console.log('worker is dead:', worker.isDead()); + * }); + * } else { + * // Workers can share any TCP connection. In this case, it is an HTTP server. + * http.createServer((req, res) => { + * res.writeHead(200); + * res.end(`Current process\n ${process.pid}`); + * process.kill(process.pid); + * }).listen(8000); + * } + * ``` + * @since v0.11.14 + */ + isDead(): boolean; + /** + * This property is `true` if the worker exited due to `.disconnect()`. + * If the worker exited any other way, it is `false`. If the + * worker has not exited, it is `undefined`. + * + * The boolean `worker.exitedAfterDisconnect` allows distinguishing between + * voluntary and accidental exit, the primary may choose not to respawn a worker + * based on this value. + * + * ```js + * cluster.on('exit', (worker, code, signal) => { + * if (worker.exitedAfterDisconnect === true) { + * console.log('Oh, it was just voluntary – no need to worry'); + * } + * }); + * + * // kill worker + * worker.kill(); + * ``` + * @since v6.0.0 + */ + exitedAfterDisconnect: boolean; + /** + * events.EventEmitter + * 1. disconnect + * 2. error + * 3. exit + * 4. listening + * 5. message + * 6. online + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "disconnect", listener: () => void): this; + addListener(event: "error", listener: (error: Error) => void): this; + addListener(event: "exit", listener: (code: number, signal: string) => void): this; + addListener(event: "listening", listener: (address: Address) => void): this; + addListener(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + addListener(event: "online", listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "disconnect"): boolean; + emit(event: "error", error: Error): boolean; + emit(event: "exit", code: number, signal: string): boolean; + emit(event: "listening", address: Address): boolean; + emit(event: "message", message: any, handle: net.Socket | net.Server): boolean; + emit(event: "online"): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "disconnect", listener: () => void): this; + on(event: "error", listener: (error: Error) => void): this; + on(event: "exit", listener: (code: number, signal: string) => void): this; + on(event: "listening", listener: (address: Address) => void): this; + on(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + on(event: "online", listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "disconnect", listener: () => void): this; + once(event: "error", listener: (error: Error) => void): this; + once(event: "exit", listener: (code: number, signal: string) => void): this; + once(event: "listening", listener: (address: Address) => void): this; + once(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + once(event: "online", listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "disconnect", listener: () => void): this; + prependListener(event: "error", listener: (error: Error) => void): this; + prependListener(event: "exit", listener: (code: number, signal: string) => void): this; + prependListener(event: "listening", listener: (address: Address) => void): this; + prependListener(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + prependListener(event: "online", listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "disconnect", listener: () => void): this; + prependOnceListener(event: "error", listener: (error: Error) => void): this; + prependOnceListener(event: "exit", listener: (code: number, signal: string) => void): this; + prependOnceListener(event: "listening", listener: (address: Address) => void): this; + prependOnceListener(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + prependOnceListener(event: "online", listener: () => void): this; + } + export interface Cluster extends EventEmitter { + disconnect(callback?: () => void): void; + /** + * Spawn a new worker process. + * + * This can only be called from the primary process. + * @param env Key/value pairs to add to worker process environment. + * @since v0.6.0 + */ + fork(env?: any): Worker; + /** @deprecated since v16.0.0 - use isPrimary. */ + readonly isMaster: boolean; + /** + * True if the process is a primary. This is determined by the `process.env.NODE_UNIQUE_ID`. If `process.env.NODE_UNIQUE_ID` + * is undefined, then `isPrimary` is `true`. + * @since v16.0.0 + */ + readonly isPrimary: boolean; + /** + * True if the process is not a primary (it is the negation of `cluster.isPrimary`). + * @since v0.6.0 + */ + readonly isWorker: boolean; + /** + * The scheduling policy, either `cluster.SCHED_RR` for round-robin or `cluster.SCHED_NONE` to leave it to the operating system. This is a + * global setting and effectively frozen once either the first worker is spawned, or [`.setupPrimary()`](https://nodejs.org/docs/latest-v20.x/api/cluster.html#clustersetupprimarysettings) + * is called, whichever comes first. + * + * `SCHED_RR` is the default on all operating systems except Windows. Windows will change to `SCHED_RR` once libuv is able to effectively distribute + * IOCP handles without incurring a large performance hit. + * + * `cluster.schedulingPolicy` can also be set through the `NODE_CLUSTER_SCHED_POLICY` environment variable. Valid values are `'rr'` and `'none'`. + * @since v0.11.2 + */ + schedulingPolicy: number; + /** + * After calling [`.setupPrimary()`](https://nodejs.org/docs/latest-v20.x/api/cluster.html#clustersetupprimarysettings) + * (or [`.fork()`](https://nodejs.org/docs/latest-v20.x/api/cluster.html#clusterforkenv)) this settings object will contain + * the settings, including the default values. + * + * This object is not intended to be changed or set manually. + * @since v0.7.1 + */ + readonly settings: ClusterSettings; + /** @deprecated since v16.0.0 - use [`.setupPrimary()`](https://nodejs.org/docs/latest-v20.x/api/cluster.html#clustersetupprimarysettings) instead. */ + setupMaster(settings?: ClusterSettings): void; + /** + * `setupPrimary` is used to change the default 'fork' behavior. Once called, the settings will be present in `cluster.settings`. + * + * Any settings changes only affect future calls to [`.fork()`](https://nodejs.org/docs/latest-v20.x/api/cluster.html#clusterforkenv) + * and have no effect on workers that are already running. + * + * The only attribute of a worker that cannot be set via `.setupPrimary()` is the `env` passed to + * [`.fork()`](https://nodejs.org/docs/latest-v20.x/api/cluster.html#clusterforkenv). + * + * The defaults above apply to the first call only; the defaults for later calls are the current values at the time of + * `cluster.setupPrimary()` is called. + * + * ```js + * import cluster from 'node:cluster'; + * + * cluster.setupPrimary({ + * exec: 'worker.js', + * args: ['--use', 'https'], + * silent: true, + * }); + * cluster.fork(); // https worker + * cluster.setupPrimary({ + * exec: 'worker.js', + * args: ['--use', 'http'], + * }); + * cluster.fork(); // http worker + * ``` + * + * This can only be called from the primary process. + * @since v16.0.0 + */ + setupPrimary(settings?: ClusterSettings): void; + /** + * A reference to the current worker object. Not available in the primary process. + * + * ```js + * import cluster from 'node:cluster'; + * + * if (cluster.isPrimary) { + * console.log('I am primary'); + * cluster.fork(); + * cluster.fork(); + * } else if (cluster.isWorker) { + * console.log(`I am worker #${cluster.worker.id}`); + * } + * ``` + * @since v0.7.0 + */ + readonly worker?: Worker; + /** + * A hash that stores the active worker objects, keyed by `id` field. This makes it easy to loop through all the workers. It is only available in the primary process. + * + * A worker is removed from `cluster.workers` after the worker has disconnected _and_ exited. The order between these two events cannot be determined in advance. However, it + * is guaranteed that the removal from the `cluster.workers` list happens before the last `'disconnect'` or `'exit'` event is emitted. + * + * ```js + * import cluster from 'node:cluster'; + * + * for (const worker of Object.values(cluster.workers)) { + * worker.send('big announcement to all workers'); + * } + * ``` + * @since v0.7.0 + */ + readonly workers?: NodeJS.Dict; + readonly SCHED_NONE: number; + readonly SCHED_RR: number; + /** + * events.EventEmitter + * 1. disconnect + * 2. exit + * 3. fork + * 4. listening + * 5. message + * 6. online + * 7. setup + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "disconnect", listener: (worker: Worker) => void): this; + addListener(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; + addListener(event: "fork", listener: (worker: Worker) => void): this; + addListener(event: "listening", listener: (worker: Worker, address: Address) => void): this; + addListener( + event: "message", + listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void, + ): this; // the handle is a net.Socket or net.Server object, or undefined. + addListener(event: "online", listener: (worker: Worker) => void): this; + addListener(event: "setup", listener: (settings: ClusterSettings) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "disconnect", worker: Worker): boolean; + emit(event: "exit", worker: Worker, code: number, signal: string): boolean; + emit(event: "fork", worker: Worker): boolean; + emit(event: "listening", worker: Worker, address: Address): boolean; + emit(event: "message", worker: Worker, message: any, handle: net.Socket | net.Server): boolean; + emit(event: "online", worker: Worker): boolean; + emit(event: "setup", settings: ClusterSettings): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "disconnect", listener: (worker: Worker) => void): this; + on(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; + on(event: "fork", listener: (worker: Worker) => void): this; + on(event: "listening", listener: (worker: Worker, address: Address) => void): this; + on(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + on(event: "online", listener: (worker: Worker) => void): this; + on(event: "setup", listener: (settings: ClusterSettings) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "disconnect", listener: (worker: Worker) => void): this; + once(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; + once(event: "fork", listener: (worker: Worker) => void): this; + once(event: "listening", listener: (worker: Worker, address: Address) => void): this; + once(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + once(event: "online", listener: (worker: Worker) => void): this; + once(event: "setup", listener: (settings: ClusterSettings) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "disconnect", listener: (worker: Worker) => void): this; + prependListener(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; + prependListener(event: "fork", listener: (worker: Worker) => void): this; + prependListener(event: "listening", listener: (worker: Worker, address: Address) => void): this; + prependListener( + event: "message", + listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void, + ): this; + prependListener(event: "online", listener: (worker: Worker) => void): this; + prependListener(event: "setup", listener: (settings: ClusterSettings) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "disconnect", listener: (worker: Worker) => void): this; + prependOnceListener(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; + prependOnceListener(event: "fork", listener: (worker: Worker) => void): this; + prependOnceListener(event: "listening", listener: (worker: Worker, address: Address) => void): this; + // the handle is a net.Socket or net.Server object, or undefined. + prependOnceListener( + event: "message", + listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void, + ): this; + prependOnceListener(event: "online", listener: (worker: Worker) => void): this; + prependOnceListener(event: "setup", listener: (settings: ClusterSettings) => void): this; + } + const cluster: Cluster; + export default cluster; +} +declare module "node:cluster" { + export * from "cluster"; + export { default as default } from "cluster"; +} diff --git a/node_modules/@types/node/compatibility/disposable.d.ts b/node_modules/@types/node/compatibility/disposable.d.ts new file mode 100644 index 0000000..5fff612 --- /dev/null +++ b/node_modules/@types/node/compatibility/disposable.d.ts @@ -0,0 +1,16 @@ +// Polyfills for the explicit resource management types added in TypeScript 5.2. +// TODO: remove once this package no longer supports TS 5.1, and replace with a +// to TypeScript's disposable library in index.d.ts. + +interface SymbolConstructor { + readonly dispose: unique symbol; + readonly asyncDispose: unique symbol; +} + +interface Disposable { + [Symbol.dispose](): void; +} + +interface AsyncDisposable { + [Symbol.asyncDispose](): PromiseLike; +} diff --git a/node_modules/@types/node/compatibility/index.d.ts b/node_modules/@types/node/compatibility/index.d.ts new file mode 100644 index 0000000..5c41e37 --- /dev/null +++ b/node_modules/@types/node/compatibility/index.d.ts @@ -0,0 +1,9 @@ +// Declaration files in this directory contain types relating to TypeScript library features +// that are not included in all TypeScript versions supported by DefinitelyTyped, but +// which can be made backwards-compatible without needing `typesVersions`. +// If adding declarations to this directory, please specify which versions of TypeScript require them, +// so that they can be removed when no longer needed. + +/// +/// +/// diff --git a/node_modules/@types/node/compatibility/indexable.d.ts b/node_modules/@types/node/compatibility/indexable.d.ts new file mode 100644 index 0000000..262ba09 --- /dev/null +++ b/node_modules/@types/node/compatibility/indexable.d.ts @@ -0,0 +1,20 @@ +// Polyfill for ES2022's .at() method on string/array prototypes, added to TypeScript in 4.6. + +interface RelativeIndexable { + at(index: number): T | undefined; +} + +interface String extends RelativeIndexable {} +interface Array extends RelativeIndexable {} +interface ReadonlyArray extends RelativeIndexable {} +interface Int8Array extends RelativeIndexable {} +interface Uint8Array extends RelativeIndexable {} +interface Uint8ClampedArray extends RelativeIndexable {} +interface Int16Array extends RelativeIndexable {} +interface Uint16Array extends RelativeIndexable {} +interface Int32Array extends RelativeIndexable {} +interface Uint32Array extends RelativeIndexable {} +interface Float32Array extends RelativeIndexable {} +interface Float64Array extends RelativeIndexable {} +interface BigInt64Array extends RelativeIndexable {} +interface BigUint64Array extends RelativeIndexable {} diff --git a/node_modules/@types/node/compatibility/iterators.d.ts b/node_modules/@types/node/compatibility/iterators.d.ts new file mode 100644 index 0000000..156e785 --- /dev/null +++ b/node_modules/@types/node/compatibility/iterators.d.ts @@ -0,0 +1,21 @@ +// Backwards-compatible iterator interfaces, augmented with iterator helper methods by lib.esnext.iterator in TypeScript 5.6. +// The IterableIterator interface does not contain these methods, which creates assignability issues in places where IteratorObjects +// are expected (eg. DOM-compatible APIs) if lib.esnext.iterator is loaded. +// Also ensures that iterators returned by the Node API, which inherit from Iterator.prototype, correctly expose the iterator helper methods +// if lib.esnext.iterator is loaded. +// TODO: remove once this package no longer supports TS 5.5, and replace NodeJS.BuiltinIteratorReturn with BuiltinIteratorReturn. + +// Placeholders for TS <5.6 +interface IteratorObject {} +interface AsyncIteratorObject {} + +declare namespace NodeJS { + // Populate iterator methods for TS <5.6 + interface Iterator extends globalThis.Iterator {} + interface AsyncIterator extends globalThis.AsyncIterator {} + + // Polyfill for TS 5.6's instrinsic BuiltinIteratorReturn type, required for DOM-compatible iterators + type BuiltinIteratorReturn = ReturnType extends + globalThis.Iterator ? TReturn + : any; +} diff --git a/node_modules/@types/node/console.d.ts b/node_modules/@types/node/console.d.ts new file mode 100644 index 0000000..206e3fc --- /dev/null +++ b/node_modules/@types/node/console.d.ts @@ -0,0 +1,452 @@ +/** + * The `node:console` module provides a simple debugging console that is similar to + * the JavaScript console mechanism provided by web browsers. + * + * The module exports two specific components: + * + * * 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. + * * A global `console` instance configured to write to [`process.stdout`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstdout) and + * [`process.stderr`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstderr). The global `console` can be used without importing the `node:console` module. + * + * _**Warning**_: The global console object's methods are neither consistently + * synchronous like the browser APIs they resemble, nor are they consistently + * asynchronous like all other Node.js streams. See the [`note on process I/O`](https://nodejs.org/docs/latest-v20.x/api/process.html#a-note-on-process-io) for + * more information. + * + * Example using the global `console`: + * + * ```js + * console.log('hello world'); + * // Prints: hello world, to stdout + * console.log('hello %s', 'world'); + * // Prints: hello world, to stdout + * console.error(new Error('Whoops, something bad happened')); + * // Prints error message and stack trace to stderr: + * // Error: Whoops, something bad happened + * // at [eval]:5:15 + * // at Script.runInThisContext (node:vm:132:18) + * // at Object.runInThisContext (node:vm:309:38) + * // at node:internal/process/execution:77:19 + * // at [eval]-wrapper:6:22 + * // at evalScript (node:internal/process/execution:76:60) + * // at node:internal/main/eval_string:23:3 + * + * const name = 'Will Robinson'; + * console.warn(`Danger ${name}! Danger!`); + * // Prints: Danger Will Robinson! Danger!, to stderr + * ``` + * + * Example using the `Console` class: + * + * ```js + * const out = getStreamSomehow(); + * const err = getStreamSomehow(); + * const myConsole = new console.Console(out, err); + * + * myConsole.log('hello world'); + * // Prints: hello world, to out + * myConsole.log('hello %s', 'world'); + * // Prints: hello world, to out + * myConsole.error(new Error('Whoops, something bad happened')); + * // Prints: [Error: Whoops, something bad happened], to err + * + * const name = 'Will Robinson'; + * myConsole.warn(`Danger ${name}! Danger!`); + * // Prints: Danger Will Robinson! Danger!, to err + * ``` + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/console.js) + */ +declare module "console" { + import console = require("node:console"); + export = console; +} +declare module "node:console" { + import { InspectOptions } from "node:util"; + global { + // This needs to be global to avoid TS2403 in case lib.dom.d.ts is present in the same build + interface Console { + Console: console.ConsoleConstructor; + /** + * `console.assert()` writes a message if `value` is [falsy](https://developer.mozilla.org/en-US/docs/Glossary/Falsy) or omitted. It only + * writes a message and does not otherwise affect execution. The output always + * starts with `"Assertion failed"`. If provided, `message` is formatted using + * [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args). + * + * If `value` is [truthy](https://developer.mozilla.org/en-US/docs/Glossary/Truthy), nothing happens. + * + * ```js + * console.assert(true, 'does nothing'); + * + * console.assert(false, 'Whoops %s work', 'didn\'t'); + * // Assertion failed: Whoops didn't work + * + * console.assert(); + * // Assertion failed + * ``` + * @since v0.1.101 + * @param value The value tested for being truthy. + * @param message All arguments besides `value` are used as error message. + */ + assert(value: any, message?: string, ...optionalParams: any[]): void; + /** + * When `stdout` is a TTY, calling `console.clear()` will attempt to clear the + * TTY. When `stdout` is not a TTY, this method does nothing. + * + * The specific operation of `console.clear()` can vary across operating systems + * 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 + * current terminal viewport for the Node.js + * binary. + * @since v8.3.0 + */ + clear(): void; + /** + * Maintains an internal counter specific to `label` and outputs to `stdout` the + * number of times `console.count()` has been called with the given `label`. + * + * ```js + * > console.count() + * default: 1 + * undefined + * > console.count('default') + * default: 2 + * undefined + * > console.count('abc') + * abc: 1 + * undefined + * > console.count('xyz') + * xyz: 1 + * undefined + * > console.count('abc') + * abc: 2 + * undefined + * > console.count() + * default: 3 + * undefined + * > + * ``` + * @since v8.3.0 + * @param [label='default'] The display label for the counter. + */ + count(label?: string): void; + /** + * Resets the internal counter specific to `label`. + * + * ```js + * > console.count('abc'); + * abc: 1 + * undefined + * > console.countReset('abc'); + * undefined + * > console.count('abc'); + * abc: 1 + * undefined + * > + * ``` + * @since v8.3.0 + * @param [label='default'] The display label for the counter. + */ + countReset(label?: string): void; + /** + * The `console.debug()` function is an alias for {@link log}. + * @since v8.0.0 + */ + debug(message?: any, ...optionalParams: any[]): void; + /** + * Uses [`util.inspect()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilinspectobject-options) on `obj` and prints the resulting string to `stdout`. + * This function bypasses any custom `inspect()` function defined on `obj`. + * @since v0.1.101 + */ + dir(obj: any, options?: InspectOptions): void; + /** + * This method calls `console.log()` passing it the arguments received. + * This method does not produce any XML formatting. + * @since v8.0.0 + */ + dirxml(...data: any[]): void; + /** + * Prints to `stderr` with newline. Multiple arguments can be passed, with the + * first used as the primary message and all additional used as substitution + * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) + * (the arguments are all passed to [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args)). + * + * ```js + * const code = 5; + * console.error('error #%d', code); + * // Prints: error #5, to stderr + * console.error('error', code); + * // Prints: error 5, to stderr + * ``` + * + * If formatting elements (e.g. `%d`) are not found in the first string then + * [`util.inspect()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilinspectobject-options) is called on each argument and the + * resulting string values are concatenated. See [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args) + * for more information. + * @since v0.1.100 + */ + error(message?: any, ...optionalParams: any[]): void; + /** + * Increases indentation of subsequent lines by spaces for `groupIndentation` length. + * + * If one or more `label`s are provided, those are printed first without the + * additional indentation. + * @since v8.5.0 + */ + group(...label: any[]): void; + /** + * An alias for {@link group}. + * @since v8.5.0 + */ + groupCollapsed(...label: any[]): void; + /** + * Decreases indentation of subsequent lines by spaces for `groupIndentation` length. + * @since v8.5.0 + */ + groupEnd(): void; + /** + * The `console.info()` function is an alias for {@link log}. + * @since v0.1.100 + */ + info(message?: any, ...optionalParams: any[]): void; + /** + * Prints to `stdout` with newline. Multiple arguments can be passed, with the + * first used as the primary message and all additional used as substitution + * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) + * (the arguments are all passed to [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args)). + * + * ```js + * const count = 5; + * console.log('count: %d', count); + * // Prints: count: 5, to stdout + * console.log('count:', count); + * // Prints: count: 5, to stdout + * ``` + * + * See [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args) for more information. + * @since v0.1.100 + */ + log(message?: any, ...optionalParams: any[]): void; + /** + * 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 + * logging the argument if it can't be parsed as tabular. + * + * ```js + * // These can't be parsed as tabular data + * console.table(Symbol()); + * // Symbol() + * + * console.table(undefined); + * // undefined + * + * console.table([{ a: 1, b: 'Y' }, { a: 'Z', b: 2 }]); + * // ┌─────────┬─────┬─────┐ + * // │ (index) │ a │ b │ + * // ├─────────┼─────┼─────┤ + * // │ 0 │ 1 │ 'Y' │ + * // │ 1 │ 'Z' │ 2 │ + * // └─────────┴─────┴─────┘ + * + * console.table([{ a: 1, b: 'Y' }, { a: 'Z', b: 2 }], ['a']); + * // ┌─────────┬─────┐ + * // │ (index) │ a │ + * // ├─────────┼─────┤ + * // │ 0 │ 1 │ + * // │ 1 │ 'Z' │ + * // └─────────┴─────┘ + * ``` + * @since v10.0.0 + * @param properties Alternate properties for constructing the table. + */ + table(tabularData: any, properties?: readonly string[]): void; + /** + * Starts a timer that can be used to compute the duration of an operation. Timers + * are identified by a unique `label`. Use the same `label` when calling {@link timeEnd} to stop the timer and output the elapsed time in + * suitable time units to `stdout`. For example, if the elapsed + * time is 3869ms, `console.timeEnd()` displays "3.869s". + * @since v0.1.104 + * @param [label='default'] + */ + time(label?: string): void; + /** + * Stops a timer that was previously started by calling {@link time} and + * prints the result to `stdout`: + * + * ```js + * console.time('bunch-of-stuff'); + * // Do a bunch of stuff. + * console.timeEnd('bunch-of-stuff'); + * // Prints: bunch-of-stuff: 225.438ms + * ``` + * @since v0.1.104 + * @param [label='default'] + */ + timeEnd(label?: string): void; + /** + * For a timer that was previously started by calling {@link time}, prints + * the elapsed time and other `data` arguments to `stdout`: + * + * ```js + * console.time('process'); + * const value = expensiveProcess1(); // Returns 42 + * console.timeLog('process', value); + * // Prints "process: 365.227ms 42". + * doExpensiveProcess2(value); + * console.timeEnd('process'); + * ``` + * @since v10.7.0 + * @param [label='default'] + */ + timeLog(label?: string, ...data: any[]): void; + /** + * Prints to `stderr` the string `'Trace: '`, followed by the [`util.format()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilformatformat-args) + * formatted message and stack trace to the current position in the code. + * + * ```js + * console.trace('Show me'); + * // Prints: (stack trace will vary based on where trace is called) + * // Trace: Show me + * // at repl:2:9 + * // at REPLServer.defaultEval (repl.js:248:27) + * // at bound (domain.js:287:14) + * // at REPLServer.runBound [as eval] (domain.js:300:12) + * // at REPLServer. (repl.js:412:12) + * // at emitOne (events.js:82:20) + * // at REPLServer.emit (events.js:169:7) + * // at REPLServer.Interface._onLine (readline.js:210:10) + * // at REPLServer.Interface._line (readline.js:549:8) + * // at REPLServer.Interface._ttyWrite (readline.js:826:14) + * ``` + * @since v0.1.104 + */ + trace(message?: any, ...optionalParams: any[]): void; + /** + * The `console.warn()` function is an alias for {@link error}. + * @since v0.1.100 + */ + warn(message?: any, ...optionalParams: any[]): void; + // --- Inspector mode only --- + /** + * This method does not display anything unless used in the inspector. The `console.profile()` + * method starts a JavaScript CPU profile with an optional label until {@link profileEnd} + * is called. The profile is then added to the Profile panel of the inspector. + * + * ```js + * console.profile('MyLabel'); + * // Some code + * console.profileEnd('MyLabel'); + * // Adds the profile 'MyLabel' to the Profiles panel of the inspector. + * ``` + * @since v8.0.0 + */ + profile(label?: string): void; + /** + * This method does not display anything unless used in the inspector. Stops the current + * JavaScript CPU profiling session if one has been started and prints the report to the + * Profiles panel of the inspector. See {@link profile} for an example. + * + * If this method is called without a label, the most recently started profile is stopped. + * @since v8.0.0 + */ + profileEnd(label?: string): void; + /** + * This method does not display anything unless used in the inspector. The `console.timeStamp()` + * method adds an event with the label `'label'` to the Timeline panel of the inspector. + * @since v8.0.0 + */ + timeStamp(label?: string): void; + } + /** + * The `console` module provides a simple debugging console that is similar to the + * JavaScript console mechanism provided by web browsers. + * + * The module exports two specific components: + * + * * 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. + * * A global `console` instance configured to write to [`process.stdout`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstdout) and + * [`process.stderr`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstderr). The global `console` can be used without importing the `node:console` module. + * + * _**Warning**_: The global console object's methods are neither consistently + * synchronous like the browser APIs they resemble, nor are they consistently + * asynchronous like all other Node.js streams. See the [`note on process I/O`](https://nodejs.org/docs/latest-v20.x/api/process.html#a-note-on-process-io) for + * more information. + * + * Example using the global `console`: + * + * ```js + * console.log('hello world'); + * // Prints: hello world, to stdout + * console.log('hello %s', 'world'); + * // Prints: hello world, to stdout + * console.error(new Error('Whoops, something bad happened')); + * // Prints error message and stack trace to stderr: + * // Error: Whoops, something bad happened + * // at [eval]:5:15 + * // at Script.runInThisContext (node:vm:132:18) + * // at Object.runInThisContext (node:vm:309:38) + * // at node:internal/process/execution:77:19 + * // at [eval]-wrapper:6:22 + * // at evalScript (node:internal/process/execution:76:60) + * // at node:internal/main/eval_string:23:3 + * + * const name = 'Will Robinson'; + * console.warn(`Danger ${name}! Danger!`); + * // Prints: Danger Will Robinson! Danger!, to stderr + * ``` + * + * Example using the `Console` class: + * + * ```js + * const out = getStreamSomehow(); + * const err = getStreamSomehow(); + * const myConsole = new console.Console(out, err); + * + * myConsole.log('hello world'); + * // Prints: hello world, to out + * myConsole.log('hello %s', 'world'); + * // Prints: hello world, to out + * myConsole.error(new Error('Whoops, something bad happened')); + * // Prints: [Error: Whoops, something bad happened], to err + * + * const name = 'Will Robinson'; + * myConsole.warn(`Danger ${name}! Danger!`); + * // Prints: Danger Will Robinson! Danger!, to err + * ``` + * @see [source](https://github.com/nodejs/node/blob/v20.11.1/lib/console.js) + */ + namespace console { + interface ConsoleConstructorOptions { + stdout: NodeJS.WritableStream; + stderr?: NodeJS.WritableStream | undefined; + /** + * Ignore errors when writing to the underlying streams. + * @default true + */ + ignoreErrors?: boolean | undefined; + /** + * Set color support for this `Console` instance. Setting to true enables coloring while inspecting + * values. Setting to `false` disables coloring while inspecting values. Setting to `'auto'` makes color + * support depend on the value of the `isTTY` property and the value returned by `getColorDepth()` on the + * respective stream. This option can not be used, if `inspectOptions.colors` is set as well. + * @default auto + */ + colorMode?: boolean | "auto" | undefined; + /** + * Specifies options that are passed along to + * [`util.inspect()`](https://nodejs.org/docs/latest-v20.x/api/util.html#utilinspectobject-options). + */ + inspectOptions?: InspectOptions | undefined; + /** + * Set group indentation. + * @default 2 + */ + groupIndentation?: number | undefined; + } + interface ConsoleConstructor { + prototype: Console; + new(stdout: NodeJS.WritableStream, stderr?: NodeJS.WritableStream, ignoreErrors?: boolean): Console; + new(options: ConsoleConstructorOptions): Console; + } + } + var console: Console; + } + export = globalThis.console; +} diff --git a/node_modules/@types/node/constants.d.ts b/node_modules/@types/node/constants.d.ts new file mode 100644 index 0000000..5685a9d --- /dev/null +++ b/node_modules/@types/node/constants.d.ts @@ -0,0 +1,21 @@ +/** + * @deprecated The `node:constants` module is deprecated. When requiring access to constants + * relevant to specific Node.js builtin modules, developers should instead refer + * to the `constants` property exposed by the relevant module. For instance, + * `require('node:fs').constants` and `require('node:os').constants`. + */ +declare module "constants" { + const constants: + & typeof import("node:os").constants.dlopen + & typeof import("node:os").constants.errno + & typeof import("node:os").constants.priority + & typeof import("node:os").constants.signals + & typeof import("node:fs").constants + & typeof import("node:crypto").constants; + export = constants; +} + +declare module "node:constants" { + import constants = require("constants"); + export = constants; +} diff --git a/node_modules/@types/node/crypto.d.ts b/node_modules/@types/node/crypto.d.ts new file mode 100644 index 0000000..036cf8c --- /dev/null +++ b/node_modules/@types/node/crypto.d.ts @@ -0,0 +1,4590 @@ +/** + * The `node:crypto` module provides cryptographic functionality that includes a + * set of wrappers for OpenSSL's hash, HMAC, cipher, decipher, sign, and verify + * functions. + * + * ```js + * const { createHmac } = await import('node:crypto'); + * + * const secret = 'abcdefg'; + * const hash = createHmac('sha256', secret) + * .update('I love cupcakes') + * .digest('hex'); + * console.log(hash); + * // Prints: + * // c0fa1bc00531bd78ef38c628449c5102aeabd49b5dc3a2a516ea6ea959d6658e + * ``` + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/crypto.js) + */ +declare module "crypto" { + import { NonSharedBuffer } from "node:buffer"; + import * as stream from "node:stream"; + import { PeerCertificate } from "node:tls"; + /** + * SPKAC is a Certificate Signing Request mechanism originally implemented by + * Netscape and was specified formally as part of HTML5's `keygen` element. + * + * `` is deprecated since [HTML 5.2](https://www.w3.org/TR/html52/changes.html#features-removed) and new projects + * should not use this element anymore. + * + * The `node:crypto` module provides the `Certificate` class for working with SPKAC + * data. The most common usage is handling output generated by the HTML5 `` element. Node.js uses [OpenSSL's SPKAC + * implementation](https://www.openssl.org/docs/man3.0/man1/openssl-spkac.html) internally. + * @since v0.11.8 + */ + class Certificate { + /** + * ```js + * const { Certificate } = await import('node:crypto'); + * const spkac = getSpkacSomehow(); + * const challenge = Certificate.exportChallenge(spkac); + * console.log(challenge.toString('utf8')); + * // Prints: the challenge as a UTF8 string + * ``` + * @since v9.0.0 + * @param encoding The `encoding` of the `spkac` string. + * @return The challenge component of the `spkac` data structure, which includes a public key and a challenge. + */ + static exportChallenge(spkac: BinaryLike): NonSharedBuffer; + /** + * ```js + * const { Certificate } = await import('node:crypto'); + * const spkac = getSpkacSomehow(); + * const publicKey = Certificate.exportPublicKey(spkac); + * console.log(publicKey); + * // Prints: the public key as + * ``` + * @since v9.0.0 + * @param encoding The `encoding` of the `spkac` string. + * @return The public key component of the `spkac` data structure, which includes a public key and a challenge. + */ + static exportPublicKey(spkac: BinaryLike, encoding?: string): NonSharedBuffer; + /** + * ```js + * import { Buffer } from 'node:buffer'; + * const { Certificate } = await import('node:crypto'); + * + * const spkac = getSpkacSomehow(); + * console.log(Certificate.verifySpkac(Buffer.from(spkac))); + * // Prints: true or false + * ``` + * @since v9.0.0 + * @param encoding The `encoding` of the `spkac` string. + * @return `true` if the given `spkac` data structure is valid, `false` otherwise. + */ + static verifySpkac(spkac: NodeJS.ArrayBufferView): boolean; + /** + * @deprecated + * @param spkac + * @returns The challenge component of the `spkac` data structure, + * which includes a public key and a challenge. + */ + exportChallenge(spkac: BinaryLike): NonSharedBuffer; + /** + * @deprecated + * @param spkac + * @param encoding The encoding of the spkac string. + * @returns The public key component of the `spkac` data structure, + * which includes a public key and a challenge. + */ + exportPublicKey(spkac: BinaryLike, encoding?: string): NonSharedBuffer; + /** + * @deprecated + * @param spkac + * @returns `true` if the given `spkac` data structure is valid, + * `false` otherwise. + */ + verifySpkac(spkac: NodeJS.ArrayBufferView): boolean; + } + namespace constants { + // https://nodejs.org/dist/latest-v20.x/docs/api/crypto.html#crypto-constants + const OPENSSL_VERSION_NUMBER: number; + /** Applies multiple bug workarounds within OpenSSL. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html for detail. */ + const SSL_OP_ALL: number; + /** Instructs OpenSSL to allow a non-[EC]DHE-based key exchange mode for TLS v1.3 */ + const SSL_OP_ALLOW_NO_DHE_KEX: number; + /** Allows legacy insecure renegotiation between OpenSSL and unpatched clients or servers. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */ + const SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: number; + /** Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */ + const SSL_OP_CIPHER_SERVER_PREFERENCE: number; + /** Instructs OpenSSL to use Cisco's version identifier of DTLS_BAD_VER. */ + const SSL_OP_CISCO_ANYCONNECT: number; + /** Instructs OpenSSL to turn on cookie exchange. */ + const SSL_OP_COOKIE_EXCHANGE: number; + /** Instructs OpenSSL to add server-hello extension from an early version of the cryptopro draft. */ + const SSL_OP_CRYPTOPRO_TLSEXT_BUG: number; + /** Instructs OpenSSL to disable a SSL 3.0/TLS 1.0 vulnerability workaround added in OpenSSL 0.9.6d. */ + const SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS: number; + /** Allows initial connection to servers that do not support RI. */ + const SSL_OP_LEGACY_SERVER_CONNECT: number; + /** Instructs OpenSSL to disable support for SSL/TLS compression. */ + const SSL_OP_NO_COMPRESSION: number; + /** Instructs OpenSSL to disable encrypt-then-MAC. */ + const SSL_OP_NO_ENCRYPT_THEN_MAC: number; + const SSL_OP_NO_QUERY_MTU: number; + /** Instructs OpenSSL to disable renegotiation. */ + const SSL_OP_NO_RENEGOTIATION: number; + /** Instructs OpenSSL to always start a new session when performing renegotiation. */ + const SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION: number; + /** Instructs OpenSSL to turn off SSL v2 */ + const SSL_OP_NO_SSLv2: number; + /** Instructs OpenSSL to turn off SSL v3 */ + const SSL_OP_NO_SSLv3: number; + /** Instructs OpenSSL to disable use of RFC4507bis tickets. */ + const SSL_OP_NO_TICKET: number; + /** Instructs OpenSSL to turn off TLS v1 */ + const SSL_OP_NO_TLSv1: number; + /** Instructs OpenSSL to turn off TLS v1.1 */ + const SSL_OP_NO_TLSv1_1: number; + /** Instructs OpenSSL to turn off TLS v1.2 */ + const SSL_OP_NO_TLSv1_2: number; + /** Instructs OpenSSL to turn off TLS v1.3 */ + const SSL_OP_NO_TLSv1_3: number; + /** Instructs OpenSSL server to prioritize ChaCha20-Poly1305 when the client does. This option has no effect if `SSL_OP_CIPHER_SERVER_PREFERENCE` is not enabled. */ + const SSL_OP_PRIORITIZE_CHACHA: number; + /** Instructs OpenSSL to disable version rollback attack detection. */ + const SSL_OP_TLS_ROLLBACK_BUG: number; + const ENGINE_METHOD_RSA: number; + const ENGINE_METHOD_DSA: number; + const ENGINE_METHOD_DH: number; + const ENGINE_METHOD_RAND: number; + const ENGINE_METHOD_EC: number; + const ENGINE_METHOD_CIPHERS: number; + const ENGINE_METHOD_DIGESTS: number; + const ENGINE_METHOD_PKEY_METHS: number; + const ENGINE_METHOD_PKEY_ASN1_METHS: number; + const ENGINE_METHOD_ALL: number; + const ENGINE_METHOD_NONE: number; + const DH_CHECK_P_NOT_SAFE_PRIME: number; + const DH_CHECK_P_NOT_PRIME: number; + const DH_UNABLE_TO_CHECK_GENERATOR: number; + const DH_NOT_SUITABLE_GENERATOR: number; + const RSA_PKCS1_PADDING: number; + const RSA_SSLV23_PADDING: number; + const RSA_NO_PADDING: number; + const RSA_PKCS1_OAEP_PADDING: number; + const RSA_X931_PADDING: number; + const RSA_PKCS1_PSS_PADDING: number; + /** Sets the salt length for RSA_PKCS1_PSS_PADDING to the digest size when signing or verifying. */ + const RSA_PSS_SALTLEN_DIGEST: number; + /** Sets the salt length for RSA_PKCS1_PSS_PADDING to the maximum permissible value when signing data. */ + const RSA_PSS_SALTLEN_MAX_SIGN: number; + /** Causes the salt length for RSA_PKCS1_PSS_PADDING to be determined automatically when verifying a signature. */ + const RSA_PSS_SALTLEN_AUTO: number; + const POINT_CONVERSION_COMPRESSED: number; + const POINT_CONVERSION_UNCOMPRESSED: number; + const POINT_CONVERSION_HYBRID: number; + /** Specifies the built-in default cipher list used by Node.js (colon-separated values). */ + const defaultCoreCipherList: string; + /** Specifies the active default cipher list used by the current Node.js process (colon-separated values). */ + const defaultCipherList: string; + } + interface HashOptions extends stream.TransformOptions { + /** + * For XOF hash functions such as `shake256`, the + * outputLength option can be used to specify the desired output length in bytes. + */ + outputLength?: number | undefined; + } + /** @deprecated since v10.0.0 */ + const fips: boolean; + /** + * Creates and returns a `Hash` object that can be used to generate hash digests + * using the given `algorithm`. Optional `options` argument controls stream + * behavior. For XOF hash functions such as `'shake256'`, the `outputLength` option + * can be used to specify the desired output length in bytes. + * + * The `algorithm` is dependent on the available algorithms supported by the + * version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc. + * On recent releases of OpenSSL, `openssl list -digest-algorithms` will + * display the available digest algorithms. + * + * Example: generating the sha256 sum of a file + * + * ```js + * import { + * createReadStream, + * } from 'node:fs'; + * import { argv } from 'node:process'; + * const { + * createHash, + * } = await import('node:crypto'); + * + * const filename = argv[2]; + * + * const hash = createHash('sha256'); + * + * const input = createReadStream(filename); + * input.on('readable', () => { + * // Only one element is going to be produced by the + * // hash stream. + * const data = input.read(); + * if (data) + * hash.update(data); + * else { + * console.log(`${hash.digest('hex')} ${filename}`); + * } + * }); + * ``` + * @since v0.1.92 + * @param options `stream.transform` options + */ + function createHash(algorithm: string, options?: HashOptions): Hash; + /** + * Creates and returns an `Hmac` object that uses the given `algorithm` and `key`. + * Optional `options` argument controls stream behavior. + * + * The `algorithm` is dependent on the available algorithms supported by the + * version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc. + * On recent releases of OpenSSL, `openssl list -digest-algorithms` will + * display the available digest algorithms. + * + * The `key` is the HMAC key used to generate the cryptographic HMAC hash. If it is + * a `KeyObject`, its type must be `secret`. If it is a string, please consider `caveats when using strings as inputs to cryptographic APIs`. If it was + * obtained from a cryptographically secure source of entropy, such as {@link randomBytes} or {@link generateKey}, its length should not + * exceed the block size of `algorithm` (e.g., 512 bits for SHA-256). + * + * Example: generating the sha256 HMAC of a file + * + * ```js + * import { + * createReadStream, + * } from 'node:fs'; + * import { argv } from 'node:process'; + * const { + * createHmac, + * } = await import('node:crypto'); + * + * const filename = argv[2]; + * + * const hmac = createHmac('sha256', 'a secret'); + * + * const input = createReadStream(filename); + * input.on('readable', () => { + * // Only one element is going to be produced by the + * // hash stream. + * const data = input.read(); + * if (data) + * hmac.update(data); + * else { + * console.log(`${hmac.digest('hex')} ${filename}`); + * } + * }); + * ``` + * @since v0.1.94 + * @param options `stream.transform` options + */ + function createHmac(algorithm: string, key: BinaryLike | KeyObject, options?: stream.TransformOptions): Hmac; + // https://nodejs.org/api/buffer.html#buffer_buffers_and_character_encodings + type BinaryToTextEncoding = "base64" | "base64url" | "hex" | "binary"; + type CharacterEncoding = "utf8" | "utf-8" | "utf16le" | "utf-16le" | "latin1"; + type LegacyCharacterEncoding = "ascii" | "binary" | "ucs2" | "ucs-2"; + type Encoding = BinaryToTextEncoding | CharacterEncoding | LegacyCharacterEncoding; + type ECDHKeyFormat = "compressed" | "uncompressed" | "hybrid"; + /** + * The `Hash` class is a utility for creating hash digests of data. It can be + * used in one of two ways: + * + * * As a `stream` that is both readable and writable, where data is written + * to produce a computed hash digest on the readable side, or + * * Using the `hash.update()` and `hash.digest()` methods to produce the + * computed hash. + * + * The {@link createHash} method is used to create `Hash` instances. `Hash`objects are not to be created directly using the `new` keyword. + * + * Example: Using `Hash` objects as streams: + * + * ```js + * const { + * createHash, + * } = await import('node:crypto'); + * + * const hash = createHash('sha256'); + * + * hash.on('readable', () => { + * // Only one element is going to be produced by the + * // hash stream. + * const data = hash.read(); + * if (data) { + * console.log(data.toString('hex')); + * // Prints: + * // 6a2da20943931e9834fc12cfe5bb47bbd9ae43489a30726962b576f4e3993e50 + * } + * }); + * + * hash.write('some data to hash'); + * hash.end(); + * ``` + * + * Example: Using `Hash` and piped streams: + * + * ```js + * import { createReadStream } from 'node:fs'; + * import { stdout } from 'node:process'; + * const { createHash } = await import('node:crypto'); + * + * const hash = createHash('sha256'); + * + * const input = createReadStream('test.js'); + * input.pipe(hash).setEncoding('hex').pipe(stdout); + * ``` + * + * Example: Using the `hash.update()` and `hash.digest()` methods: + * + * ```js + * const { + * createHash, + * } = await import('node:crypto'); + * + * const hash = createHash('sha256'); + * + * hash.update('some data to hash'); + * console.log(hash.digest('hex')); + * // Prints: + * // 6a2da20943931e9834fc12cfe5bb47bbd9ae43489a30726962b576f4e3993e50 + * ``` + * @since v0.1.92 + */ + class Hash extends stream.Transform { + private constructor(); + /** + * Creates a new `Hash` object that contains a deep copy of the internal state + * of the current `Hash` object. + * + * The optional `options` argument controls stream behavior. For XOF hash + * functions such as `'shake256'`, the `outputLength` option can be used to + * specify the desired output length in bytes. + * + * An error is thrown when an attempt is made to copy the `Hash` object after + * its `hash.digest()` method has been called. + * + * ```js + * // Calculate a rolling hash. + * const { + * createHash, + * } = await import('node:crypto'); + * + * const hash = createHash('sha256'); + * + * hash.update('one'); + * console.log(hash.copy().digest('hex')); + * + * hash.update('two'); + * console.log(hash.copy().digest('hex')); + * + * hash.update('three'); + * console.log(hash.copy().digest('hex')); + * + * // Etc. + * ``` + * @since v13.1.0 + * @param options `stream.transform` options + */ + copy(options?: HashOptions): Hash; + /** + * Updates the hash content with the given `data`, the encoding of which + * is given in `inputEncoding`. + * If `encoding` is not provided, and the `data` is a string, an + * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. + * + * This can be called many times with new data as it is streamed. + * @since v0.1.92 + * @param inputEncoding The `encoding` of the `data` string. + */ + update(data: BinaryLike): Hash; + update(data: string, inputEncoding: Encoding): Hash; + /** + * Calculates the digest of all of the data passed to be hashed (using the `hash.update()` method). + * If `encoding` is provided a string will be returned; otherwise + * a `Buffer` is returned. + * + * The `Hash` object can not be used again after `hash.digest()` method has been + * called. Multiple calls will cause an error to be thrown. + * @since v0.1.92 + * @param encoding The `encoding` of the return value. + */ + digest(): NonSharedBuffer; + digest(encoding: BinaryToTextEncoding): string; + } + /** + * The `Hmac` class is a utility for creating cryptographic HMAC digests. It can + * be used in one of two ways: + * + * * As a `stream` that is both readable and writable, where data is written + * to produce a computed HMAC digest on the readable side, or + * * Using the `hmac.update()` and `hmac.digest()` methods to produce the + * computed HMAC digest. + * + * The {@link createHmac} method is used to create `Hmac` instances. `Hmac`objects are not to be created directly using the `new` keyword. + * + * Example: Using `Hmac` objects as streams: + * + * ```js + * const { + * createHmac, + * } = await import('node:crypto'); + * + * const hmac = createHmac('sha256', 'a secret'); + * + * hmac.on('readable', () => { + * // Only one element is going to be produced by the + * // hash stream. + * const data = hmac.read(); + * if (data) { + * console.log(data.toString('hex')); + * // Prints: + * // 7fd04df92f636fd450bc841c9418e5825c17f33ad9c87c518115a45971f7f77e + * } + * }); + * + * hmac.write('some data to hash'); + * hmac.end(); + * ``` + * + * Example: Using `Hmac` and piped streams: + * + * ```js + * import { createReadStream } from 'node:fs'; + * import { stdout } from 'node:process'; + * const { + * createHmac, + * } = await import('node:crypto'); + * + * const hmac = createHmac('sha256', 'a secret'); + * + * const input = createReadStream('test.js'); + * input.pipe(hmac).pipe(stdout); + * ``` + * + * Example: Using the `hmac.update()` and `hmac.digest()` methods: + * + * ```js + * const { + * createHmac, + * } = await import('node:crypto'); + * + * const hmac = createHmac('sha256', 'a secret'); + * + * hmac.update('some data to hash'); + * console.log(hmac.digest('hex')); + * // Prints: + * // 7fd04df92f636fd450bc841c9418e5825c17f33ad9c87c518115a45971f7f77e + * ``` + * @since v0.1.94 + * @deprecated Since v20.13.0 Calling `Hmac` class directly with `Hmac()` or `new Hmac()` is deprecated due to being internals, not intended for public use. Please use the {@link createHmac} method to create Hmac instances. + */ + class Hmac extends stream.Transform { + private constructor(); + /** + * Updates the `Hmac` content with the given `data`, the encoding of which + * is given in `inputEncoding`. + * If `encoding` is not provided, and the `data` is a string, an + * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. + * + * This can be called many times with new data as it is streamed. + * @since v0.1.94 + * @param inputEncoding The `encoding` of the `data` string. + */ + update(data: BinaryLike): Hmac; + update(data: string, inputEncoding: Encoding): Hmac; + /** + * Calculates the HMAC digest of all of the data passed using `hmac.update()`. + * If `encoding` is + * provided a string is returned; otherwise a `Buffer` is returned; + * + * The `Hmac` object can not be used again after `hmac.digest()` has been + * called. Multiple calls to `hmac.digest()` will result in an error being thrown. + * @since v0.1.94 + * @param encoding The `encoding` of the return value. + */ + digest(): NonSharedBuffer; + digest(encoding: BinaryToTextEncoding): string; + } + type KeyObjectType = "secret" | "public" | "private"; + interface KeyExportOptions { + type: "pkcs1" | "spki" | "pkcs8" | "sec1"; + format: T; + cipher?: string | undefined; + passphrase?: string | Buffer | undefined; + } + interface JwkKeyExportOptions { + format: "jwk"; + } + interface JsonWebKey { + crv?: string; + d?: string; + dp?: string; + dq?: string; + e?: string; + k?: string; + kty?: string; + n?: string; + p?: string; + q?: string; + qi?: string; + x?: string; + y?: string; + [key: string]: unknown; + } + interface AsymmetricKeyDetails { + /** + * Key size in bits (RSA, DSA). + */ + modulusLength?: number; + /** + * Public exponent (RSA). + */ + publicExponent?: bigint; + /** + * Name of the message digest (RSA-PSS). + */ + hashAlgorithm?: string; + /** + * Name of the message digest used by MGF1 (RSA-PSS). + */ + mgf1HashAlgorithm?: string; + /** + * Minimal salt length in bytes (RSA-PSS). + */ + saltLength?: number; + /** + * Size of q in bits (DSA). + */ + divisorLength?: number; + /** + * Name of the curve (EC). + */ + namedCurve?: string; + } + /** + * Node.js uses a `KeyObject` class to represent a symmetric or asymmetric key, + * and each kind of key exposes different functions. The {@link createSecretKey}, {@link createPublicKey} and {@link createPrivateKey} methods are used to create `KeyObject`instances. `KeyObject` + * objects are not to be created directly using the `new`keyword. + * + * Most applications should consider using the new `KeyObject` API instead of + * passing keys as strings or `Buffer`s due to improved security features. + * + * `KeyObject` instances can be passed to other threads via `postMessage()`. + * The receiver obtains a cloned `KeyObject`, and the `KeyObject` does not need to + * be listed in the `transferList` argument. + * @since v11.6.0 + */ + class KeyObject { + private constructor(); + /** + * Example: Converting a `CryptoKey` instance to a `KeyObject`: + * + * ```js + * const { KeyObject } = await import('node:crypto'); + * const { subtle } = globalThis.crypto; + * + * const key = await subtle.generateKey({ + * name: 'HMAC', + * hash: 'SHA-256', + * length: 256, + * }, true, ['sign', 'verify']); + * + * const keyObject = KeyObject.from(key); + * console.log(keyObject.symmetricKeySize); + * // Prints: 32 (symmetric key size in bytes) + * ``` + * @since v15.0.0 + */ + static from(key: webcrypto.CryptoKey): KeyObject; + /** + * For asymmetric keys, this property represents the type of the key. Supported key + * types are: + * + * * `'rsa'` (OID 1.2.840.113549.1.1.1) + * * `'rsa-pss'` (OID 1.2.840.113549.1.1.10) + * * `'dsa'` (OID 1.2.840.10040.4.1) + * * `'ec'` (OID 1.2.840.10045.2.1) + * * `'x25519'` (OID 1.3.101.110) + * * `'x448'` (OID 1.3.101.111) + * * `'ed25519'` (OID 1.3.101.112) + * * `'ed448'` (OID 1.3.101.113) + * * `'dh'` (OID 1.2.840.113549.1.3.1) + * + * This property is `undefined` for unrecognized `KeyObject` types and symmetric + * keys. + * @since v11.6.0 + */ + asymmetricKeyType?: KeyType; + /** + * This property exists only on asymmetric keys. Depending on the type of the key, + * this object contains information about the key. None of the information obtained + * through this property can be used to uniquely identify a key or to compromise + * the security of the key. + * + * For RSA-PSS keys, if the key material contains a `RSASSA-PSS-params` sequence, + * the `hashAlgorithm`, `mgf1HashAlgorithm`, and `saltLength` properties will be + * set. + * + * Other key details might be exposed via this API using additional attributes. + * @since v15.7.0 + */ + asymmetricKeyDetails?: AsymmetricKeyDetails; + /** + * For symmetric keys, the following encoding options can be used: + * + * For public keys, the following encoding options can be used: + * + * For private keys, the following encoding options can be used: + * + * The result type depends on the selected encoding format, when PEM the + * result is a string, when DER it will be a buffer containing the data + * encoded as DER, when [JWK](https://tools.ietf.org/html/rfc7517) it will be an object. + * + * When [JWK](https://tools.ietf.org/html/rfc7517) encoding format was selected, all other encoding options are + * ignored. + * + * PKCS#1, SEC1, and PKCS#8 type keys can be encrypted by using a combination of + * the `cipher` and `format` options. The PKCS#8 `type` can be used with any`format` to encrypt any key algorithm (RSA, EC, or DH) by specifying a`cipher`. PKCS#1 and SEC1 can only be + * encrypted by specifying a `cipher`when the PEM `format` is used. For maximum compatibility, use PKCS#8 for + * encrypted private keys. Since PKCS#8 defines its own + * encryption mechanism, PEM-level encryption is not supported when encrypting + * a PKCS#8 key. See [RFC 5208](https://www.rfc-editor.org/rfc/rfc5208.txt) for PKCS#8 encryption and [RFC 1421](https://www.rfc-editor.org/rfc/rfc1421.txt) for + * PKCS#1 and SEC1 encryption. + * @since v11.6.0 + */ + export(options: KeyExportOptions<"pem">): string | NonSharedBuffer; + export(options?: KeyExportOptions<"der">): NonSharedBuffer; + export(options?: JwkKeyExportOptions): JsonWebKey; + /** + * Returns `true` or `false` depending on whether the keys have exactly the same + * type, value, and parameters. This method is not [constant time](https://en.wikipedia.org/wiki/Timing_attack). + * @since v17.7.0, v16.15.0 + * @param otherKeyObject A `KeyObject` with which to compare `keyObject`. + */ + equals(otherKeyObject: KeyObject): boolean; + /** + * For secret keys, this property represents the size of the key in bytes. This + * property is `undefined` for asymmetric keys. + * @since v11.6.0 + */ + symmetricKeySize?: number; + /** + * Depending on the type of this `KeyObject`, this property is either`'secret'` for secret (symmetric) keys, `'public'` for public (asymmetric) keys + * or `'private'` for private (asymmetric) keys. + * @since v11.6.0 + */ + type: KeyObjectType; + } + type CipherCCMTypes = "aes-128-ccm" | "aes-192-ccm" | "aes-256-ccm"; + type CipherGCMTypes = "aes-128-gcm" | "aes-192-gcm" | "aes-256-gcm"; + type CipherOCBTypes = "aes-128-ocb" | "aes-192-ocb" | "aes-256-ocb"; + type CipherChaCha20Poly1305Types = "chacha20-poly1305"; + type BinaryLike = string | NodeJS.ArrayBufferView; + type CipherKey = BinaryLike | KeyObject; + interface CipherCCMOptions extends stream.TransformOptions { + authTagLength: number; + } + interface CipherGCMOptions extends stream.TransformOptions { + authTagLength?: number | undefined; + } + interface CipherOCBOptions extends stream.TransformOptions { + authTagLength: number; + } + interface CipherChaCha20Poly1305Options extends stream.TransformOptions { + /** @default 16 */ + authTagLength?: number | undefined; + } + /** + * Creates and returns a `Cipher` object that uses the given `algorithm` and `password`. + * + * The `options` argument controls stream behavior and is optional except when a + * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the`authTagLength` option is required and specifies the length of the + * authentication tag in bytes, see `CCM mode`. In GCM mode, the `authTagLength`option is not required but can be used to set the length of the authentication + * tag that will be returned by `getAuthTag()` and defaults to 16 bytes. + * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. + * + * The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On + * recent OpenSSL releases, `openssl list -cipher-algorithms` will + * display the available cipher algorithms. + * + * The `password` is used to derive the cipher key and initialization vector (IV). + * The value must be either a `'latin1'` encoded string, a `Buffer`, a`TypedArray`, or a `DataView`. + * + * **This function is semantically insecure for all** + * **supported ciphers and fatally flawed for ciphers in counter mode (such as CTR,** + * **GCM, or CCM).** + * + * The implementation of `crypto.createCipher()` derives keys using the OpenSSL + * function [`EVP_BytesToKey`](https://www.openssl.org/docs/man3.0/man3/EVP_BytesToKey.html) with the digest algorithm set to MD5, one + * iteration, and no salt. The lack of salt allows dictionary attacks as the same + * password always creates the same key. The low iteration count and + * non-cryptographically secure hash algorithm allow passwords to be tested very + * rapidly. + * + * In line with OpenSSL's recommendation to use a more modern algorithm instead of [`EVP_BytesToKey`](https://www.openssl.org/docs/man3.0/man3/EVP_BytesToKey.html) it is recommended that + * developers derive a key and IV on + * their own using {@link scrypt} and to use {@link createCipheriv} to create the `Cipher` object. Users should not use ciphers with counter mode + * (e.g. CTR, GCM, or CCM) in `crypto.createCipher()`. A warning is emitted when + * they are used in order to avoid the risk of IV reuse that causes + * vulnerabilities. For the case when IV is reused in GCM, see [Nonce-Disrespecting Adversaries](https://github.com/nonce-disrespect/nonce-disrespect) for details. + * @since v0.1.94 + * @deprecated Since v10.0.0 - Use {@link createCipheriv} instead. + * @param options `stream.transform` options + */ + function createCipher(algorithm: CipherCCMTypes, password: BinaryLike, options: CipherCCMOptions): CipherCCM; + /** @deprecated since v10.0.0 use `createCipheriv()` */ + function createCipher(algorithm: CipherGCMTypes, password: BinaryLike, options?: CipherGCMOptions): CipherGCM; + /** @deprecated since v10.0.0 use `createCipheriv()` */ + function createCipher(algorithm: CipherOCBTypes, password: BinaryLike, options: CipherOCBOptions): CipherOCB; + /** @deprecated since v10.0.0 use `createCipheriv()` */ + function createCipher( + algorithm: CipherChaCha20Poly1305Types, + password: BinaryLike, + options?: CipherChaCha20Poly1305Options, + ): CipherChaCha20Poly1305; + /** @deprecated since v10.0.0 use `createCipheriv()` */ + function createCipher(algorithm: string, password: BinaryLike, options?: stream.TransformOptions): Cipher; + /** + * Creates and returns a `Cipher` object, with the given `algorithm`, `key` and + * initialization vector (`iv`). + * + * The `options` argument controls stream behavior and is optional except when a + * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the`authTagLength` option is required and specifies the length of the + * authentication tag in bytes, see `CCM mode`. In GCM mode, the `authTagLength`option is not required but can be used to set the length of the authentication + * tag that will be returned by `getAuthTag()` and defaults to 16 bytes. + * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. + * + * The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On + * recent OpenSSL releases, `openssl list -cipher-algorithms` will + * display the available cipher algorithms. + * + * The `key` is the raw key used by the `algorithm` and `iv` is an [initialization vector](https://en.wikipedia.org/wiki/Initialization_vector). Both arguments must be `'utf8'` encoded + * strings,`Buffers`, `TypedArray`, or `DataView`s. The `key` may optionally be + * a `KeyObject` of type `secret`. If the cipher does not need + * an initialization vector, `iv` may be `null`. + * + * When passing strings for `key` or `iv`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * Initialization vectors should be unpredictable and unique; ideally, they will be + * cryptographically random. They do not have to be secret: IVs are typically just + * added to ciphertext messages unencrypted. It may sound contradictory that + * something has to be unpredictable and unique, but does not have to be secret; + * remember that an attacker must not be able to predict ahead of time what a + * given IV will be. + * @since v0.1.94 + * @param options `stream.transform` options + */ + function createCipheriv( + algorithm: CipherCCMTypes, + key: CipherKey, + iv: BinaryLike, + options: CipherCCMOptions, + ): CipherCCM; + function createCipheriv( + algorithm: CipherOCBTypes, + key: CipherKey, + iv: BinaryLike, + options: CipherOCBOptions, + ): CipherOCB; + function createCipheriv( + algorithm: CipherGCMTypes, + key: CipherKey, + iv: BinaryLike, + options?: CipherGCMOptions, + ): CipherGCM; + function createCipheriv( + algorithm: CipherChaCha20Poly1305Types, + key: CipherKey, + iv: BinaryLike, + options?: CipherChaCha20Poly1305Options, + ): CipherChaCha20Poly1305; + function createCipheriv( + algorithm: string, + key: CipherKey, + iv: BinaryLike | null, + options?: stream.TransformOptions, + ): Cipher; + /** + * Instances of the `Cipher` class are used to encrypt data. The class can be + * used in one of two ways: + * + * * As a `stream` that is both readable and writable, where plain unencrypted + * data is written to produce encrypted data on the readable side, or + * * Using the `cipher.update()` and `cipher.final()` methods to produce + * the encrypted data. + * + * The {@link createCipher} or {@link createCipheriv} methods are + * used to create `Cipher` instances. `Cipher` objects are not to be created + * directly using the `new` keyword. + * + * Example: Using `Cipher` objects as streams: + * + * ```js + * const { + * scrypt, + * randomFill, + * createCipheriv, + * } = await import('node:crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * + * // First, we'll generate the key. The key length is dependent on the algorithm. + * // In this case for aes192, it is 24 bytes (192 bits). + * scrypt(password, 'salt', 24, (err, key) => { + * if (err) throw err; + * // Then, we'll generate a random initialization vector + * randomFill(new Uint8Array(16), (err, iv) => { + * if (err) throw err; + * + * // Once we have the key and iv, we can create and use the cipher... + * const cipher = createCipheriv(algorithm, key, iv); + * + * let encrypted = ''; + * cipher.setEncoding('hex'); + * + * cipher.on('data', (chunk) => encrypted += chunk); + * cipher.on('end', () => console.log(encrypted)); + * + * cipher.write('some clear text data'); + * cipher.end(); + * }); + * }); + * ``` + * + * Example: Using `Cipher` and piped streams: + * + * ```js + * import { + * createReadStream, + * createWriteStream, + * } from 'node:fs'; + * + * import { + * pipeline, + * } from 'node:stream'; + * + * const { + * scrypt, + * randomFill, + * createCipheriv, + * } = await import('node:crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * + * // First, we'll generate the key. The key length is dependent on the algorithm. + * // In this case for aes192, it is 24 bytes (192 bits). + * scrypt(password, 'salt', 24, (err, key) => { + * if (err) throw err; + * // Then, we'll generate a random initialization vector + * randomFill(new Uint8Array(16), (err, iv) => { + * if (err) throw err; + * + * const cipher = createCipheriv(algorithm, key, iv); + * + * const input = createReadStream('test.js'); + * const output = createWriteStream('test.enc'); + * + * pipeline(input, cipher, output, (err) => { + * if (err) throw err; + * }); + * }); + * }); + * ``` + * + * Example: Using the `cipher.update()` and `cipher.final()` methods: + * + * ```js + * const { + * scrypt, + * randomFill, + * createCipheriv, + * } = await import('node:crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * + * // First, we'll generate the key. The key length is dependent on the algorithm. + * // In this case for aes192, it is 24 bytes (192 bits). + * scrypt(password, 'salt', 24, (err, key) => { + * if (err) throw err; + * // Then, we'll generate a random initialization vector + * randomFill(new Uint8Array(16), (err, iv) => { + * if (err) throw err; + * + * const cipher = createCipheriv(algorithm, key, iv); + * + * let encrypted = cipher.update('some clear text data', 'utf8', 'hex'); + * encrypted += cipher.final('hex'); + * console.log(encrypted); + * }); + * }); + * ``` + * @since v0.1.94 + */ + class Cipher extends stream.Transform { + private constructor(); + /** + * Updates the cipher with `data`. If the `inputEncoding` argument is given, + * the `data`argument is a string using the specified encoding. If the `inputEncoding`argument is not given, `data` must be a `Buffer`, `TypedArray`, or `DataView`. If `data` is a `Buffer`, + * `TypedArray`, or `DataView`, then `inputEncoding` is ignored. + * + * The `outputEncoding` specifies the output format of the enciphered + * data. If the `outputEncoding`is specified, a string using the specified encoding is returned. If no`outputEncoding` is provided, a `Buffer` is returned. + * + * The `cipher.update()` method can be called multiple times with new data until `cipher.final()` is called. Calling `cipher.update()` after `cipher.final()` will result in an error being + * thrown. + * @since v0.1.94 + * @param inputEncoding The `encoding` of the data. + * @param outputEncoding The `encoding` of the return value. + */ + update(data: BinaryLike): NonSharedBuffer; + update(data: string, inputEncoding: Encoding): NonSharedBuffer; + update(data: NodeJS.ArrayBufferView, inputEncoding: undefined, outputEncoding: Encoding): string; + update(data: string, inputEncoding: Encoding | undefined, outputEncoding: Encoding): string; + /** + * Once the `cipher.final()` method has been called, the `Cipher` object can no + * longer be used to encrypt data. Attempts to call `cipher.final()` more than + * once will result in an error being thrown. + * @since v0.1.94 + * @param outputEncoding The `encoding` of the return value. + * @return Any remaining enciphered contents. If `outputEncoding` is specified, a string is returned. If an `outputEncoding` is not provided, a {@link Buffer} is returned. + */ + final(): NonSharedBuffer; + final(outputEncoding: BufferEncoding): string; + /** + * When using block encryption algorithms, the `Cipher` class will automatically + * add padding to the input data to the appropriate block size. To disable the + * default padding call `cipher.setAutoPadding(false)`. + * + * When `autoPadding` is `false`, the length of the entire input data must be a + * multiple of the cipher's block size or `cipher.final()` will throw an error. + * Disabling automatic padding is useful for non-standard padding, for instance + * using `0x0` instead of PKCS padding. + * + * The `cipher.setAutoPadding()` method must be called before `cipher.final()`. + * @since v0.7.1 + * @param [autoPadding=true] + * @return for method chaining. + */ + setAutoPadding(autoPadding?: boolean): this; + } + interface CipherCCM extends Cipher { + setAAD( + buffer: NodeJS.ArrayBufferView, + options: { + plaintextLength: number; + }, + ): this; + getAuthTag(): NonSharedBuffer; + } + interface CipherGCM extends Cipher { + setAAD( + buffer: NodeJS.ArrayBufferView, + options?: { + plaintextLength: number; + }, + ): this; + getAuthTag(): NonSharedBuffer; + } + interface CipherOCB extends Cipher { + setAAD( + buffer: NodeJS.ArrayBufferView, + options?: { + plaintextLength: number; + }, + ): this; + getAuthTag(): NonSharedBuffer; + } + interface CipherChaCha20Poly1305 extends Cipher { + setAAD( + buffer: NodeJS.ArrayBufferView, + options: { + plaintextLength: number; + }, + ): this; + getAuthTag(): NonSharedBuffer; + } + /** + * Creates and returns a `Decipher` object that uses the given `algorithm` and `password` (key). + * + * The `options` argument controls stream behavior and is optional except when a + * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the `authTagLength` option is required and specifies the length of the + * authentication tag in bytes, see `CCM mode`. + * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. + * + * **This function is semantically insecure for all** + * **supported ciphers and fatally flawed for ciphers in counter mode (such as CTR,** + * **GCM, or CCM).** + * + * The implementation of `crypto.createDecipher()` derives keys using the OpenSSL + * function [`EVP_BytesToKey`](https://www.openssl.org/docs/man3.0/man3/EVP_BytesToKey.html) with the digest algorithm set to MD5, one + * iteration, and no salt. The lack of salt allows dictionary attacks as the same + * password always creates the same key. The low iteration count and + * non-cryptographically secure hash algorithm allow passwords to be tested very + * rapidly. + * + * In line with OpenSSL's recommendation to use a more modern algorithm instead of [`EVP_BytesToKey`](https://www.openssl.org/docs/man3.0/man3/EVP_BytesToKey.html) it is recommended that + * developers derive a key and IV on + * their own using {@link scrypt} and to use {@link createDecipheriv} to create the `Decipher` object. + * @since v0.1.94 + * @deprecated Since v10.0.0 - Use {@link createDecipheriv} instead. + * @param options `stream.transform` options + */ + function createDecipher(algorithm: CipherCCMTypes, password: BinaryLike, options: CipherCCMOptions): DecipherCCM; + /** @deprecated since v10.0.0 use `createDecipheriv()` */ + function createDecipher(algorithm: CipherGCMTypes, password: BinaryLike, options?: CipherGCMOptions): DecipherGCM; + /** @deprecated since v10.0.0 use `createDecipheriv()` */ + function createDecipher(algorithm: CipherOCBTypes, password: BinaryLike, options: CipherOCBOptions): DecipherOCB; + /** @deprecated since v10.0.0 use `createDecipheriv()` */ + function createDecipher( + algorithm: CipherChaCha20Poly1305Types, + password: BinaryLike, + options?: CipherChaCha20Poly1305Options, + ): DecipherChaCha20Poly1305; + /** @deprecated since v10.0.0 use `createDecipheriv()` */ + function createDecipher(algorithm: string, password: BinaryLike, options?: stream.TransformOptions): Decipher; + /** + * Creates and returns a `Decipher` object that uses the given `algorithm`, `key` and initialization vector (`iv`). + * + * The `options` argument controls stream behavior and is optional except when a + * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the `authTagLength` option is required and specifies the length of the + * authentication tag in bytes, see `CCM mode`. In GCM mode, the `authTagLength` option is not required but can be used to restrict accepted authentication tags + * to those with the specified length. + * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. + * + * The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On + * recent OpenSSL releases, `openssl list -cipher-algorithms` will + * display the available cipher algorithms. + * + * The `key` is the raw key used by the `algorithm` and `iv` is an [initialization vector](https://en.wikipedia.org/wiki/Initialization_vector). Both arguments must be `'utf8'` encoded + * strings,`Buffers`, `TypedArray`, or `DataView`s. The `key` may optionally be + * a `KeyObject` of type `secret`. If the cipher does not need + * an initialization vector, `iv` may be `null`. + * + * When passing strings for `key` or `iv`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * Initialization vectors should be unpredictable and unique; ideally, they will be + * cryptographically random. They do not have to be secret: IVs are typically just + * added to ciphertext messages unencrypted. It may sound contradictory that + * something has to be unpredictable and unique, but does not have to be secret; + * remember that an attacker must not be able to predict ahead of time what a given + * IV will be. + * @since v0.1.94 + * @param options `stream.transform` options + */ + function createDecipheriv( + algorithm: CipherCCMTypes, + key: CipherKey, + iv: BinaryLike, + options: CipherCCMOptions, + ): DecipherCCM; + function createDecipheriv( + algorithm: CipherOCBTypes, + key: CipherKey, + iv: BinaryLike, + options: CipherOCBOptions, + ): DecipherOCB; + function createDecipheriv( + algorithm: CipherGCMTypes, + key: CipherKey, + iv: BinaryLike, + options?: CipherGCMOptions, + ): DecipherGCM; + function createDecipheriv( + algorithm: CipherChaCha20Poly1305Types, + key: CipherKey, + iv: BinaryLike, + options?: CipherChaCha20Poly1305Options, + ): DecipherChaCha20Poly1305; + function createDecipheriv( + algorithm: string, + key: CipherKey, + iv: BinaryLike | null, + options?: stream.TransformOptions, + ): Decipher; + /** + * Instances of the `Decipher` class are used to decrypt data. The class can be + * used in one of two ways: + * + * * As a `stream` that is both readable and writable, where plain encrypted + * data is written to produce unencrypted data on the readable side, or + * * Using the `decipher.update()` and `decipher.final()` methods to + * produce the unencrypted data. + * + * The {@link createDecipher} or {@link createDecipheriv} methods are + * used to create `Decipher` instances. `Decipher` objects are not to be created + * directly using the `new` keyword. + * + * Example: Using `Decipher` objects as streams: + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { + * scryptSync, + * createDecipheriv, + * } = await import('node:crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * // Key length is dependent on the algorithm. In this case for aes192, it is + * // 24 bytes (192 bits). + * // Use the async `crypto.scrypt()` instead. + * const key = scryptSync(password, 'salt', 24); + * // The IV is usually passed along with the ciphertext. + * const iv = Buffer.alloc(16, 0); // Initialization vector. + * + * const decipher = createDecipheriv(algorithm, key, iv); + * + * let decrypted = ''; + * decipher.on('readable', () => { + * let chunk; + * while (null !== (chunk = decipher.read())) { + * decrypted += chunk.toString('utf8'); + * } + * }); + * decipher.on('end', () => { + * console.log(decrypted); + * // Prints: some clear text data + * }); + * + * // Encrypted with same algorithm, key and iv. + * const encrypted = + * 'e5f79c5915c02171eec6b212d5520d44480993d7d622a7c4c2da32f6efda0ffa'; + * decipher.write(encrypted, 'hex'); + * decipher.end(); + * ``` + * + * Example: Using `Decipher` and piped streams: + * + * ```js + * import { + * createReadStream, + * createWriteStream, + * } from 'node:fs'; + * import { Buffer } from 'node:buffer'; + * const { + * scryptSync, + * createDecipheriv, + * } = await import('node:crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * // Use the async `crypto.scrypt()` instead. + * const key = scryptSync(password, 'salt', 24); + * // The IV is usually passed along with the ciphertext. + * const iv = Buffer.alloc(16, 0); // Initialization vector. + * + * const decipher = createDecipheriv(algorithm, key, iv); + * + * const input = createReadStream('test.enc'); + * const output = createWriteStream('test.js'); + * + * input.pipe(decipher).pipe(output); + * ``` + * + * Example: Using the `decipher.update()` and `decipher.final()` methods: + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { + * scryptSync, + * createDecipheriv, + * } = await import('node:crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * // Use the async `crypto.scrypt()` instead. + * const key = scryptSync(password, 'salt', 24); + * // The IV is usually passed along with the ciphertext. + * const iv = Buffer.alloc(16, 0); // Initialization vector. + * + * const decipher = createDecipheriv(algorithm, key, iv); + * + * // Encrypted using same algorithm, key and iv. + * const encrypted = + * 'e5f79c5915c02171eec6b212d5520d44480993d7d622a7c4c2da32f6efda0ffa'; + * let decrypted = decipher.update(encrypted, 'hex', 'utf8'); + * decrypted += decipher.final('utf8'); + * console.log(decrypted); + * // Prints: some clear text data + * ``` + * @since v0.1.94 + */ + class Decipher extends stream.Transform { + private constructor(); + /** + * Updates the decipher with `data`. If the `inputEncoding` argument is given, + * the `data` argument is a string using the specified encoding. If the `inputEncoding` argument is not given, `data` must be a `Buffer`. If `data` is a `Buffer` then `inputEncoding` is + * ignored. + * + * The `outputEncoding` specifies the output format of the enciphered + * data. If the `outputEncoding` is specified, a string using the specified encoding is returned. If no `outputEncoding` is provided, a `Buffer` is returned. + * + * The `decipher.update()` method can be called multiple times with new data until `decipher.final()` is called. Calling `decipher.update()` after `decipher.final()` will result in an error + * being thrown. + * @since v0.1.94 + * @param inputEncoding The `encoding` of the `data` string. + * @param outputEncoding The `encoding` of the return value. + */ + update(data: NodeJS.ArrayBufferView): NonSharedBuffer; + update(data: string, inputEncoding: Encoding): NonSharedBuffer; + update(data: NodeJS.ArrayBufferView, inputEncoding: undefined, outputEncoding: Encoding): string; + update(data: string, inputEncoding: Encoding | undefined, outputEncoding: Encoding): string; + /** + * Once the `decipher.final()` method has been called, the `Decipher` object can + * no longer be used to decrypt data. Attempts to call `decipher.final()` more + * than once will result in an error being thrown. + * @since v0.1.94 + * @param outputEncoding The `encoding` of the return value. + * @return Any remaining deciphered contents. If `outputEncoding` is specified, a string is returned. If an `outputEncoding` is not provided, a {@link Buffer} is returned. + */ + final(): NonSharedBuffer; + final(outputEncoding: BufferEncoding): string; + /** + * When data has been encrypted without standard block padding, calling `decipher.setAutoPadding(false)` will disable automatic padding to prevent `decipher.final()` from checking for and + * removing padding. + * + * Turning auto padding off will only work if the input data's length is a + * multiple of the ciphers block size. + * + * The `decipher.setAutoPadding()` method must be called before `decipher.final()`. + * @since v0.7.1 + * @param [autoPadding=true] + * @return for method chaining. + */ + setAutoPadding(auto_padding?: boolean): this; + } + interface DecipherCCM extends Decipher { + setAuthTag(buffer: NodeJS.ArrayBufferView): this; + setAAD( + buffer: NodeJS.ArrayBufferView, + options: { + plaintextLength: number; + }, + ): this; + } + interface DecipherGCM extends Decipher { + setAuthTag(buffer: NodeJS.ArrayBufferView): this; + setAAD( + buffer: NodeJS.ArrayBufferView, + options?: { + plaintextLength: number; + }, + ): this; + } + interface DecipherOCB extends Decipher { + setAuthTag(buffer: NodeJS.ArrayBufferView): this; + setAAD( + buffer: NodeJS.ArrayBufferView, + options?: { + plaintextLength: number; + }, + ): this; + } + interface DecipherChaCha20Poly1305 extends Decipher { + setAuthTag(buffer: NodeJS.ArrayBufferView): this; + setAAD( + buffer: NodeJS.ArrayBufferView, + options: { + plaintextLength: number; + }, + ): this; + } + interface PrivateKeyInput { + key: string | Buffer; + format?: KeyFormat | undefined; + type?: "pkcs1" | "pkcs8" | "sec1" | undefined; + passphrase?: string | Buffer | undefined; + encoding?: string | undefined; + } + interface PublicKeyInput { + key: string | Buffer; + format?: KeyFormat | undefined; + type?: "pkcs1" | "spki" | undefined; + encoding?: string | undefined; + } + /** + * Asynchronously generates a new random secret key of the given `length`. The `type` will determine which validations will be performed on the `length`. + * + * ```js + * const { + * generateKey, + * } = await import('node:crypto'); + * + * generateKey('hmac', { length: 512 }, (err, key) => { + * if (err) throw err; + * console.log(key.export().toString('hex')); // 46e..........620 + * }); + * ``` + * + * The size of a generated HMAC key should not exceed the block size of the + * underlying hash function. See {@link createHmac} for more information. + * @since v15.0.0 + * @param type The intended use of the generated secret key. Currently accepted values are `'hmac'` and `'aes'`. + */ + function generateKey( + type: "hmac" | "aes", + options: { + length: number; + }, + callback: (err: Error | null, key: KeyObject) => void, + ): void; + /** + * Synchronously generates a new random secret key of the given `length`. The `type` will determine which validations will be performed on the `length`. + * + * ```js + * const { + * generateKeySync, + * } = await import('node:crypto'); + * + * const key = generateKeySync('hmac', { length: 512 }); + * console.log(key.export().toString('hex')); // e89..........41e + * ``` + * + * The size of a generated HMAC key should not exceed the block size of the + * underlying hash function. See {@link createHmac} for more information. + * @since v15.0.0 + * @param type The intended use of the generated secret key. Currently accepted values are `'hmac'` and `'aes'`. + */ + function generateKeySync( + type: "hmac" | "aes", + options: { + length: number; + }, + ): KeyObject; + interface JsonWebKeyInput { + key: JsonWebKey; + format: "jwk"; + } + /** + * Creates and returns a new key object containing a private key. If `key` is a + * string or `Buffer`, `format` is assumed to be `'pem'`; otherwise, `key` must be an object with the properties described above. + * + * If the private key is encrypted, a `passphrase` must be specified. The length + * of the passphrase is limited to 1024 bytes. + * @since v11.6.0 + */ + function createPrivateKey(key: PrivateKeyInput | string | Buffer | JsonWebKeyInput): KeyObject; + /** + * Creates and returns a new key object containing a public key. If `key` is a + * string or `Buffer`, `format` is assumed to be `'pem'`; if `key` is a `KeyObject` with type `'private'`, the public key is derived from the given private key; + * otherwise, `key` must be an object with the properties described above. + * + * If the format is `'pem'`, the `'key'` may also be an X.509 certificate. + * + * Because public keys can be derived from private keys, a private key may be + * passed instead of a public key. In that case, this function behaves as if {@link createPrivateKey} had been called, except that the type of the + * returned `KeyObject` will be `'public'` and that the private key cannot be + * extracted from the returned `KeyObject`. Similarly, if a `KeyObject` with type `'private'` is given, a new `KeyObject` with type `'public'` will be returned + * and it will be impossible to extract the private key from the returned object. + * @since v11.6.0 + */ + function createPublicKey(key: PublicKeyInput | string | Buffer | KeyObject | JsonWebKeyInput): KeyObject; + /** + * Creates and returns a new key object containing a secret key for symmetric + * encryption or `Hmac`. + * @since v11.6.0 + * @param encoding The string encoding when `key` is a string. + */ + function createSecretKey(key: NodeJS.ArrayBufferView): KeyObject; + function createSecretKey(key: string, encoding: BufferEncoding): KeyObject; + /** + * Creates and returns a `Sign` object that uses the given `algorithm`. Use {@link getHashes} to obtain the names of the available digest algorithms. + * Optional `options` argument controls the `stream.Writable` behavior. + * + * In some cases, a `Sign` instance can be created using the name of a signature + * algorithm, such as `'RSA-SHA256'`, instead of a digest algorithm. This will use + * the corresponding digest algorithm. This does not work for all signature + * algorithms, such as `'ecdsa-with-SHA256'`, so it is best to always use digest + * algorithm names. + * @since v0.1.92 + * @param options `stream.Writable` options + */ + function createSign(algorithm: string, options?: stream.WritableOptions): Sign; + type DSAEncoding = "der" | "ieee-p1363"; + interface SigningOptions { + /** + * @see crypto.constants.RSA_PKCS1_PADDING + */ + padding?: number | undefined; + saltLength?: number | undefined; + dsaEncoding?: DSAEncoding | undefined; + } + interface SignPrivateKeyInput extends PrivateKeyInput, SigningOptions {} + interface SignKeyObjectInput extends SigningOptions { + key: KeyObject; + } + interface SignJsonWebKeyInput extends JsonWebKeyInput, SigningOptions {} + interface VerifyPublicKeyInput extends PublicKeyInput, SigningOptions {} + interface VerifyKeyObjectInput extends SigningOptions { + key: KeyObject; + } + interface VerifyJsonWebKeyInput extends JsonWebKeyInput, SigningOptions {} + type KeyLike = string | Buffer | KeyObject; + /** + * The `Sign` class is a utility for generating signatures. It can be used in one + * of two ways: + * + * * As a writable `stream`, where data to be signed is written and the `sign.sign()` method is used to generate and return the signature, or + * * Using the `sign.update()` and `sign.sign()` methods to produce the + * signature. + * + * The {@link createSign} method is used to create `Sign` instances. The + * argument is the string name of the hash function to use. `Sign` objects are not + * to be created directly using the `new` keyword. + * + * Example: Using `Sign` and `Verify` objects as streams: + * + * ```js + * const { + * generateKeyPairSync, + * createSign, + * createVerify, + * } = await import('node:crypto'); + * + * const { privateKey, publicKey } = generateKeyPairSync('ec', { + * namedCurve: 'sect239k1', + * }); + * + * const sign = createSign('SHA256'); + * sign.write('some data to sign'); + * sign.end(); + * const signature = sign.sign(privateKey, 'hex'); + * + * const verify = createVerify('SHA256'); + * verify.write('some data to sign'); + * verify.end(); + * console.log(verify.verify(publicKey, signature, 'hex')); + * // Prints: true + * ``` + * + * Example: Using the `sign.update()` and `verify.update()` methods: + * + * ```js + * const { + * generateKeyPairSync, + * createSign, + * createVerify, + * } = await import('node:crypto'); + * + * const { privateKey, publicKey } = generateKeyPairSync('rsa', { + * modulusLength: 2048, + * }); + * + * const sign = createSign('SHA256'); + * sign.update('some data to sign'); + * sign.end(); + * const signature = sign.sign(privateKey); + * + * const verify = createVerify('SHA256'); + * verify.update('some data to sign'); + * verify.end(); + * console.log(verify.verify(publicKey, signature)); + * // Prints: true + * ``` + * @since v0.1.92 + */ + class Sign extends stream.Writable { + private constructor(); + /** + * Updates the `Sign` content with the given `data`, the encoding of which + * is given in `inputEncoding`. + * If `encoding` is not provided, and the `data` is a string, an + * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. + * + * This can be called many times with new data as it is streamed. + * @since v0.1.92 + * @param inputEncoding The `encoding` of the `data` string. + */ + update(data: BinaryLike): this; + update(data: string, inputEncoding: Encoding): this; + /** + * Calculates the signature on all the data passed through using either `sign.update()` or `sign.write()`. + * + * If `privateKey` is not a `KeyObject`, this function behaves as if `privateKey` had been passed to {@link createPrivateKey}. If it is an + * object, the following additional properties can be passed: + * + * If `outputEncoding` is provided a string is returned; otherwise a `Buffer` is returned. + * + * The `Sign` object can not be again used after `sign.sign()` method has been + * called. Multiple calls to `sign.sign()` will result in an error being thrown. + * @since v0.1.92 + */ + sign(privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput | SignJsonWebKeyInput): NonSharedBuffer; + sign( + privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput | SignJsonWebKeyInput, + outputFormat: BinaryToTextEncoding, + ): string; + } + /** + * Creates and returns a `Verify` object that uses the given algorithm. + * Use {@link getHashes} to obtain an array of names of the available + * signing algorithms. Optional `options` argument controls the `stream.Writable` behavior. + * + * In some cases, a `Verify` instance can be created using the name of a signature + * algorithm, such as `'RSA-SHA256'`, instead of a digest algorithm. This will use + * the corresponding digest algorithm. This does not work for all signature + * algorithms, such as `'ecdsa-with-SHA256'`, so it is best to always use digest + * algorithm names. + * @since v0.1.92 + * @param options `stream.Writable` options + */ + function createVerify(algorithm: string, options?: stream.WritableOptions): Verify; + /** + * The `Verify` class is a utility for verifying signatures. It can be used in one + * of two ways: + * + * * As a writable `stream` where written data is used to validate against the + * supplied signature, or + * * Using the `verify.update()` and `verify.verify()` methods to verify + * the signature. + * + * The {@link createVerify} method is used to create `Verify` instances. `Verify` objects are not to be created directly using the `new` keyword. + * + * See `Sign` for examples. + * @since v0.1.92 + */ + class Verify extends stream.Writable { + private constructor(); + /** + * Updates the `Verify` content with the given `data`, the encoding of which + * is given in `inputEncoding`. + * If `inputEncoding` is not provided, and the `data` is a string, an + * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or `DataView`, then `inputEncoding` is ignored. + * + * This can be called many times with new data as it is streamed. + * @since v0.1.92 + * @param inputEncoding The `encoding` of the `data` string. + */ + update(data: BinaryLike): Verify; + update(data: string, inputEncoding: Encoding): Verify; + /** + * Verifies the provided data using the given `object` and `signature`. + * + * If `object` is not a `KeyObject`, this function behaves as if `object` had been passed to {@link createPublicKey}. If it is an + * object, the following additional properties can be passed: + * + * The `signature` argument is the previously calculated signature for the data, in + * the `signatureEncoding`. + * If a `signatureEncoding` is specified, the `signature` is expected to be a + * string; otherwise `signature` is expected to be a `Buffer`, `TypedArray`, or `DataView`. + * + * The `verify` object can not be used again after `verify.verify()` has been + * called. Multiple calls to `verify.verify()` will result in an error being + * thrown. + * + * Because public keys can be derived from private keys, a private key may + * be passed instead of a public key. + * @since v0.1.92 + */ + verify( + object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput | VerifyJsonWebKeyInput, + signature: NodeJS.ArrayBufferView, + ): boolean; + verify( + object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput | VerifyJsonWebKeyInput, + signature: string, + signature_format?: BinaryToTextEncoding, + ): boolean; + } + /** + * Creates a `DiffieHellman` key exchange object using the supplied `prime` and an + * optional specific `generator`. + * + * The `generator` argument can be a number, string, or `Buffer`. If `generator` is not specified, the value `2` is used. + * + * If `primeEncoding` is specified, `prime` is expected to be a string; otherwise + * a `Buffer`, `TypedArray`, or `DataView` is expected. + * + * If `generatorEncoding` is specified, `generator` is expected to be a string; + * otherwise a number, `Buffer`, `TypedArray`, or `DataView` is expected. + * @since v0.11.12 + * @param primeEncoding The `encoding` of the `prime` string. + * @param [generator=2] + * @param generatorEncoding The `encoding` of the `generator` string. + */ + function createDiffieHellman(primeLength: number, generator?: number): DiffieHellman; + function createDiffieHellman( + prime: ArrayBuffer | NodeJS.ArrayBufferView, + generator?: number | ArrayBuffer | NodeJS.ArrayBufferView, + ): DiffieHellman; + function createDiffieHellman( + prime: ArrayBuffer | NodeJS.ArrayBufferView, + generator: string, + generatorEncoding: BinaryToTextEncoding, + ): DiffieHellman; + function createDiffieHellman( + prime: string, + primeEncoding: BinaryToTextEncoding, + generator?: number | ArrayBuffer | NodeJS.ArrayBufferView, + ): DiffieHellman; + function createDiffieHellman( + prime: string, + primeEncoding: BinaryToTextEncoding, + generator: string, + generatorEncoding: BinaryToTextEncoding, + ): DiffieHellman; + /** + * The `DiffieHellman` class is a utility for creating Diffie-Hellman key + * exchanges. + * + * Instances of the `DiffieHellman` class can be created using the {@link createDiffieHellman} function. + * + * ```js + * import assert from 'node:assert'; + * + * const { + * createDiffieHellman, + * } = await import('node:crypto'); + * + * // Generate Alice's keys... + * const alice = createDiffieHellman(2048); + * const aliceKey = alice.generateKeys(); + * + * // Generate Bob's keys... + * const bob = createDiffieHellman(alice.getPrime(), alice.getGenerator()); + * const bobKey = bob.generateKeys(); + * + * // Exchange and generate the secret... + * const aliceSecret = alice.computeSecret(bobKey); + * const bobSecret = bob.computeSecret(aliceKey); + * + * // OK + * assert.strictEqual(aliceSecret.toString('hex'), bobSecret.toString('hex')); + * ``` + * @since v0.5.0 + */ + class DiffieHellman { + private constructor(); + /** + * Generates private and public Diffie-Hellman key values unless they have been + * generated or computed already, and returns + * the public key in the specified `encoding`. This key should be + * transferred to the other party. + * If `encoding` is provided a string is returned; otherwise a `Buffer` is returned. + * + * This function is a thin wrapper around [`DH_generate_key()`](https://www.openssl.org/docs/man3.0/man3/DH_generate_key.html). In particular, + * once a private key has been generated or set, calling this function only updates + * the public key but does not generate a new private key. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + generateKeys(): NonSharedBuffer; + generateKeys(encoding: BinaryToTextEncoding): string; + /** + * Computes the shared secret using `otherPublicKey` as the other + * party's public key and returns the computed shared secret. The supplied + * key is interpreted using the specified `inputEncoding`, and secret is + * encoded using specified `outputEncoding`. + * If the `inputEncoding` is not + * provided, `otherPublicKey` is expected to be a `Buffer`, `TypedArray`, or `DataView`. + * + * If `outputEncoding` is given a string is returned; otherwise, a `Buffer` is returned. + * @since v0.5.0 + * @param inputEncoding The `encoding` of an `otherPublicKey` string. + * @param outputEncoding The `encoding` of the return value. + */ + computeSecret( + otherPublicKey: NodeJS.ArrayBufferView, + inputEncoding?: null, + outputEncoding?: null, + ): NonSharedBuffer; + computeSecret( + otherPublicKey: string, + inputEncoding: BinaryToTextEncoding, + outputEncoding?: null, + ): NonSharedBuffer; + computeSecret( + otherPublicKey: NodeJS.ArrayBufferView, + inputEncoding: null, + outputEncoding: BinaryToTextEncoding, + ): string; + computeSecret( + otherPublicKey: string, + inputEncoding: BinaryToTextEncoding, + outputEncoding: BinaryToTextEncoding, + ): string; + /** + * Returns the Diffie-Hellman prime in the specified `encoding`. + * If `encoding` is provided a string is + * returned; otherwise a `Buffer` is returned. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + getPrime(): NonSharedBuffer; + getPrime(encoding: BinaryToTextEncoding): string; + /** + * Returns the Diffie-Hellman generator in the specified `encoding`. + * If `encoding` is provided a string is + * returned; otherwise a `Buffer` is returned. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + getGenerator(): NonSharedBuffer; + getGenerator(encoding: BinaryToTextEncoding): string; + /** + * Returns the Diffie-Hellman public key in the specified `encoding`. + * If `encoding` is provided a + * string is returned; otherwise a `Buffer` is returned. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + getPublicKey(): NonSharedBuffer; + getPublicKey(encoding: BinaryToTextEncoding): string; + /** + * Returns the Diffie-Hellman private key in the specified `encoding`. + * If `encoding` is provided a + * string is returned; otherwise a `Buffer` is returned. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + getPrivateKey(): NonSharedBuffer; + getPrivateKey(encoding: BinaryToTextEncoding): string; + /** + * Sets the Diffie-Hellman public key. If the `encoding` argument is provided, `publicKey` is expected + * to be a string. If no `encoding` is provided, `publicKey` is expected + * to be a `Buffer`, `TypedArray`, or `DataView`. + * @since v0.5.0 + * @param encoding The `encoding` of the `publicKey` string. + */ + setPublicKey(publicKey: NodeJS.ArrayBufferView): void; + setPublicKey(publicKey: string, encoding: BufferEncoding): void; + /** + * Sets the Diffie-Hellman private key. If the `encoding` argument is provided,`privateKey` is expected + * to be a string. If no `encoding` is provided, `privateKey` is expected + * to be a `Buffer`, `TypedArray`, or `DataView`. + * + * This function does not automatically compute the associated public key. Either `diffieHellman.setPublicKey()` or `diffieHellman.generateKeys()` can be + * used to manually provide the public key or to automatically derive it. + * @since v0.5.0 + * @param encoding The `encoding` of the `privateKey` string. + */ + setPrivateKey(privateKey: NodeJS.ArrayBufferView): void; + setPrivateKey(privateKey: string, encoding: BufferEncoding): void; + /** + * A bit field containing any warnings and/or errors resulting from a check + * performed during initialization of the `DiffieHellman` object. + * + * The following values are valid for this property (as defined in `node:constants` module): + * + * * `DH_CHECK_P_NOT_SAFE_PRIME` + * * `DH_CHECK_P_NOT_PRIME` + * * `DH_UNABLE_TO_CHECK_GENERATOR` + * * `DH_NOT_SUITABLE_GENERATOR` + * @since v0.11.12 + */ + verifyError: number; + } + /** + * The `DiffieHellmanGroup` class takes a well-known modp group as its argument. + * It works the same as `DiffieHellman`, except that it does not allow changing its keys after creation. + * In other words, it does not implement `setPublicKey()` or `setPrivateKey()` methods. + * + * ```js + * const { createDiffieHellmanGroup } = await import('node:crypto'); + * const dh = createDiffieHellmanGroup('modp1'); + * ``` + * The name (e.g. `'modp1'`) is taken from [RFC 2412](https://www.rfc-editor.org/rfc/rfc2412.txt) (modp1 and 2) and [RFC 3526](https://www.rfc-editor.org/rfc/rfc3526.txt): + * ```bash + * $ perl -ne 'print "$1\n" if /"(modp\d+)"/' src/node_crypto_groups.h + * modp1 # 768 bits + * modp2 # 1024 bits + * modp5 # 1536 bits + * modp14 # 2048 bits + * modp15 # etc. + * modp16 + * modp17 + * modp18 + * ``` + * @since v0.7.5 + */ + const DiffieHellmanGroup: DiffieHellmanGroupConstructor; + interface DiffieHellmanGroupConstructor { + new(name: string): DiffieHellmanGroup; + (name: string): DiffieHellmanGroup; + readonly prototype: DiffieHellmanGroup; + } + type DiffieHellmanGroup = Omit; + /** + * Creates a predefined `DiffieHellmanGroup` key exchange object. The + * supported groups are listed in the documentation for `DiffieHellmanGroup`. + * + * The returned object mimics the interface of objects created by {@link createDiffieHellman}, but will not allow changing + * the keys (with `diffieHellman.setPublicKey()`, for example). The + * advantage of using this method is that the parties do not have to + * generate nor exchange a group modulus beforehand, saving both processor + * and communication time. + * + * Example (obtaining a shared secret): + * + * ```js + * const { + * getDiffieHellman, + * } = await import('node:crypto'); + * const alice = getDiffieHellman('modp14'); + * const bob = getDiffieHellman('modp14'); + * + * alice.generateKeys(); + * bob.generateKeys(); + * + * const aliceSecret = alice.computeSecret(bob.getPublicKey(), null, 'hex'); + * const bobSecret = bob.computeSecret(alice.getPublicKey(), null, 'hex'); + * + * // aliceSecret and bobSecret should be the same + * console.log(aliceSecret === bobSecret); + * ``` + * @since v0.7.5 + */ + function getDiffieHellman(groupName: string): DiffieHellmanGroup; + /** + * An alias for {@link getDiffieHellman} + * @since v0.9.3 + */ + function createDiffieHellmanGroup(name: string): DiffieHellmanGroup; + /** + * Provides an asynchronous Password-Based Key Derivation Function 2 (PBKDF2) + * implementation. A selected HMAC digest algorithm specified by `digest` is + * applied to derive a key of the requested byte length (`keylen`) from the `password`, `salt` and `iterations`. + * + * The supplied `callback` function is called with two arguments: `err` and `derivedKey`. If an error occurs while deriving the key, `err` will be set; + * otherwise `err` will be `null`. By default, the successfully generated `derivedKey` will be passed to the callback as a `Buffer`. An error will be + * thrown if any of the input arguments specify invalid values or types. + * + * The `iterations` argument must be a number set as high as possible. The + * higher the number of iterations, the more secure the derived key will be, + * but will take a longer amount of time to complete. + * + * The `salt` should be as unique as possible. It is recommended that a salt is + * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. + * + * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * ```js + * const { + * pbkdf2, + * } = await import('node:crypto'); + * + * pbkdf2('secret', 'salt', 100000, 64, 'sha512', (err, derivedKey) => { + * if (err) throw err; + * console.log(derivedKey.toString('hex')); // '3745e48...08d59ae' + * }); + * ``` + * + * An array of supported digest functions can be retrieved using {@link getHashes}. + * + * This API uses libuv's threadpool, which can have surprising and + * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information. + * @since v0.5.5 + */ + function pbkdf2( + password: BinaryLike, + salt: BinaryLike, + iterations: number, + keylen: number, + digest: string, + callback: (err: Error | null, derivedKey: NonSharedBuffer) => void, + ): void; + /** + * Provides a synchronous Password-Based Key Derivation Function 2 (PBKDF2) + * implementation. A selected HMAC digest algorithm specified by `digest` is + * applied to derive a key of the requested byte length (`keylen`) from the `password`, `salt` and `iterations`. + * + * If an error occurs an `Error` will be thrown, otherwise the derived key will be + * returned as a `Buffer`. + * + * The `iterations` argument must be a number set as high as possible. The + * higher the number of iterations, the more secure the derived key will be, + * but will take a longer amount of time to complete. + * + * The `salt` should be as unique as possible. It is recommended that a salt is + * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. + * + * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * ```js + * const { + * pbkdf2Sync, + * } = await import('node:crypto'); + * + * const key = pbkdf2Sync('secret', 'salt', 100000, 64, 'sha512'); + * console.log(key.toString('hex')); // '3745e48...08d59ae' + * ``` + * + * An array of supported digest functions can be retrieved using {@link getHashes}. + * @since v0.9.3 + */ + function pbkdf2Sync( + password: BinaryLike, + salt: BinaryLike, + iterations: number, + keylen: number, + digest: string, + ): NonSharedBuffer; + /** + * Generates cryptographically strong pseudorandom data. The `size` argument + * is a number indicating the number of bytes to generate. + * + * If a `callback` function is provided, the bytes are generated asynchronously + * and the `callback` function is invoked with two arguments: `err` and `buf`. + * If an error occurs, `err` will be an `Error` object; otherwise it is `null`. The `buf` argument is a `Buffer` containing the generated bytes. + * + * ```js + * // Asynchronous + * const { + * randomBytes, + * } = await import('node:crypto'); + * + * randomBytes(256, (err, buf) => { + * if (err) throw err; + * console.log(`${buf.length} bytes of random data: ${buf.toString('hex')}`); + * }); + * ``` + * + * If the `callback` function is not provided, the random bytes are generated + * synchronously and returned as a `Buffer`. An error will be thrown if + * there is a problem generating the bytes. + * + * ```js + * // Synchronous + * const { + * randomBytes, + * } = await import('node:crypto'); + * + * const buf = randomBytes(256); + * console.log( + * `${buf.length} bytes of random data: ${buf.toString('hex')}`); + * ``` + * + * The `crypto.randomBytes()` method will not complete until there is + * sufficient entropy available. + * This should normally never take longer than a few milliseconds. The only time + * when generating the random bytes may conceivably block for a longer period of + * time is right after boot, when the whole system is still low on entropy. + * + * This API uses libuv's threadpool, which can have surprising and + * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information. + * + * The asynchronous version of `crypto.randomBytes()` is carried out in a single + * threadpool request. To minimize threadpool task length variation, partition + * large `randomBytes` requests when doing so as part of fulfilling a client + * request. + * @since v0.5.8 + * @param size The number of bytes to generate. The `size` must not be larger than `2**31 - 1`. + * @return if the `callback` function is not provided. + */ + function randomBytes(size: number): NonSharedBuffer; + function randomBytes(size: number, callback: (err: Error | null, buf: NonSharedBuffer) => void): void; + function pseudoRandomBytes(size: number): NonSharedBuffer; + function pseudoRandomBytes(size: number, callback: (err: Error | null, buf: NonSharedBuffer) => void): void; + /** + * Return a random integer `n` such that `min <= n < max`. This + * implementation avoids [modulo bias](https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle#Modulo_bias). + * + * The range (`max - min`) must be less than 2**48. `min` and `max` must + * be [safe integers](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isSafeInteger). + * + * If the `callback` function is not provided, the random integer is + * generated synchronously. + * + * ```js + * // Asynchronous + * const { + * randomInt, + * } = await import('node:crypto'); + * + * randomInt(3, (err, n) => { + * if (err) throw err; + * console.log(`Random number chosen from (0, 1, 2): ${n}`); + * }); + * ``` + * + * ```js + * // Synchronous + * const { + * randomInt, + * } = await import('node:crypto'); + * + * const n = randomInt(3); + * console.log(`Random number chosen from (0, 1, 2): ${n}`); + * ``` + * + * ```js + * // With `min` argument + * const { + * randomInt, + * } = await import('node:crypto'); + * + * const n = randomInt(1, 7); + * console.log(`The dice rolled: ${n}`); + * ``` + * @since v14.10.0, v12.19.0 + * @param [min=0] Start of random range (inclusive). + * @param max End of random range (exclusive). + * @param callback `function(err, n) {}`. + */ + function randomInt(max: number): number; + function randomInt(min: number, max: number): number; + function randomInt(max: number, callback: (err: Error | null, value: number) => void): void; + function randomInt(min: number, max: number, callback: (err: Error | null, value: number) => void): void; + /** + * Synchronous version of {@link randomFill}. + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { randomFillSync } = await import('node:crypto'); + * + * const buf = Buffer.alloc(10); + * console.log(randomFillSync(buf).toString('hex')); + * + * randomFillSync(buf, 5); + * console.log(buf.toString('hex')); + * + * // The above is equivalent to the following: + * randomFillSync(buf, 5, 5); + * console.log(buf.toString('hex')); + * ``` + * + * Any `ArrayBuffer`, `TypedArray` or `DataView` instance may be passed as`buffer`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { randomFillSync } = await import('node:crypto'); + * + * const a = new Uint32Array(10); + * console.log(Buffer.from(randomFillSync(a).buffer, + * a.byteOffset, a.byteLength).toString('hex')); + * + * const b = new DataView(new ArrayBuffer(10)); + * console.log(Buffer.from(randomFillSync(b).buffer, + * b.byteOffset, b.byteLength).toString('hex')); + * + * const c = new ArrayBuffer(10); + * console.log(Buffer.from(randomFillSync(c)).toString('hex')); + * ``` + * @since v7.10.0, v6.13.0 + * @param buffer Must be supplied. The size of the provided `buffer` must not be larger than `2**31 - 1`. + * @param [offset=0] + * @param [size=buffer.length - offset] + * @return The object passed as `buffer` argument. + */ + function randomFillSync(buffer: T, offset?: number, size?: number): T; + /** + * This function is similar to {@link randomBytes} but requires the first + * argument to be a `Buffer` that will be filled. It also + * requires that a callback is passed in. + * + * If the `callback` function is not provided, an error will be thrown. + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { randomFill } = await import('node:crypto'); + * + * const buf = Buffer.alloc(10); + * randomFill(buf, (err, buf) => { + * if (err) throw err; + * console.log(buf.toString('hex')); + * }); + * + * randomFill(buf, 5, (err, buf) => { + * if (err) throw err; + * console.log(buf.toString('hex')); + * }); + * + * // The above is equivalent to the following: + * randomFill(buf, 5, 5, (err, buf) => { + * if (err) throw err; + * console.log(buf.toString('hex')); + * }); + * ``` + * + * Any `ArrayBuffer`, `TypedArray`, or `DataView` instance may be passed as `buffer`. + * + * While this includes instances of `Float32Array` and `Float64Array`, this + * function should not be used to generate random floating-point numbers. The + * result may contain `+Infinity`, `-Infinity`, and `NaN`, and even if the array + * contains finite numbers only, they are not drawn from a uniform random + * distribution and have no meaningful lower or upper bounds. + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { randomFill } = await import('node:crypto'); + * + * const a = new Uint32Array(10); + * randomFill(a, (err, buf) => { + * if (err) throw err; + * console.log(Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength) + * .toString('hex')); + * }); + * + * const b = new DataView(new ArrayBuffer(10)); + * randomFill(b, (err, buf) => { + * if (err) throw err; + * console.log(Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength) + * .toString('hex')); + * }); + * + * const c = new ArrayBuffer(10); + * randomFill(c, (err, buf) => { + * if (err) throw err; + * console.log(Buffer.from(buf).toString('hex')); + * }); + * ``` + * + * This API uses libuv's threadpool, which can have surprising and + * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information. + * + * The asynchronous version of `crypto.randomFill()` is carried out in a single + * threadpool request. To minimize threadpool task length variation, partition + * large `randomFill` requests when doing so as part of fulfilling a client + * request. + * @since v7.10.0, v6.13.0 + * @param buffer Must be supplied. The size of the provided `buffer` must not be larger than `2**31 - 1`. + * @param [offset=0] + * @param [size=buffer.length - offset] + * @param callback `function(err, buf) {}`. + */ + function randomFill( + buffer: T, + callback: (err: Error | null, buf: T) => void, + ): void; + function randomFill( + buffer: T, + offset: number, + callback: (err: Error | null, buf: T) => void, + ): void; + function randomFill( + buffer: T, + offset: number, + size: number, + callback: (err: Error | null, buf: T) => void, + ): void; + interface ScryptOptions { + cost?: number | undefined; + blockSize?: number | undefined; + parallelization?: number | undefined; + N?: number | undefined; + r?: number | undefined; + p?: number | undefined; + maxmem?: number | undefined; + } + /** + * Provides an asynchronous [scrypt](https://en.wikipedia.org/wiki/Scrypt) implementation. Scrypt is a password-based + * key derivation function that is designed to be expensive computationally and + * memory-wise in order to make brute-force attacks unrewarding. + * + * The `salt` should be as unique as possible. It is recommended that a salt is + * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. + * + * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * The `callback` function is called with two arguments: `err` and `derivedKey`. `err` is an exception object when key derivation fails, otherwise `err` is `null`. `derivedKey` is passed to the + * callback as a `Buffer`. + * + * An exception is thrown when any of the input arguments specify invalid values + * or types. + * + * ```js + * const { + * scrypt, + * } = await import('node:crypto'); + * + * // Using the factory defaults. + * scrypt('password', 'salt', 64, (err, derivedKey) => { + * if (err) throw err; + * console.log(derivedKey.toString('hex')); // '3745e48...08d59ae' + * }); + * // Using a custom N parameter. Must be a power of two. + * scrypt('password', 'salt', 64, { N: 1024 }, (err, derivedKey) => { + * if (err) throw err; + * console.log(derivedKey.toString('hex')); // '3745e48...aa39b34' + * }); + * ``` + * @since v10.5.0 + */ + function scrypt( + password: BinaryLike, + salt: BinaryLike, + keylen: number, + callback: (err: Error | null, derivedKey: NonSharedBuffer) => void, + ): void; + function scrypt( + password: BinaryLike, + salt: BinaryLike, + keylen: number, + options: ScryptOptions, + callback: (err: Error | null, derivedKey: NonSharedBuffer) => void, + ): void; + /** + * Provides a synchronous [scrypt](https://en.wikipedia.org/wiki/Scrypt) implementation. Scrypt is a password-based + * key derivation function that is designed to be expensive computationally and + * memory-wise in order to make brute-force attacks unrewarding. + * + * The `salt` should be as unique as possible. It is recommended that a salt is + * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. + * + * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * An exception is thrown when key derivation fails, otherwise the derived key is + * returned as a `Buffer`. + * + * An exception is thrown when any of the input arguments specify invalid values + * or types. + * + * ```js + * const { + * scryptSync, + * } = await import('node:crypto'); + * // Using the factory defaults. + * + * const key1 = scryptSync('password', 'salt', 64); + * console.log(key1.toString('hex')); // '3745e48...08d59ae' + * // Using a custom N parameter. Must be a power of two. + * const key2 = scryptSync('password', 'salt', 64, { N: 1024 }); + * console.log(key2.toString('hex')); // '3745e48...aa39b34' + * ``` + * @since v10.5.0 + */ + function scryptSync( + password: BinaryLike, + salt: BinaryLike, + keylen: number, + options?: ScryptOptions, + ): NonSharedBuffer; + interface RsaPublicKey { + key: KeyLike; + padding?: number | undefined; + } + interface RsaPrivateKey { + key: KeyLike; + passphrase?: string | undefined; + /** + * @default 'sha1' + */ + oaepHash?: string | undefined; + oaepLabel?: NodeJS.TypedArray | undefined; + padding?: number | undefined; + } + /** + * Encrypts the content of `buffer` with `key` and returns a new `Buffer` with encrypted content. The returned data can be decrypted using + * the corresponding private key, for example using {@link privateDecrypt}. + * + * If `key` is not a `KeyObject`, this function behaves as if `key` had been passed to {@link createPublicKey}. If it is an + * object, the `padding` property can be passed. Otherwise, this function uses `RSA_PKCS1_OAEP_PADDING`. + * + * Because RSA public keys can be derived from private keys, a private key may + * be passed instead of a public key. + * @since v0.11.14 + */ + function publicEncrypt( + key: RsaPublicKey | RsaPrivateKey | KeyLike, + buffer: NodeJS.ArrayBufferView, + ): NonSharedBuffer; + /** + * Decrypts `buffer` with `key`.`buffer` was previously encrypted using + * the corresponding private key, for example using {@link privateEncrypt}. + * + * If `key` is not a `KeyObject`, this function behaves as if `key` had been passed to {@link createPublicKey}. If it is an + * object, the `padding` property can be passed. Otherwise, this function uses `RSA_PKCS1_PADDING`. + * + * Because RSA public keys can be derived from private keys, a private key may + * be passed instead of a public key. + * @since v1.1.0 + */ + function publicDecrypt( + key: RsaPublicKey | RsaPrivateKey | KeyLike, + buffer: NodeJS.ArrayBufferView, + ): NonSharedBuffer; + /** + * Decrypts `buffer` with `privateKey`. `buffer` was previously encrypted using + * the corresponding public key, for example using {@link publicEncrypt}. + * + * If `privateKey` is not a `KeyObject`, this function behaves as if `privateKey` had been passed to {@link createPrivateKey}. If it is an + * object, the `padding` property can be passed. Otherwise, this function uses `RSA_PKCS1_OAEP_PADDING`. + * @since v0.11.14 + */ + function privateDecrypt(privateKey: RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView): NonSharedBuffer; + /** + * Encrypts `buffer` with `privateKey`. The returned data can be decrypted using + * the corresponding public key, for example using {@link publicDecrypt}. + * + * If `privateKey` is not a `KeyObject`, this function behaves as if `privateKey` had been passed to {@link createPrivateKey}. If it is an + * object, the `padding` property can be passed. Otherwise, this function uses `RSA_PKCS1_PADDING`. + * @since v1.1.0 + */ + function privateEncrypt(privateKey: RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView): NonSharedBuffer; + /** + * ```js + * const { + * getCiphers, + * } = await import('node:crypto'); + * + * console.log(getCiphers()); // ['aes-128-cbc', 'aes-128-ccm', ...] + * ``` + * @since v0.9.3 + * @return An array with the names of the supported cipher algorithms. + */ + function getCiphers(): string[]; + /** + * ```js + * const { + * getCurves, + * } = await import('node:crypto'); + * + * console.log(getCurves()); // ['Oakley-EC2N-3', 'Oakley-EC2N-4', ...] + * ``` + * @since v2.3.0 + * @return An array with the names of the supported elliptic curves. + */ + function getCurves(): string[]; + /** + * @since v10.0.0 + * @return `1` if and only if a FIPS compliant crypto provider is currently in use, `0` otherwise. A future semver-major release may change the return type of this API to a {boolean}. + */ + function getFips(): 1 | 0; + /** + * Enables the FIPS compliant crypto provider in a FIPS-enabled Node.js build. + * Throws an error if FIPS mode is not available. + * @since v10.0.0 + * @param bool `true` to enable FIPS mode. + */ + function setFips(bool: boolean): void; + /** + * ```js + * const { + * getHashes, + * } = await import('node:crypto'); + * + * console.log(getHashes()); // ['DSA', 'DSA-SHA', 'DSA-SHA1', ...] + * ``` + * @since v0.9.3 + * @return An array of the names of the supported hash algorithms, such as `'RSA-SHA256'`. Hash algorithms are also called "digest" algorithms. + */ + function getHashes(): string[]; + /** + * The `ECDH` class is a utility for creating Elliptic Curve Diffie-Hellman (ECDH) + * key exchanges. + * + * Instances of the `ECDH` class can be created using the {@link createECDH} function. + * + * ```js + * import assert from 'node:assert'; + * + * const { + * createECDH, + * } = await import('node:crypto'); + * + * // Generate Alice's keys... + * const alice = createECDH('secp521r1'); + * const aliceKey = alice.generateKeys(); + * + * // Generate Bob's keys... + * const bob = createECDH('secp521r1'); + * const bobKey = bob.generateKeys(); + * + * // Exchange and generate the secret... + * const aliceSecret = alice.computeSecret(bobKey); + * const bobSecret = bob.computeSecret(aliceKey); + * + * assert.strictEqual(aliceSecret.toString('hex'), bobSecret.toString('hex')); + * // OK + * ``` + * @since v0.11.14 + */ + class ECDH { + private constructor(); + /** + * Converts the EC Diffie-Hellman public key specified by `key` and `curve` to the + * format specified by `format`. The `format` argument specifies point encoding + * and can be `'compressed'`, `'uncompressed'` or `'hybrid'`. The supplied key is + * interpreted using the specified `inputEncoding`, and the returned key is encoded + * using the specified `outputEncoding`. + * + * Use {@link getCurves} to obtain a list of available curve names. + * On recent OpenSSL releases, `openssl ecparam -list_curves` will also display + * the name and description of each available elliptic curve. + * + * If `format` is not specified the point will be returned in `'uncompressed'` format. + * + * If the `inputEncoding` is not provided, `key` is expected to be a `Buffer`, `TypedArray`, or `DataView`. + * + * Example (uncompressing a key): + * + * ```js + * const { + * createECDH, + * ECDH, + * } = await import('node:crypto'); + * + * const ecdh = createECDH('secp256k1'); + * ecdh.generateKeys(); + * + * const compressedKey = ecdh.getPublicKey('hex', 'compressed'); + * + * const uncompressedKey = ECDH.convertKey(compressedKey, + * 'secp256k1', + * 'hex', + * 'hex', + * 'uncompressed'); + * + * // The converted key and the uncompressed public key should be the same + * console.log(uncompressedKey === ecdh.getPublicKey('hex')); + * ``` + * @since v10.0.0 + * @param inputEncoding The `encoding` of the `key` string. + * @param outputEncoding The `encoding` of the return value. + * @param [format='uncompressed'] + */ + static convertKey( + key: BinaryLike, + curve: string, + inputEncoding?: BinaryToTextEncoding, + outputEncoding?: "latin1" | "hex" | "base64" | "base64url", + format?: "uncompressed" | "compressed" | "hybrid", + ): NonSharedBuffer | string; + /** + * Generates private and public EC Diffie-Hellman key values, and returns + * the public key in the specified `format` and `encoding`. This key should be + * transferred to the other party. + * + * The `format` argument specifies point encoding and can be `'compressed'` or `'uncompressed'`. If `format` is not specified, the point will be returned in`'uncompressed'` format. + * + * If `encoding` is provided a string is returned; otherwise a `Buffer` is returned. + * @since v0.11.14 + * @param encoding The `encoding` of the return value. + * @param [format='uncompressed'] + */ + generateKeys(): NonSharedBuffer; + generateKeys(encoding: BinaryToTextEncoding, format?: ECDHKeyFormat): string; + /** + * Computes the shared secret using `otherPublicKey` as the other + * party's public key and returns the computed shared secret. The supplied + * key is interpreted using specified `inputEncoding`, and the returned secret + * is encoded using the specified `outputEncoding`. + * If the `inputEncoding` is not + * provided, `otherPublicKey` is expected to be a `Buffer`, `TypedArray`, or `DataView`. + * + * If `outputEncoding` is given a string will be returned; otherwise a `Buffer` is returned. + * + * `ecdh.computeSecret` will throw an`ERR_CRYPTO_ECDH_INVALID_PUBLIC_KEY` error when `otherPublicKey` lies outside of the elliptic curve. Since `otherPublicKey` is + * usually supplied from a remote user over an insecure network, + * be sure to handle this exception accordingly. + * @since v0.11.14 + * @param inputEncoding The `encoding` of the `otherPublicKey` string. + * @param outputEncoding The `encoding` of the return value. + */ + computeSecret(otherPublicKey: NodeJS.ArrayBufferView): NonSharedBuffer; + computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding): NonSharedBuffer; + computeSecret(otherPublicKey: NodeJS.ArrayBufferView, outputEncoding: BinaryToTextEncoding): string; + computeSecret( + otherPublicKey: string, + inputEncoding: BinaryToTextEncoding, + outputEncoding: BinaryToTextEncoding, + ): string; + /** + * If `encoding` is specified, a string is returned; otherwise a `Buffer` is + * returned. + * @since v0.11.14 + * @param encoding The `encoding` of the return value. + * @return The EC Diffie-Hellman in the specified `encoding`. + */ + getPrivateKey(): NonSharedBuffer; + getPrivateKey(encoding: BinaryToTextEncoding): string; + /** + * The `format` argument specifies point encoding and can be `'compressed'` or `'uncompressed'`. If `format` is not specified the point will be returned in`'uncompressed'` format. + * + * If `encoding` is specified, a string is returned; otherwise a `Buffer` is + * returned. + * @since v0.11.14 + * @param encoding The `encoding` of the return value. + * @param [format='uncompressed'] + * @return The EC Diffie-Hellman public key in the specified `encoding` and `format`. + */ + getPublicKey(encoding?: null, format?: ECDHKeyFormat): NonSharedBuffer; + getPublicKey(encoding: BinaryToTextEncoding, format?: ECDHKeyFormat): string; + /** + * Sets the EC Diffie-Hellman private key. + * If `encoding` is provided, `privateKey` is expected + * to be a string; otherwise `privateKey` is expected to be a `Buffer`, `TypedArray`, or `DataView`. + * + * If `privateKey` is not valid for the curve specified when the `ECDH` object was + * created, an error is thrown. Upon setting the private key, the associated + * public point (key) is also generated and set in the `ECDH` object. + * @since v0.11.14 + * @param encoding The `encoding` of the `privateKey` string. + */ + setPrivateKey(privateKey: NodeJS.ArrayBufferView): void; + setPrivateKey(privateKey: string, encoding: BinaryToTextEncoding): void; + } + /** + * Creates an Elliptic Curve Diffie-Hellman (`ECDH`) key exchange object using a + * predefined curve specified by the `curveName` string. Use {@link getCurves} to obtain a list of available curve names. On recent + * OpenSSL releases, `openssl ecparam -list_curves` will also display the name + * and description of each available elliptic curve. + * @since v0.11.14 + */ + function createECDH(curveName: string): ECDH; + /** + * This function compares the underlying bytes that represent the given `ArrayBuffer`, `TypedArray`, or `DataView` instances using a constant-time + * algorithm. + * + * This function does not leak timing information that + * would allow an attacker to guess one of the values. This is suitable for + * comparing HMAC digests or secret values like authentication cookies or [capability urls](https://www.w3.org/TR/capability-urls/). + * + * `a` and `b` must both be `Buffer`s, `TypedArray`s, or `DataView`s, and they + * must have the same byte length. An error is thrown if `a` and `b` have + * different byte lengths. + * + * If at least one of `a` and `b` is a `TypedArray` with more than one byte per + * entry, such as `Uint16Array`, the result will be computed using the platform + * byte order. + * + * **When both of the inputs are `Float32Array`s or `Float64Array`s, this function might return unexpected results due to IEEE 754** + * **encoding of floating-point numbers. In particular, neither `x === y` nor `Object.is(x, y)` implies that the byte representations of two floating-point** + * **numbers `x` and `y` are equal.** + * + * Use of `crypto.timingSafeEqual` does not guarantee that the _surrounding_ code + * is timing-safe. Care should be taken to ensure that the surrounding code does + * not introduce timing vulnerabilities. + * @since v6.6.0 + */ + function timingSafeEqual(a: NodeJS.ArrayBufferView, b: NodeJS.ArrayBufferView): boolean; + type KeyType = "rsa" | "rsa-pss" | "dsa" | "ec" | "ed25519" | "ed448" | "x25519" | "x448"; + type KeyFormat = "pem" | "der" | "jwk"; + interface BasePrivateKeyEncodingOptions { + format: T; + cipher?: string | undefined; + passphrase?: string | undefined; + } + interface KeyPairKeyObjectResult { + publicKey: KeyObject; + privateKey: KeyObject; + } + interface ED25519KeyPairKeyObjectOptions {} + interface ED448KeyPairKeyObjectOptions {} + interface X25519KeyPairKeyObjectOptions {} + interface X448KeyPairKeyObjectOptions {} + interface ECKeyPairKeyObjectOptions { + /** + * Name of the curve to use + */ + namedCurve: string; + /** + * Must be `'named'` or `'explicit'`. Default: `'named'`. + */ + paramEncoding?: "explicit" | "named" | undefined; + } + interface RSAKeyPairKeyObjectOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Public exponent + * @default 0x10001 + */ + publicExponent?: number | undefined; + } + interface RSAPSSKeyPairKeyObjectOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Public exponent + * @default 0x10001 + */ + publicExponent?: number | undefined; + /** + * Name of the message digest + */ + hashAlgorithm?: string | undefined; + /** + * Name of the message digest used by MGF1 + */ + mgf1HashAlgorithm?: string | undefined; + /** + * Minimal salt length in bytes + */ + saltLength?: string | undefined; + } + interface DSAKeyPairKeyObjectOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Size of q in bits + */ + divisorLength: number; + } + interface RSAKeyPairOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Public exponent + * @default 0x10001 + */ + publicExponent?: number | undefined; + publicKeyEncoding: { + type: "pkcs1" | "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "pkcs1" | "pkcs8"; + }; + } + interface RSAPSSKeyPairOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Public exponent + * @default 0x10001 + */ + publicExponent?: number | undefined; + /** + * Name of the message digest + */ + hashAlgorithm?: string | undefined; + /** + * Name of the message digest used by MGF1 + */ + mgf1HashAlgorithm?: string | undefined; + /** + * Minimal salt length in bytes + */ + saltLength?: string | undefined; + publicKeyEncoding: { + type: "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "pkcs8"; + }; + } + interface DSAKeyPairOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Size of q in bits + */ + divisorLength: number; + publicKeyEncoding: { + type: "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "pkcs8"; + }; + } + interface ECKeyPairOptions extends ECKeyPairKeyObjectOptions { + publicKeyEncoding: { + type: "pkcs1" | "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "sec1" | "pkcs8"; + }; + } + interface ED25519KeyPairOptions { + publicKeyEncoding: { + type: "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "pkcs8"; + }; + } + interface ED448KeyPairOptions { + publicKeyEncoding: { + type: "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "pkcs8"; + }; + } + interface X25519KeyPairOptions { + publicKeyEncoding: { + type: "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "pkcs8"; + }; + } + interface X448KeyPairOptions { + publicKeyEncoding: { + type: "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "pkcs8"; + }; + } + interface KeyPairSyncResult { + publicKey: T1; + privateKey: T2; + } + /** + * Generates a new asymmetric key pair of the given `type`. RSA, RSA-PSS, DSA, EC, + * Ed25519, Ed448, X25519, X448, and DH are currently supported. + * + * If a `publicKeyEncoding` or `privateKeyEncoding` was specified, this function + * behaves as if `keyObject.export()` had been called on its result. Otherwise, + * the respective part of the key is returned as a `KeyObject`. + * + * When encoding public keys, it is recommended to use `'spki'`. When encoding + * private keys, it is recommended to use `'pkcs8'` with a strong passphrase, + * and to keep the passphrase confidential. + * + * ```js + * const { + * generateKeyPairSync, + * } = await import('node:crypto'); + * + * const { + * publicKey, + * privateKey, + * } = generateKeyPairSync('rsa', { + * modulusLength: 4096, + * publicKeyEncoding: { + * type: 'spki', + * format: 'pem', + * }, + * privateKeyEncoding: { + * type: 'pkcs8', + * format: 'pem', + * cipher: 'aes-256-cbc', + * passphrase: 'top secret', + * }, + * }); + * ``` + * + * The return value `{ publicKey, privateKey }` represents the generated key pair. + * When PEM encoding was selected, the respective key will be a string, otherwise + * it will be a buffer containing the data encoded as DER. + * @since v10.12.0 + * @param type Must be `'rsa'`, `'rsa-pss'`, `'dsa'`, `'ec'`, `'ed25519'`, `'ed448'`, `'x25519'`, `'x448'`, or `'dh'`. + */ + function generateKeyPairSync( + type: "rsa", + options: RSAKeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "rsa", + options: RSAKeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "rsa", + options: RSAKeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "rsa", + options: RSAKeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "rsa", options: RSAKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "rsa-pss", options: RSAPSSKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync( + type: "dsa", + options: DSAKeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "dsa", + options: DSAKeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "dsa", + options: DSAKeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "dsa", + options: DSAKeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "dsa", options: DSAKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync( + type: "ec", + options: ECKeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ec", + options: ECKeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ec", + options: ECKeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ec", + options: ECKeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "ec", options: ECKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync( + type: "ed25519", + options: ED25519KeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ed25519", + options: ED25519KeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ed25519", + options: ED25519KeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ed25519", + options: ED25519KeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "ed25519", options?: ED25519KeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync( + type: "ed448", + options: ED448KeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ed448", + options: ED448KeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ed448", + options: ED448KeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ed448", + options: ED448KeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "ed448", options?: ED448KeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync( + type: "x25519", + options: X25519KeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "x25519", + options: X25519KeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "x25519", + options: X25519KeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "x25519", + options: X25519KeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "x25519", options?: X25519KeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync( + type: "x448", + options: X448KeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "x448", + options: X448KeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "x448", + options: X448KeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "x448", + options: X448KeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "x448", options?: X448KeyPairKeyObjectOptions): KeyPairKeyObjectResult; + /** + * Generates a new asymmetric key pair of the given `type`. RSA, RSA-PSS, DSA, EC, + * Ed25519, Ed448, X25519, X448, and DH are currently supported. + * + * If a `publicKeyEncoding` or `privateKeyEncoding` was specified, this function + * behaves as if `keyObject.export()` had been called on its result. Otherwise, + * the respective part of the key is returned as a `KeyObject`. + * + * It is recommended to encode public keys as `'spki'` and private keys as `'pkcs8'` with encryption for long-term storage: + * + * ```js + * const { + * generateKeyPair, + * } = await import('node:crypto'); + * + * generateKeyPair('rsa', { + * modulusLength: 4096, + * publicKeyEncoding: { + * type: 'spki', + * format: 'pem', + * }, + * privateKeyEncoding: { + * type: 'pkcs8', + * format: 'pem', + * cipher: 'aes-256-cbc', + * passphrase: 'top secret', + * }, + * }, (err, publicKey, privateKey) => { + * // Handle errors and use the generated key pair. + * }); + * ``` + * + * On completion, `callback` will be called with `err` set to `undefined` and `publicKey` / `privateKey` representing the generated key pair. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a `Promise` for an `Object` with `publicKey` and `privateKey` properties. + * @since v10.12.0 + * @param type Must be `'rsa'`, `'rsa-pss'`, `'dsa'`, `'ec'`, `'ed25519'`, `'ed448'`, `'x25519'`, `'x448'`, or `'dh'`. + */ + function generateKeyPair( + type: "rsa", + options: RSAKeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "rsa", + options: RSAKeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: NonSharedBuffer) => void, + ): void; + function generateKeyPair( + type: "rsa", + options: RSAKeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: NonSharedBuffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "rsa", + options: RSAKeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: NonSharedBuffer, privateKey: NonSharedBuffer) => void, + ): void; + function generateKeyPair( + type: "rsa", + options: RSAKeyPairKeyObjectOptions, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + function generateKeyPair( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: NonSharedBuffer) => void, + ): void; + function generateKeyPair( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: NonSharedBuffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: NonSharedBuffer, privateKey: NonSharedBuffer) => void, + ): void; + function generateKeyPair( + type: "rsa-pss", + options: RSAPSSKeyPairKeyObjectOptions, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + function generateKeyPair( + type: "dsa", + options: DSAKeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "dsa", + options: DSAKeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: NonSharedBuffer) => void, + ): void; + function generateKeyPair( + type: "dsa", + options: DSAKeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: NonSharedBuffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "dsa", + options: DSAKeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: NonSharedBuffer, privateKey: NonSharedBuffer) => void, + ): void; + function generateKeyPair( + type: "dsa", + options: DSAKeyPairKeyObjectOptions, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + function generateKeyPair( + type: "ec", + options: ECKeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "ec", + options: ECKeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: NonSharedBuffer) => void, + ): void; + function generateKeyPair( + type: "ec", + options: ECKeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: NonSharedBuffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "ec", + options: ECKeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: NonSharedBuffer, privateKey: NonSharedBuffer) => void, + ): void; + function generateKeyPair( + type: "ec", + options: ECKeyPairKeyObjectOptions, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + function generateKeyPair( + type: "ed25519", + options: ED25519KeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "ed25519", + options: ED25519KeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: NonSharedBuffer) => void, + ): void; + function generateKeyPair( + type: "ed25519", + options: ED25519KeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: NonSharedBuffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "ed25519", + options: ED25519KeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: NonSharedBuffer, privateKey: NonSharedBuffer) => void, + ): void; + function generateKeyPair( + type: "ed25519", + options: ED25519KeyPairKeyObjectOptions | undefined, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + function generateKeyPair( + type: "ed448", + options: ED448KeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "ed448", + options: ED448KeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: NonSharedBuffer) => void, + ): void; + function generateKeyPair( + type: "ed448", + options: ED448KeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: NonSharedBuffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "ed448", + options: ED448KeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: NonSharedBuffer, privateKey: NonSharedBuffer) => void, + ): void; + function generateKeyPair( + type: "ed448", + options: ED448KeyPairKeyObjectOptions | undefined, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + function generateKeyPair( + type: "x25519", + options: X25519KeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "x25519", + options: X25519KeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: NonSharedBuffer) => void, + ): void; + function generateKeyPair( + type: "x25519", + options: X25519KeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: NonSharedBuffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "x25519", + options: X25519KeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: NonSharedBuffer, privateKey: NonSharedBuffer) => void, + ): void; + function generateKeyPair( + type: "x25519", + options: X25519KeyPairKeyObjectOptions | undefined, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + function generateKeyPair( + type: "x448", + options: X448KeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "x448", + options: X448KeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: NonSharedBuffer) => void, + ): void; + function generateKeyPair( + type: "x448", + options: X448KeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: NonSharedBuffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "x448", + options: X448KeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: NonSharedBuffer, privateKey: NonSharedBuffer) => void, + ): void; + function generateKeyPair( + type: "x448", + options: X448KeyPairKeyObjectOptions | undefined, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + namespace generateKeyPair { + function __promisify__( + type: "rsa", + options: RSAKeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "rsa", + options: RSAKeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: NonSharedBuffer; + }>; + function __promisify__( + type: "rsa", + options: RSAKeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: NonSharedBuffer; + privateKey: string; + }>; + function __promisify__( + type: "rsa", + options: RSAKeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: NonSharedBuffer; + privateKey: NonSharedBuffer; + }>; + function __promisify__(type: "rsa", options: RSAKeyPairKeyObjectOptions): Promise; + function __promisify__( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: NonSharedBuffer; + }>; + function __promisify__( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: NonSharedBuffer; + privateKey: string; + }>; + function __promisify__( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: NonSharedBuffer; + privateKey: NonSharedBuffer; + }>; + function __promisify__( + type: "rsa-pss", + options: RSAPSSKeyPairKeyObjectOptions, + ): Promise; + function __promisify__( + type: "dsa", + options: DSAKeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "dsa", + options: DSAKeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: NonSharedBuffer; + }>; + function __promisify__( + type: "dsa", + options: DSAKeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: NonSharedBuffer; + privateKey: string; + }>; + function __promisify__( + type: "dsa", + options: DSAKeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: NonSharedBuffer; + privateKey: NonSharedBuffer; + }>; + function __promisify__(type: "dsa", options: DSAKeyPairKeyObjectOptions): Promise; + function __promisify__( + type: "ec", + options: ECKeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "ec", + options: ECKeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: NonSharedBuffer; + }>; + function __promisify__( + type: "ec", + options: ECKeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: NonSharedBuffer; + privateKey: string; + }>; + function __promisify__( + type: "ec", + options: ECKeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: NonSharedBuffer; + privateKey: NonSharedBuffer; + }>; + function __promisify__(type: "ec", options: ECKeyPairKeyObjectOptions): Promise; + function __promisify__( + type: "ed25519", + options: ED25519KeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "ed25519", + options: ED25519KeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: NonSharedBuffer; + }>; + function __promisify__( + type: "ed25519", + options: ED25519KeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: NonSharedBuffer; + privateKey: string; + }>; + function __promisify__( + type: "ed25519", + options: ED25519KeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: NonSharedBuffer; + privateKey: NonSharedBuffer; + }>; + function __promisify__( + type: "ed25519", + options?: ED25519KeyPairKeyObjectOptions, + ): Promise; + function __promisify__( + type: "ed448", + options: ED448KeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "ed448", + options: ED448KeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: NonSharedBuffer; + }>; + function __promisify__( + type: "ed448", + options: ED448KeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: NonSharedBuffer; + privateKey: string; + }>; + function __promisify__( + type: "ed448", + options: ED448KeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: NonSharedBuffer; + privateKey: NonSharedBuffer; + }>; + function __promisify__(type: "ed448", options?: ED448KeyPairKeyObjectOptions): Promise; + function __promisify__( + type: "x25519", + options: X25519KeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "x25519", + options: X25519KeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: NonSharedBuffer; + }>; + function __promisify__( + type: "x25519", + options: X25519KeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: NonSharedBuffer; + privateKey: string; + }>; + function __promisify__( + type: "x25519", + options: X25519KeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: NonSharedBuffer; + privateKey: NonSharedBuffer; + }>; + function __promisify__( + type: "x25519", + options?: X25519KeyPairKeyObjectOptions, + ): Promise; + function __promisify__( + type: "x448", + options: X448KeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "x448", + options: X448KeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: NonSharedBuffer; + }>; + function __promisify__( + type: "x448", + options: X448KeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: NonSharedBuffer; + privateKey: string; + }>; + function __promisify__( + type: "x448", + options: X448KeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: NonSharedBuffer; + privateKey: NonSharedBuffer; + }>; + function __promisify__(type: "x448", options?: X448KeyPairKeyObjectOptions): Promise; + } + /** + * Calculates and returns the signature for `data` using the given private key and + * algorithm. If `algorithm` is `null` or `undefined`, then the algorithm is + * dependent upon the key type (especially Ed25519 and Ed448). + * + * If `key` is not a `KeyObject`, this function behaves as if `key` had been + * passed to {@link createPrivateKey}. If it is an object, the following + * additional properties can be passed: + * + * If the `callback` function is provided this function uses libuv's threadpool. + * @since v12.0.0 + */ + function sign( + algorithm: string | null | undefined, + data: NodeJS.ArrayBufferView, + key: KeyLike | SignKeyObjectInput | SignPrivateKeyInput | SignJsonWebKeyInput, + ): NonSharedBuffer; + function sign( + algorithm: string | null | undefined, + data: NodeJS.ArrayBufferView, + key: KeyLike | SignKeyObjectInput | SignPrivateKeyInput | SignJsonWebKeyInput, + callback: (error: Error | null, data: NonSharedBuffer) => void, + ): void; + /** + * Verifies the given signature for `data` using the given key and algorithm. If `algorithm` is `null` or `undefined`, then the algorithm is dependent upon the + * key type (especially Ed25519 and Ed448). + * + * If `key` is not a `KeyObject`, this function behaves as if `key` had been + * passed to {@link createPublicKey}. If it is an object, the following + * additional properties can be passed: + * + * The `signature` argument is the previously calculated signature for the `data`. + * + * Because public keys can be derived from private keys, a private key or a public + * key may be passed for `key`. + * + * If the `callback` function is provided this function uses libuv's threadpool. + * @since v12.0.0 + */ + function verify( + algorithm: string | null | undefined, + data: NodeJS.ArrayBufferView, + key: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput | VerifyJsonWebKeyInput, + signature: NodeJS.ArrayBufferView, + ): boolean; + function verify( + algorithm: string | null | undefined, + data: NodeJS.ArrayBufferView, + key: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput | VerifyJsonWebKeyInput, + signature: NodeJS.ArrayBufferView, + callback: (error: Error | null, result: boolean) => void, + ): void; + /** + * Computes the Diffie-Hellman secret based on a `privateKey` and a `publicKey`. + * Both keys must have the same `asymmetricKeyType`, which must be one of `'dh'` (for Diffie-Hellman), `'ec'` (for ECDH), `'x448'`, or `'x25519'` (for ECDH-ES). + * @since v13.9.0, v12.17.0 + */ + function diffieHellman(options: { privateKey: KeyObject; publicKey: KeyObject }): NonSharedBuffer; + /** + * A utility for creating one-shot hash digests of data. It can be faster than the object-based `crypto.createHash()` when hashing a smaller amount of data + * (<= 5MB) that's readily available. If the data can be big or if it is streamed, it's still recommended to use `crypto.createHash()` instead. The `algorithm` + * is dependent on the available algorithms supported by the version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc. On recent releases + * of OpenSSL, `openssl list -digest-algorithms` will display the available digest algorithms. + * + * Example: + * + * ```js + * import crypto from 'node:crypto'; + * import { Buffer } from 'node:buffer'; + * + * // Hashing a string and return the result as a hex-encoded string. + * const string = 'Node.js'; + * // 10b3493287f831e81a438811a1ffba01f8cec4b7 + * console.log(crypto.hash('sha1', string)); + * + * // Encode a base64-encoded string into a Buffer, hash it and return + * // the result as a buffer. + * const base64 = 'Tm9kZS5qcw=='; + * // + * console.log(crypto.hash('sha1', Buffer.from(base64, 'base64'), 'buffer')); + * ``` + * @since v21.7.0, v20.12.0 + * @param data When `data` is a string, it will be encoded as UTF-8 before being hashed. If a different input encoding is desired for a string input, user + * could encode the string into a `TypedArray` using either `TextEncoder` or `Buffer.from()` and passing the encoded `TypedArray` into this API instead. + * @param [outputEncoding='hex'] [Encoding](https://nodejs.org/docs/latest-v20.x/api/buffer.html#buffers-and-character-encodings) used to encode the returned digest. + */ + function hash(algorithm: string, data: BinaryLike, outputEncoding?: BinaryToTextEncoding): string; + function hash(algorithm: string, data: BinaryLike, outputEncoding: "buffer"): NonSharedBuffer; + function hash( + algorithm: string, + data: BinaryLike, + outputEncoding?: BinaryToTextEncoding | "buffer", + ): string | NonSharedBuffer; + type CipherMode = "cbc" | "ccm" | "cfb" | "ctr" | "ecb" | "gcm" | "ocb" | "ofb" | "stream" | "wrap" | "xts"; + interface CipherInfoOptions { + /** + * A test key length. + */ + keyLength?: number | undefined; + /** + * A test IV length. + */ + ivLength?: number | undefined; + } + interface CipherInfo { + /** + * The name of the cipher. + */ + name: string; + /** + * The nid of the cipher. + */ + nid: number; + /** + * The block size of the cipher in bytes. + * This property is omitted when mode is 'stream'. + */ + blockSize?: number | undefined; + /** + * The expected or default initialization vector length in bytes. + * This property is omitted if the cipher does not use an initialization vector. + */ + ivLength?: number | undefined; + /** + * The expected or default key length in bytes. + */ + keyLength: number; + /** + * The cipher mode. + */ + mode: CipherMode; + } + /** + * Returns information about a given cipher. + * + * Some ciphers accept variable length keys and initialization vectors. By default, + * the `crypto.getCipherInfo()` method will return the default values for these + * ciphers. To test if a given key length or iv length is acceptable for given + * cipher, use the `keyLength` and `ivLength` options. If the given values are + * unacceptable, `undefined` will be returned. + * @since v15.0.0 + * @param nameOrNid The name or nid of the cipher to query. + */ + function getCipherInfo(nameOrNid: string | number, options?: CipherInfoOptions): CipherInfo | undefined; + /** + * HKDF is a simple key derivation function defined in RFC 5869\. The given `ikm`, `salt` and `info` are used with the `digest` to derive a key of `keylen` bytes. + * + * The supplied `callback` function is called with two arguments: `err` and `derivedKey`. If an errors occurs while deriving the key, `err` will be set; + * otherwise `err` will be `null`. The successfully generated `derivedKey` will + * be passed to the callback as an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). An error will be thrown if any + * of the input arguments specify invalid values or types. + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { + * hkdf, + * } = await import('node:crypto'); + * + * hkdf('sha512', 'key', 'salt', 'info', 64, (err, derivedKey) => { + * if (err) throw err; + * console.log(Buffer.from(derivedKey).toString('hex')); // '24156e2...5391653' + * }); + * ``` + * @since v15.0.0 + * @param digest The digest algorithm to use. + * @param ikm The input keying material. Must be provided but can be zero-length. + * @param salt The salt value. Must be provided but can be zero-length. + * @param info Additional info value. Must be provided but can be zero-length, and cannot be more than 1024 bytes. + * @param keylen The length of the key to generate. Must be greater than 0. The maximum allowable value is `255` times the number of bytes produced by the selected digest function (e.g. `sha512` + * generates 64-byte hashes, making the maximum HKDF output 16320 bytes). + */ + function hkdf( + digest: string, + irm: BinaryLike | KeyObject, + salt: BinaryLike, + info: BinaryLike, + keylen: number, + callback: (err: Error | null, derivedKey: ArrayBuffer) => void, + ): void; + /** + * Provides a synchronous HKDF key derivation function as defined in RFC 5869\. The + * given `ikm`, `salt` and `info` are used with the `digest` to derive a key of `keylen` bytes. + * + * The successfully generated `derivedKey` will be returned as an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). + * + * An error will be thrown if any of the input arguments specify invalid values or + * types, or if the derived key cannot be generated. + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { + * hkdfSync, + * } = await import('node:crypto'); + * + * const derivedKey = hkdfSync('sha512', 'key', 'salt', 'info', 64); + * console.log(Buffer.from(derivedKey).toString('hex')); // '24156e2...5391653' + * ``` + * @since v15.0.0 + * @param digest The digest algorithm to use. + * @param ikm The input keying material. Must be provided but can be zero-length. + * @param salt The salt value. Must be provided but can be zero-length. + * @param info Additional info value. Must be provided but can be zero-length, and cannot be more than 1024 bytes. + * @param keylen The length of the key to generate. Must be greater than 0. The maximum allowable value is `255` times the number of bytes produced by the selected digest function (e.g. `sha512` + * generates 64-byte hashes, making the maximum HKDF output 16320 bytes). + */ + function hkdfSync( + digest: string, + ikm: BinaryLike | KeyObject, + salt: BinaryLike, + info: BinaryLike, + keylen: number, + ): ArrayBuffer; + interface SecureHeapUsage { + /** + * The total allocated secure heap size as specified using the `--secure-heap=n` command-line flag. + */ + total: number; + /** + * The minimum allocation from the secure heap as specified using the `--secure-heap-min` command-line flag. + */ + min: number; + /** + * The total number of bytes currently allocated from the secure heap. + */ + used: number; + /** + * The calculated ratio of `used` to `total` allocated bytes. + */ + utilization: number; + } + /** + * @since v15.6.0 + */ + function secureHeapUsed(): SecureHeapUsage; + interface RandomUUIDOptions { + /** + * By default, to improve performance, + * Node.js will pre-emptively generate and persistently cache enough + * random data to generate up to 128 random UUIDs. To generate a UUID + * without using the cache, set `disableEntropyCache` to `true`. + * + * @default `false` + */ + disableEntropyCache?: boolean | undefined; + } + type UUID = `${string}-${string}-${string}-${string}-${string}`; + /** + * Generates a random [RFC 4122](https://www.rfc-editor.org/rfc/rfc4122.txt) version 4 UUID. The UUID is generated using a + * cryptographic pseudorandom number generator. + * @since v15.6.0, v14.17.0 + */ + function randomUUID(options?: RandomUUIDOptions): UUID; + interface X509CheckOptions { + /** + * @default 'always' + */ + subject?: "always" | "default" | "never" | undefined; + /** + * @default true + */ + wildcards?: boolean | undefined; + /** + * @default true + */ + partialWildcards?: boolean | undefined; + /** + * @default false + */ + multiLabelWildcards?: boolean | undefined; + /** + * @default false + */ + singleLabelSubdomains?: boolean | undefined; + } + /** + * Encapsulates an X509 certificate and provides read-only access to + * its information. + * + * ```js + * const { X509Certificate } = await import('node:crypto'); + * + * const x509 = new X509Certificate('{... pem encoded cert ...}'); + * + * console.log(x509.subject); + * ``` + * @since v15.6.0 + */ + class X509Certificate { + /** + * Will be \`true\` if this is a Certificate Authority (CA) certificate. + * @since v15.6.0 + */ + readonly ca: boolean; + /** + * The SHA-1 fingerprint of this certificate. + * + * Because SHA-1 is cryptographically broken and because the security of SHA-1 is + * significantly worse than that of algorithms that are commonly used to sign + * certificates, consider using `x509.fingerprint256` instead. + * @since v15.6.0 + */ + readonly fingerprint: string; + /** + * The SHA-256 fingerprint of this certificate. + * @since v15.6.0 + */ + readonly fingerprint256: string; + /** + * The SHA-512 fingerprint of this certificate. + * + * Because computing the SHA-256 fingerprint is usually faster and because it is + * only half the size of the SHA-512 fingerprint, `x509.fingerprint256` may be + * a better choice. While SHA-512 presumably provides a higher level of security in + * general, the security of SHA-256 matches that of most algorithms that are + * commonly used to sign certificates. + * @since v17.2.0, v16.14.0 + */ + readonly fingerprint512: string; + /** + * The complete subject of this certificate. + * @since v15.6.0 + */ + readonly subject: string; + /** + * The subject alternative name specified for this certificate. + * + * This is a comma-separated list of subject alternative names. Each entry begins + * with a string identifying the kind of the subject alternative name followed by + * a colon and the value associated with the entry. + * + * Earlier versions of Node.js incorrectly assumed that it is safe to split this + * property at the two-character sequence `', '` (see [CVE-2021-44532](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44532)). However, + * both malicious and legitimate certificates can contain subject alternative names + * that include this sequence when represented as a string. + * + * After the prefix denoting the type of the entry, the remainder of each entry + * might be enclosed in quotes to indicate that the value is a JSON string literal. + * For backward compatibility, Node.js only uses JSON string literals within this + * property when necessary to avoid ambiguity. Third-party code should be prepared + * to handle both possible entry formats. + * @since v15.6.0 + */ + readonly subjectAltName: string | undefined; + /** + * A textual representation of the certificate's authority information access + * extension. + * + * This is a line feed separated list of access descriptions. Each line begins with + * the access method and the kind of the access location, followed by a colon and + * the value associated with the access location. + * + * After the prefix denoting the access method and the kind of the access location, + * the remainder of each line might be enclosed in quotes to indicate that the + * value is a JSON string literal. For backward compatibility, Node.js only uses + * JSON string literals within this property when necessary to avoid ambiguity. + * Third-party code should be prepared to handle both possible entry formats. + * @since v15.6.0 + */ + readonly infoAccess: string | undefined; + /** + * An array detailing the key usages for this certificate. + * @since v15.6.0 + */ + readonly keyUsage: string[]; + /** + * The issuer identification included in this certificate. + * @since v15.6.0 + */ + readonly issuer: string; + /** + * The issuer certificate or `undefined` if the issuer certificate is not + * available. + * @since v15.9.0 + */ + readonly issuerCertificate: X509Certificate | undefined; + /** + * The public key `KeyObject` for this certificate. + * @since v15.6.0 + */ + readonly publicKey: KeyObject; + /** + * A `Buffer` containing the DER encoding of this certificate. + * @since v15.6.0 + */ + readonly raw: NonSharedBuffer; + /** + * The serial number of this certificate. + * + * Serial numbers are assigned by certificate authorities and do not uniquely + * identify certificates. Consider using `x509.fingerprint256` as a unique + * identifier instead. + * @since v15.6.0 + */ + readonly serialNumber: string; + /** + * The date/time from which this certificate is considered valid. + * @since v15.6.0 + */ + readonly validFrom: string; + /** + * The date/time until which this certificate is considered valid. + * @since v15.6.0 + */ + readonly validTo: string; + constructor(buffer: BinaryLike); + /** + * Checks whether the certificate matches the given email address. + * + * If the `'subject'` option is undefined or set to `'default'`, the certificate + * subject is only considered if the subject alternative name extension either does + * not exist or does not contain any email addresses. + * + * If the `'subject'` option is set to `'always'` and if the subject alternative + * name extension either does not exist or does not contain a matching email + * address, the certificate subject is considered. + * + * If the `'subject'` option is set to `'never'`, the certificate subject is never + * considered, even if the certificate contains no subject alternative names. + * @since v15.6.0 + * @return Returns `email` if the certificate matches, `undefined` if it does not. + */ + checkEmail(email: string, options?: Pick): string | undefined; + /** + * Checks whether the certificate matches the given host name. + * + * If the certificate matches the given host name, the matching subject name is + * returned. The returned name might be an exact match (e.g., `foo.example.com`) + * or it might contain wildcards (e.g., `*.example.com`). Because host name + * comparisons are case-insensitive, the returned subject name might also differ + * from the given `name` in capitalization. + * + * If the `'subject'` option is undefined or set to `'default'`, the certificate + * subject is only considered if the subject alternative name extension either does + * not exist or does not contain any DNS names. This behavior is consistent with [RFC 2818](https://www.rfc-editor.org/rfc/rfc2818.txt) ("HTTP Over TLS"). + * + * If the `'subject'` option is set to `'always'` and if the subject alternative + * name extension either does not exist or does not contain a matching DNS name, + * the certificate subject is considered. + * + * If the `'subject'` option is set to `'never'`, the certificate subject is never + * considered, even if the certificate contains no subject alternative names. + * @since v15.6.0 + * @return Returns a subject name that matches `name`, or `undefined` if no subject name matches `name`. + */ + checkHost(name: string, options?: X509CheckOptions): string | undefined; + /** + * Checks whether the certificate matches the given IP address (IPv4 or IPv6). + * + * Only [RFC 5280](https://www.rfc-editor.org/rfc/rfc5280.txt) `iPAddress` subject alternative names are considered, and they + * must match the given `ip` address exactly. Other subject alternative names as + * well as the subject field of the certificate are ignored. + * @since v15.6.0 + * @return Returns `ip` if the certificate matches, `undefined` if it does not. + */ + checkIP(ip: string): string | undefined; + /** + * Checks whether this certificate was issued by the given `otherCert`. + * @since v15.6.0 + */ + checkIssued(otherCert: X509Certificate): boolean; + /** + * Checks whether the public key for this certificate is consistent with + * the given private key. + * @since v15.6.0 + * @param privateKey A private key. + */ + checkPrivateKey(privateKey: KeyObject): boolean; + /** + * There is no standard JSON encoding for X509 certificates. The`toJSON()` method returns a string containing the PEM encoded + * certificate. + * @since v15.6.0 + */ + toJSON(): string; + /** + * Returns information about this certificate using the legacy `certificate object` encoding. + * @since v15.6.0 + */ + toLegacyObject(): PeerCertificate; + /** + * Returns the PEM-encoded certificate. + * @since v15.6.0 + */ + toString(): string; + /** + * Verifies that this certificate was signed by the given public key. + * Does not perform any other validation checks on the certificate. + * @since v15.6.0 + * @param publicKey A public key. + */ + verify(publicKey: KeyObject): boolean; + } + type LargeNumberLike = NodeJS.ArrayBufferView | SharedArrayBuffer | ArrayBuffer | bigint; + interface GeneratePrimeOptions { + add?: LargeNumberLike | undefined; + rem?: LargeNumberLike | undefined; + /** + * @default false + */ + safe?: boolean | undefined; + bigint?: boolean | undefined; + } + interface GeneratePrimeOptionsBigInt extends GeneratePrimeOptions { + bigint: true; + } + interface GeneratePrimeOptionsArrayBuffer extends GeneratePrimeOptions { + bigint?: false | undefined; + } + /** + * Generates a pseudorandom prime of `size` bits. + * + * If `options.safe` is `true`, the prime will be a safe prime -- that is, `(prime - 1) / 2` will also be a prime. + * + * The `options.add` and `options.rem` parameters can be used to enforce additional + * requirements, e.g., for Diffie-Hellman: + * + * * If `options.add` and `options.rem` are both set, the prime will satisfy the + * condition that `prime % add = rem`. + * * If only `options.add` is set and `options.safe` is not `true`, the prime will + * satisfy the condition that `prime % add = 1`. + * * If only `options.add` is set and `options.safe` is set to `true`, the prime + * will instead satisfy the condition that `prime % add = 3`. This is necessary + * because `prime % add = 1` for `options.add > 2` would contradict the condition + * enforced by `options.safe`. + * * `options.rem` is ignored if `options.add` is not given. + * + * Both `options.add` and `options.rem` must be encoded as big-endian sequences + * if given as an `ArrayBuffer`, `SharedArrayBuffer`, `TypedArray`, `Buffer`, or `DataView`. + * + * By default, the prime is encoded as a big-endian sequence of octets + * in an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). If the `bigint` option is `true`, then a + * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) is provided. + * @since v15.8.0 + * @param size The size (in bits) of the prime to generate. + */ + function generatePrime(size: number, callback: (err: Error | null, prime: ArrayBuffer) => void): void; + function generatePrime( + size: number, + options: GeneratePrimeOptionsBigInt, + callback: (err: Error | null, prime: bigint) => void, + ): void; + function generatePrime( + size: number, + options: GeneratePrimeOptionsArrayBuffer, + callback: (err: Error | null, prime: ArrayBuffer) => void, + ): void; + function generatePrime( + size: number, + options: GeneratePrimeOptions, + callback: (err: Error | null, prime: ArrayBuffer | bigint) => void, + ): void; + /** + * Generates a pseudorandom prime of `size` bits. + * + * If `options.safe` is `true`, the prime will be a safe prime -- that is, `(prime - 1) / 2` will also be a prime. + * + * The `options.add` and `options.rem` parameters can be used to enforce additional + * requirements, e.g., for Diffie-Hellman: + * + * * If `options.add` and `options.rem` are both set, the prime will satisfy the + * condition that `prime % add = rem`. + * * If only `options.add` is set and `options.safe` is not `true`, the prime will + * satisfy the condition that `prime % add = 1`. + * * If only `options.add` is set and `options.safe` is set to `true`, the prime + * will instead satisfy the condition that `prime % add = 3`. This is necessary + * because `prime % add = 1` for `options.add > 2` would contradict the condition + * enforced by `options.safe`. + * * `options.rem` is ignored if `options.add` is not given. + * + * Both `options.add` and `options.rem` must be encoded as big-endian sequences + * if given as an `ArrayBuffer`, `SharedArrayBuffer`, `TypedArray`, `Buffer`, or `DataView`. + * + * By default, the prime is encoded as a big-endian sequence of octets + * in an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). If the `bigint` option is `true`, then a + * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) is provided. + * @since v15.8.0 + * @param size The size (in bits) of the prime to generate. + */ + function generatePrimeSync(size: number): ArrayBuffer; + function generatePrimeSync(size: number, options: GeneratePrimeOptionsBigInt): bigint; + function generatePrimeSync(size: number, options: GeneratePrimeOptionsArrayBuffer): ArrayBuffer; + function generatePrimeSync(size: number, options: GeneratePrimeOptions): ArrayBuffer | bigint; + interface CheckPrimeOptions { + /** + * The number of Miller-Rabin probabilistic primality iterations to perform. + * When the value is 0 (zero), a number of checks is used that yields a false positive rate of at most `2**-64` for random input. + * Care must be used when selecting a number of checks. + * Refer to the OpenSSL documentation for the BN_is_prime_ex function nchecks options for more details. + * + * @default 0 + */ + checks?: number | undefined; + } + /** + * Checks the primality of the `candidate`. + * @since v15.8.0 + * @param candidate A possible prime encoded as a sequence of big endian octets of arbitrary length. + */ + function checkPrime(value: LargeNumberLike, callback: (err: Error | null, result: boolean) => void): void; + function checkPrime( + value: LargeNumberLike, + options: CheckPrimeOptions, + callback: (err: Error | null, result: boolean) => void, + ): void; + /** + * Checks the primality of the `candidate`. + * @since v15.8.0 + * @param candidate A possible prime encoded as a sequence of big endian octets of arbitrary length. + * @return `true` if the candidate is a prime with an error probability less than `0.25 ** options.checks`. + */ + function checkPrimeSync(candidate: LargeNumberLike, options?: CheckPrimeOptions): boolean; + /** + * Load and set the `engine` for some or all OpenSSL functions (selected by flags). + * + * `engine` could be either an id or a path to the engine's shared library. + * + * The optional `flags` argument uses `ENGINE_METHOD_ALL` by default. The `flags` is a bit field taking one of or a mix of the following flags (defined in `crypto.constants`): + * + * * `crypto.constants.ENGINE_METHOD_RSA` + * * `crypto.constants.ENGINE_METHOD_DSA` + * * `crypto.constants.ENGINE_METHOD_DH` + * * `crypto.constants.ENGINE_METHOD_RAND` + * * `crypto.constants.ENGINE_METHOD_EC` + * * `crypto.constants.ENGINE_METHOD_CIPHERS` + * * `crypto.constants.ENGINE_METHOD_DIGESTS` + * * `crypto.constants.ENGINE_METHOD_PKEY_METHS` + * * `crypto.constants.ENGINE_METHOD_PKEY_ASN1_METHS` + * * `crypto.constants.ENGINE_METHOD_ALL` + * * `crypto.constants.ENGINE_METHOD_NONE` + * @since v0.11.11 + * @param flags + */ + function setEngine(engine: string, flags?: number): void; + /** + * A convenient alias for {@link webcrypto.getRandomValues}. This + * implementation is not compliant with the Web Crypto spec, to write + * web-compatible code use {@link webcrypto.getRandomValues} instead. + * @since v17.4.0 + * @return Returns `typedArray`. + */ + function getRandomValues(typedArray: T): T; + /** + * A convenient alias for `crypto.webcrypto.subtle`. + * @since v17.4.0 + */ + const subtle: webcrypto.SubtleCrypto; + /** + * An implementation of the Web Crypto API standard. + * + * See the {@link https://nodejs.org/docs/latest/api/webcrypto.html Web Crypto API documentation} for details. + * @since v15.0.0 + */ + const webcrypto: webcrypto.Crypto; + namespace webcrypto { + type BufferSource = ArrayBufferView | ArrayBuffer; + type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki"; + type KeyType = "private" | "public" | "secret"; + type KeyUsage = + | "decrypt" + | "deriveBits" + | "deriveKey" + | "encrypt" + | "sign" + | "unwrapKey" + | "verify" + | "wrapKey"; + type AlgorithmIdentifier = Algorithm | string; + type HashAlgorithmIdentifier = AlgorithmIdentifier; + type NamedCurve = string; + type BigInteger = Uint8Array; + interface AesCbcParams extends Algorithm { + iv: BufferSource; + } + interface AesCtrParams extends Algorithm { + counter: BufferSource; + length: number; + } + interface AesDerivedKeyParams extends Algorithm { + length: number; + } + interface AesGcmParams extends Algorithm { + additionalData?: BufferSource; + iv: BufferSource; + tagLength?: number; + } + interface AesKeyAlgorithm extends KeyAlgorithm { + length: number; + } + interface AesKeyGenParams extends Algorithm { + length: number; + } + interface Algorithm { + name: string; + } + interface EcKeyAlgorithm extends KeyAlgorithm { + namedCurve: NamedCurve; + } + interface EcKeyGenParams extends Algorithm { + namedCurve: NamedCurve; + } + interface EcKeyImportParams extends Algorithm { + namedCurve: NamedCurve; + } + interface EcdhKeyDeriveParams extends Algorithm { + public: CryptoKey; + } + interface EcdsaParams extends Algorithm { + hash: HashAlgorithmIdentifier; + } + interface Ed448Params extends Algorithm { + context?: BufferSource; + } + interface HkdfParams extends Algorithm { + hash: HashAlgorithmIdentifier; + info: BufferSource; + salt: BufferSource; + } + interface HmacImportParams extends Algorithm { + hash: HashAlgorithmIdentifier; + length?: number; + } + interface HmacKeyAlgorithm extends KeyAlgorithm { + hash: KeyAlgorithm; + length: number; + } + interface HmacKeyGenParams extends Algorithm { + hash: HashAlgorithmIdentifier; + length?: number; + } + interface JsonWebKey { + alg?: string; + crv?: string; + d?: string; + dp?: string; + dq?: string; + e?: string; + ext?: boolean; + k?: string; + key_ops?: string[]; + kty?: string; + n?: string; + oth?: RsaOtherPrimesInfo[]; + p?: string; + q?: string; + qi?: string; + use?: string; + x?: string; + y?: string; + } + interface KeyAlgorithm { + name: string; + } + interface Pbkdf2Params extends Algorithm { + hash: HashAlgorithmIdentifier; + iterations: number; + salt: BufferSource; + } + interface RsaHashedImportParams extends Algorithm { + hash: HashAlgorithmIdentifier; + } + interface RsaHashedKeyAlgorithm extends RsaKeyAlgorithm { + hash: KeyAlgorithm; + } + interface RsaHashedKeyGenParams extends RsaKeyGenParams { + hash: HashAlgorithmIdentifier; + } + interface RsaKeyAlgorithm extends KeyAlgorithm { + modulusLength: number; + publicExponent: BigInteger; + } + interface RsaKeyGenParams extends Algorithm { + modulusLength: number; + publicExponent: BigInteger; + } + interface RsaOaepParams extends Algorithm { + label?: BufferSource; + } + interface RsaOtherPrimesInfo { + d?: string; + r?: string; + t?: string; + } + interface RsaPssParams extends Algorithm { + saltLength: number; + } + /** + * Importing the `webcrypto` object (`import { webcrypto } from 'node:crypto'`) gives an instance of the `Crypto` class. + * `Crypto` is a singleton that provides access to the remainder of the crypto API. + * @since v15.0.0 + */ + interface Crypto { + /** + * Provides access to the `SubtleCrypto` API. + * @since v15.0.0 + */ + readonly subtle: SubtleCrypto; + /** + * Generates cryptographically strong random values. + * The given `typedArray` is filled with random values, and a reference to `typedArray` is returned. + * + * The given `typedArray` must be an integer-based instance of {@link NodeJS.TypedArray}, i.e. `Float32Array` and `Float64Array` are not accepted. + * + * An error will be thrown if the given `typedArray` is larger than 65,536 bytes. + * @since v15.0.0 + */ + getRandomValues>(typedArray: T): T; + /** + * Generates a random {@link https://www.rfc-editor.org/rfc/rfc4122.txt RFC 4122} version 4 UUID. + * The UUID is generated using a cryptographic pseudorandom number generator. + * @since v16.7.0 + */ + randomUUID(): UUID; + CryptoKey: CryptoKeyConstructor; + } + // This constructor throws ILLEGAL_CONSTRUCTOR so it should not be newable. + interface CryptoKeyConstructor { + /** Illegal constructor */ + (_: { readonly _: unique symbol }): never; // Allows instanceof to work but not be callable by the user. + readonly length: 0; + readonly name: "CryptoKey"; + readonly prototype: CryptoKey; + } + /** + * @since v15.0.0 + */ + interface CryptoKey { + /** + * An object detailing the algorithm for which the key can be used along with additional algorithm-specific parameters. + * @since v15.0.0 + */ + readonly algorithm: KeyAlgorithm; + /** + * When `true`, the {@link CryptoKey} can be extracted using either `subtleCrypto.exportKey()` or `subtleCrypto.wrapKey()`. + * @since v15.0.0 + */ + readonly extractable: boolean; + /** + * A string identifying whether the key is a symmetric (`'secret'`) or asymmetric (`'private'` or `'public'`) key. + * @since v15.0.0 + */ + readonly type: KeyType; + /** + * An array of strings identifying the operations for which the key may be used. + * + * The possible usages are: + * - `'encrypt'` - The key may be used to encrypt data. + * - `'decrypt'` - The key may be used to decrypt data. + * - `'sign'` - The key may be used to generate digital signatures. + * - `'verify'` - The key may be used to verify digital signatures. + * - `'deriveKey'` - The key may be used to derive a new key. + * - `'deriveBits'` - The key may be used to derive bits. + * - `'wrapKey'` - The key may be used to wrap another key. + * - `'unwrapKey'` - The key may be used to unwrap another key. + * + * Valid key usages depend on the key algorithm (identified by `cryptokey.algorithm.name`). + * @since v15.0.0 + */ + readonly usages: KeyUsage[]; + } + /** + * The `CryptoKeyPair` is a simple dictionary object with `publicKey` and `privateKey` properties, representing an asymmetric key pair. + * @since v15.0.0 + */ + interface CryptoKeyPair { + /** + * A {@link CryptoKey} whose type will be `'private'`. + * @since v15.0.0 + */ + privateKey: CryptoKey; + /** + * A {@link CryptoKey} whose type will be `'public'`. + * @since v15.0.0 + */ + publicKey: CryptoKey; + } + /** + * @since v15.0.0 + */ + interface SubtleCrypto { + /** + * Using the method and parameters specified in `algorithm` and the keying material provided by `key`, + * `subtle.decrypt()` attempts to decipher the provided `data`. If successful, + * the returned promise will be resolved with an `` containing the plaintext result. + * + * The algorithms currently supported include: + * + * - `'RSA-OAEP'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * @since v15.0.0 + */ + decrypt( + algorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, + key: CryptoKey, + data: BufferSource, + ): Promise; + /** + * Using the method and parameters specified in `algorithm` and the keying material provided by `baseKey`, + * `subtle.deriveBits()` attempts to generate `length` bits. + * The Node.js implementation requires that when `length` is a number it must be multiple of `8`. + * When `length` is `null` the maximum number of bits for a given algorithm is generated. This is allowed + * for the `'ECDH'`, `'X25519'`, and `'X448'` algorithms. + * If successful, the returned promise will be resolved with an `` containing the generated data. + * + * The algorithms currently supported include: + * + * - `'ECDH'` + * - `'X25519'` + * - `'X448'` + * - `'HKDF'` + * - `'PBKDF2'` + * @since v15.0.0 + */ + deriveBits(algorithm: EcdhKeyDeriveParams, baseKey: CryptoKey, length: number | null): Promise; + deriveBits( + algorithm: AlgorithmIdentifier | HkdfParams | Pbkdf2Params, + baseKey: CryptoKey, + length: number, + ): Promise; + /** + * Using the method and parameters specified in `algorithm`, and the keying material provided by `baseKey`, + * `subtle.deriveKey()` attempts to generate a new ` based on the method and parameters in `derivedKeyAlgorithm`. + * + * Calling `subtle.deriveKey()` is equivalent to calling `subtle.deriveBits()` to generate raw keying material, + * then passing the result into the `subtle.importKey()` method using the `deriveKeyAlgorithm`, `extractable`, and `keyUsages` parameters as input. + * + * The algorithms currently supported include: + * + * - `'ECDH'` + * - `'X25519'` + * - `'X448'` + * - `'HKDF'` + * - `'PBKDF2'` + * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. + * @since v15.0.0 + */ + deriveKey( + algorithm: AlgorithmIdentifier | EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params, + baseKey: CryptoKey, + derivedKeyAlgorithm: + | AlgorithmIdentifier + | AesDerivedKeyParams + | HmacImportParams + | HkdfParams + | Pbkdf2Params, + extractable: boolean, + keyUsages: readonly KeyUsage[], + ): Promise; + /** + * Using the method identified by `algorithm`, `subtle.digest()` attempts to generate a digest of `data`. + * If successful, the returned promise is resolved with an `` containing the computed digest. + * + * If `algorithm` is provided as a ``, it must be one of: + * + * - `'SHA-1'` + * - `'SHA-256'` + * - `'SHA-384'` + * - `'SHA-512'` + * + * If `algorithm` is provided as an ``, it must have a `name` property whose value is one of the above. + * @since v15.0.0 + */ + digest(algorithm: AlgorithmIdentifier, data: BufferSource): Promise; + /** + * Using the method and parameters specified by `algorithm` and the keying material provided by `key`, + * `subtle.encrypt()` attempts to encipher `data`. If successful, + * the returned promise is resolved with an `` containing the encrypted result. + * + * The algorithms currently supported include: + * + * - `'RSA-OAEP'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * @since v15.0.0 + */ + encrypt( + algorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, + key: CryptoKey, + data: BufferSource, + ): Promise; + /** + * Exports the given key into the specified format, if supported. + * + * If the `` is not extractable, the returned promise will reject. + * + * When `format` is either `'pkcs8'` or `'spki'` and the export is successful, + * the returned promise will be resolved with an `` containing the exported key data. + * + * When `format` is `'jwk'` and the export is successful, the returned promise will be resolved with a + * JavaScript object conforming to the {@link https://tools.ietf.org/html/rfc7517 JSON Web Key} specification. + * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. + * @returns `` containing ``. + * @since v15.0.0 + */ + exportKey(format: "jwk", key: CryptoKey): Promise; + exportKey(format: Exclude, key: CryptoKey): Promise; + /** + * Using the method and parameters provided in `algorithm`, + * `subtle.generateKey()` attempts to generate new keying material. + * Depending the method used, the method may generate either a single `` or a ``. + * + * The `` (public and private key) generating algorithms supported include: + * + * - `'RSASSA-PKCS1-v1_5'` + * - `'RSA-PSS'` + * - `'RSA-OAEP'` + * - `'ECDSA'` + * - `'Ed25519'` + * - `'Ed448'` + * - `'ECDH'` + * - `'X25519'` + * - `'X448'` + * The `` (secret key) generating algorithms supported include: + * + * - `'HMAC'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * - `'AES-KW'` + * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. + * @since v15.0.0 + */ + generateKey( + algorithm: RsaHashedKeyGenParams | EcKeyGenParams, + extractable: boolean, + keyUsages: readonly KeyUsage[], + ): Promise; + generateKey( + algorithm: AesKeyGenParams | HmacKeyGenParams | Pbkdf2Params, + extractable: boolean, + keyUsages: readonly KeyUsage[], + ): Promise; + generateKey( + algorithm: AlgorithmIdentifier, + extractable: boolean, + keyUsages: KeyUsage[], + ): Promise; + /** + * The `subtle.importKey()` method attempts to interpret the provided `keyData` as the given `format` + * to create a `` instance using the provided `algorithm`, `extractable`, and `keyUsages` arguments. + * If the import is successful, the returned promise will be resolved with the created ``. + * + * If importing a `'PBKDF2'` key, `extractable` must be `false`. + * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. + * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. + * @since v15.0.0 + */ + importKey( + format: "jwk", + keyData: JsonWebKey, + algorithm: + | AlgorithmIdentifier + | RsaHashedImportParams + | EcKeyImportParams + | HmacImportParams + | AesKeyAlgorithm, + extractable: boolean, + keyUsages: readonly KeyUsage[], + ): Promise; + importKey( + format: Exclude, + keyData: BufferSource, + algorithm: + | AlgorithmIdentifier + | RsaHashedImportParams + | EcKeyImportParams + | HmacImportParams + | AesKeyAlgorithm, + extractable: boolean, + keyUsages: KeyUsage[], + ): Promise; + /** + * Using the method and parameters given by `algorithm` and the keying material provided by `key`, + * `subtle.sign()` attempts to generate a cryptographic signature of `data`. If successful, + * the returned promise is resolved with an `` containing the generated signature. + * + * The algorithms currently supported include: + * + * - `'RSASSA-PKCS1-v1_5'` + * - `'RSA-PSS'` + * - `'ECDSA'` + * - `'Ed25519'` + * - `'Ed448'` + * - `'HMAC'` + * @since v15.0.0 + */ + sign( + algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | Ed448Params, + key: CryptoKey, + data: BufferSource, + ): Promise; + /** + * In cryptography, "wrapping a key" refers to exporting and then encrypting the keying material. + * The `subtle.unwrapKey()` method attempts to decrypt a wrapped key and create a `` instance. + * It is equivalent to calling `subtle.decrypt()` first on the encrypted key data (using the `wrappedKey`, `unwrapAlgo`, and `unwrappingKey` arguments as input) + * then passing the results in to the `subtle.importKey()` method using the `unwrappedKeyAlgo`, `extractable`, and `keyUsages` arguments as inputs. + * If successful, the returned promise is resolved with a `` object. + * + * The wrapping algorithms currently supported include: + * + * - `'RSA-OAEP'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * - `'AES-KW'` + * + * The unwrapped key algorithms supported include: + * + * - `'RSASSA-PKCS1-v1_5'` + * - `'RSA-PSS'` + * - `'RSA-OAEP'` + * - `'ECDSA'` + * - `'Ed25519'` + * - `'Ed448'` + * - `'ECDH'` + * - `'X25519'` + * - `'X448'` + * - `'HMAC'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * - `'AES-KW'` + * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. + * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. + * @since v15.0.0 + */ + unwrapKey( + format: KeyFormat, + wrappedKey: BufferSource, + unwrappingKey: CryptoKey, + unwrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, + unwrappedKeyAlgorithm: + | AlgorithmIdentifier + | RsaHashedImportParams + | EcKeyImportParams + | HmacImportParams + | AesKeyAlgorithm, + extractable: boolean, + keyUsages: KeyUsage[], + ): Promise; + /** + * Using the method and parameters given in `algorithm` and the keying material provided by `key`, + * `subtle.verify()` attempts to verify that `signature` is a valid cryptographic signature of `data`. + * The returned promise is resolved with either `true` or `false`. + * + * The algorithms currently supported include: + * + * - `'RSASSA-PKCS1-v1_5'` + * - `'RSA-PSS'` + * - `'ECDSA'` + * - `'Ed25519'` + * - `'Ed448'` + * - `'HMAC'` + * @since v15.0.0 + */ + verify( + algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | Ed448Params, + key: CryptoKey, + signature: BufferSource, + data: BufferSource, + ): Promise; + /** + * In cryptography, "wrapping a key" refers to exporting and then encrypting the keying material. + * The `subtle.wrapKey()` method exports the keying material into the format identified by `format`, + * then encrypts it using the method and parameters specified by `wrapAlgo` and the keying material provided by `wrappingKey`. + * It is the equivalent to calling `subtle.exportKey()` using `format` and `key` as the arguments, + * then passing the result to the `subtle.encrypt()` method using `wrappingKey` and `wrapAlgo` as inputs. + * If successful, the returned promise will be resolved with an `` containing the encrypted key data. + * + * The wrapping algorithms currently supported include: + * + * - `'RSA-OAEP'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * - `'AES-KW'` + * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. + * @since v15.0.0 + */ + wrapKey( + format: KeyFormat, + key: CryptoKey, + wrappingKey: CryptoKey, + wrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, + ): Promise; + } + } + + global { + var crypto: typeof globalThis extends { + crypto: infer T; + onmessage: any; + } ? T + : webcrypto.Crypto; + } +} +declare module "node:crypto" { + export * from "crypto"; +} diff --git a/node_modules/@types/node/dgram.d.ts b/node_modules/@types/node/dgram.d.ts new file mode 100644 index 0000000..4c74367 --- /dev/null +++ b/node_modules/@types/node/dgram.d.ts @@ -0,0 +1,597 @@ +/** + * The `node:dgram` module provides an implementation of UDP datagram sockets. + * + * ```js + * import dgram from 'node:dgram'; + * + * const server = dgram.createSocket('udp4'); + * + * server.on('error', (err) => { + * console.error(`server error:\n${err.stack}`); + * server.close(); + * }); + * + * server.on('message', (msg, rinfo) => { + * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); + * }); + * + * server.on('listening', () => { + * const address = server.address(); + * console.log(`server listening ${address.address}:${address.port}`); + * }); + * + * server.bind(41234); + * // Prints: server listening 0.0.0.0:41234 + * ``` + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/dgram.js) + */ +declare module "dgram" { + import { NonSharedBuffer } from "node:buffer"; + import { AddressInfo } from "node:net"; + import * as dns from "node:dns"; + import { Abortable, EventEmitter } from "node:events"; + interface RemoteInfo { + address: string; + family: "IPv4" | "IPv6"; + port: number; + size: number; + } + interface BindOptions { + port?: number | undefined; + address?: string | undefined; + exclusive?: boolean | undefined; + fd?: number | undefined; + } + type SocketType = "udp4" | "udp6"; + interface SocketOptions extends Abortable { + type: SocketType; + reuseAddr?: boolean | undefined; + /** + * @default false + */ + ipv6Only?: boolean | undefined; + recvBufferSize?: number | undefined; + sendBufferSize?: number | undefined; + lookup?: + | (( + hostname: string, + options: dns.LookupOneOptions, + callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void, + ) => void) + | undefined; + } + /** + * Creates a `dgram.Socket` object. Once the socket is created, calling `socket.bind()` will instruct the socket to begin listening for datagram + * messages. When `address` and `port` are not passed to `socket.bind()` the + * method will bind the socket to the "all interfaces" address on a random port + * (it does the right thing for both `udp4` and `udp6` sockets). The bound address + * and port can be retrieved using `socket.address().address` and `socket.address().port`. + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.close()` on the socket: + * + * ```js + * const controller = new AbortController(); + * const { signal } = controller; + * const server = dgram.createSocket({ type: 'udp4', signal }); + * server.on('message', (msg, rinfo) => { + * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); + * }); + * // Later, when you want to close the server. + * controller.abort(); + * ``` + * @since v0.11.13 + * @param options Available options are: + * @param callback Attached as a listener for `'message'` events. Optional. + */ + function createSocket(type: SocketType, callback?: (msg: NonSharedBuffer, rinfo: RemoteInfo) => void): Socket; + function createSocket(options: SocketOptions, callback?: (msg: NonSharedBuffer, rinfo: RemoteInfo) => void): Socket; + /** + * Encapsulates the datagram functionality. + * + * New instances of `dgram.Socket` are created using {@link createSocket}. + * The `new` keyword is not to be used to create `dgram.Socket` instances. + * @since v0.1.99 + */ + class Socket extends EventEmitter { + /** + * Tells the kernel to join a multicast group at the given `multicastAddress` and `multicastInterface` using the `IP_ADD_MEMBERSHIP` socket option. If the `multicastInterface` argument is not + * specified, the operating system will choose + * one interface and will add membership to it. To add membership to every + * available interface, call `addMembership` multiple times, once per interface. + * + * When called on an unbound socket, this method will implicitly bind to a random + * port, listening on all interfaces. + * + * When sharing a UDP socket across multiple `cluster` workers, the`socket.addMembership()` function must be called only once or an`EADDRINUSE` error will occur: + * + * ```js + * import cluster from 'node:cluster'; + * import dgram from 'node:dgram'; + * + * if (cluster.isPrimary) { + * cluster.fork(); // Works ok. + * cluster.fork(); // Fails with EADDRINUSE. + * } else { + * const s = dgram.createSocket('udp4'); + * s.bind(1234, () => { + * s.addMembership('224.0.0.114'); + * }); + * } + * ``` + * @since v0.6.9 + */ + addMembership(multicastAddress: string, multicastInterface?: string): void; + /** + * Returns an object containing the address information for a socket. + * For UDP sockets, this object will contain `address`, `family`, and `port` properties. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.1.99 + */ + address(): AddressInfo; + /** + * For UDP sockets, causes the `dgram.Socket` to listen for datagram + * messages on a named `port` and optional `address`. If `port` is not + * specified or is `0`, the operating system will attempt to bind to a + * random port. If `address` is not specified, the operating system will + * attempt to listen on all addresses. Once binding is complete, a `'listening'` event is emitted and the optional `callback` function is + * called. + * + * Specifying both a `'listening'` event listener and passing a `callback` to the `socket.bind()` method is not harmful but not very + * useful. + * + * A bound datagram socket keeps the Node.js process running to receive + * datagram messages. + * + * If binding fails, an `'error'` event is generated. In rare case (e.g. + * attempting to bind with a closed socket), an `Error` may be thrown. + * + * Example of a UDP server listening on port 41234: + * + * ```js + * import dgram from 'node:dgram'; + * + * const server = dgram.createSocket('udp4'); + * + * server.on('error', (err) => { + * console.error(`server error:\n${err.stack}`); + * server.close(); + * }); + * + * server.on('message', (msg, rinfo) => { + * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); + * }); + * + * server.on('listening', () => { + * const address = server.address(); + * console.log(`server listening ${address.address}:${address.port}`); + * }); + * + * server.bind(41234); + * // Prints: server listening 0.0.0.0:41234 + * ``` + * @since v0.1.99 + * @param callback with no parameters. Called when binding is complete. + */ + bind(port?: number, address?: string, callback?: () => void): this; + bind(port?: number, callback?: () => void): this; + bind(callback?: () => void): this; + bind(options: BindOptions, callback?: () => void): this; + /** + * Close the underlying socket and stop listening for data on it. If a callback is + * provided, it is added as a listener for the `'close'` event. + * @since v0.1.99 + * @param callback Called when the socket has been closed. + */ + close(callback?: () => void): this; + /** + * Associates the `dgram.Socket` to a remote address and port. Every + * message sent by this handle is automatically sent to that destination. Also, + * the socket will only receive messages from that remote peer. + * Trying to call `connect()` on an already connected socket will result + * in an `ERR_SOCKET_DGRAM_IS_CONNECTED` exception. If `address` is not + * provided, `'127.0.0.1'` (for `udp4` sockets) or `'::1'` (for `udp6` sockets) + * will be used by default. Once the connection is complete, a `'connect'` event + * is emitted and the optional `callback` function is called. In case of failure, + * the `callback` is called or, failing this, an `'error'` event is emitted. + * @since v12.0.0 + * @param callback Called when the connection is completed or on error. + */ + connect(port: number, address?: string, callback?: () => void): void; + connect(port: number, callback: () => void): void; + /** + * A synchronous function that disassociates a connected `dgram.Socket` from + * its remote address. Trying to call `disconnect()` on an unbound or already + * disconnected socket will result in an `ERR_SOCKET_DGRAM_NOT_CONNECTED` exception. + * @since v12.0.0 + */ + disconnect(): void; + /** + * Instructs the kernel to leave a multicast group at `multicastAddress` using the `IP_DROP_MEMBERSHIP` socket option. This method is automatically called by the + * kernel when the socket is closed or the process terminates, so most apps will + * never have reason to call this. + * + * If `multicastInterface` is not specified, the operating system will attempt to + * drop membership on all valid interfaces. + * @since v0.6.9 + */ + dropMembership(multicastAddress: string, multicastInterface?: string): void; + /** + * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. + * @since v8.7.0 + * @return the `SO_RCVBUF` socket receive buffer size in bytes. + */ + getRecvBufferSize(): number; + /** + * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. + * @since v8.7.0 + * @return the `SO_SNDBUF` socket send buffer size in bytes. + */ + getSendBufferSize(): number; + /** + * @since v18.8.0, v16.19.0 + * @return Number of bytes queued for sending. + */ + getSendQueueSize(): number; + /** + * @since v18.8.0, v16.19.0 + * @return Number of send requests currently in the queue awaiting to be processed. + */ + getSendQueueCount(): number; + /** + * By default, binding a socket will cause it to block the Node.js process from + * exiting as long as the socket is open. The `socket.unref()` method can be used + * to exclude the socket from the reference counting that keeps the Node.js + * process active. The `socket.ref()` method adds the socket back to the reference + * counting and restores the default behavior. + * + * Calling `socket.ref()` multiples times will have no additional effect. + * + * The `socket.ref()` method returns a reference to the socket so calls can be + * chained. + * @since v0.9.1 + */ + ref(): this; + /** + * Returns an object containing the `address`, `family`, and `port` of the remote + * endpoint. This method throws an `ERR_SOCKET_DGRAM_NOT_CONNECTED` exception + * if the socket is not connected. + * @since v12.0.0 + */ + remoteAddress(): AddressInfo; + /** + * Broadcasts a datagram on the socket. + * For connectionless sockets, the destination `port` and `address` must be + * specified. Connected sockets, on the other hand, will use their associated + * remote endpoint, so the `port` and `address` arguments must not be set. + * + * The `msg` argument contains the message to be sent. + * Depending on its type, different behavior can apply. If `msg` is a `Buffer`, + * any `TypedArray` or a `DataView`, + * the `offset` and `length` specify the offset within the `Buffer` where the + * message begins and the number of bytes in the message, respectively. + * If `msg` is a `String`, then it is automatically converted to a `Buffer` with `'utf8'` encoding. With messages that + * contain multi-byte characters, `offset` and `length` will be calculated with + * respect to `byte length` and not the character position. + * If `msg` is an array, `offset` and `length` must not be specified. + * + * The `address` argument is a string. If the value of `address` is a host name, + * DNS will be used to resolve the address of the host. If `address` is not + * provided or otherwise nullish, `'127.0.0.1'` (for `udp4` sockets) or `'::1'` (for `udp6` sockets) will be used by default. + * + * If the socket has not been previously bound with a call to `bind`, the socket + * is assigned a random port number and is bound to the "all interfaces" address + * (`'0.0.0.0'` for `udp4` sockets, `'::0'` for `udp6` sockets.) + * + * An optional `callback` function may be specified to as a way of reporting + * DNS errors or for determining when it is safe to reuse the `buf` object. + * DNS lookups delay the time to send for at least one tick of the + * Node.js event loop. + * + * The only way to know for sure that the datagram has been sent is by using a `callback`. If an error occurs and a `callback` is given, the error will be + * passed as the first argument to the `callback`. If a `callback` is not given, + * the error is emitted as an `'error'` event on the `socket` object. + * + * Offset and length are optional but both _must_ be set if either are used. + * They are supported only when the first argument is a `Buffer`, a `TypedArray`, + * or a `DataView`. + * + * This method throws `ERR_SOCKET_BAD_PORT` if called on an unbound socket. + * + * Example of sending a UDP packet to a port on `localhost`; + * + * ```js + * import dgram from 'node:dgram'; + * import { Buffer } from 'node:buffer'; + * + * const message = Buffer.from('Some bytes'); + * const client = dgram.createSocket('udp4'); + * client.send(message, 41234, 'localhost', (err) => { + * client.close(); + * }); + * ``` + * + * Example of sending a UDP packet composed of multiple buffers to a port on`127.0.0.1`; + * + * ```js + * import dgram from 'node:dgram'; + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from('Some '); + * const buf2 = Buffer.from('bytes'); + * const client = dgram.createSocket('udp4'); + * client.send([buf1, buf2], 41234, (err) => { + * client.close(); + * }); + * ``` + * + * Sending multiple buffers might be faster or slower depending on the + * application and operating system. Run benchmarks to + * determine the optimal strategy on a case-by-case basis. Generally speaking, + * however, sending multiple buffers is faster. + * + * Example of sending a UDP packet using a socket connected to a port on `localhost`: + * + * ```js + * import dgram from 'node:dgram'; + * import { Buffer } from 'node:buffer'; + * + * const message = Buffer.from('Some bytes'); + * const client = dgram.createSocket('udp4'); + * client.connect(41234, 'localhost', (err) => { + * client.send(message, (err) => { + * client.close(); + * }); + * }); + * ``` + * @since v0.1.99 + * @param msg Message to be sent. + * @param offset Offset in the buffer where the message starts. + * @param length Number of bytes in the message. + * @param port Destination port. + * @param address Destination host name or IP address. + * @param callback Called when the message has been sent. + */ + send( + msg: string | NodeJS.ArrayBufferView | readonly any[], + port?: number, + address?: string, + callback?: (error: Error | null, bytes: number) => void, + ): void; + send( + msg: string | NodeJS.ArrayBufferView | readonly any[], + port?: number, + callback?: (error: Error | null, bytes: number) => void, + ): void; + send( + msg: string | NodeJS.ArrayBufferView | readonly any[], + callback?: (error: Error | null, bytes: number) => void, + ): void; + send( + msg: string | NodeJS.ArrayBufferView, + offset: number, + length: number, + port?: number, + address?: string, + callback?: (error: Error | null, bytes: number) => void, + ): void; + send( + msg: string | NodeJS.ArrayBufferView, + offset: number, + length: number, + port?: number, + callback?: (error: Error | null, bytes: number) => void, + ): void; + send( + msg: string | NodeJS.ArrayBufferView, + offset: number, + length: number, + callback?: (error: Error | null, bytes: number) => void, + ): void; + /** + * Sets or clears the `SO_BROADCAST` socket option. When set to `true`, UDP + * packets may be sent to a local interface's broadcast address. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.6.9 + */ + setBroadcast(flag: boolean): void; + /** + * _All references to scope in this section are referring to [IPv6 Zone Indices](https://en.wikipedia.org/wiki/IPv6_address#Scoped_literal_IPv6_addresses), which are defined by [RFC + * 4007](https://tools.ietf.org/html/rfc4007). In string form, an IP_ + * _with a scope index is written as `'IP%scope'` where scope is an interface name_ + * _or interface number._ + * + * Sets the default outgoing multicast interface of the socket to a chosen + * interface or back to system interface selection. The `multicastInterface` must + * be a valid string representation of an IP from the socket's family. + * + * For IPv4 sockets, this should be the IP configured for the desired physical + * interface. All packets sent to multicast on the socket will be sent on the + * interface determined by the most recent successful use of this call. + * + * For IPv6 sockets, `multicastInterface` should include a scope to indicate the + * interface as in the examples that follow. In IPv6, individual `send` calls can + * also use explicit scope in addresses, so only packets sent to a multicast + * address without specifying an explicit scope are affected by the most recent + * successful use of this call. + * + * This method throws `EBADF` if called on an unbound socket. + * + * #### Example: IPv6 outgoing multicast interface + * + * On most systems, where scope format uses the interface name: + * + * ```js + * const socket = dgram.createSocket('udp6'); + * + * socket.bind(1234, () => { + * socket.setMulticastInterface('::%eth1'); + * }); + * ``` + * + * On Windows, where scope format uses an interface number: + * + * ```js + * const socket = dgram.createSocket('udp6'); + * + * socket.bind(1234, () => { + * socket.setMulticastInterface('::%2'); + * }); + * ``` + * + * #### Example: IPv4 outgoing multicast interface + * + * All systems use an IP of the host on the desired physical interface: + * + * ```js + * const socket = dgram.createSocket('udp4'); + * + * socket.bind(1234, () => { + * socket.setMulticastInterface('10.0.0.2'); + * }); + * ``` + * @since v8.6.0 + */ + setMulticastInterface(multicastInterface: string): void; + /** + * Sets or clears the `IP_MULTICAST_LOOP` socket option. When set to `true`, + * multicast packets will also be received on the local interface. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.3.8 + */ + setMulticastLoopback(flag: boolean): boolean; + /** + * Sets the `IP_MULTICAST_TTL` socket option. While TTL generally stands for + * "Time to Live", in this context it specifies the number of IP hops that a + * packet is allowed to travel through, specifically for multicast traffic. Each + * router or gateway that forwards a packet decrements the TTL. If the TTL is + * decremented to 0 by a router, it will not be forwarded. + * + * The `ttl` argument may be between 0 and 255\. The default on most systems is `1`. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.3.8 + */ + setMulticastTTL(ttl: number): number; + /** + * Sets the `SO_RCVBUF` socket option. Sets the maximum socket receive buffer + * in bytes. + * + * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. + * @since v8.7.0 + */ + setRecvBufferSize(size: number): void; + /** + * Sets the `SO_SNDBUF` socket option. Sets the maximum socket send buffer + * in bytes. + * + * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. + * @since v8.7.0 + */ + setSendBufferSize(size: number): void; + /** + * Sets the `IP_TTL` socket option. While TTL generally stands for "Time to Live", + * in this context it specifies the number of IP hops that a packet is allowed to + * travel through. Each router or gateway that forwards a packet decrements the + * TTL. If the TTL is decremented to 0 by a router, it will not be forwarded. + * Changing TTL values is typically done for network probes or when multicasting. + * + * The `ttl` argument may be between 1 and 255\. The default on most systems + * is 64. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.1.101 + */ + setTTL(ttl: number): number; + /** + * By default, binding a socket will cause it to block the Node.js process from + * exiting as long as the socket is open. The `socket.unref()` method can be used + * to exclude the socket from the reference counting that keeps the Node.js + * process active, allowing the process to exit even if the socket is still + * listening. + * + * Calling `socket.unref()` multiple times will have no additional effect. + * + * The `socket.unref()` method returns a reference to the socket so calls can be + * chained. + * @since v0.9.1 + */ + unref(): this; + /** + * Tells the kernel to join a source-specific multicast channel at the given `sourceAddress` and `groupAddress`, using the `multicastInterface` with the `IP_ADD_SOURCE_MEMBERSHIP` socket + * option. If the `multicastInterface` argument + * is not specified, the operating system will choose one interface and will add + * membership to it. To add membership to every available interface, call `socket.addSourceSpecificMembership()` multiple times, once per interface. + * + * When called on an unbound socket, this method will implicitly bind to a random + * port, listening on all interfaces. + * @since v13.1.0, v12.16.0 + */ + addSourceSpecificMembership(sourceAddress: string, groupAddress: string, multicastInterface?: string): void; + /** + * Instructs the kernel to leave a source-specific multicast channel at the given `sourceAddress` and `groupAddress` using the `IP_DROP_SOURCE_MEMBERSHIP` socket option. This method is + * automatically called by the kernel when the + * socket is closed or the process terminates, so most apps will never have + * reason to call this. + * + * If `multicastInterface` is not specified, the operating system will attempt to + * drop membership on all valid interfaces. + * @since v13.1.0, v12.16.0 + */ + dropSourceSpecificMembership(sourceAddress: string, groupAddress: string, multicastInterface?: string): void; + /** + * events.EventEmitter + * 1. close + * 2. connect + * 3. error + * 4. listening + * 5. message + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "connect", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "listening", listener: () => void): this; + addListener(event: "message", listener: (msg: NonSharedBuffer, rinfo: RemoteInfo) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close"): boolean; + emit(event: "connect"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "listening"): boolean; + emit(event: "message", msg: NonSharedBuffer, rinfo: RemoteInfo): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: () => void): this; + on(event: "connect", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "listening", listener: () => void): this; + on(event: "message", listener: (msg: NonSharedBuffer, rinfo: RemoteInfo) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "connect", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "listening", listener: () => void): this; + once(event: "message", listener: (msg: NonSharedBuffer, rinfo: RemoteInfo) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "connect", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "listening", listener: () => void): this; + prependListener(event: "message", listener: (msg: NonSharedBuffer, rinfo: RemoteInfo) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "connect", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "listening", listener: () => void): this; + prependOnceListener(event: "message", listener: (msg: NonSharedBuffer, rinfo: RemoteInfo) => void): this; + /** + * Calls `socket.close()` and returns a promise that fulfills when the socket has closed. + * @since v20.5.0 + */ + [Symbol.asyncDispose](): Promise; + } +} +declare module "node:dgram" { + export * from "dgram"; +} diff --git a/node_modules/@types/node/diagnostics_channel.d.ts b/node_modules/@types/node/diagnostics_channel.d.ts new file mode 100644 index 0000000..f758aec --- /dev/null +++ b/node_modules/@types/node/diagnostics_channel.d.ts @@ -0,0 +1,578 @@ +/** + * The `node:diagnostics_channel` module provides an API to create named channels + * to report arbitrary message data for diagnostics purposes. + * + * It can be accessed using: + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * ``` + * + * It is intended that a module writer wanting to report diagnostics messages + * will create one or many top-level channels to report messages through. + * Channels may also be acquired at runtime but it is not encouraged + * due to the additional overhead of doing so. Channels may be exported for + * convenience, but as long as the name is known it can be acquired anywhere. + * + * If you intend for your module to produce diagnostics data for others to + * consume it is recommended that you include documentation of what named + * channels are used along with the shape of the message data. Channel names + * should generally include the module name to avoid collisions with data from + * other modules. + * @since v15.1.0, v14.17.0 + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/diagnostics_channel.js) + */ +declare module "diagnostics_channel" { + import { AsyncLocalStorage } from "node:async_hooks"; + /** + * Check if there are active subscribers to the named channel. This is helpful if + * the message you want to send might be expensive to prepare. + * + * This API is optional but helpful when trying to publish messages from very + * performance-sensitive code. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * if (diagnostics_channel.hasSubscribers('my-channel')) { + * // There are subscribers, prepare and publish message + * } + * ``` + * @since v15.1.0, v14.17.0 + * @param name The channel name + * @return If there are active subscribers + */ + function hasSubscribers(name: string | symbol): boolean; + /** + * This is the primary entry-point for anyone wanting to publish to a named + * channel. It produces a channel object which is optimized to reduce overhead at + * publish time as much as possible. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * ``` + * @since v15.1.0, v14.17.0 + * @param name The channel name + * @return The named channel object + */ + function channel(name: string | symbol): Channel; + type ChannelListener = (message: unknown, name: string | symbol) => void; + /** + * Register a message handler to subscribe to this channel. This message handler + * will be run synchronously whenever a message is published to the channel. Any + * errors thrown in the message handler will trigger an `'uncaughtException'`. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * diagnostics_channel.subscribe('my-channel', (message, name) => { + * // Received data + * }); + * ``` + * @since v18.7.0, v16.17.0 + * @param name The channel name + * @param onMessage The handler to receive channel messages + */ + function subscribe(name: string | symbol, onMessage: ChannelListener): void; + /** + * Remove a message handler previously registered to this channel with {@link subscribe}. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * function onMessage(message, name) { + * // Received data + * } + * + * diagnostics_channel.subscribe('my-channel', onMessage); + * + * diagnostics_channel.unsubscribe('my-channel', onMessage); + * ``` + * @since v18.7.0, v16.17.0 + * @param name The channel name + * @param onMessage The previous subscribed handler to remove + * @return `true` if the handler was found, `false` otherwise. + */ + function unsubscribe(name: string | symbol, onMessage: ChannelListener): boolean; + /** + * Creates a `TracingChannel` wrapper for the given `TracingChannel Channels`. If a name is given, the corresponding tracing + * channels will be created in the form of `tracing:${name}:${eventType}` where `eventType` corresponds to the types of `TracingChannel Channels`. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channelsByName = diagnostics_channel.tracingChannel('my-channel'); + * + * // or... + * + * const channelsByCollection = diagnostics_channel.tracingChannel({ + * start: diagnostics_channel.channel('tracing:my-channel:start'), + * end: diagnostics_channel.channel('tracing:my-channel:end'), + * asyncStart: diagnostics_channel.channel('tracing:my-channel:asyncStart'), + * asyncEnd: diagnostics_channel.channel('tracing:my-channel:asyncEnd'), + * error: diagnostics_channel.channel('tracing:my-channel:error'), + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param nameOrChannels Channel name or object containing all the `TracingChannel Channels` + * @return Collection of channels to trace with + */ + function tracingChannel< + StoreType = unknown, + ContextType extends object = StoreType extends object ? StoreType : object, + >( + nameOrChannels: string | TracingChannelCollection, + ): TracingChannel; + /** + * The class `Channel` represents an individual named channel within the data + * pipeline. It is used to track subscribers and to publish messages when there + * are subscribers present. It exists as a separate object to avoid channel + * lookups at publish time, enabling very fast publish speeds and allowing + * for heavy use while incurring very minimal cost. Channels are created with {@link channel}, constructing a channel directly + * with `new Channel(name)` is not supported. + * @since v15.1.0, v14.17.0 + */ + class Channel { + readonly name: string | symbol; + /** + * Check if there are active subscribers to this channel. This is helpful if + * the message you want to send might be expensive to prepare. + * + * This API is optional but helpful when trying to publish messages from very + * performance-sensitive code. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * if (channel.hasSubscribers) { + * // There are subscribers, prepare and publish message + * } + * ``` + * @since v15.1.0, v14.17.0 + */ + readonly hasSubscribers: boolean; + private constructor(name: string | symbol); + /** + * Publish a message to any subscribers to the channel. This will trigger + * message handlers synchronously so they will execute within the same context. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * channel.publish({ + * some: 'message', + * }); + * ``` + * @since v15.1.0, v14.17.0 + * @param message The message to send to the channel subscribers + */ + publish(message: unknown): void; + /** + * Register a message handler to subscribe to this channel. This message handler + * will be run synchronously whenever a message is published to the channel. Any + * errors thrown in the message handler will trigger an `'uncaughtException'`. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * channel.subscribe((message, name) => { + * // Received data + * }); + * ``` + * @since v15.1.0, v14.17.0 + * @deprecated Since v18.7.0,v16.17.0 - Use {@link subscribe(name, onMessage)} + * @param onMessage The handler to receive channel messages + */ + subscribe(onMessage: ChannelListener): void; + /** + * Remove a message handler previously registered to this channel with `channel.subscribe(onMessage)`. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * function onMessage(message, name) { + * // Received data + * } + * + * channel.subscribe(onMessage); + * + * channel.unsubscribe(onMessage); + * ``` + * @since v15.1.0, v14.17.0 + * @deprecated Since v18.7.0,v16.17.0 - Use {@link unsubscribe(name, onMessage)} + * @param onMessage The previous subscribed handler to remove + * @return `true` if the handler was found, `false` otherwise. + */ + unsubscribe(onMessage: ChannelListener): void; + /** + * When `channel.runStores(context, ...)` is called, the given context data + * will be applied to any store bound to the channel. If the store has already been + * bound the previous `transform` function will be replaced with the new one. + * The `transform` function may be omitted to set the given context data as the + * context directly. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * import { AsyncLocalStorage } from 'node:async_hooks'; + * + * const store = new AsyncLocalStorage(); + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * channel.bindStore(store, (data) => { + * return { data }; + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param store The store to which to bind the context data + * @param transform Transform context data before setting the store context + */ + bindStore(store: AsyncLocalStorage, transform?: (context: ContextType) => StoreType): void; + /** + * Remove a message handler previously registered to this channel with `channel.bindStore(store)`. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * import { AsyncLocalStorage } from 'node:async_hooks'; + * + * const store = new AsyncLocalStorage(); + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * channel.bindStore(store); + * channel.unbindStore(store); + * ``` + * @since v19.9.0 + * @experimental + * @param store The store to unbind from the channel. + * @return `true` if the store was found, `false` otherwise. + */ + unbindStore(store: AsyncLocalStorage): boolean; + /** + * Applies the given data to any AsyncLocalStorage instances bound to the channel + * for the duration of the given function, then publishes to the channel within + * the scope of that data is applied to the stores. + * + * If a transform function was given to `channel.bindStore(store)` it will be + * applied to transform the message data before it becomes the context value for + * the store. The prior storage context is accessible from within the transform + * function in cases where context linking is required. + * + * The context applied to the store should be accessible in any async code which + * continues from execution which began during the given function, however + * there are some situations in which `context loss` may occur. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * import { AsyncLocalStorage } from 'node:async_hooks'; + * + * const store = new AsyncLocalStorage(); + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * channel.bindStore(store, (message) => { + * const parent = store.getStore(); + * return new Span(message, parent); + * }); + * channel.runStores({ some: 'message' }, () => { + * store.getStore(); // Span({ some: 'message' }) + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param context Message to send to subscribers and bind to stores + * @param fn Handler to run within the entered storage context + * @param thisArg The receiver to be used for the function call. + * @param args Optional arguments to pass to the function. + */ + runStores( + context: ContextType, + fn: (this: ThisArg, ...args: Args) => Result, + thisArg?: ThisArg, + ...args: Args + ): Result; + } + interface TracingChannelSubscribers { + start: (message: ContextType) => void; + end: ( + message: ContextType & { + error?: unknown; + result?: unknown; + }, + ) => void; + asyncStart: ( + message: ContextType & { + error?: unknown; + result?: unknown; + }, + ) => void; + asyncEnd: ( + message: ContextType & { + error?: unknown; + result?: unknown; + }, + ) => void; + error: ( + message: ContextType & { + error: unknown; + }, + ) => void; + } + interface TracingChannelCollection { + start: Channel; + end: Channel; + asyncStart: Channel; + asyncEnd: Channel; + error: Channel; + } + /** + * The class `TracingChannel` is a collection of `TracingChannel Channels` which + * together express a single traceable action. It is used to formalize and + * simplify the process of producing events for tracing application flow. {@link tracingChannel} is used to construct a `TracingChannel`. As with `Channel` it is recommended to create and reuse a + * single `TracingChannel` at the top-level of the file rather than creating them + * dynamically. + * @since v19.9.0 + * @experimental + */ + class TracingChannel implements TracingChannelCollection { + start: Channel; + end: Channel; + asyncStart: Channel; + asyncEnd: Channel; + error: Channel; + /** + * Helper to subscribe a collection of functions to the corresponding channels. + * This is the same as calling `channel.subscribe(onMessage)` on each channel + * individually. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channels = diagnostics_channel.tracingChannel('my-channel'); + * + * channels.subscribe({ + * start(message) { + * // Handle start message + * }, + * end(message) { + * // Handle end message + * }, + * asyncStart(message) { + * // Handle asyncStart message + * }, + * asyncEnd(message) { + * // Handle asyncEnd message + * }, + * error(message) { + * // Handle error message + * }, + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param subscribers Set of `TracingChannel Channels` subscribers + */ + subscribe(subscribers: TracingChannelSubscribers): void; + /** + * Helper to unsubscribe a collection of functions from the corresponding channels. + * This is the same as calling `channel.unsubscribe(onMessage)` on each channel + * individually. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channels = diagnostics_channel.tracingChannel('my-channel'); + * + * channels.unsubscribe({ + * start(message) { + * // Handle start message + * }, + * end(message) { + * // Handle end message + * }, + * asyncStart(message) { + * // Handle asyncStart message + * }, + * asyncEnd(message) { + * // Handle asyncEnd message + * }, + * error(message) { + * // Handle error message + * }, + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param subscribers Set of `TracingChannel Channels` subscribers + * @return `true` if all handlers were successfully unsubscribed, and `false` otherwise. + */ + unsubscribe(subscribers: TracingChannelSubscribers): void; + /** + * Trace a synchronous function call. This will always produce a `start event` and `end event` around the execution and may produce an `error event` if the given function throws an error. + * This will run the given function using `channel.runStores(context, ...)` on the `start` channel which ensures all + * events should have any bound stores set to match this trace context. + * + * To ensure only correct trace graphs are formed, events will only be published if subscribers are present prior to starting the trace. Subscriptions + * which are added after the trace begins will not receive future events from that trace, only future traces will be seen. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channels = diagnostics_channel.tracingChannel('my-channel'); + * + * channels.traceSync(() => { + * // Do something + * }, { + * some: 'thing', + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param fn Function to wrap a trace around + * @param context Shared object to correlate events through + * @param thisArg The receiver to be used for the function call + * @param args Optional arguments to pass to the function + * @return The return value of the given function + */ + traceSync( + fn: (this: ThisArg, ...args: Args) => Result, + context?: ContextType, + thisArg?: ThisArg, + ...args: Args + ): Result; + /** + * Trace a promise-returning function call. This will always produce a `start event` and `end event` around the synchronous portion of the + * function execution, and will produce an `asyncStart event` and `asyncEnd event` when a promise continuation is reached. It may also + * produce an `error event` if the given function throws an error or the + * returned promise rejects. This will run the given function using `channel.runStores(context, ...)` on the `start` channel which ensures all + * events should have any bound stores set to match this trace context. + * + * To ensure only correct trace graphs are formed, events will only be published if subscribers are present prior to starting the trace. Subscriptions + * which are added after the trace begins will not receive future events from that trace, only future traces will be seen. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channels = diagnostics_channel.tracingChannel('my-channel'); + * + * channels.tracePromise(async () => { + * // Do something + * }, { + * some: 'thing', + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param fn Promise-returning function to wrap a trace around + * @param context Shared object to correlate trace events through + * @param thisArg The receiver to be used for the function call + * @param args Optional arguments to pass to the function + * @return Chained from promise returned by the given function + */ + tracePromise( + fn: (this: ThisArg, ...args: Args) => Promise, + context?: ContextType, + thisArg?: ThisArg, + ...args: Args + ): Promise; + /** + * Trace a callback-receiving function call. This will always produce a `start event` and `end event` around the synchronous portion of the + * function execution, and will produce a `asyncStart event` and `asyncEnd event` around the callback execution. It may also produce an `error event` if the given function throws an error or + * the returned + * promise rejects. This will run the given function using `channel.runStores(context, ...)` on the `start` channel which ensures all + * events should have any bound stores set to match this trace context. + * + * The `position` will be -1 by default to indicate the final argument should + * be used as the callback. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channels = diagnostics_channel.tracingChannel('my-channel'); + * + * channels.traceCallback((arg1, callback) => { + * // Do something + * callback(null, 'result'); + * }, 1, { + * some: 'thing', + * }, thisArg, arg1, callback); + * ``` + * + * The callback will also be run with `channel.runStores(context, ...)` which + * enables context loss recovery in some cases. + * + * To ensure only correct trace graphs are formed, events will only be published if subscribers are present prior to starting the trace. Subscriptions + * which are added after the trace begins will not receive future events from that trace, only future traces will be seen. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * import { AsyncLocalStorage } from 'node:async_hooks'; + * + * const channels = diagnostics_channel.tracingChannel('my-channel'); + * const myStore = new AsyncLocalStorage(); + * + * // The start channel sets the initial store data to something + * // and stores that store data value on the trace context object + * channels.start.bindStore(myStore, (data) => { + * const span = new Span(data); + * data.span = span; + * return span; + * }); + * + * // Then asyncStart can restore from that data it stored previously + * channels.asyncStart.bindStore(myStore, (data) => { + * return data.span; + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param fn callback using function to wrap a trace around + * @param position Zero-indexed argument position of expected callback + * @param context Shared object to correlate trace events through + * @param thisArg The receiver to be used for the function call + * @param args Optional arguments to pass to the function + * @return The return value of the given function + */ + traceCallback( + fn: (this: ThisArg, ...args: Args) => Result, + position?: number, + context?: ContextType, + thisArg?: ThisArg, + ...args: Args + ): Result; + /** + * `true` if any of the individual channels has a subscriber, `false` if not. + * + * This is a helper method available on a {@link TracingChannel} instance to check + * if any of the [TracingChannel Channels](https://nodejs.org/api/diagnostics_channel.html#tracingchannel-channels) have subscribers. + * A `true` is returned if any of them have at least one subscriber, a `false` is returned otherwise. + * + * ```js + * const diagnostics_channel = require('node:diagnostics_channel'); + * + * const channels = diagnostics_channel.tracingChannel('my-channel'); + * + * if (channels.hasSubscribers) { + * // Do something + * } + * ``` + * @since v22.0.0, v20.13.0 + */ + readonly hasSubscribers: boolean; + } +} +declare module "node:diagnostics_channel" { + export * from "diagnostics_channel"; +} diff --git a/node_modules/@types/node/dns.d.ts b/node_modules/@types/node/dns.d.ts new file mode 100644 index 0000000..acb5264 --- /dev/null +++ b/node_modules/@types/node/dns.d.ts @@ -0,0 +1,871 @@ +/** + * The `node:dns` module enables name resolution. For example, use it to look up IP + * addresses of host names. + * + * Although named for the [Domain Name System (DNS)](https://en.wikipedia.org/wiki/Domain_Name_System), it does not always use the + * DNS protocol for lookups. {@link lookup} uses the operating system + * facilities to perform name resolution. It may not need to perform any network + * communication. To perform name resolution the way other applications on the same + * system do, use {@link lookup}. + * + * ```js + * import dns from 'node:dns'; + * + * dns.lookup('example.org', (err, address, family) => { + * console.log('address: %j family: IPv%s', address, family); + * }); + * // address: "93.184.216.34" family: IPv4 + * ``` + * + * All other functions in the `node:dns` module connect to an actual DNS server to + * perform name resolution. They will always use the network to perform DNS + * queries. These functions do not use the same set of configuration files used by {@link lookup} (e.g. `/etc/hosts`). Use these functions to always perform + * DNS queries, bypassing other name-resolution facilities. + * + * ```js + * import dns from 'node:dns'; + * + * dns.resolve4('archive.org', (err, addresses) => { + * if (err) throw err; + * + * console.log(`addresses: ${JSON.stringify(addresses)}`); + * + * addresses.forEach((a) => { + * dns.reverse(a, (err, hostnames) => { + * if (err) { + * throw err; + * } + * console.log(`reverse for ${a}: ${JSON.stringify(hostnames)}`); + * }); + * }); + * }); + * ``` + * + * See the [Implementation considerations section](https://nodejs.org/docs/latest-v20.x/api/dns.html#implementation-considerations) for more information. + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/dns.js) + */ +declare module "dns" { + import * as dnsPromises from "node:dns/promises"; + // Supported getaddrinfo flags. + /** + * Limits returned address types to the types of non-loopback addresses configured on the system. For example, IPv4 addresses are + * only returned if the current system has at least one IPv4 address configured. + */ + export const ADDRCONFIG: number; + /** + * If the IPv6 family was specified, but no IPv6 addresses were found, then return IPv4 mapped IPv6 addresses. It is not supported + * on some operating systems (e.g. FreeBSD 10.1). + */ + export const V4MAPPED: number; + /** + * If `dns.V4MAPPED` is specified, return resolved IPv6 addresses as + * well as IPv4 mapped IPv6 addresses. + */ + export const ALL: number; + export interface LookupOptions { + /** + * The record family. Must be `4`, `6`, or `0`. For backward compatibility reasons, `'IPv4'` and `'IPv6'` are interpreted + * as `4` and `6` respectively. The value 0 indicates that either an IPv4 or IPv6 address is returned. If the value `0` is used + * with `{ all: true } (see below)`, both IPv4 and IPv6 addresses are returned. + * @default 0 + */ + family?: number | "IPv4" | "IPv6" | undefined; + /** + * One or more [supported `getaddrinfo`](https://nodejs.org/docs/latest-v20.x/api/dns.html#supported-getaddrinfo-flags) flags. Multiple flags may be + * passed by bitwise `OR`ing their values. + */ + hints?: number | undefined; + /** + * When `true`, the callback returns all resolved addresses in an array. Otherwise, returns a single address. + * @default false + */ + all?: boolean | undefined; + /** + * When `verbatim`, the resolved addresses are return unsorted. When `ipv4first`, the resolved addresses are sorted + * by placing IPv4 addresses before IPv6 addresses. When `ipv6first`, the resolved addresses are sorted by placing IPv6 + * addresses before IPv4 addresses. Default value is configurable using + * {@link setDefaultResultOrder} or [`--dns-result-order`](https://nodejs.org/docs/latest-v20.x/api/cli.html#--dns-result-orderorder). + * @default `verbatim` (addresses are not reordered) + */ + order?: "ipv4first" | "ipv6first" | "verbatim" | undefined; + /** + * When `true`, the callback receives IPv4 and IPv6 addresses in the order the DNS resolver returned them. When `false`, IPv4 + * addresses are placed before IPv6 addresses. This option will be deprecated in favor of `order`. When both are specified, + * `order` has higher precedence. New code should only use `order`. Default value is configurable using {@link setDefaultResultOrder} + * or [`--dns-result-order`](https://nodejs.org/docs/latest-v20.x/api/cli.html#--dns-result-orderorder). + * @default true (addresses are not reordered) + */ + verbatim?: boolean | undefined; + } + export interface LookupOneOptions extends LookupOptions { + all?: false | undefined; + } + export interface LookupAllOptions extends LookupOptions { + all: true; + } + export interface LookupAddress { + /** + * A string representation of an IPv4 or IPv6 address. + */ + address: string; + /** + * `4` or `6`, denoting the family of `address`, or `0` if the address is not an IPv4 or IPv6 address. `0` is a likely indicator of a + * bug in the name resolution service used by the operating system. + */ + family: number; + } + /** + * Resolves a host name (e.g. `'nodejs.org'`) into the first found A (IPv4) or + * AAAA (IPv6) record. All `option` properties are optional. If `options` is an + * integer, then it must be `4` or `6` – if `options` is `0` or not provided, then + * IPv4 and IPv6 addresses are both returned if found. + * + * With the `all` option set to `true`, the arguments for `callback` change to `(err, addresses)`, with `addresses` being an array of objects with the + * properties `address` and `family`. + * + * On error, `err` is an `Error` object, where `err.code` is the error code. + * Keep in mind that `err.code` will be set to `'ENOTFOUND'` not only when + * the host name does not exist but also when the lookup fails in other ways + * such as no available file descriptors. + * + * `dns.lookup()` does not necessarily have anything to do with the DNS protocol. + * The implementation uses an operating system facility that can associate names + * with addresses and vice versa. This implementation can have subtle but + * important consequences on the behavior of any Node.js program. Please take some + * time to consult the [Implementation considerations section](https://nodejs.org/docs/latest-v20.x/api/dns.html#implementation-considerations) + * before using `dns.lookup()`. + * + * Example usage: + * + * ```js + * import dns from 'node:dns'; + * const options = { + * family: 6, + * hints: dns.ADDRCONFIG | dns.V4MAPPED, + * }; + * dns.lookup('example.com', options, (err, address, family) => + * console.log('address: %j family: IPv%s', address, family)); + * // address: "2606:2800:220:1:248:1893:25c8:1946" family: IPv6 + * + * // When options.all is true, the result will be an Array. + * options.all = true; + * dns.lookup('example.com', options, (err, addresses) => + * console.log('addresses: %j', addresses)); + * // addresses: [{"address":"2606:2800:220:1:248:1893:25c8:1946","family":6}] + * ``` + * + * If this method is invoked as its [util.promisify()](https://nodejs.org/docs/latest-v20.x/api/util.html#utilpromisifyoriginal) ed + * version, and `all` is not set to `true`, it returns a `Promise` for an `Object` with `address` and `family` properties. + * @since v0.1.90 + */ + export function lookup( + hostname: string, + family: number, + callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void, + ): void; + export function lookup( + hostname: string, + options: LookupOneOptions, + callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void, + ): void; + export function lookup( + hostname: string, + options: LookupAllOptions, + callback: (err: NodeJS.ErrnoException | null, addresses: LookupAddress[]) => void, + ): void; + export function lookup( + hostname: string, + options: LookupOptions, + callback: (err: NodeJS.ErrnoException | null, address: string | LookupAddress[], family: number) => void, + ): void; + export function lookup( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void, + ): void; + export namespace lookup { + function __promisify__(hostname: string, options: LookupAllOptions): Promise; + function __promisify__(hostname: string, options?: LookupOneOptions | number): Promise; + function __promisify__(hostname: string, options: LookupOptions): Promise; + } + /** + * Resolves the given `address` and `port` into a host name and service using + * the operating system's underlying `getnameinfo` implementation. + * + * If `address` is not a valid IP address, a `TypeError` will be thrown. + * The `port` will be coerced to a number. If it is not a legal port, a `TypeError` will be thrown. + * + * On an error, `err` is an [`Error`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) object, + * where `err.code` is the error code. + * + * ```js + * import dns from 'node:dns'; + * dns.lookupService('127.0.0.1', 22, (err, hostname, service) => { + * console.log(hostname, service); + * // Prints: localhost ssh + * }); + * ``` + * + * If this method is invoked as its [util.promisify()](https://nodejs.org/docs/latest-v20.x/api/util.html#utilpromisifyoriginal) ed + * version, it returns a `Promise` for an `Object` with `hostname` and `service` properties. + * @since v0.11.14 + */ + export function lookupService( + address: string, + port: number, + callback: (err: NodeJS.ErrnoException | null, hostname: string, service: string) => void, + ): void; + export namespace lookupService { + function __promisify__( + address: string, + port: number, + ): Promise<{ + hostname: string; + service: string; + }>; + } + export interface ResolveOptions { + ttl: boolean; + } + export interface ResolveWithTtlOptions extends ResolveOptions { + ttl: true; + } + export interface RecordWithTtl { + address: string; + ttl: number; + } + /** @deprecated Use `AnyARecord` or `AnyAaaaRecord` instead. */ + export type AnyRecordWithTtl = AnyARecord | AnyAaaaRecord; + export interface AnyARecord extends RecordWithTtl { + type: "A"; + } + export interface AnyAaaaRecord extends RecordWithTtl { + type: "AAAA"; + } + export interface CaaRecord { + critical: number; + issue?: string | undefined; + issuewild?: string | undefined; + iodef?: string | undefined; + contactemail?: string | undefined; + contactphone?: string | undefined; + } + export interface AnyCaaRecord extends CaaRecord { + type: "CAA"; + } + export interface MxRecord { + priority: number; + exchange: string; + } + export interface AnyMxRecord extends MxRecord { + type: "MX"; + } + export interface NaptrRecord { + flags: string; + service: string; + regexp: string; + replacement: string; + order: number; + preference: number; + } + export interface AnyNaptrRecord extends NaptrRecord { + type: "NAPTR"; + } + export interface SoaRecord { + nsname: string; + hostmaster: string; + serial: number; + refresh: number; + retry: number; + expire: number; + minttl: number; + } + export interface AnySoaRecord extends SoaRecord { + type: "SOA"; + } + export interface SrvRecord { + priority: number; + weight: number; + port: number; + name: string; + } + export interface AnySrvRecord extends SrvRecord { + type: "SRV"; + } + export interface AnyTxtRecord { + type: "TXT"; + entries: string[]; + } + export interface AnyNsRecord { + type: "NS"; + value: string; + } + export interface AnyPtrRecord { + type: "PTR"; + value: string; + } + export interface AnyCnameRecord { + type: "CNAME"; + value: string; + } + export type AnyRecord = + | AnyARecord + | AnyAaaaRecord + | AnyCaaRecord + | AnyCnameRecord + | AnyMxRecord + | AnyNaptrRecord + | AnyNsRecord + | AnyPtrRecord + | AnySoaRecord + | AnySrvRecord + | AnyTxtRecord; + /** + * Uses the DNS protocol to resolve a host name (e.g. `'nodejs.org'`) into an array + * of the resource records. The `callback` function has arguments `(err, records)`. When successful, `records` will be an array of resource + * records. The type and structure of individual results varies based on `rrtype`: + * + * + * + * On error, `err` is an [`Error`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) object, + * where `err.code` is one of the `DNS error codes`. + * @since v0.1.27 + * @param hostname Host name to resolve. + * @param [rrtype='A'] Resource record type. + */ + export function resolve( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "A" | "AAAA" | "CNAME" | "NS" | "PTR", + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "ANY", + callback: (err: NodeJS.ErrnoException | null, addresses: AnyRecord[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "CAA", + callback: (err: NodeJS.ErrnoException | null, address: CaaRecord[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "MX", + callback: (err: NodeJS.ErrnoException | null, addresses: MxRecord[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "NAPTR", + callback: (err: NodeJS.ErrnoException | null, addresses: NaptrRecord[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "SOA", + callback: (err: NodeJS.ErrnoException | null, addresses: SoaRecord) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "SRV", + callback: (err: NodeJS.ErrnoException | null, addresses: SrvRecord[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "TXT", + callback: (err: NodeJS.ErrnoException | null, addresses: string[][]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: string, + callback: ( + err: NodeJS.ErrnoException | null, + addresses: + | string[] + | CaaRecord[] + | MxRecord[] + | NaptrRecord[] + | SoaRecord + | SrvRecord[] + | string[][] + | AnyRecord[], + ) => void, + ): void; + export namespace resolve { + function __promisify__(hostname: string, rrtype?: "A" | "AAAA" | "CNAME" | "NS" | "PTR"): Promise; + function __promisify__(hostname: string, rrtype: "ANY"): Promise; + function __promisify__(hostname: string, rrtype: "CAA"): Promise; + function __promisify__(hostname: string, rrtype: "MX"): Promise; + function __promisify__(hostname: string, rrtype: "NAPTR"): Promise; + function __promisify__(hostname: string, rrtype: "SOA"): Promise; + function __promisify__(hostname: string, rrtype: "SRV"): Promise; + function __promisify__(hostname: string, rrtype: "TXT"): Promise; + function __promisify__( + hostname: string, + rrtype: string, + ): Promise< + | string[] + | CaaRecord[] + | MxRecord[] + | NaptrRecord[] + | SoaRecord + | SrvRecord[] + | string[][] + | AnyRecord[] + >; + } + /** + * Uses the DNS protocol to resolve a IPv4 addresses (`A` records) for the `hostname`. The `addresses` argument passed to the `callback` function + * will contain an array of IPv4 addresses (e.g.`['74.125.79.104', '74.125.79.105', '74.125.79.106']`). + * @since v0.1.16 + * @param hostname Host name to resolve. + */ + export function resolve4( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export function resolve4( + hostname: string, + options: ResolveWithTtlOptions, + callback: (err: NodeJS.ErrnoException | null, addresses: RecordWithTtl[]) => void, + ): void; + export function resolve4( + hostname: string, + options: ResolveOptions, + callback: (err: NodeJS.ErrnoException | null, addresses: string[] | RecordWithTtl[]) => void, + ): void; + export namespace resolve4 { + function __promisify__(hostname: string): Promise; + function __promisify__(hostname: string, options: ResolveWithTtlOptions): Promise; + function __promisify__(hostname: string, options?: ResolveOptions): Promise; + } + /** + * Uses the DNS protocol to resolve IPv6 addresses (`AAAA` records) for the `hostname`. The `addresses` argument passed to the `callback` function + * will contain an array of IPv6 addresses. + * @since v0.1.16 + * @param hostname Host name to resolve. + */ + export function resolve6( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export function resolve6( + hostname: string, + options: ResolveWithTtlOptions, + callback: (err: NodeJS.ErrnoException | null, addresses: RecordWithTtl[]) => void, + ): void; + export function resolve6( + hostname: string, + options: ResolveOptions, + callback: (err: NodeJS.ErrnoException | null, addresses: string[] | RecordWithTtl[]) => void, + ): void; + export namespace resolve6 { + function __promisify__(hostname: string): Promise; + function __promisify__(hostname: string, options: ResolveWithTtlOptions): Promise; + function __promisify__(hostname: string, options?: ResolveOptions): Promise; + } + /** + * Uses the DNS protocol to resolve `CNAME` records for the `hostname`. The `addresses` argument passed to the `callback` function + * will contain an array of canonical name records available for the `hostname` (e.g. `['bar.example.com']`). + * @since v0.3.2 + */ + export function resolveCname( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export namespace resolveCname { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve `CAA` records for the `hostname`. The `addresses` argument passed to the `callback` function + * will contain an array of certification authority authorization records + * available for the `hostname` (e.g. `[{critical: 0, iodef: 'mailto:pki@example.com'}, {critical: 128, issue: 'pki.example.com'}]`). + * @since v15.0.0, v14.17.0 + */ + export function resolveCaa( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, records: CaaRecord[]) => void, + ): void; + export namespace resolveCaa { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve mail exchange records (`MX` records) for the `hostname`. The `addresses` argument passed to the `callback` function will + * contain an array of objects containing both a `priority` and `exchange` property (e.g. `[{priority: 10, exchange: 'mx.example.com'}, ...]`). + * @since v0.1.27 + */ + export function resolveMx( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: MxRecord[]) => void, + ): void; + export namespace resolveMx { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve regular expression-based records (`NAPTR` records) for the `hostname`. The `addresses` argument passed to the `callback` function will contain an array of + * objects with the following properties: + * + * * `flags` + * * `service` + * * `regexp` + * * `replacement` + * * `order` + * * `preference` + * + * ```js + * { + * flags: 's', + * service: 'SIP+D2U', + * regexp: '', + * replacement: '_sip._udp.example.com', + * order: 30, + * preference: 100 + * } + * ``` + * @since v0.9.12 + */ + export function resolveNaptr( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: NaptrRecord[]) => void, + ): void; + export namespace resolveNaptr { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve name server records (`NS` records) for the `hostname`. The `addresses` argument passed to the `callback` function will + * contain an array of name server records available for `hostname` (e.g. `['ns1.example.com', 'ns2.example.com']`). + * @since v0.1.90 + */ + export function resolveNs( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export namespace resolveNs { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve pointer records (`PTR` records) for the `hostname`. The `addresses` argument passed to the `callback` function will + * be an array of strings containing the reply records. + * @since v6.0.0 + */ + export function resolvePtr( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export namespace resolvePtr { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve a start of authority record (`SOA` record) for + * the `hostname`. The `address` argument passed to the `callback` function will + * be an object with the following properties: + * + * * `nsname` + * * `hostmaster` + * * `serial` + * * `refresh` + * * `retry` + * * `expire` + * * `minttl` + * + * ```js + * { + * nsname: 'ns.example.com', + * hostmaster: 'root.example.com', + * serial: 2013101809, + * refresh: 10000, + * retry: 2400, + * expire: 604800, + * minttl: 3600 + * } + * ``` + * @since v0.11.10 + */ + export function resolveSoa( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, address: SoaRecord) => void, + ): void; + export namespace resolveSoa { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve service records (`SRV` records) for the `hostname`. The `addresses` argument passed to the `callback` function will + * be an array of objects with the following properties: + * + * * `priority` + * * `weight` + * * `port` + * * `name` + * + * ```js + * { + * priority: 10, + * weight: 5, + * port: 21223, + * name: 'service.example.com' + * } + * ``` + * @since v0.1.27 + */ + export function resolveSrv( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: SrvRecord[]) => void, + ): void; + export namespace resolveSrv { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve text queries (`TXT` records) for the `hostname`. The `records` argument passed to the `callback` function is a + * two-dimensional array of the text records available for `hostname` (e.g.`[ ['v=spf1 ip4:0.0.0.0 ', '~all' ] ]`). Each sub-array contains TXT chunks of + * one record. Depending on the use case, these could be either joined together or + * treated separately. + * @since v0.1.27 + */ + export function resolveTxt( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[][]) => void, + ): void; + export namespace resolveTxt { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve all records (also known as `ANY` or `*` query). + * The `ret` argument passed to the `callback` function will be an array containing + * various types of records. Each object has a property `type` that indicates the + * type of the current record. And depending on the `type`, additional properties + * will be present on the object: + * + * + * + * Here is an example of the `ret` object passed to the callback: + * + * ```js + * [ { type: 'A', address: '127.0.0.1', ttl: 299 }, + * { type: 'CNAME', value: 'example.com' }, + * { type: 'MX', exchange: 'alt4.aspmx.l.example.com', priority: 50 }, + * { type: 'NS', value: 'ns1.example.com' }, + * { type: 'TXT', entries: [ 'v=spf1 include:_spf.example.com ~all' ] }, + * { type: 'SOA', + * nsname: 'ns1.example.com', + * hostmaster: 'admin.example.com', + * serial: 156696742, + * refresh: 900, + * retry: 900, + * expire: 1800, + * minttl: 60 } ] + * ``` + * + * DNS server operators may choose not to respond to `ANY` queries. It may be better to call individual methods like {@link resolve4}, {@link resolveMx}, and so on. For more details, see + * [RFC 8482](https://tools.ietf.org/html/rfc8482). + */ + export function resolveAny( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: AnyRecord[]) => void, + ): void; + export namespace resolveAny { + function __promisify__(hostname: string): Promise; + } + /** + * Performs a reverse DNS query that resolves an IPv4 or IPv6 address to an + * array of host names. + * + * On error, `err` is an [`Error`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) object, where `err.code` is + * one of the [DNS error codes](https://nodejs.org/docs/latest-v20.x/api/dns.html#error-codes). + * @since v0.1.16 + */ + export function reverse( + ip: string, + callback: (err: NodeJS.ErrnoException | null, hostnames: string[]) => void, + ): void; + /** + * Get the default value for `order` in {@link lookup} and [`dnsPromises.lookup()`](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromiseslookuphostname-options). + * The value could be: + * + * * `ipv4first`: for `order` defaulting to `ipv4first`. + * * `ipv6first`: for `order` defaulting to `ipv6first`. + * * `verbatim`: for `order` defaulting to `verbatim`. + * @since v18.17.0 + */ + export function getDefaultResultOrder(): "ipv4first" | "ipv6first" | "verbatim"; + /** + * Sets the IP address and port of servers to be used when performing DNS + * resolution. The `servers` argument is an array of [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6) formatted + * addresses. If the port is the IANA default DNS port (53) it can be omitted. + * + * ```js + * dns.setServers([ + * '4.4.4.4', + * '[2001:4860:4860::8888]', + * '4.4.4.4:1053', + * '[2001:4860:4860::8888]:1053', + * ]); + * ``` + * + * An error will be thrown if an invalid address is provided. + * + * The `dns.setServers()` method must not be called while a DNS query is in + * progress. + * + * The {@link setServers} method affects only {@link resolve}, `dns.resolve*()` and {@link reverse} (and specifically _not_ {@link lookup}). + * + * This method works much like [resolve.conf](https://man7.org/linux/man-pages/man5/resolv.conf.5.html). + * That is, if attempting to resolve with the first server provided results in a `NOTFOUND` error, the `resolve()` method will _not_ attempt to resolve with + * subsequent servers provided. Fallback DNS servers will only be used if the + * earlier ones time out or result in some other error. + * @since v0.11.3 + * @param servers array of [RFC 5952](https://datatracker.ietf.org/doc/html/rfc5952#section-6) formatted addresses + */ + export function setServers(servers: readonly string[]): void; + /** + * Returns an array of IP address strings, formatted according to [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6), + * that are currently configured for DNS resolution. A string will include a port + * section if a custom port is used. + * + * ```js + * [ + * '4.4.4.4', + * '2001:4860:4860::8888', + * '4.4.4.4:1053', + * '[2001:4860:4860::8888]:1053', + * ] + * ``` + * @since v0.11.3 + */ + export function getServers(): string[]; + /** + * Set the default value of `order` in {@link lookup} and [`dnsPromises.lookup()`](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromiseslookuphostname-options). + * The value could be: + * + * * `ipv4first`: sets default `order` to `ipv4first`. + * * `ipv6first`: sets default `order` to `ipv6first`. + * * `verbatim`: sets default `order` to `verbatim`. + * + * The default is `verbatim` and {@link setDefaultResultOrder} have higher + * priority than [`--dns-result-order`](https://nodejs.org/docs/latest-v20.x/api/cli.html#--dns-result-orderorder). When using + * [worker threads](https://nodejs.org/docs/latest-v20.x/api/worker_threads.html), {@link setDefaultResultOrder} from the main + * thread won't affect the default dns orders in workers. + * @since v16.4.0, v14.18.0 + * @param order must be `'ipv4first'`, `'ipv6first'` or `'verbatim'`. + */ + export function setDefaultResultOrder(order: "ipv4first" | "ipv6first" | "verbatim"): void; + // Error codes + export const NODATA: "ENODATA"; + export const FORMERR: "EFORMERR"; + export const SERVFAIL: "ESERVFAIL"; + export const NOTFOUND: "ENOTFOUND"; + export const NOTIMP: "ENOTIMP"; + export const REFUSED: "EREFUSED"; + export const BADQUERY: "EBADQUERY"; + export const BADNAME: "EBADNAME"; + export const BADFAMILY: "EBADFAMILY"; + export const BADRESP: "EBADRESP"; + export const CONNREFUSED: "ECONNREFUSED"; + export const TIMEOUT: "ETIMEOUT"; + export const EOF: "EOF"; + export const FILE: "EFILE"; + export const NOMEM: "ENOMEM"; + export const DESTRUCTION: "EDESTRUCTION"; + export const BADSTR: "EBADSTR"; + export const BADFLAGS: "EBADFLAGS"; + export const NONAME: "ENONAME"; + export const BADHINTS: "EBADHINTS"; + export const NOTINITIALIZED: "ENOTINITIALIZED"; + export const LOADIPHLPAPI: "ELOADIPHLPAPI"; + export const ADDRGETNETWORKPARAMS: "EADDRGETNETWORKPARAMS"; + export const CANCELLED: "ECANCELLED"; + export interface ResolverOptions { + /** + * Query timeout in milliseconds, or `-1` to use the default timeout. + */ + timeout?: number | undefined; + /** + * The number of tries the resolver will try contacting each name server before giving up. + * @default 4 + */ + tries?: number | undefined; + } + /** + * An independent resolver for DNS requests. + * + * Creating a new resolver uses the default server settings. Setting + * the servers used for a resolver using [`resolver.setServers()`](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnssetserversservers) does not affect + * other resolvers: + * + * ```js + * import { Resolver } from 'node:dns'; + * const resolver = new Resolver(); + * resolver.setServers(['4.4.4.4']); + * + * // This request will use the server at 4.4.4.4, independent of global settings. + * resolver.resolve4('example.org', (err, addresses) => { + * // ... + * }); + * ``` + * + * The following methods from the `node:dns` module are available: + * + * * `resolver.getServers()` + * * `resolver.resolve()` + * * `resolver.resolve4()` + * * `resolver.resolve6()` + * * `resolver.resolveAny()` + * * `resolver.resolveCaa()` + * * `resolver.resolveCname()` + * * `resolver.resolveMx()` + * * `resolver.resolveNaptr()` + * * `resolver.resolveNs()` + * * `resolver.resolvePtr()` + * * `resolver.resolveSoa()` + * * `resolver.resolveSrv()` + * * `resolver.resolveTxt()` + * * `resolver.reverse()` + * * `resolver.setServers()` + * @since v8.3.0 + */ + export class Resolver { + constructor(options?: ResolverOptions); + /** + * Cancel all outstanding DNS queries made by this resolver. The corresponding + * callbacks will be called with an error with code `ECANCELLED`. + * @since v8.3.0 + */ + cancel(): void; + getServers: typeof getServers; + resolve: typeof resolve; + resolve4: typeof resolve4; + resolve6: typeof resolve6; + resolveAny: typeof resolveAny; + resolveCaa: typeof resolveCaa; + resolveCname: typeof resolveCname; + resolveMx: typeof resolveMx; + resolveNaptr: typeof resolveNaptr; + resolveNs: typeof resolveNs; + resolvePtr: typeof resolvePtr; + resolveSoa: typeof resolveSoa; + resolveSrv: typeof resolveSrv; + resolveTxt: typeof resolveTxt; + reverse: typeof reverse; + /** + * The resolver instance will send its requests from the specified IP address. + * This allows programs to specify outbound interfaces when used on multi-homed + * systems. + * + * If a v4 or v6 address is not specified, it is set to the default and the + * operating system will choose a local address automatically. + * + * The resolver will use the v4 local address when making requests to IPv4 DNS + * servers, and the v6 local address when making requests to IPv6 DNS servers. + * The `rrtype` of resolution requests has no impact on the local address used. + * @since v15.1.0, v14.17.0 + * @param [ipv4='0.0.0.0'] A string representation of an IPv4 address. + * @param [ipv6='::0'] A string representation of an IPv6 address. + */ + setLocalAddress(ipv4?: string, ipv6?: string): void; + setServers: typeof setServers; + } + export { dnsPromises as promises }; +} +declare module "node:dns" { + export * from "dns"; +} diff --git a/node_modules/@types/node/dns/promises.d.ts b/node_modules/@types/node/dns/promises.d.ts new file mode 100644 index 0000000..29ae2ba --- /dev/null +++ b/node_modules/@types/node/dns/promises.d.ts @@ -0,0 +1,479 @@ +/** + * The `dns.promises` API provides an alternative set of asynchronous DNS methods + * that return `Promise` objects rather than using callbacks. The API is accessible + * via `import { promises } from 'node:dns'` or `import dnsPromises from 'node:dns/promises'`. + * @since v10.6.0 + */ +declare module "dns/promises" { + import { + AnyRecord, + CaaRecord, + LookupAddress, + LookupAllOptions, + LookupOneOptions, + LookupOptions, + MxRecord, + NaptrRecord, + RecordWithTtl, + ResolveOptions, + ResolverOptions, + ResolveWithTtlOptions, + SoaRecord, + SrvRecord, + } from "node:dns"; + /** + * Returns an array of IP address strings, formatted according to [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6), + * that are currently configured for DNS resolution. A string will include a port + * section if a custom port is used. + * + * ```js + * [ + * '4.4.4.4', + * '2001:4860:4860::8888', + * '4.4.4.4:1053', + * '[2001:4860:4860::8888]:1053', + * ] + * ``` + * @since v10.6.0 + */ + function getServers(): string[]; + /** + * Resolves a host name (e.g. `'nodejs.org'`) into the first found A (IPv4) or + * AAAA (IPv6) record. All `option` properties are optional. If `options` is an + * integer, then it must be `4` or `6` – if `options` is not provided, then IPv4 + * and IPv6 addresses are both returned if found. + * + * With the `all` option set to `true`, the `Promise` is resolved with `addresses` being an array of objects with the properties `address` and `family`. + * + * On error, the `Promise` is rejected with an [`Error`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) object, where `err.code` is the error code. + * Keep in mind that `err.code` will be set to `'ENOTFOUND'` not only when + * the host name does not exist but also when the lookup fails in other ways + * such as no available file descriptors. + * + * [`dnsPromises.lookup()`](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromiseslookuphostname-options) does not necessarily have anything to do with the DNS + * protocol. The implementation uses an operating system facility that can + * associate names with addresses and vice versa. This implementation can have + * subtle but important consequences on the behavior of any Node.js program. Please + * take some time to consult the [Implementation considerations section](https://nodejs.org/docs/latest-v20.x/api/dns.html#implementation-considerations) before + * using `dnsPromises.lookup()`. + * + * Example usage: + * + * ```js + * import dns from 'node:dns'; + * const dnsPromises = dns.promises; + * const options = { + * family: 6, + * hints: dns.ADDRCONFIG | dns.V4MAPPED, + * }; + * + * dnsPromises.lookup('example.com', options).then((result) => { + * console.log('address: %j family: IPv%s', result.address, result.family); + * // address: "2606:2800:220:1:248:1893:25c8:1946" family: IPv6 + * }); + * + * // When options.all is true, the result will be an Array. + * options.all = true; + * dnsPromises.lookup('example.com', options).then((result) => { + * console.log('addresses: %j', result); + * // addresses: [{"address":"2606:2800:220:1:248:1893:25c8:1946","family":6}] + * }); + * ``` + * @since v10.6.0 + */ + function lookup(hostname: string, family: number): Promise; + function lookup(hostname: string, options: LookupOneOptions): Promise; + function lookup(hostname: string, options: LookupAllOptions): Promise; + function lookup(hostname: string, options: LookupOptions): Promise; + function lookup(hostname: string): Promise; + /** + * Resolves the given `address` and `port` into a host name and service using + * the operating system's underlying `getnameinfo` implementation. + * + * If `address` is not a valid IP address, a `TypeError` will be thrown. + * The `port` will be coerced to a number. If it is not a legal port, a `TypeError` will be thrown. + * + * On error, the `Promise` is rejected with an [`Error`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) object, where `err.code` is the error code. + * + * ```js + * import dns from 'node:dns'; + * dns.promises.lookupService('127.0.0.1', 22).then((result) => { + * console.log(result.hostname, result.service); + * // Prints: localhost ssh + * }); + * ``` + * @since v10.6.0 + */ + function lookupService( + address: string, + port: number, + ): Promise<{ + hostname: string; + service: string; + }>; + /** + * Uses the DNS protocol to resolve a host name (e.g. `'nodejs.org'`) into an array + * of the resource records. When successful, the `Promise` is resolved with an + * array of resource records. The type and structure of individual results vary + * based on `rrtype`: + * + * + * + * On error, the `Promise` is rejected with an [`Error`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) object, where `err.code` + * is one of the [DNS error codes](https://nodejs.org/docs/latest-v20.x/api/dns.html#error-codes). + * @since v10.6.0 + * @param hostname Host name to resolve. + * @param [rrtype='A'] Resource record type. + */ + function resolve(hostname: string): Promise; + function resolve(hostname: string, rrtype: "A" | "AAAA" | "CNAME" | "NS" | "PTR"): Promise; + function resolve(hostname: string, rrtype: "ANY"): Promise; + function resolve(hostname: string, rrtype: "CAA"): Promise; + function resolve(hostname: string, rrtype: "MX"): Promise; + function resolve(hostname: string, rrtype: "NAPTR"): Promise; + function resolve(hostname: string, rrtype: "SOA"): Promise; + function resolve(hostname: string, rrtype: "SRV"): Promise; + function resolve(hostname: string, rrtype: "TXT"): Promise; + function resolve(hostname: string, rrtype: string): Promise< + | string[] + | CaaRecord[] + | MxRecord[] + | NaptrRecord[] + | SoaRecord + | SrvRecord[] + | string[][] + | AnyRecord[] + >; + /** + * Uses the DNS protocol to resolve IPv4 addresses (`A` records) for the `hostname`. On success, the `Promise` is resolved with an array of IPv4 + * addresses (e.g. `['74.125.79.104', '74.125.79.105', '74.125.79.106']`). + * @since v10.6.0 + * @param hostname Host name to resolve. + */ + function resolve4(hostname: string): Promise; + function resolve4(hostname: string, options: ResolveWithTtlOptions): Promise; + function resolve4(hostname: string, options: ResolveOptions): Promise; + /** + * Uses the DNS protocol to resolve IPv6 addresses (`AAAA` records) for the `hostname`. On success, the `Promise` is resolved with an array of IPv6 + * addresses. + * @since v10.6.0 + * @param hostname Host name to resolve. + */ + function resolve6(hostname: string): Promise; + function resolve6(hostname: string, options: ResolveWithTtlOptions): Promise; + function resolve6(hostname: string, options: ResolveOptions): Promise; + /** + * Uses the DNS protocol to resolve all records (also known as `ANY` or `*` query). + * On success, the `Promise` is resolved with an array containing various types of + * records. Each object has a property `type` that indicates the type of the + * current record. And depending on the `type`, additional properties will be + * present on the object: + * + * + * + * Here is an example of the result object: + * + * ```js + * [ { type: 'A', address: '127.0.0.1', ttl: 299 }, + * { type: 'CNAME', value: 'example.com' }, + * { type: 'MX', exchange: 'alt4.aspmx.l.example.com', priority: 50 }, + * { type: 'NS', value: 'ns1.example.com' }, + * { type: 'TXT', entries: [ 'v=spf1 include:_spf.example.com ~all' ] }, + * { type: 'SOA', + * nsname: 'ns1.example.com', + * hostmaster: 'admin.example.com', + * serial: 156696742, + * refresh: 900, + * retry: 900, + * expire: 1800, + * minttl: 60 } ] + * ``` + * @since v10.6.0 + */ + function resolveAny(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve `CAA` records for the `hostname`. On success, + * the `Promise` is resolved with an array of objects containing available + * certification authority authorization records available for the `hostname` (e.g. `[{critical: 0, iodef: 'mailto:pki@example.com'},{critical: 128, issue: 'pki.example.com'}]`). + * @since v15.0.0, v14.17.0 + */ + function resolveCaa(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve `CNAME` records for the `hostname`. On success, + * the `Promise` is resolved with an array of canonical name records available for + * the `hostname` (e.g. `['bar.example.com']`). + * @since v10.6.0 + */ + function resolveCname(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve mail exchange records (`MX` records) for the `hostname`. On success, the `Promise` is resolved with an array of objects + * containing both a `priority` and `exchange` property (e.g.`[{priority: 10, exchange: 'mx.example.com'}, ...]`). + * @since v10.6.0 + */ + function resolveMx(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve regular expression-based records (`NAPTR` records) for the `hostname`. On success, the `Promise` is resolved with an array + * of objects with the following properties: + * + * * `flags` + * * `service` + * * `regexp` + * * `replacement` + * * `order` + * * `preference` + * + * ```js + * { + * flags: 's', + * service: 'SIP+D2U', + * regexp: '', + * replacement: '_sip._udp.example.com', + * order: 30, + * preference: 100 + * } + * ``` + * @since v10.6.0 + */ + function resolveNaptr(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve name server records (`NS` records) for the `hostname`. On success, the `Promise` is resolved with an array of name server + * records available for `hostname` (e.g.`['ns1.example.com', 'ns2.example.com']`). + * @since v10.6.0 + */ + function resolveNs(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve pointer records (`PTR` records) for the `hostname`. On success, the `Promise` is resolved with an array of strings + * containing the reply records. + * @since v10.6.0 + */ + function resolvePtr(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve a start of authority record (`SOA` record) for + * the `hostname`. On success, the `Promise` is resolved with an object with the + * following properties: + * + * * `nsname` + * * `hostmaster` + * * `serial` + * * `refresh` + * * `retry` + * * `expire` + * * `minttl` + * + * ```js + * { + * nsname: 'ns.example.com', + * hostmaster: 'root.example.com', + * serial: 2013101809, + * refresh: 10000, + * retry: 2400, + * expire: 604800, + * minttl: 3600 + * } + * ``` + * @since v10.6.0 + */ + function resolveSoa(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve service records (`SRV` records) for the `hostname`. On success, the `Promise` is resolved with an array of objects with + * the following properties: + * + * * `priority` + * * `weight` + * * `port` + * * `name` + * + * ```js + * { + * priority: 10, + * weight: 5, + * port: 21223, + * name: 'service.example.com' + * } + * ``` + * @since v10.6.0 + */ + function resolveSrv(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve text queries (`TXT` records) for the `hostname`. On success, the `Promise` is resolved with a two-dimensional array + * of the text records available for `hostname` (e.g.`[ ['v=spf1 ip4:0.0.0.0 ', '~all' ] ]`). Each sub-array contains TXT chunks of + * one record. Depending on the use case, these could be either joined together or + * treated separately. + * @since v10.6.0 + */ + function resolveTxt(hostname: string): Promise; + /** + * Performs a reverse DNS query that resolves an IPv4 or IPv6 address to an + * array of host names. + * + * On error, the `Promise` is rejected with an [`Error`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) object, where `err.code` + * is one of the [DNS error codes](https://nodejs.org/docs/latest-v20.x/api/dns.html#error-codes). + * @since v10.6.0 + */ + function reverse(ip: string): Promise; + /** + * Get the default value for `verbatim` in {@link lookup} and [dnsPromises.lookup()](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromiseslookuphostname-options). + * The value could be: + * + * * `ipv4first`: for `verbatim` defaulting to `false`. + * * `verbatim`: for `verbatim` defaulting to `true`. + * @since v20.1.0 + */ + function getDefaultResultOrder(): "ipv4first" | "verbatim"; + /** + * Sets the IP address and port of servers to be used when performing DNS + * resolution. The `servers` argument is an array of [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6) formatted + * addresses. If the port is the IANA default DNS port (53) it can be omitted. + * + * ```js + * dnsPromises.setServers([ + * '4.4.4.4', + * '[2001:4860:4860::8888]', + * '4.4.4.4:1053', + * '[2001:4860:4860::8888]:1053', + * ]); + * ``` + * + * An error will be thrown if an invalid address is provided. + * + * The `dnsPromises.setServers()` method must not be called while a DNS query is in + * progress. + * + * This method works much like [resolve.conf](https://man7.org/linux/man-pages/man5/resolv.conf.5.html). + * That is, if attempting to resolve with the first server provided results in a `NOTFOUND` error, the `resolve()` method will _not_ attempt to resolve with + * subsequent servers provided. Fallback DNS servers will only be used if the + * earlier ones time out or result in some other error. + * @since v10.6.0 + * @param servers array of `RFC 5952` formatted addresses + */ + function setServers(servers: readonly string[]): void; + /** + * Set the default value of `order` in `dns.lookup()` and `{@link lookup}`. The value could be: + * + * * `ipv4first`: sets default `order` to `ipv4first`. + * * `ipv6first`: sets default `order` to `ipv6first`. + * * `verbatim`: sets default `order` to `verbatim`. + * + * The default is `verbatim` and [dnsPromises.setDefaultResultOrder()](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromisessetdefaultresultorderorder) + * have higher priority than [`--dns-result-order`](https://nodejs.org/docs/latest-v20.x/api/cli.html#--dns-result-orderorder). + * When using [worker threads](https://nodejs.org/docs/latest-v20.x/api/worker_threads.html), [`dnsPromises.setDefaultResultOrder()`](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromisessetdefaultresultorderorder) + * from the main thread won't affect the default dns orders in workers. + * @since v16.4.0, v14.18.0 + * @param order must be `'ipv4first'`, `'ipv6first'` or `'verbatim'`. + */ + function setDefaultResultOrder(order: "ipv4first" | "ipv6first" | "verbatim"): void; + // Error codes + const NODATA: "ENODATA"; + const FORMERR: "EFORMERR"; + const SERVFAIL: "ESERVFAIL"; + const NOTFOUND: "ENOTFOUND"; + const NOTIMP: "ENOTIMP"; + const REFUSED: "EREFUSED"; + const BADQUERY: "EBADQUERY"; + const BADNAME: "EBADNAME"; + const BADFAMILY: "EBADFAMILY"; + const BADRESP: "EBADRESP"; + const CONNREFUSED: "ECONNREFUSED"; + const TIMEOUT: "ETIMEOUT"; + const EOF: "EOF"; + const FILE: "EFILE"; + const NOMEM: "ENOMEM"; + const DESTRUCTION: "EDESTRUCTION"; + const BADSTR: "EBADSTR"; + const BADFLAGS: "EBADFLAGS"; + const NONAME: "ENONAME"; + const BADHINTS: "EBADHINTS"; + const NOTINITIALIZED: "ENOTINITIALIZED"; + const LOADIPHLPAPI: "ELOADIPHLPAPI"; + const ADDRGETNETWORKPARAMS: "EADDRGETNETWORKPARAMS"; + const CANCELLED: "ECANCELLED"; + + /** + * An independent resolver for DNS requests. + * + * Creating a new resolver uses the default server settings. Setting + * the servers used for a resolver using [`resolver.setServers()`](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromisessetserversservers) does not affect + * other resolvers: + * + * ```js + * import dns from 'node:dns'; + * const { Resolver } = dns.promises; + * const resolver = new Resolver(); + * resolver.setServers(['4.4.4.4']); + * + * // This request will use the server at 4.4.4.4, independent of global settings. + * resolver.resolve4('example.org').then((addresses) => { + * // ... + * }); + * + * // Alternatively, the same code can be written using async-await style. + * (async function() { + * const addresses = await resolver.resolve4('example.org'); + * })(); + * ``` + * + * The following methods from the `dnsPromises` API are available: + * + * * `resolver.getServers()` + * * `resolver.resolve()` + * * `resolver.resolve4()` + * * `resolver.resolve6()` + * * `resolver.resolveAny()` + * * `resolver.resolveCaa()` + * * `resolver.resolveCname()` + * * `resolver.resolveMx()` + * * `resolver.resolveNaptr()` + * * `resolver.resolveNs()` + * * `resolver.resolvePtr()` + * * `resolver.resolveSoa()` + * * `resolver.resolveSrv()` + * * `resolver.resolveTxt()` + * * `resolver.reverse()` + * * `resolver.setServers()` + * @since v10.6.0 + */ + class Resolver { + constructor(options?: ResolverOptions); + /** + * Cancel all outstanding DNS queries made by this resolver. The corresponding + * callbacks will be called with an error with code `ECANCELLED`. + * @since v8.3.0 + */ + cancel(): void; + getServers: typeof getServers; + resolve: typeof resolve; + resolve4: typeof resolve4; + resolve6: typeof resolve6; + resolveAny: typeof resolveAny; + resolveCaa: typeof resolveCaa; + resolveCname: typeof resolveCname; + resolveMx: typeof resolveMx; + resolveNaptr: typeof resolveNaptr; + resolveNs: typeof resolveNs; + resolvePtr: typeof resolvePtr; + resolveSoa: typeof resolveSoa; + resolveSrv: typeof resolveSrv; + resolveTxt: typeof resolveTxt; + reverse: typeof reverse; + /** + * The resolver instance will send its requests from the specified IP address. + * This allows programs to specify outbound interfaces when used on multi-homed + * systems. + * + * If a v4 or v6 address is not specified, it is set to the default and the + * operating system will choose a local address automatically. + * + * The resolver will use the v4 local address when making requests to IPv4 DNS + * servers, and the v6 local address when making requests to IPv6 DNS servers. + * The `rrtype` of resolution requests has no impact on the local address used. + * @since v15.1.0, v14.17.0 + * @param [ipv4='0.0.0.0'] A string representation of an IPv4 address. + * @param [ipv6='::0'] A string representation of an IPv6 address. + */ + setLocalAddress(ipv4?: string, ipv6?: string): void; + setServers: typeof setServers; + } +} +declare module "node:dns/promises" { + export * from "dns/promises"; +} diff --git a/node_modules/@types/node/domain.d.ts b/node_modules/@types/node/domain.d.ts new file mode 100644 index 0000000..d83b0f0 --- /dev/null +++ b/node_modules/@types/node/domain.d.ts @@ -0,0 +1,170 @@ +/** + * **This module is pending deprecation.** Once a replacement API has been + * finalized, this module will be fully deprecated. Most developers should + * **not** have cause to use this module. Users who absolutely must have + * the functionality that domains provide may rely on it for the time being + * but should expect to have to migrate to a different solution + * in the future. + * + * Domains provide a way to handle multiple different IO operations as a + * single group. If any of the event emitters or callbacks registered to a + * domain emit an `'error'` event, or throw an error, then the domain object + * will be notified, rather than losing the context of the error in the `process.on('uncaughtException')` handler, or causing the program to + * exit immediately with an error code. + * @deprecated Since v1.4.2 - Deprecated + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/domain.js) + */ +declare module "domain" { + import EventEmitter = require("node:events"); + /** + * The `Domain` class encapsulates the functionality of routing errors and + * uncaught exceptions to the active `Domain` object. + * + * To handle the errors that it catches, listen to its `'error'` event. + */ + class Domain extends EventEmitter { + /** + * An array of timers and event emitters that have been explicitly added + * to the domain. + */ + members: Array; + /** + * The `enter()` method is plumbing used by the `run()`, `bind()`, and `intercept()` methods to set the active domain. It sets `domain.active` and `process.domain` to the domain, and implicitly + * pushes the domain onto the domain + * stack managed by the domain module (see {@link exit} for details on the + * domain stack). The call to `enter()` delimits the beginning of a chain of + * asynchronous calls and I/O operations bound to a domain. + * + * Calling `enter()` changes only the active domain, and does not alter the domain + * itself. `enter()` and `exit()` can be called an arbitrary number of times on a + * single domain. + */ + enter(): void; + /** + * The `exit()` method exits the current domain, popping it off the domain stack. + * Any time execution is going to switch to the context of a different chain of + * asynchronous calls, it's important to ensure that the current domain is exited. + * The call to `exit()` delimits either the end of or an interruption to the chain + * of asynchronous calls and I/O operations bound to a domain. + * + * If there are multiple, nested domains bound to the current execution context, `exit()` will exit any domains nested within this domain. + * + * Calling `exit()` changes only the active domain, and does not alter the domain + * itself. `enter()` and `exit()` can be called an arbitrary number of times on a + * single domain. + */ + exit(): void; + /** + * Run the supplied function in the context of the domain, implicitly + * binding all event emitters, timers, and low-level requests that are + * created in that context. Optionally, arguments can be passed to + * the function. + * + * This is the most basic way to use a domain. + * + * ```js + * import domain from 'node:domain'; + * import fs from 'node:fs'; + * const d = domain.create(); + * d.on('error', (er) => { + * console.error('Caught error!', er); + * }); + * d.run(() => { + * process.nextTick(() => { + * setTimeout(() => { // Simulating some various async stuff + * fs.open('non-existent file', 'r', (er, fd) => { + * if (er) throw er; + * // proceed... + * }); + * }, 100); + * }); + * }); + * ``` + * + * In this example, the `d.on('error')` handler will be triggered, rather + * than crashing the program. + */ + run(fn: (...args: any[]) => T, ...args: any[]): T; + /** + * Explicitly adds an emitter to the domain. If any event handlers called by + * the emitter throw an error, or if the emitter emits an `'error'` event, it + * will be routed to the domain's `'error'` event, just like with implicit + * binding. + * + * This also works with timers that are returned from `setInterval()` and `setTimeout()`. If their callback function throws, it will be caught by + * the domain `'error'` handler. + * + * If the Timer or `EventEmitter` was already bound to a domain, it is removed + * from that one, and bound to this one instead. + * @param emitter emitter or timer to be added to the domain + */ + add(emitter: EventEmitter | NodeJS.Timer): void; + /** + * The opposite of {@link add}. Removes domain handling from the + * specified emitter. + * @param emitter emitter or timer to be removed from the domain + */ + remove(emitter: EventEmitter | NodeJS.Timer): void; + /** + * The returned function will be a wrapper around the supplied callback + * function. When the returned function is called, any errors that are + * thrown will be routed to the domain's `'error'` event. + * + * ```js + * const d = domain.create(); + * + * function readSomeFile(filename, cb) { + * fs.readFile(filename, 'utf8', d.bind((er, data) => { + * // If this throws, it will also be passed to the domain. + * return cb(er, data ? JSON.parse(data) : null); + * })); + * } + * + * d.on('error', (er) => { + * // An error occurred somewhere. If we throw it now, it will crash the program + * // with the normal line number and stack message. + * }); + * ``` + * @param callback The callback function + * @return The bound function + */ + bind(callback: T): T; + /** + * This method is almost identical to {@link bind}. However, in + * addition to catching thrown errors, it will also intercept `Error` objects sent as the first argument to the function. + * + * In this way, the common `if (err) return callback(err);` pattern can be replaced + * with a single error handler in a single place. + * + * ```js + * const d = domain.create(); + * + * function readSomeFile(filename, cb) { + * fs.readFile(filename, 'utf8', d.intercept((data) => { + * // Note, the first argument is never passed to the + * // callback since it is assumed to be the 'Error' argument + * // and thus intercepted by the domain. + * + * // If this throws, it will also be passed to the domain + * // so the error-handling logic can be moved to the 'error' + * // event on the domain instead of being repeated throughout + * // the program. + * return cb(null, JSON.parse(data)); + * })); + * } + * + * d.on('error', (er) => { + * // An error occurred somewhere. If we throw it now, it will crash the program + * // with the normal line number and stack message. + * }); + * ``` + * @param callback The callback function + * @return The intercepted function + */ + intercept(callback: T): T; + } + function create(): Domain; +} +declare module "node:domain" { + export * from "domain"; +} diff --git a/node_modules/@types/node/events.d.ts b/node_modules/@types/node/events.d.ts new file mode 100644 index 0000000..31ab3ca --- /dev/null +++ b/node_modules/@types/node/events.d.ts @@ -0,0 +1,977 @@ +/** + * Much of the Node.js core API is built around an idiomatic asynchronous + * event-driven architecture in which certain kinds of objects (called "emitters") + * emit named events that cause `Function` objects ("listeners") to be called. + * + * For instance: a `net.Server` object emits an event each time a peer + * connects to it; a `fs.ReadStream` emits an event when the file is opened; + * a `stream` emits an event whenever data is available to be read. + * + * All objects that emit events are instances of the `EventEmitter` class. These + * objects expose an `eventEmitter.on()` function that allows one or more + * functions to be attached to named events emitted by the object. Typically, + * event names are camel-cased strings but any valid JavaScript property key + * can be used. + * + * When the `EventEmitter` object emits an event, all of the functions attached + * to that specific event are called _synchronously_. Any values returned by the + * called listeners are _ignored_ and discarded. + * + * The following example shows a simple `EventEmitter` instance with a single + * listener. The `eventEmitter.on()` method is used to register listeners, while + * the `eventEmitter.emit()` method is used to trigger the event. + * + * ```js + * import { EventEmitter } from 'node:events'; + * + * class MyEmitter extends EventEmitter {} + * + * const myEmitter = new MyEmitter(); + * myEmitter.on('event', () => { + * console.log('an event occurred!'); + * }); + * myEmitter.emit('event'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/events.js) + */ +declare module "events" { + import { AsyncResource, AsyncResourceOptions } from "node:async_hooks"; + interface EventEmitterOptions { + /** + * Enables automatic capturing of promise rejection. + */ + captureRejections?: boolean | undefined; + } + interface StaticEventEmitterOptions { + /** + * Can be used to cancel awaiting events. + */ + signal?: AbortSignal | undefined; + } + interface StaticEventEmitterIteratorOptions extends StaticEventEmitterOptions { + /** + * Names of events that will end the iteration. + */ + close?: string[] | undefined; + /** + * The high watermark. The emitter is paused every time the size of events being buffered is higher than it. + * Supported only on emitters implementing `pause()` and `resume()` methods. + * @default Number.MAX_SAFE_INTEGER + */ + highWaterMark?: number | undefined; + /** + * The low watermark. The emitter is resumed every time the size of events being buffered is lower than it. + * Supported only on emitters implementing `pause()` and `resume()` methods. + * @default 1 + */ + lowWaterMark?: number | undefined; + } + interface EventEmitter = DefaultEventMap> extends NodeJS.EventEmitter {} + type EventMap = Record | DefaultEventMap; + type DefaultEventMap = [never]; + type AnyRest = [...args: any[]]; + type Args = T extends DefaultEventMap ? AnyRest : ( + K extends keyof T ? T[K] : never + ); + type Key = T extends DefaultEventMap ? string | symbol : K | keyof T; + type Key2 = T extends DefaultEventMap ? string | symbol : K & keyof T; + type Listener = T extends DefaultEventMap ? F : ( + K extends keyof T ? ( + T[K] extends unknown[] ? (...args: T[K]) => void : never + ) + : never + ); + type Listener1 = Listener void>; + type Listener2 = Listener; + + /** + * The `EventEmitter` class is defined and exposed by the `node:events` module: + * + * ```js + * import { EventEmitter } from 'node:events'; + * ``` + * + * All `EventEmitter`s emit the event `'newListener'` when new listeners are + * added and `'removeListener'` when existing listeners are removed. + * + * It supports the following option: + * @since v0.1.26 + */ + class EventEmitter = DefaultEventMap> { + constructor(options?: EventEmitterOptions); + + [EventEmitter.captureRejectionSymbol]?(error: Error, event: Key, ...args: Args): void; + + /** + * Creates a `Promise` that is fulfilled when the `EventEmitter` emits the given + * event or that is rejected if the `EventEmitter` emits `'error'` while waiting. + * The `Promise` will resolve with an array of all the arguments emitted to the + * given event. + * + * This method is intentionally generic and works with the web platform [EventTarget](https://dom.spec.whatwg.org/#interface-eventtarget) interface, which has no special`'error'` event + * semantics and does not listen to the `'error'` event. + * + * ```js + * import { once, EventEmitter } from 'node:events'; + * import process from 'node:process'; + * + * const ee = new EventEmitter(); + * + * process.nextTick(() => { + * ee.emit('myevent', 42); + * }); + * + * const [value] = await once(ee, 'myevent'); + * console.log(value); + * + * const err = new Error('kaboom'); + * process.nextTick(() => { + * ee.emit('error', err); + * }); + * + * try { + * await once(ee, 'myevent'); + * } catch (err) { + * console.error('error happened', err); + * } + * ``` + * + * The special handling of the `'error'` event is only used when `events.once()` is used to wait for another event. If `events.once()` is used to wait for the + * '`error'` event itself, then it is treated as any other kind of event without + * special handling: + * + * ```js + * import { EventEmitter, once } from 'node:events'; + * + * const ee = new EventEmitter(); + * + * once(ee, 'error') + * .then(([err]) => console.log('ok', err.message)) + * .catch((err) => console.error('error', err.message)); + * + * ee.emit('error', new Error('boom')); + * + * // Prints: ok boom + * ``` + * + * An `AbortSignal` can be used to cancel waiting for the event: + * + * ```js + * import { EventEmitter, once } from 'node:events'; + * + * const ee = new EventEmitter(); + * const ac = new AbortController(); + * + * async function foo(emitter, event, signal) { + * try { + * await once(emitter, event, { signal }); + * console.log('event emitted!'); + * } catch (error) { + * if (error.name === 'AbortError') { + * console.error('Waiting for the event was canceled!'); + * } else { + * console.error('There was an error', error.message); + * } + * } + * } + * + * foo(ee, 'foo', ac.signal); + * ac.abort(); // Abort waiting for the event + * ee.emit('foo'); // Prints: Waiting for the event was canceled! + * ``` + * @since v11.13.0, v10.16.0 + */ + static once( + emitter: NodeJS.EventEmitter, + eventName: string | symbol, + options?: StaticEventEmitterOptions, + ): Promise; + static once(emitter: EventTarget, eventName: string, options?: StaticEventEmitterOptions): Promise; + /** + * ```js + * import { on, EventEmitter } from 'node:events'; + * import process from 'node:process'; + * + * const ee = new EventEmitter(); + * + * // Emit later on + * process.nextTick(() => { + * ee.emit('foo', 'bar'); + * ee.emit('foo', 42); + * }); + * + * for await (const event of on(ee, 'foo')) { + * // The execution of this inner block is synchronous and it + * // processes one event at a time (even with await). Do not use + * // if concurrent execution is required. + * console.log(event); // prints ['bar'] [42] + * } + * // Unreachable here + * ``` + * + * Returns an `AsyncIterator` that iterates `eventName` events. It will throw + * if the `EventEmitter` emits `'error'`. It removes all listeners when + * exiting the loop. The `value` returned by each iteration is an array + * composed of the emitted event arguments. + * + * An `AbortSignal` can be used to cancel waiting on events: + * + * ```js + * import { on, EventEmitter } from 'node:events'; + * import process from 'node:process'; + * + * const ac = new AbortController(); + * + * (async () => { + * const ee = new EventEmitter(); + * + * // Emit later on + * process.nextTick(() => { + * ee.emit('foo', 'bar'); + * ee.emit('foo', 42); + * }); + * + * for await (const event of on(ee, 'foo', { signal: ac.signal })) { + * // The execution of this inner block is synchronous and it + * // processes one event at a time (even with await). Do not use + * // if concurrent execution is required. + * console.log(event); // prints ['bar'] [42] + * } + * // Unreachable here + * })(); + * + * process.nextTick(() => ac.abort()); + * ``` + * + * Use the `close` option to specify an array of event names that will end the iteration: + * + * ```js + * import { on, EventEmitter } from 'node:events'; + * import process from 'node:process'; + * + * const ee = new EventEmitter(); + * + * // Emit later on + * process.nextTick(() => { + * ee.emit('foo', 'bar'); + * ee.emit('foo', 42); + * ee.emit('close'); + * }); + * + * for await (const event of on(ee, 'foo', { close: ['close'] })) { + * console.log(event); // prints ['bar'] [42] + * } + * // the loop will exit after 'close' is emitted + * console.log('done'); // prints 'done' + * ``` + * @since v13.6.0, v12.16.0 + * @return An `AsyncIterator` that iterates `eventName` events emitted by the `emitter` + */ + static on( + emitter: NodeJS.EventEmitter, + eventName: string | symbol, + options?: StaticEventEmitterIteratorOptions, + ): NodeJS.AsyncIterator; + static on( + emitter: EventTarget, + eventName: string, + options?: StaticEventEmitterIteratorOptions, + ): NodeJS.AsyncIterator; + /** + * A class method that returns the number of listeners for the given `eventName` registered on the given `emitter`. + * + * ```js + * import { EventEmitter, listenerCount } from 'node:events'; + * + * const myEmitter = new EventEmitter(); + * myEmitter.on('event', () => {}); + * myEmitter.on('event', () => {}); + * console.log(listenerCount(myEmitter, 'event')); + * // Prints: 2 + * ``` + * @since v0.9.12 + * @deprecated Since v3.2.0 - Use `listenerCount` instead. + * @param emitter The emitter to query + * @param eventName The event name + */ + static listenerCount(emitter: NodeJS.EventEmitter, eventName: string | symbol): number; + /** + * Returns a copy of the array of listeners for the event named `eventName`. + * + * For `EventEmitter`s this behaves exactly the same as calling `.listeners` on + * the emitter. + * + * For `EventTarget`s this is the only way to get the event listeners for the + * event target. This is useful for debugging and diagnostic purposes. + * + * ```js + * import { getEventListeners, EventEmitter } from 'node:events'; + * + * { + * const ee = new EventEmitter(); + * const listener = () => console.log('Events are fun'); + * ee.on('foo', listener); + * console.log(getEventListeners(ee, 'foo')); // [ [Function: listener] ] + * } + * { + * const et = new EventTarget(); + * const listener = () => console.log('Events are fun'); + * et.addEventListener('foo', listener); + * console.log(getEventListeners(et, 'foo')); // [ [Function: listener] ] + * } + * ``` + * @since v15.2.0, v14.17.0 + */ + static getEventListeners(emitter: EventTarget | NodeJS.EventEmitter, name: string | symbol): Function[]; + /** + * Returns the currently set max amount of listeners. + * + * For `EventEmitter`s this behaves exactly the same as calling `.getMaxListeners` on + * the emitter. + * + * For `EventTarget`s this is the only way to get the max event listeners for the + * event target. If the number of event handlers on a single EventTarget exceeds + * the max set, the EventTarget will print a warning. + * + * ```js + * import { getMaxListeners, setMaxListeners, EventEmitter } from 'node:events'; + * + * { + * const ee = new EventEmitter(); + * console.log(getMaxListeners(ee)); // 10 + * setMaxListeners(11, ee); + * console.log(getMaxListeners(ee)); // 11 + * } + * { + * const et = new EventTarget(); + * console.log(getMaxListeners(et)); // 10 + * setMaxListeners(11, et); + * console.log(getMaxListeners(et)); // 11 + * } + * ``` + * @since v19.9.0 + */ + static getMaxListeners(emitter: EventTarget | NodeJS.EventEmitter): number; + /** + * ```js + * import { setMaxListeners, EventEmitter } from 'node:events'; + * + * const target = new EventTarget(); + * const emitter = new EventEmitter(); + * + * setMaxListeners(5, target, emitter); + * ``` + * @since v15.4.0 + * @param n A non-negative number. The maximum number of listeners per `EventTarget` event. + * @param eventTargets Zero or more {EventTarget} or {EventEmitter} instances. If none are specified, `n` is set as the default max for all newly created {EventTarget} and {EventEmitter} + * objects. + */ + static setMaxListeners(n?: number, ...eventTargets: Array): void; + /** + * Listens once to the `abort` event on the provided `signal`. + * + * Listening to the `abort` event on abort signals is unsafe and may + * lead to resource leaks since another third party with the signal can + * call `e.stopImmediatePropagation()`. Unfortunately Node.js cannot change + * this since it would violate the web standard. Additionally, the original + * API makes it easy to forget to remove listeners. + * + * This API allows safely using `AbortSignal`s in Node.js APIs by solving these + * two issues by listening to the event such that `stopImmediatePropagation` does + * not prevent the listener from running. + * + * Returns a disposable so that it may be unsubscribed from more easily. + * + * ```js + * import { addAbortListener } from 'node:events'; + * + * function example(signal) { + * let disposable; + * try { + * signal.addEventListener('abort', (e) => e.stopImmediatePropagation()); + * disposable = addAbortListener(signal, (e) => { + * // Do something when signal is aborted. + * }); + * } finally { + * disposable?.[Symbol.dispose](); + * } + * } + * ``` + * @since v20.5.0 + * @experimental + * @return Disposable that removes the `abort` listener. + */ + static addAbortListener(signal: AbortSignal, resource: (event: Event) => void): Disposable; + /** + * This symbol shall be used to install a listener for only monitoring `'error'` events. Listeners installed using this symbol are called before the regular `'error'` listeners are called. + * + * Installing a listener using this symbol does not change the behavior once an `'error'` event is emitted. Therefore, the process will still crash if no + * regular `'error'` listener is installed. + * @since v13.6.0, v12.17.0 + */ + static readonly errorMonitor: unique symbol; + /** + * Value: `Symbol.for('nodejs.rejection')` + * + * See how to write a custom `rejection handler`. + * @since v13.4.0, v12.16.0 + */ + static readonly captureRejectionSymbol: unique symbol; + /** + * Value: [boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) + * + * Change the default `captureRejections` option on all new `EventEmitter` objects. + * @since v13.4.0, v12.16.0 + */ + static captureRejections: boolean; + /** + * By default, a maximum of `10` listeners can be registered for any single + * event. This limit can be changed for individual `EventEmitter` instances + * using the `emitter.setMaxListeners(n)` method. To change the default + * for _all_`EventEmitter` instances, the `events.defaultMaxListeners` property + * can be used. If this value is not a positive number, a `RangeError` is thrown. + * + * Take caution when setting the `events.defaultMaxListeners` because the + * change affects _all_ `EventEmitter` instances, including those created before + * the change is made. However, calling `emitter.setMaxListeners(n)` still has + * precedence over `events.defaultMaxListeners`. + * + * This is not a hard limit. The `EventEmitter` instance will allow + * more listeners to be added but will output a trace warning to stderr indicating + * that a "possible EventEmitter memory leak" has been detected. For any single + * `EventEmitter`, the `emitter.getMaxListeners()` and `emitter.setMaxListeners()` methods can be used to + * temporarily avoid this warning: + * + * ```js + * import { EventEmitter } from 'node:events'; + * const emitter = new EventEmitter(); + * emitter.setMaxListeners(emitter.getMaxListeners() + 1); + * emitter.once('event', () => { + * // do stuff + * emitter.setMaxListeners(Math.max(emitter.getMaxListeners() - 1, 0)); + * }); + * ``` + * + * The `--trace-warnings` command-line flag can be used to display the + * stack trace for such warnings. + * + * The emitted warning can be inspected with `process.on('warning')` and will + * have the additional `emitter`, `type`, and `count` properties, referring to + * the event emitter instance, the event's name and the number of attached + * listeners, respectively. + * Its `name` property is set to `'MaxListenersExceededWarning'`. + * @since v0.11.2 + */ + static defaultMaxListeners: number; + } + import internal = require("node:events"); + namespace EventEmitter { + // Should just be `export { EventEmitter }`, but that doesn't work in TypeScript 3.4 + export { internal as EventEmitter }; + export interface Abortable { + /** + * When provided the corresponding `AbortController` can be used to cancel an asynchronous action. + */ + signal?: AbortSignal | undefined; + } + + export interface EventEmitterReferencingAsyncResource extends AsyncResource { + readonly eventEmitter: EventEmitterAsyncResource; + } + + export interface EventEmitterAsyncResourceOptions extends AsyncResourceOptions, EventEmitterOptions { + /** + * The type of async event, this is required when instantiating `EventEmitterAsyncResource` + * directly rather than as a child class. + * @default new.target.name if instantiated as a child class. + */ + name?: string | undefined; + } + + /** + * Integrates `EventEmitter` with `AsyncResource` for `EventEmitter`s that + * require manual async tracking. Specifically, all events emitted by instances + * of `events.EventEmitterAsyncResource` will run within its `async context`. + * + * ```js + * import { EventEmitterAsyncResource, EventEmitter } from 'node:events'; + * import { notStrictEqual, strictEqual } from 'node:assert'; + * import { executionAsyncId, triggerAsyncId } from 'node:async_hooks'; + * + * // Async tracking tooling will identify this as 'Q'. + * const ee1 = new EventEmitterAsyncResource({ name: 'Q' }); + * + * // 'foo' listeners will run in the EventEmitters async context. + * ee1.on('foo', () => { + * strictEqual(executionAsyncId(), ee1.asyncId); + * strictEqual(triggerAsyncId(), ee1.triggerAsyncId); + * }); + * + * const ee2 = new EventEmitter(); + * + * // 'foo' listeners on ordinary EventEmitters that do not track async + * // context, however, run in the same async context as the emit(). + * ee2.on('foo', () => { + * notStrictEqual(executionAsyncId(), ee2.asyncId); + * notStrictEqual(triggerAsyncId(), ee2.triggerAsyncId); + * }); + * + * Promise.resolve().then(() => { + * ee1.emit('foo'); + * ee2.emit('foo'); + * }); + * ``` + * + * The `EventEmitterAsyncResource` class has the same methods and takes the + * same options as `EventEmitter` and `AsyncResource` themselves. + * @since v17.4.0, v16.14.0 + */ + export class EventEmitterAsyncResource extends EventEmitter { + /** + * @param options Only optional in child class. + */ + constructor(options?: EventEmitterAsyncResourceOptions); + /** + * Call all `destroy` hooks. This should only ever be called once. An error will + * be thrown if it is called more than once. This **must** be manually called. If + * the resource is left to be collected by the GC then the `destroy` hooks will + * never be called. + */ + emitDestroy(): void; + /** + * The unique `asyncId` assigned to the resource. + */ + readonly asyncId: number; + /** + * The same triggerAsyncId that is passed to the AsyncResource constructor. + */ + readonly triggerAsyncId: number; + /** + * The returned `AsyncResource` object has an additional `eventEmitter` property + * that provides a reference to this `EventEmitterAsyncResource`. + */ + readonly asyncResource: EventEmitterReferencingAsyncResource; + } + /** + * The `NodeEventTarget` is a Node.js-specific extension to `EventTarget` + * that emulates a subset of the `EventEmitter` API. + * @since v14.5.0 + */ + export interface NodeEventTarget extends EventTarget { + /** + * Node.js-specific extension to the `EventTarget` class that emulates the + * equivalent `EventEmitter` API. The only difference between `addListener()` and + * `addEventListener()` is that `addListener()` will return a reference to the + * `EventTarget`. + * @since v14.5.0 + */ + addListener(type: string, listener: (arg: any) => void): this; + /** + * Node.js-specific extension to the `EventTarget` class that dispatches the + * `arg` to the list of handlers for `type`. + * @since v15.2.0 + * @returns `true` if event listeners registered for the `type` exist, + * otherwise `false`. + */ + emit(type: string, arg: any): boolean; + /** + * Node.js-specific extension to the `EventTarget` class that returns an array + * of event `type` names for which event listeners are registered. + * @since 14.5.0 + */ + eventNames(): string[]; + /** + * Node.js-specific extension to the `EventTarget` class that returns the number + * of event listeners registered for the `type`. + * @since v14.5.0 + */ + listenerCount(type: string): number; + /** + * Node.js-specific extension to the `EventTarget` class that sets the number + * of max event listeners as `n`. + * @since v14.5.0 + */ + setMaxListeners(n: number): void; + /** + * Node.js-specific extension to the `EventTarget` class that returns the number + * of max event listeners. + * @since v14.5.0 + */ + getMaxListeners(): number; + /** + * Node.js-specific alias for `eventTarget.removeEventListener()`. + * @since v14.5.0 + */ + off(type: string, listener: (arg: any) => void, options?: EventListenerOptions): this; + /** + * Node.js-specific alias for `eventTarget.addEventListener()`. + * @since v14.5.0 + */ + on(type: string, listener: (arg: any) => void): this; + /** + * Node.js-specific extension to the `EventTarget` class that adds a `once` + * listener for the given event `type`. This is equivalent to calling `on` + * with the `once` option set to `true`. + * @since v14.5.0 + */ + once(type: string, listener: (arg: any) => void): this; + /** + * Node.js-specific extension to the `EventTarget` class. If `type` is specified, + * removes all registered listeners for `type`, otherwise removes all registered + * listeners. + * @since v14.5.0 + */ + removeAllListeners(type?: string): this; + /** + * Node.js-specific extension to the `EventTarget` class that removes the + * `listener` for the given `type`. The only difference between `removeListener()` + * and `removeEventListener()` is that `removeListener()` will return a reference + * to the `EventTarget`. + * @since v14.5.0 + */ + removeListener(type: string, listener: (arg: any) => void, options?: EventListenerOptions): this; + } + } + global { + namespace NodeJS { + interface EventEmitter = DefaultEventMap> { + [EventEmitter.captureRejectionSymbol]?(error: Error, event: Key, ...args: Args): void; + /** + * Alias for `emitter.on(eventName, listener)`. + * @since v0.1.26 + */ + addListener(eventName: Key, listener: Listener1): this; + /** + * Adds the `listener` function to the end of the listeners array for the event + * named `eventName`. No checks are made to see if the `listener` has already + * been added. Multiple calls passing the same combination of `eventName` and + * `listener` will result in the `listener` being added, and called, multiple times. + * + * ```js + * server.on('connection', (stream) => { + * console.log('someone connected!'); + * }); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * + * By default, event listeners are invoked in the order they are added. The `emitter.prependListener()` method can be used as an alternative to add the + * event listener to the beginning of the listeners array. + * + * ```js + * import { EventEmitter } from 'node:events'; + * const myEE = new EventEmitter(); + * myEE.on('foo', () => console.log('a')); + * myEE.prependListener('foo', () => console.log('b')); + * myEE.emit('foo'); + * // Prints: + * // b + * // a + * ``` + * @since v0.1.101 + * @param eventName The name of the event. + * @param listener The callback function + */ + on(eventName: Key, listener: Listener1): this; + /** + * Adds a **one-time** `listener` function for the event named `eventName`. The + * next time `eventName` is triggered, this listener is removed and then invoked. + * + * ```js + * server.once('connection', (stream) => { + * console.log('Ah, we have our first user!'); + * }); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * + * By default, event listeners are invoked in the order they are added. The `emitter.prependOnceListener()` method can be used as an alternative to add the + * event listener to the beginning of the listeners array. + * + * ```js + * import { EventEmitter } from 'node:events'; + * const myEE = new EventEmitter(); + * myEE.once('foo', () => console.log('a')); + * myEE.prependOnceListener('foo', () => console.log('b')); + * myEE.emit('foo'); + * // Prints: + * // b + * // a + * ``` + * @since v0.3.0 + * @param eventName The name of the event. + * @param listener The callback function + */ + once(eventName: Key, listener: Listener1): this; + /** + * Removes the specified `listener` from the listener array for the event named `eventName`. + * + * ```js + * const callback = (stream) => { + * console.log('someone connected!'); + * }; + * server.on('connection', callback); + * // ... + * server.removeListener('connection', callback); + * ``` + * + * `removeListener()` will remove, at most, one instance of a listener from the + * listener array. If any single listener has been added multiple times to the + * listener array for the specified `eventName`, then `removeListener()` must be + * called multiple times to remove each instance. + * + * Once an event is emitted, all listeners attached to it at the + * time of emitting are called in order. This implies that any `removeListener()` or `removeAllListeners()` calls _after_ emitting and _before_ the last listener finishes execution + * will not remove them from`emit()` in progress. Subsequent events behave as expected. + * + * ```js + * import { EventEmitter } from 'node:events'; + * class MyEmitter extends EventEmitter {} + * const myEmitter = new MyEmitter(); + * + * const callbackA = () => { + * console.log('A'); + * myEmitter.removeListener('event', callbackB); + * }; + * + * const callbackB = () => { + * console.log('B'); + * }; + * + * myEmitter.on('event', callbackA); + * + * myEmitter.on('event', callbackB); + * + * // callbackA removes listener callbackB but it will still be called. + * // Internal listener array at time of emit [callbackA, callbackB] + * myEmitter.emit('event'); + * // Prints: + * // A + * // B + * + * // callbackB is now removed. + * // Internal listener array [callbackA] + * myEmitter.emit('event'); + * // Prints: + * // A + * ``` + * + * Because listeners are managed using an internal array, calling this will + * change the position indices of any listener registered _after_ the listener + * being removed. This will not impact the order in which listeners are called, + * but it means that any copies of the listener array as returned by + * the `emitter.listeners()` method will need to be recreated. + * + * When a single function has been added as a handler multiple times for a single + * event (as in the example below), `removeListener()` will remove the most + * recently added instance. In the example the `once('ping')` listener is removed: + * + * ```js + * import { EventEmitter } from 'node:events'; + * const ee = new EventEmitter(); + * + * function pong() { + * console.log('pong'); + * } + * + * ee.on('ping', pong); + * ee.once('ping', pong); + * ee.removeListener('ping', pong); + * + * ee.emit('ping'); + * ee.emit('ping'); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v0.1.26 + */ + removeListener(eventName: Key, listener: Listener1): this; + /** + * Alias for `emitter.removeListener()`. + * @since v10.0.0 + */ + off(eventName: Key, listener: Listener1): this; + /** + * Removes all listeners, or those of the specified `eventName`. + * + * It is bad practice to remove listeners added elsewhere in the code, + * particularly when the `EventEmitter` instance was created by some other + * component or module (e.g. sockets or file streams). + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v0.1.26 + */ + removeAllListeners(eventName?: Key): this; + /** + * By default `EventEmitter`s will print a warning if more than `10` listeners are + * added for a particular event. This is a useful default that helps finding + * memory leaks. The `emitter.setMaxListeners()` method allows the limit to be + * modified for this specific `EventEmitter` instance. The value can be set to `Infinity` (or `0`) to indicate an unlimited number of listeners. + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v0.3.5 + */ + setMaxListeners(n: number): this; + /** + * Returns the current max listener value for the `EventEmitter` which is either + * set by `emitter.setMaxListeners(n)` or defaults to {@link EventEmitter.defaultMaxListeners}. + * @since v1.0.0 + */ + getMaxListeners(): number; + /** + * Returns a copy of the array of listeners for the event named `eventName`. + * + * ```js + * server.on('connection', (stream) => { + * console.log('someone connected!'); + * }); + * console.log(util.inspect(server.listeners('connection'))); + * // Prints: [ [Function] ] + * ``` + * @since v0.1.26 + */ + listeners(eventName: Key): Array>; + /** + * Returns a copy of the array of listeners for the event named `eventName`, + * including any wrappers (such as those created by `.once()`). + * + * ```js + * import { EventEmitter } from 'node:events'; + * const emitter = new EventEmitter(); + * emitter.once('log', () => console.log('log once')); + * + * // Returns a new Array with a function `onceWrapper` which has a property + * // `listener` which contains the original listener bound above + * const listeners = emitter.rawListeners('log'); + * const logFnWrapper = listeners[0]; + * + * // Logs "log once" to the console and does not unbind the `once` event + * logFnWrapper.listener(); + * + * // Logs "log once" to the console and removes the listener + * logFnWrapper(); + * + * emitter.on('log', () => console.log('log persistently')); + * // Will return a new Array with a single function bound by `.on()` above + * const newListeners = emitter.rawListeners('log'); + * + * // Logs "log persistently" twice + * newListeners[0](); + * emitter.emit('log'); + * ``` + * @since v9.4.0 + */ + rawListeners(eventName: Key): Array>; + /** + * Synchronously calls each of the listeners registered for the event named `eventName`, in the order they were registered, passing the supplied arguments + * to each. + * + * Returns `true` if the event had listeners, `false` otherwise. + * + * ```js + * import { EventEmitter } from 'node:events'; + * const myEmitter = new EventEmitter(); + * + * // First listener + * myEmitter.on('event', function firstListener() { + * console.log('Helloooo! first listener'); + * }); + * // Second listener + * myEmitter.on('event', function secondListener(arg1, arg2) { + * console.log(`event with parameters ${arg1}, ${arg2} in second listener`); + * }); + * // Third listener + * myEmitter.on('event', function thirdListener(...args) { + * const parameters = args.join(', '); + * console.log(`event with parameters ${parameters} in third listener`); + * }); + * + * console.log(myEmitter.listeners('event')); + * + * myEmitter.emit('event', 1, 2, 3, 4, 5); + * + * // Prints: + * // [ + * // [Function: firstListener], + * // [Function: secondListener], + * // [Function: thirdListener] + * // ] + * // Helloooo! first listener + * // event with parameters 1, 2 in second listener + * // event with parameters 1, 2, 3, 4, 5 in third listener + * ``` + * @since v0.1.26 + */ + emit(eventName: Key, ...args: Args): boolean; + /** + * Returns the number of listeners listening for the event named `eventName`. + * If `listener` is provided, it will return how many times the listener is found + * in the list of the listeners of the event. + * @since v3.2.0 + * @param eventName The name of the event being listened for + * @param listener The event handler function + */ + listenerCount(eventName: Key, listener?: Listener2): number; + /** + * Adds the `listener` function to the _beginning_ of the listeners array for the + * event named `eventName`. No checks are made to see if the `listener` has + * already been added. Multiple calls passing the same combination of `eventName` + * and `listener` will result in the `listener` being added, and called, multiple times. + * + * ```js + * server.prependListener('connection', (stream) => { + * console.log('someone connected!'); + * }); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v6.0.0 + * @param eventName The name of the event. + * @param listener The callback function + */ + prependListener(eventName: Key, listener: Listener1): this; + /** + * Adds a **one-time**`listener` function for the event named `eventName` to the _beginning_ of the listeners array. The next time `eventName` is triggered, this + * listener is removed, and then invoked. + * + * ```js + * server.prependOnceListener('connection', (stream) => { + * console.log('Ah, we have our first user!'); + * }); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v6.0.0 + * @param eventName The name of the event. + * @param listener The callback function + */ + prependOnceListener(eventName: Key, listener: Listener1): this; + /** + * Returns an array listing the events for which the emitter has registered + * listeners. The values in the array are strings or `Symbol`s. + * + * ```js + * import { EventEmitter } from 'node:events'; + * + * const myEE = new EventEmitter(); + * myEE.on('foo', () => {}); + * myEE.on('bar', () => {}); + * + * const sym = Symbol('symbol'); + * myEE.on(sym, () => {}); + * + * console.log(myEE.eventNames()); + * // Prints: [ 'foo', 'bar', Symbol(symbol) ] + * ``` + * @since v6.0.0 + */ + eventNames(): Array<(string | symbol) & Key2>; + } + } + } + export = EventEmitter; +} +declare module "node:events" { + import events = require("events"); + export = events; +} diff --git a/node_modules/@types/node/fs.d.ts b/node_modules/@types/node/fs.d.ts new file mode 100644 index 0000000..4115ffe --- /dev/null +++ b/node_modules/@types/node/fs.d.ts @@ -0,0 +1,4375 @@ +/** + * The `node:fs` module enables interacting with the file system in a + * way modeled on standard POSIX functions. + * + * To use the promise-based APIs: + * + * ```js + * import * as fs from 'node:fs/promises'; + * ``` + * + * To use the callback and sync APIs: + * + * ```js + * import * as fs from 'node:fs'; + * ``` + * + * All file system operations have synchronous, callback, and promise-based + * forms, and are accessible using both CommonJS syntax and ES6 Modules (ESM). + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/fs.js) + */ +declare module "fs" { + import { NonSharedBuffer } from "node:buffer"; + import * as stream from "node:stream"; + import { Abortable, EventEmitter } from "node:events"; + import { URL } from "node:url"; + import * as promises from "node:fs/promises"; + export { promises }; + /** + * Valid types for path values in "fs". + */ + export type PathLike = string | Buffer | URL; + export type PathOrFileDescriptor = PathLike | number; + export type TimeLike = string | number | Date; + export type NoParamCallback = (err: NodeJS.ErrnoException | null) => void; + export type BufferEncodingOption = + | "buffer" + | { + encoding: "buffer"; + }; + export interface ObjectEncodingOptions { + encoding?: BufferEncoding | null | undefined; + } + export type EncodingOption = ObjectEncodingOptions | BufferEncoding | undefined | null; + export type OpenMode = number | string; + export type Mode = number | string; + export interface StatsBase { + isFile(): boolean; + isDirectory(): boolean; + isBlockDevice(): boolean; + isCharacterDevice(): boolean; + isSymbolicLink(): boolean; + isFIFO(): boolean; + isSocket(): boolean; + dev: T; + ino: T; + mode: T; + nlink: T; + uid: T; + gid: T; + rdev: T; + size: T; + blksize: T; + blocks: T; + atimeMs: T; + mtimeMs: T; + ctimeMs: T; + birthtimeMs: T; + atime: Date; + mtime: Date; + ctime: Date; + birthtime: Date; + } + export interface Stats extends StatsBase {} + /** + * A `fs.Stats` object provides information about a file. + * + * Objects returned from {@link stat}, {@link lstat}, {@link fstat}, and + * their synchronous counterparts are of this type. + * If `bigint` in the `options` passed to those methods is true, the numeric values + * will be `bigint` instead of `number`, and the object will contain additional + * nanosecond-precision properties suffixed with `Ns`. `Stat` objects are not to be created directly using the `new` keyword. + * + * ```console + * Stats { + * dev: 2114, + * ino: 48064969, + * mode: 33188, + * nlink: 1, + * uid: 85, + * gid: 100, + * rdev: 0, + * size: 527, + * blksize: 4096, + * blocks: 8, + * atimeMs: 1318289051000.1, + * mtimeMs: 1318289051000.1, + * ctimeMs: 1318289051000.1, + * birthtimeMs: 1318289051000.1, + * atime: Mon, 10 Oct 2011 23:24:11 GMT, + * mtime: Mon, 10 Oct 2011 23:24:11 GMT, + * ctime: Mon, 10 Oct 2011 23:24:11 GMT, + * birthtime: Mon, 10 Oct 2011 23:24:11 GMT } + * ``` + * + * `bigint` version: + * + * ```console + * BigIntStats { + * dev: 2114n, + * ino: 48064969n, + * mode: 33188n, + * nlink: 1n, + * uid: 85n, + * gid: 100n, + * rdev: 0n, + * size: 527n, + * blksize: 4096n, + * blocks: 8n, + * atimeMs: 1318289051000n, + * mtimeMs: 1318289051000n, + * ctimeMs: 1318289051000n, + * birthtimeMs: 1318289051000n, + * atimeNs: 1318289051000000000n, + * mtimeNs: 1318289051000000000n, + * ctimeNs: 1318289051000000000n, + * birthtimeNs: 1318289051000000000n, + * atime: Mon, 10 Oct 2011 23:24:11 GMT, + * mtime: Mon, 10 Oct 2011 23:24:11 GMT, + * ctime: Mon, 10 Oct 2011 23:24:11 GMT, + * birthtime: Mon, 10 Oct 2011 23:24:11 GMT } + * ``` + * @since v0.1.21 + */ + export class Stats {} + export interface StatsFsBase { + /** Type of file system. */ + type: T; + /** Optimal transfer block size. */ + bsize: T; + /** Total data blocks in file system. */ + blocks: T; + /** Free blocks in file system. */ + bfree: T; + /** Available blocks for unprivileged users */ + bavail: T; + /** Total file nodes in file system. */ + files: T; + /** Free file nodes in file system. */ + ffree: T; + } + export interface StatsFs extends StatsFsBase {} + /** + * Provides information about a mounted file system. + * + * Objects returned from {@link statfs} and its synchronous counterpart are of + * this type. If `bigint` in the `options` passed to those methods is `true`, the + * numeric values will be `bigint` instead of `number`. + * + * ```console + * StatFs { + * type: 1397114950, + * bsize: 4096, + * blocks: 121938943, + * bfree: 61058895, + * bavail: 61058895, + * files: 999, + * ffree: 1000000 + * } + * ``` + * + * `bigint` version: + * + * ```console + * StatFs { + * type: 1397114950n, + * bsize: 4096n, + * blocks: 121938943n, + * bfree: 61058895n, + * bavail: 61058895n, + * files: 999n, + * ffree: 1000000n + * } + * ``` + * @since v19.6.0, v18.15.0 + */ + export class StatsFs {} + export interface BigIntStatsFs extends StatsFsBase {} + export interface StatFsOptions { + bigint?: boolean | undefined; + } + /** + * A representation of a directory entry, which can be a file or a subdirectory + * within the directory, as returned by reading from an `fs.Dir`. The + * directory entry is a combination of the file name and file type pairs. + * + * Additionally, when {@link readdir} or {@link readdirSync} is called with + * the `withFileTypes` option set to `true`, the resulting array is filled with `fs.Dirent` objects, rather than strings or `Buffer` s. + * @since v10.10.0 + */ + export class Dirent { + /** + * Returns `true` if the `fs.Dirent` object describes a regular file. + * @since v10.10.0 + */ + isFile(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a file system + * directory. + * @since v10.10.0 + */ + isDirectory(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a block device. + * @since v10.10.0 + */ + isBlockDevice(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a character device. + * @since v10.10.0 + */ + isCharacterDevice(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a symbolic link. + * @since v10.10.0 + */ + isSymbolicLink(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a first-in-first-out + * (FIFO) pipe. + * @since v10.10.0 + */ + isFIFO(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a socket. + * @since v10.10.0 + */ + isSocket(): boolean; + /** + * The file name that this `fs.Dirent` object refers to. The type of this + * value is determined by the `options.encoding` passed to {@link readdir} or {@link readdirSync}. + * @since v10.10.0 + */ + name: Name; + /** + * The base path that this `fs.Dirent` object refers to. + * @since v20.12.0 + */ + parentPath: string; + /** + * Alias for `dirent.parentPath`. + * @since v20.1.0 + * @deprecated Since v20.12.0 + */ + path: string; + } + /** + * A class representing a directory stream. + * + * Created by {@link opendir}, {@link opendirSync}, or `fsPromises.opendir()`. + * + * ```js + * import { opendir } from 'node:fs/promises'; + * + * try { + * const dir = await opendir('./'); + * for await (const dirent of dir) + * console.log(dirent.name); + * } catch (err) { + * console.error(err); + * } + * ``` + * + * When using the async iterator, the `fs.Dir` object will be automatically + * closed after the iterator exits. + * @since v12.12.0 + */ + export class Dir implements AsyncIterable { + /** + * The read-only path of this directory as was provided to {@link opendir},{@link opendirSync}, or `fsPromises.opendir()`. + * @since v12.12.0 + */ + readonly path: string; + /** + * Asynchronously iterates over the directory via `readdir(3)` until all entries have been read. + */ + [Symbol.asyncIterator](): NodeJS.AsyncIterator; + /** + * Asynchronously close the directory's underlying resource handle. + * Subsequent reads will result in errors. + * + * A promise is returned that will be fulfilled after the resource has been + * closed. + * @since v12.12.0 + */ + close(): Promise; + close(cb: NoParamCallback): void; + /** + * Synchronously close the directory's underlying resource handle. + * Subsequent reads will result in errors. + * @since v12.12.0 + */ + closeSync(): void; + /** + * Asynchronously read the next directory entry via [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) as an `fs.Dirent`. + * + * A promise is returned that will be fulfilled with an `fs.Dirent`, or `null` if there are no more directory entries to read. + * + * Directory entries returned by this function are in no particular order as + * provided by the operating system's underlying directory mechanisms. + * Entries added or removed while iterating over the directory might not be + * included in the iteration results. + * @since v12.12.0 + * @return containing {fs.Dirent|null} + */ + read(): Promise; + read(cb: (err: NodeJS.ErrnoException | null, dirEnt: Dirent | null) => void): void; + /** + * Synchronously read the next directory entry as an `fs.Dirent`. See the + * POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more detail. + * + * If there are no more directory entries to read, `null` will be returned. + * + * Directory entries returned by this function are in no particular order as + * provided by the operating system's underlying directory mechanisms. + * Entries added or removed while iterating over the directory might not be + * included in the iteration results. + * @since v12.12.0 + */ + readSync(): Dirent | null; + } + /** + * Class: fs.StatWatcher + * @since v14.3.0, v12.20.0 + * Extends `EventEmitter` + * A successful call to {@link watchFile} method will return a new fs.StatWatcher object. + */ + export interface StatWatcher extends EventEmitter { + /** + * When called, requests that the Node.js event loop _not_ exit so long as the `fs.StatWatcher` is active. Calling `watcher.ref()` multiple times will have + * no effect. + * + * By default, all `fs.StatWatcher` objects are "ref'ed", making it normally + * unnecessary to call `watcher.ref()` unless `watcher.unref()` had been + * called previously. + * @since v14.3.0, v12.20.0 + */ + ref(): this; + /** + * When called, the active `fs.StatWatcher` object will not require the Node.js + * event loop to remain active. If there is no other activity keeping the + * event loop running, the process may exit before the `fs.StatWatcher` object's + * callback is invoked. Calling `watcher.unref()` multiple times will have + * no effect. + * @since v14.3.0, v12.20.0 + */ + unref(): this; + } + export interface FSWatcher extends EventEmitter { + /** + * Stop watching for changes on the given `fs.FSWatcher`. Once stopped, the `fs.FSWatcher` object is no longer usable. + * @since v0.5.8 + */ + close(): void; + /** + * When called, requests that the Node.js event loop _not_ exit so long as the `fs.FSWatcher` is active. Calling `watcher.ref()` multiple times will have + * no effect. + * + * By default, all `fs.FSWatcher` objects are "ref'ed", making it normally + * unnecessary to call `watcher.ref()` unless `watcher.unref()` had been + * called previously. + * @since v14.3.0, v12.20.0 + */ + ref(): this; + /** + * When called, the active `fs.FSWatcher` object will not require the Node.js + * event loop to remain active. If there is no other activity keeping the + * event loop running, the process may exit before the `fs.FSWatcher` object's + * callback is invoked. Calling `watcher.unref()` multiple times will have + * no effect. + * @since v14.3.0, v12.20.0 + */ + unref(): this; + /** + * events.EventEmitter + * 1. change + * 2. close + * 3. error + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "change", listener: (eventType: string, filename: string | NonSharedBuffer) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "error", listener: (error: Error) => void): this; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "change", listener: (eventType: string, filename: string | NonSharedBuffer) => void): this; + on(event: "close", listener: () => void): this; + on(event: "error", listener: (error: Error) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "change", listener: (eventType: string, filename: string | NonSharedBuffer) => void): this; + once(event: "close", listener: () => void): this; + once(event: "error", listener: (error: Error) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener( + event: "change", + listener: (eventType: string, filename: string | NonSharedBuffer) => void, + ): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "error", listener: (error: Error) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener( + event: "change", + listener: (eventType: string, filename: string | NonSharedBuffer) => void, + ): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "error", listener: (error: Error) => void): this; + } + /** + * Instances of `fs.ReadStream` are created and returned using the {@link createReadStream} function. + * @since v0.1.93 + */ + export class ReadStream extends stream.Readable { + close(callback?: (err?: NodeJS.ErrnoException | null) => void): void; + /** + * The number of bytes that have been read so far. + * @since v6.4.0 + */ + bytesRead: number; + /** + * The path to the file the stream is reading from as specified in the first + * argument to `fs.createReadStream()`. If `path` is passed as a string, then`readStream.path` will be a string. If `path` is passed as a `Buffer`, then`readStream.path` will be a + * `Buffer`. If `fd` is specified, then`readStream.path` will be `undefined`. + * @since v0.1.93 + */ + path: string | Buffer; + /** + * This property is `true` if the underlying file has not been opened yet, + * i.e. before the `'ready'` event is emitted. + * @since v11.2.0, v10.16.0 + */ + pending: boolean; + /** + * events.EventEmitter + * 1. open + * 2. close + * 3. ready + */ + addListener(event: K, listener: ReadStreamEvents[K]): this; + on(event: K, listener: ReadStreamEvents[K]): this; + once(event: K, listener: ReadStreamEvents[K]): this; + prependListener(event: K, listener: ReadStreamEvents[K]): this; + prependOnceListener(event: K, listener: ReadStreamEvents[K]): this; + } + + /** + * The Keys are events of the ReadStream and the values are the functions that are called when the event is emitted. + */ + type ReadStreamEvents = { + close: () => void; + data: (chunk: Buffer | string) => void; + end: () => void; + error: (err: Error) => void; + open: (fd: number) => void; + pause: () => void; + readable: () => void; + ready: () => void; + resume: () => void; + } & CustomEvents; + + /** + * string & {} allows to allow any kind of strings for the event + * but still allows to have auto completion for the normal events. + */ + type CustomEvents = { [Key in string & {} | symbol]: (...args: any[]) => void }; + + /** + * The Keys are events of the WriteStream and the values are the functions that are called when the event is emitted. + */ + type WriteStreamEvents = { + close: () => void; + drain: () => void; + error: (err: Error) => void; + finish: () => void; + open: (fd: number) => void; + pipe: (src: stream.Readable) => void; + ready: () => void; + unpipe: (src: stream.Readable) => void; + } & CustomEvents; + /** + * * Extends `stream.Writable` + * + * Instances of `fs.WriteStream` are created and returned using the {@link createWriteStream} function. + * @since v0.1.93 + */ + export class WriteStream extends stream.Writable { + /** + * Closes `writeStream`. Optionally accepts a + * callback that will be executed once the `writeStream`is closed. + * @since v0.9.4 + */ + close(callback?: (err?: NodeJS.ErrnoException | null) => void): void; + /** + * The number of bytes written so far. Does not include data that is still queued + * for writing. + * @since v0.4.7 + */ + bytesWritten: number; + /** + * The path to the file the stream is writing to as specified in the first + * argument to {@link createWriteStream}. If `path` is passed as a string, then`writeStream.path` will be a string. If `path` is passed as a `Buffer`, then`writeStream.path` will be a + * `Buffer`. + * @since v0.1.93 + */ + path: string | Buffer; + /** + * This property is `true` if the underlying file has not been opened yet, + * i.e. before the `'ready'` event is emitted. + * @since v11.2.0 + */ + pending: boolean; + /** + * events.EventEmitter + * 1. open + * 2. close + * 3. ready + */ + addListener(event: K, listener: WriteStreamEvents[K]): this; + on(event: K, listener: WriteStreamEvents[K]): this; + once(event: K, listener: WriteStreamEvents[K]): this; + prependListener(event: K, listener: WriteStreamEvents[K]): this; + prependOnceListener(event: K, listener: WriteStreamEvents[K]): this; + } + /** + * Asynchronously rename file at `oldPath` to the pathname provided + * as `newPath`. In the case that `newPath` already exists, it will + * be overwritten. If there is a directory at `newPath`, an error will + * be raised instead. No arguments other than a possible exception are + * given to the completion callback. + * + * See also: [`rename(2)`](http://man7.org/linux/man-pages/man2/rename.2.html). + * + * ```js + * import { rename } from 'node:fs'; + * + * rename('oldFile.txt', 'newFile.txt', (err) => { + * if (err) throw err; + * console.log('Rename complete!'); + * }); + * ``` + * @since v0.0.2 + */ + export function rename(oldPath: PathLike, newPath: PathLike, callback: NoParamCallback): void; + export namespace rename { + /** + * Asynchronous rename(2) - Change the name or location of a file or directory. + * @param oldPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function __promisify__(oldPath: PathLike, newPath: PathLike): Promise; + } + /** + * Renames the file from `oldPath` to `newPath`. Returns `undefined`. + * + * See the POSIX [`rename(2)`](http://man7.org/linux/man-pages/man2/rename.2.html) documentation for more details. + * @since v0.1.21 + */ + export function renameSync(oldPath: PathLike, newPath: PathLike): void; + /** + * Truncates the file. No arguments other than a possible exception are + * given to the completion callback. A file descriptor can also be passed as the + * first argument. In this case, `fs.ftruncate()` is called. + * + * ```js + * import { truncate } from 'node:fs'; + * // Assuming that 'path/file.txt' is a regular file. + * truncate('path/file.txt', (err) => { + * if (err) throw err; + * console.log('path/file.txt was truncated'); + * }); + * ``` + * + * Passing a file descriptor is deprecated and may result in an error being thrown + * in the future. + * + * See the POSIX [`truncate(2)`](http://man7.org/linux/man-pages/man2/truncate.2.html) documentation for more details. + * @since v0.8.6 + * @param [len=0] + */ + export function truncate(path: PathLike, len: number | undefined, callback: NoParamCallback): void; + /** + * Asynchronous truncate(2) - Truncate a file to a specified length. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function truncate(path: PathLike, callback: NoParamCallback): void; + export namespace truncate { + /** + * Asynchronous truncate(2) - Truncate a file to a specified length. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param len If not specified, defaults to `0`. + */ + function __promisify__(path: PathLike, len?: number): Promise; + } + /** + * Truncates the file. Returns `undefined`. A file descriptor can also be + * passed as the first argument. In this case, `fs.ftruncateSync()` is called. + * + * Passing a file descriptor is deprecated and may result in an error being thrown + * in the future. + * @since v0.8.6 + * @param [len=0] + */ + export function truncateSync(path: PathLike, len?: number): void; + /** + * Truncates the file descriptor. No arguments other than a possible exception are + * given to the completion callback. + * + * See the POSIX [`ftruncate(2)`](http://man7.org/linux/man-pages/man2/ftruncate.2.html) documentation for more detail. + * + * If the file referred to by the file descriptor was larger than `len` bytes, only + * the first `len` bytes will be retained in the file. + * + * For example, the following program retains only the first four bytes of the + * file: + * + * ```js + * import { open, close, ftruncate } from 'node:fs'; + * + * function closeFd(fd) { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * + * open('temp.txt', 'r+', (err, fd) => { + * if (err) throw err; + * + * try { + * ftruncate(fd, 4, (err) => { + * closeFd(fd); + * if (err) throw err; + * }); + * } catch (err) { + * closeFd(fd); + * if (err) throw err; + * } + * }); + * ``` + * + * If the file previously was shorter than `len` bytes, it is extended, and the + * extended part is filled with null bytes (`'\0'`): + * + * If `len` is negative then `0` will be used. + * @since v0.8.6 + * @param [len=0] + */ + export function ftruncate(fd: number, len: number | undefined, callback: NoParamCallback): void; + /** + * Asynchronous ftruncate(2) - Truncate a file to a specified length. + * @param fd A file descriptor. + */ + export function ftruncate(fd: number, callback: NoParamCallback): void; + export namespace ftruncate { + /** + * Asynchronous ftruncate(2) - Truncate a file to a specified length. + * @param fd A file descriptor. + * @param len If not specified, defaults to `0`. + */ + function __promisify__(fd: number, len?: number): Promise; + } + /** + * Truncates the file descriptor. Returns `undefined`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link ftruncate}. + * @since v0.8.6 + * @param [len=0] + */ + export function ftruncateSync(fd: number, len?: number): void; + /** + * Asynchronously changes owner and group of a file. No arguments other than a + * possible exception are given to the completion callback. + * + * See the POSIX [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html) documentation for more detail. + * @since v0.1.97 + */ + export function chown(path: PathLike, uid: number, gid: number, callback: NoParamCallback): void; + export namespace chown { + /** + * Asynchronous chown(2) - Change ownership of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike, uid: number, gid: number): Promise; + } + /** + * Synchronously changes owner and group of a file. Returns `undefined`. + * This is the synchronous version of {@link chown}. + * + * See the POSIX [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html) documentation for more detail. + * @since v0.1.97 + */ + export function chownSync(path: PathLike, uid: number, gid: number): void; + /** + * Sets the owner of the file. No arguments other than a possible exception are + * given to the completion callback. + * + * See the POSIX [`fchown(2)`](http://man7.org/linux/man-pages/man2/fchown.2.html) documentation for more detail. + * @since v0.4.7 + */ + export function fchown(fd: number, uid: number, gid: number, callback: NoParamCallback): void; + export namespace fchown { + /** + * Asynchronous fchown(2) - Change ownership of a file. + * @param fd A file descriptor. + */ + function __promisify__(fd: number, uid: number, gid: number): Promise; + } + /** + * Sets the owner of the file. Returns `undefined`. + * + * See the POSIX [`fchown(2)`](http://man7.org/linux/man-pages/man2/fchown.2.html) documentation for more detail. + * @since v0.4.7 + * @param uid The file's new owner's user id. + * @param gid The file's new group's group id. + */ + export function fchownSync(fd: number, uid: number, gid: number): void; + /** + * Set the owner of the symbolic link. No arguments other than a possible + * exception are given to the completion callback. + * + * See the POSIX [`lchown(2)`](http://man7.org/linux/man-pages/man2/lchown.2.html) documentation for more detail. + */ + export function lchown(path: PathLike, uid: number, gid: number, callback: NoParamCallback): void; + export namespace lchown { + /** + * Asynchronous lchown(2) - Change ownership of a file. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike, uid: number, gid: number): Promise; + } + /** + * Set the owner for the path. Returns `undefined`. + * + * See the POSIX [`lchown(2)`](http://man7.org/linux/man-pages/man2/lchown.2.html) documentation for more details. + * @param uid The file's new owner's user id. + * @param gid The file's new group's group id. + */ + export function lchownSync(path: PathLike, uid: number, gid: number): void; + /** + * Changes the access and modification times of a file in the same way as {@link utimes}, with the difference that if the path refers to a symbolic + * link, then the link is not dereferenced: instead, the timestamps of the + * symbolic link itself are changed. + * + * No arguments other than a possible exception are given to the completion + * callback. + * @since v14.5.0, v12.19.0 + */ + export function lutimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void; + export namespace lutimes { + /** + * Changes the access and modification times of a file in the same way as `fsPromises.utimes()`, + * with the difference that if the path refers to a symbolic link, then the link is not + * dereferenced: instead, the timestamps of the symbolic link itself are changed. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function __promisify__(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise; + } + /** + * Change the file system timestamps of the symbolic link referenced by `path`. + * Returns `undefined`, or throws an exception when parameters are incorrect or + * the operation fails. This is the synchronous version of {@link lutimes}. + * @since v14.5.0, v12.19.0 + */ + export function lutimesSync(path: PathLike, atime: TimeLike, mtime: TimeLike): void; + /** + * Asynchronously changes the permissions of a file. No arguments other than a + * possible exception are given to the completion callback. + * + * See the POSIX [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html) documentation for more detail. + * + * ```js + * import { chmod } from 'node:fs'; + * + * chmod('my_file.txt', 0o775, (err) => { + * if (err) throw err; + * console.log('The permissions for file "my_file.txt" have been changed!'); + * }); + * ``` + * @since v0.1.30 + */ + export function chmod(path: PathLike, mode: Mode, callback: NoParamCallback): void; + export namespace chmod { + /** + * Asynchronous chmod(2) - Change permissions of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function __promisify__(path: PathLike, mode: Mode): Promise; + } + /** + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link chmod}. + * + * See the POSIX [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html) documentation for more detail. + * @since v0.6.7 + */ + export function chmodSync(path: PathLike, mode: Mode): void; + /** + * Sets the permissions on the file. No arguments other than a possible exception + * are given to the completion callback. + * + * See the POSIX [`fchmod(2)`](http://man7.org/linux/man-pages/man2/fchmod.2.html) documentation for more detail. + * @since v0.4.7 + */ + export function fchmod(fd: number, mode: Mode, callback: NoParamCallback): void; + export namespace fchmod { + /** + * Asynchronous fchmod(2) - Change permissions of a file. + * @param fd A file descriptor. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function __promisify__(fd: number, mode: Mode): Promise; + } + /** + * Sets the permissions on the file. Returns `undefined`. + * + * See the POSIX [`fchmod(2)`](http://man7.org/linux/man-pages/man2/fchmod.2.html) documentation for more detail. + * @since v0.4.7 + */ + export function fchmodSync(fd: number, mode: Mode): void; + /** + * Changes the permissions on a symbolic link. No arguments other than a possible + * exception are given to the completion callback. + * + * This method is only implemented on macOS. + * + * See the POSIX [`lchmod(2)`](https://www.freebsd.org/cgi/man.cgi?query=lchmod&sektion=2) documentation for more detail. + * @deprecated Since v0.4.7 + */ + export function lchmod(path: PathLike, mode: Mode, callback: NoParamCallback): void; + /** @deprecated */ + export namespace lchmod { + /** + * Asynchronous lchmod(2) - Change permissions of a file. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function __promisify__(path: PathLike, mode: Mode): Promise; + } + /** + * Changes the permissions on a symbolic link. Returns `undefined`. + * + * This method is only implemented on macOS. + * + * See the POSIX [`lchmod(2)`](https://www.freebsd.org/cgi/man.cgi?query=lchmod&sektion=2) documentation for more detail. + * @deprecated Since v0.4.7 + */ + export function lchmodSync(path: PathLike, mode: Mode): void; + /** + * Asynchronous [`stat(2)`](http://man7.org/linux/man-pages/man2/stat.2.html). The callback gets two arguments `(err, stats)` where`stats` is an `fs.Stats` object. + * + * In case of an error, the `err.code` will be one of `Common System Errors`. + * + * {@link stat} follows symbolic links. Use {@link lstat} to look at the + * links themselves. + * + * Using `fs.stat()` to check for the existence of a file before calling`fs.open()`, `fs.readFile()`, or `fs.writeFile()` is not recommended. + * Instead, user code should open/read/write the file directly and handle the + * error raised if the file is not available. + * + * To check if a file exists without manipulating it afterwards, {@link access} is recommended. + * + * For example, given the following directory structure: + * + * ```text + * - txtDir + * -- file.txt + * - app.js + * ``` + * + * The next program will check for the stats of the given paths: + * + * ```js + * import { stat } from 'node:fs'; + * + * const pathsToCheck = ['./txtDir', './txtDir/file.txt']; + * + * for (let i = 0; i < pathsToCheck.length; i++) { + * stat(pathsToCheck[i], (err, stats) => { + * console.log(stats.isDirectory()); + * console.log(stats); + * }); + * } + * ``` + * + * The resulting output will resemble: + * + * ```console + * true + * Stats { + * dev: 16777220, + * mode: 16877, + * nlink: 3, + * uid: 501, + * gid: 20, + * rdev: 0, + * blksize: 4096, + * ino: 14214262, + * size: 96, + * blocks: 0, + * atimeMs: 1561174653071.963, + * mtimeMs: 1561174614583.3518, + * ctimeMs: 1561174626623.5366, + * birthtimeMs: 1561174126937.2893, + * atime: 2019-06-22T03:37:33.072Z, + * mtime: 2019-06-22T03:36:54.583Z, + * ctime: 2019-06-22T03:37:06.624Z, + * birthtime: 2019-06-22T03:28:46.937Z + * } + * false + * Stats { + * dev: 16777220, + * mode: 33188, + * nlink: 1, + * uid: 501, + * gid: 20, + * rdev: 0, + * blksize: 4096, + * ino: 14214074, + * size: 8, + * blocks: 8, + * atimeMs: 1561174616618.8555, + * mtimeMs: 1561174614584, + * ctimeMs: 1561174614583.8145, + * birthtimeMs: 1561174007710.7478, + * atime: 2019-06-22T03:36:56.619Z, + * mtime: 2019-06-22T03:36:54.584Z, + * ctime: 2019-06-22T03:36:54.584Z, + * birthtime: 2019-06-22T03:26:47.711Z + * } + * ``` + * @since v0.0.2 + */ + export function stat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; + export function stat( + path: PathLike, + options: + | (StatOptions & { + bigint?: false | undefined; + }) + | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void, + ): void; + export function stat( + path: PathLike, + options: StatOptions & { + bigint: true; + }, + callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void, + ): void; + export function stat( + path: PathLike, + options: StatOptions | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void, + ): void; + export namespace stat { + /** + * Asynchronous stat(2) - Get file status. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__( + path: PathLike, + options?: StatOptions & { + bigint?: false | undefined; + }, + ): Promise; + function __promisify__( + path: PathLike, + options: StatOptions & { + bigint: true; + }, + ): Promise; + function __promisify__(path: PathLike, options?: StatOptions): Promise; + } + export interface StatSyncFn extends Function { + (path: PathLike, options?: undefined): Stats; + ( + path: PathLike, + options?: StatSyncOptions & { + bigint?: false | undefined; + throwIfNoEntry: false; + }, + ): Stats | undefined; + ( + path: PathLike, + options: StatSyncOptions & { + bigint: true; + throwIfNoEntry: false; + }, + ): BigIntStats | undefined; + ( + path: PathLike, + options?: StatSyncOptions & { + bigint?: false | undefined; + }, + ): Stats; + ( + path: PathLike, + options: StatSyncOptions & { + bigint: true; + }, + ): BigIntStats; + ( + path: PathLike, + options: StatSyncOptions & { + bigint: boolean; + throwIfNoEntry?: false | undefined; + }, + ): Stats | BigIntStats; + (path: PathLike, options?: StatSyncOptions): Stats | BigIntStats | undefined; + } + /** + * Synchronous stat(2) - Get file status. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export const statSync: StatSyncFn; + /** + * Invokes the callback with the `fs.Stats` for the file descriptor. + * + * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail. + * @since v0.1.95 + */ + export function fstat(fd: number, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; + export function fstat( + fd: number, + options: + | (StatOptions & { + bigint?: false | undefined; + }) + | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void, + ): void; + export function fstat( + fd: number, + options: StatOptions & { + bigint: true; + }, + callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void, + ): void; + export function fstat( + fd: number, + options: StatOptions | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void, + ): void; + export namespace fstat { + /** + * Asynchronous fstat(2) - Get file status. + * @param fd A file descriptor. + */ + function __promisify__( + fd: number, + options?: StatOptions & { + bigint?: false | undefined; + }, + ): Promise; + function __promisify__( + fd: number, + options: StatOptions & { + bigint: true; + }, + ): Promise; + function __promisify__(fd: number, options?: StatOptions): Promise; + } + /** + * Retrieves the `fs.Stats` for the file descriptor. + * + * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail. + * @since v0.1.95 + */ + export function fstatSync( + fd: number, + options?: StatOptions & { + bigint?: false | undefined; + }, + ): Stats; + export function fstatSync( + fd: number, + options: StatOptions & { + bigint: true; + }, + ): BigIntStats; + export function fstatSync(fd: number, options?: StatOptions): Stats | BigIntStats; + /** + * Retrieves the `fs.Stats` for the symbolic link referred to by the path. + * The callback gets two arguments `(err, stats)` where `stats` is a `fs.Stats` object. `lstat()` is identical to `stat()`, except that if `path` is a symbolic + * link, then the link itself is stat-ed, not the file that it refers to. + * + * See the POSIX [`lstat(2)`](http://man7.org/linux/man-pages/man2/lstat.2.html) documentation for more details. + * @since v0.1.30 + */ + export function lstat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; + export function lstat( + path: PathLike, + options: + | (StatOptions & { + bigint?: false | undefined; + }) + | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void, + ): void; + export function lstat( + path: PathLike, + options: StatOptions & { + bigint: true; + }, + callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void, + ): void; + export function lstat( + path: PathLike, + options: StatOptions | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void, + ): void; + export namespace lstat { + /** + * Asynchronous lstat(2) - Get file status. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__( + path: PathLike, + options?: StatOptions & { + bigint?: false | undefined; + }, + ): Promise; + function __promisify__( + path: PathLike, + options: StatOptions & { + bigint: true; + }, + ): Promise; + function __promisify__(path: PathLike, options?: StatOptions): Promise; + } + /** + * Asynchronous [`statfs(2)`](http://man7.org/linux/man-pages/man2/statfs.2.html). Returns information about the mounted file system which + * contains `path`. The callback gets two arguments `(err, stats)` where `stats`is an `fs.StatFs` object. + * + * In case of an error, the `err.code` will be one of `Common System Errors`. + * @since v19.6.0, v18.15.0 + * @param path A path to an existing file or directory on the file system to be queried. + */ + export function statfs(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: StatsFs) => void): void; + export function statfs( + path: PathLike, + options: + | (StatFsOptions & { + bigint?: false | undefined; + }) + | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: StatsFs) => void, + ): void; + export function statfs( + path: PathLike, + options: StatFsOptions & { + bigint: true; + }, + callback: (err: NodeJS.ErrnoException | null, stats: BigIntStatsFs) => void, + ): void; + export function statfs( + path: PathLike, + options: StatFsOptions | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: StatsFs | BigIntStatsFs) => void, + ): void; + export namespace statfs { + /** + * Asynchronous statfs(2) - Returns information about the mounted file system which contains path. The callback gets two arguments (err, stats) where stats is an object. + * @param path A path to an existing file or directory on the file system to be queried. + */ + function __promisify__( + path: PathLike, + options?: StatFsOptions & { + bigint?: false | undefined; + }, + ): Promise; + function __promisify__( + path: PathLike, + options: StatFsOptions & { + bigint: true; + }, + ): Promise; + function __promisify__(path: PathLike, options?: StatFsOptions): Promise; + } + /** + * Synchronous [`statfs(2)`](http://man7.org/linux/man-pages/man2/statfs.2.html). Returns information about the mounted file system which + * contains `path`. + * + * In case of an error, the `err.code` will be one of `Common System Errors`. + * @since v19.6.0, v18.15.0 + * @param path A path to an existing file or directory on the file system to be queried. + */ + export function statfsSync( + path: PathLike, + options?: StatFsOptions & { + bigint?: false | undefined; + }, + ): StatsFs; + export function statfsSync( + path: PathLike, + options: StatFsOptions & { + bigint: true; + }, + ): BigIntStatsFs; + export function statfsSync(path: PathLike, options?: StatFsOptions): StatsFs | BigIntStatsFs; + /** + * Synchronous lstat(2) - Get file status. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export const lstatSync: StatSyncFn; + /** + * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. No arguments other than + * a possible + * exception are given to the completion callback. + * @since v0.1.31 + */ + export function link(existingPath: PathLike, newPath: PathLike, callback: NoParamCallback): void; + export namespace link { + /** + * Asynchronous link(2) - Create a new link (also known as a hard link) to an existing file. + * @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(existingPath: PathLike, newPath: PathLike): Promise; + } + /** + * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. Returns `undefined`. + * @since v0.1.31 + */ + export function linkSync(existingPath: PathLike, newPath: PathLike): void; + /** + * Creates the link called `path` pointing to `target`. No arguments other than a + * possible exception are given to the completion callback. + * + * See the POSIX [`symlink(2)`](http://man7.org/linux/man-pages/man2/symlink.2.html) documentation for more details. + * + * The `type` argument is only available on Windows and ignored on other platforms. + * It can be set to `'dir'`, `'file'`, or `'junction'`. If the `type` argument is + * not a string, Node.js will autodetect `target` type and use `'file'` or `'dir'`. + * If the `target` does not exist, `'file'` will be used. Windows junction points + * require the destination path to be absolute. When using `'junction'`, the`target` argument will automatically be normalized to absolute path. Junction + * points on NTFS volumes can only point to directories. + * + * Relative targets are relative to the link's parent directory. + * + * ```js + * import { symlink } from 'node:fs'; + * + * symlink('./mew', './mewtwo', callback); + * ``` + * + * The above example creates a symbolic link `mewtwo` which points to `mew` in the + * same directory: + * + * ```bash + * $ tree . + * . + * ├── mew + * └── mewtwo -> ./mew + * ``` + * @since v0.1.31 + * @param [type='null'] + */ + export function symlink( + target: PathLike, + path: PathLike, + type: symlink.Type | undefined | null, + callback: NoParamCallback, + ): void; + /** + * Asynchronous symlink(2) - Create a new symbolic link to an existing file. + * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. + * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. + */ + export function symlink(target: PathLike, path: PathLike, callback: NoParamCallback): void; + export namespace symlink { + /** + * Asynchronous symlink(2) - Create a new symbolic link to an existing file. + * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. + * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. + * @param type May be set to `'dir'`, `'file'`, or `'junction'` (default is `'file'`) and is only available on Windows (ignored on other platforms). + * When using `'junction'`, the `target` argument will automatically be normalized to an absolute path. + */ + function __promisify__(target: PathLike, path: PathLike, type?: string | null): Promise; + type Type = "dir" | "file" | "junction"; + } + /** + * Returns `undefined`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link symlink}. + * @since v0.1.31 + * @param [type='null'] + */ + export function symlinkSync(target: PathLike, path: PathLike, type?: symlink.Type | null): void; + /** + * Reads the contents of the symbolic link referred to by `path`. The callback gets + * two arguments `(err, linkString)`. + * + * See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more details. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the link path passed to the callback. If the `encoding` is set to `'buffer'`, + * the link path returned will be passed as a `Buffer` object. + * @since v0.1.31 + */ + export function readlink( + path: PathLike, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, linkString: string) => void, + ): void; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readlink( + path: PathLike, + options: BufferEncodingOption, + callback: (err: NodeJS.ErrnoException | null, linkString: NonSharedBuffer) => void, + ): void; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readlink( + path: PathLike, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, linkString: string | NonSharedBuffer) => void, + ): void; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function readlink( + path: PathLike, + callback: (err: NodeJS.ErrnoException | null, linkString: string) => void, + ): void; + export namespace readlink { + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: EncodingOption): Promise; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options: BufferEncodingOption): Promise; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: EncodingOption): Promise; + } + /** + * Returns the symbolic link's string value. + * + * See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more details. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the link path returned. If the `encoding` is set to `'buffer'`, + * the link path returned will be passed as a `Buffer` object. + * @since v0.1.31 + */ + export function readlinkSync(path: PathLike, options?: EncodingOption): string; + /** + * Synchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readlinkSync(path: PathLike, options: BufferEncodingOption): NonSharedBuffer; + /** + * Synchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readlinkSync(path: PathLike, options?: EncodingOption): string | NonSharedBuffer; + /** + * Asynchronously computes the canonical pathname by resolving `.`, `..`, and + * symbolic links. + * + * A canonical pathname is not necessarily unique. Hard links and bind mounts can + * expose a file system entity through many pathnames. + * + * This function behaves like [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html), with some exceptions: + * + * 1. No case conversion is performed on case-insensitive file systems. + * 2. The maximum number of symbolic links is platform-independent and generally + * (much) higher than what the native [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html) implementation supports. + * + * The `callback` gets two arguments `(err, resolvedPath)`. May use `process.cwd` to resolve relative paths. + * + * Only paths that can be converted to UTF8 strings are supported. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the path passed to the callback. If the `encoding` is set to `'buffer'`, + * the path returned will be passed as a `Buffer` object. + * + * If `path` resolves to a socket or a pipe, the function will return a system + * dependent name for that object. + * @since v0.1.31 + */ + export function realpath( + path: PathLike, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void, + ): void; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function realpath( + path: PathLike, + options: BufferEncodingOption, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: NonSharedBuffer) => void, + ): void; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function realpath( + path: PathLike, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | NonSharedBuffer) => void, + ): void; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function realpath( + path: PathLike, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void, + ): void; + export namespace realpath { + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: EncodingOption): Promise; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options: BufferEncodingOption): Promise; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: EncodingOption): Promise; + /** + * Asynchronous [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html). + * + * The `callback` gets two arguments `(err, resolvedPath)`. + * + * Only paths that can be converted to UTF8 strings are supported. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the path passed to the callback. If the `encoding` is set to `'buffer'`, + * the path returned will be passed as a `Buffer` object. + * + * On Linux, when Node.js is linked against musl libc, the procfs file system must + * be mounted on `/proc` in order for this function to work. Glibc does not have + * this restriction. + * @since v9.2.0 + */ + function native( + path: PathLike, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void, + ): void; + function native( + path: PathLike, + options: BufferEncodingOption, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: NonSharedBuffer) => void, + ): void; + function native( + path: PathLike, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | NonSharedBuffer) => void, + ): void; + function native( + path: PathLike, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void, + ): void; + } + /** + * Returns the resolved pathname. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link realpath}. + * @since v0.1.31 + */ + export function realpathSync(path: PathLike, options?: EncodingOption): string; + /** + * Synchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function realpathSync(path: PathLike, options: BufferEncodingOption): NonSharedBuffer; + /** + * Synchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function realpathSync(path: PathLike, options?: EncodingOption): string | NonSharedBuffer; + export namespace realpathSync { + function native(path: PathLike, options?: EncodingOption): string; + function native(path: PathLike, options: BufferEncodingOption): NonSharedBuffer; + function native(path: PathLike, options?: EncodingOption): string | NonSharedBuffer; + } + /** + * Asynchronously removes a file or symbolic link. No arguments other than a + * possible exception are given to the completion callback. + * + * ```js + * import { unlink } from 'node:fs'; + * // Assuming that 'path/file.txt' is a regular file. + * unlink('path/file.txt', (err) => { + * if (err) throw err; + * console.log('path/file.txt was deleted'); + * }); + * ``` + * + * `fs.unlink()` will not work on a directory, empty or otherwise. To remove a + * directory, use {@link rmdir}. + * + * See the POSIX [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html) documentation for more details. + * @since v0.0.2 + */ + export function unlink(path: PathLike, callback: NoParamCallback): void; + export namespace unlink { + /** + * Asynchronous unlink(2) - delete a name and possibly the file it refers to. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike): Promise; + } + /** + * Synchronous [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html). Returns `undefined`. + * @since v0.1.21 + */ + export function unlinkSync(path: PathLike): void; + export interface RmDirOptions { + /** + * If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or + * `EPERM` error is encountered, Node.js will retry the operation with a linear + * backoff wait of `retryDelay` ms longer on each try. This option represents the + * number of retries. This option is ignored if the `recursive` option is not + * `true`. + * @default 0 + */ + maxRetries?: number | undefined; + /** + * @deprecated since v14.14.0 In future versions of Node.js and will trigger a warning + * `fs.rmdir(path, { recursive: true })` will throw if `path` does not exist or is a file. + * Use `fs.rm(path, { recursive: true, force: true })` instead. + * + * If `true`, perform a recursive directory removal. In + * recursive mode, operations are retried on failure. + * @default false + */ + recursive?: boolean | undefined; + /** + * The amount of time in milliseconds to wait between retries. + * This option is ignored if the `recursive` option is not `true`. + * @default 100 + */ + retryDelay?: number | undefined; + } + /** + * Asynchronous [`rmdir(2)`](http://man7.org/linux/man-pages/man2/rmdir.2.html). No arguments other than a possible exception are given + * to the completion callback. + * + * Using `fs.rmdir()` on a file (not a directory) results in an `ENOENT` error on + * Windows and an `ENOTDIR` error on POSIX. + * + * To get a behavior similar to the `rm -rf` Unix command, use {@link rm} with options `{ recursive: true, force: true }`. + * @since v0.0.2 + */ + export function rmdir(path: PathLike, callback: NoParamCallback): void; + export function rmdir(path: PathLike, options: RmDirOptions, callback: NoParamCallback): void; + export namespace rmdir { + /** + * Asynchronous rmdir(2) - delete a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike, options?: RmDirOptions): Promise; + } + /** + * Synchronous [`rmdir(2)`](http://man7.org/linux/man-pages/man2/rmdir.2.html). Returns `undefined`. + * + * Using `fs.rmdirSync()` on a file (not a directory) results in an `ENOENT` error + * on Windows and an `ENOTDIR` error on POSIX. + * + * To get a behavior similar to the `rm -rf` Unix command, use {@link rmSync} with options `{ recursive: true, force: true }`. + * @since v0.1.21 + */ + export function rmdirSync(path: PathLike, options?: RmDirOptions): void; + export interface RmOptions { + /** + * When `true`, exceptions will be ignored if `path` does not exist. + * @default false + */ + force?: boolean | undefined; + /** + * If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or + * `EPERM` error is encountered, Node.js will retry the operation with a linear + * backoff wait of `retryDelay` ms longer on each try. This option represents the + * number of retries. This option is ignored if the `recursive` option is not + * `true`. + * @default 0 + */ + maxRetries?: number | undefined; + /** + * If `true`, perform a recursive directory removal. In + * recursive mode, operations are retried on failure. + * @default false + */ + recursive?: boolean | undefined; + /** + * The amount of time in milliseconds to wait between retries. + * This option is ignored if the `recursive` option is not `true`. + * @default 100 + */ + retryDelay?: number | undefined; + } + /** + * Asynchronously removes files and directories (modeled on the standard POSIX `rm` utility). No arguments other than a possible exception are given to the + * completion callback. + * @since v14.14.0 + */ + export function rm(path: PathLike, callback: NoParamCallback): void; + export function rm(path: PathLike, options: RmOptions, callback: NoParamCallback): void; + export namespace rm { + /** + * Asynchronously removes files and directories (modeled on the standard POSIX `rm` utility). + */ + function __promisify__(path: PathLike, options?: RmOptions): Promise; + } + /** + * Synchronously removes files and directories (modeled on the standard POSIX `rm` utility). Returns `undefined`. + * @since v14.14.0 + */ + export function rmSync(path: PathLike, options?: RmOptions): void; + export interface MakeDirectoryOptions { + /** + * Indicates whether parent folders should be created. + * If a folder was created, the path to the first created folder will be returned. + * @default false + */ + recursive?: boolean | undefined; + /** + * A file mode. If a string is passed, it is parsed as an octal integer. If not specified + * @default 0o777 + */ + mode?: Mode | undefined; + } + /** + * Asynchronously creates a directory. + * + * The callback is given a possible exception and, if `recursive` is `true`, the + * first directory path created, `(err[, path])`.`path` can still be `undefined` when `recursive` is `true`, if no directory was + * created (for instance, if it was previously created). + * + * The optional `options` argument can be an integer specifying `mode` (permission + * and sticky bits), or an object with a `mode` property and a `recursive` property indicating whether parent directories should be created. Calling `fs.mkdir()` when `path` is a directory that + * exists results in an error only + * when `recursive` is false. If `recursive` is false and the directory exists, + * an `EEXIST` error occurs. + * + * ```js + * import { mkdir } from 'node:fs'; + * + * // Create ./tmp/a/apple, regardless of whether ./tmp and ./tmp/a exist. + * mkdir('./tmp/a/apple', { recursive: true }, (err) => { + * if (err) throw err; + * }); + * ``` + * + * On Windows, using `fs.mkdir()` on the root directory even with recursion will + * result in an error: + * + * ```js + * import { mkdir } from 'node:fs'; + * + * mkdir('/', { recursive: true }, (err) => { + * // => [Error: EPERM: operation not permitted, mkdir 'C:\'] + * }); + * ``` + * + * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details. + * @since v0.1.8 + */ + export function mkdir( + path: PathLike, + options: MakeDirectoryOptions & { + recursive: true; + }, + callback: (err: NodeJS.ErrnoException | null, path?: string) => void, + ): void; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + export function mkdir( + path: PathLike, + options: + | Mode + | (MakeDirectoryOptions & { + recursive?: false | undefined; + }) + | null + | undefined, + callback: NoParamCallback, + ): void; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + export function mkdir( + path: PathLike, + options: Mode | MakeDirectoryOptions | null | undefined, + callback: (err: NodeJS.ErrnoException | null, path?: string) => void, + ): void; + /** + * Asynchronous mkdir(2) - create a directory with a mode of `0o777`. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function mkdir(path: PathLike, callback: NoParamCallback): void; + export namespace mkdir { + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function __promisify__( + path: PathLike, + options: MakeDirectoryOptions & { + recursive: true; + }, + ): Promise; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function __promisify__( + path: PathLike, + options?: + | Mode + | (MakeDirectoryOptions & { + recursive?: false | undefined; + }) + | null, + ): Promise; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function __promisify__( + path: PathLike, + options?: Mode | MakeDirectoryOptions | null, + ): Promise; + } + /** + * Synchronously creates a directory. Returns `undefined`, or if `recursive` is `true`, the first directory path created. + * This is the synchronous version of {@link mkdir}. + * + * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details. + * @since v0.1.21 + */ + export function mkdirSync( + path: PathLike, + options: MakeDirectoryOptions & { + recursive: true; + }, + ): string | undefined; + /** + * Synchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + export function mkdirSync( + path: PathLike, + options?: + | Mode + | (MakeDirectoryOptions & { + recursive?: false | undefined; + }) + | null, + ): void; + /** + * Synchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + export function mkdirSync(path: PathLike, options?: Mode | MakeDirectoryOptions | null): string | undefined; + /** + * Creates a unique temporary directory. + * + * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. Due to platform + * inconsistencies, avoid trailing `X` characters in `prefix`. Some platforms, + * notably the BSDs, can return more than six random characters, and replace + * trailing `X` characters in `prefix` with random characters. + * + * The created directory path is passed as a string to the callback's second + * parameter. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use. + * + * ```js + * import { mkdtemp } from 'node:fs'; + * import { join } from 'node:path'; + * import { tmpdir } from 'node:os'; + * + * mkdtemp(join(tmpdir(), 'foo-'), (err, directory) => { + * if (err) throw err; + * console.log(directory); + * // Prints: /tmp/foo-itXde2 or C:\Users\...\AppData\Local\Temp\foo-itXde2 + * }); + * ``` + * + * The `fs.mkdtemp()` method will append the six randomly selected characters + * directly to the `prefix` string. For instance, given a directory `/tmp`, if the + * intention is to create a temporary directory _within_`/tmp`, the `prefix`must end with a trailing platform-specific path separator + * (`import { sep } from 'node:node:path'`). + * + * ```js + * import { tmpdir } from 'node:os'; + * import { mkdtemp } from 'node:fs'; + * + * // The parent directory for the new temporary directory + * const tmpDir = tmpdir(); + * + * // This method is *INCORRECT*: + * mkdtemp(tmpDir, (err, directory) => { + * if (err) throw err; + * console.log(directory); + * // Will print something similar to `/tmpabc123`. + * // A new temporary directory is created at the file system root + * // rather than *within* the /tmp directory. + * }); + * + * // This method is *CORRECT*: + * import { sep } from 'node:path'; + * mkdtemp(`${tmpDir}${sep}`, (err, directory) => { + * if (err) throw err; + * console.log(directory); + * // Will print something similar to `/tmp/abc123`. + * // A new temporary directory is created within + * // the /tmp directory. + * }); + * ``` + * @since v5.10.0 + */ + export function mkdtemp( + prefix: string, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, folder: string) => void, + ): void; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function mkdtemp( + prefix: string, + options: BufferEncodingOption, + callback: (err: NodeJS.ErrnoException | null, folder: NonSharedBuffer) => void, + ): void; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function mkdtemp( + prefix: string, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, folder: string | NonSharedBuffer) => void, + ): void; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + */ + export function mkdtemp( + prefix: string, + callback: (err: NodeJS.ErrnoException | null, folder: string) => void, + ): void; + export namespace mkdtemp { + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(prefix: string, options?: EncodingOption): Promise; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(prefix: string, options: BufferEncodingOption): Promise; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(prefix: string, options?: EncodingOption): Promise; + } + /** + * Returns the created directory path. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link mkdtemp}. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use. + * @since v5.10.0 + */ + export function mkdtempSync(prefix: string, options?: EncodingOption): string; + /** + * Synchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function mkdtempSync(prefix: string, options: BufferEncodingOption): NonSharedBuffer; + /** + * Synchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function mkdtempSync(prefix: string, options?: EncodingOption): string | NonSharedBuffer; + /** + * Reads the contents of a directory. The callback gets two arguments `(err, files)` where `files` is an array of the names of the files in the directory excluding `'.'` and `'..'`. + * + * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the filenames passed to the callback. If the `encoding` is set to `'buffer'`, + * the filenames returned will be passed as `Buffer` objects. + * + * If `options.withFileTypes` is set to `true`, the `files` array will contain `fs.Dirent` objects. + * @since v0.1.8 + */ + export function readdir( + path: PathLike, + options: + | { + encoding: BufferEncoding | null; + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + } + | BufferEncoding + | undefined + | null, + callback: (err: NodeJS.ErrnoException | null, files: string[]) => void, + ): void; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readdir( + path: PathLike, + options: + | { + encoding: "buffer"; + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + } + | "buffer", + callback: (err: NodeJS.ErrnoException | null, files: NonSharedBuffer[]) => void, + ): void; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readdir( + path: PathLike, + options: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + }) + | BufferEncoding + | undefined + | null, + callback: (err: NodeJS.ErrnoException | null, files: string[] | NonSharedBuffer[]) => void, + ): void; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function readdir( + path: PathLike, + callback: (err: NodeJS.ErrnoException | null, files: string[]) => void, + ): void; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. + */ + export function readdir( + path: PathLike, + options: ObjectEncodingOptions & { + withFileTypes: true; + recursive?: boolean | undefined; + }, + callback: (err: NodeJS.ErrnoException | null, files: Dirent[]) => void, + ): void; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Must include `withFileTypes: true` and `encoding: 'buffer'`. + */ + export function readdir( + path: PathLike, + options: { + encoding: "buffer"; + withFileTypes: true; + recursive?: boolean | undefined; + }, + callback: (err: NodeJS.ErrnoException | null, files: Dirent[]) => void, + ): void; + export namespace readdir { + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__( + path: PathLike, + options?: + | { + encoding: BufferEncoding | null; + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + } + | BufferEncoding + | null, + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__( + path: PathLike, + options: + | "buffer" + | { + encoding: "buffer"; + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + }, + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__( + path: PathLike, + options?: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + }) + | BufferEncoding + | null, + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent + */ + function __promisify__( + path: PathLike, + options: ObjectEncodingOptions & { + withFileTypes: true; + recursive?: boolean | undefined; + }, + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Must include `withFileTypes: true` and `encoding: 'buffer'`. + */ + function __promisify__( + path: PathLike, + options: { + encoding: "buffer"; + withFileTypes: true; + recursive?: boolean | undefined; + }, + ): Promise[]>; + } + /** + * Reads the contents of the directory. + * + * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the filenames returned. If the `encoding` is set to `'buffer'`, + * the filenames returned will be passed as `Buffer` objects. + * + * If `options.withFileTypes` is set to `true`, the result will contain `fs.Dirent` objects. + * @since v0.1.21 + */ + export function readdirSync( + path: PathLike, + options?: + | { + encoding: BufferEncoding | null; + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + } + | BufferEncoding + | null, + ): string[]; + /** + * Synchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readdirSync( + path: PathLike, + options: + | { + encoding: "buffer"; + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + } + | "buffer", + ): NonSharedBuffer[]; + /** + * Synchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readdirSync( + path: PathLike, + options?: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + }) + | BufferEncoding + | null, + ): string[] | NonSharedBuffer[]; + /** + * Synchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. + */ + export function readdirSync( + path: PathLike, + options: ObjectEncodingOptions & { + withFileTypes: true; + recursive?: boolean | undefined; + }, + ): Dirent[]; + /** + * Synchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Must include `withFileTypes: true` and `encoding: 'buffer'`. + */ + export function readdirSync( + path: PathLike, + options: { + encoding: "buffer"; + withFileTypes: true; + recursive?: boolean | undefined; + }, + ): Dirent[]; + /** + * Closes the file descriptor. No arguments other than a possible exception are + * given to the completion callback. + * + * Calling `fs.close()` on any file descriptor (`fd`) that is currently in use + * through any other `fs` operation may lead to undefined behavior. + * + * See the POSIX [`close(2)`](http://man7.org/linux/man-pages/man2/close.2.html) documentation for more detail. + * @since v0.0.2 + */ + export function close(fd: number, callback?: NoParamCallback): void; + export namespace close { + /** + * Asynchronous close(2) - close a file descriptor. + * @param fd A file descriptor. + */ + function __promisify__(fd: number): Promise; + } + /** + * Closes the file descriptor. Returns `undefined`. + * + * Calling `fs.closeSync()` on any file descriptor (`fd`) that is currently in use + * through any other `fs` operation may lead to undefined behavior. + * + * See the POSIX [`close(2)`](http://man7.org/linux/man-pages/man2/close.2.html) documentation for more detail. + * @since v0.1.21 + */ + export function closeSync(fd: number): void; + /** + * Asynchronous file open. See the POSIX [`open(2)`](http://man7.org/linux/man-pages/man2/open.2.html) documentation for more details. + * + * `mode` sets the file mode (permission and sticky bits), but only if the file was + * created. On Windows, only the write permission can be manipulated; see {@link chmod}. + * + * The callback gets two arguments `(err, fd)`. + * + * Some characters (`< > : " / \ | ? *`) are reserved under Windows as documented + * by [Naming Files, Paths, and Namespaces](https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file). Under NTFS, if the filename contains + * a colon, Node.js will open a file system stream, as described by [this MSDN page](https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams). + * + * Functions based on `fs.open()` exhibit this behavior as well:`fs.writeFile()`, `fs.readFile()`, etc. + * @since v0.0.2 + * @param [flags='r'] See `support of file system `flags``. + * @param [mode=0o666] + */ + export function open( + path: PathLike, + flags: OpenMode | undefined, + mode: Mode | undefined | null, + callback: (err: NodeJS.ErrnoException | null, fd: number) => void, + ): void; + /** + * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param [flags='r'] See `support of file system `flags``. + */ + export function open( + path: PathLike, + flags: OpenMode | undefined, + callback: (err: NodeJS.ErrnoException | null, fd: number) => void, + ): void; + /** + * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function open(path: PathLike, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void; + export namespace open { + /** + * Asynchronous open(2) - open and possibly create a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. If not supplied, defaults to `0o666`. + */ + function __promisify__(path: PathLike, flags: OpenMode, mode?: Mode | null): Promise; + } + /** + * Returns an integer representing the file descriptor. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link open}. + * @since v0.1.21 + * @param [flags='r'] + * @param [mode=0o666] + */ + export function openSync(path: PathLike, flags: OpenMode, mode?: Mode | null): number; + /** + * Change the file system timestamps of the object referenced by `path`. + * + * The `atime` and `mtime` arguments follow these rules: + * + * * Values can be either numbers representing Unix epoch time in seconds, `Date`s, or a numeric string like `'123456789.0'`. + * * If the value can not be converted to a number, or is `NaN`, `Infinity`, or `-Infinity`, an `Error` will be thrown. + * @since v0.4.2 + */ + export function utimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void; + export namespace utimes { + /** + * Asynchronously change file timestamps of the file referenced by the supplied path. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function __promisify__(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise; + } + /** + * Returns `undefined`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link utimes}. + * @since v0.4.2 + */ + export function utimesSync(path: PathLike, atime: TimeLike, mtime: TimeLike): void; + /** + * Change the file system timestamps of the object referenced by the supplied file + * descriptor. See {@link utimes}. + * @since v0.4.2 + */ + export function futimes(fd: number, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void; + export namespace futimes { + /** + * Asynchronously change file timestamps of the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function __promisify__(fd: number, atime: TimeLike, mtime: TimeLike): Promise; + } + /** + * Synchronous version of {@link futimes}. Returns `undefined`. + * @since v0.4.2 + */ + export function futimesSync(fd: number, atime: TimeLike, mtime: TimeLike): void; + /** + * Request that all data for the open file descriptor is flushed to the storage + * device. The specific implementation is operating system and device specific. + * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. No arguments other + * than a possible exception are given to the completion callback. + * @since v0.1.96 + */ + export function fsync(fd: number, callback: NoParamCallback): void; + export namespace fsync { + /** + * Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device. + * @param fd A file descriptor. + */ + function __promisify__(fd: number): Promise; + } + /** + * Request that all data for the open file descriptor is flushed to the storage + * device. The specific implementation is operating system and device specific. + * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. Returns `undefined`. + * @since v0.1.96 + */ + export function fsyncSync(fd: number): void; + export interface WriteOptions { + /** + * @default 0 + */ + offset?: number | undefined; + /** + * @default `buffer.byteLength - offset` + */ + length?: number | undefined; + /** + * @default null + */ + position?: number | null | undefined; + } + /** + * Write `buffer` to the file specified by `fd`. + * + * `offset` determines the part of the buffer to be written, and `length` is + * an integer specifying the number of bytes to write. + * + * `position` refers to the offset from the beginning of the file where this data + * should be written. If `typeof position !== 'number'`, the data will be written + * at the current position. See [`pwrite(2)`](http://man7.org/linux/man-pages/man2/pwrite.2.html). + * + * The callback will be given three arguments `(err, bytesWritten, buffer)` where `bytesWritten` specifies how many _bytes_ were written from `buffer`. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a promise for an `Object` with `bytesWritten` and `buffer` properties. + * + * It is unsafe to use `fs.write()` multiple times on the same file without waiting + * for the callback. For this scenario, {@link createWriteStream} is + * recommended. + * + * On Linux, positional writes don't work when the file is opened in append mode. + * The kernel ignores the position argument and always appends the data to + * the end of the file. + * @since v0.0.2 + * @param [offset=0] + * @param [length=buffer.byteLength - offset] + * @param [position='null'] + */ + export function write( + fd: number, + buffer: TBuffer, + offset: number | undefined | null, + length: number | undefined | null, + position: number | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void, + ): void; + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. + * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. + */ + export function write( + fd: number, + buffer: TBuffer, + offset: number | undefined | null, + length: number | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void, + ): void; + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. + */ + export function write( + fd: number, + buffer: TBuffer, + offset: number | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void, + ): void; + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + */ + export function write( + fd: number, + buffer: TBuffer, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void, + ): void; + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param options An object with the following properties: + * * `offset` The part of the buffer to be written. If not supplied, defaults to `0`. + * * `length` The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. + * * `position` The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + */ + export function write( + fd: number, + buffer: TBuffer, + options: WriteOptions, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void, + ): void; + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + * @param encoding The expected string encoding. + */ + export function write( + fd: number, + string: string, + position: number | undefined | null, + encoding: BufferEncoding | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void, + ): void; + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + */ + export function write( + fd: number, + string: string, + position: number | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void, + ): void; + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. + */ + export function write( + fd: number, + string: string, + callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void, + ): void; + export namespace write { + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. + * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + */ + function __promisify__( + fd: number, + buffer?: TBuffer, + offset?: number, + length?: number, + position?: number | null, + ): Promise<{ + bytesWritten: number; + buffer: TBuffer; + }>; + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param options An object with the following properties: + * * `offset` The part of the buffer to be written. If not supplied, defaults to `0`. + * * `length` The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. + * * `position` The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + */ + function __promisify__( + fd: number, + buffer?: TBuffer, + options?: WriteOptions, + ): Promise<{ + bytesWritten: number; + buffer: TBuffer; + }>; + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + * @param encoding The expected string encoding. + */ + function __promisify__( + fd: number, + string: string, + position?: number | null, + encoding?: BufferEncoding | null, + ): Promise<{ + bytesWritten: number; + buffer: string; + }>; + } + /** + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link write}. + * @since v0.1.21 + * @param [offset=0] + * @param [length=buffer.byteLength - offset] + * @param [position='null'] + * @return The number of bytes written. + */ + export function writeSync( + fd: number, + buffer: NodeJS.ArrayBufferView, + offset?: number | null, + length?: number | null, + position?: number | null, + ): number; + /** + * Synchronously writes `string` to the file referenced by the supplied file descriptor, returning the number of bytes written. + * @param fd A file descriptor. + * @param string A string to write. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + * @param encoding The expected string encoding. + */ + export function writeSync( + fd: number, + string: string, + position?: number | null, + encoding?: BufferEncoding | null, + ): number; + export type ReadPosition = number | bigint; + export interface ReadOptions { + /** + * @default 0 + */ + offset?: number | undefined; + /** + * @default `length of buffer` + */ + length?: number | undefined; + /** + * @default null + */ + position?: ReadPosition | null | undefined; + } + export interface ReadOptionsWithBuffer extends ReadOptions { + buffer?: T | undefined; + } + /** @deprecated Use `ReadOptions` instead. */ + // TODO: remove in future major + export interface ReadSyncOptions extends ReadOptions {} + /** @deprecated Use `ReadOptionsWithBuffer` instead. */ + // TODO: remove in future major + export interface ReadAsyncOptions extends ReadOptionsWithBuffer {} + /** + * Read data from the file specified by `fd`. + * + * The callback is given the three arguments, `(err, bytesRead, buffer)`. + * + * If the file is not modified concurrently, the end-of-file is reached when the + * number of bytes read is zero. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a promise for an `Object` with `bytesRead` and `buffer` properties. + * @since v0.0.2 + * @param buffer The buffer that the data will be written to. + * @param offset The position in `buffer` to write the data to. + * @param length The number of bytes to read. + * @param position Specifies where to begin reading from in the file. If `position` is `null` or `-1 `, data will be read from the current file position, and the file position will be updated. If + * `position` is an integer, the file position will be unchanged. + */ + export function read( + fd: number, + buffer: TBuffer, + offset: number, + length: number, + position: ReadPosition | null, + callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void, + ): void; + /** + * Similar to the above `fs.read` function, this version takes an optional `options` object. + * If not otherwise specified in an `options` object, + * `buffer` defaults to `Buffer.alloc(16384)`, + * `offset` defaults to `0`, + * `length` defaults to `buffer.byteLength`, `- offset` as of Node 17.6.0 + * `position` defaults to `null` + * @since v12.17.0, 13.11.0 + */ + export function read( + fd: number, + options: ReadOptionsWithBuffer, + callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void, + ): void; + export function read( + fd: number, + buffer: TBuffer, + options: ReadOptions, + callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void, + ): void; + export function read( + fd: number, + buffer: TBuffer, + callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void, + ): void; + export function read( + fd: number, + callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: NonSharedBuffer) => void, + ): void; + export namespace read { + /** + * @param fd A file descriptor. + * @param buffer The buffer that the data will be written to. + * @param offset The offset in the buffer at which to start writing. + * @param length The number of bytes to read. + * @param position The offset from the beginning of the file from which data should be read. If `null`, data will be read from the current position. + */ + function __promisify__( + fd: number, + buffer: TBuffer, + offset: number, + length: number, + position: number | null, + ): Promise<{ + bytesRead: number; + buffer: TBuffer; + }>; + function __promisify__( + fd: number, + options: ReadOptionsWithBuffer, + ): Promise<{ + bytesRead: number; + buffer: TBuffer; + }>; + function __promisify__(fd: number): Promise<{ + bytesRead: number; + buffer: NonSharedBuffer; + }>; + } + /** + * Returns the number of `bytesRead`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link read}. + * @since v0.1.21 + * @param [position='null'] + */ + export function readSync( + fd: number, + buffer: NodeJS.ArrayBufferView, + offset: number, + length: number, + position: ReadPosition | null, + ): number; + /** + * Similar to the above `fs.readSync` function, this version takes an optional `options` object. + * If no `options` object is specified, it will default with the above values. + */ + export function readSync(fd: number, buffer: NodeJS.ArrayBufferView, opts?: ReadOptions): number; + /** + * Asynchronously reads the entire contents of a file. + * + * ```js + * import { readFile } from 'node:fs'; + * + * readFile('/etc/passwd', (err, data) => { + * if (err) throw err; + * console.log(data); + * }); + * ``` + * + * The callback is passed two arguments `(err, data)`, where `data` is the + * contents of the file. + * + * If no encoding is specified, then the raw buffer is returned. + * + * If `options` is a string, then it specifies the encoding: + * + * ```js + * import { readFile } from 'node:fs'; + * + * readFile('/etc/passwd', 'utf8', callback); + * ``` + * + * When the path is a directory, the behavior of `fs.readFile()` and {@link readFileSync} is platform-specific. On macOS, Linux, and Windows, an + * error will be returned. On FreeBSD, a representation of the directory's contents + * will be returned. + * + * ```js + * import { readFile } from 'node:fs'; + * + * // macOS, Linux, and Windows + * readFile('', (err, data) => { + * // => [Error: EISDIR: illegal operation on a directory, read ] + * }); + * + * // FreeBSD + * readFile('', (err, data) => { + * // => null, + * }); + * ``` + * + * It is possible to abort an ongoing request using an `AbortSignal`. If a + * request is aborted the callback is called with an `AbortError`: + * + * ```js + * import { readFile } from 'node:fs'; + * + * const controller = new AbortController(); + * const signal = controller.signal; + * readFile(fileInfo[0].name, { signal }, (err, buf) => { + * // ... + * }); + * // When you want to abort the request + * controller.abort(); + * ``` + * + * The `fs.readFile()` function buffers the entire file. To minimize memory costs, + * when possible prefer streaming via `fs.createReadStream()`. + * + * Aborting an ongoing request does not abort individual operating + * system requests but rather the internal buffering `fs.readFile` performs. + * @since v0.1.29 + * @param path filename or file descriptor + */ + export function readFile( + path: PathOrFileDescriptor, + options: + | ({ + encoding?: null | undefined; + flag?: string | undefined; + } & Abortable) + | undefined + | null, + callback: (err: NodeJS.ErrnoException | null, data: NonSharedBuffer) => void, + ): void; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + export function readFile( + path: PathOrFileDescriptor, + options: + | ({ + encoding: BufferEncoding; + flag?: string | undefined; + } & Abortable) + | BufferEncoding, + callback: (err: NodeJS.ErrnoException | null, data: string) => void, + ): void; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + export function readFile( + path: PathOrFileDescriptor, + options: + | (ObjectEncodingOptions & { + flag?: string | undefined; + } & Abortable) + | BufferEncoding + | undefined + | null, + callback: (err: NodeJS.ErrnoException | null, data: string | NonSharedBuffer) => void, + ): void; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + */ + export function readFile( + path: PathOrFileDescriptor, + callback: (err: NodeJS.ErrnoException | null, data: NonSharedBuffer) => void, + ): void; + export namespace readFile { + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function __promisify__( + path: PathOrFileDescriptor, + options?: { + encoding?: null | undefined; + flag?: string | undefined; + } | null, + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function __promisify__( + path: PathOrFileDescriptor, + options: + | { + encoding: BufferEncoding; + flag?: string | undefined; + } + | BufferEncoding, + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function __promisify__( + path: PathOrFileDescriptor, + options?: + | (ObjectEncodingOptions & { + flag?: string | undefined; + }) + | BufferEncoding + | null, + ): Promise; + } + /** + * Returns the contents of the `path`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link readFile}. + * + * If the `encoding` option is specified then this function returns a + * string. Otherwise it returns a buffer. + * + * Similar to {@link readFile}, when the path is a directory, the behavior of `fs.readFileSync()` is platform-specific. + * + * ```js + * import { readFileSync } from 'node:fs'; + * + * // macOS, Linux, and Windows + * readFileSync(''); + * // => [Error: EISDIR: illegal operation on a directory, read ] + * + * // FreeBSD + * readFileSync(''); // => + * ``` + * @since v0.1.8 + * @param path filename or file descriptor + */ + export function readFileSync( + path: PathOrFileDescriptor, + options?: { + encoding?: null | undefined; + flag?: string | undefined; + } | null, + ): NonSharedBuffer; + /** + * Synchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + export function readFileSync( + path: PathOrFileDescriptor, + options: + | { + encoding: BufferEncoding; + flag?: string | undefined; + } + | BufferEncoding, + ): string; + /** + * Synchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + export function readFileSync( + path: PathOrFileDescriptor, + options?: + | (ObjectEncodingOptions & { + flag?: string | undefined; + }) + | BufferEncoding + | null, + ): string | NonSharedBuffer; + export type WriteFileOptions = + | ( + & ObjectEncodingOptions + & Abortable + & { + mode?: Mode | undefined; + flag?: string | undefined; + flush?: boolean | undefined; + } + ) + | BufferEncoding + | null; + /** + * When `file` is a filename, asynchronously writes data to the file, replacing the + * file if it already exists. `data` can be a string or a buffer. + * + * When `file` is a file descriptor, the behavior is similar to calling `fs.write()` directly (which is recommended). See the notes below on using + * a file descriptor. + * + * The `encoding` option is ignored if `data` is a buffer. + * + * The `mode` option only affects the newly created file. See {@link open} for more details. + * + * ```js + * import { writeFile } from 'node:fs'; + * import { Buffer } from 'node:buffer'; + * + * const data = new Uint8Array(Buffer.from('Hello Node.js')); + * writeFile('message.txt', data, (err) => { + * if (err) throw err; + * console.log('The file has been saved!'); + * }); + * ``` + * + * If `options` is a string, then it specifies the encoding: + * + * ```js + * import { writeFile } from 'node:fs'; + * + * writeFile('message.txt', 'Hello Node.js', 'utf8', callback); + * ``` + * + * It is unsafe to use `fs.writeFile()` multiple times on the same file without + * waiting for the callback. For this scenario, {@link createWriteStream} is + * recommended. + * + * Similarly to `fs.readFile` \- `fs.writeFile` is a convenience method that + * performs multiple `write` calls internally to write the buffer passed to it. + * For performance sensitive code consider using {@link createWriteStream}. + * + * It is possible to use an `AbortSignal` to cancel an `fs.writeFile()`. + * Cancelation is "best effort", and some amount of data is likely still + * to be written. + * + * ```js + * import { writeFile } from 'node:fs'; + * import { Buffer } from 'node:buffer'; + * + * const controller = new AbortController(); + * const { signal } = controller; + * const data = new Uint8Array(Buffer.from('Hello Node.js')); + * writeFile('message.txt', data, { signal }, (err) => { + * // When a request is aborted - the callback is called with an AbortError + * }); + * // When the request should be aborted + * controller.abort(); + * ``` + * + * Aborting an ongoing request does not abort individual operating + * system requests but rather the internal buffering `fs.writeFile` performs. + * @since v0.1.29 + * @param file filename or file descriptor + */ + export function writeFile( + file: PathOrFileDescriptor, + data: string | NodeJS.ArrayBufferView, + options: WriteFileOptions, + callback: NoParamCallback, + ): void; + /** + * Asynchronously writes data to a file, replacing the file if it already exists. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + */ + export function writeFile( + path: PathOrFileDescriptor, + data: string | NodeJS.ArrayBufferView, + callback: NoParamCallback, + ): void; + export namespace writeFile { + /** + * Asynchronously writes data to a file, replacing the file if it already exists. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `mode` is not supplied, the default of `0o666` is used. + * If `mode` is a string, it is parsed as an octal integer. + * If `flag` is not supplied, the default of `'w'` is used. + */ + function __promisify__( + path: PathOrFileDescriptor, + data: string | NodeJS.ArrayBufferView, + options?: WriteFileOptions, + ): Promise; + } + /** + * Returns `undefined`. + * + * The `mode` option only affects the newly created file. See {@link open} for more details. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link writeFile}. + * @since v0.1.29 + * @param file filename or file descriptor + */ + export function writeFileSync( + file: PathOrFileDescriptor, + data: string | NodeJS.ArrayBufferView, + options?: WriteFileOptions, + ): void; + /** + * Asynchronously append data to a file, creating the file if it does not yet + * exist. `data` can be a string or a `Buffer`. + * + * The `mode` option only affects the newly created file. See {@link open} for more details. + * + * ```js + * import { appendFile } from 'node:fs'; + * + * appendFile('message.txt', 'data to append', (err) => { + * if (err) throw err; + * console.log('The "data to append" was appended to file!'); + * }); + * ``` + * + * If `options` is a string, then it specifies the encoding: + * + * ```js + * import { appendFile } from 'node:fs'; + * + * appendFile('message.txt', 'data to append', 'utf8', callback); + * ``` + * + * The `path` may be specified as a numeric file descriptor that has been opened + * for appending (using `fs.open()` or `fs.openSync()`). The file descriptor will + * not be closed automatically. + * + * ```js + * import { open, close, appendFile } from 'node:fs'; + * + * function closeFd(fd) { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * + * open('message.txt', 'a', (err, fd) => { + * if (err) throw err; + * + * try { + * appendFile(fd, 'data to append', 'utf8', (err) => { + * closeFd(fd); + * if (err) throw err; + * }); + * } catch (err) { + * closeFd(fd); + * throw err; + * } + * }); + * ``` + * @since v0.6.7 + * @param path filename or file descriptor + */ + export function appendFile( + path: PathOrFileDescriptor, + data: string | Uint8Array, + options: WriteFileOptions, + callback: NoParamCallback, + ): void; + /** + * Asynchronously append data to a file, creating the file if it does not exist. + * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + */ + export function appendFile(file: PathOrFileDescriptor, data: string | Uint8Array, callback: NoParamCallback): void; + export namespace appendFile { + /** + * Asynchronously append data to a file, creating the file if it does not exist. + * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `mode` is not supplied, the default of `0o666` is used. + * If `mode` is a string, it is parsed as an octal integer. + * If `flag` is not supplied, the default of `'a'` is used. + */ + function __promisify__( + file: PathOrFileDescriptor, + data: string | Uint8Array, + options?: WriteFileOptions, + ): Promise; + } + /** + * Synchronously append data to a file, creating the file if it does not yet + * exist. `data` can be a string or a `Buffer`. + * + * The `mode` option only affects the newly created file. See {@link open} for more details. + * + * ```js + * import { appendFileSync } from 'node:fs'; + * + * try { + * appendFileSync('message.txt', 'data to append'); + * console.log('The "data to append" was appended to file!'); + * } catch (err) { + * // Handle the error + * } + * ``` + * + * If `options` is a string, then it specifies the encoding: + * + * ```js + * import { appendFileSync } from 'node:fs'; + * + * appendFileSync('message.txt', 'data to append', 'utf8'); + * ``` + * + * The `path` may be specified as a numeric file descriptor that has been opened + * for appending (using `fs.open()` or `fs.openSync()`). The file descriptor will + * not be closed automatically. + * + * ```js + * import { openSync, closeSync, appendFileSync } from 'node:fs'; + * + * let fd; + * + * try { + * fd = openSync('message.txt', 'a'); + * appendFileSync(fd, 'data to append', 'utf8'); + * } catch (err) { + * // Handle the error + * } finally { + * if (fd !== undefined) + * closeSync(fd); + * } + * ``` + * @since v0.6.7 + * @param path filename or file descriptor + */ + export function appendFileSync( + path: PathOrFileDescriptor, + data: string | Uint8Array, + options?: WriteFileOptions, + ): void; + /** + * Watch for changes on `filename`. The callback `listener` will be called each + * time the file is accessed. + * + * The `options` argument may be omitted. If provided, it should be an object. The `options` object may contain a boolean named `persistent` that indicates + * whether the process should continue to run as long as files are being watched. + * The `options` object may specify an `interval` property indicating how often the + * target should be polled in milliseconds. + * + * The `listener` gets two arguments the current stat object and the previous + * stat object: + * + * ```js + * import { watchFile } from 'fs'; + * + * watchFile('message.text', (curr, prev) => { + * console.log(`the current mtime is: ${curr.mtime}`); + * console.log(`the previous mtime was: ${prev.mtime}`); + * }); + * ``` + * + * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`, + * the numeric values in these objects are specified as `BigInt`s. + * + * To be notified when the file was modified, not just accessed, it is necessary + * to compare `curr.mtimeMs` and `prev.mtimeMs`. + * + * When an `fs.watchFile` operation results in an `ENOENT` error, it + * will invoke the listener once, with all the fields zeroed (or, for dates, the + * Unix Epoch). If the file is created later on, the listener will be called + * again, with the latest stat objects. This is a change in functionality since + * v0.10. + * + * Using {@link watch} is more efficient than `fs.watchFile` and `fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and `fs.unwatchFile` when possible. + * + * When a file being watched by `fs.watchFile()` disappears and reappears, + * then the contents of `previous` in the second callback event (the file's + * reappearance) will be the same as the contents of `previous` in the first + * callback event (its disappearance). + * + * This happens when: + * + * * the file is deleted, followed by a restore + * * the file is renamed and then renamed a second time back to its original name + * @since v0.1.31 + */ + export interface WatchFileOptions { + bigint?: boolean | undefined; + persistent?: boolean | undefined; + interval?: number | undefined; + } + /** + * Watch for changes on `filename`. The callback `listener` will be called each + * time the file is accessed. + * + * The `options` argument may be omitted. If provided, it should be an object. The `options` object may contain a boolean named `persistent` that indicates + * whether the process should continue to run as long as files are being watched. + * The `options` object may specify an `interval` property indicating how often the + * target should be polled in milliseconds. + * + * The `listener` gets two arguments the current stat object and the previous + * stat object: + * + * ```js + * import { watchFile } from 'node:fs'; + * + * watchFile('message.text', (curr, prev) => { + * console.log(`the current mtime is: ${curr.mtime}`); + * console.log(`the previous mtime was: ${prev.mtime}`); + * }); + * ``` + * + * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`, + * the numeric values in these objects are specified as `BigInt`s. + * + * To be notified when the file was modified, not just accessed, it is necessary + * to compare `curr.mtimeMs` and `prev.mtimeMs`. + * + * When an `fs.watchFile` operation results in an `ENOENT` error, it + * will invoke the listener once, with all the fields zeroed (or, for dates, the + * Unix Epoch). If the file is created later on, the listener will be called + * again, with the latest stat objects. This is a change in functionality since + * v0.10. + * + * Using {@link watch} is more efficient than `fs.watchFile` and `fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and `fs.unwatchFile` when possible. + * + * When a file being watched by `fs.watchFile()` disappears and reappears, + * then the contents of `previous` in the second callback event (the file's + * reappearance) will be the same as the contents of `previous` in the first + * callback event (its disappearance). + * + * This happens when: + * + * * the file is deleted, followed by a restore + * * the file is renamed and then renamed a second time back to its original name + * @since v0.1.31 + */ + export function watchFile( + filename: PathLike, + options: + | (WatchFileOptions & { + bigint?: false | undefined; + }) + | undefined, + listener: StatsListener, + ): StatWatcher; + export function watchFile( + filename: PathLike, + options: + | (WatchFileOptions & { + bigint: true; + }) + | undefined, + listener: BigIntStatsListener, + ): StatWatcher; + /** + * Watch for changes on `filename`. The callback `listener` will be called each time the file is accessed. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + */ + export function watchFile(filename: PathLike, listener: StatsListener): StatWatcher; + /** + * Stop watching for changes on `filename`. If `listener` is specified, only that + * particular listener is removed. Otherwise, _all_ listeners are removed, + * effectively stopping watching of `filename`. + * + * Calling `fs.unwatchFile()` with a filename that is not being watched is a + * no-op, not an error. + * + * Using {@link watch} is more efficient than `fs.watchFile()` and `fs.unwatchFile()`. `fs.watch()` should be used instead of `fs.watchFile()` and `fs.unwatchFile()` when possible. + * @since v0.1.31 + * @param listener Optional, a listener previously attached using `fs.watchFile()` + */ + export function unwatchFile(filename: PathLike, listener?: StatsListener): void; + export function unwatchFile(filename: PathLike, listener?: BigIntStatsListener): void; + export interface WatchOptions extends Abortable { + encoding?: BufferEncoding | "buffer" | undefined; + persistent?: boolean | undefined; + recursive?: boolean | undefined; + } + export type WatchEventType = "rename" | "change"; + export type WatchListener = (event: WatchEventType, filename: T | null) => void; + export type StatsListener = (curr: Stats, prev: Stats) => void; + export type BigIntStatsListener = (curr: BigIntStats, prev: BigIntStats) => void; + /** + * Watch for changes on `filename`, where `filename` is either a file or a + * directory. + * + * The second argument is optional. If `options` is provided as a string, it + * specifies the `encoding`. Otherwise `options` should be passed as an object. + * + * The listener callback gets two arguments `(eventType, filename)`. `eventType`is either `'rename'` or `'change'`, and `filename` is the name of the file + * which triggered the event. + * + * On most platforms, `'rename'` is emitted whenever a filename appears or + * disappears in the directory. + * + * The listener callback is attached to the `'change'` event fired by `fs.FSWatcher`, but it is not the same thing as the `'change'` value of `eventType`. + * + * If a `signal` is passed, aborting the corresponding AbortController will close + * the returned `fs.FSWatcher`. + * @since v0.5.10 + * @param listener + */ + export function watch( + filename: PathLike, + options: + | (WatchOptions & { + encoding: "buffer"; + }) + | "buffer", + listener?: WatchListener, + ): FSWatcher; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + export function watch( + filename: PathLike, + options?: WatchOptions | BufferEncoding | null, + listener?: WatchListener, + ): FSWatcher; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + export function watch( + filename: PathLike, + options: WatchOptions | string, + listener?: WatchListener, + ): FSWatcher; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + */ + export function watch(filename: PathLike, listener?: WatchListener): FSWatcher; + /** + * Test whether or not the given path exists by checking with the file system. + * Then call the `callback` argument with either true or false: + * + * ```js + * import { exists } from 'node:fs'; + * + * exists('/etc/passwd', (e) => { + * console.log(e ? 'it exists' : 'no passwd!'); + * }); + * ``` + * + * **The parameters for this callback are not consistent with other Node.js** + * **callbacks.** Normally, the first parameter to a Node.js callback is an `err` parameter, optionally followed by other parameters. The `fs.exists()` callback + * has only one boolean parameter. This is one reason `fs.access()` is recommended + * instead of `fs.exists()`. + * + * Using `fs.exists()` to check for the existence of a file before calling `fs.open()`, `fs.readFile()`, or `fs.writeFile()` is not recommended. Doing + * so introduces a race condition, since other processes may change the file's + * state between the two calls. Instead, user code should open/read/write the + * file directly and handle the error raised if the file does not exist. + * + * **write (NOT RECOMMENDED)** + * + * ```js + * import { exists, open, close } from 'node:fs'; + * + * exists('myfile', (e) => { + * if (e) { + * console.error('myfile already exists'); + * } else { + * open('myfile', 'wx', (err, fd) => { + * if (err) throw err; + * + * try { + * writeMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * } + * }); + * ``` + * + * **write (RECOMMENDED)** + * + * ```js + * import { open, close } from 'node:fs'; + * open('myfile', 'wx', (err, fd) => { + * if (err) { + * if (err.code === 'EEXIST') { + * console.error('myfile already exists'); + * return; + * } + * + * throw err; + * } + * + * try { + * writeMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * ``` + * + * **read (NOT RECOMMENDED)** + * + * ```js + * import { open, close, exists } from 'node:fs'; + * + * exists('myfile', (e) => { + * if (e) { + * open('myfile', 'r', (err, fd) => { + * if (err) throw err; + * + * try { + * readMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * } else { + * console.error('myfile does not exist'); + * } + * }); + * ``` + * + * **read (RECOMMENDED)** + * + * ```js + * import { open, close } from 'node:fs'; + * + * open('myfile', 'r', (err, fd) => { + * if (err) { + * if (err.code === 'ENOENT') { + * console.error('myfile does not exist'); + * return; + * } + * + * throw err; + * } + * + * try { + * readMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * ``` + * + * The "not recommended" examples above check for existence and then use the + * file; the "recommended" examples are better because they use the file directly + * and handle the error, if any. + * + * In general, check for the existence of a file only if the file won't be + * used directly, for example when its existence is a signal from another + * process. + * @since v0.0.2 + * @deprecated Since v1.0.0 - Use {@link stat} or {@link access} instead. + */ + export function exists(path: PathLike, callback: (exists: boolean) => void): void; + /** @deprecated */ + export namespace exists { + /** + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function __promisify__(path: PathLike): Promise; + } + /** + * Returns `true` if the path exists, `false` otherwise. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link exists}. + * + * `fs.exists()` is deprecated, but `fs.existsSync()` is not. The `callback` parameter to `fs.exists()` accepts parameters that are inconsistent with other + * Node.js callbacks. `fs.existsSync()` does not use a callback. + * + * ```js + * import { existsSync } from 'node:fs'; + * + * if (existsSync('/etc/passwd')) + * console.log('The path exists.'); + * ``` + * @since v0.1.21 + */ + export function existsSync(path: PathLike): boolean; + export namespace constants { + // File Access Constants + /** Constant for fs.access(). File is visible to the calling process. */ + const F_OK: number; + /** Constant for fs.access(). File can be read by the calling process. */ + const R_OK: number; + /** Constant for fs.access(). File can be written by the calling process. */ + const W_OK: number; + /** Constant for fs.access(). File can be executed by the calling process. */ + const X_OK: number; + // File Copy Constants + /** Constant for fs.copyFile. Flag indicating the destination file should not be overwritten if it already exists. */ + const COPYFILE_EXCL: number; + /** + * Constant for fs.copyFile. copy operation will attempt to create a copy-on-write reflink. + * If the underlying platform does not support copy-on-write, then a fallback copy mechanism is used. + */ + const COPYFILE_FICLONE: number; + /** + * Constant for fs.copyFile. Copy operation will attempt to create a copy-on-write reflink. + * If the underlying platform does not support copy-on-write, then the operation will fail with an error. + */ + const COPYFILE_FICLONE_FORCE: number; + // File Open Constants + /** Constant for fs.open(). Flag indicating to open a file for read-only access. */ + const O_RDONLY: number; + /** Constant for fs.open(). Flag indicating to open a file for write-only access. */ + const O_WRONLY: number; + /** Constant for fs.open(). Flag indicating to open a file for read-write access. */ + const O_RDWR: number; + /** Constant for fs.open(). Flag indicating to create the file if it does not already exist. */ + const O_CREAT: number; + /** Constant for fs.open(). Flag indicating that opening a file should fail if the O_CREAT flag is set and the file already exists. */ + const O_EXCL: number; + /** + * Constant for fs.open(). Flag indicating that if path identifies a terminal device, + * opening the path shall not cause that terminal to become the controlling terminal for the process + * (if the process does not already have one). + */ + const O_NOCTTY: number; + /** Constant for fs.open(). Flag indicating that if the file exists and is a regular file, and the file is opened successfully for write access, its length shall be truncated to zero. */ + const O_TRUNC: number; + /** Constant for fs.open(). Flag indicating that data will be appended to the end of the file. */ + const O_APPEND: number; + /** Constant for fs.open(). Flag indicating that the open should fail if the path is not a directory. */ + const O_DIRECTORY: number; + /** + * constant for fs.open(). + * Flag indicating reading accesses to the file system will no longer result in + * an update to the atime information associated with the file. + * This flag is available on Linux operating systems only. + */ + const O_NOATIME: number; + /** Constant for fs.open(). Flag indicating that the open should fail if the path is a symbolic link. */ + const O_NOFOLLOW: number; + /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O. */ + const O_SYNC: number; + /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O with write operations waiting for data integrity. */ + const O_DSYNC: number; + /** Constant for fs.open(). Flag indicating to open the symbolic link itself rather than the resource it is pointing to. */ + const O_SYMLINK: number; + /** Constant for fs.open(). When set, an attempt will be made to minimize caching effects of file I/O. */ + const O_DIRECT: number; + /** Constant for fs.open(). Flag indicating to open the file in nonblocking mode when possible. */ + const O_NONBLOCK: number; + // File Type Constants + /** Constant for fs.Stats mode property for determining a file's type. Bit mask used to extract the file type code. */ + const S_IFMT: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a regular file. */ + const S_IFREG: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a directory. */ + const S_IFDIR: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a character-oriented device file. */ + const S_IFCHR: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a block-oriented device file. */ + const S_IFBLK: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a FIFO/pipe. */ + const S_IFIFO: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a symbolic link. */ + const S_IFLNK: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a socket. */ + const S_IFSOCK: number; + // File Mode Constants + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by owner. */ + const S_IRWXU: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by owner. */ + const S_IRUSR: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by owner. */ + const S_IWUSR: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by owner. */ + const S_IXUSR: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by group. */ + const S_IRWXG: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by group. */ + const S_IRGRP: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by group. */ + const S_IWGRP: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by group. */ + const S_IXGRP: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by others. */ + const S_IRWXO: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by others. */ + const S_IROTH: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by others. */ + const S_IWOTH: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by others. */ + const S_IXOTH: number; + /** + * When set, a memory file mapping is used to access the file. This flag + * is available on Windows operating systems only. On other operating systems, + * this flag is ignored. + */ + const UV_FS_O_FILEMAP: number; + } + /** + * Tests a user's permissions for the file or directory specified by `path`. + * The `mode` argument is an optional integer that specifies the accessibility + * checks to be performed. `mode` should be either the value `fs.constants.F_OK` or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`, `fs.constants.W_OK`, and `fs.constants.X_OK` + * (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for + * possible values of `mode`. + * + * The final argument, `callback`, is a callback function that is invoked with + * a possible error argument. If any of the accessibility checks fail, the error + * argument will be an `Error` object. The following examples check if `package.json` exists, and if it is readable or writable. + * + * ```js + * import { access, constants } from 'node:fs'; + * + * const file = 'package.json'; + * + * // Check if the file exists in the current directory. + * access(file, constants.F_OK, (err) => { + * console.log(`${file} ${err ? 'does not exist' : 'exists'}`); + * }); + * + * // Check if the file is readable. + * access(file, constants.R_OK, (err) => { + * console.log(`${file} ${err ? 'is not readable' : 'is readable'}`); + * }); + * + * // Check if the file is writable. + * access(file, constants.W_OK, (err) => { + * console.log(`${file} ${err ? 'is not writable' : 'is writable'}`); + * }); + * + * // Check if the file is readable and writable. + * access(file, constants.R_OK | constants.W_OK, (err) => { + * console.log(`${file} ${err ? 'is not' : 'is'} readable and writable`); + * }); + * ``` + * + * Do not use `fs.access()` to check for the accessibility of a file before calling `fs.open()`, `fs.readFile()`, or `fs.writeFile()`. Doing + * so introduces a race condition, since other processes may change the file's + * state between the two calls. Instead, user code should open/read/write the + * file directly and handle the error raised if the file is not accessible. + * + * **write (NOT RECOMMENDED)** + * + * ```js + * import { access, open, close } from 'node:fs'; + * + * access('myfile', (err) => { + * if (!err) { + * console.error('myfile already exists'); + * return; + * } + * + * open('myfile', 'wx', (err, fd) => { + * if (err) throw err; + * + * try { + * writeMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * }); + * ``` + * + * **write (RECOMMENDED)** + * + * ```js + * import { open, close } from 'node:fs'; + * + * open('myfile', 'wx', (err, fd) => { + * if (err) { + * if (err.code === 'EEXIST') { + * console.error('myfile already exists'); + * return; + * } + * + * throw err; + * } + * + * try { + * writeMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * ``` + * + * **read (NOT RECOMMENDED)** + * + * ```js + * import { access, open, close } from 'node:fs'; + * access('myfile', (err) => { + * if (err) { + * if (err.code === 'ENOENT') { + * console.error('myfile does not exist'); + * return; + * } + * + * throw err; + * } + * + * open('myfile', 'r', (err, fd) => { + * if (err) throw err; + * + * try { + * readMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * }); + * ``` + * + * **read (RECOMMENDED)** + * + * ```js + * import { open, close } from 'node:fs'; + * + * open('myfile', 'r', (err, fd) => { + * if (err) { + * if (err.code === 'ENOENT') { + * console.error('myfile does not exist'); + * return; + * } + * + * throw err; + * } + * + * try { + * readMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * ``` + * + * The "not recommended" examples above check for accessibility and then use the + * file; the "recommended" examples are better because they use the file directly + * and handle the error, if any. + * + * In general, check for the accessibility of a file only if the file will not be + * used directly, for example when its accessibility is a signal from another + * process. + * + * On Windows, access-control policies (ACLs) on a directory may limit access to + * a file or directory. The `fs.access()` function, however, does not check the + * ACL and therefore may report that a path is accessible even if the ACL restricts + * the user from reading or writing to it. + * @since v0.11.15 + * @param [mode=fs.constants.F_OK] + */ + export function access(path: PathLike, mode: number | undefined, callback: NoParamCallback): void; + /** + * Asynchronously tests a user's permissions for the file specified by path. + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + */ + export function access(path: PathLike, callback: NoParamCallback): void; + export namespace access { + /** + * Asynchronously tests a user's permissions for the file specified by path. + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function __promisify__(path: PathLike, mode?: number): Promise; + } + /** + * Synchronously tests a user's permissions for the file or directory specified + * by `path`. The `mode` argument is an optional integer that specifies the + * accessibility checks to be performed. `mode` should be either the value `fs.constants.F_OK` or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`, `fs.constants.W_OK`, and + * `fs.constants.X_OK` (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for + * possible values of `mode`. + * + * If any of the accessibility checks fail, an `Error` will be thrown. Otherwise, + * the method will return `undefined`. + * + * ```js + * import { accessSync, constants } from 'node:fs'; + * + * try { + * accessSync('etc/passwd', constants.R_OK | constants.W_OK); + * console.log('can read/write'); + * } catch (err) { + * console.error('no access!'); + * } + * ``` + * @since v0.11.15 + * @param [mode=fs.constants.F_OK] + */ + export function accessSync(path: PathLike, mode?: number): void; + interface StreamOptions { + flags?: string | undefined; + encoding?: BufferEncoding | undefined; + fd?: number | promises.FileHandle | undefined; + mode?: number | undefined; + autoClose?: boolean | undefined; + emitClose?: boolean | undefined; + start?: number | undefined; + signal?: AbortSignal | null | undefined; + highWaterMark?: number | undefined; + } + interface FSImplementation { + open?: (...args: any[]) => any; + close?: (...args: any[]) => any; + } + interface CreateReadStreamFSImplementation extends FSImplementation { + read: (...args: any[]) => any; + } + interface CreateWriteStreamFSImplementation extends FSImplementation { + write: (...args: any[]) => any; + writev?: (...args: any[]) => any; + } + interface ReadStreamOptions extends StreamOptions { + fs?: CreateReadStreamFSImplementation | null | undefined; + end?: number | undefined; + } + interface WriteStreamOptions extends StreamOptions { + fs?: CreateWriteStreamFSImplementation | null | undefined; + flush?: boolean | undefined; + } + /** + * Unlike the 16 KiB default `highWaterMark` for a `stream.Readable`, the stream + * returned by this method has a default `highWaterMark` of 64 KiB. + * + * `options` can include `start` and `end` values to read a range of bytes from + * the file instead of the entire file. Both `start` and `end` are inclusive and + * start counting at 0, allowed values are in the + * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. If `fd` is specified and `start` is + * omitted or `undefined`, `fs.createReadStream()` reads sequentially from the + * current file position. The `encoding` can be any one of those accepted by `Buffer`. + * + * If `fd` is specified, `ReadStream` will ignore the `path` argument and will use + * the specified file descriptor. This means that no `'open'` event will be + * emitted. `fd` should be blocking; non-blocking `fd`s should be passed to `net.Socket`. + * + * If `fd` points to a character device that only supports blocking reads + * (such as keyboard or sound card), read operations do not finish until data is + * available. This can prevent the process from exiting and the stream from + * closing naturally. + * + * By default, the stream will emit a `'close'` event after it has been + * destroyed. Set the `emitClose` option to `false` to change this behavior. + * + * By providing the `fs` option, it is possible to override the corresponding `fs` implementations for `open`, `read`, and `close`. When providing the `fs` option, + * an override for `read` is required. If no `fd` is provided, an override for `open` is also required. If `autoClose` is `true`, an override for `close` is + * also required. + * + * ```js + * import { createReadStream } from 'node:fs'; + * + * // Create a stream from some character device. + * const stream = createReadStream('/dev/input/event0'); + * setTimeout(() => { + * stream.close(); // This may not close the stream. + * // Artificially marking end-of-stream, as if the underlying resource had + * // indicated end-of-file by itself, allows the stream to close. + * // This does not cancel pending read operations, and if there is such an + * // operation, the process may still not be able to exit successfully + * // until it finishes. + * stream.push(null); + * stream.read(0); + * }, 100); + * ``` + * + * If `autoClose` is false, then the file descriptor won't be closed, even if + * there's an error. It is the application's responsibility to close it and make + * sure there's no file descriptor leak. If `autoClose` is set to true (default + * behavior), on `'error'` or `'end'` the file descriptor will be closed + * automatically. + * + * `mode` sets the file mode (permission and sticky bits), but only if the + * file was created. + * + * An example to read the last 10 bytes of a file which is 100 bytes long: + * + * ```js + * import { createReadStream } from 'node:fs'; + * + * createReadStream('sample.txt', { start: 90, end: 99 }); + * ``` + * + * If `options` is a string, then it specifies the encoding. + * @since v0.1.31 + */ + export function createReadStream(path: PathLike, options?: BufferEncoding | ReadStreamOptions): ReadStream; + /** + * `options` may also include a `start` option to allow writing data at some + * position past the beginning of the file, allowed values are in the + * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. Modifying a file rather than + * replacing it may require the `flags` option to be set to `r+` rather than the + * default `w`. The `encoding` can be any one of those accepted by `Buffer`. + * + * If `autoClose` is set to true (default behavior) on `'error'` or `'finish'` the file descriptor will be closed automatically. If `autoClose` is false, + * then the file descriptor won't be closed, even if there's an error. + * It is the application's responsibility to close it and make sure there's no + * file descriptor leak. + * + * By default, the stream will emit a `'close'` event after it has been + * destroyed. Set the `emitClose` option to `false` to change this behavior. + * + * By providing the `fs` option it is possible to override the corresponding `fs` implementations for `open`, `write`, `writev`, and `close`. Overriding `write()` without `writev()` can reduce + * performance as some optimizations (`_writev()`) + * will be disabled. When providing the `fs` option, overrides for at least one of `write` and `writev` are required. If no `fd` option is supplied, an override + * for `open` is also required. If `autoClose` is `true`, an override for `close` is also required. + * + * Like `fs.ReadStream`, if `fd` is specified, `fs.WriteStream` will ignore the `path` argument and will use the specified file descriptor. This means that no `'open'` event will be + * emitted. `fd` should be blocking; non-blocking `fd`s + * should be passed to `net.Socket`. + * + * If `options` is a string, then it specifies the encoding. + * @since v0.1.31 + */ + export function createWriteStream(path: PathLike, options?: BufferEncoding | WriteStreamOptions): WriteStream; + /** + * Forces all currently queued I/O operations associated with the file to the + * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. No arguments other + * than a possible + * exception are given to the completion callback. + * @since v0.1.96 + */ + export function fdatasync(fd: number, callback: NoParamCallback): void; + export namespace fdatasync { + /** + * Asynchronous fdatasync(2) - synchronize a file's in-core state with storage device. + * @param fd A file descriptor. + */ + function __promisify__(fd: number): Promise; + } + /** + * Forces all currently queued I/O operations associated with the file to the + * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. Returns `undefined`. + * @since v0.1.96 + */ + export function fdatasyncSync(fd: number): void; + /** + * Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it + * already exists. No arguments other than a possible exception are given to the + * callback function. Node.js makes no guarantees about the atomicity of the copy + * operation. If an error occurs after the destination file has been opened for + * writing, Node.js will attempt to remove the destination. + * + * `mode` is an optional integer that specifies the behavior + * of the copy operation. It is possible to create a mask consisting of the bitwise + * OR of two or more values (e.g.`fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`). + * + * * `fs.constants.COPYFILE_EXCL`: The copy operation will fail if `dest` already + * exists. + * * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a + * copy-on-write reflink. If the platform does not support copy-on-write, then a + * fallback copy mechanism is used. + * * `fs.constants.COPYFILE_FICLONE_FORCE`: The copy operation will attempt to + * create a copy-on-write reflink. If the platform does not support + * copy-on-write, then the operation will fail. + * + * ```js + * import { copyFile, constants } from 'node:fs'; + * + * function callback(err) { + * if (err) throw err; + * console.log('source.txt was copied to destination.txt'); + * } + * + * // destination.txt will be created or overwritten by default. + * copyFile('source.txt', 'destination.txt', callback); + * + * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists. + * copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL, callback); + * ``` + * @since v8.5.0 + * @param src source filename to copy + * @param dest destination filename of the copy operation + * @param [mode=0] modifiers for copy operation. + */ + export function copyFile(src: PathLike, dest: PathLike, callback: NoParamCallback): void; + export function copyFile(src: PathLike, dest: PathLike, mode: number, callback: NoParamCallback): void; + export namespace copyFile { + function __promisify__(src: PathLike, dst: PathLike, mode?: number): Promise; + } + /** + * Synchronously copies `src` to `dest`. By default, `dest` is overwritten if it + * already exists. Returns `undefined`. Node.js makes no guarantees about the + * atomicity of the copy operation. If an error occurs after the destination file + * has been opened for writing, Node.js will attempt to remove the destination. + * + * `mode` is an optional integer that specifies the behavior + * of the copy operation. It is possible to create a mask consisting of the bitwise + * OR of two or more values (e.g.`fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`). + * + * * `fs.constants.COPYFILE_EXCL`: The copy operation will fail if `dest` already + * exists. + * * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a + * copy-on-write reflink. If the platform does not support copy-on-write, then a + * fallback copy mechanism is used. + * * `fs.constants.COPYFILE_FICLONE_FORCE`: The copy operation will attempt to + * create a copy-on-write reflink. If the platform does not support + * copy-on-write, then the operation will fail. + * + * ```js + * import { copyFileSync, constants } from 'node:fs'; + * + * // destination.txt will be created or overwritten by default. + * copyFileSync('source.txt', 'destination.txt'); + * console.log('source.txt was copied to destination.txt'); + * + * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists. + * copyFileSync('source.txt', 'destination.txt', constants.COPYFILE_EXCL); + * ``` + * @since v8.5.0 + * @param src source filename to copy + * @param dest destination filename of the copy operation + * @param [mode=0] modifiers for copy operation. + */ + export function copyFileSync(src: PathLike, dest: PathLike, mode?: number): void; + /** + * Write an array of `ArrayBufferView`s to the file specified by `fd` using `writev()`. + * + * `position` is the offset from the beginning of the file where this data + * should be written. If `typeof position !== 'number'`, the data will be written + * at the current position. + * + * The callback will be given three arguments: `err`, `bytesWritten`, and `buffers`. `bytesWritten` is how many bytes were written from `buffers`. + * + * If this method is `util.promisify()` ed, it returns a promise for an `Object` with `bytesWritten` and `buffers` properties. + * + * It is unsafe to use `fs.writev()` multiple times on the same file without + * waiting for the callback. For this scenario, use {@link createWriteStream}. + * + * On Linux, positional writes don't work when the file is opened in append mode. + * The kernel ignores the position argument and always appends the data to + * the end of the file. + * @since v12.9.0 + * @param [position='null'] + */ + export function writev( + fd: number, + buffers: TBuffers, + cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: TBuffers) => void, + ): void; + export function writev( + fd: number, + buffers: TBuffers, + position: number | null, + cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: TBuffers) => void, + ): void; + // Providing a default type parameter doesn't provide true BC for userland consumers, but at least suppresses TS2314 + // TODO: remove default in future major version + export interface WriteVResult { + bytesWritten: number; + buffers: T; + } + export namespace writev { + function __promisify__( + fd: number, + buffers: TBuffers, + position?: number, + ): Promise>; + } + /** + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link writev}. + * @since v12.9.0 + * @param [position='null'] + * @return The number of bytes written. + */ + export function writevSync(fd: number, buffers: readonly NodeJS.ArrayBufferView[], position?: number): number; + /** + * Read from a file specified by `fd` and write to an array of `ArrayBufferView`s + * using `readv()`. + * + * `position` is the offset from the beginning of the file from where data + * should be read. If `typeof position !== 'number'`, the data will be read + * from the current position. + * + * The callback will be given three arguments: `err`, `bytesRead`, and `buffers`. `bytesRead` is how many bytes were read from the file. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a promise for an `Object` with `bytesRead` and `buffers` properties. + * @since v13.13.0, v12.17.0 + * @param [position='null'] + */ + export function readv( + fd: number, + buffers: TBuffers, + cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: TBuffers) => void, + ): void; + export function readv( + fd: number, + buffers: TBuffers, + position: number | null, + cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: TBuffers) => void, + ): void; + // Providing a default type parameter doesn't provide true BC for userland consumers, but at least suppresses TS2314 + // TODO: remove default in future major version + export interface ReadVResult { + bytesRead: number; + buffers: T; + } + export namespace readv { + function __promisify__( + fd: number, + buffers: TBuffers, + position?: number, + ): Promise>; + } + /** + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link readv}. + * @since v13.13.0, v12.17.0 + * @param [position='null'] + * @return The number of bytes read. + */ + export function readvSync(fd: number, buffers: readonly NodeJS.ArrayBufferView[], position?: number): number; + + export interface OpenAsBlobOptions { + /** + * An optional mime type for the blob. + * + * @default 'undefined' + */ + type?: string | undefined; + } + + /** + * Returns a `Blob` whose data is backed by the given file. + * + * The file must not be modified after the `Blob` is created. Any modifications + * will cause reading the `Blob` data to fail with a `DOMException` error. + * Synchronous stat operations on the file when the `Blob` is created, and before + * each read in order to detect whether the file data has been modified on disk. + * + * ```js + * import { openAsBlob } from 'node:fs'; + * + * const blob = await openAsBlob('the.file.txt'); + * const ab = await blob.arrayBuffer(); + * blob.stream(); + * ``` + * @since v19.8.0 + * @experimental + */ + export function openAsBlob(path: PathLike, options?: OpenAsBlobOptions): Promise; + + export interface OpenDirOptions { + /** + * @default 'utf8' + */ + encoding?: BufferEncoding | undefined; + /** + * Number of directory entries that are buffered + * internally when reading from the directory. Higher values lead to better + * performance but higher memory usage. + * @default 32 + */ + bufferSize?: number | undefined; + /** + * @default false + */ + recursive?: boolean | undefined; + } + /** + * Synchronously open a directory. See [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html). + * + * Creates an `fs.Dir`, which contains all further functions for reading from + * and cleaning up the directory. + * + * The `encoding` option sets the encoding for the `path` while opening the + * directory and subsequent read operations. + * @since v12.12.0 + */ + export function opendirSync(path: PathLike, options?: OpenDirOptions): Dir; + /** + * Asynchronously open a directory. See the POSIX [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html) documentation for + * more details. + * + * Creates an `fs.Dir`, which contains all further functions for reading from + * and cleaning up the directory. + * + * The `encoding` option sets the encoding for the `path` while opening the + * directory and subsequent read operations. + * @since v12.12.0 + */ + export function opendir(path: PathLike, cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void): void; + export function opendir( + path: PathLike, + options: OpenDirOptions, + cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void, + ): void; + export namespace opendir { + function __promisify__(path: PathLike, options?: OpenDirOptions): Promise; + } + export interface BigIntStats extends StatsBase { + atimeNs: bigint; + mtimeNs: bigint; + ctimeNs: bigint; + birthtimeNs: bigint; + } + export interface BigIntOptions { + bigint: true; + } + export interface StatOptions { + bigint?: boolean | undefined; + } + export interface StatSyncOptions extends StatOptions { + throwIfNoEntry?: boolean | undefined; + } + interface CopyOptionsBase { + /** + * Dereference symlinks + * @default false + */ + dereference?: boolean | undefined; + /** + * When `force` is `false`, and the destination + * exists, throw an error. + * @default false + */ + errorOnExist?: boolean | undefined; + /** + * Overwrite existing file or directory. _The copy + * operation will ignore errors if you set this to false and the destination + * exists. Use the `errorOnExist` option to change this behavior. + * @default true + */ + force?: boolean | undefined; + /** + * Modifiers for copy operation. See `mode` flag of {@link copyFileSync()} + */ + mode?: number | undefined; + /** + * When `true` timestamps from `src` will + * be preserved. + * @default false + */ + preserveTimestamps?: boolean | undefined; + /** + * Copy directories recursively. + * @default false + */ + recursive?: boolean | undefined; + /** + * When true, path resolution for symlinks will be skipped + * @default false + */ + verbatimSymlinks?: boolean | undefined; + } + export interface CopyOptions extends CopyOptionsBase { + /** + * Function to filter copied files/directories. Return + * `true` to copy the item, `false` to ignore it. + */ + filter?: ((source: string, destination: string) => boolean | Promise) | undefined; + } + export interface CopySyncOptions extends CopyOptionsBase { + /** + * Function to filter copied files/directories. Return + * `true` to copy the item, `false` to ignore it. + */ + filter?: ((source: string, destination: string) => boolean) | undefined; + } + /** + * Asynchronously copies the entire directory structure from `src` to `dest`, + * including subdirectories and files. + * + * When copying a directory to another directory, globs are not supported and + * behavior is similar to `cp dir1/ dir2/`. + * @since v16.7.0 + * @experimental + * @param src source path to copy. + * @param dest destination path to copy to. + */ + export function cp( + source: string | URL, + destination: string | URL, + callback: (err: NodeJS.ErrnoException | null) => void, + ): void; + export function cp( + source: string | URL, + destination: string | URL, + opts: CopyOptions, + callback: (err: NodeJS.ErrnoException | null) => void, + ): void; + /** + * Synchronously copies the entire directory structure from `src` to `dest`, + * including subdirectories and files. + * + * When copying a directory to another directory, globs are not supported and + * behavior is similar to `cp dir1/ dir2/`. + * @since v16.7.0 + * @experimental + * @param src source path to copy. + * @param dest destination path to copy to. + */ + export function cpSync(source: string | URL, destination: string | URL, opts?: CopySyncOptions): void; +} +declare module "node:fs" { + export * from "fs"; +} diff --git a/node_modules/@types/node/fs/promises.d.ts b/node_modules/@types/node/fs/promises.d.ts new file mode 100644 index 0000000..7cc4dee --- /dev/null +++ b/node_modules/@types/node/fs/promises.d.ts @@ -0,0 +1,1270 @@ +/** + * The `fs/promises` API provides asynchronous file system methods that return + * promises. + * + * The promise APIs use the underlying Node.js threadpool to perform file + * system operations off the event loop thread. These operations are not + * synchronized or threadsafe. Care must be taken when performing multiple + * concurrent modifications on the same file or data corruption may occur. + * @since v10.0.0 + */ +declare module "fs/promises" { + import { NonSharedBuffer } from "node:buffer"; + import { Abortable } from "node:events"; + import { Stream } from "node:stream"; + import { ReadableStream } from "node:stream/web"; + import { + BigIntStats, + BigIntStatsFs, + BufferEncodingOption, + constants as fsConstants, + CopyOptions, + Dir, + Dirent, + MakeDirectoryOptions, + Mode, + ObjectEncodingOptions, + OpenDirOptions, + OpenMode, + PathLike, + ReadOptions, + ReadOptionsWithBuffer, + ReadStream, + ReadVResult, + RmDirOptions, + RmOptions, + StatFsOptions, + StatOptions, + Stats, + StatsFs, + TimeLike, + WatchEventType, + WatchOptions, + WriteStream, + WriteVResult, + } from "node:fs"; + import { Interface as ReadlineInterface } from "node:readline"; + interface FileChangeInfo { + eventType: WatchEventType; + filename: T | null; + } + interface FlagAndOpenMode { + mode?: Mode | undefined; + flag?: OpenMode | undefined; + } + interface FileReadResult { + bytesRead: number; + buffer: T; + } + /** @deprecated This interface will be removed in a future version. Use `import { ReadOptionsWithBuffer } from "node:fs"` instead. */ + interface FileReadOptions { + /** + * @default `Buffer.alloc(0xffff)` + */ + buffer?: T; + /** + * @default 0 + */ + offset?: number | null; + /** + * @default `buffer.byteLength` + */ + length?: number | null; + position?: number | null; + } + interface CreateReadStreamOptions extends Abortable { + encoding?: BufferEncoding | null | undefined; + autoClose?: boolean | undefined; + emitClose?: boolean | undefined; + start?: number | undefined; + end?: number | undefined; + highWaterMark?: number | undefined; + } + interface CreateWriteStreamOptions { + encoding?: BufferEncoding | null | undefined; + autoClose?: boolean | undefined; + emitClose?: boolean | undefined; + start?: number | undefined; + highWaterMark?: number | undefined; + flush?: boolean | undefined; + } + interface ReadableWebStreamOptions { + /** + * Whether to open a normal or a `'bytes'` stream. + * @since v20.0.0 + */ + type?: "bytes" | undefined; + } + // TODO: Add `EventEmitter` close + interface FileHandle { + /** + * The numeric file descriptor managed by the {FileHandle} object. + * @since v10.0.0 + */ + readonly fd: number; + /** + * Alias of `filehandle.writeFile()`. + * + * When operating on file handles, the mode cannot be changed from what it was set + * to with `fsPromises.open()`. Therefore, this is equivalent to `filehandle.writeFile()`. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + appendFile( + data: string | Uint8Array, + options?: + | (ObjectEncodingOptions & Abortable) + | BufferEncoding + | null, + ): Promise; + /** + * Changes the ownership of the file. A wrapper for [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html). + * @since v10.0.0 + * @param uid The file's new owner's user id. + * @param gid The file's new group's group id. + * @return Fulfills with `undefined` upon success. + */ + chown(uid: number, gid: number): Promise; + /** + * Modifies the permissions on the file. See [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html). + * @since v10.0.0 + * @param mode the file mode bit mask. + * @return Fulfills with `undefined` upon success. + */ + chmod(mode: Mode): Promise; + /** + * Unlike the 16 KiB default `highWaterMark` for a `stream.Readable`, the stream + * returned by this method has a default `highWaterMark` of 64 KiB. + * + * `options` can include `start` and `end` values to read a range of bytes from + * the file instead of the entire file. Both `start` and `end` are inclusive and + * start counting at 0, allowed values are in the + * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. If `start` is + * omitted or `undefined`, `filehandle.createReadStream()` reads sequentially from + * the current file position. The `encoding` can be any one of those accepted by `Buffer`. + * + * If the `FileHandle` points to a character device that only supports blocking + * reads (such as keyboard or sound card), read operations do not finish until data + * is available. This can prevent the process from exiting and the stream from + * closing naturally. + * + * By default, the stream will emit a `'close'` event after it has been + * destroyed. Set the `emitClose` option to `false` to change this behavior. + * + * ```js + * import { open } from 'node:fs/promises'; + * + * const fd = await open('/dev/input/event0'); + * // Create a stream from some character device. + * const stream = fd.createReadStream(); + * setTimeout(() => { + * stream.close(); // This may not close the stream. + * // Artificially marking end-of-stream, as if the underlying resource had + * // indicated end-of-file by itself, allows the stream to close. + * // This does not cancel pending read operations, and if there is such an + * // operation, the process may still not be able to exit successfully + * // until it finishes. + * stream.push(null); + * stream.read(0); + * }, 100); + * ``` + * + * If `autoClose` is false, then the file descriptor won't be closed, even if + * there's an error. It is the application's responsibility to close it and make + * sure there's no file descriptor leak. If `autoClose` is set to true (default + * behavior), on `'error'` or `'end'` the file descriptor will be closed + * automatically. + * + * An example to read the last 10 bytes of a file which is 100 bytes long: + * + * ```js + * import { open } from 'node:fs/promises'; + * + * const fd = await open('sample.txt'); + * fd.createReadStream({ start: 90, end: 99 }); + * ``` + * @since v16.11.0 + */ + createReadStream(options?: CreateReadStreamOptions): ReadStream; + /** + * `options` may also include a `start` option to allow writing data at some + * position past the beginning of the file, allowed values are in the + * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. Modifying a file rather than + * replacing it may require the `flags` `open` option to be set to `r+` rather than + * the default `r`. The `encoding` can be any one of those accepted by `Buffer`. + * + * If `autoClose` is set to true (default behavior) on `'error'` or `'finish'` the file descriptor will be closed automatically. If `autoClose` is false, + * then the file descriptor won't be closed, even if there's an error. + * It is the application's responsibility to close it and make sure there's no + * file descriptor leak. + * + * By default, the stream will emit a `'close'` event after it has been + * destroyed. Set the `emitClose` option to `false` to change this behavior. + * @since v16.11.0 + */ + createWriteStream(options?: CreateWriteStreamOptions): WriteStream; + /** + * Forces all currently queued I/O operations associated with the file to the + * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. + * + * Unlike `filehandle.sync` this method does not flush modified metadata. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + datasync(): Promise; + /** + * Request that all data for the open file descriptor is flushed to the storage + * device. The specific implementation is operating system and device specific. + * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + sync(): Promise; + /** + * Reads data from the file and stores that in the given buffer. + * + * If the file is not modified concurrently, the end-of-file is reached when the + * number of bytes read is zero. + * @since v10.0.0 + * @param buffer A buffer that will be filled with the file data read. + * @param offset The location in the buffer at which to start filling. + * @param length The number of bytes to read. + * @param position The location where to begin reading data from the file. If `null`, data will be read from the current file position, and the position will be updated. If `position` is an + * integer, the current file position will remain unchanged. + * @return Fulfills upon success with an object with two properties: + */ + read( + buffer: T, + offset?: number | null, + length?: number | null, + position?: number | null, + ): Promise>; + read( + buffer: T, + options?: ReadOptions, + ): Promise>; + read( + options?: ReadOptionsWithBuffer, + ): Promise>; + /** + * Returns a `ReadableStream` that may be used to read the files data. + * + * An error will be thrown if this method is called more than once or is called + * after the `FileHandle` is closed or closing. + * + * ```js + * import { + * open, + * } from 'node:fs/promises'; + * + * const file = await open('./some/file/to/read'); + * + * for await (const chunk of file.readableWebStream()) + * console.log(chunk); + * + * await file.close(); + * ``` + * + * While the `ReadableStream` will read the file to completion, it will not + * close the `FileHandle` automatically. User code must still call the`fileHandle.close()` method. + * @since v17.0.0 + * @experimental + */ + readableWebStream(options?: ReadableWebStreamOptions): ReadableStream; + /** + * Asynchronously reads the entire contents of a file. + * + * If `options` is a string, then it specifies the `encoding`. + * + * The `FileHandle` has to support reading. + * + * If one or more `filehandle.read()` calls are made on a file handle and then a `filehandle.readFile()` call is made, the data will be read from the current + * position till the end of the file. It doesn't always read from the beginning + * of the file. + * @since v10.0.0 + * @return Fulfills upon a successful read with the contents of the file. If no encoding is specified (using `options.encoding`), the data is returned as a {Buffer} object. Otherwise, the + * data will be a string. + */ + readFile( + options?: + | ({ encoding?: null | undefined } & Abortable) + | null, + ): Promise; + /** + * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically. + * The `FileHandle` must have been opened for reading. + */ + readFile( + options: + | ({ encoding: BufferEncoding } & Abortable) + | BufferEncoding, + ): Promise; + /** + * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically. + * The `FileHandle` must have been opened for reading. + */ + readFile( + options?: + | (ObjectEncodingOptions & Abortable) + | BufferEncoding + | null, + ): Promise; + /** + * Convenience method to create a `readline` interface and stream over the file. + * See `filehandle.createReadStream()` for the options. + * + * ```js + * import { open } from 'node:fs/promises'; + * + * const file = await open('./some/file/to/read'); + * + * for await (const line of file.readLines()) { + * console.log(line); + * } + * ``` + * @since v18.11.0 + */ + readLines(options?: CreateReadStreamOptions): ReadlineInterface; + /** + * @since v10.0.0 + * @return Fulfills with an {fs.Stats} for the file. + */ + stat( + opts?: StatOptions & { + bigint?: false | undefined; + }, + ): Promise; + stat( + opts: StatOptions & { + bigint: true; + }, + ): Promise; + stat(opts?: StatOptions): Promise; + /** + * Truncates the file. + * + * If the file was larger than `len` bytes, only the first `len` bytes will be + * retained in the file. + * + * The following example retains only the first four bytes of the file: + * + * ```js + * import { open } from 'node:fs/promises'; + * + * let filehandle = null; + * try { + * filehandle = await open('temp.txt', 'r+'); + * await filehandle.truncate(4); + * } finally { + * await filehandle?.close(); + * } + * ``` + * + * If the file previously was shorter than `len` bytes, it is extended, and the + * extended part is filled with null bytes (`'\0'`): + * + * If `len` is negative then `0` will be used. + * @since v10.0.0 + * @param [len=0] + * @return Fulfills with `undefined` upon success. + */ + truncate(len?: number): Promise; + /** + * Change the file system timestamps of the object referenced by the `FileHandle` then fulfills the promise with no arguments upon success. + * @since v10.0.0 + */ + utimes(atime: TimeLike, mtime: TimeLike): Promise; + /** + * Asynchronously writes data to a file, replacing the file if it already exists. `data` can be a string, a buffer, an + * [AsyncIterable](https://tc39.github.io/ecma262/#sec-asynciterable-interface), or an + * [Iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterable_protocol) object. + * The promise is fulfilled with no arguments upon success. + * + * If `options` is a string, then it specifies the `encoding`. + * + * The `FileHandle` has to support writing. + * + * It is unsafe to use `filehandle.writeFile()` multiple times on the same file + * without waiting for the promise to be fulfilled (or rejected). + * + * If one or more `filehandle.write()` calls are made on a file handle and then a`filehandle.writeFile()` call is made, the data will be written from the + * current position till the end of the file. It doesn't always write from the + * beginning of the file. + * @since v10.0.0 + */ + writeFile( + data: string | Uint8Array, + options?: + | (ObjectEncodingOptions & Abortable) + | BufferEncoding + | null, + ): Promise; + /** + * Write `buffer` to the file. + * + * The promise is fulfilled with an object containing two properties: + * + * It is unsafe to use `filehandle.write()` multiple times on the same file + * without waiting for the promise to be fulfilled (or rejected). For this + * scenario, use `filehandle.createWriteStream()`. + * + * On Linux, positional writes do not work when the file is opened in append mode. + * The kernel ignores the position argument and always appends the data to + * the end of the file. + * @since v10.0.0 + * @param offset The start position from within `buffer` where the data to write begins. + * @param [length=buffer.byteLength - offset] The number of bytes from `buffer` to write. + * @param [position='null'] The offset from the beginning of the file where the data from `buffer` should be written. If `position` is not a `number`, the data will be written at the current + * position. See the POSIX pwrite(2) documentation for more detail. + */ + write( + buffer: TBuffer, + offset?: number | null, + length?: number | null, + position?: number | null, + ): Promise<{ + bytesWritten: number; + buffer: TBuffer; + }>; + write( + data: string, + position?: number | null, + encoding?: BufferEncoding | null, + ): Promise<{ + bytesWritten: number; + buffer: string; + }>; + /** + * Write an array of [ArrayBufferView](https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView) s to the file. + * + * The promise is fulfilled with an object containing a two properties: + * + * It is unsafe to call `writev()` multiple times on the same file without waiting + * for the promise to be fulfilled (or rejected). + * + * On Linux, positional writes don't work when the file is opened in append mode. + * The kernel ignores the position argument and always appends the data to + * the end of the file. + * @since v12.9.0 + * @param [position='null'] The offset from the beginning of the file where the data from `buffers` should be written. If `position` is not a `number`, the data will be written at the current + * position. + */ + writev( + buffers: TBuffers, + position?: number, + ): Promise>; + /** + * Read from a file and write to an array of [ArrayBufferView](https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView) s + * @since v13.13.0, v12.17.0 + * @param [position='null'] The offset from the beginning of the file where the data should be read from. If `position` is not a `number`, the data will be read from the current position. + * @return Fulfills upon success an object containing two properties: + */ + readv( + buffers: TBuffers, + position?: number, + ): Promise>; + /** + * Closes the file handle after waiting for any pending operation on the handle to + * complete. + * + * ```js + * import { open } from 'node:fs/promises'; + * + * let filehandle; + * try { + * filehandle = await open('thefile.txt', 'r'); + * } finally { + * await filehandle?.close(); + * } + * ``` + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + close(): Promise; + /** + * An alias for {@link FileHandle.close()}. + * @since v20.4.0 + */ + [Symbol.asyncDispose](): Promise; + } + const constants: typeof fsConstants; + /** + * Tests a user's permissions for the file or directory specified by `path`. + * The `mode` argument is an optional integer that specifies the accessibility + * checks to be performed. `mode` should be either the value `fs.constants.F_OK` or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`, `fs.constants.W_OK`, and `fs.constants.X_OK` + * (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for + * possible values of `mode`. + * + * If the accessibility check is successful, the promise is fulfilled with no + * value. If any of the accessibility checks fail, the promise is rejected + * with an [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object. The following example checks if the file`/etc/passwd` can be read and + * written by the current process. + * + * ```js + * import { access, constants } from 'node:fs/promises'; + * + * try { + * await access('/etc/passwd', constants.R_OK | constants.W_OK); + * console.log('can access'); + * } catch { + * console.error('cannot access'); + * } + * ``` + * + * Using `fsPromises.access()` to check for the accessibility of a file before + * calling `fsPromises.open()` is not recommended. Doing so introduces a race + * condition, since other processes may change the file's state between the two + * calls. Instead, user code should open/read/write the file directly and handle + * the error raised if the file is not accessible. + * @since v10.0.0 + * @param [mode=fs.constants.F_OK] + * @return Fulfills with `undefined` upon success. + */ + function access(path: PathLike, mode?: number): Promise; + /** + * Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it + * already exists. + * + * No guarantees are made about the atomicity of the copy operation. If an + * error occurs after the destination file has been opened for writing, an attempt + * will be made to remove the destination. + * + * ```js + * import { copyFile, constants } from 'node:fs/promises'; + * + * try { + * await copyFile('source.txt', 'destination.txt'); + * console.log('source.txt was copied to destination.txt'); + * } catch { + * console.error('The file could not be copied'); + * } + * + * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists. + * try { + * await copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL); + * console.log('source.txt was copied to destination.txt'); + * } catch { + * console.error('The file could not be copied'); + * } + * ``` + * @since v10.0.0 + * @param src source filename to copy + * @param dest destination filename of the copy operation + * @param [mode=0] Optional modifiers that specify the behavior of the copy operation. It is possible to create a mask consisting of the bitwise OR of two or more values (e.g. + * `fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`) + * @return Fulfills with `undefined` upon success. + */ + function copyFile(src: PathLike, dest: PathLike, mode?: number): Promise; + /** + * Opens a `FileHandle`. + * + * Refer to the POSIX [`open(2)`](http://man7.org/linux/man-pages/man2/open.2.html) documentation for more detail. + * + * Some characters (`< > : " / \ | ? *`) are reserved under Windows as documented + * by [Naming Files, Paths, and Namespaces](https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file). Under NTFS, if the filename contains + * a colon, Node.js will open a file system stream, as described by [this MSDN page](https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams). + * @since v10.0.0 + * @param [flags='r'] See `support of file system `flags``. + * @param [mode=0o666] Sets the file mode (permission and sticky bits) if the file is created. + * @return Fulfills with a {FileHandle} object. + */ + function open(path: PathLike, flags?: string | number, mode?: Mode): Promise; + /** + * Renames `oldPath` to `newPath`. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function rename(oldPath: PathLike, newPath: PathLike): Promise; + /** + * Truncates (shortens or extends the length) of the content at `path` to `len` bytes. + * @since v10.0.0 + * @param [len=0] + * @return Fulfills with `undefined` upon success. + */ + function truncate(path: PathLike, len?: number): Promise; + /** + * Removes the directory identified by `path`. + * + * Using `fsPromises.rmdir()` on a file (not a directory) results in the + * promise being rejected with an `ENOENT` error on Windows and an `ENOTDIR` error on POSIX. + * + * To get a behavior similar to the `rm -rf` Unix command, use `fsPromises.rm()` with options `{ recursive: true, force: true }`. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function rmdir(path: PathLike, options?: RmDirOptions): Promise; + /** + * Removes files and directories (modeled on the standard POSIX `rm` utility). + * @since v14.14.0 + * @return Fulfills with `undefined` upon success. + */ + function rm(path: PathLike, options?: RmOptions): Promise; + /** + * Asynchronously creates a directory. + * + * The optional `options` argument can be an integer specifying `mode` (permission + * and sticky bits), or an object with a `mode` property and a `recursive` property indicating whether parent directories should be created. Calling `fsPromises.mkdir()` when `path` is a directory + * that exists results in a + * rejection only when `recursive` is false. + * + * ```js + * import { mkdir } from 'node:fs/promises'; + * + * try { + * const projectFolder = new URL('./test/project/', import.meta.url); + * const createDir = await mkdir(projectFolder, { recursive: true }); + * + * console.log(`created ${createDir}`); + * } catch (err) { + * console.error(err.message); + * } + * ``` + * @since v10.0.0 + * @return Upon success, fulfills with `undefined` if `recursive` is `false`, or the first directory path created if `recursive` is `true`. + */ + function mkdir( + path: PathLike, + options: MakeDirectoryOptions & { + recursive: true; + }, + ): Promise; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function mkdir( + path: PathLike, + options?: + | Mode + | (MakeDirectoryOptions & { + recursive?: false | undefined; + }) + | null, + ): Promise; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function mkdir(path: PathLike, options?: Mode | MakeDirectoryOptions | null): Promise; + /** + * Reads the contents of a directory. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the filenames. If the `encoding` is set to `'buffer'`, the filenames returned + * will be passed as `Buffer` objects. + * + * If `options.withFileTypes` is set to `true`, the returned array will contain `fs.Dirent` objects. + * + * ```js + * import { readdir } from 'node:fs/promises'; + * + * try { + * const files = await readdir(path); + * for (const file of files) + * console.log(file); + * } catch (err) { + * console.error(err); + * } + * ``` + * @since v10.0.0 + * @return Fulfills with an array of the names of the files in the directory excluding `'.'` and `'..'`. + */ + function readdir( + path: PathLike, + options?: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + }) + | BufferEncoding + | null, + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readdir( + path: PathLike, + options: + | { + encoding: "buffer"; + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + } + | "buffer", + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readdir( + path: PathLike, + options?: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + }) + | BufferEncoding + | null, + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. + */ + function readdir( + path: PathLike, + options: ObjectEncodingOptions & { + withFileTypes: true; + recursive?: boolean | undefined; + }, + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a directory. If a URL is provided, it must use the `file:` protocol. + * @param options Must include `withFileTypes: true` and `encoding: 'buffer'`. + */ + function readdir( + path: PathLike, + options: { + encoding: "buffer"; + withFileTypes: true; + recursive?: boolean | undefined; + }, + ): Promise[]>; + /** + * Reads the contents of the symbolic link referred to by `path`. See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more detail. The promise is + * fulfilled with the`linkString` upon success. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the link path returned. If the `encoding` is set to `'buffer'`, the link path + * returned will be passed as a `Buffer` object. + * @since v10.0.0 + * @return Fulfills with the `linkString` upon success. + */ + function readlink(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readlink(path: PathLike, options: BufferEncodingOption): Promise; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readlink( + path: PathLike, + options?: ObjectEncodingOptions | string | null, + ): Promise; + /** + * Creates a symbolic link. + * + * The `type` argument is only used on Windows platforms and can be one of `'dir'`, `'file'`, or `'junction'`. If the `type` argument is not a string, Node.js will + * autodetect `target` type and use `'file'` or `'dir'`. If the `target` does not + * exist, `'file'` will be used. Windows junction points require the destination + * path to be absolute. When using `'junction'`, the `target` argument will + * automatically be normalized to absolute path. Junction points on NTFS volumes + * can only point to directories. + * @since v10.0.0 + * @param [type='null'] + * @return Fulfills with `undefined` upon success. + */ + function symlink(target: PathLike, path: PathLike, type?: string | null): Promise; + /** + * Equivalent to `fsPromises.stat()` unless `path` refers to a symbolic link, + * in which case the link itself is stat-ed, not the file that it refers to. + * Refer to the POSIX [`lstat(2)`](http://man7.org/linux/man-pages/man2/lstat.2.html) document for more detail. + * @since v10.0.0 + * @return Fulfills with the {fs.Stats} object for the given symbolic link `path`. + */ + function lstat( + path: PathLike, + opts?: StatOptions & { + bigint?: false | undefined; + }, + ): Promise; + function lstat( + path: PathLike, + opts: StatOptions & { + bigint: true; + }, + ): Promise; + function lstat(path: PathLike, opts?: StatOptions): Promise; + /** + * @since v10.0.0 + * @return Fulfills with the {fs.Stats} object for the given `path`. + */ + function stat( + path: PathLike, + opts?: StatOptions & { + bigint?: false | undefined; + }, + ): Promise; + function stat( + path: PathLike, + opts: StatOptions & { + bigint: true; + }, + ): Promise; + function stat(path: PathLike, opts?: StatOptions): Promise; + /** + * @since v19.6.0, v18.15.0 + * @return Fulfills with the {fs.StatFs} object for the given `path`. + */ + function statfs( + path: PathLike, + opts?: StatFsOptions & { + bigint?: false | undefined; + }, + ): Promise; + function statfs( + path: PathLike, + opts: StatFsOptions & { + bigint: true; + }, + ): Promise; + function statfs(path: PathLike, opts?: StatFsOptions): Promise; + /** + * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function link(existingPath: PathLike, newPath: PathLike): Promise; + /** + * If `path` refers to a symbolic link, then the link is removed without affecting + * the file or directory to which that link refers. If the `path` refers to a file + * path that is not a symbolic link, the file is deleted. See the POSIX [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html) documentation for more detail. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function unlink(path: PathLike): Promise; + /** + * Changes the permissions of a file. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function chmod(path: PathLike, mode: Mode): Promise; + /** + * Changes the permissions on a symbolic link. + * + * This method is only implemented on macOS. + * @deprecated Since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function lchmod(path: PathLike, mode: Mode): Promise; + /** + * Changes the ownership on a symbolic link. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function lchown(path: PathLike, uid: number, gid: number): Promise; + /** + * Changes the access and modification times of a file in the same way as `fsPromises.utimes()`, with the difference that if the path refers to a + * symbolic link, then the link is not dereferenced: instead, the timestamps of + * the symbolic link itself are changed. + * @since v14.5.0, v12.19.0 + * @return Fulfills with `undefined` upon success. + */ + function lutimes(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise; + /** + * Changes the ownership of a file. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function chown(path: PathLike, uid: number, gid: number): Promise; + /** + * Change the file system timestamps of the object referenced by `path`. + * + * The `atime` and `mtime` arguments follow these rules: + * + * * Values can be either numbers representing Unix epoch time, `Date`s, or a + * numeric string like `'123456789.0'`. + * * If the value can not be converted to a number, or is `NaN`, `Infinity`, or `-Infinity`, an `Error` will be thrown. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function utimes(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise; + /** + * Determines the actual location of `path` using the same semantics as the `fs.realpath.native()` function. + * + * Only paths that can be converted to UTF8 strings are supported. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the path. If the `encoding` is set to `'buffer'`, the path returned will be + * passed as a `Buffer` object. + * + * On Linux, when Node.js is linked against musl libc, the procfs file system must + * be mounted on `/proc` in order for this function to work. Glibc does not have + * this restriction. + * @since v10.0.0 + * @return Fulfills with the resolved path upon success. + */ + function realpath(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function realpath(path: PathLike, options: BufferEncodingOption): Promise; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function realpath( + path: PathLike, + options?: ObjectEncodingOptions | BufferEncoding | null, + ): Promise; + /** + * Creates a unique temporary directory. A unique directory name is generated by + * appending six random characters to the end of the provided `prefix`. Due to + * platform inconsistencies, avoid trailing `X` characters in `prefix`. Some + * platforms, notably the BSDs, can return more than six random characters, and + * replace trailing `X` characters in `prefix` with random characters. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use. + * + * ```js + * import { mkdtemp } from 'node:fs/promises'; + * import { join } from 'node:path'; + * import { tmpdir } from 'node:os'; + * + * try { + * await mkdtemp(join(tmpdir(), 'foo-')); + * } catch (err) { + * console.error(err); + * } + * ``` + * + * The `fsPromises.mkdtemp()` method will append the six randomly selected + * characters directly to the `prefix` string. For instance, given a directory `/tmp`, if the intention is to create a temporary directory _within_ `/tmp`, the `prefix` must end with a trailing + * platform-specific path separator + * (`import { sep } from 'node:node:path'`). + * @since v10.0.0 + * @return Fulfills with a string containing the file system path of the newly created temporary directory. + */ + function mkdtemp(prefix: string, options?: ObjectEncodingOptions | BufferEncoding | null): Promise; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function mkdtemp(prefix: string, options: BufferEncodingOption): Promise; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function mkdtemp( + prefix: string, + options?: ObjectEncodingOptions | BufferEncoding | null, + ): Promise; + /** + * Asynchronously writes data to a file, replacing the file if it already exists. `data` can be a string, a buffer, an + * [AsyncIterable](https://tc39.github.io/ecma262/#sec-asynciterable-interface), or an + * [Iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterable_protocol) object. + * + * The `encoding` option is ignored if `data` is a buffer. + * + * If `options` is a string, then it specifies the encoding. + * + * The `mode` option only affects the newly created file. See `fs.open()` for more details. + * + * Any specified `FileHandle` has to support writing. + * + * It is unsafe to use `fsPromises.writeFile()` multiple times on the same file + * without waiting for the promise to be settled. + * + * Similarly to `fsPromises.readFile` \- `fsPromises.writeFile` is a convenience + * method that performs multiple `write` calls internally to write the buffer + * passed to it. For performance sensitive code consider using `fs.createWriteStream()` or `filehandle.createWriteStream()`. + * + * It is possible to use an `AbortSignal` to cancel an `fsPromises.writeFile()`. + * Cancelation is "best effort", and some amount of data is likely still + * to be written. + * + * ```js + * import { writeFile } from 'node:fs/promises'; + * import { Buffer } from 'node:buffer'; + * + * try { + * const controller = new AbortController(); + * const { signal } = controller; + * const data = new Uint8Array(Buffer.from('Hello Node.js')); + * const promise = writeFile('message.txt', data, { signal }); + * + * // Abort the request before the promise settles. + * controller.abort(); + * + * await promise; + * } catch (err) { + * // When a request is aborted - err is an AbortError + * console.error(err); + * } + * ``` + * + * Aborting an ongoing request does not abort individual operating + * system requests but rather the internal buffering `fs.writeFile` performs. + * @since v10.0.0 + * @param file filename or `FileHandle` + * @return Fulfills with `undefined` upon success. + */ + function writeFile( + file: PathLike | FileHandle, + data: + | string + | NodeJS.ArrayBufferView + | Iterable + | AsyncIterable + | Stream, + options?: + | (ObjectEncodingOptions & { + mode?: Mode | undefined; + flag?: OpenMode | undefined; + /** + * If all data is successfully written to the file, and `flush` + * is `true`, `filehandle.sync()` is used to flush the data. + * @default false + */ + flush?: boolean | undefined; + } & Abortable) + | BufferEncoding + | null, + ): Promise; + /** + * Asynchronously append data to a file, creating the file if it does not yet + * exist. `data` can be a string or a `Buffer`. + * + * If `options` is a string, then it specifies the `encoding`. + * + * The `mode` option only affects the newly created file. See `fs.open()` for more details. + * + * The `path` may be specified as a `FileHandle` that has been opened + * for appending (using `fsPromises.open()`). + * @since v10.0.0 + * @param path filename or {FileHandle} + * @return Fulfills with `undefined` upon success. + */ + function appendFile( + path: PathLike | FileHandle, + data: string | Uint8Array, + options?: (ObjectEncodingOptions & FlagAndOpenMode & { flush?: boolean | undefined }) | BufferEncoding | null, + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * + * If no encoding is specified (using `options.encoding`), the data is returned + * as a `Buffer` object. Otherwise, the data will be a string. + * + * If `options` is a string, then it specifies the encoding. + * + * When the `path` is a directory, the behavior of `fsPromises.readFile()` is + * platform-specific. On macOS, Linux, and Windows, the promise will be rejected + * with an error. On FreeBSD, a representation of the directory's contents will be + * returned. + * + * An example of reading a `package.json` file located in the same directory of the + * running code: + * + * ```js + * import { readFile } from 'node:fs/promises'; + * try { + * const filePath = new URL('./package.json', import.meta.url); + * const contents = await readFile(filePath, { encoding: 'utf8' }); + * console.log(contents); + * } catch (err) { + * console.error(err.message); + * } + * ``` + * + * It is possible to abort an ongoing `readFile` using an `AbortSignal`. If a + * request is aborted the promise returned is rejected with an `AbortError`: + * + * ```js + * import { readFile } from 'node:fs/promises'; + * + * try { + * const controller = new AbortController(); + * const { signal } = controller; + * const promise = readFile(fileName, { signal }); + * + * // Abort the request before the promise settles. + * controller.abort(); + * + * await promise; + * } catch (err) { + * // When a request is aborted - err is an AbortError + * console.error(err); + * } + * ``` + * + * Aborting an ongoing request does not abort individual operating + * system requests but rather the internal buffering `fs.readFile` performs. + * + * Any specified `FileHandle` has to support reading. + * @since v10.0.0 + * @param path filename or `FileHandle` + * @return Fulfills with the contents of the file. + */ + function readFile( + path: PathLike | FileHandle, + options?: + | ({ + encoding?: null | undefined; + flag?: OpenMode | undefined; + } & Abortable) + | null, + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function readFile( + path: PathLike | FileHandle, + options: + | ({ + encoding: BufferEncoding; + flag?: OpenMode | undefined; + } & Abortable) + | BufferEncoding, + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function readFile( + path: PathLike | FileHandle, + options?: + | ( + & ObjectEncodingOptions + & Abortable + & { + flag?: OpenMode | undefined; + } + ) + | BufferEncoding + | null, + ): Promise; + /** + * Asynchronously open a directory for iterative scanning. See the POSIX [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html) documentation for more detail. + * + * Creates an `fs.Dir`, which contains all further functions for reading from + * and cleaning up the directory. + * + * The `encoding` option sets the encoding for the `path` while opening the + * directory and subsequent read operations. + * + * Example using async iteration: + * + * ```js + * import { opendir } from 'node:fs/promises'; + * + * try { + * const dir = await opendir('./'); + * for await (const dirent of dir) + * console.log(dirent.name); + * } catch (err) { + * console.error(err); + * } + * ``` + * + * When using the async iterator, the `fs.Dir` object will be automatically + * closed after the iterator exits. + * @since v12.12.0 + * @return Fulfills with an {fs.Dir}. + */ + function opendir(path: PathLike, options?: OpenDirOptions): Promise; + /** + * Returns an async iterator that watches for changes on `filename`, where `filename`is either a file or a directory. + * + * ```js + * import { watch } from 'node:fs/promises'; + * + * const ac = new AbortController(); + * const { signal } = ac; + * setTimeout(() => ac.abort(), 10000); + * + * (async () => { + * try { + * const watcher = watch(__filename, { signal }); + * for await (const event of watcher) + * console.log(event); + * } catch (err) { + * if (err.name === 'AbortError') + * return; + * throw err; + * } + * })(); + * ``` + * + * On most platforms, `'rename'` is emitted whenever a filename appears or + * disappears in the directory. + * + * All the `caveats` for `fs.watch()` also apply to `fsPromises.watch()`. + * @since v15.9.0, v14.18.0 + * @return of objects with the properties: + */ + function watch( + filename: PathLike, + options: + | (WatchOptions & { + encoding: "buffer"; + }) + | "buffer", + ): AsyncIterable>; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + function watch(filename: PathLike, options?: WatchOptions | BufferEncoding): AsyncIterable>; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + function watch( + filename: PathLike, + options: WatchOptions | string, + ): AsyncIterable> | AsyncIterable>; + /** + * Asynchronously copies the entire directory structure from `src` to `dest`, + * including subdirectories and files. + * + * When copying a directory to another directory, globs are not supported and + * behavior is similar to `cp dir1/ dir2/`. + * @since v16.7.0 + * @experimental + * @param src source path to copy. + * @param dest destination path to copy to. + * @return Fulfills with `undefined` upon success. + */ + function cp(source: string | URL, destination: string | URL, opts?: CopyOptions): Promise; +} +declare module "node:fs/promises" { + export * from "fs/promises"; +} diff --git a/node_modules/@types/node/globals.d.ts b/node_modules/@types/node/globals.d.ts new file mode 100644 index 0000000..3bff22a --- /dev/null +++ b/node_modules/@types/node/globals.d.ts @@ -0,0 +1,172 @@ +declare var global: typeof globalThis; + +declare var process: NodeJS.Process; +declare var console: Console; + +interface ErrorConstructor { + /** + * Creates a `.stack` property on `targetObject`, which when accessed returns + * a string representing the location in the code at which + * `Error.captureStackTrace()` was called. + * + * ```js + * const myObject = {}; + * Error.captureStackTrace(myObject); + * myObject.stack; // Similar to `new Error().stack` + * ``` + * + * The first line of the trace will be prefixed with + * `${myObject.name}: ${myObject.message}`. + * + * The optional `constructorOpt` argument accepts a function. If given, all frames + * above `constructorOpt`, including `constructorOpt`, will be omitted from the + * generated stack trace. + * + * The `constructorOpt` argument is useful for hiding implementation + * details of error generation from the user. For instance: + * + * ```js + * function a() { + * b(); + * } + * + * function b() { + * c(); + * } + * + * function c() { + * // Create an error without stack trace to avoid calculating the stack trace twice. + * const { stackTraceLimit } = Error; + * Error.stackTraceLimit = 0; + * const error = new Error(); + * Error.stackTraceLimit = stackTraceLimit; + * + * // Capture the stack trace above function b + * Error.captureStackTrace(error, b); // Neither function c, nor b is included in the stack trace + * throw error; + * } + * + * a(); + * ``` + */ + captureStackTrace(targetObject: object, constructorOpt?: Function): void; + /** + * @see https://v8.dev/docs/stack-trace-api#customizing-stack-traces + */ + prepareStackTrace(err: Error, stackTraces: NodeJS.CallSite[]): any; + /** + * The `Error.stackTraceLimit` property specifies the number of stack frames + * collected by a stack trace (whether generated by `new Error().stack` or + * `Error.captureStackTrace(obj)`). + * + * The default value is `10` but may be set to any valid JavaScript number. Changes + * will affect any stack trace captured _after_ the value has been changed. + * + * If set to a non-number value, or set to a negative number, stack traces will + * not capture any frames. + */ + stackTraceLimit: number; +} + +/** + * Enable this API with the `--expose-gc` CLI flag. + */ +declare var gc: NodeJS.GCFunction | undefined; + +declare namespace NodeJS { + interface CallSite { + getColumnNumber(): number | null; + getEnclosingColumnNumber(): number | null; + getEnclosingLineNumber(): number | null; + getEvalOrigin(): string | undefined; + getFileName(): string | null; + getFunction(): Function | undefined; + getFunctionName(): string | null; + getLineNumber(): number | null; + getMethodName(): string | null; + getPosition(): number; + getPromiseIndex(): number | null; + getScriptHash(): string; + getScriptNameOrSourceURL(): string | null; + getThis(): unknown; + getTypeName(): string | null; + isAsync(): boolean; + isConstructor(): boolean; + isEval(): boolean; + isNative(): boolean; + isPromiseAll(): boolean; + isToplevel(): boolean; + } + + interface ErrnoException extends Error { + errno?: number | undefined; + code?: string | undefined; + path?: string | undefined; + syscall?: string | undefined; + } + + interface ReadableStream extends EventEmitter { + readable: boolean; + read(size?: number): string | Buffer; + setEncoding(encoding: BufferEncoding): this; + pause(): this; + resume(): this; + isPaused(): boolean; + pipe(destination: T, options?: { end?: boolean | undefined }): T; + unpipe(destination?: WritableStream): this; + unshift(chunk: string | Uint8Array, encoding?: BufferEncoding): void; + wrap(oldStream: ReadableStream): this; + [Symbol.asyncIterator](): AsyncIterableIterator; + } + + interface WritableStream extends EventEmitter { + writable: boolean; + write(buffer: Uint8Array | string, cb?: (err?: Error | null) => void): boolean; + write(str: string, encoding?: BufferEncoding, cb?: (err?: Error | null) => void): boolean; + end(cb?: () => void): this; + end(data: string | Uint8Array, cb?: () => void): this; + end(str: string, encoding?: BufferEncoding, cb?: () => void): this; + } + + interface ReadWriteStream extends ReadableStream, WritableStream {} + + interface RefCounted { + ref(): this; + unref(): this; + } + + interface Dict { + [key: string]: T | undefined; + } + + interface ReadOnlyDict { + readonly [key: string]: T | undefined; + } + + type PartialOptions = { [K in keyof T]?: T[K] | undefined }; + + interface GCFunction { + (minor?: boolean): void; + (options: NodeJS.GCOptions & { execution: "async" }): Promise; + (options: NodeJS.GCOptions): void; + } + + interface GCOptions { + execution?: "sync" | "async" | undefined; + flavor?: "regular" | "last-resort" | undefined; + type?: "major-snapshot" | "major" | "minor" | undefined; + filename?: string | undefined; + } + + /** An iterable iterator returned by the Node.js API. */ + // Default TReturn/TNext in v20 is `any`, for compatibility with the previously-used IterableIterator. + interface Iterator extends IteratorObject { + [Symbol.iterator](): NodeJS.Iterator; + } + + /** An async iterable iterator returned by the Node.js API. */ + // Default TReturn/TNext in v20 is `any`, for compatibility with the previously-used AsyncIterableIterator. + interface AsyncIterator extends AsyncIteratorObject { + [Symbol.asyncIterator](): NodeJS.AsyncIterator; + } +} diff --git a/node_modules/@types/node/globals.typedarray.d.ts b/node_modules/@types/node/globals.typedarray.d.ts new file mode 100644 index 0000000..8eafc3b --- /dev/null +++ b/node_modules/@types/node/globals.typedarray.d.ts @@ -0,0 +1,38 @@ +export {}; // Make this a module + +declare global { + namespace NodeJS { + type TypedArray = + | Uint8Array + | Uint8ClampedArray + | Uint16Array + | Uint32Array + | Int8Array + | Int16Array + | Int32Array + | BigUint64Array + | BigInt64Array + | Float32Array + | Float64Array; + type ArrayBufferView = + | TypedArray + | DataView; + + // The following aliases are required to allow use of non-shared ArrayBufferViews in @types/node + // while maintaining compatibility with TS <=5.6. + type NonSharedUint8Array = Uint8Array; + type NonSharedUint8ClampedArray = Uint8ClampedArray; + type NonSharedUint16Array = Uint16Array; + type NonSharedUint32Array = Uint32Array; + type NonSharedInt8Array = Int8Array; + type NonSharedInt16Array = Int16Array; + type NonSharedInt32Array = Int32Array; + type NonSharedBigUint64Array = BigUint64Array; + type NonSharedBigInt64Array = BigInt64Array; + type NonSharedFloat32Array = Float32Array; + type NonSharedFloat64Array = Float64Array; + type NonSharedDataView = DataView; + type NonSharedTypedArray = TypedArray; + type NonSharedArrayBufferView = ArrayBufferView; + } +} diff --git a/node_modules/@types/node/http.d.ts b/node_modules/@types/node/http.d.ts new file mode 100644 index 0000000..125de53 --- /dev/null +++ b/node_modules/@types/node/http.d.ts @@ -0,0 +1,2049 @@ +/** + * To use the HTTP server and client one must import the `node:http` module. + * + * The HTTP interfaces in Node.js are designed to support many features + * of the protocol which have been traditionally difficult to use. + * In particular, large, possibly chunk-encoded, messages. The interface is + * careful to never buffer entire requests or responses, so the + * user is able to stream data. + * + * HTTP message headers are represented by an object like this: + * + * ```json + * { "content-length": "123", + * "content-type": "text/plain", + * "connection": "keep-alive", + * "host": "example.com", + * "accept": "*" } + * ``` + * + * Keys are lowercased. Values are not modified. + * + * In order to support the full spectrum of possible HTTP applications, the Node.js + * HTTP API is very low-level. It deals with stream handling and message + * parsing only. It parses a message into headers and body but it does not + * parse the actual headers or the body. + * + * See `message.headers` for details on how duplicate headers are handled. + * + * The raw headers as they were received are retained in the `rawHeaders` property, which is an array of `[key, value, key2, value2, ...]`. For + * example, the previous message header object might have a `rawHeaders` list like the following: + * + * ```js + * [ 'ConTent-Length', '123456', + * 'content-LENGTH', '123', + * 'content-type', 'text/plain', + * 'CONNECTION', 'keep-alive', + * 'Host', 'example.com', + * 'accepT', '*' ] + * ``` + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/http.js) + */ +declare module "http" { + import { NonSharedBuffer } from "node:buffer"; + import * as stream from "node:stream"; + import { URL } from "node:url"; + import { LookupOptions } from "node:dns"; + import { EventEmitter } from "node:events"; + import { LookupFunction, Server as NetServer, Socket, TcpSocketConnectOpts } from "node:net"; + // incoming headers will never contain number + interface IncomingHttpHeaders extends NodeJS.Dict { + accept?: string | undefined; + "accept-encoding"?: string | undefined; + "accept-language"?: string | undefined; + "accept-patch"?: string | undefined; + "accept-ranges"?: string | undefined; + "access-control-allow-credentials"?: string | undefined; + "access-control-allow-headers"?: string | undefined; + "access-control-allow-methods"?: string | undefined; + "access-control-allow-origin"?: string | undefined; + "access-control-expose-headers"?: string | undefined; + "access-control-max-age"?: string | undefined; + "access-control-request-headers"?: string | undefined; + "access-control-request-method"?: string | undefined; + age?: string | undefined; + allow?: string | undefined; + "alt-svc"?: string | undefined; + authorization?: string | undefined; + "cache-control"?: string | undefined; + connection?: string | undefined; + "content-disposition"?: string | undefined; + "content-encoding"?: string | undefined; + "content-language"?: string | undefined; + "content-length"?: string | undefined; + "content-location"?: string | undefined; + "content-range"?: string | undefined; + "content-type"?: string | undefined; + cookie?: string | undefined; + date?: string | undefined; + etag?: string | undefined; + expect?: string | undefined; + expires?: string | undefined; + forwarded?: string | undefined; + from?: string | undefined; + host?: string | undefined; + "if-match"?: string | undefined; + "if-modified-since"?: string | undefined; + "if-none-match"?: string | undefined; + "if-unmodified-since"?: string | undefined; + "last-modified"?: string | undefined; + location?: string | undefined; + origin?: string | undefined; + pragma?: string | undefined; + "proxy-authenticate"?: string | undefined; + "proxy-authorization"?: string | undefined; + "public-key-pins"?: string | undefined; + range?: string | undefined; + referer?: string | undefined; + "retry-after"?: string | undefined; + "sec-fetch-site"?: string | undefined; + "sec-fetch-mode"?: string | undefined; + "sec-fetch-user"?: string | undefined; + "sec-fetch-dest"?: string | undefined; + "sec-websocket-accept"?: string | undefined; + "sec-websocket-extensions"?: string | undefined; + "sec-websocket-key"?: string | undefined; + "sec-websocket-protocol"?: string | undefined; + "sec-websocket-version"?: string | undefined; + "set-cookie"?: string[] | undefined; + "strict-transport-security"?: string | undefined; + tk?: string | undefined; + trailer?: string | undefined; + "transfer-encoding"?: string | undefined; + upgrade?: string | undefined; + "user-agent"?: string | undefined; + vary?: string | undefined; + via?: string | undefined; + warning?: string | undefined; + "www-authenticate"?: string | undefined; + } + // outgoing headers allows numbers (as they are converted internally to strings) + type OutgoingHttpHeader = number | string | string[]; + interface OutgoingHttpHeaders extends NodeJS.Dict { + accept?: string | string[] | undefined; + "accept-charset"?: string | string[] | undefined; + "accept-encoding"?: string | string[] | undefined; + "accept-language"?: string | string[] | undefined; + "accept-ranges"?: string | undefined; + "access-control-allow-credentials"?: string | undefined; + "access-control-allow-headers"?: string | undefined; + "access-control-allow-methods"?: string | undefined; + "access-control-allow-origin"?: string | undefined; + "access-control-expose-headers"?: string | undefined; + "access-control-max-age"?: string | undefined; + "access-control-request-headers"?: string | undefined; + "access-control-request-method"?: string | undefined; + age?: string | undefined; + allow?: string | undefined; + authorization?: string | undefined; + "cache-control"?: string | undefined; + "cdn-cache-control"?: string | undefined; + connection?: string | string[] | undefined; + "content-disposition"?: string | undefined; + "content-encoding"?: string | undefined; + "content-language"?: string | undefined; + "content-length"?: string | number | undefined; + "content-location"?: string | undefined; + "content-range"?: string | undefined; + "content-security-policy"?: string | undefined; + "content-security-policy-report-only"?: string | undefined; + cookie?: string | string[] | undefined; + dav?: string | string[] | undefined; + dnt?: string | undefined; + date?: string | undefined; + etag?: string | undefined; + expect?: string | undefined; + expires?: string | undefined; + forwarded?: string | undefined; + from?: string | undefined; + host?: string | undefined; + "if-match"?: string | undefined; + "if-modified-since"?: string | undefined; + "if-none-match"?: string | undefined; + "if-range"?: string | undefined; + "if-unmodified-since"?: string | undefined; + "last-modified"?: string | undefined; + link?: string | string[] | undefined; + location?: string | undefined; + "max-forwards"?: string | undefined; + origin?: string | undefined; + pragma?: string | string[] | undefined; + "proxy-authenticate"?: string | string[] | undefined; + "proxy-authorization"?: string | undefined; + "public-key-pins"?: string | undefined; + "public-key-pins-report-only"?: string | undefined; + range?: string | undefined; + referer?: string | undefined; + "referrer-policy"?: string | undefined; + refresh?: string | undefined; + "retry-after"?: string | undefined; + "sec-websocket-accept"?: string | undefined; + "sec-websocket-extensions"?: string | string[] | undefined; + "sec-websocket-key"?: string | undefined; + "sec-websocket-protocol"?: string | string[] | undefined; + "sec-websocket-version"?: string | undefined; + server?: string | undefined; + "set-cookie"?: string | string[] | undefined; + "strict-transport-security"?: string | undefined; + te?: string | undefined; + trailer?: string | undefined; + "transfer-encoding"?: string | undefined; + "user-agent"?: string | undefined; + upgrade?: string | undefined; + "upgrade-insecure-requests"?: string | undefined; + vary?: string | undefined; + via?: string | string[] | undefined; + warning?: string | undefined; + "www-authenticate"?: string | string[] | undefined; + "x-content-type-options"?: string | undefined; + "x-dns-prefetch-control"?: string | undefined; + "x-frame-options"?: string | undefined; + "x-xss-protection"?: string | undefined; + } + interface ClientRequestArgs extends Pick { + _defaultAgent?: Agent | undefined; + agent?: Agent | boolean | undefined; + auth?: string | null | undefined; + createConnection?: + | (( + options: ClientRequestArgs, + oncreate: (err: Error | null, socket: stream.Duplex) => void, + ) => stream.Duplex | null | undefined) + | undefined; + defaultPort?: number | string | undefined; + family?: number | undefined; + headers?: OutgoingHttpHeaders | readonly string[] | undefined; + host?: string | null | undefined; + hostname?: string | null | undefined; + insecureHTTPParser?: boolean | undefined; + localAddress?: string | undefined; + localPort?: number | undefined; + lookup?: LookupFunction | undefined; + /** + * @default 16384 + */ + maxHeaderSize?: number | undefined; + method?: string | undefined; + path?: string | null | undefined; + port?: number | string | null | undefined; + protocol?: string | null | undefined; + setHost?: boolean | undefined; + signal?: AbortSignal | undefined; + socketPath?: string | undefined; + timeout?: number | undefined; + uniqueHeaders?: Array | undefined; + joinDuplicateHeaders?: boolean | undefined; + } + interface ServerOptions< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse> = typeof ServerResponse, + > { + /** + * Specifies the `IncomingMessage` class to be used. Useful for extending the original `IncomingMessage`. + */ + IncomingMessage?: Request | undefined; + /** + * Specifies the `ServerResponse` class to be used. Useful for extending the original `ServerResponse`. + */ + ServerResponse?: Response | undefined; + /** + * Sets the timeout value in milliseconds for receiving the entire request from the client. + * @see Server.requestTimeout for more information. + * @default 300000 + * @since v18.0.0 + */ + requestTimeout?: number | undefined; + /** + * It joins the field line values of multiple headers in a request with `, ` instead of discarding the duplicates. + * @default false + * @since v18.14.0 + */ + joinDuplicateHeaders?: boolean | undefined; + /** + * The number of milliseconds of inactivity a server needs to wait for additional incoming data, + * after it has finished writing the last response, before a socket will be destroyed. + * @see Server.keepAliveTimeout for more information. + * @default 5000 + * @since v18.0.0 + */ + keepAliveTimeout?: number | undefined; + /** + * Sets the interval value in milliseconds to check for request and headers timeout in incomplete requests. + * @default 30000 + */ + connectionsCheckingInterval?: number | undefined; + /** + * Sets the timeout value in milliseconds for receiving the complete HTTP headers from the client. + * See {@link Server.headersTimeout} for more information. + * @default 60000 + * @since 18.0.0 + */ + headersTimeout?: number | undefined; + /** + * Optionally overrides all `socket`s' `readableHighWaterMark` and `writableHighWaterMark`. + * This affects `highWaterMark` property of both `IncomingMessage` and `ServerResponse`. + * Default: @see stream.getDefaultHighWaterMark(). + * @since v20.1.0 + */ + highWaterMark?: number | undefined; + /** + * Use an insecure HTTP parser that accepts invalid HTTP headers when `true`. + * Using the insecure parser should be avoided. + * See --insecure-http-parser for more information. + * @default false + */ + insecureHTTPParser?: boolean | undefined; + /** + * Optionally overrides the value of `--max-http-header-size` for requests received by + * this server, i.e. the maximum length of request headers in bytes. + * @default 16384 + * @since v13.3.0 + */ + maxHeaderSize?: number | undefined; + /** + * If set to `true`, it disables the use of Nagle's algorithm immediately after a new incoming connection is received. + * @default true + * @since v16.5.0 + */ + noDelay?: boolean | undefined; + /** + * If set to `true`, it forces the server to respond with a 400 (Bad Request) status code + * to any HTTP/1.1 request message that lacks a Host header (as mandated by the specification). + * @default true + * @since 20.0.0 + */ + requireHostHeader?: boolean | undefined; + /** + * If set to `true`, it enables keep-alive functionality on the socket immediately after a new incoming connection is received, + * similarly on what is done in `socket.setKeepAlive([enable][, initialDelay])`. + * @default false + * @since v16.5.0 + */ + keepAlive?: boolean | undefined; + /** + * If set to a positive number, it sets the initial delay before the first keepalive probe is sent on an idle socket. + * @default 0 + * @since v16.5.0 + */ + keepAliveInitialDelay?: number | undefined; + /** + * A list of response headers that should be sent only once. + * If the header's value is an array, the items will be joined using `; `. + */ + uniqueHeaders?: Array | undefined; + /** + * If set to `true`, an error is thrown when writing to an HTTP response which does not have a body. + * @default false + * @since v18.17.0, v20.2.0 + */ + rejectNonStandardBodyWrites?: boolean | undefined; + } + type RequestListener< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse> = typeof ServerResponse, + > = (req: InstanceType, res: InstanceType & { req: InstanceType }) => void; + /** + * @since v0.1.17 + */ + class Server< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse> = typeof ServerResponse, + > extends NetServer { + constructor(requestListener?: RequestListener); + constructor(options: ServerOptions, requestListener?: RequestListener); + /** + * Sets the timeout value for sockets, and emits a `'timeout'` event on + * the Server object, passing the socket as an argument, if a timeout + * occurs. + * + * If there is a `'timeout'` event listener on the Server object, then it + * will be called with the timed-out socket as an argument. + * + * By default, the Server does not timeout sockets. However, if a callback + * is assigned to the Server's `'timeout'` event, timeouts must be handled + * explicitly. + * @since v0.9.12 + * @param [msecs=0 (no timeout)] + */ + setTimeout(msecs?: number, callback?: (socket: Socket) => void): this; + setTimeout(callback: (socket: Socket) => void): this; + /** + * Limits maximum incoming headers count. If set to 0, no limit will be applied. + * @since v0.7.0 + */ + maxHeadersCount: number | null; + /** + * The maximum number of requests socket can handle + * before closing keep alive connection. + * + * A value of `0` will disable the limit. + * + * When the limit is reached it will set the `Connection` header value to `close`, + * but will not actually close the connection, subsequent requests sent + * after the limit is reached will get `503 Service Unavailable` as a response. + * @since v16.10.0 + */ + maxRequestsPerSocket: number | null; + /** + * The number of milliseconds of inactivity before a socket is presumed + * to have timed out. + * + * A value of `0` will disable the timeout behavior on incoming connections. + * + * The socket timeout logic is set up on connection, so changing this + * value only affects new connections to the server, not any existing connections. + * @since v0.9.12 + */ + timeout: number; + /** + * Limit the amount of time the parser will wait to receive the complete HTTP + * headers. + * + * If the timeout expires, the server responds with status 408 without + * forwarding the request to the request listener and then closes the connection. + * + * It must be set to a non-zero value (e.g. 120 seconds) to protect against + * potential Denial-of-Service attacks in case the server is deployed without a + * reverse proxy in front. + * @since v11.3.0, v10.14.0 + */ + headersTimeout: number; + /** + * The number of milliseconds of inactivity a server needs to wait for additional + * incoming data, after it has finished writing the last response, before a socket + * will be destroyed. If the server receives new data before the keep-alive + * timeout has fired, it will reset the regular inactivity timeout, i.e., `server.timeout`. + * + * A value of `0` will disable the keep-alive timeout behavior on incoming + * connections. + * A value of `0` makes the http server behave similarly to Node.js versions prior + * to 8.0.0, which did not have a keep-alive timeout. + * + * The socket timeout logic is set up on connection, so changing this value only + * affects new connections to the server, not any existing connections. + * @since v8.0.0 + */ + keepAliveTimeout: number; + /** + * Sets the timeout value in milliseconds for receiving the entire request from + * the client. + * + * If the timeout expires, the server responds with status 408 without + * forwarding the request to the request listener and then closes the connection. + * + * It must be set to a non-zero value (e.g. 120 seconds) to protect against + * potential Denial-of-Service attacks in case the server is deployed without a + * reverse proxy in front. + * @since v14.11.0 + */ + requestTimeout: number; + /** + * Closes all connections connected to this server. + * @since v18.2.0 + */ + closeAllConnections(): void; + /** + * Closes all connections connected to this server which are not sending a request + * or waiting for a response. + * @since v18.2.0 + */ + closeIdleConnections(): void; + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "connection", listener: (socket: Socket) => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "listening", listener: () => void): this; + addListener(event: "checkContinue", listener: RequestListener): this; + addListener(event: "checkExpectation", listener: RequestListener): this; + addListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this; + addListener( + event: "connect", + listener: (req: InstanceType, socket: stream.Duplex, head: NonSharedBuffer) => void, + ): this; + addListener(event: "dropRequest", listener: (req: InstanceType, socket: stream.Duplex) => void): this; + addListener(event: "request", listener: RequestListener): this; + addListener( + event: "upgrade", + listener: (req: InstanceType, socket: stream.Duplex, head: NonSharedBuffer) => void, + ): this; + emit(event: string, ...args: any[]): boolean; + emit(event: "close"): boolean; + emit(event: "connection", socket: Socket): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "listening"): boolean; + emit( + event: "checkContinue", + req: InstanceType, + res: InstanceType & { req: InstanceType }, + ): boolean; + emit( + event: "checkExpectation", + req: InstanceType, + res: InstanceType & { req: InstanceType }, + ): boolean; + emit(event: "clientError", err: Error, socket: stream.Duplex): boolean; + emit(event: "connect", req: InstanceType, socket: stream.Duplex, head: NonSharedBuffer): boolean; + emit(event: "dropRequest", req: InstanceType, socket: stream.Duplex): boolean; + emit( + event: "request", + req: InstanceType, + res: InstanceType & { req: InstanceType }, + ): boolean; + emit(event: "upgrade", req: InstanceType, socket: stream.Duplex, head: NonSharedBuffer): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: () => void): this; + on(event: "connection", listener: (socket: Socket) => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "listening", listener: () => void): this; + on(event: "checkContinue", listener: RequestListener): this; + on(event: "checkExpectation", listener: RequestListener): this; + on(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this; + on( + event: "connect", + listener: (req: InstanceType, socket: stream.Duplex, head: NonSharedBuffer) => void, + ): this; + on(event: "dropRequest", listener: (req: InstanceType, socket: stream.Duplex) => void): this; + on(event: "request", listener: RequestListener): this; + on( + event: "upgrade", + listener: (req: InstanceType, socket: stream.Duplex, head: NonSharedBuffer) => void, + ): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "connection", listener: (socket: Socket) => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "listening", listener: () => void): this; + once(event: "checkContinue", listener: RequestListener): this; + once(event: "checkExpectation", listener: RequestListener): this; + once(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this; + once( + event: "connect", + listener: (req: InstanceType, socket: stream.Duplex, head: NonSharedBuffer) => void, + ): this; + once(event: "dropRequest", listener: (req: InstanceType, socket: stream.Duplex) => void): this; + once(event: "request", listener: RequestListener): this; + once( + event: "upgrade", + listener: (req: InstanceType, socket: stream.Duplex, head: NonSharedBuffer) => void, + ): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "connection", listener: (socket: Socket) => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "listening", listener: () => void): this; + prependListener(event: "checkContinue", listener: RequestListener): this; + prependListener(event: "checkExpectation", listener: RequestListener): this; + prependListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this; + prependListener( + event: "connect", + listener: (req: InstanceType, socket: stream.Duplex, head: NonSharedBuffer) => void, + ): this; + prependListener( + event: "dropRequest", + listener: (req: InstanceType, socket: stream.Duplex) => void, + ): this; + prependListener(event: "request", listener: RequestListener): this; + prependListener( + event: "upgrade", + listener: (req: InstanceType, socket: stream.Duplex, head: NonSharedBuffer) => void, + ): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "connection", listener: (socket: Socket) => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "listening", listener: () => void): this; + prependOnceListener(event: "checkContinue", listener: RequestListener): this; + prependOnceListener(event: "checkExpectation", listener: RequestListener): this; + prependOnceListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this; + prependOnceListener( + event: "connect", + listener: (req: InstanceType, socket: stream.Duplex, head: NonSharedBuffer) => void, + ): this; + prependOnceListener( + event: "dropRequest", + listener: (req: InstanceType, socket: stream.Duplex) => void, + ): this; + prependOnceListener(event: "request", listener: RequestListener): this; + prependOnceListener( + event: "upgrade", + listener: (req: InstanceType, socket: stream.Duplex, head: NonSharedBuffer) => void, + ): this; + } + /** + * This class serves as the parent class of {@link ClientRequest} and {@link ServerResponse}. It is an abstract outgoing message from + * the perspective of the participants of an HTTP transaction. + * @since v0.1.17 + */ + class OutgoingMessage extends stream.Writable { + readonly req: Request; + chunkedEncoding: boolean; + shouldKeepAlive: boolean; + useChunkedEncodingByDefault: boolean; + sendDate: boolean; + /** + * @deprecated Use `writableEnded` instead. + */ + finished: boolean; + /** + * Read-only. `true` if the headers were sent, otherwise `false`. + * @since v0.9.3 + */ + readonly headersSent: boolean; + /** + * Alias of `outgoingMessage.socket`. + * @since v0.3.0 + * @deprecated Since v15.12.0,v14.17.1 - Use `socket` instead. + */ + readonly connection: Socket | null; + /** + * Reference to the underlying socket. Usually, users will not want to access + * this property. + * + * After calling `outgoingMessage.end()`, this property will be nulled. + * @since v0.3.0 + */ + readonly socket: Socket | null; + constructor(); + /** + * Once a socket is associated with the message and is connected, `socket.setTimeout()` will be called with `msecs` as the first parameter. + * @since v0.9.12 + * @param callback Optional function to be called when a timeout occurs. Same as binding to the `timeout` event. + */ + setTimeout(msecs: number, callback?: () => void): this; + /** + * Sets a single header value. If the header already exists in the to-be-sent + * headers, its value will be replaced. Use an array of strings to send multiple + * headers with the same name. + * @since v0.4.0 + * @param name Header name + * @param value Header value + */ + setHeader(name: string, value: number | string | readonly string[]): this; + /** + * Sets multiple header values for implicit headers. headers must be an instance of + * `Headers` or `Map`, if a header already exists in the to-be-sent headers, its + * value will be replaced. + * + * ```js + * const headers = new Headers({ foo: 'bar' }); + * outgoingMessage.setHeaders(headers); + * ``` + * + * or + * + * ```js + * const headers = new Map([['foo', 'bar']]); + * outgoingMessage.setHeaders(headers); + * ``` + * + * When headers have been set with `outgoingMessage.setHeaders()`, they will be + * merged with any headers passed to `response.writeHead()`, with the headers passed + * to `response.writeHead()` given precedence. + * + * ```js + * // Returns content-type = text/plain + * const server = http.createServer((req, res) => { + * const headers = new Headers({ 'Content-Type': 'text/html' }); + * res.setHeaders(headers); + * res.writeHead(200, { 'Content-Type': 'text/plain' }); + * res.end('ok'); + * }); + * ``` + * + * @since v19.6.0, v18.15.0 + * @param name Header name + * @param value Header value + */ + setHeaders(headers: Headers | Map): this; + /** + * Append a single header value to the header object. + * + * If the value is an array, this is equivalent to calling this method multiple + * times. + * + * If there were no previous values for the header, this is equivalent to calling `outgoingMessage.setHeader(name, value)`. + * + * Depending of the value of `options.uniqueHeaders` when the client request or the + * server were created, this will end up in the header being sent multiple times or + * a single time with values joined using `; `. + * @since v18.3.0, v16.17.0 + * @param name Header name + * @param value Header value + */ + appendHeader(name: string, value: string | readonly string[]): this; + /** + * Gets the value of the HTTP header with the given name. If that header is not + * set, the returned value will be `undefined`. + * @since v0.4.0 + * @param name Name of header + */ + getHeader(name: string): number | string | string[] | undefined; + /** + * Returns a shallow copy of the current outgoing headers. Since a shallow + * copy is used, array values may be mutated without additional calls to + * various header-related HTTP module methods. The keys of the returned + * object are the header names and the values are the respective header + * values. All header names are lowercase. + * + * The object returned by the `outgoingMessage.getHeaders()` method does + * not prototypically inherit from the JavaScript `Object`. This means that + * typical `Object` methods such as `obj.toString()`, `obj.hasOwnProperty()`, + * and others are not defined and will not work. + * + * ```js + * outgoingMessage.setHeader('Foo', 'bar'); + * outgoingMessage.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); + * + * const headers = outgoingMessage.getHeaders(); + * // headers === { foo: 'bar', 'set-cookie': ['foo=bar', 'bar=baz'] } + * ``` + * @since v7.7.0 + */ + getHeaders(): OutgoingHttpHeaders; + /** + * Returns an array containing the unique names of the current outgoing headers. + * All names are lowercase. + * @since v7.7.0 + */ + getHeaderNames(): string[]; + /** + * Returns `true` if the header identified by `name` is currently set in the + * outgoing headers. The header name is case-insensitive. + * + * ```js + * const hasContentType = outgoingMessage.hasHeader('content-type'); + * ``` + * @since v7.7.0 + */ + hasHeader(name: string): boolean; + /** + * Removes a header that is queued for implicit sending. + * + * ```js + * outgoingMessage.removeHeader('Content-Encoding'); + * ``` + * @since v0.4.0 + * @param name Header name + */ + removeHeader(name: string): void; + /** + * Adds HTTP trailers (headers but at the end of the message) to the message. + * + * Trailers will **only** be emitted if the message is chunked encoded. If not, + * the trailers will be silently discarded. + * + * HTTP requires the `Trailer` header to be sent to emit trailers, + * with a list of header field names in its value, e.g. + * + * ```js + * message.writeHead(200, { 'Content-Type': 'text/plain', + * 'Trailer': 'Content-MD5' }); + * message.write(fileData); + * message.addTrailers({ 'Content-MD5': '7895bf4b8828b55ceaf47747b4bca667' }); + * message.end(); + * ``` + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `TypeError` being thrown. + * @since v0.3.0 + */ + addTrailers(headers: OutgoingHttpHeaders | ReadonlyArray<[string, string]>): void; + /** + * Flushes the message headers. + * + * For efficiency reason, Node.js normally buffers the message headers + * until `outgoingMessage.end()` is called or the first chunk of message data + * is written. It then tries to pack the headers and data into a single TCP + * packet. + * + * It is usually desired (it saves a TCP round-trip), but not when the first + * data is not sent until possibly much later. `outgoingMessage.flushHeaders()` bypasses the optimization and kickstarts the message. + * @since v1.6.0 + */ + flushHeaders(): void; + } + /** + * This object is created internally by an HTTP server, not by the user. It is + * passed as the second parameter to the `'request'` event. + * @since v0.1.17 + */ + class ServerResponse extends OutgoingMessage { + /** + * When using implicit headers (not calling `response.writeHead()` explicitly), + * this property controls the status code that will be sent to the client when + * the headers get flushed. + * + * ```js + * response.statusCode = 404; + * ``` + * + * After response header was sent to the client, this property indicates the + * status code which was sent out. + * @since v0.4.0 + */ + statusCode: number; + /** + * When using implicit headers (not calling `response.writeHead()` explicitly), + * this property controls the status message that will be sent to the client when + * the headers get flushed. If this is left as `undefined` then the standard + * message for the status code will be used. + * + * ```js + * response.statusMessage = 'Not found'; + * ``` + * + * After response header was sent to the client, this property indicates the + * status message which was sent out. + * @since v0.11.8 + */ + statusMessage: string; + /** + * If set to `true`, Node.js will check whether the `Content-Length` header value and the size of the body, in bytes, are equal. + * Mismatching the `Content-Length` header value will result + * in an `Error` being thrown, identified by `code:``'ERR_HTTP_CONTENT_LENGTH_MISMATCH'`. + * @since v18.10.0, v16.18.0 + */ + strictContentLength: boolean; + constructor(req: Request); + assignSocket(socket: Socket): void; + detachSocket(socket: Socket): void; + /** + * Sends an HTTP/1.1 100 Continue message to the client, indicating that + * the request body should be sent. See the `'checkContinue'` event on `Server`. + * @since v0.3.0 + */ + writeContinue(callback?: () => void): void; + /** + * Sends an HTTP/1.1 103 Early Hints message to the client with a Link header, + * indicating that the user agent can preload/preconnect the linked resources. + * The `hints` is an object containing the values of headers to be sent with + * early hints message. The optional `callback` argument will be called when + * the response message has been written. + * + * **Example** + * + * ```js + * const earlyHintsLink = '; rel=preload; as=style'; + * response.writeEarlyHints({ + * 'link': earlyHintsLink, + * }); + * + * const earlyHintsLinks = [ + * '; rel=preload; as=style', + * '; rel=preload; as=script', + * ]; + * response.writeEarlyHints({ + * 'link': earlyHintsLinks, + * 'x-trace-id': 'id for diagnostics', + * }); + * + * const earlyHintsCallback = () => console.log('early hints message sent'); + * response.writeEarlyHints({ + * 'link': earlyHintsLinks, + * }, earlyHintsCallback); + * ``` + * @since v18.11.0 + * @param hints An object containing the values of headers + * @param callback Will be called when the response message has been written + */ + writeEarlyHints(hints: Record, callback?: () => void): void; + /** + * Sends a response header to the request. The status code is a 3-digit HTTP + * status code, like `404`. The last argument, `headers`, are the response headers. + * Optionally one can give a human-readable `statusMessage` as the second + * argument. + * + * `headers` may be an `Array` where the keys and values are in the same list. + * It is _not_ a list of tuples. So, the even-numbered offsets are key values, + * and the odd-numbered offsets are the associated values. The array is in the same + * format as `request.rawHeaders`. + * + * Returns a reference to the `ServerResponse`, so that calls can be chained. + * + * ```js + * const body = 'hello world'; + * response + * .writeHead(200, { + * 'Content-Length': Buffer.byteLength(body), + * 'Content-Type': 'text/plain', + * }) + * .end(body); + * ``` + * + * This method must only be called once on a message and it must + * be called before `response.end()` is called. + * + * If `response.write()` or `response.end()` are called before calling + * this, the implicit/mutable headers will be calculated and call this function. + * + * When headers have been set with `response.setHeader()`, they will be merged + * with any headers passed to `response.writeHead()`, with the headers passed + * to `response.writeHead()` given precedence. + * + * If this method is called and `response.setHeader()` has not been called, + * it will directly write the supplied header values onto the network channel + * without caching internally, and the `response.getHeader()` on the header + * will not yield the expected result. If progressive population of headers is + * desired with potential future retrieval and modification, use `response.setHeader()` instead. + * + * ```js + * // Returns content-type = text/plain + * const server = http.createServer((req, res) => { + * res.setHeader('Content-Type', 'text/html'); + * res.setHeader('X-Foo', 'bar'); + * res.writeHead(200, { 'Content-Type': 'text/plain' }); + * res.end('ok'); + * }); + * ``` + * + * `Content-Length` is read in bytes, not characters. Use `Buffer.byteLength()` to determine the length of the body in bytes. Node.js + * will check whether `Content-Length` and the length of the body which has + * been transmitted are equal or not. + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `Error` being thrown. + * @since v0.1.30 + */ + writeHead( + statusCode: number, + statusMessage?: string, + headers?: OutgoingHttpHeaders | OutgoingHttpHeader[], + ): this; + writeHead(statusCode: number, headers?: OutgoingHttpHeaders | OutgoingHttpHeader[]): this; + /** + * Sends a HTTP/1.1 102 Processing message to the client, indicating that + * the request body should be sent. + * @since v10.0.0 + */ + writeProcessing(callback?: () => void): void; + } + interface InformationEvent { + statusCode: number; + statusMessage: string; + httpVersion: string; + httpVersionMajor: number; + httpVersionMinor: number; + headers: IncomingHttpHeaders; + rawHeaders: string[]; + } + /** + * This object is created internally and returned from {@link request}. It + * represents an _in-progress_ request whose header has already been queued. The + * header is still mutable using the `setHeader(name, value)`, `getHeader(name)`, `removeHeader(name)` API. The actual header will + * be sent along with the first data chunk or when calling `request.end()`. + * + * To get the response, add a listener for `'response'` to the request object. `'response'` will be emitted from the request object when the response + * headers have been received. The `'response'` event is executed with one + * argument which is an instance of {@link IncomingMessage}. + * + * During the `'response'` event, one can add listeners to the + * response object; particularly to listen for the `'data'` event. + * + * If no `'response'` handler is added, then the response will be + * entirely discarded. However, if a `'response'` event handler is added, + * then the data from the response object **must** be consumed, either by + * calling `response.read()` whenever there is a `'readable'` event, or + * by adding a `'data'` handler, or by calling the `.resume()` method. + * Until the data is consumed, the `'end'` event will not fire. Also, until + * the data is read it will consume memory that can eventually lead to a + * 'process out of memory' error. + * + * For backward compatibility, `res` will only emit `'error'` if there is an `'error'` listener registered. + * + * Set `Content-Length` header to limit the response body size. + * If `response.strictContentLength` is set to `true`, mismatching the `Content-Length` header value will result in an `Error` being thrown, + * identified by `code:``'ERR_HTTP_CONTENT_LENGTH_MISMATCH'`. + * + * `Content-Length` value should be in bytes, not characters. Use `Buffer.byteLength()` to determine the length of the body in bytes. + * @since v0.1.17 + */ + class ClientRequest extends OutgoingMessage { + /** + * The `request.aborted` property will be `true` if the request has + * been aborted. + * @since v0.11.14 + * @deprecated Since v17.0.0, v16.12.0 - Check `destroyed` instead. + */ + aborted: boolean; + /** + * The request host. + * @since v14.5.0, v12.19.0 + */ + host: string; + /** + * The request protocol. + * @since v14.5.0, v12.19.0 + */ + protocol: string; + /** + * When sending request through a keep-alive enabled agent, the underlying socket + * might be reused. But if server closes connection at unfortunate time, client + * may run into a 'ECONNRESET' error. + * + * ```js + * import http from 'node:http'; + * + * // Server has a 5 seconds keep-alive timeout by default + * http + * .createServer((req, res) => { + * res.write('hello\n'); + * res.end(); + * }) + * .listen(3000); + * + * setInterval(() => { + * // Adapting a keep-alive agent + * http.get('http://localhost:3000', { agent }, (res) => { + * res.on('data', (data) => { + * // Do nothing + * }); + * }); + * }, 5000); // Sending request on 5s interval so it's easy to hit idle timeout + * ``` + * + * By marking a request whether it reused socket or not, we can do + * automatic error retry base on it. + * + * ```js + * import http from 'node:http'; + * const agent = new http.Agent({ keepAlive: true }); + * + * function retriableRequest() { + * const req = http + * .get('http://localhost:3000', { agent }, (res) => { + * // ... + * }) + * .on('error', (err) => { + * // Check if retry is needed + * if (req.reusedSocket && err.code === 'ECONNRESET') { + * retriableRequest(); + * } + * }); + * } + * + * retriableRequest(); + * ``` + * @since v13.0.0, v12.16.0 + */ + reusedSocket: boolean; + /** + * Limits maximum response headers count. If set to 0, no limit will be applied. + */ + maxHeadersCount: number; + constructor(url: string | URL | ClientRequestArgs, cb?: (res: IncomingMessage) => void); + /** + * The request method. + * @since v0.1.97 + */ + method: string; + /** + * The request path. + * @since v0.4.0 + */ + path: string; + /** + * Marks the request as aborting. Calling this will cause remaining data + * in the response to be dropped and the socket to be destroyed. + * @since v0.3.8 + * @deprecated Since v14.1.0,v13.14.0 - Use `destroy` instead. + */ + abort(): void; + onSocket(socket: Socket): void; + /** + * Once a socket is assigned to this request and is connected `socket.setTimeout()` will be called. + * @since v0.5.9 + * @param timeout Milliseconds before a request times out. + * @param callback Optional function to be called when a timeout occurs. Same as binding to the `'timeout'` event. + */ + setTimeout(timeout: number, callback?: () => void): this; + /** + * Once a socket is assigned to this request and is connected `socket.setNoDelay()` will be called. + * @since v0.5.9 + */ + setNoDelay(noDelay?: boolean): void; + /** + * Once a socket is assigned to this request and is connected `socket.setKeepAlive()` will be called. + * @since v0.5.9 + */ + setSocketKeepAlive(enable?: boolean, initialDelay?: number): void; + /** + * Returns an array containing the unique names of the current outgoing raw + * headers. Header names are returned with their exact casing being set. + * + * ```js + * request.setHeader('Foo', 'bar'); + * request.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); + * + * const headerNames = request.getRawHeaderNames(); + * // headerNames === ['Foo', 'Set-Cookie'] + * ``` + * @since v15.13.0, v14.17.0 + */ + getRawHeaderNames(): string[]; + /** + * @deprecated + */ + addListener(event: "abort", listener: () => void): this; + addListener( + event: "connect", + listener: (response: IncomingMessage, socket: Socket, head: NonSharedBuffer) => void, + ): this; + addListener(event: "continue", listener: () => void): this; + addListener(event: "information", listener: (info: InformationEvent) => void): this; + addListener(event: "response", listener: (response: IncomingMessage) => void): this; + addListener(event: "socket", listener: (socket: Socket) => void): this; + addListener(event: "timeout", listener: () => void): this; + addListener( + event: "upgrade", + listener: (response: IncomingMessage, socket: Socket, head: NonSharedBuffer) => void, + ): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "drain", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "finish", listener: () => void): this; + addListener(event: "pipe", listener: (src: stream.Readable) => void): this; + addListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + /** + * @deprecated + */ + on(event: "abort", listener: () => void): this; + on( + event: "connect", + listener: (response: IncomingMessage, socket: Socket, head: NonSharedBuffer) => void, + ): this; + on(event: "continue", listener: () => void): this; + on(event: "information", listener: (info: InformationEvent) => void): this; + on(event: "response", listener: (response: IncomingMessage) => void): this; + on(event: "socket", listener: (socket: Socket) => void): this; + on(event: "timeout", listener: () => void): this; + on( + event: "upgrade", + listener: (response: IncomingMessage, socket: Socket, head: NonSharedBuffer) => void, + ): this; + on(event: "close", listener: () => void): this; + on(event: "drain", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "finish", listener: () => void): this; + on(event: "pipe", listener: (src: stream.Readable) => void): this; + on(event: "unpipe", listener: (src: stream.Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + /** + * @deprecated + */ + once(event: "abort", listener: () => void): this; + once( + event: "connect", + listener: (response: IncomingMessage, socket: Socket, head: NonSharedBuffer) => void, + ): this; + once(event: "continue", listener: () => void): this; + once(event: "information", listener: (info: InformationEvent) => void): this; + once(event: "response", listener: (response: IncomingMessage) => void): this; + once(event: "socket", listener: (socket: Socket) => void): this; + once(event: "timeout", listener: () => void): this; + once( + event: "upgrade", + listener: (response: IncomingMessage, socket: Socket, head: NonSharedBuffer) => void, + ): this; + once(event: "close", listener: () => void): this; + once(event: "drain", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "finish", listener: () => void): this; + once(event: "pipe", listener: (src: stream.Readable) => void): this; + once(event: "unpipe", listener: (src: stream.Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + /** + * @deprecated + */ + prependListener(event: "abort", listener: () => void): this; + prependListener( + event: "connect", + listener: (response: IncomingMessage, socket: Socket, head: NonSharedBuffer) => void, + ): this; + prependListener(event: "continue", listener: () => void): this; + prependListener(event: "information", listener: (info: InformationEvent) => void): this; + prependListener(event: "response", listener: (response: IncomingMessage) => void): this; + prependListener(event: "socket", listener: (socket: Socket) => void): this; + prependListener(event: "timeout", listener: () => void): this; + prependListener( + event: "upgrade", + listener: (response: IncomingMessage, socket: Socket, head: NonSharedBuffer) => void, + ): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "drain", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "finish", listener: () => void): this; + prependListener(event: "pipe", listener: (src: stream.Readable) => void): this; + prependListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + /** + * @deprecated + */ + prependOnceListener(event: "abort", listener: () => void): this; + prependOnceListener( + event: "connect", + listener: (response: IncomingMessage, socket: Socket, head: NonSharedBuffer) => void, + ): this; + prependOnceListener(event: "continue", listener: () => void): this; + prependOnceListener(event: "information", listener: (info: InformationEvent) => void): this; + prependOnceListener(event: "response", listener: (response: IncomingMessage) => void): this; + prependOnceListener(event: "socket", listener: (socket: Socket) => void): this; + prependOnceListener(event: "timeout", listener: () => void): this; + prependOnceListener( + event: "upgrade", + listener: (response: IncomingMessage, socket: Socket, head: NonSharedBuffer) => void, + ): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "drain", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "finish", listener: () => void): this; + prependOnceListener(event: "pipe", listener: (src: stream.Readable) => void): this; + prependOnceListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + /** + * An `IncomingMessage` object is created by {@link Server} or {@link ClientRequest} and passed as the first argument to the `'request'` and `'response'` event respectively. It may be used to + * access response + * status, headers, and data. + * + * Different from its `socket` value which is a subclass of `stream.Duplex`, the `IncomingMessage` itself extends `stream.Readable` and is created separately to + * parse and emit the incoming HTTP headers and payload, as the underlying socket + * may be reused multiple times in case of keep-alive. + * @since v0.1.17 + */ + class IncomingMessage extends stream.Readable { + constructor(socket: Socket); + /** + * The `message.aborted` property will be `true` if the request has + * been aborted. + * @since v10.1.0 + * @deprecated Since v17.0.0,v16.12.0 - Check `message.destroyed` from stream.Readable. + */ + aborted: boolean; + /** + * In case of server request, the HTTP version sent by the client. In the case of + * client response, the HTTP version of the connected-to server. + * Probably either `'1.1'` or `'1.0'`. + * + * Also `message.httpVersionMajor` is the first integer and `message.httpVersionMinor` is the second. + * @since v0.1.1 + */ + httpVersion: string; + httpVersionMajor: number; + httpVersionMinor: number; + /** + * The `message.complete` property will be `true` if a complete HTTP message has + * been received and successfully parsed. + * + * This property is particularly useful as a means of determining if a client or + * server fully transmitted a message before a connection was terminated: + * + * ```js + * const req = http.request({ + * host: '127.0.0.1', + * port: 8080, + * method: 'POST', + * }, (res) => { + * res.resume(); + * res.on('end', () => { + * if (!res.complete) + * console.error( + * 'The connection was terminated while the message was still being sent'); + * }); + * }); + * ``` + * @since v0.3.0 + */ + complete: boolean; + /** + * Alias for `message.socket`. + * @since v0.1.90 + * @deprecated Since v16.0.0 - Use `socket`. + */ + connection: Socket; + /** + * The `net.Socket` object associated with the connection. + * + * With HTTPS support, use `request.socket.getPeerCertificate()` to obtain the + * client's authentication details. + * + * This property is guaranteed to be an instance of the `net.Socket` class, + * a subclass of `stream.Duplex`, unless the user specified a socket + * type other than `net.Socket` or internally nulled. + * @since v0.3.0 + */ + socket: Socket; + /** + * The request/response headers object. + * + * Key-value pairs of header names and values. Header names are lower-cased. + * + * ```js + * // Prints something like: + * // + * // { 'user-agent': 'curl/7.22.0', + * // host: '127.0.0.1:8000', + * // accept: '*' } + * console.log(request.headers); + * ``` + * + * Duplicates in raw headers are handled in the following ways, depending on the + * header name: + * + * * Duplicates of `age`, `authorization`, `content-length`, `content-type`, `etag`, `expires`, `from`, `host`, `if-modified-since`, `if-unmodified-since`, `last-modified`, `location`, + * `max-forwards`, `proxy-authorization`, `referer`, `retry-after`, `server`, or `user-agent` are discarded. + * To allow duplicate values of the headers listed above to be joined, + * use the option `joinDuplicateHeaders` in {@link request} and {@link createServer}. See RFC 9110 Section 5.3 for more + * information. + * * `set-cookie` is always an array. Duplicates are added to the array. + * * For duplicate `cookie` headers, the values are joined together with `; `. + * * For all other headers, the values are joined together with `, `. + * @since v0.1.5 + */ + headers: IncomingHttpHeaders; + /** + * Similar to `message.headers`, but there is no join logic and the values are + * always arrays of strings, even for headers received just once. + * + * ```js + * // Prints something like: + * // + * // { 'user-agent': ['curl/7.22.0'], + * // host: ['127.0.0.1:8000'], + * // accept: ['*'] } + * console.log(request.headersDistinct); + * ``` + * @since v18.3.0, v16.17.0 + */ + headersDistinct: NodeJS.Dict; + /** + * The raw request/response headers list exactly as they were received. + * + * The keys and values are in the same list. It is _not_ a + * list of tuples. So, the even-numbered offsets are key values, and the + * odd-numbered offsets are the associated values. + * + * Header names are not lowercased, and duplicates are not merged. + * + * ```js + * // Prints something like: + * // + * // [ 'user-agent', + * // 'this is invalid because there can be only one', + * // 'User-Agent', + * // 'curl/7.22.0', + * // 'Host', + * // '127.0.0.1:8000', + * // 'ACCEPT', + * // '*' ] + * console.log(request.rawHeaders); + * ``` + * @since v0.11.6 + */ + rawHeaders: string[]; + /** + * The request/response trailers object. Only populated at the `'end'` event. + * @since v0.3.0 + */ + trailers: NodeJS.Dict; + /** + * Similar to `message.trailers`, but there is no join logic and the values are + * always arrays of strings, even for headers received just once. + * Only populated at the `'end'` event. + * @since v18.3.0, v16.17.0 + */ + trailersDistinct: NodeJS.Dict; + /** + * The raw request/response trailer keys and values exactly as they were + * received. Only populated at the `'end'` event. + * @since v0.11.6 + */ + rawTrailers: string[]; + /** + * Calls `message.socket.setTimeout(msecs, callback)`. + * @since v0.5.9 + */ + setTimeout(msecs: number, callback?: () => void): this; + /** + * **Only valid for request obtained from {@link Server}.** + * + * The request method as a string. Read only. Examples: `'GET'`, `'DELETE'`. + * @since v0.1.1 + */ + method?: string | undefined; + /** + * **Only valid for request obtained from {@link Server}.** + * + * Request URL string. This contains only the URL that is present in the actual + * HTTP request. Take the following request: + * + * ```http + * GET /status?name=ryan HTTP/1.1 + * Accept: text/plain + * ``` + * + * To parse the URL into its parts: + * + * ```js + * new URL(`http://${process.env.HOST ?? 'localhost'}${request.url}`); + * ``` + * + * When `request.url` is `'/status?name=ryan'` and `process.env.HOST` is undefined: + * + * ```console + * $ node + * > new URL(`http://${process.env.HOST ?? 'localhost'}${request.url}`); + * URL { + * href: 'http://localhost/status?name=ryan', + * origin: 'http://localhost', + * protocol: 'http:', + * username: '', + * password: '', + * host: 'localhost', + * hostname: 'localhost', + * port: '', + * pathname: '/status', + * search: '?name=ryan', + * searchParams: URLSearchParams { 'name' => 'ryan' }, + * hash: '' + * } + * ``` + * + * Ensure that you set `process.env.HOST` to the server's host name, or consider replacing this part entirely. If using `req.headers.host`, ensure proper + * validation is used, as clients may specify a custom `Host` header. + * @since v0.1.90 + */ + url?: string | undefined; + /** + * **Only valid for response obtained from {@link ClientRequest}.** + * + * The 3-digit HTTP response status code. E.G. `404`. + * @since v0.1.1 + */ + statusCode?: number | undefined; + /** + * **Only valid for response obtained from {@link ClientRequest}.** + * + * The HTTP response status message (reason phrase). E.G. `OK` or `Internal Server Error`. + * @since v0.11.10 + */ + statusMessage?: string | undefined; + /** + * Calls `destroy()` on the socket that received the `IncomingMessage`. If `error` is provided, an `'error'` event is emitted on the socket and `error` is passed + * as an argument to any listeners on the event. + * @since v0.3.0 + */ + destroy(error?: Error): this; + } + interface AgentOptions extends NodeJS.PartialOptions { + /** + * Keep sockets around in a pool to be used by other requests in the future. Default = false + */ + keepAlive?: boolean | undefined; + /** + * When using HTTP KeepAlive, how often to send TCP KeepAlive packets over sockets being kept alive. Default = 1000. + * Only relevant if keepAlive is set to true. + */ + keepAliveMsecs?: number | undefined; + /** + * Maximum number of sockets to allow per host. Default for Node 0.10 is 5, default for Node 0.12 is Infinity + */ + maxSockets?: number | undefined; + /** + * Maximum number of sockets allowed for all hosts in total. Each request will use a new socket until the maximum is reached. Default: Infinity. + */ + maxTotalSockets?: number | undefined; + /** + * Maximum number of sockets to leave open in a free state. Only relevant if keepAlive is set to true. Default = 256. + */ + maxFreeSockets?: number | undefined; + /** + * Socket timeout in milliseconds. This will set the timeout after the socket is connected. + */ + timeout?: number | undefined; + /** + * Scheduling strategy to apply when picking the next free socket to use. + * @default `lifo` + */ + scheduling?: "fifo" | "lifo" | undefined; + } + /** + * An `Agent` is responsible for managing connection persistence + * and reuse for HTTP clients. It maintains a queue of pending requests + * for a given host and port, reusing a single socket connection for each + * until the queue is empty, at which time the socket is either destroyed + * or put into a pool where it is kept to be used again for requests to the + * same host and port. Whether it is destroyed or pooled depends on the `keepAlive` `option`. + * + * Pooled connections have TCP Keep-Alive enabled for them, but servers may + * still close idle connections, in which case they will be removed from the + * pool and a new connection will be made when a new HTTP request is made for + * that host and port. Servers may also refuse to allow multiple requests + * over the same connection, in which case the connection will have to be + * remade for every request and cannot be pooled. The `Agent` will still make + * the requests to that server, but each one will occur over a new connection. + * + * When a connection is closed by the client or the server, it is removed + * from the pool. Any unused sockets in the pool will be unrefed so as not + * to keep the Node.js process running when there are no outstanding requests. + * (see `socket.unref()`). + * + * It is good practice, to `destroy()` an `Agent` instance when it is no + * longer in use, because unused sockets consume OS resources. + * + * Sockets are removed from an agent when the socket emits either + * a `'close'` event or an `'agentRemove'` event. When intending to keep one + * HTTP request open for a long time without keeping it in the agent, something + * like the following may be done: + * + * ```js + * http.get(options, (res) => { + * // Do stuff + * }).on('socket', (socket) => { + * socket.emit('agentRemove'); + * }); + * ``` + * + * An agent may also be used for an individual request. By providing `{agent: false}` as an option to the `http.get()` or `http.request()` functions, a one-time use `Agent` with default options + * will be used + * for the client connection. + * + * `agent:false`: + * + * ```js + * http.get({ + * hostname: 'localhost', + * port: 80, + * path: '/', + * agent: false, // Create a new agent just for this one request + * }, (res) => { + * // Do stuff with response + * }); + * ``` + * + * `options` in [`socket.connect()`](https://nodejs.org/docs/latest-v20.x/api/net.html#socketconnectoptions-connectlistener) are also supported. + * + * To configure any of them, a custom {@link Agent} instance must be created. + * + * ```js + * import http from 'node:http'; + * const keepAliveAgent = new http.Agent({ keepAlive: true }); + * options.agent = keepAliveAgent; + * http.request(options, onResponseCallback) + * ``` + * @since v0.3.4 + */ + class Agent extends EventEmitter { + /** + * By default set to 256. For agents with `keepAlive` enabled, this + * sets the maximum number of sockets that will be left open in the free + * state. + * @since v0.11.7 + */ + maxFreeSockets: number; + /** + * By default set to `Infinity`. Determines how many concurrent sockets the agent + * can have open per origin. Origin is the returned value of `agent.getName()`. + * @since v0.3.6 + */ + maxSockets: number; + /** + * By default set to `Infinity`. Determines how many concurrent sockets the agent + * can have open. Unlike `maxSockets`, this parameter applies across all origins. + * @since v14.5.0, v12.19.0 + */ + maxTotalSockets: number; + /** + * An object which contains arrays of sockets currently awaiting use by + * the agent when `keepAlive` is enabled. Do not modify. + * + * Sockets in the `freeSockets` list will be automatically destroyed and + * removed from the array on `'timeout'`. + * @since v0.11.4 + */ + readonly freeSockets: NodeJS.ReadOnlyDict; + /** + * An object which contains arrays of sockets currently in use by the + * agent. Do not modify. + * @since v0.3.6 + */ + readonly sockets: NodeJS.ReadOnlyDict; + /** + * An object which contains queues of requests that have not yet been assigned to + * sockets. Do not modify. + * @since v0.5.9 + */ + readonly requests: NodeJS.ReadOnlyDict; + constructor(opts?: AgentOptions); + /** + * Destroy any sockets that are currently in use by the agent. + * + * It is usually not necessary to do this. However, if using an + * agent with `keepAlive` enabled, then it is best to explicitly shut down + * the agent when it is no longer needed. Otherwise, + * sockets might stay open for quite a long time before the server + * terminates them. + * @since v0.11.4 + */ + destroy(): void; + /** + * Produces a socket/stream to be used for HTTP requests. + * + * By default, this function is the same as `net.createConnection()`. However, + * custom agents may override this method in case greater flexibility is desired. + * + * A socket/stream can be supplied in one of two ways: by returning the + * socket/stream from this function, or by passing the socket/stream to `callback`. + * + * This method is guaranteed to return an instance of the `net.Socket` class, + * a subclass of `stream.Duplex`, unless the user specifies a socket + * type other than `net.Socket`. + * + * `callback` has a signature of `(err, stream)`. + * @since v0.11.4 + * @param options Options containing connection details. Check `createConnection` for the format of the options + * @param callback Callback function that receives the created socket + */ + createConnection( + options: ClientRequestArgs, + callback?: (err: Error | null, stream: stream.Duplex) => void, + ): stream.Duplex | null | undefined; + /** + * Called when `socket` is detached from a request and could be persisted by the`Agent`. Default behavior is to: + * + * ```js + * socket.setKeepAlive(true, this.keepAliveMsecs); + * socket.unref(); + * return true; + * ``` + * + * This method can be overridden by a particular `Agent` subclass. If this + * method returns a falsy value, the socket will be destroyed instead of persisting + * it for use with the next request. + * + * The `socket` argument can be an instance of `net.Socket`, a subclass of `stream.Duplex`. + * @since v8.1.0 + */ + keepSocketAlive(socket: stream.Duplex): void; + /** + * Called when `socket` is attached to `request` after being persisted because of + * the keep-alive options. Default behavior is to: + * + * ```js + * socket.ref(); + * ``` + * + * This method can be overridden by a particular `Agent` subclass. + * + * The `socket` argument can be an instance of `net.Socket`, a subclass of `stream.Duplex`. + * @since v8.1.0 + */ + reuseSocket(socket: stream.Duplex, request: ClientRequest): void; + /** + * Get a unique name for a set of request options, to determine whether a + * connection can be reused. For an HTTP agent, this returns`host:port:localAddress` or `host:port:localAddress:family`. For an HTTPS agent, + * the name includes the CA, cert, ciphers, and other HTTPS/TLS-specific options + * that determine socket reusability. + * @since v0.11.4 + * @param options A set of options providing information for name generation + */ + getName(options?: ClientRequestArgs): string; + } + const METHODS: string[]; + const STATUS_CODES: { + [errorCode: number]: string | undefined; + [errorCode: string]: string | undefined; + }; + /** + * Returns a new instance of {@link Server}. + * + * The `requestListener` is a function which is automatically + * added to the `'request'` event. + * + * ```js + * import http from 'node:http'; + * + * // Create a local server to receive data from + * const server = http.createServer((req, res) => { + * res.writeHead(200, { 'Content-Type': 'application/json' }); + * res.end(JSON.stringify({ + * data: 'Hello World!', + * })); + * }); + * + * server.listen(8000); + * ``` + * + * ```js + * import http from 'node:http'; + * + * // Create a local server to receive data from + * const server = http.createServer(); + * + * // Listen to the request event + * server.on('request', (request, res) => { + * res.writeHead(200, { 'Content-Type': 'application/json' }); + * res.end(JSON.stringify({ + * data: 'Hello World!', + * })); + * }); + * + * server.listen(8000); + * ``` + * @since v0.1.13 + */ + function createServer< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse> = typeof ServerResponse, + >(requestListener?: RequestListener): Server; + function createServer< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse> = typeof ServerResponse, + >( + options: ServerOptions, + requestListener?: RequestListener, + ): Server; + // although RequestOptions are passed as ClientRequestArgs to ClientRequest directly, + // create interface RequestOptions would make the naming more clear to developers + interface RequestOptions extends ClientRequestArgs {} + /** + * `options` in `socket.connect()` are also supported. + * + * Node.js maintains several connections per server to make HTTP requests. + * This function allows one to transparently issue requests. + * + * `url` can be a string or a `URL` object. If `url` is a + * string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object. + * + * If both `url` and `options` are specified, the objects are merged, with the `options` properties taking precedence. + * + * The optional `callback` parameter will be added as a one-time listener for + * the `'response'` event. + * + * `http.request()` returns an instance of the {@link ClientRequest} class. The `ClientRequest` instance is a writable stream. If one needs to + * upload a file with a POST request, then write to the `ClientRequest` object. + * + * ```js + * import http from 'node:http'; + * import { Buffer } from 'node:buffer'; + * + * const postData = JSON.stringify({ + * 'msg': 'Hello World!', + * }); + * + * const options = { + * hostname: 'www.google.com', + * port: 80, + * path: '/upload', + * method: 'POST', + * headers: { + * 'Content-Type': 'application/json', + * 'Content-Length': Buffer.byteLength(postData), + * }, + * }; + * + * const req = http.request(options, (res) => { + * console.log(`STATUS: ${res.statusCode}`); + * console.log(`HEADERS: ${JSON.stringify(res.headers)}`); + * res.setEncoding('utf8'); + * res.on('data', (chunk) => { + * console.log(`BODY: ${chunk}`); + * }); + * res.on('end', () => { + * console.log('No more data in response.'); + * }); + * }); + * + * req.on('error', (e) => { + * console.error(`problem with request: ${e.message}`); + * }); + * + * // Write data to request body + * req.write(postData); + * req.end(); + * ``` + * + * In the example `req.end()` was called. With `http.request()` one + * must always call `req.end()` to signify the end of the request - + * even if there is no data being written to the request body. + * + * If any error is encountered during the request (be that with DNS resolution, + * TCP level errors, or actual HTTP parse errors) an `'error'` event is emitted + * on the returned request object. As with all `'error'` events, if no listeners + * are registered the error will be thrown. + * + * There are a few special headers that should be noted. + * + * * Sending a 'Connection: keep-alive' will notify Node.js that the connection to + * the server should be persisted until the next request. + * * Sending a 'Content-Length' header will disable the default chunked encoding. + * * Sending an 'Expect' header will immediately send the request headers. + * Usually, when sending 'Expect: 100-continue', both a timeout and a listener + * for the `'continue'` event should be set. See RFC 2616 Section 8.2.3 for more + * information. + * * Sending an Authorization header will override using the `auth` option + * to compute basic authentication. + * + * Example using a `URL` as `options`: + * + * ```js + * const options = new URL('http://abc:xyz@example.com'); + * + * const req = http.request(options, (res) => { + * // ... + * }); + * ``` + * + * In a successful request, the following events will be emitted in the following + * order: + * + * * `'socket'` + * * `'response'` + * * `'data'` any number of times, on the `res` object + * (`'data'` will not be emitted at all if the response body is empty, for + * instance, in most redirects) + * * `'end'` on the `res` object + * * `'close'` + * + * In the case of a connection error, the following events will be emitted: + * + * * `'socket'` + * * `'error'` + * * `'close'` + * + * In the case of a premature connection close before the response is received, + * the following events will be emitted in the following order: + * + * * `'socket'` + * * `'error'` with an error with message `'Error: socket hang up'` and code `'ECONNRESET'` + * * `'close'` + * + * In the case of a premature connection close after the response is received, + * the following events will be emitted in the following order: + * + * * `'socket'` + * * `'response'` + * * `'data'` any number of times, on the `res` object + * * (connection closed here) + * * `'aborted'` on the `res` object + * * `'close'` + * * `'error'` on the `res` object with an error with message `'Error: aborted'` and code `'ECONNRESET'` + * * `'close'` on the `res` object + * + * If `req.destroy()` is called before a socket is assigned, the following + * events will be emitted in the following order: + * + * * (`req.destroy()` called here) + * * `'error'` with an error with message `'Error: socket hang up'` and code `'ECONNRESET'`, or the error with which `req.destroy()` was called + * * `'close'` + * + * If `req.destroy()` is called before the connection succeeds, the following + * events will be emitted in the following order: + * + * * `'socket'` + * * (`req.destroy()` called here) + * * `'error'` with an error with message `'Error: socket hang up'` and code `'ECONNRESET'`, or the error with which `req.destroy()` was called + * * `'close'` + * + * If `req.destroy()` is called after the response is received, the following + * events will be emitted in the following order: + * + * * `'socket'` + * * `'response'` + * * `'data'` any number of times, on the `res` object + * * (`req.destroy()` called here) + * * `'aborted'` on the `res` object + * * `'close'` + * * `'error'` on the `res` object with an error with message `'Error: aborted'` and code `'ECONNRESET'`, or the error with which `req.destroy()` was called + * * `'close'` on the `res` object + * + * If `req.abort()` is called before a socket is assigned, the following + * events will be emitted in the following order: + * + * * (`req.abort()` called here) + * * `'abort'` + * * `'close'` + * + * If `req.abort()` is called before the connection succeeds, the following + * events will be emitted in the following order: + * + * * `'socket'` + * * (`req.abort()` called here) + * * `'abort'` + * * `'error'` with an error with message `'Error: socket hang up'` and code `'ECONNRESET'` + * * `'close'` + * + * If `req.abort()` is called after the response is received, the following + * events will be emitted in the following order: + * + * * `'socket'` + * * `'response'` + * * `'data'` any number of times, on the `res` object + * * (`req.abort()` called here) + * * `'abort'` + * * `'aborted'` on the `res` object + * * `'error'` on the `res` object with an error with message `'Error: aborted'` and code `'ECONNRESET'`. + * * `'close'` + * * `'close'` on the `res` object + * + * Setting the `timeout` option or using the `setTimeout()` function will + * not abort the request or do anything besides add a `'timeout'` event. + * + * Passing an `AbortSignal` and then calling `abort()` on the corresponding `AbortController` will behave the same way as calling `.destroy()` on the + * request. Specifically, the `'error'` event will be emitted with an error with + * the message `'AbortError: The operation was aborted'`, the code `'ABORT_ERR'` and the `cause`, if one was provided. + * @since v0.3.6 + */ + function request(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest; + function request( + url: string | URL, + options: RequestOptions, + callback?: (res: IncomingMessage) => void, + ): ClientRequest; + /** + * Since most requests are GET requests without bodies, Node.js provides this + * convenience method. The only difference between this method and {@link request} is that it sets the method to GET by default and calls `req.end()` automatically. The callback must take care to + * consume the response + * data for reasons stated in {@link ClientRequest} section. + * + * The `callback` is invoked with a single argument that is an instance of {@link IncomingMessage}. + * + * JSON fetching example: + * + * ```js + * http.get('http://localhost:8000/', (res) => { + * const { statusCode } = res; + * const contentType = res.headers['content-type']; + * + * let error; + * // Any 2xx status code signals a successful response but + * // here we're only checking for 200. + * if (statusCode !== 200) { + * error = new Error('Request Failed.\n' + + * `Status Code: ${statusCode}`); + * } else if (!/^application\/json/.test(contentType)) { + * error = new Error('Invalid content-type.\n' + + * `Expected application/json but received ${contentType}`); + * } + * if (error) { + * console.error(error.message); + * // Consume response data to free up memory + * res.resume(); + * return; + * } + * + * res.setEncoding('utf8'); + * let rawData = ''; + * res.on('data', (chunk) => { rawData += chunk; }); + * res.on('end', () => { + * try { + * const parsedData = JSON.parse(rawData); + * console.log(parsedData); + * } catch (e) { + * console.error(e.message); + * } + * }); + * }).on('error', (e) => { + * console.error(`Got error: ${e.message}`); + * }); + * + * // Create a local server to receive data from + * const server = http.createServer((req, res) => { + * res.writeHead(200, { 'Content-Type': 'application/json' }); + * res.end(JSON.stringify({ + * data: 'Hello World!', + * })); + * }); + * + * server.listen(8000); + * ``` + * @since v0.3.6 + * @param options Accepts the same `options` as {@link request}, with the method set to GET by default. + */ + function get(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest; + function get(url: string | URL, options: RequestOptions, callback?: (res: IncomingMessage) => void): ClientRequest; + /** + * Performs the low-level validations on the provided `name` that are done when `res.setHeader(name, value)` is called. + * + * Passing illegal value as `name` will result in a `TypeError` being thrown, + * identified by `code: 'ERR_INVALID_HTTP_TOKEN'`. + * + * It is not necessary to use this method before passing headers to an HTTP request + * or response. The HTTP module will automatically validate such headers. + * + * Example: + * + * ```js + * import { validateHeaderName } from 'node:http'; + * + * try { + * validateHeaderName(''); + * } catch (err) { + * console.error(err instanceof TypeError); // --> true + * console.error(err.code); // --> 'ERR_INVALID_HTTP_TOKEN' + * console.error(err.message); // --> 'Header name must be a valid HTTP token [""]' + * } + * ``` + * @since v14.3.0 + * @param [label='Header name'] Label for error message. + */ + function validateHeaderName(name: string): void; + /** + * Performs the low-level validations on the provided `value` that are done when `res.setHeader(name, value)` is called. + * + * Passing illegal value as `value` will result in a `TypeError` being thrown. + * + * * Undefined value error is identified by `code: 'ERR_HTTP_INVALID_HEADER_VALUE'`. + * * Invalid value character error is identified by `code: 'ERR_INVALID_CHAR'`. + * + * It is not necessary to use this method before passing headers to an HTTP request + * or response. The HTTP module will automatically validate such headers. + * + * Examples: + * + * ```js + * import { validateHeaderValue } from 'node:http'; + * + * try { + * validateHeaderValue('x-my-header', undefined); + * } catch (err) { + * console.error(err instanceof TypeError); // --> true + * console.error(err.code === 'ERR_HTTP_INVALID_HEADER_VALUE'); // --> true + * console.error(err.message); // --> 'Invalid value "undefined" for header "x-my-header"' + * } + * + * try { + * validateHeaderValue('x-my-header', 'oʊmɪɡə'); + * } catch (err) { + * console.error(err instanceof TypeError); // --> true + * console.error(err.code === 'ERR_INVALID_CHAR'); // --> true + * console.error(err.message); // --> 'Invalid character in header content ["x-my-header"]' + * } + * ``` + * @since v14.3.0 + * @param name Header name + * @param value Header value + */ + function validateHeaderValue(name: string, value: string): void; + /** + * Set the maximum number of idle HTTP parsers. + * @since v18.8.0, v16.18.0 + * @param [max=1000] + */ + function setMaxIdleHTTPParsers(max: number): void; + /** + * Global instance of `Agent` which is used as the default for all HTTP client + * requests. Diverges from a default `Agent` configuration by having `keepAlive` + * enabled and a `timeout` of 5 seconds. + * @since v0.5.9 + */ + let globalAgent: Agent; + /** + * Read-only property specifying the maximum allowed size of HTTP headers in bytes. + * Defaults to 16KB. Configurable using the `--max-http-header-size` CLI option. + */ + const maxHeaderSize: number; +} +declare module "node:http" { + export * from "http"; +} diff --git a/node_modules/@types/node/http2.d.ts b/node_modules/@types/node/http2.d.ts new file mode 100644 index 0000000..9c69a19 --- /dev/null +++ b/node_modules/@types/node/http2.d.ts @@ -0,0 +1,2631 @@ +/** + * The `node:http2` module provides an implementation of the [HTTP/2](https://tools.ietf.org/html/rfc7540) protocol. + * It can be accessed using: + * + * ```js + * import http2 from 'node:http2'; + * ``` + * @since v8.4.0 + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/http2.js) + */ +declare module "http2" { + import { NonSharedBuffer } from "node:buffer"; + import EventEmitter = require("node:events"); + import * as fs from "node:fs"; + import * as net from "node:net"; + import * as stream from "node:stream"; + import * as tls from "node:tls"; + import * as url from "node:url"; + import { + IncomingHttpHeaders as Http1IncomingHttpHeaders, + IncomingMessage, + OutgoingHttpHeaders, + ServerResponse, + } from "node:http"; + export { OutgoingHttpHeaders } from "node:http"; + export interface IncomingHttpStatusHeader { + ":status"?: number | undefined; + } + export interface IncomingHttpHeaders extends Http1IncomingHttpHeaders { + ":path"?: string | undefined; + ":method"?: string | undefined; + ":authority"?: string | undefined; + ":scheme"?: string | undefined; + } + // Http2Stream + export interface StreamPriorityOptions { + exclusive?: boolean | undefined; + parent?: number | undefined; + weight?: number | undefined; + silent?: boolean | undefined; + } + export interface StreamState { + localWindowSize?: number | undefined; + state?: number | undefined; + localClose?: number | undefined; + remoteClose?: number | undefined; + sumDependencyWeight?: number | undefined; + weight?: number | undefined; + } + export interface ServerStreamResponseOptions { + endStream?: boolean | undefined; + waitForTrailers?: boolean | undefined; + } + export interface StatOptions { + offset: number; + length: number; + } + export interface ServerStreamFileResponseOptions { + statCheck?: + | ((stats: fs.Stats, headers: OutgoingHttpHeaders, statOptions: StatOptions) => void) + | undefined; + waitForTrailers?: boolean | undefined; + offset?: number | undefined; + length?: number | undefined; + } + export interface ServerStreamFileResponseOptionsWithError extends ServerStreamFileResponseOptions { + onError?: ((err: NodeJS.ErrnoException) => void) | undefined; + } + export interface Http2Stream extends stream.Duplex { + /** + * Set to `true` if the `Http2Stream` instance was aborted abnormally. When set, + * the `'aborted'` event will have been emitted. + * @since v8.4.0 + */ + readonly aborted: boolean; + /** + * This property shows the number of characters currently buffered to be written. + * See `net.Socket.bufferSize` for details. + * @since v11.2.0, v10.16.0 + */ + readonly bufferSize: number; + /** + * Set to `true` if the `Http2Stream` instance has been closed. + * @since v9.4.0 + */ + readonly closed: boolean; + /** + * Set to `true` if the `Http2Stream` instance has been destroyed and is no longer + * usable. + * @since v8.4.0 + */ + readonly destroyed: boolean; + /** + * Set to `true` if the `END_STREAM` flag was set in the request or response + * HEADERS frame received, indicating that no additional data should be received + * and the readable side of the `Http2Stream` will be closed. + * @since v10.11.0 + */ + readonly endAfterHeaders: boolean; + /** + * The numeric stream identifier of this `Http2Stream` instance. Set to `undefined` if the stream identifier has not yet been assigned. + * @since v8.4.0 + */ + readonly id?: number | undefined; + /** + * Set to `true` if the `Http2Stream` instance has not yet been assigned a + * numeric stream identifier. + * @since v9.4.0 + */ + readonly pending: boolean; + /** + * Set to the `RST_STREAM` `error code` reported when the `Http2Stream` is + * destroyed after either receiving an `RST_STREAM` frame from the connected peer, + * calling `http2stream.close()`, or `http2stream.destroy()`. Will be `undefined` if the `Http2Stream` has not been closed. + * @since v8.4.0 + */ + readonly rstCode: number; + /** + * An object containing the outbound headers sent for this `Http2Stream`. + * @since v9.5.0 + */ + readonly sentHeaders: OutgoingHttpHeaders; + /** + * An array of objects containing the outbound informational (additional) headers + * sent for this `Http2Stream`. + * @since v9.5.0 + */ + readonly sentInfoHeaders?: OutgoingHttpHeaders[] | undefined; + /** + * An object containing the outbound trailers sent for this `HttpStream`. + * @since v9.5.0 + */ + readonly sentTrailers?: OutgoingHttpHeaders | undefined; + /** + * A reference to the `Http2Session` instance that owns this `Http2Stream`. The + * value will be `undefined` after the `Http2Stream` instance is destroyed. + * @since v8.4.0 + */ + readonly session: Http2Session | undefined; + /** + * Provides miscellaneous information about the current state of the `Http2Stream`. + * + * A current state of this `Http2Stream`. + * @since v8.4.0 + */ + readonly state: StreamState; + /** + * Closes the `Http2Stream` instance by sending an `RST_STREAM` frame to the + * connected HTTP/2 peer. + * @since v8.4.0 + * @param [code=http2.constants.NGHTTP2_NO_ERROR] Unsigned 32-bit integer identifying the error code. + * @param callback An optional function registered to listen for the `'close'` event. + */ + close(code?: number, callback?: () => void): void; + /** + * Updates the priority for this `Http2Stream` instance. + * @since v8.4.0 + */ + priority(options: StreamPriorityOptions): void; + /** + * ```js + * import http2 from 'node:http2'; + * const client = http2.connect('http://example.org:8000'); + * const { NGHTTP2_CANCEL } = http2.constants; + * const req = client.request({ ':path': '/' }); + * + * // Cancel the stream if there's no activity after 5 seconds + * req.setTimeout(5000, () => req.close(NGHTTP2_CANCEL)); + * ``` + * @since v8.4.0 + */ + setTimeout(msecs: number, callback?: () => void): void; + /** + * Sends a trailing `HEADERS` frame to the connected HTTP/2 peer. This method + * will cause the `Http2Stream` to be immediately closed and must only be + * called after the `'wantTrailers'` event has been emitted. When sending a + * request or sending a response, the `options.waitForTrailers` option must be set + * in order to keep the `Http2Stream` open after the final `DATA` frame so that + * trailers can be sent. + * + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respond(undefined, { waitForTrailers: true }); + * stream.on('wantTrailers', () => { + * stream.sendTrailers({ xyz: 'abc' }); + * }); + * stream.end('Hello World'); + * }); + * ``` + * + * The HTTP/1 specification forbids trailers from containing HTTP/2 pseudo-header + * fields (e.g. `':method'`, `':path'`, etc). + * @since v10.0.0 + */ + sendTrailers(headers: OutgoingHttpHeaders): void; + addListener(event: "aborted", listener: () => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "data", listener: (chunk: NonSharedBuffer | string) => void): this; + addListener(event: "drain", listener: () => void): this; + addListener(event: "end", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "finish", listener: () => void): this; + addListener(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; + addListener(event: "pipe", listener: (src: stream.Readable) => void): this; + addListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + addListener(event: "streamClosed", listener: (code: number) => void): this; + addListener(event: "timeout", listener: () => void): this; + addListener(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + addListener(event: "wantTrailers", listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "aborted"): boolean; + emit(event: "close"): boolean; + emit(event: "data", chunk: NonSharedBuffer | string): boolean; + emit(event: "drain"): boolean; + emit(event: "end"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "finish"): boolean; + emit(event: "frameError", frameType: number, errorCode: number): boolean; + emit(event: "pipe", src: stream.Readable): boolean; + emit(event: "unpipe", src: stream.Readable): boolean; + emit(event: "streamClosed", code: number): boolean; + emit(event: "timeout"): boolean; + emit(event: "trailers", trailers: IncomingHttpHeaders, flags: number): boolean; + emit(event: "wantTrailers"): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "aborted", listener: () => void): this; + on(event: "close", listener: () => void): this; + on(event: "data", listener: (chunk: NonSharedBuffer | string) => void): this; + on(event: "drain", listener: () => void): this; + on(event: "end", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "finish", listener: () => void): this; + on(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; + on(event: "pipe", listener: (src: stream.Readable) => void): this; + on(event: "unpipe", listener: (src: stream.Readable) => void): this; + on(event: "streamClosed", listener: (code: number) => void): this; + on(event: "timeout", listener: () => void): this; + on(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + on(event: "wantTrailers", listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "aborted", listener: () => void): this; + once(event: "close", listener: () => void): this; + once(event: "data", listener: (chunk: NonSharedBuffer | string) => void): this; + once(event: "drain", listener: () => void): this; + once(event: "end", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "finish", listener: () => void): this; + once(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; + once(event: "pipe", listener: (src: stream.Readable) => void): this; + once(event: "unpipe", listener: (src: stream.Readable) => void): this; + once(event: "streamClosed", listener: (code: number) => void): this; + once(event: "timeout", listener: () => void): this; + once(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + once(event: "wantTrailers", listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "aborted", listener: () => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "data", listener: (chunk: NonSharedBuffer | string) => void): this; + prependListener(event: "drain", listener: () => void): this; + prependListener(event: "end", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "finish", listener: () => void): this; + prependListener(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; + prependListener(event: "pipe", listener: (src: stream.Readable) => void): this; + prependListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + prependListener(event: "streamClosed", listener: (code: number) => void): this; + prependListener(event: "timeout", listener: () => void): this; + prependListener(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + prependListener(event: "wantTrailers", listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "aborted", listener: () => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "data", listener: (chunk: NonSharedBuffer | string) => void): this; + prependOnceListener(event: "drain", listener: () => void): this; + prependOnceListener(event: "end", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "finish", listener: () => void): this; + prependOnceListener(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; + prependOnceListener(event: "pipe", listener: (src: stream.Readable) => void): this; + prependOnceListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + prependOnceListener(event: "streamClosed", listener: (code: number) => void): this; + prependOnceListener(event: "timeout", listener: () => void): this; + prependOnceListener(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + prependOnceListener(event: "wantTrailers", listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface ClientHttp2Stream extends Http2Stream { + addListener(event: "continue", listener: () => {}): this; + addListener( + event: "headers", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + addListener(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + addListener( + event: "response", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "continue"): boolean; + emit(event: "headers", headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; + emit(event: "push", headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: "response", headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "continue", listener: () => {}): this; + on( + event: "headers", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + on(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + on( + event: "response", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "continue", listener: () => {}): this; + once( + event: "headers", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + once(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + once( + event: "response", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "continue", listener: () => {}): this; + prependListener( + event: "headers", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + prependListener(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + prependListener( + event: "response", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "continue", listener: () => {}): this; + prependOnceListener( + event: "headers", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + prependOnceListener(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + prependOnceListener( + event: "response", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface ServerHttp2Stream extends Http2Stream { + /** + * True if headers were sent, false otherwise (read-only). + * @since v8.4.0 + */ + readonly headersSent: boolean; + /** + * Read-only property mapped to the `SETTINGS_ENABLE_PUSH` flag of the remote + * client's most recent `SETTINGS` frame. Will be `true` if the remote peer + * accepts push streams, `false` otherwise. Settings are the same for every `Http2Stream` in the same `Http2Session`. + * @since v8.4.0 + */ + readonly pushAllowed: boolean; + /** + * Sends an additional informational `HEADERS` frame to the connected HTTP/2 peer. + * @since v8.4.0 + */ + additionalHeaders(headers: OutgoingHttpHeaders): void; + /** + * Initiates a push stream. The callback is invoked with the new `Http2Stream` instance created for the push stream passed as the second argument, or an `Error` passed as the first argument. + * + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respond({ ':status': 200 }); + * stream.pushStream({ ':path': '/' }, (err, pushStream, headers) => { + * if (err) throw err; + * pushStream.respond({ ':status': 200 }); + * pushStream.end('some pushed data'); + * }); + * stream.end('some data'); + * }); + * ``` + * + * Setting the weight of a push stream is not allowed in the `HEADERS` frame. Pass + * a `weight` value to `http2stream.priority` with the `silent` option set to `true` to enable server-side bandwidth balancing between concurrent streams. + * + * Calling `http2stream.pushStream()` from within a pushed stream is not permitted + * and will throw an error. + * @since v8.4.0 + * @param callback Callback that is called once the push stream has been initiated. + */ + pushStream( + headers: OutgoingHttpHeaders, + callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void, + ): void; + pushStream( + headers: OutgoingHttpHeaders, + options?: StreamPriorityOptions, + callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void, + ): void; + /** + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respond({ ':status': 200 }); + * stream.end('some data'); + * }); + * ``` + * + * Initiates a response. When the `options.waitForTrailers` option is set, the `'wantTrailers'` event + * will be emitted immediately after queuing the last chunk of payload data to be sent. + * The `http2stream.sendTrailers()` method can then be used to send trailing header fields to the peer. + * + * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically + * close when the final `DATA` frame is transmitted. User code must call either `http2stream.sendTrailers()` or `http2stream.close()` to close the `Http2Stream`. + * + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respond({ ':status': 200 }, { waitForTrailers: true }); + * stream.on('wantTrailers', () => { + * stream.sendTrailers({ ABC: 'some value to send' }); + * }); + * stream.end('some data'); + * }); + * ``` + * @since v8.4.0 + */ + respond(headers?: OutgoingHttpHeaders, options?: ServerStreamResponseOptions): void; + /** + * Initiates a response whose data is read from the given file descriptor. No + * validation is performed on the given file descriptor. If an error occurs while + * attempting to read data using the file descriptor, the `Http2Stream` will be + * closed using an `RST_STREAM` frame using the standard `INTERNAL_ERROR` code. + * + * When used, the `Http2Stream` object's `Duplex` interface will be closed + * automatically. + * + * ```js + * import http2 from 'node:http2'; + * import fs from 'node:fs'; + * + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * const fd = fs.openSync('/some/file', 'r'); + * + * const stat = fs.fstatSync(fd); + * const headers = { + * 'content-length': stat.size, + * 'last-modified': stat.mtime.toUTCString(), + * 'content-type': 'text/plain; charset=utf-8', + * }; + * stream.respondWithFD(fd, headers); + * stream.on('close', () => fs.closeSync(fd)); + * }); + * ``` + * + * The optional `options.statCheck` function may be specified to give user code + * an opportunity to set additional content headers based on the `fs.Stat` details + * of the given fd. If the `statCheck` function is provided, the `http2stream.respondWithFD()` method will + * perform an `fs.fstat()` call to collect details on the provided file descriptor. + * + * The `offset` and `length` options may be used to limit the response to a + * specific range subset. This can be used, for instance, to support HTTP Range + * requests. + * + * The file descriptor or `FileHandle` is not closed when the stream is closed, + * so it will need to be closed manually once it is no longer needed. + * Using the same file descriptor concurrently for multiple streams + * is not supported and may result in data loss. Re-using a file descriptor + * after a stream has finished is supported. + * + * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event + * will be emitted immediately after queuing the last chunk of payload data to be + * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing + * header fields to the peer. + * + * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically + * close when the final `DATA` frame is transmitted. User code _must_ call either `http2stream.sendTrailers()` + * or `http2stream.close()` to close the `Http2Stream`. + * + * ```js + * import http2 from 'node:http2'; + * import fs from 'node:fs'; + * + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * const fd = fs.openSync('/some/file', 'r'); + * + * const stat = fs.fstatSync(fd); + * const headers = { + * 'content-length': stat.size, + * 'last-modified': stat.mtime.toUTCString(), + * 'content-type': 'text/plain; charset=utf-8', + * }; + * stream.respondWithFD(fd, headers, { waitForTrailers: true }); + * stream.on('wantTrailers', () => { + * stream.sendTrailers({ ABC: 'some value to send' }); + * }); + * + * stream.on('close', () => fs.closeSync(fd)); + * }); + * ``` + * @since v8.4.0 + * @param fd A readable file descriptor. + */ + respondWithFD( + fd: number | fs.promises.FileHandle, + headers?: OutgoingHttpHeaders, + options?: ServerStreamFileResponseOptions, + ): void; + /** + * Sends a regular file as the response. The `path` must specify a regular file + * or an `'error'` event will be emitted on the `Http2Stream` object. + * + * When used, the `Http2Stream` object's `Duplex` interface will be closed + * automatically. + * + * The optional `options.statCheck` function may be specified to give user code + * an opportunity to set additional content headers based on the `fs.Stat` details + * of the given file: + * + * If an error occurs while attempting to read the file data, the `Http2Stream` will be closed using an + * `RST_STREAM` frame using the standard `INTERNAL_ERROR` code. + * If the `onError` callback is defined, then it will be called. Otherwise, the stream will be destroyed. + * + * Example using a file path: + * + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * function statCheck(stat, headers) { + * headers['last-modified'] = stat.mtime.toUTCString(); + * } + * + * function onError(err) { + * // stream.respond() can throw if the stream has been destroyed by + * // the other side. + * try { + * if (err.code === 'ENOENT') { + * stream.respond({ ':status': 404 }); + * } else { + * stream.respond({ ':status': 500 }); + * } + * } catch (err) { + * // Perform actual error handling. + * console.error(err); + * } + * stream.end(); + * } + * + * stream.respondWithFile('/some/file', + * { 'content-type': 'text/plain; charset=utf-8' }, + * { statCheck, onError }); + * }); + * ``` + * + * The `options.statCheck` function may also be used to cancel the send operation + * by returning `false`. For instance, a conditional request may check the stat + * results to determine if the file has been modified to return an appropriate `304` response: + * + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * function statCheck(stat, headers) { + * // Check the stat here... + * stream.respond({ ':status': 304 }); + * return false; // Cancel the send operation + * } + * stream.respondWithFile('/some/file', + * { 'content-type': 'text/plain; charset=utf-8' }, + * { statCheck }); + * }); + * ``` + * + * The `content-length` header field will be automatically set. + * + * The `offset` and `length` options may be used to limit the response to a + * specific range subset. This can be used, for instance, to support HTTP Range + * requests. + * + * The `options.onError` function may also be used to handle all the errors + * that could happen before the delivery of the file is initiated. The + * default behavior is to destroy the stream. + * + * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event + * will be emitted immediately after queuing the last chunk of payload data to be + * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing + * header fields to the peer. + * + * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically + * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`. + * + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respondWithFile('/some/file', + * { 'content-type': 'text/plain; charset=utf-8' }, + * { waitForTrailers: true }); + * stream.on('wantTrailers', () => { + * stream.sendTrailers({ ABC: 'some value to send' }); + * }); + * }); + * ``` + * @since v8.4.0 + */ + respondWithFile( + path: string, + headers?: OutgoingHttpHeaders, + options?: ServerStreamFileResponseOptionsWithError, + ): void; + } + // Http2Session + export interface Settings { + headerTableSize?: number | undefined; + enablePush?: boolean | undefined; + initialWindowSize?: number | undefined; + maxFrameSize?: number | undefined; + maxConcurrentStreams?: number | undefined; + maxHeaderListSize?: number | undefined; + enableConnectProtocol?: boolean | undefined; + } + export interface ClientSessionRequestOptions { + endStream?: boolean | undefined; + exclusive?: boolean | undefined; + parent?: number | undefined; + weight?: number | undefined; + waitForTrailers?: boolean | undefined; + signal?: AbortSignal | undefined; + } + export interface SessionState { + effectiveLocalWindowSize?: number | undefined; + effectiveRecvDataLength?: number | undefined; + nextStreamID?: number | undefined; + localWindowSize?: number | undefined; + lastProcStreamID?: number | undefined; + remoteWindowSize?: number | undefined; + outboundQueueSize?: number | undefined; + deflateDynamicTableSize?: number | undefined; + inflateDynamicTableSize?: number | undefined; + } + export interface Http2Session extends EventEmitter { + /** + * Value will be `undefined` if the `Http2Session` is not yet connected to a + * socket, `h2c` if the `Http2Session` is not connected to a `TLSSocket`, or + * will return the value of the connected `TLSSocket`'s own `alpnProtocol` property. + * @since v9.4.0 + */ + readonly alpnProtocol?: string | undefined; + /** + * Will be `true` if this `Http2Session` instance has been closed, otherwise `false`. + * @since v9.4.0 + */ + readonly closed: boolean; + /** + * Will be `true` if this `Http2Session` instance is still connecting, will be set + * to `false` before emitting `connect` event and/or calling the `http2.connect` callback. + * @since v10.0.0 + */ + readonly connecting: boolean; + /** + * Will be `true` if this `Http2Session` instance has been destroyed and must no + * longer be used, otherwise `false`. + * @since v8.4.0 + */ + readonly destroyed: boolean; + /** + * Value is `undefined` if the `Http2Session` session socket has not yet been + * connected, `true` if the `Http2Session` is connected with a `TLSSocket`, + * and `false` if the `Http2Session` is connected to any other kind of socket + * or stream. + * @since v9.4.0 + */ + readonly encrypted?: boolean | undefined; + /** + * A prototype-less object describing the current local settings of this `Http2Session`. + * The local settings are local to _this_`Http2Session` instance. + * @since v8.4.0 + */ + readonly localSettings: Settings; + /** + * If the `Http2Session` is connected to a `TLSSocket`, the `originSet` property + * will return an `Array` of origins for which the `Http2Session` may be + * considered authoritative. + * + * The `originSet` property is only available when using a secure TLS connection. + * @since v9.4.0 + */ + readonly originSet?: string[] | undefined; + /** + * Indicates whether the `Http2Session` is currently waiting for acknowledgment of + * a sent `SETTINGS` frame. Will be `true` after calling the `http2session.settings()` method. + * Will be `false` once all sent `SETTINGS` frames have been acknowledged. + * @since v8.4.0 + */ + readonly pendingSettingsAck: boolean; + /** + * A prototype-less object describing the current remote settings of this`Http2Session`. + * The remote settings are set by the _connected_ HTTP/2 peer. + * @since v8.4.0 + */ + readonly remoteSettings: Settings; + /** + * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but + * limits available methods to ones safe to use with HTTP/2. + * + * `destroy`, `emit`, `end`, `pause`, `read`, `resume`, and `write` will throw + * an error with code `ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for more information. + * + * `setTimeout` method will be called on this `Http2Session`. + * + * All other interactions will be routed directly to the socket. + * @since v8.4.0 + */ + readonly socket: net.Socket | tls.TLSSocket; + /** + * Provides miscellaneous information about the current state of the`Http2Session`. + * + * An object describing the current status of this `Http2Session`. + * @since v8.4.0 + */ + readonly state: SessionState; + /** + * The `http2session.type` will be equal to `http2.constants.NGHTTP2_SESSION_SERVER` if this `Http2Session` instance is a + * server, and `http2.constants.NGHTTP2_SESSION_CLIENT` if the instance is a + * client. + * @since v8.4.0 + */ + readonly type: number; + /** + * Gracefully closes the `Http2Session`, allowing any existing streams to + * complete on their own and preventing new `Http2Stream` instances from being + * created. Once closed, `http2session.destroy()`_might_ be called if there + * are no open `Http2Stream` instances. + * + * If specified, the `callback` function is registered as a handler for the`'close'` event. + * @since v9.4.0 + */ + close(callback?: () => void): void; + /** + * Immediately terminates the `Http2Session` and the associated `net.Socket` or `tls.TLSSocket`. + * + * Once destroyed, the `Http2Session` will emit the `'close'` event. If `error` is not undefined, an `'error'` event will be emitted immediately before the `'close'` event. + * + * If there are any remaining open `Http2Streams` associated with the `Http2Session`, those will also be destroyed. + * @since v8.4.0 + * @param error An `Error` object if the `Http2Session` is being destroyed due to an error. + * @param code The HTTP/2 error code to send in the final `GOAWAY` frame. If unspecified, and `error` is not undefined, the default is `INTERNAL_ERROR`, otherwise defaults to `NO_ERROR`. + */ + destroy(error?: Error, code?: number): void; + /** + * Transmits a `GOAWAY` frame to the connected peer _without_ shutting down the`Http2Session`. + * @since v9.4.0 + * @param code An HTTP/2 error code + * @param lastStreamID The numeric ID of the last processed `Http2Stream` + * @param opaqueData A `TypedArray` or `DataView` instance containing additional data to be carried within the `GOAWAY` frame. + */ + goaway(code?: number, lastStreamID?: number, opaqueData?: NodeJS.ArrayBufferView): void; + /** + * Sends a `PING` frame to the connected HTTP/2 peer. A `callback` function must + * be provided. The method will return `true` if the `PING` was sent, `false` otherwise. + * + * The maximum number of outstanding (unacknowledged) pings is determined by the `maxOutstandingPings` configuration option. The default maximum is 10. + * + * If provided, the `payload` must be a `Buffer`, `TypedArray`, or `DataView` containing 8 bytes of data that will be transmitted with the `PING` and + * returned with the ping acknowledgment. + * + * The callback will be invoked with three arguments: an error argument that will + * be `null` if the `PING` was successfully acknowledged, a `duration` argument + * that reports the number of milliseconds elapsed since the ping was sent and the + * acknowledgment was received, and a `Buffer` containing the 8-byte `PING` payload. + * + * ```js + * session.ping(Buffer.from('abcdefgh'), (err, duration, payload) => { + * if (!err) { + * console.log(`Ping acknowledged in ${duration} milliseconds`); + * console.log(`With payload '${payload.toString()}'`); + * } + * }); + * ``` + * + * If the `payload` argument is not specified, the default payload will be the + * 64-bit timestamp (little endian) marking the start of the `PING` duration. + * @since v8.9.3 + * @param payload Optional ping payload. + */ + ping(callback: (err: Error | null, duration: number, payload: NonSharedBuffer) => void): boolean; + ping( + payload: NodeJS.ArrayBufferView, + callback: (err: Error | null, duration: number, payload: NonSharedBuffer) => void, + ): boolean; + /** + * Calls `ref()` on this `Http2Session` instance's underlying `net.Socket`. + * @since v9.4.0 + */ + ref(): void; + /** + * Sets the local endpoint's window size. + * The `windowSize` is the total window size to set, not + * the delta. + * + * ```js + * import http2 from 'node:http2'; + * + * const server = http2.createServer(); + * const expectedWindowSize = 2 ** 20; + * server.on('connect', (session) => { + * + * // Set local window size to be 2 ** 20 + * session.setLocalWindowSize(expectedWindowSize); + * }); + * ``` + * @since v15.3.0, v14.18.0 + */ + setLocalWindowSize(windowSize: number): void; + /** + * Used to set a callback function that is called when there is no activity on + * the `Http2Session` after `msecs` milliseconds. The given `callback` is + * registered as a listener on the `'timeout'` event. + * @since v8.4.0 + */ + setTimeout(msecs: number, callback?: () => void): void; + /** + * Updates the current local settings for this `Http2Session` and sends a new `SETTINGS` frame to the connected HTTP/2 peer. + * + * Once called, the `http2session.pendingSettingsAck` property will be `true` while the session is waiting for the remote peer to acknowledge the new + * settings. + * + * The new settings will not become effective until the `SETTINGS` acknowledgment + * is received and the `'localSettings'` event is emitted. It is possible to send + * multiple `SETTINGS` frames while acknowledgment is still pending. + * @since v8.4.0 + * @param callback Callback that is called once the session is connected or right away if the session is already connected. + */ + settings( + settings: Settings, + callback?: (err: Error | null, settings: Settings, duration: number) => void, + ): void; + /** + * Calls `unref()` on this `Http2Session`instance's underlying `net.Socket`. + * @since v9.4.0 + */ + unref(): void; + addListener(event: "close", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener( + event: "frameError", + listener: (frameType: number, errorCode: number, streamID: number) => void, + ): this; + addListener( + event: "goaway", + listener: (errorCode: number, lastStreamID: number, opaqueData?: NonSharedBuffer) => void, + ): this; + addListener(event: "localSettings", listener: (settings: Settings) => void): this; + addListener(event: "ping", listener: () => void): this; + addListener(event: "remoteSettings", listener: (settings: Settings) => void): this; + addListener(event: "timeout", listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "close"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "frameError", frameType: number, errorCode: number, streamID: number): boolean; + emit(event: "goaway", errorCode: number, lastStreamID: number, opaqueData?: NonSharedBuffer): boolean; + emit(event: "localSettings", settings: Settings): boolean; + emit(event: "ping"): boolean; + emit(event: "remoteSettings", settings: Settings): boolean; + emit(event: "timeout"): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "close", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this; + on( + event: "goaway", + listener: (errorCode: number, lastStreamID: number, opaqueData?: NonSharedBuffer) => void, + ): this; + on(event: "localSettings", listener: (settings: Settings) => void): this; + on(event: "ping", listener: () => void): this; + on(event: "remoteSettings", listener: (settings: Settings) => void): this; + on(event: "timeout", listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this; + once( + event: "goaway", + listener: (errorCode: number, lastStreamID: number, opaqueData?: NonSharedBuffer) => void, + ): this; + once(event: "localSettings", listener: (settings: Settings) => void): this; + once(event: "ping", listener: () => void): this; + once(event: "remoteSettings", listener: (settings: Settings) => void): this; + once(event: "timeout", listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener( + event: "frameError", + listener: (frameType: number, errorCode: number, streamID: number) => void, + ): this; + prependListener( + event: "goaway", + listener: (errorCode: number, lastStreamID: number, opaqueData?: NonSharedBuffer) => void, + ): this; + prependListener(event: "localSettings", listener: (settings: Settings) => void): this; + prependListener(event: "ping", listener: () => void): this; + prependListener(event: "remoteSettings", listener: (settings: Settings) => void): this; + prependListener(event: "timeout", listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener( + event: "frameError", + listener: (frameType: number, errorCode: number, streamID: number) => void, + ): this; + prependOnceListener( + event: "goaway", + listener: (errorCode: number, lastStreamID: number, opaqueData?: NonSharedBuffer) => void, + ): this; + prependOnceListener(event: "localSettings", listener: (settings: Settings) => void): this; + prependOnceListener(event: "ping", listener: () => void): this; + prependOnceListener(event: "remoteSettings", listener: (settings: Settings) => void): this; + prependOnceListener(event: "timeout", listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface ClientHttp2Session extends Http2Session { + /** + * For HTTP/2 Client `Http2Session` instances only, the `http2session.request()` creates and returns an `Http2Stream` instance that can be used to send an + * HTTP/2 request to the connected server. + * + * When a `ClientHttp2Session` is first created, the socket may not yet be + * connected. if `clienthttp2session.request()` is called during this time, the + * actual request will be deferred until the socket is ready to go. + * If the `session` is closed before the actual request be executed, an `ERR_HTTP2_GOAWAY_SESSION` is thrown. + * + * This method is only available if `http2session.type` is equal to `http2.constants.NGHTTP2_SESSION_CLIENT`. + * + * ```js + * import http2 from 'node:http2'; + * const clientSession = http2.connect('https://localhost:1234'); + * const { + * HTTP2_HEADER_PATH, + * HTTP2_HEADER_STATUS, + * } = http2.constants; + * + * const req = clientSession.request({ [HTTP2_HEADER_PATH]: '/' }); + * req.on('response', (headers) => { + * console.log(headers[HTTP2_HEADER_STATUS]); + * req.on('data', (chunk) => { // .. }); + * req.on('end', () => { // .. }); + * }); + * ``` + * + * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event + * is emitted immediately after queuing the last chunk of payload data to be sent. + * The `http2stream.sendTrailers()` method can then be called to send trailing + * headers to the peer. + * + * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically + * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`. + * + * When `options.signal` is set with an `AbortSignal` and then `abort` on the + * corresponding `AbortController` is called, the request will emit an `'error'`event with an `AbortError` error. + * + * The `:method` and `:path` pseudo-headers are not specified within `headers`, + * they respectively default to: + * + * * `:method` \= `'GET'` + * * `:path` \= `/` + * @since v8.4.0 + */ + request(headers?: OutgoingHttpHeaders, options?: ClientSessionRequestOptions): ClientHttp2Stream; + addListener(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; + addListener(event: "origin", listener: (origins: string[]) => void): this; + addListener( + event: "connect", + listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void, + ): this; + addListener( + event: "stream", + listener: ( + stream: ClientHttp2Stream, + headers: IncomingHttpHeaders & IncomingHttpStatusHeader, + flags: number, + ) => void, + ): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "altsvc", alt: string, origin: string, stream: number): boolean; + emit(event: "origin", origins: readonly string[]): boolean; + emit(event: "connect", session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket): boolean; + emit( + event: "stream", + stream: ClientHttp2Stream, + headers: IncomingHttpHeaders & IncomingHttpStatusHeader, + flags: number, + ): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; + on(event: "origin", listener: (origins: string[]) => void): this; + on(event: "connect", listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + on( + event: "stream", + listener: ( + stream: ClientHttp2Stream, + headers: IncomingHttpHeaders & IncomingHttpStatusHeader, + flags: number, + ) => void, + ): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; + once(event: "origin", listener: (origins: string[]) => void): this; + once( + event: "connect", + listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void, + ): this; + once( + event: "stream", + listener: ( + stream: ClientHttp2Stream, + headers: IncomingHttpHeaders & IncomingHttpStatusHeader, + flags: number, + ) => void, + ): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; + prependListener(event: "origin", listener: (origins: string[]) => void): this; + prependListener( + event: "connect", + listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void, + ): this; + prependListener( + event: "stream", + listener: ( + stream: ClientHttp2Stream, + headers: IncomingHttpHeaders & IncomingHttpStatusHeader, + flags: number, + ) => void, + ): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; + prependOnceListener(event: "origin", listener: (origins: string[]) => void): this; + prependOnceListener( + event: "connect", + listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void, + ): this; + prependOnceListener( + event: "stream", + listener: ( + stream: ClientHttp2Stream, + headers: IncomingHttpHeaders & IncomingHttpStatusHeader, + flags: number, + ) => void, + ): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface AlternativeServiceOptions { + origin: number | string | url.URL; + } + export interface ServerHttp2Session< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + > extends Http2Session { + readonly server: + | Http2Server + | Http2SecureServer; + /** + * Submits an `ALTSVC` frame (as defined by [RFC 7838](https://tools.ietf.org/html/rfc7838)) to the connected client. + * + * ```js + * import http2 from 'node:http2'; + * + * const server = http2.createServer(); + * server.on('session', (session) => { + * // Set altsvc for origin https://example.org:80 + * session.altsvc('h2=":8000"', 'https://example.org:80'); + * }); + * + * server.on('stream', (stream) => { + * // Set altsvc for a specific stream + * stream.session.altsvc('h2=":8000"', stream.id); + * }); + * ``` + * + * Sending an `ALTSVC` frame with a specific stream ID indicates that the alternate + * service is associated with the origin of the given `Http2Stream`. + * + * The `alt` and origin string _must_ contain only ASCII bytes and are + * strictly interpreted as a sequence of ASCII bytes. The special value `'clear'`may be passed to clear any previously set alternative service for a given + * domain. + * + * When a string is passed for the `originOrStream` argument, it will be parsed as + * a URL and the origin will be derived. For instance, the origin for the + * HTTP URL `'https://example.org/foo/bar'` is the ASCII string`'https://example.org'`. An error will be thrown if either the given string + * cannot be parsed as a URL or if a valid origin cannot be derived. + * + * A `URL` object, or any object with an `origin` property, may be passed as`originOrStream`, in which case the value of the `origin` property will be + * used. The value of the `origin` property _must_ be a properly serialized + * ASCII origin. + * @since v9.4.0 + * @param alt A description of the alternative service configuration as defined by `RFC 7838`. + * @param originOrStream Either a URL string specifying the origin (or an `Object` with an `origin` property) or the numeric identifier of an active `Http2Stream` as given by the + * `http2stream.id` property. + */ + altsvc(alt: string, originOrStream: number | string | url.URL | AlternativeServiceOptions): void; + /** + * Submits an `ORIGIN` frame (as defined by [RFC 8336](https://tools.ietf.org/html/rfc8336)) to the connected client + * to advertise the set of origins for which the server is capable of providing + * authoritative responses. + * + * ```js + * import http2 from 'node:http2'; + * const options = getSecureOptionsSomehow(); + * const server = http2.createSecureServer(options); + * server.on('stream', (stream) => { + * stream.respond(); + * stream.end('ok'); + * }); + * server.on('session', (session) => { + * session.origin('https://example.com', 'https://example.org'); + * }); + * ``` + * + * When a string is passed as an `origin`, it will be parsed as a URL and the + * origin will be derived. For instance, the origin for the HTTP URL `'https://example.org/foo/bar'` is the ASCII string` 'https://example.org'`. An error will be thrown if either the given + * string + * cannot be parsed as a URL or if a valid origin cannot be derived. + * + * A `URL` object, or any object with an `origin` property, may be passed as + * an `origin`, in which case the value of the `origin` property will be + * used. The value of the `origin` property _must_ be a properly serialized + * ASCII origin. + * + * Alternatively, the `origins` option may be used when creating a new HTTP/2 + * server using the `http2.createSecureServer()` method: + * + * ```js + * import http2 from 'node:http2'; + * const options = getSecureOptionsSomehow(); + * options.origins = ['https://example.com', 'https://example.org']; + * const server = http2.createSecureServer(options); + * server.on('stream', (stream) => { + * stream.respond(); + * stream.end('ok'); + * }); + * ``` + * @since v10.12.0 + * @param origins One or more URL Strings passed as separate arguments. + */ + origin( + ...origins: Array< + | string + | url.URL + | { + origin: string; + } + > + ): void; + addListener( + event: "connect", + listener: ( + session: ServerHttp2Session, + socket: net.Socket | tls.TLSSocket, + ) => void, + ): this; + addListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit( + event: "connect", + session: ServerHttp2Session, + socket: net.Socket | tls.TLSSocket, + ): boolean; + emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on( + event: "connect", + listener: ( + session: ServerHttp2Session, + socket: net.Socket | tls.TLSSocket, + ) => void, + ): this; + on( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once( + event: "connect", + listener: ( + session: ServerHttp2Session, + socket: net.Socket | tls.TLSSocket, + ) => void, + ): this; + once( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener( + event: "connect", + listener: ( + session: ServerHttp2Session, + socket: net.Socket | tls.TLSSocket, + ) => void, + ): this; + prependListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener( + event: "connect", + listener: ( + session: ServerHttp2Session, + socket: net.Socket | tls.TLSSocket, + ) => void, + ): this; + prependOnceListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + // Http2Server + export interface SessionOptions { + /** + * Sets the maximum dynamic table size for deflating header fields. + * @default 4Kib + */ + maxDeflateDynamicTableSize?: number | undefined; + /** + * Sets the maximum number of settings entries per `SETTINGS` frame. + * The minimum value allowed is `1`. + * @default 32 + */ + maxSettings?: number | undefined; + /** + * Sets the maximum memory that the `Http2Session` is permitted to use. + * The value is expressed in terms of number of megabytes, e.g. `1` equal 1 megabyte. + * The minimum value allowed is `1`. + * This is a credit based limit, existing `Http2Stream`s may cause this limit to be exceeded, + * but new `Http2Stream` instances will be rejected while this limit is exceeded. + * The current number of `Http2Stream` sessions, the current memory use of the header compression tables, + * current data queued to be sent, and unacknowledged `PING` and `SETTINGS` frames are all counted towards the current limit. + * @default 10 + */ + maxSessionMemory?: number | undefined; + /** + * Sets the maximum number of header entries. + * This is similar to `server.maxHeadersCount` or `request.maxHeadersCount` in the `node:http` module. + * The minimum value is `1`. + * @default 128 + */ + maxHeaderListPairs?: number | undefined; + /** + * Sets the maximum number of outstanding, unacknowledged pings. + * @default 10 + */ + maxOutstandingPings?: number | undefined; + /** + * Sets the maximum allowed size for a serialized, compressed block of headers. + * Attempts to send headers that exceed this limit will result in + * a `'frameError'` event being emitted and the stream being closed and destroyed. + */ + maxSendHeaderBlockLength?: number | undefined; + /** + * Strategy used for determining the amount of padding to use for `HEADERS` and `DATA` frames. + * @default http2.constants.PADDING_STRATEGY_NONE + */ + paddingStrategy?: number | undefined; + /** + * Sets the maximum number of concurrent streams for the remote peer as if a `SETTINGS` frame had been received. + * Will be overridden if the remote peer sets its own value for `maxConcurrentStreams`. + * @default 100 + */ + peerMaxConcurrentStreams?: number | undefined; + /** + * The initial settings to send to the remote peer upon connection. + */ + settings?: Settings | undefined; + /** + * The array of integer values determines the settings types, + * which are included in the `CustomSettings`-property of the received remoteSettings. + * Please see the `CustomSettings`-property of the `Http2Settings` object for more information, on the allowed setting types. + */ + remoteCustomSettings?: number[] | undefined; + /** + * Specifies a timeout in milliseconds that + * a server should wait when an [`'unknownProtocol'`][] is emitted. If the + * socket has not been destroyed by that time the server will destroy it. + * @default 100000 + */ + unknownProtocolTimeout?: number | undefined; + } + export interface ClientSessionOptions extends SessionOptions { + /** + * Sets the maximum number of reserved push streams the client will accept at any given time. + * Once the current number of currently reserved push streams exceeds reaches this limit, + * new push streams sent by the server will be automatically rejected. + * The minimum allowed value is 0. The maximum allowed value is 232-1. + * A negative value sets this option to the maximum allowed value. + * @default 200 + */ + maxReservedRemoteStreams?: number | undefined; + /** + * An optional callback that receives the `URL` instance passed to `connect` and the `options` object, + * and returns any `Duplex` stream that is to be used as the connection for this session. + */ + createConnection?: ((authority: url.URL, option: SessionOptions) => stream.Duplex) | undefined; + /** + * The protocol to connect with, if not set in the `authority`. + * Value may be either `'http:'` or `'https:'`. + * @default 'https:' + */ + protocol?: "http:" | "https:" | undefined; + } + export interface ServerSessionOptions< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + > extends SessionOptions { + Http1IncomingMessage?: Http1Request | undefined; + Http1ServerResponse?: Http1Response | undefined; + Http2ServerRequest?: Http2Request | undefined; + Http2ServerResponse?: Http2Response | undefined; + } + export interface SecureClientSessionOptions extends ClientSessionOptions, tls.ConnectionOptions {} + export interface SecureServerSessionOptions< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + > extends ServerSessionOptions, tls.TlsOptions {} + export interface ServerOptions< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + > extends ServerSessionOptions {} + export interface SecureServerOptions< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + > extends SecureServerSessionOptions { + allowHTTP1?: boolean | undefined; + origins?: string[] | undefined; + } + interface HTTP2ServerCommon { + setTimeout(msec?: number, callback?: () => void): this; + /** + * Throws ERR_HTTP2_INVALID_SETTING_VALUE for invalid settings values. + * Throws ERR_INVALID_ARG_TYPE for invalid settings argument. + */ + updateSettings(settings: Settings): void; + } + export interface Http2Server< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + > extends net.Server, HTTP2ServerCommon { + addListener( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + addListener( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + addListener( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + addListener(event: "sessionError", listener: (err: Error) => void): this; + addListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + addListener(event: "timeout", listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit( + event: "checkContinue", + request: InstanceType, + response: InstanceType, + ): boolean; + emit(event: "request", request: InstanceType, response: InstanceType): boolean; + emit( + event: "session", + session: ServerHttp2Session, + ): boolean; + emit(event: "sessionError", err: Error): boolean; + emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: "timeout"): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + on( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + on( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + on(event: "sessionError", listener: (err: Error) => void): this; + on( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + on(event: "timeout", listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + once( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + once( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + once(event: "sessionError", listener: (err: Error) => void): this; + once( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + once(event: "timeout", listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependListener( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependListener( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + prependListener(event: "sessionError", listener: (err: Error) => void): this; + prependListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + prependListener(event: "timeout", listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependOnceListener( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependOnceListener( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + prependOnceListener(event: "sessionError", listener: (err: Error) => void): this; + prependOnceListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + prependOnceListener(event: "timeout", listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface Http2SecureServer< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + > extends tls.Server, HTTP2ServerCommon { + addListener( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + addListener( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + addListener( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + addListener(event: "sessionError", listener: (err: Error) => void): this; + addListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + addListener(event: "timeout", listener: () => void): this; + addListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit( + event: "checkContinue", + request: InstanceType, + response: InstanceType, + ): boolean; + emit(event: "request", request: InstanceType, response: InstanceType): boolean; + emit( + event: "session", + session: ServerHttp2Session, + ): boolean; + emit(event: "sessionError", err: Error): boolean; + emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: "timeout"): boolean; + emit(event: "unknownProtocol", socket: tls.TLSSocket): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + on( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + on( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + on(event: "sessionError", listener: (err: Error) => void): this; + on( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + on(event: "timeout", listener: () => void): this; + on(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + once( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + once( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + once(event: "sessionError", listener: (err: Error) => void): this; + once( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + once(event: "timeout", listener: () => void): this; + once(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependListener( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependListener( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + prependListener(event: "sessionError", listener: (err: Error) => void): this; + prependListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + prependListener(event: "timeout", listener: () => void): this; + prependListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependOnceListener( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependOnceListener( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + prependOnceListener(event: "sessionError", listener: (err: Error) => void): this; + prependOnceListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + prependOnceListener(event: "timeout", listener: () => void): this; + prependOnceListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + /** + * A `Http2ServerRequest` object is created by {@link Server} or {@link SecureServer} and passed as the first argument to the `'request'` event. It may be used to access a request status, + * headers, and + * data. + * @since v8.4.0 + */ + export class Http2ServerRequest extends stream.Readable { + constructor( + stream: ServerHttp2Stream, + headers: IncomingHttpHeaders, + options: stream.ReadableOptions, + rawHeaders: readonly string[], + ); + /** + * The `request.aborted` property will be `true` if the request has + * been aborted. + * @since v10.1.0 + */ + readonly aborted: boolean; + /** + * The request authority pseudo header field. Because HTTP/2 allows requests + * to set either `:authority` or `host`, this value is derived from `req.headers[':authority']` if present. Otherwise, it is derived from `req.headers['host']`. + * @since v8.4.0 + */ + readonly authority: string; + /** + * See `request.socket`. + * @since v8.4.0 + * @deprecated Since v13.0.0 - Use `socket`. + */ + readonly connection: net.Socket | tls.TLSSocket; + /** + * The `request.complete` property will be `true` if the request has + * been completed, aborted, or destroyed. + * @since v12.10.0 + */ + readonly complete: boolean; + /** + * The request/response headers object. + * + * Key-value pairs of header names and values. Header names are lower-cased. + * + * ```js + * // Prints something like: + * // + * // { 'user-agent': 'curl/7.22.0', + * // host: '127.0.0.1:8000', + * // accept: '*' } + * console.log(request.headers); + * ``` + * + * See `HTTP/2 Headers Object`. + * + * In HTTP/2, the request path, host name, protocol, and method are represented as + * special headers prefixed with the `:` character (e.g. `':path'`). These special + * headers will be included in the `request.headers` object. Care must be taken not + * to inadvertently modify these special headers or errors may occur. For instance, + * removing all headers from the request will cause errors to occur: + * + * ```js + * removeAllHeaders(request.headers); + * assert(request.url); // Fails because the :path header has been removed + * ``` + * @since v8.4.0 + */ + readonly headers: IncomingHttpHeaders; + /** + * In case of server request, the HTTP version sent by the client. In the case of + * client response, the HTTP version of the connected-to server. Returns `'2.0'`. + * + * Also `message.httpVersionMajor` is the first integer and `message.httpVersionMinor` is the second. + * @since v8.4.0 + */ + readonly httpVersion: string; + readonly httpVersionMinor: number; + readonly httpVersionMajor: number; + /** + * The request method as a string. Read-only. Examples: `'GET'`, `'DELETE'`. + * @since v8.4.0 + */ + readonly method: string; + /** + * The raw request/response headers list exactly as they were received. + * + * The keys and values are in the same list. It is _not_ a + * list of tuples. So, the even-numbered offsets are key values, and the + * odd-numbered offsets are the associated values. + * + * Header names are not lowercased, and duplicates are not merged. + * + * ```js + * // Prints something like: + * // + * // [ 'user-agent', + * // 'this is invalid because there can be only one', + * // 'User-Agent', + * // 'curl/7.22.0', + * // 'Host', + * // '127.0.0.1:8000', + * // 'ACCEPT', + * // '*' ] + * console.log(request.rawHeaders); + * ``` + * @since v8.4.0 + */ + readonly rawHeaders: string[]; + /** + * The raw request/response trailer keys and values exactly as they were + * received. Only populated at the `'end'` event. + * @since v8.4.0 + */ + readonly rawTrailers: string[]; + /** + * The request scheme pseudo header field indicating the scheme + * portion of the target URL. + * @since v8.4.0 + */ + readonly scheme: string; + /** + * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but + * applies getters, setters, and methods based on HTTP/2 logic. + * + * `destroyed`, `readable`, and `writable` properties will be retrieved from and + * set on `request.stream`. + * + * `destroy`, `emit`, `end`, `on` and `once` methods will be called on `request.stream`. + * + * `setTimeout` method will be called on `request.stream.session`. + * + * `pause`, `read`, `resume`, and `write` will throw an error with code `ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for + * more information. + * + * All other interactions will be routed directly to the socket. With TLS support, + * use `request.socket.getPeerCertificate()` to obtain the client's + * authentication details. + * @since v8.4.0 + */ + readonly socket: net.Socket | tls.TLSSocket; + /** + * The `Http2Stream` object backing the request. + * @since v8.4.0 + */ + readonly stream: ServerHttp2Stream; + /** + * The request/response trailers object. Only populated at the `'end'` event. + * @since v8.4.0 + */ + readonly trailers: IncomingHttpHeaders; + /** + * Request URL string. This contains only the URL that is present in the actual + * HTTP request. If the request is: + * + * ```http + * GET /status?name=ryan HTTP/1.1 + * Accept: text/plain + * ``` + * + * Then `request.url` will be: + * + * ```js + * '/status?name=ryan' + * ``` + * + * To parse the url into its parts, `new URL()` can be used: + * + * ```console + * $ node + * > new URL('/status?name=ryan', 'http://example.com') + * URL { + * href: 'http://example.com/status?name=ryan', + * origin: 'http://example.com', + * protocol: 'http:', + * username: '', + * password: '', + * host: 'example.com', + * hostname: 'example.com', + * port: '', + * pathname: '/status', + * search: '?name=ryan', + * searchParams: URLSearchParams { 'name' => 'ryan' }, + * hash: '' + * } + * ``` + * @since v8.4.0 + */ + url: string; + /** + * Sets the `Http2Stream`'s timeout value to `msecs`. If a callback is + * provided, then it is added as a listener on the `'timeout'` event on + * the response object. + * + * If no `'timeout'` listener is added to the request, the response, or + * the server, then `Http2Stream`s are destroyed when they time out. If a + * handler is assigned to the request, the response, or the server's `'timeout'`events, timed out sockets must be handled explicitly. + * @since v8.4.0 + */ + setTimeout(msecs: number, callback?: () => void): void; + read(size?: number): NonSharedBuffer | string | null; + addListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "data", listener: (chunk: NonSharedBuffer | string) => void): this; + addListener(event: "end", listener: () => void): this; + addListener(event: "readable", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "aborted", hadError: boolean, code: number): boolean; + emit(event: "close"): boolean; + emit(event: "data", chunk: NonSharedBuffer | string): boolean; + emit(event: "end"): boolean; + emit(event: "readable"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "aborted", listener: (hadError: boolean, code: number) => void): this; + on(event: "close", listener: () => void): this; + on(event: "data", listener: (chunk: NonSharedBuffer | string) => void): this; + on(event: "end", listener: () => void): this; + on(event: "readable", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "aborted", listener: (hadError: boolean, code: number) => void): this; + once(event: "close", listener: () => void): this; + once(event: "data", listener: (chunk: NonSharedBuffer | string) => void): this; + once(event: "end", listener: () => void): this; + once(event: "readable", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "data", listener: (chunk: NonSharedBuffer | string) => void): this; + prependListener(event: "end", listener: () => void): this; + prependListener(event: "readable", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "data", listener: (chunk: NonSharedBuffer | string) => void): this; + prependOnceListener(event: "end", listener: () => void): this; + prependOnceListener(event: "readable", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + /** + * This object is created internally by an HTTP server, not by the user. It is + * passed as the second parameter to the `'request'` event. + * @since v8.4.0 + */ + export class Http2ServerResponse extends stream.Writable { + constructor(stream: ServerHttp2Stream); + /** + * See `response.socket`. + * @since v8.4.0 + * @deprecated Since v13.0.0 - Use `socket`. + */ + readonly connection: net.Socket | tls.TLSSocket; + /** + * Append a single header value to the header object. + * + * If the value is an array, this is equivalent to calling this method multiple times. + * + * If there were no previous values for the header, this is equivalent to calling {@link setHeader}. + * + * Attempting to set a header field name or value that contains invalid characters will result in a + * [TypeError](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-typeerror) being thrown. + * + * ```js + * // Returns headers including "set-cookie: a" and "set-cookie: b" + * const server = http2.createServer((req, res) => { + * res.setHeader('set-cookie', 'a'); + * res.appendHeader('set-cookie', 'b'); + * res.writeHead(200); + * res.end('ok'); + * }); + * ``` + * @since v20.12.0 + */ + appendHeader(name: string, value: string | string[]): void; + /** + * Boolean value that indicates whether the response has completed. Starts + * as `false`. After `response.end()` executes, the value will be `true`. + * @since v8.4.0 + * @deprecated Since v13.4.0,v12.16.0 - Use `writableEnded`. + */ + readonly finished: boolean; + /** + * True if headers were sent, false otherwise (read-only). + * @since v8.4.0 + */ + readonly headersSent: boolean; + /** + * A reference to the original HTTP2 `request` object. + * @since v15.7.0 + */ + readonly req: Request; + /** + * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but + * applies getters, setters, and methods based on HTTP/2 logic. + * + * `destroyed`, `readable`, and `writable` properties will be retrieved from and + * set on `response.stream`. + * + * `destroy`, `emit`, `end`, `on` and `once` methods will be called on `response.stream`. + * + * `setTimeout` method will be called on `response.stream.session`. + * + * `pause`, `read`, `resume`, and `write` will throw an error with code `ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for + * more information. + * + * All other interactions will be routed directly to the socket. + * + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer((req, res) => { + * const ip = req.socket.remoteAddress; + * const port = req.socket.remotePort; + * res.end(`Your IP address is ${ip} and your source port is ${port}.`); + * }).listen(3000); + * ``` + * @since v8.4.0 + */ + readonly socket: net.Socket | tls.TLSSocket; + /** + * The `Http2Stream` object backing the response. + * @since v8.4.0 + */ + readonly stream: ServerHttp2Stream; + /** + * When true, the Date header will be automatically generated and sent in + * the response if it is not already present in the headers. Defaults to true. + * + * This should only be disabled for testing; HTTP requires the Date header + * in responses. + * @since v8.4.0 + */ + sendDate: boolean; + /** + * When using implicit headers (not calling `response.writeHead()` explicitly), + * this property controls the status code that will be sent to the client when + * the headers get flushed. + * + * ```js + * response.statusCode = 404; + * ``` + * + * After response header was sent to the client, this property indicates the + * status code which was sent out. + * @since v8.4.0 + */ + statusCode: number; + /** + * Status message is not supported by HTTP/2 (RFC 7540 8.1.2.4). It returns + * an empty string. + * @since v8.4.0 + */ + statusMessage: ""; + /** + * This method adds HTTP trailing headers (a header but at the end of the + * message) to the response. + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `TypeError` being thrown. + * @since v8.4.0 + */ + addTrailers(trailers: OutgoingHttpHeaders): void; + /** + * This method signals to the server that all of the response headers and body + * have been sent; that server should consider this message complete. + * The method, `response.end()`, MUST be called on each response. + * + * If `data` is specified, it is equivalent to calling `response.write(data, encoding)` followed by `response.end(callback)`. + * + * If `callback` is specified, it will be called when the response stream + * is finished. + * @since v8.4.0 + */ + end(callback?: () => void): this; + end(data: string | Uint8Array, callback?: () => void): this; + end(data: string | Uint8Array, encoding: BufferEncoding, callback?: () => void): this; + /** + * Reads out a header that has already been queued but not sent to the client. + * The name is case-insensitive. + * + * ```js + * const contentType = response.getHeader('content-type'); + * ``` + * @since v8.4.0 + */ + getHeader(name: string): string; + /** + * Returns an array containing the unique names of the current outgoing headers. + * All header names are lowercase. + * + * ```js + * response.setHeader('Foo', 'bar'); + * response.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); + * + * const headerNames = response.getHeaderNames(); + * // headerNames === ['foo', 'set-cookie'] + * ``` + * @since v8.4.0 + */ + getHeaderNames(): string[]; + /** + * Returns a shallow copy of the current outgoing headers. Since a shallow copy + * is used, array values may be mutated without additional calls to various + * header-related http module methods. The keys of the returned object are the + * header names and the values are the respective header values. All header names + * are lowercase. + * + * The object returned by the `response.getHeaders()` method _does not_ prototypically inherit from the JavaScript `Object`. This means that typical `Object` methods such as `obj.toString()`, + * `obj.hasOwnProperty()`, and others + * are not defined and _will not work_. + * + * ```js + * response.setHeader('Foo', 'bar'); + * response.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); + * + * const headers = response.getHeaders(); + * // headers === { foo: 'bar', 'set-cookie': ['foo=bar', 'bar=baz'] } + * ``` + * @since v8.4.0 + */ + getHeaders(): OutgoingHttpHeaders; + /** + * Returns `true` if the header identified by `name` is currently set in the + * outgoing headers. The header name matching is case-insensitive. + * + * ```js + * const hasContentType = response.hasHeader('content-type'); + * ``` + * @since v8.4.0 + */ + hasHeader(name: string): boolean; + /** + * Removes a header that has been queued for implicit sending. + * + * ```js + * response.removeHeader('Content-Encoding'); + * ``` + * @since v8.4.0 + */ + removeHeader(name: string): void; + /** + * Sets a single header value for implicit headers. If this header already exists + * in the to-be-sent headers, its value will be replaced. Use an array of strings + * here to send multiple headers with the same name. + * + * ```js + * response.setHeader('Content-Type', 'text/html; charset=utf-8'); + * ``` + * + * or + * + * ```js + * response.setHeader('Set-Cookie', ['type=ninja', 'language=javascript']); + * ``` + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `TypeError` being thrown. + * + * When headers have been set with `response.setHeader()`, they will be merged + * with any headers passed to `response.writeHead()`, with the headers passed + * to `response.writeHead()` given precedence. + * + * ```js + * // Returns content-type = text/plain + * const server = http2.createServer((req, res) => { + * res.setHeader('Content-Type', 'text/html; charset=utf-8'); + * res.setHeader('X-Foo', 'bar'); + * res.writeHead(200, { 'Content-Type': 'text/plain; charset=utf-8' }); + * res.end('ok'); + * }); + * ``` + * @since v8.4.0 + */ + setHeader(name: string, value: number | string | readonly string[]): void; + /** + * Sets the `Http2Stream`'s timeout value to `msecs`. If a callback is + * provided, then it is added as a listener on the `'timeout'` event on + * the response object. + * + * If no `'timeout'` listener is added to the request, the response, or + * the server, then `Http2Stream` s are destroyed when they time out. If a + * handler is assigned to the request, the response, or the server's `'timeout'` events, timed out sockets must be handled explicitly. + * @since v8.4.0 + */ + setTimeout(msecs: number, callback?: () => void): void; + /** + * If this method is called and `response.writeHead()` has not been called, + * it will switch to implicit header mode and flush the implicit headers. + * + * This sends a chunk of the response body. This method may + * be called multiple times to provide successive parts of the body. + * + * In the `node:http` module, the response body is omitted when the + * request is a HEAD request. Similarly, the `204` and `304` responses _must not_ include a message body. + * + * `chunk` can be a string or a buffer. If `chunk` is a string, + * the second parameter specifies how to encode it into a byte stream. + * By default the `encoding` is `'utf8'`. `callback` will be called when this chunk + * of data is flushed. + * + * This is the raw HTTP body and has nothing to do with higher-level multi-part + * body encodings that may be used. + * + * The first time `response.write()` is called, it will send the buffered + * header information and the first chunk of the body to the client. The second + * time `response.write()` is called, Node.js assumes data will be streamed, + * and sends the new data separately. That is, the response is buffered up to the + * first chunk of the body. + * + * Returns `true` if the entire data was flushed successfully to the kernel + * buffer. Returns `false` if all or part of the data was queued in user memory.`'drain'` will be emitted when the buffer is free again. + * @since v8.4.0 + */ + write(chunk: string | Uint8Array, callback?: (err: Error) => void): boolean; + write(chunk: string | Uint8Array, encoding: BufferEncoding, callback?: (err: Error) => void): boolean; + /** + * Sends a status `100 Continue` to the client, indicating that the request body + * should be sent. See the `'checkContinue'` event on `Http2Server` and `Http2SecureServer`. + * @since v8.4.0 + */ + writeContinue(): void; + /** + * Sends a status `103 Early Hints` to the client with a Link header, + * indicating that the user agent can preload/preconnect the linked resources. + * The `hints` is an object containing the values of headers to be sent with + * early hints message. + * + * **Example** + * + * ```js + * const earlyHintsLink = '; rel=preload; as=style'; + * response.writeEarlyHints({ + * 'link': earlyHintsLink, + * }); + * + * const earlyHintsLinks = [ + * '; rel=preload; as=style', + * '; rel=preload; as=script', + * ]; + * response.writeEarlyHints({ + * 'link': earlyHintsLinks, + * }); + * ``` + * @since v18.11.0 + */ + writeEarlyHints(hints: Record): void; + /** + * Sends a response header to the request. The status code is a 3-digit HTTP + * status code, like `404`. The last argument, `headers`, are the response headers. + * + * Returns a reference to the `Http2ServerResponse`, so that calls can be chained. + * + * For compatibility with `HTTP/1`, a human-readable `statusMessage` may be + * passed as the second argument. However, because the `statusMessage` has no + * meaning within HTTP/2, the argument will have no effect and a process warning + * will be emitted. + * + * ```js + * const body = 'hello world'; + * response.writeHead(200, { + * 'Content-Length': Buffer.byteLength(body), + * 'Content-Type': 'text/plain; charset=utf-8', + * }); + * ``` + * + * `Content-Length` is given in bytes not characters. The`Buffer.byteLength()` API may be used to determine the number of bytes in a + * given encoding. On outbound messages, Node.js does not check if Content-Length + * and the length of the body being transmitted are equal or not. However, when + * receiving messages, Node.js will automatically reject messages when the `Content-Length` does not match the actual payload size. + * + * This method may be called at most one time on a message before `response.end()` is called. + * + * If `response.write()` or `response.end()` are called before calling + * this, the implicit/mutable headers will be calculated and call this function. + * + * When headers have been set with `response.setHeader()`, they will be merged + * with any headers passed to `response.writeHead()`, with the headers passed + * to `response.writeHead()` given precedence. + * + * ```js + * // Returns content-type = text/plain + * const server = http2.createServer((req, res) => { + * res.setHeader('Content-Type', 'text/html; charset=utf-8'); + * res.setHeader('X-Foo', 'bar'); + * res.writeHead(200, { 'Content-Type': 'text/plain; charset=utf-8' }); + * res.end('ok'); + * }); + * ``` + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `TypeError` being thrown. + * @since v8.4.0 + */ + writeHead(statusCode: number, headers?: OutgoingHttpHeaders): this; + writeHead(statusCode: number, statusMessage: string, headers?: OutgoingHttpHeaders): this; + /** + * Call `http2stream.pushStream()` with the given headers, and wrap the + * given `Http2Stream` on a newly created `Http2ServerResponse` as the callback + * parameter if successful. When `Http2ServerRequest` is closed, the callback is + * called with an error `ERR_HTTP2_INVALID_STREAM`. + * @since v8.4.0 + * @param headers An object describing the headers + * @param callback Called once `http2stream.pushStream()` is finished, or either when the attempt to create the pushed `Http2Stream` has failed or has been rejected, or the state of + * `Http2ServerRequest` is closed prior to calling the `http2stream.pushStream()` method + */ + createPushResponse( + headers: OutgoingHttpHeaders, + callback: (err: Error | null, res: Http2ServerResponse) => void, + ): void; + addListener(event: "close", listener: () => void): this; + addListener(event: "drain", listener: () => void): this; + addListener(event: "error", listener: (error: Error) => void): this; + addListener(event: "finish", listener: () => void): this; + addListener(event: "pipe", listener: (src: stream.Readable) => void): this; + addListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "close"): boolean; + emit(event: "drain"): boolean; + emit(event: "error", error: Error): boolean; + emit(event: "finish"): boolean; + emit(event: "pipe", src: stream.Readable): boolean; + emit(event: "unpipe", src: stream.Readable): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "close", listener: () => void): this; + on(event: "drain", listener: () => void): this; + on(event: "error", listener: (error: Error) => void): this; + on(event: "finish", listener: () => void): this; + on(event: "pipe", listener: (src: stream.Readable) => void): this; + on(event: "unpipe", listener: (src: stream.Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "drain", listener: () => void): this; + once(event: "error", listener: (error: Error) => void): this; + once(event: "finish", listener: () => void): this; + once(event: "pipe", listener: (src: stream.Readable) => void): this; + once(event: "unpipe", listener: (src: stream.Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "drain", listener: () => void): this; + prependListener(event: "error", listener: (error: Error) => void): this; + prependListener(event: "finish", listener: () => void): this; + prependListener(event: "pipe", listener: (src: stream.Readable) => void): this; + prependListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "drain", listener: () => void): this; + prependOnceListener(event: "error", listener: (error: Error) => void): this; + prependOnceListener(event: "finish", listener: () => void): this; + prependOnceListener(event: "pipe", listener: (src: stream.Readable) => void): this; + prependOnceListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export namespace constants { + const NGHTTP2_SESSION_SERVER: number; + const NGHTTP2_SESSION_CLIENT: number; + const NGHTTP2_STREAM_STATE_IDLE: number; + const NGHTTP2_STREAM_STATE_OPEN: number; + const NGHTTP2_STREAM_STATE_RESERVED_LOCAL: number; + const NGHTTP2_STREAM_STATE_RESERVED_REMOTE: number; + const NGHTTP2_STREAM_STATE_HALF_CLOSED_LOCAL: number; + const NGHTTP2_STREAM_STATE_HALF_CLOSED_REMOTE: number; + const NGHTTP2_STREAM_STATE_CLOSED: number; + const NGHTTP2_NO_ERROR: number; + const NGHTTP2_PROTOCOL_ERROR: number; + const NGHTTP2_INTERNAL_ERROR: number; + const NGHTTP2_FLOW_CONTROL_ERROR: number; + const NGHTTP2_SETTINGS_TIMEOUT: number; + const NGHTTP2_STREAM_CLOSED: number; + const NGHTTP2_FRAME_SIZE_ERROR: number; + const NGHTTP2_REFUSED_STREAM: number; + const NGHTTP2_CANCEL: number; + const NGHTTP2_COMPRESSION_ERROR: number; + const NGHTTP2_CONNECT_ERROR: number; + const NGHTTP2_ENHANCE_YOUR_CALM: number; + const NGHTTP2_INADEQUATE_SECURITY: number; + const NGHTTP2_HTTP_1_1_REQUIRED: number; + const NGHTTP2_ERR_FRAME_SIZE_ERROR: number; + const NGHTTP2_FLAG_NONE: number; + const NGHTTP2_FLAG_END_STREAM: number; + const NGHTTP2_FLAG_END_HEADERS: number; + const NGHTTP2_FLAG_ACK: number; + const NGHTTP2_FLAG_PADDED: number; + const NGHTTP2_FLAG_PRIORITY: number; + const DEFAULT_SETTINGS_HEADER_TABLE_SIZE: number; + const DEFAULT_SETTINGS_ENABLE_PUSH: number; + const DEFAULT_SETTINGS_INITIAL_WINDOW_SIZE: number; + const DEFAULT_SETTINGS_MAX_FRAME_SIZE: number; + const MAX_MAX_FRAME_SIZE: number; + const MIN_MAX_FRAME_SIZE: number; + const MAX_INITIAL_WINDOW_SIZE: number; + const NGHTTP2_DEFAULT_WEIGHT: number; + const NGHTTP2_SETTINGS_HEADER_TABLE_SIZE: number; + const NGHTTP2_SETTINGS_ENABLE_PUSH: number; + const NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS: number; + const NGHTTP2_SETTINGS_INITIAL_WINDOW_SIZE: number; + const NGHTTP2_SETTINGS_MAX_FRAME_SIZE: number; + const NGHTTP2_SETTINGS_MAX_HEADER_LIST_SIZE: number; + const PADDING_STRATEGY_NONE: number; + const PADDING_STRATEGY_MAX: number; + const PADDING_STRATEGY_CALLBACK: number; + const HTTP2_HEADER_STATUS: string; + const HTTP2_HEADER_METHOD: string; + const HTTP2_HEADER_AUTHORITY: string; + const HTTP2_HEADER_SCHEME: string; + const HTTP2_HEADER_PATH: string; + const HTTP2_HEADER_ACCEPT_CHARSET: string; + const HTTP2_HEADER_ACCEPT_ENCODING: string; + const HTTP2_HEADER_ACCEPT_LANGUAGE: string; + const HTTP2_HEADER_ACCEPT_RANGES: string; + const HTTP2_HEADER_ACCEPT: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_CREDENTIALS: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_HEADERS: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_METHODS: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN: string; + const HTTP2_HEADER_ACCESS_CONTROL_EXPOSE_HEADERS: string; + const HTTP2_HEADER_ACCESS_CONTROL_REQUEST_HEADERS: string; + const HTTP2_HEADER_ACCESS_CONTROL_REQUEST_METHOD: string; + const HTTP2_HEADER_AGE: string; + const HTTP2_HEADER_ALLOW: string; + const HTTP2_HEADER_AUTHORIZATION: string; + const HTTP2_HEADER_CACHE_CONTROL: string; + const HTTP2_HEADER_CONNECTION: string; + const HTTP2_HEADER_CONTENT_DISPOSITION: string; + const HTTP2_HEADER_CONTENT_ENCODING: string; + const HTTP2_HEADER_CONTENT_LANGUAGE: string; + const HTTP2_HEADER_CONTENT_LENGTH: string; + const HTTP2_HEADER_CONTENT_LOCATION: string; + const HTTP2_HEADER_CONTENT_MD5: string; + const HTTP2_HEADER_CONTENT_RANGE: string; + const HTTP2_HEADER_CONTENT_TYPE: string; + const HTTP2_HEADER_COOKIE: string; + const HTTP2_HEADER_DATE: string; + const HTTP2_HEADER_ETAG: string; + const HTTP2_HEADER_EXPECT: string; + const HTTP2_HEADER_EXPIRES: string; + const HTTP2_HEADER_FROM: string; + const HTTP2_HEADER_HOST: string; + const HTTP2_HEADER_IF_MATCH: string; + const HTTP2_HEADER_IF_MODIFIED_SINCE: string; + const HTTP2_HEADER_IF_NONE_MATCH: string; + const HTTP2_HEADER_IF_RANGE: string; + const HTTP2_HEADER_IF_UNMODIFIED_SINCE: string; + const HTTP2_HEADER_LAST_MODIFIED: string; + const HTTP2_HEADER_LINK: string; + const HTTP2_HEADER_LOCATION: string; + const HTTP2_HEADER_MAX_FORWARDS: string; + const HTTP2_HEADER_PREFER: string; + const HTTP2_HEADER_PROXY_AUTHENTICATE: string; + const HTTP2_HEADER_PROXY_AUTHORIZATION: string; + const HTTP2_HEADER_RANGE: string; + const HTTP2_HEADER_REFERER: string; + const HTTP2_HEADER_REFRESH: string; + const HTTP2_HEADER_RETRY_AFTER: string; + const HTTP2_HEADER_SERVER: string; + const HTTP2_HEADER_SET_COOKIE: string; + const HTTP2_HEADER_STRICT_TRANSPORT_SECURITY: string; + const HTTP2_HEADER_TRANSFER_ENCODING: string; + const HTTP2_HEADER_TE: string; + const HTTP2_HEADER_UPGRADE: string; + const HTTP2_HEADER_USER_AGENT: string; + const HTTP2_HEADER_VARY: string; + const HTTP2_HEADER_VIA: string; + const HTTP2_HEADER_WWW_AUTHENTICATE: string; + const HTTP2_HEADER_HTTP2_SETTINGS: string; + const HTTP2_HEADER_KEEP_ALIVE: string; + const HTTP2_HEADER_PROXY_CONNECTION: string; + const HTTP2_METHOD_ACL: string; + const HTTP2_METHOD_BASELINE_CONTROL: string; + const HTTP2_METHOD_BIND: string; + const HTTP2_METHOD_CHECKIN: string; + const HTTP2_METHOD_CHECKOUT: string; + const HTTP2_METHOD_CONNECT: string; + const HTTP2_METHOD_COPY: string; + const HTTP2_METHOD_DELETE: string; + const HTTP2_METHOD_GET: string; + const HTTP2_METHOD_HEAD: string; + const HTTP2_METHOD_LABEL: string; + const HTTP2_METHOD_LINK: string; + const HTTP2_METHOD_LOCK: string; + const HTTP2_METHOD_MERGE: string; + const HTTP2_METHOD_MKACTIVITY: string; + const HTTP2_METHOD_MKCALENDAR: string; + const HTTP2_METHOD_MKCOL: string; + const HTTP2_METHOD_MKREDIRECTREF: string; + const HTTP2_METHOD_MKWORKSPACE: string; + const HTTP2_METHOD_MOVE: string; + const HTTP2_METHOD_OPTIONS: string; + const HTTP2_METHOD_ORDERPATCH: string; + const HTTP2_METHOD_PATCH: string; + const HTTP2_METHOD_POST: string; + const HTTP2_METHOD_PRI: string; + const HTTP2_METHOD_PROPFIND: string; + const HTTP2_METHOD_PROPPATCH: string; + const HTTP2_METHOD_PUT: string; + const HTTP2_METHOD_REBIND: string; + const HTTP2_METHOD_REPORT: string; + const HTTP2_METHOD_SEARCH: string; + const HTTP2_METHOD_TRACE: string; + const HTTP2_METHOD_UNBIND: string; + const HTTP2_METHOD_UNCHECKOUT: string; + const HTTP2_METHOD_UNLINK: string; + const HTTP2_METHOD_UNLOCK: string; + const HTTP2_METHOD_UPDATE: string; + const HTTP2_METHOD_UPDATEREDIRECTREF: string; + const HTTP2_METHOD_VERSION_CONTROL: string; + const HTTP_STATUS_CONTINUE: number; + const HTTP_STATUS_SWITCHING_PROTOCOLS: number; + const HTTP_STATUS_PROCESSING: number; + const HTTP_STATUS_OK: number; + const HTTP_STATUS_CREATED: number; + const HTTP_STATUS_ACCEPTED: number; + const HTTP_STATUS_NON_AUTHORITATIVE_INFORMATION: number; + const HTTP_STATUS_NO_CONTENT: number; + const HTTP_STATUS_RESET_CONTENT: number; + const HTTP_STATUS_PARTIAL_CONTENT: number; + const HTTP_STATUS_MULTI_STATUS: number; + const HTTP_STATUS_ALREADY_REPORTED: number; + const HTTP_STATUS_IM_USED: number; + const HTTP_STATUS_MULTIPLE_CHOICES: number; + const HTTP_STATUS_MOVED_PERMANENTLY: number; + const HTTP_STATUS_FOUND: number; + const HTTP_STATUS_SEE_OTHER: number; + const HTTP_STATUS_NOT_MODIFIED: number; + const HTTP_STATUS_USE_PROXY: number; + const HTTP_STATUS_TEMPORARY_REDIRECT: number; + const HTTP_STATUS_PERMANENT_REDIRECT: number; + const HTTP_STATUS_BAD_REQUEST: number; + const HTTP_STATUS_UNAUTHORIZED: number; + const HTTP_STATUS_PAYMENT_REQUIRED: number; + const HTTP_STATUS_FORBIDDEN: number; + const HTTP_STATUS_NOT_FOUND: number; + const HTTP_STATUS_METHOD_NOT_ALLOWED: number; + const HTTP_STATUS_NOT_ACCEPTABLE: number; + const HTTP_STATUS_PROXY_AUTHENTICATION_REQUIRED: number; + const HTTP_STATUS_REQUEST_TIMEOUT: number; + const HTTP_STATUS_CONFLICT: number; + const HTTP_STATUS_GONE: number; + const HTTP_STATUS_LENGTH_REQUIRED: number; + const HTTP_STATUS_PRECONDITION_FAILED: number; + const HTTP_STATUS_PAYLOAD_TOO_LARGE: number; + const HTTP_STATUS_URI_TOO_LONG: number; + const HTTP_STATUS_UNSUPPORTED_MEDIA_TYPE: number; + const HTTP_STATUS_RANGE_NOT_SATISFIABLE: number; + const HTTP_STATUS_EXPECTATION_FAILED: number; + const HTTP_STATUS_TEAPOT: number; + const HTTP_STATUS_MISDIRECTED_REQUEST: number; + const HTTP_STATUS_UNPROCESSABLE_ENTITY: number; + const HTTP_STATUS_LOCKED: number; + const HTTP_STATUS_FAILED_DEPENDENCY: number; + const HTTP_STATUS_UNORDERED_COLLECTION: number; + const HTTP_STATUS_UPGRADE_REQUIRED: number; + const HTTP_STATUS_PRECONDITION_REQUIRED: number; + const HTTP_STATUS_TOO_MANY_REQUESTS: number; + const HTTP_STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE: number; + const HTTP_STATUS_UNAVAILABLE_FOR_LEGAL_REASONS: number; + const HTTP_STATUS_INTERNAL_SERVER_ERROR: number; + const HTTP_STATUS_NOT_IMPLEMENTED: number; + const HTTP_STATUS_BAD_GATEWAY: number; + const HTTP_STATUS_SERVICE_UNAVAILABLE: number; + const HTTP_STATUS_GATEWAY_TIMEOUT: number; + const HTTP_STATUS_HTTP_VERSION_NOT_SUPPORTED: number; + const HTTP_STATUS_VARIANT_ALSO_NEGOTIATES: number; + const HTTP_STATUS_INSUFFICIENT_STORAGE: number; + const HTTP_STATUS_LOOP_DETECTED: number; + const HTTP_STATUS_BANDWIDTH_LIMIT_EXCEEDED: number; + const HTTP_STATUS_NOT_EXTENDED: number; + const HTTP_STATUS_NETWORK_AUTHENTICATION_REQUIRED: number; + } + /** + * This symbol can be set as a property on the HTTP/2 headers object with + * an array value in order to provide a list of headers considered sensitive. + */ + export const sensitiveHeaders: symbol; + /** + * Returns an object containing the default settings for an `Http2Session` instance. This method returns a new object instance every time it is called + * so instances returned may be safely modified for use. + * @since v8.4.0 + */ + export function getDefaultSettings(): Settings; + /** + * Returns a `Buffer` instance containing serialized representation of the given + * HTTP/2 settings as specified in the [HTTP/2](https://tools.ietf.org/html/rfc7540) specification. This is intended + * for use with the `HTTP2-Settings` header field. + * + * ```js + * import http2 from 'node:http2'; + * + * const packed = http2.getPackedSettings({ enablePush: false }); + * + * console.log(packed.toString('base64')); + * // Prints: AAIAAAAA + * ``` + * @since v8.4.0 + */ + export function getPackedSettings(settings: Settings): NonSharedBuffer; + /** + * Returns a `HTTP/2 Settings Object` containing the deserialized settings from + * the given `Buffer` as generated by `http2.getPackedSettings()`. + * @since v8.4.0 + * @param buf The packed settings. + */ + export function getUnpackedSettings(buf: Uint8Array): Settings; + /** + * Returns a `net.Server` instance that creates and manages `Http2Session` instances. + * + * Since there are no browsers known that support [unencrypted HTTP/2](https://http2.github.io/faq/#does-http2-require-encryption), the use of {@link createSecureServer} is necessary when + * communicating + * with browser clients. + * + * ```js + * import http2 from 'node:http2'; + * + * // Create an unencrypted HTTP/2 server. + * // Since there are no browsers known that support + * // unencrypted HTTP/2, the use of `http2.createSecureServer()` + * // is necessary when communicating with browser clients. + * const server = http2.createServer(); + * + * server.on('stream', (stream, headers) => { + * stream.respond({ + * 'content-type': 'text/html; charset=utf-8', + * ':status': 200, + * }); + * stream.end('

Hello World

'); + * }); + * + * server.listen(8000); + * ``` + * @since v8.4.0 + * @param onRequestHandler See `Compatibility API` + */ + export function createServer( + onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void, + ): Http2Server; + export function createServer< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + >( + options: ServerOptions, + onRequestHandler?: (request: InstanceType, response: InstanceType) => void, + ): Http2Server; + /** + * Returns a `tls.Server` instance that creates and manages `Http2Session` instances. + * + * ```js + * import http2 from 'node:http2'; + * import fs from 'node:fs'; + * + * const options = { + * key: fs.readFileSync('server-key.pem'), + * cert: fs.readFileSync('server-cert.pem'), + * }; + * + * // Create a secure HTTP/2 server + * const server = http2.createSecureServer(options); + * + * server.on('stream', (stream, headers) => { + * stream.respond({ + * 'content-type': 'text/html; charset=utf-8', + * ':status': 200, + * }); + * stream.end('

Hello World

'); + * }); + * + * server.listen(8443); + * ``` + * @since v8.4.0 + * @param onRequestHandler See `Compatibility API` + */ + export function createSecureServer( + onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void, + ): Http2SecureServer; + export function createSecureServer< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + >( + options: SecureServerOptions, + onRequestHandler?: (request: InstanceType, response: InstanceType) => void, + ): Http2SecureServer; + /** + * Returns a `ClientHttp2Session` instance. + * + * ```js + * import http2 from 'node:http2'; + * const client = http2.connect('https://localhost:1234'); + * + * // Use the client + * + * client.close(); + * ``` + * @since v8.4.0 + * @param authority The remote HTTP/2 server to connect to. This must be in the form of a minimal, valid URL with the `http://` or `https://` prefix, host name, and IP port (if a non-default port + * is used). Userinfo (user ID and password), path, querystring, and fragment details in the URL will be ignored. + * @param listener Will be registered as a one-time listener of the {@link 'connect'} event. + */ + export function connect( + authority: string | url.URL, + listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void, + ): ClientHttp2Session; + export function connect( + authority: string | url.URL, + options?: ClientSessionOptions | SecureClientSessionOptions, + listener?: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void, + ): ClientHttp2Session; + /** + * Create an HTTP/2 server session from an existing socket. + * @param socket A Duplex Stream + * @param options Any `{@link createServer}` options can be provided. + * @since v20.12.0 + */ + export function performServerHandshake< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + >( + socket: stream.Duplex, + options?: ServerOptions, + ): ServerHttp2Session; +} +declare module "node:http2" { + export * from "http2"; +} diff --git a/node_modules/@types/node/https.d.ts b/node_modules/@types/node/https.d.ts new file mode 100644 index 0000000..5ac4581 --- /dev/null +++ b/node_modules/@types/node/https.d.ts @@ -0,0 +1,578 @@ +/** + * HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a + * separate module. + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/https.js) + */ +declare module "https" { + import { NonSharedBuffer } from "node:buffer"; + import { Duplex } from "node:stream"; + import * as tls from "node:tls"; + import * as http from "node:http"; + import { URL } from "node:url"; + interface ServerOptions< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse> = typeof http.ServerResponse, + > extends http.ServerOptions, tls.TlsOptions {} + interface RequestOptions extends http.RequestOptions, tls.SecureContextOptions { + checkServerIdentity?: typeof tls.checkServerIdentity | undefined; + rejectUnauthorized?: boolean | undefined; // Defaults to true + servername?: string | undefined; // SNI TLS Extension + } + interface AgentOptions extends http.AgentOptions, tls.ConnectionOptions { + rejectUnauthorized?: boolean | undefined; + maxCachedSessions?: number | undefined; + } + /** + * An `Agent` object for HTTPS similar to `http.Agent`. See {@link request} for more information. + * @since v0.4.5 + */ + class Agent extends http.Agent { + constructor(options?: AgentOptions); + options: AgentOptions; + createConnection( + options: RequestOptions, + callback?: (err: Error | null, stream: Duplex) => void, + ): Duplex | null | undefined; + getName(options?: RequestOptions): string; + } + interface Server< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse> = typeof http.ServerResponse, + > extends http.Server {} + /** + * See `http.Server` for more information. + * @since v0.3.4 + */ + class Server< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse> = typeof http.ServerResponse, + > extends tls.Server { + constructor(requestListener?: http.RequestListener); + constructor( + options: ServerOptions, + requestListener?: http.RequestListener, + ); + /** + * Closes all connections connected to this server. + * @since v18.2.0 + */ + closeAllConnections(): void; + /** + * Closes all connections connected to this server which are not sending a request or waiting for a response. + * @since v18.2.0 + */ + closeIdleConnections(): void; + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "keylog", listener: (line: NonSharedBuffer, tlsSocket: tls.TLSSocket) => void): this; + addListener( + event: "newSession", + listener: (sessionId: NonSharedBuffer, sessionData: NonSharedBuffer, callback: () => void) => void, + ): this; + addListener( + event: "OCSPRequest", + listener: ( + certificate: NonSharedBuffer, + issuer: NonSharedBuffer, + callback: (err: Error | null, resp: Buffer | null) => void, + ) => void, + ): this; + addListener( + event: "resumeSession", + listener: ( + sessionId: NonSharedBuffer, + callback: (err: Error | null, sessionData: Buffer | null) => void, + ) => void, + ): this; + addListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this; + addListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "connection", listener: (socket: Duplex) => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "listening", listener: () => void): this; + addListener(event: "checkContinue", listener: http.RequestListener): this; + addListener(event: "checkExpectation", listener: http.RequestListener): this; + addListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this; + addListener( + event: "connect", + listener: (req: InstanceType, socket: Duplex, head: NonSharedBuffer) => void, + ): this; + addListener(event: "request", listener: http.RequestListener): this; + addListener( + event: "upgrade", + listener: (req: InstanceType, socket: Duplex, head: NonSharedBuffer) => void, + ): this; + emit(event: string, ...args: any[]): boolean; + emit(event: "keylog", line: NonSharedBuffer, tlsSocket: tls.TLSSocket): boolean; + emit( + event: "newSession", + sessionId: NonSharedBuffer, + sessionData: NonSharedBuffer, + callback: () => void, + ): boolean; + emit( + event: "OCSPRequest", + certificate: NonSharedBuffer, + issuer: NonSharedBuffer, + callback: (err: Error | null, resp: Buffer | null) => void, + ): boolean; + emit( + event: "resumeSession", + sessionId: NonSharedBuffer, + callback: (err: Error | null, sessionData: Buffer | null) => void, + ): boolean; + emit(event: "secureConnection", tlsSocket: tls.TLSSocket): boolean; + emit(event: "tlsClientError", err: Error, tlsSocket: tls.TLSSocket): boolean; + emit(event: "close"): boolean; + emit(event: "connection", socket: Duplex): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "listening"): boolean; + emit( + event: "checkContinue", + req: InstanceType, + res: InstanceType, + ): boolean; + emit( + event: "checkExpectation", + req: InstanceType, + res: InstanceType, + ): boolean; + emit(event: "clientError", err: Error, socket: Duplex): boolean; + emit(event: "connect", req: InstanceType, socket: Duplex, head: NonSharedBuffer): boolean; + emit( + event: "request", + req: InstanceType, + res: InstanceType, + ): boolean; + emit(event: "upgrade", req: InstanceType, socket: Duplex, head: NonSharedBuffer): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "keylog", listener: (line: NonSharedBuffer, tlsSocket: tls.TLSSocket) => void): this; + on( + event: "newSession", + listener: (sessionId: NonSharedBuffer, sessionData: NonSharedBuffer, callback: () => void) => void, + ): this; + on( + event: "OCSPRequest", + listener: ( + certificate: NonSharedBuffer, + issuer: NonSharedBuffer, + callback: (err: Error | null, resp: Buffer | null) => void, + ) => void, + ): this; + on( + event: "resumeSession", + listener: ( + sessionId: NonSharedBuffer, + callback: (err: Error | null, sessionData: Buffer | null) => void, + ) => void, + ): this; + on(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this; + on(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + on(event: "close", listener: () => void): this; + on(event: "connection", listener: (socket: Duplex) => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "listening", listener: () => void): this; + on(event: "checkContinue", listener: http.RequestListener): this; + on(event: "checkExpectation", listener: http.RequestListener): this; + on(event: "clientError", listener: (err: Error, socket: Duplex) => void): this; + on( + event: "connect", + listener: (req: InstanceType, socket: Duplex, head: NonSharedBuffer) => void, + ): this; + on(event: "request", listener: http.RequestListener): this; + on( + event: "upgrade", + listener: (req: InstanceType, socket: Duplex, head: NonSharedBuffer) => void, + ): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "keylog", listener: (line: NonSharedBuffer, tlsSocket: tls.TLSSocket) => void): this; + once( + event: "newSession", + listener: (sessionId: NonSharedBuffer, sessionData: NonSharedBuffer, callback: () => void) => void, + ): this; + once( + event: "OCSPRequest", + listener: ( + certificate: NonSharedBuffer, + issuer: NonSharedBuffer, + callback: (err: Error | null, resp: Buffer | null) => void, + ) => void, + ): this; + once( + event: "resumeSession", + listener: ( + sessionId: NonSharedBuffer, + callback: (err: Error | null, sessionData: Buffer | null) => void, + ) => void, + ): this; + once(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this; + once(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + once(event: "close", listener: () => void): this; + once(event: "connection", listener: (socket: Duplex) => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "listening", listener: () => void): this; + once(event: "checkContinue", listener: http.RequestListener): this; + once(event: "checkExpectation", listener: http.RequestListener): this; + once(event: "clientError", listener: (err: Error, socket: Duplex) => void): this; + once( + event: "connect", + listener: (req: InstanceType, socket: Duplex, head: NonSharedBuffer) => void, + ): this; + once(event: "request", listener: http.RequestListener): this; + once( + event: "upgrade", + listener: (req: InstanceType, socket: Duplex, head: NonSharedBuffer) => void, + ): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "keylog", listener: (line: NonSharedBuffer, tlsSocket: tls.TLSSocket) => void): this; + prependListener( + event: "newSession", + listener: (sessionId: NonSharedBuffer, sessionData: NonSharedBuffer, callback: () => void) => void, + ): this; + prependListener( + event: "OCSPRequest", + listener: ( + certificate: NonSharedBuffer, + issuer: NonSharedBuffer, + callback: (err: Error | null, resp: Buffer | null) => void, + ) => void, + ): this; + prependListener( + event: "resumeSession", + listener: ( + sessionId: NonSharedBuffer, + callback: (err: Error | null, sessionData: Buffer | null) => void, + ) => void, + ): this; + prependListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this; + prependListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "connection", listener: (socket: Duplex) => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "listening", listener: () => void): this; + prependListener(event: "checkContinue", listener: http.RequestListener): this; + prependListener(event: "checkExpectation", listener: http.RequestListener): this; + prependListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this; + prependListener( + event: "connect", + listener: (req: InstanceType, socket: Duplex, head: NonSharedBuffer) => void, + ): this; + prependListener(event: "request", listener: http.RequestListener): this; + prependListener( + event: "upgrade", + listener: (req: InstanceType, socket: Duplex, head: NonSharedBuffer) => void, + ): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "keylog", listener: (line: NonSharedBuffer, tlsSocket: tls.TLSSocket) => void): this; + prependOnceListener( + event: "newSession", + listener: (sessionId: NonSharedBuffer, sessionData: NonSharedBuffer, callback: () => void) => void, + ): this; + prependOnceListener( + event: "OCSPRequest", + listener: ( + certificate: NonSharedBuffer, + issuer: NonSharedBuffer, + callback: (err: Error | null, resp: Buffer | null) => void, + ) => void, + ): this; + prependOnceListener( + event: "resumeSession", + listener: ( + sessionId: NonSharedBuffer, + callback: (err: Error | null, sessionData: Buffer | null) => void, + ) => void, + ): this; + prependOnceListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this; + prependOnceListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "connection", listener: (socket: Duplex) => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "listening", listener: () => void): this; + prependOnceListener(event: "checkContinue", listener: http.RequestListener): this; + prependOnceListener(event: "checkExpectation", listener: http.RequestListener): this; + prependOnceListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this; + prependOnceListener( + event: "connect", + listener: (req: InstanceType, socket: Duplex, head: NonSharedBuffer) => void, + ): this; + prependOnceListener(event: "request", listener: http.RequestListener): this; + prependOnceListener( + event: "upgrade", + listener: (req: InstanceType, socket: Duplex, head: NonSharedBuffer) => void, + ): this; + } + /** + * ```js + * // curl -k https://localhost:8000/ + * import https from 'node:https'; + * import fs from 'node:fs'; + * + * const options = { + * key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'), + * cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem'), + * }; + * + * https.createServer(options, (req, res) => { + * res.writeHead(200); + * res.end('hello world\n'); + * }).listen(8000); + * ``` + * + * Or + * + * ```js + * import https from 'node:https'; + * import fs from 'node:fs'; + * + * const options = { + * pfx: fs.readFileSync('test/fixtures/test_cert.pfx'), + * passphrase: 'sample', + * }; + * + * https.createServer(options, (req, res) => { + * res.writeHead(200); + * res.end('hello world\n'); + * }).listen(8000); + * ``` + * @since v0.3.4 + * @param options Accepts `options` from `createServer`, `createSecureContext` and `createServer`. + * @param requestListener A listener to be added to the `'request'` event. + */ + function createServer< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse> = typeof http.ServerResponse, + >(requestListener?: http.RequestListener): Server; + function createServer< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse> = typeof http.ServerResponse, + >( + options: ServerOptions, + requestListener?: http.RequestListener, + ): Server; + /** + * Makes a request to a secure web server. + * + * The following additional `options` from `tls.connect()` are also accepted: `ca`, `cert`, `ciphers`, `clientCertEngine`, `crl`, `dhparam`, `ecdhCurve`, `honorCipherOrder`, `key`, `passphrase`, + * `pfx`, `rejectUnauthorized`, `secureOptions`, `secureProtocol`, `servername`, `sessionIdContext`, `highWaterMark`. + * + * `options` can be an object, a string, or a `URL` object. If `options` is a + * string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object. + * + * `https.request()` returns an instance of the `http.ClientRequest` class. The `ClientRequest` instance is a writable stream. If one needs to + * upload a file with a POST request, then write to the `ClientRequest` object. + * + * ```js + * import https from 'node:https'; + * + * const options = { + * hostname: 'encrypted.google.com', + * port: 443, + * path: '/', + * method: 'GET', + * }; + * + * const req = https.request(options, (res) => { + * console.log('statusCode:', res.statusCode); + * console.log('headers:', res.headers); + * + * res.on('data', (d) => { + * process.stdout.write(d); + * }); + * }); + * + * req.on('error', (e) => { + * console.error(e); + * }); + * req.end(); + * ``` + * + * Example using options from `tls.connect()`: + * + * ```js + * const options = { + * hostname: 'encrypted.google.com', + * port: 443, + * path: '/', + * method: 'GET', + * key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'), + * cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem'), + * }; + * options.agent = new https.Agent(options); + * + * const req = https.request(options, (res) => { + * // ... + * }); + * ``` + * + * Alternatively, opt out of connection pooling by not using an `Agent`. + * + * ```js + * const options = { + * hostname: 'encrypted.google.com', + * port: 443, + * path: '/', + * method: 'GET', + * key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'), + * cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem'), + * agent: false, + * }; + * + * const req = https.request(options, (res) => { + * // ... + * }); + * ``` + * + * Example using a `URL` as `options`: + * + * ```js + * const options = new URL('https://abc:xyz@example.com'); + * + * const req = https.request(options, (res) => { + * // ... + * }); + * ``` + * + * Example pinning on certificate fingerprint, or the public key (similar to`pin-sha256`): + * + * ```js + * import tls from 'node:tls'; + * import https from 'node:https'; + * import crypto from 'node:crypto'; + * + * function sha256(s) { + * return crypto.createHash('sha256').update(s).digest('base64'); + * } + * const options = { + * hostname: 'github.com', + * port: 443, + * path: '/', + * method: 'GET', + * checkServerIdentity: function(host, cert) { + * // Make sure the certificate is issued to the host we are connected to + * const err = tls.checkServerIdentity(host, cert); + * if (err) { + * return err; + * } + * + * // Pin the public key, similar to HPKP pin-sha256 pinning + * const pubkey256 = 'pL1+qb9HTMRZJmuC/bB/ZI9d302BYrrqiVuRyW+DGrU='; + * if (sha256(cert.pubkey) !== pubkey256) { + * const msg = 'Certificate verification error: ' + + * `The public key of '${cert.subject.CN}' ` + + * 'does not match our pinned fingerprint'; + * return new Error(msg); + * } + * + * // Pin the exact certificate, rather than the pub key + * const cert256 = '25:FE:39:32:D9:63:8C:8A:FC:A1:9A:29:87:' + + * 'D8:3E:4C:1D:98:DB:71:E4:1A:48:03:98:EA:22:6A:BD:8B:93:16'; + * if (cert.fingerprint256 !== cert256) { + * const msg = 'Certificate verification error: ' + + * `The certificate of '${cert.subject.CN}' ` + + * 'does not match our pinned fingerprint'; + * return new Error(msg); + * } + * + * // This loop is informational only. + * // Print the certificate and public key fingerprints of all certs in the + * // chain. Its common to pin the public key of the issuer on the public + * // internet, while pinning the public key of the service in sensitive + * // environments. + * do { + * console.log('Subject Common Name:', cert.subject.CN); + * console.log(' Certificate SHA256 fingerprint:', cert.fingerprint256); + * + * hash = crypto.createHash('sha256'); + * console.log(' Public key ping-sha256:', sha256(cert.pubkey)); + * + * lastprint256 = cert.fingerprint256; + * cert = cert.issuerCertificate; + * } while (cert.fingerprint256 !== lastprint256); + * + * }, + * }; + * + * options.agent = new https.Agent(options); + * const req = https.request(options, (res) => { + * console.log('All OK. Server matched our pinned cert or public key'); + * console.log('statusCode:', res.statusCode); + * // Print the HPKP values + * console.log('headers:', res.headers['public-key-pins']); + * + * res.on('data', (d) => {}); + * }); + * + * req.on('error', (e) => { + * console.error(e.message); + * }); + * req.end(); + * ``` + * + * Outputs for example: + * + * ```text + * Subject Common Name: github.com + * Certificate SHA256 fingerprint: 25:FE:39:32:D9:63:8C:8A:FC:A1:9A:29:87:D8:3E:4C:1D:98:DB:71:E4:1A:48:03:98:EA:22:6A:BD:8B:93:16 + * Public key ping-sha256: pL1+qb9HTMRZJmuC/bB/ZI9d302BYrrqiVuRyW+DGrU= + * Subject Common Name: DigiCert SHA2 Extended Validation Server CA + * Certificate SHA256 fingerprint: 40:3E:06:2A:26:53:05:91:13:28:5B:AF:80:A0:D4:AE:42:2C:84:8C:9F:78:FA:D0:1F:C9:4B:C5:B8:7F:EF:1A + * Public key ping-sha256: RRM1dGqnDFsCJXBTHky16vi1obOlCgFFn/yOhI/y+ho= + * Subject Common Name: DigiCert High Assurance EV Root CA + * Certificate SHA256 fingerprint: 74:31:E5:F4:C3:C1:CE:46:90:77:4F:0B:61:E0:54:40:88:3B:A9:A0:1E:D0:0B:A6:AB:D7:80:6E:D3:B1:18:CF + * Public key ping-sha256: WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18= + * All OK. Server matched our pinned cert or public key + * statusCode: 200 + * headers: max-age=0; pin-sha256="WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18="; pin-sha256="RRM1dGqnDFsCJXBTHky16vi1obOlCgFFn/yOhI/y+ho="; + * pin-sha256="k2v657xBsOVe1PQRwOsHsw3bsGT2VzIqz5K+59sNQws="; pin-sha256="K87oWBWM9UZfyddvDfoxL+8lpNyoUB2ptGtn0fv6G2Q="; pin-sha256="IQBnNBEiFuhj+8x6X8XLgh01V9Ic5/V3IRQLNFFc7v4="; + * pin-sha256="iie1VXtL7HzAMF+/PVPR9xzT80kQxdZeJ+zduCB3uj0="; pin-sha256="LvRiGEjRqfzurezaWuj8Wie2gyHMrW5Q06LspMnox7A="; includeSubDomains + * ``` + * @since v0.3.6 + * @param options Accepts all `options` from `request`, with some differences in default values: + */ + function request( + options: RequestOptions | string | URL, + callback?: (res: http.IncomingMessage) => void, + ): http.ClientRequest; + function request( + url: string | URL, + options: RequestOptions, + callback?: (res: http.IncomingMessage) => void, + ): http.ClientRequest; + /** + * Like `http.get()` but for HTTPS. + * + * `options` can be an object, a string, or a `URL` object. If `options` is a + * string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object. + * + * ```js + * import https from 'node:https'; + * + * https.get('https://encrypted.google.com/', (res) => { + * console.log('statusCode:', res.statusCode); + * console.log('headers:', res.headers); + * + * res.on('data', (d) => { + * process.stdout.write(d); + * }); + * + * }).on('error', (e) => { + * console.error(e); + * }); + * ``` + * @since v0.3.6 + * @param options Accepts the same `options` as {@link request}, with the `method` always set to `GET`. + */ + function get( + options: RequestOptions | string | URL, + callback?: (res: http.IncomingMessage) => void, + ): http.ClientRequest; + function get( + url: string | URL, + options: RequestOptions, + callback?: (res: http.IncomingMessage) => void, + ): http.ClientRequest; + let globalAgent: Agent; +} +declare module "node:https" { + export * from "https"; +} diff --git a/node_modules/@types/node/index.d.ts b/node_modules/@types/node/index.d.ts new file mode 100644 index 0000000..4676281 --- /dev/null +++ b/node_modules/@types/node/index.d.ts @@ -0,0 +1,93 @@ +/** + * License for programmatically and manually incorporated + * documentation aka. `JSDoc` from https://github.com/nodejs/node/tree/master/doc + * + * Copyright Node.js contributors. All rights reserved. + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +// NOTE: These definitions support Node.js and TypeScript 5.7+. + +// Reference required TypeScript libs: +/// + +// TypeScript backwards-compatibility definitions: +/// + +// Definitions specific to TypeScript 5.7+: +/// +/// + +// Definitions for Node.js modules that are not specific to any version of TypeScript: +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// diff --git a/node_modules/@types/node/inspector.generated.d.ts b/node_modules/@types/node/inspector.generated.d.ts new file mode 100644 index 0000000..3303dba --- /dev/null +++ b/node_modules/@types/node/inspector.generated.d.ts @@ -0,0 +1,3966 @@ +// These definitions are automatically generated by the generate-inspector script. +// Do not edit this file directly. +// See scripts/generate-inspector/README.md for information on how to update the protocol definitions. +// Changes to the module itself should be added to the generator template (scripts/generate-inspector/inspector.d.ts.template). + +/** + * The `node:inspector` module provides an API for interacting with the V8 + * inspector. + * @see [source](https://github.com/nodejs/node/blob/v20.x/lib/inspector.js) + */ +declare module 'inspector' { + import EventEmitter = require('node:events'); + + interface InspectorNotification { + method: string; + params: T; + } + + namespace Schema { + /** + * Description of the protocol domain. + */ + interface Domain { + /** + * Domain name. + */ + name: string; + /** + * Domain version. + */ + version: string; + } + interface GetDomainsReturnType { + /** + * List of supported domains. + */ + domains: Domain[]; + } + } + namespace Runtime { + /** + * Unique script identifier. + */ + type ScriptId = string; + /** + * Unique object identifier. + */ + type RemoteObjectId = string; + /** + * Primitive value which cannot be JSON-stringified. + */ + type UnserializableValue = string; + /** + * Mirror object referencing original JavaScript object. + */ + interface RemoteObject { + /** + * Object type. + */ + type: string; + /** + * Object subtype hint. Specified for object type values only. + */ + subtype?: string | undefined; + /** + * Object class (constructor) name. Specified for object type values only. + */ + className?: string | undefined; + /** + * Remote object value in case of primitive values or JSON values (if it was requested). + */ + value?: any; + /** + * Primitive value which can not be JSON-stringified does not have value, but gets this property. + */ + unserializableValue?: UnserializableValue | undefined; + /** + * String representation of the object. + */ + description?: string | undefined; + /** + * Unique object identifier (for non-primitive values). + */ + objectId?: RemoteObjectId | undefined; + /** + * Preview containing abbreviated property values. Specified for object type values only. + * @experimental + */ + preview?: ObjectPreview | undefined; + /** + * @experimental + */ + customPreview?: CustomPreview | undefined; + } + /** + * @experimental + */ + interface CustomPreview { + header: string; + hasBody: boolean; + formatterObjectId: RemoteObjectId; + bindRemoteObjectFunctionId: RemoteObjectId; + configObjectId?: RemoteObjectId | undefined; + } + /** + * Object containing abbreviated remote object value. + * @experimental + */ + interface ObjectPreview { + /** + * Object type. + */ + type: string; + /** + * Object subtype hint. Specified for object type values only. + */ + subtype?: string | undefined; + /** + * String representation of the object. + */ + description?: string | undefined; + /** + * True iff some of the properties or entries of the original object did not fit. + */ + overflow: boolean; + /** + * List of the properties. + */ + properties: PropertyPreview[]; + /** + * List of the entries. Specified for map and set subtype values only. + */ + entries?: EntryPreview[] | undefined; + } + /** + * @experimental + */ + interface PropertyPreview { + /** + * Property name. + */ + name: string; + /** + * Object type. Accessor means that the property itself is an accessor property. + */ + type: string; + /** + * User-friendly property value string. + */ + value?: string | undefined; + /** + * Nested value preview. + */ + valuePreview?: ObjectPreview | undefined; + /** + * Object subtype hint. Specified for object type values only. + */ + subtype?: string | undefined; + } + /** + * @experimental + */ + interface EntryPreview { + /** + * Preview of the key. Specified for map-like collection entries. + */ + key?: ObjectPreview | undefined; + /** + * Preview of the value. + */ + value: ObjectPreview; + } + /** + * Object property descriptor. + */ + interface PropertyDescriptor { + /** + * Property name or symbol description. + */ + name: string; + /** + * The value associated with the property. + */ + value?: RemoteObject | undefined; + /** + * True if the value associated with the property may be changed (data descriptors only). + */ + writable?: boolean | undefined; + /** + * A function which serves as a getter for the property, or undefined if there is no getter (accessor descriptors only). + */ + get?: RemoteObject | undefined; + /** + * A function which serves as a setter for the property, or undefined if there is no setter (accessor descriptors only). + */ + set?: RemoteObject | undefined; + /** + * True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object. + */ + configurable: boolean; + /** + * True if this property shows up during enumeration of the properties on the corresponding object. + */ + enumerable: boolean; + /** + * True if the result was thrown during the evaluation. + */ + wasThrown?: boolean | undefined; + /** + * True if the property is owned for the object. + */ + isOwn?: boolean | undefined; + /** + * Property symbol object, if the property is of the symbol type. + */ + symbol?: RemoteObject | undefined; + } + /** + * Object internal property descriptor. This property isn't normally visible in JavaScript code. + */ + interface InternalPropertyDescriptor { + /** + * Conventional property name. + */ + name: string; + /** + * The value associated with the property. + */ + value?: RemoteObject | undefined; + } + /** + * Represents function call argument. Either remote object id objectId, primitive value, unserializable primitive value or neither of (for undefined) them should be specified. + */ + interface CallArgument { + /** + * Primitive value or serializable javascript object. + */ + value?: any; + /** + * Primitive value which can not be JSON-stringified. + */ + unserializableValue?: UnserializableValue | undefined; + /** + * Remote object handle. + */ + objectId?: RemoteObjectId | undefined; + } + /** + * Id of an execution context. + */ + type ExecutionContextId = number; + /** + * Description of an isolated world. + */ + interface ExecutionContextDescription { + /** + * Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed. + */ + id: ExecutionContextId; + /** + * Execution context origin. + */ + origin: string; + /** + * Human readable name describing given context. + */ + name: string; + /** + * Embedder-specific auxiliary data. + */ + auxData?: {} | undefined; + } + /** + * Detailed information about exception (or error) that was thrown during script compilation or execution. + */ + interface ExceptionDetails { + /** + * Exception id. + */ + exceptionId: number; + /** + * Exception text, which should be used together with exception object when available. + */ + text: string; + /** + * Line number of the exception location (0-based). + */ + lineNumber: number; + /** + * Column number of the exception location (0-based). + */ + columnNumber: number; + /** + * Script ID of the exception location. + */ + scriptId?: ScriptId | undefined; + /** + * URL of the exception location, to be used when the script was not reported. + */ + url?: string | undefined; + /** + * JavaScript stack trace if available. + */ + stackTrace?: StackTrace | undefined; + /** + * Exception object if available. + */ + exception?: RemoteObject | undefined; + /** + * Identifier of the context where exception happened. + */ + executionContextId?: ExecutionContextId | undefined; + } + /** + * Number of milliseconds since epoch. + */ + type Timestamp = number; + /** + * Stack entry for runtime errors and assertions. + */ + interface CallFrame { + /** + * JavaScript function name. + */ + functionName: string; + /** + * JavaScript script id. + */ + scriptId: ScriptId; + /** + * JavaScript script name or url. + */ + url: string; + /** + * JavaScript script line number (0-based). + */ + lineNumber: number; + /** + * JavaScript script column number (0-based). + */ + columnNumber: number; + } + /** + * Call frames for assertions or error messages. + */ + interface StackTrace { + /** + * String label of this stack trace. For async traces this may be a name of the function that initiated the async call. + */ + description?: string | undefined; + /** + * JavaScript function name. + */ + callFrames: CallFrame[]; + /** + * Asynchronous JavaScript stack trace that preceded this stack, if available. + */ + parent?: StackTrace | undefined; + /** + * Asynchronous JavaScript stack trace that preceded this stack, if available. + * @experimental + */ + parentId?: StackTraceId | undefined; + } + /** + * Unique identifier of current debugger. + * @experimental + */ + type UniqueDebuggerId = string; + /** + * If debuggerId is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See Runtime.StackTrace and Debugger.paused for usages. + * @experimental + */ + interface StackTraceId { + id: string; + debuggerId?: UniqueDebuggerId | undefined; + } + interface EvaluateParameterType { + /** + * Expression to evaluate. + */ + expression: string; + /** + * Symbolic group name that can be used to release multiple objects. + */ + objectGroup?: string | undefined; + /** + * Determines whether Command Line API should be available during the evaluation. + */ + includeCommandLineAPI?: boolean | undefined; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean | undefined; + /** + * Specifies in which execution context to perform evaluation. If the parameter is omitted the evaluation will be performed in the context of the inspected page. + */ + contextId?: ExecutionContextId | undefined; + /** + * Whether the result is expected to be a JSON object that should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + * @experimental + */ + generatePreview?: boolean | undefined; + /** + * Whether execution should be treated as initiated by user in the UI. + */ + userGesture?: boolean | undefined; + /** + * Whether execution should await for resulting value and return once awaited promise is resolved. + */ + awaitPromise?: boolean | undefined; + } + interface AwaitPromiseParameterType { + /** + * Identifier of the promise. + */ + promiseObjectId: RemoteObjectId; + /** + * Whether the result is expected to be a JSON object that should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + */ + generatePreview?: boolean | undefined; + } + interface CallFunctionOnParameterType { + /** + * Declaration of the function to call. + */ + functionDeclaration: string; + /** + * Identifier of the object to call function on. Either objectId or executionContextId should be specified. + */ + objectId?: RemoteObjectId | undefined; + /** + * Call arguments. All call arguments must belong to the same JavaScript world as the target object. + */ + arguments?: CallArgument[] | undefined; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean | undefined; + /** + * Whether the result is expected to be a JSON object which should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + * @experimental + */ + generatePreview?: boolean | undefined; + /** + * Whether execution should be treated as initiated by user in the UI. + */ + userGesture?: boolean | undefined; + /** + * Whether execution should await for resulting value and return once awaited promise is resolved. + */ + awaitPromise?: boolean | undefined; + /** + * Specifies execution context which global object will be used to call function on. Either executionContextId or objectId should be specified. + */ + executionContextId?: ExecutionContextId | undefined; + /** + * Symbolic group name that can be used to release multiple objects. If objectGroup is not specified and objectId is, objectGroup will be inherited from object. + */ + objectGroup?: string | undefined; + } + interface GetPropertiesParameterType { + /** + * Identifier of the object to return properties for. + */ + objectId: RemoteObjectId; + /** + * If true, returns properties belonging only to the element itself, not to its prototype chain. + */ + ownProperties?: boolean | undefined; + /** + * If true, returns accessor properties (with getter/setter) only; internal properties are not returned either. + * @experimental + */ + accessorPropertiesOnly?: boolean | undefined; + /** + * Whether preview should be generated for the results. + * @experimental + */ + generatePreview?: boolean | undefined; + } + interface ReleaseObjectParameterType { + /** + * Identifier of the object to release. + */ + objectId: RemoteObjectId; + } + interface ReleaseObjectGroupParameterType { + /** + * Symbolic object group name. + */ + objectGroup: string; + } + interface SetCustomObjectFormatterEnabledParameterType { + enabled: boolean; + } + interface CompileScriptParameterType { + /** + * Expression to compile. + */ + expression: string; + /** + * Source url to be set for the script. + */ + sourceURL: string; + /** + * Specifies whether the compiled script should be persisted. + */ + persistScript: boolean; + /** + * Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page. + */ + executionContextId?: ExecutionContextId | undefined; + } + interface RunScriptParameterType { + /** + * Id of the script to run. + */ + scriptId: ScriptId; + /** + * Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page. + */ + executionContextId?: ExecutionContextId | undefined; + /** + * Symbolic group name that can be used to release multiple objects. + */ + objectGroup?: string | undefined; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean | undefined; + /** + * Determines whether Command Line API should be available during the evaluation. + */ + includeCommandLineAPI?: boolean | undefined; + /** + * Whether the result is expected to be a JSON object which should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + */ + generatePreview?: boolean | undefined; + /** + * Whether execution should await for resulting value and return once awaited promise is resolved. + */ + awaitPromise?: boolean | undefined; + } + interface QueryObjectsParameterType { + /** + * Identifier of the prototype to return objects for. + */ + prototypeObjectId: RemoteObjectId; + } + interface GlobalLexicalScopeNamesParameterType { + /** + * Specifies in which execution context to lookup global scope variables. + */ + executionContextId?: ExecutionContextId | undefined; + } + interface EvaluateReturnType { + /** + * Evaluation result. + */ + result: RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface AwaitPromiseReturnType { + /** + * Promise result. Will contain rejected value if promise was rejected. + */ + result: RemoteObject; + /** + * Exception details if stack strace is available. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface CallFunctionOnReturnType { + /** + * Call result. + */ + result: RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface GetPropertiesReturnType { + /** + * Object properties. + */ + result: PropertyDescriptor[]; + /** + * Internal object properties (only of the element itself). + */ + internalProperties?: InternalPropertyDescriptor[] | undefined; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface CompileScriptReturnType { + /** + * Id of the script. + */ + scriptId?: ScriptId | undefined; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface RunScriptReturnType { + /** + * Run result. + */ + result: RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface QueryObjectsReturnType { + /** + * Array with objects. + */ + objects: RemoteObject; + } + interface GlobalLexicalScopeNamesReturnType { + names: string[]; + } + interface ExecutionContextCreatedEventDataType { + /** + * A newly created execution context. + */ + context: ExecutionContextDescription; + } + interface ExecutionContextDestroyedEventDataType { + /** + * Id of the destroyed context + */ + executionContextId: ExecutionContextId; + } + interface ExceptionThrownEventDataType { + /** + * Timestamp of the exception. + */ + timestamp: Timestamp; + exceptionDetails: ExceptionDetails; + } + interface ExceptionRevokedEventDataType { + /** + * Reason describing why exception was revoked. + */ + reason: string; + /** + * The id of revoked exception, as reported in exceptionThrown. + */ + exceptionId: number; + } + interface ConsoleAPICalledEventDataType { + /** + * Type of the call. + */ + type: string; + /** + * Call arguments. + */ + args: RemoteObject[]; + /** + * Identifier of the context where the call was made. + */ + executionContextId: ExecutionContextId; + /** + * Call timestamp. + */ + timestamp: Timestamp; + /** + * Stack trace captured when the call was made. + */ + stackTrace?: StackTrace | undefined; + /** + * Console context descriptor for calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call on named context. + * @experimental + */ + context?: string | undefined; + } + interface InspectRequestedEventDataType { + object: RemoteObject; + hints: {}; + } + } + namespace Debugger { + /** + * Breakpoint identifier. + */ + type BreakpointId = string; + /** + * Call frame identifier. + */ + type CallFrameId = string; + /** + * Location in the source code. + */ + interface Location { + /** + * Script identifier as reported in the Debugger.scriptParsed. + */ + scriptId: Runtime.ScriptId; + /** + * Line number in the script (0-based). + */ + lineNumber: number; + /** + * Column number in the script (0-based). + */ + columnNumber?: number | undefined; + } + /** + * Location in the source code. + * @experimental + */ + interface ScriptPosition { + lineNumber: number; + columnNumber: number; + } + /** + * JavaScript call frame. Array of call frames form the call stack. + */ + interface CallFrame { + /** + * Call frame identifier. This identifier is only valid while the virtual machine is paused. + */ + callFrameId: CallFrameId; + /** + * Name of the JavaScript function called on this call frame. + */ + functionName: string; + /** + * Location in the source code. + */ + functionLocation?: Location | undefined; + /** + * Location in the source code. + */ + location: Location; + /** + * JavaScript script name or url. + */ + url: string; + /** + * Scope chain for this call frame. + */ + scopeChain: Scope[]; + /** + * this object for this call frame. + */ + this: Runtime.RemoteObject; + /** + * The value being returned, if the function is at return point. + */ + returnValue?: Runtime.RemoteObject | undefined; + } + /** + * Scope description. + */ + interface Scope { + /** + * Scope type. + */ + type: string; + /** + * Object representing the scope. For global and with scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties. + */ + object: Runtime.RemoteObject; + name?: string | undefined; + /** + * Location in the source code where scope starts + */ + startLocation?: Location | undefined; + /** + * Location in the source code where scope ends + */ + endLocation?: Location | undefined; + } + /** + * Search match for resource. + */ + interface SearchMatch { + /** + * Line number in resource content. + */ + lineNumber: number; + /** + * Line with match content. + */ + lineContent: string; + } + interface BreakLocation { + /** + * Script identifier as reported in the Debugger.scriptParsed. + */ + scriptId: Runtime.ScriptId; + /** + * Line number in the script (0-based). + */ + lineNumber: number; + /** + * Column number in the script (0-based). + */ + columnNumber?: number | undefined; + type?: string | undefined; + } + interface SetBreakpointsActiveParameterType { + /** + * New value for breakpoints active state. + */ + active: boolean; + } + interface SetSkipAllPausesParameterType { + /** + * New value for skip pauses state. + */ + skip: boolean; + } + interface SetBreakpointByUrlParameterType { + /** + * Line number to set breakpoint at. + */ + lineNumber: number; + /** + * URL of the resources to set breakpoint on. + */ + url?: string | undefined; + /** + * Regex pattern for the URLs of the resources to set breakpoints on. Either url or urlRegex must be specified. + */ + urlRegex?: string | undefined; + /** + * Script hash of the resources to set breakpoint on. + */ + scriptHash?: string | undefined; + /** + * Offset in the line to set breakpoint at. + */ + columnNumber?: number | undefined; + /** + * Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true. + */ + condition?: string | undefined; + } + interface SetBreakpointParameterType { + /** + * Location to set breakpoint in. + */ + location: Location; + /** + * Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true. + */ + condition?: string | undefined; + } + interface RemoveBreakpointParameterType { + breakpointId: BreakpointId; + } + interface GetPossibleBreakpointsParameterType { + /** + * Start of range to search possible breakpoint locations in. + */ + start: Location; + /** + * End of range to search possible breakpoint locations in (excluding). When not specified, end of scripts is used as end of range. + */ + end?: Location | undefined; + /** + * Only consider locations which are in the same (non-nested) function as start. + */ + restrictToFunction?: boolean | undefined; + } + interface ContinueToLocationParameterType { + /** + * Location to continue to. + */ + location: Location; + targetCallFrames?: string | undefined; + } + interface PauseOnAsyncCallParameterType { + /** + * Debugger will pause when async call with given stack trace is started. + */ + parentStackTraceId: Runtime.StackTraceId; + } + interface StepIntoParameterType { + /** + * Debugger will issue additional Debugger.paused notification if any async task is scheduled before next pause. + * @experimental + */ + breakOnAsyncCall?: boolean | undefined; + } + interface GetStackTraceParameterType { + stackTraceId: Runtime.StackTraceId; + } + interface SearchInContentParameterType { + /** + * Id of the script to search in. + */ + scriptId: Runtime.ScriptId; + /** + * String to search for. + */ + query: string; + /** + * If true, search is case sensitive. + */ + caseSensitive?: boolean | undefined; + /** + * If true, treats string parameter as regex. + */ + isRegex?: boolean | undefined; + } + interface SetScriptSourceParameterType { + /** + * Id of the script to edit. + */ + scriptId: Runtime.ScriptId; + /** + * New content of the script. + */ + scriptSource: string; + /** + * If true the change will not actually be applied. Dry run may be used to get result description without actually modifying the code. + */ + dryRun?: boolean | undefined; + } + interface RestartFrameParameterType { + /** + * Call frame identifier to evaluate on. + */ + callFrameId: CallFrameId; + } + interface GetScriptSourceParameterType { + /** + * Id of the script to get source for. + */ + scriptId: Runtime.ScriptId; + } + interface SetPauseOnExceptionsParameterType { + /** + * Pause on exceptions mode. + */ + state: string; + } + interface EvaluateOnCallFrameParameterType { + /** + * Call frame identifier to evaluate on. + */ + callFrameId: CallFrameId; + /** + * Expression to evaluate. + */ + expression: string; + /** + * String object group name to put result into (allows rapid releasing resulting object handles using releaseObjectGroup). + */ + objectGroup?: string | undefined; + /** + * Specifies whether command line API should be available to the evaluated expression, defaults to false. + */ + includeCommandLineAPI?: boolean | undefined; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean | undefined; + /** + * Whether the result is expected to be a JSON object that should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + * @experimental + */ + generatePreview?: boolean | undefined; + /** + * Whether to throw an exception if side effect cannot be ruled out during evaluation. + */ + throwOnSideEffect?: boolean | undefined; + } + interface SetVariableValueParameterType { + /** + * 0-based number of scope as was listed in scope chain. Only 'local', 'closure' and 'catch' scope types are allowed. Other scopes could be manipulated manually. + */ + scopeNumber: number; + /** + * Variable name. + */ + variableName: string; + /** + * New variable value. + */ + newValue: Runtime.CallArgument; + /** + * Id of callframe that holds variable. + */ + callFrameId: CallFrameId; + } + interface SetReturnValueParameterType { + /** + * New return value. + */ + newValue: Runtime.CallArgument; + } + interface SetAsyncCallStackDepthParameterType { + /** + * Maximum depth of async call stacks. Setting to 0 will effectively disable collecting async call stacks (default). + */ + maxDepth: number; + } + interface SetBlackboxPatternsParameterType { + /** + * Array of regexps that will be used to check script url for blackbox state. + */ + patterns: string[]; + } + interface SetBlackboxedRangesParameterType { + /** + * Id of the script. + */ + scriptId: Runtime.ScriptId; + positions: ScriptPosition[]; + } + interface EnableReturnType { + /** + * Unique identifier of the debugger. + * @experimental + */ + debuggerId: Runtime.UniqueDebuggerId; + } + interface SetBreakpointByUrlReturnType { + /** + * Id of the created breakpoint for further reference. + */ + breakpointId: BreakpointId; + /** + * List of the locations this breakpoint resolved into upon addition. + */ + locations: Location[]; + } + interface SetBreakpointReturnType { + /** + * Id of the created breakpoint for further reference. + */ + breakpointId: BreakpointId; + /** + * Location this breakpoint resolved into. + */ + actualLocation: Location; + } + interface GetPossibleBreakpointsReturnType { + /** + * List of the possible breakpoint locations. + */ + locations: BreakLocation[]; + } + interface GetStackTraceReturnType { + stackTrace: Runtime.StackTrace; + } + interface SearchInContentReturnType { + /** + * List of search matches. + */ + result: SearchMatch[]; + } + interface SetScriptSourceReturnType { + /** + * New stack trace in case editing has happened while VM was stopped. + */ + callFrames?: CallFrame[] | undefined; + /** + * Whether current call stack was modified after applying the changes. + */ + stackChanged?: boolean | undefined; + /** + * Async stack trace, if any. + */ + asyncStackTrace?: Runtime.StackTrace | undefined; + /** + * Async stack trace, if any. + * @experimental + */ + asyncStackTraceId?: Runtime.StackTraceId | undefined; + /** + * Exception details if any. + */ + exceptionDetails?: Runtime.ExceptionDetails | undefined; + } + interface RestartFrameReturnType { + /** + * New stack trace. + */ + callFrames: CallFrame[]; + /** + * Async stack trace, if any. + */ + asyncStackTrace?: Runtime.StackTrace | undefined; + /** + * Async stack trace, if any. + * @experimental + */ + asyncStackTraceId?: Runtime.StackTraceId | undefined; + } + interface GetScriptSourceReturnType { + /** + * Script source. + */ + scriptSource: string; + } + interface EvaluateOnCallFrameReturnType { + /** + * Object wrapper for the evaluation result. + */ + result: Runtime.RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: Runtime.ExceptionDetails | undefined; + } + interface ScriptParsedEventDataType { + /** + * Identifier of the script parsed. + */ + scriptId: Runtime.ScriptId; + /** + * URL or name of the script parsed (if any). + */ + url: string; + /** + * Line offset of the script within the resource with given URL (for script tags). + */ + startLine: number; + /** + * Column offset of the script within the resource with given URL. + */ + startColumn: number; + /** + * Last line of the script. + */ + endLine: number; + /** + * Length of the last line of the script. + */ + endColumn: number; + /** + * Specifies script creation context. + */ + executionContextId: Runtime.ExecutionContextId; + /** + * Content hash of the script. + */ + hash: string; + /** + * Embedder-specific auxiliary data. + */ + executionContextAuxData?: {} | undefined; + /** + * True, if this script is generated as a result of the live edit operation. + * @experimental + */ + isLiveEdit?: boolean | undefined; + /** + * URL of source map associated with script (if any). + */ + sourceMapURL?: string | undefined; + /** + * True, if this script has sourceURL. + */ + hasSourceURL?: boolean | undefined; + /** + * True, if this script is ES6 module. + */ + isModule?: boolean | undefined; + /** + * This script length. + */ + length?: number | undefined; + /** + * JavaScript top stack frame of where the script parsed event was triggered if available. + * @experimental + */ + stackTrace?: Runtime.StackTrace | undefined; + } + interface ScriptFailedToParseEventDataType { + /** + * Identifier of the script parsed. + */ + scriptId: Runtime.ScriptId; + /** + * URL or name of the script parsed (if any). + */ + url: string; + /** + * Line offset of the script within the resource with given URL (for script tags). + */ + startLine: number; + /** + * Column offset of the script within the resource with given URL. + */ + startColumn: number; + /** + * Last line of the script. + */ + endLine: number; + /** + * Length of the last line of the script. + */ + endColumn: number; + /** + * Specifies script creation context. + */ + executionContextId: Runtime.ExecutionContextId; + /** + * Content hash of the script. + */ + hash: string; + /** + * Embedder-specific auxiliary data. + */ + executionContextAuxData?: {} | undefined; + /** + * URL of source map associated with script (if any). + */ + sourceMapURL?: string | undefined; + /** + * True, if this script has sourceURL. + */ + hasSourceURL?: boolean | undefined; + /** + * True, if this script is ES6 module. + */ + isModule?: boolean | undefined; + /** + * This script length. + */ + length?: number | undefined; + /** + * JavaScript top stack frame of where the script parsed event was triggered if available. + * @experimental + */ + stackTrace?: Runtime.StackTrace | undefined; + } + interface BreakpointResolvedEventDataType { + /** + * Breakpoint unique identifier. + */ + breakpointId: BreakpointId; + /** + * Actual breakpoint location. + */ + location: Location; + } + interface PausedEventDataType { + /** + * Call stack the virtual machine stopped on. + */ + callFrames: CallFrame[]; + /** + * Pause reason. + */ + reason: string; + /** + * Object containing break-specific auxiliary properties. + */ + data?: {} | undefined; + /** + * Hit breakpoints IDs + */ + hitBreakpoints?: string[] | undefined; + /** + * Async stack trace, if any. + */ + asyncStackTrace?: Runtime.StackTrace | undefined; + /** + * Async stack trace, if any. + * @experimental + */ + asyncStackTraceId?: Runtime.StackTraceId | undefined; + /** + * Just scheduled async call will have this stack trace as parent stack during async execution. This field is available only after Debugger.stepInto call with breakOnAsynCall flag. + * @experimental + */ + asyncCallStackTraceId?: Runtime.StackTraceId | undefined; + } + } + namespace Console { + /** + * Console message. + */ + interface ConsoleMessage { + /** + * Message source. + */ + source: string; + /** + * Message severity. + */ + level: string; + /** + * Message text. + */ + text: string; + /** + * URL of the message origin. + */ + url?: string | undefined; + /** + * Line number in the resource that generated this message (1-based). + */ + line?: number | undefined; + /** + * Column number in the resource that generated this message (1-based). + */ + column?: number | undefined; + } + interface MessageAddedEventDataType { + /** + * Console message that has been added. + */ + message: ConsoleMessage; + } + } + namespace Profiler { + /** + * Profile node. Holds callsite information, execution statistics and child nodes. + */ + interface ProfileNode { + /** + * Unique id of the node. + */ + id: number; + /** + * Function location. + */ + callFrame: Runtime.CallFrame; + /** + * Number of samples where this node was on top of the call stack. + */ + hitCount?: number | undefined; + /** + * Child node ids. + */ + children?: number[] | undefined; + /** + * The reason of being not optimized. The function may be deoptimized or marked as don't optimize. + */ + deoptReason?: string | undefined; + /** + * An array of source position ticks. + */ + positionTicks?: PositionTickInfo[] | undefined; + } + /** + * Profile. + */ + interface Profile { + /** + * The list of profile nodes. First item is the root node. + */ + nodes: ProfileNode[]; + /** + * Profiling start timestamp in microseconds. + */ + startTime: number; + /** + * Profiling end timestamp in microseconds. + */ + endTime: number; + /** + * Ids of samples top nodes. + */ + samples?: number[] | undefined; + /** + * Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime. + */ + timeDeltas?: number[] | undefined; + } + /** + * Specifies a number of samples attributed to a certain source position. + */ + interface PositionTickInfo { + /** + * Source line number (1-based). + */ + line: number; + /** + * Number of samples attributed to the source line. + */ + ticks: number; + } + /** + * Coverage data for a source range. + */ + interface CoverageRange { + /** + * JavaScript script source offset for the range start. + */ + startOffset: number; + /** + * JavaScript script source offset for the range end. + */ + endOffset: number; + /** + * Collected execution count of the source range. + */ + count: number; + } + /** + * Coverage data for a JavaScript function. + */ + interface FunctionCoverage { + /** + * JavaScript function name. + */ + functionName: string; + /** + * Source ranges inside the function with coverage data. + */ + ranges: CoverageRange[]; + /** + * Whether coverage data for this function has block granularity. + */ + isBlockCoverage: boolean; + } + /** + * Coverage data for a JavaScript script. + */ + interface ScriptCoverage { + /** + * JavaScript script id. + */ + scriptId: Runtime.ScriptId; + /** + * JavaScript script name or url. + */ + url: string; + /** + * Functions contained in the script that has coverage data. + */ + functions: FunctionCoverage[]; + } + interface SetSamplingIntervalParameterType { + /** + * New sampling interval in microseconds. + */ + interval: number; + } + interface StartPreciseCoverageParameterType { + /** + * Collect accurate call counts beyond simple 'covered' or 'not covered'. + */ + callCount?: boolean | undefined; + /** + * Collect block-based coverage. + */ + detailed?: boolean | undefined; + } + interface StopReturnType { + /** + * Recorded profile. + */ + profile: Profile; + } + interface TakePreciseCoverageReturnType { + /** + * Coverage data for the current isolate. + */ + result: ScriptCoverage[]; + } + interface GetBestEffortCoverageReturnType { + /** + * Coverage data for the current isolate. + */ + result: ScriptCoverage[]; + } + interface ConsoleProfileStartedEventDataType { + id: string; + /** + * Location of console.profile(). + */ + location: Debugger.Location; + /** + * Profile title passed as an argument to console.profile(). + */ + title?: string | undefined; + } + interface ConsoleProfileFinishedEventDataType { + id: string; + /** + * Location of console.profileEnd(). + */ + location: Debugger.Location; + profile: Profile; + /** + * Profile title passed as an argument to console.profile(). + */ + title?: string | undefined; + } + } + namespace HeapProfiler { + /** + * Heap snapshot object id. + */ + type HeapSnapshotObjectId = string; + /** + * Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes. + */ + interface SamplingHeapProfileNode { + /** + * Function location. + */ + callFrame: Runtime.CallFrame; + /** + * Allocations size in bytes for the node excluding children. + */ + selfSize: number; + /** + * Child nodes. + */ + children: SamplingHeapProfileNode[]; + } + /** + * Profile. + */ + interface SamplingHeapProfile { + head: SamplingHeapProfileNode; + } + interface StartTrackingHeapObjectsParameterType { + trackAllocations?: boolean | undefined; + } + interface StopTrackingHeapObjectsParameterType { + /** + * If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped. + */ + reportProgress?: boolean | undefined; + } + interface TakeHeapSnapshotParameterType { + /** + * If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken. + */ + reportProgress?: boolean | undefined; + } + interface GetObjectByHeapObjectIdParameterType { + objectId: HeapSnapshotObjectId; + /** + * Symbolic group name that can be used to release multiple objects. + */ + objectGroup?: string | undefined; + } + interface AddInspectedHeapObjectParameterType { + /** + * Heap snapshot object id to be accessible by means of $x command line API. + */ + heapObjectId: HeapSnapshotObjectId; + } + interface GetHeapObjectIdParameterType { + /** + * Identifier of the object to get heap object id for. + */ + objectId: Runtime.RemoteObjectId; + } + interface StartSamplingParameterType { + /** + * Average sample interval in bytes. Poisson distribution is used for the intervals. The default value is 32768 bytes. + */ + samplingInterval?: number | undefined; + } + interface GetObjectByHeapObjectIdReturnType { + /** + * Evaluation result. + */ + result: Runtime.RemoteObject; + } + interface GetHeapObjectIdReturnType { + /** + * Id of the heap snapshot object corresponding to the passed remote object id. + */ + heapSnapshotObjectId: HeapSnapshotObjectId; + } + interface StopSamplingReturnType { + /** + * Recorded sampling heap profile. + */ + profile: SamplingHeapProfile; + } + interface GetSamplingProfileReturnType { + /** + * Return the sampling profile being collected. + */ + profile: SamplingHeapProfile; + } + interface AddHeapSnapshotChunkEventDataType { + chunk: string; + } + interface ReportHeapSnapshotProgressEventDataType { + done: number; + total: number; + finished?: boolean | undefined; + } + interface LastSeenObjectIdEventDataType { + lastSeenObjectId: number; + timestamp: number; + } + interface HeapStatsUpdateEventDataType { + /** + * An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment. + */ + statsUpdate: number[]; + } + } + namespace NodeTracing { + interface TraceConfig { + /** + * Controls how the trace buffer stores data. + */ + recordMode?: string | undefined; + /** + * Included category filters. + */ + includedCategories: string[]; + } + interface StartParameterType { + traceConfig: TraceConfig; + } + interface GetCategoriesReturnType { + /** + * A list of supported tracing categories. + */ + categories: string[]; + } + interface DataCollectedEventDataType { + value: Array<{}>; + } + } + namespace NodeWorker { + type WorkerID = string; + /** + * Unique identifier of attached debugging session. + */ + type SessionID = string; + interface WorkerInfo { + workerId: WorkerID; + type: string; + title: string; + url: string; + } + interface SendMessageToWorkerParameterType { + message: string; + /** + * Identifier of the session. + */ + sessionId: SessionID; + } + interface EnableParameterType { + /** + * Whether to new workers should be paused until the frontend sends `Runtime.runIfWaitingForDebugger` + * message to run them. + */ + waitForDebuggerOnStart: boolean; + } + interface DetachParameterType { + sessionId: SessionID; + } + interface AttachedToWorkerEventDataType { + /** + * Identifier assigned to the session used to send/receive messages. + */ + sessionId: SessionID; + workerInfo: WorkerInfo; + waitingForDebugger: boolean; + } + interface DetachedFromWorkerEventDataType { + /** + * Detached session identifier. + */ + sessionId: SessionID; + } + interface ReceivedMessageFromWorkerEventDataType { + /** + * Identifier of a session which sends a message. + */ + sessionId: SessionID; + message: string; + } + } + namespace Network { + /** + * Resource type as it was perceived by the rendering engine. + */ + type ResourceType = string; + /** + * Unique request identifier. + */ + type RequestId = string; + /** + * UTC time in seconds, counted from January 1, 1970. + */ + type TimeSinceEpoch = number; + /** + * Monotonically increasing time in seconds since an arbitrary point in the past. + */ + type MonotonicTime = number; + /** + * HTTP request data. + */ + interface Request { + url: string; + method: string; + headers: Headers; + } + /** + * HTTP response data. + */ + interface Response { + url: string; + status: number; + statusText: string; + headers: Headers; + } + /** + * Request / response headers as keys / values of JSON object. + */ + interface Headers { + } + interface RequestWillBeSentEventDataType { + /** + * Request identifier. + */ + requestId: RequestId; + /** + * Request data. + */ + request: Request; + /** + * Timestamp. + */ + timestamp: MonotonicTime; + /** + * Timestamp. + */ + wallTime: TimeSinceEpoch; + } + interface ResponseReceivedEventDataType { + /** + * Request identifier. + */ + requestId: RequestId; + /** + * Timestamp. + */ + timestamp: MonotonicTime; + /** + * Resource type. + */ + type: ResourceType; + /** + * Response data. + */ + response: Response; + } + interface LoadingFailedEventDataType { + /** + * Request identifier. + */ + requestId: RequestId; + /** + * Timestamp. + */ + timestamp: MonotonicTime; + /** + * Resource type. + */ + type: ResourceType; + /** + * Error message. + */ + errorText: string; + } + interface LoadingFinishedEventDataType { + /** + * Request identifier. + */ + requestId: RequestId; + /** + * Timestamp. + */ + timestamp: MonotonicTime; + } + } + namespace NodeRuntime { + interface NotifyWhenWaitingForDisconnectParameterType { + enabled: boolean; + } + } + + /** + * The `inspector.Session` is used for dispatching messages to the V8 inspector + * back-end and receiving message responses and notifications. + */ + class Session extends EventEmitter { + /** + * Create a new instance of the inspector.Session class. + * The inspector session needs to be connected through `session.connect()` before the messages can be dispatched to the inspector backend. + */ + constructor(); + + /** + * Connects a session to the inspector back-end. + */ + connect(): void; + + /** + * Connects a session to the inspector back-end. + * An exception will be thrown if this API was not called on a Worker thread. + * @since v12.11.0 + */ + connectToMainThread(): void; + + /** + * Immediately close the session. All pending message callbacks will be called with an error. + * `session.connect()` will need to be called to be able to send messages again. + * Reconnected session will lose all inspector state, such as enabled agents or configured breakpoints. + */ + disconnect(): void; + + /** + * Posts a message to the inspector back-end. `callback` will be notified when + * a response is received. `callback` is a function that accepts two optional + * arguments: error and message-specific result. + * + * ```js + * session.post('Runtime.evaluate', { expression: '2 + 2' }, + * (error, { result }) => console.log(result)); + * // Output: { type: 'number', value: 4, description: '4' } + * ``` + * + * The latest version of the V8 inspector protocol is published on the + * [Chrome DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/v8/). + * + * Node.js inspector supports all the Chrome DevTools Protocol domains declared + * by V8. Chrome DevTools Protocol domain provides an interface for interacting + * with one of the runtime agents used to inspect the application state and listen + * to the run-time events. + */ + post(method: string, callback?: (err: Error | null, params?: object) => void): void; + post(method: string, params?: object, callback?: (err: Error | null, params?: object) => void): void; + /** + * Returns supported domains. + */ + post(method: 'Schema.getDomains', callback?: (err: Error | null, params: Schema.GetDomainsReturnType) => void): void; + /** + * Evaluates expression on global object. + */ + post(method: 'Runtime.evaluate', params?: Runtime.EvaluateParameterType, callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void; + post(method: 'Runtime.evaluate', callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void; + /** + * Add handler to promise with given promise object id. + */ + post(method: 'Runtime.awaitPromise', params?: Runtime.AwaitPromiseParameterType, callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void; + post(method: 'Runtime.awaitPromise', callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void; + /** + * Calls function with given declaration on the given object. Object group of the result is inherited from the target object. + */ + post(method: 'Runtime.callFunctionOn', params?: Runtime.CallFunctionOnParameterType, callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void; + post(method: 'Runtime.callFunctionOn', callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void; + /** + * Returns properties of a given object. Object group of the result is inherited from the target object. + */ + post(method: 'Runtime.getProperties', params?: Runtime.GetPropertiesParameterType, callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void; + post(method: 'Runtime.getProperties', callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void; + /** + * Releases remote object with given id. + */ + post(method: 'Runtime.releaseObject', params?: Runtime.ReleaseObjectParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Runtime.releaseObject', callback?: (err: Error | null) => void): void; + /** + * Releases all remote objects that belong to a given group. + */ + post(method: 'Runtime.releaseObjectGroup', params?: Runtime.ReleaseObjectGroupParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Runtime.releaseObjectGroup', callback?: (err: Error | null) => void): void; + /** + * Tells inspected instance to run if it was waiting for debugger to attach. + */ + post(method: 'Runtime.runIfWaitingForDebugger', callback?: (err: Error | null) => void): void; + /** + * Enables reporting of execution contexts creation by means of executionContextCreated event. When the reporting gets enabled the event will be sent immediately for each existing execution context. + */ + post(method: 'Runtime.enable', callback?: (err: Error | null) => void): void; + /** + * Disables reporting of execution contexts creation. + */ + post(method: 'Runtime.disable', callback?: (err: Error | null) => void): void; + /** + * Discards collected exceptions and console API calls. + */ + post(method: 'Runtime.discardConsoleEntries', callback?: (err: Error | null) => void): void; + /** + * @experimental + */ + post(method: 'Runtime.setCustomObjectFormatterEnabled', params?: Runtime.SetCustomObjectFormatterEnabledParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Runtime.setCustomObjectFormatterEnabled', callback?: (err: Error | null) => void): void; + /** + * Compiles expression. + */ + post(method: 'Runtime.compileScript', params?: Runtime.CompileScriptParameterType, callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void; + post(method: 'Runtime.compileScript', callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void; + /** + * Runs script with given id in a given context. + */ + post(method: 'Runtime.runScript', params?: Runtime.RunScriptParameterType, callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void; + post(method: 'Runtime.runScript', callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void; + post(method: 'Runtime.queryObjects', params?: Runtime.QueryObjectsParameterType, callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void; + post(method: 'Runtime.queryObjects', callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void; + /** + * Returns all let, const and class variables from global scope. + */ + post( + method: 'Runtime.globalLexicalScopeNames', + params?: Runtime.GlobalLexicalScopeNamesParameterType, + callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void + ): void; + post(method: 'Runtime.globalLexicalScopeNames', callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void): void; + /** + * Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received. + */ + post(method: 'Debugger.enable', callback?: (err: Error | null, params: Debugger.EnableReturnType) => void): void; + /** + * Disables debugger for given page. + */ + post(method: 'Debugger.disable', callback?: (err: Error | null) => void): void; + /** + * Activates / deactivates all breakpoints on the page. + */ + post(method: 'Debugger.setBreakpointsActive', params?: Debugger.SetBreakpointsActiveParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setBreakpointsActive', callback?: (err: Error | null) => void): void; + /** + * Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc). + */ + post(method: 'Debugger.setSkipAllPauses', params?: Debugger.SetSkipAllPausesParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setSkipAllPauses', callback?: (err: Error | null) => void): void; + /** + * Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in locations property. Further matching script parsing will result in subsequent breakpointResolved events issued. This logical breakpoint will survive page reloads. + */ + post(method: 'Debugger.setBreakpointByUrl', params?: Debugger.SetBreakpointByUrlParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void; + post(method: 'Debugger.setBreakpointByUrl', callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void; + /** + * Sets JavaScript breakpoint at a given location. + */ + post(method: 'Debugger.setBreakpoint', params?: Debugger.SetBreakpointParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void; + post(method: 'Debugger.setBreakpoint', callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void; + /** + * Removes JavaScript breakpoint. + */ + post(method: 'Debugger.removeBreakpoint', params?: Debugger.RemoveBreakpointParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.removeBreakpoint', callback?: (err: Error | null) => void): void; + /** + * Returns possible locations for breakpoint. scriptId in start and end range locations should be the same. + */ + post( + method: 'Debugger.getPossibleBreakpoints', + params?: Debugger.GetPossibleBreakpointsParameterType, + callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void + ): void; + post(method: 'Debugger.getPossibleBreakpoints', callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void): void; + /** + * Continues execution until specific location is reached. + */ + post(method: 'Debugger.continueToLocation', params?: Debugger.ContinueToLocationParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.continueToLocation', callback?: (err: Error | null) => void): void; + /** + * @experimental + */ + post(method: 'Debugger.pauseOnAsyncCall', params?: Debugger.PauseOnAsyncCallParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.pauseOnAsyncCall', callback?: (err: Error | null) => void): void; + /** + * Steps over the statement. + */ + post(method: 'Debugger.stepOver', callback?: (err: Error | null) => void): void; + /** + * Steps into the function call. + */ + post(method: 'Debugger.stepInto', params?: Debugger.StepIntoParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.stepInto', callback?: (err: Error | null) => void): void; + /** + * Steps out of the function call. + */ + post(method: 'Debugger.stepOut', callback?: (err: Error | null) => void): void; + /** + * Stops on the next JavaScript statement. + */ + post(method: 'Debugger.pause', callback?: (err: Error | null) => void): void; + /** + * This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task were scheduled or another scheduleStepIntoAsync was called. + * @experimental + */ + post(method: 'Debugger.scheduleStepIntoAsync', callback?: (err: Error | null) => void): void; + /** + * Resumes JavaScript execution. + */ + post(method: 'Debugger.resume', callback?: (err: Error | null) => void): void; + /** + * Returns stack trace with given stackTraceId. + * @experimental + */ + post(method: 'Debugger.getStackTrace', params?: Debugger.GetStackTraceParameterType, callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void; + post(method: 'Debugger.getStackTrace', callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void; + /** + * Searches for given string in script content. + */ + post(method: 'Debugger.searchInContent', params?: Debugger.SearchInContentParameterType, callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void; + post(method: 'Debugger.searchInContent', callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void; + /** + * Edits JavaScript source live. + */ + post(method: 'Debugger.setScriptSource', params?: Debugger.SetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void; + post(method: 'Debugger.setScriptSource', callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void; + /** + * Restarts particular call frame from the beginning. + */ + post(method: 'Debugger.restartFrame', params?: Debugger.RestartFrameParameterType, callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void; + post(method: 'Debugger.restartFrame', callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void; + /** + * Returns source for the script with given id. + */ + post(method: 'Debugger.getScriptSource', params?: Debugger.GetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void; + post(method: 'Debugger.getScriptSource', callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void; + /** + * Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is none. + */ + post(method: 'Debugger.setPauseOnExceptions', params?: Debugger.SetPauseOnExceptionsParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setPauseOnExceptions', callback?: (err: Error | null) => void): void; + /** + * Evaluates expression on a given call frame. + */ + post(method: 'Debugger.evaluateOnCallFrame', params?: Debugger.EvaluateOnCallFrameParameterType, callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void; + post(method: 'Debugger.evaluateOnCallFrame', callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void; + /** + * Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually. + */ + post(method: 'Debugger.setVariableValue', params?: Debugger.SetVariableValueParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setVariableValue', callback?: (err: Error | null) => void): void; + /** + * Changes return value in top frame. Available only at return break position. + * @experimental + */ + post(method: 'Debugger.setReturnValue', params?: Debugger.SetReturnValueParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setReturnValue', callback?: (err: Error | null) => void): void; + /** + * Enables or disables async call stacks tracking. + */ + post(method: 'Debugger.setAsyncCallStackDepth', params?: Debugger.SetAsyncCallStackDepthParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setAsyncCallStackDepth', callback?: (err: Error | null) => void): void; + /** + * Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. + * @experimental + */ + post(method: 'Debugger.setBlackboxPatterns', params?: Debugger.SetBlackboxPatternsParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setBlackboxPatterns', callback?: (err: Error | null) => void): void; + /** + * Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted. + * @experimental + */ + post(method: 'Debugger.setBlackboxedRanges', params?: Debugger.SetBlackboxedRangesParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setBlackboxedRanges', callback?: (err: Error | null) => void): void; + /** + * Enables console domain, sends the messages collected so far to the client by means of the messageAdded notification. + */ + post(method: 'Console.enable', callback?: (err: Error | null) => void): void; + /** + * Disables console domain, prevents further console messages from being reported to the client. + */ + post(method: 'Console.disable', callback?: (err: Error | null) => void): void; + /** + * Does nothing. + */ + post(method: 'Console.clearMessages', callback?: (err: Error | null) => void): void; + post(method: 'Profiler.enable', callback?: (err: Error | null) => void): void; + post(method: 'Profiler.disable', callback?: (err: Error | null) => void): void; + /** + * Changes CPU profiler sampling interval. Must be called before CPU profiles recording started. + */ + post(method: 'Profiler.setSamplingInterval', params?: Profiler.SetSamplingIntervalParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Profiler.setSamplingInterval', callback?: (err: Error | null) => void): void; + post(method: 'Profiler.start', callback?: (err: Error | null) => void): void; + post(method: 'Profiler.stop', callback?: (err: Error | null, params: Profiler.StopReturnType) => void): void; + /** + * Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters. + */ + post(method: 'Profiler.startPreciseCoverage', params?: Profiler.StartPreciseCoverageParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Profiler.startPreciseCoverage', callback?: (err: Error | null) => void): void; + /** + * Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code. + */ + post(method: 'Profiler.stopPreciseCoverage', callback?: (err: Error | null) => void): void; + /** + * Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started. + */ + post(method: 'Profiler.takePreciseCoverage', callback?: (err: Error | null, params: Profiler.TakePreciseCoverageReturnType) => void): void; + /** + * Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection. + */ + post(method: 'Profiler.getBestEffortCoverage', callback?: (err: Error | null, params: Profiler.GetBestEffortCoverageReturnType) => void): void; + post(method: 'HeapProfiler.enable', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.disable', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.startTrackingHeapObjects', params?: HeapProfiler.StartTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.startTrackingHeapObjects', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.stopTrackingHeapObjects', params?: HeapProfiler.StopTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.stopTrackingHeapObjects', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.takeHeapSnapshot', params?: HeapProfiler.TakeHeapSnapshotParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.takeHeapSnapshot', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.collectGarbage', callback?: (err: Error | null) => void): void; + post( + method: 'HeapProfiler.getObjectByHeapObjectId', + params?: HeapProfiler.GetObjectByHeapObjectIdParameterType, + callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void + ): void; + post(method: 'HeapProfiler.getObjectByHeapObjectId', callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void): void; + /** + * Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions). + */ + post(method: 'HeapProfiler.addInspectedHeapObject', params?: HeapProfiler.AddInspectedHeapObjectParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.addInspectedHeapObject', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.getHeapObjectId', params?: HeapProfiler.GetHeapObjectIdParameterType, callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void; + post(method: 'HeapProfiler.getHeapObjectId', callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void; + post(method: 'HeapProfiler.startSampling', params?: HeapProfiler.StartSamplingParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.startSampling', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.stopSampling', callback?: (err: Error | null, params: HeapProfiler.StopSamplingReturnType) => void): void; + post(method: 'HeapProfiler.getSamplingProfile', callback?: (err: Error | null, params: HeapProfiler.GetSamplingProfileReturnType) => void): void; + /** + * Gets supported tracing categories. + */ + post(method: 'NodeTracing.getCategories', callback?: (err: Error | null, params: NodeTracing.GetCategoriesReturnType) => void): void; + /** + * Start trace events collection. + */ + post(method: 'NodeTracing.start', params?: NodeTracing.StartParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeTracing.start', callback?: (err: Error | null) => void): void; + /** + * Stop trace events collection. Remaining collected events will be sent as a sequence of + * dataCollected events followed by tracingComplete event. + */ + post(method: 'NodeTracing.stop', callback?: (err: Error | null) => void): void; + /** + * Sends protocol message over session with given id. + */ + post(method: 'NodeWorker.sendMessageToWorker', params?: NodeWorker.SendMessageToWorkerParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeWorker.sendMessageToWorker', callback?: (err: Error | null) => void): void; + /** + * Instructs the inspector to attach to running workers. Will also attach to new workers + * as they start + */ + post(method: 'NodeWorker.enable', params?: NodeWorker.EnableParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeWorker.enable', callback?: (err: Error | null) => void): void; + /** + * Detaches from all running workers and disables attaching to new workers as they are started. + */ + post(method: 'NodeWorker.disable', callback?: (err: Error | null) => void): void; + /** + * Detached from the worker with given sessionId. + */ + post(method: 'NodeWorker.detach', params?: NodeWorker.DetachParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeWorker.detach', callback?: (err: Error | null) => void): void; + /** + * Disables network tracking, prevents network events from being sent to the client. + */ + post(method: 'Network.disable', callback?: (err: Error | null) => void): void; + /** + * Enables network tracking, network events will now be delivered to the client. + */ + post(method: 'Network.enable', callback?: (err: Error | null) => void): void; + /** + * Enable the NodeRuntime events except by `NodeRuntime.waitingForDisconnect`. + */ + post(method: 'NodeRuntime.enable', callback?: (err: Error | null) => void): void; + /** + * Disable NodeRuntime events + */ + post(method: 'NodeRuntime.disable', callback?: (err: Error | null) => void): void; + /** + * Enable the `NodeRuntime.waitingForDisconnect`. + */ + post(method: 'NodeRuntime.notifyWhenWaitingForDisconnect', params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeRuntime.notifyWhenWaitingForDisconnect', callback?: (err: Error | null) => void): void; + + addListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + addListener(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + addListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + addListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + addListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + addListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + addListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + addListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + addListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + addListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + addListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + addListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + addListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + addListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + addListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + addListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + addListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + addListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + addListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + addListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + addListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + addListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + addListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + addListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + addListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + addListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + addListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + addListener(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + addListener(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + addListener(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + addListener(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + addListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + addListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'inspectorNotification', message: InspectorNotification): boolean; + emit(event: 'Runtime.executionContextCreated', message: InspectorNotification): boolean; + emit(event: 'Runtime.executionContextDestroyed', message: InspectorNotification): boolean; + emit(event: 'Runtime.executionContextsCleared'): boolean; + emit(event: 'Runtime.exceptionThrown', message: InspectorNotification): boolean; + emit(event: 'Runtime.exceptionRevoked', message: InspectorNotification): boolean; + emit(event: 'Runtime.consoleAPICalled', message: InspectorNotification): boolean; + emit(event: 'Runtime.inspectRequested', message: InspectorNotification): boolean; + emit(event: 'Debugger.scriptParsed', message: InspectorNotification): boolean; + emit(event: 'Debugger.scriptFailedToParse', message: InspectorNotification): boolean; + emit(event: 'Debugger.breakpointResolved', message: InspectorNotification): boolean; + emit(event: 'Debugger.paused', message: InspectorNotification): boolean; + emit(event: 'Debugger.resumed'): boolean; + emit(event: 'Console.messageAdded', message: InspectorNotification): boolean; + emit(event: 'Profiler.consoleProfileStarted', message: InspectorNotification): boolean; + emit(event: 'Profiler.consoleProfileFinished', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.addHeapSnapshotChunk', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.resetProfiles'): boolean; + emit(event: 'HeapProfiler.reportHeapSnapshotProgress', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.lastSeenObjectId', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.heapStatsUpdate', message: InspectorNotification): boolean; + emit(event: 'NodeTracing.dataCollected', message: InspectorNotification): boolean; + emit(event: 'NodeTracing.tracingComplete'): boolean; + emit(event: 'NodeWorker.attachedToWorker', message: InspectorNotification): boolean; + emit(event: 'NodeWorker.detachedFromWorker', message: InspectorNotification): boolean; + emit(event: 'NodeWorker.receivedMessageFromWorker', message: InspectorNotification): boolean; + emit(event: 'Network.requestWillBeSent', message: InspectorNotification): boolean; + emit(event: 'Network.responseReceived', message: InspectorNotification): boolean; + emit(event: 'Network.loadingFailed', message: InspectorNotification): boolean; + emit(event: 'Network.loadingFinished', message: InspectorNotification): boolean; + emit(event: 'NodeRuntime.waitingForDisconnect'): boolean; + emit(event: 'NodeRuntime.waitingForDebugger'): boolean; + on(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + on(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + on(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + on(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + on(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + on(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + on(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + on(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + on(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + on(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + on(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + on(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + on(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + on(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + on(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + on(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + on(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + on(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + on(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + on(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + on(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + on(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + on(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + on(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + on(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + on(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + on(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + on(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + on(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + on(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + on(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + on(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + on(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + once(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + once(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + once(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + once(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + once(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + once(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + once(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + once(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + once(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + once(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + once(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + once(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + once(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + once(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + once(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + once(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + once(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + once(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + once(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + once(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + once(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + once(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + once(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + once(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + once(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + once(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + once(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + once(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + once(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + once(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + once(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + once(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + prependListener(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + prependListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + prependListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + prependListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + prependListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + prependListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + prependListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + prependListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + prependListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + prependListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + prependListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + prependListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + prependListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + prependListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + prependListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + prependListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + prependListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + prependListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + prependListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + prependListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + prependListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + prependListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + prependListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + prependListener(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + prependListener(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + prependListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + prependListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + prependOnceListener(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + prependOnceListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + prependOnceListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + prependOnceListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + prependOnceListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + prependOnceListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + prependOnceListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + prependOnceListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + prependOnceListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + prependOnceListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + prependOnceListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + prependOnceListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + prependOnceListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + prependOnceListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + prependOnceListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + prependOnceListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + prependOnceListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + prependOnceListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + prependOnceListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + prependOnceListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + prependOnceListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + prependOnceListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + prependOnceListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + prependOnceListener(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + prependOnceListener(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + prependOnceListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + prependOnceListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + } + + /** + * Activate inspector on host and port. Equivalent to `node --inspect=[[host:]port]`, but can be done programmatically after node has + * started. + * + * If wait is `true`, will block until a client has connected to the inspect port + * and flow control has been passed to the debugger client. + * + * See the [security warning](https://nodejs.org/docs/latest-v20.x/api/cli.html#warning-binding-inspector-to-a-public-ipport-combination-is-insecure) + * regarding the `host` parameter usage. + * @param port Port to listen on for inspector connections. Defaults to what was specified on the CLI. + * @param host Host to listen on for inspector connections. Defaults to what was specified on the CLI. + * @param wait Block until a client has connected. Defaults to what was specified on the CLI. + * @returns Disposable that calls `inspector.close()`. + */ + function open(port?: number, host?: string, wait?: boolean): Disposable; + + /** + * Deactivate the inspector. Blocks until there are no active connections. + */ + function close(): void; + + /** + * Return the URL of the active inspector, or `undefined` if there is none. + * + * ```console + * $ node --inspect -p 'inspector.url()' + * Debugger listening on ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34 + * For help, see: https://nodejs.org/en/docs/inspector + * ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34 + * + * $ node --inspect=localhost:3000 -p 'inspector.url()' + * Debugger listening on ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a + * For help, see: https://nodejs.org/en/docs/inspector + * ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a + * + * $ node -p 'inspector.url()' + * undefined + * ``` + */ + function url(): string | undefined; + + /** + * Blocks until a client (existing or connected later) has sent `Runtime.runIfWaitingForDebugger` command. + * + * An exception will be thrown if there is no active inspector. + * @since v12.7.0 + */ + function waitForDebugger(): void; + + // These methods are exposed by the V8 inspector console API (inspector/v8-console.h). + // The method signatures differ from those of the Node.js console, and are deliberately + // typed permissively. + interface InspectorConsole { + debug(...data: any[]): void; + error(...data: any[]): void; + info(...data: any[]): void; + log(...data: any[]): void; + warn(...data: any[]): void; + dir(...data: any[]): void; + dirxml(...data: any[]): void; + table(...data: any[]): void; + trace(...data: any[]): void; + group(...data: any[]): void; + groupCollapsed(...data: any[]): void; + groupEnd(...data: any[]): void; + clear(...data: any[]): void; + count(label?: any): void; + countReset(label?: any): void; + assert(value?: any, ...data: any[]): void; + profile(label?: any): void; + profileEnd(label?: any): void; + time(label?: any): void; + timeLog(label?: any): void; + timeStamp(label?: any): void; + } + + /** + * An object to send messages to the remote inspector console. + * @since v11.0.0 + */ + const console: InspectorConsole; + + // DevTools protocol event broadcast methods + namespace Network { + /** + * This feature is only available with the `--experimental-network-inspection` flag enabled. + * + * Broadcasts the `Network.requestWillBeSent` event to connected frontends. This event indicates that + * the application is about to send an HTTP request. + * @since v22.6.0 + * @experimental + */ + function requestWillBeSent(params: RequestWillBeSentEventDataType): void; + /** + * This feature is only available with the `--experimental-network-inspection` flag enabled. + * + * Broadcasts the `Network.responseReceived` event to connected frontends. This event indicates that + * HTTP response is available. + * @since v22.6.0 + * @experimental + */ + function responseReceived(params: ResponseReceivedEventDataType): void; + /** + * This feature is only available with the `--experimental-network-inspection` flag enabled. + * + * Broadcasts the `Network.loadingFinished` event to connected frontends. This event indicates that + * HTTP request has finished loading. + * @since v22.6.0 + * @experimental + */ + function loadingFinished(params: LoadingFinishedEventDataType): void; + /** + * This feature is only available with the `--experimental-network-inspection` flag enabled. + * + * Broadcasts the `Network.loadingFailed` event to connected frontends. This event indicates that + * HTTP request has failed to load. + * @since v22.7.0 + * @experimental + */ + function loadingFailed(params: LoadingFailedEventDataType): void; + } +} + +/** + * The `node:inspector` module provides an API for interacting with the V8 + * inspector. + */ +declare module 'node:inspector' { + export * from 'inspector'; +} + +/** + * The `node:inspector/promises` module provides an API for interacting with the V8 + * inspector. + * @see [source](https://github.com/nodejs/node/blob/v20.x/lib/inspector/promises.js) + * @since v19.0.0 + */ +declare module 'inspector/promises' { + import EventEmitter = require('node:events'); + import { + open, + close, + url, + waitForDebugger, + console, + InspectorNotification, + Schema, + Runtime, + Debugger, + Console, + Profiler, + HeapProfiler, + NodeTracing, + NodeWorker, + Network, + NodeRuntime, + } from 'inspector'; + + /** + * The `inspector.Session` is used for dispatching messages to the V8 inspector + * back-end and receiving message responses and notifications. + * @since v19.0.0 + */ + class Session extends EventEmitter { + /** + * Create a new instance of the `inspector.Session` class. + * The inspector session needs to be connected through `session.connect()` before the messages can be dispatched to the inspector backend. + */ + constructor(); + + /** + * Connects a session to the inspector back-end. + */ + connect(): void; + + /** + * Connects a session to the inspector back-end. + * An exception will be thrown if this API was not called on a Worker thread. + */ + connectToMainThread(): void; + + /** + * Immediately close the session. All pending message callbacks will be called with an error. + * `session.connect()` will need to be called to be able to send messages again. + * Reconnected session will lose all inspector state, such as enabled agents or configured breakpoints. + */ + disconnect(): void; + + /** + * Posts a message to the inspector back-end. + * + * ```js + * import { Session } from 'node:inspector/promises'; + * try { + * const session = new Session(); + * session.connect(); + * const result = await session.post('Runtime.evaluate', { expression: '2 + 2' }); + * console.log(result); + * } catch (error) { + * console.error(error); + * } + * // Output: { result: { type: 'number', value: 4, description: '4' } } + * ``` + * + * The latest version of the V8 inspector protocol is published on the + * [Chrome DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/v8/). + * + * Node.js inspector supports all the Chrome DevTools Protocol domains declared + * by V8. Chrome DevTools Protocol domain provides an interface for interacting + * with one of the runtime agents used to inspect the application state and listen + * to the run-time events. + */ + post(method: string, params?: object): Promise; + /** + * Returns supported domains. + */ + post(method: 'Schema.getDomains'): Promise; + /** + * Evaluates expression on global object. + */ + post(method: 'Runtime.evaluate', params?: Runtime.EvaluateParameterType): Promise; + /** + * Add handler to promise with given promise object id. + */ + post(method: 'Runtime.awaitPromise', params?: Runtime.AwaitPromiseParameterType): Promise; + /** + * Calls function with given declaration on the given object. Object group of the result is inherited from the target object. + */ + post(method: 'Runtime.callFunctionOn', params?: Runtime.CallFunctionOnParameterType): Promise; + /** + * Returns properties of a given object. Object group of the result is inherited from the target object. + */ + post(method: 'Runtime.getProperties', params?: Runtime.GetPropertiesParameterType): Promise; + /** + * Releases remote object with given id. + */ + post(method: 'Runtime.releaseObject', params?: Runtime.ReleaseObjectParameterType): Promise; + /** + * Releases all remote objects that belong to a given group. + */ + post(method: 'Runtime.releaseObjectGroup', params?: Runtime.ReleaseObjectGroupParameterType): Promise; + /** + * Tells inspected instance to run if it was waiting for debugger to attach. + */ + post(method: 'Runtime.runIfWaitingForDebugger'): Promise; + /** + * Enables reporting of execution contexts creation by means of executionContextCreated event. When the reporting gets enabled the event will be sent immediately for each existing execution context. + */ + post(method: 'Runtime.enable'): Promise; + /** + * Disables reporting of execution contexts creation. + */ + post(method: 'Runtime.disable'): Promise; + /** + * Discards collected exceptions and console API calls. + */ + post(method: 'Runtime.discardConsoleEntries'): Promise; + /** + * @experimental + */ + post(method: 'Runtime.setCustomObjectFormatterEnabled', params?: Runtime.SetCustomObjectFormatterEnabledParameterType): Promise; + /** + * Compiles expression. + */ + post(method: 'Runtime.compileScript', params?: Runtime.CompileScriptParameterType): Promise; + /** + * Runs script with given id in a given context. + */ + post(method: 'Runtime.runScript', params?: Runtime.RunScriptParameterType): Promise; + post(method: 'Runtime.queryObjects', params?: Runtime.QueryObjectsParameterType): Promise; + /** + * Returns all let, const and class variables from global scope. + */ + post(method: 'Runtime.globalLexicalScopeNames', params?: Runtime.GlobalLexicalScopeNamesParameterType): Promise; + /** + * Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received. + */ + post(method: 'Debugger.enable'): Promise; + /** + * Disables debugger for given page. + */ + post(method: 'Debugger.disable'): Promise; + /** + * Activates / deactivates all breakpoints on the page. + */ + post(method: 'Debugger.setBreakpointsActive', params?: Debugger.SetBreakpointsActiveParameterType): Promise; + /** + * Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc). + */ + post(method: 'Debugger.setSkipAllPauses', params?: Debugger.SetSkipAllPausesParameterType): Promise; + /** + * Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in locations property. Further matching script parsing will result in subsequent breakpointResolved events issued. This logical breakpoint will survive page reloads. + */ + post(method: 'Debugger.setBreakpointByUrl', params?: Debugger.SetBreakpointByUrlParameterType): Promise; + /** + * Sets JavaScript breakpoint at a given location. + */ + post(method: 'Debugger.setBreakpoint', params?: Debugger.SetBreakpointParameterType): Promise; + /** + * Removes JavaScript breakpoint. + */ + post(method: 'Debugger.removeBreakpoint', params?: Debugger.RemoveBreakpointParameterType): Promise; + /** + * Returns possible locations for breakpoint. scriptId in start and end range locations should be the same. + */ + post(method: 'Debugger.getPossibleBreakpoints', params?: Debugger.GetPossibleBreakpointsParameterType): Promise; + /** + * Continues execution until specific location is reached. + */ + post(method: 'Debugger.continueToLocation', params?: Debugger.ContinueToLocationParameterType): Promise; + /** + * @experimental + */ + post(method: 'Debugger.pauseOnAsyncCall', params?: Debugger.PauseOnAsyncCallParameterType): Promise; + /** + * Steps over the statement. + */ + post(method: 'Debugger.stepOver'): Promise; + /** + * Steps into the function call. + */ + post(method: 'Debugger.stepInto', params?: Debugger.StepIntoParameterType): Promise; + /** + * Steps out of the function call. + */ + post(method: 'Debugger.stepOut'): Promise; + /** + * Stops on the next JavaScript statement. + */ + post(method: 'Debugger.pause'): Promise; + /** + * This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task were scheduled or another scheduleStepIntoAsync was called. + * @experimental + */ + post(method: 'Debugger.scheduleStepIntoAsync'): Promise; + /** + * Resumes JavaScript execution. + */ + post(method: 'Debugger.resume'): Promise; + /** + * Returns stack trace with given stackTraceId. + * @experimental + */ + post(method: 'Debugger.getStackTrace', params?: Debugger.GetStackTraceParameterType): Promise; + /** + * Searches for given string in script content. + */ + post(method: 'Debugger.searchInContent', params?: Debugger.SearchInContentParameterType): Promise; + /** + * Edits JavaScript source live. + */ + post(method: 'Debugger.setScriptSource', params?: Debugger.SetScriptSourceParameterType): Promise; + /** + * Restarts particular call frame from the beginning. + */ + post(method: 'Debugger.restartFrame', params?: Debugger.RestartFrameParameterType): Promise; + /** + * Returns source for the script with given id. + */ + post(method: 'Debugger.getScriptSource', params?: Debugger.GetScriptSourceParameterType): Promise; + /** + * Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is none. + */ + post(method: 'Debugger.setPauseOnExceptions', params?: Debugger.SetPauseOnExceptionsParameterType): Promise; + /** + * Evaluates expression on a given call frame. + */ + post(method: 'Debugger.evaluateOnCallFrame', params?: Debugger.EvaluateOnCallFrameParameterType): Promise; + /** + * Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually. + */ + post(method: 'Debugger.setVariableValue', params?: Debugger.SetVariableValueParameterType): Promise; + /** + * Changes return value in top frame. Available only at return break position. + * @experimental + */ + post(method: 'Debugger.setReturnValue', params?: Debugger.SetReturnValueParameterType): Promise; + /** + * Enables or disables async call stacks tracking. + */ + post(method: 'Debugger.setAsyncCallStackDepth', params?: Debugger.SetAsyncCallStackDepthParameterType): Promise; + /** + * Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. + * @experimental + */ + post(method: 'Debugger.setBlackboxPatterns', params?: Debugger.SetBlackboxPatternsParameterType): Promise; + /** + * Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted. + * @experimental + */ + post(method: 'Debugger.setBlackboxedRanges', params?: Debugger.SetBlackboxedRangesParameterType): Promise; + /** + * Enables console domain, sends the messages collected so far to the client by means of the messageAdded notification. + */ + post(method: 'Console.enable'): Promise; + /** + * Disables console domain, prevents further console messages from being reported to the client. + */ + post(method: 'Console.disable'): Promise; + /** + * Does nothing. + */ + post(method: 'Console.clearMessages'): Promise; + post(method: 'Profiler.enable'): Promise; + post(method: 'Profiler.disable'): Promise; + /** + * Changes CPU profiler sampling interval. Must be called before CPU profiles recording started. + */ + post(method: 'Profiler.setSamplingInterval', params?: Profiler.SetSamplingIntervalParameterType): Promise; + post(method: 'Profiler.start'): Promise; + post(method: 'Profiler.stop'): Promise; + /** + * Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters. + */ + post(method: 'Profiler.startPreciseCoverage', params?: Profiler.StartPreciseCoverageParameterType): Promise; + /** + * Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code. + */ + post(method: 'Profiler.stopPreciseCoverage'): Promise; + /** + * Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started. + */ + post(method: 'Profiler.takePreciseCoverage'): Promise; + /** + * Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection. + */ + post(method: 'Profiler.getBestEffortCoverage'): Promise; + post(method: 'HeapProfiler.enable'): Promise; + post(method: 'HeapProfiler.disable'): Promise; + post(method: 'HeapProfiler.startTrackingHeapObjects', params?: HeapProfiler.StartTrackingHeapObjectsParameterType): Promise; + post(method: 'HeapProfiler.stopTrackingHeapObjects', params?: HeapProfiler.StopTrackingHeapObjectsParameterType): Promise; + post(method: 'HeapProfiler.takeHeapSnapshot', params?: HeapProfiler.TakeHeapSnapshotParameterType): Promise; + post(method: 'HeapProfiler.collectGarbage'): Promise; + post(method: 'HeapProfiler.getObjectByHeapObjectId', params?: HeapProfiler.GetObjectByHeapObjectIdParameterType): Promise; + /** + * Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions). + */ + post(method: 'HeapProfiler.addInspectedHeapObject', params?: HeapProfiler.AddInspectedHeapObjectParameterType): Promise; + post(method: 'HeapProfiler.getHeapObjectId', params?: HeapProfiler.GetHeapObjectIdParameterType): Promise; + post(method: 'HeapProfiler.startSampling', params?: HeapProfiler.StartSamplingParameterType): Promise; + post(method: 'HeapProfiler.stopSampling'): Promise; + post(method: 'HeapProfiler.getSamplingProfile'): Promise; + /** + * Gets supported tracing categories. + */ + post(method: 'NodeTracing.getCategories'): Promise; + /** + * Start trace events collection. + */ + post(method: 'NodeTracing.start', params?: NodeTracing.StartParameterType): Promise; + /** + * Stop trace events collection. Remaining collected events will be sent as a sequence of + * dataCollected events followed by tracingComplete event. + */ + post(method: 'NodeTracing.stop'): Promise; + /** + * Sends protocol message over session with given id. + */ + post(method: 'NodeWorker.sendMessageToWorker', params?: NodeWorker.SendMessageToWorkerParameterType): Promise; + /** + * Instructs the inspector to attach to running workers. Will also attach to new workers + * as they start + */ + post(method: 'NodeWorker.enable', params?: NodeWorker.EnableParameterType): Promise; + /** + * Detaches from all running workers and disables attaching to new workers as they are started. + */ + post(method: 'NodeWorker.disable'): Promise; + /** + * Detached from the worker with given sessionId. + */ + post(method: 'NodeWorker.detach', params?: NodeWorker.DetachParameterType): Promise; + /** + * Disables network tracking, prevents network events from being sent to the client. + */ + post(method: 'Network.disable'): Promise; + /** + * Enables network tracking, network events will now be delivered to the client. + */ + post(method: 'Network.enable'): Promise; + /** + * Enable the NodeRuntime events except by `NodeRuntime.waitingForDisconnect`. + */ + post(method: 'NodeRuntime.enable'): Promise; + /** + * Disable NodeRuntime events + */ + post(method: 'NodeRuntime.disable'): Promise; + /** + * Enable the `NodeRuntime.waitingForDisconnect`. + */ + post(method: 'NodeRuntime.notifyWhenWaitingForDisconnect', params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType): Promise; + + addListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + addListener(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + addListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + addListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + addListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + addListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + addListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + addListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + addListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + addListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + addListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + addListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + addListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + addListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + addListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + addListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + addListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + addListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + addListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + addListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + addListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + addListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + addListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + addListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + addListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + addListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + addListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + addListener(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + addListener(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + addListener(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + addListener(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + addListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + addListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'inspectorNotification', message: InspectorNotification): boolean; + emit(event: 'Runtime.executionContextCreated', message: InspectorNotification): boolean; + emit(event: 'Runtime.executionContextDestroyed', message: InspectorNotification): boolean; + emit(event: 'Runtime.executionContextsCleared'): boolean; + emit(event: 'Runtime.exceptionThrown', message: InspectorNotification): boolean; + emit(event: 'Runtime.exceptionRevoked', message: InspectorNotification): boolean; + emit(event: 'Runtime.consoleAPICalled', message: InspectorNotification): boolean; + emit(event: 'Runtime.inspectRequested', message: InspectorNotification): boolean; + emit(event: 'Debugger.scriptParsed', message: InspectorNotification): boolean; + emit(event: 'Debugger.scriptFailedToParse', message: InspectorNotification): boolean; + emit(event: 'Debugger.breakpointResolved', message: InspectorNotification): boolean; + emit(event: 'Debugger.paused', message: InspectorNotification): boolean; + emit(event: 'Debugger.resumed'): boolean; + emit(event: 'Console.messageAdded', message: InspectorNotification): boolean; + emit(event: 'Profiler.consoleProfileStarted', message: InspectorNotification): boolean; + emit(event: 'Profiler.consoleProfileFinished', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.addHeapSnapshotChunk', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.resetProfiles'): boolean; + emit(event: 'HeapProfiler.reportHeapSnapshotProgress', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.lastSeenObjectId', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.heapStatsUpdate', message: InspectorNotification): boolean; + emit(event: 'NodeTracing.dataCollected', message: InspectorNotification): boolean; + emit(event: 'NodeTracing.tracingComplete'): boolean; + emit(event: 'NodeWorker.attachedToWorker', message: InspectorNotification): boolean; + emit(event: 'NodeWorker.detachedFromWorker', message: InspectorNotification): boolean; + emit(event: 'NodeWorker.receivedMessageFromWorker', message: InspectorNotification): boolean; + emit(event: 'Network.requestWillBeSent', message: InspectorNotification): boolean; + emit(event: 'Network.responseReceived', message: InspectorNotification): boolean; + emit(event: 'Network.loadingFailed', message: InspectorNotification): boolean; + emit(event: 'Network.loadingFinished', message: InspectorNotification): boolean; + emit(event: 'NodeRuntime.waitingForDisconnect'): boolean; + emit(event: 'NodeRuntime.waitingForDebugger'): boolean; + on(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + on(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + on(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + on(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + on(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + on(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + on(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + on(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + on(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + on(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + on(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + on(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + on(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + on(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + on(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + on(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + on(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + on(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + on(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + on(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + on(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + on(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + on(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + on(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + on(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + on(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + on(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + on(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + on(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + on(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + on(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + on(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + on(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + once(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + once(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + once(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + once(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + once(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + once(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + once(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + once(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + once(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + once(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + once(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + once(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + once(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + once(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + once(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + once(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + once(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + once(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + once(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + once(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + once(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + once(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + once(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + once(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + once(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + once(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + once(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + once(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + once(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + once(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + once(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + once(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + prependListener(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + prependListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + prependListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + prependListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + prependListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + prependListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + prependListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + prependListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + prependListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + prependListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + prependListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + prependListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + prependListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + prependListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + prependListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + prependListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + prependListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + prependListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + prependListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + prependListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + prependListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + prependListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + prependListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + prependListener(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + prependListener(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + prependListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + prependListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + prependOnceListener(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + prependOnceListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + prependOnceListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + prependOnceListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + prependOnceListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + prependOnceListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + prependOnceListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + prependOnceListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + prependOnceListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + prependOnceListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + prependOnceListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + prependOnceListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + prependOnceListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + prependOnceListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + prependOnceListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + prependOnceListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + prependOnceListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + prependOnceListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + prependOnceListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + prependOnceListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + prependOnceListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + prependOnceListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + prependOnceListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + prependOnceListener(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + prependOnceListener(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + prependOnceListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + prependOnceListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + } + + export { + Session, + open, + close, + url, + waitForDebugger, + console, + InspectorNotification, + Schema, + Runtime, + Debugger, + Console, + Profiler, + HeapProfiler, + NodeTracing, + NodeWorker, + Network, + NodeRuntime, + }; +} + +/** + * The `node:inspector/promises` module provides an API for interacting with the V8 + * inspector. + * @since v19.0.0 + */ +declare module 'node:inspector/promises' { + export * from 'inspector/promises'; +} diff --git a/node_modules/@types/node/module.d.ts b/node_modules/@types/node/module.d.ts new file mode 100644 index 0000000..36b86ff --- /dev/null +++ b/node_modules/@types/node/module.d.ts @@ -0,0 +1,539 @@ +/** + * @since v0.3.7 + */ +declare module "module" { + import { URL } from "node:url"; + import { MessagePort } from "node:worker_threads"; + class Module { + constructor(id: string, parent?: Module); + } + interface Module extends NodeJS.Module {} + namespace Module { + export { Module }; + } + namespace Module { + /** + * A list of the names of all modules provided by Node.js. Can be used to verify + * if a module is maintained by a third party or not. + * + * Note: the list doesn't contain prefix-only modules like `node:test`. + * @since v9.3.0, v8.10.0, v6.13.0 + */ + const builtinModules: readonly string[]; + /** + * @since v12.2.0 + * @param path Filename to be used to construct the require + * function. Must be a file URL object, file URL string, or absolute path + * string. + */ + function createRequire(path: string | URL): NodeJS.Require; + /** + * @since v18.6.0, v16.17.0 + */ + function isBuiltin(moduleName: string): boolean; + interface RegisterOptions { + /** + * If you want to resolve `specifier` relative to a + * base URL, such as `import.meta.url`, you can pass that URL here. This + * property is ignored if the `parentURL` is supplied as the second argument. + * @default 'data:' + */ + parentURL?: string | URL | undefined; + /** + * Any arbitrary, cloneable JavaScript value to pass into the + * {@link initialize} hook. + */ + data?: Data | undefined; + /** + * [Transferable objects](https://nodejs.org/docs/latest-v20.x/api/worker_threads.html#portpostmessagevalue-transferlist) + * to be passed into the `initialize` hook. + */ + transferList?: any[] | undefined; + } + /* eslint-disable @definitelytyped/no-unnecessary-generics */ + /** + * Register a module that exports hooks that customize Node.js module + * resolution and loading behavior. See + * [Customization hooks](https://nodejs.org/docs/latest-v20.x/api/module.html#customization-hooks). + * @since v20.6.0, v18.19.0 + * @param specifier Customization hooks to be registered; this should be + * the same string that would be passed to `import()`, except that if it is + * relative, it is resolved relative to `parentURL`. + * @param parentURL f you want to resolve `specifier` relative to a base + * URL, such as `import.meta.url`, you can pass that URL here. + */ + function register( + specifier: string | URL, + parentURL?: string | URL, + options?: RegisterOptions, + ): void; + function register(specifier: string | URL, options?: RegisterOptions): void; + /* eslint-enable @definitelytyped/no-unnecessary-generics */ + /** + * The `module.syncBuiltinESMExports()` method updates all the live bindings for + * builtin `ES Modules` to match the properties of the `CommonJS` exports. It + * does not add or remove exported names from the `ES Modules`. + * + * ```js + * import fs from 'node:fs'; + * import assert from 'node:assert'; + * import { syncBuiltinESMExports } from 'node:module'; + * + * fs.readFile = newAPI; + * + * delete fs.readFileSync; + * + * function newAPI() { + * // ... + * } + * + * fs.newAPI = newAPI; + * + * syncBuiltinESMExports(); + * + * import('node:fs').then((esmFS) => { + * // It syncs the existing readFile property with the new value + * assert.strictEqual(esmFS.readFile, newAPI); + * // readFileSync has been deleted from the required fs + * assert.strictEqual('readFileSync' in fs, false); + * // syncBuiltinESMExports() does not remove readFileSync from esmFS + * assert.strictEqual('readFileSync' in esmFS, true); + * // syncBuiltinESMExports() does not add names + * assert.strictEqual(esmFS.newAPI, undefined); + * }); + * ``` + * @since v12.12.0 + */ + function syncBuiltinESMExports(): void; + /** @deprecated Use `ImportAttributes` instead */ + interface ImportAssertions extends ImportAttributes {} + interface ImportAttributes extends NodeJS.Dict { + type?: string | undefined; + } + type ModuleFormat = "builtin" | "commonjs" | "json" | "module" | "wasm"; + type ModuleSource = string | ArrayBuffer | NodeJS.TypedArray; + /** + * The `initialize` hook provides a way to define a custom function that runs in + * the hooks thread when the hooks module is initialized. Initialization happens + * when the hooks module is registered via {@link register}. + * + * This hook can receive data from a {@link register} invocation, including + * ports and other transferable objects. The return value of `initialize` can be a + * `Promise`, in which case it will be awaited before the main application thread + * execution resumes. + */ + type InitializeHook = (data: Data) => void | Promise; + interface ResolveHookContext { + /** + * Export conditions of the relevant `package.json` + */ + conditions: string[]; + /** + * @deprecated Use `importAttributes` instead + */ + importAssertions: ImportAttributes; + /** + * An object whose key-value pairs represent the assertions for the module to import + */ + importAttributes: ImportAttributes; + /** + * The module importing this one, or undefined if this is the Node.js entry point + */ + parentURL: string | undefined; + } + interface ResolveFnOutput { + /** + * A hint to the load hook (it might be ignored) + */ + format?: ModuleFormat | null | undefined; + /** + * @deprecated Use `importAttributes` instead + */ + importAssertions?: ImportAttributes | undefined; + /** + * The import attributes to use when caching the module (optional; if excluded the input will be used) + */ + importAttributes?: ImportAttributes | undefined; + /** + * A signal that this hook intends to terminate the chain of `resolve` hooks. + * @default false + */ + shortCircuit?: boolean | undefined; + /** + * The absolute URL to which this input resolves + */ + url: string; + } + /** + * The `resolve` hook chain is responsible for telling Node.js where to find and + * how to cache a given `import` statement or expression, or `require` call. It can + * optionally return a format (such as `'module'`) as a hint to the `load` hook. If + * a format is specified, the `load` hook is ultimately responsible for providing + * the final `format` value (and it is free to ignore the hint provided by + * `resolve`); if `resolve` provides a `format`, a custom `load` hook is required + * even if only to pass the value to the Node.js default `load` hook. + */ + type ResolveHook = ( + specifier: string, + context: ResolveHookContext, + nextResolve: ( + specifier: string, + context?: Partial, + ) => ResolveFnOutput | Promise, + ) => ResolveFnOutput | Promise; + interface LoadHookContext { + /** + * Export conditions of the relevant `package.json` + */ + conditions: string[]; + /** + * The format optionally supplied by the `resolve` hook chain + */ + format: ModuleFormat | null | undefined; + /** + * @deprecated Use `importAttributes` instead + */ + importAssertions: ImportAttributes; + /** + * An object whose key-value pairs represent the assertions for the module to import + */ + importAttributes: ImportAttributes; + } + interface LoadFnOutput { + format: string | null | undefined; + /** + * A signal that this hook intends to terminate the chain of `resolve` hooks. + * @default false + */ + shortCircuit?: boolean | undefined; + /** + * The source for Node.js to evaluate + */ + source?: ModuleSource | undefined; + } + /** + * The `load` hook provides a way to define a custom method of determining how a + * URL should be interpreted, retrieved, and parsed. It is also in charge of + * validating the import attributes. + */ + type LoadHook = ( + url: string, + context: LoadHookContext, + nextLoad: ( + url: string, + context?: Partial, + ) => LoadFnOutput | Promise, + ) => LoadFnOutput | Promise; + interface GlobalPreloadContext { + port: MessagePort; + } + /** + * Sometimes it might be necessary to run some code inside of the same global + * scope that the application runs in. This hook allows the return of a string + * that is run as a sloppy-mode script on startup. + * @deprecated This hook will be removed in a future version. Use + * `initialize` instead. When a hooks module has an `initialize` export, + * `globalPreload` will be ignored. + */ + type GlobalPreloadHook = (context: GlobalPreloadContext) => string; + /** + * `path` is the resolved path for the file for which a corresponding source map + * should be fetched. + * @since v13.7.0, v12.17.0 + * @return Returns `module.SourceMap` if a source map is found, `undefined` otherwise. + */ + function findSourceMap(path: string): SourceMap | undefined; + interface SourceMapConstructorOptions { + /** + * @since v20.5.0 + */ + lineLengths?: readonly number[] | undefined; + } + interface SourceMapPayload { + file: string; + version: number; + sources: string[]; + sourcesContent: string[]; + names: string[]; + mappings: string; + sourceRoot: string; + } + interface SourceMapping { + generatedLine: number; + generatedColumn: number; + originalSource: string; + originalLine: number; + originalColumn: number; + } + interface SourceOrigin { + /** + * The name of the range in the source map, if one was provided + */ + name: string | undefined; + /** + * The file name of the original source, as reported in the SourceMap + */ + fileName: string; + /** + * The 1-indexed lineNumber of the corresponding call site in the original source + */ + lineNumber: number; + /** + * The 1-indexed columnNumber of the corresponding call site in the original source + */ + columnNumber: number; + } + /** + * @since v13.7.0, v12.17.0 + */ + class SourceMap { + constructor(payload: SourceMapPayload, options?: SourceMapConstructorOptions); + /** + * Getter for the payload used to construct the `SourceMap` instance. + */ + readonly payload: SourceMapPayload; + /** + * Given a line offset and column offset in the generated source + * file, returns an object representing the SourceMap range in the + * original file if found, or an empty object if not. + * + * The object returned contains the following keys: + * + * The returned value represents the raw range as it appears in the + * SourceMap, based on zero-indexed offsets, _not_ 1-indexed line and + * column numbers as they appear in Error messages and CallSite + * objects. + * + * To get the corresponding 1-indexed line and column numbers from a + * lineNumber and columnNumber as they are reported by Error stacks + * and CallSite objects, use `sourceMap.findOrigin(lineNumber, columnNumber)` + * @param lineOffset The zero-indexed line number offset in the generated source + * @param columnOffset The zero-indexed column number offset in the generated source + */ + findEntry(lineOffset: number, columnOffset: number): SourceMapping | {}; + /** + * Given a 1-indexed `lineNumber` and `columnNumber` from a call site in the generated source, + * find the corresponding call site location in the original source. + * + * If the `lineNumber` and `columnNumber` provided are not found in any source map, + * then an empty object is returned. + * @param lineNumber The 1-indexed line number of the call site in the generated source + * @param columnNumber The 1-indexed column number of the call site in the generated source + */ + findOrigin(lineNumber: number, columnNumber: number): SourceOrigin | {}; + } + function runMain(main?: string): void; + function wrap(script: string): string; + } + global { + interface ImportMeta { + /** + * The directory name of the current module. This is the same as the `path.dirname()` of the `import.meta.filename`. + * **Caveat:** only present on `file:` modules. + */ + dirname: string; + /** + * The full absolute path and filename of the current module, with symlinks resolved. + * This is the same as the `url.fileURLToPath()` of the `import.meta.url`. + * **Caveat:** only local modules support this property. Modules not using the `file:` protocol will not provide it. + */ + filename: string; + /** + * The absolute `file:` URL of the module. + */ + url: string; + /** + * Provides a module-relative resolution function scoped to each module, returning + * the URL string. + * + * Second `parent` parameter is only used when the `--experimental-import-meta-resolve` + * command flag enabled. + * + * @since v20.6.0 + * + * @param specifier The module specifier to resolve relative to `parent`. + * @param parent The absolute parent module URL to resolve from. + * @returns The absolute (`file:`) URL string for the resolved module. + */ + resolve(specifier: string, parent?: string | URL | undefined): string; + } + namespace NodeJS { + interface Module { + /** + * The module objects required for the first time by this one. + * @since v0.1.16 + */ + children: Module[]; + /** + * The `module.exports` object is created by the `Module` system. Sometimes this is + * not acceptable; many want their module to be an instance of some class. To do + * this, assign the desired export object to `module.exports`. + * @since v0.1.16 + */ + exports: any; + /** + * The fully resolved filename of the module. + * @since v0.1.16 + */ + filename: string; + /** + * The identifier for the module. Typically this is the fully resolved + * filename. + * @since v0.1.16 + */ + id: string; + /** + * `true` if the module is running during the Node.js preload + * phase. + * @since v15.4.0, v14.17.0 + */ + isPreloading: boolean; + /** + * Whether or not the module is done loading, or is in the process of + * loading. + * @since v0.1.16 + */ + loaded: boolean; + /** + * The module that first required this one, or `null` if the current module is the + * entry point of the current process, or `undefined` if the module was loaded by + * something that is not a CommonJS module (e.g. REPL or `import`). + * @since v0.1.16 + * @deprecated Please use `require.main` and `module.children` instead. + */ + parent: Module | null | undefined; + /** + * The directory name of the module. This is usually the same as the + * `path.dirname()` of the `module.id`. + * @since v11.14.0 + */ + path: string; + /** + * The search paths for the module. + * @since v0.4.0 + */ + paths: string[]; + /** + * The `module.require()` method provides a way to load a module as if + * `require()` was called from the original module. + * @since v0.5.1 + */ + require(id: string): any; + } + interface Require { + /** + * Used to import modules, `JSON`, and local files. + * @since v0.1.13 + */ + (id: string): any; + /** + * Modules are cached in this object when they are required. By deleting a key + * value from this object, the next `require` will reload the module. + * This does not apply to + * [native addons](https://nodejs.org/docs/latest-v20.x/api/addons.html), + * for which reloading will result in an error. + * @since v0.3.0 + */ + cache: Dict; + /** + * Instruct `require` on how to handle certain file extensions. + * @since v0.3.0 + * @deprecated + */ + extensions: RequireExtensions; + /** + * The `Module` object representing the entry script loaded when the Node.js + * process launched, or `undefined` if the entry point of the program is not a + * CommonJS module. + * @since v0.1.17 + */ + main: Module | undefined; + /** + * @since v0.3.0 + */ + resolve: RequireResolve; + } + /** @deprecated */ + interface RequireExtensions extends Dict<(module: Module, filename: string) => any> { + ".js": (module: Module, filename: string) => any; + ".json": (module: Module, filename: string) => any; + ".node": (module: Module, filename: string) => any; + } + interface RequireResolveOptions { + /** + * Paths to resolve module location from. If present, these + * paths are used instead of the default resolution paths, with the exception + * of + * [GLOBAL\_FOLDERS](https://nodejs.org/docs/latest-v20.x/api/modules.html#loading-from-the-global-folders) + * like `$HOME/.node_modules`, which are + * always included. Each of these paths is used as a starting point for + * the module resolution algorithm, meaning that the `node_modules` hierarchy + * is checked from this location. + * @since v8.9.0 + */ + paths?: string[] | undefined; + } + interface RequireResolve { + /** + * Use the internal `require()` machinery to look up the location of a module, + * but rather than loading the module, just return the resolved filename. + * + * If the module can not be found, a `MODULE_NOT_FOUND` error is thrown. + * @since v0.3.0 + * @param request The module path to resolve. + */ + (id: string, options?: RequireResolveOptions): string; + /** + * Returns an array containing the paths searched during resolution of `request` or + * `null` if the `request` string references a core module, for example `http` or + * `fs`. + * @since v8.9.0 + * @param request The module path whose lookup paths are being retrieved. + */ + paths(request: string): string[] | null; + } + } + /** + * The directory name of the current module. This is the same as the + * `path.dirname()` of the `__filename`. + * @since v0.1.27 + */ + var __dirname: string; + /** + * The file name of the current module. This is the current module file's absolute + * path with symlinks resolved. + * + * For a main program this is not necessarily the same as the file name used in the + * command line. + * @since v0.0.1 + */ + var __filename: string; + /** + * The `exports` variable is available within a module's file-level scope, and is + * assigned the value of `module.exports` before the module is evaluated. + * @since v0.1.16 + */ + var exports: NodeJS.Module["exports"]; + /** + * A reference to the current module. + * @since v0.1.16 + */ + var module: NodeJS.Module; + /** + * @since v0.1.13 + */ + var require: NodeJS.Require; + // Global-scope aliases for backwards compatibility with @types/node <13.0.x + /** @deprecated Use `NodeJS.Module` instead. */ + interface NodeModule extends NodeJS.Module {} + /** @deprecated Use `NodeJS.Require` instead. */ + interface NodeRequire extends NodeJS.Require {} + /** @deprecated Use `NodeJS.RequireResolve` instead. */ + interface RequireResolve extends NodeJS.RequireResolve {} + } + export = Module; +} +declare module "node:module" { + import module = require("module"); + export = module; +} diff --git a/node_modules/@types/node/net.d.ts b/node_modules/@types/node/net.d.ts new file mode 100644 index 0000000..44297f6 --- /dev/null +++ b/node_modules/@types/node/net.d.ts @@ -0,0 +1,1031 @@ +/** + * > Stability: 2 - Stable + * + * The `node:net` module provides an asynchronous network API for creating stream-based + * TCP or `IPC` servers ({@link createServer}) and clients + * ({@link createConnection}). + * + * It can be accessed using: + * + * ```js + * import net from 'node:net'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/net.js) + */ +declare module "net" { + import { NonSharedBuffer } from "node:buffer"; + import * as stream from "node:stream"; + import { Abortable, EventEmitter } from "node:events"; + import * as dns from "node:dns"; + type LookupFunction = ( + hostname: string, + options: dns.LookupOptions, + callback: (err: NodeJS.ErrnoException | null, address: string | dns.LookupAddress[], family?: number) => void, + ) => void; + interface AddressInfo { + address: string; + family: string; + port: number; + } + interface SocketConstructorOpts { + fd?: number | undefined; + allowHalfOpen?: boolean | undefined; + readable?: boolean | undefined; + writable?: boolean | undefined; + signal?: AbortSignal | undefined; + } + interface OnReadOpts { + buffer: Uint8Array | (() => Uint8Array); + /** + * This function is called for every chunk of incoming data. + * Two arguments are passed to it: the number of bytes written to buffer and a reference to buffer. + * Return false from this function to implicitly pause() the socket. + */ + callback(bytesWritten: number, buf: Uint8Array): boolean; + } + interface ConnectOpts { + /** + * If specified, incoming data is stored in a single buffer and passed to the supplied callback when data arrives on the socket. + * Note: this will cause the streaming functionality to not provide any data, however events like 'error', 'end', and 'close' will + * still be emitted as normal and methods like pause() and resume() will also behave as expected. + */ + onread?: OnReadOpts | undefined; + } + interface TcpSocketConnectOpts extends ConnectOpts { + port: number; + host?: string | undefined; + localAddress?: string | undefined; + localPort?: number | undefined; + hints?: number | undefined; + family?: number | undefined; + lookup?: LookupFunction | undefined; + noDelay?: boolean | undefined; + keepAlive?: boolean | undefined; + keepAliveInitialDelay?: number | undefined; + /** + * @since v18.13.0 + */ + autoSelectFamily?: boolean | undefined; + /** + * @since v18.13.0 + */ + autoSelectFamilyAttemptTimeout?: number | undefined; + } + interface IpcSocketConnectOpts extends ConnectOpts { + path: string; + } + type SocketConnectOpts = TcpSocketConnectOpts | IpcSocketConnectOpts; + type SocketReadyState = "opening" | "open" | "readOnly" | "writeOnly" | "closed"; + /** + * This class is an abstraction of a TCP socket or a streaming `IPC` endpoint + * (uses named pipes on Windows, and Unix domain sockets otherwise). It is also + * an `EventEmitter`. + * + * A `net.Socket` can be created by the user and used directly to interact with + * a server. For example, it is returned by {@link createConnection}, + * so the user can use it to talk to the server. + * + * It can also be created by Node.js and passed to the user when a connection + * is received. For example, it is passed to the listeners of a `'connection'` event emitted on a {@link Server}, so the user can use + * it to interact with the client. + * @since v0.3.4 + */ + class Socket extends stream.Duplex { + constructor(options?: SocketConstructorOpts); + /** + * Destroys the socket after all data is written. If the `finish` event was already emitted the socket is destroyed immediately. + * If the socket is still writable it implicitly calls `socket.end()`. + * @since v0.3.4 + */ + destroySoon(): void; + /** + * Sends data on the socket. The second parameter specifies the encoding in the + * case of a string. It defaults to UTF8 encoding. + * + * Returns `true` if the entire data was flushed successfully to the kernel + * buffer. Returns `false` if all or part of the data was queued in user memory.`'drain'` will be emitted when the buffer is again free. + * + * The optional `callback` parameter will be executed when the data is finally + * written out, which may not be immediately. + * + * See `Writable` stream `write()` method for more + * information. + * @since v0.1.90 + */ + write(buffer: Uint8Array | string, cb?: (err?: Error | null) => void): boolean; + /** + * Sends data on the socket, with an explicit encoding for string data. + * @see {@link Socket.write} for full details. + * @since v0.1.90 + * @param [encoding='utf8'] Only used when data is `string`. + */ + write(str: Uint8Array | string, encoding?: BufferEncoding, cb?: (err?: Error | null) => void): boolean; + /** + * Initiate a connection on a given socket. + * + * Possible signatures: + * + * * `socket.connect(options[, connectListener])` + * * `socket.connect(path[, connectListener])` for `IPC` connections. + * * `socket.connect(port[, host][, connectListener])` for TCP connections. + * * Returns: `net.Socket` The socket itself. + * + * This function is asynchronous. When the connection is established, the `'connect'` event will be emitted. If there is a problem connecting, + * instead of a `'connect'` event, an `'error'` event will be emitted with + * the error passed to the `'error'` listener. + * The last parameter `connectListener`, if supplied, will be added as a listener + * for the `'connect'` event **once**. + * + * This function should only be used for reconnecting a socket after`'close'` has been emitted or otherwise it may lead to undefined + * behavior. + */ + connect(options: SocketConnectOpts, connectionListener?: () => void): this; + connect(port: number, host: string, connectionListener?: () => void): this; + connect(port: number, connectionListener?: () => void): this; + connect(path: string, connectionListener?: () => void): this; + /** + * Set the encoding for the socket as a `Readable Stream`. See `readable.setEncoding()` for more information. + * @since v0.1.90 + * @return The socket itself. + */ + setEncoding(encoding?: BufferEncoding): this; + /** + * Pauses the reading of data. That is, `'data'` events will not be emitted. + * Useful to throttle back an upload. + * @return The socket itself. + */ + pause(): this; + /** + * Close the TCP connection by sending an RST packet and destroy the stream. + * If this TCP socket is in connecting status, it will send an RST packet and destroy this TCP socket once it is connected. + * Otherwise, it will call `socket.destroy` with an `ERR_SOCKET_CLOSED` Error. + * If this is not a TCP socket (for example, a pipe), calling this method will immediately throw an `ERR_INVALID_HANDLE_TYPE` Error. + * @since v18.3.0, v16.17.0 + */ + resetAndDestroy(): this; + /** + * Resumes reading after a call to `socket.pause()`. + * @return The socket itself. + */ + resume(): this; + /** + * Sets the socket to timeout after `timeout` milliseconds of inactivity on + * the socket. By default `net.Socket` do not have a timeout. + * + * When an idle timeout is triggered the socket will receive a `'timeout'` event but the connection will not be severed. The user must manually call `socket.end()` or `socket.destroy()` to + * end the connection. + * + * ```js + * socket.setTimeout(3000); + * socket.on('timeout', () => { + * console.log('socket timeout'); + * socket.end(); + * }); + * ``` + * + * If `timeout` is 0, then the existing idle timeout is disabled. + * + * The optional `callback` parameter will be added as a one-time listener for the `'timeout'` event. + * @since v0.1.90 + * @return The socket itself. + */ + setTimeout(timeout: number, callback?: () => void): this; + /** + * Enable/disable the use of Nagle's algorithm. + * + * When a TCP connection is created, it will have Nagle's algorithm enabled. + * + * Nagle's algorithm delays data before it is sent via the network. It attempts + * to optimize throughput at the expense of latency. + * + * Passing `true` for `noDelay` or not passing an argument will disable Nagle's + * algorithm for the socket. Passing `false` for `noDelay` will enable Nagle's + * algorithm. + * @since v0.1.90 + * @param [noDelay=true] + * @return The socket itself. + */ + setNoDelay(noDelay?: boolean): this; + /** + * Enable/disable keep-alive functionality, and optionally set the initial + * delay before the first keepalive probe is sent on an idle socket. + * + * Set `initialDelay` (in milliseconds) to set the delay between the last + * data packet received and the first keepalive probe. Setting `0` for`initialDelay` will leave the value unchanged from the default + * (or previous) setting. + * + * Enabling the keep-alive functionality will set the following socket options: + * + * * `SO_KEEPALIVE=1` + * * `TCP_KEEPIDLE=initialDelay` + * * `TCP_KEEPCNT=10` + * * `TCP_KEEPINTVL=1` + * @since v0.1.92 + * @param [enable=false] + * @param [initialDelay=0] + * @return The socket itself. + */ + setKeepAlive(enable?: boolean, initialDelay?: number): this; + /** + * Returns the bound `address`, the address `family` name and `port` of the + * socket as reported by the operating system:`{ port: 12346, family: 'IPv4', address: '127.0.0.1' }` + * @since v0.1.90 + */ + address(): AddressInfo | {}; + /** + * Calling `unref()` on a socket will allow the program to exit if this is the only + * active socket in the event system. If the socket is already `unref`ed calling`unref()` again will have no effect. + * @since v0.9.1 + * @return The socket itself. + */ + unref(): this; + /** + * Opposite of `unref()`, calling `ref()` on a previously `unref`ed socket will _not_ let the program exit if it's the only socket left (the default behavior). + * If the socket is `ref`ed calling `ref` again will have no effect. + * @since v0.9.1 + * @return The socket itself. + */ + ref(): this; + /** + * This property is only present if the family autoselection algorithm is enabled in `socket.connect(options)` + * and it is an array of the addresses that have been attempted. + * + * Each address is a string in the form of `$IP:$PORT`. + * If the connection was successful, then the last address is the one that the socket is currently connected to. + * @since v19.4.0 + */ + readonly autoSelectFamilyAttemptedAddresses: string[]; + /** + * This property shows the number of characters buffered for writing. The buffer + * may contain strings whose length after encoding is not yet known. So this number + * is only an approximation of the number of bytes in the buffer. + * + * `net.Socket` has the property that `socket.write()` always works. This is to + * help users get up and running quickly. The computer cannot always keep up + * with the amount of data that is written to a socket. The network connection + * simply might be too slow. Node.js will internally queue up the data written to a + * socket and send it out over the wire when it is possible. + * + * The consequence of this internal buffering is that memory may grow. + * Users who experience large or growing `bufferSize` should attempt to + * "throttle" the data flows in their program with `socket.pause()` and `socket.resume()`. + * @since v0.3.8 + * @deprecated Since v14.6.0 - Use `writableLength` instead. + */ + readonly bufferSize: number; + /** + * The amount of received bytes. + * @since v0.5.3 + */ + readonly bytesRead: number; + /** + * The amount of bytes sent. + * @since v0.5.3 + */ + readonly bytesWritten: number; + /** + * If `true`, `socket.connect(options[, connectListener])` was + * called and has not yet finished. It will stay `true` until the socket becomes + * connected, then it is set to `false` and the `'connect'` event is emitted. Note + * that the `socket.connect(options[, connectListener])` callback is a listener for the `'connect'` event. + * @since v6.1.0 + */ + readonly connecting: boolean; + /** + * This is `true` if the socket is not connected yet, either because `.connect()`has not yet been called or because it is still in the process of connecting + * (see `socket.connecting`). + * @since v11.2.0, v10.16.0 + */ + readonly pending: boolean; + /** + * See `writable.destroyed` for further details. + */ + readonly destroyed: boolean; + /** + * The string representation of the local IP address the remote client is + * connecting on. For example, in a server listening on `'0.0.0.0'`, if a client + * connects on `'192.168.1.1'`, the value of `socket.localAddress` would be`'192.168.1.1'`. + * @since v0.9.6 + */ + readonly localAddress?: string; + /** + * The numeric representation of the local port. For example, `80` or `21`. + * @since v0.9.6 + */ + readonly localPort?: number; + /** + * The string representation of the local IP family. `'IPv4'` or `'IPv6'`. + * @since v18.8.0, v16.18.0 + */ + readonly localFamily?: string; + /** + * This property represents the state of the connection as a string. + * + * * If the stream is connecting `socket.readyState` is `opening`. + * * If the stream is readable and writable, it is `open`. + * * If the stream is readable and not writable, it is `readOnly`. + * * If the stream is not readable and writable, it is `writeOnly`. + * @since v0.5.0 + */ + readonly readyState: SocketReadyState; + /** + * The string representation of the remote IP address. For example,`'74.125.127.100'` or `'2001:4860:a005::68'`. Value may be `undefined` if + * the socket is destroyed (for example, if the client disconnected). + * @since v0.5.10 + */ + readonly remoteAddress: string | undefined; + /** + * The string representation of the remote IP family. `'IPv4'` or `'IPv6'`. Value may be `undefined` if + * the socket is destroyed (for example, if the client disconnected). + * @since v0.11.14 + */ + readonly remoteFamily: string | undefined; + /** + * The numeric representation of the remote port. For example, `80` or `21`. Value may be `undefined` if + * the socket is destroyed (for example, if the client disconnected). + * @since v0.5.10 + */ + readonly remotePort: number | undefined; + /** + * The socket timeout in milliseconds as set by `socket.setTimeout()`. + * It is `undefined` if a timeout has not been set. + * @since v10.7.0 + */ + readonly timeout?: number; + /** + * Half-closes the socket. i.e., it sends a FIN packet. It is possible the + * server will still send some data. + * + * See `writable.end()` for further details. + * @since v0.1.90 + * @param callback Optional callback for when the socket is finished. + * @return The socket itself. + */ + end(callback?: () => void): this; + /** + * Half-closes the socket, with one final chunk of data. + * @see {@link Socket.end} for full details. + * @since v0.1.90 + * @param callback Optional callback for when the socket is finished. + * @return The socket itself. + */ + end(buffer: Uint8Array | string, callback?: () => void): this; + /** + * Half-closes the socket, with one final chunk of data. + * @see {@link Socket.end} for full details. + * @since v0.1.90 + * @param [encoding='utf8'] Only used when data is `string`. + * @param callback Optional callback for when the socket is finished. + * @return The socket itself. + */ + end(str: Uint8Array | string, encoding?: BufferEncoding, callback?: () => void): this; + /** + * events.EventEmitter + * 1. close + * 2. connect + * 3. connectionAttempt + * 4. connectionAttemptFailed + * 5. connectionAttemptTimeout + * 6. data + * 7. drain + * 8. end + * 9. error + * 10. lookup + * 11. ready + * 12. timeout + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: (hadError: boolean) => void): this; + addListener(event: "connect", listener: () => void): this; + addListener(event: "connectionAttempt", listener: (ip: string, port: number, family: number) => void): this; + addListener( + event: "connectionAttemptFailed", + listener: (ip: string, port: number, family: number, error: Error) => void, + ): this; + addListener( + event: "connectionAttemptTimeout", + listener: (ip: string, port: number, family: number) => void, + ): this; + addListener(event: "data", listener: (data: NonSharedBuffer) => void): this; + addListener(event: "drain", listener: () => void): this; + addListener(event: "end", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener( + event: "lookup", + listener: (err: Error, address: string, family: string | number, host: string) => void, + ): this; + addListener(event: "ready", listener: () => void): this; + addListener(event: "timeout", listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close", hadError: boolean): boolean; + emit(event: "connect"): boolean; + emit(event: "connectionAttempt", ip: string, port: number, family: number): boolean; + emit(event: "connectionAttemptFailed", ip: string, port: number, family: number, error: Error): boolean; + emit(event: "connectionAttemptTimeout", ip: string, port: number, family: number): boolean; + emit(event: "data", data: NonSharedBuffer): boolean; + emit(event: "drain"): boolean; + emit(event: "end"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "lookup", err: Error, address: string, family: string | number, host: string): boolean; + emit(event: "ready"): boolean; + emit(event: "timeout"): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: (hadError: boolean) => void): this; + on(event: "connect", listener: () => void): this; + on(event: "connectionAttempt", listener: (ip: string, port: number, family: number) => void): this; + on( + event: "connectionAttemptFailed", + listener: (ip: string, port: number, family: number, error: Error) => void, + ): this; + on(event: "connectionAttemptTimeout", listener: (ip: string, port: number, family: number) => void): this; + on(event: "data", listener: (data: NonSharedBuffer) => void): this; + on(event: "drain", listener: () => void): this; + on(event: "end", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on( + event: "lookup", + listener: (err: Error, address: string, family: string | number, host: string) => void, + ): this; + on(event: "ready", listener: () => void): this; + on(event: "timeout", listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: (hadError: boolean) => void): this; + once(event: "connectionAttempt", listener: (ip: string, port: number, family: number) => void): this; + once( + event: "connectionAttemptFailed", + listener: (ip: string, port: number, family: number, error: Error) => void, + ): this; + once(event: "connectionAttemptTimeout", listener: (ip: string, port: number, family: number) => void): this; + once(event: "connect", listener: () => void): this; + once(event: "data", listener: (data: NonSharedBuffer) => void): this; + once(event: "drain", listener: () => void): this; + once(event: "end", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once( + event: "lookup", + listener: (err: Error, address: string, family: string | number, host: string) => void, + ): this; + once(event: "ready", listener: () => void): this; + once(event: "timeout", listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: (hadError: boolean) => void): this; + prependListener(event: "connect", listener: () => void): this; + prependListener(event: "connectionAttempt", listener: (ip: string, port: number, family: number) => void): this; + prependListener( + event: "connectionAttemptFailed", + listener: (ip: string, port: number, family: number, error: Error) => void, + ): this; + prependListener( + event: "connectionAttemptTimeout", + listener: (ip: string, port: number, family: number) => void, + ): this; + prependListener(event: "data", listener: (data: NonSharedBuffer) => void): this; + prependListener(event: "drain", listener: () => void): this; + prependListener(event: "end", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener( + event: "lookup", + listener: (err: Error, address: string, family: string | number, host: string) => void, + ): this; + prependListener(event: "ready", listener: () => void): this; + prependListener(event: "timeout", listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: (hadError: boolean) => void): this; + prependOnceListener(event: "connect", listener: () => void): this; + prependOnceListener( + event: "connectionAttempt", + listener: (ip: string, port: number, family: number) => void, + ): this; + prependOnceListener( + event: "connectionAttemptFailed", + listener: (ip: string, port: number, family: number, error: Error) => void, + ): this; + prependOnceListener( + event: "connectionAttemptTimeout", + listener: (ip: string, port: number, family: number) => void, + ): this; + prependOnceListener(event: "data", listener: (data: NonSharedBuffer) => void): this; + prependOnceListener(event: "drain", listener: () => void): this; + prependOnceListener(event: "end", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener( + event: "lookup", + listener: (err: Error, address: string, family: string | number, host: string) => void, + ): this; + prependOnceListener(event: "ready", listener: () => void): this; + prependOnceListener(event: "timeout", listener: () => void): this; + } + interface ListenOptions extends Abortable { + port?: number | undefined; + host?: string | undefined; + backlog?: number | undefined; + path?: string | undefined; + exclusive?: boolean | undefined; + readableAll?: boolean | undefined; + writableAll?: boolean | undefined; + /** + * @default false + */ + ipv6Only?: boolean | undefined; + } + interface ServerOpts { + /** + * Indicates whether half-opened TCP connections are allowed. + * @default false + */ + allowHalfOpen?: boolean | undefined; + /** + * Indicates whether the socket should be paused on incoming connections. + * @default false + */ + pauseOnConnect?: boolean | undefined; + /** + * If set to `true`, it disables the use of Nagle's algorithm immediately after a new incoming connection is received. + * @default false + * @since v16.5.0 + */ + noDelay?: boolean | undefined; + /** + * If set to `true`, it enables keep-alive functionality on the socket immediately after a new incoming connection is received, + * similarly on what is done in `socket.setKeepAlive([enable][, initialDelay])`. + * @default false + * @since v16.5.0 + */ + keepAlive?: boolean | undefined; + /** + * If set to a positive number, it sets the initial delay before the first keepalive probe is sent on an idle socket. + * @default 0 + * @since v16.5.0 + */ + keepAliveInitialDelay?: number | undefined; + /** + * Optionally overrides all `net.Socket`s' `readableHighWaterMark` and `writableHighWaterMark`. + * @default See [stream.getDefaultHighWaterMark()](https://nodejs.org/docs/latest-v20.x/api/stream.html#streamgetdefaulthighwatermarkobjectmode). + * @since v18.17.0, v20.1.0 + */ + highWaterMark?: number | undefined; + } + interface DropArgument { + localAddress?: string; + localPort?: number; + localFamily?: string; + remoteAddress?: string; + remotePort?: number; + remoteFamily?: string; + } + /** + * This class is used to create a TCP or `IPC` server. + * @since v0.1.90 + */ + class Server extends EventEmitter { + constructor(connectionListener?: (socket: Socket) => void); + constructor(options?: ServerOpts, connectionListener?: (socket: Socket) => void); + /** + * Start a server listening for connections. A `net.Server` can be a TCP or + * an `IPC` server depending on what it listens to. + * + * Possible signatures: + * + * * `server.listen(handle[, backlog][, callback])` + * * `server.listen(options[, callback])` + * * `server.listen(path[, backlog][, callback])` for `IPC` servers + * * `server.listen([port[, host[, backlog]]][, callback])` for TCP servers + * + * This function is asynchronous. When the server starts listening, the `'listening'` event will be emitted. The last parameter `callback`will be added as a listener for the `'listening'` + * event. + * + * All `listen()` methods can take a `backlog` parameter to specify the maximum + * length of the queue of pending connections. The actual length will be determined + * by the OS through sysctl settings such as `tcp_max_syn_backlog` and `somaxconn` on Linux. The default value of this parameter is 511 (not 512). + * + * All {@link Socket} are set to `SO_REUSEADDR` (see [`socket(7)`](https://man7.org/linux/man-pages/man7/socket.7.html) for + * details). + * + * The `server.listen()` method can be called again if and only if there was an + * error during the first `server.listen()` call or `server.close()` has been + * called. Otherwise, an `ERR_SERVER_ALREADY_LISTEN` error will be thrown. + * + * One of the most common errors raised when listening is `EADDRINUSE`. + * This happens when another server is already listening on the requested`port`/`path`/`handle`. One way to handle this would be to retry + * after a certain amount of time: + * + * ```js + * server.on('error', (e) => { + * if (e.code === 'EADDRINUSE') { + * console.error('Address in use, retrying...'); + * setTimeout(() => { + * server.close(); + * server.listen(PORT, HOST); + * }, 1000); + * } + * }); + * ``` + */ + listen(port?: number, hostname?: string, backlog?: number, listeningListener?: () => void): this; + listen(port?: number, hostname?: string, listeningListener?: () => void): this; + listen(port?: number, backlog?: number, listeningListener?: () => void): this; + listen(port?: number, listeningListener?: () => void): this; + listen(path: string, backlog?: number, listeningListener?: () => void): this; + listen(path: string, listeningListener?: () => void): this; + listen(options: ListenOptions, listeningListener?: () => void): this; + listen(handle: any, backlog?: number, listeningListener?: () => void): this; + listen(handle: any, listeningListener?: () => void): this; + /** + * Stops the server from accepting new connections and keeps existing + * connections. This function is asynchronous, the server is finally closed + * when all connections are ended and the server emits a `'close'` event. + * The optional `callback` will be called once the `'close'` event occurs. Unlike + * that event, it will be called with an `Error` as its only argument if the server + * was not open when it was closed. + * @since v0.1.90 + * @param callback Called when the server is closed. + */ + close(callback?: (err?: Error) => void): this; + /** + * Returns the bound `address`, the address `family` name, and `port` of the server + * as reported by the operating system if listening on an IP socket + * (useful to find which port was assigned when getting an OS-assigned address):`{ port: 12346, family: 'IPv4', address: '127.0.0.1' }`. + * + * For a server listening on a pipe or Unix domain socket, the name is returned + * as a string. + * + * ```js + * const server = net.createServer((socket) => { + * socket.end('goodbye\n'); + * }).on('error', (err) => { + * // Handle errors here. + * throw err; + * }); + * + * // Grab an arbitrary unused port. + * server.listen(() => { + * console.log('opened server on', server.address()); + * }); + * ``` + * + * `server.address()` returns `null` before the `'listening'` event has been + * emitted or after calling `server.close()`. + * @since v0.1.90 + */ + address(): AddressInfo | string | null; + /** + * Asynchronously get the number of concurrent connections on the server. Works + * when sockets were sent to forks. + * + * Callback should take two arguments `err` and `count`. + * @since v0.9.7 + */ + getConnections(cb: (error: Error | null, count: number) => void): this; + /** + * Opposite of `unref()`, calling `ref()` on a previously `unref`ed server will _not_ let the program exit if it's the only server left (the default behavior). + * If the server is `ref`ed calling `ref()` again will have no effect. + * @since v0.9.1 + */ + ref(): this; + /** + * Calling `unref()` on a server will allow the program to exit if this is the only + * active server in the event system. If the server is already `unref`ed calling`unref()` again will have no effect. + * @since v0.9.1 + */ + unref(): this; + /** + * Set this property to reject connections when the server's connection count gets + * high. + * + * It is not recommended to use this option once a socket has been sent to a child + * with `child_process.fork()`. + * @since v0.2.0 + */ + maxConnections: number; + connections: number; + /** + * Indicates whether or not the server is listening for connections. + * @since v5.7.0 + */ + readonly listening: boolean; + /** + * events.EventEmitter + * 1. close + * 2. connection + * 3. error + * 4. listening + * 5. drop + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "connection", listener: (socket: Socket) => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "listening", listener: () => void): this; + addListener(event: "drop", listener: (data?: DropArgument) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close"): boolean; + emit(event: "connection", socket: Socket): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "listening"): boolean; + emit(event: "drop", data?: DropArgument): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: () => void): this; + on(event: "connection", listener: (socket: Socket) => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "listening", listener: () => void): this; + on(event: "drop", listener: (data?: DropArgument) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "connection", listener: (socket: Socket) => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "listening", listener: () => void): this; + once(event: "drop", listener: (data?: DropArgument) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "connection", listener: (socket: Socket) => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "listening", listener: () => void): this; + prependListener(event: "drop", listener: (data?: DropArgument) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "connection", listener: (socket: Socket) => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "listening", listener: () => void): this; + prependOnceListener(event: "drop", listener: (data?: DropArgument) => void): this; + /** + * Calls {@link Server.close()} and returns a promise that fulfills when the server has closed. + * @since v20.5.0 + */ + [Symbol.asyncDispose](): Promise; + } + type IPVersion = "ipv4" | "ipv6"; + /** + * The `BlockList` object can be used with some network APIs to specify rules for + * disabling inbound or outbound access to specific IP addresses, IP ranges, or + * IP subnets. + * @since v15.0.0, v14.18.0 + */ + class BlockList { + /** + * Adds a rule to block the given IP address. + * @since v15.0.0, v14.18.0 + * @param address An IPv4 or IPv6 address. + * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. + */ + addAddress(address: string, type?: IPVersion): void; + addAddress(address: SocketAddress): void; + /** + * Adds a rule to block a range of IP addresses from `start` (inclusive) to`end` (inclusive). + * @since v15.0.0, v14.18.0 + * @param start The starting IPv4 or IPv6 address in the range. + * @param end The ending IPv4 or IPv6 address in the range. + * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. + */ + addRange(start: string, end: string, type?: IPVersion): void; + addRange(start: SocketAddress, end: SocketAddress): void; + /** + * Adds a rule to block a range of IP addresses specified as a subnet mask. + * @since v15.0.0, v14.18.0 + * @param net The network IPv4 or IPv6 address. + * @param prefix The number of CIDR prefix bits. For IPv4, this must be a value between `0` and `32`. For IPv6, this must be between `0` and `128`. + * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. + */ + addSubnet(net: SocketAddress, prefix: number): void; + addSubnet(net: string, prefix: number, type?: IPVersion): void; + /** + * Returns `true` if the given IP address matches any of the rules added to the`BlockList`. + * + * ```js + * const blockList = new net.BlockList(); + * blockList.addAddress('123.123.123.123'); + * blockList.addRange('10.0.0.1', '10.0.0.10'); + * blockList.addSubnet('8592:757c:efae:4e45::', 64, 'ipv6'); + * + * console.log(blockList.check('123.123.123.123')); // Prints: true + * console.log(blockList.check('10.0.0.3')); // Prints: true + * console.log(blockList.check('222.111.111.222')); // Prints: false + * + * // IPv6 notation for IPv4 addresses works: + * console.log(blockList.check('::ffff:7b7b:7b7b', 'ipv6')); // Prints: true + * console.log(blockList.check('::ffff:123.123.123.123', 'ipv6')); // Prints: true + * ``` + * @since v15.0.0, v14.18.0 + * @param address The IP address to check + * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. + */ + check(address: SocketAddress): boolean; + check(address: string, type?: IPVersion): boolean; + /** + * The list of rules added to the blocklist. + * @since v15.0.0, v14.18.0 + */ + rules: readonly string[]; + } + interface TcpNetConnectOpts extends TcpSocketConnectOpts, SocketConstructorOpts { + timeout?: number | undefined; + } + interface IpcNetConnectOpts extends IpcSocketConnectOpts, SocketConstructorOpts { + timeout?: number | undefined; + } + type NetConnectOpts = TcpNetConnectOpts | IpcNetConnectOpts; + /** + * Creates a new TCP or `IPC` server. + * + * If `allowHalfOpen` is set to `true`, when the other end of the socket + * signals the end of transmission, the server will only send back the end of + * transmission when `socket.end()` is explicitly called. For example, in the + * context of TCP, when a FIN packed is received, a FIN packed is sent + * back only when `socket.end()` is explicitly called. Until then the + * connection is half-closed (non-readable but still writable). See `'end'` event and [RFC 1122](https://tools.ietf.org/html/rfc1122) (section 4.2.2.13) for more information. + * + * If `pauseOnConnect` is set to `true`, then the socket associated with each + * incoming connection will be paused, and no data will be read from its handle. + * This allows connections to be passed between processes without any data being + * read by the original process. To begin reading data from a paused socket, call `socket.resume()`. + * + * The server can be a TCP server or an `IPC` server, depending on what it `listen()` to. + * + * Here is an example of a TCP echo server which listens for connections + * on port 8124: + * + * ```js + * import net from 'node:net'; + * const server = net.createServer((c) => { + * // 'connection' listener. + * console.log('client connected'); + * c.on('end', () => { + * console.log('client disconnected'); + * }); + * c.write('hello\r\n'); + * c.pipe(c); + * }); + * server.on('error', (err) => { + * throw err; + * }); + * server.listen(8124, () => { + * console.log('server bound'); + * }); + * ``` + * + * Test this by using `telnet`: + * + * ```bash + * telnet localhost 8124 + * ``` + * + * To listen on the socket `/tmp/echo.sock`: + * + * ```js + * server.listen('/tmp/echo.sock', () => { + * console.log('server bound'); + * }); + * ``` + * + * Use `nc` to connect to a Unix domain socket server: + * + * ```bash + * nc -U /tmp/echo.sock + * ``` + * @since v0.5.0 + * @param connectionListener Automatically set as a listener for the {@link 'connection'} event. + */ + function createServer(connectionListener?: (socket: Socket) => void): Server; + function createServer(options?: ServerOpts, connectionListener?: (socket: Socket) => void): Server; + /** + * Aliases to {@link createConnection}. + * + * Possible signatures: + * + * * {@link connect} + * * {@link connect} for `IPC` connections. + * * {@link connect} for TCP connections. + */ + function connect(options: NetConnectOpts, connectionListener?: () => void): Socket; + function connect(port: number, host?: string, connectionListener?: () => void): Socket; + function connect(path: string, connectionListener?: () => void): Socket; + /** + * A factory function, which creates a new {@link Socket}, + * immediately initiates connection with `socket.connect()`, + * then returns the `net.Socket` that starts the connection. + * + * When the connection is established, a `'connect'` event will be emitted + * on the returned socket. The last parameter `connectListener`, if supplied, + * will be added as a listener for the `'connect'` event **once**. + * + * Possible signatures: + * + * * {@link createConnection} + * * {@link createConnection} for `IPC` connections. + * * {@link createConnection} for TCP connections. + * + * The {@link connect} function is an alias to this function. + */ + function createConnection(options: NetConnectOpts, connectionListener?: () => void): Socket; + function createConnection(port: number, host?: string, connectionListener?: () => void): Socket; + function createConnection(path: string, connectionListener?: () => void): Socket; + /** + * Gets the current default value of the `autoSelectFamily` option of `socket.connect(options)`. + * The initial default value is `true`, unless the command line option`--no-network-family-autoselection` is provided. + * @since v19.4.0 + */ + function getDefaultAutoSelectFamily(): boolean; + /** + * Sets the default value of the `autoSelectFamily` option of `socket.connect(options)`. + * @since v19.4.0 + */ + function setDefaultAutoSelectFamily(value: boolean): void; + /** + * Gets the current default value of the `autoSelectFamilyAttemptTimeout` option of `socket.connect(options)`. + * The initial default value is `250` or the value specified via the command line option `--network-family-autoselection-attempt-timeout`. + * @returns The current default value of the `autoSelectFamilyAttemptTimeout` option. + * @since v19.8.0, v18.8.0 + */ + function getDefaultAutoSelectFamilyAttemptTimeout(): number; + /** + * Sets the default value of the `autoSelectFamilyAttemptTimeout` option of `socket.connect(options)`. + * @param value The new default value, which must be a positive number. If the number is less than `10`, the value `10` is used instead. The initial default value is `250` or the value specified via the command line + * option `--network-family-autoselection-attempt-timeout`. + * @since v19.8.0, v18.8.0 + */ + function setDefaultAutoSelectFamilyAttemptTimeout(value: number): void; + /** + * Returns `6` if `input` is an IPv6 address. Returns `4` if `input` is an IPv4 + * address in [dot-decimal notation](https://en.wikipedia.org/wiki/Dot-decimal_notation) with no leading zeroes. Otherwise, returns`0`. + * + * ```js + * net.isIP('::1'); // returns 6 + * net.isIP('127.0.0.1'); // returns 4 + * net.isIP('127.000.000.001'); // returns 0 + * net.isIP('127.0.0.1/24'); // returns 0 + * net.isIP('fhqwhgads'); // returns 0 + * ``` + * @since v0.3.0 + */ + function isIP(input: string): number; + /** + * Returns `true` if `input` is an IPv4 address in [dot-decimal notation](https://en.wikipedia.org/wiki/Dot-decimal_notation) with no + * leading zeroes. Otherwise, returns `false`. + * + * ```js + * net.isIPv4('127.0.0.1'); // returns true + * net.isIPv4('127.000.000.001'); // returns false + * net.isIPv4('127.0.0.1/24'); // returns false + * net.isIPv4('fhqwhgads'); // returns false + * ``` + * @since v0.3.0 + */ + function isIPv4(input: string): boolean; + /** + * Returns `true` if `input` is an IPv6 address. Otherwise, returns `false`. + * + * ```js + * net.isIPv6('::1'); // returns true + * net.isIPv6('fhqwhgads'); // returns false + * ``` + * @since v0.3.0 + */ + function isIPv6(input: string): boolean; + interface SocketAddressInitOptions { + /** + * The network address as either an IPv4 or IPv6 string. + * @default 127.0.0.1 + */ + address?: string | undefined; + /** + * @default `'ipv4'` + */ + family?: IPVersion | undefined; + /** + * An IPv6 flow-label used only if `family` is `'ipv6'`. + * @default 0 + */ + flowlabel?: number | undefined; + /** + * An IP port. + * @default 0 + */ + port?: number | undefined; + } + /** + * @since v15.14.0, v14.18.0 + */ + class SocketAddress { + constructor(options: SocketAddressInitOptions); + /** + * Either \`'ipv4'\` or \`'ipv6'\`. + * @since v15.14.0, v14.18.0 + */ + readonly address: string; + /** + * Either \`'ipv4'\` or \`'ipv6'\`. + * @since v15.14.0, v14.18.0 + */ + readonly family: IPVersion; + /** + * @since v15.14.0, v14.18.0 + */ + readonly port: number; + /** + * @since v15.14.0, v14.18.0 + */ + readonly flowlabel: number; + } +} +declare module "node:net" { + export * from "net"; +} diff --git a/node_modules/@types/node/os.d.ts b/node_modules/@types/node/os.d.ts new file mode 100644 index 0000000..331df6e --- /dev/null +++ b/node_modules/@types/node/os.d.ts @@ -0,0 +1,506 @@ +/** + * The `node:os` module provides operating system-related utility methods and + * properties. It can be accessed using: + * + * ```js + * import os from 'node:os'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/os.js) + */ +declare module "os" { + import { NonSharedBuffer } from "buffer"; + interface CpuInfo { + model: string; + speed: number; + times: { + /** The number of milliseconds the CPU has spent in user mode. */ + user: number; + /** The number of milliseconds the CPU has spent in nice mode. */ + nice: number; + /** The number of milliseconds the CPU has spent in sys mode. */ + sys: number; + /** The number of milliseconds the CPU has spent in idle mode. */ + idle: number; + /** The number of milliseconds the CPU has spent in irq mode. */ + irq: number; + }; + } + interface NetworkInterfaceBase { + address: string; + netmask: string; + mac: string; + internal: boolean; + cidr: string | null; + scopeid?: number; + } + interface NetworkInterfaceInfoIPv4 extends NetworkInterfaceBase { + family: "IPv4"; + } + interface NetworkInterfaceInfoIPv6 extends NetworkInterfaceBase { + family: "IPv6"; + scopeid: number; + } + interface UserInfo { + username: T; + uid: number; + gid: number; + shell: T | null; + homedir: T; + } + type NetworkInterfaceInfo = NetworkInterfaceInfoIPv4 | NetworkInterfaceInfoIPv6; + /** + * Returns the host name of the operating system as a string. + * @since v0.3.3 + */ + function hostname(): string; + /** + * Returns an array containing the 1, 5, and 15 minute load averages. + * + * The load average is a measure of system activity calculated by the operating + * system and expressed as a fractional number. + * + * The load average is a Unix-specific concept. On Windows, the return value is + * always `[0, 0, 0]`. + * @since v0.3.3 + */ + function loadavg(): number[]; + /** + * Returns the system uptime in number of seconds. + * @since v0.3.3 + */ + function uptime(): number; + /** + * Returns the amount of free system memory in bytes as an integer. + * @since v0.3.3 + */ + function freemem(): number; + /** + * Returns the total amount of system memory in bytes as an integer. + * @since v0.3.3 + */ + function totalmem(): number; + /** + * Returns an array of objects containing information about each logical CPU core. + * The array will be empty if no CPU information is available, such as if the `/proc` file system is unavailable. + * + * The properties included on each object include: + * + * ```js + * [ + * { + * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', + * speed: 2926, + * times: { + * user: 252020, + * nice: 0, + * sys: 30340, + * idle: 1070356870, + * irq: 0, + * }, + * }, + * { + * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', + * speed: 2926, + * times: { + * user: 306960, + * nice: 0, + * sys: 26980, + * idle: 1071569080, + * irq: 0, + * }, + * }, + * { + * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', + * speed: 2926, + * times: { + * user: 248450, + * nice: 0, + * sys: 21750, + * idle: 1070919370, + * irq: 0, + * }, + * }, + * { + * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', + * speed: 2926, + * times: { + * user: 256880, + * nice: 0, + * sys: 19430, + * idle: 1070905480, + * irq: 20, + * }, + * }, + * ] + * ``` + * + * `nice` values are POSIX-only. On Windows, the `nice` values of all processors + * are always 0. + * + * `os.cpus().length` should not be used to calculate the amount of parallelism + * available to an application. Use {@link availableParallelism} for this purpose. + * @since v0.3.3 + */ + function cpus(): CpuInfo[]; + /** + * Returns an estimate of the default amount of parallelism a program should use. + * Always returns a value greater than zero. + * + * This function is a small wrapper about libuv's [`uv_available_parallelism()`](https://docs.libuv.org/en/v1.x/misc.html#c.uv_available_parallelism). + * @since v19.4.0, v18.14.0 + */ + function availableParallelism(): number; + /** + * Returns the operating system name as returned by [`uname(3)`](https://linux.die.net/man/3/uname). For example, it + * returns `'Linux'` on Linux, `'Darwin'` on macOS, and `'Windows_NT'` on Windows. + * + * See [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for additional information + * about the output of running [`uname(3)`](https://linux.die.net/man/3/uname) on various operating systems. + * @since v0.3.3 + */ + function type(): string; + /** + * Returns the operating system as a string. + * + * On POSIX systems, the operating system release is determined by calling [`uname(3)`](https://linux.die.net/man/3/uname). On Windows, `GetVersionExW()` is used. See + * [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for more information. + * @since v0.3.3 + */ + function release(): string; + /** + * Returns an object containing network interfaces that have been assigned a + * network address. + * + * Each key on the returned object identifies a network interface. The associated + * value is an array of objects that each describe an assigned network address. + * + * The properties available on the assigned network address object include: + * + * ```js + * { + * lo: [ + * { + * address: '127.0.0.1', + * netmask: '255.0.0.0', + * family: 'IPv4', + * mac: '00:00:00:00:00:00', + * internal: true, + * cidr: '127.0.0.1/8' + * }, + * { + * address: '::1', + * netmask: 'ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff', + * family: 'IPv6', + * mac: '00:00:00:00:00:00', + * scopeid: 0, + * internal: true, + * cidr: '::1/128' + * } + * ], + * eth0: [ + * { + * address: '192.168.1.108', + * netmask: '255.255.255.0', + * family: 'IPv4', + * mac: '01:02:03:0a:0b:0c', + * internal: false, + * cidr: '192.168.1.108/24' + * }, + * { + * address: 'fe80::a00:27ff:fe4e:66a1', + * netmask: 'ffff:ffff:ffff:ffff::', + * family: 'IPv6', + * mac: '01:02:03:0a:0b:0c', + * scopeid: 1, + * internal: false, + * cidr: 'fe80::a00:27ff:fe4e:66a1/64' + * } + * ] + * } + * ``` + * @since v0.6.0 + */ + function networkInterfaces(): NodeJS.Dict; + /** + * Returns the string path of the current user's home directory. + * + * On POSIX, it uses the `$HOME` environment variable if defined. Otherwise it + * uses the [effective UID](https://en.wikipedia.org/wiki/User_identifier#Effective_user_ID) to look up the user's home directory. + * + * On Windows, it uses the `USERPROFILE` environment variable if defined. + * Otherwise it uses the path to the profile directory of the current user. + * @since v2.3.0 + */ + function homedir(): string; + interface UserInfoOptions { + encoding?: BufferEncoding | "buffer" | undefined; + } + interface UserInfoOptionsWithBufferEncoding extends UserInfoOptions { + encoding: "buffer"; + } + interface UserInfoOptionsWithStringEncoding extends UserInfoOptions { + encoding?: BufferEncoding | undefined; + } + /** + * Returns information about the currently effective user. On POSIX platforms, + * this is typically a subset of the password file. The returned object includes + * the `username`, `uid`, `gid`, `shell`, and `homedir`. On Windows, the `uid` and `gid` fields are `-1`, and `shell` is `null`. + * + * The value of `homedir` returned by `os.userInfo()` is provided by the operating + * system. This differs from the result of `os.homedir()`, which queries + * environment variables for the home directory before falling back to the + * operating system response. + * + * Throws a [`SystemError`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-systemerror) if a user has no `username` or `homedir`. + * @since v6.0.0 + */ + function userInfo(options?: UserInfoOptionsWithStringEncoding): UserInfo; + function userInfo(options: UserInfoOptionsWithBufferEncoding): UserInfo; + function userInfo(options: UserInfoOptions): UserInfo; + type SignalConstants = { + [key in NodeJS.Signals]: number; + }; + namespace constants { + const UV_UDP_REUSEADDR: number; + namespace signals {} + const signals: SignalConstants; + namespace errno { + const E2BIG: number; + const EACCES: number; + const EADDRINUSE: number; + const EADDRNOTAVAIL: number; + const EAFNOSUPPORT: number; + const EAGAIN: number; + const EALREADY: number; + const EBADF: number; + const EBADMSG: number; + const EBUSY: number; + const ECANCELED: number; + const ECHILD: number; + const ECONNABORTED: number; + const ECONNREFUSED: number; + const ECONNRESET: number; + const EDEADLK: number; + const EDESTADDRREQ: number; + const EDOM: number; + const EDQUOT: number; + const EEXIST: number; + const EFAULT: number; + const EFBIG: number; + const EHOSTUNREACH: number; + const EIDRM: number; + const EILSEQ: number; + const EINPROGRESS: number; + const EINTR: number; + const EINVAL: number; + const EIO: number; + const EISCONN: number; + const EISDIR: number; + const ELOOP: number; + const EMFILE: number; + const EMLINK: number; + const EMSGSIZE: number; + const EMULTIHOP: number; + const ENAMETOOLONG: number; + const ENETDOWN: number; + const ENETRESET: number; + const ENETUNREACH: number; + const ENFILE: number; + const ENOBUFS: number; + const ENODATA: number; + const ENODEV: number; + const ENOENT: number; + const ENOEXEC: number; + const ENOLCK: number; + const ENOLINK: number; + const ENOMEM: number; + const ENOMSG: number; + const ENOPROTOOPT: number; + const ENOSPC: number; + const ENOSR: number; + const ENOSTR: number; + const ENOSYS: number; + const ENOTCONN: number; + const ENOTDIR: number; + const ENOTEMPTY: number; + const ENOTSOCK: number; + const ENOTSUP: number; + const ENOTTY: number; + const ENXIO: number; + const EOPNOTSUPP: number; + const EOVERFLOW: number; + const EPERM: number; + const EPIPE: number; + const EPROTO: number; + const EPROTONOSUPPORT: number; + const EPROTOTYPE: number; + const ERANGE: number; + const EROFS: number; + const ESPIPE: number; + const ESRCH: number; + const ESTALE: number; + const ETIME: number; + const ETIMEDOUT: number; + const ETXTBSY: number; + const EWOULDBLOCK: number; + const EXDEV: number; + const WSAEINTR: number; + const WSAEBADF: number; + const WSAEACCES: number; + const WSAEFAULT: number; + const WSAEINVAL: number; + const WSAEMFILE: number; + const WSAEWOULDBLOCK: number; + const WSAEINPROGRESS: number; + const WSAEALREADY: number; + const WSAENOTSOCK: number; + const WSAEDESTADDRREQ: number; + const WSAEMSGSIZE: number; + const WSAEPROTOTYPE: number; + const WSAENOPROTOOPT: number; + const WSAEPROTONOSUPPORT: number; + const WSAESOCKTNOSUPPORT: number; + const WSAEOPNOTSUPP: number; + const WSAEPFNOSUPPORT: number; + const WSAEAFNOSUPPORT: number; + const WSAEADDRINUSE: number; + const WSAEADDRNOTAVAIL: number; + const WSAENETDOWN: number; + const WSAENETUNREACH: number; + const WSAENETRESET: number; + const WSAECONNABORTED: number; + const WSAECONNRESET: number; + const WSAENOBUFS: number; + const WSAEISCONN: number; + const WSAENOTCONN: number; + const WSAESHUTDOWN: number; + const WSAETOOMANYREFS: number; + const WSAETIMEDOUT: number; + const WSAECONNREFUSED: number; + const WSAELOOP: number; + const WSAENAMETOOLONG: number; + const WSAEHOSTDOWN: number; + const WSAEHOSTUNREACH: number; + const WSAENOTEMPTY: number; + const WSAEPROCLIM: number; + const WSAEUSERS: number; + const WSAEDQUOT: number; + const WSAESTALE: number; + const WSAEREMOTE: number; + const WSASYSNOTREADY: number; + const WSAVERNOTSUPPORTED: number; + const WSANOTINITIALISED: number; + const WSAEDISCON: number; + const WSAENOMORE: number; + const WSAECANCELLED: number; + const WSAEINVALIDPROCTABLE: number; + const WSAEINVALIDPROVIDER: number; + const WSAEPROVIDERFAILEDINIT: number; + const WSASYSCALLFAILURE: number; + const WSASERVICE_NOT_FOUND: number; + const WSATYPE_NOT_FOUND: number; + const WSA_E_NO_MORE: number; + const WSA_E_CANCELLED: number; + const WSAEREFUSED: number; + } + namespace dlopen { + const RTLD_LAZY: number; + const RTLD_NOW: number; + const RTLD_GLOBAL: number; + const RTLD_LOCAL: number; + const RTLD_DEEPBIND: number; + } + namespace priority { + const PRIORITY_LOW: number; + const PRIORITY_BELOW_NORMAL: number; + const PRIORITY_NORMAL: number; + const PRIORITY_ABOVE_NORMAL: number; + const PRIORITY_HIGH: number; + const PRIORITY_HIGHEST: number; + } + } + const devNull: string; + /** + * The operating system-specific end-of-line marker. + * * `\n` on POSIX + * * `\r\n` on Windows + */ + const EOL: string; + /** + * Returns the operating system CPU architecture for which the Node.js binary was + * compiled. Possible values are `'arm'`, `'arm64'`, `'ia32'`, `'loong64'`, `'mips'`, `'mipsel'`, `'ppc'`, `'ppc64'`, `'riscv64'`, `'s390'`, `'s390x'`, + * and `'x64'`. + * + * The return value is equivalent to [process.arch](https://nodejs.org/docs/latest-v20.x/api/process.html#processarch). + * @since v0.5.0 + */ + function arch(): string; + /** + * Returns a string identifying the kernel version. + * + * On POSIX systems, the operating system release is determined by calling [`uname(3)`](https://linux.die.net/man/3/uname). On Windows, `RtlGetVersion()` is used, and if it is not + * available, `GetVersionExW()` will be used. See [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for more information. + * @since v13.11.0, v12.17.0 + */ + function version(): string; + /** + * Returns a string identifying the operating system platform for which + * the Node.js binary was compiled. The value is set at compile time. + * Possible values are `'aix'`, `'darwin'`, `'freebsd'`, `'linux'`, `'openbsd'`, `'sunos'`, and `'win32'`. + * + * The return value is equivalent to `process.platform`. + * + * The value `'android'` may also be returned if Node.js is built on the Android + * operating system. [Android support is experimental](https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os). + * @since v0.5.0 + */ + function platform(): NodeJS.Platform; + /** + * Returns the machine type as a string, such as `arm`, `arm64`, `aarch64`, `mips`, `mips64`, `ppc64`, `ppc64le`, `s390`, `s390x`, `i386`, `i686`, `x86_64`. + * + * On POSIX systems, the machine type is determined by calling [`uname(3)`](https://linux.die.net/man/3/uname). On Windows, `RtlGetVersion()` is used, and if it is not + * available, `GetVersionExW()` will be used. See [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for more information. + * @since v18.9.0, v16.18.0 + */ + function machine(): string; + /** + * Returns the operating system's default directory for temporary files as a + * string. + * @since v0.9.9 + */ + function tmpdir(): string; + /** + * Returns a string identifying the endianness of the CPU for which the Node.js + * binary was compiled. + * + * Possible values are `'BE'` for big endian and `'LE'` for little endian. + * @since v0.9.4 + */ + function endianness(): "BE" | "LE"; + /** + * Returns the scheduling priority for the process specified by `pid`. If `pid` is + * not provided or is `0`, the priority of the current process is returned. + * @since v10.10.0 + * @param [pid=0] The process ID to retrieve scheduling priority for. + */ + function getPriority(pid?: number): number; + /** + * Attempts to set the scheduling priority for the process specified by `pid`. If `pid` is not provided or is `0`, the process ID of the current process is used. + * + * The `priority` input must be an integer between `-20` (high priority) and `19` (low priority). Due to differences between Unix priority levels and Windows + * priority classes, `priority` is mapped to one of six priority constants in `os.constants.priority`. When retrieving a process priority level, this range + * mapping may cause the return value to be slightly different on Windows. To avoid + * confusion, set `priority` to one of the priority constants. + * + * On Windows, setting priority to `PRIORITY_HIGHEST` requires elevated user + * privileges. Otherwise the set priority will be silently reduced to `PRIORITY_HIGH`. + * @since v10.10.0 + * @param [pid=0] The process ID to set scheduling priority for. + * @param priority The scheduling priority to assign to the process. + */ + function setPriority(priority: number): void; + function setPriority(pid: number, priority: number): void; +} +declare module "node:os" { + export * from "os"; +} diff --git a/node_modules/@types/node/package.json b/node_modules/@types/node/package.json new file mode 100644 index 0000000..1e9d35e --- /dev/null +++ b/node_modules/@types/node/package.json @@ -0,0 +1,140 @@ +{ + "name": "@types/node", + "version": "20.19.39", + "description": "TypeScript definitions for node", + "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", + "license": "MIT", + "contributors": [ + { + "name": "Microsoft TypeScript", + "githubUsername": "Microsoft", + "url": "https://github.com/Microsoft" + }, + { + "name": "Alberto Schiabel", + "githubUsername": "jkomyno", + "url": "https://github.com/jkomyno" + }, + { + "name": "Andrew Makarov", + "githubUsername": "r3nya", + "url": "https://github.com/r3nya" + }, + { + "name": "Benjamin Toueg", + "githubUsername": "btoueg", + "url": "https://github.com/btoueg" + }, + { + "name": "David Junger", + "githubUsername": "touffy", + "url": "https://github.com/touffy" + }, + { + "name": "Mohsen Azimi", + "githubUsername": "mohsen1", + "url": "https://github.com/mohsen1" + }, + { + "name": "Nikita Galkin", + "githubUsername": "galkin", + "url": "https://github.com/galkin" + }, + { + "name": "Sebastian Silbermann", + "githubUsername": "eps1lon", + "url": "https://github.com/eps1lon" + }, + { + "name": "Wilco Bakker", + "githubUsername": "WilcoBakker", + "url": "https://github.com/WilcoBakker" + }, + { + "name": "Marcin Kopacz", + "githubUsername": "chyzwar", + "url": "https://github.com/chyzwar" + }, + { + "name": "Trivikram Kamat", + "githubUsername": "trivikr", + "url": "https://github.com/trivikr" + }, + { + "name": "Junxiao Shi", + "githubUsername": "yoursunny", + "url": "https://github.com/yoursunny" + }, + { + "name": "Ilia Baryshnikov", + "githubUsername": "qwelias", + "url": "https://github.com/qwelias" + }, + { + "name": "ExE Boss", + "githubUsername": "ExE-Boss", + "url": "https://github.com/ExE-Boss" + }, + { + "name": "Piotr Błażejewicz", + "githubUsername": "peterblazejewicz", + "url": "https://github.com/peterblazejewicz" + }, + { + "name": "Anna Henningsen", + "githubUsername": "addaleax", + "url": "https://github.com/addaleax" + }, + { + "name": "Victor Perin", + "githubUsername": "victorperin", + "url": "https://github.com/victorperin" + }, + { + "name": "NodeJS Contributors", + "githubUsername": "NodeJS", + "url": "https://github.com/NodeJS" + }, + { + "name": "Linus Unnebäck", + "githubUsername": "LinusU", + "url": "https://github.com/LinusU" + }, + { + "name": "wafuwafu13", + "githubUsername": "wafuwafu13", + "url": "https://github.com/wafuwafu13" + }, + { + "name": "Matteo Collina", + "githubUsername": "mcollina", + "url": "https://github.com/mcollina" + }, + { + "name": "Dmitry Semigradsky", + "githubUsername": "Semigradsky", + "url": "https://github.com/Semigradsky" + } + ], + "main": "", + "types": "index.d.ts", + "typesVersions": { + "<=5.6": { + "*": [ + "ts5.6/*" + ] + } + }, + "repository": { + "type": "git", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "directory": "types/node" + }, + "scripts": {}, + "dependencies": { + "undici-types": "~6.21.0" + }, + "peerDependencies": {}, + "typesPublisherContentHash": "871323d2249864178e2cf14d45e1136232baed800bb0184748818383371a02fb", + "typeScriptVersion": "5.3" +} \ No newline at end of file diff --git a/node_modules/@types/node/path.d.ts b/node_modules/@types/node/path.d.ts new file mode 100644 index 0000000..dd69692 --- /dev/null +++ b/node_modules/@types/node/path.d.ts @@ -0,0 +1,200 @@ +declare module "path/posix" { + import path = require("path"); + export = path; +} +declare module "path/win32" { + import path = require("path"); + export = path; +} +/** + * The `node:path` module provides utilities for working with file and directory + * paths. It can be accessed using: + * + * ```js + * import path from 'node:path'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/path.js) + */ +declare module "path" { + namespace path { + /** + * A parsed path object generated by path.parse() or consumed by path.format(). + */ + interface ParsedPath { + /** + * The root of the path such as '/' or 'c:\' + */ + root: string; + /** + * The full directory path such as '/home/user/dir' or 'c:\path\dir' + */ + dir: string; + /** + * The file name including extension (if any) such as 'index.html' + */ + base: string; + /** + * The file extension (if any) such as '.html' + */ + ext: string; + /** + * The file name without extension (if any) such as 'index' + */ + name: string; + } + interface FormatInputPathObject { + /** + * The root of the path such as '/' or 'c:\' + */ + root?: string | undefined; + /** + * The full directory path such as '/home/user/dir' or 'c:\path\dir' + */ + dir?: string | undefined; + /** + * The file name including extension (if any) such as 'index.html' + */ + base?: string | undefined; + /** + * The file extension (if any) such as '.html' + */ + ext?: string | undefined; + /** + * The file name without extension (if any) such as 'index' + */ + name?: string | undefined; + } + interface PlatformPath { + /** + * Normalize a string path, reducing '..' and '.' parts. + * When multiple slashes are found, they're replaced by a single one; when the path contains a trailing slash, it is preserved. On Windows backslashes are used. If the path is a zero-length string, '.' is returned, representing the current working directory. + * + * @param path string path to normalize. + * @throws {TypeError} if `path` is not a string. + */ + normalize(path: string): string; + /** + * Join all arguments together and normalize the resulting path. + * + * @param paths paths to join. + * @throws {TypeError} if any of the path segments is not a string. + */ + join(...paths: string[]): string; + /** + * The right-most parameter is considered {to}. Other parameters are considered an array of {from}. + * + * Starting from leftmost {from} parameter, resolves {to} to an absolute path. + * + * If {to} isn't already absolute, {from} arguments are prepended in right to left order, + * until an absolute path is found. If after using all {from} paths still no absolute path is found, + * the current working directory is used as well. The resulting path is normalized, + * and trailing slashes are removed unless the path gets resolved to the root directory. + * + * @param paths A sequence of paths or path segments. + * @throws {TypeError} if any of the arguments is not a string. + */ + resolve(...paths: string[]): string; + /** + * The `path.matchesGlob()` method determines if `path` matches the `pattern`. + * @param path The path to glob-match against. + * @param pattern The glob to check the path against. + * @returns Whether or not the `path` matched the `pattern`. + * @throws {TypeError} if `path` or `pattern` are not strings. + * @since v20.17.0 + */ + matchesGlob(path: string, pattern: string): boolean; + /** + * Determines whether {path} is an absolute path. An absolute path will always resolve to the same location, regardless of the working directory. + * + * If the given {path} is a zero-length string, `false` will be returned. + * + * @param path path to test. + * @throws {TypeError} if `path` is not a string. + */ + isAbsolute(path: string): boolean; + /** + * Solve the relative path from {from} to {to} based on the current working directory. + * At times we have two absolute paths, and we need to derive the relative path from one to the other. This is actually the reverse transform of path.resolve. + * + * @throws {TypeError} if either `from` or `to` is not a string. + */ + relative(from: string, to: string): string; + /** + * Return the directory name of a path. Similar to the Unix dirname command. + * + * @param path the path to evaluate. + * @throws {TypeError} if `path` is not a string. + */ + dirname(path: string): string; + /** + * Return the last portion of a path. Similar to the Unix basename command. + * Often used to extract the file name from a fully qualified path. + * + * @param path the path to evaluate. + * @param suffix optionally, an extension to remove from the result. + * @throws {TypeError} if `path` is not a string or if `ext` is given and is not a string. + */ + basename(path: string, suffix?: string): string; + /** + * Return the extension of the path, from the last '.' to end of string in the last portion of the path. + * If there is no '.' in the last portion of the path or the first character of it is '.', then it returns an empty string. + * + * @param path the path to evaluate. + * @throws {TypeError} if `path` is not a string. + */ + extname(path: string): string; + /** + * The platform-specific file separator. '\\' or '/'. + */ + readonly sep: "\\" | "/"; + /** + * The platform-specific file delimiter. ';' or ':'. + */ + readonly delimiter: ";" | ":"; + /** + * Returns an object from a path string - the opposite of format(). + * + * @param path path to evaluate. + * @throws {TypeError} if `path` is not a string. + */ + parse(path: string): ParsedPath; + /** + * Returns a path string from an object - the opposite of parse(). + * + * @param pathObject path to evaluate. + */ + format(pathObject: FormatInputPathObject): string; + /** + * On Windows systems only, returns an equivalent namespace-prefixed path for the given path. + * If path is not a string, path will be returned without modifications. + * This method is meaningful only on Windows system. + * On POSIX systems, the method is non-operational and always returns path without modifications. + */ + toNamespacedPath(path: string): string; + /** + * Posix specific pathing. + * Same as parent object on posix. + */ + readonly posix: PlatformPath; + /** + * Windows specific pathing. + * Same as parent object on windows + */ + readonly win32: PlatformPath; + } + } + const path: path.PlatformPath; + export = path; +} +declare module "node:path" { + import path = require("path"); + export = path; +} +declare module "node:path/posix" { + import path = require("path/posix"); + export = path; +} +declare module "node:path/win32" { + import path = require("path/win32"); + export = path; +} diff --git a/node_modules/@types/node/perf_hooks.d.ts b/node_modules/@types/node/perf_hooks.d.ts new file mode 100644 index 0000000..730af9b --- /dev/null +++ b/node_modules/@types/node/perf_hooks.d.ts @@ -0,0 +1,961 @@ +/** + * This module provides an implementation of a subset of the W3C [Web Performance APIs](https://w3c.github.io/perf-timing-primer/) as well as additional APIs for + * Node.js-specific performance measurements. + * + * Node.js supports the following [Web Performance APIs](https://w3c.github.io/perf-timing-primer/): + * + * * [High Resolution Time](https://www.w3.org/TR/hr-time-2) + * * [Performance Timeline](https://w3c.github.io/performance-timeline/) + * * [User Timing](https://www.w3.org/TR/user-timing/) + * * [Resource Timing](https://www.w3.org/TR/resource-timing-2/) + * + * ```js + * import { PerformanceObserver, performance } from 'node:perf_hooks'; + * + * const obs = new PerformanceObserver((items) => { + * console.log(items.getEntries()[0].duration); + * performance.clearMarks(); + * }); + * obs.observe({ type: 'measure' }); + * performance.measure('Start to Now'); + * + * performance.mark('A'); + * doSomeLongRunningProcess(() => { + * performance.measure('A to Now', 'A'); + * + * performance.mark('B'); + * performance.measure('A to B', 'A', 'B'); + * }); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/perf_hooks.js) + */ +declare module "perf_hooks" { + import { AsyncResource } from "node:async_hooks"; + type EntryType = + | "dns" // Node.js only + | "function" // Node.js only + | "gc" // Node.js only + | "http2" // Node.js only + | "http" // Node.js only + | "mark" // available on the Web + | "measure" // available on the Web + | "net" // Node.js only + | "node" // Node.js only + | "resource"; // available on the Web + interface NodeGCPerformanceDetail { + /** + * When `performanceEntry.entryType` is equal to 'gc', the `performance.kind` property identifies + * the type of garbage collection operation that occurred. + * See perf_hooks.constants for valid values. + */ + readonly kind: number; + /** + * When `performanceEntry.entryType` is equal to 'gc', the `performance.flags` + * property contains additional information about garbage collection operation. + * See perf_hooks.constants for valid values. + */ + readonly flags: number; + } + /** + * The constructor of this class is not exposed to users directly. + * @since v8.5.0 + */ + class PerformanceEntry { + protected constructor(); + /** + * The total number of milliseconds elapsed for this entry. This value will not + * be meaningful for all Performance Entry types. + * @since v8.5.0 + */ + readonly duration: number; + /** + * The name of the performance entry. + * @since v8.5.0 + */ + readonly name: string; + /** + * The high resolution millisecond timestamp marking the starting time of the + * Performance Entry. + * @since v8.5.0 + */ + readonly startTime: number; + /** + * The type of the performance entry. It may be one of: + * + * * `'node'` (Node.js only) + * * `'mark'` (available on the Web) + * * `'measure'` (available on the Web) + * * `'gc'` (Node.js only) + * * `'function'` (Node.js only) + * * `'http2'` (Node.js only) + * * `'http'` (Node.js only) + * @since v8.5.0 + */ + readonly entryType: EntryType; + toJSON(): any; + } + /** + * Exposes marks created via the `Performance.mark()` method. + * @since v18.2.0, v16.17.0 + */ + class PerformanceMark extends PerformanceEntry { + readonly detail: any; + readonly duration: 0; + readonly entryType: "mark"; + } + /** + * Exposes measures created via the `Performance.measure()` method. + * + * The constructor of this class is not exposed to users directly. + * @since v18.2.0, v16.17.0 + */ + class PerformanceMeasure extends PerformanceEntry { + readonly detail: any; + readonly entryType: "measure"; + } + interface UVMetrics { + /** + * Number of event loop iterations. + */ + readonly loopCount: number; + /** + * Number of events that have been processed by the event handler. + */ + readonly events: number; + /** + * Number of events that were waiting to be processed when the event provider was called. + */ + readonly eventsWaiting: number; + } + // TODO: PerformanceNodeEntry is missing + /** + * _This property is an extension by Node.js. It is not available in Web browsers._ + * + * Provides timing details for Node.js itself. The constructor of this class + * is not exposed to users. + * @since v8.5.0 + */ + class PerformanceNodeTiming extends PerformanceEntry { + /** + * The high resolution millisecond timestamp at which the Node.js process + * completed bootstrapping. If bootstrapping has not yet finished, the property + * has the value of -1. + * @since v8.5.0 + */ + readonly bootstrapComplete: number; + /** + * The high resolution millisecond timestamp at which the Node.js environment was + * initialized. + * @since v8.5.0 + */ + readonly environment: number; + /** + * The high resolution millisecond timestamp of the amount of time the event loop + * has been idle within the event loop's event provider (e.g. `epoll_wait`). This + * does not take CPU usage into consideration. If the event loop has not yet + * started (e.g., in the first tick of the main script), the property has the + * value of 0. + * @since v14.10.0, v12.19.0 + */ + readonly idleTime: number; + /** + * The high resolution millisecond timestamp at which the Node.js event loop + * exited. If the event loop has not yet exited, the property has the value of -1\. + * It can only have a value of not -1 in a handler of the `'exit'` event. + * @since v8.5.0 + */ + readonly loopExit: number; + /** + * The high resolution millisecond timestamp at which the Node.js event loop + * started. If the event loop has not yet started (e.g., in the first tick of the + * main script), the property has the value of -1. + * @since v8.5.0 + */ + readonly loopStart: number; + /** + * The high resolution millisecond timestamp at which the Node.js process was initialized. + * @since v8.5.0 + */ + readonly nodeStart: number; + /** + * This is a wrapper to the `uv_metrics_info` function. + * It returns the current set of event loop metrics. + * + * It is recommended to use this property inside a function whose execution was + * scheduled using `setImmediate` to avoid collecting metrics before finishing all + * operations scheduled during the current loop iteration. + * @since v20.18.0 + */ + readonly uvMetricsInfo: UVMetrics; + /** + * The high resolution millisecond timestamp at which the V8 platform was + * initialized. + * @since v8.5.0 + */ + readonly v8Start: number; + } + interface EventLoopUtilization { + idle: number; + active: number; + utilization: number; + } + /** + * @param utilization1 The result of a previous call to `eventLoopUtilization()`. + * @param utilization2 The result of a previous call to `eventLoopUtilization()` prior to `utilization1`. + */ + type EventLoopUtilityFunction = ( + utilization1?: EventLoopUtilization, + utilization2?: EventLoopUtilization, + ) => EventLoopUtilization; + interface MarkOptions { + /** + * Additional optional detail to include with the mark. + */ + detail?: unknown | undefined; + /** + * An optional timestamp to be used as the mark time. + * @default `performance.now()` + */ + startTime?: number | undefined; + } + interface MeasureOptions { + /** + * Additional optional detail to include with the mark. + */ + detail?: unknown; + /** + * Duration between start and end times. + */ + duration?: number | undefined; + /** + * Timestamp to be used as the end time, or a string identifying a previously recorded mark. + */ + end?: number | string | undefined; + /** + * Timestamp to be used as the start time, or a string identifying a previously recorded mark. + */ + start?: number | string | undefined; + } + interface TimerifyOptions { + /** + * A histogram object created using `perf_hooks.createHistogram()` that will record runtime + * durations in nanoseconds. + */ + histogram?: RecordableHistogram | undefined; + } + interface Performance { + /** + * If `name` is not provided, removes all `PerformanceMark` objects from the Performance Timeline. + * If `name` is provided, removes only the named mark. + * @since v8.5.0 + */ + clearMarks(name?: string): void; + /** + * If `name` is not provided, removes all `PerformanceMeasure` objects from the Performance Timeline. + * If `name` is provided, removes only the named measure. + * @since v16.7.0 + */ + clearMeasures(name?: string): void; + /** + * If `name` is not provided, removes all `PerformanceResourceTiming` objects from the Resource Timeline. + * If `name` is provided, removes only the named resource. + * @since v18.2.0, v16.17.0 + */ + clearResourceTimings(name?: string): void; + /** + * eventLoopUtilization is similar to CPU utilization except that it is calculated using high precision wall-clock time. + * It represents the percentage of time the event loop has spent outside the event loop's event provider (e.g. epoll_wait). + * No other CPU idle time is taken into consideration. + */ + eventLoopUtilization: EventLoopUtilityFunction; + /** + * Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime`. + * If you are only interested in performance entries of certain types or that have certain names, see + * `performance.getEntriesByType()` and `performance.getEntriesByName()`. + * @since v16.7.0 + */ + getEntries(): PerformanceEntry[]; + /** + * Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime` + * whose `performanceEntry.name` is equal to `name`, and optionally, whose `performanceEntry.entryType` is equal to `type`. + * @param name + * @param type + * @since v16.7.0 + */ + getEntriesByName(name: string, type?: EntryType): PerformanceEntry[]; + /** + * Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime` + * whose `performanceEntry.entryType` is equal to `type`. + * @param type + * @since v16.7.0 + */ + getEntriesByType(type: EntryType): PerformanceEntry[]; + /** + * Creates a new `PerformanceMark` entry in the Performance Timeline. + * A `PerformanceMark` is a subclass of `PerformanceEntry` whose `performanceEntry.entryType` is always `'mark'`, + * and whose `performanceEntry.duration` is always `0`. + * Performance marks are used to mark specific significant moments in the Performance Timeline. + * + * The created `PerformanceMark` entry is put in the global Performance Timeline and can be queried with + * `performance.getEntries`, `performance.getEntriesByName`, and `performance.getEntriesByType`. When the observation is + * performed, the entries should be cleared from the global Performance Timeline manually with `performance.clearMarks`. + * @param name + */ + mark(name: string, options?: MarkOptions): PerformanceMark; + /** + * Creates a new `PerformanceResourceTiming` entry in the Resource Timeline. + * A `PerformanceResourceTiming` is a subclass of `PerformanceEntry` whose `performanceEntry.entryType` is always `'resource'`. + * Performance resources are used to mark moments in the Resource Timeline. + * @param timingInfo [Fetch Timing Info](https://fetch.spec.whatwg.org/#fetch-timing-info) + * @param requestedUrl The resource url + * @param initiatorType The initiator name, e.g: 'fetch' + * @param global + * @param cacheMode The cache mode must be an empty string ('') or 'local' + * @since v18.2.0, v16.17.0 + */ + markResourceTiming( + timingInfo: object, + requestedUrl: string, + initiatorType: string, + global: object, + cacheMode: "" | "local", + ): PerformanceResourceTiming; + /** + * Creates a new PerformanceMeasure entry in the Performance Timeline. + * A PerformanceMeasure is a subclass of PerformanceEntry whose performanceEntry.entryType is always 'measure', + * and whose performanceEntry.duration measures the number of milliseconds elapsed since startMark and endMark. + * + * The startMark argument may identify any existing PerformanceMark in the the Performance Timeline, or may identify + * any of the timestamp properties provided by the PerformanceNodeTiming class. If the named startMark does not exist, + * then startMark is set to timeOrigin by default. + * + * The endMark argument must identify any existing PerformanceMark in the the Performance Timeline or any of the timestamp + * properties provided by the PerformanceNodeTiming class. If the named endMark does not exist, an error will be thrown. + * @param name + * @param startMark + * @param endMark + * @return The PerformanceMeasure entry that was created + */ + measure(name: string, startMark?: string, endMark?: string): PerformanceMeasure; + measure(name: string, options: MeasureOptions): PerformanceMeasure; + /** + * _This property is an extension by Node.js. It is not available in Web browsers._ + * + * An instance of the `PerformanceNodeTiming` class that provides performance metrics for specific Node.js operational milestones. + * @since v8.5.0 + */ + readonly nodeTiming: PerformanceNodeTiming; + /** + * Returns the current high resolution millisecond timestamp, where 0 represents the start of the current `node` process. + * @since v8.5.0 + */ + now(): number; + /** + * Sets the global performance resource timing buffer size to the specified number of "resource" type performance entry objects. + * + * By default the max buffer size is set to 250. + * @since v18.8.0 + */ + setResourceTimingBufferSize(maxSize: number): void; + /** + * The [`timeOrigin`](https://w3c.github.io/hr-time/#dom-performance-timeorigin) specifies the high resolution millisecond timestamp + * at which the current `node` process began, measured in Unix time. + * @since v8.5.0 + */ + readonly timeOrigin: number; + /** + * _This property is an extension by Node.js. It is not available in Web browsers._ + * + * Wraps a function within a new function that measures the running time of the wrapped function. + * A `PerformanceObserver` must be subscribed to the `'function'` event type in order for the timing details to be accessed. + * + * ```js + * import { + * performance, + * PerformanceObserver, + * } from 'node:perf_hooks'; + * + * function someFunction() { + * console.log('hello world'); + * } + * + * const wrapped = performance.timerify(someFunction); + * + * const obs = new PerformanceObserver((list) => { + * console.log(list.getEntries()[0].duration); + * + * performance.clearMarks(); + * performance.clearMeasures(); + * obs.disconnect(); + * }); + * obs.observe({ entryTypes: ['function'] }); + * + * // A performance timeline entry will be created + * wrapped(); + * ``` + * + * If the wrapped function returns a promise, a finally handler will be attached to the promise and the duration will be reported + * once the finally handler is invoked. + * @param fn + */ + timerify any>(fn: T, options?: TimerifyOptions): T; + /** + * An object which is JSON representation of the performance object. It is similar to + * [`window.performance.toJSON`](https://developer.mozilla.org/en-US/docs/Web/API/Performance/toJSON) in browsers. + * @since v16.1.0 + */ + toJSON(): any; + } + class PerformanceObserverEntryList { + /** + * Returns a list of `PerformanceEntry` objects in chronological order + * with respect to `performanceEntry.startTime`. + * + * ```js + * import { + * performance, + * PerformanceObserver, + * } from 'node:perf_hooks'; + * + * const obs = new PerformanceObserver((perfObserverList, observer) => { + * console.log(perfObserverList.getEntries()); + * + * * [ + * * PerformanceEntry { + * * name: 'test', + * * entryType: 'mark', + * * startTime: 81.465639, + * * duration: 0, + * * detail: null + * * }, + * * PerformanceEntry { + * * name: 'meow', + * * entryType: 'mark', + * * startTime: 81.860064, + * * duration: 0, + * * detail: null + * * } + * * ] + * + * performance.clearMarks(); + * performance.clearMeasures(); + * observer.disconnect(); + * }); + * obs.observe({ type: 'mark' }); + * + * performance.mark('test'); + * performance.mark('meow'); + * ``` + * @since v8.5.0 + */ + getEntries(): PerformanceEntry[]; + /** + * Returns a list of `PerformanceEntry` objects in chronological order + * with respect to `performanceEntry.startTime` whose `performanceEntry.name` is + * equal to `name`, and optionally, whose `performanceEntry.entryType` is equal to`type`. + * + * ```js + * import { + * performance, + * PerformanceObserver, + * } from 'node:perf_hooks'; + * + * const obs = new PerformanceObserver((perfObserverList, observer) => { + * console.log(perfObserverList.getEntriesByName('meow')); + * + * * [ + * * PerformanceEntry { + * * name: 'meow', + * * entryType: 'mark', + * * startTime: 98.545991, + * * duration: 0, + * * detail: null + * * } + * * ] + * + * console.log(perfObserverList.getEntriesByName('nope')); // [] + * + * console.log(perfObserverList.getEntriesByName('test', 'mark')); + * + * * [ + * * PerformanceEntry { + * * name: 'test', + * * entryType: 'mark', + * * startTime: 63.518931, + * * duration: 0, + * * detail: null + * * } + * * ] + * + * console.log(perfObserverList.getEntriesByName('test', 'measure')); // [] + * + * performance.clearMarks(); + * performance.clearMeasures(); + * observer.disconnect(); + * }); + * obs.observe({ entryTypes: ['mark', 'measure'] }); + * + * performance.mark('test'); + * performance.mark('meow'); + * ``` + * @since v8.5.0 + */ + getEntriesByName(name: string, type?: EntryType): PerformanceEntry[]; + /** + * Returns a list of `PerformanceEntry` objects in chronological order + * with respect to `performanceEntry.startTime` whose `performanceEntry.entryType` is equal to `type`. + * + * ```js + * import { + * performance, + * PerformanceObserver, + * } from 'node:perf_hooks'; + * + * const obs = new PerformanceObserver((perfObserverList, observer) => { + * console.log(perfObserverList.getEntriesByType('mark')); + * + * * [ + * * PerformanceEntry { + * * name: 'test', + * * entryType: 'mark', + * * startTime: 55.897834, + * * duration: 0, + * * detail: null + * * }, + * * PerformanceEntry { + * * name: 'meow', + * * entryType: 'mark', + * * startTime: 56.350146, + * * duration: 0, + * * detail: null + * * } + * * ] + * + * performance.clearMarks(); + * performance.clearMeasures(); + * observer.disconnect(); + * }); + * obs.observe({ type: 'mark' }); + * + * performance.mark('test'); + * performance.mark('meow'); + * ``` + * @since v8.5.0 + */ + getEntriesByType(type: EntryType): PerformanceEntry[]; + } + type PerformanceObserverCallback = (list: PerformanceObserverEntryList, observer: PerformanceObserver) => void; + /** + * @since v8.5.0 + */ + class PerformanceObserver extends AsyncResource { + constructor(callback: PerformanceObserverCallback); + /** + * Disconnects the `PerformanceObserver` instance from all notifications. + * @since v8.5.0 + */ + disconnect(): void; + /** + * Subscribes the `PerformanceObserver` instance to notifications of new `PerformanceEntry` instances identified either by `options.entryTypes` or `options.type`: + * + * ```js + * import { + * performance, + * PerformanceObserver, + * } from 'node:perf_hooks'; + * + * const obs = new PerformanceObserver((list, observer) => { + * // Called once asynchronously. `list` contains three items. + * }); + * obs.observe({ type: 'mark' }); + * + * for (let n = 0; n < 3; n++) + * performance.mark(`test${n}`); + * ``` + * @since v8.5.0 + */ + observe( + options: + | { + entryTypes: readonly EntryType[]; + buffered?: boolean | undefined; + } + | { + type: EntryType; + buffered?: boolean | undefined; + }, + ): void; + /** + * @since v16.0.0 + * @returns Current list of entries stored in the performance observer, emptying it out. + */ + takeRecords(): PerformanceEntry[]; + } + /** + * Provides detailed network timing data regarding the loading of an application's resources. + * + * The constructor of this class is not exposed to users directly. + * @since v18.2.0, v16.17.0 + */ + class PerformanceResourceTiming extends PerformanceEntry { + readonly entryType: "resource"; + protected constructor(); + /** + * The high resolution millisecond timestamp at immediately before dispatching the `fetch` + * request. If the resource is not intercepted by a worker the property will always return 0. + * @since v18.2.0, v16.17.0 + */ + readonly workerStart: number; + /** + * The high resolution millisecond timestamp that represents the start time of the fetch which + * initiates the redirect. + * @since v18.2.0, v16.17.0 + */ + readonly redirectStart: number; + /** + * The high resolution millisecond timestamp that will be created immediately after receiving + * the last byte of the response of the last redirect. + * @since v18.2.0, v16.17.0 + */ + readonly redirectEnd: number; + /** + * The high resolution millisecond timestamp immediately before the Node.js starts to fetch the resource. + * @since v18.2.0, v16.17.0 + */ + readonly fetchStart: number; + /** + * The high resolution millisecond timestamp immediately before the Node.js starts the domain name lookup + * for the resource. + * @since v18.2.0, v16.17.0 + */ + readonly domainLookupStart: number; + /** + * The high resolution millisecond timestamp representing the time immediately after the Node.js finished + * the domain name lookup for the resource. + * @since v18.2.0, v16.17.0 + */ + readonly domainLookupEnd: number; + /** + * The high resolution millisecond timestamp representing the time immediately before Node.js starts to + * establish the connection to the server to retrieve the resource. + * @since v18.2.0, v16.17.0 + */ + readonly connectStart: number; + /** + * The high resolution millisecond timestamp representing the time immediately after Node.js finishes + * establishing the connection to the server to retrieve the resource. + * @since v18.2.0, v16.17.0 + */ + readonly connectEnd: number; + /** + * The high resolution millisecond timestamp representing the time immediately before Node.js starts the + * handshake process to secure the current connection. + * @since v18.2.0, v16.17.0 + */ + readonly secureConnectionStart: number; + /** + * The high resolution millisecond timestamp representing the time immediately before Node.js receives the + * first byte of the response from the server. + * @since v18.2.0, v16.17.0 + */ + readonly requestStart: number; + /** + * The high resolution millisecond timestamp representing the time immediately after Node.js receives the + * last byte of the resource or immediately before the transport connection is closed, whichever comes first. + * @since v18.2.0, v16.17.0 + */ + readonly responseEnd: number; + /** + * A number representing the size (in octets) of the fetched resource. The size includes the response header + * fields plus the response payload body. + * @since v18.2.0, v16.17.0 + */ + readonly transferSize: number; + /** + * A number representing the size (in octets) received from the fetch (HTTP or cache), of the payload body, before + * removing any applied content-codings. + * @since v18.2.0, v16.17.0 + */ + readonly encodedBodySize: number; + /** + * A number representing the size (in octets) received from the fetch (HTTP or cache), of the message body, after + * removing any applied content-codings. + * @since v18.2.0, v16.17.0 + */ + readonly decodedBodySize: number; + /** + * Returns a `object` that is the JSON representation of the `PerformanceResourceTiming` object + * @since v18.2.0, v16.17.0 + */ + toJSON(): any; + } + namespace constants { + const NODE_PERFORMANCE_GC_MAJOR: number; + const NODE_PERFORMANCE_GC_MINOR: number; + const NODE_PERFORMANCE_GC_INCREMENTAL: number; + const NODE_PERFORMANCE_GC_WEAKCB: number; + const NODE_PERFORMANCE_GC_FLAGS_NO: number; + const NODE_PERFORMANCE_GC_FLAGS_CONSTRUCT_RETAINED: number; + const NODE_PERFORMANCE_GC_FLAGS_FORCED: number; + const NODE_PERFORMANCE_GC_FLAGS_SYNCHRONOUS_PHANTOM_PROCESSING: number; + const NODE_PERFORMANCE_GC_FLAGS_ALL_AVAILABLE_GARBAGE: number; + const NODE_PERFORMANCE_GC_FLAGS_ALL_EXTERNAL_MEMORY: number; + const NODE_PERFORMANCE_GC_FLAGS_SCHEDULE_IDLE: number; + } + const performance: Performance; + interface EventLoopMonitorOptions { + /** + * The sampling rate in milliseconds. + * Must be greater than zero. + * @default 10 + */ + resolution?: number | undefined; + } + interface Histogram { + /** + * The number of samples recorded by the histogram. + * @since v17.4.0, v16.14.0 + */ + readonly count: number; + /** + * The number of samples recorded by the histogram. + * v17.4.0, v16.14.0 + */ + readonly countBigInt: bigint; + /** + * The number of times the event loop delay exceeded the maximum 1 hour event + * loop delay threshold. + * @since v11.10.0 + */ + readonly exceeds: number; + /** + * The number of times the event loop delay exceeded the maximum 1 hour event loop delay threshold. + * @since v17.4.0, v16.14.0 + */ + readonly exceedsBigInt: bigint; + /** + * The maximum recorded event loop delay. + * @since v11.10.0 + */ + readonly max: number; + /** + * The maximum recorded event loop delay. + * v17.4.0, v16.14.0 + */ + readonly maxBigInt: number; + /** + * The mean of the recorded event loop delays. + * @since v11.10.0 + */ + readonly mean: number; + /** + * The minimum recorded event loop delay. + * @since v11.10.0 + */ + readonly min: number; + /** + * The minimum recorded event loop delay. + * v17.4.0, v16.14.0 + */ + readonly minBigInt: bigint; + /** + * Returns the value at the given percentile. + * @since v11.10.0 + * @param percentile A percentile value in the range (0, 100]. + */ + percentile(percentile: number): number; + /** + * Returns the value at the given percentile. + * @since v17.4.0, v16.14.0 + * @param percentile A percentile value in the range (0, 100]. + */ + percentileBigInt(percentile: number): bigint; + /** + * Returns a `Map` object detailing the accumulated percentile distribution. + * @since v11.10.0 + */ + readonly percentiles: Map; + /** + * Returns a `Map` object detailing the accumulated percentile distribution. + * @since v17.4.0, v16.14.0 + */ + readonly percentilesBigInt: Map; + /** + * Resets the collected histogram data. + * @since v11.10.0 + */ + reset(): void; + /** + * The standard deviation of the recorded event loop delays. + * @since v11.10.0 + */ + readonly stddev: number; + } + interface IntervalHistogram extends Histogram { + /** + * Enables the update interval timer. Returns `true` if the timer was + * started, `false` if it was already started. + * @since v11.10.0 + */ + enable(): boolean; + /** + * Disables the update interval timer. Returns `true` if the timer was + * stopped, `false` if it was already stopped. + * @since v11.10.0 + */ + disable(): boolean; + } + interface RecordableHistogram extends Histogram { + /** + * @since v15.9.0, v14.18.0 + * @param val The amount to record in the histogram. + */ + record(val: number | bigint): void; + /** + * Calculates the amount of time (in nanoseconds) that has passed since the + * previous call to `recordDelta()` and records that amount in the histogram. + * @since v15.9.0, v14.18.0 + */ + recordDelta(): void; + /** + * Adds the values from `other` to this histogram. + * @since v17.4.0, v16.14.0 + */ + add(other: RecordableHistogram): void; + } + /** + * _This property is an extension by Node.js. It is not available in Web browsers._ + * + * Creates an `IntervalHistogram` object that samples and reports the event loop + * delay over time. The delays will be reported in nanoseconds. + * + * Using a timer to detect approximate event loop delay works because the + * execution of timers is tied specifically to the lifecycle of the libuv + * event loop. That is, a delay in the loop will cause a delay in the execution + * of the timer, and those delays are specifically what this API is intended to + * detect. + * + * ```js + * import { monitorEventLoopDelay } from 'node:perf_hooks'; + * const h = monitorEventLoopDelay({ resolution: 20 }); + * h.enable(); + * // Do something. + * h.disable(); + * console.log(h.min); + * console.log(h.max); + * console.log(h.mean); + * console.log(h.stddev); + * console.log(h.percentiles); + * console.log(h.percentile(50)); + * console.log(h.percentile(99)); + * ``` + * @since v11.10.0 + */ + function monitorEventLoopDelay(options?: EventLoopMonitorOptions): IntervalHistogram; + interface CreateHistogramOptions { + /** + * The minimum recordable value. Must be an integer value greater than 0. + * @default 1 + */ + lowest?: number | bigint | undefined; + /** + * The maximum recordable value. Must be an integer value greater than min. + * @default Number.MAX_SAFE_INTEGER + */ + highest?: number | bigint | undefined; + /** + * The number of accuracy digits. Must be a number between 1 and 5. + * @default 3 + */ + figures?: number | undefined; + } + /** + * Returns a `RecordableHistogram`. + * @since v15.9.0, v14.18.0 + */ + function createHistogram(options?: CreateHistogramOptions): RecordableHistogram; + import { + performance as _performance, + PerformanceEntry as _PerformanceEntry, + PerformanceMark as _PerformanceMark, + PerformanceMeasure as _PerformanceMeasure, + PerformanceObserver as _PerformanceObserver, + PerformanceObserverEntryList as _PerformanceObserverEntryList, + PerformanceResourceTiming as _PerformanceResourceTiming, + } from "perf_hooks"; + global { + /** + * `PerformanceEntry` is a global reference for `import { PerformanceEntry } from 'node:node:perf_hooks'` + * @see https://nodejs.org/docs/latest-v20.x/api/globals.html#performanceentry + * @since v19.0.0 + */ + var PerformanceEntry: typeof globalThis extends { + onmessage: any; + PerformanceEntry: infer T; + } ? T + : typeof _PerformanceEntry; + /** + * `PerformanceMark` is a global reference for `import { PerformanceMark } from 'node:node:perf_hooks'` + * @see https://nodejs.org/docs/latest-v20.x/api/globals.html#performancemark + * @since v19.0.0 + */ + var PerformanceMark: typeof globalThis extends { + onmessage: any; + PerformanceMark: infer T; + } ? T + : typeof _PerformanceMark; + /** + * `PerformanceMeasure` is a global reference for `import { PerformanceMeasure } from 'node:node:perf_hooks'` + * @see https://nodejs.org/docs/latest-v20.x/api/globals.html#performancemeasure + * @since v19.0.0 + */ + var PerformanceMeasure: typeof globalThis extends { + onmessage: any; + PerformanceMeasure: infer T; + } ? T + : typeof _PerformanceMeasure; + /** + * `PerformanceObserver` is a global reference for `import { PerformanceObserver } from 'node:node:perf_hooks'` + * @see https://nodejs.org/docs/latest-v20.x/api/globals.html#performanceobserver + * @since v19.0.0 + */ + var PerformanceObserver: typeof globalThis extends { + onmessage: any; + PerformanceObserver: infer T; + } ? T + : typeof _PerformanceObserver; + /** + * `PerformanceObserverEntryList` is a global reference for `import { PerformanceObserverEntryList } from 'node:node:perf_hooks'` + * @see https://nodejs.org/docs/latest-v20.x/api/globals.html#performanceobserverentrylist + * @since v19.0.0 + */ + var PerformanceObserverEntryList: typeof globalThis extends { + onmessage: any; + PerformanceObserverEntryList: infer T; + } ? T + : typeof _PerformanceObserverEntryList; + /** + * `PerformanceResourceTiming` is a global reference for `import { PerformanceResourceTiming } from 'node:node:perf_hooks'` + * @see https://nodejs.org/docs/latest-v20.x/api/globals.html#performanceresourcetiming + * @since v19.0.0 + */ + var PerformanceResourceTiming: typeof globalThis extends { + onmessage: any; + PerformanceResourceTiming: infer T; + } ? T + : typeof _PerformanceResourceTiming; + /** + * `performance` is a global reference for `import { performance } from 'node:node:perf_hooks'` + * @see https://nodejs.org/docs/latest-v20.x/api/globals.html#performance + * @since v16.0.0 + */ + var performance: typeof globalThis extends { + onmessage: any; + performance: infer T; + } ? T + : typeof _performance; + } +} +declare module "node:perf_hooks" { + export * from "perf_hooks"; +} diff --git a/node_modules/@types/node/process.d.ts b/node_modules/@types/node/process.d.ts new file mode 100644 index 0000000..1d5b738 --- /dev/null +++ b/node_modules/@types/node/process.d.ts @@ -0,0 +1,1961 @@ +declare module "process" { + import { Control, MessageOptions, SendHandle } from "node:child_process"; + import { PathLike } from "node:fs"; + import * as tty from "node:tty"; + import { Worker } from "node:worker_threads"; + + interface BuiltInModule { + "assert": typeof import("assert"); + "node:assert": typeof import("node:assert"); + "assert/strict": typeof import("assert/strict"); + "node:assert/strict": typeof import("node:assert/strict"); + "async_hooks": typeof import("async_hooks"); + "node:async_hooks": typeof import("node:async_hooks"); + "buffer": typeof import("buffer"); + "node:buffer": typeof import("node:buffer"); + "child_process": typeof import("child_process"); + "node:child_process": typeof import("node:child_process"); + "cluster": typeof import("cluster"); + "node:cluster": typeof import("node:cluster"); + "console": typeof import("console"); + "node:console": typeof import("node:console"); + "constants": typeof import("constants"); + "node:constants": typeof import("node:constants"); + "crypto": typeof import("crypto"); + "node:crypto": typeof import("node:crypto"); + "dgram": typeof import("dgram"); + "node:dgram": typeof import("node:dgram"); + "diagnostics_channel": typeof import("diagnostics_channel"); + "node:diagnostics_channel": typeof import("node:diagnostics_channel"); + "dns": typeof import("dns"); + "node:dns": typeof import("node:dns"); + "dns/promises": typeof import("dns/promises"); + "node:dns/promises": typeof import("node:dns/promises"); + "domain": typeof import("domain"); + "node:domain": typeof import("node:domain"); + "events": typeof import("events"); + "node:events": typeof import("node:events"); + "fs": typeof import("fs"); + "node:fs": typeof import("node:fs"); + "fs/promises": typeof import("fs/promises"); + "node:fs/promises": typeof import("node:fs/promises"); + "http": typeof import("http"); + "node:http": typeof import("node:http"); + "http2": typeof import("http2"); + "node:http2": typeof import("node:http2"); + "https": typeof import("https"); + "node:https": typeof import("node:https"); + "inspector": typeof import("inspector"); + "node:inspector": typeof import("node:inspector"); + "inspector/promises": typeof import("inspector/promises"); + "node:inspector/promises": typeof import("node:inspector/promises"); + "module": typeof import("module"); + "node:module": typeof import("node:module"); + "net": typeof import("net"); + "node:net": typeof import("node:net"); + "os": typeof import("os"); + "node:os": typeof import("node:os"); + "path": typeof import("path"); + "node:path": typeof import("node:path"); + "path/posix": typeof import("path/posix"); + "node:path/posix": typeof import("node:path/posix"); + "path/win32": typeof import("path/win32"); + "node:path/win32": typeof import("node:path/win32"); + "perf_hooks": typeof import("perf_hooks"); + "node:perf_hooks": typeof import("node:perf_hooks"); + "process": typeof import("process"); + "node:process": typeof import("node:process"); + "punycode": typeof import("punycode"); + "node:punycode": typeof import("node:punycode"); + "querystring": typeof import("querystring"); + "node:querystring": typeof import("node:querystring"); + "readline": typeof import("readline"); + "node:readline": typeof import("node:readline"); + "readline/promises": typeof import("readline/promises"); + "node:readline/promises": typeof import("node:readline/promises"); + "repl": typeof import("repl"); + "node:repl": typeof import("node:repl"); + "node:sea": typeof import("node:sea"); + "stream": typeof import("stream"); + "node:stream": typeof import("node:stream"); + "stream/consumers": typeof import("stream/consumers"); + "node:stream/consumers": typeof import("node:stream/consumers"); + "stream/promises": typeof import("stream/promises"); + "node:stream/promises": typeof import("node:stream/promises"); + "stream/web": typeof import("stream/web"); + "node:stream/web": typeof import("node:stream/web"); + "string_decoder": typeof import("string_decoder"); + "node:string_decoder": typeof import("node:string_decoder"); + "node:test": typeof import("node:test"); + "node:test/reporters": typeof import("node:test/reporters"); + "timers": typeof import("timers"); + "node:timers": typeof import("node:timers"); + "timers/promises": typeof import("timers/promises"); + "node:timers/promises": typeof import("node:timers/promises"); + "tls": typeof import("tls"); + "node:tls": typeof import("node:tls"); + "trace_events": typeof import("trace_events"); + "node:trace_events": typeof import("node:trace_events"); + "tty": typeof import("tty"); + "node:tty": typeof import("node:tty"); + "url": typeof import("url"); + "node:url": typeof import("node:url"); + "util": typeof import("util"); + "node:util": typeof import("node:util"); + "sys": typeof import("util"); + "node:sys": typeof import("node:util"); + "util/types": typeof import("util/types"); + "node:util/types": typeof import("node:util/types"); + "v8": typeof import("v8"); + "node:v8": typeof import("node:v8"); + "vm": typeof import("vm"); + "node:vm": typeof import("node:vm"); + "wasi": typeof import("wasi"); + "node:wasi": typeof import("node:wasi"); + "worker_threads": typeof import("worker_threads"); + "node:worker_threads": typeof import("node:worker_threads"); + "zlib": typeof import("zlib"); + "node:zlib": typeof import("node:zlib"); + } + + global { + var process: NodeJS.Process; + namespace NodeJS { + // this namespace merge is here because these are specifically used + // as the type for process.stdin, process.stdout, and process.stderr. + // they can't live in tty.d.ts because we need to disambiguate the imported name. + interface ReadStream extends tty.ReadStream {} + interface WriteStream extends tty.WriteStream {} + interface MemoryUsageFn { + /** + * The `process.memoryUsage()` method iterate over each page to gather informations about memory + * usage which can be slow depending on the program memory allocations. + */ + (): MemoryUsage; + /** + * method returns an integer representing the Resident Set Size (RSS) in bytes. + */ + rss(): number; + } + interface MemoryUsage { + /** + * Resident Set Size, is the amount of space occupied in the main memory device (that is a subset of the total allocated memory) for the + * process, including all C++ and JavaScript objects and code. + */ + rss: number; + /** + * Refers to V8's memory usage. + */ + heapTotal: number; + /** + * Refers to V8's memory usage. + */ + heapUsed: number; + external: number; + /** + * Refers to memory allocated for `ArrayBuffer`s and `SharedArrayBuffer`s, including all Node.js Buffers. This is also included + * in the external value. When Node.js is used as an embedded library, this value may be `0` because allocations for `ArrayBuffer`s + * may not be tracked in that case. + */ + arrayBuffers: number; + } + interface CpuUsage { + user: number; + system: number; + } + interface ProcessRelease { + name: string; + sourceUrl?: string | undefined; + headersUrl?: string | undefined; + libUrl?: string | undefined; + lts?: string | undefined; + } + interface ProcessFeatures { + /** + * A boolean value that is `true` if the current Node.js build is caching builtin modules. + * @since v12.0.0 + */ + readonly cached_builtins: boolean; + /** + * A boolean value that is `true` if the current Node.js build is a debug build. + * @since v0.5.5 + */ + readonly debug: boolean; + /** + * A boolean value that is `true` if the current Node.js build includes the inspector. + * @since v11.10.0 + */ + readonly inspector: boolean; + /** + * A boolean value that is `true` if the current Node.js build includes support for IPv6. + * @since v0.5.3 + */ + readonly ipv6: boolean; + /** + * A boolean value that is `true` if the current Node.js build supports + * [loading ECMAScript modules using `require()`](https://nodejs.org/docs/latest-v20.x/api/modules.html#loading-ecmascript-modules-using-require). + * @since v20.19.0 + */ + readonly require_module: boolean; + /** + * A boolean value that is `true` if the current Node.js build includes support for TLS. + * @since v0.5.3 + */ + readonly tls: boolean; + /** + * A boolean value that is `true` if the current Node.js build includes support for ALPN in TLS. + * @since v4.8.0 + */ + readonly tls_alpn: boolean; + /** + * A boolean value that is `true` if the current Node.js build includes support for OCSP in TLS. + * @since v0.11.13 + */ + readonly tls_ocsp: boolean; + /** + * A boolean value that is `true` if the current Node.js build includes support for SNI in TLS. + * @since v0.5.3 + */ + readonly tls_sni: boolean; + /** + * A boolean value that is `true` if the current Node.js build includes support for libuv. + * @since v0.5.3 + */ + readonly uv: boolean; + } + interface ProcessVersions extends Dict { + http_parser: string; + node: string; + v8: string; + ares: string; + uv: string; + zlib: string; + modules: string; + openssl: string; + } + type Platform = + | "aix" + | "android" + | "darwin" + | "freebsd" + | "haiku" + | "linux" + | "openbsd" + | "sunos" + | "win32" + | "cygwin" + | "netbsd"; + type Architecture = + | "arm" + | "arm64" + | "ia32" + | "loong64" + | "mips" + | "mipsel" + | "ppc" + | "ppc64" + | "riscv64" + | "s390" + | "s390x" + | "x64"; + type Signals = + | "SIGABRT" + | "SIGALRM" + | "SIGBUS" + | "SIGCHLD" + | "SIGCONT" + | "SIGFPE" + | "SIGHUP" + | "SIGILL" + | "SIGINT" + | "SIGIO" + | "SIGIOT" + | "SIGKILL" + | "SIGPIPE" + | "SIGPOLL" + | "SIGPROF" + | "SIGPWR" + | "SIGQUIT" + | "SIGSEGV" + | "SIGSTKFLT" + | "SIGSTOP" + | "SIGSYS" + | "SIGTERM" + | "SIGTRAP" + | "SIGTSTP" + | "SIGTTIN" + | "SIGTTOU" + | "SIGUNUSED" + | "SIGURG" + | "SIGUSR1" + | "SIGUSR2" + | "SIGVTALRM" + | "SIGWINCH" + | "SIGXCPU" + | "SIGXFSZ" + | "SIGBREAK" + | "SIGLOST" + | "SIGINFO"; + type UncaughtExceptionOrigin = "uncaughtException" | "unhandledRejection"; + type MultipleResolveType = "resolve" | "reject"; + type BeforeExitListener = (code: number) => void; + type DisconnectListener = () => void; + type ExitListener = (code: number) => void; + type RejectionHandledListener = (promise: Promise) => void; + type UncaughtExceptionListener = (error: Error, origin: UncaughtExceptionOrigin) => void; + /** + * Most of the time the unhandledRejection will be an Error, but this should not be relied upon + * as *anything* can be thrown/rejected, it is therefore unsafe to assume that the value is an Error. + */ + type UnhandledRejectionListener = (reason: unknown, promise: Promise) => void; + type WarningListener = (warning: Error) => void; + type MessageListener = (message: unknown, sendHandle: SendHandle) => void; + type SignalsListener = (signal: Signals) => void; + type MultipleResolveListener = ( + type: MultipleResolveType, + promise: Promise, + value: unknown, + ) => void; + type WorkerListener = (worker: Worker) => void; + interface Socket extends ReadWriteStream { + isTTY?: true | undefined; + } + // Alias for compatibility + interface ProcessEnv extends Dict {} + interface HRTime { + /** + * This is the legacy version of {@link process.hrtime.bigint()} + * before bigint was introduced in JavaScript. + * + * The `process.hrtime()` method returns the current high-resolution real time in a `[seconds, nanoseconds]` tuple `Array`, + * where `nanoseconds` is the remaining part of the real time that can't be represented in second precision. + * + * `time` is an optional parameter that must be the result of a previous `process.hrtime()` call to diff with the current time. + * If the parameter passed in is not a tuple `Array`, a TypeError will be thrown. + * Passing in a user-defined array instead of the result of a previous call to `process.hrtime()` will lead to undefined behavior. + * + * These times are relative to an arbitrary time in the past, + * and not related to the time of day and therefore not subject to clock drift. + * The primary use is for measuring performance between intervals: + * ```js + * const { hrtime } = require('node:process'); + * const NS_PER_SEC = 1e9; + * const time = hrtime(); + * // [ 1800216, 25 ] + * + * setTimeout(() => { + * const diff = hrtime(time); + * // [ 1, 552 ] + * + * console.log(`Benchmark took ${diff[0] * NS_PER_SEC + diff[1]} nanoseconds`); + * // Benchmark took 1000000552 nanoseconds + * }, 1000); + * ``` + * @since 0.7.6 + * @legacy Use {@link process.hrtime.bigint()} instead. + * @param time The result of a previous call to `process.hrtime()` + */ + (time?: [number, number]): [number, number]; + /** + * The `bigint` version of the {@link process.hrtime()} method returning the current high-resolution real time in nanoseconds as a `bigint`. + * + * Unlike {@link process.hrtime()}, it does not support an additional time argument since the difference can just be computed directly by subtraction of the two `bigint`s. + * ```js + * import { hrtime } from 'node:process'; + * + * const start = hrtime.bigint(); + * // 191051479007711n + * + * setTimeout(() => { + * const end = hrtime.bigint(); + * // 191052633396993n + * + * console.log(`Benchmark took ${end - start} nanoseconds`); + * // Benchmark took 1154389282 nanoseconds + * }, 1000); + * ``` + * @since v10.7.0 + */ + bigint(): bigint; + } + interface ProcessPermission { + /** + * Verifies that the process is able to access the given scope and reference. + * If no reference is provided, a global scope is assumed, for instance, `process.permission.has('fs.read')` + * will check if the process has ALL file system read permissions. + * + * The reference has a meaning based on the provided scope. For example, the reference when the scope is File System means files and folders. + * + * The available scopes are: + * + * * `fs` - All File System + * * `fs.read` - File System read operations + * * `fs.write` - File System write operations + * * `child` - Child process spawning operations + * * `worker` - Worker thread spawning operation + * + * ```js + * // Check if the process has permission to read the README file + * process.permission.has('fs.read', './README.md'); + * // Check if the process has read permission operations + * process.permission.has('fs.read'); + * ``` + * @since v20.0.0 + */ + has(scope: string, reference?: string): boolean; + } + interface ProcessReport { + /** + * Write reports in a compact format, single-line JSON, more easily consumable by log processing systems + * than the default multi-line format designed for human consumption. + * @since v13.12.0, v12.17.0 + */ + compact: boolean; + /** + * Directory where the report is written. + * The default value is the empty string, indicating that reports are written to the current + * working directory of the Node.js process. + */ + directory: string; + /** + * Filename where the report is written. If set to the empty string, the output filename will be comprised + * of a timestamp, PID, and sequence number. The default value is the empty string. + */ + filename: string; + /** + * Returns a JavaScript Object representation of a diagnostic report for the running process. + * The report's JavaScript stack trace is taken from `err`, if present. + */ + getReport(err?: Error): object; + /** + * If true, a diagnostic report is generated on fatal errors, + * such as out of memory errors or failed C++ assertions. + * @default false + */ + reportOnFatalError: boolean; + /** + * If true, a diagnostic report is generated when the process + * receives the signal specified by process.report.signal. + * @default false + */ + reportOnSignal: boolean; + /** + * If true, a diagnostic report is generated on uncaught exception. + * @default false + */ + reportOnUncaughtException: boolean; + /** + * The signal used to trigger the creation of a diagnostic report. + * @default 'SIGUSR2' + */ + signal: Signals; + /** + * Writes a diagnostic report to a file. If filename is not provided, the default filename + * includes the date, time, PID, and a sequence number. + * The report's JavaScript stack trace is taken from `err`, if present. + * + * If the value of filename is set to `'stdout'` or `'stderr'`, the report is written + * to the stdout or stderr of the process respectively. + * @param fileName Name of the file where the report is written. + * This should be a relative path, that will be appended to the directory specified in + * `process.report.directory`, or the current working directory of the Node.js process, + * if unspecified. + * @param err A custom error used for reporting the JavaScript stack. + * @return Filename of the generated report. + */ + writeReport(fileName?: string, err?: Error): string; + writeReport(err?: Error): string; + } + interface ResourceUsage { + fsRead: number; + fsWrite: number; + involuntaryContextSwitches: number; + ipcReceived: number; + ipcSent: number; + majorPageFault: number; + maxRSS: number; + minorPageFault: number; + sharedMemorySize: number; + signalsCount: number; + swappedOut: number; + systemCPUTime: number; + unsharedDataSize: number; + unsharedStackSize: number; + userCPUTime: number; + voluntaryContextSwitches: number; + } + interface EmitWarningOptions { + /** + * When `warning` is a `string`, `type` is the name to use for the _type_ of warning being emitted. + * + * @default 'Warning' + */ + type?: string | undefined; + /** + * A unique identifier for the warning instance being emitted. + */ + code?: string | undefined; + /** + * When `warning` is a `string`, `ctor` is an optional function used to limit the generated stack trace. + * + * @default process.emitWarning + */ + ctor?: Function | undefined; + /** + * Additional text to include with the error. + */ + detail?: string | undefined; + } + interface ProcessConfig { + readonly target_defaults: { + readonly cflags: any[]; + readonly default_configuration: string; + readonly defines: string[]; + readonly include_dirs: string[]; + readonly libraries: string[]; + }; + readonly variables: { + readonly clang: number; + readonly host_arch: string; + readonly node_install_npm: boolean; + readonly node_install_waf: boolean; + readonly node_prefix: string; + readonly node_shared_openssl: boolean; + readonly node_shared_v8: boolean; + readonly node_shared_zlib: boolean; + readonly node_use_dtrace: boolean; + readonly node_use_etw: boolean; + readonly node_use_openssl: boolean; + readonly target_arch: string; + readonly v8_no_strict_aliasing: number; + readonly v8_use_snapshot: boolean; + readonly visibility: string; + }; + } + interface Process extends EventEmitter { + /** + * The `process.stdout` property returns a stream connected to`stdout` (fd `1`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `1` refers to a file, in which case it is + * a `Writable` stream. + * + * For example, to copy `process.stdin` to `process.stdout`: + * + * ```js + * import { stdin, stdout } from 'node:process'; + * + * stdin.pipe(stdout); + * ``` + * + * `process.stdout` differs from other Node.js streams in important ways. See `note on process I/O` for more information. + */ + stdout: WriteStream & { + fd: 1; + }; + /** + * The `process.stderr` property returns a stream connected to`stderr` (fd `2`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `2` refers to a file, in which case it is + * a `Writable` stream. + * + * `process.stderr` differs from other Node.js streams in important ways. See `note on process I/O` for more information. + */ + stderr: WriteStream & { + fd: 2; + }; + /** + * The `process.stdin` property returns a stream connected to`stdin` (fd `0`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `0` refers to a file, in which case it is + * a `Readable` stream. + * + * For details of how to read from `stdin` see `readable.read()`. + * + * As a `Duplex` stream, `process.stdin` can also be used in "old" mode that + * is compatible with scripts written for Node.js prior to v0.10\. + * For more information see `Stream compatibility`. + * + * In "old" streams mode the `stdin` stream is paused by default, so one + * must call `process.stdin.resume()` to read from it. Note also that calling `process.stdin.resume()` itself would switch stream to "old" mode. + */ + stdin: ReadStream & { + fd: 0; + }; + /** + * The `process.argv` property returns an array containing the command-line + * arguments passed when the Node.js process was launched. The first element will + * be {@link execPath}. See `process.argv0` if access to the original value + * of `argv[0]` is needed. The second element will be the path to the JavaScript + * file being executed. The remaining elements will be any additional command-line + * arguments. + * + * For example, assuming the following script for `process-args.js`: + * + * ```js + * import { argv } from 'node:process'; + * + * // print process.argv + * argv.forEach((val, index) => { + * console.log(`${index}: ${val}`); + * }); + * ``` + * + * Launching the Node.js process as: + * + * ```bash + * node process-args.js one two=three four + * ``` + * + * Would generate the output: + * + * ```text + * 0: /usr/local/bin/node + * 1: /Users/mjr/work/node/process-args.js + * 2: one + * 3: two=three + * 4: four + * ``` + * @since v0.1.27 + */ + argv: string[]; + /** + * The `process.argv0` property stores a read-only copy of the original value of`argv[0]` passed when Node.js starts. + * + * ```console + * $ bash -c 'exec -a customArgv0 ./node' + * > process.argv[0] + * '/Volumes/code/external/node/out/Release/node' + * > process.argv0 + * 'customArgv0' + * ``` + * @since v6.4.0 + */ + argv0: string; + /** + * The `process.execArgv` property returns the set of Node.js-specific command-line + * options passed when the Node.js process was launched. These options do not + * appear in the array returned by the {@link argv} property, and do not + * include the Node.js executable, the name of the script, or any options following + * the script name. These options are useful in order to spawn child processes with + * the same execution environment as the parent. + * + * ```bash + * node --icu-data-dir=./foo --require ./bar.js script.js --version + * ``` + * + * Results in `process.execArgv`: + * + * ```js + * ["--icu-data-dir=./foo", "--require", "./bar.js"] + * ``` + * + * And `process.argv`: + * + * ```js + * ['/usr/local/bin/node', 'script.js', '--version'] + * ``` + * + * Refer to `Worker constructor` for the detailed behavior of worker + * threads with this property. + * @since v0.7.7 + */ + execArgv: string[]; + /** + * The `process.execPath` property returns the absolute pathname of the executable + * that started the Node.js process. Symbolic links, if any, are resolved. + * + * ```js + * '/usr/local/bin/node' + * ``` + * @since v0.1.100 + */ + execPath: string; + /** + * The `process.abort()` method causes the Node.js process to exit immediately and + * generate a core file. + * + * This feature is not available in `Worker` threads. + * @since v0.7.0 + */ + abort(): never; + /** + * The `process.chdir()` method changes the current working directory of the + * Node.js process or throws an exception if doing so fails (for instance, if + * the specified `directory` does not exist). + * + * ```js + * import { chdir, cwd } from 'node:process'; + * + * console.log(`Starting directory: ${cwd()}`); + * try { + * chdir('/tmp'); + * console.log(`New directory: ${cwd()}`); + * } catch (err) { + * console.error(`chdir: ${err}`); + * } + * ``` + * + * This feature is not available in `Worker` threads. + * @since v0.1.17 + */ + chdir(directory: string): void; + /** + * The `process.cwd()` method returns the current working directory of the Node.js + * process. + * + * ```js + * import { cwd } from 'node:process'; + * + * console.log(`Current directory: ${cwd()}`); + * ``` + * @since v0.1.8 + */ + cwd(): string; + /** + * The port used by the Node.js debugger when enabled. + * + * ```js + * import process from 'node:process'; + * + * process.debugPort = 5858; + * ``` + * @since v0.7.2 + */ + debugPort: number; + /** + * The `process.dlopen()` method allows dynamically loading shared objects. It is primarily used by `require()` to load C++ Addons, and + * should not be used directly, except in special cases. In other words, `require()` should be preferred over `process.dlopen()` + * unless there are specific reasons such as custom dlopen flags or loading from ES modules. + * + * The `flags` argument is an integer that allows to specify dlopen behavior. See the `[os.constants.dlopen](https://nodejs.org/docs/latest-v20.x/api/os.html#dlopen-constants)` + * documentation for details. + * + * An important requirement when calling `process.dlopen()` is that the `module` instance must be passed. Functions exported by the C++ Addon + * are then accessible via `module.exports`. + * + * The example below shows how to load a C++ Addon, named `local.node`, that exports a `foo` function. All the symbols are loaded before the call returns, by passing the `RTLD_NOW` constant. + * In this example the constant is assumed to be available. + * + * ```js + * import { dlopen } from 'node:process'; + * import { constants } from 'node:os'; + * import { fileURLToPath } from 'node:url'; + * + * const module = { exports: {} }; + * dlopen(module, fileURLToPath(new URL('local.node', import.meta.url)), + * constants.dlopen.RTLD_NOW); + * module.exports.foo(); + * ``` + */ + dlopen(module: object, filename: string, flags?: number): void; + /** + * The `process.emitWarning()` method can be used to emit custom or application + * specific process warnings. These can be listened for by adding a handler to the `'warning'` event. + * + * ```js + * import { emitWarning } from 'node:process'; + * + * // Emit a warning using a string. + * emitWarning('Something happened!'); + * // Emits: (node: 56338) Warning: Something happened! + * ``` + * + * ```js + * import { emitWarning } from 'node:process'; + * + * // Emit a warning using a string and a type. + * emitWarning('Something Happened!', 'CustomWarning'); + * // Emits: (node:56338) CustomWarning: Something Happened! + * ``` + * + * ```js + * import { emitWarning } from 'node:process'; + * + * emitWarning('Something happened!', 'CustomWarning', 'WARN001'); + * // Emits: (node:56338) [WARN001] CustomWarning: Something happened! + * ```js + * + * In each of the previous examples, an `Error` object is generated internally by `process.emitWarning()` and passed through to the `'warning'` handler. + * + * ```js + * import process from 'node:process'; + * + * process.on('warning', (warning) => { + * console.warn(warning.name); // 'Warning' + * console.warn(warning.message); // 'Something happened!' + * console.warn(warning.code); // 'MY_WARNING' + * console.warn(warning.stack); // Stack trace + * console.warn(warning.detail); // 'This is some additional information' + * }); + * ``` + * + * If `warning` is passed as an `Error` object, it will be passed through to the `'warning'` event handler + * unmodified (and the optional `type`, `code` and `ctor` arguments will be ignored): + * + * ```js + * import { emitWarning } from 'node:process'; + * + * // Emit a warning using an Error object. + * const myWarning = new Error('Something happened!'); + * // Use the Error name property to specify the type name + * myWarning.name = 'CustomWarning'; + * myWarning.code = 'WARN001'; + * + * emitWarning(myWarning); + * // Emits: (node:56338) [WARN001] CustomWarning: Something happened! + * ``` + * + * A `TypeError` is thrown if `warning` is anything other than a string or `Error` object. + * + * While process warnings use `Error` objects, the process warning mechanism is not a replacement for normal error handling mechanisms. + * + * The following additional handling is implemented if the warning `type` is `'DeprecationWarning'`: + * * If the `--throw-deprecation` command-line flag is used, the deprecation warning is thrown as an exception rather than being emitted as an event. + * * If the `--no-deprecation` command-line flag is used, the deprecation warning is suppressed. + * * If the `--trace-deprecation` command-line flag is used, the deprecation warning is printed to `stderr` along with the full stack trace. + * @since v8.0.0 + * @param warning The warning to emit. + */ + emitWarning(warning: string | Error, ctor?: Function): void; + emitWarning(warning: string | Error, type?: string, ctor?: Function): void; + emitWarning(warning: string | Error, type?: string, code?: string, ctor?: Function): void; + emitWarning(warning: string | Error, options?: EmitWarningOptions): void; + /** + * The `process.env` property returns an object containing the user environment. + * See [`environ(7)`](http://man7.org/linux/man-pages/man7/environ.7.html). + * + * An example of this object looks like: + * + * ```js + * { + * TERM: 'xterm-256color', + * SHELL: '/usr/local/bin/bash', + * USER: 'maciej', + * PATH: '~/.bin/:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin', + * PWD: '/Users/maciej', + * EDITOR: 'vim', + * SHLVL: '1', + * HOME: '/Users/maciej', + * LOGNAME: 'maciej', + * _: '/usr/local/bin/node' + * } + * ``` + * + * It is possible to modify this object, but such modifications will not be + * reflected outside the Node.js process, or (unless explicitly requested) + * to other `Worker` threads. + * In other words, the following example would not work: + * + * ```bash + * node -e 'process.env.foo = "bar"' && echo $foo + * ``` + * + * While the following will: + * + * ```js + * import { env } from 'node:process'; + * + * env.foo = 'bar'; + * console.log(env.foo); + * ``` + * + * Assigning a property on `process.env` will implicitly convert the value + * to a string. **This behavior is deprecated.** Future versions of Node.js may + * throw an error when the value is not a string, number, or boolean. + * + * ```js + * import { env } from 'node:process'; + * + * env.test = null; + * console.log(env.test); + * // => 'null' + * env.test = undefined; + * console.log(env.test); + * // => 'undefined' + * ``` + * + * Use `delete` to delete a property from `process.env`. + * + * ```js + * import { env } from 'node:process'; + * + * env.TEST = 1; + * delete env.TEST; + * console.log(env.TEST); + * // => undefined + * ``` + * + * On Windows operating systems, environment variables are case-insensitive. + * + * ```js + * import { env } from 'node:process'; + * + * env.TEST = 1; + * console.log(env.test); + * // => 1 + * ``` + * + * Unless explicitly specified when creating a `Worker` instance, + * each `Worker` thread has its own copy of `process.env`, based on its + * parent thread's `process.env`, or whatever was specified as the `env` option + * to the `Worker` constructor. Changes to `process.env` will not be visible + * across `Worker` threads, and only the main thread can make changes that + * are visible to the operating system or to native add-ons. On Windows, a copy of `process.env` on a `Worker` instance operates in a case-sensitive manner + * unlike the main thread. + * @since v0.1.27 + */ + env: ProcessEnv; + /** + * The `process.exit()` method instructs Node.js to terminate the process + * synchronously with an exit status of `code`. If `code` is omitted, exit uses + * either the 'success' code `0` or the value of `process.exitCode` if it has been + * set. Node.js will not terminate until all the `'exit'` event listeners are + * called. + * + * To exit with a 'failure' code: + * + * ```js + * import { exit } from 'node:process'; + * + * exit(1); + * ``` + * + * The shell that executed Node.js should see the exit code as `1`. + * + * Calling `process.exit()` will force the process to exit as quickly as possible + * even if there are still asynchronous operations pending that have not yet + * completed fully, including I/O operations to `process.stdout` and `process.stderr`. + * + * In most situations, it is not actually necessary to call `process.exit()` explicitly. The Node.js process will exit on its own _if there is no additional_ + * _work pending_ in the event loop. The `process.exitCode` property can be set to + * tell the process which exit code to use when the process exits gracefully. + * + * For instance, the following example illustrates a _misuse_ of the `process.exit()` method that could lead to data printed to stdout being + * truncated and lost: + * + * ```js + * import { exit } from 'node:process'; + * + * // This is an example of what *not* to do: + * if (someConditionNotMet()) { + * printUsageToStdout(); + * exit(1); + * } + * ``` + * + * The reason this is problematic is because writes to `process.stdout` in Node.js + * are sometimes _asynchronous_ and may occur over multiple ticks of the Node.js + * event loop. Calling `process.exit()`, however, forces the process to exit _before_ those additional writes to `stdout` can be performed. + * + * Rather than calling `process.exit()` directly, the code _should_ set the `process.exitCode` and allow the process to exit naturally by avoiding + * scheduling any additional work for the event loop: + * + * ```js + * import process from 'node:process'; + * + * // How to properly set the exit code while letting + * // the process exit gracefully. + * if (someConditionNotMet()) { + * printUsageToStdout(); + * process.exitCode = 1; + * } + * ``` + * + * If it is necessary to terminate the Node.js process due to an error condition, + * throwing an _uncaught_ error and allowing the process to terminate accordingly + * is safer than calling `process.exit()`. + * + * In `Worker` threads, this function stops the current thread rather + * than the current process. + * @since v0.1.13 + * @param [code=0] The exit code. For string type, only integer strings (e.g.,'1') are allowed. + */ + exit(code?: number | string | null): never; + /** + * A number which will be the process exit code, when the process either + * exits gracefully, or is exited via {@link exit} without specifying + * a code. + * + * Specifying a code to {@link exit} will override any + * previous setting of `process.exitCode`. + * @default undefined + * @since v0.11.8 + */ + exitCode: number | string | number | undefined; + /** + * The `process.getActiveResourcesInfo()` method returns an array of strings containing + * the types of the active resources that are currently keeping the event loop alive. + * + * ```js + * import { getActiveResourcesInfo } from 'node:process'; + * import { setTimeout } from 'node:timers'; + + * console.log('Before:', getActiveResourcesInfo()); + * setTimeout(() => {}, 1000); + * console.log('After:', getActiveResourcesInfo()); + * // Prints: + * // Before: [ 'TTYWrap', 'TTYWrap', 'TTYWrap' ] + * // After: [ 'TTYWrap', 'TTYWrap', 'TTYWrap', 'Timeout' ] + * ``` + * @since v17.3.0, v16.14.0 + */ + getActiveResourcesInfo(): string[]; + /** + * Provides a way to load built-in modules in a globally available function. + * @param id ID of the built-in module being requested. + * @since v20.16.0 + */ + getBuiltinModule(id: ID): BuiltInModule[ID]; + getBuiltinModule(id: string): object | undefined; + /** + * The `process.getgid()` method returns the numerical group identity of the + * process. (See [`getgid(2)`](http://man7.org/linux/man-pages/man2/getgid.2.html).) + * + * ```js + * import process from 'node:process'; + * + * if (process.getgid) { + * console.log(`Current gid: ${process.getgid()}`); + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v0.1.31 + */ + getgid?: () => number; + /** + * The `process.setgid()` method sets the group identity of the process. (See [`setgid(2)`](http://man7.org/linux/man-pages/man2/setgid.2.html).) The `id` can be passed as either a + * numeric ID or a group name + * string. If a group name is specified, this method blocks while resolving the + * associated numeric ID. + * + * ```js + * import process from 'node:process'; + * + * if (process.getgid && process.setgid) { + * console.log(`Current gid: ${process.getgid()}`); + * try { + * process.setgid(501); + * console.log(`New gid: ${process.getgid()}`); + * } catch (err) { + * console.log(`Failed to set gid: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v0.1.31 + * @param id The group name or ID + */ + setgid?: (id: number | string) => void; + /** + * The `process.getuid()` method returns the numeric user identity of the process. + * (See [`getuid(2)`](http://man7.org/linux/man-pages/man2/getuid.2.html).) + * + * ```js + * import process from 'node:process'; + * + * if (process.getuid) { + * console.log(`Current uid: ${process.getuid()}`); + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v0.1.28 + */ + getuid?: () => number; + /** + * The `process.setuid(id)` method sets the user identity of the process. (See [`setuid(2)`](http://man7.org/linux/man-pages/man2/setuid.2.html).) The `id` can be passed as either a + * numeric ID or a username string. + * If a username is specified, the method blocks while resolving the associated + * numeric ID. + * + * ```js + * import process from 'node:process'; + * + * if (process.getuid && process.setuid) { + * console.log(`Current uid: ${process.getuid()}`); + * try { + * process.setuid(501); + * console.log(`New uid: ${process.getuid()}`); + * } catch (err) { + * console.log(`Failed to set uid: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v0.1.28 + */ + setuid?: (id: number | string) => void; + /** + * The `process.geteuid()` method returns the numerical effective user identity of + * the process. (See [`geteuid(2)`](http://man7.org/linux/man-pages/man2/geteuid.2.html).) + * + * ```js + * import process from 'node:process'; + * + * if (process.geteuid) { + * console.log(`Current uid: ${process.geteuid()}`); + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v2.0.0 + */ + geteuid?: () => number; + /** + * The `process.seteuid()` method sets the effective user identity of the process. + * (See [`seteuid(2)`](http://man7.org/linux/man-pages/man2/seteuid.2.html).) The `id` can be passed as either a numeric ID or a username + * string. If a username is specified, the method blocks while resolving the + * associated numeric ID. + * + * ```js + * import process from 'node:process'; + * + * if (process.geteuid && process.seteuid) { + * console.log(`Current uid: ${process.geteuid()}`); + * try { + * process.seteuid(501); + * console.log(`New uid: ${process.geteuid()}`); + * } catch (err) { + * console.log(`Failed to set uid: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v2.0.0 + * @param id A user name or ID + */ + seteuid?: (id: number | string) => void; + /** + * The `process.getegid()` method returns the numerical effective group identity + * of the Node.js process. (See [`getegid(2)`](http://man7.org/linux/man-pages/man2/getegid.2.html).) + * + * ```js + * import process from 'node:process'; + * + * if (process.getegid) { + * console.log(`Current gid: ${process.getegid()}`); + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v2.0.0 + */ + getegid?: () => number; + /** + * The `process.setegid()` method sets the effective group identity of the process. + * (See [`setegid(2)`](http://man7.org/linux/man-pages/man2/setegid.2.html).) The `id` can be passed as either a numeric ID or a group + * name string. If a group name is specified, this method blocks while resolving + * the associated a numeric ID. + * + * ```js + * import process from 'node:process'; + * + * if (process.getegid && process.setegid) { + * console.log(`Current gid: ${process.getegid()}`); + * try { + * process.setegid(501); + * console.log(`New gid: ${process.getegid()}`); + * } catch (err) { + * console.log(`Failed to set gid: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v2.0.0 + * @param id A group name or ID + */ + setegid?: (id: number | string) => void; + /** + * The `process.getgroups()` method returns an array with the supplementary group + * IDs. POSIX leaves it unspecified if the effective group ID is included but + * Node.js ensures it always is. + * + * ```js + * import process from 'node:process'; + * + * if (process.getgroups) { + * console.log(process.getgroups()); // [ 16, 21, 297 ] + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v0.9.4 + */ + getgroups?: () => number[]; + /** + * The `process.setgroups()` method sets the supplementary group IDs for the + * Node.js process. This is a privileged operation that requires the Node.js + * process to have `root` or the `CAP_SETGID` capability. + * + * The `groups` array can contain numeric group IDs, group names, or both. + * + * ```js + * import process from 'node:process'; + * + * if (process.getgroups && process.setgroups) { + * try { + * process.setgroups([501]); + * console.log(process.getgroups()); // new groups + * } catch (err) { + * console.log(`Failed to set groups: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v0.9.4 + */ + setgroups?: (groups: ReadonlyArray) => void; + /** + * The `process.setUncaughtExceptionCaptureCallback()` function sets a function + * that will be invoked when an uncaught exception occurs, which will receive the + * exception value itself as its first argument. + * + * If such a function is set, the `'uncaughtException'` event will + * not be emitted. If `--abort-on-uncaught-exception` was passed from the + * command line or set through `v8.setFlagsFromString()`, the process will + * not abort. Actions configured to take place on exceptions such as report + * generations will be affected too + * + * To unset the capture function, `process.setUncaughtExceptionCaptureCallback(null)` may be used. Calling this + * method with a non-`null` argument while another capture function is set will + * throw an error. + * + * Using this function is mutually exclusive with using the deprecated `domain` built-in module. + * @since v9.3.0 + */ + setUncaughtExceptionCaptureCallback(cb: ((err: Error) => void) | null): void; + /** + * Indicates whether a callback has been set using {@link setUncaughtExceptionCaptureCallback}. + * @since v9.3.0 + */ + hasUncaughtExceptionCaptureCallback(): boolean; + /** + * The `process.sourceMapsEnabled` property returns whether the [Source Map v3](https://sourcemaps.info/spec.html) support for stack traces is enabled. + * @since v20.7.0 + * @experimental + */ + readonly sourceMapsEnabled: boolean; + /** + * This function enables or disables the [Source Map v3](https://sourcemaps.info/spec.html) support for + * stack traces. + * + * It provides same features as launching Node.js process with commandline options `--enable-source-maps`. + * + * Only source maps in JavaScript files that are loaded after source maps has been + * enabled will be parsed and loaded. + * @since v16.6.0, v14.18.0 + * @experimental + */ + setSourceMapsEnabled(value: boolean): void; + /** + * The `process.version` property contains the Node.js version string. + * + * ```js + * import { version } from 'node:process'; + * + * console.log(`Version: ${version}`); + * // Version: v14.8.0 + * ``` + * + * To get the version string without the prepended _v_, use`process.versions.node`. + * @since v0.1.3 + */ + readonly version: string; + /** + * The `process.versions` property returns an object listing the version strings of + * Node.js and its dependencies. `process.versions.modules` indicates the current + * ABI version, which is increased whenever a C++ API changes. Node.js will refuse + * to load modules that were compiled against a different module ABI version. + * + * ```js + * import { versions } from 'node:process'; + * + * console.log(versions); + * ``` + * + * Will generate an object similar to: + * + * ```console + * { node: '20.2.0', + * acorn: '8.8.2', + * ada: '2.4.0', + * ares: '1.19.0', + * base64: '0.5.0', + * brotli: '1.0.9', + * cjs_module_lexer: '1.2.2', + * cldr: '43.0', + * icu: '73.1', + * llhttp: '8.1.0', + * modules: '115', + * napi: '8', + * nghttp2: '1.52.0', + * nghttp3: '0.7.0', + * ngtcp2: '0.8.1', + * openssl: '3.0.8+quic', + * simdutf: '3.2.9', + * tz: '2023c', + * undici: '5.22.0', + * unicode: '15.0', + * uv: '1.44.2', + * uvwasi: '0.0.16', + * v8: '11.3.244.8-node.9', + * zlib: '1.2.13' } + * ``` + * @since v0.2.0 + */ + readonly versions: ProcessVersions; + /** + * The `process.config` property returns a frozen `Object` containing the + * JavaScript representation of the configure options used to compile the current + * Node.js executable. This is the same as the `config.gypi` file that was produced + * when running the `./configure` script. + * + * An example of the possible output looks like: + * + * ```js + * { + * target_defaults: + * { cflags: [], + * default_configuration: 'Release', + * defines: [], + * include_dirs: [], + * libraries: [] }, + * variables: + * { + * host_arch: 'x64', + * napi_build_version: 5, + * node_install_npm: 'true', + * node_prefix: '', + * node_shared_cares: 'false', + * node_shared_http_parser: 'false', + * node_shared_libuv: 'false', + * node_shared_zlib: 'false', + * node_use_openssl: 'true', + * node_shared_openssl: 'false', + * strict_aliasing: 'true', + * target_arch: 'x64', + * v8_use_snapshot: 1 + * } + * } + * ``` + * @since v0.7.7 + */ + readonly config: ProcessConfig; + /** + * The `process.kill()` method sends the `signal` to the process identified by`pid`. + * + * Signal names are strings such as `'SIGINT'` or `'SIGHUP'`. See `Signal Events` and [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) for more information. + * + * This method will throw an error if the target `pid` does not exist. As a special + * case, a signal of `0` can be used to test for the existence of a process. + * Windows platforms will throw an error if the `pid` is used to kill a process + * group. + * + * Even though the name of this function is `process.kill()`, it is really just a + * signal sender, like the `kill` system call. The signal sent may do something + * other than kill the target process. + * + * ```js + * import process, { kill } from 'node:process'; + * + * process.on('SIGHUP', () => { + * console.log('Got SIGHUP signal.'); + * }); + * + * setTimeout(() => { + * console.log('Exiting.'); + * process.exit(0); + * }, 100); + * + * kill(process.pid, 'SIGHUP'); + * ``` + * + * When `SIGUSR1` is received by a Node.js process, Node.js will start the + * debugger. See `Signal Events`. + * @since v0.0.6 + * @param pid A process ID + * @param [signal='SIGTERM'] The signal to send, either as a string or number. + */ + kill(pid: number, signal?: string | number): true; + /** + * Loads the environment configuration from a `.env` file into `process.env`. If + * the file is not found, error will be thrown. + * + * To load a specific .env file by specifying its path, use the following code: + * + * ```js + * import { loadEnvFile } from 'node:process'; + * + * loadEnvFile('./development.env') + * ``` + * @since v20.12.0 + * @param path The path to the .env file + */ + loadEnvFile(path?: PathLike): void; + /** + * The `process.pid` property returns the PID of the process. + * + * ```js + * import { pid } from 'node:process'; + * + * console.log(`This process is pid ${pid}`); + * ``` + * @since v0.1.15 + */ + readonly pid: number; + /** + * The `process.ppid` property returns the PID of the parent of the + * current process. + * + * ```js + * import { ppid } from 'node:process'; + * + * console.log(`The parent process is pid ${ppid}`); + * ``` + * @since v9.2.0, v8.10.0, v6.13.0 + */ + readonly ppid: number; + /** + * The `process.title` property returns the current process title (i.e. returns + * the current value of `ps`). Assigning a new value to `process.title` modifies + * the current value of `ps`. + * + * When a new value is assigned, different platforms will impose different maximum + * length restrictions on the title. Usually such restrictions are quite limited. + * For instance, on Linux and macOS, `process.title` is limited to the size of the + * binary name plus the length of the command-line arguments because setting the `process.title` overwrites the `argv` memory of the process. Node.js v0.8 + * allowed for longer process title strings by also overwriting the `environ` memory but that was potentially insecure and confusing in some (rather obscure) + * cases. + * + * Assigning a value to `process.title` might not result in an accurate label + * within process manager applications such as macOS Activity Monitor or Windows + * Services Manager. + * @since v0.1.104 + */ + title: string; + /** + * The operating system CPU architecture for which the Node.js binary was compiled. + * Possible values are: `'arm'`, `'arm64'`, `'ia32'`, `'loong64'`, `'mips'`, `'mipsel'`, `'ppc'`, `'ppc64'`, `'riscv64'`, `'s390'`, `'s390x'`, and `'x64'`. + * + * ```js + * import { arch } from 'node:process'; + * + * console.log(`This processor architecture is ${arch}`); + * ``` + * @since v0.5.0 + */ + readonly arch: Architecture; + /** + * The `process.platform` property returns a string identifying the operating + * system platform for which the Node.js binary was compiled. + * + * Currently possible values are: + * + * * `'aix'` + * * `'darwin'` + * * `'freebsd'` + * * `'linux'` + * * `'openbsd'` + * * `'sunos'` + * * `'win32'` + * + * ```js + * import { platform } from 'node:process'; + * + * console.log(`This platform is ${platform}`); + * ``` + * + * The value `'android'` may also be returned if the Node.js is built on the + * Android operating system. However, Android support in Node.js [is experimental](https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os). + * @since v0.1.16 + */ + readonly platform: Platform; + /** + * The `process.mainModule` property provides an alternative way of retrieving `require.main`. The difference is that if the main module changes at + * runtime, `require.main` may still refer to the original main module in + * modules that were required before the change occurred. Generally, it's + * safe to assume that the two refer to the same module. + * + * As with `require.main`, `process.mainModule` will be `undefined` if there + * is no entry script. + * @since v0.1.17 + * @deprecated Since v14.0.0 - Use `main` instead. + */ + mainModule?: Module; + memoryUsage: MemoryUsageFn; + /** + * Gets the amount of memory available to the process (in bytes) based on + * limits imposed by the OS. If there is no such constraint, or the constraint + * is unknown, `0` is returned. + * + * See [`uv_get_constrained_memory`](https://docs.libuv.org/en/v1.x/misc.html#c.uv_get_constrained_memory) for more + * information. + * @since v19.6.0, v18.15.0 + * @experimental + */ + constrainedMemory(): number; + /** + * Gets the amount of free memory that is still available to the process (in bytes). + * See [`uv_get_available_memory`](https://nodejs.org/docs/latest-v20.x/api/process.html#processavailablememory) for more information. + * @experimental + * @since v20.13.0 + */ + availableMemory(): number; + /** + * The `process.cpuUsage()` method returns the user and system CPU time usage of + * the current process, in an object with properties `user` and `system`, whose + * values are microsecond values (millionth of a second). These values measure time + * spent in user and system code respectively, and may end up being greater than + * actual elapsed time if multiple CPU cores are performing work for this process. + * + * The result of a previous call to `process.cpuUsage()` can be passed as the + * argument to the function, to get a diff reading. + * + * ```js + * import { cpuUsage } from 'node:process'; + * + * const startUsage = cpuUsage(); + * // { user: 38579, system: 6986 } + * + * // spin the CPU for 500 milliseconds + * const now = Date.now(); + * while (Date.now() - now < 500); + * + * console.log(cpuUsage(startUsage)); + * // { user: 514883, system: 11226 } + * ``` + * @since v6.1.0 + * @param previousValue A previous return value from calling `process.cpuUsage()` + */ + cpuUsage(previousValue?: CpuUsage): CpuUsage; + /** + * `process.nextTick()` adds `callback` to the "next tick queue". This queue is + * fully drained after the current operation on the JavaScript stack runs to + * completion and before the event loop is allowed to continue. It's possible to + * create an infinite loop if one were to recursively call `process.nextTick()`. + * See the [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#process-nexttick) guide for more background. + * + * ```js + * import { nextTick } from 'node:process'; + * + * console.log('start'); + * nextTick(() => { + * console.log('nextTick callback'); + * }); + * console.log('scheduled'); + * // Output: + * // start + * // scheduled + * // nextTick callback + * ``` + * + * This is important when developing APIs in order to give users the opportunity + * to assign event handlers _after_ an object has been constructed but before any + * I/O has occurred: + * + * ```js + * import { nextTick } from 'node:process'; + * + * function MyThing(options) { + * this.setupOptions(options); + * + * nextTick(() => { + * this.startDoingStuff(); + * }); + * } + * + * const thing = new MyThing(); + * thing.getReadyForStuff(); + * + * // thing.startDoingStuff() gets called now, not before. + * ``` + * + * It is very important for APIs to be either 100% synchronous or 100% + * asynchronous. Consider this example: + * + * ```js + * // WARNING! DO NOT USE! BAD UNSAFE HAZARD! + * function maybeSync(arg, cb) { + * if (arg) { + * cb(); + * return; + * } + * + * fs.stat('file', cb); + * } + * ``` + * + * This API is hazardous because in the following case: + * + * ```js + * const maybeTrue = Math.random() > 0.5; + * + * maybeSync(maybeTrue, () => { + * foo(); + * }); + * + * bar(); + * ``` + * + * It is not clear whether `foo()` or `bar()` will be called first. + * + * The following approach is much better: + * + * ```js + * import { nextTick } from 'node:process'; + * + * function definitelyAsync(arg, cb) { + * if (arg) { + * nextTick(cb); + * return; + * } + * + * fs.stat('file', cb); + * } + * ``` + * @since v0.1.26 + * @param args Additional arguments to pass when invoking the `callback` + */ + nextTick(callback: Function, ...args: any[]): void; + /** + * The process.noDeprecation property indicates whether the --no-deprecation flag is set on the current Node.js process. + * See the documentation for the ['warning' event](https://nodejs.org/docs/latest/api/process.html#event-warning) and the [emitWarning()](https://nodejs.org/docs/latest/api/process.html#processemitwarningwarning-type-code-ctor) method for more information about this flag's behavior. + */ + noDeprecation?: boolean; + /** + * This API is available through the [--experimental-permission](https://nodejs.org/api/cli.html#--experimental-permission) flag. + * + * `process.permission` is an object whose methods are used to manage permissions for the current process. + * Additional documentation is available in the [Permission Model](https://nodejs.org/api/permissions.html#permission-model). + * @since v20.0.0 + */ + permission: ProcessPermission; + /** + * The `process.release` property returns an `Object` containing metadata related + * to the current release, including URLs for the source tarball and headers-only + * tarball. + * + * `process.release` contains the following properties: + * + * ```js + * { + * name: 'node', + * lts: 'Hydrogen', + * sourceUrl: 'https://nodejs.org/download/release/v18.12.0/node-v18.12.0.tar.gz', + * headersUrl: 'https://nodejs.org/download/release/v18.12.0/node-v18.12.0-headers.tar.gz', + * libUrl: 'https://nodejs.org/download/release/v18.12.0/win-x64/node.lib' + * } + * ``` + * + * In custom builds from non-release versions of the source tree, only the `name` property may be present. The additional properties should not be + * relied upon to exist. + * @since v3.0.0 + */ + readonly release: ProcessRelease; + readonly features: ProcessFeatures; + /** + * `process.umask()` returns the Node.js process's file mode creation mask. Child + * processes inherit the mask from the parent process. + * @since v0.1.19 + * @deprecated Calling `process.umask()` with no argument causes the process-wide umask to be written twice. This introduces a race condition between threads, and is a potential + * security vulnerability. There is no safe, cross-platform alternative API. + */ + umask(): number; + /** + * Can only be set if not in worker thread. + */ + umask(mask: string | number): number; + /** + * The `process.uptime()` method returns the number of seconds the current Node.js + * process has been running. + * + * The return value includes fractions of a second. Use `Math.floor()` to get whole + * seconds. + * @since v0.5.0 + */ + uptime(): number; + hrtime: HRTime; + /** + * If the Node.js process was spawned with an IPC channel, the process.channel property is a reference to the IPC channel. + * If no IPC channel exists, this property is undefined. + * @since v7.1.0 + */ + channel?: Control; + /** + * If Node.js is spawned with an IPC channel, the `process.send()` method can be + * used to send messages to the parent process. Messages will be received as a `'message'` event on the parent's `ChildProcess` object. + * + * If Node.js was not spawned with an IPC channel, `process.send` will be `undefined`. + * + * The message goes through serialization and parsing. The resulting message might + * not be the same as what is originally sent. + * @since v0.5.9 + * @param options used to parameterize the sending of certain types of handles. `options` supports the following properties: + */ + send?( + message: any, + sendHandle?: SendHandle, + options?: MessageOptions, + callback?: (error: Error | null) => void, + ): boolean; + send?( + message: any, + sendHandle: SendHandle, + callback?: (error: Error | null) => void, + ): boolean; + send?( + message: any, + callback: (error: Error | null) => void, + ): boolean; + /** + * If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.disconnect()` method will close the + * IPC channel to the parent process, allowing the child process to exit gracefully + * once there are no other connections keeping it alive. + * + * The effect of calling `process.disconnect()` is the same as calling `ChildProcess.disconnect()` from the parent process. + * + * If the Node.js process was not spawned with an IPC channel, `process.disconnect()` will be `undefined`. + * @since v0.7.2 + */ + disconnect(): void; + /** + * If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.connected` property will return `true` so long as the IPC + * channel is connected and will return `false` after `process.disconnect()` is called. + * + * Once `process.connected` is `false`, it is no longer possible to send messages + * over the IPC channel using `process.send()`. + * @since v0.7.2 + */ + connected: boolean; + /** + * The `process.allowedNodeEnvironmentFlags` property is a special, + * read-only `Set` of flags allowable within the `NODE_OPTIONS` environment variable. + * + * `process.allowedNodeEnvironmentFlags` extends `Set`, but overrides `Set.prototype.has` to recognize several different possible flag + * representations. `process.allowedNodeEnvironmentFlags.has()` will + * return `true` in the following cases: + * + * * Flags may omit leading single (`-`) or double (`--`) dashes; e.g., `inspect-brk` for `--inspect-brk`, or `r` for `-r`. + * * Flags passed through to V8 (as listed in `--v8-options`) may replace + * one or more _non-leading_ dashes for an underscore, or vice-versa; + * e.g., `--perf_basic_prof`, `--perf-basic-prof`, `--perf_basic-prof`, + * etc. + * * Flags may contain one or more equals (`=`) characters; all + * characters after and including the first equals will be ignored; + * e.g., `--stack-trace-limit=100`. + * * Flags _must_ be allowable within `NODE_OPTIONS`. + * + * When iterating over `process.allowedNodeEnvironmentFlags`, flags will + * appear only _once_; each will begin with one or more dashes. Flags + * passed through to V8 will contain underscores instead of non-leading + * dashes: + * + * ```js + * import { allowedNodeEnvironmentFlags } from 'node:process'; + * + * allowedNodeEnvironmentFlags.forEach((flag) => { + * // -r + * // --inspect-brk + * // --abort_on_uncaught_exception + * // ... + * }); + * ``` + * + * The methods `add()`, `clear()`, and `delete()` of`process.allowedNodeEnvironmentFlags` do nothing, and will fail + * silently. + * + * If Node.js was compiled _without_ `NODE_OPTIONS` support (shown in {@link config}), `process.allowedNodeEnvironmentFlags` will + * contain what _would have_ been allowable. + * @since v10.10.0 + */ + allowedNodeEnvironmentFlags: ReadonlySet; + /** + * `process.report` is an object whose methods are used to generate diagnostic reports for the current process. + * Additional documentation is available in the [report documentation](https://nodejs.org/docs/latest-v20.x/api/report.html). + * @since v11.8.0 + */ + report: ProcessReport; + /** + * ```js + * import { resourceUsage } from 'node:process'; + * + * console.log(resourceUsage()); + * /* + * Will output: + * { + * userCPUTime: 82872, + * systemCPUTime: 4143, + * maxRSS: 33164, + * sharedMemorySize: 0, + * unsharedDataSize: 0, + * unsharedStackSize: 0, + * minorPageFault: 2469, + * majorPageFault: 0, + * swappedOut: 0, + * fsRead: 0, + * fsWrite: 8, + * ipcSent: 0, + * ipcReceived: 0, + * signalsCount: 0, + * voluntaryContextSwitches: 79, + * involuntaryContextSwitches: 1 + * } + * + * ``` + * @since v12.6.0 + * @return the resource usage for the current process. All of these values come from the `uv_getrusage` call which returns a [`uv_rusage_t` struct][uv_rusage_t]. + */ + resourceUsage(): ResourceUsage; + /** + * The initial value of `process.throwDeprecation` indicates whether the `--throw-deprecation` flag is set on the current Node.js process. `process.throwDeprecation` + * is mutable, so whether or not deprecation warnings result in errors may be altered at runtime. See the documentation for the 'warning' event and the emitWarning() + * method for more information. + * + * ```bash + * $ node --throw-deprecation -p "process.throwDeprecation" + * true + * $ node -p "process.throwDeprecation" + * undefined + * $ node + * > process.emitWarning('test', 'DeprecationWarning'); + * undefined + * > (node:26598) DeprecationWarning: test + * > process.throwDeprecation = true; + * true + * > process.emitWarning('test', 'DeprecationWarning'); + * Thrown: + * [DeprecationWarning: test] { name: 'DeprecationWarning' } + * ``` + * @since v0.9.12 + */ + throwDeprecation: boolean; + /** + * The `process.traceDeprecation` property indicates whether the `--trace-deprecation` flag is set on the current Node.js process. See the + * documentation for the `'warning' event` and the `emitWarning() method` for more information about this + * flag's behavior. + * @since v0.8.0 + */ + traceDeprecation: boolean; + /* EventEmitter */ + addListener(event: "beforeExit", listener: BeforeExitListener): this; + addListener(event: "disconnect", listener: DisconnectListener): this; + addListener(event: "exit", listener: ExitListener): this; + addListener(event: "rejectionHandled", listener: RejectionHandledListener): this; + addListener(event: "uncaughtException", listener: UncaughtExceptionListener): this; + addListener(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this; + addListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this; + addListener(event: "warning", listener: WarningListener): this; + addListener(event: "message", listener: MessageListener): this; + addListener(event: "workerMessage", listener: (value: any, source: number) => void): this; + addListener(event: Signals, listener: SignalsListener): this; + addListener(event: "multipleResolves", listener: MultipleResolveListener): this; + addListener(event: "worker", listener: WorkerListener): this; + emit(event: "beforeExit", code: number): boolean; + emit(event: "disconnect"): boolean; + emit(event: "exit", code: number): boolean; + emit(event: "rejectionHandled", promise: Promise): boolean; + emit(event: "uncaughtException", error: Error): boolean; + emit(event: "uncaughtExceptionMonitor", error: Error): boolean; + emit(event: "unhandledRejection", reason: unknown, promise: Promise): boolean; + emit(event: "warning", warning: Error): boolean; + emit(event: "message", message: unknown, sendHandle: SendHandle): this; + emit(event: "workerMessage", value: any, source: number): this; + emit(event: Signals, signal?: Signals): boolean; + emit( + event: "multipleResolves", + type: MultipleResolveType, + promise: Promise, + value: unknown, + ): this; + emit(event: "worker", listener: WorkerListener): this; + on(event: "beforeExit", listener: BeforeExitListener): this; + on(event: "disconnect", listener: DisconnectListener): this; + on(event: "exit", listener: ExitListener): this; + on(event: "rejectionHandled", listener: RejectionHandledListener): this; + on(event: "uncaughtException", listener: UncaughtExceptionListener): this; + on(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this; + on(event: "unhandledRejection", listener: UnhandledRejectionListener): this; + on(event: "warning", listener: WarningListener): this; + on(event: "message", listener: MessageListener): this; + on(event: "workerMessage", listener: (value: any, source: number) => void): this; + on(event: Signals, listener: SignalsListener): this; + on(event: "multipleResolves", listener: MultipleResolveListener): this; + on(event: "worker", listener: WorkerListener): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "beforeExit", listener: BeforeExitListener): this; + once(event: "disconnect", listener: DisconnectListener): this; + once(event: "exit", listener: ExitListener): this; + once(event: "rejectionHandled", listener: RejectionHandledListener): this; + once(event: "uncaughtException", listener: UncaughtExceptionListener): this; + once(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this; + once(event: "unhandledRejection", listener: UnhandledRejectionListener): this; + once(event: "warning", listener: WarningListener): this; + once(event: "message", listener: MessageListener): this; + once(event: "workerMessage", listener: (value: any, source: number) => void): this; + once(event: Signals, listener: SignalsListener): this; + once(event: "multipleResolves", listener: MultipleResolveListener): this; + once(event: "worker", listener: WorkerListener): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "beforeExit", listener: BeforeExitListener): this; + prependListener(event: "disconnect", listener: DisconnectListener): this; + prependListener(event: "exit", listener: ExitListener): this; + prependListener(event: "rejectionHandled", listener: RejectionHandledListener): this; + prependListener(event: "uncaughtException", listener: UncaughtExceptionListener): this; + prependListener(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this; + prependListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this; + prependListener(event: "warning", listener: WarningListener): this; + prependListener(event: "message", listener: MessageListener): this; + prependListener(event: "workerMessage", listener: (value: any, source: number) => void): this; + prependListener(event: Signals, listener: SignalsListener): this; + prependListener(event: "multipleResolves", listener: MultipleResolveListener): this; + prependListener(event: "worker", listener: WorkerListener): this; + prependOnceListener(event: "beforeExit", listener: BeforeExitListener): this; + prependOnceListener(event: "disconnect", listener: DisconnectListener): this; + prependOnceListener(event: "exit", listener: ExitListener): this; + prependOnceListener(event: "rejectionHandled", listener: RejectionHandledListener): this; + prependOnceListener(event: "uncaughtException", listener: UncaughtExceptionListener): this; + prependOnceListener(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this; + prependOnceListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this; + prependOnceListener(event: "warning", listener: WarningListener): this; + prependOnceListener(event: "message", listener: MessageListener): this; + prependOnceListener(event: "workerMessage", listener: (value: any, source: number) => void): this; + prependOnceListener(event: Signals, listener: SignalsListener): this; + prependOnceListener(event: "multipleResolves", listener: MultipleResolveListener): this; + prependOnceListener(event: "worker", listener: WorkerListener): this; + listeners(event: "beforeExit"): BeforeExitListener[]; + listeners(event: "disconnect"): DisconnectListener[]; + listeners(event: "exit"): ExitListener[]; + listeners(event: "rejectionHandled"): RejectionHandledListener[]; + listeners(event: "uncaughtException"): UncaughtExceptionListener[]; + listeners(event: "uncaughtExceptionMonitor"): UncaughtExceptionListener[]; + listeners(event: "unhandledRejection"): UnhandledRejectionListener[]; + listeners(event: "warning"): WarningListener[]; + listeners(event: "message"): MessageListener[]; + listeners(event: "workerMessage"): ((value: any, source: number) => void)[]; + listeners(event: Signals): SignalsListener[]; + listeners(event: "multipleResolves"): MultipleResolveListener[]; + listeners(event: "worker"): WorkerListener[]; + } + } + } + export = process; +} +declare module "node:process" { + import process = require("process"); + export = process; +} diff --git a/node_modules/@types/node/punycode.d.ts b/node_modules/@types/node/punycode.d.ts new file mode 100644 index 0000000..394d611 --- /dev/null +++ b/node_modules/@types/node/punycode.d.ts @@ -0,0 +1,117 @@ +/** + * **The version of the punycode module bundled in Node.js is being deprecated. **In a future major version of Node.js this module will be removed. Users + * currently depending on the `punycode` module should switch to using the + * userland-provided [Punycode.js](https://github.com/bestiejs/punycode.js) module instead. For punycode-based URL + * encoding, see `url.domainToASCII` or, more generally, the `WHATWG URL API`. + * + * The `punycode` module is a bundled version of the [Punycode.js](https://github.com/bestiejs/punycode.js) module. It + * can be accessed using: + * + * ```js + * import punycode from 'node:punycode'; + * ``` + * + * [Punycode](https://tools.ietf.org/html/rfc3492) is a character encoding scheme defined by RFC 3492 that is + * primarily intended for use in Internationalized Domain Names. Because host + * names in URLs are limited to ASCII characters only, Domain Names that contain + * non-ASCII characters must be converted into ASCII using the Punycode scheme. + * For instance, the Japanese character that translates into the English word, `'example'` is `'例'`. The Internationalized Domain Name, `'例.com'` (equivalent + * to `'example.com'`) is represented by Punycode as the ASCII string `'xn--fsq.com'`. + * + * The `punycode` module provides a simple implementation of the Punycode standard. + * + * The `punycode` module is a third-party dependency used by Node.js and + * made available to developers as a convenience. Fixes or other modifications to + * the module must be directed to the [Punycode.js](https://github.com/bestiejs/punycode.js) project. + * @deprecated Since v7.0.0 - Deprecated + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/punycode.js) + */ +declare module "punycode" { + /** + * The `punycode.decode()` method converts a [Punycode](https://tools.ietf.org/html/rfc3492) string of ASCII-only + * characters to the equivalent string of Unicode codepoints. + * + * ```js + * punycode.decode('maana-pta'); // 'mañana' + * punycode.decode('--dqo34k'); // '☃-⌘' + * ``` + * @since v0.5.1 + */ + function decode(string: string): string; + /** + * The `punycode.encode()` method converts a string of Unicode codepoints to a [Punycode](https://tools.ietf.org/html/rfc3492) string of ASCII-only characters. + * + * ```js + * punycode.encode('mañana'); // 'maana-pta' + * punycode.encode('☃-⌘'); // '--dqo34k' + * ``` + * @since v0.5.1 + */ + function encode(string: string): string; + /** + * The `punycode.toUnicode()` method converts a string representing a domain name + * containing [Punycode](https://tools.ietf.org/html/rfc3492) encoded characters into Unicode. Only the [Punycode](https://tools.ietf.org/html/rfc3492) encoded parts of the domain name are be + * converted. + * + * ```js + * // decode domain names + * punycode.toUnicode('xn--maana-pta.com'); // 'mañana.com' + * punycode.toUnicode('xn----dqo34k.com'); // '☃-⌘.com' + * punycode.toUnicode('example.com'); // 'example.com' + * ``` + * @since v0.6.1 + */ + function toUnicode(domain: string): string; + /** + * The `punycode.toASCII()` method converts a Unicode string representing an + * Internationalized Domain Name to [Punycode](https://tools.ietf.org/html/rfc3492). Only the non-ASCII parts of the + * domain name will be converted. Calling `punycode.toASCII()` on a string that + * already only contains ASCII characters will have no effect. + * + * ```js + * // encode domain names + * punycode.toASCII('mañana.com'); // 'xn--maana-pta.com' + * punycode.toASCII('☃-⌘.com'); // 'xn----dqo34k.com' + * punycode.toASCII('example.com'); // 'example.com' + * ``` + * @since v0.6.1 + */ + function toASCII(domain: string): string; + /** + * @deprecated since v7.0.0 + * The version of the punycode module bundled in Node.js is being deprecated. + * In a future major version of Node.js this module will be removed. + * Users currently depending on the punycode module should switch to using + * the userland-provided Punycode.js module instead. + */ + const ucs2: ucs2; + interface ucs2 { + /** + * @deprecated since v7.0.0 + * The version of the punycode module bundled in Node.js is being deprecated. + * In a future major version of Node.js this module will be removed. + * Users currently depending on the punycode module should switch to using + * the userland-provided Punycode.js module instead. + */ + decode(string: string): number[]; + /** + * @deprecated since v7.0.0 + * The version of the punycode module bundled in Node.js is being deprecated. + * In a future major version of Node.js this module will be removed. + * Users currently depending on the punycode module should switch to using + * the userland-provided Punycode.js module instead. + */ + encode(codePoints: readonly number[]): string; + } + /** + * @deprecated since v7.0.0 + * The version of the punycode module bundled in Node.js is being deprecated. + * In a future major version of Node.js this module will be removed. + * Users currently depending on the punycode module should switch to using + * the userland-provided Punycode.js module instead. + */ + const version: string; +} +declare module "node:punycode" { + export * from "punycode"; +} diff --git a/node_modules/@types/node/querystring.d.ts b/node_modules/@types/node/querystring.d.ts new file mode 100644 index 0000000..27eaed2 --- /dev/null +++ b/node_modules/@types/node/querystring.d.ts @@ -0,0 +1,152 @@ +/** + * The `node:querystring` module provides utilities for parsing and formatting URL + * query strings. It can be accessed using: + * + * ```js + * import querystring from 'node:querystring'; + * ``` + * + * `querystring` is more performant than `URLSearchParams` but is not a + * standardized API. Use `URLSearchParams` when performance is not critical or + * when compatibility with browser code is desirable. + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/querystring.js) + */ +declare module "querystring" { + interface StringifyOptions { + /** + * The function to use when converting URL-unsafe characters to percent-encoding in the query string. + * @default `querystring.escape()` + */ + encodeURIComponent?: ((str: string) => string) | undefined; + } + interface ParseOptions { + /** + * Specifies the maximum number of keys to parse. Specify `0` to remove key counting limitations. + * @default 1000 + */ + maxKeys?: number | undefined; + /** + * The function to use when decoding percent-encoded characters in the query string. + * @default `querystring.unescape()` + */ + decodeURIComponent?: ((str: string) => string) | undefined; + } + interface ParsedUrlQuery extends NodeJS.Dict {} + interface ParsedUrlQueryInput extends + NodeJS.Dict< + | string + | number + | boolean + | bigint + | ReadonlyArray + | null + > + {} + /** + * The `querystring.stringify()` method produces a URL query string from a + * given `obj` by iterating through the object's "own properties". + * + * It serializes the following types of values passed in `obj`: [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type) | + * [number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type) | + * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) | + * [boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) | + * [string\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type) | + * [number\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type) | + * [bigint\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) | + * [boolean\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) The numeric values must be finite. Any other input values will be coerced to + * empty strings. + * + * ```js + * querystring.stringify({ foo: 'bar', baz: ['qux', 'quux'], corge: '' }); + * // Returns 'foo=bar&baz=qux&baz=quux&corge=' + * + * querystring.stringify({ foo: 'bar', baz: 'qux' }, ';', ':'); + * // Returns 'foo:bar;baz:qux' + * ``` + * + * By default, characters requiring percent-encoding within the query string will + * be encoded as UTF-8\. If an alternative encoding is required, then an alternative `encodeURIComponent` option will need to be specified: + * + * ```js + * // Assuming gbkEncodeURIComponent function already exists, + * + * querystring.stringify({ w: '中文', foo: 'bar' }, null, null, + * { encodeURIComponent: gbkEncodeURIComponent }); + * ``` + * @since v0.1.25 + * @param obj The object to serialize into a URL query string + * @param [sep='&'] The substring used to delimit key and value pairs in the query string. + * @param [eq='='] . The substring used to delimit keys and values in the query string. + */ + function stringify(obj?: ParsedUrlQueryInput, sep?: string, eq?: string, options?: StringifyOptions): string; + /** + * The `querystring.parse()` method parses a URL query string (`str`) into a + * collection of key and value pairs. + * + * For example, the query string `'foo=bar&abc=xyz&abc=123'` is parsed into: + * + * ```json + * { + * "foo": "bar", + * "abc": ["xyz", "123"] + * } + * ``` + * + * The object returned by the `querystring.parse()` method _does not_ prototypically inherit from the JavaScript `Object`. This means that typical `Object` methods such as `obj.toString()`, + * `obj.hasOwnProperty()`, and others + * are not defined and _will not work_. + * + * By default, percent-encoded characters within the query string will be assumed + * to use UTF-8 encoding. If an alternative character encoding is used, then an + * alternative `decodeURIComponent` option will need to be specified: + * + * ```js + * // Assuming gbkDecodeURIComponent function already exists... + * + * querystring.parse('w=%D6%D0%CE%C4&foo=bar', null, null, + * { decodeURIComponent: gbkDecodeURIComponent }); + * ``` + * @since v0.1.25 + * @param str The URL query string to parse + * @param [sep='&'] The substring used to delimit key and value pairs in the query string. + * @param [eq='='] The substring used to delimit keys and values in the query string. + */ + function parse(str: string, sep?: string, eq?: string, options?: ParseOptions): ParsedUrlQuery; + /** + * The querystring.encode() function is an alias for querystring.stringify(). + */ + const encode: typeof stringify; + /** + * The querystring.decode() function is an alias for querystring.parse(). + */ + const decode: typeof parse; + /** + * The `querystring.escape()` method performs URL percent-encoding on the given `str` in a manner that is optimized for the specific requirements of URL + * query strings. + * + * The `querystring.escape()` method is used by `querystring.stringify()` and is + * generally not expected to be used directly. It is exported primarily to allow + * application code to provide a replacement percent-encoding implementation if + * necessary by assigning `querystring.escape` to an alternative function. + * @since v0.1.25 + */ + function escape(str: string): string; + /** + * The `querystring.unescape()` method performs decoding of URL percent-encoded + * characters on the given `str`. + * + * The `querystring.unescape()` method is used by `querystring.parse()` and is + * generally not expected to be used directly. It is exported primarily to allow + * application code to provide a replacement decoding implementation if + * necessary by assigning `querystring.unescape` to an alternative function. + * + * By default, the `querystring.unescape()` method will attempt to use the + * JavaScript built-in `decodeURIComponent()` method to decode. If that fails, + * a safer equivalent that does not throw on malformed URLs will be used. + * @since v0.1.25 + */ + function unescape(str: string): string; +} +declare module "node:querystring" { + export * from "querystring"; +} diff --git a/node_modules/@types/node/readline.d.ts b/node_modules/@types/node/readline.d.ts new file mode 100644 index 0000000..1504c26 --- /dev/null +++ b/node_modules/@types/node/readline.d.ts @@ -0,0 +1,589 @@ +/** + * The `node:readline` module provides an interface for reading data from a [Readable](https://nodejs.org/docs/https://nodejs.org/docs/latest-v20.x/api/stream.html#readable-streams) stream + * (such as [`process.stdin`](https://nodejs.org/docs/https://nodejs.org/docs/latest-v20.x/api/process.html#processstdin)) one line at a time. + * + * To use the promise-based APIs: + * + * ```js + * import * as readline from 'node:readline/promises'; + * ``` + * + * To use the callback and sync APIs: + * + * ```js + * import * as readline from 'node:readline'; + * ``` + * + * The following simple example illustrates the basic use of the `node:readline` module. + * + * ```js + * import * as readline from 'node:readline/promises'; + * import { stdin as input, stdout as output } from 'node:process'; + * + * const rl = readline.createInterface({ input, output }); + * + * const answer = await rl.question('What do you think of Node.js? '); + * + * console.log(`Thank you for your valuable feedback: ${answer}`); + * + * rl.close(); + * ``` + * + * Once this code is invoked, the Node.js application will not terminate until the `readline.Interface` is closed because the interface waits for data to be + * received on the `input` stream. + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/readline.js) + */ +declare module "readline" { + import { Abortable, EventEmitter } from "node:events"; + import * as promises from "node:readline/promises"; + export { promises }; + export interface Key { + sequence?: string | undefined; + name?: string | undefined; + ctrl?: boolean | undefined; + meta?: boolean | undefined; + shift?: boolean | undefined; + } + /** + * Instances of the `readline.Interface` class are constructed using the `readline.createInterface()` method. Every instance is associated with a + * single `input` [Readable](https://nodejs.org/docs/https://nodejs.org/docs/latest-v20.x/api/stream.html#readable-streams) stream and a single `output` [Writable](https://nodejs.org/docs/https://nodejs.org/docs/latest-v20.x/api/stream.html#writable-streams) stream. + * The `output` stream is used to print prompts for user input that arrives on, + * and is read from, the `input` stream. + * @since v0.1.104 + */ + export class Interface extends EventEmitter { + readonly terminal: boolean; + /** + * The current input data being processed by node. + * + * This can be used when collecting input from a TTY stream to retrieve the + * current value that has been processed thus far, prior to the `line` event + * being emitted. Once the `line` event has been emitted, this property will + * be an empty string. + * + * Be aware that modifying the value during the instance runtime may have + * unintended consequences if `rl.cursor` is not also controlled. + * + * **If not using a TTY stream for input, use the `'line'` event.** + * + * One possible use case would be as follows: + * + * ```js + * const values = ['lorem ipsum', 'dolor sit amet']; + * const rl = readline.createInterface(process.stdin); + * const showResults = debounce(() => { + * console.log( + * '\n', + * values.filter((val) => val.startsWith(rl.line)).join(' '), + * ); + * }, 300); + * process.stdin.on('keypress', (c, k) => { + * showResults(); + * }); + * ``` + * @since v0.1.98 + */ + readonly line: string; + /** + * The cursor position relative to `rl.line`. + * + * This will track where the current cursor lands in the input string, when + * reading input from a TTY stream. The position of cursor determines the + * portion of the input string that will be modified as input is processed, + * as well as the column where the terminal caret will be rendered. + * @since v0.1.98 + */ + readonly cursor: number; + /** + * NOTE: According to the documentation: + * + * > Instances of the `readline.Interface` class are constructed using the + * > `readline.createInterface()` method. + * + * @see https://nodejs.org/docs/latest-v20.x/api/readline.html#class-interfaceconstructor + */ + protected constructor( + input: NodeJS.ReadableStream, + output?: NodeJS.WritableStream, + completer?: Completer | AsyncCompleter, + terminal?: boolean, + ); + /** + * NOTE: According to the documentation: + * + * > Instances of the `readline.Interface` class are constructed using the + * > `readline.createInterface()` method. + * + * @see https://nodejs.org/docs/latest-v20.x/api/readline.html#class-interfaceconstructor + */ + protected constructor(options: ReadLineOptions); + /** + * The `rl.getPrompt()` method returns the current prompt used by `rl.prompt()`. + * @since v15.3.0, v14.17.0 + * @return the current prompt string + */ + getPrompt(): string; + /** + * The `rl.setPrompt()` method sets the prompt that will be written to `output` whenever `rl.prompt()` is called. + * @since v0.1.98 + */ + setPrompt(prompt: string): void; + /** + * The `rl.prompt()` method writes the `Interface` instances configured`prompt` to a new line in `output` in order to provide a user with a new + * location at which to provide input. + * + * When called, `rl.prompt()` will resume the `input` stream if it has been + * paused. + * + * If the `Interface` was created with `output` set to `null` or `undefined` the prompt is not written. + * @since v0.1.98 + * @param preserveCursor If `true`, prevents the cursor placement from being reset to `0`. + */ + prompt(preserveCursor?: boolean): void; + /** + * The `rl.question()` method displays the `query` by writing it to the `output`, + * waits for user input to be provided on `input`, then invokes the `callback` function passing the provided input as the first argument. + * + * When called, `rl.question()` will resume the `input` stream if it has been + * paused. + * + * If the `Interface` was created with `output` set to `null` or `undefined` the `query` is not written. + * + * The `callback` function passed to `rl.question()` does not follow the typical + * pattern of accepting an `Error` object or `null` as the first argument. + * The `callback` is called with the provided answer as the only argument. + * + * An error will be thrown if calling `rl.question()` after `rl.close()`. + * + * Example usage: + * + * ```js + * rl.question('What is your favorite food? ', (answer) => { + * console.log(`Oh, so your favorite food is ${answer}`); + * }); + * ``` + * + * Using an `AbortController` to cancel a question. + * + * ```js + * const ac = new AbortController(); + * const signal = ac.signal; + * + * rl.question('What is your favorite food? ', { signal }, (answer) => { + * console.log(`Oh, so your favorite food is ${answer}`); + * }); + * + * signal.addEventListener('abort', () => { + * console.log('The food question timed out'); + * }, { once: true }); + * + * setTimeout(() => ac.abort(), 10000); + * ``` + * @since v0.3.3 + * @param query A statement or query to write to `output`, prepended to the prompt. + * @param callback A callback function that is invoked with the user's input in response to the `query`. + */ + question(query: string, callback: (answer: string) => void): void; + question(query: string, options: Abortable, callback: (answer: string) => void): void; + /** + * The `rl.pause()` method pauses the `input` stream, allowing it to be resumed + * later if necessary. + * + * Calling `rl.pause()` does not immediately pause other events (including `'line'`) from being emitted by the `Interface` instance. + * @since v0.3.4 + */ + pause(): this; + /** + * The `rl.resume()` method resumes the `input` stream if it has been paused. + * @since v0.3.4 + */ + resume(): this; + /** + * The `rl.close()` method closes the `Interface` instance and + * relinquishes control over the `input` and `output` streams. When called, + * the `'close'` event will be emitted. + * + * Calling `rl.close()` does not immediately stop other events (including `'line'`) + * from being emitted by the `Interface` instance. + * @since v0.1.98 + */ + close(): void; + /** + * The `rl.write()` method will write either `data` or a key sequence identified + * by `key` to the `output`. The `key` argument is supported only if `output` is + * a `TTY` text terminal. See `TTY keybindings` for a list of key + * combinations. + * + * If `key` is specified, `data` is ignored. + * + * When called, `rl.write()` will resume the `input` stream if it has been + * paused. + * + * If the `Interface` was created with `output` set to `null` or `undefined` the `data` and `key` are not written. + * + * ```js + * rl.write('Delete this!'); + * // Simulate Ctrl+U to delete the line written previously + * rl.write(null, { ctrl: true, name: 'u' }); + * ``` + * + * The `rl.write()` method will write the data to the `readline` `Interface`'s `input` _as if it were provided by the user_. + * @since v0.1.98 + */ + write(data: string | Buffer, key?: Key): void; + write(data: undefined | null | string | Buffer, key: Key): void; + /** + * Returns the real position of the cursor in relation to the input + * prompt + string. Long input (wrapping) strings, as well as multiple + * line prompts are included in the calculations. + * @since v13.5.0, v12.16.0 + */ + getCursorPos(): CursorPos; + /** + * events.EventEmitter + * 1. close + * 2. line + * 3. pause + * 4. resume + * 5. SIGCONT + * 6. SIGINT + * 7. SIGTSTP + * 8. history + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "line", listener: (input: string) => void): this; + addListener(event: "pause", listener: () => void): this; + addListener(event: "resume", listener: () => void): this; + addListener(event: "SIGCONT", listener: () => void): this; + addListener(event: "SIGINT", listener: () => void): this; + addListener(event: "SIGTSTP", listener: () => void): this; + addListener(event: "history", listener: (history: string[]) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close"): boolean; + emit(event: "line", input: string): boolean; + emit(event: "pause"): boolean; + emit(event: "resume"): boolean; + emit(event: "SIGCONT"): boolean; + emit(event: "SIGINT"): boolean; + emit(event: "SIGTSTP"): boolean; + emit(event: "history", history: string[]): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: () => void): this; + on(event: "line", listener: (input: string) => void): this; + on(event: "pause", listener: () => void): this; + on(event: "resume", listener: () => void): this; + on(event: "SIGCONT", listener: () => void): this; + on(event: "SIGINT", listener: () => void): this; + on(event: "SIGTSTP", listener: () => void): this; + on(event: "history", listener: (history: string[]) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "line", listener: (input: string) => void): this; + once(event: "pause", listener: () => void): this; + once(event: "resume", listener: () => void): this; + once(event: "SIGCONT", listener: () => void): this; + once(event: "SIGINT", listener: () => void): this; + once(event: "SIGTSTP", listener: () => void): this; + once(event: "history", listener: (history: string[]) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "line", listener: (input: string) => void): this; + prependListener(event: "pause", listener: () => void): this; + prependListener(event: "resume", listener: () => void): this; + prependListener(event: "SIGCONT", listener: () => void): this; + prependListener(event: "SIGINT", listener: () => void): this; + prependListener(event: "SIGTSTP", listener: () => void): this; + prependListener(event: "history", listener: (history: string[]) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "line", listener: (input: string) => void): this; + prependOnceListener(event: "pause", listener: () => void): this; + prependOnceListener(event: "resume", listener: () => void): this; + prependOnceListener(event: "SIGCONT", listener: () => void): this; + prependOnceListener(event: "SIGINT", listener: () => void): this; + prependOnceListener(event: "SIGTSTP", listener: () => void): this; + prependOnceListener(event: "history", listener: (history: string[]) => void): this; + [Symbol.asyncIterator](): NodeJS.AsyncIterator; + } + export type ReadLine = Interface; // type forwarded for backwards compatibility + export type Completer = (line: string) => CompleterResult; + export type AsyncCompleter = ( + line: string, + callback: (err?: null | Error, result?: CompleterResult) => void, + ) => void; + export type CompleterResult = [string[], string]; + export interface ReadLineOptions { + /** + * The [`Readable`](https://nodejs.org/docs/latest-v20.x/api/stream.html#readable-streams) stream to listen to + */ + input: NodeJS.ReadableStream; + /** + * The [`Writable`](https://nodejs.org/docs/latest-v20.x/api/stream.html#writable-streams) stream to write readline data to. + */ + output?: NodeJS.WritableStream | undefined; + /** + * An optional function used for Tab autocompletion. + */ + completer?: Completer | AsyncCompleter | undefined; + /** + * `true` if the `input` and `output` streams should be treated like a TTY, + * and have ANSI/VT100 escape codes written to it. + * Default: checking `isTTY` on the `output` stream upon instantiation. + */ + terminal?: boolean | undefined; + /** + * Initial list of history lines. + * This option makes sense only if `terminal` is set to `true` by the user or by an internal `output` check, + * otherwise the history caching mechanism is not initialized at all. + * @default [] + */ + history?: string[] | undefined; + /** + * Maximum number of history lines retained. + * To disable the history set this value to `0`. + * This option makes sense only if `terminal` is set to `true` by the user or by an internal `output` check, + * otherwise the history caching mechanism is not initialized at all. + * @default 30 + */ + historySize?: number | undefined; + /** + * If `true`, when a new input line added to the history list duplicates an older one, + * this removes the older line from the list. + * @default false + */ + removeHistoryDuplicates?: boolean | undefined; + /** + * The prompt string to use. + * @default "> " + */ + prompt?: string | undefined; + /** + * If the delay between `\r` and `\n` exceeds `crlfDelay` milliseconds, + * both `\r` and `\n` will be treated as separate end-of-line input. + * `crlfDelay` will be coerced to a number no less than `100`. + * It can be set to `Infinity`, in which case + * `\r` followed by `\n` will always be considered a single newline + * (which may be reasonable for [reading files](https://nodejs.org/docs/latest-v20.x/api/readline.html#example-read-file-stream-line-by-line) with `\r\n` line delimiter). + * @default 100 + */ + crlfDelay?: number | undefined; + /** + * The duration `readline` will wait for a character + * (when reading an ambiguous key sequence in milliseconds + * one that can both form a complete key sequence using the input read so far + * and can take additional input to complete a longer key sequence). + * @default 500 + */ + escapeCodeTimeout?: number | undefined; + /** + * The number of spaces a tab is equal to (minimum 1). + * @default 8 + */ + tabSize?: number | undefined; + /** + * Allows closing the interface using an AbortSignal. + * Aborting the signal will internally call `close` on the interface. + */ + signal?: AbortSignal | undefined; + } + /** + * The `readline.createInterface()` method creates a new `readline.Interface` instance. + * + * ```js + * import readline from 'node:readline'; + * const rl = readline.createInterface({ + * input: process.stdin, + * output: process.stdout, + * }); + * ``` + * + * Once the `readline.Interface` instance is created, the most common case is to + * listen for the `'line'` event: + * + * ```js + * rl.on('line', (line) => { + * console.log(`Received: ${line}`); + * }); + * ``` + * + * If `terminal` is `true` for this instance then the `output` stream will get + * the best compatibility if it defines an `output.columns` property and emits + * a `'resize'` event on the `output` if or when the columns ever change + * (`process.stdout` does this automatically when it is a TTY). + * + * When creating a `readline.Interface` using `stdin` as input, the program + * will not terminate until it receives an [EOF character](https://en.wikipedia.org/wiki/End-of-file#EOF_character). To exit without + * waiting for user input, call `process.stdin.unref()`. + * @since v0.1.98 + */ + export function createInterface( + input: NodeJS.ReadableStream, + output?: NodeJS.WritableStream, + completer?: Completer | AsyncCompleter, + terminal?: boolean, + ): Interface; + export function createInterface(options: ReadLineOptions): Interface; + /** + * The `readline.emitKeypressEvents()` method causes the given `Readable` stream to begin emitting `'keypress'` events corresponding to received input. + * + * Optionally, `interface` specifies a `readline.Interface` instance for which + * autocompletion is disabled when copy-pasted input is detected. + * + * If the `stream` is a `TTY`, then it must be in raw mode. + * + * This is automatically called by any readline instance on its `input` if the `input` is a terminal. Closing the `readline` instance does not stop + * the `input` from emitting `'keypress'` events. + * + * ```js + * readline.emitKeypressEvents(process.stdin); + * if (process.stdin.isTTY) + * process.stdin.setRawMode(true); + * ``` + * + * ## Example: Tiny CLI + * + * The following example illustrates the use of `readline.Interface` class to + * implement a small command-line interface: + * + * ```js + * import readline from 'node:readline'; + * const rl = readline.createInterface({ + * input: process.stdin, + * output: process.stdout, + * prompt: 'OHAI> ', + * }); + * + * rl.prompt(); + * + * rl.on('line', (line) => { + * switch (line.trim()) { + * case 'hello': + * console.log('world!'); + * break; + * default: + * console.log(`Say what? I might have heard '${line.trim()}'`); + * break; + * } + * rl.prompt(); + * }).on('close', () => { + * console.log('Have a great day!'); + * process.exit(0); + * }); + * ``` + * + * ## Example: Read file stream line-by-Line + * + * A common use case for `readline` is to consume an input file one line at a + * time. The easiest way to do so is leveraging the `fs.ReadStream` API as + * well as a `for await...of` loop: + * + * ```js + * import fs from 'node:fs'; + * import readline from 'node:readline'; + * + * async function processLineByLine() { + * const fileStream = fs.createReadStream('input.txt'); + * + * const rl = readline.createInterface({ + * input: fileStream, + * crlfDelay: Infinity, + * }); + * // Note: we use the crlfDelay option to recognize all instances of CR LF + * // ('\r\n') in input.txt as a single line break. + * + * for await (const line of rl) { + * // Each line in input.txt will be successively available here as `line`. + * console.log(`Line from file: ${line}`); + * } + * } + * + * processLineByLine(); + * ``` + * + * Alternatively, one could use the `'line'` event: + * + * ```js + * import fs from 'node:fs'; + * import readline from 'node:readline'; + * + * const rl = readline.createInterface({ + * input: fs.createReadStream('sample.txt'), + * crlfDelay: Infinity, + * }); + * + * rl.on('line', (line) => { + * console.log(`Line from file: ${line}`); + * }); + * ``` + * + * Currently, `for await...of` loop can be a bit slower. If `async` / `await` flow and speed are both essential, a mixed approach can be applied: + * + * ```js + * import { once } from 'node:events'; + * import { createReadStream } from 'node:fs'; + * import { createInterface } from 'node:readline'; + * + * (async function processLineByLine() { + * try { + * const rl = createInterface({ + * input: createReadStream('big-file.txt'), + * crlfDelay: Infinity, + * }); + * + * rl.on('line', (line) => { + * // Process the line. + * }); + * + * await once(rl, 'close'); + * + * console.log('File processed.'); + * } catch (err) { + * console.error(err); + * } + * })(); + * ``` + * @since v0.7.7 + */ + export function emitKeypressEvents(stream: NodeJS.ReadableStream, readlineInterface?: Interface): void; + export type Direction = -1 | 0 | 1; + export interface CursorPos { + rows: number; + cols: number; + } + /** + * The `readline.clearLine()` method clears current line of given [TTY](https://nodejs.org/docs/https://nodejs.org/docs/latest-v20.x/api/tty.html) stream + * in a specified direction identified by `dir`. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + export function clearLine(stream: NodeJS.WritableStream, dir: Direction, callback?: () => void): boolean; + /** + * The `readline.clearScreenDown()` method clears the given [TTY](https://nodejs.org/docs/https://nodejs.org/docs/latest-v20.x/api/tty.html) stream from + * the current position of the cursor down. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + export function clearScreenDown(stream: NodeJS.WritableStream, callback?: () => void): boolean; + /** + * The `readline.cursorTo()` method moves cursor to the specified position in a + * given [TTY](https://nodejs.org/docs/https://nodejs.org/docs/latest-v20.x/api/tty.html) `stream`. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + export function cursorTo(stream: NodeJS.WritableStream, x: number, y?: number, callback?: () => void): boolean; + /** + * The `readline.moveCursor()` method moves the cursor _relative_ to its current + * position in a given [TTY](https://nodejs.org/docs/https://nodejs.org/docs/latest-v20.x/api/tty.html) `stream`. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + export function moveCursor(stream: NodeJS.WritableStream, dx: number, dy: number, callback?: () => void): boolean; +} +declare module "node:readline" { + export * from "readline"; +} diff --git a/node_modules/@types/node/readline/promises.d.ts b/node_modules/@types/node/readline/promises.d.ts new file mode 100644 index 0000000..f6cdf66 --- /dev/null +++ b/node_modules/@types/node/readline/promises.d.ts @@ -0,0 +1,162 @@ +/** + * @since v17.0.0 + * @experimental + */ +declare module "readline/promises" { + import { Abortable } from "node:events"; + import { + CompleterResult, + Direction, + Interface as _Interface, + ReadLineOptions as _ReadLineOptions, + } from "node:readline"; + /** + * Instances of the `readlinePromises.Interface` class are constructed using the `readlinePromises.createInterface()` method. Every instance is associated with a + * single `input` `Readable` stream and a single `output` `Writable` stream. + * The `output` stream is used to print prompts for user input that arrives on, + * and is read from, the `input` stream. + * @since v17.0.0 + */ + class Interface extends _Interface { + /** + * The `rl.question()` method displays the `query` by writing it to the `output`, + * waits for user input to be provided on `input`, then invokes the `callback` function passing the provided input as the first argument. + * + * When called, `rl.question()` will resume the `input` stream if it has been + * paused. + * + * If the `Interface` was created with `output` set to `null` or `undefined` the `query` is not written. + * + * If the question is called after `rl.close()`, it returns a rejected promise. + * + * Example usage: + * + * ```js + * const answer = await rl.question('What is your favorite food? '); + * console.log(`Oh, so your favorite food is ${answer}`); + * ``` + * + * Using an `AbortSignal` to cancel a question. + * + * ```js + * const signal = AbortSignal.timeout(10_000); + * + * signal.addEventListener('abort', () => { + * console.log('The food question timed out'); + * }, { once: true }); + * + * const answer = await rl.question('What is your favorite food? ', { signal }); + * console.log(`Oh, so your favorite food is ${answer}`); + * ``` + * @since v17.0.0 + * @param query A statement or query to write to `output`, prepended to the prompt. + * @return A promise that is fulfilled with the user's input in response to the `query`. + */ + question(query: string): Promise; + question(query: string, options: Abortable): Promise; + } + /** + * @since v17.0.0 + */ + class Readline { + /** + * @param stream A TTY stream. + */ + constructor( + stream: NodeJS.WritableStream, + options?: { + autoCommit?: boolean | undefined; + }, + ); + /** + * The `rl.clearLine()` method adds to the internal list of pending action an + * action that clears current line of the associated `stream` in a specified + * direction identified by `dir`. + * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. + * @since v17.0.0 + * @return this + */ + clearLine(dir: Direction): this; + /** + * The `rl.clearScreenDown()` method adds to the internal list of pending action an + * action that clears the associated stream from the current position of the + * cursor down. + * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. + * @since v17.0.0 + * @return this + */ + clearScreenDown(): this; + /** + * The `rl.commit()` method sends all the pending actions to the associated `stream` and clears the internal list of pending actions. + * @since v17.0.0 + */ + commit(): Promise; + /** + * The `rl.cursorTo()` method adds to the internal list of pending action an action + * that moves cursor to the specified position in the associated `stream`. + * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. + * @since v17.0.0 + * @return this + */ + cursorTo(x: number, y?: number): this; + /** + * The `rl.moveCursor()` method adds to the internal list of pending action an + * action that moves the cursor _relative_ to its current position in the + * associated `stream`. + * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. + * @since v17.0.0 + * @return this + */ + moveCursor(dx: number, dy: number): this; + /** + * The `rl.rollback` methods clears the internal list of pending actions without + * sending it to the associated `stream`. + * @since v17.0.0 + * @return this + */ + rollback(): this; + } + type Completer = (line: string) => CompleterResult | Promise; + interface ReadLineOptions extends Omit<_ReadLineOptions, "completer"> { + /** + * An optional function used for Tab autocompletion. + */ + completer?: Completer | undefined; + } + /** + * The `readlinePromises.createInterface()` method creates a new `readlinePromises.Interface` instance. + * + * ```js + * import readlinePromises from 'node:readline/promises'; + * const rl = readlinePromises.createInterface({ + * input: process.stdin, + * output: process.stdout, + * }); + * ``` + * + * Once the `readlinePromises.Interface` instance is created, the most common case + * is to listen for the `'line'` event: + * + * ```js + * rl.on('line', (line) => { + * console.log(`Received: ${line}`); + * }); + * ``` + * + * If `terminal` is `true` for this instance then the `output` stream will get + * the best compatibility if it defines an `output.columns` property and emits + * a `'resize'` event on the `output` if or when the columns ever change + * (`process.stdout` does this automatically when it is a TTY). + * @since v17.0.0 + */ + function createInterface( + input: NodeJS.ReadableStream, + output?: NodeJS.WritableStream, + completer?: Completer, + terminal?: boolean, + ): Interface; + function createInterface(options: ReadLineOptions): Interface; +} +declare module "node:readline/promises" { + export * from "readline/promises"; +} diff --git a/node_modules/@types/node/repl.d.ts b/node_modules/@types/node/repl.d.ts new file mode 100644 index 0000000..8b1bb6b --- /dev/null +++ b/node_modules/@types/node/repl.d.ts @@ -0,0 +1,430 @@ +/** + * The `node:repl` module provides a Read-Eval-Print-Loop (REPL) implementation + * that is available both as a standalone program or includible in other + * applications. It can be accessed using: + * + * ```js + * import repl from 'node:repl'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/repl.js) + */ +declare module "repl" { + import { AsyncCompleter, Completer, Interface } from "node:readline"; + import { Context } from "node:vm"; + import { InspectOptions } from "node:util"; + interface ReplOptions { + /** + * The input prompt to display. + * @default "> " + */ + prompt?: string | undefined; + /** + * The `Readable` stream from which REPL input will be read. + * @default process.stdin + */ + input?: NodeJS.ReadableStream | undefined; + /** + * The `Writable` stream to which REPL output will be written. + * @default process.stdout + */ + output?: NodeJS.WritableStream | undefined; + /** + * If `true`, specifies that the output should be treated as a TTY terminal, and have + * ANSI/VT100 escape codes written to it. + * Default: checking the value of the `isTTY` property on the output stream upon + * instantiation. + */ + terminal?: boolean | undefined; + /** + * The function to be used when evaluating each given line of input. + * Default: an async wrapper for the JavaScript `eval()` function. An `eval` function can + * error with `repl.Recoverable` to indicate the input was incomplete and prompt for + * additional lines. + * + * @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_default_evaluation + * @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_custom_evaluation_functions + */ + eval?: REPLEval | undefined; + /** + * Defines if the repl prints output previews or not. + * @default `true` Always `false` in case `terminal` is falsy. + */ + preview?: boolean | undefined; + /** + * If `true`, specifies that the default `writer` function should include ANSI color + * styling to REPL output. If a custom `writer` function is provided then this has no + * effect. + * @default the REPL instance's `terminal` value + */ + useColors?: boolean | undefined; + /** + * If `true`, specifies that the default evaluation function will use the JavaScript + * `global` as the context as opposed to creating a new separate context for the REPL + * instance. The node CLI REPL sets this value to `true`. + * @default false + */ + useGlobal?: boolean | undefined; + /** + * If `true`, specifies that the default writer will not output the return value of a + * command if it evaluates to `undefined`. + * @default false + */ + ignoreUndefined?: boolean | undefined; + /** + * The function to invoke to format the output of each command before writing to `output`. + * @default a wrapper for `util.inspect` + * + * @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_customizing_repl_output + */ + writer?: REPLWriter | undefined; + /** + * An optional function used for custom Tab auto completion. + * + * @see https://nodejs.org/dist/latest-v20.x/docs/api/readline.html#readline_use_of_the_completer_function + */ + completer?: Completer | AsyncCompleter | undefined; + /** + * A flag that specifies whether the default evaluator executes all JavaScript commands in + * strict mode or default (sloppy) mode. + * Accepted values are: + * - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode. + * - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to + * prefacing every repl statement with `'use strict'`. + */ + replMode?: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT | undefined; + /** + * Stop evaluating the current piece of code when `SIGINT` is received, i.e. `Ctrl+C` is + * pressed. This cannot be used together with a custom `eval` function. + * @default false + */ + breakEvalOnSigint?: boolean | undefined; + } + type REPLEval = ( + this: REPLServer, + evalCmd: string, + context: Context, + file: string, + cb: (err: Error | null, result: any) => void, + ) => void; + type REPLWriter = (this: REPLServer, obj: any) => string; + /** + * This is the default "writer" value, if none is passed in the REPL options, + * and it can be overridden by custom print functions. + */ + const writer: REPLWriter & { + options: InspectOptions; + }; + type REPLCommandAction = (this: REPLServer, text: string) => void; + interface REPLCommand { + /** + * Help text to be displayed when `.help` is entered. + */ + help?: string | undefined; + /** + * The function to execute, optionally accepting a single string argument. + */ + action: REPLCommandAction; + } + /** + * Instances of `repl.REPLServer` are created using the {@link start} method + * or directly using the JavaScript `new` keyword. + * + * ```js + * import repl from 'node:repl'; + * + * const options = { useColors: true }; + * + * const firstInstance = repl.start(options); + * const secondInstance = new repl.REPLServer(options); + * ``` + * @since v0.1.91 + */ + class REPLServer extends Interface { + /** + * The `vm.Context` provided to the `eval` function to be used for JavaScript + * evaluation. + */ + readonly context: Context; + /** + * @deprecated since v14.3.0 - Use `input` instead. + */ + readonly inputStream: NodeJS.ReadableStream; + /** + * @deprecated since v14.3.0 - Use `output` instead. + */ + readonly outputStream: NodeJS.WritableStream; + /** + * The `Readable` stream from which REPL input will be read. + */ + readonly input: NodeJS.ReadableStream; + /** + * The `Writable` stream to which REPL output will be written. + */ + readonly output: NodeJS.WritableStream; + /** + * The commands registered via `replServer.defineCommand()`. + */ + readonly commands: NodeJS.ReadOnlyDict; + /** + * A value indicating whether the REPL is currently in "editor mode". + * + * @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_commands_and_special_keys + */ + readonly editorMode: boolean; + /** + * A value indicating whether the `_` variable has been assigned. + * + * @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly underscoreAssigned: boolean; + /** + * The last evaluation result from the REPL (assigned to the `_` variable inside of the REPL). + * + * @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly last: any; + /** + * A value indicating whether the `_error` variable has been assigned. + * + * @since v9.8.0 + * @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly underscoreErrAssigned: boolean; + /** + * The last error raised inside the REPL (assigned to the `_error` variable inside of the REPL). + * + * @since v9.8.0 + * @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly lastError: any; + /** + * Specified in the REPL options, this is the function to be used when evaluating each + * given line of input. If not specified in the REPL options, this is an async wrapper + * for the JavaScript `eval()` function. + */ + readonly eval: REPLEval; + /** + * Specified in the REPL options, this is a value indicating whether the default + * `writer` function should include ANSI color styling to REPL output. + */ + readonly useColors: boolean; + /** + * Specified in the REPL options, this is a value indicating whether the default `eval` + * function will use the JavaScript `global` as the context as opposed to creating a new + * separate context for the REPL instance. + */ + readonly useGlobal: boolean; + /** + * Specified in the REPL options, this is a value indicating whether the default `writer` + * function should output the result of a command if it evaluates to `undefined`. + */ + readonly ignoreUndefined: boolean; + /** + * Specified in the REPL options, this is the function to invoke to format the output of + * each command before writing to `outputStream`. If not specified in the REPL options, + * this will be a wrapper for `util.inspect`. + */ + readonly writer: REPLWriter; + /** + * Specified in the REPL options, this is the function to use for custom Tab auto-completion. + */ + readonly completer: Completer | AsyncCompleter; + /** + * Specified in the REPL options, this is a flag that specifies whether the default `eval` + * function should execute all JavaScript commands in strict mode or default (sloppy) mode. + * Possible values are: + * - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode. + * - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to + * prefacing every repl statement with `'use strict'`. + */ + readonly replMode: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT; + /** + * NOTE: According to the documentation: + * + * > Instances of `repl.REPLServer` are created using the `repl.start()` method and + * > _should not_ be created directly using the JavaScript `new` keyword. + * + * `REPLServer` cannot be subclassed due to implementation specifics in NodeJS. + * + * @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_class_replserver + */ + private constructor(); + /** + * The `replServer.defineCommand()` method is used to add new `.`\-prefixed commands + * to the REPL instance. Such commands are invoked by typing a `.` followed by the `keyword`. The `cmd` is either a `Function` or an `Object` with the following + * properties: + * + * The following example shows two new commands added to the REPL instance: + * + * ```js + * import repl from 'node:repl'; + * + * const replServer = repl.start({ prompt: '> ' }); + * replServer.defineCommand('sayhello', { + * help: 'Say hello', + * action(name) { + * this.clearBufferedCommand(); + * console.log(`Hello, ${name}!`); + * this.displayPrompt(); + * }, + * }); + * replServer.defineCommand('saybye', function saybye() { + * console.log('Goodbye!'); + * this.close(); + * }); + * ``` + * + * The new commands can then be used from within the REPL instance: + * + * ```console + * > .sayhello Node.js User + * Hello, Node.js User! + * > .saybye + * Goodbye! + * ``` + * @since v0.3.0 + * @param keyword The command keyword (_without_ a leading `.` character). + * @param cmd The function to invoke when the command is processed. + */ + defineCommand(keyword: string, cmd: REPLCommandAction | REPLCommand): void; + /** + * The `replServer.displayPrompt()` method readies the REPL instance for input + * from the user, printing the configured `prompt` to a new line in the `output` and resuming the `input` to accept new input. + * + * When multi-line input is being entered, an ellipsis is printed rather than the + * 'prompt'. + * + * When `preserveCursor` is `true`, the cursor placement will not be reset to `0`. + * + * The `replServer.displayPrompt` method is primarily intended to be called from + * within the action function for commands registered using the `replServer.defineCommand()` method. + * @since v0.1.91 + */ + displayPrompt(preserveCursor?: boolean): void; + /** + * The `replServer.clearBufferedCommand()` method clears any command that has been + * buffered but not yet executed. This method is primarily intended to be + * called from within the action function for commands registered using the `replServer.defineCommand()` method. + * @since v9.0.0 + */ + clearBufferedCommand(): void; + /** + * Initializes a history log file for the REPL instance. When executing the + * Node.js binary and using the command-line REPL, a history file is initialized + * by default. However, this is not the case when creating a REPL + * programmatically. Use this method to initialize a history log file when working + * with REPL instances programmatically. + * @since v11.10.0 + * @param historyPath the path to the history file + * @param callback called when history writes are ready or upon error + */ + setupHistory(path: string, callback: (err: Error | null, repl: this) => void): void; + /** + * events.EventEmitter + * 1. close - inherited from `readline.Interface` + * 2. line - inherited from `readline.Interface` + * 3. pause - inherited from `readline.Interface` + * 4. resume - inherited from `readline.Interface` + * 5. SIGCONT - inherited from `readline.Interface` + * 6. SIGINT - inherited from `readline.Interface` + * 7. SIGTSTP - inherited from `readline.Interface` + * 8. exit + * 9. reset + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "line", listener: (input: string) => void): this; + addListener(event: "pause", listener: () => void): this; + addListener(event: "resume", listener: () => void): this; + addListener(event: "SIGCONT", listener: () => void): this; + addListener(event: "SIGINT", listener: () => void): this; + addListener(event: "SIGTSTP", listener: () => void): this; + addListener(event: "exit", listener: () => void): this; + addListener(event: "reset", listener: (context: Context) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close"): boolean; + emit(event: "line", input: string): boolean; + emit(event: "pause"): boolean; + emit(event: "resume"): boolean; + emit(event: "SIGCONT"): boolean; + emit(event: "SIGINT"): boolean; + emit(event: "SIGTSTP"): boolean; + emit(event: "exit"): boolean; + emit(event: "reset", context: Context): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: () => void): this; + on(event: "line", listener: (input: string) => void): this; + on(event: "pause", listener: () => void): this; + on(event: "resume", listener: () => void): this; + on(event: "SIGCONT", listener: () => void): this; + on(event: "SIGINT", listener: () => void): this; + on(event: "SIGTSTP", listener: () => void): this; + on(event: "exit", listener: () => void): this; + on(event: "reset", listener: (context: Context) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "line", listener: (input: string) => void): this; + once(event: "pause", listener: () => void): this; + once(event: "resume", listener: () => void): this; + once(event: "SIGCONT", listener: () => void): this; + once(event: "SIGINT", listener: () => void): this; + once(event: "SIGTSTP", listener: () => void): this; + once(event: "exit", listener: () => void): this; + once(event: "reset", listener: (context: Context) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "line", listener: (input: string) => void): this; + prependListener(event: "pause", listener: () => void): this; + prependListener(event: "resume", listener: () => void): this; + prependListener(event: "SIGCONT", listener: () => void): this; + prependListener(event: "SIGINT", listener: () => void): this; + prependListener(event: "SIGTSTP", listener: () => void): this; + prependListener(event: "exit", listener: () => void): this; + prependListener(event: "reset", listener: (context: Context) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "line", listener: (input: string) => void): this; + prependOnceListener(event: "pause", listener: () => void): this; + prependOnceListener(event: "resume", listener: () => void): this; + prependOnceListener(event: "SIGCONT", listener: () => void): this; + prependOnceListener(event: "SIGINT", listener: () => void): this; + prependOnceListener(event: "SIGTSTP", listener: () => void): this; + prependOnceListener(event: "exit", listener: () => void): this; + prependOnceListener(event: "reset", listener: (context: Context) => void): this; + } + /** + * A flag passed in the REPL options. Evaluates expressions in sloppy mode. + */ + const REPL_MODE_SLOPPY: unique symbol; + /** + * A flag passed in the REPL options. Evaluates expressions in strict mode. + * This is equivalent to prefacing every repl statement with `'use strict'`. + */ + const REPL_MODE_STRICT: unique symbol; + /** + * The `repl.start()` method creates and starts a {@link REPLServer} instance. + * + * If `options` is a string, then it specifies the input prompt: + * + * ```js + * import repl from 'node:repl'; + * + * // a Unix style prompt + * repl.start('$ '); + * ``` + * @since v0.1.91 + */ + function start(options?: string | ReplOptions): REPLServer; + /** + * Indicates a recoverable error that a `REPLServer` can use to support multi-line input. + * + * @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_recoverable_errors + */ + class Recoverable extends SyntaxError { + err: Error; + constructor(err: Error); + } +} +declare module "node:repl" { + export * from "repl"; +} diff --git a/node_modules/@types/node/sea.d.ts b/node_modules/@types/node/sea.d.ts new file mode 100644 index 0000000..6f1d1ea --- /dev/null +++ b/node_modules/@types/node/sea.d.ts @@ -0,0 +1,153 @@ +/** + * This feature allows the distribution of a Node.js application conveniently to a + * system that does not have Node.js installed. + * + * Node.js supports the creation of [single executable applications](https://github.com/nodejs/single-executable) by allowing + * the injection of a blob prepared by Node.js, which can contain a bundled script, + * into the `node` binary. During start up, the program checks if anything has been + * injected. If the blob is found, it executes the script in the blob. Otherwise + * Node.js operates as it normally does. + * + * The single executable application feature currently only supports running a + * single embedded script using the `CommonJS` module system. + * + * Users can create a single executable application from their bundled script + * with the `node` binary itself and any tool which can inject resources into the + * binary. + * + * Here are the steps for creating a single executable application using one such + * tool, [postject](https://github.com/nodejs/postject): + * + * 1. Create a JavaScript file: + * ```bash + * echo 'console.log(`Hello, ${process.argv[2]}!`);' > hello.js + * ``` + * 2. Create a configuration file building a blob that can be injected into the + * single executable application (see `Generating single executable preparation blobs` for details): + * ```bash + * echo '{ "main": "hello.js", "output": "sea-prep.blob" }' > sea-config.json + * ``` + * 3. Generate the blob to be injected: + * ```bash + * node --experimental-sea-config sea-config.json + * ``` + * 4. Create a copy of the `node` executable and name it according to your needs: + * * On systems other than Windows: + * ```bash + * cp $(command -v node) hello + * ``` + * * On Windows: + * ```text + * node -e "require('fs').copyFileSync(process.execPath, 'hello.exe')" + * ``` + * The `.exe` extension is necessary. + * 5. Remove the signature of the binary (macOS and Windows only): + * * On macOS: + * ```bash + * codesign --remove-signature hello + * ``` + * * On Windows (optional): + * [signtool](https://learn.microsoft.com/en-us/windows/win32/seccrypto/signtool) can be used from the installed [Windows SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/). + * If this step is + * skipped, ignore any signature-related warning from postject. + * ```powershell + * signtool remove /s hello.exe + * ``` + * 6. Inject the blob into the copied binary by running `postject` with + * the following options: + * * `hello` / `hello.exe` \- The name of the copy of the `node` executable + * created in step 4. + * * `NODE_SEA_BLOB` \- The name of the resource / note / section in the binary + * where the contents of the blob will be stored. + * * `sea-prep.blob` \- The name of the blob created in step 1. + * * `--sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2` \- The [fuse](https://www.electronjs.org/docs/latest/tutorial/fuses) used by the Node.js project to detect if a file has been + * injected. + * * `--macho-segment-name NODE_SEA` (only needed on macOS) - The name of the + * segment in the binary where the contents of the blob will be + * stored. + * To summarize, here is the required command for each platform: + * * On Linux: + * ```bash + * npx postject hello NODE_SEA_BLOB sea-prep.blob \ + * --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2 + * ``` + * * On Windows - PowerShell: + * ```powershell + * npx postject hello.exe NODE_SEA_BLOB sea-prep.blob ` + * --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2 + * ``` + * * On Windows - Command Prompt: + * ```text + * npx postject hello.exe NODE_SEA_BLOB sea-prep.blob ^ + * --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2 + * ``` + * * On macOS: + * ```bash + * npx postject hello NODE_SEA_BLOB sea-prep.blob \ + * --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2 \ + * --macho-segment-name NODE_SEA + * ``` + * 7. Sign the binary (macOS and Windows only): + * * On macOS: + * ```bash + * codesign --sign - hello + * ``` + * * On Windows (optional): + * A certificate needs to be present for this to work. However, the unsigned + * binary would still be runnable. + * ```powershell + * signtool sign /fd SHA256 hello.exe + * ``` + * 8. Run the binary: + * * On systems other than Windows + * ```console + * $ ./hello world + * Hello, world! + * ``` + * * On Windows + * ```console + * $ .\hello.exe world + * Hello, world! + * ``` + * @since v19.7.0, v18.16.0 + * @experimental + * @see [source](https://github.com/nodejs/node/blob/v20.12.0/src/node_sea.cc) + */ +declare module "node:sea" { + type AssetKey = string; + /** + * @since v20.12.0 + * @return Whether this script is running inside a single-executable application. + */ + function isSea(): boolean; + /** + * This method can be used to retrieve the assets configured to be bundled into the + * single-executable application at build time. + * An error is thrown when no matching asset can be found. + * @since v20.12.0 + */ + function getAsset(key: AssetKey): ArrayBuffer; + function getAsset(key: AssetKey, encoding: string): string; + /** + * Similar to `sea.getAsset()`, but returns the result in a [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob). + * An error is thrown when no matching asset can be found. + * @since v20.12.0 + */ + function getAssetAsBlob(key: AssetKey, options?: { + type: string; + }): Blob; + /** + * This method can be used to retrieve the assets configured to be bundled into the + * single-executable application at build time. + * An error is thrown when no matching asset can be found. + * + * Unlike `sea.getRawAsset()` or `sea.getAssetAsBlob()`, this method does not + * return a copy. Instead, it returns the raw asset bundled inside the executable. + * + * For now, users should avoid writing to the returned array buffer. If the + * injected section is not marked as writable or not aligned properly, + * writes to the returned array buffer is likely to result in a crash. + * @since v20.12.0 + */ + function getRawAsset(key: AssetKey): string | ArrayBuffer; +} diff --git a/node_modules/@types/node/stream.d.ts b/node_modules/@types/node/stream.d.ts new file mode 100644 index 0000000..1e0eb8f --- /dev/null +++ b/node_modules/@types/node/stream.d.ts @@ -0,0 +1,1698 @@ +/** + * A stream is an abstract interface for working with streaming data in Node.js. + * The `node:stream` module provides an API for implementing the stream interface. + * + * There are many stream objects provided by Node.js. For instance, a [request to an HTTP server](https://nodejs.org/docs/latest-v20.x/api/http.html#class-httpincomingmessage) + * and [`process.stdout`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstdout) are both stream instances. + * + * Streams can be readable, writable, or both. All streams are instances of [`EventEmitter`](https://nodejs.org/docs/latest-v20.x/api/events.html#class-eventemitter). + * + * To access the `node:stream` module: + * + * ```js + * import stream from 'node:stream'; + * ``` + * + * The `node:stream` module is useful for creating new types of stream instances. + * It is usually not necessary to use the `node:stream` module to consume streams. + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/stream.js) + */ +declare module "stream" { + import { Abortable, EventEmitter } from "node:events"; + import { Blob as NodeBlob } from "node:buffer"; + import * as streamPromises from "node:stream/promises"; + import * as streamWeb from "node:stream/web"; + + type ComposeFnParam = (source: any) => void; + + class Stream extends EventEmitter { + pipe( + destination: T, + options?: { + end?: boolean | undefined; + }, + ): T; + compose( + stream: T | ComposeFnParam | Iterable | AsyncIterable, + options?: { signal: AbortSignal }, + ): T; + } + namespace Stream { + export { Stream, streamPromises as promises }; + } + namespace Stream { + interface StreamOptions extends Abortable { + emitClose?: boolean | undefined; + highWaterMark?: number | undefined; + objectMode?: boolean | undefined; + construct?: ((this: T, callback: (error?: Error | null) => void) => void) | undefined; + destroy?: ((this: T, error: Error | null, callback: (error?: Error | null) => void) => void) | undefined; + autoDestroy?: boolean | undefined; + } + interface ReadableOptions extends StreamOptions { + encoding?: BufferEncoding | undefined; + read?: ((this: T, size: number) => void) | undefined; + } + interface ArrayOptions { + /** + * The maximum concurrent invocations of `fn` to call on the stream at once. + * @default 1 + */ + concurrency?: number | undefined; + /** Allows destroying the stream if the signal is aborted. */ + signal?: AbortSignal | undefined; + } + /** + * @since v0.9.4 + */ + class Readable extends Stream implements NodeJS.ReadableStream { + /** + * A utility method for creating Readable Streams out of iterators. + * @since v12.3.0, v10.17.0 + * @param iterable Object implementing the `Symbol.asyncIterator` or `Symbol.iterator` iterable protocol. Emits an 'error' event if a null value is passed. + * @param options Options provided to `new stream.Readable([options])`. By default, `Readable.from()` will set `options.objectMode` to `true`, unless this is explicitly opted out by setting `options.objectMode` to `false`. + */ + static from(iterable: Iterable | AsyncIterable, options?: ReadableOptions): Readable; + /** + * A utility method for creating a `Readable` from a web `ReadableStream`. + * @since v17.0.0 + * @experimental + */ + static fromWeb( + readableStream: streamWeb.ReadableStream, + options?: Pick, + ): Readable; + /** + * A utility method for creating a web `ReadableStream` from a `Readable`. + * @since v17.0.0 + * @experimental + */ + static toWeb( + streamReadable: Readable, + options?: { + strategy?: streamWeb.QueuingStrategy | undefined; + }, + ): streamWeb.ReadableStream; + /** + * Returns whether the stream has been read from or cancelled. + * @since v16.8.0 + */ + static isDisturbed(stream: Readable | NodeJS.ReadableStream): boolean; + /** + * Returns whether the stream was destroyed or errored before emitting `'end'`. + * @since v16.8.0 + * @experimental + */ + readonly readableAborted: boolean; + /** + * Is `true` if it is safe to call {@link read}, which means + * the stream has not been destroyed or emitted `'error'` or `'end'`. + * @since v11.4.0 + */ + readable: boolean; + /** + * Returns whether `'data'` has been emitted. + * @since v16.7.0, v14.18.0 + * @experimental + */ + readonly readableDidRead: boolean; + /** + * Getter for the property `encoding` of a given `Readable` stream. The `encoding` property can be set using the {@link setEncoding} method. + * @since v12.7.0 + */ + readonly readableEncoding: BufferEncoding | null; + /** + * Becomes `true` when [`'end'`](https://nodejs.org/docs/latest-v20.x/api/stream.html#event-end) event is emitted. + * @since v12.9.0 + */ + readonly readableEnded: boolean; + /** + * This property reflects the current state of a `Readable` stream as described + * in the [Three states](https://nodejs.org/docs/latest-v20.x/api/stream.html#three-states) section. + * @since v9.4.0 + */ + readonly readableFlowing: boolean | null; + /** + * Returns the value of `highWaterMark` passed when creating this `Readable`. + * @since v9.3.0 + */ + readonly readableHighWaterMark: number; + /** + * This property contains the number of bytes (or objects) in the queue + * ready to be read. The value provides introspection data regarding + * the status of the `highWaterMark`. + * @since v9.4.0 + */ + readonly readableLength: number; + /** + * Getter for the property `objectMode` of a given `Readable` stream. + * @since v12.3.0 + */ + readonly readableObjectMode: boolean; + /** + * Is `true` after `readable.destroy()` has been called. + * @since v8.0.0 + */ + destroyed: boolean; + /** + * Is `true` after `'close'` has been emitted. + * @since v18.0.0 + */ + readonly closed: boolean; + /** + * Returns error if the stream has been destroyed with an error. + * @since v18.0.0 + */ + readonly errored: Error | null; + constructor(opts?: ReadableOptions); + _construct?(callback: (error?: Error | null) => void): void; + _read(size: number): void; + /** + * The `readable.read()` method reads data out of the internal buffer and + * returns it. If no data is available to be read, `null` is returned. By default, + * the data is returned as a `Buffer` object unless an encoding has been + * specified using the `readable.setEncoding()` method or the stream is operating + * in object mode. + * + * The optional `size` argument specifies a specific number of bytes to read. If + * `size` bytes are not available to be read, `null` will be returned _unless_ the + * stream has ended, in which case all of the data remaining in the internal buffer + * will be returned. + * + * If the `size` argument is not specified, all of the data contained in the + * internal buffer will be returned. + * + * The `size` argument must be less than or equal to 1 GiB. + * + * The `readable.read()` method should only be called on `Readable` streams + * operating in paused mode. In flowing mode, `readable.read()` is called + * automatically until the internal buffer is fully drained. + * + * ```js + * const readable = getReadableStreamSomehow(); + * + * // 'readable' may be triggered multiple times as data is buffered in + * readable.on('readable', () => { + * let chunk; + * console.log('Stream is readable (new data received in buffer)'); + * // Use a loop to make sure we read all currently available data + * while (null !== (chunk = readable.read())) { + * console.log(`Read ${chunk.length} bytes of data...`); + * } + * }); + * + * // 'end' will be triggered once when there is no more data available + * readable.on('end', () => { + * console.log('Reached end of stream.'); + * }); + * ``` + * + * Each call to `readable.read()` returns a chunk of data, or `null`. The chunks + * are not concatenated. A `while` loop is necessary to consume all data + * currently in the buffer. When reading a large file `.read()` may return `null`, + * having consumed all buffered content so far, but there is still more data to + * come not yet buffered. In this case a new `'readable'` event will be emitted + * when there is more data in the buffer. Finally the `'end'` event will be + * emitted when there is no more data to come. + * + * Therefore to read a file's whole contents from a `readable`, it is necessary + * to collect chunks across multiple `'readable'` events: + * + * ```js + * const chunks = []; + * + * readable.on('readable', () => { + * let chunk; + * while (null !== (chunk = readable.read())) { + * chunks.push(chunk); + * } + * }); + * + * readable.on('end', () => { + * const content = chunks.join(''); + * }); + * ``` + * + * A `Readable` stream in object mode will always return a single item from + * a call to `readable.read(size)`, regardless of the value of the `size` argument. + * + * If the `readable.read()` method returns a chunk of data, a `'data'` event will + * also be emitted. + * + * Calling {@link read} after the `'end'` event has + * been emitted will return `null`. No runtime error will be raised. + * @since v0.9.4 + * @param size Optional argument to specify how much data to read. + */ + read(size?: number): any; + /** + * The `readable.setEncoding()` method sets the character encoding for + * data read from the `Readable` stream. + * + * By default, no encoding is assigned and stream data will be returned as `Buffer` objects. Setting an encoding causes the stream data + * to be returned as strings of the specified encoding rather than as `Buffer` objects. For instance, calling `readable.setEncoding('utf8')` will cause the + * output data to be interpreted as UTF-8 data, and passed as strings. Calling `readable.setEncoding('hex')` will cause the data to be encoded in hexadecimal + * string format. + * + * The `Readable` stream will properly handle multi-byte characters delivered + * through the stream that would otherwise become improperly decoded if simply + * pulled from the stream as `Buffer` objects. + * + * ```js + * const readable = getReadableStreamSomehow(); + * readable.setEncoding('utf8'); + * readable.on('data', (chunk) => { + * assert.equal(typeof chunk, 'string'); + * console.log('Got %d characters of string data:', chunk.length); + * }); + * ``` + * @since v0.9.4 + * @param encoding The encoding to use. + */ + setEncoding(encoding: BufferEncoding): this; + /** + * The `readable.pause()` method will cause a stream in flowing mode to stop + * emitting `'data'` events, switching out of flowing mode. Any data that + * becomes available will remain in the internal buffer. + * + * ```js + * const readable = getReadableStreamSomehow(); + * readable.on('data', (chunk) => { + * console.log(`Received ${chunk.length} bytes of data.`); + * readable.pause(); + * console.log('There will be no additional data for 1 second.'); + * setTimeout(() => { + * console.log('Now data will start flowing again.'); + * readable.resume(); + * }, 1000); + * }); + * ``` + * + * The `readable.pause()` method has no effect if there is a `'readable'` event listener. + * @since v0.9.4 + */ + pause(): this; + /** + * The `readable.resume()` method causes an explicitly paused `Readable` stream to + * resume emitting `'data'` events, switching the stream into flowing mode. + * + * The `readable.resume()` method can be used to fully consume the data from a + * stream without actually processing any of that data: + * + * ```js + * getReadableStreamSomehow() + * .resume() + * .on('end', () => { + * console.log('Reached the end, but did not read anything.'); + * }); + * ``` + * + * The `readable.resume()` method has no effect if there is a `'readable'` event listener. + * @since v0.9.4 + */ + resume(): this; + /** + * The `readable.isPaused()` method returns the current operating state of the `Readable`. + * This is used primarily by the mechanism that underlies the `readable.pipe()` method. + * In most typical cases, there will be no reason to use this method directly. + * + * ```js + * const readable = new stream.Readable(); + * + * readable.isPaused(); // === false + * readable.pause(); + * readable.isPaused(); // === true + * readable.resume(); + * readable.isPaused(); // === false + * ``` + * @since v0.11.14 + */ + isPaused(): boolean; + /** + * The `readable.unpipe()` method detaches a `Writable` stream previously attached + * using the {@link pipe} method. + * + * If the `destination` is not specified, then _all_ pipes are detached. + * + * If the `destination` is specified, but no pipe is set up for it, then + * the method does nothing. + * + * ```js + * import fs from 'node:fs'; + * const readable = getReadableStreamSomehow(); + * const writable = fs.createWriteStream('file.txt'); + * // All the data from readable goes into 'file.txt', + * // but only for the first second. + * readable.pipe(writable); + * setTimeout(() => { + * console.log('Stop writing to file.txt.'); + * readable.unpipe(writable); + * console.log('Manually close the file stream.'); + * writable.end(); + * }, 1000); + * ``` + * @since v0.9.4 + * @param destination Optional specific stream to unpipe + */ + unpipe(destination?: NodeJS.WritableStream): this; + /** + * Passing `chunk` as `null` signals the end of the stream (EOF) and behaves the + * same as `readable.push(null)`, after which no more data can be written. The EOF + * signal is put at the end of the buffer and any buffered data will still be + * flushed. + * + * The `readable.unshift()` method pushes a chunk of data back into the internal + * buffer. This is useful in certain situations where a stream is being consumed by + * code that needs to "un-consume" some amount of data that it has optimistically + * pulled out of the source, so that the data can be passed on to some other party. + * + * The `stream.unshift(chunk)` method cannot be called after the `'end'` event + * has been emitted or a runtime error will be thrown. + * + * Developers using `stream.unshift()` often should consider switching to + * use of a `Transform` stream instead. See the `API for stream implementers` section for more information. + * + * ```js + * // Pull off a header delimited by \n\n. + * // Use unshift() if we get too much. + * // Call the callback with (error, header, stream). + * import { StringDecoder } from 'node:string_decoder'; + * function parseHeader(stream, callback) { + * stream.on('error', callback); + * stream.on('readable', onReadable); + * const decoder = new StringDecoder('utf8'); + * let header = ''; + * function onReadable() { + * let chunk; + * while (null !== (chunk = stream.read())) { + * const str = decoder.write(chunk); + * if (str.includes('\n\n')) { + * // Found the header boundary. + * const split = str.split(/\n\n/); + * header += split.shift(); + * const remaining = split.join('\n\n'); + * const buf = Buffer.from(remaining, 'utf8'); + * stream.removeListener('error', callback); + * // Remove the 'readable' listener before unshifting. + * stream.removeListener('readable', onReadable); + * if (buf.length) + * stream.unshift(buf); + * // Now the body of the message can be read from the stream. + * callback(null, header, stream); + * return; + * } + * // Still reading the header. + * header += str; + * } + * } + * } + * ``` + * + * Unlike {@link push}, `stream.unshift(chunk)` will not + * end the reading process by resetting the internal reading state of the stream. + * This can cause unexpected results if `readable.unshift()` is called during a + * read (i.e. from within a {@link _read} implementation on a + * custom stream). Following the call to `readable.unshift()` with an immediate {@link push} will reset the reading state appropriately, + * however it is best to simply avoid calling `readable.unshift()` while in the + * process of performing a read. + * @since v0.9.11 + * @param chunk Chunk of data to unshift onto the read queue. For streams not operating in object mode, `chunk` must + * be a {string}, {Buffer}, {TypedArray}, {DataView} or `null`. For object mode streams, `chunk` may be any JavaScript value. + * @param encoding Encoding of string chunks. Must be a valid `Buffer` encoding, such as `'utf8'` or `'ascii'`. + */ + unshift(chunk: any, encoding?: BufferEncoding): void; + /** + * Prior to Node.js 0.10, streams did not implement the entire `node:stream` module API as it is currently defined. (See `Compatibility` for more + * information.) + * + * When using an older Node.js library that emits `'data'` events and has a {@link pause} method that is advisory only, the `readable.wrap()` method can be used to create a `Readable` + * stream that uses + * the old stream as its data source. + * + * It will rarely be necessary to use `readable.wrap()` but the method has been + * provided as a convenience for interacting with older Node.js applications and + * libraries. + * + * ```js + * import { OldReader } from './old-api-module.js'; + * import { Readable } from 'node:stream'; + * const oreader = new OldReader(); + * const myReader = new Readable().wrap(oreader); + * + * myReader.on('readable', () => { + * myReader.read(); // etc. + * }); + * ``` + * @since v0.9.4 + * @param stream An "old style" readable stream + */ + wrap(stream: NodeJS.ReadableStream): this; + push(chunk: any, encoding?: BufferEncoding): boolean; + /** + * The iterator created by this method gives users the option to cancel the destruction + * of the stream if the `for await...of` loop is exited by `return`, `break`, or `throw`, + * or if the iterator should destroy the stream if the stream emitted an error during iteration. + * @since v16.3.0 + * @param options.destroyOnReturn When set to `false`, calling `return` on the async iterator, + * or exiting a `for await...of` iteration using a `break`, `return`, or `throw` will not destroy the stream. + * **Default: `true`**. + */ + iterator(options?: { destroyOnReturn?: boolean }): NodeJS.AsyncIterator; + /** + * This method allows mapping over the stream. The *fn* function will be called for every chunk in the stream. + * If the *fn* function returns a promise - that promise will be `await`ed before being passed to the result stream. + * @since v17.4.0, v16.14.0 + * @param fn a function to map over every chunk in the stream. Async or not. + * @returns a stream mapped with the function *fn*. + */ + map(fn: (data: any, options?: Pick) => any, options?: ArrayOptions): Readable; + /** + * This method allows filtering the stream. For each chunk in the stream the *fn* function will be called + * and if it returns a truthy value, the chunk will be passed to the result stream. + * If the *fn* function returns a promise - that promise will be `await`ed. + * @since v17.4.0, v16.14.0 + * @param fn a function to filter chunks from the stream. Async or not. + * @returns a stream filtered with the predicate *fn*. + */ + filter( + fn: (data: any, options?: Pick) => boolean | Promise, + options?: ArrayOptions, + ): Readable; + /** + * This method allows iterating a stream. For each chunk in the stream the *fn* function will be called. + * If the *fn* function returns a promise - that promise will be `await`ed. + * + * This method is different from `for await...of` loops in that it can optionally process chunks concurrently. + * In addition, a `forEach` iteration can only be stopped by having passed a `signal` option + * and aborting the related AbortController while `for await...of` can be stopped with `break` or `return`. + * In either case the stream will be destroyed. + * + * This method is different from listening to the `'data'` event in that it uses the `readable` event + * in the underlying machinary and can limit the number of concurrent *fn* calls. + * @since v17.5.0 + * @param fn a function to call on each chunk of the stream. Async or not. + * @returns a promise for when the stream has finished. + */ + forEach( + fn: (data: any, options?: Pick) => void | Promise, + options?: ArrayOptions, + ): Promise; + /** + * This method allows easily obtaining the contents of a stream. + * + * As this method reads the entire stream into memory, it negates the benefits of streams. It's intended + * for interoperability and convenience, not as the primary way to consume streams. + * @since v17.5.0 + * @returns a promise containing an array with the contents of the stream. + */ + toArray(options?: Pick): Promise; + /** + * This method is similar to `Array.prototype.some` and calls *fn* on each chunk in the stream + * until the awaited return value is `true` (or any truthy value). Once an *fn* call on a chunk + * `await`ed return value is truthy, the stream is destroyed and the promise is fulfilled with `true`. + * If none of the *fn* calls on the chunks return a truthy value, the promise is fulfilled with `false`. + * @since v17.5.0 + * @param fn a function to call on each chunk of the stream. Async or not. + * @returns a promise evaluating to `true` if *fn* returned a truthy value for at least one of the chunks. + */ + some( + fn: (data: any, options?: Pick) => boolean | Promise, + options?: ArrayOptions, + ): Promise; + /** + * This method is similar to `Array.prototype.find` and calls *fn* on each chunk in the stream + * to find a chunk with a truthy value for *fn*. Once an *fn* call's awaited return value is truthy, + * the stream is destroyed and the promise is fulfilled with value for which *fn* returned a truthy value. + * If all of the *fn* calls on the chunks return a falsy value, the promise is fulfilled with `undefined`. + * @since v17.5.0 + * @param fn a function to call on each chunk of the stream. Async or not. + * @returns a promise evaluating to the first chunk for which *fn* evaluated with a truthy value, + * or `undefined` if no element was found. + */ + find( + fn: (data: any, options?: Pick) => data is T, + options?: ArrayOptions, + ): Promise; + find( + fn: (data: any, options?: Pick) => boolean | Promise, + options?: ArrayOptions, + ): Promise; + /** + * This method is similar to `Array.prototype.every` and calls *fn* on each chunk in the stream + * to check if all awaited return values are truthy value for *fn*. Once an *fn* call on a chunk + * `await`ed return value is falsy, the stream is destroyed and the promise is fulfilled with `false`. + * If all of the *fn* calls on the chunks return a truthy value, the promise is fulfilled with `true`. + * @since v17.5.0 + * @param fn a function to call on each chunk of the stream. Async or not. + * @returns a promise evaluating to `true` if *fn* returned a truthy value for every one of the chunks. + */ + every( + fn: (data: any, options?: Pick) => boolean | Promise, + options?: ArrayOptions, + ): Promise; + /** + * This method returns a new stream by applying the given callback to each chunk of the stream + * and then flattening the result. + * + * It is possible to return a stream or another iterable or async iterable from *fn* and the result streams + * will be merged (flattened) into the returned stream. + * @since v17.5.0 + * @param fn a function to map over every chunk in the stream. May be async. May be a stream or generator. + * @returns a stream flat-mapped with the function *fn*. + */ + flatMap(fn: (data: any, options?: Pick) => any, options?: ArrayOptions): Readable; + /** + * This method returns a new stream with the first *limit* chunks dropped from the start. + * @since v17.5.0 + * @param limit the number of chunks to drop from the readable. + * @returns a stream with *limit* chunks dropped from the start. + */ + drop(limit: number, options?: Pick): Readable; + /** + * This method returns a new stream with the first *limit* chunks. + * @since v17.5.0 + * @param limit the number of chunks to take from the readable. + * @returns a stream with *limit* chunks taken. + */ + take(limit: number, options?: Pick): Readable; + /** + * This method returns a new stream with chunks of the underlying stream paired with a counter + * in the form `[index, chunk]`. The first index value is `0` and it increases by 1 for each chunk produced. + * @since v17.5.0 + * @returns a stream of indexed pairs. + */ + asIndexedPairs(options?: Pick): Readable; + /** + * This method calls *fn* on each chunk of the stream in order, passing it the result from the calculation + * on the previous element. It returns a promise for the final value of the reduction. + * + * If no *initial* value is supplied the first chunk of the stream is used as the initial value. + * If the stream is empty, the promise is rejected with a `TypeError` with the `ERR_INVALID_ARGS` code property. + * + * The reducer function iterates the stream element-by-element which means that there is no *concurrency* parameter + * or parallelism. To perform a reduce concurrently, you can extract the async function to `readable.map` method. + * @since v17.5.0 + * @param fn a reducer function to call over every chunk in the stream. Async or not. + * @param initial the initial value to use in the reduction. + * @returns a promise for the final value of the reduction. + */ + reduce( + fn: (previous: any, data: any, options?: Pick) => T, + initial?: undefined, + options?: Pick, + ): Promise; + reduce( + fn: (previous: T, data: any, options?: Pick) => T, + initial: T, + options?: Pick, + ): Promise; + _destroy(error: Error | null, callback: (error?: Error | null) => void): void; + /** + * Destroy the stream. Optionally emit an `'error'` event, and emit a `'close'` event (unless `emitClose` is set to `false`). After this call, the readable + * stream will release any internal resources and subsequent calls to `push()` will be ignored. + * + * Once `destroy()` has been called any further calls will be a no-op and no + * further errors except from `_destroy()` may be emitted as `'error'`. + * + * Implementors should not override this method, but instead implement `readable._destroy()`. + * @since v8.0.0 + * @param error Error which will be passed as payload in `'error'` event + */ + destroy(error?: Error): this; + /** + * Event emitter + * The defined events on documents including: + * 1. close + * 2. data + * 3. end + * 4. error + * 5. pause + * 6. readable + * 7. resume + */ + addListener(event: "close", listener: () => void): this; + addListener(event: "data", listener: (chunk: any) => void): this; + addListener(event: "end", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "pause", listener: () => void): this; + addListener(event: "readable", listener: () => void): this; + addListener(event: "resume", listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "close"): boolean; + emit(event: "data", chunk: any): boolean; + emit(event: "end"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "pause"): boolean; + emit(event: "readable"): boolean; + emit(event: "resume"): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "close", listener: () => void): this; + on(event: "data", listener: (chunk: any) => void): this; + on(event: "end", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "pause", listener: () => void): this; + on(event: "readable", listener: () => void): this; + on(event: "resume", listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "data", listener: (chunk: any) => void): this; + once(event: "end", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "pause", listener: () => void): this; + once(event: "readable", listener: () => void): this; + once(event: "resume", listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "data", listener: (chunk: any) => void): this; + prependListener(event: "end", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "pause", listener: () => void): this; + prependListener(event: "readable", listener: () => void): this; + prependListener(event: "resume", listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "data", listener: (chunk: any) => void): this; + prependOnceListener(event: "end", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "pause", listener: () => void): this; + prependOnceListener(event: "readable", listener: () => void): this; + prependOnceListener(event: "resume", listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + removeListener(event: "close", listener: () => void): this; + removeListener(event: "data", listener: (chunk: any) => void): this; + removeListener(event: "end", listener: () => void): this; + removeListener(event: "error", listener: (err: Error) => void): this; + removeListener(event: "pause", listener: () => void): this; + removeListener(event: "readable", listener: () => void): this; + removeListener(event: "resume", listener: () => void): this; + removeListener(event: string | symbol, listener: (...args: any[]) => void): this; + [Symbol.asyncIterator](): NodeJS.AsyncIterator; + /** + * Calls `readable.destroy()` with an `AbortError` and returns a promise that fulfills when the stream is finished. + * @since v20.4.0 + */ + [Symbol.asyncDispose](): Promise; + } + interface WritableOptions extends StreamOptions { + decodeStrings?: boolean | undefined; + defaultEncoding?: BufferEncoding | undefined; + write?: + | (( + this: T, + chunk: any, + encoding: BufferEncoding, + callback: (error?: Error | null) => void, + ) => void) + | undefined; + writev?: + | (( + this: T, + chunks: Array<{ + chunk: any; + encoding: BufferEncoding; + }>, + callback: (error?: Error | null) => void, + ) => void) + | undefined; + final?: ((this: T, callback: (error?: Error | null) => void) => void) | undefined; + } + /** + * @since v0.9.4 + */ + class Writable extends Stream implements NodeJS.WritableStream { + /** + * A utility method for creating a `Writable` from a web `WritableStream`. + * @since v17.0.0 + * @experimental + */ + static fromWeb( + writableStream: streamWeb.WritableStream, + options?: Pick, + ): Writable; + /** + * A utility method for creating a web `WritableStream` from a `Writable`. + * @since v17.0.0 + * @experimental + */ + static toWeb(streamWritable: Writable): streamWeb.WritableStream; + /** + * Is `true` if it is safe to call `writable.write()`, which means + * the stream has not been destroyed, errored, or ended. + * @since v11.4.0 + */ + readonly writable: boolean; + /** + * Returns whether the stream was destroyed or errored before emitting `'finish'`. + * @since v18.0.0, v16.17.0 + * @experimental + */ + readonly writableAborted: boolean; + /** + * Is `true` after `writable.end()` has been called. This property + * does not indicate whether the data has been flushed, for this use `writable.writableFinished` instead. + * @since v12.9.0 + */ + readonly writableEnded: boolean; + /** + * Is set to `true` immediately before the `'finish'` event is emitted. + * @since v12.6.0 + */ + readonly writableFinished: boolean; + /** + * Return the value of `highWaterMark` passed when creating this `Writable`. + * @since v9.3.0 + */ + readonly writableHighWaterMark: number; + /** + * This property contains the number of bytes (or objects) in the queue + * ready to be written. The value provides introspection data regarding + * the status of the `highWaterMark`. + * @since v9.4.0 + */ + readonly writableLength: number; + /** + * Getter for the property `objectMode` of a given `Writable` stream. + * @since v12.3.0 + */ + readonly writableObjectMode: boolean; + /** + * Number of times `writable.uncork()` needs to be + * called in order to fully uncork the stream. + * @since v13.2.0, v12.16.0 + */ + readonly writableCorked: number; + /** + * Is `true` after `writable.destroy()` has been called. + * @since v8.0.0 + */ + destroyed: boolean; + /** + * Is `true` after `'close'` has been emitted. + * @since v18.0.0 + */ + readonly closed: boolean; + /** + * Returns error if the stream has been destroyed with an error. + * @since v18.0.0 + */ + readonly errored: Error | null; + /** + * Is `true` if the stream's buffer has been full and stream will emit `'drain'`. + * @since v15.2.0, v14.17.0 + */ + readonly writableNeedDrain: boolean; + constructor(opts?: WritableOptions); + _write(chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; + _writev?( + chunks: Array<{ + chunk: any; + encoding: BufferEncoding; + }>, + callback: (error?: Error | null) => void, + ): void; + _construct?(callback: (error?: Error | null) => void): void; + _destroy(error: Error | null, callback: (error?: Error | null) => void): void; + _final(callback: (error?: Error | null) => void): void; + /** + * The `writable.write()` method writes some data to the stream, and calls the + * supplied `callback` once the data has been fully handled. If an error + * occurs, the `callback` will be called with the error as its + * first argument. The `callback` is called asynchronously and before `'error'` is + * emitted. + * + * The return value is `true` if the internal buffer is less than the `highWaterMark` configured when the stream was created after admitting `chunk`. + * If `false` is returned, further attempts to write data to the stream should + * stop until the `'drain'` event is emitted. + * + * While a stream is not draining, calls to `write()` will buffer `chunk`, and + * return false. Once all currently buffered chunks are drained (accepted for + * delivery by the operating system), the `'drain'` event will be emitted. + * Once `write()` returns false, do not write more chunks + * until the `'drain'` event is emitted. While calling `write()` on a stream that + * is not draining is allowed, Node.js will buffer all written chunks until + * maximum memory usage occurs, at which point it will abort unconditionally. + * Even before it aborts, high memory usage will cause poor garbage collector + * performance and high RSS (which is not typically released back to the system, + * even after the memory is no longer required). Since TCP sockets may never + * drain if the remote peer does not read the data, writing a socket that is + * not draining may lead to a remotely exploitable vulnerability. + * + * Writing data while the stream is not draining is particularly + * problematic for a `Transform`, because the `Transform` streams are paused + * by default until they are piped or a `'data'` or `'readable'` event handler + * is added. + * + * If the data to be written can be generated or fetched on demand, it is + * recommended to encapsulate the logic into a `Readable` and use {@link pipe}. However, if calling `write()` is preferred, it is + * possible to respect backpressure and avoid memory issues using the `'drain'` event: + * + * ```js + * function write(data, cb) { + * if (!stream.write(data)) { + * stream.once('drain', cb); + * } else { + * process.nextTick(cb); + * } + * } + * + * // Wait for cb to be called before doing any other write. + * write('hello', () => { + * console.log('Write completed, do more writes now.'); + * }); + * ``` + * + * A `Writable` stream in object mode will always ignore the `encoding` argument. + * @since v0.9.4 + * @param chunk Optional data to write. For streams not operating in object mode, `chunk` must be a {string}, {Buffer}, + * {TypedArray} or {DataView}. For object mode streams, `chunk` may be any JavaScript value other than `null`. + * @param callback Callback for when this chunk of data is flushed. + * @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`. + */ + write(chunk: any, callback?: (error: Error | null | undefined) => void): boolean; + /** + * Writes data to the stream, with an explicit encoding for string data. + * @see {@link Writable.write} for full details. + * @since v0.9.4 + * @param chunk Optional data to write. For streams not operating in object mode, `chunk` must be a {string}, {Buffer}, + * {TypedArray} or {DataView}. For object mode streams, `chunk` may be any JavaScript value other than `null`. + * @param encoding The encoding, if `chunk` is a string. + * @param callback Callback for when this chunk of data is flushed. + * @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`. + */ + write(chunk: any, encoding: BufferEncoding, callback?: (error: Error | null | undefined) => void): boolean; + /** + * The `writable.setDefaultEncoding()` method sets the default `encoding` for a `Writable` stream. + * @since v0.11.15 + * @param encoding The new default encoding + */ + setDefaultEncoding(encoding: BufferEncoding): this; + /** + * Calling the `writable.end()` method signals that no more data will be written + * to the `Writable`. The optional `chunk` and `encoding` arguments allow one + * final additional chunk of data to be written immediately before closing the + * stream. + * + * Calling the {@link write} method after calling {@link end} will raise an error. + * + * ```js + * // Write 'hello, ' and then end with 'world!'. + * import fs from 'node:fs'; + * const file = fs.createWriteStream('example.txt'); + * file.write('hello, '); + * file.end('world!'); + * // Writing more now is not allowed! + * ``` + * @since v0.9.4 + * @param cb Callback for when the stream is finished. + */ + end(cb?: () => void): this; + /** + * Signals that no more data will be written, with one final chunk of data. + * @see {@link Writable.end} for full details. + * @since v0.9.4 + * @param chunk Optional data to write. For streams not operating in object mode, `chunk` must be a {string}, {Buffer}, + * {TypedArray} or {DataView}. For object mode streams, `chunk` may be any JavaScript value other than `null`. + * @param cb Callback for when the stream is finished. + */ + end(chunk: any, cb?: () => void): this; + /** + * Signals that no more data will be written, with one final chunk of data. + * @see {@link Writable.end} for full details. + * @since v0.9.4 + * @param chunk Optional data to write. For streams not operating in object mode, `chunk` must be a {string}, {Buffer}, + * {TypedArray} or {DataView}. For object mode streams, `chunk` may be any JavaScript value other than `null`. + * @param encoding The encoding if `chunk` is a string + * @param cb Callback for when the stream is finished. + */ + end(chunk: any, encoding: BufferEncoding, cb?: () => void): this; + /** + * The `writable.cork()` method forces all written data to be buffered in memory. + * The buffered data will be flushed when either the {@link uncork} or {@link end} methods are called. + * + * The primary intent of `writable.cork()` is to accommodate a situation in which + * several small chunks are written to the stream in rapid succession. Instead of + * immediately forwarding them to the underlying destination, `writable.cork()` buffers all the chunks until `writable.uncork()` is called, which will pass them + * all to `writable._writev()`, if present. This prevents a head-of-line blocking + * situation where data is being buffered while waiting for the first small chunk + * to be processed. However, use of `writable.cork()` without implementing `writable._writev()` may have an adverse effect on throughput. + * + * See also: `writable.uncork()`, `writable._writev()`. + * @since v0.11.2 + */ + cork(): void; + /** + * The `writable.uncork()` method flushes all data buffered since {@link cork} was called. + * + * When using `writable.cork()` and `writable.uncork()` to manage the buffering + * of writes to a stream, defer calls to `writable.uncork()` using `process.nextTick()`. Doing so allows batching of all `writable.write()` calls that occur within a given Node.js event + * loop phase. + * + * ```js + * stream.cork(); + * stream.write('some '); + * stream.write('data '); + * process.nextTick(() => stream.uncork()); + * ``` + * + * If the `writable.cork()` method is called multiple times on a stream, the + * same number of calls to `writable.uncork()` must be called to flush the buffered + * data. + * + * ```js + * stream.cork(); + * stream.write('some '); + * stream.cork(); + * stream.write('data '); + * process.nextTick(() => { + * stream.uncork(); + * // The data will not be flushed until uncork() is called a second time. + * stream.uncork(); + * }); + * ``` + * + * See also: `writable.cork()`. + * @since v0.11.2 + */ + uncork(): void; + /** + * Destroy the stream. Optionally emit an `'error'` event, and emit a `'close'` event (unless `emitClose` is set to `false`). After this call, the writable + * stream has ended and subsequent calls to `write()` or `end()` will result in + * an `ERR_STREAM_DESTROYED` error. + * This is a destructive and immediate way to destroy a stream. Previous calls to `write()` may not have drained, and may trigger an `ERR_STREAM_DESTROYED` error. + * Use `end()` instead of destroy if data should flush before close, or wait for + * the `'drain'` event before destroying the stream. + * + * Once `destroy()` has been called any further calls will be a no-op and no + * further errors except from `_destroy()` may be emitted as `'error'`. + * + * Implementors should not override this method, + * but instead implement `writable._destroy()`. + * @since v8.0.0 + * @param error Optional, an error to emit with `'error'` event. + */ + destroy(error?: Error): this; + /** + * Event emitter + * The defined events on documents including: + * 1. close + * 2. drain + * 3. error + * 4. finish + * 5. pipe + * 6. unpipe + */ + addListener(event: "close", listener: () => void): this; + addListener(event: "drain", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "finish", listener: () => void): this; + addListener(event: "pipe", listener: (src: Readable) => void): this; + addListener(event: "unpipe", listener: (src: Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "close"): boolean; + emit(event: "drain"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "finish"): boolean; + emit(event: "pipe", src: Readable): boolean; + emit(event: "unpipe", src: Readable): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "close", listener: () => void): this; + on(event: "drain", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "finish", listener: () => void): this; + on(event: "pipe", listener: (src: Readable) => void): this; + on(event: "unpipe", listener: (src: Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "drain", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "finish", listener: () => void): this; + once(event: "pipe", listener: (src: Readable) => void): this; + once(event: "unpipe", listener: (src: Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "drain", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "finish", listener: () => void): this; + prependListener(event: "pipe", listener: (src: Readable) => void): this; + prependListener(event: "unpipe", listener: (src: Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "drain", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "finish", listener: () => void): this; + prependOnceListener(event: "pipe", listener: (src: Readable) => void): this; + prependOnceListener(event: "unpipe", listener: (src: Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + removeListener(event: "close", listener: () => void): this; + removeListener(event: "drain", listener: () => void): this; + removeListener(event: "error", listener: (err: Error) => void): this; + removeListener(event: "finish", listener: () => void): this; + removeListener(event: "pipe", listener: (src: Readable) => void): this; + removeListener(event: "unpipe", listener: (src: Readable) => void): this; + removeListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + interface DuplexOptions extends ReadableOptions, WritableOptions { + allowHalfOpen?: boolean | undefined; + readableObjectMode?: boolean | undefined; + writableObjectMode?: boolean | undefined; + readableHighWaterMark?: number | undefined; + writableHighWaterMark?: number | undefined; + writableCorked?: number | undefined; + } + /** + * Duplex streams are streams that implement both the `Readable` and `Writable` interfaces. + * + * Examples of `Duplex` streams include: + * + * * `TCP sockets` + * * `zlib streams` + * * `crypto streams` + * @since v0.9.4 + */ + class Duplex extends Stream implements NodeJS.ReadWriteStream { + /** + * If `false` then the stream will automatically end the writable side when the + * readable side ends. Set initially by the `allowHalfOpen` constructor option, + * which defaults to `true`. + * + * This can be changed manually to change the half-open behavior of an existing + * `Duplex` stream instance, but must be changed before the `'end'` event is emitted. + * @since v0.9.4 + */ + allowHalfOpen: boolean; + constructor(opts?: DuplexOptions); + /** + * A utility method for creating duplex streams. + * + * - `Stream` converts writable stream into writable `Duplex` and readable stream + * to `Duplex`. + * - `Blob` converts into readable `Duplex`. + * - `string` converts into readable `Duplex`. + * - `ArrayBuffer` converts into readable `Duplex`. + * - `AsyncIterable` converts into a readable `Duplex`. Cannot yield `null`. + * - `AsyncGeneratorFunction` converts into a readable/writable transform + * `Duplex`. Must take a source `AsyncIterable` as first parameter. Cannot yield + * `null`. + * - `AsyncFunction` converts into a writable `Duplex`. Must return + * either `null` or `undefined` + * - `Object ({ writable, readable })` converts `readable` and + * `writable` into `Stream` and then combines them into `Duplex` where the + * `Duplex` will write to the `writable` and read from the `readable`. + * - `Promise` converts into readable `Duplex`. Value `null` is ignored. + * + * @since v16.8.0 + */ + static from( + src: + | Stream + | NodeBlob + | ArrayBuffer + | string + | Iterable + | AsyncIterable + | AsyncGeneratorFunction + | Promise + | Object, + ): Duplex; + /** + * A utility method for creating a web `ReadableStream` and `WritableStream` from a `Duplex`. + * @since v17.0.0 + * @experimental + */ + static toWeb(streamDuplex: Duplex): { + readable: streamWeb.ReadableStream; + writable: streamWeb.WritableStream; + }; + /** + * A utility method for creating a `Duplex` from a web `ReadableStream` and `WritableStream`. + * @since v17.0.0 + * @experimental + */ + static fromWeb( + duplexStream: { + readable: streamWeb.ReadableStream; + writable: streamWeb.WritableStream; + }, + options?: Pick< + DuplexOptions, + "allowHalfOpen" | "decodeStrings" | "encoding" | "highWaterMark" | "objectMode" | "signal" + >, + ): Duplex; + /** + * Event emitter + * The defined events on documents including: + * 1. close + * 2. data + * 3. drain + * 4. end + * 5. error + * 6. finish + * 7. pause + * 8. pipe + * 9. readable + * 10. resume + * 11. unpipe + */ + addListener(event: "close", listener: () => void): this; + addListener(event: "data", listener: (chunk: any) => void): this; + addListener(event: "drain", listener: () => void): this; + addListener(event: "end", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "finish", listener: () => void): this; + addListener(event: "pause", listener: () => void): this; + addListener(event: "pipe", listener: (src: Readable) => void): this; + addListener(event: "readable", listener: () => void): this; + addListener(event: "resume", listener: () => void): this; + addListener(event: "unpipe", listener: (src: Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "close"): boolean; + emit(event: "data", chunk: any): boolean; + emit(event: "drain"): boolean; + emit(event: "end"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "finish"): boolean; + emit(event: "pause"): boolean; + emit(event: "pipe", src: Readable): boolean; + emit(event: "readable"): boolean; + emit(event: "resume"): boolean; + emit(event: "unpipe", src: Readable): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "close", listener: () => void): this; + on(event: "data", listener: (chunk: any) => void): this; + on(event: "drain", listener: () => void): this; + on(event: "end", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "finish", listener: () => void): this; + on(event: "pause", listener: () => void): this; + on(event: "pipe", listener: (src: Readable) => void): this; + on(event: "readable", listener: () => void): this; + on(event: "resume", listener: () => void): this; + on(event: "unpipe", listener: (src: Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "data", listener: (chunk: any) => void): this; + once(event: "drain", listener: () => void): this; + once(event: "end", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "finish", listener: () => void): this; + once(event: "pause", listener: () => void): this; + once(event: "pipe", listener: (src: Readable) => void): this; + once(event: "readable", listener: () => void): this; + once(event: "resume", listener: () => void): this; + once(event: "unpipe", listener: (src: Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "data", listener: (chunk: any) => void): this; + prependListener(event: "drain", listener: () => void): this; + prependListener(event: "end", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "finish", listener: () => void): this; + prependListener(event: "pause", listener: () => void): this; + prependListener(event: "pipe", listener: (src: Readable) => void): this; + prependListener(event: "readable", listener: () => void): this; + prependListener(event: "resume", listener: () => void): this; + prependListener(event: "unpipe", listener: (src: Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "data", listener: (chunk: any) => void): this; + prependOnceListener(event: "drain", listener: () => void): this; + prependOnceListener(event: "end", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "finish", listener: () => void): this; + prependOnceListener(event: "pause", listener: () => void): this; + prependOnceListener(event: "pipe", listener: (src: Readable) => void): this; + prependOnceListener(event: "readable", listener: () => void): this; + prependOnceListener(event: "resume", listener: () => void): this; + prependOnceListener(event: "unpipe", listener: (src: Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + removeListener(event: "close", listener: () => void): this; + removeListener(event: "data", listener: (chunk: any) => void): this; + removeListener(event: "drain", listener: () => void): this; + removeListener(event: "end", listener: () => void): this; + removeListener(event: "error", listener: (err: Error) => void): this; + removeListener(event: "finish", listener: () => void): this; + removeListener(event: "pause", listener: () => void): this; + removeListener(event: "pipe", listener: (src: Readable) => void): this; + removeListener(event: "readable", listener: () => void): this; + removeListener(event: "resume", listener: () => void): this; + removeListener(event: "unpipe", listener: (src: Readable) => void): this; + removeListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + interface Duplex extends Readable, Writable {} + /** + * The utility function `duplexPair` returns an Array with two items, + * each being a `Duplex` stream connected to the other side: + * + * ```js + * const [ sideA, sideB ] = duplexPair(); + * ``` + * + * Whatever is written to one stream is made readable on the other. It provides + * behavior analogous to a network connection, where the data written by the client + * becomes readable by the server, and vice-versa. + * + * The Duplex streams are symmetrical; one or the other may be used without any + * difference in behavior. + * @param options A value to pass to both {@link Duplex} constructors, + * to set options such as buffering. + * @since v20.17.0 + */ + function duplexPair(options?: DuplexOptions): [Duplex, Duplex]; + type TransformCallback = (error?: Error | null, data?: any) => void; + interface TransformOptions extends DuplexOptions { + transform?: + | ((this: T, chunk: any, encoding: BufferEncoding, callback: TransformCallback) => void) + | undefined; + flush?: ((this: T, callback: TransformCallback) => void) | undefined; + } + /** + * Transform streams are `Duplex` streams where the output is in some way + * related to the input. Like all `Duplex` streams, `Transform` streams + * implement both the `Readable` and `Writable` interfaces. + * + * Examples of `Transform` streams include: + * + * * `zlib streams` + * * `crypto streams` + * @since v0.9.4 + */ + class Transform extends Duplex { + constructor(opts?: TransformOptions); + _transform(chunk: any, encoding: BufferEncoding, callback: TransformCallback): void; + _flush(callback: TransformCallback): void; + } + /** + * The `stream.PassThrough` class is a trivial implementation of a `Transform` stream that simply passes the input bytes across to the output. Its purpose is + * primarily for examples and testing, but there are some use cases where `stream.PassThrough` is useful as a building block for novel sorts of streams. + */ + class PassThrough extends Transform {} + /** + * A stream to attach a signal to. + * + * Attaches an AbortSignal to a readable or writeable stream. This lets code + * control stream destruction using an `AbortController`. + * + * Calling `abort` on the `AbortController` corresponding to the passed `AbortSignal` will behave the same way as calling `.destroy(new AbortError())` on the + * stream, and `controller.error(new AbortError())` for webstreams. + * + * ```js + * import fs from 'node:fs'; + * + * const controller = new AbortController(); + * const read = addAbortSignal( + * controller.signal, + * fs.createReadStream(('object.json')), + * ); + * // Later, abort the operation closing the stream + * controller.abort(); + * ``` + * + * Or using an `AbortSignal` with a readable stream as an async iterable: + * + * ```js + * const controller = new AbortController(); + * setTimeout(() => controller.abort(), 10_000); // set a timeout + * const stream = addAbortSignal( + * controller.signal, + * fs.createReadStream(('object.json')), + * ); + * (async () => { + * try { + * for await (const chunk of stream) { + * await process(chunk); + * } + * } catch (e) { + * if (e.name === 'AbortError') { + * // The operation was cancelled + * } else { + * throw e; + * } + * } + * })(); + * ``` + * + * Or using an `AbortSignal` with a ReadableStream: + * + * ```js + * const controller = new AbortController(); + * const rs = new ReadableStream({ + * start(controller) { + * controller.enqueue('hello'); + * controller.enqueue('world'); + * controller.close(); + * }, + * }); + * + * addAbortSignal(controller.signal, rs); + * + * finished(rs, (err) => { + * if (err) { + * if (err.name === 'AbortError') { + * // The operation was cancelled + * } + * } + * }); + * + * const reader = rs.getReader(); + * + * reader.read().then(({ value, done }) => { + * console.log(value); // hello + * console.log(done); // false + * controller.abort(); + * }); + * ``` + * @since v15.4.0 + * @param signal A signal representing possible cancellation + * @param stream A stream to attach a signal to. + */ + function addAbortSignal(signal: AbortSignal, stream: T): T; + /** + * Returns the default highWaterMark used by streams. + * Defaults to `16384` (16 KiB), or `16` for `objectMode`. + * @since v19.9.0 + */ + function getDefaultHighWaterMark(objectMode: boolean): number; + /** + * Sets the default highWaterMark used by streams. + * @since v19.9.0 + * @param value highWaterMark value + */ + function setDefaultHighWaterMark(objectMode: boolean, value: number): void; + interface FinishedOptions extends Abortable { + error?: boolean | undefined; + readable?: boolean | undefined; + writable?: boolean | undefined; + } + /** + * A readable and/or writable stream/webstream. + * + * A function to get notified when a stream is no longer readable, writable + * or has experienced an error or a premature close event. + * + * ```js + * import { finished } from 'node:stream'; + * import fs from 'node:fs'; + * + * const rs = fs.createReadStream('archive.tar'); + * + * finished(rs, (err) => { + * if (err) { + * console.error('Stream failed.', err); + * } else { + * console.log('Stream is done reading.'); + * } + * }); + * + * rs.resume(); // Drain the stream. + * ``` + * + * Especially useful in error handling scenarios where a stream is destroyed + * prematurely (like an aborted HTTP request), and will not emit `'end'` or `'finish'`. + * + * The `finished` API provides [`promise version`](https://nodejs.org/docs/latest-v20.x/api/stream.html#streamfinishedstream-options). + * + * `stream.finished()` leaves dangling event listeners (in particular `'error'`, `'end'`, `'finish'` and `'close'`) after `callback` has been + * invoked. The reason for this is so that unexpected `'error'` events (due to + * incorrect stream implementations) do not cause unexpected crashes. + * If this is unwanted behavior then the returned cleanup function needs to be + * invoked in the callback: + * + * ```js + * const cleanup = finished(rs, (err) => { + * cleanup(); + * // ... + * }); + * ``` + * @since v10.0.0 + * @param stream A readable and/or writable stream. + * @param callback A callback function that takes an optional error argument. + * @returns A cleanup function which removes all registered listeners. + */ + function finished( + stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, + options: FinishedOptions, + callback: (err?: NodeJS.ErrnoException | null) => void, + ): () => void; + function finished( + stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, + callback: (err?: NodeJS.ErrnoException | null) => void, + ): () => void; + namespace finished { + function __promisify__( + stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, + options?: FinishedOptions, + ): Promise; + } + type PipelineSourceFunction = () => Iterable | AsyncIterable; + type PipelineSource = Iterable | AsyncIterable | NodeJS.ReadableStream | PipelineSourceFunction; + type PipelineTransform, U> = + | NodeJS.ReadWriteStream + | (( + source: S extends (...args: any[]) => Iterable | AsyncIterable ? AsyncIterable + : S, + ) => AsyncIterable); + type PipelineTransformSource = PipelineSource | PipelineTransform; + type PipelineDestinationIterableFunction = (source: AsyncIterable) => AsyncIterable; + type PipelineDestinationPromiseFunction = (source: AsyncIterable) => Promise

; + type PipelineDestination, P> = S extends + PipelineTransformSource ? + | NodeJS.WritableStream + | PipelineDestinationIterableFunction + | PipelineDestinationPromiseFunction + : never; + type PipelineCallback> = S extends + PipelineDestinationPromiseFunction ? (err: NodeJS.ErrnoException | null, value: P) => void + : (err: NodeJS.ErrnoException | null) => void; + type PipelinePromise> = S extends + PipelineDestinationPromiseFunction ? Promise

: Promise; + interface PipelineOptions { + signal?: AbortSignal | undefined; + end?: boolean | undefined; + } + /** + * A module method to pipe between streams and generators forwarding errors and + * properly cleaning up and provide a callback when the pipeline is complete. + * + * ```js + * import { pipeline } from 'node:stream'; + * import fs from 'node:fs'; + * import zlib from 'node:zlib'; + * + * // Use the pipeline API to easily pipe a series of streams + * // together and get notified when the pipeline is fully done. + * + * // A pipeline to gzip a potentially huge tar file efficiently: + * + * pipeline( + * fs.createReadStream('archive.tar'), + * zlib.createGzip(), + * fs.createWriteStream('archive.tar.gz'), + * (err) => { + * if (err) { + * console.error('Pipeline failed.', err); + * } else { + * console.log('Pipeline succeeded.'); + * } + * }, + * ); + * ``` + * + * The `pipeline` API provides a [`promise version`](https://nodejs.org/docs/latest-v20.x/api/stream.html#streampipelinesource-transforms-destination-options). + * + * `stream.pipeline()` will call `stream.destroy(err)` on all streams except: + * + * * `Readable` streams which have emitted `'end'` or `'close'`. + * * `Writable` streams which have emitted `'finish'` or `'close'`. + * + * `stream.pipeline()` leaves dangling event listeners on the streams + * after the `callback` has been invoked. In the case of reuse of streams after + * failure, this can cause event listener leaks and swallowed errors. If the last + * stream is readable, dangling event listeners will be removed so that the last + * stream can be consumed later. + * + * `stream.pipeline()` closes all the streams when an error is raised. + * The `IncomingRequest` usage with `pipeline` could lead to an unexpected behavior + * once it would destroy the socket without sending the expected response. + * See the example below: + * + * ```js + * import fs from 'node:fs'; + * import http from 'node:http'; + * import { pipeline } from 'node:stream'; + * + * const server = http.createServer((req, res) => { + * const fileStream = fs.createReadStream('./fileNotExist.txt'); + * pipeline(fileStream, res, (err) => { + * if (err) { + * console.log(err); // No such file + * // this message can't be sent once `pipeline` already destroyed the socket + * return res.end('error!!!'); + * } + * }); + * }); + * ``` + * @since v10.0.0 + * @param callback Called when the pipeline is fully done. + */ + function pipeline, B extends PipelineDestination>( + source: A, + destination: B, + callback: PipelineCallback, + ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + destination: B, + callback: PipelineCallback, + ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + destination: B, + callback: PipelineCallback, + ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + transform3: T3, + destination: B, + callback: PipelineCallback, + ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + T4 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + transform3: T3, + transform4: T4, + destination: B, + callback: PipelineCallback, + ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline( + streams: ReadonlyArray, + callback: (err: NodeJS.ErrnoException | null) => void, + ): NodeJS.WritableStream; + function pipeline( + stream1: NodeJS.ReadableStream, + stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, + ...streams: Array< + NodeJS.ReadWriteStream | NodeJS.WritableStream | ((err: NodeJS.ErrnoException | null) => void) + > + ): NodeJS.WritableStream; + namespace pipeline { + function __promisify__, B extends PipelineDestination>( + source: A, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function __promisify__< + A extends PipelineSource, + T1 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function __promisify__< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function __promisify__< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + transform3: T3, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function __promisify__< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + T4 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + transform3: T3, + transform4: T4, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function __promisify__( + streams: ReadonlyArray, + options?: PipelineOptions, + ): Promise; + function __promisify__( + stream1: NodeJS.ReadableStream, + stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, + ...streams: Array + ): Promise; + } + // TODO: this interface never existed; remove in next major + interface Pipe { + close(): void; + hasRef(): boolean; + ref(): void; + unref(): void; + } + /** + * Returns whether the stream has encountered an error. + * @since v17.3.0, v16.14.0 + * @experimental + */ + function isErrored(stream: Readable | Writable | NodeJS.ReadableStream | NodeJS.WritableStream): boolean; + /** + * Returns whether the stream is readable. + * @since v17.4.0, v16.14.0 + * @experimental + */ + function isReadable(stream: Readable | NodeJS.ReadableStream): boolean; + } + export = Stream; +} +declare module "node:stream" { + import stream = require("stream"); + export = stream; +} diff --git a/node_modules/@types/node/stream/consumers.d.ts b/node_modules/@types/node/stream/consumers.d.ts new file mode 100644 index 0000000..05db025 --- /dev/null +++ b/node_modules/@types/node/stream/consumers.d.ts @@ -0,0 +1,38 @@ +/** + * The utility consumer functions provide common options for consuming + * streams. + * @since v16.7.0 + */ +declare module "stream/consumers" { + import { Blob as NodeBlob, NonSharedBuffer } from "node:buffer"; + import { ReadableStream as WebReadableStream } from "node:stream/web"; + /** + * @since v16.7.0 + * @returns Fulfills with an `ArrayBuffer` containing the full contents of the stream. + */ + function arrayBuffer(stream: WebReadableStream | NodeJS.ReadableStream | AsyncIterable): Promise; + /** + * @since v16.7.0 + * @returns Fulfills with a `Blob` containing the full contents of the stream. + */ + function blob(stream: WebReadableStream | NodeJS.ReadableStream | AsyncIterable): Promise; + /** + * @since v16.7.0 + * @returns Fulfills with a `Buffer` containing the full contents of the stream. + */ + function buffer(stream: WebReadableStream | NodeJS.ReadableStream | AsyncIterable): Promise; + /** + * @since v16.7.0 + * @returns Fulfills with the contents of the stream parsed as a + * UTF-8 encoded string that is then passed through `JSON.parse()`. + */ + function json(stream: WebReadableStream | NodeJS.ReadableStream | AsyncIterable): Promise; + /** + * @since v16.7.0 + * @returns Fulfills with the contents of the stream parsed as a UTF-8 encoded string. + */ + function text(stream: WebReadableStream | NodeJS.ReadableStream | AsyncIterable): Promise; +} +declare module "node:stream/consumers" { + export * from "stream/consumers"; +} diff --git a/node_modules/@types/node/stream/promises.d.ts b/node_modules/@types/node/stream/promises.d.ts new file mode 100644 index 0000000..d54c14c --- /dev/null +++ b/node_modules/@types/node/stream/promises.d.ts @@ -0,0 +1,90 @@ +declare module "stream/promises" { + import { + FinishedOptions as _FinishedOptions, + PipelineDestination, + PipelineOptions, + PipelinePromise, + PipelineSource, + PipelineTransform, + } from "node:stream"; + interface FinishedOptions extends _FinishedOptions { + /** + * If true, removes the listeners registered by this function before the promise is fulfilled. + * @default false + */ + cleanup?: boolean | undefined; + } + function finished( + stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, + options?: FinishedOptions, + ): Promise; + function pipeline, B extends PipelineDestination>( + source: A, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + transform3: T3, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + T4 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + transform3: T3, + transform4: T4, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function pipeline( + streams: ReadonlyArray, + options?: PipelineOptions, + ): Promise; + function pipeline( + stream1: NodeJS.ReadableStream, + stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, + ...streams: Array + ): Promise; +} +declare module "node:stream/promises" { + export * from "stream/promises"; +} diff --git a/node_modules/@types/node/stream/web.d.ts b/node_modules/@types/node/stream/web.d.ts new file mode 100644 index 0000000..6c631ec --- /dev/null +++ b/node_modules/@types/node/stream/web.d.ts @@ -0,0 +1,533 @@ +type _ByteLengthQueuingStrategy = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").ByteLengthQueuingStrategy; +type _CompressionStream = typeof globalThis extends { onmessage: any; ReportingObserver: any } ? {} + : import("stream/web").CompressionStream; +type _CountQueuingStrategy = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").CountQueuingStrategy; +type _DecompressionStream = typeof globalThis extends { onmessage: any; ReportingObserver: any } ? {} + : import("stream/web").DecompressionStream; +type _QueuingStrategy = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").QueuingStrategy; +type _ReadableByteStreamController = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").ReadableByteStreamController; +type _ReadableStream = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").ReadableStream; +type _ReadableStreamBYOBReader = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").ReadableStreamBYOBReader; +type _ReadableStreamBYOBRequest = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").ReadableStreamBYOBRequest; +type _ReadableStreamDefaultController = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").ReadableStreamDefaultController; +type _ReadableStreamDefaultReader = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").ReadableStreamDefaultReader; +type _TextDecoderStream = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").TextDecoderStream; +type _TextEncoderStream = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").TextEncoderStream; +type _TransformStream = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").TransformStream; +type _TransformStreamDefaultController = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").TransformStreamDefaultController; +type _WritableStream = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").WritableStream; +type _WritableStreamDefaultController = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").WritableStreamDefaultController; +type _WritableStreamDefaultWriter = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").WritableStreamDefaultWriter; + +declare module "stream/web" { + // stub module, pending copy&paste from .d.ts or manual impl + // copy from lib.dom.d.ts + interface ReadableWritablePair { + readable: ReadableStream; + /** + * Provides a convenient, chainable way of piping this readable stream + * through a transform stream (or any other { writable, readable } + * pair). It simply pipes the stream into the writable side of the + * supplied pair, and returns the readable side for further use. + * + * Piping a stream will lock it for the duration of the pipe, preventing + * any other consumer from acquiring a reader. + */ + writable: WritableStream; + } + interface StreamPipeOptions { + preventAbort?: boolean; + preventCancel?: boolean; + /** + * Pipes this readable stream to a given writable stream destination. + * The way in which the piping process behaves under various error + * conditions can be customized with a number of passed options. It + * returns a promise that fulfills when the piping process completes + * successfully, or rejects if any errors were encountered. + * + * Piping a stream will lock it for the duration of the pipe, preventing + * any other consumer from acquiring a reader. + * + * Errors and closures of the source and destination streams propagate + * as follows: + * + * An error in this source readable stream will abort destination, + * unless preventAbort is truthy. The returned promise will be rejected + * with the source's error, or with any error that occurs during + * aborting the destination. + * + * An error in destination will cancel this source readable stream, + * unless preventCancel is truthy. The returned promise will be rejected + * with the destination's error, or with any error that occurs during + * canceling the source. + * + * When this source readable stream closes, destination will be closed, + * unless preventClose is truthy. The returned promise will be fulfilled + * once this process completes, unless an error is encountered while + * closing the destination, in which case it will be rejected with that + * error. + * + * If destination starts out closed or closing, this source readable + * stream will be canceled, unless preventCancel is true. The returned + * promise will be rejected with an error indicating piping to a closed + * stream failed, or with any error that occurs during canceling the + * source. + * + * The signal option can be set to an AbortSignal to allow aborting an + * ongoing pipe operation via the corresponding AbortController. In this + * case, this source readable stream will be canceled, and destination + * aborted, unless the respective options preventCancel or preventAbort + * are set. + */ + preventClose?: boolean; + signal?: AbortSignal; + } + interface ReadableStreamGenericReader { + readonly closed: Promise; + cancel(reason?: any): Promise; + } + type ReadableStreamController = ReadableStreamDefaultController; + interface ReadableStreamReadValueResult { + done: false; + value: T; + } + interface ReadableStreamReadDoneResult { + done: true; + value: T | undefined; + } + type ReadableStreamReadResult = ReadableStreamReadValueResult | ReadableStreamReadDoneResult; + interface ReadableByteStreamControllerCallback { + (controller: ReadableByteStreamController): void | PromiseLike; + } + interface UnderlyingSinkAbortCallback { + (reason?: any): void | PromiseLike; + } + interface UnderlyingSinkCloseCallback { + (): void | PromiseLike; + } + interface UnderlyingSinkStartCallback { + (controller: WritableStreamDefaultController): any; + } + interface UnderlyingSinkWriteCallback { + (chunk: W, controller: WritableStreamDefaultController): void | PromiseLike; + } + interface UnderlyingSourceCancelCallback { + (reason?: any): void | PromiseLike; + } + interface UnderlyingSourcePullCallback { + (controller: ReadableStreamController): void | PromiseLike; + } + interface UnderlyingSourceStartCallback { + (controller: ReadableStreamController): any; + } + interface TransformerFlushCallback { + (controller: TransformStreamDefaultController): void | PromiseLike; + } + interface TransformerStartCallback { + (controller: TransformStreamDefaultController): any; + } + interface TransformerTransformCallback { + (chunk: I, controller: TransformStreamDefaultController): void | PromiseLike; + } + interface UnderlyingByteSource { + autoAllocateChunkSize?: number; + cancel?: ReadableStreamErrorCallback; + pull?: ReadableByteStreamControllerCallback; + start?: ReadableByteStreamControllerCallback; + type: "bytes"; + } + interface UnderlyingSource { + cancel?: UnderlyingSourceCancelCallback; + pull?: UnderlyingSourcePullCallback; + start?: UnderlyingSourceStartCallback; + type?: undefined; + } + interface UnderlyingSink { + abort?: UnderlyingSinkAbortCallback; + close?: UnderlyingSinkCloseCallback; + start?: UnderlyingSinkStartCallback; + type?: undefined; + write?: UnderlyingSinkWriteCallback; + } + interface ReadableStreamErrorCallback { + (reason: any): void | PromiseLike; + } + interface ReadableStreamAsyncIterator extends NodeJS.AsyncIterator { + [Symbol.asyncIterator](): ReadableStreamAsyncIterator; + } + /** This Streams API interface represents a readable stream of byte data. */ + interface ReadableStream { + readonly locked: boolean; + cancel(reason?: any): Promise; + getReader(options: { mode: "byob" }): ReadableStreamBYOBReader; + getReader(): ReadableStreamDefaultReader; + getReader(options?: ReadableStreamGetReaderOptions): ReadableStreamReader; + pipeThrough(transform: ReadableWritablePair, options?: StreamPipeOptions): ReadableStream; + pipeTo(destination: WritableStream, options?: StreamPipeOptions): Promise; + tee(): [ReadableStream, ReadableStream]; + values(options?: { preventCancel?: boolean }): ReadableStreamAsyncIterator; + [Symbol.asyncIterator](): ReadableStreamAsyncIterator; + } + const ReadableStream: { + prototype: ReadableStream; + from(iterable: Iterable | AsyncIterable): ReadableStream; + new(underlyingSource: UnderlyingByteSource, strategy?: QueuingStrategy): ReadableStream; + new(underlyingSource?: UnderlyingSource, strategy?: QueuingStrategy): ReadableStream; + }; + type ReadableStreamReaderMode = "byob"; + interface ReadableStreamGetReaderOptions { + /** + * Creates a ReadableStreamBYOBReader and locks the stream to the new reader. + * + * This call behaves the same way as the no-argument variant, except that it only works on readable byte streams, i.e. streams which were constructed specifically with the ability to handle "bring your own buffer" reading. The returned BYOB reader provides the ability to directly read individual chunks from the stream via its read() method, into developer-supplied buffers, allowing more precise control over allocation. + */ + mode?: ReadableStreamReaderMode; + } + type ReadableStreamReader = ReadableStreamDefaultReader | ReadableStreamBYOBReader; + interface ReadableStreamDefaultReader extends ReadableStreamGenericReader { + read(): Promise>; + releaseLock(): void; + } + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBReader) */ + interface ReadableStreamBYOBReader extends ReadableStreamGenericReader { + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBReader/read) */ + read( + view: T, + options?: { + min?: number; + }, + ): Promise>; + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBReader/releaseLock) */ + releaseLock(): void; + } + const ReadableStreamDefaultReader: { + prototype: ReadableStreamDefaultReader; + new(stream: ReadableStream): ReadableStreamDefaultReader; + }; + const ReadableStreamBYOBReader: { + prototype: ReadableStreamBYOBReader; + new(stream: ReadableStream): ReadableStreamBYOBReader; + }; + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBRequest) */ + interface ReadableStreamBYOBRequest { + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBRequest/view) */ + readonly view: ArrayBufferView | null; + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBRequest/respond) */ + respond(bytesWritten: number): void; + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBRequest/respondWithNewView) */ + respondWithNewView(view: ArrayBufferView): void; + } + const ReadableStreamBYOBRequest: { + prototype: ReadableStreamBYOBRequest; + new(): ReadableStreamBYOBRequest; + }; + interface ReadableByteStreamController { + readonly byobRequest: ReadableStreamBYOBRequest | null; + readonly desiredSize: number | null; + close(): void; + enqueue(chunk: ArrayBufferView): void; + error(error?: any): void; + } + const ReadableByteStreamController: { + prototype: ReadableByteStreamController; + new(): ReadableByteStreamController; + }; + interface ReadableStreamDefaultController { + readonly desiredSize: number | null; + close(): void; + enqueue(chunk: R): void; + error(e?: any): void; + } + const ReadableStreamDefaultController: { + prototype: ReadableStreamDefaultController; + new(): ReadableStreamDefaultController; + }; + interface Transformer { + flush?: TransformerFlushCallback; + readableType?: undefined; + start?: TransformerStartCallback; + transform?: TransformerTransformCallback; + writableType?: undefined; + } + interface TransformStream { + readonly readable: ReadableStream; + readonly writable: WritableStream; + } + const TransformStream: { + prototype: TransformStream; + new( + transformer?: Transformer, + writableStrategy?: QueuingStrategy, + readableStrategy?: QueuingStrategy, + ): TransformStream; + }; + interface TransformStreamDefaultController { + readonly desiredSize: number | null; + enqueue(chunk: O): void; + error(reason?: any): void; + terminate(): void; + } + const TransformStreamDefaultController: { + prototype: TransformStreamDefaultController; + new(): TransformStreamDefaultController; + }; + /** + * This Streams API interface provides a standard abstraction for writing + * streaming data to a destination, known as a sink. This object comes with + * built-in back pressure and queuing. + */ + interface WritableStream { + readonly locked: boolean; + abort(reason?: any): Promise; + close(): Promise; + getWriter(): WritableStreamDefaultWriter; + } + const WritableStream: { + prototype: WritableStream; + new(underlyingSink?: UnderlyingSink, strategy?: QueuingStrategy): WritableStream; + }; + /** + * This Streams API interface is the object returned by + * WritableStream.getWriter() and once created locks the < writer to the + * WritableStream ensuring that no other streams can write to the underlying + * sink. + */ + interface WritableStreamDefaultWriter { + readonly closed: Promise; + readonly desiredSize: number | null; + readonly ready: Promise; + abort(reason?: any): Promise; + close(): Promise; + releaseLock(): void; + write(chunk: W): Promise; + } + const WritableStreamDefaultWriter: { + prototype: WritableStreamDefaultWriter; + new(stream: WritableStream): WritableStreamDefaultWriter; + }; + /** + * This Streams API interface represents a controller allowing control of a + * WritableStream's state. When constructing a WritableStream, the + * underlying sink is given a corresponding WritableStreamDefaultController + * instance to manipulate. + */ + interface WritableStreamDefaultController { + error(e?: any): void; + } + const WritableStreamDefaultController: { + prototype: WritableStreamDefaultController; + new(): WritableStreamDefaultController; + }; + interface QueuingStrategy { + highWaterMark?: number; + size?: QueuingStrategySize; + } + interface QueuingStrategySize { + (chunk: T): number; + } + interface QueuingStrategyInit { + /** + * Creates a new ByteLengthQueuingStrategy with the provided high water + * mark. + * + * Note that the provided high water mark will not be validated ahead of + * time. Instead, if it is negative, NaN, or not a number, the resulting + * ByteLengthQueuingStrategy will cause the corresponding stream + * constructor to throw. + */ + highWaterMark: number; + } + /** + * This Streams API interface provides a built-in byte length queuing + * strategy that can be used when constructing streams. + */ + interface ByteLengthQueuingStrategy extends QueuingStrategy { + readonly highWaterMark: number; + readonly size: QueuingStrategySize; + } + const ByteLengthQueuingStrategy: { + prototype: ByteLengthQueuingStrategy; + new(init: QueuingStrategyInit): ByteLengthQueuingStrategy; + }; + /** + * This Streams API interface provides a built-in byte length queuing + * strategy that can be used when constructing streams. + */ + interface CountQueuingStrategy extends QueuingStrategy { + readonly highWaterMark: number; + readonly size: QueuingStrategySize; + } + const CountQueuingStrategy: { + prototype: CountQueuingStrategy; + new(init: QueuingStrategyInit): CountQueuingStrategy; + }; + interface TextEncoderStream { + /** Returns "utf-8". */ + readonly encoding: "utf-8"; + readonly readable: ReadableStream; + readonly writable: WritableStream; + readonly [Symbol.toStringTag]: string; + } + const TextEncoderStream: { + prototype: TextEncoderStream; + new(): TextEncoderStream; + }; + interface TextDecoderOptions { + fatal?: boolean; + ignoreBOM?: boolean; + } + type BufferSource = ArrayBufferView | ArrayBuffer; + interface TextDecoderStream { + /** Returns encoding's name, lower cased. */ + readonly encoding: string; + /** Returns `true` if error mode is "fatal", and `false` otherwise. */ + readonly fatal: boolean; + /** Returns `true` if ignore BOM flag is set, and `false` otherwise. */ + readonly ignoreBOM: boolean; + readonly readable: ReadableStream; + readonly writable: WritableStream; + readonly [Symbol.toStringTag]: string; + } + const TextDecoderStream: { + prototype: TextDecoderStream; + new(encoding?: string, options?: TextDecoderOptions): TextDecoderStream; + }; + interface CompressionStream { + readonly readable: ReadableStream; + readonly writable: WritableStream; + } + const CompressionStream: { + prototype: CompressionStream; + new(format: "deflate" | "deflate-raw" | "gzip"): CompressionStream; + }; + interface DecompressionStream { + readonly writable: WritableStream; + readonly readable: ReadableStream; + } + const DecompressionStream: { + prototype: DecompressionStream; + new(format: "deflate" | "deflate-raw" | "gzip"): DecompressionStream; + }; + + global { + interface ByteLengthQueuingStrategy extends _ByteLengthQueuingStrategy {} + var ByteLengthQueuingStrategy: typeof globalThis extends { onmessage: any; ByteLengthQueuingStrategy: infer T } + ? T + : typeof import("stream/web").ByteLengthQueuingStrategy; + + interface CompressionStream extends _CompressionStream {} + var CompressionStream: typeof globalThis extends { + onmessage: any; + // CompressionStream, DecompressionStream and ReportingObserver was introduced in the same commit. + // If ReportingObserver check is removed, the type here will form a circular reference in TS5.0+lib.dom.d.ts + ReportingObserver: any; + CompressionStream: infer T; + } ? T + // TS 4.8, 4.9, 5.0 + : typeof globalThis extends { onmessage: any; TransformStream: { prototype: infer T } } ? { + prototype: T; + new(format: "deflate" | "deflate-raw" | "gzip"): T; + } + : typeof import("stream/web").CompressionStream; + + interface CountQueuingStrategy extends _CountQueuingStrategy {} + var CountQueuingStrategy: typeof globalThis extends { onmessage: any; CountQueuingStrategy: infer T } ? T + : typeof import("stream/web").CountQueuingStrategy; + + interface DecompressionStream extends _DecompressionStream {} + var DecompressionStream: typeof globalThis extends { + onmessage: any; + // CompressionStream, DecompressionStream and ReportingObserver was introduced in the same commit. + // If ReportingObserver check is removed, the type here will form a circular reference in TS5.0+lib.dom.d.ts + ReportingObserver: any; + DecompressionStream: infer T; + } ? T + // TS 4.8, 4.9, 5.0 + : typeof globalThis extends { onmessage: any; TransformStream: { prototype: infer T } } ? { + prototype: T; + new(format: "deflate" | "deflate-raw" | "gzip"): T; + } + : typeof import("stream/web").DecompressionStream; + + interface QueuingStrategy extends _QueuingStrategy {} + + interface ReadableByteStreamController extends _ReadableByteStreamController {} + var ReadableByteStreamController: typeof globalThis extends + { onmessage: any; ReadableByteStreamController: infer T } ? T + : typeof import("stream/web").ReadableByteStreamController; + + interface ReadableStream extends _ReadableStream {} + var ReadableStream: typeof globalThis extends { onmessage: any; ReadableStream: infer T } ? T + : typeof import("stream/web").ReadableStream; + + interface ReadableStreamBYOBReader extends _ReadableStreamBYOBReader {} + var ReadableStreamBYOBReader: typeof globalThis extends { onmessage: any; ReadableStreamBYOBReader: infer T } + ? T + : typeof import("stream/web").ReadableStreamBYOBReader; + + interface ReadableStreamBYOBRequest extends _ReadableStreamBYOBRequest {} + var ReadableStreamBYOBRequest: typeof globalThis extends { onmessage: any; ReadableStreamBYOBRequest: infer T } + ? T + : typeof import("stream/web").ReadableStreamBYOBRequest; + + interface ReadableStreamDefaultController extends _ReadableStreamDefaultController {} + var ReadableStreamDefaultController: typeof globalThis extends + { onmessage: any; ReadableStreamDefaultController: infer T } ? T + : typeof import("stream/web").ReadableStreamDefaultController; + + interface ReadableStreamDefaultReader extends _ReadableStreamDefaultReader {} + var ReadableStreamDefaultReader: typeof globalThis extends + { onmessage: any; ReadableStreamDefaultReader: infer T } ? T + : typeof import("stream/web").ReadableStreamDefaultReader; + + interface TextDecoderStream extends _TextDecoderStream {} + var TextDecoderStream: typeof globalThis extends { onmessage: any; TextDecoderStream: infer T } ? T + : typeof import("stream/web").TextDecoderStream; + + interface TextEncoderStream extends _TextEncoderStream {} + var TextEncoderStream: typeof globalThis extends { onmessage: any; TextEncoderStream: infer T } ? T + : typeof import("stream/web").TextEncoderStream; + + interface TransformStream extends _TransformStream {} + var TransformStream: typeof globalThis extends { onmessage: any; TransformStream: infer T } ? T + : typeof import("stream/web").TransformStream; + + interface TransformStreamDefaultController extends _TransformStreamDefaultController {} + var TransformStreamDefaultController: typeof globalThis extends + { onmessage: any; TransformStreamDefaultController: infer T } ? T + : typeof import("stream/web").TransformStreamDefaultController; + + interface WritableStream extends _WritableStream {} + var WritableStream: typeof globalThis extends { onmessage: any; WritableStream: infer T } ? T + : typeof import("stream/web").WritableStream; + + interface WritableStreamDefaultController extends _WritableStreamDefaultController {} + var WritableStreamDefaultController: typeof globalThis extends + { onmessage: any; WritableStreamDefaultController: infer T } ? T + : typeof import("stream/web").WritableStreamDefaultController; + + interface WritableStreamDefaultWriter extends _WritableStreamDefaultWriter {} + var WritableStreamDefaultWriter: typeof globalThis extends + { onmessage: any; WritableStreamDefaultWriter: infer T } ? T + : typeof import("stream/web").WritableStreamDefaultWriter; + } +} +declare module "node:stream/web" { + export * from "stream/web"; +} diff --git a/node_modules/@types/node/string_decoder.d.ts b/node_modules/@types/node/string_decoder.d.ts new file mode 100644 index 0000000..d08cbf6 --- /dev/null +++ b/node_modules/@types/node/string_decoder.d.ts @@ -0,0 +1,67 @@ +/** + * The `node:string_decoder` module provides an API for decoding `Buffer` objects + * into strings in a manner that preserves encoded multi-byte UTF-8 and UTF-16 + * characters. It can be accessed using: + * + * ```js + * import { StringDecoder } from 'node:string_decoder'; + * ``` + * + * The following example shows the basic use of the `StringDecoder` class. + * + * ```js + * import { StringDecoder } from 'node:string_decoder'; + * const decoder = new StringDecoder('utf8'); + * + * const cent = Buffer.from([0xC2, 0xA2]); + * console.log(decoder.write(cent)); // Prints: ¢ + * + * const euro = Buffer.from([0xE2, 0x82, 0xAC]); + * console.log(decoder.write(euro)); // Prints: € + * ``` + * + * When a `Buffer` instance is written to the `StringDecoder` instance, an + * internal buffer is used to ensure that the decoded string does not contain + * any incomplete multibyte characters. These are held in the buffer until the + * next call to `stringDecoder.write()` or until `stringDecoder.end()` is called. + * + * In the following example, the three UTF-8 encoded bytes of the European Euro + * symbol (`€`) are written over three separate operations: + * + * ```js + * import { StringDecoder } from 'node:string_decoder'; + * const decoder = new StringDecoder('utf8'); + * + * decoder.write(Buffer.from([0xE2])); + * decoder.write(Buffer.from([0x82])); + * console.log(decoder.end(Buffer.from([0xAC]))); // Prints: € + * ``` + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/string_decoder.js) + */ +declare module "string_decoder" { + class StringDecoder { + constructor(encoding?: BufferEncoding); + /** + * Returns a decoded string, ensuring that any incomplete multibyte characters at + * the end of the `Buffer`, or `TypedArray`, or `DataView` are omitted from the + * returned string and stored in an internal buffer for the next call to `stringDecoder.write()` or `stringDecoder.end()`. + * @since v0.1.99 + * @param buffer The bytes to decode. + */ + write(buffer: string | NodeJS.ArrayBufferView): string; + /** + * Returns any remaining input stored in the internal buffer as a string. Bytes + * representing incomplete UTF-8 and UTF-16 characters will be replaced with + * substitution characters appropriate for the character encoding. + * + * If the `buffer` argument is provided, one final call to `stringDecoder.write()` is performed before returning the remaining input. + * After `end()` is called, the `stringDecoder` object can be reused for new input. + * @since v0.9.3 + * @param buffer The bytes to decode. + */ + end(buffer?: string | NodeJS.ArrayBufferView): string; + } +} +declare module "node:string_decoder" { + export * from "string_decoder"; +} diff --git a/node_modules/@types/node/test.d.ts b/node_modules/@types/node/test.d.ts new file mode 100644 index 0000000..ec17fdf --- /dev/null +++ b/node_modules/@types/node/test.d.ts @@ -0,0 +1,1787 @@ +/** + * The `node:test` module facilitates the creation of JavaScript tests. + * To access it: + * + * ```js + * import test from 'node:test'; + * ``` + * + * This module is only available under the `node:` scheme. The following will not + * work: + * + * ```js + * import test from 'test'; + * ``` + * + * Tests created via the `test` module consist of a single function that is + * processed in one of three ways: + * + * 1. A synchronous function that is considered failing if it throws an exception, + * and is considered passing otherwise. + * 2. A function that returns a `Promise` that is considered failing if the `Promise` rejects, and is considered passing if the `Promise` fulfills. + * 3. A function that receives a callback function. If the callback receives any + * truthy value as its first argument, the test is considered failing. If a + * falsy value is passed as the first argument to the callback, the test is + * considered passing. If the test function receives a callback function and + * also returns a `Promise`, the test will fail. + * + * The following example illustrates how tests are written using the `test` module. + * + * ```js + * test('synchronous passing test', (t) => { + * // This test passes because it does not throw an exception. + * assert.strictEqual(1, 1); + * }); + * + * test('synchronous failing test', (t) => { + * // This test fails because it throws an exception. + * assert.strictEqual(1, 2); + * }); + * + * test('asynchronous passing test', async (t) => { + * // This test passes because the Promise returned by the async + * // function is settled and not rejected. + * assert.strictEqual(1, 1); + * }); + * + * test('asynchronous failing test', async (t) => { + * // This test fails because the Promise returned by the async + * // function is rejected. + * assert.strictEqual(1, 2); + * }); + * + * test('failing test using Promises', (t) => { + * // Promises can be used directly as well. + * return new Promise((resolve, reject) => { + * setImmediate(() => { + * reject(new Error('this will cause the test to fail')); + * }); + * }); + * }); + * + * test('callback passing test', (t, done) => { + * // done() is the callback function. When the setImmediate() runs, it invokes + * // done() with no arguments. + * setImmediate(done); + * }); + * + * test('callback failing test', (t, done) => { + * // When the setImmediate() runs, done() is invoked with an Error object and + * // the test fails. + * setImmediate(() => { + * done(new Error('callback failure')); + * }); + * }); + * ``` + * + * If any tests fail, the process exit code is set to `1`. + * @since v18.0.0, v16.17.0 + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/test.js) + */ +declare module "node:test" { + import { AssertMethodNames } from "node:assert"; + import { Readable } from "node:stream"; + import TestFn = test.TestFn; + import TestOptions = test.TestOptions; + /** + * The `test()` function is the value imported from the `test` module. Each + * invocation of this function results in reporting the test to the `TestsStream`. + * + * The `TestContext` object passed to the `fn` argument can be used to perform + * actions related to the current test. Examples include skipping the test, adding + * additional diagnostic information, or creating subtests. + * + * `test()` returns a `Promise` that fulfills once the test completes. + * if `test()` is called within a suite, it fulfills immediately. + * The return value can usually be discarded for top level tests. + * However, the return value from subtests should be used to prevent the parent + * test from finishing first and cancelling the subtest + * as shown in the following example. + * + * ```js + * test('top level test', async (t) => { + * // The setTimeout() in the following subtest would cause it to outlive its + * // parent test if 'await' is removed on the next line. Once the parent test + * // completes, it will cancel any outstanding subtests. + * await t.test('longer running subtest', async (t) => { + * return new Promise((resolve, reject) => { + * setTimeout(resolve, 1000); + * }); + * }); + * }); + * ``` + * + * The `timeout` option can be used to fail the test if it takes longer than `timeout` milliseconds to complete. However, it is not a reliable mechanism for + * canceling tests because a running test might block the application thread and + * thus prevent the scheduled cancellation. + * @since v18.0.0, v16.17.0 + * @param name The name of the test, which is displayed when reporting test results. + * Defaults to the `name` property of `fn`, or `''` if `fn` does not have a name. + * @param options Configuration options for the test. + * @param fn The function under test. The first argument to this function is a {@link TestContext} object. + * If the test uses callbacks, the callback function is passed as the second argument. + * @return Fulfilled with `undefined` once the test completes, or immediately if the test runs within a suite. + */ + function test(name?: string, fn?: TestFn): Promise; + function test(name?: string, options?: TestOptions, fn?: TestFn): Promise; + function test(options?: TestOptions, fn?: TestFn): Promise; + function test(fn?: TestFn): Promise; + namespace test { + export { test }; + export { suite as describe, test as it }; + } + namespace test { + /** + * **Note:** `shard` is used to horizontally parallelize test running across + * machines or processes, ideal for large-scale executions across varied + * environments. It's incompatible with `watch` mode, tailored for rapid + * code iteration by automatically rerunning tests on file changes. + * + * ```js + * import { tap } from 'node:test/reporters'; + * import { run } from 'node:test'; + * import process from 'node:process'; + * import path from 'node:path'; + * + * run({ files: [path.resolve('./tests/test.js')] }) + * .compose(tap) + * .pipe(process.stdout); + * ``` + * @since v18.9.0, v16.19.0 + * @param options Configuration options for running tests. + */ + function run(options?: RunOptions): TestsStream; + /** + * The `suite()` function is imported from the `node:test` module. + * @param name The name of the suite, which is displayed when reporting test results. + * Defaults to the `name` property of `fn`, or `''` if `fn` does not have a name. + * @param options Configuration options for the suite. This supports the same options as {@link test}. + * @param fn The suite function declaring nested tests and suites. The first argument to this function is a {@link SuiteContext} object. + * @return Immediately fulfilled with `undefined`. + * @since v20.13.0 + */ + function suite(name?: string, options?: TestOptions, fn?: SuiteFn): Promise; + function suite(name?: string, fn?: SuiteFn): Promise; + function suite(options?: TestOptions, fn?: SuiteFn): Promise; + function suite(fn?: SuiteFn): Promise; + namespace suite { + /** + * Shorthand for skipping a suite. This is the same as calling {@link suite} with `options.skip` set to `true`. + * @since v20.13.0 + */ + function skip(name?: string, options?: TestOptions, fn?: SuiteFn): Promise; + function skip(name?: string, fn?: SuiteFn): Promise; + function skip(options?: TestOptions, fn?: SuiteFn): Promise; + function skip(fn?: SuiteFn): Promise; + /** + * Shorthand for marking a suite as `TODO`. This is the same as calling {@link suite} with `options.todo` set to `true`. + * @since v20.13.0 + */ + function todo(name?: string, options?: TestOptions, fn?: SuiteFn): Promise; + function todo(name?: string, fn?: SuiteFn): Promise; + function todo(options?: TestOptions, fn?: SuiteFn): Promise; + function todo(fn?: SuiteFn): Promise; + /** + * Shorthand for marking a suite as `only`. This is the same as calling {@link suite} with `options.only` set to `true`. + * @since v20.13.0 + */ + function only(name?: string, options?: TestOptions, fn?: SuiteFn): Promise; + function only(name?: string, fn?: SuiteFn): Promise; + function only(options?: TestOptions, fn?: SuiteFn): Promise; + function only(fn?: SuiteFn): Promise; + } + /** + * Shorthand for skipping a test. This is the same as calling {@link test} with `options.skip` set to `true`. + * @since v20.2.0 + */ + function skip(name?: string, options?: TestOptions, fn?: TestFn): Promise; + function skip(name?: string, fn?: TestFn): Promise; + function skip(options?: TestOptions, fn?: TestFn): Promise; + function skip(fn?: TestFn): Promise; + /** + * Shorthand for marking a test as `TODO`. This is the same as calling {@link test} with `options.todo` set to `true`. + * @since v20.2.0 + */ + function todo(name?: string, options?: TestOptions, fn?: TestFn): Promise; + function todo(name?: string, fn?: TestFn): Promise; + function todo(options?: TestOptions, fn?: TestFn): Promise; + function todo(fn?: TestFn): Promise; + /** + * Shorthand for marking a test as `only`. This is the same as calling {@link test} with `options.only` set to `true`. + * @since v20.2.0 + */ + function only(name?: string, options?: TestOptions, fn?: TestFn): Promise; + function only(name?: string, fn?: TestFn): Promise; + function only(options?: TestOptions, fn?: TestFn): Promise; + function only(fn?: TestFn): Promise; + /** + * The type of a function passed to {@link test}. The first argument to this function is a {@link TestContext} object. + * If the test uses callbacks, the callback function is passed as the second argument. + */ + type TestFn = (t: TestContext, done: (result?: any) => void) => void | Promise; + /** + * The type of a suite test function. The argument to this function is a {@link SuiteContext} object. + */ + type SuiteFn = (s: SuiteContext) => void | Promise; + interface TestShard { + /** + * A positive integer between 1 and `total` that specifies the index of the shard to run. + */ + index: number; + /** + * A positive integer that specifies the total number of shards to split the test files to. + */ + total: number; + } + interface RunOptions { + /** + * If a number is provided, then that many test processes would run in parallel, where each process corresponds to one test file. + * If `true`, it would run `os.availableParallelism() - 1` test files in parallel. If `false`, it would only run one test file at a time. + * @default false + */ + concurrency?: number | boolean | undefined; + /** + * An array containing the list of files to run. If omitted, files are run according to the + * [test runner execution model](https://nodejs.org/docs/latest-v20.x/api/test.html#test-runner-execution-model). + */ + files?: readonly string[] | undefined; + /** + * Configures the test runner to exit the process once all known + * tests have finished executing even if the event loop would + * otherwise remain active. + * @default false + */ + forceExit?: boolean | undefined; + /** + * Sets inspector port of test child process. + * If a nullish value is provided, each process gets its own port, + * incremented from the primary's `process.debugPort`. + * @default undefined + */ + inspectPort?: number | (() => number) | undefined; + /** + * If truthy, the test context will only run tests that have the `only` option set + */ + only?: boolean | undefined; + /** + * A function that accepts the `TestsStream` instance and can be used to setup listeners before any tests are run. + * @default undefined + */ + setup?: ((reporter: TestsStream) => void | Promise) | undefined; + /** + * Allows aborting an in-progress test execution. + */ + signal?: AbortSignal | undefined; + /** + * If provided, only run tests whose name matches the provided pattern. + * Strings are interpreted as JavaScript regular expressions. + * @default undefined + */ + testNamePatterns?: string | RegExp | ReadonlyArray | undefined; + /** + * The number of milliseconds after which the test execution will fail. + * If unspecified, subtests inherit this value from their parent. + * @default Infinity + */ + timeout?: number | undefined; + /** + * Whether to run in watch mode or not. + * @default false + */ + watch?: boolean | undefined; + /** + * Running tests in a specific shard. + * @default undefined + */ + shard?: TestShard | undefined; + } + /** + * A successful call to `run()` will return a new `TestsStream` object, streaming a series of events representing the execution of the tests. + * + * Some of the events are guaranteed to be emitted in the same order as the tests are defined, while others are emitted in the order that the tests execute. + * @since v18.9.0, v16.19.0 + */ + interface TestsStream extends Readable { + addListener(event: "test:coverage", listener: (data: EventData.TestCoverage) => void): this; + addListener(event: "test:complete", listener: (data: EventData.TestComplete) => void): this; + addListener(event: "test:dequeue", listener: (data: EventData.TestDequeue) => void): this; + addListener(event: "test:diagnostic", listener: (data: EventData.TestDiagnostic) => void): this; + addListener(event: "test:enqueue", listener: (data: EventData.TestEnqueue) => void): this; + addListener(event: "test:fail", listener: (data: EventData.TestFail) => void): this; + addListener(event: "test:pass", listener: (data: EventData.TestPass) => void): this; + addListener(event: "test:plan", listener: (data: EventData.TestPlan) => void): this; + addListener(event: "test:start", listener: (data: EventData.TestStart) => void): this; + addListener(event: "test:stderr", listener: (data: EventData.TestStderr) => void): this; + addListener(event: "test:stdout", listener: (data: EventData.TestStdout) => void): this; + addListener(event: "test:watch:drained", listener: () => void): this; + addListener(event: string, listener: (...args: any[]) => void): this; + emit(event: "test:coverage", data: EventData.TestCoverage): boolean; + emit(event: "test:complete", data: EventData.TestComplete): boolean; + emit(event: "test:dequeue", data: EventData.TestDequeue): boolean; + emit(event: "test:diagnostic", data: EventData.TestDiagnostic): boolean; + emit(event: "test:enqueue", data: EventData.TestEnqueue): boolean; + emit(event: "test:fail", data: EventData.TestFail): boolean; + emit(event: "test:pass", data: EventData.TestPass): boolean; + emit(event: "test:plan", data: EventData.TestPlan): boolean; + emit(event: "test:start", data: EventData.TestStart): boolean; + emit(event: "test:stderr", data: EventData.TestStderr): boolean; + emit(event: "test:stdout", data: EventData.TestStdout): boolean; + emit(event: "test:watch:drained"): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "test:coverage", listener: (data: EventData.TestCoverage) => void): this; + on(event: "test:complete", listener: (data: EventData.TestComplete) => void): this; + on(event: "test:dequeue", listener: (data: EventData.TestDequeue) => void): this; + on(event: "test:diagnostic", listener: (data: EventData.TestDiagnostic) => void): this; + on(event: "test:enqueue", listener: (data: EventData.TestEnqueue) => void): this; + on(event: "test:fail", listener: (data: EventData.TestFail) => void): this; + on(event: "test:pass", listener: (data: EventData.TestPass) => void): this; + on(event: "test:plan", listener: (data: EventData.TestPlan) => void): this; + on(event: "test:start", listener: (data: EventData.TestStart) => void): this; + on(event: "test:stderr", listener: (data: EventData.TestStderr) => void): this; + on(event: "test:stdout", listener: (data: EventData.TestStdout) => void): this; + on(event: "test:watch:drained", listener: () => void): this; + on(event: string, listener: (...args: any[]) => void): this; + once(event: "test:coverage", listener: (data: EventData.TestCoverage) => void): this; + once(event: "test:complete", listener: (data: EventData.TestComplete) => void): this; + once(event: "test:dequeue", listener: (data: EventData.TestDequeue) => void): this; + once(event: "test:diagnostic", listener: (data: EventData.TestDiagnostic) => void): this; + once(event: "test:enqueue", listener: (data: EventData.TestEnqueue) => void): this; + once(event: "test:fail", listener: (data: EventData.TestFail) => void): this; + once(event: "test:pass", listener: (data: EventData.TestPass) => void): this; + once(event: "test:plan", listener: (data: EventData.TestPlan) => void): this; + once(event: "test:start", listener: (data: EventData.TestStart) => void): this; + once(event: "test:stderr", listener: (data: EventData.TestStderr) => void): this; + once(event: "test:stdout", listener: (data: EventData.TestStdout) => void): this; + once(event: "test:watch:drained", listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "test:coverage", listener: (data: EventData.TestCoverage) => void): this; + prependListener(event: "test:complete", listener: (data: EventData.TestComplete) => void): this; + prependListener(event: "test:dequeue", listener: (data: EventData.TestDequeue) => void): this; + prependListener(event: "test:diagnostic", listener: (data: EventData.TestDiagnostic) => void): this; + prependListener(event: "test:enqueue", listener: (data: EventData.TestEnqueue) => void): this; + prependListener(event: "test:fail", listener: (data: EventData.TestFail) => void): this; + prependListener(event: "test:pass", listener: (data: EventData.TestPass) => void): this; + prependListener(event: "test:plan", listener: (data: EventData.TestPlan) => void): this; + prependListener(event: "test:start", listener: (data: EventData.TestStart) => void): this; + prependListener(event: "test:stderr", listener: (data: EventData.TestStderr) => void): this; + prependListener(event: "test:stdout", listener: (data: EventData.TestStdout) => void): this; + prependListener(event: "test:watch:drained", listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "test:coverage", listener: (data: EventData.TestCoverage) => void): this; + prependOnceListener(event: "test:complete", listener: (data: EventData.TestComplete) => void): this; + prependOnceListener(event: "test:dequeue", listener: (data: EventData.TestDequeue) => void): this; + prependOnceListener(event: "test:diagnostic", listener: (data: EventData.TestDiagnostic) => void): this; + prependOnceListener(event: "test:enqueue", listener: (data: EventData.TestEnqueue) => void): this; + prependOnceListener(event: "test:fail", listener: (data: EventData.TestFail) => void): this; + prependOnceListener(event: "test:pass", listener: (data: EventData.TestPass) => void): this; + prependOnceListener(event: "test:plan", listener: (data: EventData.TestPlan) => void): this; + prependOnceListener(event: "test:start", listener: (data: EventData.TestStart) => void): this; + prependOnceListener(event: "test:stderr", listener: (data: EventData.TestStderr) => void): this; + prependOnceListener(event: "test:stdout", listener: (data: EventData.TestStdout) => void): this; + prependOnceListener(event: "test:watch:drained", listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + } + namespace EventData { + interface Error extends globalThis.Error { + cause: globalThis.Error; + } + interface LocationInfo { + /** + * The column number where the test is defined, or + * `undefined` if the test was run through the REPL. + */ + column?: number; + /** + * The path of the test file, `undefined` if test was run through the REPL. + */ + file?: string; + /** + * The line number where the test is defined, or `undefined` if the test was run through the REPL. + */ + line?: number; + } + interface TestDiagnostic extends LocationInfo { + /** + * The diagnostic message. + */ + message: string; + /** + * The nesting level of the test. + */ + nesting: number; + } + interface TestCoverage { + /** + * An object containing the coverage report. + */ + summary: { + /** + * An array of coverage reports for individual files. + */ + files: Array<{ + /** + * The absolute path of the file. + */ + path: string; + /** + * The total number of lines. + */ + totalLineCount: number; + /** + * The total number of branches. + */ + totalBranchCount: number; + /** + * The total number of functions. + */ + totalFunctionCount: number; + /** + * The number of covered lines. + */ + coveredLineCount: number; + /** + * The number of covered branches. + */ + coveredBranchCount: number; + /** + * The number of covered functions. + */ + coveredFunctionCount: number; + /** + * The percentage of lines covered. + */ + coveredLinePercent: number; + /** + * The percentage of branches covered. + */ + coveredBranchPercent: number; + /** + * The percentage of functions covered. + */ + coveredFunctionPercent: number; + /** + * An array of functions representing function coverage. + */ + functions: Array<{ + /** + * The name of the function. + */ + name: string; + /** + * The line number where the function is defined. + */ + line: number; + /** + * The number of times the function was called. + */ + count: number; + }>; + /** + * An array of branches representing branch coverage. + */ + branches: Array<{ + /** + * The line number where the branch is defined. + */ + line: number; + /** + * The number of times the branch was taken. + */ + count: number; + }>; + /** + * An array of lines representing line numbers and the number of times they were covered. + */ + lines: Array<{ + /** + * The line number. + */ + line: number; + /** + * The number of times the line was covered. + */ + count: number; + }>; + }>; + /** + * An object containing a summary of coverage for all files. + */ + totals: { + /** + * The total number of lines. + */ + totalLineCount: number; + /** + * The total number of branches. + */ + totalBranchCount: number; + /** + * The total number of functions. + */ + totalFunctionCount: number; + /** + * The number of covered lines. + */ + coveredLineCount: number; + /** + * The number of covered branches. + */ + coveredBranchCount: number; + /** + * The number of covered functions. + */ + coveredFunctionCount: number; + /** + * The percentage of lines covered. + */ + coveredLinePercent: number; + /** + * The percentage of branches covered. + */ + coveredBranchPercent: number; + /** + * The percentage of functions covered. + */ + coveredFunctionPercent: number; + }; + /** + * The working directory when code coverage began. This + * is useful for displaying relative path names in case + * the tests changed the working directory of the Node.js process. + */ + workingDirectory: string; + }; + /** + * The nesting level of the test. + */ + nesting: number; + } + interface TestComplete extends LocationInfo { + /** + * Additional execution metadata. + */ + details: { + /** + * Whether the test passed or not. + */ + passed: boolean; + /** + * The duration of the test in milliseconds. + */ + duration_ms: number; + /** + * An error wrapping the error thrown by the test if it did not pass. + */ + error?: Error; + /** + * The type of the test, used to denote whether this is a suite. + */ + type?: "suite"; + }; + /** + * The test name. + */ + name: string; + /** + * The nesting level of the test. + */ + nesting: number; + /** + * The ordinal number of the test. + */ + testNumber: number; + /** + * Present if `context.todo` is called. + */ + todo?: string | boolean; + /** + * Present if `context.skip` is called. + */ + skip?: string | boolean; + } + interface TestDequeue extends LocationInfo { + /** + * The test name. + */ + name: string; + /** + * The nesting level of the test. + */ + nesting: number; + } + interface TestEnqueue extends LocationInfo { + /** + * The test name. + */ + name: string; + /** + * The nesting level of the test. + */ + nesting: number; + } + interface TestFail extends LocationInfo { + /** + * Additional execution metadata. + */ + details: { + /** + * The duration of the test in milliseconds. + */ + duration_ms: number; + /** + * An error wrapping the error thrown by the test. + */ + error: Error; + /** + * The type of the test, used to denote whether this is a suite. + * @since v20.0.0, v19.9.0, v18.17.0 + */ + type?: "suite"; + }; + /** + * The test name. + */ + name: string; + /** + * The nesting level of the test. + */ + nesting: number; + /** + * The ordinal number of the test. + */ + testNumber: number; + /** + * Present if `context.todo` is called. + */ + todo?: string | boolean; + /** + * Present if `context.skip` is called. + */ + skip?: string | boolean; + } + interface TestPass extends LocationInfo { + /** + * Additional execution metadata. + */ + details: { + /** + * The duration of the test in milliseconds. + */ + duration_ms: number; + /** + * The type of the test, used to denote whether this is a suite. + * @since 20.0.0, 19.9.0, 18.17.0 + */ + type?: "suite"; + }; + /** + * The test name. + */ + name: string; + /** + * The nesting level of the test. + */ + nesting: number; + /** + * The ordinal number of the test. + */ + testNumber: number; + /** + * Present if `context.todo` is called. + */ + todo?: string | boolean; + /** + * Present if `context.skip` is called. + */ + skip?: string | boolean; + } + interface TestPlan extends LocationInfo { + /** + * The nesting level of the test. + */ + nesting: number; + /** + * The number of subtests that have ran. + */ + count: number; + } + interface TestStart extends LocationInfo { + /** + * The test name. + */ + name: string; + /** + * The nesting level of the test. + */ + nesting: number; + } + interface TestStderr { + /** + * The path of the test file. + */ + file: string; + /** + * The message written to `stderr`. + */ + message: string; + } + interface TestStdout { + /** + * The path of the test file. + */ + file: string; + /** + * The message written to `stdout`. + */ + message: string; + } + } + /** + * An instance of `TestContext` is passed to each test function in order to + * interact with the test runner. However, the `TestContext` constructor is not + * exposed as part of the API. + * @since v18.0.0, v16.17.0 + */ + interface TestContext { + /** + * An object containing assertion methods bound to the test context. + * The top-level functions from the `node:assert` module are exposed here for the purpose of creating test plans. + * + * **Note:** Some of the functions from `node:assert` contain type assertions. If these are called via the + * TestContext `assert` object, then the context parameter in the test's function signature **must be explicitly typed** + * (ie. the parameter must have a type annotation), otherwise an error will be raised by the TypeScript compiler: + * ```ts + * import { test, type TestContext } from 'node:test'; + * + * // The test function's context parameter must have a type annotation. + * test('example', (t: TestContext) => { + * t.assert.deepStrictEqual(actual, expected); + * }); + * + * // Omitting the type annotation will result in a compilation error. + * test('example', t => { + * t.assert.deepStrictEqual(actual, expected); // Error: 't' needs an explicit type annotation. + * }); + * ``` + * @since v20.15.0 + */ + readonly assert: TestContextAssert; + /** + * This function is used to create a hook running before subtest of the current test. + * @param fn The hook function. The first argument to this function is a `TestContext` object. + * If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + * @since v20.1.0, v18.17.0 + */ + before(fn?: TestContextHookFn, options?: HookOptions): void; + /** + * This function is used to create a hook running before each subtest of the current test. + * @param fn The hook function. The first argument to this function is a `TestContext` object. + * If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + * @since v18.8.0 + */ + beforeEach(fn?: TestContextHookFn, options?: HookOptions): void; + /** + * This function is used to create a hook that runs after the current test finishes. + * @param fn The hook function. The first argument to this function is a `TestContext` object. + * If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + * @since v18.13.0 + */ + after(fn?: TestContextHookFn, options?: HookOptions): void; + /** + * This function is used to create a hook running after each subtest of the current test. + * @param fn The hook function. The first argument to this function is a `TestContext` object. + * If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + * @since v18.8.0 + */ + afterEach(fn?: TestContextHookFn, options?: HookOptions): void; + /** + * This function is used to write diagnostics to the output. Any diagnostic + * information is included at the end of the test's results. This function does + * not return a value. + * + * ```js + * test('top level test', (t) => { + * t.diagnostic('A diagnostic message'); + * }); + * ``` + * @since v18.0.0, v16.17.0 + * @param message Message to be reported. + */ + diagnostic(message: string): void; + /** + * The name of the test and each of its ancestors, separated by `>`. + * @since v20.16.0 + */ + readonly fullName: string; + /** + * The name of the test. + * @since v18.8.0, v16.18.0 + */ + readonly name: string; + /** + * Used to set the number of assertions and subtests that are expected to run within the test. + * If the number of assertions and subtests that run does not match the expected count, the test will fail. + * + * To make sure assertions are tracked, the assert functions on `context.assert` must be used, + * instead of importing from the `node:assert` module. + * ```js + * test('top level test', (t) => { + * t.plan(2); + * t.assert.ok('some relevant assertion here'); + * t.test('subtest', () => {}); + * }); + * ``` + * + * When working with asynchronous code, the `plan` function can be used to ensure that the correct number of assertions are run: + * ```js + * test('planning with streams', (t, done) => { + * function* generate() { + * yield 'a'; + * yield 'b'; + * yield 'c'; + * } + * const expected = ['a', 'b', 'c']; + * t.plan(expected.length); + * const stream = Readable.from(generate()); + * stream.on('data', (chunk) => { + * t.assert.strictEqual(chunk, expected.shift()); + * }); + * stream.on('end', () => { + * done(); + * }); + * }); + * ``` + * @since v20.15.0 + */ + plan(count: number): void; + /** + * If `shouldRunOnlyTests` is truthy, the test context will only run tests that + * have the `only` option set. Otherwise, all tests are run. If Node.js was not + * started with the `--test-only` command-line option, this function is a + * no-op. + * + * ```js + * test('top level test', (t) => { + * // The test context can be set to run subtests with the 'only' option. + * t.runOnly(true); + * return Promise.all([ + * t.test('this subtest is now skipped'), + * t.test('this subtest is run', { only: true }), + * ]); + * }); + * ``` + * @since v18.0.0, v16.17.0 + * @param shouldRunOnlyTests Whether or not to run `only` tests. + */ + runOnly(shouldRunOnlyTests: boolean): void; + /** + * ```js + * test('top level test', async (t) => { + * await fetch('some/uri', { signal: t.signal }); + * }); + * ``` + * @since v18.7.0, v16.17.0 + */ + readonly signal: AbortSignal; + /** + * This function causes the test's output to indicate the test as skipped. If `message` is provided, it is included in the output. Calling `skip()` does + * not terminate execution of the test function. This function does not return a + * value. + * + * ```js + * test('top level test', (t) => { + * // Make sure to return here as well if the test contains additional logic. + * t.skip('this is skipped'); + * }); + * ``` + * @since v18.0.0, v16.17.0 + * @param message Optional skip message. + */ + skip(message?: string): void; + /** + * This function adds a `TODO` directive to the test's output. If `message` is + * provided, it is included in the output. Calling `todo()` does not terminate + * execution of the test function. This function does not return a value. + * + * ```js + * test('top level test', (t) => { + * // This test is marked as `TODO` + * t.todo('this is a todo'); + * }); + * ``` + * @since v18.0.0, v16.17.0 + * @param message Optional `TODO` message. + */ + todo(message?: string): void; + /** + * This function is used to create subtests under the current test. This function behaves in + * the same fashion as the top level {@link test} function. + * @since v18.0.0 + * @param name The name of the test, which is displayed when reporting test results. + * Defaults to the `name` property of `fn`, or `''` if `fn` does not have a name. + * @param options Configuration options for the test. + * @param fn The function under test. This first argument to this function is a {@link TestContext} object. + * If the test uses callbacks, the callback function is passed as the second argument. + * @returns A {@link Promise} resolved with `undefined` once the test completes. + */ + test: typeof test; + /** + * Each test provides its own MockTracker instance. + */ + readonly mock: MockTracker; + } + interface TestContextAssert extends Pick {} + /** + * An instance of `SuiteContext` is passed to each suite function in order to + * interact with the test runner. However, the `SuiteContext` constructor is not + * exposed as part of the API. + * @since v18.7.0, v16.17.0 + */ + interface SuiteContext { + /** + * The name of the suite. + * @since v18.8.0, v16.18.0 + */ + readonly name: string; + /** + * Can be used to abort test subtasks when the test has been aborted. + * @since v18.7.0, v16.17.0 + */ + readonly signal: AbortSignal; + } + interface TestOptions { + /** + * If a number is provided, then that many tests would run in parallel. + * If truthy, it would run (number of cpu cores - 1) tests in parallel. + * For subtests, it will be `Infinity` tests in parallel. + * If falsy, it would only run one test at a time. + * If unspecified, subtests inherit this value from their parent. + * @default false + */ + concurrency?: number | boolean | undefined; + /** + * If truthy, and the test context is configured to run `only` tests, then this test will be + * run. Otherwise, the test is skipped. + * @default false + */ + only?: boolean | undefined; + /** + * Allows aborting an in-progress test. + * @since v18.8.0 + */ + signal?: AbortSignal | undefined; + /** + * If truthy, the test is skipped. If a string is provided, that string is displayed in the + * test results as the reason for skipping the test. + * @default false + */ + skip?: boolean | string | undefined; + /** + * A number of milliseconds the test will fail after. If unspecified, subtests inherit this + * value from their parent. + * @default Infinity + * @since v18.7.0 + */ + timeout?: number | undefined; + /** + * If truthy, the test marked as `TODO`. If a string is provided, that string is displayed in + * the test results as the reason why the test is `TODO`. + * @default false + */ + todo?: boolean | string | undefined; + /** + * The number of assertions and subtests expected to be run in the test. + * If the number of assertions run in the test does not match the number + * specified in the plan, the test will fail. + * @default undefined + * @since v20.15.0 + */ + plan?: number | undefined; + } + /** + * This function creates a hook that runs before executing a suite. + * + * ```js + * describe('tests', async () => { + * before(() => console.log('about to run some test')); + * it('is a subtest', () => { + * assert.ok('some relevant assertion here'); + * }); + * }); + * ``` + * @since v18.8.0, v16.18.0 + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + */ + function before(fn?: HookFn, options?: HookOptions): void; + /** + * This function creates a hook that runs after executing a suite. + * + * ```js + * describe('tests', async () => { + * after(() => console.log('finished running tests')); + * it('is a subtest', () => { + * assert.ok('some relevant assertion here'); + * }); + * }); + * ``` + * @since v18.8.0, v16.18.0 + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + */ + function after(fn?: HookFn, options?: HookOptions): void; + /** + * This function creates a hook that runs before each test in the current suite. + * + * ```js + * describe('tests', async () => { + * beforeEach(() => console.log('about to run a test')); + * it('is a subtest', () => { + * assert.ok('some relevant assertion here'); + * }); + * }); + * ``` + * @since v18.8.0, v16.18.0 + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + */ + function beforeEach(fn?: HookFn, options?: HookOptions): void; + /** + * This function creates a hook that runs after each test in the current suite. + * The `afterEach()` hook is run even if the test fails. + * + * ```js + * describe('tests', async () => { + * afterEach(() => console.log('finished running a test')); + * it('is a subtest', () => { + * assert.ok('some relevant assertion here'); + * }); + * }); + * ``` + * @since v18.8.0, v16.18.0 + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + */ + function afterEach(fn?: HookFn, options?: HookOptions): void; + /** + * The hook function. The first argument is the context in which the hook is called. + * If the hook uses callbacks, the callback function is passed as the second argument. + */ + type HookFn = (c: TestContext | SuiteContext, done: (result?: any) => void) => any; + /** + * The hook function. The first argument is a `TestContext` object. + * If the hook uses callbacks, the callback function is passed as the second argument. + */ + type TestContextHookFn = (t: TestContext, done: (result?: any) => void) => any; + /** + * Configuration options for hooks. + * @since v18.8.0 + */ + interface HookOptions { + /** + * Allows aborting an in-progress hook. + */ + signal?: AbortSignal | undefined; + /** + * A number of milliseconds the hook will fail after. If unspecified, subtests inherit this + * value from their parent. + * @default Infinity + */ + timeout?: number | undefined; + } + interface MockFunctionOptions { + /** + * The number of times that the mock will use the behavior of `implementation`. + * Once the mock function has been called `times` times, + * it will automatically restore the behavior of `original`. + * This value must be an integer greater than zero. + * @default Infinity + */ + times?: number | undefined; + } + interface MockMethodOptions extends MockFunctionOptions { + /** + * If `true`, `object[methodName]` is treated as a getter. + * This option cannot be used with the `setter` option. + */ + getter?: boolean | undefined; + /** + * If `true`, `object[methodName]` is treated as a setter. + * This option cannot be used with the `getter` option. + */ + setter?: boolean | undefined; + } + type Mock = F & { + mock: MockFunctionContext; + }; + interface MockModuleOptions { + /** + * If false, each call to `require()` or `import()` generates a new mock module. + * If true, subsequent calls will return the same module mock, and the mock module is inserted into the CommonJS cache. + * @default false + */ + cache?: boolean | undefined; + /** + * The value to use as the mocked module's default export. + * + * If this value is not provided, ESM mocks do not include a default export. + * If the mock is a CommonJS or builtin module, this setting is used as the value of `module.exports`. + * If this value is not provided, CJS and builtin mocks use an empty object as the value of `module.exports`. + */ + defaultExport?: any; + /** + * An object whose keys and values are used to create the named exports of the mock module. + * + * If the mock is a CommonJS or builtin module, these values are copied onto `module.exports`. + * Therefore, if a mock is created with both named exports and a non-object default export, + * the mock will throw an exception when used as a CJS or builtin module. + */ + namedExports?: object | undefined; + } + /** + * The `MockTracker` class is used to manage mocking functionality. The test runner + * module provides a top level `mock` export which is a `MockTracker` instance. + * Each test also provides its own `MockTracker` instance via the test context's `mock` property. + * @since v19.1.0, v18.13.0 + */ + interface MockTracker { + /** + * This function is used to create a mock function. + * + * The following example creates a mock function that increments a counter by one + * on each invocation. The `times` option is used to modify the mock behavior such + * that the first two invocations add two to the counter instead of one. + * + * ```js + * test('mocks a counting function', (t) => { + * let cnt = 0; + * + * function addOne() { + * cnt++; + * return cnt; + * } + * + * function addTwo() { + * cnt += 2; + * return cnt; + * } + * + * const fn = t.mock.fn(addOne, addTwo, { times: 2 }); + * + * assert.strictEqual(fn(), 2); + * assert.strictEqual(fn(), 4); + * assert.strictEqual(fn(), 5); + * assert.strictEqual(fn(), 6); + * }); + * ``` + * @since v19.1.0, v18.13.0 + * @param original An optional function to create a mock on. + * @param implementation An optional function used as the mock implementation for `original`. This is useful for creating mocks that exhibit one behavior for a specified number of calls and + * then restore the behavior of `original`. + * @param options Optional configuration options for the mock function. + * @return The mocked function. The mocked function contains a special `mock` property, which is an instance of {@link MockFunctionContext}, and can be used for inspecting and changing the + * behavior of the mocked function. + */ + fn undefined>( + original?: F, + options?: MockFunctionOptions, + ): Mock; + fn undefined, Implementation extends Function = F>( + original?: F, + implementation?: Implementation, + options?: MockFunctionOptions, + ): Mock; + /** + * This function is used to create a mock on an existing object method. The + * following example demonstrates how a mock is created on an existing object + * method. + * + * ```js + * test('spies on an object method', (t) => { + * const number = { + * value: 5, + * subtract(a) { + * return this.value - a; + * }, + * }; + * + * t.mock.method(number, 'subtract'); + * assert.strictEqual(number.subtract.mock.calls.length, 0); + * assert.strictEqual(number.subtract(3), 2); + * assert.strictEqual(number.subtract.mock.calls.length, 1); + * + * const call = number.subtract.mock.calls[0]; + * + * assert.deepStrictEqual(call.arguments, [3]); + * assert.strictEqual(call.result, 2); + * assert.strictEqual(call.error, undefined); + * assert.strictEqual(call.target, undefined); + * assert.strictEqual(call.this, number); + * }); + * ``` + * @since v19.1.0, v18.13.0 + * @param object The object whose method is being mocked. + * @param methodName The identifier of the method on `object` to mock. If `object[methodName]` is not a function, an error is thrown. + * @param implementation An optional function used as the mock implementation for `object[methodName]`. + * @param options Optional configuration options for the mock method. + * @return The mocked method. The mocked method contains a special `mock` property, which is an instance of {@link MockFunctionContext}, and can be used for inspecting and changing the + * behavior of the mocked method. + */ + method< + MockedObject extends object, + MethodName extends FunctionPropertyNames, + >( + object: MockedObject, + methodName: MethodName, + options?: MockFunctionOptions, + ): MockedObject[MethodName] extends Function ? Mock + : never; + method< + MockedObject extends object, + MethodName extends FunctionPropertyNames, + Implementation extends Function, + >( + object: MockedObject, + methodName: MethodName, + implementation: Implementation, + options?: MockFunctionOptions, + ): MockedObject[MethodName] extends Function ? Mock + : never; + method( + object: MockedObject, + methodName: keyof MockedObject, + options: MockMethodOptions, + ): Mock; + method( + object: MockedObject, + methodName: keyof MockedObject, + implementation: Function, + options: MockMethodOptions, + ): Mock; + /** + * This function is syntax sugar for `MockTracker.method` with `options.getter` set to `true`. + * @since v19.3.0, v18.13.0 + */ + getter< + MockedObject extends object, + MethodName extends keyof MockedObject, + >( + object: MockedObject, + methodName: MethodName, + options?: MockFunctionOptions, + ): Mock<() => MockedObject[MethodName]>; + getter< + MockedObject extends object, + MethodName extends keyof MockedObject, + Implementation extends Function, + >( + object: MockedObject, + methodName: MethodName, + implementation?: Implementation, + options?: MockFunctionOptions, + ): Mock<(() => MockedObject[MethodName]) | Implementation>; + /** + * This function is syntax sugar for `MockTracker.method` with `options.setter` set to `true`. + * @since v19.3.0, v18.13.0 + */ + setter< + MockedObject extends object, + MethodName extends keyof MockedObject, + >( + object: MockedObject, + methodName: MethodName, + options?: MockFunctionOptions, + ): Mock<(value: MockedObject[MethodName]) => void>; + setter< + MockedObject extends object, + MethodName extends keyof MockedObject, + Implementation extends Function, + >( + object: MockedObject, + methodName: MethodName, + implementation?: Implementation, + options?: MockFunctionOptions, + ): Mock<((value: MockedObject[MethodName]) => void) | Implementation>; + /** + * This function is used to mock the exports of ECMAScript modules, CommonJS modules, and Node.js builtin modules. + * Any references to the original module prior to mocking are not impacted. + * + * Only available through the [--experimental-test-module-mocks](https://nodejs.org/api/cli.html#--experimental-test-module-mocks) flag. + * @since v20.18.0 + * @experimental + * @param specifier A string identifying the module to mock. + * @param options Optional configuration options for the mock module. + */ + module(specifier: string, options?: MockModuleOptions): MockModuleContext; + /** + * This function restores the default behavior of all mocks that were previously + * created by this `MockTracker` and disassociates the mocks from the `MockTracker` instance. Once disassociated, the mocks can still be used, but the `MockTracker` instance can no longer be + * used to reset their behavior or + * otherwise interact with them. + * + * After each test completes, this function is called on the test context's `MockTracker`. If the global `MockTracker` is used extensively, calling this + * function manually is recommended. + * @since v19.1.0, v18.13.0 + */ + reset(): void; + /** + * This function restores the default behavior of all mocks that were previously + * created by this `MockTracker`. Unlike `mock.reset()`, `mock.restoreAll()` does + * not disassociate the mocks from the `MockTracker` instance. + * @since v19.1.0, v18.13.0 + */ + restoreAll(): void; + readonly timers: MockTimers; + } + const mock: MockTracker; + interface MockFunctionCall< + F extends Function, + ReturnType = F extends (...args: any) => infer T ? T + : F extends abstract new(...args: any) => infer T ? T + : unknown, + Args = F extends (...args: infer Y) => any ? Y + : F extends abstract new(...args: infer Y) => any ? Y + : unknown[], + > { + /** + * An array of the arguments passed to the mock function. + */ + arguments: Args; + /** + * If the mocked function threw then this property contains the thrown value. + */ + error: unknown | undefined; + /** + * The value returned by the mocked function. + * + * If the mocked function threw, it will be `undefined`. + */ + result: ReturnType | undefined; + /** + * An `Error` object whose stack can be used to determine the callsite of the mocked function invocation. + */ + stack: Error; + /** + * If the mocked function is a constructor, this field contains the class being constructed. + * Otherwise this will be `undefined`. + */ + target: F extends abstract new(...args: any) => any ? F : undefined; + /** + * The mocked function's `this` value. + */ + this: unknown; + } + /** + * The `MockFunctionContext` class is used to inspect or manipulate the behavior of + * mocks created via the `MockTracker` APIs. + * @since v19.1.0, v18.13.0 + */ + interface MockFunctionContext { + /** + * A getter that returns a copy of the internal array used to track calls to the + * mock. Each entry in the array is an object with the following properties. + * @since v19.1.0, v18.13.0 + */ + readonly calls: MockFunctionCall[]; + /** + * This function returns the number of times that this mock has been invoked. This + * function is more efficient than checking `ctx.calls.length` because `ctx.calls` is a getter that creates a copy of the internal call tracking array. + * @since v19.1.0, v18.13.0 + * @return The number of times that this mock has been invoked. + */ + callCount(): number; + /** + * This function is used to change the behavior of an existing mock. + * + * The following example creates a mock function using `t.mock.fn()`, calls the + * mock function, and then changes the mock implementation to a different function. + * + * ```js + * test('changes a mock behavior', (t) => { + * let cnt = 0; + * + * function addOne() { + * cnt++; + * return cnt; + * } + * + * function addTwo() { + * cnt += 2; + * return cnt; + * } + * + * const fn = t.mock.fn(addOne); + * + * assert.strictEqual(fn(), 1); + * fn.mock.mockImplementation(addTwo); + * assert.strictEqual(fn(), 3); + * assert.strictEqual(fn(), 5); + * }); + * ``` + * @since v19.1.0, v18.13.0 + * @param implementation The function to be used as the mock's new implementation. + */ + mockImplementation(implementation: F): void; + /** + * This function is used to change the behavior of an existing mock for a single + * invocation. Once invocation `onCall` has occurred, the mock will revert to + * whatever behavior it would have used had `mockImplementationOnce()` not been + * called. + * + * The following example creates a mock function using `t.mock.fn()`, calls the + * mock function, changes the mock implementation to a different function for the + * next invocation, and then resumes its previous behavior. + * + * ```js + * test('changes a mock behavior once', (t) => { + * let cnt = 0; + * + * function addOne() { + * cnt++; + * return cnt; + * } + * + * function addTwo() { + * cnt += 2; + * return cnt; + * } + * + * const fn = t.mock.fn(addOne); + * + * assert.strictEqual(fn(), 1); + * fn.mock.mockImplementationOnce(addTwo); + * assert.strictEqual(fn(), 3); + * assert.strictEqual(fn(), 4); + * }); + * ``` + * @since v19.1.0, v18.13.0 + * @param implementation The function to be used as the mock's implementation for the invocation number specified by `onCall`. + * @param onCall The invocation number that will use `implementation`. If the specified invocation has already occurred then an exception is thrown. + */ + mockImplementationOnce(implementation: F, onCall?: number): void; + /** + * Resets the call history of the mock function. + * @since v19.3.0, v18.13.0 + */ + resetCalls(): void; + /** + * Resets the implementation of the mock function to its original behavior. The + * mock can still be used after calling this function. + * @since v19.1.0, v18.13.0 + */ + restore(): void; + } + /** + * @since v20.18.0 + * @experimental + */ + interface MockModuleContext { + /** + * Resets the implementation of the mock module. + * @since v20.18.0 + */ + restore(): void; + } + interface MockTimersOptions { + apis: ReadonlyArray<"setInterval" | "setTimeout" | "setImmediate" | "Date">; + now?: number | Date | undefined; + } + /** + * Mocking timers is a technique commonly used in software testing to simulate and + * control the behavior of timers, such as `setInterval` and `setTimeout`, + * without actually waiting for the specified time intervals. + * + * The MockTimers API also allows for mocking of the `Date` constructor and + * `setImmediate`/`clearImmediate` functions. + * + * The `MockTracker` provides a top-level `timers` export + * which is a `MockTimers` instance. + * @since v20.4.0 + * @experimental + */ + interface MockTimers { + /** + * Enables timer mocking for the specified timers. + * + * **Note:** When you enable mocking for a specific timer, its associated + * clear function will also be implicitly mocked. + * + * **Note:** Mocking `Date` will affect the behavior of the mocked timers + * as they use the same internal clock. + * + * Example usage without setting initial time: + * + * ```js + * import { mock } from 'node:test'; + * mock.timers.enable({ apis: ['setInterval', 'Date'], now: 1234 }); + * ``` + * + * The above example enables mocking for the `Date` constructor, `setInterval` timer and + * implicitly mocks the `clearInterval` function. Only the `Date` constructor from `globalThis`, + * `setInterval` and `clearInterval` functions from `node:timers`, `node:timers/promises`, and `globalThis` will be mocked. + * + * Example usage with initial time set + * + * ```js + * import { mock } from 'node:test'; + * mock.timers.enable({ apis: ['Date'], now: 1000 }); + * ``` + * + * Example usage with initial Date object as time set + * + * ```js + * import { mock } from 'node:test'; + * mock.timers.enable({ apis: ['Date'], now: new Date() }); + * ``` + * + * Alternatively, if you call `mock.timers.enable()` without any parameters: + * + * All timers (`'setInterval'`, `'clearInterval'`, `'Date'`, `'setImmediate'`, `'clearImmediate'`, `'setTimeout'`, and `'clearTimeout'`) + * will be mocked. + * + * The `setInterval`, `clearInterval`, `setTimeout`, and `clearTimeout` functions from `node:timers`, `node:timers/promises`, + * and `globalThis` will be mocked. + * The `Date` constructor from `globalThis` will be mocked. + * + * If there is no initial epoch set, the initial date will be based on 0 in the Unix epoch. This is `January 1st, 1970, 00:00:00 UTC`. You can + * set an initial date by passing a now property to the `.enable()` method. This value will be used as the initial date for the mocked Date + * object. It can either be a positive integer, or another Date object. + * @since v20.4.0 + */ + enable(options?: MockTimersOptions): void; + /** + * You can use the `.setTime()` method to manually move the mocked date to another time. This method only accepts a positive integer. + * Note: This method will execute any mocked timers that are in the past from the new time. + * In the below example we are setting a new time for the mocked date. + * ```js + * import assert from 'node:assert'; + * import { test } from 'node:test'; + * test('sets the time of a date object', (context) => { + * // Optionally choose what to mock + * context.mock.timers.enable({ apis: ['Date'], now: 100 }); + * assert.strictEqual(Date.now(), 100); + * // Advance in time will also advance the date + * context.mock.timers.setTime(1000); + * context.mock.timers.tick(200); + * assert.strictEqual(Date.now(), 1200); + * }); + * ``` + */ + setTime(time: number): void; + /** + * This function restores the default behavior of all mocks that were previously + * created by this `MockTimers` instance and disassociates the mocks + * from the `MockTracker` instance. + * + * **Note:** After each test completes, this function is called on + * the test context's `MockTracker`. + * + * ```js + * import { mock } from 'node:test'; + * mock.timers.reset(); + * ``` + * @since v20.4.0 + */ + reset(): void; + /** + * Advances time for all mocked timers. + * + * **Note:** This diverges from how `setTimeout` in Node.js behaves and accepts + * only positive numbers. In Node.js, `setTimeout` with negative numbers is + * only supported for web compatibility reasons. + * + * The following example mocks a `setTimeout` function and + * by using `.tick` advances in + * time triggering all pending timers. + * + * ```js + * import assert from 'node:assert'; + * import { test } from 'node:test'; + * + * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => { + * const fn = context.mock.fn(); + * + * context.mock.timers.enable({ apis: ['setTimeout'] }); + * + * setTimeout(fn, 9999); + * + * assert.strictEqual(fn.mock.callCount(), 0); + * + * // Advance in time + * context.mock.timers.tick(9999); + * + * assert.strictEqual(fn.mock.callCount(), 1); + * }); + * ``` + * + * Alternativelly, the `.tick` function can be called many times + * + * ```js + * import assert from 'node:assert'; + * import { test } from 'node:test'; + * + * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => { + * const fn = context.mock.fn(); + * context.mock.timers.enable({ apis: ['setTimeout'] }); + * const nineSecs = 9000; + * setTimeout(fn, nineSecs); + * + * const twoSeconds = 3000; + * context.mock.timers.tick(twoSeconds); + * context.mock.timers.tick(twoSeconds); + * context.mock.timers.tick(twoSeconds); + * + * assert.strictEqual(fn.mock.callCount(), 1); + * }); + * ``` + * + * Advancing time using `.tick` will also advance the time for any `Date` object + * created after the mock was enabled (if `Date` was also set to be mocked). + * + * ```js + * import assert from 'node:assert'; + * import { test } from 'node:test'; + * + * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => { + * const fn = context.mock.fn(); + * + * context.mock.timers.enable({ apis: ['setTimeout', 'Date'] }); + * setTimeout(fn, 9999); + * + * assert.strictEqual(fn.mock.callCount(), 0); + * assert.strictEqual(Date.now(), 0); + * + * // Advance in time + * context.mock.timers.tick(9999); + * assert.strictEqual(fn.mock.callCount(), 1); + * assert.strictEqual(Date.now(), 9999); + * }); + * ``` + * @since v20.4.0 + */ + tick(milliseconds: number): void; + /** + * Triggers all pending mocked timers immediately. If the `Date` object is also + * mocked, it will also advance the `Date` object to the furthest timer's time. + * + * The example below triggers all pending timers immediately, + * causing them to execute without any delay. + * + * ```js + * import assert from 'node:assert'; + * import { test } from 'node:test'; + * + * test('runAll functions following the given order', (context) => { + * context.mock.timers.enable({ apis: ['setTimeout', 'Date'] }); + * const results = []; + * setTimeout(() => results.push(1), 9999); + * + * // Notice that if both timers have the same timeout, + * // the order of execution is guaranteed + * setTimeout(() => results.push(3), 8888); + * setTimeout(() => results.push(2), 8888); + * + * assert.deepStrictEqual(results, []); + * + * context.mock.timers.runAll(); + * assert.deepStrictEqual(results, [3, 2, 1]); + * // The Date object is also advanced to the furthest timer's time + * assert.strictEqual(Date.now(), 9999); + * }); + * ``` + * + * **Note:** The `runAll()` function is specifically designed for + * triggering timers in the context of timer mocking. + * It does not have any effect on real-time system + * clocks or actual timers outside of the mocking environment. + * @since v20.4.0 + */ + runAll(): void; + /** + * Calls {@link MockTimers.reset()}. + */ + [Symbol.dispose](): void; + } + } + type FunctionPropertyNames = { + [K in keyof T]: T[K] extends Function ? K : never; + }[keyof T]; + export = test; +} + +/** + * The `node:test/reporters` module exposes the builtin-reporters for `node:test`. + * To access it: + * + * ```js + * import test from 'node:test/reporters'; + * ``` + * + * This module is only available under the `node:` scheme. The following will not + * work: + * + * ```js + * import test from 'test/reporters'; + * ``` + * @since v19.9.0 + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/test/reporters.js) + */ +declare module "node:test/reporters" { + import { Transform, TransformOptions } from "node:stream"; + import { EventData } from "node:test"; + + type TestEvent = + | { type: "test:coverage"; data: EventData.TestCoverage } + | { type: "test:complete"; data: EventData.TestComplete } + | { type: "test:dequeue"; data: EventData.TestDequeue } + | { type: "test:diagnostic"; data: EventData.TestDiagnostic } + | { type: "test:enqueue"; data: EventData.TestEnqueue } + | { type: "test:fail"; data: EventData.TestFail } + | { type: "test:pass"; data: EventData.TestPass } + | { type: "test:plan"; data: EventData.TestPlan } + | { type: "test:start"; data: EventData.TestStart } + | { type: "test:stderr"; data: EventData.TestStderr } + | { type: "test:stdout"; data: EventData.TestStdout } + | { type: "test:watch:drained"; data: undefined }; + type TestEventGenerator = AsyncGenerator; + + /** + * The `dot` reporter outputs the test results in a compact format, + * where each passing test is represented by a `.`, + * and each failing test is represented by a `X`. + * @since v20.0.0 + */ + function dot(source: TestEventGenerator): AsyncGenerator<"\n" | "." | "X", void>; + /** + * The `tap` reporter outputs the test results in the [TAP](https://testanything.org/) format. + * @since v20.0.0 + */ + function tap(source: TestEventGenerator): AsyncGenerator; + /** + * The `spec` reporter outputs the test results in a human-readable format. + * @since v20.0.0 + */ + class SpecReporter extends Transform { + constructor(); + } + /** + * The `junit` reporter outputs test results in a jUnit XML format. + * @since v21.0.0 + */ + function junit(source: TestEventGenerator): AsyncGenerator; + class LcovReporter extends Transform { + constructor(opts?: Omit); + } + /** + * The `lcov` reporter outputs test coverage when used with the + * [`--experimental-test-coverage`](https://nodejs.org/docs/latest-v20.x/api/cli.html#--experimental-test-coverage) flag. + * @since v22.0.0 + */ + const lcov: LcovReporter; + + export { dot, junit, lcov, SpecReporter as spec, tap, TestEvent }; +} diff --git a/node_modules/@types/node/timers.d.ts b/node_modules/@types/node/timers.d.ts new file mode 100644 index 0000000..57a8d9f --- /dev/null +++ b/node_modules/@types/node/timers.d.ts @@ -0,0 +1,286 @@ +/** + * The `timer` module exposes a global API for scheduling functions to + * be called at some future period of time. Because the timer functions are + * globals, there is no need to import `node:timers` to use the API. + * + * The timer functions within Node.js implement a similar API as the timers API + * provided by Web Browsers but use a different internal implementation that is + * built around the Node.js [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#setimmediate-vs-settimeout). + * @see [source](https://github.com/nodejs/node/blob/v20.x/lib/timers.js) + */ +declare module "timers" { + import { Abortable } from "node:events"; + import * as promises from "node:timers/promises"; + export interface TimerOptions extends Abortable { + /** + * Set to `false` to indicate that the scheduled `Timeout` + * should not require the Node.js event loop to remain active. + * @default true + */ + ref?: boolean | undefined; + } + global { + namespace NodeJS { + /** + * This object is created internally and is returned from `setImmediate()`. It + * can be passed to `clearImmediate()` in order to cancel the scheduled + * actions. + * + * By default, when an immediate is scheduled, the Node.js event loop will continue + * running as long as the immediate is active. The `Immediate` object returned by + * `setImmediate()` exports both `immediate.ref()` and `immediate.unref()` + * functions that can be used to control this default behavior. + */ + interface Immediate extends RefCounted, Disposable { + /** + * If true, the `Immediate` object will keep the Node.js event loop active. + * @since v11.0.0 + */ + hasRef(): boolean; + /** + * When called, requests that the Node.js event loop _not_ exit so long as the + * `Immediate` is active. Calling `immediate.ref()` multiple times will have no + * effect. + * + * By default, all `Immediate` objects are "ref'ed", making it normally unnecessary + * to call `immediate.ref()` unless `immediate.unref()` had been called previously. + * @since v9.7.0 + * @returns a reference to `immediate` + */ + ref(): this; + /** + * When called, the active `Immediate` object will not require the Node.js event + * loop to remain active. If there is no other activity keeping the event loop + * running, the process may exit before the `Immediate` object's callback is + * invoked. Calling `immediate.unref()` multiple times will have no effect. + * @since v9.7.0 + * @returns a reference to `immediate` + */ + unref(): this; + /** + * Cancels the immediate. This is similar to calling `clearImmediate()`. + * @since v20.5.0, v18.18.0 + * @experimental + */ + [Symbol.dispose](): void; + _onImmediate(...args: any[]): void; + } + // Legacy interface used in Node.js v9 and prior + /** @deprecated Use `NodeJS.Timeout` instead. */ + interface Timer extends RefCounted { + hasRef(): boolean; + refresh(): this; + [Symbol.toPrimitive](): number; + } + /** + * This object is created internally and is returned from `setTimeout()` and + * `setInterval()`. It can be passed to either `clearTimeout()` or + * `clearInterval()` in order to cancel the scheduled actions. + * + * By default, when a timer is scheduled using either `setTimeout()` or + * `setInterval()`, the Node.js event loop will continue running as long as the + * timer is active. Each of the `Timeout` objects returned by these functions + * export both `timeout.ref()` and `timeout.unref()` functions that can be used to + * control this default behavior. + */ + interface Timeout extends RefCounted, Disposable, Timer { + /** + * Cancels the timeout. + * @since v0.9.1 + * @legacy Use `clearTimeout()` instead. + * @returns a reference to `timeout` + */ + close(): this; + /** + * If true, the `Timeout` object will keep the Node.js event loop active. + * @since v11.0.0 + */ + hasRef(): boolean; + /** + * When called, requests that the Node.js event loop _not_ exit so long as the + * `Timeout` is active. Calling `timeout.ref()` multiple times will have no effect. + * + * By default, all `Timeout` objects are "ref'ed", making it normally unnecessary + * to call `timeout.ref()` unless `timeout.unref()` had been called previously. + * @since v0.9.1 + * @returns a reference to `timeout` + */ + ref(): this; + /** + * Sets the timer's start time to the current time, and reschedules the timer to + * call its callback at the previously specified duration adjusted to the current + * time. This is useful for refreshing a timer without allocating a new + * JavaScript object. + * + * Using this on a timer that has already called its callback will reactivate the + * timer. + * @since v10.2.0 + * @returns a reference to `timeout` + */ + refresh(): this; + /** + * When called, the active `Timeout` object will not require the Node.js event loop + * to remain active. If there is no other activity keeping the event loop running, + * the process may exit before the `Timeout` object's callback is invoked. Calling + * `timeout.unref()` multiple times will have no effect. + * @since v0.9.1 + * @returns a reference to `timeout` + */ + unref(): this; + /** + * Coerce a `Timeout` to a primitive. The primitive can be used to + * clear the `Timeout`. The primitive can only be used in the + * same thread where the timeout was created. Therefore, to use it + * across `worker_threads` it must first be passed to the correct + * thread. This allows enhanced compatibility with browser + * `setTimeout()` and `setInterval()` implementations. + * @since v14.9.0, v12.19.0 + */ + [Symbol.toPrimitive](): number; + /** + * Cancels the timeout. + * @since v20.5.0, v18.18.0 + * @experimental + */ + [Symbol.dispose](): void; + _onTimeout(...args: any[]): void; + } + } + /** + * Schedules the "immediate" execution of the `callback` after I/O events' + * callbacks. + * + * When multiple calls to `setImmediate()` are made, the `callback` functions are + * queued for execution in the order in which they are created. The entire callback + * queue is processed every event loop iteration. If an immediate timer is queued + * from inside an executing callback, that timer will not be triggered until the + * next event loop iteration. + * + * If `callback` is not a function, a `TypeError` will be thrown. + * + * This method has a custom variant for promises that is available using + * `timersPromises.setImmediate()`. + * @since v0.9.1 + * @param callback The function to call at the end of this turn of + * the Node.js [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#setimmediate-vs-settimeout) + * @param args Optional arguments to pass when the `callback` is called. + * @returns for use with `clearImmediate()` + */ + function setImmediate( + callback: (...args: TArgs) => void, + ...args: TArgs + ): NodeJS.Immediate; + // Allow a single void-accepting argument to be optional in arguments lists. + // Allows usage such as `new Promise(resolve => setTimeout(resolve, ms))` (#54258) + // eslint-disable-next-line @typescript-eslint/no-invalid-void-type + function setImmediate(callback: (_: void) => void): NodeJS.Immediate; + namespace setImmediate { + import __promisify__ = promises.setImmediate; + export { __promisify__ }; + } + /** + * Schedules repeated execution of `callback` every `delay` milliseconds. + * + * When `delay` is larger than `2147483647` or less than `1`, the `delay` will be + * set to `1`. Non-integer delays are truncated to an integer. + * + * If `callback` is not a function, a `TypeError` will be thrown. + * + * This method has a custom variant for promises that is available using + * `timersPromises.setInterval()`. + * @since v0.0.1 + * @param callback The function to call when the timer elapses. + * @param delay The number of milliseconds to wait before calling the + * `callback`. **Default:** `1`. + * @param args Optional arguments to pass when the `callback` is called. + * @returns for use with `clearInterval()` + */ + function setInterval( + callback: (...args: TArgs) => void, + delay?: number, + ...args: TArgs + ): NodeJS.Timeout; + // Allow a single void-accepting argument to be optional in arguments lists. + // Allows usage such as `new Promise(resolve => setTimeout(resolve, ms))` (#54258) + // eslint-disable-next-line @typescript-eslint/no-invalid-void-type + function setInterval(callback: (_: void) => void, delay?: number): NodeJS.Timeout; + /** + * Schedules execution of a one-time `callback` after `delay` milliseconds. + * + * The `callback` will likely not be invoked in precisely `delay` milliseconds. + * Node.js makes no guarantees about the exact timing of when callbacks will fire, + * nor of their ordering. The callback will be called as close as possible to the + * time specified. + * + * When `delay` is larger than `2147483647` or less than `1` or `NaN`, the `delay` + * will be set to `1`. Non-integer delays are truncated to an integer. + * + * If `callback` is not a function, a `TypeError` will be thrown. + * + * This method has a custom variant for promises that is available using + * `timersPromises.setTimeout()`. + * @since v0.0.1 + * @param callback The function to call when the timer elapses. + * @param delay The number of milliseconds to wait before calling the + * `callback`. **Default:** `1`. + * @param args Optional arguments to pass when the `callback` is called. + * @returns for use with `clearTimeout()` + */ + function setTimeout( + callback: (...args: TArgs) => void, + delay?: number, + ...args: TArgs + ): NodeJS.Timeout; + // Allow a single void-accepting argument to be optional in arguments lists. + // Allows usage such as `new Promise(resolve => setTimeout(resolve, ms))` (#54258) + // eslint-disable-next-line @typescript-eslint/no-invalid-void-type + function setTimeout(callback: (_: void) => void, delay?: number): NodeJS.Timeout; + namespace setTimeout { + import __promisify__ = promises.setTimeout; + export { __promisify__ }; + } + /** + * Cancels an `Immediate` object created by `setImmediate()`. + * @since v0.9.1 + * @param immediate An `Immediate` object as returned by `setImmediate()`. + */ + function clearImmediate(immediate: NodeJS.Immediate | undefined): void; + /** + * Cancels a `Timeout` object created by `setInterval()`. + * @since v0.0.1 + * @param timeout A `Timeout` object as returned by `setInterval()` + * or the primitive of the `Timeout` object as a string or a number. + */ + function clearInterval(timeout: NodeJS.Timeout | string | number | undefined): void; + /** + * Cancels a `Timeout` object created by `setTimeout()`. + * @since v0.0.1 + * @param timeout A `Timeout` object as returned by `setTimeout()` + * or the primitive of the `Timeout` object as a string or a number. + */ + function clearTimeout(timeout: NodeJS.Timeout | string | number | undefined): void; + /** + * The `queueMicrotask()` method queues a microtask to invoke `callback`. If + * `callback` throws an exception, the `process` object `'uncaughtException'` + * event will be emitted. + * + * The microtask queue is managed by V8 and may be used in a similar manner to + * the `process.nextTick()` queue, which is managed by Node.js. The + * `process.nextTick()` queue is always processed before the microtask queue + * within each turn of the Node.js event loop. + * @since v11.0.0 + * @param callback Function to be queued. + */ + function queueMicrotask(callback: () => void): void; + } + import clearImmediate = globalThis.clearImmediate; + import clearInterval = globalThis.clearInterval; + import clearTimeout = globalThis.clearTimeout; + import setImmediate = globalThis.setImmediate; + import setInterval = globalThis.setInterval; + import setTimeout = globalThis.setTimeout; + export { clearImmediate, clearInterval, clearTimeout, promises, setImmediate, setInterval, setTimeout }; +} +declare module "node:timers" { + export * from "timers"; +} diff --git a/node_modules/@types/node/timers/promises.d.ts b/node_modules/@types/node/timers/promises.d.ts new file mode 100644 index 0000000..29d7ff0 --- /dev/null +++ b/node_modules/@types/node/timers/promises.d.ts @@ -0,0 +1,108 @@ +/** + * The `timers/promises` API provides an alternative set of timer functions + * that return `Promise` objects. The API is accessible via + * `require('node:timers/promises')`. + * + * ```js + * import { + * setTimeout, + * setImmediate, + * setInterval, + * } from 'node:timers/promises'; + * ``` + * @since v15.0.0 + * @see [source](https://github.com/nodejs/node/blob/v20.x/lib/timers/promises.js) + */ +declare module "timers/promises" { + import { TimerOptions } from "node:timers"; + /** + * ```js + * import { + * setTimeout, + * } from 'node:timers/promises'; + * + * const res = await setTimeout(100, 'result'); + * + * console.log(res); // Prints 'result' + * ``` + * @since v15.0.0 + * @param delay The number of milliseconds to wait before fulfilling the + * promise. **Default:** `1`. + * @param value A value with which the promise is fulfilled. + */ + function setTimeout(delay?: number, value?: T, options?: TimerOptions): Promise; + /** + * ```js + * import { + * setImmediate, + * } from 'node:timers/promises'; + * + * const res = await setImmediate('result'); + * + * console.log(res); // Prints 'result' + * ``` + * @since v15.0.0 + * @param value A value with which the promise is fulfilled. + */ + function setImmediate(value?: T, options?: TimerOptions): Promise; + /** + * Returns an async iterator that generates values in an interval of `delay` ms. + * If `ref` is `true`, you need to call `next()` of async iterator explicitly + * or implicitly to keep the event loop alive. + * + * ```js + * import { + * setInterval, + * } from 'node:timers/promises'; + * + * const interval = 100; + * for await (const startTime of setInterval(interval, Date.now())) { + * const now = Date.now(); + * console.log(now); + * if ((now - startTime) > 1000) + * break; + * } + * console.log(Date.now()); + * ``` + * @since v15.9.0 + * @param delay The number of milliseconds to wait between iterations. + * **Default:** `1`. + * @param value A value with which the iterator returns. + */ + function setInterval(delay?: number, value?: T, options?: TimerOptions): NodeJS.AsyncIterator; + interface Scheduler { + /** + * An experimental API defined by the [Scheduling APIs](https://github.com/WICG/scheduling-apis) draft specification + * being developed as a standard Web Platform API. + * + * Calling `timersPromises.scheduler.wait(delay, options)` is roughly equivalent + * to calling `timersPromises.setTimeout(delay, undefined, options)` except that + * the `ref` option is not supported. + * + * ```js + * import { scheduler } from 'node:timers/promises'; + * + * await scheduler.wait(1000); // Wait one second before continuing + * ``` + * @since v17.3.0, v16.14.0 + * @experimental + * @param delay The number of milliseconds to wait before resolving the + * promise. + */ + wait(delay: number, options?: { signal?: AbortSignal }): Promise; + /** + * An experimental API defined by the [Scheduling APIs](https://github.com/WICG/scheduling-apis) draft specification + * being developed as a standard Web Platform API. + * + * Calling `timersPromises.scheduler.yield()` is equivalent to calling + * `timersPromises.setImmediate()` with no arguments. + * @since v17.3.0, v16.14.0 + * @experimental + */ + yield(): Promise; + } + const scheduler: Scheduler; +} +declare module "node:timers/promises" { + export * from "timers/promises"; +} diff --git a/node_modules/@types/node/tls.d.ts b/node_modules/@types/node/tls.d.ts new file mode 100644 index 0000000..7ecc233 --- /dev/null +++ b/node_modules/@types/node/tls.d.ts @@ -0,0 +1,1259 @@ +/** + * The `node:tls` module provides an implementation of the Transport Layer Security + * (TLS) and Secure Socket Layer (SSL) protocols that is built on top of OpenSSL. + * The module can be accessed using: + * + * ```js + * import tls from 'node:tls'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/tls.js) + */ +declare module "tls" { + import { NonSharedBuffer } from "node:buffer"; + import { X509Certificate } from "node:crypto"; + import * as net from "node:net"; + import * as stream from "stream"; + const CLIENT_RENEG_LIMIT: number; + const CLIENT_RENEG_WINDOW: number; + interface Certificate extends NodeJS.Dict { + /** + * Country code. + */ + C?: string | string[]; + /** + * Street. + */ + ST?: string | string[]; + /** + * Locality. + */ + L?: string | string[]; + /** + * Organization. + */ + O?: string | string[]; + /** + * Organizational unit. + */ + OU?: string | string[]; + /** + * Common name. + */ + CN?: string | string[]; + } + interface PeerCertificate { + /** + * `true` if a Certificate Authority (CA), `false` otherwise. + * @since v18.13.0 + */ + ca: boolean; + /** + * The DER encoded X.509 certificate data. + */ + raw: NonSharedBuffer; + /** + * The certificate subject. + */ + subject: Certificate; + /** + * The certificate issuer, described in the same terms as the `subject`. + */ + issuer: Certificate; + /** + * The date-time the certificate is valid from. + */ + valid_from: string; + /** + * The date-time the certificate is valid to. + */ + valid_to: string; + /** + * The certificate serial number, as a hex string. + */ + serialNumber: string; + /** + * The SHA-1 digest of the DER encoded certificate. + * It is returned as a `:` separated hexadecimal string. + */ + fingerprint: string; + /** + * The SHA-256 digest of the DER encoded certificate. + * It is returned as a `:` separated hexadecimal string. + */ + fingerprint256: string; + /** + * The SHA-512 digest of the DER encoded certificate. + * It is returned as a `:` separated hexadecimal string. + */ + fingerprint512: string; + /** + * The extended key usage, a set of OIDs. + */ + ext_key_usage?: string[]; + /** + * A string containing concatenated names for the subject, + * an alternative to the `subject` names. + */ + subjectaltname?: string; + /** + * An array describing the AuthorityInfoAccess, used with OCSP. + */ + infoAccess?: NodeJS.Dict; + /** + * For RSA keys: The RSA bit size. + * + * For EC keys: The key size in bits. + */ + bits?: number; + /** + * The RSA exponent, as a string in hexadecimal number notation. + */ + exponent?: string; + /** + * The RSA modulus, as a hexadecimal string. + */ + modulus?: string; + /** + * The public key. + */ + pubkey?: NonSharedBuffer; + /** + * The ASN.1 name of the OID of the elliptic curve. + * Well-known curves are identified by an OID. + * While it is unusual, it is possible that the curve + * is identified by its mathematical properties, + * in which case it will not have an OID. + */ + asn1Curve?: string; + /** + * The NIST name for the elliptic curve, if it has one + * (not all well-known curves have been assigned names by NIST). + */ + nistCurve?: string; + } + interface DetailedPeerCertificate extends PeerCertificate { + /** + * The issuer certificate object. + * For self-signed certificates, this may be a circular reference. + */ + issuerCertificate: DetailedPeerCertificate; + } + interface CipherNameAndProtocol { + /** + * The cipher name. + */ + name: string; + /** + * SSL/TLS protocol version. + */ + version: string; + /** + * IETF name for the cipher suite. + */ + standardName: string; + } + interface EphemeralKeyInfo { + /** + * The supported types are 'DH' and 'ECDH'. + */ + type: string; + /** + * The name property is available only when type is 'ECDH'. + */ + name?: string | undefined; + /** + * The size of parameter of an ephemeral key exchange. + */ + size: number; + } + interface KeyObject { + /** + * Private keys in PEM format. + */ + pem: string | Buffer; + /** + * Optional passphrase. + */ + passphrase?: string | undefined; + } + interface PxfObject { + /** + * PFX or PKCS12 encoded private key and certificate chain. + */ + buf: string | Buffer; + /** + * Optional passphrase. + */ + passphrase?: string | undefined; + } + interface TLSSocketOptions extends SecureContextOptions, CommonConnectionOptions { + /** + * If true the TLS socket will be instantiated in server-mode. + * Defaults to false. + */ + isServer?: boolean | undefined; + /** + * An optional net.Server instance. + */ + server?: net.Server | undefined; + /** + * An optional Buffer instance containing a TLS session. + */ + session?: Buffer | undefined; + /** + * If true, specifies that the OCSP status request extension will be + * added to the client hello and an 'OCSPResponse' event will be + * emitted on the socket before establishing a secure communication + */ + requestOCSP?: boolean | undefined; + } + /** + * Performs transparent encryption of written data and all required TLS + * negotiation. + * + * Instances of `tls.TLSSocket` implement the duplex `Stream` interface. + * + * Methods that return TLS connection metadata (e.g.{@link TLSSocket.getPeerCertificate}) will only return data while the + * connection is open. + * @since v0.11.4 + */ + class TLSSocket extends net.Socket { + /** + * Construct a new tls.TLSSocket object from an existing TCP socket. + */ + constructor(socket: net.Socket | stream.Duplex, options?: TLSSocketOptions); + /** + * This property is `true` if the peer certificate was signed by one of the CAs + * specified when creating the `tls.TLSSocket` instance, otherwise `false`. + * @since v0.11.4 + */ + authorized: boolean; + /** + * Returns the reason why the peer's certificate was not been verified. This + * property is set only when `tlsSocket.authorized === false`. + * @since v0.11.4 + */ + authorizationError: Error; + /** + * Always returns `true`. This may be used to distinguish TLS sockets from regular`net.Socket` instances. + * @since v0.11.4 + */ + encrypted: true; + /** + * String containing the selected ALPN protocol. + * Before a handshake has completed, this value is always null. + * When a handshake is completed but not ALPN protocol was selected, tlsSocket.alpnProtocol equals false. + */ + alpnProtocol: string | false | null; + /** + * String containing the server name requested via SNI (Server Name Indication) TLS extension. + */ + servername: string | false | null; + /** + * Returns an object representing the local certificate. The returned object has + * some properties corresponding to the fields of the certificate. + * + * See {@link TLSSocket.getPeerCertificate} for an example of the certificate + * structure. + * + * If there is no local certificate, an empty object will be returned. If the + * socket has been destroyed, `null` will be returned. + * @since v11.2.0 + */ + getCertificate(): PeerCertificate | object | null; + /** + * Returns an object containing information on the negotiated cipher suite. + * + * For example, a TLSv1.2 protocol with AES256-SHA cipher: + * + * ```json + * { + * "name": "AES256-SHA", + * "standardName": "TLS_RSA_WITH_AES_256_CBC_SHA", + * "version": "SSLv3" + * } + * ``` + * + * See [SSL\_CIPHER\_get\_name](https://www.openssl.org/docs/man1.1.1/man3/SSL_CIPHER_get_name.html) for more information. + * @since v0.11.4 + */ + getCipher(): CipherNameAndProtocol; + /** + * Returns an object representing the type, name, and size of parameter of + * an ephemeral key exchange in `perfect forward secrecy` on a client + * connection. It returns an empty object when the key exchange is not + * ephemeral. As this is only supported on a client socket; `null` is returned + * if called on a server socket. The supported types are `'DH'` and `'ECDH'`. The `name` property is available only when type is `'ECDH'`. + * + * For example: `{ type: 'ECDH', name: 'prime256v1', size: 256 }`. + * @since v5.0.0 + */ + getEphemeralKeyInfo(): EphemeralKeyInfo | object | null; + /** + * As the `Finished` messages are message digests of the complete handshake + * (with a total of 192 bits for TLS 1.0 and more for SSL 3.0), they can + * be used for external authentication procedures when the authentication + * provided by SSL/TLS is not desired or is not enough. + * + * Corresponds to the `SSL_get_finished` routine in OpenSSL and may be used + * to implement the `tls-unique` channel binding from [RFC 5929](https://tools.ietf.org/html/rfc5929). + * @since v9.9.0 + * @return The latest `Finished` message that has been sent to the socket as part of a SSL/TLS handshake, or `undefined` if no `Finished` message has been sent yet. + */ + getFinished(): NonSharedBuffer | undefined; + /** + * Returns an object representing the peer's certificate. If the peer does not + * provide a certificate, an empty object will be returned. If the socket has been + * destroyed, `null` will be returned. + * + * If the full certificate chain was requested, each certificate will include an`issuerCertificate` property containing an object representing its issuer's + * certificate. + * @since v0.11.4 + * @param detailed Include the full certificate chain if `true`, otherwise include just the peer's certificate. + * @return A certificate object. + */ + getPeerCertificate(detailed: true): DetailedPeerCertificate; + getPeerCertificate(detailed?: false): PeerCertificate; + getPeerCertificate(detailed?: boolean): PeerCertificate | DetailedPeerCertificate; + /** + * As the `Finished` messages are message digests of the complete handshake + * (with a total of 192 bits for TLS 1.0 and more for SSL 3.0), they can + * be used for external authentication procedures when the authentication + * provided by SSL/TLS is not desired or is not enough. + * + * Corresponds to the `SSL_get_peer_finished` routine in OpenSSL and may be used + * to implement the `tls-unique` channel binding from [RFC 5929](https://tools.ietf.org/html/rfc5929). + * @since v9.9.0 + * @return The latest `Finished` message that is expected or has actually been received from the socket as part of a SSL/TLS handshake, or `undefined` if there is no `Finished` message so + * far. + */ + getPeerFinished(): NonSharedBuffer | undefined; + /** + * Returns a string containing the negotiated SSL/TLS protocol version of the + * current connection. The value `'unknown'` will be returned for connected + * sockets that have not completed the handshaking process. The value `null` will + * be returned for server sockets or disconnected client sockets. + * + * Protocol versions are: + * + * * `'SSLv3'` + * * `'TLSv1'` + * * `'TLSv1.1'` + * * `'TLSv1.2'` + * * `'TLSv1.3'` + * + * See the OpenSSL [`SSL_get_version`](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html) documentation for more information. + * @since v5.7.0 + */ + getProtocol(): string | null; + /** + * Returns the TLS session data or `undefined` if no session was + * negotiated. On the client, the data can be provided to the `session` option of {@link connect} to resume the connection. On the server, it may be useful + * for debugging. + * + * See `Session Resumption` for more information. + * + * Note: `getSession()` works only for TLSv1.2 and below. For TLSv1.3, applications + * must use the `'session'` event (it also works for TLSv1.2 and below). + * @since v0.11.4 + */ + getSession(): NonSharedBuffer | undefined; + /** + * See [SSL\_get\_shared\_sigalgs](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_shared_sigalgs.html) for more information. + * @since v12.11.0 + * @return List of signature algorithms shared between the server and the client in the order of decreasing preference. + */ + getSharedSigalgs(): string[]; + /** + * For a client, returns the TLS session ticket if one is available, or`undefined`. For a server, always returns `undefined`. + * + * It may be useful for debugging. + * + * See `Session Resumption` for more information. + * @since v0.11.4 + */ + getTLSTicket(): NonSharedBuffer | undefined; + /** + * See `Session Resumption` for more information. + * @since v0.5.6 + * @return `true` if the session was reused, `false` otherwise. + */ + isSessionReused(): boolean; + /** + * The `tlsSocket.renegotiate()` method initiates a TLS renegotiation process. + * Upon completion, the `callback` function will be passed a single argument + * that is either an `Error` (if the request failed) or `null`. + * + * This method can be used to request a peer's certificate after the secure + * connection has been established. + * + * When running as the server, the socket will be destroyed with an error after `handshakeTimeout` timeout. + * + * For TLSv1.3, renegotiation cannot be initiated, it is not supported by the + * protocol. + * @since v0.11.8 + * @param callback If `renegotiate()` returned `true`, callback is attached once to the `'secure'` event. If `renegotiate()` returned `false`, `callback` will be called in the next tick with + * an error, unless the `tlsSocket` has been destroyed, in which case `callback` will not be called at all. + * @return `true` if renegotiation was initiated, `false` otherwise. + */ + renegotiate( + options: { + rejectUnauthorized?: boolean | undefined; + requestCert?: boolean | undefined; + }, + callback: (err: Error | null) => void, + ): undefined | boolean; + /** + * The `tlsSocket.setKeyCert()` method sets the private key and certificate to use for the socket. + * This is mainly useful if you wish to select a server certificate from a TLS server's `ALPNCallback`. + * @since v22.5.0, v20.17.0 + * @param context An object containing at least `key` and `cert` properties from the {@link createSecureContext()} `options`, + * or a TLS context object created with {@link createSecureContext()} itself. + */ + setKeyCert(context: SecureContextOptions | SecureContext): void; + /** + * The `tlsSocket.setMaxSendFragment()` method sets the maximum TLS fragment size. + * Returns `true` if setting the limit succeeded; `false` otherwise. + * + * Smaller fragment sizes decrease the buffering latency on the client: larger + * fragments are buffered by the TLS layer until the entire fragment is received + * and its integrity is verified; large fragments can span multiple roundtrips + * and their processing can be delayed due to packet loss or reordering. However, + * smaller fragments add extra TLS framing bytes and CPU overhead, which may + * decrease overall server throughput. + * @since v0.11.11 + * @param [size=16384] The maximum TLS fragment size. The maximum value is `16384`. + */ + setMaxSendFragment(size: number): boolean; + /** + * Disables TLS renegotiation for this `TLSSocket` instance. Once called, attempts + * to renegotiate will trigger an `'error'` event on the `TLSSocket`. + * @since v8.4.0 + */ + disableRenegotiation(): void; + /** + * When enabled, TLS packet trace information is written to `stderr`. This can be + * used to debug TLS connection problems. + * + * The format of the output is identical to the output of`openssl s_client -trace` or `openssl s_server -trace`. While it is produced by + * OpenSSL's `SSL_trace()` function, the format is undocumented, can change + * without notice, and should not be relied on. + * @since v12.2.0 + */ + enableTrace(): void; + /** + * Returns the peer certificate as an `X509Certificate` object. + * + * If there is no peer certificate, or the socket has been destroyed,`undefined` will be returned. + * @since v15.9.0 + */ + getPeerX509Certificate(): X509Certificate | undefined; + /** + * Returns the local certificate as an `X509Certificate` object. + * + * If there is no local certificate, or the socket has been destroyed,`undefined` will be returned. + * @since v15.9.0 + */ + getX509Certificate(): X509Certificate | undefined; + /** + * Keying material is used for validations to prevent different kind of attacks in + * network protocols, for example in the specifications of IEEE 802.1X. + * + * Example + * + * ```js + * const keyingMaterial = tlsSocket.exportKeyingMaterial( + * 128, + * 'client finished'); + * + * /* + * Example return value of keyingMaterial: + * + * + * ``` + * + * See the OpenSSL [`SSL_export_keying_material`](https://www.openssl.org/docs/man1.1.1/man3/SSL_export_keying_material.html) documentation for more + * information. + * @since v13.10.0, v12.17.0 + * @param length number of bytes to retrieve from keying material + * @param label an application specific label, typically this will be a value from the [IANA Exporter Label + * Registry](https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#exporter-labels). + * @param context Optionally provide a context. + * @return requested bytes of the keying material + */ + exportKeyingMaterial(length: number, label: string, context: Buffer): NonSharedBuffer; + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "OCSPResponse", listener: (response: NonSharedBuffer) => void): this; + addListener(event: "secureConnect", listener: () => void): this; + addListener(event: "session", listener: (session: NonSharedBuffer) => void): this; + addListener(event: "keylog", listener: (line: NonSharedBuffer) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "OCSPResponse", response: NonSharedBuffer): boolean; + emit(event: "secureConnect"): boolean; + emit(event: "session", session: NonSharedBuffer): boolean; + emit(event: "keylog", line: NonSharedBuffer): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "OCSPResponse", listener: (response: NonSharedBuffer) => void): this; + on(event: "secureConnect", listener: () => void): this; + on(event: "session", listener: (session: NonSharedBuffer) => void): this; + on(event: "keylog", listener: (line: NonSharedBuffer) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "OCSPResponse", listener: (response: NonSharedBuffer) => void): this; + once(event: "secureConnect", listener: () => void): this; + once(event: "session", listener: (session: NonSharedBuffer) => void): this; + once(event: "keylog", listener: (line: NonSharedBuffer) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "OCSPResponse", listener: (response: NonSharedBuffer) => void): this; + prependListener(event: "secureConnect", listener: () => void): this; + prependListener(event: "session", listener: (session: NonSharedBuffer) => void): this; + prependListener(event: "keylog", listener: (line: NonSharedBuffer) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "OCSPResponse", listener: (response: NonSharedBuffer) => void): this; + prependOnceListener(event: "secureConnect", listener: () => void): this; + prependOnceListener(event: "session", listener: (session: NonSharedBuffer) => void): this; + prependOnceListener(event: "keylog", listener: (line: NonSharedBuffer) => void): this; + } + interface CommonConnectionOptions { + /** + * An optional TLS context object from tls.createSecureContext() + */ + secureContext?: SecureContext | undefined; + /** + * When enabled, TLS packet trace information is written to `stderr`. This can be + * used to debug TLS connection problems. + * @default false + */ + enableTrace?: boolean | undefined; + /** + * If true the server will request a certificate from clients that + * connect and attempt to verify that certificate. Defaults to + * false. + */ + requestCert?: boolean | undefined; + /** + * An array of strings or a Buffer naming possible ALPN protocols. + * (Protocols should be ordered by their priority.) + */ + ALPNProtocols?: readonly string[] | NodeJS.ArrayBufferView | undefined; + /** + * SNICallback(servername, cb) A function that will be + * called if the client supports SNI TLS extension. Two arguments + * will be passed when called: servername and cb. SNICallback should + * invoke cb(null, ctx), where ctx is a SecureContext instance. + * (tls.createSecureContext(...) can be used to get a proper + * SecureContext.) If SNICallback wasn't provided the default callback + * with high-level API will be used (see below). + */ + SNICallback?: ((servername: string, cb: (err: Error | null, ctx?: SecureContext) => void) => void) | undefined; + /** + * If true the server will reject any connection which is not + * authorized with the list of supplied CAs. This option only has an + * effect if requestCert is true. + * @default true + */ + rejectUnauthorized?: boolean | undefined; + } + interface TlsOptions extends SecureContextOptions, CommonConnectionOptions, net.ServerOpts { + /** + * Abort the connection if the SSL/TLS handshake does not finish in the + * specified number of milliseconds. A 'tlsClientError' is emitted on + * the tls.Server object whenever a handshake times out. Default: + * 120000 (120 seconds). + */ + handshakeTimeout?: number | undefined; + /** + * The number of seconds after which a TLS session created by the + * server will no longer be resumable. See Session Resumption for more + * information. Default: 300. + */ + sessionTimeout?: number | undefined; + /** + * 48-bytes of cryptographically strong pseudo-random data. + */ + ticketKeys?: Buffer | undefined; + /** + * @param socket + * @param identity identity parameter sent from the client. + * @return pre-shared key that must either be + * a buffer or `null` to stop the negotiation process. Returned PSK must be + * compatible with the selected cipher's digest. + * + * When negotiating TLS-PSK (pre-shared keys), this function is called + * with the identity provided by the client. + * If the return value is `null` the negotiation process will stop and an + * "unknown_psk_identity" alert message will be sent to the other party. + * If the server wishes to hide the fact that the PSK identity was not known, + * the callback must provide some random data as `psk` to make the connection + * fail with "decrypt_error" before negotiation is finished. + * PSK ciphers are disabled by default, and using TLS-PSK thus + * requires explicitly specifying a cipher suite with the `ciphers` option. + * More information can be found in the RFC 4279. + */ + pskCallback?: ((socket: TLSSocket, identity: string) => NodeJS.ArrayBufferView | null) | undefined; + /** + * hint to send to a client to help + * with selecting the identity during TLS-PSK negotiation. Will be ignored + * in TLS 1.3. Upon failing to set pskIdentityHint `tlsClientError` will be + * emitted with `ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED` code. + */ + pskIdentityHint?: string | undefined; + } + interface PSKCallbackNegotation { + psk: NodeJS.ArrayBufferView; + identity: string; + } + interface ConnectionOptions extends SecureContextOptions, CommonConnectionOptions { + host?: string | undefined; + port?: number | undefined; + path?: string | undefined; // Creates unix socket connection to path. If this option is specified, `host` and `port` are ignored. + socket?: stream.Duplex | undefined; // Establish secure connection on a given socket rather than creating a new socket + checkServerIdentity?: typeof checkServerIdentity | undefined; + servername?: string | undefined; // SNI TLS Extension + session?: Buffer | undefined; + minDHSize?: number | undefined; + lookup?: net.LookupFunction | undefined; + timeout?: number | undefined; + /** + * When negotiating TLS-PSK (pre-shared keys), this function is called + * with optional identity `hint` provided by the server or `null` + * in case of TLS 1.3 where `hint` was removed. + * It will be necessary to provide a custom `tls.checkServerIdentity()` + * for the connection as the default one will try to check hostname/IP + * of the server against the certificate but that's not applicable for PSK + * because there won't be a certificate present. + * More information can be found in the RFC 4279. + * + * @param hint message sent from the server to help client + * decide which identity to use during negotiation. + * Always `null` if TLS 1.3 is used. + * @returns Return `null` to stop the negotiation process. `psk` must be + * compatible with the selected cipher's digest. + * `identity` must use UTF-8 encoding. + */ + pskCallback?: ((hint: string | null) => PSKCallbackNegotation | null) | undefined; + } + /** + * Accepts encrypted connections using TLS or SSL. + * @since v0.3.2 + */ + class Server extends net.Server { + constructor(secureConnectionListener?: (socket: TLSSocket) => void); + constructor(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void); + /** + * The `server.addContext()` method adds a secure context that will be used if + * the client request's SNI name matches the supplied `hostname` (or wildcard). + * + * When there are multiple matching contexts, the most recently added one is + * used. + * @since v0.5.3 + * @param hostname A SNI host name or wildcard (e.g. `'*'`) + * @param context An object containing any of the possible properties from the {@link createSecureContext} `options` arguments (e.g. `key`, `cert`, `ca`, etc), or a TLS context object created + * with {@link createSecureContext} itself. + */ + addContext(hostname: string, context: SecureContextOptions | SecureContext): void; + /** + * Returns the session ticket keys. + * + * See `Session Resumption` for more information. + * @since v3.0.0 + * @return A 48-byte buffer containing the session ticket keys. + */ + getTicketKeys(): NonSharedBuffer; + /** + * The `server.setSecureContext()` method replaces the secure context of an + * existing server. Existing connections to the server are not interrupted. + * @since v11.0.0 + * @param options An object containing any of the possible properties from the {@link createSecureContext} `options` arguments (e.g. `key`, `cert`, `ca`, etc). + */ + setSecureContext(options: SecureContextOptions): void; + /** + * Sets the session ticket keys. + * + * Changes to the ticket keys are effective only for future server connections. + * Existing or currently pending server connections will use the previous keys. + * + * See `Session Resumption` for more information. + * @since v3.0.0 + * @param keys A 48-byte buffer containing the session ticket keys. + */ + setTicketKeys(keys: Buffer): void; + /** + * events.EventEmitter + * 1. tlsClientError + * 2. newSession + * 3. OCSPRequest + * 4. resumeSession + * 5. secureConnection + * 6. keylog + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; + addListener( + event: "newSession", + listener: (sessionId: NonSharedBuffer, sessionData: NonSharedBuffer, callback: () => void) => void, + ): this; + addListener( + event: "OCSPRequest", + listener: ( + certificate: NonSharedBuffer, + issuer: NonSharedBuffer, + callback: (err: Error | null, resp: Buffer | null) => void, + ) => void, + ): this; + addListener( + event: "resumeSession", + listener: ( + sessionId: NonSharedBuffer, + callback: (err: Error | null, sessionData: Buffer | null) => void, + ) => void, + ): this; + addListener(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; + addListener(event: "keylog", listener: (line: NonSharedBuffer, tlsSocket: TLSSocket) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "tlsClientError", err: Error, tlsSocket: TLSSocket): boolean; + emit( + event: "newSession", + sessionId: NonSharedBuffer, + sessionData: NonSharedBuffer, + callback: () => void, + ): boolean; + emit( + event: "OCSPRequest", + certificate: NonSharedBuffer, + issuer: NonSharedBuffer, + callback: (err: Error | null, resp: Buffer | null) => void, + ): boolean; + emit( + event: "resumeSession", + sessionId: NonSharedBuffer, + callback: (err: Error | null, sessionData: Buffer | null) => void, + ): boolean; + emit(event: "secureConnection", tlsSocket: TLSSocket): boolean; + emit(event: "keylog", line: NonSharedBuffer, tlsSocket: TLSSocket): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; + on( + event: "newSession", + listener: (sessionId: NonSharedBuffer, sessionData: NonSharedBuffer, callback: () => void) => void, + ): this; + on( + event: "OCSPRequest", + listener: ( + certificate: NonSharedBuffer, + issuer: NonSharedBuffer, + callback: (err: Error | null, resp: Buffer | null) => void, + ) => void, + ): this; + on( + event: "resumeSession", + listener: ( + sessionId: NonSharedBuffer, + callback: (err: Error | null, sessionData: Buffer | null) => void, + ) => void, + ): this; + on(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; + on(event: "keylog", listener: (line: NonSharedBuffer, tlsSocket: TLSSocket) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; + once( + event: "newSession", + listener: (sessionId: NonSharedBuffer, sessionData: NonSharedBuffer, callback: () => void) => void, + ): this; + once( + event: "OCSPRequest", + listener: ( + certificate: NonSharedBuffer, + issuer: NonSharedBuffer, + callback: (err: Error | null, resp: Buffer | null) => void, + ) => void, + ): this; + once( + event: "resumeSession", + listener: ( + sessionId: NonSharedBuffer, + callback: (err: Error | null, sessionData: Buffer | null) => void, + ) => void, + ): this; + once(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; + once(event: "keylog", listener: (line: NonSharedBuffer, tlsSocket: TLSSocket) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; + prependListener( + event: "newSession", + listener: (sessionId: NonSharedBuffer, sessionData: NonSharedBuffer, callback: () => void) => void, + ): this; + prependListener( + event: "OCSPRequest", + listener: ( + certificate: NonSharedBuffer, + issuer: NonSharedBuffer, + callback: (err: Error | null, resp: Buffer | null) => void, + ) => void, + ): this; + prependListener( + event: "resumeSession", + listener: ( + sessionId: NonSharedBuffer, + callback: (err: Error | null, sessionData: Buffer | null) => void, + ) => void, + ): this; + prependListener(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; + prependListener(event: "keylog", listener: (line: NonSharedBuffer, tlsSocket: TLSSocket) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; + prependOnceListener( + event: "newSession", + listener: (sessionId: NonSharedBuffer, sessionData: NonSharedBuffer, callback: () => void) => void, + ): this; + prependOnceListener( + event: "OCSPRequest", + listener: ( + certificate: NonSharedBuffer, + issuer: NonSharedBuffer, + callback: (err: Error | null, resp: Buffer | null) => void, + ) => void, + ): this; + prependOnceListener( + event: "resumeSession", + listener: ( + sessionId: NonSharedBuffer, + callback: (err: Error | null, sessionData: Buffer | null) => void, + ) => void, + ): this; + prependOnceListener(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; + prependOnceListener(event: "keylog", listener: (line: NonSharedBuffer, tlsSocket: TLSSocket) => void): this; + } + /** + * @deprecated since v0.11.3 Use `tls.TLSSocket` instead. + */ + interface SecurePair { + encrypted: TLSSocket; + cleartext: TLSSocket; + } + type SecureVersion = "TLSv1.3" | "TLSv1.2" | "TLSv1.1" | "TLSv1"; + interface SecureContextOptions { + /** + * If set, this will be called when a client opens a connection using the ALPN extension. + * One argument will be passed to the callback: an object containing `servername` and `protocols` fields, + * respectively containing the server name from the SNI extension (if any) and an array of + * ALPN protocol name strings. The callback must return either one of the strings listed in `protocols`, + * which will be returned to the client as the selected ALPN protocol, or `undefined`, + * to reject the connection with a fatal alert. If a string is returned that does not match one of + * the client's ALPN protocols, an error will be thrown. + * This option cannot be used with the `ALPNProtocols` option, and setting both options will throw an error. + */ + ALPNCallback?: ((arg: { servername: string; protocols: string[] }) => string | undefined) | undefined; + /** + * Treat intermediate (non-self-signed) + * certificates in the trust CA certificate list as trusted. + * @since v22.9.0, v20.18.0 + */ + allowPartialTrustChain?: boolean | undefined; + /** + * Optionally override the trusted CA certificates. Default is to trust + * the well-known CAs curated by Mozilla. Mozilla's CAs are completely + * replaced when CAs are explicitly specified using this option. + */ + ca?: string | Buffer | Array | undefined; + /** + * Cert chains in PEM format. One cert chain should be provided per + * private key. Each cert chain should consist of the PEM formatted + * certificate for a provided private key, followed by the PEM + * formatted intermediate certificates (if any), in order, and not + * including the root CA (the root CA must be pre-known to the peer, + * see ca). When providing multiple cert chains, they do not have to + * be in the same order as their private keys in key. If the + * intermediate certificates are not provided, the peer will not be + * able to validate the certificate, and the handshake will fail. + */ + cert?: string | Buffer | Array | undefined; + /** + * Colon-separated list of supported signature algorithms. The list + * can contain digest algorithms (SHA256, MD5 etc.), public key + * algorithms (RSA-PSS, ECDSA etc.), combination of both (e.g + * 'RSA+SHA384') or TLS v1.3 scheme names (e.g. rsa_pss_pss_sha512). + */ + sigalgs?: string | undefined; + /** + * Cipher suite specification, replacing the default. For more + * information, see modifying the default cipher suite. Permitted + * ciphers can be obtained via tls.getCiphers(). Cipher names must be + * uppercased in order for OpenSSL to accept them. + */ + ciphers?: string | undefined; + /** + * Name of an OpenSSL engine which can provide the client certificate. + */ + clientCertEngine?: string | undefined; + /** + * PEM formatted CRLs (Certificate Revocation Lists). + */ + crl?: string | Buffer | Array | undefined; + /** + * `'auto'` or custom Diffie-Hellman parameters, required for non-ECDHE perfect forward secrecy. + * If omitted or invalid, the parameters are silently discarded and DHE ciphers will not be available. + * ECDHE-based perfect forward secrecy will still be available. + */ + dhparam?: string | Buffer | undefined; + /** + * A string describing a named curve or a colon separated list of curve + * NIDs or names, for example P-521:P-384:P-256, to use for ECDH key + * agreement. Set to auto to select the curve automatically. Use + * crypto.getCurves() to obtain a list of available curve names. On + * recent releases, openssl ecparam -list_curves will also display the + * name and description of each available elliptic curve. Default: + * tls.DEFAULT_ECDH_CURVE. + */ + ecdhCurve?: string | undefined; + /** + * Attempt to use the server's cipher suite preferences instead of the + * client's. When true, causes SSL_OP_CIPHER_SERVER_PREFERENCE to be + * set in secureOptions + */ + honorCipherOrder?: boolean | undefined; + /** + * Private keys in PEM format. PEM allows the option of private keys + * being encrypted. Encrypted keys will be decrypted with + * options.passphrase. Multiple keys using different algorithms can be + * provided either as an array of unencrypted key strings or buffers, + * or an array of objects in the form {pem: [, + * passphrase: ]}. The object form can only occur in an array. + * object.passphrase is optional. Encrypted keys will be decrypted with + * object.passphrase if provided, or options.passphrase if it is not. + */ + key?: string | Buffer | Array | undefined; + /** + * Name of an OpenSSL engine to get private key from. Should be used + * together with privateKeyIdentifier. + */ + privateKeyEngine?: string | undefined; + /** + * Identifier of a private key managed by an OpenSSL engine. Should be + * used together with privateKeyEngine. Should not be set together with + * key, because both options define a private key in different ways. + */ + privateKeyIdentifier?: string | undefined; + /** + * Optionally set the maximum TLS version to allow. One + * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the + * `secureProtocol` option, use one or the other. + * **Default:** `'TLSv1.3'`, unless changed using CLI options. Using + * `--tls-max-v1.2` sets the default to `'TLSv1.2'`. Using `--tls-max-v1.3` sets the default to + * `'TLSv1.3'`. If multiple of the options are provided, the highest maximum is used. + */ + maxVersion?: SecureVersion | undefined; + /** + * Optionally set the minimum TLS version to allow. One + * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the + * `secureProtocol` option, use one or the other. It is not recommended to use + * less than TLSv1.2, but it may be required for interoperability. + * **Default:** `'TLSv1.2'`, unless changed using CLI options. Using + * `--tls-v1.0` sets the default to `'TLSv1'`. Using `--tls-v1.1` sets the default to + * `'TLSv1.1'`. Using `--tls-min-v1.3` sets the default to + * 'TLSv1.3'. If multiple of the options are provided, the lowest minimum is used. + */ + minVersion?: SecureVersion | undefined; + /** + * Shared passphrase used for a single private key and/or a PFX. + */ + passphrase?: string | undefined; + /** + * PFX or PKCS12 encoded private key and certificate chain. pfx is an + * alternative to providing key and cert individually. PFX is usually + * encrypted, if it is, passphrase will be used to decrypt it. Multiple + * PFX can be provided either as an array of unencrypted PFX buffers, + * or an array of objects in the form {buf: [, + * passphrase: ]}. The object form can only occur in an array. + * object.passphrase is optional. Encrypted PFX will be decrypted with + * object.passphrase if provided, or options.passphrase if it is not. + */ + pfx?: string | Buffer | Array | undefined; + /** + * Optionally affect the OpenSSL protocol behavior, which is not + * usually necessary. This should be used carefully if at all! Value is + * a numeric bitmask of the SSL_OP_* options from OpenSSL Options + */ + secureOptions?: number | undefined; // Value is a numeric bitmask of the `SSL_OP_*` options + /** + * Legacy mechanism to select the TLS protocol version to use, it does + * not support independent control of the minimum and maximum version, + * and does not support limiting the protocol to TLSv1.3. Use + * minVersion and maxVersion instead. The possible values are listed as + * SSL_METHODS, use the function names as strings. For example, use + * 'TLSv1_1_method' to force TLS version 1.1, or 'TLS_method' to allow + * any TLS protocol version up to TLSv1.3. It is not recommended to use + * TLS versions less than 1.2, but it may be required for + * interoperability. Default: none, see minVersion. + */ + secureProtocol?: string | undefined; + /** + * Opaque identifier used by servers to ensure session state is not + * shared between applications. Unused by clients. + */ + sessionIdContext?: string | undefined; + /** + * 48-bytes of cryptographically strong pseudo-random data. + * See Session Resumption for more information. + */ + ticketKeys?: Buffer | undefined; + /** + * The number of seconds after which a TLS session created by the + * server will no longer be resumable. See Session Resumption for more + * information. Default: 300. + */ + sessionTimeout?: number | undefined; + } + interface SecureContext { + context: any; + } + /** + * Verifies the certificate `cert` is issued to `hostname`. + * + * Returns [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object, populating it with `reason`, `host`, and `cert` on + * failure. On success, returns [undefined](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Undefined_type). + * + * This function is intended to be used in combination with the`checkServerIdentity` option that can be passed to {@link connect} and as + * such operates on a `certificate object`. For other purposes, consider using `x509.checkHost()` instead. + * + * This function can be overwritten by providing an alternative function as the `options.checkServerIdentity` option that is passed to `tls.connect()`. The + * overwriting function can call `tls.checkServerIdentity()` of course, to augment + * the checks done with additional verification. + * + * This function is only called if the certificate passed all other checks, such as + * being issued by trusted CA (`options.ca`). + * + * Earlier versions of Node.js incorrectly accepted certificates for a given`hostname` if a matching `uniformResourceIdentifier` subject alternative name + * was present (see [CVE-2021-44531](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44531)). Applications that wish to accept`uniformResourceIdentifier` subject alternative names can use + * a custom `options.checkServerIdentity` function that implements the desired behavior. + * @since v0.8.4 + * @param hostname The host name or IP address to verify the certificate against. + * @param cert A `certificate object` representing the peer's certificate. + */ + function checkServerIdentity(hostname: string, cert: PeerCertificate): Error | undefined; + /** + * Creates a new {@link Server}. The `secureConnectionListener`, if provided, is + * automatically set as a listener for the `'secureConnection'` event. + * + * The `ticketKeys` options is automatically shared between `node:cluster` module + * workers. + * + * The following illustrates a simple echo server: + * + * ```js + * import tls from 'node:tls'; + * import fs from 'node:fs'; + * + * const options = { + * key: fs.readFileSync('server-key.pem'), + * cert: fs.readFileSync('server-cert.pem'), + * + * // This is necessary only if using client certificate authentication. + * requestCert: true, + * + * // This is necessary only if the client uses a self-signed certificate. + * ca: [ fs.readFileSync('client-cert.pem') ], + * }; + * + * const server = tls.createServer(options, (socket) => { + * console.log('server connected', + * socket.authorized ? 'authorized' : 'unauthorized'); + * socket.write('welcome!\n'); + * socket.setEncoding('utf8'); + * socket.pipe(socket); + * }); + * server.listen(8000, () => { + * console.log('server bound'); + * }); + * ``` + * + * The server can be tested by connecting to it using the example client from {@link connect}. + * @since v0.3.2 + */ + function createServer(secureConnectionListener?: (socket: TLSSocket) => void): Server; + function createServer(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void): Server; + /** + * The `callback` function, if specified, will be added as a listener for the `'secureConnect'` event. + * + * `tls.connect()` returns a {@link TLSSocket} object. + * + * Unlike the `https` API, `tls.connect()` does not enable the + * SNI (Server Name Indication) extension by default, which may cause some + * servers to return an incorrect certificate or reject the connection + * altogether. To enable SNI, set the `servername` option in addition + * to `host`. + * + * The following illustrates a client for the echo server example from {@link createServer}: + * + * ```js + * // Assumes an echo server that is listening on port 8000. + * import tls from 'node:tls'; + * import fs from 'node:fs'; + * + * const options = { + * // Necessary only if the server requires client certificate authentication. + * key: fs.readFileSync('client-key.pem'), + * cert: fs.readFileSync('client-cert.pem'), + * + * // Necessary only if the server uses a self-signed certificate. + * ca: [ fs.readFileSync('server-cert.pem') ], + * + * // Necessary only if the server's cert isn't for "localhost". + * checkServerIdentity: () => { return null; }, + * }; + * + * const socket = tls.connect(8000, options, () => { + * console.log('client connected', + * socket.authorized ? 'authorized' : 'unauthorized'); + * process.stdin.pipe(socket); + * process.stdin.resume(); + * }); + * socket.setEncoding('utf8'); + * socket.on('data', (data) => { + * console.log(data); + * }); + * socket.on('end', () => { + * console.log('server ends connection'); + * }); + * ``` + * @since v0.11.3 + */ + function connect(options: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; + function connect( + port: number, + host?: string, + options?: ConnectionOptions, + secureConnectListener?: () => void, + ): TLSSocket; + function connect(port: number, options?: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; + /** + * Creates a new secure pair object with two streams, one of which reads and writes + * the encrypted data and the other of which reads and writes the cleartext data. + * Generally, the encrypted stream is piped to/from an incoming encrypted data + * stream and the cleartext one is used as a replacement for the initial encrypted + * stream. + * + * `tls.createSecurePair()` returns a `tls.SecurePair` object with `cleartext` and `encrypted` stream properties. + * + * Using `cleartext` has the same API as {@link TLSSocket}. + * + * The `tls.createSecurePair()` method is now deprecated in favor of`tls.TLSSocket()`. For example, the code: + * + * ```js + * pair = tls.createSecurePair(// ... ); + * pair.encrypted.pipe(socket); + * socket.pipe(pair.encrypted); + * ``` + * + * can be replaced by: + * + * ```js + * secureSocket = tls.TLSSocket(socket, options); + * ``` + * + * where `secureSocket` has the same API as `pair.cleartext`. + * @since v0.3.2 + * @deprecated Since v0.11.3 - Use {@link TLSSocket} instead. + * @param context A secure context object as returned by `tls.createSecureContext()` + * @param isServer `true` to specify that this TLS connection should be opened as a server. + * @param requestCert `true` to specify whether a server should request a certificate from a connecting client. Only applies when `isServer` is `true`. + * @param rejectUnauthorized If not `false` a server automatically reject clients with invalid certificates. Only applies when `isServer` is `true`. + */ + function createSecurePair( + context?: SecureContext, + isServer?: boolean, + requestCert?: boolean, + rejectUnauthorized?: boolean, + ): SecurePair; + /** + * `{@link createServer}` sets the default value of the `honorCipherOrder` option + * to `true`, other APIs that create secure contexts leave it unset. + * + * `{@link createServer}` uses a 128 bit truncated SHA1 hash value generated + * from `process.argv` as the default value of the `sessionIdContext` option, other + * APIs that create secure contexts have no default value. + * + * The `tls.createSecureContext()` method creates a `SecureContext` object. It is + * usable as an argument to several `tls` APIs, such as `server.addContext()`, + * but has no public methods. The {@link Server} constructor and the {@link createServer} method do not support the `secureContext` option. + * + * A key is _required_ for ciphers that use certificates. Either `key` or `pfx` can be used to provide it. + * + * If the `ca` option is not given, then Node.js will default to using [Mozilla's publicly trusted list of + * CAs](https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt). + * + * Custom DHE parameters are discouraged in favor of the new `dhparam: 'auto' `option. When set to `'auto'`, well-known DHE parameters of sufficient strength + * will be selected automatically. Otherwise, if necessary, `openssl dhparam` can + * be used to create custom parameters. The key length must be greater than or + * equal to 1024 bits or else an error will be thrown. Although 1024 bits is + * permissible, use 2048 bits or larger for stronger security. + * @since v0.11.13 + */ + function createSecureContext(options?: SecureContextOptions): SecureContext; + /** + * Returns an array with the names of the supported TLS ciphers. The names are + * lower-case for historical reasons, but must be uppercased to be used in + * the `ciphers` option of `{@link createSecureContext}`. + * + * Not all supported ciphers are enabled by default. See + * [Modifying the default TLS cipher suite](https://nodejs.org/docs/latest-v20.x/api/tls.html#modifying-the-default-tls-cipher-suite). + * + * Cipher names that start with `'tls_'` are for TLSv1.3, all the others are for + * TLSv1.2 and below. + * + * ```js + * console.log(tls.getCiphers()); // ['aes128-gcm-sha256', 'aes128-sha', ...] + * ``` + * @since v0.10.2 + */ + function getCiphers(): string[]; + /** + * The default curve name to use for ECDH key agreement in a tls server. + * The default value is `'auto'`. See `{@link createSecureContext()}` for further + * information. + * @since v0.11.13 + */ + let DEFAULT_ECDH_CURVE: string; + /** + * The default value of the `maxVersion` option of `{@link createSecureContext()}`. + * It can be assigned any of the supported TLS protocol versions, + * `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. **Default:** `'TLSv1.3'`, unless + * changed using CLI options. Using `--tls-max-v1.2` sets the default to `'TLSv1.2'`. Using + * `--tls-max-v1.3` sets the default to `'TLSv1.3'`. If multiple of the options + * are provided, the highest maximum is used. + * @since v11.4.0 + */ + let DEFAULT_MAX_VERSION: SecureVersion; + /** + * The default value of the `minVersion` option of `{@link createSecureContext()}`. + * It can be assigned any of the supported TLS protocol versions, + * `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. **Default:** `'TLSv1.2'`, unless + * changed using CLI options. Using `--tls-min-v1.0` sets the default to + * `'TLSv1'`. Using `--tls-min-v1.1` sets the default to `'TLSv1.1'`. Using + * `--tls-min-v1.3` sets the default to `'TLSv1.3'`. If multiple of the options + * are provided, the lowest minimum is used. + * @since v11.4.0 + */ + let DEFAULT_MIN_VERSION: SecureVersion; + /** + * The default value of the `ciphers` option of `{@link createSecureContext()}`. + * It can be assigned any of the supported OpenSSL ciphers. + * Defaults to the content of `crypto.constants.defaultCoreCipherList`, unless + * changed using CLI options using `--tls-default-ciphers`. + * @since v19.8.0 + */ + let DEFAULT_CIPHERS: string; + /** + * An immutable array of strings representing the root certificates (in PEM format) + * from the bundled Mozilla CA store as supplied by the current Node.js version. + * + * The bundled CA store, as supplied by Node.js, is a snapshot of Mozilla CA store + * that is fixed at release time. It is identical on all supported platforms. + * @since v12.3.0 + */ + const rootCertificates: readonly string[]; +} +declare module "node:tls" { + export * from "tls"; +} diff --git a/node_modules/@types/node/trace_events.d.ts b/node_modules/@types/node/trace_events.d.ts new file mode 100644 index 0000000..6d4aece --- /dev/null +++ b/node_modules/@types/node/trace_events.d.ts @@ -0,0 +1,197 @@ +/** + * The `node:trace_events` module provides a mechanism to centralize tracing information + * generated by V8, Node.js core, and userspace code. + * + * Tracing can be enabled with the `--trace-event-categories` command-line flag + * or by using the `trace_events` module. The `--trace-event-categories` flag + * accepts a list of comma-separated category names. + * + * The available categories are: + * + * * `node`: An empty placeholder. + * * `node.async_hooks`: Enables capture of detailed [`async_hooks`](https://nodejs.org/docs/latest-v20.x/api/async_hooks.html) trace data. + * The [`async_hooks`](https://nodejs.org/docs/latest-v20.x/api/async_hooks.html) events have a unique `asyncId` and a special `triggerId` `triggerAsyncId` property. + * * `node.bootstrap`: Enables capture of Node.js bootstrap milestones. + * * `node.console`: Enables capture of `console.time()` and `console.count()` output. + * * `node.threadpoolwork.sync`: Enables capture of trace data for threadpool synchronous operations, such as `blob`, `zlib`, `crypto` and `node_api`. + * * `node.threadpoolwork.async`: Enables capture of trace data for threadpool asynchronous operations, such as `blob`, `zlib`, `crypto` and `node_api`. + * * `node.dns.native`: Enables capture of trace data for DNS queries. + * * `node.net.native`: Enables capture of trace data for network. + * * `node.environment`: Enables capture of Node.js Environment milestones. + * * `node.fs.sync`: Enables capture of trace data for file system sync methods. + * * `node.fs_dir.sync`: Enables capture of trace data for file system sync directory methods. + * * `node.fs.async`: Enables capture of trace data for file system async methods. + * * `node.fs_dir.async`: Enables capture of trace data for file system async directory methods. + * * `node.perf`: Enables capture of [Performance API](https://nodejs.org/docs/latest-v20.x/api/perf_hooks.html) measurements. + * * `node.perf.usertiming`: Enables capture of only Performance API User Timing + * measures and marks. + * * `node.perf.timerify`: Enables capture of only Performance API timerify + * measurements. + * * `node.promises.rejections`: Enables capture of trace data tracking the number + * of unhandled Promise rejections and handled-after-rejections. + * * `node.vm.script`: Enables capture of trace data for the `node:vm` module's `runInNewContext()`, `runInContext()`, and `runInThisContext()` methods. + * * `v8`: The [V8](https://nodejs.org/docs/latest-v20.x/api/v8.html) events are GC, compiling, and execution related. + * * `node.http`: Enables capture of trace data for http request / response. + * + * By default the `node`, `node.async_hooks`, and `v8` categories are enabled. + * + * ```bash + * node --trace-event-categories v8,node,node.async_hooks server.js + * ``` + * + * Prior versions of Node.js required the use of the `--trace-events-enabled` flag to enable trace events. This requirement has been removed. However, the `--trace-events-enabled` flag _may_ still be + * used and will enable the `node`, `node.async_hooks`, and `v8` trace event categories by default. + * + * ```bash + * node --trace-events-enabled + * + * # is equivalent to + * + * node --trace-event-categories v8,node,node.async_hooks + * ``` + * + * Alternatively, trace events may be enabled using the `node:trace_events` module: + * + * ```js + * import trace_events from 'node:trace_events'; + * const tracing = trace_events.createTracing({ categories: ['node.perf'] }); + * tracing.enable(); // Enable trace event capture for the 'node.perf' category + * + * // do work + * + * tracing.disable(); // Disable trace event capture for the 'node.perf' category + * ``` + * + * Running Node.js with tracing enabled will produce log files that can be opened + * in the [`chrome://tracing`](https://www.chromium.org/developers/how-tos/trace-event-profiling-tool) tab of Chrome. + * + * The logging file is by default called `node_trace.${rotation}.log`, where `${rotation}` is an incrementing log-rotation id. The filepath pattern can + * be specified with `--trace-event-file-pattern` that accepts a template + * string that supports `${rotation}` and `${pid}`: + * + * ```bash + * node --trace-event-categories v8 --trace-event-file-pattern '${pid}-${rotation}.log' server.js + * ``` + * + * To guarantee that the log file is properly generated after signal events like `SIGINT`, `SIGTERM`, or `SIGBREAK`, make sure to have the appropriate handlers + * in your code, such as: + * + * ```js + * process.on('SIGINT', function onSigint() { + * console.info('Received SIGINT.'); + * process.exit(130); // Or applicable exit code depending on OS and signal + * }); + * ``` + * + * The tracing system uses the same time source + * as the one used by `process.hrtime()`. + * However the trace-event timestamps are expressed in microseconds, + * unlike `process.hrtime()` which returns nanoseconds. + * + * The features from this module are not available in [`Worker`](https://nodejs.org/docs/latest-v20.x/api/worker_threads.html#class-worker) threads. + * @experimental + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/trace_events.js) + */ +declare module "trace_events" { + /** + * The `Tracing` object is used to enable or disable tracing for sets of + * categories. Instances are created using the + * `trace_events.createTracing()` method. + * + * When created, the `Tracing` object is disabled. Calling the + * `tracing.enable()` method adds the categories to the set of enabled trace + * event categories. Calling `tracing.disable()` will remove the categories + * from the set of enabled trace event categories. + */ + interface Tracing { + /** + * A comma-separated list of the trace event categories covered by this + * `Tracing` object. + * @since v10.0.0 + */ + readonly categories: string; + /** + * Disables this `Tracing` object. + * + * Only trace event categories _not_ covered by other enabled `Tracing` + * objects and _not_ specified by the `--trace-event-categories` flag + * will be disabled. + * + * ```js + * import trace_events from 'node:trace_events'; + * const t1 = trace_events.createTracing({ categories: ['node', 'v8'] }); + * const t2 = trace_events.createTracing({ categories: ['node.perf', 'node'] }); + * t1.enable(); + * t2.enable(); + * + * // Prints 'node,node.perf,v8' + * console.log(trace_events.getEnabledCategories()); + * + * t2.disable(); // Will only disable emission of the 'node.perf' category + * + * // Prints 'node,v8' + * console.log(trace_events.getEnabledCategories()); + * ``` + * @since v10.0.0 + */ + disable(): void; + /** + * Enables this `Tracing` object for the set of categories covered by + * the `Tracing` object. + * @since v10.0.0 + */ + enable(): void; + /** + * `true` only if the `Tracing` object has been enabled. + * @since v10.0.0 + */ + readonly enabled: boolean; + } + interface CreateTracingOptions { + /** + * An array of trace category names. Values included in the array are + * coerced to a string when possible. An error will be thrown if the + * value cannot be coerced. + */ + categories: string[]; + } + /** + * Creates and returns a `Tracing` object for the given set of `categories`. + * + * ```js + * import trace_events from 'node:trace_events'; + * const categories = ['node.perf', 'node.async_hooks']; + * const tracing = trace_events.createTracing({ categories }); + * tracing.enable(); + * // do stuff + * tracing.disable(); + * ``` + * @since v10.0.0 + */ + function createTracing(options: CreateTracingOptions): Tracing; + /** + * Returns a comma-separated list of all currently-enabled trace event + * categories. The current set of enabled trace event categories is determined + * by the _union_ of all currently-enabled `Tracing` objects and any categories + * enabled using the `--trace-event-categories` flag. + * + * Given the file `test.js` below, the command `node --trace-event-categories node.perf test.js` will print `'node.async_hooks,node.perf'` to the console. + * + * ```js + * import trace_events from 'node:trace_events'; + * const t1 = trace_events.createTracing({ categories: ['node.async_hooks'] }); + * const t2 = trace_events.createTracing({ categories: ['node.perf'] }); + * const t3 = trace_events.createTracing({ categories: ['v8'] }); + * + * t1.enable(); + * t2.enable(); + * + * console.log(trace_events.getEnabledCategories()); + * ``` + * @since v10.0.0 + */ + function getEnabledCategories(): string | undefined; +} +declare module "node:trace_events" { + export * from "trace_events"; +} diff --git a/node_modules/@types/node/ts5.6/buffer.buffer.d.ts b/node_modules/@types/node/ts5.6/buffer.buffer.d.ts new file mode 100644 index 0000000..a5f67d7 --- /dev/null +++ b/node_modules/@types/node/ts5.6/buffer.buffer.d.ts @@ -0,0 +1,468 @@ +declare module "buffer" { + global { + interface BufferConstructor { + // see ../buffer.d.ts for implementation shared with all TypeScript versions + + /** + * Allocates a new buffer containing the given {str}. + * + * @param str String to store in buffer. + * @param encoding encoding to use, optional. Default is 'utf8' + * @deprecated since v10.0.0 - Use `Buffer.from(string[, encoding])` instead. + */ + new(str: string, encoding?: BufferEncoding): Buffer; + /** + * Allocates a new buffer of {size} octets. + * + * @param size count of octets to allocate. + * @deprecated since v10.0.0 - Use `Buffer.alloc()` instead (also see `Buffer.allocUnsafe()`). + */ + new(size: number): Buffer; + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + * @deprecated since v10.0.0 - Use `Buffer.from(array)` instead. + */ + new(array: ArrayLike): Buffer; + /** + * Produces a Buffer backed by the same allocated memory as + * the given {ArrayBuffer}/{SharedArrayBuffer}. + * + * @param arrayBuffer The ArrayBuffer with which to share memory. + * @deprecated since v10.0.0 - Use `Buffer.from(arrayBuffer[, byteOffset[, length]])` instead. + */ + new(arrayBuffer: ArrayBufferLike): Buffer; + /** + * Allocates a new `Buffer` using an `array` of bytes in the range `0` – `255`. + * Array entries outside that range will be truncated to fit into it. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Creates a new Buffer containing the UTF-8 bytes of the string 'buffer'. + * const buf = Buffer.from([0x62, 0x75, 0x66, 0x66, 0x65, 0x72]); + * ``` + * + * If `array` is an `Array`-like object (that is, one with a `length` property of + * type `number`), it is treated as if it is an array, unless it is a `Buffer` or + * a `Uint8Array`. This means all other `TypedArray` variants get treated as an + * `Array`. To create a `Buffer` from the bytes backing a `TypedArray`, use + * `Buffer.copyBytesFrom()`. + * + * A `TypeError` will be thrown if `array` is not an `Array` or another type + * appropriate for `Buffer.from()` variants. + * + * `Buffer.from(array)` and `Buffer.from(string)` may also use the internal + * `Buffer` pool like `Buffer.allocUnsafe()` does. + * @since v5.10.0 + */ + from(array: WithImplicitCoercion>): Buffer; + /** + * This creates a view of the `ArrayBuffer` without copying the underlying + * memory. For example, when passed a reference to the `.buffer` property of a + * `TypedArray` instance, the newly created `Buffer` will share the same + * allocated memory as the `TypedArray`'s underlying `ArrayBuffer`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const arr = new Uint16Array(2); + * + * arr[0] = 5000; + * arr[1] = 4000; + * + * // Shares memory with `arr`. + * const buf = Buffer.from(arr.buffer); + * + * console.log(buf); + * // Prints: + * + * // Changing the original Uint16Array changes the Buffer also. + * arr[1] = 6000; + * + * console.log(buf); + * // Prints: + * ``` + * + * The optional `byteOffset` and `length` arguments specify a memory range within + * the `arrayBuffer` that will be shared by the `Buffer`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const ab = new ArrayBuffer(10); + * const buf = Buffer.from(ab, 0, 2); + * + * console.log(buf.length); + * // Prints: 2 + * ``` + * + * A `TypeError` will be thrown if `arrayBuffer` is not an `ArrayBuffer` or a + * `SharedArrayBuffer` or another type appropriate for `Buffer.from()` + * variants. + * + * It is important to remember that a backing `ArrayBuffer` can cover a range + * of memory that extends beyond the bounds of a `TypedArray` view. A new + * `Buffer` created using the `buffer` property of a `TypedArray` may extend + * beyond the range of the `TypedArray`: + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const arrA = Uint8Array.from([0x63, 0x64, 0x65, 0x66]); // 4 elements + * const arrB = new Uint8Array(arrA.buffer, 1, 2); // 2 elements + * console.log(arrA.buffer === arrB.buffer); // true + * + * const buf = Buffer.from(arrB.buffer); + * console.log(buf); + * // Prints: + * ``` + * @since v5.10.0 + * @param arrayBuffer An `ArrayBuffer`, `SharedArrayBuffer`, for example the + * `.buffer` property of a `TypedArray`. + * @param byteOffset Index of first byte to expose. **Default:** `0`. + * @param length Number of bytes to expose. **Default:** + * `arrayBuffer.byteLength - byteOffset`. + */ + from( + arrayBuffer: WithImplicitCoercion, + byteOffset?: number, + length?: number, + ): Buffer; + /** + * Creates a new `Buffer` containing `string`. The `encoding` parameter identifies + * the character encoding to be used when converting `string` into bytes. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from('this is a tést'); + * const buf2 = Buffer.from('7468697320697320612074c3a97374', 'hex'); + * + * console.log(buf1.toString()); + * // Prints: this is a tést + * console.log(buf2.toString()); + * // Prints: this is a tést + * console.log(buf1.toString('latin1')); + * // Prints: this is a tést + * ``` + * + * A `TypeError` will be thrown if `string` is not a string or another type + * appropriate for `Buffer.from()` variants. + * + * `Buffer.from(string)` may also use the internal `Buffer` pool like + * `Buffer.allocUnsafe()` does. + * @since v5.10.0 + * @param string A string to encode. + * @param encoding The encoding of `string`. **Default:** `'utf8'`. + */ + from(string: WithImplicitCoercion, encoding?: BufferEncoding): Buffer; + from(arrayOrString: WithImplicitCoercion | string>): Buffer; + /** + * Creates a new Buffer using the passed {data} + * @param values to create a new Buffer + */ + of(...items: number[]): Buffer; + /** + * Returns a new `Buffer` which is the result of concatenating all the `Buffer` instances in the `list` together. + * + * If the list has no items, or if the `totalLength` is 0, then a new zero-length `Buffer` is returned. + * + * If `totalLength` is not provided, it is calculated from the `Buffer` instances + * in `list` by adding their lengths. + * + * If `totalLength` is provided, it is coerced to an unsigned integer. If the + * combined length of the `Buffer`s in `list` exceeds `totalLength`, the result is + * truncated to `totalLength`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Create a single `Buffer` from a list of three `Buffer` instances. + * + * const buf1 = Buffer.alloc(10); + * const buf2 = Buffer.alloc(14); + * const buf3 = Buffer.alloc(18); + * const totalLength = buf1.length + buf2.length + buf3.length; + * + * console.log(totalLength); + * // Prints: 42 + * + * const bufA = Buffer.concat([buf1, buf2, buf3], totalLength); + * + * console.log(bufA); + * // Prints: + * console.log(bufA.length); + * // Prints: 42 + * ``` + * + * `Buffer.concat()` may also use the internal `Buffer` pool like `Buffer.allocUnsafe()` does. + * @since v0.7.11 + * @param list List of `Buffer` or {@link Uint8Array} instances to concatenate. + * @param totalLength Total length of the `Buffer` instances in `list` when concatenated. + */ + concat(list: readonly Uint8Array[], totalLength?: number): Buffer; + /** + * Copies the underlying memory of `view` into a new `Buffer`. + * + * ```js + * const u16 = new Uint16Array([0, 0xffff]); + * const buf = Buffer.copyBytesFrom(u16, 1, 1); + * u16[1] = 0; + * console.log(buf.length); // 2 + * console.log(buf[0]); // 255 + * console.log(buf[1]); // 255 + * ``` + * @since v19.8.0 + * @param view The {TypedArray} to copy. + * @param [offset=0] The starting offset within `view`. + * @param [length=view.length - offset] The number of elements from `view` to copy. + */ + copyBytesFrom(view: NodeJS.TypedArray, offset?: number, length?: number): Buffer; + /** + * Allocates a new `Buffer` of `size` bytes. If `fill` is `undefined`, the`Buffer` will be zero-filled. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.alloc(5); + * + * console.log(buf); + * // Prints: + * ``` + * + * If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown. + * + * If `fill` is specified, the allocated `Buffer` will be initialized by calling `buf.fill(fill)`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.alloc(5, 'a'); + * + * console.log(buf); + * // Prints: + * ``` + * + * If both `fill` and `encoding` are specified, the allocated `Buffer` will be + * initialized by calling `buf.fill(fill, encoding)`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.alloc(11, 'aGVsbG8gd29ybGQ=', 'base64'); + * + * console.log(buf); + * // Prints: + * ``` + * + * Calling `Buffer.alloc()` can be measurably slower than the alternative `Buffer.allocUnsafe()` but ensures that the newly created `Buffer` instance + * contents will never contain sensitive data from previous allocations, including + * data that might not have been allocated for `Buffer`s. + * + * A `TypeError` will be thrown if `size` is not a number. + * @since v5.10.0 + * @param size The desired length of the new `Buffer`. + * @param [fill=0] A value to pre-fill the new `Buffer` with. + * @param [encoding='utf8'] If `fill` is a string, this is its encoding. + */ + alloc(size: number, fill?: string | Uint8Array | number, encoding?: BufferEncoding): Buffer; + /** + * Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown. + * + * The underlying memory for `Buffer` instances created in this way is _not_ + * _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `Buffer.alloc()` instead to initialize`Buffer` instances with zeroes. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(10); + * + * console.log(buf); + * // Prints (contents may vary): + * + * buf.fill(0); + * + * console.log(buf); + * // Prints: + * ``` + * + * A `TypeError` will be thrown if `size` is not a number. + * + * The `Buffer` module pre-allocates an internal `Buffer` instance of + * size `Buffer.poolSize` that is used as a pool for the fast allocation of new `Buffer` instances created using `Buffer.allocUnsafe()`, `Buffer.from(array)`, + * and `Buffer.concat()` only when `size` is less than `Buffer.poolSize >>> 1` (floor of `Buffer.poolSize` divided by two). + * + * Use of this pre-allocated internal memory pool is a key difference between + * calling `Buffer.alloc(size, fill)` vs. `Buffer.allocUnsafe(size).fill(fill)`. + * Specifically, `Buffer.alloc(size, fill)` will _never_ use the internal `Buffer`pool, while `Buffer.allocUnsafe(size).fill(fill)`_will_ use the internal`Buffer` pool if `size` is less + * than or equal to half `Buffer.poolSize`. The + * difference is subtle but can be important when an application requires the + * additional performance that `Buffer.allocUnsafe()` provides. + * @since v5.10.0 + * @param size The desired length of the new `Buffer`. + */ + allocUnsafe(size: number): Buffer; + /** + * Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown. A zero-length `Buffer` is created if + * `size` is 0. + * + * The underlying memory for `Buffer` instances created in this way is _not_ + * _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `buf.fill(0)` to initialize + * such `Buffer` instances with zeroes. + * + * When using `Buffer.allocUnsafe()` to allocate new `Buffer` instances, + * allocations under 4 KiB are sliced from a single pre-allocated `Buffer`. This + * allows applications to avoid the garbage collection overhead of creating many + * individually allocated `Buffer` instances. This approach improves both + * performance and memory usage by eliminating the need to track and clean up as + * many individual `ArrayBuffer` objects. + * + * However, in the case where a developer may need to retain a small chunk of + * memory from a pool for an indeterminate amount of time, it may be appropriate + * to create an un-pooled `Buffer` instance using `Buffer.allocUnsafeSlow()` and + * then copying out the relevant bits. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Need to keep around a few small chunks of memory. + * const store = []; + * + * socket.on('readable', () => { + * let data; + * while (null !== (data = readable.read())) { + * // Allocate for retained data. + * const sb = Buffer.allocUnsafeSlow(10); + * + * // Copy the data into the new allocation. + * data.copy(sb, 0, 0, 10); + * + * store.push(sb); + * } + * }); + * ``` + * + * A `TypeError` will be thrown if `size` is not a number. + * @since v5.12.0 + * @param size The desired length of the new `Buffer`. + */ + allocUnsafeSlow(size: number): Buffer; + } + interface Buffer extends Uint8Array { + // see ../buffer.d.ts for implementation shared with all TypeScript versions + + /** + * Returns a new `Buffer` that references the same memory as the original, but + * offset and cropped by the `start` and `end` indices. + * + * This method is not compatible with the `Uint8Array.prototype.slice()`, + * which is a superclass of `Buffer`. To copy the slice, use`Uint8Array.prototype.slice()`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('buffer'); + * + * const copiedBuf = Uint8Array.prototype.slice.call(buf); + * copiedBuf[0]++; + * console.log(copiedBuf.toString()); + * // Prints: cuffer + * + * console.log(buf.toString()); + * // Prints: buffer + * + * // With buf.slice(), the original buffer is modified. + * const notReallyCopiedBuf = buf.slice(); + * notReallyCopiedBuf[0]++; + * console.log(notReallyCopiedBuf.toString()); + * // Prints: cuffer + * console.log(buf.toString()); + * // Also prints: cuffer (!) + * ``` + * @since v0.3.0 + * @deprecated Use `subarray` instead. + * @param [start=0] Where the new `Buffer` will start. + * @param [end=buf.length] Where the new `Buffer` will end (not inclusive). + */ + slice(start?: number, end?: number): Buffer; + /** + * Returns a new `Buffer` that references the same memory as the original, but + * offset and cropped by the `start` and `end` indices. + * + * Specifying `end` greater than `buf.length` will return the same result as + * that of `end` equal to `buf.length`. + * + * This method is inherited from [`TypedArray.prototype.subarray()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/subarray). + * + * Modifying the new `Buffer` slice will modify the memory in the original `Buffer`because the allocated memory of the two objects overlap. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Create a `Buffer` with the ASCII alphabet, take a slice, and modify one byte + * // from the original `Buffer`. + * + * const buf1 = Buffer.allocUnsafe(26); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf1[i] = i + 97; + * } + * + * const buf2 = buf1.subarray(0, 3); + * + * console.log(buf2.toString('ascii', 0, buf2.length)); + * // Prints: abc + * + * buf1[0] = 33; + * + * console.log(buf2.toString('ascii', 0, buf2.length)); + * // Prints: !bc + * ``` + * + * Specifying negative indexes causes the slice to be generated relative to the + * end of `buf` rather than the beginning. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('buffer'); + * + * console.log(buf.subarray(-6, -1).toString()); + * // Prints: buffe + * // (Equivalent to buf.subarray(0, 5).) + * + * console.log(buf.subarray(-6, -2).toString()); + * // Prints: buff + * // (Equivalent to buf.subarray(0, 4).) + * + * console.log(buf.subarray(-5, -2).toString()); + * // Prints: uff + * // (Equivalent to buf.subarray(1, 4).) + * ``` + * @since v3.0.0 + * @param [start=0] Where the new `Buffer` will start. + * @param [end=buf.length] Where the new `Buffer` will end (not inclusive). + */ + subarray(start?: number, end?: number): Buffer; + } + /** + * @deprecated This is intended for internal use, and will be removed once `@types/node` no longer supports + * TypeScript versions earlier than 5.7. + */ + type NonSharedBuffer = Buffer; + /** + * @deprecated This is intended for internal use, and will be removed once `@types/node` no longer supports + * TypeScript versions earlier than 5.7. + */ + type AllowSharedBuffer = Buffer; + } + /** @deprecated Use `Buffer.allocUnsafeSlow()` instead. */ + var SlowBuffer: { + /** @deprecated Use `Buffer.allocUnsafeSlow()` instead. */ + new(size: number): Buffer; + prototype: Buffer; + }; +} diff --git a/node_modules/@types/node/ts5.6/globals.typedarray.d.ts b/node_modules/@types/node/ts5.6/globals.typedarray.d.ts new file mode 100644 index 0000000..f1c444d --- /dev/null +++ b/node_modules/@types/node/ts5.6/globals.typedarray.d.ts @@ -0,0 +1,34 @@ +export {}; // Make this a module + +declare global { + namespace NodeJS { + type TypedArray = + | Uint8Array + | Uint8ClampedArray + | Uint16Array + | Uint32Array + | Int8Array + | Int16Array + | Int32Array + | BigUint64Array + | BigInt64Array + | Float32Array + | Float64Array; + type ArrayBufferView = TypedArray | DataView; + + type NonSharedUint8Array = Uint8Array; + type NonSharedUint8ClampedArray = Uint8ClampedArray; + type NonSharedUint16Array = Uint16Array; + type NonSharedUint32Array = Uint32Array; + type NonSharedInt8Array = Int8Array; + type NonSharedInt16Array = Int16Array; + type NonSharedInt32Array = Int32Array; + type NonSharedBigUint64Array = BigUint64Array; + type NonSharedBigInt64Array = BigInt64Array; + type NonSharedFloat32Array = Float32Array; + type NonSharedFloat64Array = Float64Array; + type NonSharedDataView = DataView; + type NonSharedTypedArray = TypedArray; + type NonSharedArrayBufferView = ArrayBufferView; + } +} diff --git a/node_modules/@types/node/ts5.6/index.d.ts b/node_modules/@types/node/ts5.6/index.d.ts new file mode 100644 index 0000000..291308f --- /dev/null +++ b/node_modules/@types/node/ts5.6/index.d.ts @@ -0,0 +1,93 @@ +/** + * License for programmatically and manually incorporated + * documentation aka. `JSDoc` from https://github.com/nodejs/node/tree/master/doc + * + * Copyright Node.js contributors. All rights reserved. + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +// NOTE: These definitions support Node.js and TypeScript 4.9 through 5.6. + +// Reference required TypeScript libs: +/// + +// TypeScript backwards-compatibility definitions: +/// + +// Definitions specific to TypeScript 4.9 through 5.6: +/// +/// + +// Definitions for Node.js modules that are not specific to any version of TypeScript: +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// diff --git a/node_modules/@types/node/tty.d.ts b/node_modules/@types/node/tty.d.ts new file mode 100644 index 0000000..d4b9313 --- /dev/null +++ b/node_modules/@types/node/tty.d.ts @@ -0,0 +1,208 @@ +/** + * 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 + * directly. However, it can be accessed using: + * + * ```js + * import tty from 'node:tty'; + * ``` + * + * When Node.js detects that it is being run with a text terminal ("TTY") + * attached, `process.stdin` will, by default, be initialized as an instance of `tty.ReadStream` and both `process.stdout` and `process.stderr` will, by + * default, be instances of `tty.WriteStream`. The preferred method of determining + * whether Node.js is being run within a TTY context is to check that the value of + * the `process.stdout.isTTY` property is `true`: + * + * ```console + * $ node -p -e "Boolean(process.stdout.isTTY)" + * true + * $ node -p -e "Boolean(process.stdout.isTTY)" | cat + * false + * ``` + * + * In most cases, there should be little to no reason for an application to + * manually create instances of the `tty.ReadStream` and `tty.WriteStream` classes. + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/tty.js) + */ +declare module "tty" { + import * as net from "node:net"; + /** + * The `tty.isatty()` method returns `true` if the given `fd` is associated with + * a TTY and `false` if it is not, including whenever `fd` is not a non-negative + * integer. + * @since v0.5.8 + * @param fd A numeric file descriptor + */ + function isatty(fd: number): boolean; + /** + * Represents the readable side of a TTY. In normal circumstances `process.stdin` will be the only `tty.ReadStream` instance in a Node.js + * process and there should be no reason to create additional instances. + * @since v0.5.8 + */ + class ReadStream extends net.Socket { + constructor(fd: number, options?: net.SocketConstructorOpts); + /** + * A `boolean` that is `true` if the TTY is currently configured to operate as a + * raw device. + * + * This flag is always `false` when a process starts, even if the terminal is + * operating in raw mode. Its value will change with subsequent calls to `setRawMode`. + * @since v0.7.7 + */ + isRaw: boolean; + /** + * Allows configuration of `tty.ReadStream` so that it operates as a raw device. + * + * When in raw mode, input is always available character-by-character, not + * including modifiers. Additionally, all special processing of characters by the + * terminal is disabled, including echoing input + * characters. Ctrl+C will no longer cause a `SIGINT` when + * in this mode. + * @since v0.7.7 + * @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` + * property will be set to the resulting mode. + * @return The read stream instance. + */ + setRawMode(mode: boolean): this; + /** + * A `boolean` that is always `true` for `tty.ReadStream` instances. + * @since v0.5.8 + */ + isTTY: boolean; + } + /** + * -1 - to the left from cursor + * 0 - the entire line + * 1 - to the right from cursor + */ + type Direction = -1 | 0 | 1; + /** + * 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 + * should be no reason to create additional instances. + * @since v0.5.8 + */ + class WriteStream extends net.Socket { + constructor(fd: number); + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "resize", listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "resize"): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "resize", listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "resize", listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "resize", listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "resize", listener: () => void): this; + /** + * `writeStream.clearLine()` clears the current line of this `WriteStream` in a + * direction identified by `dir`. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @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`. + */ + clearLine(dir: Direction, callback?: () => void): boolean; + /** + * `writeStream.clearScreenDown()` clears this `WriteStream` from the current + * cursor down. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @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`. + */ + clearScreenDown(callback?: () => void): boolean; + /** + * `writeStream.cursorTo()` moves this `WriteStream`'s cursor to the specified + * position. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @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`. + */ + cursorTo(x: number, y?: number, callback?: () => void): boolean; + cursorTo(x: number, callback: () => void): boolean; + /** + * `writeStream.moveCursor()` moves this `WriteStream`'s cursor _relative_ to its + * current position. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @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`. + */ + moveCursor(dx: number, dy: number, callback?: () => void): boolean; + /** + * Returns: + * + * * `1` for 2, + * * `4` for 16, + * * `8` for 256, + * * `24` for 16,777,216 colors supported. + * + * Use this to determine what colors the terminal supports. Due to the nature of + * colors in terminals it is possible to either have false positives or false + * negatives. It depends on process information and the environment variables that + * may lie about what terminal is used. + * It is possible to pass in an `env` object to simulate the usage of a specific + * terminal. This can be useful to check how specific environment settings behave. + * + * To enforce a specific color support, use one of the below environment settings. + * + * * 2 colors: `FORCE_COLOR = 0` (Disables colors) + * * 16 colors: `FORCE_COLOR = 1` + * * 256 colors: `FORCE_COLOR = 2` + * * 16,777,216 colors: `FORCE_COLOR = 3` + * + * Disabling color support is also possible by using the `NO_COLOR` and `NODE_DISABLE_COLORS` environment variables. + * @since v9.9.0 + * @param [env=process.env] An object containing the environment variables to check. This enables simulating the usage of a specific terminal. + */ + getColorDepth(env?: object): number; + /** + * Returns `true` if the `writeStream` supports at least as many colors as provided + * in `count`. Minimum support is 2 (black and white). + * + * This has the same false positives and negatives as described in `writeStream.getColorDepth()`. + * + * ```js + * process.stdout.hasColors(); + * // Returns true or false depending on if `stdout` supports at least 16 colors. + * process.stdout.hasColors(256); + * // Returns true or false depending on if `stdout` supports at least 256 colors. + * process.stdout.hasColors({ TMUX: '1' }); + * // Returns true. + * process.stdout.hasColors(2 ** 24, { TMUX: '1' }); + * // Returns false (the environment setting pretends to support 2 ** 8 colors). + * ``` + * @since v11.13.0, v10.16.0 + * @param [count=16] The number of colors that are requested (minimum 2). + * @param [env=process.env] An object containing the environment variables to check. This enables simulating the usage of a specific terminal. + */ + hasColors(count?: number): boolean; + hasColors(env?: object): boolean; + hasColors(count: number, env?: object): boolean; + /** + * `writeStream.getWindowSize()` returns the size of the TTY + * corresponding to this `WriteStream`. The array is of the type `[numColumns, numRows]` where `numColumns` and `numRows` represent the number + * of columns and rows in the corresponding TTY. + * @since v0.7.7 + */ + getWindowSize(): [number, number]; + /** + * A `number` specifying the number of columns the TTY currently has. This property + * is updated whenever the `'resize'` event is emitted. + * @since v0.7.7 + */ + columns: number; + /** + * A `number` specifying the number of rows the TTY currently has. This property + * is updated whenever the `'resize'` event is emitted. + * @since v0.7.7 + */ + rows: number; + /** + * A `boolean` that is always `true`. + * @since v0.5.8 + */ + isTTY: boolean; + } +} +declare module "node:tty" { + export * from "tty"; +} diff --git a/node_modules/@types/node/url.d.ts b/node_modules/@types/node/url.d.ts new file mode 100644 index 0000000..4d83629 --- /dev/null +++ b/node_modules/@types/node/url.d.ts @@ -0,0 +1,964 @@ +/** + * The `node:url` module provides utilities for URL resolution and parsing. It can + * be accessed using: + * + * ```js + * import url from 'node:url'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/url.js) + */ +declare module "url" { + import { Blob as NodeBlob, NonSharedBuffer } from "node:buffer"; + import { ClientRequestArgs } from "node:http"; + import { ParsedUrlQuery, ParsedUrlQueryInput } from "node:querystring"; + // Input to `url.format` + interface UrlObject { + auth?: string | null | undefined; + hash?: string | null | undefined; + host?: string | null | undefined; + hostname?: string | null | undefined; + href?: string | null | undefined; + pathname?: string | null | undefined; + protocol?: string | null | undefined; + search?: string | null | undefined; + slashes?: boolean | null | undefined; + port?: string | number | null | undefined; + query?: string | null | ParsedUrlQueryInput | undefined; + } + // Output of `url.parse` + interface Url { + auth: string | null; + hash: string | null; + host: string | null; + hostname: string | null; + href: string; + path: string | null; + pathname: string | null; + protocol: string | null; + search: string | null; + slashes: boolean | null; + port: string | null; + query: string | null | ParsedUrlQuery; + } + interface UrlWithParsedQuery extends Url { + query: ParsedUrlQuery; + } + interface UrlWithStringQuery extends Url { + query: string | null; + } + interface FileUrlToPathOptions { + /** + * `true` if the `path` should be return as a windows filepath, `false` for posix, and `undefined` for the system default. + * @default undefined + */ + windows?: boolean | undefined; + } + interface PathToFileUrlOptions extends FileUrlToPathOptions {} + /** + * The `url.parse()` method takes a URL string, parses it, and returns a URL + * object. + * + * A `TypeError` is thrown if `urlString` is not a string. + * + * A `URIError` is thrown if the `auth` property is present but cannot be decoded. + * + * `url.parse()` uses a lenient, non-standard algorithm for parsing URL + * strings. It is prone to security issues such as [host name spoofing](https://hackerone.com/reports/678487) and incorrect handling of usernames and passwords. Do not use with untrusted + * input. CVEs are not issued for `url.parse()` vulnerabilities. Use the `WHATWG URL` API instead. + * @since v0.1.25 + * @deprecated Use the WHATWG URL API instead. + * @param urlString The URL string to parse. + * @param [parseQueryString=false] If `true`, the `query` property will always be set to an object returned by the {@link querystring} module's `parse()` method. If `false`, the `query` property + * on the returned URL object will be an unparsed, undecoded string. + * @param [slashesDenoteHost=false] If `true`, the first token after the literal string `//` and preceding the next `/` will be interpreted as the `host`. For instance, given `//foo/bar`, the + * result would be `{host: 'foo', pathname: '/bar'}` rather than `{pathname: '//foo/bar'}`. + */ + function parse(urlString: string): UrlWithStringQuery; + function parse( + urlString: string, + parseQueryString: false | undefined, + slashesDenoteHost?: boolean, + ): UrlWithStringQuery; + function parse(urlString: string, parseQueryString: true, slashesDenoteHost?: boolean): UrlWithParsedQuery; + function parse(urlString: string, parseQueryString: boolean, slashesDenoteHost?: boolean): Url; + /** + * The `url.format()` method returns a formatted URL string derived from `urlObject`. + * + * ```js + * import url from 'node:url'; + * url.format({ + * protocol: 'https', + * hostname: 'example.com', + * pathname: '/some/path', + * query: { + * page: 1, + * format: 'json', + * }, + * }); + * + * // => 'https://example.com/some/path?page=1&format=json' + * ``` + * + * If `urlObject` is not an object or a string, `url.format()` will throw a `TypeError`. + * + * The formatting process operates as follows: + * + * * A new empty string `result` is created. + * * If `urlObject.protocol` is a string, it is appended as-is to `result`. + * * Otherwise, if `urlObject.protocol` is not `undefined` and is not a string, an `Error` is thrown. + * * For all string values of `urlObject.protocol` that _do not end_ with an ASCII + * colon (`:`) character, the literal string `:` will be appended to `result`. + * * If either of the following conditions is true, then the literal string `//` will be appended to `result`: + * * `urlObject.slashes` property is true; + * * `urlObject.protocol` begins with `http`, `https`, `ftp`, `gopher`, or `file`; + * * If the value of the `urlObject.auth` property is truthy, and either `urlObject.host` or `urlObject.hostname` are not `undefined`, the value of `urlObject.auth` will be coerced into a string + * and appended to `result` followed by the literal string `@`. + * * If the `urlObject.host` property is `undefined` then: + * * If the `urlObject.hostname` is a string, it is appended to `result`. + * * Otherwise, if `urlObject.hostname` is not `undefined` and is not a string, + * an `Error` is thrown. + * * If the `urlObject.port` property value is truthy, and `urlObject.hostname` is not `undefined`: + * * The literal string `:` is appended to `result`, and + * * The value of `urlObject.port` is coerced to a string and appended to `result`. + * * Otherwise, if the `urlObject.host` property value is truthy, the value of `urlObject.host` is coerced to a string and appended to `result`. + * * If the `urlObject.pathname` property is a string that is not an empty string: + * * If the `urlObject.pathname` _does not start_ with an ASCII forward slash + * (`/`), then the literal string `'/'` is appended to `result`. + * * The value of `urlObject.pathname` is appended to `result`. + * * Otherwise, if `urlObject.pathname` is not `undefined` and is not a string, an `Error` is thrown. + * * If the `urlObject.search` property is `undefined` and if the `urlObject.query`property is an `Object`, the literal string `?` is appended to `result` followed by the output of calling the + * `querystring` module's `stringify()` method passing the value of `urlObject.query`. + * * Otherwise, if `urlObject.search` is a string: + * * If the value of `urlObject.search` _does not start_ with the ASCII question + * mark (`?`) character, the literal string `?` is appended to `result`. + * * The value of `urlObject.search` is appended to `result`. + * * Otherwise, if `urlObject.search` is not `undefined` and is not a string, an `Error` is thrown. + * * If the `urlObject.hash` property is a string: + * * If the value of `urlObject.hash` _does not start_ with the ASCII hash (`#`) + * character, the literal string `#` is appended to `result`. + * * The value of `urlObject.hash` is appended to `result`. + * * Otherwise, if the `urlObject.hash` property is not `undefined` and is not a + * string, an `Error` is thrown. + * * `result` is returned. + * @since v0.1.25 + * @legacy Use the WHATWG URL API instead. + * @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`. + */ + function format(urlObject: URL, options?: URLFormatOptions): string; + /** + * The `url.format()` method returns a formatted URL string derived from `urlObject`. + * + * ```js + * import url from 'node:url'; + * url.format({ + * protocol: 'https', + * hostname: 'example.com', + * pathname: '/some/path', + * query: { + * page: 1, + * format: 'json', + * }, + * }); + * + * // => 'https://example.com/some/path?page=1&format=json' + * ``` + * + * If `urlObject` is not an object or a string, `url.format()` will throw a `TypeError`. + * + * The formatting process operates as follows: + * + * * A new empty string `result` is created. + * * If `urlObject.protocol` is a string, it is appended as-is to `result`. + * * Otherwise, if `urlObject.protocol` is not `undefined` and is not a string, an `Error` is thrown. + * * For all string values of `urlObject.protocol` that _do not end_ with an ASCII + * colon (`:`) character, the literal string `:` will be appended to `result`. + * * If either of the following conditions is true, then the literal string `//` will be appended to `result`: + * * `urlObject.slashes` property is true; + * * `urlObject.protocol` begins with `http`, `https`, `ftp`, `gopher`, or `file`; + * * If the value of the `urlObject.auth` property is truthy, and either `urlObject.host` or `urlObject.hostname` are not `undefined`, the value of `urlObject.auth` will be coerced into a string + * and appended to `result` followed by the literal string `@`. + * * If the `urlObject.host` property is `undefined` then: + * * If the `urlObject.hostname` is a string, it is appended to `result`. + * * Otherwise, if `urlObject.hostname` is not `undefined` and is not a string, + * an `Error` is thrown. + * * If the `urlObject.port` property value is truthy, and `urlObject.hostname` is not `undefined`: + * * The literal string `:` is appended to `result`, and + * * The value of `urlObject.port` is coerced to a string and appended to `result`. + * * Otherwise, if the `urlObject.host` property value is truthy, the value of `urlObject.host` is coerced to a string and appended to `result`. + * * If the `urlObject.pathname` property is a string that is not an empty string: + * * If the `urlObject.pathname` _does not start_ with an ASCII forward slash + * (`/`), then the literal string `'/'` is appended to `result`. + * * The value of `urlObject.pathname` is appended to `result`. + * * Otherwise, if `urlObject.pathname` is not `undefined` and is not a string, an `Error` is thrown. + * * If the `urlObject.search` property is `undefined` and if the `urlObject.query`property is an `Object`, the literal string `?` is appended to `result` followed by the output of calling the + * `querystring` module's `stringify()` method passing the value of `urlObject.query`. + * * Otherwise, if `urlObject.search` is a string: + * * If the value of `urlObject.search` _does not start_ with the ASCII question + * mark (`?`) character, the literal string `?` is appended to `result`. + * * The value of `urlObject.search` is appended to `result`. + * * Otherwise, if `urlObject.search` is not `undefined` and is not a string, an `Error` is thrown. + * * If the `urlObject.hash` property is a string: + * * If the value of `urlObject.hash` _does not start_ with the ASCII hash (`#`) + * character, the literal string `#` is appended to `result`. + * * The value of `urlObject.hash` is appended to `result`. + * * Otherwise, if the `urlObject.hash` property is not `undefined` and is not a + * string, an `Error` is thrown. + * * `result` is returned. + * @since v0.1.25 + * @legacy Use the WHATWG URL API instead. + * @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`. + */ + function format(urlObject: UrlObject | string): string; + /** + * The `url.resolve()` method resolves a target URL relative to a base URL in a + * manner similar to that of a web browser resolving an anchor tag. + * + * ```js + * import url from 'node:url'; + * url.resolve('/one/two/three', 'four'); // '/one/two/four' + * url.resolve('http://example.com/', '/one'); // 'http://example.com/one' + * url.resolve('http://example.com/one', '/two'); // 'http://example.com/two' + * ``` + * + * To achieve the same result using the WHATWG URL API: + * + * ```js + * function resolve(from, to) { + * const resolvedUrl = new URL(to, new URL(from, 'resolve://')); + * if (resolvedUrl.protocol === 'resolve:') { + * // `from` is a relative URL. + * const { pathname, search, hash } = resolvedUrl; + * return pathname + search + hash; + * } + * return resolvedUrl.toString(); + * } + * + * resolve('/one/two/three', 'four'); // '/one/two/four' + * resolve('http://example.com/', '/one'); // 'http://example.com/one' + * resolve('http://example.com/one', '/two'); // 'http://example.com/two' + * ``` + * @since v0.1.25 + * @legacy Use the WHATWG URL API instead. + * @param from The base URL to use if `to` is a relative URL. + * @param to The target URL to resolve. + */ + function resolve(from: string, to: string): string; + /** + * Returns the [Punycode](https://tools.ietf.org/html/rfc5891#section-4.4) ASCII serialization of the `domain`. If `domain` is an + * invalid domain, the empty string is returned. + * + * It performs the inverse operation to {@link domainToUnicode}. + * + * ```js + * import url from 'node:url'; + * + * console.log(url.domainToASCII('español.com')); + * // Prints xn--espaol-zwa.com + * console.log(url.domainToASCII('中文.com')); + * // Prints xn--fiq228c.com + * console.log(url.domainToASCII('xn--iñvalid.com')); + * // Prints an empty string + * ``` + * @since v7.4.0, v6.13.0 + */ + function domainToASCII(domain: string): string; + /** + * Returns the Unicode serialization of the `domain`. If `domain` is an invalid + * domain, the empty string is returned. + * + * It performs the inverse operation to {@link domainToASCII}. + * + * ```js + * import url from 'node:url'; + * + * console.log(url.domainToUnicode('xn--espaol-zwa.com')); + * // Prints español.com + * console.log(url.domainToUnicode('xn--fiq228c.com')); + * // Prints 中文.com + * console.log(url.domainToUnicode('xn--iñvalid.com')); + * // Prints an empty string + * ``` + * @since v7.4.0, v6.13.0 + */ + function domainToUnicode(domain: string): string; + /** + * This function ensures the correct decodings of percent-encoded characters as + * well as ensuring a cross-platform valid absolute path string. + * + * ```js + * import { fileURLToPath } from 'node:url'; + * + * const __filename = fileURLToPath(import.meta.url); + * + * new URL('file:///C:/path/').pathname; // Incorrect: /C:/path/ + * fileURLToPath('file:///C:/path/'); // Correct: C:\path\ (Windows) + * + * new URL('file://nas/foo.txt').pathname; // Incorrect: /foo.txt + * fileURLToPath('file://nas/foo.txt'); // Correct: \\nas\foo.txt (Windows) + * + * new URL('file:///你好.txt').pathname; // Incorrect: /%E4%BD%A0%E5%A5%BD.txt + * fileURLToPath('file:///你好.txt'); // Correct: /你好.txt (POSIX) + * + * new URL('file:///hello world').pathname; // Incorrect: /hello%20world + * fileURLToPath('file:///hello world'); // Correct: /hello world (POSIX) + * ``` + * @since v10.12.0 + * @param url The file URL string or URL object to convert to a path. + * @return The fully-resolved platform-specific Node.js file path. + */ + function fileURLToPath(url: string | URL, options?: FileUrlToPathOptions): string; + /** + * This function ensures that `path` is resolved absolutely, and that the URL + * control characters are correctly encoded when converting into a File URL. + * + * ```js + * import { pathToFileURL } from 'node:url'; + * + * new URL('/foo#1', 'file:'); // Incorrect: file:///foo#1 + * pathToFileURL('/foo#1'); // Correct: file:///foo%231 (POSIX) + * + * new URL('/some/path%.c', 'file:'); // Incorrect: file:///some/path%.c + * pathToFileURL('/some/path%.c'); // Correct: file:///some/path%25.c (POSIX) + * ``` + * @since v10.12.0 + * @param path The path to convert to a File URL. + * @return The file URL object. + */ + function pathToFileURL(path: string, options?: PathToFileUrlOptions): URL; + /** + * This utility function converts a URL object into an ordinary options object as + * expected by the `http.request()` and `https.request()` APIs. + * + * ```js + * import { urlToHttpOptions } from 'node:url'; + * const myURL = new URL('https://a:b@測試?abc#foo'); + * + * console.log(urlToHttpOptions(myURL)); + * /* + * { + * protocol: 'https:', + * hostname: 'xn--g6w251d', + * hash: '#foo', + * search: '?abc', + * pathname: '/', + * path: '/?abc', + * href: 'https://a:b@xn--g6w251d/?abc#foo', + * auth: 'a:b' + * } + * + * ``` + * @since v15.7.0, v14.18.0 + * @param url The `WHATWG URL` object to convert to an options object. + * @return Options object + */ + function urlToHttpOptions(url: URL): ClientRequestArgs; + interface URLFormatOptions { + /** + * `true` if the serialized URL string should include the username and password, `false` otherwise. + * @default true + */ + auth?: boolean | undefined; + /** + * `true` if the serialized URL string should include the fragment, `false` otherwise. + * @default true + */ + fragment?: boolean | undefined; + /** + * `true` if the serialized URL string should include the search query, `false` otherwise. + * @default true + */ + search?: boolean | undefined; + /** + * `true` if Unicode characters appearing in the host component of the URL string should be encoded directly as opposed to + * being Punycode encoded. + * @default false + */ + unicode?: boolean | undefined; + } + /** + * Browser-compatible `URL` class, implemented by following the WHATWG URL + * Standard. [Examples of parsed URLs](https://url.spec.whatwg.org/#example-url-parsing) may be found in the Standard itself. + * The `URL` class is also available on the global object. + * + * In accordance with browser conventions, all properties of `URL` objects + * are implemented as getters and setters on the class prototype, rather than as + * data properties on the object itself. Thus, unlike `legacy urlObject`s, + * using the `delete` keyword on any properties of `URL` objects (e.g. `delete myURL.protocol`, `delete myURL.pathname`, etc) has no effect but will still + * return `true`. + * @since v7.0.0, v6.13.0 + */ + class URL { + /** + * Creates a `'blob:nodedata:...'` URL string that represents the given `Blob` object and can be used to retrieve the `Blob` later. + * + * ```js + * import { + * Blob, + * resolveObjectURL, + * } from 'node:buffer'; + * + * const blob = new Blob(['hello']); + * const id = URL.createObjectURL(blob); + * + * // later... + * + * const otherBlob = resolveObjectURL(id); + * console.log(otherBlob.size); + * ``` + * + * The data stored by the registered `Blob` will be retained in memory until `URL.revokeObjectURL()` is called to remove it. + * + * `Blob` objects are registered within the current thread. If using Worker + * Threads, `Blob` objects registered within one Worker will not be available + * to other workers or the main thread. + * @since v16.7.0 + * @experimental + */ + static createObjectURL(blob: NodeBlob): string; + /** + * Removes the stored `Blob` identified by the given ID. Attempting to revoke a + * ID that isn't registered will silently fail. + * @since v16.7.0 + * @experimental + * @param id A `'blob:nodedata:...` URL string returned by a prior call to `URL.createObjectURL()`. + */ + static revokeObjectURL(id: string): void; + /** + * Checks if an `input` relative to the `base` can be parsed to a `URL`. + * + * ```js + * const isValid = URL.canParse('/foo', 'https://example.org/'); // true + * + * const isNotValid = URL.canParse('/foo'); // false + * ``` + * @since v19.9.0 + * @param input The absolute or relative input URL to parse. If `input` is relative, then `base` is required. If `input` is absolute, the `base` is ignored. If `input` is not a string, it is + * `converted to a string` first. + * @param base The base URL to resolve against if the `input` is not absolute. If `base` is not a string, it is `converted to a string` first. + */ + static canParse(input: string, base?: string): boolean; + /** + * Parses a string as a URL. If `base` is provided, it will be used as the base URL for the purpose of resolving non-absolute `input` URLs. + * Returns `null` if `input` is not a valid. + * @param input The absolute or relative input URL to parse. If `input` is relative, then `base` is required. If `input` is absolute, the `base` is ignored. If `input` is not a string, it is + * `converted to a string` first. + * @param base The base URL to resolve against if the `input` is not absolute. If `base` is not a string, it is `converted to a string` first. + * @since v20.18.0 + */ + static parse(input: string, base?: string): URL | null; + constructor(input: string | { toString: () => string }, base?: string | URL); + /** + * Gets and sets the fragment portion of the URL. + * + * ```js + * const myURL = new URL('https://example.org/foo#bar'); + * console.log(myURL.hash); + * // Prints #bar + * + * myURL.hash = 'baz'; + * console.log(myURL.href); + * // Prints https://example.org/foo#baz + * ``` + * + * Invalid URL characters included in the value assigned to the `hash` property + * are `percent-encoded`. The selection of which characters to + * percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. + */ + hash: string; + /** + * Gets and sets the host portion of the URL. + * + * ```js + * const myURL = new URL('https://example.org:81/foo'); + * console.log(myURL.host); + * // Prints example.org:81 + * + * myURL.host = 'example.com:82'; + * console.log(myURL.href); + * // Prints https://example.com:82/foo + * ``` + * + * Invalid host values assigned to the `host` property are ignored. + */ + host: string; + /** + * Gets and sets the host name portion of the URL. The key difference between`url.host` and `url.hostname` is that `url.hostname` does _not_ include the + * port. + * + * ```js + * const myURL = new URL('https://example.org:81/foo'); + * console.log(myURL.hostname); + * // Prints example.org + * + * // Setting the hostname does not change the port + * myURL.hostname = 'example.com'; + * console.log(myURL.href); + * // Prints https://example.com:81/foo + * + * // Use myURL.host to change the hostname and port + * myURL.host = 'example.org:82'; + * console.log(myURL.href); + * // Prints https://example.org:82/foo + * ``` + * + * Invalid host name values assigned to the `hostname` property are ignored. + */ + hostname: string; + /** + * Gets and sets the serialized URL. + * + * ```js + * const myURL = new URL('https://example.org/foo'); + * console.log(myURL.href); + * // Prints https://example.org/foo + * + * myURL.href = 'https://example.com/bar'; + * console.log(myURL.href); + * // Prints https://example.com/bar + * ``` + * + * Getting the value of the `href` property is equivalent to calling {@link toString}. + * + * Setting the value of this property to a new value is equivalent to creating a + * new `URL` object using `new URL(value)`. Each of the `URL` object's properties will be modified. + * + * If the value assigned to the `href` property is not a valid URL, a `TypeError` will be thrown. + */ + href: string; + /** + * Gets the read-only serialization of the URL's origin. + * + * ```js + * const myURL = new URL('https://example.org/foo/bar?baz'); + * console.log(myURL.origin); + * // Prints https://example.org + * ``` + * + * ```js + * const idnURL = new URL('https://測試'); + * console.log(idnURL.origin); + * // Prints https://xn--g6w251d + * + * console.log(idnURL.hostname); + * // Prints xn--g6w251d + * ``` + */ + readonly origin: string; + /** + * Gets and sets the password portion of the URL. + * + * ```js + * const myURL = new URL('https://abc:xyz@example.com'); + * console.log(myURL.password); + * // Prints xyz + * + * myURL.password = '123'; + * console.log(myURL.href); + * // Prints https://abc:123@example.com/ + * ``` + * + * Invalid URL characters included in the value assigned to the `password` property + * are `percent-encoded`. The selection of which characters to + * percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. + */ + password: string; + /** + * Gets and sets the path portion of the URL. + * + * ```js + * const myURL = new URL('https://example.org/abc/xyz?123'); + * console.log(myURL.pathname); + * // Prints /abc/xyz + * + * myURL.pathname = '/abcdef'; + * console.log(myURL.href); + * // Prints https://example.org/abcdef?123 + * ``` + * + * Invalid URL characters included in the value assigned to the `pathname` property are `percent-encoded`. The selection of which characters + * to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. + */ + pathname: string; + /** + * Gets and sets the port portion of the URL. + * + * The port value may be a number or a string containing a number in the range `0` to `65535` (inclusive). Setting the value to the default port of the `URL` objects given `protocol` will + * result in the `port` value becoming + * the empty string (`''`). + * + * The port value can be an empty string in which case the port depends on + * the protocol/scheme: + * + * + * + * Upon assigning a value to the port, the value will first be converted to a + * string using `.toString()`. + * + * If that string is invalid but it begins with a number, the leading number is + * assigned to `port`. + * If the number lies outside the range denoted above, it is ignored. + * + * ```js + * const myURL = new URL('https://example.org:8888'); + * console.log(myURL.port); + * // Prints 8888 + * + * // Default ports are automatically transformed to the empty string + * // (HTTPS protocol's default port is 443) + * myURL.port = '443'; + * console.log(myURL.port); + * // Prints the empty string + * console.log(myURL.href); + * // Prints https://example.org/ + * + * myURL.port = 1234; + * console.log(myURL.port); + * // Prints 1234 + * console.log(myURL.href); + * // Prints https://example.org:1234/ + * + * // Completely invalid port strings are ignored + * myURL.port = 'abcd'; + * console.log(myURL.port); + * // Prints 1234 + * + * // Leading numbers are treated as a port number + * myURL.port = '5678abcd'; + * console.log(myURL.port); + * // Prints 5678 + * + * // Non-integers are truncated + * myURL.port = 1234.5678; + * console.log(myURL.port); + * // Prints 1234 + * + * // Out-of-range numbers which are not represented in scientific notation + * // will be ignored. + * myURL.port = 1e10; // 10000000000, will be range-checked as described below + * console.log(myURL.port); + * // Prints 1234 + * ``` + * + * Numbers which contain a decimal point, + * such as floating-point numbers or numbers in scientific notation, + * are not an exception to this rule. + * Leading numbers up to the decimal point will be set as the URL's port, + * assuming they are valid: + * + * ```js + * myURL.port = 4.567e21; + * console.log(myURL.port); + * // Prints 4 (because it is the leading number in the string '4.567e21') + * ``` + */ + port: string; + /** + * Gets and sets the protocol portion of the URL. + * + * ```js + * const myURL = new URL('https://example.org'); + * console.log(myURL.protocol); + * // Prints https: + * + * myURL.protocol = 'ftp'; + * console.log(myURL.href); + * // Prints ftp://example.org/ + * ``` + * + * Invalid URL protocol values assigned to the `protocol` property are ignored. + */ + protocol: string; + /** + * Gets and sets the serialized query portion of the URL. + * + * ```js + * const myURL = new URL('https://example.org/abc?123'); + * console.log(myURL.search); + * // Prints ?123 + * + * myURL.search = 'abc=xyz'; + * console.log(myURL.href); + * // Prints https://example.org/abc?abc=xyz + * ``` + * + * Any invalid URL characters appearing in the value assigned the `search` property will be `percent-encoded`. The selection of which + * characters to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. + */ + search: string; + /** + * Gets the `URLSearchParams` object representing the query parameters of the + * URL. This property is read-only but the `URLSearchParams` object it provides + * can be used to mutate the URL instance; to replace the entirety of query + * parameters of the URL, use the {@link search} setter. See `URLSearchParams` documentation for details. + * + * Use care when using `.searchParams` to modify the `URL` because, + * per the WHATWG specification, the `URLSearchParams` object uses + * different rules to determine which characters to percent-encode. For + * instance, the `URL` object will not percent encode the ASCII tilde (`~`) + * character, while `URLSearchParams` will always encode it: + * + * ```js + * const myURL = new URL('https://example.org/abc?foo=~bar'); + * + * console.log(myURL.search); // prints ?foo=~bar + * + * // Modify the URL via searchParams... + * myURL.searchParams.sort(); + * + * console.log(myURL.search); // prints ?foo=%7Ebar + * ``` + */ + readonly searchParams: URLSearchParams; + /** + * Gets and sets the username portion of the URL. + * + * ```js + * const myURL = new URL('https://abc:xyz@example.com'); + * console.log(myURL.username); + * // Prints abc + * + * myURL.username = '123'; + * console.log(myURL.href); + * // Prints https://123:xyz@example.com/ + * ``` + * + * Any invalid URL characters appearing in the value assigned the `username` property will be `percent-encoded`. The selection of which + * characters to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. + */ + username: string; + /** + * The `toString()` method on the `URL` object returns the serialized URL. The + * value returned is equivalent to that of {@link href} and {@link toJSON}. + */ + toString(): string; + /** + * The `toJSON()` method on the `URL` object returns the serialized URL. The + * value returned is equivalent to that of {@link href} and {@link toString}. + * + * This method is automatically called when an `URL` object is serialized + * with [`JSON.stringify()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify). + * + * ```js + * const myURLs = [ + * new URL('https://www.example.com'), + * new URL('https://test.example.org'), + * ]; + * console.log(JSON.stringify(myURLs)); + * // Prints ["https://www.example.com/","https://test.example.org/"] + * ``` + */ + toJSON(): string; + } + interface URLSearchParamsIterator extends NodeJS.Iterator { + [Symbol.iterator](): URLSearchParamsIterator; + } + /** + * The `URLSearchParams` API provides read and write access to the query of a `URL`. The `URLSearchParams` class can also be used standalone with one of the + * four following constructors. + * The `URLSearchParams` class is also available on the global object. + * + * The WHATWG `URLSearchParams` interface and the `querystring` module have + * similar purpose, but the purpose of the `querystring` module is more + * general, as it allows the customization of delimiter characters (`&` and `=`). + * On the other hand, this API is designed purely for URL query strings. + * + * ```js + * const myURL = new URL('https://example.org/?abc=123'); + * console.log(myURL.searchParams.get('abc')); + * // Prints 123 + * + * myURL.searchParams.append('abc', 'xyz'); + * console.log(myURL.href); + * // Prints https://example.org/?abc=123&abc=xyz + * + * myURL.searchParams.delete('abc'); + * myURL.searchParams.set('a', 'b'); + * console.log(myURL.href); + * // Prints https://example.org/?a=b + * + * const newSearchParams = new URLSearchParams(myURL.searchParams); + * // The above is equivalent to + * // const newSearchParams = new URLSearchParams(myURL.search); + * + * newSearchParams.append('a', 'c'); + * console.log(myURL.href); + * // Prints https://example.org/?a=b + * console.log(newSearchParams.toString()); + * // Prints a=b&a=c + * + * // newSearchParams.toString() is implicitly called + * myURL.search = newSearchParams; + * console.log(myURL.href); + * // Prints https://example.org/?a=b&a=c + * newSearchParams.delete('a'); + * console.log(myURL.href); + * // Prints https://example.org/?a=b&a=c + * ``` + * @since v7.5.0, v6.13.0 + */ + class URLSearchParams implements Iterable<[string, string]> { + constructor( + init?: + | URLSearchParams + | string + | Record + | Iterable<[string, string]> + | ReadonlyArray<[string, string]>, + ); + /** + * Append a new name-value pair to the query string. + */ + append(name: string, value: string): void; + /** + * If `value` is provided, removes all name-value pairs + * where name is `name` and value is `value`. + * + * If `value` is not provided, removes all name-value pairs whose name is `name`. + */ + delete(name: string, value?: string): void; + /** + * Returns an ES6 `Iterator` over each of the name-value pairs in the query. + * Each item of the iterator is a JavaScript `Array`. The first item of the `Array` is the `name`, the second item of the `Array` is the `value`. + * + * Alias for `urlSearchParams[@@iterator]()`. + */ + entries(): URLSearchParamsIterator<[string, string]>; + /** + * Iterates over each name-value pair in the query and invokes the given function. + * + * ```js + * const myURL = new URL('https://example.org/?a=b&c=d'); + * myURL.searchParams.forEach((value, name, searchParams) => { + * console.log(name, value, myURL.searchParams === searchParams); + * }); + * // Prints: + * // a b true + * // c d true + * ``` + * @param fn Invoked for each name-value pair in the query + * @param thisArg To be used as `this` value for when `fn` is called + */ + forEach( + fn: (this: TThis, value: string, name: string, searchParams: URLSearchParams) => void, + thisArg?: TThis, + ): void; + /** + * Returns the value of the first name-value pair whose name is `name`. If there + * are no such pairs, `null` is returned. + * @return or `null` if there is no name-value pair with the given `name`. + */ + get(name: string): string | null; + /** + * Returns the values of all name-value pairs whose name is `name`. If there are + * no such pairs, an empty array is returned. + */ + getAll(name: string): string[]; + /** + * Checks if the `URLSearchParams` object contains key-value pair(s) based on `name` and an optional `value` argument. + * + * If `value` is provided, returns `true` when name-value pair with + * same `name` and `value` exists. + * + * If `value` is not provided, returns `true` if there is at least one name-value + * pair whose name is `name`. + */ + has(name: string, value?: string): boolean; + /** + * Returns an ES6 `Iterator` over the names of each name-value pair. + * + * ```js + * const params = new URLSearchParams('foo=bar&foo=baz'); + * for (const name of params.keys()) { + * console.log(name); + * } + * // Prints: + * // foo + * // foo + * ``` + */ + keys(): URLSearchParamsIterator; + /** + * Sets the value in the `URLSearchParams` object associated with `name` to `value`. If there are any pre-existing name-value pairs whose names are `name`, + * set the first such pair's value to `value` and remove all others. If not, + * append the name-value pair to the query string. + * + * ```js + * const params = new URLSearchParams(); + * params.append('foo', 'bar'); + * params.append('foo', 'baz'); + * params.append('abc', 'def'); + * console.log(params.toString()); + * // Prints foo=bar&foo=baz&abc=def + * + * params.set('foo', 'def'); + * params.set('xyz', 'opq'); + * console.log(params.toString()); + * // Prints foo=def&abc=def&xyz=opq + * ``` + */ + set(name: string, value: string): void; + /** + * The total number of parameter entries. + * @since v19.8.0 + */ + readonly size: number; + /** + * Sort all existing name-value pairs in-place by their names. Sorting is done + * with a [stable sorting algorithm](https://en.wikipedia.org/wiki/Sorting_algorithm#Stability), so relative order between name-value pairs + * with the same name is preserved. + * + * This method can be used, in particular, to increase cache hits. + * + * ```js + * const params = new URLSearchParams('query[]=abc&type=search&query[]=123'); + * params.sort(); + * console.log(params.toString()); + * // Prints query%5B%5D=abc&query%5B%5D=123&type=search + * ``` + * @since v7.7.0, v6.13.0 + */ + sort(): void; + /** + * Returns the search parameters serialized as a string, with characters + * percent-encoded where necessary. + */ + toString(): string; + /** + * Returns an ES6 `Iterator` over the values of each name-value pair. + */ + values(): URLSearchParamsIterator; + [Symbol.iterator](): URLSearchParamsIterator<[string, string]>; + } + import { URL as _URL, URLSearchParams as _URLSearchParams } from "url"; + global { + interface URLSearchParams extends _URLSearchParams {} + interface URL extends _URL {} + interface Global { + URL: typeof _URL; + URLSearchParams: typeof _URLSearchParams; + } + /** + * `URL` class is a global reference for `import { URL } from 'node:url'` + * https://nodejs.org/api/url.html#the-whatwg-url-api + * @since v10.0.0 + */ + var URL: typeof globalThis extends { + onmessage: any; + URL: infer T; + } ? T + : typeof _URL; + /** + * `URLSearchParams` class is a global reference for `import { URLSearchParams } from 'node:url'` + * https://nodejs.org/api/url.html#class-urlsearchparams + * @since v10.0.0 + */ + var URLSearchParams: typeof globalThis extends { + onmessage: any; + URLSearchParams: infer T; + } ? T + : typeof _URLSearchParams; + } +} +declare module "node:url" { + export * from "url"; +} diff --git a/node_modules/@types/node/util.d.ts b/node_modules/@types/node/util.d.ts new file mode 100644 index 0000000..e5e2cb6 --- /dev/null +++ b/node_modules/@types/node/util.d.ts @@ -0,0 +1,2331 @@ +/** + * The `node:util` module supports the needs of Node.js internal APIs. Many of the + * utilities are useful for application and module developers as well. To access + * it: + * + * ```js + * import util from 'node:util'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/util.js) + */ +declare module "util" { + import * as types from "node:util/types"; + export interface InspectOptions { + /** + * If `true`, object's non-enumerable symbols and properties are included in the formatted result. + * `WeakMap` and `WeakSet` entries are also included as well as user defined prototype properties (excluding method properties). + * @default false + */ + showHidden?: boolean | undefined; + /** + * Specifies the number of times to recurse while formatting object. + * This is useful for inspecting large objects. + * To recurse up to the maximum call stack size pass `Infinity` or `null`. + * @default 2 + */ + depth?: number | null | undefined; + /** + * If `true`, the output is styled with ANSI color codes. Colors are customizable. + */ + colors?: boolean | undefined; + /** + * If `false`, `[util.inspect.custom](depth, opts, inspect)` functions are not invoked. + * @default true + */ + customInspect?: boolean | undefined; + /** + * If `true`, `Proxy` inspection includes the target and handler objects. + * @default false + */ + showProxy?: boolean | undefined; + /** + * Specifies the maximum number of `Array`, `TypedArray`, `WeakMap`, and `WeakSet` elements + * to include when formatting. Set to `null` or `Infinity` to show all elements. + * Set to `0` or negative to show no elements. + * @default 100 + */ + maxArrayLength?: number | null | undefined; + /** + * Specifies the maximum number of characters to + * include when formatting. Set to `null` or `Infinity` to show all elements. + * Set to `0` or negative to show no characters. + * @default 10000 + */ + maxStringLength?: number | null | undefined; + /** + * The length at which input values are split across multiple lines. + * Set to `Infinity` to format the input as a single line + * (in combination with `compact` set to `true` or any number >= `1`). + * @default 80 + */ + breakLength?: number | undefined; + /** + * Setting this to `false` causes each object key + * to be displayed on a new line. It will also add new lines to text that is + * longer than `breakLength`. If set to a number, the most `n` inner elements + * are united on a single line as long as all properties fit into + * `breakLength`. Short array elements are also grouped together. Note that no + * text will be reduced below 16 characters, no matter the `breakLength` size. + * For more information, see the example below. + * @default true + */ + compact?: boolean | number | undefined; + /** + * If set to `true` or a function, all properties of an object, and `Set` and `Map` + * entries are sorted in the resulting string. + * If set to `true` the default sort is used. + * If set to a function, it is used as a compare function. + */ + sorted?: boolean | ((a: string, b: string) => number) | undefined; + /** + * If set to `true`, getters are going to be + * inspected as well. If set to `'get'` only getters without setter are going + * to be inspected. If set to `'set'` only getters having a corresponding + * setter are going to be inspected. This might cause side effects depending on + * the getter function. + * @default false + */ + getters?: "get" | "set" | boolean | undefined; + /** + * If set to `true`, an underscore is used to separate every three digits in all bigints and numbers. + * @default false + */ + numericSeparator?: boolean | undefined; + } + export type Style = + | "special" + | "number" + | "bigint" + | "boolean" + | "undefined" + | "null" + | "string" + | "symbol" + | "date" + | "regexp" + | "module"; + export type CustomInspectFunction = (depth: number, options: InspectOptionsStylized) => any; // TODO: , inspect: inspect + export interface InspectOptionsStylized extends InspectOptions { + stylize(text: string, styleType: Style): string; + } + /** + * The `util.format()` method returns a formatted string using the first argument + * as a `printf`-like format string which can contain zero or more format + * specifiers. Each specifier is replaced with the converted value from the + * corresponding argument. Supported specifiers are: + * + * If a specifier does not have a corresponding argument, it is not replaced: + * + * ```js + * util.format('%s:%s', 'foo'); + * // Returns: 'foo:%s' + * ``` + * + * Values that are not part of the format string are formatted using `util.inspect()` if their type is not `string`. + * + * If there are more arguments passed to the `util.format()` method than the + * number of specifiers, the extra arguments are concatenated to the returned + * string, separated by spaces: + * + * ```js + * util.format('%s:%s', 'foo', 'bar', 'baz'); + * // Returns: 'foo:bar baz' + * ``` + * + * If the first argument does not contain a valid format specifier, `util.format()` returns a string that is the concatenation of all arguments separated by spaces: + * + * ```js + * util.format(1, 2, 3); + * // Returns: '1 2 3' + * ``` + * + * If only one argument is passed to `util.format()`, it is returned as it is + * without any formatting: + * + * ```js + * util.format('%% %s'); + * // Returns: '%% %s' + * ``` + * + * `util.format()` is a synchronous method that is intended as a debugging tool. + * Some input values can have a significant performance overhead that can block the + * event loop. Use this function with care and never in a hot code path. + * @since v0.5.3 + * @param format A `printf`-like format string. + */ + export function format(format?: any, ...param: any[]): string; + /** + * This function is identical to {@link format}, except in that it takes + * an `inspectOptions` argument which specifies options that are passed along to {@link inspect}. + * + * ```js + * util.formatWithOptions({ colors: true }, 'See object %O', { foo: 42 }); + * // Returns 'See object { foo: 42 }', where `42` is colored as a number + * // when printed to a terminal. + * ``` + * @since v10.0.0 + */ + export function formatWithOptions(inspectOptions: InspectOptions, format?: any, ...param: any[]): string; + /** + * Returns the string name for a numeric error code that comes from a Node.js API. + * The mapping between error codes and error names is platform-dependent. + * See `Common System Errors` for the names of common errors. + * + * ```js + * fs.access('file/that/does/not/exist', (err) => { + * const name = util.getSystemErrorName(err.errno); + * console.error(name); // ENOENT + * }); + * ``` + * @since v9.7.0 + */ + export function getSystemErrorName(err: number): string; + /** + * Returns a Map of all system error codes available from the Node.js API. + * The mapping between error codes and error names is platform-dependent. + * See `Common System Errors` for the names of common errors. + * + * ```js + * fs.access('file/that/does/not/exist', (err) => { + * const errorMap = util.getSystemErrorMap(); + * const name = errorMap.get(err.errno); + * console.error(name); // ENOENT + * }); + * ``` + * @since v16.0.0, v14.17.0 + */ + export function getSystemErrorMap(): Map; + /** + * The `util.log()` method prints the given `string` to `stdout` with an included + * timestamp. + * + * ```js + * import util from 'node:util'; + * + * util.log('Timestamped message.'); + * ``` + * @since v0.3.0 + * @deprecated Since v6.0.0 - Use a third party module instead. + */ + export function log(string: string): void; + /** + * Returns the `string` after replacing any surrogate code points + * (or equivalently, any unpaired surrogate code units) with the + * Unicode "replacement character" U+FFFD. + * @since v16.8.0, v14.18.0 + */ + export function toUSVString(string: string): string; + /** + * Creates and returns an `AbortController` instance whose `AbortSignal` is marked + * as transferable and can be used with `structuredClone()` or `postMessage()`. + * @since v18.11.0 + * @experimental + * @returns A transferable AbortController + */ + export function transferableAbortController(): AbortController; + /** + * Marks the given `AbortSignal` as transferable so that it can be used with`structuredClone()` and `postMessage()`. + * + * ```js + * const signal = transferableAbortSignal(AbortSignal.timeout(100)); + * const channel = new MessageChannel(); + * channel.port2.postMessage(signal, [signal]); + * ``` + * @since v18.11.0 + * @experimental + * @param signal The AbortSignal + * @returns The same AbortSignal + */ + export function transferableAbortSignal(signal: AbortSignal): AbortSignal; + /** + * Listens to abort event on the provided `signal` and + * returns a promise that is fulfilled when the `signal` is + * aborted. If the passed `resource` is garbage collected before the `signal` is + * aborted, the returned promise shall remain pending indefinitely. + * + * ```js + * import { aborted } from 'node:util'; + * + * const dependent = obtainSomethingAbortable(); + * + * aborted(dependent.signal, dependent).then(() => { + * // Do something when dependent is aborted. + * }); + * + * dependent.on('event', () => { + * dependent.abort(); + * }); + * ``` + * @since v19.7.0 + * @experimental + * @param resource Any non-null entity, reference to which is held weakly. + */ + export function aborted(signal: AbortSignal, resource: any): Promise; + /** + * The `util.inspect()` method returns a string representation of `object` that is + * intended for debugging. The output of `util.inspect` may change at any time + * and should not be depended upon programmatically. Additional `options` may be + * passed that alter the result. `util.inspect()` will use the constructor's name and/or `@@toStringTag` to make + * an identifiable tag for an inspected value. + * + * ```js + * class Foo { + * get [Symbol.toStringTag]() { + * return 'bar'; + * } + * } + * + * class Bar {} + * + * const baz = Object.create(null, { [Symbol.toStringTag]: { value: 'foo' } }); + * + * util.inspect(new Foo()); // 'Foo [bar] {}' + * util.inspect(new Bar()); // 'Bar {}' + * util.inspect(baz); // '[foo] {}' + * ``` + * + * Circular references point to their anchor by using a reference index: + * + * ```js + * import { inspect } from 'node:util'; + * + * const obj = {}; + * obj.a = [obj]; + * obj.b = {}; + * obj.b.inner = obj.b; + * obj.b.obj = obj; + * + * console.log(inspect(obj)); + * // { + * // a: [ [Circular *1] ], + * // b: { inner: [Circular *2], obj: [Circular *1] } + * // } + * ``` + * + * The following example inspects all properties of the `util` object: + * + * ```js + * import util from 'node:util'; + * + * console.log(util.inspect(util, { showHidden: true, depth: null })); + * ``` + * + * The following example highlights the effect of the `compact` option: + * + * ```js + * import util from 'node:util'; + * + * const o = { + * a: [1, 2, [[ + * 'Lorem ipsum dolor sit amet,\nconsectetur adipiscing elit, sed do ' + + * 'eiusmod \ntempor incididunt ut labore et dolore magna aliqua.', + * 'test', + * 'foo']], 4], + * b: new Map([['za', 1], ['zb', 'test']]), + * }; + * console.log(util.inspect(o, { compact: true, depth: 5, breakLength: 80 })); + * + * // { a: + * // [ 1, + * // 2, + * // [ [ 'Lorem ipsum dolor sit amet,\nconsectetur [...]', // A long line + * // 'test', + * // 'foo' ] ], + * // 4 ], + * // b: Map(2) { 'za' => 1, 'zb' => 'test' } } + * + * // Setting `compact` to false or an integer creates more reader friendly output. + * console.log(util.inspect(o, { compact: false, depth: 5, breakLength: 80 })); + * + * // { + * // a: [ + * // 1, + * // 2, + * // [ + * // [ + * // 'Lorem ipsum dolor sit amet,\n' + + * // 'consectetur adipiscing elit, sed do eiusmod \n' + + * // 'tempor incididunt ut labore et dolore magna aliqua.', + * // 'test', + * // 'foo' + * // ] + * // ], + * // 4 + * // ], + * // b: Map(2) { + * // 'za' => 1, + * // 'zb' => 'test' + * // } + * // } + * + * // Setting `breakLength` to e.g. 150 will print the "Lorem ipsum" text in a + * // single line. + * ``` + * + * The `showHidden` option allows [`WeakMap`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap) and + * [`WeakSet`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet) entries to be + * inspected. If there are more entries than `maxArrayLength`, there is no + * guarantee which entries are displayed. That means retrieving the same [`WeakSet`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet) entries twice may + * result in different output. Furthermore, entries + * with no remaining strong references may be garbage collected at any time. + * + * ```js + * import { inspect } from 'node:util'; + * + * const obj = { a: 1 }; + * const obj2 = { b: 2 }; + * const weakSet = new WeakSet([obj, obj2]); + * + * console.log(inspect(weakSet, { showHidden: true })); + * // WeakSet { { a: 1 }, { b: 2 } } + * ``` + * + * The `sorted` option ensures that an object's property insertion order does not + * impact the result of `util.inspect()`. + * + * ```js + * import { inspect } from 'node:util'; + * import assert from 'node:assert'; + * + * const o1 = { + * b: [2, 3, 1], + * a: '`a` comes before `b`', + * c: new Set([2, 3, 1]), + * }; + * console.log(inspect(o1, { sorted: true })); + * // { a: '`a` comes before `b`', b: [ 2, 3, 1 ], c: Set(3) { 1, 2, 3 } } + * console.log(inspect(o1, { sorted: (a, b) => b.localeCompare(a) })); + * // { c: Set(3) { 3, 2, 1 }, b: [ 2, 3, 1 ], a: '`a` comes before `b`' } + * + * const o2 = { + * c: new Set([2, 1, 3]), + * a: '`a` comes before `b`', + * b: [2, 3, 1], + * }; + * assert.strict.equal( + * inspect(o1, { sorted: true }), + * inspect(o2, { sorted: true }), + * ); + * ``` + * + * The `numericSeparator` option adds an underscore every three digits to all + * numbers. + * + * ```js + * import { inspect } from 'node:util'; + * + * const thousand = 1_000; + * const million = 1_000_000; + * const bigNumber = 123_456_789n; + * const bigDecimal = 1_234.123_45; + * + * console.log(inspect(thousand, { numericSeparator: true })); + * // 1_000 + * console.log(inspect(million, { numericSeparator: true })); + * // 1_000_000 + * console.log(inspect(bigNumber, { numericSeparator: true })); + * // 123_456_789n + * console.log(inspect(bigDecimal, { numericSeparator: true })); + * // 1_234.123_45 + * ``` + * + * `util.inspect()` is a synchronous method intended for debugging. Its maximum + * output length is approximately 128 MiB. Inputs that result in longer output will + * be truncated. + * @since v0.3.0 + * @param object Any JavaScript primitive or `Object`. + * @return The representation of `object`. + */ + export function inspect(object: any, showHidden?: boolean, depth?: number | null, color?: boolean): string; + export function inspect(object: any, options?: InspectOptions): string; + export namespace inspect { + let colors: NodeJS.Dict<[number, number]>; + let styles: { + [K in Style]: string; + }; + let defaultOptions: InspectOptions; + /** + * Allows changing inspect settings from the repl. + */ + let replDefaults: InspectOptions; + /** + * That can be used to declare custom inspect functions. + */ + const custom: unique symbol; + } + /** + * Alias for [`Array.isArray()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray). + * + * Returns `true` if the given `object` is an `Array`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isArray([]); + * // Returns: true + * util.isArray(new Array()); + * // Returns: true + * util.isArray({}); + * // Returns: false + * ``` + * @since v0.6.0 + * @deprecated Since v4.0.0 - Use `isArray` instead. + */ + export function isArray(object: unknown): object is unknown[]; + /** + * Returns `true` if the given `object` is a `RegExp`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isRegExp(/some regexp/); + * // Returns: true + * util.isRegExp(new RegExp('another regexp')); + * // Returns: true + * util.isRegExp({}); + * // Returns: false + * ``` + * @since v0.6.0 + * @deprecated Since v4.0.0 - Deprecated + */ + export function isRegExp(object: unknown): object is RegExp; + /** + * Returns `true` if the given `object` is a `Date`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isDate(new Date()); + * // Returns: true + * util.isDate(Date()); + * // false (without 'new' returns a String) + * util.isDate({}); + * // Returns: false + * ``` + * @since v0.6.0 + * @deprecated Since v4.0.0 - Use {@link types.isDate} instead. + */ + export function isDate(object: unknown): object is Date; + /** + * Returns `true` if the given `object` is an `Error`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isError(new Error()); + * // Returns: true + * util.isError(new TypeError()); + * // Returns: true + * util.isError({ name: 'Error', message: 'an error occurred' }); + * // Returns: false + * ``` + * + * This method relies on `Object.prototype.toString()` behavior. It is + * possible to obtain an incorrect result when the `object` argument manipulates `@@toStringTag`. + * + * ```js + * import util from 'node:util'; + * const obj = { name: 'Error', message: 'an error occurred' }; + * + * util.isError(obj); + * // Returns: false + * obj[Symbol.toStringTag] = 'Error'; + * util.isError(obj); + * // Returns: true + * ``` + * @since v0.6.0 + * @deprecated Since v4.0.0 - Use {@link types.isNativeError} instead. + */ + export function isError(object: unknown): object is Error; + /** + * Usage of `util.inherits()` is discouraged. Please use the ES6 `class` and `extends` keywords to get language level inheritance support. Also note + * that the two styles are [semantically incompatible](https://github.com/nodejs/node/issues/4179). + * + * Inherit the prototype methods from one [constructor](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/constructor) into another. The + * prototype of `constructor` will be set to a new object created from `superConstructor`. + * + * This mainly adds some input validation on top of`Object.setPrototypeOf(constructor.prototype, superConstructor.prototype)`. + * As an additional convenience, `superConstructor` will be accessible + * through the `constructor.super_` property. + * + * ```js + * import util from 'node:util'; + * import EventEmitter from 'node:events'; + * + * function MyStream() { + * EventEmitter.call(this); + * } + * + * util.inherits(MyStream, EventEmitter); + * + * MyStream.prototype.write = function(data) { + * this.emit('data', data); + * }; + * + * const stream = new MyStream(); + * + * console.log(stream instanceof EventEmitter); // true + * console.log(MyStream.super_ === EventEmitter); // true + * + * stream.on('data', (data) => { + * console.log(`Received data: "${data}"`); + * }); + * stream.write('It works!'); // Received data: "It works!" + * ``` + * + * ES6 example using `class` and `extends`: + * + * ```js + * import EventEmitter from 'node:events'; + * + * class MyStream extends EventEmitter { + * write(data) { + * this.emit('data', data); + * } + * } + * + * const stream = new MyStream(); + * + * stream.on('data', (data) => { + * console.log(`Received data: "${data}"`); + * }); + * stream.write('With ES6'); + * ``` + * @since v0.3.0 + * @legacy Use ES2015 class syntax and `extends` keyword instead. + */ + export function inherits(constructor: unknown, superConstructor: unknown): void; + export type DebugLoggerFunction = (msg: string, ...param: unknown[]) => void; + export interface DebugLogger extends DebugLoggerFunction { + enabled: boolean; + } + /** + * The `util.debuglog()` method is used to create a function that conditionally + * writes debug messages to `stderr` based on the existence of the `NODE_DEBUG`environment variable. If the `section` name appears within the value of that + * environment variable, then the returned function operates similar to `console.error()`. If not, then the returned function is a no-op. + * + * ```js + * import util from 'node:util'; + * const debuglog = util.debuglog('foo'); + * + * debuglog('hello from foo [%d]', 123); + * ``` + * + * If this program is run with `NODE_DEBUG=foo` in the environment, then + * it will output something like: + * + * ```console + * FOO 3245: hello from foo [123] + * ``` + * + * where `3245` is the process id. If it is not run with that + * environment variable set, then it will not print anything. + * + * The `section` supports wildcard also: + * + * ```js + * import util from 'node:util'; + * const debuglog = util.debuglog('foo-bar'); + * + * debuglog('hi there, it\'s foo-bar [%d]', 2333); + * ``` + * + * if it is run with `NODE_DEBUG=foo*` in the environment, then it will output + * something like: + * + * ```console + * FOO-BAR 3257: hi there, it's foo-bar [2333] + * ``` + * + * Multiple comma-separated `section` names may be specified in the `NODE_DEBUG`environment variable: `NODE_DEBUG=fs,net,tls`. + * + * The optional `callback` argument can be used to replace the logging function + * with a different function that doesn't have any initialization or + * unnecessary wrapping. + * + * ```js + * import util from 'node:util'; + * let debuglog = util.debuglog('internals', (debug) => { + * // Replace with a logging function that optimizes out + * // testing if the section is enabled + * debuglog = debug; + * }); + * ``` + * @since v0.11.3 + * @param section A string identifying the portion of the application for which the `debuglog` function is being created. + * @param callback A callback invoked the first time the logging function is called with a function argument that is a more optimized logging function. + * @return The logging function + */ + export function debuglog(section: string, callback?: (fn: DebugLoggerFunction) => void): DebugLogger; + export const debug: typeof debuglog; + /** + * Returns `true` if the given `object` is a `Boolean`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isBoolean(1); + * // Returns: false + * util.isBoolean(0); + * // Returns: false + * util.isBoolean(false); + * // Returns: true + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `typeof value === 'boolean'` instead. + */ + export function isBoolean(object: unknown): object is boolean; + /** + * Returns `true` if the given `object` is a `Buffer`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isBuffer({ length: 0 }); + * // Returns: false + * util.isBuffer([]); + * // Returns: false + * util.isBuffer(Buffer.from('hello world')); + * // Returns: true + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `isBuffer` instead. + */ + export function isBuffer(object: unknown): object is Buffer; + /** + * Returns `true` if the given `object` is a `Function`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * function Foo() {} + * const Bar = () => {}; + * + * util.isFunction({}); + * // Returns: false + * util.isFunction(Foo); + * // Returns: true + * util.isFunction(Bar); + * // Returns: true + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `typeof value === 'function'` instead. + */ + export function isFunction(object: unknown): boolean; + /** + * Returns `true` if the given `object` is strictly `null`. Otherwise, returns`false`. + * + * ```js + * import util from 'node:util'; + * + * util.isNull(0); + * // Returns: false + * util.isNull(undefined); + * // Returns: false + * util.isNull(null); + * // Returns: true + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `value === null` instead. + */ + export function isNull(object: unknown): object is null; + /** + * Returns `true` if the given `object` is `null` or `undefined`. Otherwise, + * returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isNullOrUndefined(0); + * // Returns: false + * util.isNullOrUndefined(undefined); + * // Returns: true + * util.isNullOrUndefined(null); + * // Returns: true + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `value === undefined || value === null` instead. + */ + export function isNullOrUndefined(object: unknown): object is null | undefined; + /** + * Returns `true` if the given `object` is a `Number`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isNumber(false); + * // Returns: false + * util.isNumber(Infinity); + * // Returns: true + * util.isNumber(0); + * // Returns: true + * util.isNumber(NaN); + * // Returns: true + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `typeof value === 'number'` instead. + */ + export function isNumber(object: unknown): object is number; + /** + * Returns `true` if the given `object` is strictly an `Object`**and** not a`Function` (even though functions are objects in JavaScript). + * Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isObject(5); + * // Returns: false + * util.isObject(null); + * // Returns: false + * util.isObject({}); + * // Returns: true + * util.isObject(() => {}); + * // Returns: false + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `value !== null && typeof value === 'object'` instead. + */ + export function isObject(object: unknown): boolean; + /** + * Returns `true` if the given `object` is a primitive type. Otherwise, returns`false`. + * + * ```js + * import util from 'node:util'; + * + * util.isPrimitive(5); + * // Returns: true + * util.isPrimitive('foo'); + * // Returns: true + * util.isPrimitive(false); + * // Returns: true + * util.isPrimitive(null); + * // Returns: true + * util.isPrimitive(undefined); + * // Returns: true + * util.isPrimitive({}); + * // Returns: false + * util.isPrimitive(() => {}); + * // Returns: false + * util.isPrimitive(/^$/); + * // Returns: false + * util.isPrimitive(new Date()); + * // Returns: false + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `(typeof value !== 'object' && typeof value !== 'function') || value === null` instead. + */ + export function isPrimitive(object: unknown): boolean; + /** + * Returns `true` if the given `object` is a `string`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isString(''); + * // Returns: true + * util.isString('foo'); + * // Returns: true + * util.isString(String('foo')); + * // Returns: true + * util.isString(5); + * // Returns: false + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `typeof value === 'string'` instead. + */ + export function isString(object: unknown): object is string; + /** + * Returns `true` if the given `object` is a `Symbol`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isSymbol(5); + * // Returns: false + * util.isSymbol('foo'); + * // Returns: false + * util.isSymbol(Symbol('foo')); + * // Returns: true + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `typeof value === 'symbol'` instead. + */ + export function isSymbol(object: unknown): object is symbol; + /** + * Returns `true` if the given `object` is `undefined`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * const foo = undefined; + * util.isUndefined(5); + * // Returns: false + * util.isUndefined(foo); + * // Returns: true + * util.isUndefined(null); + * // Returns: false + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `value === undefined` instead. + */ + export function isUndefined(object: unknown): object is undefined; + /** + * The `util.deprecate()` method wraps `fn` (which may be a function or class) in + * such a way that it is marked as deprecated. + * + * ```js + * import util from 'node:util'; + * + * exports.obsoleteFunction = util.deprecate(() => { + * // Do something here. + * }, 'obsoleteFunction() is deprecated. Use newShinyFunction() instead.'); + * ``` + * + * When called, `util.deprecate()` will return a function that will emit a `DeprecationWarning` using the `'warning'` event. The warning will + * be emitted and printed to `stderr` the first time the returned function is + * called. After the warning is emitted, the wrapped function is called without + * emitting a warning. + * + * If the same optional `code` is supplied in multiple calls to `util.deprecate()`, + * the warning will be emitted only once for that `code`. + * + * ```js + * import util from 'node:util'; + * + * const fn1 = util.deprecate(someFunction, someMessage, 'DEP0001'); + * const fn2 = util.deprecate(someOtherFunction, someOtherMessage, 'DEP0001'); + * fn1(); // Emits a deprecation warning with code DEP0001 + * fn2(); // Does not emit a deprecation warning because it has the same code + * ``` + * + * If either the `--no-deprecation` or `--no-warnings` command-line flags are + * used, or if the `process.noDeprecation` property is set to `true`_prior_ to + * the first deprecation warning, the `util.deprecate()` method does nothing. + * + * If the `--trace-deprecation` or `--trace-warnings` command-line flags are set, + * or the `process.traceDeprecation` property is set to `true`, a warning and a + * stack trace are printed to `stderr` the first time the deprecated function is + * called. + * + * If the `--throw-deprecation` command-line flag is set, or the `process.throwDeprecation` property is set to `true`, then an exception will be + * thrown when the deprecated function is called. + * + * The `--throw-deprecation` command-line flag and `process.throwDeprecation` property take precedence over `--trace-deprecation` and `process.traceDeprecation`. + * @since v0.8.0 + * @param fn The function that is being deprecated. + * @param msg A warning message to display when the deprecated function is invoked. + * @param code A deprecation code. See the `list of deprecated APIs` for a list of codes. + * @return The deprecated function wrapped to emit a warning. + */ + export function deprecate(fn: T, msg: string, code?: string): T; + /** + * Returns `true` if there is deep strict equality between `val1` and `val2`. + * Otherwise, returns `false`. + * + * See `assert.deepStrictEqual()` for more information about deep strict + * equality. + * @since v9.0.0 + */ + export function isDeepStrictEqual(val1: unknown, val2: unknown): boolean; + /** + * Returns `str` with any ANSI escape codes removed. + * + * ```js + * console.log(util.stripVTControlCharacters('\u001B[4mvalue\u001B[0m')); + * // Prints "value" + * ``` + * @since v16.11.0 + */ + export function stripVTControlCharacters(str: string): string; + /** + * Takes an `async` function (or a function that returns a `Promise`) and returns a + * function following the error-first callback style, i.e. taking + * an `(err, value) => ...` callback as the last argument. In the callback, the + * first argument will be the rejection reason (or `null` if the `Promise` resolved), and the second argument will be the resolved value. + * + * ```js + * import util from 'node:util'; + * + * async function fn() { + * return 'hello world'; + * } + * const callbackFunction = util.callbackify(fn); + * + * callbackFunction((err, ret) => { + * if (err) throw err; + * console.log(ret); + * }); + * ``` + * + * Will print: + * + * ```text + * hello world + * ``` + * + * The callback is executed asynchronously, and will have a limited stack trace. + * If the callback throws, the process will emit an `'uncaughtException'` event, and if not handled will exit. + * + * Since `null` has a special meaning as the first argument to a callback, if a + * wrapped function rejects a `Promise` with a falsy value as a reason, the value + * is wrapped in an `Error` with the original value stored in a field named `reason`. + * + * ```js + * function fn() { + * return Promise.reject(null); + * } + * const callbackFunction = util.callbackify(fn); + * + * callbackFunction((err, ret) => { + * // When the Promise was rejected with `null` it is wrapped with an Error and + * // the original value is stored in `reason`. + * err && Object.hasOwn(err, 'reason') && err.reason === null; // true + * }); + * ``` + * @since v8.2.0 + * @param fn An `async` function + * @return a callback style function + */ + export function callbackify(fn: () => Promise): (callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify( + fn: () => Promise, + ): (callback: (err: NodeJS.ErrnoException, result: TResult) => void) => void; + export function callbackify( + fn: (arg1: T1) => Promise, + ): (arg1: T1, callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify( + fn: (arg1: T1) => Promise, + ): (arg1: T1, callback: (err: NodeJS.ErrnoException, result: TResult) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2) => Promise, + ): (arg1: T1, arg2: T2, callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2) => Promise, + ): (arg1: T1, arg2: T2, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3) => Promise, + ): (arg1: T1, arg2: T2, arg3: T3, callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3) => Promise, + ): (arg1: T1, arg2: T2, arg3: T3, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise, + ): ( + arg1: T1, + arg2: T2, + arg3: T3, + arg4: T4, + callback: (err: NodeJS.ErrnoException | null, result: TResult) => void, + ) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise, + ): ( + arg1: T1, + arg2: T2, + arg3: T3, + arg4: T4, + arg5: T5, + callback: (err: NodeJS.ErrnoException | null, result: TResult) => void, + ) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => Promise, + ): ( + arg1: T1, + arg2: T2, + arg3: T3, + arg4: T4, + arg5: T5, + arg6: T6, + callback: (err: NodeJS.ErrnoException) => void, + ) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => Promise, + ): ( + arg1: T1, + arg2: T2, + arg3: T3, + arg4: T4, + arg5: T5, + arg6: T6, + callback: (err: NodeJS.ErrnoException | null, result: TResult) => void, + ) => void; + export interface CustomPromisifyLegacy extends Function { + __promisify__: TCustom; + } + export interface CustomPromisifySymbol extends Function { + [promisify.custom]: TCustom; + } + export type CustomPromisify = + | CustomPromisifySymbol + | CustomPromisifyLegacy; + /** + * Takes a function following the common error-first callback style, i.e. taking + * an `(err, value) => ...` callback as the last argument, and returns a version + * that returns promises. + * + * ```js + * import util from 'node:util'; + * import fs from 'node:fs'; + * + * const stat = util.promisify(fs.stat); + * stat('.').then((stats) => { + * // Do something with `stats` + * }).catch((error) => { + * // Handle the error. + * }); + * ``` + * + * Or, equivalently using `async function`s: + * + * ```js + * import util from 'node:util'; + * import fs from 'node:fs'; + * + * const stat = util.promisify(fs.stat); + * + * async function callStat() { + * const stats = await stat('.'); + * console.log(`This directory is owned by ${stats.uid}`); + * } + * + * callStat(); + * ``` + * + * If there is an `original[util.promisify.custom]` property present, `promisify` will return its value, see `Custom promisified functions`. + * + * `promisify()` assumes that `original` is a function taking a callback as its + * final argument in all cases. If `original` is not a function, `promisify()` will throw an error. If `original` is a function but its last argument is not + * an error-first callback, it will still be passed an error-first + * callback as its last argument. + * + * Using `promisify()` on class methods or other methods that use `this` may not + * work as expected unless handled specially: + * + * ```js + * import util from 'node:util'; + * + * class Foo { + * constructor() { + * this.a = 42; + * } + * + * bar(callback) { + * callback(null, this.a); + * } + * } + * + * const foo = new Foo(); + * + * const naiveBar = util.promisify(foo.bar); + * // TypeError: Cannot read property 'a' of undefined + * // naiveBar().then(a => console.log(a)); + * + * naiveBar.call(foo).then((a) => console.log(a)); // '42' + * + * const bindBar = naiveBar.bind(foo); + * bindBar().then((a) => console.log(a)); // '42' + * ``` + * @since v8.0.0 + */ + export function promisify(fn: CustomPromisify): TCustom; + export function promisify( + fn: (callback: (err: any, result: TResult) => void) => void, + ): () => Promise; + export function promisify(fn: (callback: (err?: any) => void) => void): () => Promise; + export function promisify( + fn: (arg1: T1, callback: (err: any, result: TResult) => void) => void, + ): (arg1: T1) => Promise; + export function promisify(fn: (arg1: T1, callback: (err?: any) => void) => void): (arg1: T1) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, callback: (err: any, result: TResult) => void) => void, + ): (arg1: T1, arg2: T2) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, callback: (err?: any) => void) => void, + ): (arg1: T1, arg2: T2) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, callback: (err: any, result: TResult) => void) => void, + ): (arg1: T1, arg2: T2, arg3: T3) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, callback: (err?: any) => void) => void, + ): (arg1: T1, arg2: T2, arg3: T3) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: any, result: TResult) => void) => void, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err?: any) => void) => void, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: any, result: TResult) => void) => void, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err?: any) => void) => void, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise; + export function promisify(fn: Function): Function; + export namespace promisify { + /** + * That can be used to declare custom promisified variants of functions. + */ + const custom: unique symbol; + } + /** + * Stability: 1.1 - Active development + * Given an example `.env` file: + * + * ```js + * import { parseEnv } from 'node:util'; + * + * parseEnv('HELLO=world\nHELLO=oh my\n'); + * // Returns: { HELLO: 'oh my' } + * ``` + * @param content The raw contents of a `.env` file. + * @since v20.12.0 + */ + export function parseEnv(content: string): NodeJS.Dict; + // https://nodejs.org/docs/latest/api/util.html#foreground-colors + type ForegroundColors = + | "black" + | "blackBright" + | "blue" + | "blueBright" + | "cyan" + | "cyanBright" + | "gray" + | "green" + | "greenBright" + | "grey" + | "magenta" + | "magentaBright" + | "red" + | "redBright" + | "white" + | "whiteBright" + | "yellow" + | "yellowBright"; + // https://nodejs.org/docs/latest/api/util.html#background-colors + type BackgroundColors = + | "bgBlack" + | "bgBlackBright" + | "bgBlue" + | "bgBlueBright" + | "bgCyan" + | "bgCyanBright" + | "bgGray" + | "bgGreen" + | "bgGreenBright" + | "bgGrey" + | "bgMagenta" + | "bgMagentaBright" + | "bgRed" + | "bgRedBright" + | "bgWhite" + | "bgWhiteBright" + | "bgYellow" + | "bgYellowBright"; + // https://nodejs.org/docs/latest/api/util.html#modifiers + type Modifiers = + | "blink" + | "bold" + | "dim" + | "doubleunderline" + | "framed" + | "hidden" + | "inverse" + | "italic" + | "overlined" + | "reset" + | "strikethrough" + | "underline"; + export interface StyleTextOptions { + /** + * When true, `stream` is checked to see if it can handle colors. + * @default true + */ + validateStream?: boolean | undefined; + /** + * A stream that will be validated if it can be colored. + * @default process.stdout + */ + stream?: NodeJS.WritableStream | undefined; + } + /** + * Stability: 1.1 - Active development + * + * This function returns a formatted text considering the `format` passed. + * + * ```js + * import { styleText } from 'node:util'; + * const errorMessage = styleText('red', 'Error! Error!'); + * console.log(errorMessage); + * ``` + * + * `util.inspect.colors` also provides text formats such as `italic`, and `underline` and you can combine both: + * + * ```js + * console.log( + * util.styleText(['underline', 'italic'], 'My italic underlined message'), + * ); + * ``` + * + * When passing an array of formats, the order of the format applied is left to right so the following style + * might overwrite the previous one. + * + * ```js + * console.log( + * util.styleText(['red', 'green'], 'text'), // green + * ); + * ``` + * + * The full list of formats can be found in [modifiers](https://nodejs.org/docs/latest-v20.x/api/util.html#modifiers). + * @param format A text format or an Array of text formats defined in `util.inspect.colors`. + * @param text The text to to be formatted. + * @since v20.12.0 + */ + export function styleText( + format: + | ForegroundColors + | BackgroundColors + | Modifiers + | Array, + text: string, + options?: StyleTextOptions, + ): string; + /** + * An implementation of the [WHATWG Encoding Standard](https://encoding.spec.whatwg.org/) `TextDecoder` API. + * + * ```js + * const decoder = new TextDecoder(); + * const u8arr = new Uint8Array([72, 101, 108, 108, 111]); + * console.log(decoder.decode(u8arr)); // Hello + * ``` + * @since v8.3.0 + */ + export class TextDecoder { + /** + * The encoding supported by the `TextDecoder` instance. + */ + readonly encoding: string; + /** + * The value will be `true` if decoding errors result in a `TypeError` being + * thrown. + */ + readonly fatal: boolean; + /** + * The value will be `true` if the decoding result will include the byte order + * mark. + */ + readonly ignoreBOM: boolean; + constructor( + encoding?: string, + options?: { + fatal?: boolean | undefined; + ignoreBOM?: boolean | undefined; + }, + ); + /** + * Decodes the `input` and returns a string. If `options.stream` is `true`, any + * incomplete byte sequences occurring at the end of the `input` are buffered + * internally and emitted after the next call to `textDecoder.decode()`. + * + * If `textDecoder.fatal` is `true`, decoding errors that occur will result in a `TypeError` being thrown. + * @param input An `ArrayBuffer`, `DataView`, or `TypedArray` instance containing the encoded data. + */ + decode( + input?: NodeJS.ArrayBufferView | ArrayBuffer | null, + options?: { + stream?: boolean | undefined; + }, + ): string; + } + export interface EncodeIntoResult { + /** + * The read Unicode code units of input. + */ + read: number; + /** + * The written UTF-8 bytes of output. + */ + written: number; + } + export { types }; + + //// TextEncoder/Decoder + /** + * An implementation of the [WHATWG Encoding Standard](https://encoding.spec.whatwg.org/) `TextEncoder` API. All + * instances of `TextEncoder` only support UTF-8 encoding. + * + * ```js + * const encoder = new TextEncoder(); + * const uint8array = encoder.encode('this is some data'); + * ``` + * + * The `TextEncoder` class is also available on the global object. + * @since v8.3.0 + */ + export class TextEncoder { + /** + * The encoding supported by the `TextEncoder` instance. Always set to `'utf-8'`. + */ + readonly encoding: string; + /** + * UTF-8 encodes the `input` string and returns a `Uint8Array` containing the + * encoded bytes. + * @param [input='an empty string'] The text to encode. + */ + encode(input?: string): NodeJS.NonSharedUint8Array; + /** + * UTF-8 encodes the `src` string to the `dest` Uint8Array and returns an object + * containing the read Unicode code units and written UTF-8 bytes. + * + * ```js + * const encoder = new TextEncoder(); + * const src = 'this is some data'; + * const dest = new Uint8Array(10); + * const { read, written } = encoder.encodeInto(src, dest); + * ``` + * @param src The text to encode. + * @param dest The array to hold the encode result. + */ + encodeInto(src: string, dest: Uint8Array): EncodeIntoResult; + } + import { TextDecoder as _TextDecoder, TextEncoder as _TextEncoder } from "util"; + global { + /** + * `TextDecoder` class is a global reference for `import { TextDecoder } from 'node:util'` + * https://nodejs.org/api/globals.html#textdecoder + * @since v11.0.0 + */ + var TextDecoder: typeof globalThis extends { + onmessage: any; + TextDecoder: infer TextDecoder; + } ? TextDecoder + : typeof _TextDecoder; + /** + * `TextEncoder` class is a global reference for `import { TextEncoder } from 'node:util'` + * https://nodejs.org/api/globals.html#textencoder + * @since v11.0.0 + */ + var TextEncoder: typeof globalThis extends { + onmessage: any; + TextEncoder: infer TextEncoder; + } ? TextEncoder + : typeof _TextEncoder; + } + + //// parseArgs + /** + * Provides a higher level API for command-line argument parsing than interacting + * with `process.argv` directly. Takes a specification for the expected arguments + * and returns a structured object with the parsed options and positionals. + * + * ```js + * import { parseArgs } from 'node:util'; + * const args = ['-f', '--bar', 'b']; + * const options = { + * foo: { + * type: 'boolean', + * short: 'f', + * }, + * bar: { + * type: 'string', + * }, + * }; + * const { + * values, + * positionals, + * } = parseArgs({ args, options }); + * console.log(values, positionals); + * // Prints: [Object: null prototype] { foo: true, bar: 'b' } [] + * ``` + * @since v18.3.0, v16.17.0 + * @param config Used to provide arguments for parsing and to configure the parser. `config` supports the following properties: + * @return The parsed command line arguments: + */ + export function parseArgs(config?: T): ParsedResults; + interface ParseArgsOptionConfig { + /** + * Type of argument. + */ + type: "string" | "boolean"; + /** + * Whether this option can be provided multiple times. + * If `true`, all values will be collected in an array. + * If `false`, values for the option are last-wins. + * @default false. + */ + multiple?: boolean | undefined; + /** + * A single character alias for the option. + */ + short?: string | undefined; + /** + * The default option value when it is not set by args. + * It must be of the same type as the the `type` property. + * When `multiple` is `true`, it must be an array. + * @since v18.11.0 + */ + default?: string | boolean | string[] | boolean[] | undefined; + } + interface ParseArgsOptionsConfig { + [longOption: string]: ParseArgsOptionConfig; + } + export interface ParseArgsConfig { + /** + * Array of argument strings. + */ + args?: readonly string[] | undefined; + /** + * Used to describe arguments known to the parser. + */ + options?: ParseArgsOptionsConfig | undefined; + /** + * Should an error be thrown when unknown arguments are encountered, + * or when arguments are passed that do not match the `type` configured in `options`. + * @default true + */ + strict?: boolean | undefined; + /** + * Whether this command accepts positional arguments. + */ + allowPositionals?: boolean | undefined; + /** + * If `true`, allows explicitly setting boolean options to `false` by prefixing the option name with `--no-`. + * @default false + * @since v20.16.0 + */ + allowNegative?: boolean | undefined; + /** + * Return the parsed tokens. This is useful for extending the built-in behavior, + * from adding additional checks through to reprocessing the tokens in different ways. + * @default false + */ + tokens?: boolean | undefined; + } + /* + IfDefaultsTrue and IfDefaultsFalse are helpers to handle default values for missing boolean properties. + TypeScript does not have exact types for objects: https://github.com/microsoft/TypeScript/issues/12936 + This means it is impossible to distinguish between "field X is definitely not present" and "field X may or may not be present". + But we expect users to generally provide their config inline or `as const`, which means TS will always know whether a given field is present. + So this helper treats "not definitely present" (i.e., not `extends boolean`) as being "definitely not present", i.e. it should have its default value. + This is technically incorrect but is a much nicer UX for the common case. + The IfDefaultsTrue version is for things which default to true; the IfDefaultsFalse version is for things which default to false. + */ + type IfDefaultsTrue = T extends true ? IfTrue + : T extends false ? IfFalse + : IfTrue; + + // we put the `extends false` condition first here because `undefined` compares like `any` when `strictNullChecks: false` + type IfDefaultsFalse = T extends false ? IfFalse + : T extends true ? IfTrue + : IfFalse; + + type ExtractOptionValue = IfDefaultsTrue< + T["strict"], + O["type"] extends "string" ? string : O["type"] extends "boolean" ? boolean : string | boolean, + string | boolean + >; + + type ApplyOptionalModifiers> = ( + & { -readonly [LongOption in keyof O]?: V[LongOption] } + & { [LongOption in keyof O as O[LongOption]["default"] extends {} ? LongOption : never]: V[LongOption] } + ) extends infer P ? { [K in keyof P]: P[K] } : never; // resolve intersection to object + + type ParsedValues = + & IfDefaultsTrue + & (T["options"] extends ParseArgsOptionsConfig ? ApplyOptionalModifiers< + T["options"], + { + [LongOption in keyof T["options"]]: IfDefaultsFalse< + T["options"][LongOption]["multiple"], + Array>, + ExtractOptionValue + >; + } + > + : {}); + + type ParsedPositionals = IfDefaultsTrue< + T["strict"], + IfDefaultsFalse, + IfDefaultsTrue + >; + + type PreciseTokenForOptions< + K extends string, + O extends ParseArgsOptionConfig, + > = O["type"] extends "string" ? { + kind: "option"; + index: number; + name: K; + rawName: string; + value: string; + inlineValue: boolean; + } + : O["type"] extends "boolean" ? { + kind: "option"; + index: number; + name: K; + rawName: string; + value: undefined; + inlineValue: undefined; + } + : OptionToken & { name: K }; + + type TokenForOptions< + T extends ParseArgsConfig, + K extends keyof T["options"] = keyof T["options"], + > = K extends unknown + ? T["options"] extends ParseArgsOptionsConfig ? PreciseTokenForOptions + : OptionToken + : never; + + type ParsedOptionToken = IfDefaultsTrue, OptionToken>; + + type ParsedPositionalToken = IfDefaultsTrue< + T["strict"], + IfDefaultsFalse, + IfDefaultsTrue + >; + + type ParsedTokens = Array< + ParsedOptionToken | ParsedPositionalToken | { kind: "option-terminator"; index: number } + >; + + type PreciseParsedResults = IfDefaultsFalse< + T["tokens"], + { + values: ParsedValues; + positionals: ParsedPositionals; + tokens: ParsedTokens; + }, + { + values: ParsedValues; + positionals: ParsedPositionals; + } + >; + + type OptionToken = + | { kind: "option"; index: number; name: string; rawName: string; value: string; inlineValue: boolean } + | { + kind: "option"; + index: number; + name: string; + rawName: string; + value: undefined; + inlineValue: undefined; + }; + + type Token = + | OptionToken + | { kind: "positional"; index: number; value: string } + | { kind: "option-terminator"; index: number }; + + // If ParseArgsConfig extends T, then the user passed config constructed elsewhere. + // So we can't rely on the `"not definitely present" implies "definitely not present"` assumption mentioned above. + type ParsedResults = ParseArgsConfig extends T ? { + values: { + [longOption: string]: undefined | string | boolean | Array; + }; + positionals: string[]; + tokens?: Token[]; + } + : PreciseParsedResults; + + /** + * An implementation of [the MIMEType class](https://bmeck.github.io/node-proposal-mime-api/). + * + * In accordance with browser conventions, all properties of `MIMEType` objects + * are implemented as getters and setters on the class prototype, rather than as + * data properties on the object itself. + * + * A MIME string is a structured string containing multiple meaningful + * components. When parsed, a `MIMEType` object is returned containing + * properties for each of these components. + * @since v19.1.0, v18.13.0 + * @experimental + */ + export class MIMEType { + /** + * Creates a new MIMEType object by parsing the input. + * + * A `TypeError` will be thrown if the `input` is not a valid MIME. + * Note that an effort will be made to coerce the given values into strings. + * @param input The input MIME to parse. + */ + constructor(input: string | { toString: () => string }); + + /** + * Gets and sets the type portion of the MIME. + * + * ```js + * import { MIMEType } from 'node:util'; + * + * const myMIME = new MIMEType('text/javascript'); + * console.log(myMIME.type); + * // Prints: text + * myMIME.type = 'application'; + * console.log(myMIME.type); + * // Prints: application + * console.log(String(myMIME)); + * // Prints: application/javascript + * ``` + */ + type: string; + /** + * Gets and sets the subtype portion of the MIME. + * + * ```js + * import { MIMEType } from 'node:util'; + * + * const myMIME = new MIMEType('text/ecmascript'); + * console.log(myMIME.subtype); + * // Prints: ecmascript + * myMIME.subtype = 'javascript'; + * console.log(myMIME.subtype); + * // Prints: javascript + * console.log(String(myMIME)); + * // Prints: text/javascript + * ``` + */ + subtype: string; + /** + * Gets the essence of the MIME. This property is read only. + * Use `mime.type` or `mime.subtype` to alter the MIME. + * + * ```js + * import { MIMEType } from 'node:util'; + * + * const myMIME = new MIMEType('text/javascript;key=value'); + * console.log(myMIME.essence); + * // Prints: text/javascript + * myMIME.type = 'application'; + * console.log(myMIME.essence); + * // Prints: application/javascript + * console.log(String(myMIME)); + * // Prints: application/javascript;key=value + * ``` + */ + readonly essence: string; + /** + * Gets the `MIMEParams` object representing the + * parameters of the MIME. This property is read-only. See `MIMEParams` documentation for details. + */ + readonly params: MIMEParams; + /** + * The `toString()` method on the `MIMEType` object returns the serialized MIME. + * + * Because of the need for standard compliance, this method does not allow users + * to customize the serialization process of the MIME. + */ + toString(): string; + } + /** + * The `MIMEParams` API provides read and write access to the parameters of a `MIMEType`. + * @since v19.1.0, v18.13.0 + */ + export class MIMEParams { + /** + * Remove all name-value pairs whose name is `name`. + */ + delete(name: string): void; + /** + * Returns an iterator over each of the name-value pairs in the parameters. + * Each item of the iterator is a JavaScript `Array`. The first item of the array + * is the `name`, the second item of the array is the `value`. + */ + entries(): NodeJS.Iterator<[name: string, value: string]>; + /** + * Returns the value of the first name-value pair whose name is `name`. If there + * are no such pairs, `null` is returned. + * @return or `null` if there is no name-value pair with the given `name`. + */ + get(name: string): string | null; + /** + * Returns `true` if there is at least one name-value pair whose name is `name`. + */ + has(name: string): boolean; + /** + * Returns an iterator over the names of each name-value pair. + * + * ```js + * import { MIMEType } from 'node:util'; + * + * const { params } = new MIMEType('text/plain;foo=0;bar=1'); + * for (const name of params.keys()) { + * console.log(name); + * } + * // Prints: + * // foo + * // bar + * ``` + */ + keys(): NodeJS.Iterator; + /** + * Sets the value in the `MIMEParams` object associated with `name` to `value`. If there are any pre-existing name-value pairs whose names are `name`, + * set the first such pair's value to `value`. + * + * ```js + * import { MIMEType } from 'node:util'; + * + * const { params } = new MIMEType('text/plain;foo=0;bar=1'); + * params.set('foo', 'def'); + * params.set('baz', 'xyz'); + * console.log(params.toString()); + * // Prints: foo=def;bar=1;baz=xyz + * ``` + */ + set(name: string, value: string): void; + /** + * Returns an iterator over the values of each name-value pair. + */ + values(): NodeJS.Iterator; + /** + * Returns an iterator over each of the name-value pairs in the parameters. + */ + [Symbol.iterator](): NodeJS.Iterator<[name: string, value: string]>; + } +} +declare module "util/types" { + import { KeyObject, webcrypto } from "node:crypto"; + /** + * Returns `true` if the value is a built-in [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) or + * [`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) instance. + * + * See also `util.types.isArrayBuffer()` and `util.types.isSharedArrayBuffer()`. + * + * ```js + * util.types.isAnyArrayBuffer(new ArrayBuffer()); // Returns true + * util.types.isAnyArrayBuffer(new SharedArrayBuffer()); // Returns true + * ``` + * @since v10.0.0 + */ + function isAnyArrayBuffer(object: unknown): object is ArrayBufferLike; + /** + * Returns `true` if the value is an `arguments` object. + * + * ```js + * function foo() { + * util.types.isArgumentsObject(arguments); // Returns true + * } + * ``` + * @since v10.0.0 + */ + function isArgumentsObject(object: unknown): object is IArguments; + /** + * Returns `true` if the value is a built-in [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) instance. + * This does _not_ include [`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) instances. Usually, it is + * desirable to test for both; See `util.types.isAnyArrayBuffer()` for that. + * + * ```js + * util.types.isArrayBuffer(new ArrayBuffer()); // Returns true + * util.types.isArrayBuffer(new SharedArrayBuffer()); // Returns false + * ``` + * @since v10.0.0 + */ + function isArrayBuffer(object: unknown): object is ArrayBuffer; + /** + * Returns `true` if the value is an instance of one of the [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) views, such as typed + * array objects or [`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView). Equivalent to + * [`ArrayBuffer.isView()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView). + * + * ```js + * util.types.isArrayBufferView(new Int8Array()); // true + * util.types.isArrayBufferView(Buffer.from('hello world')); // true + * util.types.isArrayBufferView(new DataView(new ArrayBuffer(16))); // true + * util.types.isArrayBufferView(new ArrayBuffer()); // false + * ``` + * @since v10.0.0 + */ + function isArrayBufferView(object: unknown): object is NodeJS.ArrayBufferView; + /** + * Returns `true` if the value is an [async function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function). + * This only reports back what the JavaScript engine is seeing; + * in particular, the return value may not match the original source code if + * a transpilation tool was used. + * + * ```js + * util.types.isAsyncFunction(function foo() {}); // Returns false + * util.types.isAsyncFunction(async function foo() {}); // Returns true + * ``` + * @since v10.0.0 + */ + function isAsyncFunction(object: unknown): boolean; + /** + * Returns `true` if the value is a `BigInt64Array` instance. + * + * ```js + * util.types.isBigInt64Array(new BigInt64Array()); // Returns true + * util.types.isBigInt64Array(new BigUint64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isBigInt64Array(value: unknown): value is BigInt64Array; + /** + * Returns `true` if the value is a BigInt object, e.g. created + * by `Object(BigInt(123))`. + * + * ```js + * util.types.isBigIntObject(Object(BigInt(123))); // Returns true + * util.types.isBigIntObject(BigInt(123)); // Returns false + * util.types.isBigIntObject(123); // Returns false + * ``` + * @since v10.4.0 + */ + function isBigIntObject(object: unknown): object is BigInt; + /** + * Returns `true` if the value is a `BigUint64Array` instance. + * + * ```js + * util.types.isBigUint64Array(new BigInt64Array()); // Returns false + * util.types.isBigUint64Array(new BigUint64Array()); // Returns true + * ``` + * @since v10.0.0 + */ + function isBigUint64Array(value: unknown): value is BigUint64Array; + /** + * Returns `true` if the value is a boolean object, e.g. created + * by `new Boolean()`. + * + * ```js + * util.types.isBooleanObject(false); // Returns false + * util.types.isBooleanObject(true); // Returns false + * util.types.isBooleanObject(new Boolean(false)); // Returns true + * util.types.isBooleanObject(new Boolean(true)); // Returns true + * util.types.isBooleanObject(Boolean(false)); // Returns false + * util.types.isBooleanObject(Boolean(true)); // Returns false + * ``` + * @since v10.0.0 + */ + function isBooleanObject(object: unknown): object is Boolean; + /** + * Returns `true` if the value is any boxed primitive object, e.g. created + * by `new Boolean()`, `new String()` or `Object(Symbol())`. + * + * For example: + * + * ```js + * util.types.isBoxedPrimitive(false); // Returns false + * util.types.isBoxedPrimitive(new Boolean(false)); // Returns true + * util.types.isBoxedPrimitive(Symbol('foo')); // Returns false + * util.types.isBoxedPrimitive(Object(Symbol('foo'))); // Returns true + * util.types.isBoxedPrimitive(Object(BigInt(5))); // Returns true + * ``` + * @since v10.11.0 + */ + function isBoxedPrimitive(object: unknown): object is String | Number | BigInt | Boolean | Symbol; + /** + * Returns `true` if the value is a built-in [`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView) instance. + * + * ```js + * const ab = new ArrayBuffer(20); + * util.types.isDataView(new DataView(ab)); // Returns true + * util.types.isDataView(new Float64Array()); // Returns false + * ``` + * + * See also [`ArrayBuffer.isView()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView). + * @since v10.0.0 + */ + function isDataView(object: unknown): object is DataView; + /** + * Returns `true` if the value is a built-in [`Date`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) instance. + * + * ```js + * util.types.isDate(new Date()); // Returns true + * ``` + * @since v10.0.0 + */ + function isDate(object: unknown): object is Date; + /** + * Returns `true` if the value is a native `External` value. + * + * A native `External` value is a special type of object that contains a + * raw C++ pointer (`void*`) for access from native code, and has no other + * properties. Such objects are created either by Node.js internals or native + * addons. In JavaScript, they are [frozen](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze) objects with a`null` prototype. + * + * ```c + * #include + * #include + * napi_value result; + * static napi_value MyNapi(napi_env env, napi_callback_info info) { + * int* raw = (int*) malloc(1024); + * napi_status status = napi_create_external(env, (void*) raw, NULL, NULL, &result); + * if (status != napi_ok) { + * napi_throw_error(env, NULL, "napi_create_external failed"); + * return NULL; + * } + * return result; + * } + * ... + * DECLARE_NAPI_PROPERTY("myNapi", MyNapi) + * ... + * ``` + * + * ```js + * const native =require('napi_addon.node'); + * const data = native.myNapi(); + * util.types.isExternal(data); // returns true + * util.types.isExternal(0); // returns false + * util.types.isExternal(new String('foo')); // returns false + * ``` + * + * For further information on `napi_create_external`, refer to `napi_create_external()`. + * @since v10.0.0 + */ + function isExternal(object: unknown): boolean; + /** + * Returns `true` if the value is a built-in [`Float32Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Float32Array) instance. + * + * ```js + * util.types.isFloat32Array(new ArrayBuffer()); // Returns false + * util.types.isFloat32Array(new Float32Array()); // Returns true + * util.types.isFloat32Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isFloat32Array(object: unknown): object is Float32Array; + /** + * Returns `true` if the value is a built-in [`Float64Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Float64Array) instance. + * + * ```js + * util.types.isFloat64Array(new ArrayBuffer()); // Returns false + * util.types.isFloat64Array(new Uint8Array()); // Returns false + * util.types.isFloat64Array(new Float64Array()); // Returns true + * ``` + * @since v10.0.0 + */ + function isFloat64Array(object: unknown): object is Float64Array; + /** + * Returns `true` if the value is a generator function. + * This only reports back what the JavaScript engine is seeing; + * in particular, the return value may not match the original source code if + * a transpilation tool was used. + * + * ```js + * util.types.isGeneratorFunction(function foo() {}); // Returns false + * util.types.isGeneratorFunction(function* foo() {}); // Returns true + * ``` + * @since v10.0.0 + */ + function isGeneratorFunction(object: unknown): object is GeneratorFunction; + /** + * Returns `true` if the value is a generator object as returned from a + * built-in generator function. + * This only reports back what the JavaScript engine is seeing; + * in particular, the return value may not match the original source code if + * a transpilation tool was used. + * + * ```js + * function* foo() {} + * const generator = foo(); + * util.types.isGeneratorObject(generator); // Returns true + * ``` + * @since v10.0.0 + */ + function isGeneratorObject(object: unknown): object is Generator; + /** + * Returns `true` if the value is a built-in [`Int8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int8Array) instance. + * + * ```js + * util.types.isInt8Array(new ArrayBuffer()); // Returns false + * util.types.isInt8Array(new Int8Array()); // Returns true + * util.types.isInt8Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isInt8Array(object: unknown): object is Int8Array; + /** + * Returns `true` if the value is a built-in [`Int16Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int16Array) instance. + * + * ```js + * util.types.isInt16Array(new ArrayBuffer()); // Returns false + * util.types.isInt16Array(new Int16Array()); // Returns true + * util.types.isInt16Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isInt16Array(object: unknown): object is Int16Array; + /** + * Returns `true` if the value is a built-in [`Int32Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int32Array) instance. + * + * ```js + * util.types.isInt32Array(new ArrayBuffer()); // Returns false + * util.types.isInt32Array(new Int32Array()); // Returns true + * util.types.isInt32Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isInt32Array(object: unknown): object is Int32Array; + /** + * Returns `true` if the value is a built-in [`Map`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) instance. + * + * ```js + * util.types.isMap(new Map()); // Returns true + * ``` + * @since v10.0.0 + */ + function isMap( + object: T | {}, + ): object is T extends ReadonlyMap ? (unknown extends T ? never : ReadonlyMap) + : Map; + /** + * Returns `true` if the value is an iterator returned for a built-in [`Map`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) instance. + * + * ```js + * const map = new Map(); + * util.types.isMapIterator(map.keys()); // Returns true + * util.types.isMapIterator(map.values()); // Returns true + * util.types.isMapIterator(map.entries()); // Returns true + * util.types.isMapIterator(map[Symbol.iterator]()); // Returns true + * ``` + * @since v10.0.0 + */ + function isMapIterator(object: unknown): boolean; + /** + * Returns `true` if the value is an instance of a [Module Namespace Object](https://tc39.github.io/ecma262/#sec-module-namespace-exotic-objects). + * + * ```js + * import * as ns from './a.js'; + * + * util.types.isModuleNamespaceObject(ns); // Returns true + * ``` + * @since v10.0.0 + */ + function isModuleNamespaceObject(value: unknown): boolean; + /** + * Returns `true` if the value was returned by the constructor of a [built-in `Error` type](https://tc39.es/ecma262/#sec-error-objects). + * + * ```js + * console.log(util.types.isNativeError(new Error())); // true + * console.log(util.types.isNativeError(new TypeError())); // true + * console.log(util.types.isNativeError(new RangeError())); // true + * ``` + * + * Subclasses of the native error types are also native errors: + * + * ```js + * class MyError extends Error {} + * console.log(util.types.isNativeError(new MyError())); // true + * ``` + * + * A value being `instanceof` a native error class is not equivalent to `isNativeError()` returning `true` for that value. `isNativeError()` returns `true` for errors + * which come from a different [realm](https://tc39.es/ecma262/#realm) while `instanceof Error` returns `false` for these errors: + * + * ```js + * import vm from 'node:vm'; + * const context = vm.createContext({}); + * const myError = vm.runInContext('new Error()', context); + * console.log(util.types.isNativeError(myError)); // true + * console.log(myError instanceof Error); // false + * ``` + * + * Conversely, `isNativeError()` returns `false` for all objects which were not + * returned by the constructor of a native error. That includes values + * which are `instanceof` native errors: + * + * ```js + * const myError = { __proto__: Error.prototype }; + * console.log(util.types.isNativeError(myError)); // false + * console.log(myError instanceof Error); // true + * ``` + * @since v10.0.0 + */ + function isNativeError(object: unknown): object is Error; + /** + * Returns `true` if the value is a number object, e.g. created + * by `new Number()`. + * + * ```js + * util.types.isNumberObject(0); // Returns false + * util.types.isNumberObject(new Number(0)); // Returns true + * ``` + * @since v10.0.0 + */ + function isNumberObject(object: unknown): object is Number; + /** + * Returns `true` if the value is a built-in [`Promise`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise). + * + * ```js + * util.types.isPromise(Promise.resolve(42)); // Returns true + * ``` + * @since v10.0.0 + */ + function isPromise(object: unknown): object is Promise; + /** + * Returns `true` if the value is a [`Proxy`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) instance. + * + * ```js + * const target = {}; + * const proxy = new Proxy(target, {}); + * util.types.isProxy(target); // Returns false + * util.types.isProxy(proxy); // Returns true + * ``` + * @since v10.0.0 + */ + function isProxy(object: unknown): boolean; + /** + * Returns `true` if the value is a regular expression object. + * + * ```js + * util.types.isRegExp(/abc/); // Returns true + * util.types.isRegExp(new RegExp('abc')); // Returns true + * ``` + * @since v10.0.0 + */ + function isRegExp(object: unknown): object is RegExp; + /** + * Returns `true` if the value is a built-in [`Set`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) instance. + * + * ```js + * util.types.isSet(new Set()); // Returns true + * ``` + * @since v10.0.0 + */ + function isSet( + object: T | {}, + ): object is T extends ReadonlySet ? (unknown extends T ? never : ReadonlySet) : Set; + /** + * Returns `true` if the value is an iterator returned for a built-in [`Set`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) instance. + * + * ```js + * const set = new Set(); + * util.types.isSetIterator(set.keys()); // Returns true + * util.types.isSetIterator(set.values()); // Returns true + * util.types.isSetIterator(set.entries()); // Returns true + * util.types.isSetIterator(set[Symbol.iterator]()); // Returns true + * ``` + * @since v10.0.0 + */ + function isSetIterator(object: unknown): boolean; + /** + * Returns `true` if the value is a built-in [`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) instance. + * This does _not_ include [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) instances. Usually, it is + * desirable to test for both; See `util.types.isAnyArrayBuffer()` for that. + * + * ```js + * util.types.isSharedArrayBuffer(new ArrayBuffer()); // Returns false + * util.types.isSharedArrayBuffer(new SharedArrayBuffer()); // Returns true + * ``` + * @since v10.0.0 + */ + function isSharedArrayBuffer(object: unknown): object is SharedArrayBuffer; + /** + * Returns `true` if the value is a string object, e.g. created + * by `new String()`. + * + * ```js + * util.types.isStringObject('foo'); // Returns false + * util.types.isStringObject(new String('foo')); // Returns true + * ``` + * @since v10.0.0 + */ + function isStringObject(object: unknown): object is String; + /** + * Returns `true` if the value is a symbol object, created + * by calling `Object()` on a `Symbol` primitive. + * + * ```js + * const symbol = Symbol('foo'); + * util.types.isSymbolObject(symbol); // Returns false + * util.types.isSymbolObject(Object(symbol)); // Returns true + * ``` + * @since v10.0.0 + */ + function isSymbolObject(object: unknown): object is Symbol; + /** + * Returns `true` if the value is a built-in [`TypedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray) instance. + * + * ```js + * util.types.isTypedArray(new ArrayBuffer()); // Returns false + * util.types.isTypedArray(new Uint8Array()); // Returns true + * util.types.isTypedArray(new Float64Array()); // Returns true + * ``` + * + * See also [`ArrayBuffer.isView()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView). + * @since v10.0.0 + */ + function isTypedArray(object: unknown): object is NodeJS.TypedArray; + /** + * Returns `true` if the value is a built-in [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) instance. + * + * ```js + * util.types.isUint8Array(new ArrayBuffer()); // Returns false + * util.types.isUint8Array(new Uint8Array()); // Returns true + * util.types.isUint8Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isUint8Array(object: unknown): object is Uint8Array; + /** + * Returns `true` if the value is a built-in [`Uint8ClampedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8ClampedArray) instance. + * + * ```js + * util.types.isUint8ClampedArray(new ArrayBuffer()); // Returns false + * util.types.isUint8ClampedArray(new Uint8ClampedArray()); // Returns true + * util.types.isUint8ClampedArray(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isUint8ClampedArray(object: unknown): object is Uint8ClampedArray; + /** + * Returns `true` if the value is a built-in [`Uint16Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint16Array) instance. + * + * ```js + * util.types.isUint16Array(new ArrayBuffer()); // Returns false + * util.types.isUint16Array(new Uint16Array()); // Returns true + * util.types.isUint16Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isUint16Array(object: unknown): object is Uint16Array; + /** + * Returns `true` if the value is a built-in [`Uint32Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint32Array) instance. + * + * ```js + * util.types.isUint32Array(new ArrayBuffer()); // Returns false + * util.types.isUint32Array(new Uint32Array()); // Returns true + * util.types.isUint32Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isUint32Array(object: unknown): object is Uint32Array; + /** + * Returns `true` if the value is a built-in [`WeakMap`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap) instance. + * + * ```js + * util.types.isWeakMap(new WeakMap()); // Returns true + * ``` + * @since v10.0.0 + */ + function isWeakMap(object: unknown): object is WeakMap; + /** + * Returns `true` if the value is a built-in [`WeakSet`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet) instance. + * + * ```js + * util.types.isWeakSet(new WeakSet()); // Returns true + * ``` + * @since v10.0.0 + */ + function isWeakSet(object: unknown): object is WeakSet; + /** + * Returns `true` if `value` is a `KeyObject`, `false` otherwise. + * @since v16.2.0 + */ + function isKeyObject(object: unknown): object is KeyObject; + /** + * Returns `true` if `value` is a `CryptoKey`, `false` otherwise. + * @since v16.2.0 + */ + function isCryptoKey(object: unknown): object is webcrypto.CryptoKey; +} +declare module "node:util" { + export * from "util"; +} +declare module "node:util/types" { + export * from "util/types"; +} diff --git a/node_modules/@types/node/v8.d.ts b/node_modules/@types/node/v8.d.ts new file mode 100644 index 0000000..8b0e965 --- /dev/null +++ b/node_modules/@types/node/v8.d.ts @@ -0,0 +1,809 @@ +/** + * The `node:v8` module exposes APIs that are specific to the version of [V8](https://developers.google.com/v8/) built into the Node.js binary. It can be accessed using: + * + * ```js + * import v8 from 'node:v8'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/v8.js) + */ +declare module "v8" { + import { NonSharedBuffer } from "node:buffer"; + import { Readable } from "node:stream"; + interface HeapSpaceInfo { + space_name: string; + space_size: number; + space_used_size: number; + space_available_size: number; + physical_space_size: number; + } + // ** Signifies if the --zap_code_space option is enabled or not. 1 == enabled, 0 == disabled. */ + type DoesZapCodeSpaceFlag = 0 | 1; + interface HeapInfo { + total_heap_size: number; + total_heap_size_executable: number; + total_physical_size: number; + total_available_size: number; + used_heap_size: number; + heap_size_limit: number; + malloced_memory: number; + peak_malloced_memory: number; + does_zap_garbage: DoesZapCodeSpaceFlag; + number_of_native_contexts: number; + number_of_detached_contexts: number; + total_global_handles_size: number; + used_global_handles_size: number; + external_memory: number; + } + interface HeapCodeStatistics { + code_and_metadata_size: number; + bytecode_and_metadata_size: number; + external_script_source_size: number; + } + interface HeapSnapshotOptions { + /** + * If true, expose internals in the heap snapshot. + * @default false + */ + exposeInternals?: boolean | undefined; + /** + * If true, expose numeric values in artificial fields. + * @default false + */ + exposeNumericValues?: boolean | undefined; + } + /** + * Returns an integer representing a version tag derived from the V8 version, + * command-line flags, and detected CPU features. This is useful for determining + * whether a `vm.Script` `cachedData` buffer is compatible with this instance + * of V8. + * + * ```js + * console.log(v8.cachedDataVersionTag()); // 3947234607 + * // The value returned by v8.cachedDataVersionTag() is derived from the V8 + * // version, command-line flags, and detected CPU features. Test that the value + * // does indeed update when flags are toggled. + * v8.setFlagsFromString('--allow_natives_syntax'); + * console.log(v8.cachedDataVersionTag()); // 183726201 + * ``` + * @since v8.0.0 + */ + function cachedDataVersionTag(): number; + /** + * Returns an object with the following properties: + * + * `does_zap_garbage` is a 0/1 boolean, which signifies whether the `--zap_code_space` option is enabled or not. This makes V8 overwrite heap + * garbage with a bit pattern. The RSS footprint (resident set size) gets bigger + * because it continuously touches all heap pages and that makes them less likely + * to get swapped out by the operating system. + * + * `number_of_native_contexts` The value of native\_context is the number of the + * top-level contexts currently active. Increase of this number over time indicates + * a memory leak. + * + * `number_of_detached_contexts` The value of detached\_context is the number + * of contexts that were detached and not yet garbage collected. This number + * being non-zero indicates a potential memory leak. + * + * `total_global_handles_size` The value of total\_global\_handles\_size is the + * total memory size of V8 global handles. + * + * `used_global_handles_size` The value of used\_global\_handles\_size is the + * used memory size of V8 global handles. + * + * `external_memory` The value of external\_memory is the memory size of array + * buffers and external strings. + * + * ```js + * { + * total_heap_size: 7326976, + * total_heap_size_executable: 4194304, + * total_physical_size: 7326976, + * total_available_size: 1152656, + * used_heap_size: 3476208, + * heap_size_limit: 1535115264, + * malloced_memory: 16384, + * peak_malloced_memory: 1127496, + * does_zap_garbage: 0, + * number_of_native_contexts: 1, + * number_of_detached_contexts: 0, + * total_global_handles_size: 8192, + * used_global_handles_size: 3296, + * external_memory: 318824 + * } + * ``` + * @since v1.0.0 + */ + function getHeapStatistics(): HeapInfo; + /** + * Returns statistics about the V8 heap spaces, i.e. the segments which make up + * the V8 heap. Neither the ordering of heap spaces, nor the availability of a + * heap space can be guaranteed as the statistics are provided via the + * V8 [`GetHeapSpaceStatistics`](https://v8docs.nodesource.com/node-13.2/d5/dda/classv8_1_1_isolate.html#ac673576f24fdc7a33378f8f57e1d13a4) function and may change from one V8 version to the + * next. + * + * The value returned is an array of objects containing the following properties: + * + * ```json + * [ + * { + * "space_name": "new_space", + * "space_size": 2063872, + * "space_used_size": 951112, + * "space_available_size": 80824, + * "physical_space_size": 2063872 + * }, + * { + * "space_name": "old_space", + * "space_size": 3090560, + * "space_used_size": 2493792, + * "space_available_size": 0, + * "physical_space_size": 3090560 + * }, + * { + * "space_name": "code_space", + * "space_size": 1260160, + * "space_used_size": 644256, + * "space_available_size": 960, + * "physical_space_size": 1260160 + * }, + * { + * "space_name": "map_space", + * "space_size": 1094160, + * "space_used_size": 201608, + * "space_available_size": 0, + * "physical_space_size": 1094160 + * }, + * { + * "space_name": "large_object_space", + * "space_size": 0, + * "space_used_size": 0, + * "space_available_size": 1490980608, + * "physical_space_size": 0 + * } + * ] + * ``` + * @since v6.0.0 + */ + function getHeapSpaceStatistics(): HeapSpaceInfo[]; + /** + * The `v8.setFlagsFromString()` method can be used to programmatically set + * V8 command-line flags. This method should be used with care. Changing settings + * after the VM has started may result in unpredictable behavior, including + * crashes and data loss; or it may simply do nothing. + * + * The V8 options available for a version of Node.js may be determined by running `node --v8-options`. + * + * Usage: + * + * ```js + * // Print GC events to stdout for one minute. + * import v8 from 'node:v8'; + * v8.setFlagsFromString('--trace_gc'); + * setTimeout(() => { v8.setFlagsFromString('--notrace_gc'); }, 60e3); + * ``` + * @since v1.0.0 + */ + function setFlagsFromString(flags: string): void; + /** + * This is similar to the [`queryObjects()` console API](https://developer.chrome.com/docs/devtools/console/utilities#queryObjects-function) + * provided by the Chromium DevTools console. It can be used to search for objects that have the matching constructor on its prototype chain + * in the heap after a full garbage collection, which can be useful for memory leak regression tests. To avoid surprising results, users should + * avoid using this API on constructors whose implementation they don't control, or on constructors that can be invoked by other parties in the + * application. + * + * To avoid accidental leaks, this API does not return raw references to the objects found. By default, it returns the count of the objects + * found. If `options.format` is `'summary'`, it returns an array containing brief string representations for each object. The visibility provided + * in this API is similar to what the heap snapshot provides, while users can save the cost of serialization and parsing and directly filter the + * target objects during the search. + * + * Only objects created in the current execution context are included in the results. + * + * ```js + * import { queryObjects } from 'node:v8'; + * class A { foo = 'bar'; } + * console.log(queryObjects(A)); // 0 + * const a = new A(); + * console.log(queryObjects(A)); // 1 + * // [ "A { foo: 'bar' }" ] + * console.log(queryObjects(A, { format: 'summary' })); + * + * class B extends A { bar = 'qux'; } + * const b = new B(); + * console.log(queryObjects(B)); // 1 + * // [ "B { foo: 'bar', bar: 'qux' }" ] + * console.log(queryObjects(B, { format: 'summary' })); + * + * // Note that, when there are child classes inheriting from a constructor, + * // the constructor also shows up in the prototype chain of the child + * // classes's prototoype, so the child classes's prototoype would also be + * // included in the result. + * console.log(queryObjects(A)); // 3 + * // [ "B { foo: 'bar', bar: 'qux' }", 'A {}', "A { foo: 'bar' }" ] + * console.log(queryObjects(A, { format: 'summary' })); + * ``` + * @param ctor The constructor that can be used to search on the prototype chain in order to filter target objects in the heap. + * @since v20.13.0 + * @experimental + */ + function queryObjects(ctor: Function): number | string[]; + function queryObjects(ctor: Function, options: { format: "count" }): number; + function queryObjects(ctor: Function, options: { format: "summary" }): string[]; + /** + * Generates a snapshot of the current V8 heap and returns a Readable + * Stream that may be used to read the JSON serialized representation. + * This JSON stream format is intended to be used with tools such as + * Chrome DevTools. The JSON schema is undocumented and specific to the + * V8 engine. Therefore, the schema may change from one version of V8 to the next. + * + * Creating a heap snapshot requires memory about twice the size of the heap at + * the time the snapshot is created. This results in the risk of OOM killers + * terminating the process. + * + * Generating a snapshot is a synchronous operation which blocks the event loop + * for a duration depending on the heap size. + * + * ```js + * // Print heap snapshot to the console + * import v8 from 'node:v8'; + * const stream = v8.getHeapSnapshot(); + * stream.pipe(process.stdout); + * ``` + * @since v11.13.0 + * @return A Readable containing the V8 heap snapshot. + */ + function getHeapSnapshot(options?: HeapSnapshotOptions): Readable; + /** + * Generates a snapshot of the current V8 heap and writes it to a JSON + * file. This file is intended to be used with tools such as Chrome + * DevTools. The JSON schema is undocumented and specific to the V8 + * engine, and may change from one version of V8 to the next. + * + * A heap snapshot is specific to a single V8 isolate. When using `worker threads`, a heap snapshot generated from the main thread will + * not contain any information about the workers, and vice versa. + * + * Creating a heap snapshot requires memory about twice the size of the heap at + * the time the snapshot is created. This results in the risk of OOM killers + * terminating the process. + * + * Generating a snapshot is a synchronous operation which blocks the event loop + * for a duration depending on the heap size. + * + * ```js + * import { writeHeapSnapshot } from 'node:v8'; + * import { + * Worker, + * isMainThread, + * parentPort, + * } from 'node:worker_threads'; + * + * if (isMainThread) { + * const worker = new Worker(__filename); + * + * worker.once('message', (filename) => { + * console.log(`worker heapdump: ${filename}`); + * // Now get a heapdump for the main thread. + * console.log(`main thread heapdump: ${writeHeapSnapshot()}`); + * }); + * + * // Tell the worker to create a heapdump. + * worker.postMessage('heapdump'); + * } else { + * parentPort.once('message', (message) => { + * if (message === 'heapdump') { + * // Generate a heapdump for the worker + * // and return the filename to the parent. + * parentPort.postMessage(writeHeapSnapshot()); + * } + * }); + * } + * ``` + * @since v11.13.0 + * @param filename The file path where the V8 heap snapshot is to be saved. If not specified, a file name with the pattern `'Heap-${yyyymmdd}-${hhmmss}-${pid}-${thread_id}.heapsnapshot'` will be + * generated, where `{pid}` will be the PID of the Node.js process, `{thread_id}` will be `0` when `writeHeapSnapshot()` is called from the main Node.js thread or the id of a + * worker thread. + * @return The filename where the snapshot was saved. + */ + function writeHeapSnapshot(filename?: string, options?: HeapSnapshotOptions): string; + /** + * Get statistics about code and its metadata in the heap, see + * V8 [`GetHeapCodeAndMetadataStatistics`](https://v8docs.nodesource.com/node-13.2/d5/dda/classv8_1_1_isolate.html#a6079122af17612ef54ef3348ce170866) API. Returns an object with the + * following properties: + * + * ```js + * { + * code_and_metadata_size: 212208, + * bytecode_and_metadata_size: 161368, + * external_script_source_size: 1410794, + * cpu_profiler_metadata_size: 0, + * } + * ``` + * @since v12.8.0 + */ + function getHeapCodeStatistics(): HeapCodeStatistics; + /** + * @since v8.0.0 + */ + class Serializer { + /** + * Writes out a header, which includes the serialization format version. + */ + writeHeader(): void; + /** + * Serializes a JavaScript value and adds the serialized representation to the + * internal buffer. + * + * This throws an error if `value` cannot be serialized. + */ + writeValue(val: any): boolean; + /** + * Returns the stored internal buffer. This serializer should not be used once + * the buffer is released. Calling this method results in undefined behavior + * if a previous write has failed. + */ + releaseBuffer(): NonSharedBuffer; + /** + * Marks an `ArrayBuffer` as having its contents transferred out of band. + * Pass the corresponding `ArrayBuffer` in the deserializing context to `deserializer.transferArrayBuffer()`. + * @param id A 32-bit unsigned integer. + * @param arrayBuffer An `ArrayBuffer` instance. + */ + transferArrayBuffer(id: number, arrayBuffer: ArrayBuffer): void; + /** + * Write a raw 32-bit unsigned integer. + * For use inside of a custom `serializer._writeHostObject()`. + */ + writeUint32(value: number): void; + /** + * Write a raw 64-bit unsigned integer, split into high and low 32-bit parts. + * For use inside of a custom `serializer._writeHostObject()`. + */ + writeUint64(hi: number, lo: number): void; + /** + * Write a JS `number` value. + * For use inside of a custom `serializer._writeHostObject()`. + */ + writeDouble(value: number): void; + /** + * Write raw bytes into the serializer's internal buffer. The deserializer + * will require a way to compute the length of the buffer. + * For use inside of a custom `serializer._writeHostObject()`. + */ + writeRawBytes(buffer: NodeJS.ArrayBufferView): void; + } + /** + * A subclass of `Serializer` that serializes `TypedArray`(in particular `Buffer`) and `DataView` objects as host objects, and only + * stores the part of their underlying `ArrayBuffer`s that they are referring to. + * @since v8.0.0 + */ + class DefaultSerializer extends Serializer {} + /** + * @since v8.0.0 + */ + class Deserializer { + constructor(data: NodeJS.TypedArray); + /** + * Reads and validates a header (including the format version). + * May, for example, reject an invalid or unsupported wire format. In that case, + * an `Error` is thrown. + */ + readHeader(): boolean; + /** + * Deserializes a JavaScript value from the buffer and returns it. + */ + readValue(): any; + /** + * Marks an `ArrayBuffer` as having its contents transferred out of band. + * Pass the corresponding `ArrayBuffer` in the serializing context to `serializer.transferArrayBuffer()` (or return the `id` from `serializer._getSharedArrayBufferId()` in the case of + * `SharedArrayBuffer`s). + * @param id A 32-bit unsigned integer. + * @param arrayBuffer An `ArrayBuffer` instance. + */ + transferArrayBuffer(id: number, arrayBuffer: ArrayBuffer): void; + /** + * Reads the underlying wire format version. Likely mostly to be useful to + * legacy code reading old wire format versions. May not be called before `.readHeader()`. + */ + getWireFormatVersion(): number; + /** + * Read a raw 32-bit unsigned integer and return it. + * For use inside of a custom `deserializer._readHostObject()`. + */ + readUint32(): number; + /** + * Read a raw 64-bit unsigned integer and return it as an array `[hi, lo]` with two 32-bit unsigned integer entries. + * For use inside of a custom `deserializer._readHostObject()`. + */ + readUint64(): [number, number]; + /** + * Read a JS `number` value. + * For use inside of a custom `deserializer._readHostObject()`. + */ + readDouble(): number; + /** + * Read raw bytes from the deserializer's internal buffer. The `length` parameter + * must correspond to the length of the buffer that was passed to `serializer.writeRawBytes()`. + * For use inside of a custom `deserializer._readHostObject()`. + */ + readRawBytes(length: number): Buffer; + } + /** + * A subclass of `Deserializer` corresponding to the format written by `DefaultSerializer`. + * @since v8.0.0 + */ + class DefaultDeserializer extends Deserializer {} + /** + * Uses a `DefaultSerializer` to serialize `value` into a buffer. + * + * `ERR_BUFFER_TOO_LARGE` will be thrown when trying to + * serialize a huge object which requires buffer + * larger than `buffer.constants.MAX_LENGTH`. + * @since v8.0.0 + */ + function serialize(value: any): NonSharedBuffer; + /** + * Uses a `DefaultDeserializer` with default options to read a JS value + * from a buffer. + * @since v8.0.0 + * @param buffer A buffer returned by {@link serialize}. + */ + function deserialize(buffer: NodeJS.ArrayBufferView): any; + /** + * The `v8.takeCoverage()` method allows the user to write the coverage started by `NODE_V8_COVERAGE` to disk on demand. This method can be invoked multiple + * times during the lifetime of the process. Each time the execution counter will + * be reset and a new coverage report will be written to the directory specified + * by `NODE_V8_COVERAGE`. + * + * When the process is about to exit, one last coverage will still be written to + * disk unless {@link stopCoverage} is invoked before the process exits. + * @since v15.1.0, v14.18.0, v12.22.0 + */ + function takeCoverage(): void; + /** + * The `v8.stopCoverage()` method allows the user to stop the coverage collection + * started by `NODE_V8_COVERAGE`, so that V8 can release the execution count + * records and optimize code. This can be used in conjunction with {@link takeCoverage} if the user wants to collect the coverage on demand. + * @since v15.1.0, v14.18.0, v12.22.0 + */ + function stopCoverage(): void; + /** + * The API is a no-op if `--heapsnapshot-near-heap-limit` is already set from the command line or the API is called more than once. + * `limit` must be a positive integer. See [`--heapsnapshot-near-heap-limit`](https://nodejs.org/docs/latest-v20.x/api/cli.html#--heapsnapshot-near-heap-limitmax_count) for more information. + * @experimental + * @since v18.10.0, v16.18.0 + */ + function setHeapSnapshotNearHeapLimit(limit: number): void; + /** + * This API collects GC data in current thread. + * @since v19.6.0, v18.15.0 + */ + class GCProfiler { + /** + * Start collecting GC data. + * @since v19.6.0, v18.15.0 + */ + start(): void; + /** + * Stop collecting GC data and return an object. The content of object + * is as follows. + * + * ```json + * { + * "version": 1, + * "startTime": 1674059033862, + * "statistics": [ + * { + * "gcType": "Scavenge", + * "beforeGC": { + * "heapStatistics": { + * "totalHeapSize": 5005312, + * "totalHeapSizeExecutable": 524288, + * "totalPhysicalSize": 5226496, + * "totalAvailableSize": 4341325216, + * "totalGlobalHandlesSize": 8192, + * "usedGlobalHandlesSize": 2112, + * "usedHeapSize": 4883840, + * "heapSizeLimit": 4345298944, + * "mallocedMemory": 254128, + * "externalMemory": 225138, + * "peakMallocedMemory": 181760 + * }, + * "heapSpaceStatistics": [ + * { + * "spaceName": "read_only_space", + * "spaceSize": 0, + * "spaceUsedSize": 0, + * "spaceAvailableSize": 0, + * "physicalSpaceSize": 0 + * } + * ] + * }, + * "cost": 1574.14, + * "afterGC": { + * "heapStatistics": { + * "totalHeapSize": 6053888, + * "totalHeapSizeExecutable": 524288, + * "totalPhysicalSize": 5500928, + * "totalAvailableSize": 4341101384, + * "totalGlobalHandlesSize": 8192, + * "usedGlobalHandlesSize": 2112, + * "usedHeapSize": 4059096, + * "heapSizeLimit": 4345298944, + * "mallocedMemory": 254128, + * "externalMemory": 225138, + * "peakMallocedMemory": 181760 + * }, + * "heapSpaceStatistics": [ + * { + * "spaceName": "read_only_space", + * "spaceSize": 0, + * "spaceUsedSize": 0, + * "spaceAvailableSize": 0, + * "physicalSpaceSize": 0 + * } + * ] + * } + * } + * ], + * "endTime": 1674059036865 + * } + * ``` + * + * Here's an example. + * + * ```js + * import { GCProfiler } from 'node:v8'; + * const profiler = new GCProfiler(); + * profiler.start(); + * setTimeout(() => { + * console.log(profiler.stop()); + * }, 1000); + * ``` + * @since v19.6.0, v18.15.0 + */ + stop(): GCProfilerResult; + } + interface GCProfilerResult { + version: number; + startTime: number; + endTime: number; + statistics: Array<{ + gcType: string; + cost: number; + beforeGC: { + heapStatistics: HeapStatistics; + heapSpaceStatistics: HeapSpaceStatistics[]; + }; + afterGC: { + heapStatistics: HeapStatistics; + heapSpaceStatistics: HeapSpaceStatistics[]; + }; + }>; + } + interface HeapStatistics { + totalHeapSize: number; + totalHeapSizeExecutable: number; + totalPhysicalSize: number; + totalAvailableSize: number; + totalGlobalHandlesSize: number; + usedGlobalHandlesSize: number; + usedHeapSize: number; + heapSizeLimit: number; + mallocedMemory: number; + externalMemory: number; + peakMallocedMemory: number; + } + interface HeapSpaceStatistics { + spaceName: string; + spaceSize: number; + spaceUsedSize: number; + spaceAvailableSize: number; + physicalSpaceSize: number; + } + /** + * Called when a promise is constructed. This does not mean that corresponding before/after events will occur, only that the possibility exists. This will + * happen if a promise is created without ever getting a continuation. + * @since v17.1.0, v16.14.0 + * @param promise The promise being created. + * @param parent The promise continued from, if applicable. + */ + interface Init { + (promise: Promise, parent: Promise): void; + } + /** + * Called before a promise continuation executes. This can be in the form of `then()`, `catch()`, or `finally()` handlers or an await resuming. + * + * The before callback will be called 0 to N times. The before callback will typically be called 0 times if no continuation was ever made for the promise. + * The before callback may be called many times in the case where many continuations have been made from the same promise. + * @since v17.1.0, v16.14.0 + */ + interface Before { + (promise: Promise): void; + } + /** + * Called immediately after a promise continuation executes. This may be after a `then()`, `catch()`, or `finally()` handler or before an await after another await. + * @since v17.1.0, v16.14.0 + */ + interface After { + (promise: Promise): void; + } + /** + * Called when the promise receives a resolution or rejection value. This may occur synchronously in the case of {@link Promise.resolve()} or + * {@link Promise.reject()}. + * @since v17.1.0, v16.14.0 + */ + interface Settled { + (promise: Promise): void; + } + /** + * Key events in the lifetime of a promise have been categorized into four areas: creation of a promise, before/after a continuation handler is called or + * around an await, and when the promise resolves or rejects. + * + * Because promises are asynchronous resources whose lifecycle is tracked via the promise hooks mechanism, the `init()`, `before()`, `after()`, and + * `settled()` callbacks must not be async functions as they create more promises which would produce an infinite loop. + * @since v17.1.0, v16.14.0 + */ + interface HookCallbacks { + init?: Init; + before?: Before; + after?: After; + settled?: Settled; + } + interface PromiseHooks { + /** + * The `init` hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop. + * @since v17.1.0, v16.14.0 + * @param init The {@link Init | `init` callback} to call when a promise is created. + * @return Call to stop the hook. + */ + onInit: (init: Init) => Function; + /** + * The `settled` hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop. + * @since v17.1.0, v16.14.0 + * @param settled The {@link Settled | `settled` callback} to call when a promise is created. + * @return Call to stop the hook. + */ + onSettled: (settled: Settled) => Function; + /** + * The `before` hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop. + * @since v17.1.0, v16.14.0 + * @param before The {@link Before | `before` callback} to call before a promise continuation executes. + * @return Call to stop the hook. + */ + onBefore: (before: Before) => Function; + /** + * The `after` hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop. + * @since v17.1.0, v16.14.0 + * @param after The {@link After | `after` callback} to call after a promise continuation executes. + * @return Call to stop the hook. + */ + onAfter: (after: After) => Function; + /** + * Registers functions to be called for different lifetime events of each promise. + * The callbacks `init()`/`before()`/`after()`/`settled()` are called for the respective events during a promise's lifetime. + * All callbacks are optional. For example, if only promise creation needs to be tracked, then only the init callback needs to be passed. + * The hook callbacks must be plain functions. Providing async functions will throw as it would produce an infinite microtask loop. + * @since v17.1.0, v16.14.0 + * @param callbacks The {@link HookCallbacks | Hook Callbacks} to register + * @return Used for disabling hooks + */ + createHook: (callbacks: HookCallbacks) => Function; + } + /** + * The `promiseHooks` interface can be used to track promise lifecycle events. + * @since v17.1.0, v16.14.0 + */ + const promiseHooks: PromiseHooks; + type StartupSnapshotCallbackFn = (args: any) => any; + interface StartupSnapshot { + /** + * Add a callback that will be called when the Node.js instance is about to get serialized into a snapshot and exit. + * This can be used to release resources that should not or cannot be serialized or to convert user data into a form more suitable for serialization. + * @since v18.6.0, v16.17.0 + */ + addSerializeCallback(callback: StartupSnapshotCallbackFn, data?: any): void; + /** + * Add a callback that will be called when the Node.js instance is deserialized from a snapshot. + * The `callback` and the `data` (if provided) will be serialized into the snapshot, they can be used to re-initialize the state of the application or + * to re-acquire resources that the application needs when the application is restarted from the snapshot. + * @since v18.6.0, v16.17.0 + */ + addDeserializeCallback(callback: StartupSnapshotCallbackFn, data?: any): void; + /** + * This sets the entry point of the Node.js application when it is deserialized from a snapshot. This can be called only once in the snapshot building script. + * If called, the deserialized application no longer needs an additional entry point script to start up and will simply invoke the callback along with the deserialized + * data (if provided), otherwise an entry point script still needs to be provided to the deserialized application. + * @since v18.6.0, v16.17.0 + */ + setDeserializeMainFunction(callback: StartupSnapshotCallbackFn, data?: any): void; + /** + * Returns true if the Node.js instance is run to build a snapshot. + * @since v18.6.0, v16.17.0 + */ + isBuildingSnapshot(): boolean; + } + /** + * The `v8.startupSnapshot` interface can be used to add serialization and deserialization hooks for custom startup snapshots. + * + * ```bash + * $ node --snapshot-blob snapshot.blob --build-snapshot entry.js + * # This launches a process with the snapshot + * $ node --snapshot-blob snapshot.blob + * ``` + * + * In the example above, `entry.js` can use methods from the `v8.startupSnapshot` interface to specify how to save information for custom objects + * in the snapshot during serialization and how the information can be used to synchronize these objects during deserialization of the snapshot. + * For example, if the `entry.js` contains the following script: + * + * ```js + * 'use strict'; + * + * import fs from 'node:fs'; + * import zlib from 'node:zlib'; + * import path from 'node:path'; + * import assert from 'node:assert'; + * + * import v8 from 'node:v8'; + * + * class BookShelf { + * storage = new Map(); + * + * // Reading a series of files from directory and store them into storage. + * constructor(directory, books) { + * for (const book of books) { + * this.storage.set(book, fs.readFileSync(path.join(directory, book))); + * } + * } + * + * static compressAll(shelf) { + * for (const [ book, content ] of shelf.storage) { + * shelf.storage.set(book, zlib.gzipSync(content)); + * } + * } + * + * static decompressAll(shelf) { + * for (const [ book, content ] of shelf.storage) { + * shelf.storage.set(book, zlib.gunzipSync(content)); + * } + * } + * } + * + * // __dirname here is where the snapshot script is placed + * // during snapshot building time. + * const shelf = new BookShelf(__dirname, [ + * 'book1.en_US.txt', + * 'book1.es_ES.txt', + * 'book2.zh_CN.txt', + * ]); + * + * assert(v8.startupSnapshot.isBuildingSnapshot()); + * // On snapshot serialization, compress the books to reduce size. + * v8.startupSnapshot.addSerializeCallback(BookShelf.compressAll, shelf); + * // On snapshot deserialization, decompress the books. + * v8.startupSnapshot.addDeserializeCallback(BookShelf.decompressAll, shelf); + * v8.startupSnapshot.setDeserializeMainFunction((shelf) => { + * // process.env and process.argv are refreshed during snapshot + * // deserialization. + * const lang = process.env.BOOK_LANG || 'en_US'; + * const book = process.argv[1]; + * const name = `${book}.${lang}.txt`; + * console.log(shelf.storage.get(name)); + * }, shelf); + * ``` + * + * The resulted binary will get print the data deserialized from the snapshot during start up, using the refreshed `process.env` and `process.argv` of the launched process: + * + * ```bash + * $ BOOK_LANG=es_ES node --snapshot-blob snapshot.blob book1 + * # Prints content of book1.es_ES.txt deserialized from the snapshot. + * ``` + * + * Currently the application deserialized from a user-land snapshot cannot be snapshotted again, so these APIs are only available to applications that are not deserialized from a user-land snapshot. + * + * @experimental + * @since v18.6.0, v16.17.0 + */ + const startupSnapshot: StartupSnapshot; +} +declare module "node:v8" { + export * from "v8"; +} diff --git a/node_modules/@types/node/vm.d.ts b/node_modules/@types/node/vm.d.ts new file mode 100644 index 0000000..313240a --- /dev/null +++ b/node_modules/@types/node/vm.d.ts @@ -0,0 +1,1001 @@ +/** + * The `node:vm` module enables compiling and running code within V8 Virtual + * Machine contexts. + * + * **The `node:vm` module is not a security** + * **mechanism. Do not use it to run untrusted code.** + * + * JavaScript code can be compiled and run immediately or + * compiled, saved, and run later. + * + * A common use case is to run the code in a different V8 Context. This means + * invoked code has a different global object than the invoking code. + * + * One can provide the context by `contextifying` an + * object. The invoked code treats any property in the context like a + * global variable. Any changes to global variables caused by the invoked + * code are reflected in the context object. + * + * ```js + * import vm from 'node:vm'; + * + * const x = 1; + * + * const context = { x: 2 }; + * vm.createContext(context); // Contextify the object. + * + * const code = 'x += 40; var y = 17;'; + * // `x` and `y` are global variables in the context. + * // Initially, x has the value 2 because that is the value of context.x. + * vm.runInContext(code, context); + * + * console.log(context.x); // 42 + * console.log(context.y); // 17 + * + * console.log(x); // 1; y is not defined. + * ``` + * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/vm.js) + */ +declare module "vm" { + import { NonSharedBuffer } from "node:buffer"; + import { ImportAttributes } from "node:module"; + interface Context extends NodeJS.Dict {} + interface BaseOptions { + /** + * Specifies the filename used in stack traces produced by this script. + * @default '' + */ + filename?: string | undefined; + /** + * Specifies the line number offset that is displayed in stack traces produced by this script. + * @default 0 + */ + lineOffset?: number | undefined; + /** + * Specifies the column number offset that is displayed in stack traces produced by this script. + * @default 0 + */ + columnOffset?: number | undefined; + } + type DynamicModuleLoader = ( + specifier: string, + referrer: T, + importAttributes: ImportAttributes, + ) => Module | Promise; + interface ScriptOptions extends BaseOptions { + /** + * Provides an optional data with V8's code cache data for the supplied source. + */ + cachedData?: NodeJS.ArrayBufferView | undefined; + /** @deprecated in favor of `script.createCachedData()` */ + produceCachedData?: boolean | undefined; + /** + * Used to specify how the modules should be loaded during the evaluation of this script when `import()` is called. This option is + * part of the experimental modules API. We do not recommend using it in a production environment. For detailed information, see + * [Support of dynamic `import()` in compilation APIs](https://nodejs.org/docs/latest-v20.x/api/vm.html#support-of-dynamic-import-in-compilation-apis). + */ + importModuleDynamically?: + | DynamicModuleLoader + +``` + +Open the above .html file in a browser and you should see + +Node Example + +**[Full online demo](http://kpdecker.github.com/jsdiff)** + +## Compatibility + +[![Sauce Test Status](https://saucelabs.com/browser-matrix/jsdiff.svg)](https://saucelabs.com/u/jsdiff) + +jsdiff supports all ES3 environments with some known issues on IE8 and below. Under these browsers some diff algorithms such as word diff and others may fail due to lack of support for capturing groups in the `split` operation. + +## License + +See [LICENSE](https://github.com/kpdecker/jsdiff/blob/master/LICENSE). diff --git a/node_modules/diff/dist/diff.js b/node_modules/diff/dist/diff.js new file mode 100644 index 0000000..de800a3 --- /dev/null +++ b/node_modules/diff/dist/diff.js @@ -0,0 +1,1548 @@ +(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : + typeof define === 'function' && define.amd ? define(['exports'], factory) : + (global = global || self, factory(global.Diff = {})); +}(this, function (exports) { 'use strict'; + + function Diff() {} + Diff.prototype = { + diff: function diff(oldString, newString) { + var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + var callback = options.callback; + + if (typeof options === 'function') { + callback = options; + options = {}; + } + + this.options = options; + var self = this; + + function done(value) { + if (callback) { + setTimeout(function () { + callback(undefined, value); + }, 0); + return true; + } else { + return value; + } + } // Allow subclasses to massage the input prior to running + + + oldString = this.castInput(oldString); + newString = this.castInput(newString); + oldString = this.removeEmpty(this.tokenize(oldString)); + newString = this.removeEmpty(this.tokenize(newString)); + var newLen = newString.length, + oldLen = oldString.length; + var editLength = 1; + var maxEditLength = newLen + oldLen; + var bestPath = [{ + newPos: -1, + components: [] + }]; // Seed editLength = 0, i.e. the content starts with the same values + + var oldPos = this.extractCommon(bestPath[0], newString, oldString, 0); + + if (bestPath[0].newPos + 1 >= newLen && oldPos + 1 >= oldLen) { + // Identity per the equality and tokenizer + return done([{ + value: this.join(newString), + count: newString.length + }]); + } // Main worker method. checks all permutations of a given edit length for acceptance. + + + function execEditLength() { + for (var diagonalPath = -1 * editLength; diagonalPath <= editLength; diagonalPath += 2) { + var basePath = void 0; + + var addPath = bestPath[diagonalPath - 1], + removePath = bestPath[diagonalPath + 1], + _oldPos = (removePath ? removePath.newPos : 0) - diagonalPath; + + if (addPath) { + // No one else is going to attempt to use this value, clear it + bestPath[diagonalPath - 1] = undefined; + } + + var canAdd = addPath && addPath.newPos + 1 < newLen, + canRemove = removePath && 0 <= _oldPos && _oldPos < oldLen; + + if (!canAdd && !canRemove) { + // If this path is a terminal then prune + bestPath[diagonalPath] = undefined; + continue; + } // Select the diagonal that we want to branch from. We select the prior + // path whose position in the new string is the farthest from the origin + // and does not pass the bounds of the diff graph + + + if (!canAdd || canRemove && addPath.newPos < removePath.newPos) { + basePath = clonePath(removePath); + self.pushComponent(basePath.components, undefined, true); + } else { + basePath = addPath; // No need to clone, we've pulled it from the list + + basePath.newPos++; + self.pushComponent(basePath.components, true, undefined); + } + + _oldPos = self.extractCommon(basePath, newString, oldString, diagonalPath); // If we have hit the end of both strings, then we are done + + if (basePath.newPos + 1 >= newLen && _oldPos + 1 >= oldLen) { + return done(buildValues(self, basePath.components, newString, oldString, self.useLongestToken)); + } else { + // Otherwise track this path as a potential candidate and continue. + bestPath[diagonalPath] = basePath; + } + } + + editLength++; + } // Performs the length of edit iteration. Is a bit fugly as this has to support the + // sync and async mode which is never fun. Loops over execEditLength until a value + // is produced. + + + if (callback) { + (function exec() { + setTimeout(function () { + // This should not happen, but we want to be safe. + + /* istanbul ignore next */ + if (editLength > maxEditLength) { + return callback(); + } + + if (!execEditLength()) { + exec(); + } + }, 0); + })(); + } else { + while (editLength <= maxEditLength) { + var ret = execEditLength(); + + if (ret) { + return ret; + } + } + } + }, + pushComponent: function pushComponent(components, added, removed) { + var last = components[components.length - 1]; + + if (last && last.added === added && last.removed === removed) { + // We need to clone here as the component clone operation is just + // as shallow array clone + components[components.length - 1] = { + count: last.count + 1, + added: added, + removed: removed + }; + } else { + components.push({ + count: 1, + added: added, + removed: removed + }); + } + }, + extractCommon: function extractCommon(basePath, newString, oldString, diagonalPath) { + var newLen = newString.length, + oldLen = oldString.length, + newPos = basePath.newPos, + oldPos = newPos - diagonalPath, + commonCount = 0; + + while (newPos + 1 < newLen && oldPos + 1 < oldLen && this.equals(newString[newPos + 1], oldString[oldPos + 1])) { + newPos++; + oldPos++; + commonCount++; + } + + if (commonCount) { + basePath.components.push({ + count: commonCount + }); + } + + basePath.newPos = newPos; + return oldPos; + }, + equals: function equals(left, right) { + if (this.options.comparator) { + return this.options.comparator(left, right); + } else { + return left === right || this.options.ignoreCase && left.toLowerCase() === right.toLowerCase(); + } + }, + removeEmpty: function removeEmpty(array) { + var ret = []; + + for (var i = 0; i < array.length; i++) { + if (array[i]) { + ret.push(array[i]); + } + } + + return ret; + }, + castInput: function castInput(value) { + return value; + }, + tokenize: function tokenize(value) { + return value.split(''); + }, + join: function join(chars) { + return chars.join(''); + } + }; + + function buildValues(diff, components, newString, oldString, useLongestToken) { + var componentPos = 0, + componentLen = components.length, + newPos = 0, + oldPos = 0; + + for (; componentPos < componentLen; componentPos++) { + var component = components[componentPos]; + + if (!component.removed) { + if (!component.added && useLongestToken) { + var value = newString.slice(newPos, newPos + component.count); + value = value.map(function (value, i) { + var oldValue = oldString[oldPos + i]; + return oldValue.length > value.length ? oldValue : value; + }); + component.value = diff.join(value); + } else { + component.value = diff.join(newString.slice(newPos, newPos + component.count)); + } + + newPos += component.count; // Common case + + if (!component.added) { + oldPos += component.count; + } + } else { + component.value = diff.join(oldString.slice(oldPos, oldPos + component.count)); + oldPos += component.count; // Reverse add and remove so removes are output first to match common convention + // The diffing algorithm is tied to add then remove output and this is the simplest + // route to get the desired output with minimal overhead. + + if (componentPos && components[componentPos - 1].added) { + var tmp = components[componentPos - 1]; + components[componentPos - 1] = components[componentPos]; + components[componentPos] = tmp; + } + } + } // Special case handle for when one terminal is ignored (i.e. whitespace). + // For this case we merge the terminal into the prior string and drop the change. + // This is only available for string mode. + + + var lastComponent = components[componentLen - 1]; + + if (componentLen > 1 && typeof lastComponent.value === 'string' && (lastComponent.added || lastComponent.removed) && diff.equals('', lastComponent.value)) { + components[componentLen - 2].value += lastComponent.value; + components.pop(); + } + + return components; + } + + function clonePath(path) { + return { + newPos: path.newPos, + components: path.components.slice(0) + }; + } + + var characterDiff = new Diff(); + function diffChars(oldStr, newStr, options) { + return characterDiff.diff(oldStr, newStr, options); + } + + function generateOptions(options, defaults) { + if (typeof options === 'function') { + defaults.callback = options; + } else if (options) { + for (var name in options) { + /* istanbul ignore else */ + if (options.hasOwnProperty(name)) { + defaults[name] = options[name]; + } + } + } + + return defaults; + } + + // + // Ranges and exceptions: + // Latin-1 Supplement, 0080–00FF + // - U+00D7 × Multiplication sign + // - U+00F7 ÷ Division sign + // Latin Extended-A, 0100–017F + // Latin Extended-B, 0180–024F + // IPA Extensions, 0250–02AF + // Spacing Modifier Letters, 02B0–02FF + // - U+02C7 ˇ ˇ Caron + // - U+02D8 ˘ ˘ Breve + // - U+02D9 ˙ ˙ Dot Above + // - U+02DA ˚ ˚ Ring Above + // - U+02DB ˛ ˛ Ogonek + // - U+02DC ˜ ˜ Small Tilde + // - U+02DD ˝ ˝ Double Acute Accent + // Latin Extended Additional, 1E00–1EFF + + var extendedWordChars = /^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/; + var reWhitespace = /\S/; + var wordDiff = new Diff(); + + wordDiff.equals = function (left, right) { + if (this.options.ignoreCase) { + left = left.toLowerCase(); + right = right.toLowerCase(); + } + + return left === right || this.options.ignoreWhitespace && !reWhitespace.test(left) && !reWhitespace.test(right); + }; + + wordDiff.tokenize = function (value) { + var tokens = value.split(/(\s+|[()[\]{}'"]|\b)/); // Join the boundary splits that we do not consider to be boundaries. This is primarily the extended Latin character set. + + for (var i = 0; i < tokens.length - 1; i++) { + // If we have an empty string in the next field and we have only word chars before and after, merge + if (!tokens[i + 1] && tokens[i + 2] && extendedWordChars.test(tokens[i]) && extendedWordChars.test(tokens[i + 2])) { + tokens[i] += tokens[i + 2]; + tokens.splice(i + 1, 2); + i--; + } + } + + return tokens; + }; + + function diffWords(oldStr, newStr, options) { + options = generateOptions(options, { + ignoreWhitespace: true + }); + return wordDiff.diff(oldStr, newStr, options); + } + function diffWordsWithSpace(oldStr, newStr, options) { + return wordDiff.diff(oldStr, newStr, options); + } + + var lineDiff = new Diff(); + + lineDiff.tokenize = function (value) { + var retLines = [], + linesAndNewlines = value.split(/(\n|\r\n)/); // Ignore the final empty token that occurs if the string ends with a new line + + if (!linesAndNewlines[linesAndNewlines.length - 1]) { + linesAndNewlines.pop(); + } // Merge the content and line separators into single tokens + + + for (var i = 0; i < linesAndNewlines.length; i++) { + var line = linesAndNewlines[i]; + + if (i % 2 && !this.options.newlineIsToken) { + retLines[retLines.length - 1] += line; + } else { + if (this.options.ignoreWhitespace) { + line = line.trim(); + } + + retLines.push(line); + } + } + + return retLines; + }; + + function diffLines(oldStr, newStr, callback) { + return lineDiff.diff(oldStr, newStr, callback); + } + function diffTrimmedLines(oldStr, newStr, callback) { + var options = generateOptions(callback, { + ignoreWhitespace: true + }); + return lineDiff.diff(oldStr, newStr, options); + } + + var sentenceDiff = new Diff(); + + sentenceDiff.tokenize = function (value) { + return value.split(/(\S.+?[.!?])(?=\s+|$)/); + }; + + function diffSentences(oldStr, newStr, callback) { + return sentenceDiff.diff(oldStr, newStr, callback); + } + + var cssDiff = new Diff(); + + cssDiff.tokenize = function (value) { + return value.split(/([{}:;,]|\s+)/); + }; + + function diffCss(oldStr, newStr, callback) { + return cssDiff.diff(oldStr, newStr, callback); + } + + function _typeof(obj) { + if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { + _typeof = function (obj) { + return typeof obj; + }; + } else { + _typeof = function (obj) { + return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; + }; + } + + return _typeof(obj); + } + + function _toConsumableArray(arr) { + return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _nonIterableSpread(); + } + + function _arrayWithoutHoles(arr) { + if (Array.isArray(arr)) { + for (var i = 0, arr2 = new Array(arr.length); i < arr.length; i++) arr2[i] = arr[i]; + + return arr2; + } + } + + function _iterableToArray(iter) { + if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === "[object Arguments]") return Array.from(iter); + } + + function _nonIterableSpread() { + throw new TypeError("Invalid attempt to spread non-iterable instance"); + } + + var objectPrototypeToString = Object.prototype.toString; + var jsonDiff = new Diff(); // Discriminate between two lines of pretty-printed, serialized JSON where one of them has a + // dangling comma and the other doesn't. Turns out including the dangling comma yields the nicest output: + + jsonDiff.useLongestToken = true; + jsonDiff.tokenize = lineDiff.tokenize; + + jsonDiff.castInput = function (value) { + var _this$options = this.options, + undefinedReplacement = _this$options.undefinedReplacement, + _this$options$stringi = _this$options.stringifyReplacer, + stringifyReplacer = _this$options$stringi === void 0 ? function (k, v) { + return typeof v === 'undefined' ? undefinedReplacement : v; + } : _this$options$stringi; + return typeof value === 'string' ? value : JSON.stringify(canonicalize(value, null, null, stringifyReplacer), stringifyReplacer, ' '); + }; + + jsonDiff.equals = function (left, right) { + return Diff.prototype.equals.call(jsonDiff, left.replace(/,([\r\n])/g, '$1'), right.replace(/,([\r\n])/g, '$1')); + }; + + function diffJson(oldObj, newObj, options) { + return jsonDiff.diff(oldObj, newObj, options); + } // This function handles the presence of circular references by bailing out when encountering an + // object that is already on the "stack" of items being processed. Accepts an optional replacer + + function canonicalize(obj, stack, replacementStack, replacer, key) { + stack = stack || []; + replacementStack = replacementStack || []; + + if (replacer) { + obj = replacer(key, obj); + } + + var i; + + for (i = 0; i < stack.length; i += 1) { + if (stack[i] === obj) { + return replacementStack[i]; + } + } + + var canonicalizedObj; + + if ('[object Array]' === objectPrototypeToString.call(obj)) { + stack.push(obj); + canonicalizedObj = new Array(obj.length); + replacementStack.push(canonicalizedObj); + + for (i = 0; i < obj.length; i += 1) { + canonicalizedObj[i] = canonicalize(obj[i], stack, replacementStack, replacer, key); + } + + stack.pop(); + replacementStack.pop(); + return canonicalizedObj; + } + + if (obj && obj.toJSON) { + obj = obj.toJSON(); + } + + if (_typeof(obj) === 'object' && obj !== null) { + stack.push(obj); + canonicalizedObj = {}; + replacementStack.push(canonicalizedObj); + + var sortedKeys = [], + _key; + + for (_key in obj) { + /* istanbul ignore else */ + if (obj.hasOwnProperty(_key)) { + sortedKeys.push(_key); + } + } + + sortedKeys.sort(); + + for (i = 0; i < sortedKeys.length; i += 1) { + _key = sortedKeys[i]; + canonicalizedObj[_key] = canonicalize(obj[_key], stack, replacementStack, replacer, _key); + } + + stack.pop(); + replacementStack.pop(); + } else { + canonicalizedObj = obj; + } + + return canonicalizedObj; + } + + var arrayDiff = new Diff(); + + arrayDiff.tokenize = function (value) { + return value.slice(); + }; + + arrayDiff.join = arrayDiff.removeEmpty = function (value) { + return value; + }; + + function diffArrays(oldArr, newArr, callback) { + return arrayDiff.diff(oldArr, newArr, callback); + } + + function parsePatch(uniDiff) { + var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + var diffstr = uniDiff.split(/\r\n|[\n\v\f\r\x85]/), + delimiters = uniDiff.match(/\r\n|[\n\v\f\r\x85]/g) || [], + list = [], + i = 0; + + function parseIndex() { + var index = {}; + list.push(index); // Parse diff metadata + + while (i < diffstr.length) { + var line = diffstr[i]; // File header found, end parsing diff metadata + + if (/^(\-\-\-|\+\+\+|@@)\s/.test(line)) { + break; + } // Diff index + + + var headerMatch = /^(?:Index:|diff(?: -r \w+)+)\s+/.exec(line); + + if (headerMatch) { + index.index = line.substring(headerMatch[0].length).trim(); + } + + i++; + } // Parse file headers if they are defined. Unified diff requires them, but + // there's no technical issues to have an isolated hunk without file header + + + parseFileHeader(index); + parseFileHeader(index); // Parse hunks + + index.hunks = []; + + while (i < diffstr.length) { + var _line = diffstr[i]; + + if (/^(Index:|diff|\-\-\-|\+\+\+)\s/.test(_line)) { + break; + } else if (/^@@/.test(_line)) { + index.hunks.push(parseHunk()); + } else if (_line && options.strict) { + // Ignore unexpected content unless in strict mode + throw new Error('Unknown line ' + (i + 1) + ' ' + JSON.stringify(_line)); + } else { + i++; + } + } + } // Parses the --- and +++ headers, if none are found, no lines + // are consumed. + + + function parseFileHeader(index) { + var fileHeaderMatch = /^(---|\+\+\+)\s+/.exec(diffstr[i]); + + if (fileHeaderMatch) { + var keyPrefix = fileHeaderMatch[1] === '---' ? 'old' : 'new'; + var data = diffstr[i].substring(3).trim().split('\t', 2); + var fileName = data[0].replace(/\\\\/g, '\\'); + + if (fileName.startsWith('"') && fileName.endsWith('"')) { + fileName = fileName.substr(1, fileName.length - 2); + } + + index[keyPrefix + 'FileName'] = fileName; + index[keyPrefix + 'Header'] = (data[1] || '').trim(); + i++; + } + } // Parses a hunk + // This assumes that we are at the start of a hunk. + + + function parseHunk() { + var chunkHeaderIndex = i, + chunkHeaderLine = diffstr[i++], + chunkHeader = chunkHeaderLine.split(/@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/); + var hunk = { + oldStart: +chunkHeader[1], + oldLines: +chunkHeader[2] || 1, + newStart: +chunkHeader[3], + newLines: +chunkHeader[4] || 1, + lines: [], + linedelimiters: [] + }; + var addCount = 0, + removeCount = 0; + + for (; i < diffstr.length; i++) { + // Lines starting with '---' could be mistaken for the "remove line" operation + // But they could be the header for the next file. Therefore prune such cases out. + if (diffstr[i].indexOf('--- ') === 0 && i + 2 < diffstr.length && diffstr[i + 1].indexOf('+++ ') === 0 && diffstr[i + 2].indexOf('@@') === 0) { + break; + } + + var operation = diffstr[i].length == 0 && i != diffstr.length - 1 ? ' ' : diffstr[i][0]; + + if (operation === '+' || operation === '-' || operation === ' ' || operation === '\\') { + hunk.lines.push(diffstr[i]); + hunk.linedelimiters.push(delimiters[i] || '\n'); + + if (operation === '+') { + addCount++; + } else if (operation === '-') { + removeCount++; + } else if (operation === ' ') { + addCount++; + removeCount++; + } + } else { + break; + } + } // Handle the empty block count case + + + if (!addCount && hunk.newLines === 1) { + hunk.newLines = 0; + } + + if (!removeCount && hunk.oldLines === 1) { + hunk.oldLines = 0; + } // Perform optional sanity checking + + + if (options.strict) { + if (addCount !== hunk.newLines) { + throw new Error('Added line count did not match for hunk at line ' + (chunkHeaderIndex + 1)); + } + + if (removeCount !== hunk.oldLines) { + throw new Error('Removed line count did not match for hunk at line ' + (chunkHeaderIndex + 1)); + } + } + + return hunk; + } + + while (i < diffstr.length) { + parseIndex(); + } + + return list; + } + + // Iterator that traverses in the range of [min, max], stepping + // by distance from a given start position. I.e. for [0, 4], with + // start of 2, this will iterate 2, 3, 1, 4, 0. + function distanceIterator (start, minLine, maxLine) { + var wantForward = true, + backwardExhausted = false, + forwardExhausted = false, + localOffset = 1; + return function iterator() { + if (wantForward && !forwardExhausted) { + if (backwardExhausted) { + localOffset++; + } else { + wantForward = false; + } // Check if trying to fit beyond text length, and if not, check it fits + // after offset location (or desired location on first iteration) + + + if (start + localOffset <= maxLine) { + return localOffset; + } + + forwardExhausted = true; + } + + if (!backwardExhausted) { + if (!forwardExhausted) { + wantForward = true; + } // Check if trying to fit before text beginning, and if not, check it fits + // before offset location + + + if (minLine <= start - localOffset) { + return -localOffset++; + } + + backwardExhausted = true; + return iterator(); + } // We tried to fit hunk before text beginning and beyond text length, then + // hunk can't fit on the text. Return undefined + + }; + } + + function applyPatch(source, uniDiff) { + var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + + if (typeof uniDiff === 'string') { + uniDiff = parsePatch(uniDiff); + } + + if (Array.isArray(uniDiff)) { + if (uniDiff.length > 1) { + throw new Error('applyPatch only works with a single input.'); + } + + uniDiff = uniDiff[0]; + } // Apply the diff to the input + + + var lines = source.split(/\r\n|[\n\v\f\r\x85]/), + delimiters = source.match(/\r\n|[\n\v\f\r\x85]/g) || [], + hunks = uniDiff.hunks, + compareLine = options.compareLine || function (lineNumber, line, operation, patchContent) { + return line === patchContent; + }, + errorCount = 0, + fuzzFactor = options.fuzzFactor || 0, + minLine = 0, + offset = 0, + removeEOFNL, + addEOFNL; + /** + * Checks if the hunk exactly fits on the provided location + */ + + + function hunkFits(hunk, toPos) { + for (var j = 0; j < hunk.lines.length; j++) { + var line = hunk.lines[j], + operation = line.length > 0 ? line[0] : ' ', + content = line.length > 0 ? line.substr(1) : line; + + if (operation === ' ' || operation === '-') { + // Context sanity check + if (!compareLine(toPos + 1, lines[toPos], operation, content)) { + errorCount++; + + if (errorCount > fuzzFactor) { + return false; + } + } + + toPos++; + } + } + + return true; + } // Search best fit offsets for each hunk based on the previous ones + + + for (var i = 0; i < hunks.length; i++) { + var hunk = hunks[i], + maxLine = lines.length - hunk.oldLines, + localOffset = 0, + toPos = offset + hunk.oldStart - 1; + var iterator = distanceIterator(toPos, minLine, maxLine); + + for (; localOffset !== undefined; localOffset = iterator()) { + if (hunkFits(hunk, toPos + localOffset)) { + hunk.offset = offset += localOffset; + break; + } + } + + if (localOffset === undefined) { + return false; + } // Set lower text limit to end of the current hunk, so next ones don't try + // to fit over already patched text + + + minLine = hunk.offset + hunk.oldStart + hunk.oldLines; + } // Apply patch hunks + + + var diffOffset = 0; + + for (var _i = 0; _i < hunks.length; _i++) { + var _hunk = hunks[_i], + _toPos = _hunk.oldStart + _hunk.offset + diffOffset - 1; + + diffOffset += _hunk.newLines - _hunk.oldLines; + + if (_toPos < 0) { + // Creating a new file + _toPos = 0; + } + + for (var j = 0; j < _hunk.lines.length; j++) { + var line = _hunk.lines[j], + operation = line.length > 0 ? line[0] : ' ', + content = line.length > 0 ? line.substr(1) : line, + delimiter = _hunk.linedelimiters[j]; + + if (operation === ' ') { + _toPos++; + } else if (operation === '-') { + lines.splice(_toPos, 1); + delimiters.splice(_toPos, 1); + /* istanbul ignore else */ + } else if (operation === '+') { + lines.splice(_toPos, 0, content); + delimiters.splice(_toPos, 0, delimiter); + _toPos++; + } else if (operation === '\\') { + var previousOperation = _hunk.lines[j - 1] ? _hunk.lines[j - 1][0] : null; + + if (previousOperation === '+') { + removeEOFNL = true; + } else if (previousOperation === '-') { + addEOFNL = true; + } + } + } + } // Handle EOFNL insertion/removal + + + if (removeEOFNL) { + while (!lines[lines.length - 1]) { + lines.pop(); + delimiters.pop(); + } + } else if (addEOFNL) { + lines.push(''); + delimiters.push('\n'); + } + + for (var _k = 0; _k < lines.length - 1; _k++) { + lines[_k] = lines[_k] + delimiters[_k]; + } + + return lines.join(''); + } // Wrapper that supports multiple file patches via callbacks. + + function applyPatches(uniDiff, options) { + if (typeof uniDiff === 'string') { + uniDiff = parsePatch(uniDiff); + } + + var currentIndex = 0; + + function processIndex() { + var index = uniDiff[currentIndex++]; + + if (!index) { + return options.complete(); + } + + options.loadFile(index, function (err, data) { + if (err) { + return options.complete(err); + } + + var updatedContent = applyPatch(data, index, options); + options.patched(index, updatedContent, function (err) { + if (err) { + return options.complete(err); + } + + processIndex(); + }); + }); + } + + processIndex(); + } + + function structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) { + if (!options) { + options = {}; + } + + if (typeof options.context === 'undefined') { + options.context = 4; + } + + var diff = diffLines(oldStr, newStr, options); + diff.push({ + value: '', + lines: [] + }); // Append an empty value to make cleanup easier + + function contextLines(lines) { + return lines.map(function (entry) { + return ' ' + entry; + }); + } + + var hunks = []; + var oldRangeStart = 0, + newRangeStart = 0, + curRange = [], + oldLine = 1, + newLine = 1; + + var _loop = function _loop(i) { + var current = diff[i], + lines = current.lines || current.value.replace(/\n$/, '').split('\n'); + current.lines = lines; + + if (current.added || current.removed) { + var _curRange; + + // If we have previous context, start with that + if (!oldRangeStart) { + var prev = diff[i - 1]; + oldRangeStart = oldLine; + newRangeStart = newLine; + + if (prev) { + curRange = options.context > 0 ? contextLines(prev.lines.slice(-options.context)) : []; + oldRangeStart -= curRange.length; + newRangeStart -= curRange.length; + } + } // Output our changes + + + (_curRange = curRange).push.apply(_curRange, _toConsumableArray(lines.map(function (entry) { + return (current.added ? '+' : '-') + entry; + }))); // Track the updated file position + + + if (current.added) { + newLine += lines.length; + } else { + oldLine += lines.length; + } + } else { + // Identical context lines. Track line changes + if (oldRangeStart) { + // Close out any changes that have been output (or join overlapping) + if (lines.length <= options.context * 2 && i < diff.length - 2) { + var _curRange2; + + // Overlapping + (_curRange2 = curRange).push.apply(_curRange2, _toConsumableArray(contextLines(lines))); + } else { + var _curRange3; + + // end the range and output + var contextSize = Math.min(lines.length, options.context); + + (_curRange3 = curRange).push.apply(_curRange3, _toConsumableArray(contextLines(lines.slice(0, contextSize)))); + + var hunk = { + oldStart: oldRangeStart, + oldLines: oldLine - oldRangeStart + contextSize, + newStart: newRangeStart, + newLines: newLine - newRangeStart + contextSize, + lines: curRange + }; + + if (i >= diff.length - 2 && lines.length <= options.context) { + // EOF is inside this hunk + var oldEOFNewline = /\n$/.test(oldStr); + var newEOFNewline = /\n$/.test(newStr); + var noNlBeforeAdds = lines.length == 0 && curRange.length > hunk.oldLines; + + if (!oldEOFNewline && noNlBeforeAdds) { + // special case: old has no eol and no trailing context; no-nl can end up before adds + curRange.splice(hunk.oldLines, 0, '\\ No newline at end of file'); + } + + if (!oldEOFNewline && !noNlBeforeAdds || !newEOFNewline) { + curRange.push('\\ No newline at end of file'); + } + } + + hunks.push(hunk); + oldRangeStart = 0; + newRangeStart = 0; + curRange = []; + } + } + + oldLine += lines.length; + newLine += lines.length; + } + }; + + for (var i = 0; i < diff.length; i++) { + _loop(i); + } + + return { + oldFileName: oldFileName, + newFileName: newFileName, + oldHeader: oldHeader, + newHeader: newHeader, + hunks: hunks + }; + } + function createTwoFilesPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) { + var diff = structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options); + var ret = []; + + if (oldFileName == newFileName) { + ret.push('Index: ' + oldFileName); + } + + ret.push('==================================================================='); + ret.push('--- ' + diff.oldFileName + (typeof diff.oldHeader === 'undefined' ? '' : '\t' + diff.oldHeader)); + ret.push('+++ ' + diff.newFileName + (typeof diff.newHeader === 'undefined' ? '' : '\t' + diff.newHeader)); + + for (var i = 0; i < diff.hunks.length; i++) { + var hunk = diff.hunks[i]; + ret.push('@@ -' + hunk.oldStart + ',' + hunk.oldLines + ' +' + hunk.newStart + ',' + hunk.newLines + ' @@'); + ret.push.apply(ret, hunk.lines); + } + + return ret.join('\n') + '\n'; + } + function createPatch(fileName, oldStr, newStr, oldHeader, newHeader, options) { + return createTwoFilesPatch(fileName, fileName, oldStr, newStr, oldHeader, newHeader, options); + } + + function arrayEqual(a, b) { + if (a.length !== b.length) { + return false; + } + + return arrayStartsWith(a, b); + } + function arrayStartsWith(array, start) { + if (start.length > array.length) { + return false; + } + + for (var i = 0; i < start.length; i++) { + if (start[i] !== array[i]) { + return false; + } + } + + return true; + } + + function calcLineCount(hunk) { + var _calcOldNewLineCount = calcOldNewLineCount(hunk.lines), + oldLines = _calcOldNewLineCount.oldLines, + newLines = _calcOldNewLineCount.newLines; + + if (oldLines !== undefined) { + hunk.oldLines = oldLines; + } else { + delete hunk.oldLines; + } + + if (newLines !== undefined) { + hunk.newLines = newLines; + } else { + delete hunk.newLines; + } + } + function merge(mine, theirs, base) { + mine = loadPatch(mine, base); + theirs = loadPatch(theirs, base); + var ret = {}; // For index we just let it pass through as it doesn't have any necessary meaning. + // Leaving sanity checks on this to the API consumer that may know more about the + // meaning in their own context. + + if (mine.index || theirs.index) { + ret.index = mine.index || theirs.index; + } + + if (mine.newFileName || theirs.newFileName) { + if (!fileNameChanged(mine)) { + // No header or no change in ours, use theirs (and ours if theirs does not exist) + ret.oldFileName = theirs.oldFileName || mine.oldFileName; + ret.newFileName = theirs.newFileName || mine.newFileName; + ret.oldHeader = theirs.oldHeader || mine.oldHeader; + ret.newHeader = theirs.newHeader || mine.newHeader; + } else if (!fileNameChanged(theirs)) { + // No header or no change in theirs, use ours + ret.oldFileName = mine.oldFileName; + ret.newFileName = mine.newFileName; + ret.oldHeader = mine.oldHeader; + ret.newHeader = mine.newHeader; + } else { + // Both changed... figure it out + ret.oldFileName = selectField(ret, mine.oldFileName, theirs.oldFileName); + ret.newFileName = selectField(ret, mine.newFileName, theirs.newFileName); + ret.oldHeader = selectField(ret, mine.oldHeader, theirs.oldHeader); + ret.newHeader = selectField(ret, mine.newHeader, theirs.newHeader); + } + } + + ret.hunks = []; + var mineIndex = 0, + theirsIndex = 0, + mineOffset = 0, + theirsOffset = 0; + + while (mineIndex < mine.hunks.length || theirsIndex < theirs.hunks.length) { + var mineCurrent = mine.hunks[mineIndex] || { + oldStart: Infinity + }, + theirsCurrent = theirs.hunks[theirsIndex] || { + oldStart: Infinity + }; + + if (hunkBefore(mineCurrent, theirsCurrent)) { + // This patch does not overlap with any of the others, yay. + ret.hunks.push(cloneHunk(mineCurrent, mineOffset)); + mineIndex++; + theirsOffset += mineCurrent.newLines - mineCurrent.oldLines; + } else if (hunkBefore(theirsCurrent, mineCurrent)) { + // This patch does not overlap with any of the others, yay. + ret.hunks.push(cloneHunk(theirsCurrent, theirsOffset)); + theirsIndex++; + mineOffset += theirsCurrent.newLines - theirsCurrent.oldLines; + } else { + // Overlap, merge as best we can + var mergedHunk = { + oldStart: Math.min(mineCurrent.oldStart, theirsCurrent.oldStart), + oldLines: 0, + newStart: Math.min(mineCurrent.newStart + mineOffset, theirsCurrent.oldStart + theirsOffset), + newLines: 0, + lines: [] + }; + mergeLines(mergedHunk, mineCurrent.oldStart, mineCurrent.lines, theirsCurrent.oldStart, theirsCurrent.lines); + theirsIndex++; + mineIndex++; + ret.hunks.push(mergedHunk); + } + } + + return ret; + } + + function loadPatch(param, base) { + if (typeof param === 'string') { + if (/^@@/m.test(param) || /^Index:/m.test(param)) { + return parsePatch(param)[0]; + } + + if (!base) { + throw new Error('Must provide a base reference or pass in a patch'); + } + + return structuredPatch(undefined, undefined, base, param); + } + + return param; + } + + function fileNameChanged(patch) { + return patch.newFileName && patch.newFileName !== patch.oldFileName; + } + + function selectField(index, mine, theirs) { + if (mine === theirs) { + return mine; + } else { + index.conflict = true; + return { + mine: mine, + theirs: theirs + }; + } + } + + function hunkBefore(test, check) { + return test.oldStart < check.oldStart && test.oldStart + test.oldLines < check.oldStart; + } + + function cloneHunk(hunk, offset) { + return { + oldStart: hunk.oldStart, + oldLines: hunk.oldLines, + newStart: hunk.newStart + offset, + newLines: hunk.newLines, + lines: hunk.lines + }; + } + + function mergeLines(hunk, mineOffset, mineLines, theirOffset, theirLines) { + // This will generally result in a conflicted hunk, but there are cases where the context + // is the only overlap where we can successfully merge the content here. + var mine = { + offset: mineOffset, + lines: mineLines, + index: 0 + }, + their = { + offset: theirOffset, + lines: theirLines, + index: 0 + }; // Handle any leading content + + insertLeading(hunk, mine, their); + insertLeading(hunk, their, mine); // Now in the overlap content. Scan through and select the best changes from each. + + while (mine.index < mine.lines.length && their.index < their.lines.length) { + var mineCurrent = mine.lines[mine.index], + theirCurrent = their.lines[their.index]; + + if ((mineCurrent[0] === '-' || mineCurrent[0] === '+') && (theirCurrent[0] === '-' || theirCurrent[0] === '+')) { + // Both modified ... + mutualChange(hunk, mine, their); + } else if (mineCurrent[0] === '+' && theirCurrent[0] === ' ') { + var _hunk$lines; + + // Mine inserted + (_hunk$lines = hunk.lines).push.apply(_hunk$lines, _toConsumableArray(collectChange(mine))); + } else if (theirCurrent[0] === '+' && mineCurrent[0] === ' ') { + var _hunk$lines2; + + // Theirs inserted + (_hunk$lines2 = hunk.lines).push.apply(_hunk$lines2, _toConsumableArray(collectChange(their))); + } else if (mineCurrent[0] === '-' && theirCurrent[0] === ' ') { + // Mine removed or edited + removal(hunk, mine, their); + } else if (theirCurrent[0] === '-' && mineCurrent[0] === ' ') { + // Their removed or edited + removal(hunk, their, mine, true); + } else if (mineCurrent === theirCurrent) { + // Context identity + hunk.lines.push(mineCurrent); + mine.index++; + their.index++; + } else { + // Context mismatch + conflict(hunk, collectChange(mine), collectChange(their)); + } + } // Now push anything that may be remaining + + + insertTrailing(hunk, mine); + insertTrailing(hunk, their); + calcLineCount(hunk); + } + + function mutualChange(hunk, mine, their) { + var myChanges = collectChange(mine), + theirChanges = collectChange(their); + + if (allRemoves(myChanges) && allRemoves(theirChanges)) { + // Special case for remove changes that are supersets of one another + if (arrayStartsWith(myChanges, theirChanges) && skipRemoveSuperset(their, myChanges, myChanges.length - theirChanges.length)) { + var _hunk$lines3; + + (_hunk$lines3 = hunk.lines).push.apply(_hunk$lines3, _toConsumableArray(myChanges)); + + return; + } else if (arrayStartsWith(theirChanges, myChanges) && skipRemoveSuperset(mine, theirChanges, theirChanges.length - myChanges.length)) { + var _hunk$lines4; + + (_hunk$lines4 = hunk.lines).push.apply(_hunk$lines4, _toConsumableArray(theirChanges)); + + return; + } + } else if (arrayEqual(myChanges, theirChanges)) { + var _hunk$lines5; + + (_hunk$lines5 = hunk.lines).push.apply(_hunk$lines5, _toConsumableArray(myChanges)); + + return; + } + + conflict(hunk, myChanges, theirChanges); + } + + function removal(hunk, mine, their, swap) { + var myChanges = collectChange(mine), + theirChanges = collectContext(their, myChanges); + + if (theirChanges.merged) { + var _hunk$lines6; + + (_hunk$lines6 = hunk.lines).push.apply(_hunk$lines6, _toConsumableArray(theirChanges.merged)); + } else { + conflict(hunk, swap ? theirChanges : myChanges, swap ? myChanges : theirChanges); + } + } + + function conflict(hunk, mine, their) { + hunk.conflict = true; + hunk.lines.push({ + conflict: true, + mine: mine, + theirs: their + }); + } + + function insertLeading(hunk, insert, their) { + while (insert.offset < their.offset && insert.index < insert.lines.length) { + var line = insert.lines[insert.index++]; + hunk.lines.push(line); + insert.offset++; + } + } + + function insertTrailing(hunk, insert) { + while (insert.index < insert.lines.length) { + var line = insert.lines[insert.index++]; + hunk.lines.push(line); + } + } + + function collectChange(state) { + var ret = [], + operation = state.lines[state.index][0]; + + while (state.index < state.lines.length) { + var line = state.lines[state.index]; // Group additions that are immediately after subtractions and treat them as one "atomic" modify change. + + if (operation === '-' && line[0] === '+') { + operation = '+'; + } + + if (operation === line[0]) { + ret.push(line); + state.index++; + } else { + break; + } + } + + return ret; + } + + function collectContext(state, matchChanges) { + var changes = [], + merged = [], + matchIndex = 0, + contextChanges = false, + conflicted = false; + + while (matchIndex < matchChanges.length && state.index < state.lines.length) { + var change = state.lines[state.index], + match = matchChanges[matchIndex]; // Once we've hit our add, then we are done + + if (match[0] === '+') { + break; + } + + contextChanges = contextChanges || change[0] !== ' '; + merged.push(match); + matchIndex++; // Consume any additions in the other block as a conflict to attempt + // to pull in the remaining context after this + + if (change[0] === '+') { + conflicted = true; + + while (change[0] === '+') { + changes.push(change); + change = state.lines[++state.index]; + } + } + + if (match.substr(1) === change.substr(1)) { + changes.push(change); + state.index++; + } else { + conflicted = true; + } + } + + if ((matchChanges[matchIndex] || '')[0] === '+' && contextChanges) { + conflicted = true; + } + + if (conflicted) { + return changes; + } + + while (matchIndex < matchChanges.length) { + merged.push(matchChanges[matchIndex++]); + } + + return { + merged: merged, + changes: changes + }; + } + + function allRemoves(changes) { + return changes.reduce(function (prev, change) { + return prev && change[0] === '-'; + }, true); + } + + function skipRemoveSuperset(state, removeChanges, delta) { + for (var i = 0; i < delta; i++) { + var changeContent = removeChanges[removeChanges.length - delta + i].substr(1); + + if (state.lines[state.index + i] !== ' ' + changeContent) { + return false; + } + } + + state.index += delta; + return true; + } + + function calcOldNewLineCount(lines) { + var oldLines = 0; + var newLines = 0; + lines.forEach(function (line) { + if (typeof line !== 'string') { + var myCount = calcOldNewLineCount(line.mine); + var theirCount = calcOldNewLineCount(line.theirs); + + if (oldLines !== undefined) { + if (myCount.oldLines === theirCount.oldLines) { + oldLines += myCount.oldLines; + } else { + oldLines = undefined; + } + } + + if (newLines !== undefined) { + if (myCount.newLines === theirCount.newLines) { + newLines += myCount.newLines; + } else { + newLines = undefined; + } + } + } else { + if (newLines !== undefined && (line[0] === '+' || line[0] === ' ')) { + newLines++; + } + + if (oldLines !== undefined && (line[0] === '-' || line[0] === ' ')) { + oldLines++; + } + } + }); + return { + oldLines: oldLines, + newLines: newLines + }; + } + + // See: http://code.google.com/p/google-diff-match-patch/wiki/API + function convertChangesToDMP(changes) { + var ret = [], + change, + operation; + + for (var i = 0; i < changes.length; i++) { + change = changes[i]; + + if (change.added) { + operation = 1; + } else if (change.removed) { + operation = -1; + } else { + operation = 0; + } + + ret.push([operation, change.value]); + } + + return ret; + } + + function convertChangesToXML(changes) { + var ret = []; + + for (var i = 0; i < changes.length; i++) { + var change = changes[i]; + + if (change.added) { + ret.push(''); + } else if (change.removed) { + ret.push(''); + } + + ret.push(escapeHTML(change.value)); + + if (change.added) { + ret.push(''); + } else if (change.removed) { + ret.push(''); + } + } + + return ret.join(''); + } + + function escapeHTML(s) { + var n = s; + n = n.replace(/&/g, '&'); + n = n.replace(//g, '>'); + n = n.replace(/"/g, '"'); + return n; + } + + /* See LICENSE file for terms of use */ + + exports.Diff = Diff; + exports.diffChars = diffChars; + exports.diffWords = diffWords; + exports.diffWordsWithSpace = diffWordsWithSpace; + exports.diffLines = diffLines; + exports.diffTrimmedLines = diffTrimmedLines; + exports.diffSentences = diffSentences; + exports.diffCss = diffCss; + exports.diffJson = diffJson; + exports.diffArrays = diffArrays; + exports.structuredPatch = structuredPatch; + exports.createTwoFilesPatch = createTwoFilesPatch; + exports.createPatch = createPatch; + exports.applyPatch = applyPatch; + exports.applyPatches = applyPatches; + exports.parsePatch = parsePatch; + exports.merge = merge; + exports.convertChangesToDMP = convertChangesToDMP; + exports.convertChangesToXML = convertChangesToXML; + exports.canonicalize = canonicalize; + + Object.defineProperty(exports, '__esModule', { value: true }); + +})); diff --git a/node_modules/diff/dist/diff.min.js b/node_modules/diff/dist/diff.min.js new file mode 100644 index 0000000..0ece867 --- /dev/null +++ b/node_modules/diff/dist/diff.min.js @@ -0,0 +1 @@ +!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n((e=e||self).Diff={})}(this,function(e){"use strict";function t(){}function g(e,n,t,r,i){for(var o=0,s=n.length,l=0,a=0;oe.length?t:e}),u.value=e.join(d)}else u.value=e.join(t.slice(l,l+u.count));l+=u.count,u.added||(a+=u.count)}}var c=n[s-1];return 1=c&&h<=r+1)return d([{value:this.join(u),count:u.length}]);function i(){for(var e=-1*p;e<=p;e+=2){var n=void 0,t=v[e-1],r=v[e+1],i=(r?r.newPos:0)-e;t&&(v[e-1]=void 0);var o=t&&t.newPos+1=c&&h<=i+1)return d(g(f,n.components,u,a,f.useLongestToken));v[e]=n}else v[e]=void 0}var l;p++}if(n)!function e(){setTimeout(function(){if(t=v.length-2&&t.length<=p.context){var u=/\n$/.test(c),f=/\n$/.test(h),d=0==t.length&&x.length>a.oldLines;!u&&d&&x.splice(a.oldLines,0,"\\ No newline at end of file"),(u||d)&&f||x.push("\\ No newline at end of file")}m.push(a),y=w=0,x=[]}L+=t.length,S+=t.length}},o=0;oe.length)return!1;for(var t=0;t"):r.removed&&n.push(""),n.push((i=r.value,void 0,i.replace(/&/g,"&").replace(//g,">").replace(/"/g,"""))),r.added?n.push(""):r.removed&&n.push("")}var i;return n.join("")},e.canonicalize=v,Object.defineProperty(e,"__esModule",{value:!0})}); \ No newline at end of file diff --git a/node_modules/diff/lib/convert/dmp.js b/node_modules/diff/lib/convert/dmp.js new file mode 100644 index 0000000..91ff40a --- /dev/null +++ b/node_modules/diff/lib/convert/dmp.js @@ -0,0 +1,32 @@ +/*istanbul ignore start*/ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.convertChangesToDMP = convertChangesToDMP; + +/*istanbul ignore end*/ +// See: http://code.google.com/p/google-diff-match-patch/wiki/API +function convertChangesToDMP(changes) { + var ret = [], + change, + operation; + + for (var i = 0; i < changes.length; i++) { + change = changes[i]; + + if (change.added) { + operation = 1; + } else if (change.removed) { + operation = -1; + } else { + operation = 0; + } + + ret.push([operation, change.value]); + } + + return ret; +} +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9jb252ZXJ0L2RtcC5qcyJdLCJuYW1lcyI6WyJjb252ZXJ0Q2hhbmdlc1RvRE1QIiwiY2hhbmdlcyIsInJldCIsImNoYW5nZSIsIm9wZXJhdGlvbiIsImkiLCJsZW5ndGgiLCJhZGRlZCIsInJlbW92ZWQiLCJwdXNoIiwidmFsdWUiXSwibWFwcGluZ3MiOiI7Ozs7Ozs7OztBQUFBO0FBQ08sU0FBU0EsbUJBQVQsQ0FBNkJDLE9BQTdCLEVBQXNDO0FBQzNDLE1BQUlDLEdBQUcsR0FBRyxFQUFWO0FBQUEsTUFDSUMsTUFESjtBQUFBLE1BRUlDLFNBRko7O0FBR0EsT0FBSyxJQUFJQyxDQUFDLEdBQUcsQ0FBYixFQUFnQkEsQ0FBQyxHQUFHSixPQUFPLENBQUNLLE1BQTVCLEVBQW9DRCxDQUFDLEVBQXJDLEVBQXlDO0FBQ3ZDRixJQUFBQSxNQUFNLEdBQUdGLE9BQU8sQ0FBQ0ksQ0FBRCxDQUFoQjs7QUFDQSxRQUFJRixNQUFNLENBQUNJLEtBQVgsRUFBa0I7QUFDaEJILE1BQUFBLFNBQVMsR0FBRyxDQUFaO0FBQ0QsS0FGRCxNQUVPLElBQUlELE1BQU0sQ0FBQ0ssT0FBWCxFQUFvQjtBQUN6QkosTUFBQUEsU0FBUyxHQUFHLENBQUMsQ0FBYjtBQUNELEtBRk0sTUFFQTtBQUNMQSxNQUFBQSxTQUFTLEdBQUcsQ0FBWjtBQUNEOztBQUVERixJQUFBQSxHQUFHLENBQUNPLElBQUosQ0FBUyxDQUFDTCxTQUFELEVBQVlELE1BQU0sQ0FBQ08sS0FBbkIsQ0FBVDtBQUNEOztBQUNELFNBQU9SLEdBQVA7QUFDRCIsInNvdXJjZXNDb250ZW50IjpbIi8vIFNlZTogaHR0cDovL2NvZGUuZ29vZ2xlLmNvbS9wL2dvb2dsZS1kaWZmLW1hdGNoLXBhdGNoL3dpa2kvQVBJXG5leHBvcnQgZnVuY3Rpb24gY29udmVydENoYW5nZXNUb0RNUChjaGFuZ2VzKSB7XG4gIGxldCByZXQgPSBbXSxcbiAgICAgIGNoYW5nZSxcbiAgICAgIG9wZXJhdGlvbjtcbiAgZm9yIChsZXQgaSA9IDA7IGkgPCBjaGFuZ2VzLmxlbmd0aDsgaSsrKSB7XG4gICAgY2hhbmdlID0gY2hhbmdlc1tpXTtcbiAgICBpZiAoY2hhbmdlLmFkZGVkKSB7XG4gICAgICBvcGVyYXRpb24gPSAxO1xuICAgIH0gZWxzZSBpZiAoY2hhbmdlLnJlbW92ZWQpIHtcbiAgICAgIG9wZXJhdGlvbiA9IC0xO1xuICAgIH0gZWxzZSB7XG4gICAgICBvcGVyYXRpb24gPSAwO1xuICAgIH1cblxuICAgIHJldC5wdXNoKFtvcGVyYXRpb24sIGNoYW5nZS52YWx1ZV0pO1xuICB9XG4gIHJldHVybiByZXQ7XG59XG4iXX0= diff --git a/node_modules/diff/lib/convert/xml.js b/node_modules/diff/lib/convert/xml.js new file mode 100644 index 0000000..69ec60c --- /dev/null +++ b/node_modules/diff/lib/convert/xml.js @@ -0,0 +1,42 @@ +/*istanbul ignore start*/ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.convertChangesToXML = convertChangesToXML; + +/*istanbul ignore end*/ +function convertChangesToXML(changes) { + var ret = []; + + for (var i = 0; i < changes.length; i++) { + var change = changes[i]; + + if (change.added) { + ret.push(''); + } else if (change.removed) { + ret.push(''); + } + + ret.push(escapeHTML(change.value)); + + if (change.added) { + ret.push(''); + } else if (change.removed) { + ret.push(''); + } + } + + return ret.join(''); +} + +function escapeHTML(s) { + var n = s; + n = n.replace(/&/g, '&'); + n = n.replace(//g, '>'); + n = n.replace(/"/g, '"'); + return n; +} +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9jb252ZXJ0L3htbC5qcyJdLCJuYW1lcyI6WyJjb252ZXJ0Q2hhbmdlc1RvWE1MIiwiY2hhbmdlcyIsInJldCIsImkiLCJsZW5ndGgiLCJjaGFuZ2UiLCJhZGRlZCIsInB1c2giLCJyZW1vdmVkIiwiZXNjYXBlSFRNTCIsInZhbHVlIiwiam9pbiIsInMiLCJuIiwicmVwbGFjZSJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7O0FBQU8sU0FBU0EsbUJBQVQsQ0FBNkJDLE9BQTdCLEVBQXNDO0FBQzNDLE1BQUlDLEdBQUcsR0FBRyxFQUFWOztBQUNBLE9BQUssSUFBSUMsQ0FBQyxHQUFHLENBQWIsRUFBZ0JBLENBQUMsR0FBR0YsT0FBTyxDQUFDRyxNQUE1QixFQUFvQ0QsQ0FBQyxFQUFyQyxFQUF5QztBQUN2QyxRQUFJRSxNQUFNLEdBQUdKLE9BQU8sQ0FBQ0UsQ0FBRCxDQUFwQjs7QUFDQSxRQUFJRSxNQUFNLENBQUNDLEtBQVgsRUFBa0I7QUFDaEJKLE1BQUFBLEdBQUcsQ0FBQ0ssSUFBSixDQUFTLE9BQVQ7QUFDRCxLQUZELE1BRU8sSUFBSUYsTUFBTSxDQUFDRyxPQUFYLEVBQW9CO0FBQ3pCTixNQUFBQSxHQUFHLENBQUNLLElBQUosQ0FBUyxPQUFUO0FBQ0Q7O0FBRURMLElBQUFBLEdBQUcsQ0FBQ0ssSUFBSixDQUFTRSxVQUFVLENBQUNKLE1BQU0sQ0FBQ0ssS0FBUixDQUFuQjs7QUFFQSxRQUFJTCxNQUFNLENBQUNDLEtBQVgsRUFBa0I7QUFDaEJKLE1BQUFBLEdBQUcsQ0FBQ0ssSUFBSixDQUFTLFFBQVQ7QUFDRCxLQUZELE1BRU8sSUFBSUYsTUFBTSxDQUFDRyxPQUFYLEVBQW9CO0FBQ3pCTixNQUFBQSxHQUFHLENBQUNLLElBQUosQ0FBUyxRQUFUO0FBQ0Q7QUFDRjs7QUFDRCxTQUFPTCxHQUFHLENBQUNTLElBQUosQ0FBUyxFQUFULENBQVA7QUFDRDs7QUFFRCxTQUFTRixVQUFULENBQW9CRyxDQUFwQixFQUF1QjtBQUNyQixNQUFJQyxDQUFDLEdBQUdELENBQVI7QUFDQUMsRUFBQUEsQ0FBQyxHQUFHQSxDQUFDLENBQUNDLE9BQUYsQ0FBVSxJQUFWLEVBQWdCLE9BQWhCLENBQUo7QUFDQUQsRUFBQUEsQ0FBQyxHQUFHQSxDQUFDLENBQUNDLE9BQUYsQ0FBVSxJQUFWLEVBQWdCLE1BQWhCLENBQUo7QUFDQUQsRUFBQUEsQ0FBQyxHQUFHQSxDQUFDLENBQUNDLE9BQUYsQ0FBVSxJQUFWLEVBQWdCLE1BQWhCLENBQUo7QUFDQUQsRUFBQUEsQ0FBQyxHQUFHQSxDQUFDLENBQUNDLE9BQUYsQ0FBVSxJQUFWLEVBQWdCLFFBQWhCLENBQUo7QUFFQSxTQUFPRCxDQUFQO0FBQ0QiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZnVuY3Rpb24gY29udmVydENoYW5nZXNUb1hNTChjaGFuZ2VzKSB7XG4gIGxldCByZXQgPSBbXTtcbiAgZm9yIChsZXQgaSA9IDA7IGkgPCBjaGFuZ2VzLmxlbmd0aDsgaSsrKSB7XG4gICAgbGV0IGNoYW5nZSA9IGNoYW5nZXNbaV07XG4gICAgaWYgKGNoYW5nZS5hZGRlZCkge1xuICAgICAgcmV0LnB1c2goJzxpbnM+Jyk7XG4gICAgfSBlbHNlIGlmIChjaGFuZ2UucmVtb3ZlZCkge1xuICAgICAgcmV0LnB1c2goJzxkZWw+Jyk7XG4gICAgfVxuXG4gICAgcmV0LnB1c2goZXNjYXBlSFRNTChjaGFuZ2UudmFsdWUpKTtcblxuICAgIGlmIChjaGFuZ2UuYWRkZWQpIHtcbiAgICAgIHJldC5wdXNoKCc8L2lucz4nKTtcbiAgICB9IGVsc2UgaWYgKGNoYW5nZS5yZW1vdmVkKSB7XG4gICAgICByZXQucHVzaCgnPC9kZWw+Jyk7XG4gICAgfVxuICB9XG4gIHJldHVybiByZXQuam9pbignJyk7XG59XG5cbmZ1bmN0aW9uIGVzY2FwZUhUTUwocykge1xuICBsZXQgbiA9IHM7XG4gIG4gPSBuLnJlcGxhY2UoLyYvZywgJyZhbXA7Jyk7XG4gIG4gPSBuLnJlcGxhY2UoLzwvZywgJyZsdDsnKTtcbiAgbiA9IG4ucmVwbGFjZSgvPi9nLCAnJmd0OycpO1xuICBuID0gbi5yZXBsYWNlKC9cIi9nLCAnJnF1b3Q7Jyk7XG5cbiAgcmV0dXJuIG47XG59XG4iXX0= diff --git a/node_modules/diff/lib/diff/array.js b/node_modules/diff/lib/diff/array.js new file mode 100644 index 0000000..81f42ea --- /dev/null +++ b/node_modules/diff/lib/diff/array.js @@ -0,0 +1,45 @@ +/*istanbul ignore start*/ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.diffArrays = diffArrays; +exports.arrayDiff = void 0; + +/*istanbul ignore end*/ +var +/*istanbul ignore start*/ +_base = _interopRequireDefault(require("./base")) +/*istanbul ignore end*/ +; + +/*istanbul ignore start*/ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +/*istanbul ignore end*/ +var arrayDiff = new +/*istanbul ignore start*/ +_base +/*istanbul ignore end*/ +. +/*istanbul ignore start*/ +default +/*istanbul ignore end*/ +(); + +/*istanbul ignore start*/ +exports.arrayDiff = arrayDiff; + +/*istanbul ignore end*/ +arrayDiff.tokenize = function (value) { + return value.slice(); +}; + +arrayDiff.join = arrayDiff.removeEmpty = function (value) { + return value; +}; + +function diffArrays(oldArr, newArr, callback) { + return arrayDiff.diff(oldArr, newArr, callback); +} +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kaWZmL2FycmF5LmpzIl0sIm5hbWVzIjpbImFycmF5RGlmZiIsIkRpZmYiLCJ0b2tlbml6ZSIsInZhbHVlIiwic2xpY2UiLCJqb2luIiwicmVtb3ZlRW1wdHkiLCJkaWZmQXJyYXlzIiwib2xkQXJyIiwibmV3QXJyIiwiY2FsbGJhY2siLCJkaWZmIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTs7Ozs7QUFFTyxJQUFNQSxTQUFTLEdBQUc7QUFBSUM7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBSjtBQUFBLEVBQWxCOzs7Ozs7QUFDUEQsU0FBUyxDQUFDRSxRQUFWLEdBQXFCLFVBQVNDLEtBQVQsRUFBZ0I7QUFDbkMsU0FBT0EsS0FBSyxDQUFDQyxLQUFOLEVBQVA7QUFDRCxDQUZEOztBQUdBSixTQUFTLENBQUNLLElBQVYsR0FBaUJMLFNBQVMsQ0FBQ00sV0FBVixHQUF3QixVQUFTSCxLQUFULEVBQWdCO0FBQ3ZELFNBQU9BLEtBQVA7QUFDRCxDQUZEOztBQUlPLFNBQVNJLFVBQVQsQ0FBb0JDLE1BQXBCLEVBQTRCQyxNQUE1QixFQUFvQ0MsUUFBcEMsRUFBOEM7QUFBRSxTQUFPVixTQUFTLENBQUNXLElBQVYsQ0FBZUgsTUFBZixFQUF1QkMsTUFBdkIsRUFBK0JDLFFBQS9CLENBQVA7QUFBa0QiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgRGlmZiBmcm9tICcuL2Jhc2UnO1xuXG5leHBvcnQgY29uc3QgYXJyYXlEaWZmID0gbmV3IERpZmYoKTtcbmFycmF5RGlmZi50b2tlbml6ZSA9IGZ1bmN0aW9uKHZhbHVlKSB7XG4gIHJldHVybiB2YWx1ZS5zbGljZSgpO1xufTtcbmFycmF5RGlmZi5qb2luID0gYXJyYXlEaWZmLnJlbW92ZUVtcHR5ID0gZnVuY3Rpb24odmFsdWUpIHtcbiAgcmV0dXJuIHZhbHVlO1xufTtcblxuZXhwb3J0IGZ1bmN0aW9uIGRpZmZBcnJheXMob2xkQXJyLCBuZXdBcnIsIGNhbGxiYWNrKSB7IHJldHVybiBhcnJheURpZmYuZGlmZihvbGRBcnIsIG5ld0FyciwgY2FsbGJhY2spOyB9XG4iXX0= diff --git a/node_modules/diff/lib/diff/base.js b/node_modules/diff/lib/diff/base.js new file mode 100644 index 0000000..ea661fe --- /dev/null +++ b/node_modules/diff/lib/diff/base.js @@ -0,0 +1,304 @@ +/*istanbul ignore start*/ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = Diff; + +/*istanbul ignore end*/ +function Diff() {} + +Diff.prototype = { + /*istanbul ignore start*/ + + /*istanbul ignore end*/ + diff: function diff(oldString, newString) { + /*istanbul ignore start*/ + var + /*istanbul ignore end*/ + options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + var callback = options.callback; + + if (typeof options === 'function') { + callback = options; + options = {}; + } + + this.options = options; + var self = this; + + function done(value) { + if (callback) { + setTimeout(function () { + callback(undefined, value); + }, 0); + return true; + } else { + return value; + } + } // Allow subclasses to massage the input prior to running + + + oldString = this.castInput(oldString); + newString = this.castInput(newString); + oldString = this.removeEmpty(this.tokenize(oldString)); + newString = this.removeEmpty(this.tokenize(newString)); + var newLen = newString.length, + oldLen = oldString.length; + var editLength = 1; + var maxEditLength = newLen + oldLen; + var bestPath = [{ + newPos: -1, + components: [] + }]; // Seed editLength = 0, i.e. the content starts with the same values + + var oldPos = this.extractCommon(bestPath[0], newString, oldString, 0); + + if (bestPath[0].newPos + 1 >= newLen && oldPos + 1 >= oldLen) { + // Identity per the equality and tokenizer + return done([{ + value: this.join(newString), + count: newString.length + }]); + } // Main worker method. checks all permutations of a given edit length for acceptance. + + + function execEditLength() { + for (var diagonalPath = -1 * editLength; diagonalPath <= editLength; diagonalPath += 2) { + var basePath = + /*istanbul ignore start*/ + void 0 + /*istanbul ignore end*/ + ; + + var addPath = bestPath[diagonalPath - 1], + removePath = bestPath[diagonalPath + 1], + _oldPos = (removePath ? removePath.newPos : 0) - diagonalPath; + + if (addPath) { + // No one else is going to attempt to use this value, clear it + bestPath[diagonalPath - 1] = undefined; + } + + var canAdd = addPath && addPath.newPos + 1 < newLen, + canRemove = removePath && 0 <= _oldPos && _oldPos < oldLen; + + if (!canAdd && !canRemove) { + // If this path is a terminal then prune + bestPath[diagonalPath] = undefined; + continue; + } // Select the diagonal that we want to branch from. We select the prior + // path whose position in the new string is the farthest from the origin + // and does not pass the bounds of the diff graph + + + if (!canAdd || canRemove && addPath.newPos < removePath.newPos) { + basePath = clonePath(removePath); + self.pushComponent(basePath.components, undefined, true); + } else { + basePath = addPath; // No need to clone, we've pulled it from the list + + basePath.newPos++; + self.pushComponent(basePath.components, true, undefined); + } + + _oldPos = self.extractCommon(basePath, newString, oldString, diagonalPath); // If we have hit the end of both strings, then we are done + + if (basePath.newPos + 1 >= newLen && _oldPos + 1 >= oldLen) { + return done(buildValues(self, basePath.components, newString, oldString, self.useLongestToken)); + } else { + // Otherwise track this path as a potential candidate and continue. + bestPath[diagonalPath] = basePath; + } + } + + editLength++; + } // Performs the length of edit iteration. Is a bit fugly as this has to support the + // sync and async mode which is never fun. Loops over execEditLength until a value + // is produced. + + + if (callback) { + (function exec() { + setTimeout(function () { + // This should not happen, but we want to be safe. + + /* istanbul ignore next */ + if (editLength > maxEditLength) { + return callback(); + } + + if (!execEditLength()) { + exec(); + } + }, 0); + })(); + } else { + while (editLength <= maxEditLength) { + var ret = execEditLength(); + + if (ret) { + return ret; + } + } + } + }, + + /*istanbul ignore start*/ + + /*istanbul ignore end*/ + pushComponent: function pushComponent(components, added, removed) { + var last = components[components.length - 1]; + + if (last && last.added === added && last.removed === removed) { + // We need to clone here as the component clone operation is just + // as shallow array clone + components[components.length - 1] = { + count: last.count + 1, + added: added, + removed: removed + }; + } else { + components.push({ + count: 1, + added: added, + removed: removed + }); + } + }, + + /*istanbul ignore start*/ + + /*istanbul ignore end*/ + extractCommon: function extractCommon(basePath, newString, oldString, diagonalPath) { + var newLen = newString.length, + oldLen = oldString.length, + newPos = basePath.newPos, + oldPos = newPos - diagonalPath, + commonCount = 0; + + while (newPos + 1 < newLen && oldPos + 1 < oldLen && this.equals(newString[newPos + 1], oldString[oldPos + 1])) { + newPos++; + oldPos++; + commonCount++; + } + + if (commonCount) { + basePath.components.push({ + count: commonCount + }); + } + + basePath.newPos = newPos; + return oldPos; + }, + + /*istanbul ignore start*/ + + /*istanbul ignore end*/ + equals: function equals(left, right) { + if (this.options.comparator) { + return this.options.comparator(left, right); + } else { + return left === right || this.options.ignoreCase && left.toLowerCase() === right.toLowerCase(); + } + }, + + /*istanbul ignore start*/ + + /*istanbul ignore end*/ + removeEmpty: function removeEmpty(array) { + var ret = []; + + for (var i = 0; i < array.length; i++) { + if (array[i]) { + ret.push(array[i]); + } + } + + return ret; + }, + + /*istanbul ignore start*/ + + /*istanbul ignore end*/ + castInput: function castInput(value) { + return value; + }, + + /*istanbul ignore start*/ + + /*istanbul ignore end*/ + tokenize: function tokenize(value) { + return value.split(''); + }, + + /*istanbul ignore start*/ + + /*istanbul ignore end*/ + join: function join(chars) { + return chars.join(''); + } +}; + +function buildValues(diff, components, newString, oldString, useLongestToken) { + var componentPos = 0, + componentLen = components.length, + newPos = 0, + oldPos = 0; + + for (; componentPos < componentLen; componentPos++) { + var component = components[componentPos]; + + if (!component.removed) { + if (!component.added && useLongestToken) { + var value = newString.slice(newPos, newPos + component.count); + value = value.map(function (value, i) { + var oldValue = oldString[oldPos + i]; + return oldValue.length > value.length ? oldValue : value; + }); + component.value = diff.join(value); + } else { + component.value = diff.join(newString.slice(newPos, newPos + component.count)); + } + + newPos += component.count; // Common case + + if (!component.added) { + oldPos += component.count; + } + } else { + component.value = diff.join(oldString.slice(oldPos, oldPos + component.count)); + oldPos += component.count; // Reverse add and remove so removes are output first to match common convention + // The diffing algorithm is tied to add then remove output and this is the simplest + // route to get the desired output with minimal overhead. + + if (componentPos && components[componentPos - 1].added) { + var tmp = components[componentPos - 1]; + components[componentPos - 1] = components[componentPos]; + components[componentPos] = tmp; + } + } + } // Special case handle for when one terminal is ignored (i.e. whitespace). + // For this case we merge the terminal into the prior string and drop the change. + // This is only available for string mode. + + + var lastComponent = components[componentLen - 1]; + + if (componentLen > 1 && typeof lastComponent.value === 'string' && (lastComponent.added || lastComponent.removed) && diff.equals('', lastComponent.value)) { + components[componentLen - 2].value += lastComponent.value; + components.pop(); + } + + return components; +} + +function clonePath(path) { + return { + newPos: path.newPos, + components: path.components.slice(0) + }; +} +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kaWZmL2Jhc2UuanMiXSwibmFtZXMiOlsiRGlmZiIsInByb3RvdHlwZSIsImRpZmYiLCJvbGRTdHJpbmciLCJuZXdTdHJpbmciLCJvcHRpb25zIiwiY2FsbGJhY2siLCJzZWxmIiwiZG9uZSIsInZhbHVlIiwic2V0VGltZW91dCIsInVuZGVmaW5lZCIsImNhc3RJbnB1dCIsInJlbW92ZUVtcHR5IiwidG9rZW5pemUiLCJuZXdMZW4iLCJsZW5ndGgiLCJvbGRMZW4iLCJlZGl0TGVuZ3RoIiwibWF4RWRpdExlbmd0aCIsImJlc3RQYXRoIiwibmV3UG9zIiwiY29tcG9uZW50cyIsIm9sZFBvcyIsImV4dHJhY3RDb21tb24iLCJqb2luIiwiY291bnQiLCJleGVjRWRpdExlbmd0aCIsImRpYWdvbmFsUGF0aCIsImJhc2VQYXRoIiwiYWRkUGF0aCIsInJlbW92ZVBhdGgiLCJjYW5BZGQiLCJjYW5SZW1vdmUiLCJjbG9uZVBhdGgiLCJwdXNoQ29tcG9uZW50IiwiYnVpbGRWYWx1ZXMiLCJ1c2VMb25nZXN0VG9rZW4iLCJleGVjIiwicmV0IiwiYWRkZWQiLCJyZW1vdmVkIiwibGFzdCIsInB1c2giLCJjb21tb25Db3VudCIsImVxdWFscyIsImxlZnQiLCJyaWdodCIsImNvbXBhcmF0b3IiLCJpZ25vcmVDYXNlIiwidG9Mb3dlckNhc2UiLCJhcnJheSIsImkiLCJzcGxpdCIsImNoYXJzIiwiY29tcG9uZW50UG9zIiwiY29tcG9uZW50TGVuIiwiY29tcG9uZW50Iiwic2xpY2UiLCJtYXAiLCJvbGRWYWx1ZSIsInRtcCIsImxhc3RDb21wb25lbnQiLCJwb3AiLCJwYXRoIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7QUFBZSxTQUFTQSxJQUFULEdBQWdCLENBQUU7O0FBRWpDQSxJQUFJLENBQUNDLFNBQUwsR0FBaUI7QUFBQTs7QUFBQTtBQUNmQyxFQUFBQSxJQURlLGdCQUNWQyxTQURVLEVBQ0NDLFNBREQsRUFDMEI7QUFBQTtBQUFBO0FBQUE7QUFBZEMs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QUcsQ0FBZixJQUNHLE9BQU9NLGFBQWEsQ0FBQ3JELEtBQXJCLEtBQStCLFFBRGxDLEtBRUlxRCxhQUFhLENBQUN0QixLQUFkLElBQXVCc0IsYUFBYSxDQUFDckIsT0FGekMsS0FHR3ZDLElBQUksQ0FBQzJDLE1BQUwsQ0FBWSxFQUFaLEVBQWdCaUIsYUFBYSxDQUFDckQsS0FBOUIsQ0FIUCxFQUc2QztBQUMzQ2EsSUFBQUEsVUFBVSxDQUFDa0MsWUFBWSxHQUFHLENBQWhCLENBQVYsQ0FBNkIvQyxLQUE3QixJQUFzQ3FELGFBQWEsQ0FBQ3JELEtBQXBEO0FBQ0FhLElBQUFBLFVBQVUsQ0FBQ3lDLEdBQVg7QUFDRDs7QUFFRCxTQUFPekMsVUFBUDtBQUNEOztBQUVELFNBQVNZLFNBQVQsQ0FBbUI4QixJQUFuQixFQUF5QjtBQUN2QixTQUFPO0FBQUUzQyxJQUFBQSxNQUFNLEVBQUUyQyxJQUFJLENBQUMzQyxNQUFmO0FBQXVCQyxJQUFBQSxVQUFVLEVBQUUwQyxJQUFJLENBQUMxQyxVQUFMLENBQWdCb0MsS0FBaEIsQ0FBc0IsQ0FBdEI7QUFBbkMsR0FBUDtBQUNEIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gRGlmZigpIHt9XG5cbkRpZmYucHJvdG90eXBlID0ge1xuICBkaWZmKG9sZFN0cmluZywgbmV3U3RyaW5nLCBvcHRpb25zID0ge30pIHtcbiAgICBsZXQgY2FsbGJhY2sgPSBvcHRpb25zLmNhbGxiYWNrO1xuICAgIGlmICh0eXBlb2Ygb3B0aW9ucyA9PT0gJ2Z1bmN0aW9uJykge1xuICAgICAgY2FsbGJhY2sgPSBvcHRpb25zO1xuICAgICAgb3B0aW9ucyA9IHt9O1xuICAgIH1cbiAgICB0aGlzLm9wdGlvbnMgPSBvcHRpb25zO1xuXG4gICAgbGV0IHNlbGYgPSB0aGlzO1xuXG4gICAgZnVuY3Rpb24gZG9uZSh2YWx1ZSkge1xuICAgICAgaWYgKGNhbGxiYWNrKSB7XG4gICAgICAgIHNldFRpbWVvdXQoZnVuY3Rpb24oKSB7IGNhbGxiYWNrKHVuZGVmaW5lZCwgdmFsdWUpOyB9LCAwKTtcbiAgICAgICAgcmV0dXJuIHRydWU7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICByZXR1cm4gdmFsdWU7XG4gICAgICB9XG4gICAgfVxuXG4gICAgLy8gQWxsb3cgc3ViY2xhc3NlcyB0byBtYXNzYWdlIHRoZSBpbnB1dCBwcmlvciB0byBydW5uaW5nXG4gICAgb2xkU3RyaW5nID0gdGhpcy5jYXN0SW5wdXQob2xkU3RyaW5nKTtcbiAgICBuZXdTdHJpbmcgPSB0aGlzLmNhc3RJbnB1dChuZXdTdHJpbmcpO1xuXG4gICAgb2xkU3RyaW5nID0gdGhpcy5yZW1vdmVFbXB0eSh0aGlzLnRva2VuaXplKG9sZFN0cmluZykpO1xuICAgIG5ld1N0cmluZyA9IHRoaXMucmVtb3ZlRW1wdHkodGhpcy50b2tlbml6ZShuZXdTdHJpbmcpKTtcblxuICAgIGxldCBuZXdMZW4gPSBuZXdTdHJpbmcubGVuZ3RoLCBvbGRMZW4gPSBvbGRTdHJpbmcubGVuZ3RoO1xuICAgIGxldCBlZGl0TGVuZ3RoID0gMTtcbiAgICBsZXQgbWF4RWRpdExlbmd0aCA9IG5ld0xlbiArIG9sZExlbjtcbiAgICBsZXQgYmVzdFBhdGggPSBbeyBuZXdQb3M6IC0xLCBjb21wb25lbnRzOiBbXSB9XTtcblxuICAgIC8vIFNlZWQgZWRpdExlbmd0aCA9IDAsIGkuZS4gdGhlIGNvbnRlbnQgc3RhcnRzIHdpdGggdGhlIHNhbWUgdmFsdWVzXG4gICAgbGV0IG9sZFBvcyA9IHRoaXMuZXh0cmFjdENvbW1vbihiZXN0UGF0aFswXSwgbmV3U3RyaW5nLCBvbGRTdHJpbmcsIDApO1xuICAgIGlmIChiZXN0UGF0aFswXS5uZXdQb3MgKyAxID49IG5ld0xlbiAmJiBvbGRQb3MgKyAxID49IG9sZExlbikge1xuICAgICAgLy8gSWRlbnRpdHkgcGVyIHRoZSBlcXVhbGl0eSBhbmQgdG9rZW5pemVyXG4gICAgICByZXR1cm4gZG9uZShbe3ZhbHVlOiB0aGlzLmpvaW4obmV3U3RyaW5nKSwgY291bnQ6IG5ld1N0cmluZy5sZW5ndGh9XSk7XG4gICAgfVxuXG4gICAgLy8gTWFpbiB3b3JrZXIgbWV0aG9kLiBjaGVja3MgYWxsIHBlcm11dGF0aW9ucyBvZiBhIGdpdmVuIGVkaXQgbGVuZ3RoIGZvciBhY2NlcHRhbmNlLlxuICAgIGZ1bmN0aW9uIGV4ZWNFZGl0TGVuZ3RoKCkge1xuICAgICAgZm9yIChsZXQgZGlhZ29uYWxQYXRoID0gLTEgKiBlZGl0TGVuZ3RoOyBkaWFnb25hbFBhdGggPD0gZWRpdExlbmd0aDsgZGlhZ29uYWxQYXRoICs9IDIpIHtcbiAgICAgICAgbGV0IGJhc2VQYXRoO1xuICAgICAgICBsZXQgYWRkUGF0aCA9IGJlc3RQYXRoW2RpYWdvbmFsUGF0aCAtIDFdLFxuICAgICAgICAgICAgcmVtb3ZlUGF0aCA9IGJlc3RQYXRoW2RpYWdvbmFsUGF0aCArIDFdLFxuICAgICAgICAgICAgb2xkUG9zID0gKHJlbW92ZVBhdGggPyByZW1vdmVQYXRoLm5ld1BvcyA6IDApIC0gZGlhZ29uYWxQYXRoO1xuICAgICAgICBpZiAoYWRkUGF0aCkge1xuICAgICAgICAgIC8vIE5vIG9uZSBlbHNlIGlzIGdvaW5nIHRvIGF0dGVtcHQgdG8gdXNlIHRoaXMgdmFsdWUsIGNsZWFyIGl0XG4gICAgICAgICAgYmVzdFBhdGhbZGlhZ29uYWxQYXRoIC0gMV0gPSB1bmRlZmluZWQ7XG4gICAgICAgIH1cblxuICAgICAgICBsZXQgY2FuQWRkID0gYWRkUGF0aCAmJiBhZGRQYXRoLm5ld1BvcyArIDEgPCBuZXdMZW4sXG4gICAgICAgICAgICBjYW5SZW1vdmUgPSByZW1vdmVQYXRoICYmIDAgPD0gb2xkUG9zICYmIG9sZFBvcyA8IG9sZExlbjtcbiAgICAgICAgaWYgKCFjYW5BZGQgJiYgIWNhblJlbW92ZSkge1xuICAgICAgICAgIC8vIElmIHRoaXMgcGF0aCBpcyBhIHRlcm1pbmFsIHRoZW4gcHJ1bmVcbiAgICAgICAgICBiZXN0UGF0aFtkaWFnb25hbFBhdGhdID0gdW5kZWZpbmVkO1xuICAgICAgICAgIGNvbnRpbnVlO1xuICAgICAgICB9XG5cbiAgICAgICAgLy8gU2VsZWN0IHRoZSBkaWFnb25hbCB0aGF0IHdlIHdhbnQgdG8gYnJhbmNoIGZyb20uIFdlIHNlbGVjdCB0aGUgcHJpb3JcbiAgICAgICAgLy8gcGF0aCB3aG9zZSBwb3NpdGlvbiBpbiB0aGUgbmV3IHN0cmluZyBpcyB0aGUgZmFydGhlc3QgZnJvbSB0aGUgb3JpZ2luXG4gICAgICAgIC8vIGFuZCBkb2VzIG5vdCBwYXNzIHRoZSBib3VuZHMgb2YgdGhlIGRpZmYgZ3JhcGhcbiAgICAgICAgaWYgKCFjYW5BZGQgfHwgKGNhblJlbW92ZSAmJiBhZGRQYXRoLm5ld1BvcyA8IHJlbW92ZVBhdGgubmV3UG9zKSkge1xuICAgICAgICAgIGJhc2VQYXRoID0gY2xvbmVQYXRoKHJlbW92ZVBhdGgpO1xuICAgICAgICAgIHNlbGYucHVzaENvbXBvbmVudChiYXNlUGF0aC5jb21wb25lbnRzLCB1bmRlZmluZWQsIHRydWUpO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgIGJhc2VQYXRoID0gYWRkUGF0aDsgLy8gTm8gbmVlZCB0byBjbG9uZSwgd2UndmUgcHVsbGVkIGl0IGZyb20gdGhlIGxpc3RcbiAgICAgICAgICBiYXNlUGF0aC5uZXdQb3MrKztcbiAgICAgICAgICBzZWxmLnB1c2hDb21wb25lbnQoYmFzZVBhdGguY29tcG9uZW50cywgdHJ1ZSwgdW5kZWZpbmVkKTtcbiAgICAgICAgfVxuXG4gICAgICAgIG9sZFBvcyA9IHNlbGYuZXh0cmFjdENvbW1vbihiYXNlUGF0aCwgbmV3U3RyaW5nLCBvbGRTdHJpbmcsIGRpYWdvbmFsUGF0aCk7XG5cbiAgICAgICAgLy8gSWYgd2UgaGF2ZSBoaXQgdGhlIGVuZCBvZiBib3RoIHN0cmluZ3MsIHRoZW4gd2UgYXJlIGRvbmVcbiAgICAgICAgaWYgKGJhc2VQYXRoLm5ld1BvcyArIDEgPj0gbmV3TGVuICYmIG9sZFBvcyArIDEgPj0gb2xkTGVuKSB7XG4gICAgICAgICAgcmV0dXJuIGRvbmUoYnVpbGRWYWx1ZXMoc2VsZiwgYmFzZVBhdGguY29tcG9uZW50cywgbmV3U3RyaW5nLCBvbGRTdHJpbmcsIHNlbGYudXNlTG9uZ2VzdFRva2VuKSk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgLy8gT3RoZXJ3aXNlIHRyYWNrIHRoaXMgcGF0aCBhcyBhIHBvdGVudGlhbCBjYW5kaWRhdGUgYW5kIGNvbnRpbnVlLlxuICAgICAgICAgIGJlc3RQYXRoW2RpYWdvbmFsUGF0aF0gPSBiYXNlUGF0aDtcbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICBlZGl0TGVuZ3RoKys7XG4gICAgfVxuXG4gICAgLy8gUGVyZm9ybXMgdGhlIGxlbmd0aCBvZiBlZGl0IGl0ZXJhdGlvbi4gSXMgYSBiaXQgZnVnbHkgYXMgdGhpcyBoYXMgdG8gc3VwcG9ydCB0aGVcbiAgICAvLyBzeW5jIGFuZCBhc3luYyBtb2RlIHdoaWNoIGlzIG5ldmVyIGZ1bi4gTG9vcHMgb3ZlciBleGVjRWRpdExlbmd0aCB1bnRpbCBhIHZhbHVlXG4gICAgLy8gaXMgcHJvZHVjZWQuXG4gICAgaWYgKGNhbGxiYWNrKSB7XG4gICAgICAoZnVuY3Rpb24gZXhlYygpIHtcbiAgICAgICAgc2V0VGltZW91dChmdW5jdGlvbigpIHtcbiAgICAgICAgICAvLyBUaGlzIHNob3VsZCBub3QgaGFwcGVuLCBidXQgd2Ugd2FudCB0byBiZSBzYWZlLlxuICAgICAgICAgIC8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG4gICAgICAgICAgaWYgKGVkaXRMZW5ndGggPiBtYXhFZGl0TGVuZ3RoKSB7XG4gICAgICAgICAgICByZXR1cm4gY2FsbGJhY2soKTtcbiAgICAgICAgICB9XG5cbiAgICAgICAgICBpZiAoIWV4ZWNFZGl0TGVuZ3RoKCkpIHtcbiAgICAgICAgICAgIGV4ZWMoKTtcbiAgICAgICAgICB9XG4gICAgICAgIH0sIDApO1xuICAgICAgfSgpKTtcbiAgICB9IGVsc2Uge1xuICAgICAgd2hpbGUgKGVkaXRMZW5ndGggPD0gbWF4RWRpdExlbmd0aCkge1xuICAgICAgICBsZXQgcmV0ID0gZXhlY0VkaXRMZW5ndGgoKTtcbiAgICAgICAgaWYgKHJldCkge1xuICAgICAgICAgIHJldHVybiByZXQ7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH0sXG5cbiAgcHVzaENvbXBvbmVudChjb21wb25lbnRzLCBhZGRlZCwgcmVtb3ZlZCkge1xuICAgIGxldCBsYXN0ID0gY29tcG9uZW50c1tjb21wb25lbnRzLmxlbmd0aCAtIDFdO1xuICAgIGlmIChsYXN0ICYmIGxhc3QuYWRkZWQgPT09IGFkZGVkICYmIGxhc3QucmVtb3ZlZCA9PT0gcmVtb3ZlZCkge1xuICAgICAgLy8gV2UgbmVlZCB0byBjbG9uZSBoZXJlIGFzIHRoZSBjb21wb25lbnQgY2xvbmUgb3BlcmF0aW9uIGlzIGp1c3RcbiAgICAgIC8vIGFzIHNoYWxsb3cgYXJyYXkgY2xvbmVcbiAgICAgIGNvbXBvbmVudHNbY29tcG9uZW50cy5sZW5ndGggLSAxXSA9IHtjb3VudDogbGFzdC5jb3VudCArIDEsIGFkZGVkOiBhZGRlZCwgcmVtb3ZlZDogcmVtb3ZlZCB9O1xuICAgIH0gZWxzZSB7XG4gICAgICBjb21wb25lbnRzLnB1c2goe2NvdW50OiAxLCBhZGRlZDogYWRkZWQsIHJlbW92ZWQ6IHJlbW92ZWQgfSk7XG4gICAgfVxuICB9LFxuICBleHRyYWN0Q29tbW9uKGJhc2VQYXRoLCBuZXdTdHJpbmcsIG9sZFN0cmluZywgZGlhZ29uYWxQYXRoKSB7XG4gICAgbGV0IG5ld0xlbiA9IG5ld1N0cmluZy5sZW5ndGgsXG4gICAgICAgIG9sZExlbiA9IG9sZFN0cmluZy5sZW5ndGgsXG4gICAgICAgIG5ld1BvcyA9IGJhc2VQYXRoLm5ld1BvcyxcbiAgICAgICAgb2xkUG9zID0gbmV3UG9zIC0gZGlhZ29uYWxQYXRoLFxuXG4gICAgICAgIGNvbW1vbkNvdW50ID0gMDtcbiAgICB3aGlsZSAobmV3UG9zICsgMSA8IG5ld0xlbiAmJiBvbGRQb3MgKyAxIDwgb2xkTGVuICYmIHRoaXMuZXF1YWxzKG5ld1N0cmluZ1tuZXdQb3MgKyAxXSwgb2xkU3RyaW5nW29sZFBvcyArIDFdKSkge1xuICAgICAgbmV3UG9zKys7XG4gICAgICBvbGRQb3MrKztcbiAgICAgIGNvbW1vbkNvdW50Kys7XG4gICAgfVxuXG4gICAgaWYgKGNvbW1vbkNvdW50KSB7XG4gICAgICBiYXNlUGF0aC5jb21wb25lbnRzLnB1c2goe2NvdW50OiBjb21tb25Db3VudH0pO1xuICAgIH1cblxuICAgIGJhc2VQYXRoLm5ld1BvcyA9IG5ld1BvcztcbiAgICByZXR1cm4gb2xkUG9zO1xuICB9LFxuXG4gIGVxdWFscyhsZWZ0LCByaWdodCkge1xuICAgIGlmICh0aGlzLm9wdGlvbnMuY29tcGFyYXRvcikge1xuICAgICAgcmV0dXJuIHRoaXMub3B0aW9ucy5jb21wYXJhdG9yKGxlZnQsIHJpZ2h0KTtcbiAgICB9IGVsc2Uge1xuICAgICAgcmV0dXJuIGxlZnQgPT09IHJpZ2h0XG4gICAgICAgIHx8ICh0aGlzLm9wdGlvbnMuaWdub3JlQ2FzZSAmJiBsZWZ0LnRvTG93ZXJDYXNlKCkgPT09IHJpZ2h0LnRvTG93ZXJDYXNlKCkpO1xuICAgIH1cbiAgfSxcbiAgcmVtb3ZlRW1wdHkoYXJyYXkpIHtcbiAgICBsZXQgcmV0ID0gW107XG4gICAgZm9yIChsZXQgaSA9IDA7IGkgPCBhcnJheS5sZW5ndGg7IGkrKykge1xuICAgICAgaWYgKGFycmF5W2ldKSB7XG4gICAgICAgIHJldC5wdXNoKGFycmF5W2ldKTtcbiAgICAgIH1cbiAgICB9XG4gICAgcmV0dXJuIHJldDtcbiAgfSxcbiAgY2FzdElucHV0KHZhbHVlKSB7XG4gICAgcmV0dXJuIHZhbHVlO1xuICB9LFxuICB0b2tlbml6ZSh2YWx1ZSkge1xuICAgIHJldHVybiB2YWx1ZS5zcGxpdCgnJyk7XG4gIH0sXG4gIGpvaW4oY2hhcnMpIHtcbiAgICByZXR1cm4gY2hhcnMuam9pbignJyk7XG4gIH1cbn07XG5cbmZ1bmN0aW9uIGJ1aWxkVmFsdWVzKGRpZmYsIGNvbXBvbmVudHMsIG5ld1N0cmluZywgb2xkU3RyaW5nLCB1c2VMb25nZXN0VG9rZW4pIHtcbiAgbGV0IGNvbXBvbmVudFBvcyA9IDAsXG4gICAgICBjb21wb25lbnRMZW4gPSBjb21wb25lbnRzLmxlbmd0aCxcbiAgICAgIG5ld1BvcyA9IDAsXG4gICAgICBvbGRQb3MgPSAwO1xuXG4gIGZvciAoOyBjb21wb25lbnRQb3MgPCBjb21wb25lbnRMZW47IGNvbXBvbmVudFBvcysrKSB7XG4gICAgbGV0IGNvbXBvbmVudCA9IGNvbXBvbmVudHNbY29tcG9uZW50UG9zXTtcbiAgICBpZiAoIWNvbXBvbmVudC5yZW1vdmVkKSB7XG4gICAgICBpZiAoIWNvbXBvbmVudC5hZGRlZCAmJiB1c2VMb25nZXN0VG9rZW4pIHtcbiAgICAgICAgbGV0IHZhbHVlID0gbmV3U3RyaW5nLnNsaWNlKG5ld1BvcywgbmV3UG9zICsgY29tcG9uZW50LmNvdW50KTtcbiAgICAgICAgdmFsdWUgPSB2YWx1ZS5tYXAoZnVuY3Rpb24odmFsdWUsIGkpIHtcbiAgICAgICAgICBsZXQgb2xkVmFsdWUgPSBvbGRTdHJpbmdbb2xkUG9zICsgaV07XG4gICAgICAgICAgcmV0dXJuIG9sZFZhbHVlLmxlbmd0aCA+IHZhbHVlLmxlbmd0aCA/IG9sZFZhbHVlIDogdmFsdWU7XG4gICAgICAgIH0pO1xuXG4gICAgICAgIGNvbXBvbmVudC52YWx1ZSA9IGRpZmYuam9pbih2YWx1ZSk7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICBjb21wb25lbnQudmFsdWUgPSBkaWZmLmpvaW4obmV3U3RyaW5nLnNsaWNlKG5ld1BvcywgbmV3UG9zICsgY29tcG9uZW50LmNvdW50KSk7XG4gICAgICB9XG4gICAgICBuZXdQb3MgKz0gY29tcG9uZW50LmNvdW50O1xuXG4gICAgICAvLyBDb21tb24gY2FzZVxuICAgICAgaWYgKCFjb21wb25lbnQuYWRkZWQpIHtcbiAgICAgICAgb2xkUG9zICs9IGNvbXBvbmVudC5jb3VudDtcbiAgICAgIH1cbiAgICB9IGVsc2Uge1xuICAgICAgY29tcG9uZW50LnZhbHVlID0gZGlmZi5qb2luKG9sZFN0cmluZy5zbGljZShvbGRQb3MsIG9sZFBvcyArIGNvbXBvbmVudC5jb3VudCkpO1xuICAgICAgb2xkUG9zICs9IGNvbXBvbmVudC5jb3VudDtcblxuICAgICAgLy8gUmV2ZXJzZSBhZGQgYW5kIHJlbW92ZSBzbyByZW1vdmVzIGFyZSBvdXRwdXQgZmlyc3QgdG8gbWF0Y2ggY29tbW9uIGNvbnZlbnRpb25cbiAgICAgIC8vIFRoZSBkaWZmaW5nIGFsZ29yaXRobSBpcyB0aWVkIHRvIGFkZCB0aGVuIHJlbW92ZSBvdXRwdXQgYW5kIHRoaXMgaXMgdGhlIHNpbXBsZXN0XG4gICAgICAvLyByb3V0ZSB0byBnZXQgdGhlIGRlc2lyZWQgb3V0cHV0IHdpdGggbWluaW1hbCBvdmVyaGVhZC5cbiAgICAgIGlmIChjb21wb25lbnRQb3MgJiYgY29tcG9uZW50c1tjb21wb25lbnRQb3MgLSAxXS5hZGRlZCkge1xuICAgICAgICBsZXQgdG1wID0gY29tcG9uZW50c1tjb21wb25lbnRQb3MgLSAxXTtcbiAgICAgICAgY29tcG9uZW50c1tjb21wb25lbnRQb3MgLSAxXSA9IGNvbXBvbmVudHNbY29tcG9uZW50UG9zXTtcbiAgICAgICAgY29tcG9uZW50c1tjb21wb25lbnRQb3NdID0gdG1wO1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG4gIC8vIFNwZWNpYWwgY2FzZSBoYW5kbGUgZm9yIHdoZW4gb25lIHRlcm1pbmFsIGlzIGlnbm9yZWQgKGkuZS4gd2hpdGVzcGFjZSkuXG4gIC8vIEZvciB0aGlzIGNhc2Ugd2UgbWVyZ2UgdGhlIHRlcm1pbmFsIGludG8gdGhlIHByaW9yIHN0cmluZyBhbmQgZHJvcCB0aGUgY2hhbmdlLlxuICAvLyBUaGlzIGlzIG9ubHkgYXZhaWxhYmxlIGZvciBzdHJpbmcgbW9kZS5cbiAgbGV0IGxhc3RDb21wb25lbnQgPSBjb21wb25lbnRzW2NvbXBvbmVudExlbiAtIDFdO1xuICBpZiAoY29tcG9uZW50TGVuID4gMVxuICAgICAgJiYgdHlwZW9mIGxhc3RDb21wb25lbnQudmFsdWUgPT09ICdzdHJpbmcnXG4gICAgICAmJiAobGFzdENvbXBvbmVudC5hZGRlZCB8fCBsYXN0Q29tcG9uZW50LnJlbW92ZWQpXG4gICAgICAmJiBkaWZmLmVxdWFscygnJywgbGFzdENvbXBvbmVudC52YWx1ZSkpIHtcbiAgICBjb21wb25lbnRzW2NvbXBvbmVudExlbiAtIDJdLnZhbHVlICs9IGxhc3RDb21wb25lbnQudmFsdWU7XG4gICAgY29tcG9uZW50cy5wb3AoKTtcbiAgfVxuXG4gIHJldHVybiBjb21wb25lbnRzO1xufVxuXG5mdW5jdGlvbiBjbG9uZVBhdGgocGF0aCkge1xuICByZXR1cm4geyBuZXdQb3M6IHBhdGgubmV3UG9zLCBjb21wb25lbnRzOiBwYXRoLmNvbXBvbmVudHMuc2xpY2UoMCkgfTtcbn1cbiJdfQ== diff --git a/node_modules/diff/lib/diff/character.js b/node_modules/diff/lib/diff/character.js new file mode 100644 index 0000000..4722b16 --- /dev/null +++ b/node_modules/diff/lib/diff/character.js @@ -0,0 +1,37 @@ +/*istanbul ignore start*/ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.diffChars = diffChars; +exports.characterDiff = void 0; + +/*istanbul ignore end*/ +var +/*istanbul ignore start*/ +_base = _interopRequireDefault(require("./base")) +/*istanbul ignore end*/ +; + +/*istanbul ignore start*/ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +/*istanbul ignore end*/ +var characterDiff = new +/*istanbul ignore start*/ +_base +/*istanbul ignore end*/ +. +/*istanbul ignore start*/ +default +/*istanbul ignore end*/ +(); + +/*istanbul ignore start*/ +exports.characterDiff = characterDiff; + +/*istanbul ignore end*/ +function diffChars(oldStr, newStr, options) { + return characterDiff.diff(oldStr, newStr, options); +} +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kaWZmL2NoYXJhY3Rlci5qcyJdLCJuYW1lcyI6WyJjaGFyYWN0ZXJEaWZmIiwiRGlmZiIsImRpZmZDaGFycyIsIm9sZFN0ciIsIm5ld1N0ciIsIm9wdGlvbnMiLCJkaWZmIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTs7Ozs7QUFFTyxJQUFNQSxhQUFhLEdBQUc7QUFBSUM7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBSjtBQUFBLEVBQXRCOzs7Ozs7QUFDQSxTQUFTQyxTQUFULENBQW1CQyxNQUFuQixFQUEyQkMsTUFBM0IsRUFBbUNDLE9BQW5DLEVBQTRDO0FBQUUsU0FBT0wsYUFBYSxDQUFDTSxJQUFkLENBQW1CSCxNQUFuQixFQUEyQkMsTUFBM0IsRUFBbUNDLE9BQW5DLENBQVA7QUFBcUQiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgRGlmZiBmcm9tICcuL2Jhc2UnO1xuXG5leHBvcnQgY29uc3QgY2hhcmFjdGVyRGlmZiA9IG5ldyBEaWZmKCk7XG5leHBvcnQgZnVuY3Rpb24gZGlmZkNoYXJzKG9sZFN0ciwgbmV3U3RyLCBvcHRpb25zKSB7IHJldHVybiBjaGFyYWN0ZXJEaWZmLmRpZmYob2xkU3RyLCBuZXdTdHIsIG9wdGlvbnMpOyB9XG4iXX0= diff --git a/node_modules/diff/lib/diff/css.js b/node_modules/diff/lib/diff/css.js new file mode 100644 index 0000000..69ba47e --- /dev/null +++ b/node_modules/diff/lib/diff/css.js @@ -0,0 +1,41 @@ +/*istanbul ignore start*/ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.diffCss = diffCss; +exports.cssDiff = void 0; + +/*istanbul ignore end*/ +var +/*istanbul ignore start*/ +_base = _interopRequireDefault(require("./base")) +/*istanbul ignore end*/ +; + +/*istanbul ignore start*/ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +/*istanbul ignore end*/ +var cssDiff = new +/*istanbul ignore start*/ +_base +/*istanbul ignore end*/ +. +/*istanbul ignore start*/ +default +/*istanbul ignore end*/ +(); + +/*istanbul ignore start*/ +exports.cssDiff = cssDiff; + +/*istanbul ignore end*/ +cssDiff.tokenize = function (value) { + return value.split(/([{}:;,]|\s+)/); +}; + +function diffCss(oldStr, newStr, callback) { + return cssDiff.diff(oldStr, newStr, callback); +} +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kaWZmL2Nzcy5qcyJdLCJuYW1lcyI6WyJjc3NEaWZmIiwiRGlmZiIsInRva2VuaXplIiwidmFsdWUiLCJzcGxpdCIsImRpZmZDc3MiLCJvbGRTdHIiLCJuZXdTdHIiLCJjYWxsYmFjayIsImRpZmYiXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBOzs7OztBQUVPLElBQU1BLE9BQU8sR0FBRztBQUFJQztBQUFBQTtBQUFBQTtBQUFBQTtBQUFBQTtBQUFBQTtBQUFKO0FBQUEsRUFBaEI7Ozs7OztBQUNQRCxPQUFPLENBQUNFLFFBQVIsR0FBbUIsVUFBU0MsS0FBVCxFQUFnQjtBQUNqQyxTQUFPQSxLQUFLLENBQUNDLEtBQU4sQ0FBWSxlQUFaLENBQVA7QUFDRCxDQUZEOztBQUlPLFNBQVNDLE9BQVQsQ0FBaUJDLE1BQWpCLEVBQXlCQyxNQUF6QixFQUFpQ0MsUUFBakMsRUFBMkM7QUFBRSxTQUFPUixPQUFPLENBQUNTLElBQVIsQ0FBYUgsTUFBYixFQUFxQkMsTUFBckIsRUFBNkJDLFFBQTdCLENBQVA7QUFBZ0QiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgRGlmZiBmcm9tICcuL2Jhc2UnO1xuXG5leHBvcnQgY29uc3QgY3NzRGlmZiA9IG5ldyBEaWZmKCk7XG5jc3NEaWZmLnRva2VuaXplID0gZnVuY3Rpb24odmFsdWUpIHtcbiAgcmV0dXJuIHZhbHVlLnNwbGl0KC8oW3t9OjssXXxcXHMrKS8pO1xufTtcblxuZXhwb3J0IGZ1bmN0aW9uIGRpZmZDc3Mob2xkU3RyLCBuZXdTdHIsIGNhbGxiYWNrKSB7IHJldHVybiBjc3NEaWZmLmRpZmYob2xkU3RyLCBuZXdTdHIsIGNhbGxiYWNrKTsgfVxuIl19 diff --git a/node_modules/diff/lib/diff/json.js b/node_modules/diff/lib/diff/json.js new file mode 100644 index 0000000..715ef08 --- /dev/null +++ b/node_modules/diff/lib/diff/json.js @@ -0,0 +1,163 @@ +/*istanbul ignore start*/ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.diffJson = diffJson; +exports.canonicalize = canonicalize; +exports.jsonDiff = void 0; + +/*istanbul ignore end*/ +var +/*istanbul ignore start*/ +_base = _interopRequireDefault(require("./base")) +/*istanbul ignore end*/ +; + +var +/*istanbul ignore start*/ +_line = require("./line") +/*istanbul ignore end*/ +; + +/*istanbul ignore start*/ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +/*istanbul ignore end*/ +var objectPrototypeToString = Object.prototype.toString; +var jsonDiff = new +/*istanbul ignore start*/ +_base +/*istanbul ignore end*/ +. +/*istanbul ignore start*/ +default +/*istanbul ignore end*/ +(); // Discriminate between two lines of pretty-printed, serialized JSON where one of them has a +// dangling comma and the other doesn't. Turns out including the dangling comma yields the nicest output: + +/*istanbul ignore start*/ +exports.jsonDiff = jsonDiff; + +/*istanbul ignore end*/ +jsonDiff.useLongestToken = true; +jsonDiff.tokenize = +/*istanbul ignore start*/ +_line +/*istanbul ignore end*/ +. +/*istanbul ignore start*/ +lineDiff +/*istanbul ignore end*/ +.tokenize; + +jsonDiff.castInput = function (value) { + /*istanbul ignore start*/ + var _this$options = + /*istanbul ignore end*/ + this.options, + undefinedReplacement = _this$options.undefinedReplacement, + _this$options$stringi = _this$options.stringifyReplacer, + stringifyReplacer = _this$options$stringi === void 0 ? function (k, v) + /*istanbul ignore start*/ + { + return ( + /*istanbul ignore end*/ + typeof v === 'undefined' ? undefinedReplacement : v + ); + } : _this$options$stringi; + return typeof value === 'string' ? value : JSON.stringify(canonicalize(value, null, null, stringifyReplacer), stringifyReplacer, ' '); +}; + +jsonDiff.equals = function (left, right) { + return ( + /*istanbul ignore start*/ + _base + /*istanbul ignore end*/ + . + /*istanbul ignore start*/ + default + /*istanbul ignore end*/ + .prototype.equals.call(jsonDiff, left.replace(/,([\r\n])/g, '$1'), right.replace(/,([\r\n])/g, '$1')) + ); +}; + +function diffJson(oldObj, newObj, options) { + return jsonDiff.diff(oldObj, newObj, options); +} // This function handles the presence of circular references by bailing out when encountering an +// object that is already on the "stack" of items being processed. Accepts an optional replacer + + +function canonicalize(obj, stack, replacementStack, replacer, key) { + stack = stack || []; + replacementStack = replacementStack || []; + + if (replacer) { + obj = replacer(key, obj); + } + + var i; + + for (i = 0; i < stack.length; i += 1) { + if (stack[i] === obj) { + return replacementStack[i]; + } + } + + var canonicalizedObj; + + if ('[object Array]' === objectPrototypeToString.call(obj)) { + stack.push(obj); + canonicalizedObj = new Array(obj.length); + replacementStack.push(canonicalizedObj); + + for (i = 0; i < obj.length; i += 1) { + canonicalizedObj[i] = canonicalize(obj[i], stack, replacementStack, replacer, key); + } + + stack.pop(); + replacementStack.pop(); + return canonicalizedObj; + } + + if (obj && obj.toJSON) { + obj = obj.toJSON(); + } + + if ( + /*istanbul ignore start*/ + _typeof( + /*istanbul ignore end*/ + obj) === 'object' && obj !== null) { + stack.push(obj); + canonicalizedObj = {}; + replacementStack.push(canonicalizedObj); + + var sortedKeys = [], + _key; + + for (_key in obj) { + /* istanbul ignore else */ + if (obj.hasOwnProperty(_key)) { + sortedKeys.push(_key); + } + } + + sortedKeys.sort(); + + for (i = 0; i < sortedKeys.length; i += 1) { + _key = sortedKeys[i]; + canonicalizedObj[_key] = canonicalize(obj[_key], stack, replacementStack, replacer, _key); + } + + stack.pop(); + replacementStack.pop(); + } else { + canonicalizedObj = obj; + } + + return canonicalizedObj; +} +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kaWZmL2pzb24uanMiXSwibmFtZXMiOlsib2JqZWN0UHJvdG90eXBlVG9TdHJpbmciLCJPYmplY3QiLCJwcm90b3R5cGUiLCJ0b1N0cmluZyIsImpzb25EaWZmIiwiRGlmZiIsInVzZUxvbmdlc3RUb2tlbiIsInRva2VuaXplIiwibGluZURpZmYiLCJjYXN0SW5wdXQiLCJ2YWx1ZSIsIm9wdGlvbnMiLCJ1bmRlZmluZWRSZXBsYWNlbWVudCIsInN0cmluZ2lmeVJlcGxhY2VyIiwiayIsInYiLCJKU09OIiwic3RyaW5naWZ5IiwiY2Fub25pY2FsaXplIiwiZXF1YWxzIiwibGVmdCIsInJpZ2h0IiwiY2FsbCIsInJlcGxhY2UiLCJkaWZmSnNvbiIsIm9sZE9iaiIsIm5ld09iaiIsImRpZmYiLCJvYmoiLCJzdGFjayIsInJlcGxhY2VtZW50U3RhY2siLCJyZXBsYWNlciIsImtleSIsImkiLCJsZW5ndGgiLCJjYW5vbmljYWxpemVkT2JqIiwicHVzaCIsIkFycmF5IiwicG9wIiwidG9KU09OIiwic29ydGVkS2V5cyIsImhhc093blByb3BlcnR5Iiwic29ydCJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUNBO0FBQUE7QUFBQTtBQUFBO0FBQUE7Ozs7Ozs7QUFFQSxJQUFNQSx1QkFBdUIsR0FBR0MsTUFBTSxDQUFDQyxTQUFQLENBQWlCQyxRQUFqRDtBQUdPLElBQU1DLFFBQVEsR0FBRztBQUFJQztBQUFBQTtBQUFBQTtBQUFBQTtBQUFBQTtBQUFBQTtBQUFKO0FBQUEsRUFBakIsQyxDQUNQO0FBQ0E7Ozs7OztBQUNBRCxRQUFRLENBQUNFLGVBQVQsR0FBMkIsSUFBM0I7QUFFQUYsUUFBUSxDQUFDRyxRQUFUO0FBQW9CQztBQUFBQTtBQUFBQTtBQUFBQTtBQUFBQTtBQUFBQTtBQUFBO0FBQUEsQ0FBU0QsUUFBN0I7O0FBQ0FILFFBQVEsQ0FBQ0ssU0FBVCxHQUFxQixVQUFTQyxLQUFULEVBQWdC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R0FBbkI7QUFDRDs7QUFDRCxTQUFPTyxnQkFBUDtBQUNEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IERpZmYgZnJvbSAnLi9iYXNlJztcbmltcG9ydCB7bGluZURpZmZ9IGZyb20gJy4vbGluZSc7XG5cbmNvbnN0IG9iamVjdFByb3RvdHlwZVRvU3RyaW5nID0gT2JqZWN0LnByb3RvdHlwZS50b1N0cmluZztcblxuXG5leHBvcnQgY29uc3QganNvbkRpZmYgPSBuZXcgRGlmZigpO1xuLy8gRGlzY3JpbWluYXRlIGJldHdlZW4gdHdvIGxpbmVzIG9mIHByZXR0eS1wcmludGVkLCBzZXJpYWxpemVkIEpTT04gd2hlcmUgb25lIG9mIHRoZW0gaGFzIGFcbi8vIGRhbmdsaW5nIGNvbW1hIGFuZCB0aGUgb3RoZXIgZG9lc24ndC4gVHVybnMgb3V0IGluY2x1ZGluZyB0aGUgZGFuZ2xpbmcgY29tbWEgeWllbGRzIHRoZSBuaWNlc3Qgb3V0cHV0OlxuanNvbkRpZmYudXNlTG9uZ2VzdFRva2VuID0gdHJ1ZTtcblxuanNvbkRpZmYudG9rZW5pemUgPSBsaW5lRGlmZi50b2tlbml6ZTtcbmpzb25EaWZmLmNhc3RJbnB1dCA9IGZ1bmN0aW9uKHZhbHVlKSB7XG4gIGNvbnN0IHt1bmRlZmluZWRSZXBsYWNlbWVudCwgc3RyaW5naWZ5UmVwbGFjZXIgPSAoaywgdikgPT4gdHlwZW9mIHYgPT09ICd1bmRlZmluZWQnID8gdW5kZWZpbmVkUmVwbGFjZW1lbnQgOiB2fSA9IHRoaXMub3B0aW9ucztcblxuICByZXR1cm4gdHlwZW9mIHZhbHVlID09PSAnc3RyaW5nJyA/IHZhbHVlIDogSlNPTi5zdHJpbmdpZnkoY2Fub25pY2FsaXplKHZhbHVlLCBudWxsLCBudWxsLCBzdHJpbmdpZnlSZXBsYWNlciksIHN0cmluZ2lmeVJlcGxhY2VyLCAnICAnKTtcbn07XG5qc29uRGlmZi5lcXVhbHMgPSBmdW5jdGlvbihsZWZ0LCByaWdodCkge1xuICByZXR1cm4gRGlmZi5wcm90b3R5cGUuZXF1YWxzLmNhbGwoanNvbkRpZmYsIGxlZnQucmVwbGFjZSgvLChbXFxyXFxuXSkvZywgJyQxJyksIHJpZ2h0LnJlcGxhY2UoLywoW1xcclxcbl0pL2csICckMScpKTtcbn07XG5cbmV4cG9ydCBmdW5jdGlvbiBkaWZmSnNvbihvbGRPYmosIG5ld09iaiwgb3B0aW9ucykgeyByZXR1cm4ganNvbkRpZmYuZGlmZihvbGRPYmosIG5ld09iaiwgb3B0aW9ucyk7IH1cblxuLy8gVGhpcyBmdW5jdGlvbiBoYW5kbGVzIHRoZSBwcmVzZW5jZSBvZiBjaXJjdWxhciByZWZlcmVuY2VzIGJ5IGJhaWxpbmcgb3V0IHdoZW4gZW5jb3VudGVyaW5nIGFuXG4vLyBvYmplY3QgdGhhdCBpcyBhbHJlYWR5IG9uIHRoZSBcInN0YWNrXCIgb2YgaXRlbXMgYmVpbmcgcHJvY2Vzc2VkLiBBY2NlcHRzIGFuIG9wdGlvbmFsIHJlcGxhY2VyXG5leHBvcnQgZnVuY3Rpb24gY2Fub25pY2FsaXplKG9iaiwgc3RhY2ssIHJlcGxhY2VtZW50U3RhY2ssIHJlcGxhY2VyLCBrZXkpIHtcbiAgc3RhY2sgPSBzdGFjayB8fCBbXTtcbiAgcmVwbGFjZW1lbnRTdGFjayA9IHJlcGxhY2VtZW50U3RhY2sgfHwgW107XG5cbiAgaWYgKHJlcGxhY2VyKSB7XG4gICAgb2JqID0gcmVwbGFjZXIoa2V5LCBvYmopO1xuICB9XG5cbiAgbGV0IGk7XG5cbiAgZm9yIChpID0gMDsgaSA8IHN0YWNrLmxlbmd0aDsgaSArPSAxKSB7XG4gICAgaWYgKHN0YWNrW2ldID09PSBvYmopIHtcbiAgICAgIHJldHVybiByZXBsYWNlbWVudFN0YWNrW2ldO1xuICAgIH1cbiAgfVxuXG4gIGxldCBjYW5vbmljYWxpemVkT2JqO1xuXG4gIGlmICgnW29iamVjdCBBcnJheV0nID09PSBvYmplY3RQcm90b3R5cGVUb1N0cmluZy5jYWxsKG9iaikpIHtcbiAgICBzdGFjay5wdXNoKG9iaik7XG4gICAgY2Fub25pY2FsaXplZE9iaiA9IG5ldyBBcnJheShvYmoubGVuZ3RoKTtcbiAgICByZXBsYWNlbWVudFN0YWNrLnB1c2goY2Fub25pY2FsaXplZE9iaik7XG4gICAgZm9yIChpID0gMDsgaSA8IG9iai5sZW5ndGg7IGkgKz0gMSkge1xuICAgICAgY2Fub25pY2FsaXplZE9ialtpXSA9IGNhbm9uaWNhbGl6ZShvYmpbaV0sIHN0YWNrLCByZXBsYWNlbWVudFN0YWNrLCByZXBsYWNlciwga2V5KTtcbiAgICB9XG4gICAgc3RhY2sucG9wKCk7XG4gICAgcmVwbGFjZW1lbnRTdGFjay5wb3AoKTtcbiAgICByZXR1cm4gY2Fub25pY2FsaXplZE9iajtcbiAgfVxuXG4gIGlmIChvYmogJiYgb2JqLnRvSlNPTikge1xuICAgIG9iaiA9IG9iai50b0pTT04oKTtcbiAgfVxuXG4gIGlmICh0eXBlb2Ygb2JqID09PSAnb2JqZWN0JyAmJiBvYmogIT09IG51bGwpIHtcbiAgICBzdGFjay5wdXNoKG9iaik7XG4gICAgY2Fub25pY2FsaXplZE9iaiA9IHt9O1xuICAgIHJlcGxhY2VtZW50U3RhY2sucHVzaChjYW5vbmljYWxpemVkT2JqKTtcbiAgICBsZXQgc29ydGVkS2V5cyA9IFtdLFxuICAgICAgICBrZXk7XG4gICAgZm9yIChrZXkgaW4gb2JqKSB7XG4gICAgICAvKiBpc3RhbmJ1bCBpZ25vcmUgZWxzZSAqL1xuICAgICAgaWYgKG9iai5oYXNPd25Qcm9wZXJ0eShrZXkpKSB7XG4gICAgICAgIHNvcnRlZEtleXMucHVzaChrZXkpO1xuICAgICAgfVxuICAgIH1cbiAgICBzb3J0ZWRLZXlzLnNvcnQoKTtcbiAgICBmb3IgKGkgPSAwOyBpIDwgc29ydGVkS2V5cy5sZW5ndGg7IGkgKz0gMSkge1xuICAgICAga2V5ID0gc29ydGVkS2V5c1tpXTtcbiAgICAgIGNhbm9uaWNhbGl6ZWRPYmpba2V5XSA9IGNhbm9uaWNhbGl6ZShvYmpba2V5XSwgc3RhY2ssIHJlcGxhY2VtZW50U3RhY2ssIHJlcGxhY2VyLCBrZXkpO1xuICAgIH1cbiAgICBzdGFjay5wb3AoKTtcbiAgICByZXBsYWNlbWVudFN0YWNrLnBvcCgpO1xuICB9IGVsc2Uge1xuICAgIGNhbm9uaWNhbGl6ZWRPYmogPSBvYmo7XG4gIH1cbiAgcmV0dXJuIGNhbm9uaWNhbGl6ZWRPYmo7XG59XG4iXX0= diff --git a/node_modules/diff/lib/diff/line.js b/node_modules/diff/lib/diff/line.js new file mode 100644 index 0000000..f323f84 --- /dev/null +++ b/node_modules/diff/lib/diff/line.js @@ -0,0 +1,89 @@ +/*istanbul ignore start*/ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.diffLines = diffLines; +exports.diffTrimmedLines = diffTrimmedLines; +exports.lineDiff = void 0; + +/*istanbul ignore end*/ +var +/*istanbul ignore start*/ +_base = _interopRequireDefault(require("./base")) +/*istanbul ignore end*/ +; + +var +/*istanbul ignore start*/ +_params = require("../util/params") +/*istanbul ignore end*/ +; + +/*istanbul ignore start*/ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +/*istanbul ignore end*/ +var lineDiff = new +/*istanbul ignore start*/ +_base +/*istanbul ignore end*/ +. +/*istanbul ignore start*/ +default +/*istanbul ignore end*/ +(); + +/*istanbul ignore start*/ +exports.lineDiff = lineDiff; + +/*istanbul ignore end*/ +lineDiff.tokenize = function (value) { + var retLines = [], + linesAndNewlines = value.split(/(\n|\r\n)/); // Ignore the final empty token that occurs if the string ends with a new line + + if (!linesAndNewlines[linesAndNewlines.length - 1]) { + linesAndNewlines.pop(); + } // Merge the content and line separators into single tokens + + + for (var i = 0; i < linesAndNewlines.length; i++) { + var line = linesAndNewlines[i]; + + if (i % 2 && !this.options.newlineIsToken) { + retLines[retLines.length - 1] += line; + } else { + if (this.options.ignoreWhitespace) { + line = line.trim(); + } + + retLines.push(line); + } + } + + return retLines; +}; + +function diffLines(oldStr, newStr, callback) { + return lineDiff.diff(oldStr, newStr, callback); +} + +function diffTrimmedLines(oldStr, newStr, callback) { + var options = + /*istanbul ignore start*/ + (0, + /*istanbul ignore end*/ + + /*istanbul ignore start*/ + _params + /*istanbul ignore end*/ + . + /*istanbul ignore start*/ + generateOptions) + /*istanbul ignore end*/ + (callback, { + ignoreWhitespace: true + }); + return lineDiff.diff(oldStr, newStr, options); +} +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kaWZmL2xpbmUuanMiXSwibmFtZXMiOlsibGluZURpZmYiLCJEaWZmIiwidG9rZW5pemUiLCJ2YWx1ZSIsInJldExpbmVzIiwibGluZXNBbmROZXdsaW5lcyIsInNwbGl0IiwibGVuZ3RoIiwicG9wIiwiaSIsImxpbmUiLCJvcHRpb25zIiwibmV3bGluZUlzVG9rZW4iLCJpZ25vcmVXaGl0ZXNwYWNlIiwidHJpbSIsInB1c2giLCJkaWZmTGluZXMiLCJvbGRTdHIiLCJuZXdTdHIiLCJjYWxsYmFjayIsImRpZmYiLCJkaWZmVHJpbW1lZExpbmVzIiwiZ2VuZXJhdGVPcHRpb25zIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7OztBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQ0E7QUFBQTtBQUFBO0FBQUE7QUFBQTs7Ozs7QUFFTyxJQUFNQSxRQUFRLEdBQUc7QUFBSUM7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBSjtBQUFBLEVBQWpCOzs7Ozs7QUFDUEQsUUFBUSxDQUFDRSxRQUFULEdBQW9CLFVBQVNDLEtBQVQsRUFBZ0I7QUFDbEMsTUFBSUMsUUFBUSxHQUFHLEVBQWY7QUFBQSxNQUNJQyxnQkFBZ0IsR0FBR0YsS0FBSyxDQUFDRyxLQUFOLENBQVksV0FBWixDQUR2QixDQURrQyxDQUlsQzs7QUFDQSxNQUFJLENBQUNELGdCQUFnQixDQUFDQSxnQkFBZ0IsQ0FBQ0UsTUFBakIsR0FBMEIsQ0FBM0IsQ0FBckIsRUFBb0Q7QUFDbERGLElBQUFBLGdCQUFnQixDQUFDRyxHQUFqQjtBQUNELEdBUGlDLENBU2xDOzs7QUFDQSxPQUFLLElBQUlDLENBQUMsR0FBRyxDQUFiLEVBQWdCQSxDQUFDLEdBQUdKLGdCQUFnQixDQUFDRSxNQUFyQyxFQUE2Q0UsQ0FBQyxFQUE5QyxFQUFrRDtBQUNoRCxRQUFJQyxJQUFJLEdBQUdMLGdCQUFnQixDQUFDSSxDQUFELENBQTNCOztBQUVBLFFBQUlBLENBQUMsR0FBRyxDQUFKLElBQVMsQ0FBQyxLQUFLRSxPQUFMLENBQWFDLGNBQTNCLEVBQTJDO0FBQ3pDUixNQUFBQSxRQUFRLENBQUNBLFFBQVEsQ0FBQ0csTUFBVCxHQUFrQixDQUFuQixDQUFSLElBQWlDRyxJQUFqQztBQUNELEtBRkQsTUFFTztBQUNMLFVBQUksS0FBS0MsT0FBTCxDQUFhRSxnQkFBakIsRUFBbUM7QUFDakNILFFBQUFBLElBQUksR0FBR0EsSUFBSSxDQUFDSSxJQUFMLEVBQVA7QUFDRDs7QUFDRFYsTUFBQUEsUUFBUSxDQUFDVyxJQUFULENBQWNMLElBQWQ7QUFDRDtBQUNGOztBQUVELFNBQU9OLFFBQVA7QUFDRCxDQXhCRDs7QUEwQk8sU0FBU1ksU0FBVCxDQUFtQkMsTUFBbkIsRUFBMkJDLE1BQTNCLEVBQW1DQyxRQUFuQyxFQUE2QztBQUFFLFNBQU9uQixRQUFRLENBQUNvQixJQUFULENBQWNILE1BQWQsRUFBc0JDLE1BQXRCLEVBQThCQyxRQUE5QixDQUFQO0FBQWlEOztBQUNoRyxTQUFTRSxnQkFBVCxDQUEwQkosTUFBMUIsRUFBa0NDLE1BQWxDLEVBQTBDQyxRQUExQyxFQUFvRDtBQUN6RCxNQUFJUixPQUFPO0FBQUc7QUFBQTtBQUFBOztBQUFBVztBQUFBQTtBQUFBQTtBQUFBQTtBQUFBQTtBQUFBQTtBQUFBO0FBQUEsR0FBZ0JILFFBQWhCLEVBQTBCO0FBQUNOLElBQUFBLGdCQUFnQixFQUFFO0FBQW5CLEdBQTFCLENBQWQ7QUFDQSxTQUFPYixRQUFRLENBQUNvQixJQUFULENBQWNILE1BQWQsRUFBc0JDLE1BQXRCLEVBQThCUCxPQUE5QixDQUFQO0FBQ0QiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgRGlmZiBmcm9tICcuL2Jhc2UnO1xuaW1wb3J0IHtnZW5lcmF0ZU9wdGlvbnN9IGZyb20gJy4uL3V0aWwvcGFyYW1zJztcblxuZXhwb3J0IGNvbnN0IGxpbmVEaWZmID0gbmV3IERpZmYoKTtcbmxpbmVEaWZmLnRva2VuaXplID0gZnVuY3Rpb24odmFsdWUpIHtcbiAgbGV0IHJldExpbmVzID0gW10sXG4gICAgICBsaW5lc0FuZE5ld2xpbmVzID0gdmFsdWUuc3BsaXQoLyhcXG58XFxyXFxuKS8pO1xuXG4gIC8vIElnbm9yZSB0aGUgZmluYWwgZW1wdHkgdG9rZW4gdGhhdCBvY2N1cnMgaWYgdGhlIHN0cmluZyBlbmRzIHdpdGggYSBuZXcgbGluZVxuICBpZiAoIWxpbmVzQW5kTmV3bGluZXNbbGluZXNBbmROZXdsaW5lcy5sZW5ndGggLSAxXSkge1xuICAgIGxpbmVzQW5kTmV3bGluZXMucG9wKCk7XG4gIH1cblxuICAvLyBNZXJnZSB0aGUgY29udGVudCBhbmQgbGluZSBzZXBhcmF0b3JzIGludG8gc2luZ2xlIHRva2Vuc1xuICBmb3IgKGxldCBpID0gMDsgaSA8IGxpbmVzQW5kTmV3bGluZXMubGVuZ3RoOyBpKyspIHtcbiAgICBsZXQgbGluZSA9IGxpbmVzQW5kTmV3bGluZXNbaV07XG5cbiAgICBpZiAoaSAlIDIgJiYgIXRoaXMub3B0aW9ucy5uZXdsaW5lSXNUb2tlbikge1xuICAgICAgcmV0TGluZXNbcmV0TGluZXMubGVuZ3RoIC0gMV0gKz0gbGluZTtcbiAgICB9IGVsc2Uge1xuICAgICAgaWYgKHRoaXMub3B0aW9ucy5pZ25vcmVXaGl0ZXNwYWNlKSB7XG4gICAgICAgIGxpbmUgPSBsaW5lLnRyaW0oKTtcbiAgICAgIH1cbiAgICAgIHJldExpbmVzLnB1c2gobGluZSk7XG4gICAgfVxuICB9XG5cbiAgcmV0dXJuIHJldExpbmVzO1xufTtcblxuZXhwb3J0IGZ1bmN0aW9uIGRpZmZMaW5lcyhvbGRTdHIsIG5ld1N0ciwgY2FsbGJhY2spIHsgcmV0dXJuIGxpbmVEaWZmLmRpZmYob2xkU3RyLCBuZXdTdHIsIGNhbGxiYWNrKTsgfVxuZXhwb3J0IGZ1bmN0aW9uIGRpZmZUcmltbWVkTGluZXMob2xkU3RyLCBuZXdTdHIsIGNhbGxiYWNrKSB7XG4gIGxldCBvcHRpb25zID0gZ2VuZXJhdGVPcHRpb25zKGNhbGxiYWNrLCB7aWdub3JlV2hpdGVzcGFjZTogdHJ1ZX0pO1xuICByZXR1cm4gbGluZURpZmYuZGlmZihvbGRTdHIsIG5ld1N0ciwgb3B0aW9ucyk7XG59XG4iXX0= diff --git a/node_modules/diff/lib/diff/sentence.js b/node_modules/diff/lib/diff/sentence.js new file mode 100644 index 0000000..9ee96e9 --- /dev/null +++ b/node_modules/diff/lib/diff/sentence.js @@ -0,0 +1,41 @@ +/*istanbul ignore start*/ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.diffSentences = diffSentences; +exports.sentenceDiff = void 0; + +/*istanbul ignore end*/ +var +/*istanbul ignore start*/ +_base = _interopRequireDefault(require("./base")) +/*istanbul ignore end*/ +; + +/*istanbul ignore start*/ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +/*istanbul ignore end*/ +var sentenceDiff = new +/*istanbul ignore start*/ +_base +/*istanbul ignore end*/ +. +/*istanbul ignore start*/ +default +/*istanbul ignore end*/ +(); + +/*istanbul ignore start*/ +exports.sentenceDiff = sentenceDiff; + +/*istanbul ignore end*/ +sentenceDiff.tokenize = function (value) { + return value.split(/(\S.+?[.!?])(?=\s+|$)/); +}; + +function diffSentences(oldStr, newStr, callback) { + return sentenceDiff.diff(oldStr, newStr, callback); +} +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kaWZmL3NlbnRlbmNlLmpzIl0sIm5hbWVzIjpbInNlbnRlbmNlRGlmZiIsIkRpZmYiLCJ0b2tlbml6ZSIsInZhbHVlIiwic3BsaXQiLCJkaWZmU2VudGVuY2VzIiwib2xkU3RyIiwibmV3U3RyIiwiY2FsbGJhY2siLCJkaWZmIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTs7Ozs7QUFHTyxJQUFNQSxZQUFZLEdBQUc7QUFBSUM7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBQUE7QUFBSjtBQUFBLEVBQXJCOzs7Ozs7QUFDUEQsWUFBWSxDQUFDRSxRQUFiLEdBQXdCLFVBQVNDLEtBQVQsRUFBZ0I7QUFDdEMsU0FBT0EsS0FBSyxDQUFDQyxLQUFOLENBQVksdUJBQVosQ0FBUDtBQUNELENBRkQ7O0FBSU8sU0FBU0MsYUFBVCxDQUF1QkMsTUFBdkIsRUFBK0JDLE1BQS9CLEVBQXVDQyxRQUF2QyxFQUFpRDtBQUFFLFNBQU9SLFlBQVksQ0FBQ1MsSUFBYixDQUFrQkgsTUFBbEIsRUFBMEJDLE1BQTFCLEVBQWtDQyxRQUFsQyxDQUFQO0FBQXFEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IERpZmYgZnJvbSAnLi9iYXNlJztcblxuXG5leHBvcnQgY29uc3Qgc2VudGVuY2VEaWZmID0gbmV3IERpZmYoKTtcbnNlbnRlbmNlRGlmZi50b2tlbml6ZSA9IGZ1bmN0aW9uKHZhbHVlKSB7XG4gIHJldHVybiB2YWx1ZS5zcGxpdCgvKFxcUy4rP1suIT9dKSg/PVxccyt8JCkvKTtcbn07XG5cbmV4cG9ydCBmdW5jdGlvbiBkaWZmU2VudGVuY2VzKG9sZFN0ciwgbmV3U3RyLCBjYWxsYmFjaykgeyByZXR1cm4gc2VudGVuY2VEaWZmLmRpZmYob2xkU3RyLCBuZXdTdHIsIGNhbGxiYWNrKTsgfVxuIl19 diff --git a/node_modules/diff/lib/diff/word.js b/node_modules/diff/lib/diff/word.js new file mode 100644 index 0000000..0b952e0 --- /dev/null +++ b/node_modules/diff/lib/diff/word.js @@ -0,0 +1,107 @@ +/*istanbul ignore start*/ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.diffWords = diffWords; +exports.diffWordsWithSpace = diffWordsWithSpace; +exports.wordDiff = void 0; + +/*istanbul ignore end*/ +var +/*istanbul ignore start*/ +_base = _interopRequireDefault(require("./base")) +/*istanbul ignore end*/ +; + +var +/*istanbul ignore start*/ +_params = require("../util/params") +/*istanbul ignore end*/ +; + +/*istanbul ignore start*/ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +/*istanbul ignore end*/ +// Based on https://en.wikipedia.org/wiki/Latin_script_in_Unicode +// +// Ranges and exceptions: +// Latin-1 Supplement, 0080–00FF +// - U+00D7 × Multiplication sign +// - U+00F7 ÷ Division sign +// Latin Extended-A, 0100–017F +// Latin Extended-B, 0180–024F +// IPA Extensions, 0250–02AF +// Spacing Modifier Letters, 02B0–02FF +// - U+02C7 ˇ ˇ Caron +// - U+02D8 ˘ ˘ Breve +// - U+02D9 ˙ ˙ Dot Above +// - U+02DA ˚ ˚ Ring Above +// - U+02DB ˛ ˛ Ogonek +// - U+02DC ˜ ˜ Small Tilde +// - U+02DD ˝ ˝ Double Acute Accent +// Latin Extended Additional, 1E00–1EFF +var extendedWordChars = /^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/; +var reWhitespace = /\S/; +var wordDiff = new +/*istanbul ignore start*/ +_base +/*istanbul ignore end*/ +. +/*istanbul ignore start*/ +default +/*istanbul ignore end*/ +(); + +/*istanbul ignore start*/ +exports.wordDiff = wordDiff; + +/*istanbul ignore end*/ +wordDiff.equals = function (left, right) { + if (this.options.ignoreCase) { + left = left.toLowerCase(); + right = right.toLowerCase(); + } + + return left === right || this.options.ignoreWhitespace && !reWhitespace.test(left) && !reWhitespace.test(right); +}; + +wordDiff.tokenize = function (value) { + var tokens = value.split(/(\s+|[()[\]{}'"]|\b)/); // Join the boundary splits that we do not consider to be boundaries. This is primarily the extended Latin character set. + + for (var i = 0; i < tokens.length - 1; i++) { + // If we have an empty string in the next field and we have only word chars before and after, merge + if (!tokens[i + 1] && tokens[i + 2] && extendedWordChars.test(tokens[i]) && extendedWordChars.test(tokens[i + 2])) { + tokens[i] += tokens[i + 2]; + tokens.splice(i + 1, 2); + i--; + } + } + + return tokens; +}; + +function diffWords(oldStr, newStr, options) { + options = + /*istanbul ignore start*/ + (0, + /*istanbul ignore end*/ + + /*istanbul ignore start*/ + _params + /*istanbul ignore end*/ + . + /*istanbul ignore start*/ + generateOptions) + /*istanbul ignore end*/ + (options, { + ignoreWhitespace: true + }); + return wordDiff.diff(oldStr, newStr, options); +} + +function diffWordsWithSpace(oldStr, newStr, options) { + return wordDiff.diff(oldStr, newStr, options); +} +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9kaWZmL3dvcmQuanMiXSwibmFtZXMiOlsiZXh0ZW5kZWRXb3JkQ2hhcnMiLCJyZVdoaXRlc3BhY2UiLCJ3b3JkRGlmZiIsIkRpZmYiLCJlcXVhbHMiLCJsZWZ0IiwicmlnaHQiLCJvcHRpb25zIiwiaWdub3JlQ2FzZSIsInRvTG93ZXJDYXNlIiwiaWdub3JlV2hpdGVzcGFjZSIsInRlc3QiLCJ0b2tlbml6ZSIsInZhbHVlIiwidG9rZW5zIiwic3BsaXQiLCJpIiwibGVuZ3RoIiwic3BsaWNlIiwiZGlmZldvcmRzIiwib2xkU3RyIiwibmV3U3RyIiwiZ2VuZXJhdGVPcHRpb25zIiwiZGlmZiIsImRpZmZXb3Jkc1dpdGhTcGFjZSJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUNBO0FBQUE7QUFBQTtBQUFBO0FBQUE7Ozs7O0FBRUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsSUFBTUEsaUJBQWlCLEdBQUcsK0RBQTFCO0FBRUEsSUFBTUMsWUFBWSxHQUFHLElBQXJCO0FBRU8sSUFBTUMsUUFBUSxHQUFHO0FBQUlDO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUo7QUFBQSxFQUFqQjs7Ozs7O0FBQ1BELFFBQVEsQ0FBQ0UsTUFBVCxHQUFrQixVQUFTQyxJQUFULEVBQWVDLEtBQWYsRUFBc0I7QUFDdEMsTUFBSSxLQUFLQyxPQUFMLENBQWFDLFVBQWpCLEVBQTZCO0FBQzNCSCxJQUFBQSxJQUFJLEdBQUdBLElBQUksQ0FBQ0ksV0FBTCxFQUFQO0FBQ0FILElBQUFBLEtBQUssR0FBR0EsS0FBSyxDQUFDRyxXQUFOLEVBQVI7QUFDRDs7QUFDRCxTQUFPSixJQUFJLEtBQUtDLEtBQVQsSUFBbUIsS0FBS0MsT0FBTCxDQUFhRyxnQkFBYixJQUFpQyxDQUFDVCxZQUFZLENBQUNVLElBQWIsQ0FBa0JOLElBQWxCLENBQWxDLElBQTZELENBQUNKLFlBQVksQ0FBQ1UsSUFBYixDQUFrQkwsS0FBbEIsQ0FBeEY7QUFDRCxDQU5EOztBQU9BSixRQUFRLENBQUNVLFFBQVQsR0FBb0IsVUFBU0MsS0FBVCxFQUFnQjtBQUNsQyxNQUFJQyxNQUFNLEdBQUdELEtBQUssQ0FBQ0UsS0FBTixDQUFZLHNCQUFaLENBQWIsQ0FEa0MsQ0FHbEM7O0FBQ0EsT0FBSyxJQUFJQyxDQUFDLEdBQUcsQ0FBYixFQUFnQkEsQ0FBQyxHQUFHRixNQUFNLENBQUNHLE1BQVAsR0FBZ0IsQ0FBcEMsRUFBdUNELENBQUMsRUFBeEMsRUFBNEM7QUFDMUM7QUFDQSxRQUFJLENBQUNGLE1BQU0sQ0FBQ0UsQ0FBQyxHQUFHLENBQUwsQ0FBUCxJQUFrQkYsTUFBTSxDQUFDRSxDQUFDLEdBQUcsQ0FBTCxDQUF4QixJQUNLaEIsaUJBQWlCLENBQUNXLElBQWxCLENBQXVCRyxNQUFNLENBQUNFLENBQUQsQ0FBN0IsQ0FETCxJQUVLaEIsaUJBQWlCLENBQUNXLElBQWxCLENBQXVCRyxNQUFNLENBQUNFLENBQUMsR0FBRyxDQUFMLENBQTdCLENBRlQsRUFFZ0Q7QUFDOUNGLE1BQUFBLE1BQU0sQ0FBQ0UsQ0FBRCxDQUFOLElBQWFGLE1BQU0sQ0FBQ0UsQ0FBQyxHQUFHLENBQUwsQ0FBbkI7QUFDQUYsTUFBQUEsTUFBTSxDQUFDSSxNQUFQLENBQWNGLENBQUMsR0FBRyxDQUFsQixFQUFxQixDQUFyQjtBQUNBQSxNQUFBQSxDQUFDO0FBQ0Y7QUFDRjs7QUFFRCxTQUFPRixNQUFQO0FBQ0QsQ0FoQkQ7O0FBa0JPLFNBQVNLLFNBQVQsQ0FBbUJDLE1BQW5CLEVBQTJCQyxNQUEzQixFQUFtQ2QsT0FBbkMsRUFBNEM7QUFDakRBLEVBQUFBLE9BQU87QUFBRztBQUFBO0FBQUE7O0FBQUFlO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUE7QUFBQSxHQUFnQmYsT0FBaEIsRUFBeUI7QUFBQ0csSUFBQUEsZ0JBQWdCLEVBQUU7QUFBbkIsR0FBekIsQ0FBVjtBQUNBLFNBQU9SLFFBQVEsQ0FBQ3FCLElBQVQsQ0FBY0gsTUFBZCxFQUFzQkMsTUFBdEIsRUFBOEJkLE9BQTlCLENBQVA7QUFDRDs7QUFFTSxTQUFTaUIsa0JBQVQsQ0FBNEJKLE1BQTVCLEVBQW9DQyxNQUFwQyxFQUE0Q2QsT0FBNUMsRUFBcUQ7QUFDMUQsU0FBT0wsUUFBUSxDQUFDcUIsSUFBVCxDQUFjSCxNQUFkLEVBQXNCQyxNQUF0QixFQUE4QmQsT0FBOUIsQ0FBUDtBQUNEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IERpZmYgZnJvbSAnLi9iYXNlJztcbmltcG9ydCB7Z2VuZXJhdGVPcHRpb25zfSBmcm9tICcuLi91dGlsL3BhcmFtcyc7XG5cbi8vIEJhc2VkIG9uIGh0dHBzOi8vZW4ud2lraXBlZGlhLm9yZy93aWtpL0xhdGluX3NjcmlwdF9pbl9Vbmljb2RlXG4vL1xuLy8gUmFuZ2VzIGFuZCBleGNlcHRpb25zOlxuLy8gTGF0aW4tMSBTdXBwbGVtZW50LCAwMDgw4oCTMDBGRlxuLy8gIC0gVSswMEQ3ICDDlyBNdWx0aXBsaWNhdGlvbiBzaWduXG4vLyAgLSBVKzAwRjcgIMO3IERpdmlzaW9uIHNpZ25cbi8vIExhdGluIEV4dGVuZGVkLUEsIDAxMDDigJMwMTdGXG4vLyBMYXRpbiBFeHRlbmRlZC1CLCAwMTgw4oCTMDI0RlxuLy8gSVBBIEV4dGVuc2lvbnMsIDAyNTDigJMwMkFGXG4vLyBTcGFjaW5nIE1vZGlmaWVyIExldHRlcnMsIDAyQjDigJMwMkZGXG4vLyAgLSBVKzAyQzcgIMuHICYjNzExOyAgQ2Fyb25cbi8vICAtIFUrMDJEOCAgy5ggJiM3Mjg7ICBCcmV2ZVxuLy8gIC0gVSswMkQ5ICDLmSAmIzcyOTsgIERvdCBBYm92ZVxuLy8gIC0gVSswMkRBICDLmiAmIzczMDsgIFJpbmcgQWJvdmVcbi8vICAtIFUrMDJEQiAgy5sgJiM3MzE7ICBPZ29uZWtcbi8vICAtIFUrMDJEQyAgy5wgJiM3MzI7ICBTbWFsbCBUaWxkZVxuLy8gIC0gVSswMkREICDLnSAmIzczMzsgIERvdWJsZSBBY3V0ZSBBY2NlbnRcbi8vIExhdGluIEV4dGVuZGVkIEFkZGl0aW9uYWwsIDFFMDDigJMxRUZGXG5jb25zdCBleHRlbmRlZFdvcmRDaGFycyA9IC9eW2EtekEtWlxcdXtDMH0tXFx1e0ZGfVxcdXtEOH0tXFx1e0Y2fVxcdXtGOH0tXFx1ezJDNn1cXHV7MkM4fS1cXHV7MkQ3fVxcdXsyREV9LVxcdXsyRkZ9XFx1ezFFMDB9LVxcdXsxRUZGfV0rJC91O1xuXG5jb25zdCByZVdoaXRlc3BhY2UgPSAvXFxTLztcblxuZXhwb3J0IGNvbnN0IHdvcmREaWZmID0gbmV3IERpZmYoKTtcbndvcmREaWZmLmVxdWFscyA9IGZ1bmN0aW9uKGxlZnQsIHJpZ2h0KSB7XG4gIGlmICh0aGlzLm9wdGlvbnMuaWdub3JlQ2FzZSkge1xuICAgIGxlZnQgPSBsZWZ0LnRvTG93ZXJDYXNlKCk7XG4gICAgcmlnaHQgPSByaWdodC50b0xvd2VyQ2FzZSgpO1xuICB9XG4gIHJldHVybiBsZWZ0ID09PSByaWdodCB8fCAodGhpcy5vcHRpb25zLmlnbm9yZVdoaXRlc3BhY2UgJiYgIXJlV2hpdGVzcGFjZS50ZXN0KGxlZnQpICYmICFyZVdoaXRlc3BhY2UudGVzdChyaWdodCkpO1xufTtcbndvcmREaWZmLnRva2VuaXplID0gZnVuY3Rpb24odmFsdWUpIHtcbiAgbGV0IHRva2VucyA9IHZhbHVlLnNwbGl0KC8oXFxzK3xbKClbXFxde30nXCJdfFxcYikvKTtcblxuICAvLyBKb2luIHRoZSBib3VuZGFyeSBzcGxpdHMgdGhhdCB3ZSBkbyBub3QgY29uc2lkZXIgdG8gYmUgYm91bmRhcmllcy4gVGhpcyBpcyBwcmltYXJpbHkgdGhlIGV4dGVuZGVkIExhdGluIGNoYXJhY3RlciBzZXQuXG4gIGZvciAobGV0IGkgPSAwOyBpIDwgdG9rZW5zLmxlbmd0aCAtIDE7IGkrKykge1xuICAgIC8vIElmIHdlIGhhdmUgYW4gZW1wdHkgc3RyaW5nIGluIHRoZSBuZXh0IGZpZWxkIGFuZCB3ZSBoYXZlIG9ubHkgd29yZCBjaGFycyBiZWZvcmUgYW5kIGFmdGVyLCBtZXJnZVxuICAgIGlmICghdG9rZW5zW2kgKyAxXSAmJiB0b2tlbnNbaSArIDJdXG4gICAgICAgICAgJiYgZXh0ZW5kZWRXb3JkQ2hhcnMudGVzdCh0b2tlbnNbaV0pXG4gICAgICAgICAgJiYgZXh0ZW5kZWRXb3JkQ2hhcnMudGVzdCh0b2tlbnNbaSArIDJdKSkge1xuICAgICAgdG9rZW5zW2ldICs9IHRva2Vuc1tpICsgMl07XG4gICAgICB0b2tlbnMuc3BsaWNlKGkgKyAxLCAyKTtcbiAgICAgIGktLTtcbiAgICB9XG4gIH1cblxuICByZXR1cm4gdG9rZW5zO1xufTtcblxuZXhwb3J0IGZ1bmN0aW9uIGRpZmZXb3JkcyhvbGRTdHIsIG5ld1N0ciwgb3B0aW9ucykge1xuICBvcHRpb25zID0gZ2VuZXJhdGVPcHRpb25zKG9wdGlvbnMsIHtpZ25vcmVXaGl0ZXNwYWNlOiB0cnVlfSk7XG4gIHJldHVybiB3b3JkRGlmZi5kaWZmKG9sZFN0ciwgbmV3U3RyLCBvcHRpb25zKTtcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIGRpZmZXb3Jkc1dpdGhTcGFjZShvbGRTdHIsIG5ld1N0ciwgb3B0aW9ucykge1xuICByZXR1cm4gd29yZERpZmYuZGlmZihvbGRTdHIsIG5ld1N0ciwgb3B0aW9ucyk7XG59XG4iXX0= diff --git a/node_modules/diff/lib/index.es6.js b/node_modules/diff/lib/index.es6.js new file mode 100644 index 0000000..6dd2a6f --- /dev/null +++ b/node_modules/diff/lib/index.es6.js @@ -0,0 +1,1519 @@ +function Diff() {} +Diff.prototype = { + diff: function diff(oldString, newString) { + var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + var callback = options.callback; + + if (typeof options === 'function') { + callback = options; + options = {}; + } + + this.options = options; + var self = this; + + function done(value) { + if (callback) { + setTimeout(function () { + callback(undefined, value); + }, 0); + return true; + } else { + return value; + } + } // Allow subclasses to massage the input prior to running + + + oldString = this.castInput(oldString); + newString = this.castInput(newString); + oldString = this.removeEmpty(this.tokenize(oldString)); + newString = this.removeEmpty(this.tokenize(newString)); + var newLen = newString.length, + oldLen = oldString.length; + var editLength = 1; + var maxEditLength = newLen + oldLen; + var bestPath = [{ + newPos: -1, + components: [] + }]; // Seed editLength = 0, i.e. the content starts with the same values + + var oldPos = this.extractCommon(bestPath[0], newString, oldString, 0); + + if (bestPath[0].newPos + 1 >= newLen && oldPos + 1 >= oldLen) { + // Identity per the equality and tokenizer + return done([{ + value: this.join(newString), + count: newString.length + }]); + } // Main worker method. checks all permutations of a given edit length for acceptance. + + + function execEditLength() { + for (var diagonalPath = -1 * editLength; diagonalPath <= editLength; diagonalPath += 2) { + var basePath = void 0; + + var addPath = bestPath[diagonalPath - 1], + removePath = bestPath[diagonalPath + 1], + _oldPos = (removePath ? removePath.newPos : 0) - diagonalPath; + + if (addPath) { + // No one else is going to attempt to use this value, clear it + bestPath[diagonalPath - 1] = undefined; + } + + var canAdd = addPath && addPath.newPos + 1 < newLen, + canRemove = removePath && 0 <= _oldPos && _oldPos < oldLen; + + if (!canAdd && !canRemove) { + // If this path is a terminal then prune + bestPath[diagonalPath] = undefined; + continue; + } // Select the diagonal that we want to branch from. We select the prior + // path whose position in the new string is the farthest from the origin + // and does not pass the bounds of the diff graph + + + if (!canAdd || canRemove && addPath.newPos < removePath.newPos) { + basePath = clonePath(removePath); + self.pushComponent(basePath.components, undefined, true); + } else { + basePath = addPath; // No need to clone, we've pulled it from the list + + basePath.newPos++; + self.pushComponent(basePath.components, true, undefined); + } + + _oldPos = self.extractCommon(basePath, newString, oldString, diagonalPath); // If we have hit the end of both strings, then we are done + + if (basePath.newPos + 1 >= newLen && _oldPos + 1 >= oldLen) { + return done(buildValues(self, basePath.components, newString, oldString, self.useLongestToken)); + } else { + // Otherwise track this path as a potential candidate and continue. + bestPath[diagonalPath] = basePath; + } + } + + editLength++; + } // Performs the length of edit iteration. Is a bit fugly as this has to support the + // sync and async mode which is never fun. Loops over execEditLength until a value + // is produced. + + + if (callback) { + (function exec() { + setTimeout(function () { + // This should not happen, but we want to be safe. + + /* istanbul ignore next */ + if (editLength > maxEditLength) { + return callback(); + } + + if (!execEditLength()) { + exec(); + } + }, 0); + })(); + } else { + while (editLength <= maxEditLength) { + var ret = execEditLength(); + + if (ret) { + return ret; + } + } + } + }, + pushComponent: function pushComponent(components, added, removed) { + var last = components[components.length - 1]; + + if (last && last.added === added && last.removed === removed) { + // We need to clone here as the component clone operation is just + // as shallow array clone + components[components.length - 1] = { + count: last.count + 1, + added: added, + removed: removed + }; + } else { + components.push({ + count: 1, + added: added, + removed: removed + }); + } + }, + extractCommon: function extractCommon(basePath, newString, oldString, diagonalPath) { + var newLen = newString.length, + oldLen = oldString.length, + newPos = basePath.newPos, + oldPos = newPos - diagonalPath, + commonCount = 0; + + while (newPos + 1 < newLen && oldPos + 1 < oldLen && this.equals(newString[newPos + 1], oldString[oldPos + 1])) { + newPos++; + oldPos++; + commonCount++; + } + + if (commonCount) { + basePath.components.push({ + count: commonCount + }); + } + + basePath.newPos = newPos; + return oldPos; + }, + equals: function equals(left, right) { + if (this.options.comparator) { + return this.options.comparator(left, right); + } else { + return left === right || this.options.ignoreCase && left.toLowerCase() === right.toLowerCase(); + } + }, + removeEmpty: function removeEmpty(array) { + var ret = []; + + for (var i = 0; i < array.length; i++) { + if (array[i]) { + ret.push(array[i]); + } + } + + return ret; + }, + castInput: function castInput(value) { + return value; + }, + tokenize: function tokenize(value) { + return value.split(''); + }, + join: function join(chars) { + return chars.join(''); + } +}; + +function buildValues(diff, components, newString, oldString, useLongestToken) { + var componentPos = 0, + componentLen = components.length, + newPos = 0, + oldPos = 0; + + for (; componentPos < componentLen; componentPos++) { + var component = components[componentPos]; + + if (!component.removed) { + if (!component.added && useLongestToken) { + var value = newString.slice(newPos, newPos + component.count); + value = value.map(function (value, i) { + var oldValue = oldString[oldPos + i]; + return oldValue.length > value.length ? oldValue : value; + }); + component.value = diff.join(value); + } else { + component.value = diff.join(newString.slice(newPos, newPos + component.count)); + } + + newPos += component.count; // Common case + + if (!component.added) { + oldPos += component.count; + } + } else { + component.value = diff.join(oldString.slice(oldPos, oldPos + component.count)); + oldPos += component.count; // Reverse add and remove so removes are output first to match common convention + // The diffing algorithm is tied to add then remove output and this is the simplest + // route to get the desired output with minimal overhead. + + if (componentPos && components[componentPos - 1].added) { + var tmp = components[componentPos - 1]; + components[componentPos - 1] = components[componentPos]; + components[componentPos] = tmp; + } + } + } // Special case handle for when one terminal is ignored (i.e. whitespace). + // For this case we merge the terminal into the prior string and drop the change. + // This is only available for string mode. + + + var lastComponent = components[componentLen - 1]; + + if (componentLen > 1 && typeof lastComponent.value === 'string' && (lastComponent.added || lastComponent.removed) && diff.equals('', lastComponent.value)) { + components[componentLen - 2].value += lastComponent.value; + components.pop(); + } + + return components; +} + +function clonePath(path) { + return { + newPos: path.newPos, + components: path.components.slice(0) + }; +} + +var characterDiff = new Diff(); +function diffChars(oldStr, newStr, options) { + return characterDiff.diff(oldStr, newStr, options); +} + +function generateOptions(options, defaults) { + if (typeof options === 'function') { + defaults.callback = options; + } else if (options) { + for (var name in options) { + /* istanbul ignore else */ + if (options.hasOwnProperty(name)) { + defaults[name] = options[name]; + } + } + } + + return defaults; +} + +// +// Ranges and exceptions: +// Latin-1 Supplement, 0080–00FF +// - U+00D7 × Multiplication sign +// - U+00F7 ÷ Division sign +// Latin Extended-A, 0100–017F +// Latin Extended-B, 0180–024F +// IPA Extensions, 0250–02AF +// Spacing Modifier Letters, 02B0–02FF +// - U+02C7 ˇ ˇ Caron +// - U+02D8 ˘ ˘ Breve +// - U+02D9 ˙ ˙ Dot Above +// - U+02DA ˚ ˚ Ring Above +// - U+02DB ˛ ˛ Ogonek +// - U+02DC ˜ ˜ Small Tilde +// - U+02DD ˝ ˝ Double Acute Accent +// Latin Extended Additional, 1E00–1EFF + +var extendedWordChars = /^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/; +var reWhitespace = /\S/; +var wordDiff = new Diff(); + +wordDiff.equals = function (left, right) { + if (this.options.ignoreCase) { + left = left.toLowerCase(); + right = right.toLowerCase(); + } + + return left === right || this.options.ignoreWhitespace && !reWhitespace.test(left) && !reWhitespace.test(right); +}; + +wordDiff.tokenize = function (value) { + var tokens = value.split(/(\s+|[()[\]{}'"]|\b)/); // Join the boundary splits that we do not consider to be boundaries. This is primarily the extended Latin character set. + + for (var i = 0; i < tokens.length - 1; i++) { + // If we have an empty string in the next field and we have only word chars before and after, merge + if (!tokens[i + 1] && tokens[i + 2] && extendedWordChars.test(tokens[i]) && extendedWordChars.test(tokens[i + 2])) { + tokens[i] += tokens[i + 2]; + tokens.splice(i + 1, 2); + i--; + } + } + + return tokens; +}; + +function diffWords(oldStr, newStr, options) { + options = generateOptions(options, { + ignoreWhitespace: true + }); + return wordDiff.diff(oldStr, newStr, options); +} +function diffWordsWithSpace(oldStr, newStr, options) { + return wordDiff.diff(oldStr, newStr, options); +} + +var lineDiff = new Diff(); + +lineDiff.tokenize = function (value) { + var retLines = [], + linesAndNewlines = value.split(/(\n|\r\n)/); // Ignore the final empty token that occurs if the string ends with a new line + + if (!linesAndNewlines[linesAndNewlines.length - 1]) { + linesAndNewlines.pop(); + } // Merge the content and line separators into single tokens + + + for (var i = 0; i < linesAndNewlines.length; i++) { + var line = linesAndNewlines[i]; + + if (i % 2 && !this.options.newlineIsToken) { + retLines[retLines.length - 1] += line; + } else { + if (this.options.ignoreWhitespace) { + line = line.trim(); + } + + retLines.push(line); + } + } + + return retLines; +}; + +function diffLines(oldStr, newStr, callback) { + return lineDiff.diff(oldStr, newStr, callback); +} +function diffTrimmedLines(oldStr, newStr, callback) { + var options = generateOptions(callback, { + ignoreWhitespace: true + }); + return lineDiff.diff(oldStr, newStr, options); +} + +var sentenceDiff = new Diff(); + +sentenceDiff.tokenize = function (value) { + return value.split(/(\S.+?[.!?])(?=\s+|$)/); +}; + +function diffSentences(oldStr, newStr, callback) { + return sentenceDiff.diff(oldStr, newStr, callback); +} + +var cssDiff = new Diff(); + +cssDiff.tokenize = function (value) { + return value.split(/([{}:;,]|\s+)/); +}; + +function diffCss(oldStr, newStr, callback) { + return cssDiff.diff(oldStr, newStr, callback); +} + +function _typeof(obj) { + if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { + _typeof = function (obj) { + return typeof obj; + }; + } else { + _typeof = function (obj) { + return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; + }; + } + + return _typeof(obj); +} + +function _toConsumableArray(arr) { + return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _nonIterableSpread(); +} + +function _arrayWithoutHoles(arr) { + if (Array.isArray(arr)) { + for (var i = 0, arr2 = new Array(arr.length); i < arr.length; i++) arr2[i] = arr[i]; + + return arr2; + } +} + +function _iterableToArray(iter) { + if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === "[object Arguments]") return Array.from(iter); +} + +function _nonIterableSpread() { + throw new TypeError("Invalid attempt to spread non-iterable instance"); +} + +var objectPrototypeToString = Object.prototype.toString; +var jsonDiff = new Diff(); // Discriminate between two lines of pretty-printed, serialized JSON where one of them has a +// dangling comma and the other doesn't. Turns out including the dangling comma yields the nicest output: + +jsonDiff.useLongestToken = true; +jsonDiff.tokenize = lineDiff.tokenize; + +jsonDiff.castInput = function (value) { + var _this$options = this.options, + undefinedReplacement = _this$options.undefinedReplacement, + _this$options$stringi = _this$options.stringifyReplacer, + stringifyReplacer = _this$options$stringi === void 0 ? function (k, v) { + return typeof v === 'undefined' ? undefinedReplacement : v; + } : _this$options$stringi; + return typeof value === 'string' ? value : JSON.stringify(canonicalize(value, null, null, stringifyReplacer), stringifyReplacer, ' '); +}; + +jsonDiff.equals = function (left, right) { + return Diff.prototype.equals.call(jsonDiff, left.replace(/,([\r\n])/g, '$1'), right.replace(/,([\r\n])/g, '$1')); +}; + +function diffJson(oldObj, newObj, options) { + return jsonDiff.diff(oldObj, newObj, options); +} // This function handles the presence of circular references by bailing out when encountering an +// object that is already on the "stack" of items being processed. Accepts an optional replacer + +function canonicalize(obj, stack, replacementStack, replacer, key) { + stack = stack || []; + replacementStack = replacementStack || []; + + if (replacer) { + obj = replacer(key, obj); + } + + var i; + + for (i = 0; i < stack.length; i += 1) { + if (stack[i] === obj) { + return replacementStack[i]; + } + } + + var canonicalizedObj; + + if ('[object Array]' === objectPrototypeToString.call(obj)) { + stack.push(obj); + canonicalizedObj = new Array(obj.length); + replacementStack.push(canonicalizedObj); + + for (i = 0; i < obj.length; i += 1) { + canonicalizedObj[i] = canonicalize(obj[i], stack, replacementStack, replacer, key); + } + + stack.pop(); + replacementStack.pop(); + return canonicalizedObj; + } + + if (obj && obj.toJSON) { + obj = obj.toJSON(); + } + + if (_typeof(obj) === 'object' && obj !== null) { + stack.push(obj); + canonicalizedObj = {}; + replacementStack.push(canonicalizedObj); + + var sortedKeys = [], + _key; + + for (_key in obj) { + /* istanbul ignore else */ + if (obj.hasOwnProperty(_key)) { + sortedKeys.push(_key); + } + } + + sortedKeys.sort(); + + for (i = 0; i < sortedKeys.length; i += 1) { + _key = sortedKeys[i]; + canonicalizedObj[_key] = canonicalize(obj[_key], stack, replacementStack, replacer, _key); + } + + stack.pop(); + replacementStack.pop(); + } else { + canonicalizedObj = obj; + } + + return canonicalizedObj; +} + +var arrayDiff = new Diff(); + +arrayDiff.tokenize = function (value) { + return value.slice(); +}; + +arrayDiff.join = arrayDiff.removeEmpty = function (value) { + return value; +}; + +function diffArrays(oldArr, newArr, callback) { + return arrayDiff.diff(oldArr, newArr, callback); +} + +function parsePatch(uniDiff) { + var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + var diffstr = uniDiff.split(/\r\n|[\n\v\f\r\x85]/), + delimiters = uniDiff.match(/\r\n|[\n\v\f\r\x85]/g) || [], + list = [], + i = 0; + + function parseIndex() { + var index = {}; + list.push(index); // Parse diff metadata + + while (i < diffstr.length) { + var line = diffstr[i]; // File header found, end parsing diff metadata + + if (/^(\-\-\-|\+\+\+|@@)\s/.test(line)) { + break; + } // Diff index + + + var headerMatch = /^(?:Index:|diff(?: -r \w+)+)\s+/.exec(line); + + if (headerMatch) { + index.index = line.substring(headerMatch[0].length).trim(); + } + + i++; + } // Parse file headers if they are defined. Unified diff requires them, but + // there's no technical issues to have an isolated hunk without file header + + + parseFileHeader(index); + parseFileHeader(index); // Parse hunks + + index.hunks = []; + + while (i < diffstr.length) { + var _line = diffstr[i]; + + if (/^(Index:|diff|\-\-\-|\+\+\+)\s/.test(_line)) { + break; + } else if (/^@@/.test(_line)) { + index.hunks.push(parseHunk()); + } else if (_line && options.strict) { + // Ignore unexpected content unless in strict mode + throw new Error('Unknown line ' + (i + 1) + ' ' + JSON.stringify(_line)); + } else { + i++; + } + } + } // Parses the --- and +++ headers, if none are found, no lines + // are consumed. + + + function parseFileHeader(index) { + var fileHeaderMatch = /^(---|\+\+\+)\s+/.exec(diffstr[i]); + + if (fileHeaderMatch) { + var keyPrefix = fileHeaderMatch[1] === '---' ? 'old' : 'new'; + var data = diffstr[i].substring(3).trim().split('\t', 2); + var fileName = data[0].replace(/\\\\/g, '\\'); + + if (fileName.startsWith('"') && fileName.endsWith('"')) { + fileName = fileName.substr(1, fileName.length - 2); + } + + index[keyPrefix + 'FileName'] = fileName; + index[keyPrefix + 'Header'] = (data[1] || '').trim(); + i++; + } + } // Parses a hunk + // This assumes that we are at the start of a hunk. + + + function parseHunk() { + var chunkHeaderIndex = i, + chunkHeaderLine = diffstr[i++], + chunkHeader = chunkHeaderLine.split(/@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/); + var hunk = { + oldStart: +chunkHeader[1], + oldLines: +chunkHeader[2] || 1, + newStart: +chunkHeader[3], + newLines: +chunkHeader[4] || 1, + lines: [], + linedelimiters: [] + }; + var addCount = 0, + removeCount = 0; + + for (; i < diffstr.length; i++) { + // Lines starting with '---' could be mistaken for the "remove line" operation + // But they could be the header for the next file. Therefore prune such cases out. + if (diffstr[i].indexOf('--- ') === 0 && i + 2 < diffstr.length && diffstr[i + 1].indexOf('+++ ') === 0 && diffstr[i + 2].indexOf('@@') === 0) { + break; + } + + var operation = diffstr[i].length == 0 && i != diffstr.length - 1 ? ' ' : diffstr[i][0]; + + if (operation === '+' || operation === '-' || operation === ' ' || operation === '\\') { + hunk.lines.push(diffstr[i]); + hunk.linedelimiters.push(delimiters[i] || '\n'); + + if (operation === '+') { + addCount++; + } else if (operation === '-') { + removeCount++; + } else if (operation === ' ') { + addCount++; + removeCount++; + } + } else { + break; + } + } // Handle the empty block count case + + + if (!addCount && hunk.newLines === 1) { + hunk.newLines = 0; + } + + if (!removeCount && hunk.oldLines === 1) { + hunk.oldLines = 0; + } // Perform optional sanity checking + + + if (options.strict) { + if (addCount !== hunk.newLines) { + throw new Error('Added line count did not match for hunk at line ' + (chunkHeaderIndex + 1)); + } + + if (removeCount !== hunk.oldLines) { + throw new Error('Removed line count did not match for hunk at line ' + (chunkHeaderIndex + 1)); + } + } + + return hunk; + } + + while (i < diffstr.length) { + parseIndex(); + } + + return list; +} + +// Iterator that traverses in the range of [min, max], stepping +// by distance from a given start position. I.e. for [0, 4], with +// start of 2, this will iterate 2, 3, 1, 4, 0. +function distanceIterator (start, minLine, maxLine) { + var wantForward = true, + backwardExhausted = false, + forwardExhausted = false, + localOffset = 1; + return function iterator() { + if (wantForward && !forwardExhausted) { + if (backwardExhausted) { + localOffset++; + } else { + wantForward = false; + } // Check if trying to fit beyond text length, and if not, check it fits + // after offset location (or desired location on first iteration) + + + if (start + localOffset <= maxLine) { + return localOffset; + } + + forwardExhausted = true; + } + + if (!backwardExhausted) { + if (!forwardExhausted) { + wantForward = true; + } // Check if trying to fit before text beginning, and if not, check it fits + // before offset location + + + if (minLine <= start - localOffset) { + return -localOffset++; + } + + backwardExhausted = true; + return iterator(); + } // We tried to fit hunk before text beginning and beyond text length, then + // hunk can't fit on the text. Return undefined + + }; +} + +function applyPatch(source, uniDiff) { + var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + + if (typeof uniDiff === 'string') { + uniDiff = parsePatch(uniDiff); + } + + if (Array.isArray(uniDiff)) { + if (uniDiff.length > 1) { + throw new Error('applyPatch only works with a single input.'); + } + + uniDiff = uniDiff[0]; + } // Apply the diff to the input + + + var lines = source.split(/\r\n|[\n\v\f\r\x85]/), + delimiters = source.match(/\r\n|[\n\v\f\r\x85]/g) || [], + hunks = uniDiff.hunks, + compareLine = options.compareLine || function (lineNumber, line, operation, patchContent) { + return line === patchContent; + }, + errorCount = 0, + fuzzFactor = options.fuzzFactor || 0, + minLine = 0, + offset = 0, + removeEOFNL, + addEOFNL; + /** + * Checks if the hunk exactly fits on the provided location + */ + + + function hunkFits(hunk, toPos) { + for (var j = 0; j < hunk.lines.length; j++) { + var line = hunk.lines[j], + operation = line.length > 0 ? line[0] : ' ', + content = line.length > 0 ? line.substr(1) : line; + + if (operation === ' ' || operation === '-') { + // Context sanity check + if (!compareLine(toPos + 1, lines[toPos], operation, content)) { + errorCount++; + + if (errorCount > fuzzFactor) { + return false; + } + } + + toPos++; + } + } + + return true; + } // Search best fit offsets for each hunk based on the previous ones + + + for (var i = 0; i < hunks.length; i++) { + var hunk = hunks[i], + maxLine = lines.length - hunk.oldLines, + localOffset = 0, + toPos = offset + hunk.oldStart - 1; + var iterator = distanceIterator(toPos, minLine, maxLine); + + for (; localOffset !== undefined; localOffset = iterator()) { + if (hunkFits(hunk, toPos + localOffset)) { + hunk.offset = offset += localOffset; + break; + } + } + + if (localOffset === undefined) { + return false; + } // Set lower text limit to end of the current hunk, so next ones don't try + // to fit over already patched text + + + minLine = hunk.offset + hunk.oldStart + hunk.oldLines; + } // Apply patch hunks + + + var diffOffset = 0; + + for (var _i = 0; _i < hunks.length; _i++) { + var _hunk = hunks[_i], + _toPos = _hunk.oldStart + _hunk.offset + diffOffset - 1; + + diffOffset += _hunk.newLines - _hunk.oldLines; + + if (_toPos < 0) { + // Creating a new file + _toPos = 0; + } + + for (var j = 0; j < _hunk.lines.length; j++) { + var line = _hunk.lines[j], + operation = line.length > 0 ? line[0] : ' ', + content = line.length > 0 ? line.substr(1) : line, + delimiter = _hunk.linedelimiters[j]; + + if (operation === ' ') { + _toPos++; + } else if (operation === '-') { + lines.splice(_toPos, 1); + delimiters.splice(_toPos, 1); + /* istanbul ignore else */ + } else if (operation === '+') { + lines.splice(_toPos, 0, content); + delimiters.splice(_toPos, 0, delimiter); + _toPos++; + } else if (operation === '\\') { + var previousOperation = _hunk.lines[j - 1] ? _hunk.lines[j - 1][0] : null; + + if (previousOperation === '+') { + removeEOFNL = true; + } else if (previousOperation === '-') { + addEOFNL = true; + } + } + } + } // Handle EOFNL insertion/removal + + + if (removeEOFNL) { + while (!lines[lines.length - 1]) { + lines.pop(); + delimiters.pop(); + } + } else if (addEOFNL) { + lines.push(''); + delimiters.push('\n'); + } + + for (var _k = 0; _k < lines.length - 1; _k++) { + lines[_k] = lines[_k] + delimiters[_k]; + } + + return lines.join(''); +} // Wrapper that supports multiple file patches via callbacks. + +function applyPatches(uniDiff, options) { + if (typeof uniDiff === 'string') { + uniDiff = parsePatch(uniDiff); + } + + var currentIndex = 0; + + function processIndex() { + var index = uniDiff[currentIndex++]; + + if (!index) { + return options.complete(); + } + + options.loadFile(index, function (err, data) { + if (err) { + return options.complete(err); + } + + var updatedContent = applyPatch(data, index, options); + options.patched(index, updatedContent, function (err) { + if (err) { + return options.complete(err); + } + + processIndex(); + }); + }); + } + + processIndex(); +} + +function structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) { + if (!options) { + options = {}; + } + + if (typeof options.context === 'undefined') { + options.context = 4; + } + + var diff = diffLines(oldStr, newStr, options); + diff.push({ + value: '', + lines: [] + }); // Append an empty value to make cleanup easier + + function contextLines(lines) { + return lines.map(function (entry) { + return ' ' + entry; + }); + } + + var hunks = []; + var oldRangeStart = 0, + newRangeStart = 0, + curRange = [], + oldLine = 1, + newLine = 1; + + var _loop = function _loop(i) { + var current = diff[i], + lines = current.lines || current.value.replace(/\n$/, '').split('\n'); + current.lines = lines; + + if (current.added || current.removed) { + var _curRange; + + // If we have previous context, start with that + if (!oldRangeStart) { + var prev = diff[i - 1]; + oldRangeStart = oldLine; + newRangeStart = newLine; + + if (prev) { + curRange = options.context > 0 ? contextLines(prev.lines.slice(-options.context)) : []; + oldRangeStart -= curRange.length; + newRangeStart -= curRange.length; + } + } // Output our changes + + + (_curRange = curRange).push.apply(_curRange, _toConsumableArray(lines.map(function (entry) { + return (current.added ? '+' : '-') + entry; + }))); // Track the updated file position + + + if (current.added) { + newLine += lines.length; + } else { + oldLine += lines.length; + } + } else { + // Identical context lines. Track line changes + if (oldRangeStart) { + // Close out any changes that have been output (or join overlapping) + if (lines.length <= options.context * 2 && i < diff.length - 2) { + var _curRange2; + + // Overlapping + (_curRange2 = curRange).push.apply(_curRange2, _toConsumableArray(contextLines(lines))); + } else { + var _curRange3; + + // end the range and output + var contextSize = Math.min(lines.length, options.context); + + (_curRange3 = curRange).push.apply(_curRange3, _toConsumableArray(contextLines(lines.slice(0, contextSize)))); + + var hunk = { + oldStart: oldRangeStart, + oldLines: oldLine - oldRangeStart + contextSize, + newStart: newRangeStart, + newLines: newLine - newRangeStart + contextSize, + lines: curRange + }; + + if (i >= diff.length - 2 && lines.length <= options.context) { + // EOF is inside this hunk + var oldEOFNewline = /\n$/.test(oldStr); + var newEOFNewline = /\n$/.test(newStr); + var noNlBeforeAdds = lines.length == 0 && curRange.length > hunk.oldLines; + + if (!oldEOFNewline && noNlBeforeAdds) { + // special case: old has no eol and no trailing context; no-nl can end up before adds + curRange.splice(hunk.oldLines, 0, '\\ No newline at end of file'); + } + + if (!oldEOFNewline && !noNlBeforeAdds || !newEOFNewline) { + curRange.push('\\ No newline at end of file'); + } + } + + hunks.push(hunk); + oldRangeStart = 0; + newRangeStart = 0; + curRange = []; + } + } + + oldLine += lines.length; + newLine += lines.length; + } + }; + + for (var i = 0; i < diff.length; i++) { + _loop(i); + } + + return { + oldFileName: oldFileName, + newFileName: newFileName, + oldHeader: oldHeader, + newHeader: newHeader, + hunks: hunks + }; +} +function createTwoFilesPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) { + var diff = structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options); + var ret = []; + + if (oldFileName == newFileName) { + ret.push('Index: ' + oldFileName); + } + + ret.push('==================================================================='); + ret.push('--- ' + diff.oldFileName + (typeof diff.oldHeader === 'undefined' ? '' : '\t' + diff.oldHeader)); + ret.push('+++ ' + diff.newFileName + (typeof diff.newHeader === 'undefined' ? '' : '\t' + diff.newHeader)); + + for (var i = 0; i < diff.hunks.length; i++) { + var hunk = diff.hunks[i]; + ret.push('@@ -' + hunk.oldStart + ',' + hunk.oldLines + ' +' + hunk.newStart + ',' + hunk.newLines + ' @@'); + ret.push.apply(ret, hunk.lines); + } + + return ret.join('\n') + '\n'; +} +function createPatch(fileName, oldStr, newStr, oldHeader, newHeader, options) { + return createTwoFilesPatch(fileName, fileName, oldStr, newStr, oldHeader, newHeader, options); +} + +function arrayEqual(a, b) { + if (a.length !== b.length) { + return false; + } + + return arrayStartsWith(a, b); +} +function arrayStartsWith(array, start) { + if (start.length > array.length) { + return false; + } + + for (var i = 0; i < start.length; i++) { + if (start[i] !== array[i]) { + return false; + } + } + + return true; +} + +function calcLineCount(hunk) { + var _calcOldNewLineCount = calcOldNewLineCount(hunk.lines), + oldLines = _calcOldNewLineCount.oldLines, + newLines = _calcOldNewLineCount.newLines; + + if (oldLines !== undefined) { + hunk.oldLines = oldLines; + } else { + delete hunk.oldLines; + } + + if (newLines !== undefined) { + hunk.newLines = newLines; + } else { + delete hunk.newLines; + } +} +function merge(mine, theirs, base) { + mine = loadPatch(mine, base); + theirs = loadPatch(theirs, base); + var ret = {}; // For index we just let it pass through as it doesn't have any necessary meaning. + // Leaving sanity checks on this to the API consumer that may know more about the + // meaning in their own context. + + if (mine.index || theirs.index) { + ret.index = mine.index || theirs.index; + } + + if (mine.newFileName || theirs.newFileName) { + if (!fileNameChanged(mine)) { + // No header or no change in ours, use theirs (and ours if theirs does not exist) + ret.oldFileName = theirs.oldFileName || mine.oldFileName; + ret.newFileName = theirs.newFileName || mine.newFileName; + ret.oldHeader = theirs.oldHeader || mine.oldHeader; + ret.newHeader = theirs.newHeader || mine.newHeader; + } else if (!fileNameChanged(theirs)) { + // No header or no change in theirs, use ours + ret.oldFileName = mine.oldFileName; + ret.newFileName = mine.newFileName; + ret.oldHeader = mine.oldHeader; + ret.newHeader = mine.newHeader; + } else { + // Both changed... figure it out + ret.oldFileName = selectField(ret, mine.oldFileName, theirs.oldFileName); + ret.newFileName = selectField(ret, mine.newFileName, theirs.newFileName); + ret.oldHeader = selectField(ret, mine.oldHeader, theirs.oldHeader); + ret.newHeader = selectField(ret, mine.newHeader, theirs.newHeader); + } + } + + ret.hunks = []; + var mineIndex = 0, + theirsIndex = 0, + mineOffset = 0, + theirsOffset = 0; + + while (mineIndex < mine.hunks.length || theirsIndex < theirs.hunks.length) { + var mineCurrent = mine.hunks[mineIndex] || { + oldStart: Infinity + }, + theirsCurrent = theirs.hunks[theirsIndex] || { + oldStart: Infinity + }; + + if (hunkBefore(mineCurrent, theirsCurrent)) { + // This patch does not overlap with any of the others, yay. + ret.hunks.push(cloneHunk(mineCurrent, mineOffset)); + mineIndex++; + theirsOffset += mineCurrent.newLines - mineCurrent.oldLines; + } else if (hunkBefore(theirsCurrent, mineCurrent)) { + // This patch does not overlap with any of the others, yay. + ret.hunks.push(cloneHunk(theirsCurrent, theirsOffset)); + theirsIndex++; + mineOffset += theirsCurrent.newLines - theirsCurrent.oldLines; + } else { + // Overlap, merge as best we can + var mergedHunk = { + oldStart: Math.min(mineCurrent.oldStart, theirsCurrent.oldStart), + oldLines: 0, + newStart: Math.min(mineCurrent.newStart + mineOffset, theirsCurrent.oldStart + theirsOffset), + newLines: 0, + lines: [] + }; + mergeLines(mergedHunk, mineCurrent.oldStart, mineCurrent.lines, theirsCurrent.oldStart, theirsCurrent.lines); + theirsIndex++; + mineIndex++; + ret.hunks.push(mergedHunk); + } + } + + return ret; +} + +function loadPatch(param, base) { + if (typeof param === 'string') { + if (/^@@/m.test(param) || /^Index:/m.test(param)) { + return parsePatch(param)[0]; + } + + if (!base) { + throw new Error('Must provide a base reference or pass in a patch'); + } + + return structuredPatch(undefined, undefined, base, param); + } + + return param; +} + +function fileNameChanged(patch) { + return patch.newFileName && patch.newFileName !== patch.oldFileName; +} + +function selectField(index, mine, theirs) { + if (mine === theirs) { + return mine; + } else { + index.conflict = true; + return { + mine: mine, + theirs: theirs + }; + } +} + +function hunkBefore(test, check) { + return test.oldStart < check.oldStart && test.oldStart + test.oldLines < check.oldStart; +} + +function cloneHunk(hunk, offset) { + return { + oldStart: hunk.oldStart, + oldLines: hunk.oldLines, + newStart: hunk.newStart + offset, + newLines: hunk.newLines, + lines: hunk.lines + }; +} + +function mergeLines(hunk, mineOffset, mineLines, theirOffset, theirLines) { + // This will generally result in a conflicted hunk, but there are cases where the context + // is the only overlap where we can successfully merge the content here. + var mine = { + offset: mineOffset, + lines: mineLines, + index: 0 + }, + their = { + offset: theirOffset, + lines: theirLines, + index: 0 + }; // Handle any leading content + + insertLeading(hunk, mine, their); + insertLeading(hunk, their, mine); // Now in the overlap content. Scan through and select the best changes from each. + + while (mine.index < mine.lines.length && their.index < their.lines.length) { + var mineCurrent = mine.lines[mine.index], + theirCurrent = their.lines[their.index]; + + if ((mineCurrent[0] === '-' || mineCurrent[0] === '+') && (theirCurrent[0] === '-' || theirCurrent[0] === '+')) { + // Both modified ... + mutualChange(hunk, mine, their); + } else if (mineCurrent[0] === '+' && theirCurrent[0] === ' ') { + var _hunk$lines; + + // Mine inserted + (_hunk$lines = hunk.lines).push.apply(_hunk$lines, _toConsumableArray(collectChange(mine))); + } else if (theirCurrent[0] === '+' && mineCurrent[0] === ' ') { + var _hunk$lines2; + + // Theirs inserted + (_hunk$lines2 = hunk.lines).push.apply(_hunk$lines2, _toConsumableArray(collectChange(their))); + } else if (mineCurrent[0] === '-' && theirCurrent[0] === ' ') { + // Mine removed or edited + removal(hunk, mine, their); + } else if (theirCurrent[0] === '-' && mineCurrent[0] === ' ') { + // Their removed or edited + removal(hunk, their, mine, true); + } else if (mineCurrent === theirCurrent) { + // Context identity + hunk.lines.push(mineCurrent); + mine.index++; + their.index++; + } else { + // Context mismatch + conflict(hunk, collectChange(mine), collectChange(their)); + } + } // Now push anything that may be remaining + + + insertTrailing(hunk, mine); + insertTrailing(hunk, their); + calcLineCount(hunk); +} + +function mutualChange(hunk, mine, their) { + var myChanges = collectChange(mine), + theirChanges = collectChange(their); + + if (allRemoves(myChanges) && allRemoves(theirChanges)) { + // Special case for remove changes that are supersets of one another + if (arrayStartsWith(myChanges, theirChanges) && skipRemoveSuperset(their, myChanges, myChanges.length - theirChanges.length)) { + var _hunk$lines3; + + (_hunk$lines3 = hunk.lines).push.apply(_hunk$lines3, _toConsumableArray(myChanges)); + + return; + } else if (arrayStartsWith(theirChanges, myChanges) && skipRemoveSuperset(mine, theirChanges, theirChanges.length - myChanges.length)) { + var _hunk$lines4; + + (_hunk$lines4 = hunk.lines).push.apply(_hunk$lines4, _toConsumableArray(theirChanges)); + + return; + } + } else if (arrayEqual(myChanges, theirChanges)) { + var _hunk$lines5; + + (_hunk$lines5 = hunk.lines).push.apply(_hunk$lines5, _toConsumableArray(myChanges)); + + return; + } + + conflict(hunk, myChanges, theirChanges); +} + +function removal(hunk, mine, their, swap) { + var myChanges = collectChange(mine), + theirChanges = collectContext(their, myChanges); + + if (theirChanges.merged) { + var _hunk$lines6; + + (_hunk$lines6 = hunk.lines).push.apply(_hunk$lines6, _toConsumableArray(theirChanges.merged)); + } else { + conflict(hunk, swap ? theirChanges : myChanges, swap ? myChanges : theirChanges); + } +} + +function conflict(hunk, mine, their) { + hunk.conflict = true; + hunk.lines.push({ + conflict: true, + mine: mine, + theirs: their + }); +} + +function insertLeading(hunk, insert, their) { + while (insert.offset < their.offset && insert.index < insert.lines.length) { + var line = insert.lines[insert.index++]; + hunk.lines.push(line); + insert.offset++; + } +} + +function insertTrailing(hunk, insert) { + while (insert.index < insert.lines.length) { + var line = insert.lines[insert.index++]; + hunk.lines.push(line); + } +} + +function collectChange(state) { + var ret = [], + operation = state.lines[state.index][0]; + + while (state.index < state.lines.length) { + var line = state.lines[state.index]; // Group additions that are immediately after subtractions and treat them as one "atomic" modify change. + + if (operation === '-' && line[0] === '+') { + operation = '+'; + } + + if (operation === line[0]) { + ret.push(line); + state.index++; + } else { + break; + } + } + + return ret; +} + +function collectContext(state, matchChanges) { + var changes = [], + merged = [], + matchIndex = 0, + contextChanges = false, + conflicted = false; + + while (matchIndex < matchChanges.length && state.index < state.lines.length) { + var change = state.lines[state.index], + match = matchChanges[matchIndex]; // Once we've hit our add, then we are done + + if (match[0] === '+') { + break; + } + + contextChanges = contextChanges || change[0] !== ' '; + merged.push(match); + matchIndex++; // Consume any additions in the other block as a conflict to attempt + // to pull in the remaining context after this + + if (change[0] === '+') { + conflicted = true; + + while (change[0] === '+') { + changes.push(change); + change = state.lines[++state.index]; + } + } + + if (match.substr(1) === change.substr(1)) { + changes.push(change); + state.index++; + } else { + conflicted = true; + } + } + + if ((matchChanges[matchIndex] || '')[0] === '+' && contextChanges) { + conflicted = true; + } + + if (conflicted) { + return changes; + } + + while (matchIndex < matchChanges.length) { + merged.push(matchChanges[matchIndex++]); + } + + return { + merged: merged, + changes: changes + }; +} + +function allRemoves(changes) { + return changes.reduce(function (prev, change) { + return prev && change[0] === '-'; + }, true); +} + +function skipRemoveSuperset(state, removeChanges, delta) { + for (var i = 0; i < delta; i++) { + var changeContent = removeChanges[removeChanges.length - delta + i].substr(1); + + if (state.lines[state.index + i] !== ' ' + changeContent) { + return false; + } + } + + state.index += delta; + return true; +} + +function calcOldNewLineCount(lines) { + var oldLines = 0; + var newLines = 0; + lines.forEach(function (line) { + if (typeof line !== 'string') { + var myCount = calcOldNewLineCount(line.mine); + var theirCount = calcOldNewLineCount(line.theirs); + + if (oldLines !== undefined) { + if (myCount.oldLines === theirCount.oldLines) { + oldLines += myCount.oldLines; + } else { + oldLines = undefined; + } + } + + if (newLines !== undefined) { + if (myCount.newLines === theirCount.newLines) { + newLines += myCount.newLines; + } else { + newLines = undefined; + } + } + } else { + if (newLines !== undefined && (line[0] === '+' || line[0] === ' ')) { + newLines++; + } + + if (oldLines !== undefined && (line[0] === '-' || line[0] === ' ')) { + oldLines++; + } + } + }); + return { + oldLines: oldLines, + newLines: newLines + }; +} + +// See: http://code.google.com/p/google-diff-match-patch/wiki/API +function convertChangesToDMP(changes) { + var ret = [], + change, + operation; + + for (var i = 0; i < changes.length; i++) { + change = changes[i]; + + if (change.added) { + operation = 1; + } else if (change.removed) { + operation = -1; + } else { + operation = 0; + } + + ret.push([operation, change.value]); + } + + return ret; +} + +function convertChangesToXML(changes) { + var ret = []; + + for (var i = 0; i < changes.length; i++) { + var change = changes[i]; + + if (change.added) { + ret.push(''); + } else if (change.removed) { + ret.push(''); + } + + ret.push(escapeHTML(change.value)); + + if (change.added) { + ret.push(''); + } else if (change.removed) { + ret.push(''); + } + } + + return ret.join(''); +} + +function escapeHTML(s) { + var n = s; + n = n.replace(/&/g, '&'); + n = n.replace(//g, '>'); + n = n.replace(/"/g, '"'); + return n; +} + +/* See LICENSE file for terms of use */ + +export { Diff, diffChars, diffWords, diffWordsWithSpace, diffLines, diffTrimmedLines, diffSentences, diffCss, diffJson, diffArrays, structuredPatch, createTwoFilesPatch, createPatch, applyPatch, applyPatches, parsePatch, merge, convertChangesToDMP, convertChangesToXML, canonicalize }; diff --git a/node_modules/diff/lib/index.js b/node_modules/diff/lib/index.js new file mode 100644 index 0000000..ff8ae91 --- /dev/null +++ b/node_modules/diff/lib/index.js @@ -0,0 +1,216 @@ +/*istanbul ignore start*/ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +Object.defineProperty(exports, "Diff", { + enumerable: true, + get: function get() { + return _base.default; + } +}); +Object.defineProperty(exports, "diffChars", { + enumerable: true, + get: function get() { + return _character.diffChars; + } +}); +Object.defineProperty(exports, "diffWords", { + enumerable: true, + get: function get() { + return _word.diffWords; + } +}); +Object.defineProperty(exports, "diffWordsWithSpace", { + enumerable: true, + get: function get() { + return _word.diffWordsWithSpace; + } +}); +Object.defineProperty(exports, "diffLines", { + enumerable: true, + get: function get() { + return _line.diffLines; + } +}); +Object.defineProperty(exports, "diffTrimmedLines", { + enumerable: true, + get: function get() { + return _line.diffTrimmedLines; + } +}); +Object.defineProperty(exports, "diffSentences", { + enumerable: true, + get: function get() { + return _sentence.diffSentences; + } +}); +Object.defineProperty(exports, "diffCss", { + enumerable: true, + get: function get() { + return _css.diffCss; + } +}); +Object.defineProperty(exports, "diffJson", { + enumerable: true, + get: function get() { + return _json.diffJson; + } +}); +Object.defineProperty(exports, "canonicalize", { + enumerable: true, + get: function get() { + return _json.canonicalize; + } +}); +Object.defineProperty(exports, "diffArrays", { + enumerable: true, + get: function get() { + return _array.diffArrays; + } +}); +Object.defineProperty(exports, "applyPatch", { + enumerable: true, + get: function get() { + return _apply.applyPatch; + } +}); +Object.defineProperty(exports, "applyPatches", { + enumerable: true, + get: function get() { + return _apply.applyPatches; + } +}); +Object.defineProperty(exports, "parsePatch", { + enumerable: true, + get: function get() { + return _parse.parsePatch; + } +}); +Object.defineProperty(exports, "merge", { + enumerable: true, + get: function get() { + return _merge.merge; + } +}); +Object.defineProperty(exports, "structuredPatch", { + enumerable: true, + get: function get() { + return _create.structuredPatch; + } +}); +Object.defineProperty(exports, "createTwoFilesPatch", { + enumerable: true, + get: function get() { + return _create.createTwoFilesPatch; + } +}); +Object.defineProperty(exports, "createPatch", { + enumerable: true, + get: function get() { + return _create.createPatch; + } +}); +Object.defineProperty(exports, "convertChangesToDMP", { + enumerable: true, + get: function get() { + return _dmp.convertChangesToDMP; + } +}); +Object.defineProperty(exports, "convertChangesToXML", { + enumerable: true, + get: function get() { + return _xml.convertChangesToXML; + } +}); + +/*istanbul ignore end*/ +var +/*istanbul ignore start*/ +_base = _interopRequireDefault(require("./diff/base")) +/*istanbul ignore end*/ +; + +var +/*istanbul ignore start*/ +_character = require("./diff/character") +/*istanbul ignore end*/ +; + +var +/*istanbul ignore start*/ +_word = require("./diff/word") +/*istanbul ignore end*/ +; + +var +/*istanbul ignore start*/ +_line = require("./diff/line") +/*istanbul ignore end*/ +; + +var +/*istanbul ignore start*/ +_sentence = require("./diff/sentence") +/*istanbul ignore end*/ +; + +var +/*istanbul ignore start*/ +_css = require("./diff/css") +/*istanbul ignore end*/ +; + +var +/*istanbul ignore start*/ +_json = require("./diff/json") +/*istanbul ignore end*/ +; + +var +/*istanbul ignore start*/ +_array = require("./diff/array") +/*istanbul ignore end*/ +; + +var +/*istanbul ignore start*/ +_apply = require("./patch/apply") +/*istanbul ignore end*/ +; + +var +/*istanbul ignore start*/ +_parse = require("./patch/parse") +/*istanbul ignore end*/ +; + +var +/*istanbul ignore start*/ +_merge = require("./patch/merge") +/*istanbul ignore end*/ +; + +var +/*istanbul ignore start*/ +_create = require("./patch/create") +/*istanbul ignore end*/ +; + +var +/*istanbul ignore start*/ +_dmp = require("./convert/dmp") +/*istanbul ignore end*/ +; + +var +/*istanbul ignore start*/ +_xml = require("./convert/xml") +/*istanbul ignore end*/ +; + +/*istanbul ignore start*/ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +/*istanbul ignore end*/ +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9pbmRleC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQWdCQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUNBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQ0E7QUFBQTtBQUFBO0FBQUE7QUFBQTs7QUFDQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUNBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBRUE7QUFBQTtBQUFBO0FBQUE7QUFBQTs7QUFDQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUVBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBRUE7QUFBQTtBQUFBO0FBQUE7QUFBQTs7QUFDQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUNBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQ0E7QUFBQTtBQUFBO0FBQUE7QUFBQTs7QUFFQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUNBO0FBQUE7QUFBQTtBQUFBO0FBQUEiLCJzb3VyY2VzQ29udGVudCI6WyIvKiBTZWUgTElDRU5TRSBmaWxlIGZvciB0ZXJtcyBvZiB1c2UgKi9cblxuLypcbiAqIFRleHQgZGlmZiBpbXBsZW1lbnRhdGlvbi5cbiAqXG4gKiBUaGlzIGxpYnJhcnkgc3VwcG9ydHMgdGhlIGZvbGxvd2luZyBBUElTOlxuICogSnNEaWZmLmRpZmZDaGFyczogQ2hhcmFjdGVyIGJ5IGNoYXJhY3RlciBkaWZmXG4gKiBKc0RpZmYuZGlmZldvcmRzOiBXb3JkIChhcyBkZWZpbmVkIGJ5IFxcYiByZWdleCkgZGlmZiB3aGljaCBpZ25vcmVzIHdoaXRlc3BhY2VcbiAqIEpzRGlmZi5kaWZmTGluZXM6IExpbmUgYmFzZWQgZGlmZlxuICpcbiAqIEpzRGlmZi5kaWZmQ3NzOiBEaWZmIHRhcmdldGVkIGF0IENTUyBjb250ZW50XG4gKlxuICogVGhlc2UgbWV0aG9kcyBhcmUgYmFzZWQgb24gdGhlIGltcGxlbWVudGF0aW9uIHByb3Bvc2VkIGluXG4gKiBcIkFuIE8oTkQpIERpZmZlcmVuY2UgQWxnb3JpdGhtIGFuZCBpdHMgVmFyaWF0aW9uc1wiIChNeWVycywgMTk4NikuXG4gKiBodHRwOi8vY2l0ZXNlZXJ4LmlzdC5wc3UuZWR1L3ZpZXdkb2Mvc3VtbWFyeT9kb2k9MTAuMS4xLjQuNjkyN1xuICovXG5pbXBvcnQgRGlmZiBmcm9tICcuL2RpZmYvYmFzZSc7XG5pbXBvcnQge2RpZmZDaGFyc30gZnJvbSAnLi9kaWZmL2NoYXJhY3Rlcic7XG5pbXBvcnQge2RpZmZXb3JkcywgZGlmZldvcmRzV2l0aFNwYWNlfSBmcm9tICcuL2RpZmYvd29yZCc7XG5pbXBvcnQge2RpZmZMaW5lcywgZGlmZlRyaW1tZWRMaW5lc30gZnJvbSAnLi9kaWZmL2xpbmUnO1xuaW1wb3J0IHtkaWZmU2VudGVuY2VzfSBmcm9tICcuL2RpZmYvc2VudGVuY2UnO1xuXG5pbXBvcnQge2RpZmZDc3N9IGZyb20gJy4vZGlmZi9jc3MnO1xuaW1wb3J0IHtkaWZmSnNvbiwgY2Fub25pY2FsaXplfSBmcm9tICcuL2RpZmYvanNvbic7XG5cbmltcG9ydCB7ZGlmZkFycmF5c30gZnJvbSAnLi9kaWZmL2FycmF5JztcblxuaW1wb3J0IHthcHBseVBhdGNoLCBhcHBseVBhdGNoZXN9IGZyb20gJy4vcGF0Y2gvYXBwbHknO1xuaW1wb3J0IHtwYXJzZVBhdGNofSBmcm9tICcuL3BhdGNoL3BhcnNlJztcbmltcG9ydCB7bWVyZ2V9IGZyb20gJy4vcGF0Y2gvbWVyZ2UnO1xuaW1wb3J0IHtzdHJ1Y3R1cmVkUGF0Y2gsIGNyZWF0ZVR3b0ZpbGVzUGF0Y2gsIGNyZWF0ZVBhdGNofSBmcm9tICcuL3BhdGNoL2NyZWF0ZSc7XG5cbmltcG9ydCB7Y29udmVydENoYW5nZXNUb0RNUH0gZnJvbSAnLi9jb252ZXJ0L2RtcCc7XG5pbXBvcnQge2NvbnZlcnRDaGFuZ2VzVG9YTUx9IGZyb20gJy4vY29udmVydC94bWwnO1xuXG5leHBvcnQge1xuICBEaWZmLFxuXG4gIGRpZmZDaGFycyxcbiAgZGlmZldvcmRzLFxuICBkaWZmV29yZHNXaXRoU3BhY2UsXG4gIGRpZmZMaW5lcyxcbiAgZGlmZlRyaW1tZWRMaW5lcyxcbiAgZGlmZlNlbnRlbmNlcyxcblxuICBkaWZmQ3NzLFxuICBkaWZmSnNvbixcblxuICBkaWZmQXJyYXlzLFxuXG4gIHN0cnVjdHVyZWRQYXRjaCxcbiAgY3JlYXRlVHdvRmlsZXNQYXRjaCxcbiAgY3JlYXRlUGF0Y2gsXG4gIGFwcGx5UGF0Y2gsXG4gIGFwcGx5UGF0Y2hlcyxcbiAgcGFyc2VQYXRjaCxcbiAgbWVyZ2UsXG4gIGNvbnZlcnRDaGFuZ2VzVG9ETVAsXG4gIGNvbnZlcnRDaGFuZ2VzVG9YTUwsXG4gIGNhbm9uaWNhbGl6ZVxufTtcbiJdfQ== diff --git a/node_modules/diff/lib/patch/apply.js b/node_modules/diff/lib/patch/apply.js new file mode 100644 index 0000000..19bddd8 --- /dev/null +++ b/node_modules/diff/lib/patch/apply.js @@ -0,0 +1,243 @@ +/*istanbul ignore start*/ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.applyPatch = applyPatch; +exports.applyPatches = applyPatches; + +/*istanbul ignore end*/ +var +/*istanbul ignore start*/ +_parse = require("./parse") +/*istanbul ignore end*/ +; + +var +/*istanbul ignore start*/ +_distanceIterator = _interopRequireDefault(require("../util/distance-iterator")) +/*istanbul ignore end*/ +; + +/*istanbul ignore start*/ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +/*istanbul ignore end*/ +function applyPatch(source, uniDiff) { + /*istanbul ignore start*/ + var + /*istanbul ignore end*/ + options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + + if (typeof uniDiff === 'string') { + uniDiff = + /*istanbul ignore start*/ + (0, + /*istanbul ignore end*/ + + /*istanbul ignore start*/ + _parse + /*istanbul ignore end*/ + . + /*istanbul ignore start*/ + parsePatch) + /*istanbul ignore end*/ + (uniDiff); + } + + if (Array.isArray(uniDiff)) { + if (uniDiff.length > 1) { + throw new Error('applyPatch only works with a single input.'); + } + + uniDiff = uniDiff[0]; + } // Apply the diff to the input + + + var lines = source.split(/\r\n|[\n\v\f\r\x85]/), + delimiters = source.match(/\r\n|[\n\v\f\r\x85]/g) || [], + hunks = uniDiff.hunks, + compareLine = options.compareLine || function (lineNumber, line, operation, patchContent) + /*istanbul ignore start*/ + { + return ( + /*istanbul ignore end*/ + line === patchContent + ); + }, + errorCount = 0, + fuzzFactor = options.fuzzFactor || 0, + minLine = 0, + offset = 0, + removeEOFNL, + addEOFNL; + /** + * Checks if the hunk exactly fits on the provided location + */ + + + function hunkFits(hunk, toPos) { + for (var j = 0; j < hunk.lines.length; j++) { + var line = hunk.lines[j], + operation = line.length > 0 ? line[0] : ' ', + content = line.length > 0 ? line.substr(1) : line; + + if (operation === ' ' || operation === '-') { + // Context sanity check + if (!compareLine(toPos + 1, lines[toPos], operation, content)) { + errorCount++; + + if (errorCount > fuzzFactor) { + return false; + } + } + + toPos++; + } + } + + return true; + } // Search best fit offsets for each hunk based on the previous ones + + + for (var i = 0; i < hunks.length; i++) { + var hunk = hunks[i], + maxLine = lines.length - hunk.oldLines, + localOffset = 0, + toPos = offset + hunk.oldStart - 1; + var iterator = + /*istanbul ignore start*/ + (0, + /*istanbul ignore end*/ + + /*istanbul ignore start*/ + _distanceIterator + /*istanbul ignore end*/ + . + /*istanbul ignore start*/ + default) + /*istanbul ignore end*/ + (toPos, minLine, maxLine); + + for (; localOffset !== undefined; localOffset = iterator()) { + if (hunkFits(hunk, toPos + localOffset)) { + hunk.offset = offset += localOffset; + break; + } + } + + if (localOffset === undefined) { + return false; + } // Set lower text limit to end of the current hunk, so next ones don't try + // to fit over already patched text + + + minLine = hunk.offset + hunk.oldStart + hunk.oldLines; + } // Apply patch hunks + + + var diffOffset = 0; + + for (var _i = 0; _i < hunks.length; _i++) { + var _hunk = hunks[_i], + _toPos = _hunk.oldStart + _hunk.offset + diffOffset - 1; + + diffOffset += _hunk.newLines - _hunk.oldLines; + + if (_toPos < 0) { + // Creating a new file + _toPos = 0; + } + + for (var j = 0; j < _hunk.lines.length; j++) { + var line = _hunk.lines[j], + operation = line.length > 0 ? line[0] : ' ', + content = line.length > 0 ? line.substr(1) : line, + delimiter = _hunk.linedelimiters[j]; + + if (operation === ' ') { + _toPos++; + } else if (operation === '-') { + lines.splice(_toPos, 1); + delimiters.splice(_toPos, 1); + /* istanbul ignore else */ + } else if (operation === '+') { + lines.splice(_toPos, 0, content); + delimiters.splice(_toPos, 0, delimiter); + _toPos++; + } else if (operation === '\\') { + var previousOperation = _hunk.lines[j - 1] ? _hunk.lines[j - 1][0] : null; + + if (previousOperation === '+') { + removeEOFNL = true; + } else if (previousOperation === '-') { + addEOFNL = true; + } + } + } + } // Handle EOFNL insertion/removal + + + if (removeEOFNL) { + while (!lines[lines.length - 1]) { + lines.pop(); + delimiters.pop(); + } + } else if (addEOFNL) { + lines.push(''); + delimiters.push('\n'); + } + + for (var _k = 0; _k < lines.length - 1; _k++) { + lines[_k] = lines[_k] + delimiters[_k]; + } + + return lines.join(''); +} // Wrapper that supports multiple file patches via callbacks. + + +function applyPatches(uniDiff, options) { + if (typeof uniDiff === 'string') { + uniDiff = + /*istanbul ignore start*/ + (0, + /*istanbul ignore end*/ + + /*istanbul ignore start*/ + _parse + /*istanbul ignore end*/ + . + /*istanbul ignore start*/ + parsePatch) + /*istanbul ignore end*/ + (uniDiff); + } + + var currentIndex = 0; + + function processIndex() { + var index = uniDiff[currentIndex++]; + + if (!index) { + return options.complete(); + } + + options.loadFile(index, function (err, data) { + if (err) { + return options.complete(err); + } + + var updatedContent = applyPatch(data, index, options); + options.patched(index, updatedContent, function (err) { + if (err) { + return options.complete(err); + } + + processIndex(); + }); + }); + } + + processIndex(); +} +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9wYXRjaC9hcHBseS5qcyJdLCJuYW1lcyI6WyJhcHBseVBhdGNoIiwic291cmNlIiwidW5pRGlmZiIsIm9wdGlvbnMiLCJwYXJzZVBhdGNoIiwiQXJyYXkiLCJpc0FycmF5IiwibGVuZ3RoIiwiRXJyb3IiLCJsaW5lcyIsInNwbGl0IiwiZGVsaW1pdGVycyIsIm1hdGNoIiwiaHVua3MiLCJjb21wYXJlTGluZSIsImxpbmVOdW1iZXIiLCJsaW5lIiwib3BlcmF0aW9uIiwicGF0Y2hDb250ZW50IiwiZXJyb3JDb3VudCIsImZ1enpGYWN0b3IiLCJtaW5MaW5lIiwib2Zmc2V0IiwicmVtb3ZlRU9GTkwiLCJhZGRFT0ZOTCIsImh1bmtGaXRzIiwiaHVuayIsInRvUG9zIiwiaiIsImNvbnRlbnQiLCJzdWJzdHIiLCJpIiwibWF4TGluZSIsIm9sZExpbmVzIiwibG9jYWxPZmZzZXQiLCJvbGRTdGFydCIsIml0ZXJhdG9yIiwiZGlzdGFuY2VJdGVyYXRvciIsInVuZGVmaW5lZCIsImRpZmZPZmZzZXQiLCJuZXdMaW5lcyIsImRlbGltaXRlciIsImxpbmVkZWxpbWl0ZXJzIiwic3BsaWNlIiwicHJldmlvdXNPcGVyYXRpb24iLCJwb3AiLCJwdXNoIiwiX2siLCJqb2luIiwiYXBwbHlQYXRjaGVzIiwiY3VycmVudEluZGV4IiwicHJvY2Vzc0luZGV4IiwiaW5kZXgiLCJjb21wbGV0ZSIsImxvYWRGaWxlIiwiZXJyIiwiZGF0YSIsInVwZGF0ZWRDb250ZW50IiwicGF0Y2hlZCJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7OztBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQ0E7QUFBQTtBQUFBO0FBQUE7QUFBQTs7Ozs7QUFFTyxTQUFTQSxVQUFULENBQW9CQyxNQUFwQixFQUE0QkMsT0FBNUIsRUFBbUQ7QUFBQTtBQUFBO0FBQUE7QUFBZEMsRUFBQUEsT0FBYyx1RUFBSixFQUFJOztBQUN4RCxNQUFJLE9BQU9ELE9BQVAsS0FBbUIsUUFBdkIsRUFBaUM7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QUE7O0FBQUFFO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUFBO0FBQUE7QUFBQSxLQUFXRixPQUFYLENBQVY7QUFDRDs7QUFFRCxNQUFJZ0QsWUFBWSxHQUFHLENBQW5COztBQUNBLFdBQVNDLFlBQVQsR0FBd0I7QUFDdEIsUUFBSUMsS0FBSyxHQUFHbEQsT0FBTyxDQUFDZ0QsWUFBWSxFQUFiLENBQW5COztBQUNBLFFBQUksQ0FBQ0UsS0FBTCxFQUFZO0FBQ1YsYUFBT2pELE9BQU8sQ0FBQ2tELFFBQVIsRUFBUDtBQUNEOztBQUVEbEQsSUFBQUEsT0FBTyxDQUFDbUQsUUFBUixDQUFpQkYsS0FBakIsRUFBd0IsVUFBU0csR0FBVCxFQUFjQyxJQUFkLEVBQW9CO0FBQzFDLFVBQUlELEdBQUosRUFBUztBQUNQLGVBQU9wRCxPQUFPLENBQUNrRCxRQUFSLENBQWlCRSxHQUFqQixDQUFQO0FBQ0Q7O0FBRUQsVUFBSUUsY0FBYyxHQUFHekQsVUFBVSxDQUFDd0QsSUFBRCxFQUFPSixLQUFQLEVBQWNqRCxPQUFkLENBQS9CO0FBQ0FBLE1BQUFBLE9BQU8sQ0FBQ3VELE9BQVIsQ0FBZ0JOLEtBQWhCLEVBQXVCSyxjQUF2QixFQUF1QyxVQUFTRixHQUFULEVBQWM7QUFDbkQsWUFBSUEsR0FBSixFQUFTO0FBQ1AsaUJBQU9wRCxPQUFPLENBQUNrRCxRQUFSLENBQWlCRSxHQUFqQixDQUFQO0FBQ0Q7O0FBRURKLFFBQUFBLFlBQVk7QUFDYixPQU5EO0FBT0QsS0FiRDtBQWNEOztBQUNEQSxFQUFBQSxZQUFZO0FBQ2IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge3BhcnNlUGF0Y2h9IGZyb20gJy4vcGFyc2UnO1xuaW1wb3J0IGRpc3RhbmNlSXRlcmF0b3IgZnJvbSAnLi4vdXRpbC9kaXN0YW5jZS1pdGVyYXRvcic7XG5cbmV4cG9ydCBmdW5jdGlvbiBhcHBseVBhdGNoKHNvdXJjZSwgdW5pRGlmZiwgb3B0aW9ucyA9IHt9KSB7XG4gIGlmICh0eXBlb2YgdW5pRGlmZiA9PT0gJ3N0cmluZycpIHtcbiAgICB1bmlEaWZmID0gcGFyc2VQYXRjaCh1bmlEaWZmKTtcbiAgfVxuXG4gIGlmIChBcnJheS5pc0FycmF5KHVuaURpZmYpKSB7XG4gICAgaWYgKHVuaURpZmYubGVuZ3RoID4gMSkge1xuICAgICAgdGhyb3cgbmV3IEVycm9yKCdhcHBseVBhdGNoIG9ubHkgd29ya3Mgd2l0aCBhIHNpbmdsZSBpbnB1dC4nKTtcbiAgICB9XG5cbiAgICB1bmlEaWZmID0gdW5pRGlmZlswXTtcbiAgfVxuXG4gIC8vIEFwcGx5IHRoZSBkaWZmIHRvIHRoZSBpbnB1dFxuICBsZXQgbGluZXMgPSBzb3VyY2Uuc3BsaXQoL1xcclxcbnxbXFxuXFx2XFxmXFxyXFx4ODVdLyksXG4gICAgICBkZWxpbWl0ZXJzID0gc291cmNlLm1hdGNoKC9cXHJcXG58W1xcblxcdlxcZlxcclxceDg1XS9nKSB8fCBbXSxcbiAgICAgIGh1bmtzID0gdW5pRGlmZi5odW5rcyxcblxuICAgICAgY29tcGFyZUxpbmUgPSBvcHRpb25zLmNvbXBhcmVMaW5lIHx8ICgobGluZU51bWJlciwgbGluZSwgb3BlcmF0aW9uLCBwYXRjaENvbnRlbnQpID0+IGxpbmUgPT09IHBhdGNoQ29udGVudCksXG4gICAgICBlcnJvckNvdW50ID0gMCxcbiAgICAgIGZ1enpGYWN0b3IgPSBvcHRpb25zLmZ1enpGYWN0b3IgfHwgMCxcbiAgICAgIG1pbkxpbmUgPSAwLFxuICAgICAgb2Zmc2V0ID0gMCxcblxuICAgICAgcmVtb3ZlRU9GTkwsXG4gICAgICBhZGRFT0ZOTDtcblxuICAvKipcbiAgICogQ2hlY2tzIGlmIHRoZSBodW5rIGV4YWN0bHkgZml0cyBvbiB0aGUgcHJvdmlkZWQgbG9jYXRpb25cbiAgICovXG4gIGZ1bmN0aW9uIGh1bmtGaXRzKGh1bmssIHRvUG9zKSB7XG4gICAgZm9yIChsZXQgaiA9IDA7IGogPCBodW5rLmxpbmVzLmxlbmd0aDsgaisrKSB7XG4gICAgICBsZXQgbGluZSA9IGh1bmsubGluZXNbal0sXG4gICAgICAgICAgb3BlcmF0aW9uID0gKGxpbmUubGVuZ3RoID4gMCA/IGxpbmVbMF0gOiAnICcpLFxuICAgICAgICAgIGNvbnRlbnQgPSAobGluZS5sZW5ndGggPiAwID8gbGluZS5zdWJzdHIoMSkgOiBsaW5lKTtcblxuICAgICAgaWYgKG9wZXJhdGlvbiA9PT0gJyAnIHx8IG9wZXJhdGlvbiA9PT0gJy0nKSB7XG4gICAgICAgIC8vIENvbnRleHQgc2FuaXR5IGNoZWNrXG4gICAgICAgIGlmICghY29tcGFyZUxpbmUodG9Qb3MgKyAxLCBsaW5lc1t0b1Bvc10sIG9wZXJhdGlvbiwgY29udGVudCkpIHtcbiAgICAgICAgICBlcnJvckNvdW50Kys7XG5cbiAgICAgICAgICBpZiAoZXJyb3JDb3VudCA+IGZ1enpGYWN0b3IpIHtcbiAgICAgICAgICAgIHJldHVybiBmYWxzZTtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgdG9Qb3MrKztcbiAgICAgIH1cbiAgICB9XG5cbiAgICByZXR1cm4gdHJ1ZTtcbiAgfVxuXG4gIC8vIFNlYXJjaCBiZXN0IGZpdCBvZmZzZXRzIGZvciBlYWNoIGh1bmsgYmFzZWQgb24gdGhlIHByZXZpb3VzIG9uZXNcbiAgZm9yIChsZXQgaSA9IDA7IGkgPCBodW5rcy5sZW5ndGg7IGkrKykge1xuICAgIGxldCBodW5rID0gaHVua3NbaV0sXG4gICAgICAgIG1heExpbmUgPSBsaW5lcy5sZW5ndGggLSBodW5rLm9sZExpbmVzLFxuICAgICAgICBsb2NhbE9mZnNldCA9IDAsXG4gICAgICAgIHRvUG9zID0gb2Zmc2V0ICsgaHVuay5vbGRTdGFydCAtIDE7XG5cbiAgICBsZXQgaXRlcmF0b3IgPSBkaXN0YW5jZUl0ZXJhdG9yKHRvUG9zLCBtaW5MaW5lLCBtYXhMaW5lKTtcblxuICAgIGZvciAoOyBsb2NhbE9mZnNldCAhPT0gdW5kZWZpbmVkOyBsb2NhbE9mZnNldCA9IGl0ZXJhdG9yKCkpIHtcbiAgICAgIGlmIChodW5rRml0cyhodW5rLCB0b1BvcyArIGxvY2FsT2Zmc2V0KSkge1xuICAgICAgICBodW5rLm9mZnNldCA9IG9mZnNldCArPSBsb2NhbE9mZnNldDtcbiAgICAgICAgYnJlYWs7XG4gICAgICB9XG4gICAgfVxuXG4gICAgaWYgKGxvY2FsT2Zmc2V0ID09PSB1bmRlZmluZWQpIHtcbiAgICAgIHJldHVybiBmYWxzZTtcbiAgICB9XG5cbiAgICAvLyBTZXQgbG93ZXIgdGV4dCBsaW1pdCB0byBlbmQgb2YgdGhlIGN1cnJlbnQgaHVuaywgc28gbmV4dCBvbmVzIGRvbid0IHRyeVxuICAgIC8vIHRvIGZpdCBvdmVyIGFscmVhZHkgcGF0Y2hlZCB0ZXh0XG4gICAgbWluTGluZSA9IGh1bmsub2Zmc2V0ICsgaHVuay5vbGRTdGFydCArIGh1bmsub2xkTGluZXM7XG4gIH1cblxuICAvLyBBcHBseSBwYXRjaCBodW5rc1xuICBsZXQgZGlmZk9mZnNldCA9IDA7XG4gIGZvciAobGV0IGkgPSAwOyBpIDwgaHVua3MubGVuZ3RoOyBpKyspIHtcbiAgICBsZXQgaHVuayA9IGh1bmtzW2ldLFxuICAgICAgICB0b1BvcyA9IGh1bmsub2xkU3RhcnQgKyBodW5rLm9mZnNldCArIGRpZmZPZmZzZXQgLSAxO1xuICAgIGRpZmZPZmZzZXQgKz0gaHVuay5uZXdMaW5lcyAtIGh1bmsub2xkTGluZXM7XG5cbiAgICBpZiAodG9Qb3MgPCAwKSB7IC8vIENyZWF0aW5nIGEgbmV3IGZpbGVcbiAgICAgIHRvUG9zID0gMDtcbiAgICB9XG5cbiAgICBmb3IgKGxldCBqID0gMDsgaiA8IGh1bmsubGluZXMubGVuZ3RoOyBqKyspIHtcbiAgICAgIGxldCBsaW5lID0gaHVuay5saW5lc1tqXSxcbiAgICAgICAgICBvcGVyYXRpb24gPSAobGluZS5sZW5ndGggPiAwID8gbGluZVswXSA6ICcgJyksXG4gICAgICAgICAgY29udGVudCA9IChsaW5lLmxlbmd0aCA+IDAgPyBsaW5lLnN1YnN0cigxKSA6IGxpbmUpLFxuICAgICAgICAgIGRlbGltaXRlciA9IGh1bmsubGluZWRlbGltaXRlcnNbal07XG5cbiAgICAgIGlmIChvcGVyYXRpb24gPT09ICcgJykge1xuICAgICAgICB0b1BvcysrO1xuICAgICAgfSBlbHNlIGlmIChvcGVyYXRpb24gPT09ICctJykge1xuICAgICAgICBsaW5lcy5zcGxpY2UodG9Qb3MsIDEpO1xuICAgICAgICBkZWxpbWl0ZXJzLnNwbGljZSh0b1BvcywgMSk7XG4gICAgICAvKiBpc3RhbmJ1bCBpZ25vcmUgZWxzZSAqL1xuICAgICAgfSBlbHNlIGlmIChvcGVyYXRpb24gPT09ICcrJykge1xuICAgICAgICBsaW5lcy5zcGxpY2UodG9Qb3MsIDAsIGNvbnRlbnQpO1xuICAgICAgICBkZWxpbWl0ZXJzLnNwbGljZSh0b1BvcywgMCwgZGVsaW1pdGVyKTtcbiAgICAgICAgdG9Qb3MrKztcbiAgICAgIH0gZWxzZSBpZiAob3BlcmF0aW9uID09PSAnXFxcXCcpIHtcbiAgICAgICAgbGV0IHByZXZpb3VzT3BlcmF0aW9uID0gaHVuay5saW5lc1tqIC0gMV0gPyBodW5rLmxpbmVzW2ogLSAxXVswXSA6IG51bGw7XG4gICAgICAgIGlmIChwcmV2aW91c09wZXJhdGlvbiA9PT0gJysnKSB7XG4gICAgICAgICAgcmVtb3ZlRU9GTkwgPSB0cnVlO1xuICAgICAgICB9IGVsc2UgaWYgKHByZXZpb3VzT3BlcmF0aW9uID09PSAnLScpIHtcbiAgICAgICAgICBhZGRFT0ZOTCA9IHRydWU7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAvLyBIYW5kbGUgRU9GTkwgaW5zZXJ0aW9uL3JlbW92YWxcbiAgaWYgKHJlbW92ZUVPRk5MKSB7XG4gICAgd2hpbGUgKCFsaW5lc1tsaW5lcy5sZW5ndGggLSAxXSkge1xuICAgICAgbGluZXMucG9wKCk7XG4gICAgICBkZWxpbWl0ZXJzLnBvcCgpO1xuICAgIH1cbiAgfSBlbHNlIGlmIChhZGRFT0ZOTCkge1xuICAgIGxpbmVzLnB1c2goJycpO1xuICAgIGRlbGltaXRlcnMucHVzaCgnXFxuJyk7XG4gIH1cbiAgZm9yIChsZXQgX2sgPSAwOyBfayA8IGxpbmVzLmxlbmd0aCAtIDE7IF9rKyspIHtcbiAgICBsaW5lc1tfa10gPSBsaW5lc1tfa10gKyBkZWxpbWl0ZXJzW19rXTtcbiAgfVxuICByZXR1cm4gbGluZXMuam9pbignJyk7XG59XG5cbi8vIFdyYXBwZXIgdGhhdCBzdXBwb3J0cyBtdWx0aXBsZSBmaWxlIHBhdGNoZXMgdmlhIGNhbGxiYWNrcy5cbmV4cG9ydCBmdW5jdGlvbiBhcHBseVBhdGNoZXModW5pRGlmZiwgb3B0aW9ucykge1xuICBpZiAodHlwZW9mIHVuaURpZmYgPT09ICdzdHJpbmcnKSB7XG4gICAgdW5pRGlmZiA9IHBhcnNlUGF0Y2godW5pRGlmZik7XG4gIH1cblxuICBsZXQgY3VycmVudEluZGV4ID0gMDtcbiAgZnVuY3Rpb24gcHJvY2Vzc0luZGV4KCkge1xuICAgIGxldCBpbmRleCA9IHVuaURpZmZbY3VycmVudEluZGV4KytdO1xuICAgIGlmICghaW5kZXgpIHtcbiAgICAgIHJldHVybiBvcHRpb25zLmNvbXBsZXRlKCk7XG4gICAgfVxuXG4gICAgb3B0aW9ucy5sb2FkRmlsZShpbmRleCwgZnVuY3Rpb24oZXJyLCBkYXRhKSB7XG4gICAgICBpZiAoZXJyKSB7XG4gICAgICAgIHJldHVybiBvcHRpb25zLmNvbXBsZXRlKGVycik7XG4gICAgICB9XG5cbiAgICAgIGxldCB1cGRhdGVkQ29udGVudCA9IGFwcGx5UGF0Y2goZGF0YSwgaW5kZXgsIG9wdGlvbnMpO1xuICAgICAgb3B0aW9ucy5wYXRjaGVkKGluZGV4LCB1cGRhdGVkQ29udGVudCwgZnVuY3Rpb24oZXJyKSB7XG4gICAgICAgIGlmIChlcnIpIHtcbiAgICAgICAgICByZXR1cm4gb3B0aW9ucy5jb21wbGV0ZShlcnIpO1xuICAgICAgICB9XG5cbiAgICAgICAgcHJvY2Vzc0luZGV4KCk7XG4gICAgICB9KTtcbiAgICB9KTtcbiAgfVxuICBwcm9jZXNzSW5kZXgoKTtcbn1cbiJdfQ== diff --git a/node_modules/diff/lib/patch/create.js b/node_modules/diff/lib/patch/create.js new file mode 100644 index 0000000..d1717fe --- /dev/null +++ b/node_modules/diff/lib/patch/create.js @@ -0,0 +1,247 @@ +/*istanbul ignore start*/ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.structuredPatch = structuredPatch; +exports.createTwoFilesPatch = createTwoFilesPatch; +exports.createPatch = createPatch; + +/*istanbul ignore end*/ +var +/*istanbul ignore start*/ +_line = require("../diff/line") +/*istanbul ignore end*/ +; + +/*istanbul ignore start*/ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _nonIterableSpread(); } + +function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance"); } + +function _iterableToArray(iter) { if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === "[object Arguments]") return Array.from(iter); } + +function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = new Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } } + +/*istanbul ignore end*/ +function structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) { + if (!options) { + options = {}; + } + + if (typeof options.context === 'undefined') { + options.context = 4; + } + + var diff = + /*istanbul ignore start*/ + (0, + /*istanbul ignore end*/ + + /*istanbul ignore start*/ + _line + /*istanbul ignore end*/ + . + /*istanbul ignore start*/ + diffLines) + /*istanbul ignore end*/ + (oldStr, newStr, options); + diff.push({ + value: '', + lines: [] + }); // Append an empty value to make cleanup easier + + function contextLines(lines) { + return lines.map(function (entry) { + return ' ' + entry; + }); + } + + var hunks = []; + var oldRangeStart = 0, + newRangeStart = 0, + curRange = [], + oldLine = 1, + newLine = 1; + + /*istanbul ignore start*/ + var _loop = function _loop( + /*istanbul ignore end*/ + i) { + var current = diff[i], + lines = current.lines || current.value.replace(/\n$/, '').split('\n'); + current.lines = lines; + + if (current.added || current.removed) { + /*istanbul ignore start*/ + var _curRange; + + /*istanbul ignore end*/ + // If we have previous context, start with that + if (!oldRangeStart) { + var prev = diff[i - 1]; + oldRangeStart = oldLine; + newRangeStart = newLine; + + if (prev) { + curRange = options.context > 0 ? contextLines(prev.lines.slice(-options.context)) : []; + oldRangeStart -= curRange.length; + newRangeStart -= curRange.length; + } + } // Output our changes + + + /*istanbul ignore start*/ + (_curRange = + /*istanbul ignore end*/ + curRange).push. + /*istanbul ignore start*/ + apply + /*istanbul ignore end*/ + ( + /*istanbul ignore start*/ + _curRange + /*istanbul ignore end*/ + , + /*istanbul ignore start*/ + _toConsumableArray( + /*istanbul ignore end*/ + lines.map(function (entry) { + return (current.added ? '+' : '-') + entry; + }))); // Track the updated file position + + + if (current.added) { + newLine += lines.length; + } else { + oldLine += lines.length; + } + } else { + // Identical context lines. Track line changes + if (oldRangeStart) { + // Close out any changes that have been output (or join overlapping) + if (lines.length <= options.context * 2 && i < diff.length - 2) { + /*istanbul ignore start*/ + var _curRange2; + + /*istanbul ignore end*/ + // Overlapping + + /*istanbul ignore start*/ + (_curRange2 = + /*istanbul ignore end*/ + curRange).push. + /*istanbul ignore start*/ + apply + /*istanbul ignore end*/ + ( + /*istanbul ignore start*/ + _curRange2 + /*istanbul ignore end*/ + , + /*istanbul ignore start*/ + _toConsumableArray( + /*istanbul ignore end*/ + contextLines(lines))); + } else { + /*istanbul ignore start*/ + var _curRange3; + + /*istanbul ignore end*/ + // end the range and output + var contextSize = Math.min(lines.length, options.context); + + /*istanbul ignore start*/ + (_curRange3 = + /*istanbul ignore end*/ + curRange).push. + /*istanbul ignore start*/ + apply + /*istanbul ignore end*/ + ( + /*istanbul ignore start*/ + _curRange3 + /*istanbul ignore end*/ + , + /*istanbul ignore start*/ + _toConsumableArray( + /*istanbul ignore end*/ + contextLines(lines.slice(0, contextSize)))); + + var hunk = { + oldStart: oldRangeStart, + oldLines: oldLine - oldRangeStart + contextSize, + newStart: newRangeStart, + newLines: newLine - newRangeStart + contextSize, + lines: curRange + }; + + if (i >= diff.length - 2 && lines.length <= options.context) { + // EOF is inside this hunk + var oldEOFNewline = /\n$/.test(oldStr); + var newEOFNewline = /\n$/.test(newStr); + var noNlBeforeAdds = lines.length == 0 && curRange.length > hunk.oldLines; + + if (!oldEOFNewline && noNlBeforeAdds) { + // special case: old has no eol and no trailing context; no-nl can end up before adds + curRange.splice(hunk.oldLines, 0, '\\ No newline at end of file'); + } + + if (!oldEOFNewline && !noNlBeforeAdds || !newEOFNewline) { + curRange.push('\\ No newline at end of file'); + } + } + + hunks.push(hunk); + oldRangeStart = 0; + newRangeStart = 0; + curRange = []; + } + } + + oldLine += lines.length; + newLine += lines.length; + } + }; + + for (var i = 0; i < diff.length; i++) { + /*istanbul ignore start*/ + _loop( + /*istanbul ignore end*/ + i); + } + + return { + oldFileName: oldFileName, + newFileName: newFileName, + oldHeader: oldHeader, + newHeader: newHeader, + hunks: hunks + }; +} + +function createTwoFilesPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options) { + var diff = structuredPatch(oldFileName, newFileName, oldStr, newStr, oldHeader, newHeader, options); + var ret = []; + + if (oldFileName == newFileName) { + ret.push('Index: ' + oldFileName); + } + + ret.push('==================================================================='); + ret.push('--- ' + diff.oldFileName + (typeof diff.oldHeader === 'undefined' ? '' : '\t' + diff.oldHeader)); + ret.push('+++ ' + diff.newFileName + (typeof diff.newHeader === 'undefined' ? '' : '\t' + diff.newHeader)); + + for (var i = 0; i < diff.hunks.length; i++) { + var hunk = diff.hunks[i]; + ret.push('@@ -' + hunk.oldStart + ',' + hunk.oldLines + ' +' + hunk.newStart + ',' + hunk.newLines + ' @@'); + ret.push.apply(ret, hunk.lines); + } + + return ret.join('\n') + '\n'; +} + +function createPatch(fileName, oldStr, newStr, oldHeader, newHeader, options) { + return createTwoFilesPatch(fileName, fileName, oldStr, newStr, oldHeader, newHeader, options); +} +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9wYXRjaC9jcmVhdGUuanMiXSwibmFtZXMiOlsic3RydWN0dXJlZFBhdGNoIiwib2xkRmlsZU5hbWUiLCJuZXdGaWxlTmFtZSIsIm9sZFN0ciIsIm5ld1N0ciIsIm9sZEhlYWRlciIsIm5ld0hlYWRlciIsIm9wdGlvbnMiLCJjb250ZXh0IiwiZGlmZiIsImRpZmZMaW5lcyIsInB1c2giLCJ2YWx1ZSIsImxpbmVzIiwiY29udGV4dExpbmVzIiwibWFwIiwiZW50cnkiLCJodW5rcyIsIm9sZFJhbmdlU3RhcnQiLCJuZXdSYW5nZVN0YXJ0IiwiY3VyUmFuZ2UiLCJvbGRMaW5lIiwibmV3TGluZSIsImkiLCJjdXJyZW50IiwicmVwbGFjZSIsInNwbGl0IiwiYWRkZWQiLCJyZW1vdmVkIiwicHJldiIsInNsaWNlIiwibGVuZ3RoIiwiY29udGV4dFNpemUiLCJNYXRoIiwibWluIiwiaHVuayIsIm9sZFN0YXJ0Iiwib2xkTGluZXMiLCJuZXdTdGFydCIsIm5ld0xpbmVzIiwib2xkRU9GTmV3bGluZSIsInRlc3QiLCJuZXdFT0ZOZXdsaW5lIiwibm9ObEJlZm9yZUFkZHMiLCJzcGxpY2UiLCJjcmVhdGVUd29GaWxlc1BhdGNoIiwicmV0IiwiYXBwbHkiLCJqb2luIiwiY3JlYXRlUGF0Y2giLCJmaWxlTmFtZSJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBOzs7Ozs7Ozs7OztBQUVPLFNBQVNBLGVBQVQsQ0FBeUJDLFdBQXpCLEVBQXNDQyxXQUF0QyxFQUFtREMsTUFBbkQsRUFBMkRDLE1BQTNELEVBQW1FQyxTQUFuRSxFQUE4RUMsU0FBOUUsRUFBeUZDLE9BQXpGLEVBQWtHO0FBQ3ZHLE1BQUksQ0FBQ0EsT0FBTCxFQUFjO0FBQ1pBLElBQUFBLE9BQU8sR0FBRyxFQUFWO0FBQ0Q7O0FBQ0QsTUFBSSxPQUFPQSxPQUFPLENBQUNDLE9BQWYsS0FBMkIsV0FBL0IsRUFBNEM7QUFDMUNELElBQUFBLE9BQU8sQ0FB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QyxJQUFKLENBQ0UsU0FBU3dCLElBQUksQ0FBQ0MsUUFBZCxHQUF5QixHQUF6QixHQUErQkQsSUFBSSxDQUFDRSxRQUFwQyxHQUNFLElBREYsR0FDU0YsSUFBSSxDQUFDRyxRQURkLEdBQ3lCLEdBRHpCLEdBQytCSCxJQUFJLENBQUNJLFFBRHBDLEdBRUUsS0FISjtBQUtBTyxJQUFBQSxHQUFHLENBQUNuQyxJQUFKLENBQVNvQyxLQUFULENBQWVELEdBQWYsRUFBb0JYLElBQUksQ0FBQ3RCLEtBQXpCO0FBQ0Q7O0FBRUQsU0FBT2lDLEdBQUcsQ0FBQ0UsSUFBSixDQUFTLElBQVQsSUFBaUIsSUFBeEI7QUFDRDs7QUFFTSxTQUFTQyxXQUFULENBQXFCQyxRQUFyQixFQUErQi9DLE1BQS9CLEVBQXVDQyxNQUF2QyxFQUErQ0MsU0FBL0MsRUFBMERDLFNBQTFELEVBQXFFQyxPQUFyRSxFQUE4RTtBQUNuRixTQUFPc0MsbUJBQW1CLENBQUNLLFFBQUQsRUFBV0EsUUFBWCxFQUFxQi9DLE1BQXJCLEVBQTZCQyxNQUE3QixFQUFxQ0MsU0FBckMsRUFBZ0RDLFNBQWhELEVBQTJEQyxPQUEzRCxDQUExQjtBQUNEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtkaWZmTGluZXN9IGZyb20gJy4uL2RpZmYvbGluZSc7XG5cbmV4cG9ydCBmdW5jdGlvbiBzdHJ1Y3R1cmVkUGF0Y2gob2xkRmlsZU5hbWUsIG5ld0ZpbGVOYW1lLCBvbGRTdHIsIG5ld1N0ciwgb2xkSGVhZGVyLCBuZXdIZWFkZXIsIG9wdGlvbnMpIHtcbiAgaWYgKCFvcHRpb25zKSB7XG4gICAgb3B0aW9ucyA9IHt9O1xuICB9XG4gIGlmICh0eXBlb2Ygb3B0aW9ucy5jb250ZXh0ID09PSAndW5kZWZpbmVkJykge1xuICAgIG9wdGlvbnMuY29udGV4dCA9IDQ7XG4gIH1cblxuICBjb25zdCBkaWZmID0gZGlmZkxpbmVzKG9sZFN0ciwgbmV3U3RyLCBvcHRpb25zKTtcbiAgZGlmZi5wdXNoKHt2YWx1ZTogJycsIGxpbmVzOiBbXX0pOyAvLyBBcHBlbmQgYW4gZW1wdHkgdmFsdWUgdG8gbWFrZSBjbGVhbnVwIGVhc2llclxuXG4gIGZ1bmN0aW9uIGNvbnRleHRMaW5lcyhsaW5lcykge1xuICAgIHJldHVybiBsaW5lcy5tYXAoZnVuY3Rpb24oZW50cnkpIHsgcmV0dXJuICcgJyArIGVudHJ5OyB9KTtcbiAgfVxuXG4gIGxldCBodW5rcyA9IFtdO1xuICBsZXQgb2xkUmFuZ2VTdGFydCA9IDAsIG5ld1JhbmdlU3RhcnQgPSAwLCBjdXJSYW5nZSA9IFtdLFxuICAgICAgb2xkTGluZSA9IDEsIG5ld0xpbmUgPSAxO1xuICBmb3IgKGxldCBpID0gMDsgaSA8IGRpZmYubGVuZ3RoOyBpKyspIHtcbiAgICBjb25zdCBjdXJyZW50ID0gZGlmZltpXSxcbiAgICAgICAgICBsaW5lcyA9IGN1cnJlbnQubGluZXMgfHwgY3VycmVudC52YWx1ZS5yZXBsYWNlKC9cXG4kLywgJycpLnNwbGl0KCdcXG4nKTtcbiAgICBjdXJyZW50LmxpbmVzID0gbGluZXM7XG5cbiAgICBpZiAoY3VycmVudC5hZGRlZCB8fCBjdXJyZW50LnJlbW92ZWQpIHtcbiAgICAgIC8vIElmIHdlIGhhdmUgcHJldmlvdXMgY29udGV4dCwgc3RhcnQgd2l0aCB0aGF0XG4gICAgICBpZiAoIW9sZFJhbmdlU3RhcnQpIHtcbiAgICAgICAgY29uc3QgcHJldiA9IGRpZmZbaSAtIDFdO1xuICAgICAgICBvbGRSYW5nZVN0YXJ0ID0gb2xkTGluZTtcbiAgICAgICAgbmV3UmFuZ2VTdGFydCA9IG5ld0xpbmU7XG5cbiAgICAgICAgaWYgKHByZXYpIHtcbiAgICAgICAgICBjdXJSYW5nZSA9IG9wdGlvbnMuY29udGV4dCA+IDAgPyBjb250ZXh0TGluZXMocHJldi5saW5lcy5zbGljZSgtb3B0aW9ucy5jb250ZXh0KSkgOiBbXTtcbiAgICAgICAgICBvbGRSYW5nZVN0YXJ0IC09IGN1clJhbmdlLmxlbmd0aDtcbiAgICAgICAgICBuZXdSYW5nZVN0YXJ0IC09IGN1clJhbmdlLmxlbmd0aDtcbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICAvLyBPdXRwdXQgb3VyIGNoYW5nZXNcbiAgICAgIGN1clJhbmdlLnB1c2goLi4uIGxpbmVzLm1hcChmdW5jdGlvbihlbnRyeSkge1xuICAgICAgICByZXR1cm4gKGN1cnJlbnQuYWRkZWQgPyAnKycgOiAnLScpICsgZW50cnk7XG4gICAgICB9KSk7XG5cbiAgICAgIC8vIFRyYWNrIHRoZSB1cGRhdGVkIGZpbGUgcG9zaXRpb25cbiAgICAgIGlmIChjdXJyZW50LmFkZGVkKSB7XG4gICAgICAgIG5ld0xpbmUgKz0gbGluZXMubGVuZ3RoO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgb2xkTGluZSArPSBsaW5lcy5sZW5ndGg7XG4gICAgICB9XG4gICAgfSBlbHNlIHtcbiAgICAgIC8vIElkZW50aWNhbCBjb250ZXh0IGxpbmVzLiBUcmFjayBsaW5lIGNoYW5nZXNcbiAgICAgIGlmIChvbGRSYW5nZVN0YXJ0KSB7XG4gICAgICAgIC8vIENsb3NlIG91dCBhbnkgY2hhbmdlcyB0aGF0IGhhdmUgYmVlbiBvdXRwdXQgKG9yIGpvaW4gb3ZlcmxhcHBpbmcpXG4gICAgICAgIGlmIChsaW5lcy5sZW5ndGggPD0gb3B0aW9ucy5jb250ZXh0ICogMiAmJiBpIDwgZGlmZi5sZW5ndGggLSAyKSB7XG4gICAgICAgICAgLy8gT3ZlcmxhcHBpbmdcbiAgICAgICAgICBjdXJSYW5nZS5wdXNoKC4uLiBjb250ZXh0TGluZXMobGluZXMpKTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAvLyBlbmQgdGhlIHJhbmdlIGFuZCBvdXRwdXRcbiAgICAgICAgICBsZXQgY29udGV4dFNpemUgPSBNYXRoLm1pbihsaW5lcy5sZW5ndGgsIG9wdGlvbnMuY29udGV4dCk7XG4gICAgICAgICAgY3VyUmFuZ2UucHVzaCguLi4gY29udGV4dExpbmVzKGxpbmVzLnNsaWNlKDAsIGNvbnRleHRTaXplKSkpO1xuXG4gICAgICAgICAgbGV0IGh1bmsgPSB7XG4gICAgICAgICAgICBvbGRTdGFydDogb2xkUmFuZ2VTdGFydCxcbiAgICAgICAgICAgIG9sZExpbmVzOiAob2xkTGluZSAtIG9sZFJhbmdlU3RhcnQgKyBjb250ZXh0U2l6ZSksXG4gICAgICAgICAgICBuZXdTdGFydDogbmV3UmFuZ2VTdGFydCxcbiAgICAgICAgICAgIG5ld0xpbmVzOiAobmV3TGluZSAtIG5ld1JhbmdlU3RhcnQgKyBjb250ZXh0U2l6ZSksXG4gICAgICAgICAgICBsaW5lczogY3VyUmFuZ2VcbiAgICAgICAgICB9O1xuICAgICAgICAgIGlmIChpID49IGRpZmYubGVuZ3RoIC0gMiAmJiBsaW5lcy5sZW5ndGggPD0gb3B0aW9ucy5jb250ZXh0KSB7XG4gICAgICAgICAgICAvLyBFT0YgaXMgaW5zaWRlIHRoaXMgaHVua1xuICAgICAgICAgICAgbGV0IG9sZEVPRk5ld2xpbmUgPSAoKC9cXG4kLykudGVzdChvbGRTdHIpKTtcbiAgICAgICAgICAgIGxldCBuZXdFT0ZOZXdsaW5lID0gKCgvXFxuJC8pLnRlc3QobmV3U3RyKSk7XG4gICAgICAgICAgICBsZXQgbm9ObEJlZm9yZUFkZHMgPSBsaW5lcy5sZW5ndGggPT0gMCAmJiBjdXJSYW5nZS5sZW5ndGggPiBodW5rLm9sZExpbmVzO1xuICAgICAgICAgICAgaWYgKCFvbGRFT0ZOZXdsaW5lICYmIG5vTmxCZWZvcmVBZGRzKSB7XG4gICAgICAgICAgICAgIC8vIHNwZWNpYWwgY2FzZTogb2xkIGhhcyBubyBlb2wgYW5kIG5vIHRyYWlsaW5nIGNvbnRleHQ7IG5vLW5sIGNhbiBlbmQgdXAgYmVmb3JlIGFkZHNcbiAgICAgICAgICAgICAgY3VyUmFuZ2Uuc3BsaWNlKGh1bmsub2xkTGluZXMsIDAsICdcXFxcIE5vIG5ld2xpbmUgYXQgZW5kIG9mIGZpbGUnKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGlmICgoIW9sZEVPRk5ld2xpbmUgJiYgIW5vTmxCZWZvcmVBZGRzKSB8fCAhbmV3RU9GTmV3bGluZSkge1xuICAgICAgICAgICAgICBjdXJSYW5nZS5wdXNoKCdcXFxcIE5vIG5ld2xpbmUgYXQgZW5kIG9mIGZpbGUnKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICB9XG4gICAgICAgICAgaHVua3MucHVzaChodW5rKTtcblxuICAgICAgICAgIG9sZFJhbmdlU3RhcnQgPSAwO1xuICAgICAgICAgIG5ld1JhbmdlU3RhcnQgPSAwO1xuICAgICAgICAgIGN1clJhbmdlID0gW107XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIG9sZExpbmUgKz0gbGluZXMubGVuZ3RoO1xuICAgICAgbmV3TGluZSArPSBsaW5lcy5sZW5ndGg7XG4gICAgfVxuICB9XG5cbiAgcmV0dXJuIHtcbiAgICBvbGRGaWxlTmFtZTogb2xkRmlsZU5hbWUsIG5ld0ZpbGVOYW1lOiBuZXdGaWxlTmFtZSxcbiAgICBvbGRIZWFkZXI6IG9sZEhlYWRlciwgbmV3SGVhZGVyOiBuZXdIZWFkZXIsXG4gICAgaHVua3M6IGh1bmtzXG4gIH07XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBjcmVhdGVUd29GaWxlc1BhdGNoKG9sZEZpbGVOYW1lLCBuZXdGaWxlTmFtZSwgb2xkU3RyLCBuZXdTdHIsIG9sZEhlYWRlciwgbmV3SGVhZGVyLCBvcHRpb25zKSB7XG4gIGNvbnN0IGRpZmYgPSBzdHJ1Y3R1cmVkUGF0Y2gob2xkRmlsZU5hbWUsIG5ld0ZpbGVOYW1lLCBvbGRTdHIsIG5ld1N0ciwgb2xkSGVhZGVyLCBuZXdIZWFkZXIsIG9wdGlvbnMpO1xuXG4gIGNvbnN0IHJldCA9IFtdO1xuICBpZiAob2xkRmlsZU5hbWUgPT0gbmV3RmlsZU5hbWUpIHtcbiAgICByZXQucHVzaCgnSW5kZXg6ICcgKyBvbGRGaWxlTmFtZSk7XG4gIH1cbiAgcmV0LnB1c2goJz09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0nKTtcbiAgcmV0LnB1c2goJy0tLSAnICsgZGlmZi5vbGRGaWxlTmFtZSArICh0eXBlb2YgZGlmZi5vbGRIZWFkZXIgPT09ICd1bmRlZmluZWQnID8gJycgOiAnXFx0JyArIGRpZmYub2xkSGVhZGVyKSk7XG4gIHJldC5wdXNoKCcrKysgJyArIGRpZmYubmV3RmlsZU5hbWUgKyAodHlwZW9mIGRpZmYubmV3SGVhZGVyID09PSAndW5kZWZpbmVkJyA/ICcnIDogJ1xcdCcgKyBkaWZmLm5ld0hlYWRlcikpO1xuXG4gIGZvciAobGV0IGkgPSAwOyBpIDwgZGlmZi5odW5rcy5sZW5ndGg7IGkrKykge1xuICAgIGNvbnN0IGh1bmsgPSBkaWZmLmh1bmtzW2ldO1xuICAgIHJldC5wdXNoKFxuICAgICAgJ0BAIC0nICsgaHVuay5vbGRTdGFydCArICcsJyArIGh1bmsub2xkTGluZXNcbiAgICAgICsgJyArJyArIGh1bmsubmV3U3RhcnQgKyAnLCcgKyBodW5rLm5ld0xpbmVzXG4gICAgICArICcgQEAnXG4gICAgKTtcbiAgICByZXQucHVzaC5hcHBseShyZXQsIGh1bmsubGluZXMpO1xuICB9XG5cbiAgcmV0dXJuIHJldC5qb2luKCdcXG4nKSArICdcXG4nO1xufVxuXG5leHBvcnQgZnVuY3Rpb24gY3JlYXRlUGF0Y2goZmlsZU5hbWUsIG9sZFN0ciwgbmV3U3RyLCBvbGRIZWFkZXIsIG5ld0hlYWRlciwgb3B0aW9ucykge1xuICByZXR1cm4gY3JlYXRlVHdvRmlsZXNQYXRjaChmaWxlTmFtZSwgZmlsZU5hbWUsIG9sZFN0ciwgbmV3U3RyLCBvbGRIZWFkZXIsIG5ld0hlYWRlciwgb3B0aW9ucyk7XG59XG4iXX0= diff --git a/node_modules/diff/lib/patch/merge.js b/node_modules/diff/lib/patch/merge.js new file mode 100644 index 0000000..bbd429a --- /dev/null +++ b/node_modules/diff/lib/patch/merge.js @@ -0,0 +1,609 @@ +/*istanbul ignore start*/ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.calcLineCount = calcLineCount; +exports.merge = merge; + +/*istanbul ignore end*/ +var +/*istanbul ignore start*/ +_create = require("./create") +/*istanbul ignore end*/ +; + +var +/*istanbul ignore start*/ +_parse = require("./parse") +/*istanbul ignore end*/ +; + +var +/*istanbul ignore start*/ +_array = require("../util/array") +/*istanbul ignore end*/ +; + +/*istanbul ignore start*/ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _nonIterableSpread(); } + +function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance"); } + +function _iterableToArray(iter) { if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === "[object Arguments]") return Array.from(iter); } + +function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = new Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } } + +/*istanbul ignore end*/ +function calcLineCount(hunk) { + /*istanbul ignore start*/ + var _calcOldNewLineCount = + /*istanbul ignore end*/ + calcOldNewLineCount(hunk.lines), + oldLines = _calcOldNewLineCount.oldLines, + newLines = _calcOldNewLineCount.newLines; + + if (oldLines !== undefined) { + hunk.oldLines = oldLines; + } else { + delete hunk.oldLines; + } + + if (newLines !== undefined) { + hunk.newLines = newLines; + } else { + delete hunk.newLines; + } +} + +function merge(mine, theirs, base) { + mine = loadPatch(mine, base); + theirs = loadPatch(theirs, base); + var ret = {}; // For index we just let it pass through as it doesn't have any necessary meaning. + // Leaving sanity checks on this to the API consumer that may know more about the + // meaning in their own context. + + if (mine.index || theirs.index) { + ret.index = mine.index || theirs.index; + } + + if (mine.newFileName || theirs.newFileName) { + if (!fileNameChanged(mine)) { + // No header or no change in ours, use theirs (and ours if theirs does not exist) + ret.oldFileName = theirs.oldFileName || mine.oldFileName; + ret.newFileName = theirs.newFileName || mine.newFileName; + ret.oldHeader = theirs.oldHeader || mine.oldHeader; + ret.newHeader = theirs.newHeader || mine.newHeader; + } else if (!fileNameChanged(theirs)) { + // No header or no change in theirs, use ours + ret.oldFileName = mine.oldFileName; + ret.newFileName = mine.newFileName; + ret.oldHeader = mine.oldHeader; + ret.newHeader = mine.newHeader; + } else { + // Both changed... figure it out + ret.oldFileName = selectField(ret, mine.oldFileName, theirs.oldFileName); + ret.newFileName = selectField(ret, mine.newFileName, theirs.newFileName); + ret.oldHeader = selectField(ret, mine.oldHeader, theirs.oldHeader); + ret.newHeader = selectField(ret, mine.newHeader, theirs.newHeader); + } + } + + ret.hunks = []; + var mineIndex = 0, + theirsIndex = 0, + mineOffset = 0, + theirsOffset = 0; + + while (mineIndex < mine.hunks.length || theirsIndex < theirs.hunks.length) { + var mineCurrent = mine.hunks[mineIndex] || { + oldStart: Infinity + }, + theirsCurrent = theirs.hunks[theirsIndex] || { + oldStart: Infinity + }; + + if (hunkBefore(mineCurrent, theirsCurrent)) { + // This patch does not overlap with any of the others, yay. + ret.hunks.push(cloneHunk(mineCurrent, mineOffset)); + mineIndex++; + theirsOffset += mineCurrent.newLines - mineCurrent.oldLines; + } else if (hunkBefore(theirsCurrent, mineCurrent)) { + // This patch does not overlap with any of the others, yay. + ret.hunks.push(cloneHunk(theirsCurrent, theirsOffset)); + theirsIndex++; + mineOffset += theirsCurrent.newLines - theirsCurrent.oldLines; + } else { + // Overlap, merge as best we can + var mergedHunk = { + oldStart: Math.min(mineCurrent.oldStart, theirsCurrent.oldStart), + oldLines: 0, + newStart: Math.min(mineCurrent.newStart + mineOffset, theirsCurrent.oldStart + theirsOffset), + newLines: 0, + lines: [] + }; + mergeLines(mergedHunk, mineCurrent.oldStart, mineCurrent.lines, theirsCurrent.oldStart, theirsCurrent.lines); + theirsIndex++; + mineIndex++; + ret.hunks.push(mergedHunk); + } + } + + return ret; +} + +function loadPatch(param, base) { + if (typeof param === 'string') { + if (/^@@/m.test(param) || /^Index:/m.test(param)) { + return ( + /*istanbul ignore start*/ + (0, + /*istanbul ignore end*/ + + /*istanbul ignore start*/ + _parse + /*istanbul ignore end*/ + . + /*istanbul ignore start*/ + parsePatch) + /*istanbul ignore end*/ + (param)[0] + ); + } + + if (!base) { + throw new Error('Must provide a base reference or pass in a patch'); + } + + return ( + /*istanbul ignore start*/ + (0, + /*istanbul ignore end*/ + + /*istanbul ignore start*/ + _create + /*istanbul ignore end*/ + . + /*istanbul ignore start*/ + structuredPatch) + /*istanbul ignore end*/ + (undefined, undefined, base, param) + ); + } + + return param; +} + +function fileNameChanged(patch) { + return patch.newFileName && patch.newFileName !== patch.oldFileName; +} + +function selectField(index, mine, theirs) { + if (mine === theirs) { + return mine; + } else { + index.conflict = true; + return { + mine: mine, + theirs: theirs + }; + } +} + +function hunkBefore(test, check) { + return test.oldStart < check.oldStart && test.oldStart + test.oldLines < check.oldStart; +} + +function cloneHunk(hunk, offset) { + return { + oldStart: hunk.oldStart, + oldLines: hunk.oldLines, + newStart: hunk.newStart + offset, + newLines: hunk.newLines, + lines: hunk.lines + }; +} + +function mergeLines(hunk, mineOffset, mineLines, theirOffset, theirLines) { + // This will generally result in a conflicted hunk, but there are cases where the context + // is the only overlap where we can successfully merge the content here. + var mine = { + offset: mineOffset, + lines: mineLines, + index: 0 + }, + their = { + offset: theirOffset, + lines: theirLines, + index: 0 + }; // Handle any leading content + + insertLeading(hunk, mine, their); + insertLeading(hunk, their, mine); // Now in the overlap content. Scan through and select the best changes from each. + + while (mine.index < mine.lines.length && their.index < their.lines.length) { + var mineCurrent = mine.lines[mine.index], + theirCurrent = their.lines[their.index]; + + if ((mineCurrent[0] === '-' || mineCurrent[0] === '+') && (theirCurrent[0] === '-' || theirCurrent[0] === '+')) { + // Both modified ... + mutualChange(hunk, mine, their); + } else if (mineCurrent[0] === '+' && theirCurrent[0] === ' ') { + /*istanbul ignore start*/ + var _hunk$lines; + + /*istanbul ignore end*/ + // Mine inserted + + /*istanbul ignore start*/ + (_hunk$lines = + /*istanbul ignore end*/ + hunk.lines).push. + /*istanbul ignore start*/ + apply + /*istanbul ignore end*/ + ( + /*istanbul ignore start*/ + _hunk$lines + /*istanbul ignore end*/ + , + /*istanbul ignore start*/ + _toConsumableArray( + /*istanbul ignore end*/ + collectChange(mine))); + } else if (theirCurrent[0] === '+' && mineCurrent[0] === ' ') { + /*istanbul ignore start*/ + var _hunk$lines2; + + /*istanbul ignore end*/ + // Theirs inserted + + /*istanbul ignore start*/ + (_hunk$lines2 = + /*istanbul ignore end*/ + hunk.lines).push. + /*istanbul ignore start*/ + apply + /*istanbul ignore end*/ + ( + /*istanbul ignore start*/ + _hunk$lines2 + /*istanbul ignore end*/ + , + /*istanbul ignore start*/ + _toConsumableArray( + /*istanbul ignore end*/ + collectChange(their))); + } else if (mineCurrent[0] === '-' && theirCurrent[0] === ' ') { + // Mine removed or edited + removal(hunk, mine, their); + } else if (theirCurrent[0] === '-' && mineCurrent[0] === ' ') { + // Their removed or edited + removal(hunk, their, mine, true); + } else if (mineCurrent === theirCurrent) { + // Context identity + hunk.lines.push(mineCurrent); + mine.index++; + their.index++; + } else { + // Context mismatch + conflict(hunk, collectChange(mine), collectChange(their)); + } + } // Now push anything that may be remaining + + + insertTrailing(hunk, mine); + insertTrailing(hunk, their); + calcLineCount(hunk); +} + +function mutualChange(hunk, mine, their) { + var myChanges = collectChange(mine), + theirChanges = collectChange(their); + + if (allRemoves(myChanges) && allRemoves(theirChanges)) { + // Special case for remove changes that are supersets of one another + if ( + /*istanbul ignore start*/ + (0, + /*istanbul ignore end*/ + + /*istanbul ignore start*/ + _array + /*istanbul ignore end*/ + . + /*istanbul ignore start*/ + arrayStartsWith) + /*istanbul ignore end*/ + (myChanges, theirChanges) && skipRemoveSuperset(their, myChanges, myChanges.length - theirChanges.length)) { + /*istanbul ignore start*/ + var _hunk$lines3; + + /*istanbul ignore end*/ + + /*istanbul ignore start*/ + (_hunk$lines3 = + /*istanbul ignore end*/ + hunk.lines).push. + /*istanbul ignore start*/ + apply + /*istanbul ignore end*/ + ( + /*istanbul ignore start*/ + _hunk$lines3 + /*istanbul ignore end*/ + , + /*istanbul ignore start*/ + _toConsumableArray( + /*istanbul ignore end*/ + myChanges)); + + return; + } else if ( + /*istanbul ignore start*/ + (0, + /*istanbul ignore end*/ + + /*istanbul ignore start*/ + _array + /*istanbul ignore end*/ + . + /*istanbul ignore start*/ + arrayStartsWith) + /*istanbul ignore end*/ + (theirChanges, myChanges) && skipRemoveSuperset(mine, theirChanges, theirChanges.length - myChanges.length)) { + /*istanbul ignore start*/ + var _hunk$lines4; + + /*istanbul ignore end*/ + + /*istanbul ignore start*/ + (_hunk$lines4 = + /*istanbul ignore end*/ + hunk.lines).push. + /*istanbul ignore start*/ + apply + /*istanbul ignore end*/ + ( + /*istanbul ignore start*/ + _hunk$lines4 + /*istanbul ignore end*/ + , + /*istanbul ignore start*/ + _toConsumableArray( + /*istanbul ignore end*/ + theirChanges)); + + return; + } + } else if ( + /*istanbul ignore start*/ + (0, + /*istanbul ignore end*/ + + /*istanbul ignore start*/ + _array + /*istanbul ignore end*/ + . + /*istanbul ignore start*/ + arrayEqual) + /*istanbul ignore end*/ + (myChanges, theirChanges)) { + /*istanbul ignore start*/ + var _hunk$lines5; + + /*istanbul ignore end*/ + + /*istanbul ignore start*/ + (_hunk$lines5 = + /*istanbul ignore end*/ + hunk.lines).push. + /*istanbul ignore start*/ + apply + /*istanbul ignore end*/ + ( + /*istanbul ignore start*/ + _hunk$lines5 + /*istanbul ignore end*/ + , + /*istanbul ignore start*/ + _toConsumableArray( + /*istanbul ignore end*/ + myChanges)); + + return; + } + + conflict(hunk, myChanges, theirChanges); +} + +function removal(hunk, mine, their, swap) { + var myChanges = collectChange(mine), + theirChanges = collectContext(their, myChanges); + + if (theirChanges.merged) { + /*istanbul ignore start*/ + var _hunk$lines6; + + /*istanbul ignore end*/ + + /*istanbul ignore start*/ + (_hunk$lines6 = + /*istanbul ignore end*/ + hunk.lines).push. + /*istanbul ignore start*/ + apply + /*istanbul ignore end*/ + ( + /*istanbul ignore start*/ + _hunk$lines6 + /*istanbul ignore end*/ + , + /*istanbul ignore start*/ + _toConsumableArray( + /*istanbul ignore end*/ + theirChanges.merged)); + } else { + conflict(hunk, swap ? theirChanges : myChanges, swap ? myChanges : theirChanges); + } +} + +function conflict(hunk, mine, their) { + hunk.conflict = true; + hunk.lines.push({ + conflict: true, + mine: mine, + theirs: their + }); +} + +function insertLeading(hunk, insert, their) { + while (insert.offset < their.offset && insert.index < insert.lines.length) { + var line = insert.lines[insert.index++]; + hunk.lines.push(line); + insert.offset++; + } +} + +function insertTrailing(hunk, insert) { + while (insert.index < insert.lines.length) { + var line = insert.lines[insert.index++]; + hunk.lines.push(line); + } +} + +function collectChange(state) { + var ret = [], + operation = state.lines[state.index][0]; + + while (state.index < state.lines.length) { + var line = state.lines[state.index]; // Group additions that are immediately after subtractions and treat them as one "atomic" modify change. + + if (operation === '-' && line[0] === '+') { + operation = '+'; + } + + if (operation === line[0]) { + ret.push(line); + state.index++; + } else { + break; + } + } + + return ret; +} + +function collectContext(state, matchChanges) { + var changes = [], + merged = [], + matchIndex = 0, + contextChanges = false, + conflicted = false; + + while (matchIndex < matchChanges.length && state.index < state.lines.length) { + var change = state.lines[state.index], + match = matchChanges[matchIndex]; // Once we've hit our add, then we are done + + if (match[0] === '+') { + break; + } + + contextChanges = contextChanges || change[0] !== ' '; + merged.push(match); + matchIndex++; // Consume any additions in the other block as a conflict to attempt + // to pull in the remaining context after this + + if (change[0] === '+') { + conflicted = true; + + while (change[0] === '+') { + changes.push(change); + change = state.lines[++state.index]; + } + } + + if (match.substr(1) === change.substr(1)) { + changes.push(change); + state.index++; + } else { + conflicted = true; + } + } + + if ((matchChanges[matchIndex] || '')[0] === '+' && contextChanges) { + conflicted = true; + } + + if (conflicted) { + return changes; + } + + while (matchIndex < matchChanges.length) { + merged.push(matchChanges[matchIndex++]); + } + + return { + merged: merged, + changes: changes + }; +} + +function allRemoves(changes) { + return changes.reduce(function (prev, change) { + return prev && change[0] === '-'; + }, true); +} + +function skipRemoveSuperset(state, removeChanges, delta) { + for (var i = 0; i < delta; i++) { + var changeContent = removeChanges[removeChanges.length - delta + i].substr(1); + + if (state.lines[state.index + i] !== ' ' + changeContent) { + return false; + } + } + + state.index += delta; + return true; +} + +function calcOldNewLineCount(lines) { + var oldLines = 0; + var newLines = 0; + lines.forEach(function (line) { + if (typeof line !== 'string') { + var myCount = calcOldNewLineCount(line.mine); + var theirCount = calcOldNewLineCount(line.theirs); + + if (oldLines !== undefined) { + if (myCount.oldLines === theirCount.oldLines) { + oldLines += myCount.oldLines; + } else { + oldLines = undefined; + } + } + + if (newLines !== undefined) { + if (myCount.newLines === theirCount.newLines) { + newLines += myCount.newLines; + } else { + newLines = undefined; + } + } + } else { + if (newLines !== undefined && (line[0] === '+' || line[0] === ' ')) { + newLines++; + } + + if (oldLines !== undefined && (line[0] === '-' || line[0] === ' ')) { + oldLines++; + } + } + }); + return { + oldLines: oldLines, + newLines: newLines + }; +} +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9wYXRjaC9tZXJnZS5qcyJdLCJuYW1lcyI6WyJjYWxjTGluZUNvdW50IiwiaHVuayIsImNhbGNPbGROZXdMaW5lQ291bnQiLCJsaW5lcyIsIm9sZExpbmVzIiwibmV3TGluZXMiLCJ1bmRlZmluZWQiLCJtZXJnZSIsIm1pbmUiLCJ0aGVpcnMiLCJiYXNlIiwibG9hZFBhdGNoIiwicmV0IiwiaW5kZXgiLCJuZXdGaWxlTmFtZSIsImZpbGVOYW1lQ2hhbmdlZCIsIm9sZEZpbGVOYW1lIiwib2xkSGVhZGVyIiwibmV3SGVhZGVyIiwic2VsZWN0RmllbGQiLCJodW5rcyIsIm1pbmVJbmRleCIsInRoZWlyc0luZGV4IiwibWluZU9mZnNldCIsInRoZWlyc09mZnNldCIsImxlbmd0aCIsIm1pbmVDdXJyZW50Iiwib2xkU3RhcnQiLCJJbmZpbml0eSIsInRoZWlyc0N1cnJlbnQiLCJodW5rQmVmb3JlIiwicHVzaCIsImNsb25lSHVuayIsIm1lcmdlZEh1bmsiLCJNYXRoIiwibWluIiwibmV3U3RhcnQiLCJtZXJnZUxpbmVzIiwicGFyYW0iLCJ0ZXN0IiwicGFyc2VQYXRjaCIsIkVycm9yIiwic3RydWN0dXJlZFBhdGNoIiwicGF0Y2giLCJjb25mbGljdCIsImNoZWNrIiwib2Zmc2V0IiwibWluZUxpbmVzIiwidGhlaXJPZmZzZXQiLCJ0aGVpckxpbmVzIiwidGhlaXIiLCJpbnNlcnRMZWFkaW5nIiwidGhlaXJDdXJyZW50IiwibXV0dWFsQ2hhbmdlIiwiY29sbGVjdENoYW5nZSIsInJlbW92YWwiLCJpbnNlcnRUcmFpbGluZyIsIm15Q2hhbmdlcyIsInRoZWlyQ2hhbmdlcyIsImFsbFJlbW92ZXMiLCJhcnJheVN0YXJ0c1dpdGgiLCJza2lwUmVtb3ZlU3VwZXJzZXQiLCJhcnJheUVxdWFsIiwic3dhcCIsImNvbGxlY3RDb250ZXh0IiwibWVyZ2VkIiwiaW5zZXJ0IiwibGluZSIsInN0YXRlIiwib3BlcmF0aW9uIiwibWF0Y2hDaGFuZ2VzIiwiY2hhbmdlcyIsIm1hdGNoSW5kZXgiLCJjb250ZXh0Q2hhbmdlcyIsImNvbmZsaWN0ZWQiLCJjaGFuZ2UiLCJtYXRjaCIsInN1YnN0ciIsInJlZHVjZSIsInByZXYiLCJyZW1vdmVDaGFuZ2VzIiwiZGVsdGEiLCJpIiwiY2hhbmdlQ29udGVudCIsImZvckVhY2giLCJteUNvdW50IiwidGhlaXJDb3VudCJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7OztBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQ0E7QUFBQTtBQUFBO0FBQUE7QUFBQTs7QUFFQTtBQUFBO0FBQUE7QUFBQTtBQUFBOzs7Ozs7Ozs7OztBQUVPLFNBQVNBLGFBQVQsQ0FBdUJDLElBQXZCLEVBQTZCO0FBQUE7QUFBQTtBQUFBO0FBQ0xDLEVBQUFBLG1CQUFtQixDQUFDRCxJQUFJLENBQUNFLEtBQU4sQ0FEZDtBQUFBLE1BQzNCQyxRQUQyQix3QkFDM0JBLFFBRDJCO0FBQUEsTUFDakJDLFFBRGlCLHdCQUNqQkEsUUFEaUI7O0FBR2xDLE1BQUlELFFBQVEsS0FBS0UsU0FBakIsRUFBNEI7QUFDMUJMLElBQUFBLElBQUksQ0FBQ0csUUFBTCxHQUFnQkEsUUFBaEI7QUFDRCxHQUZELE1BRU87QUFDTCxXQUFPSCxJQUFJLENBQUNHLFFBQVo7QUFDRDs7QUFFRCxNQUFJQyxRQUFRLEtBQUtDLFNBQWpCLEVBQTRCO0FBQzFCTCxJQUFBQSxJQUFJLENBQUNJLFFBQUwsR0FBZ0JBLFFBQWhCO0FBQ0QsR0FGRCxNQUVPO0FBQ0wsV0FBT0osSUFBSSxDQUFDSSxRQUFaO0FBQ0Q7QUFDRjs7QUFFTSxTQUFTRSxLQUFULENBQWVDLElBQWYsRUFBcUJDLE1BQXJCLEVBQTZCQyxJQUE3QixFQUFtQztBQUN4Q0YsRUFBQUEsSUFBSSxHQUFHRyxTQUFTLENBQUNILElBQUQsRUFBT0UsSUFBUCxDQUFoQjtBQUNBRCxFQUFBQSxNQUFNLEdBQUdFLFNBQVMsQ0FBQ0YsTUFBRCxFQUFTQyxJQUFULENBQWxCO0FBRUEsTUFBSUUsR0FBRyxHQUFHLEVBQVYsQ0FKd0MsQ0FN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R0FBWixJQUFtQkEsSUFBSSxDQUFDLENBQUQsQ0FBSixLQUFZLEdBQTFELENBQUosRUFBb0U7QUFDbEUvRCxRQUFBQSxRQUFRO0FBQ1Q7QUFDRjtBQUNGLEdBNUJEO0FBOEJBLFNBQU87QUFBQ0EsSUFBQUEsUUFBUSxFQUFSQSxRQUFEO0FBQVdDLElBQUFBLFFBQVEsRUFBUkE7QUFBWCxHQUFQO0FBQ0QiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge3N0cnVjdHVyZWRQYXRjaH0gZnJvbSAnLi9jcmVhdGUnO1xuaW1wb3J0IHtwYXJzZVBhdGNofSBmcm9tICcuL3BhcnNlJztcblxuaW1wb3J0IHthcnJheUVxdWFsLCBhcnJheVN0YXJ0c1dpdGh9IGZyb20gJy4uL3V0aWwvYXJyYXknO1xuXG5leHBvcnQgZnVuY3Rpb24gY2FsY0xpbmVDb3VudChodW5rKSB7XG4gIGNvbnN0IHtvbGRMaW5lcywgbmV3TGluZXN9ID0gY2FsY09sZE5ld0xpbmVDb3VudChodW5rLmxpbmVzKTtcblxuICBpZiAob2xkTGluZXMgIT09IHVuZGVmaW5lZCkge1xuICAgIGh1bmsub2xkTGluZXMgPSBvbGRMaW5lcztcbiAgfSBlbHNlIHtcbiAgICBkZWxldGUgaHVuay5vbGRMaW5lcztcbiAgfVxuXG4gIGlmIChuZXdMaW5lcyAhPT0gdW5kZWZpbmVkKSB7XG4gICAgaHVuay5uZXdMaW5lcyA9IG5ld0xpbmVzO1xuICB9IGVsc2Uge1xuICAgIGRlbGV0ZSBodW5rLm5ld0xpbmVzO1xuICB9XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBtZXJnZShtaW5lLCB0aGVpcnMsIGJhc2UpIHtcbiAgbWluZSA9IGxvYWRQYXRjaChtaW5lLCBiYXNlKTtcbiAgdGhlaXJzID0gbG9hZFBhdGNoKHRoZWlycywgYmFzZSk7XG5cbiAgbGV0IHJldCA9IHt9O1xuXG4gIC8vIEZvciBpbmRleCB3ZSBqdXN0IGxldCBpdCBwYXNzIHRocm91Z2ggYXMgaXQgZG9lc24ndCBoYXZlIGFueSBuZWNlc3NhcnkgbWVhbmluZy5cbiAgLy8gTGVhdmluZyBzYW5pdHkgY2hlY2tzIG9uIHRoaXMgdG8gdGhlIEFQSSBjb25zdW1lciB0aGF0IG1heSBrbm93IG1vcmUgYWJvdXQgdGhlXG4gIC8vIG1lYW5pbmcgaW4gdGhlaXIgb3duIGNvbnRleHQuXG4gIGlmIChtaW5lLmluZGV4IHx8IHRoZWlycy5pbmRleCkge1xuICAgIHJldC5pbmRleCA9IG1pbmUuaW5kZXggfHwgdGhlaXJzLmluZGV4O1xuICB9XG5cbiAgaWYgKG1pbmUubmV3RmlsZU5hbWUgfHwgdGhlaXJzLm5ld0ZpbGVOYW1lKSB7XG4gICAgaWYgKCFmaWxlTmFtZUNoYW5nZWQobWluZSkpIHtcbiAgICAgIC8vIE5vIGhlYWRlciBvciBubyBjaGFuZ2UgaW4gb3VycywgdXNlIHRoZWlycyAoYW5kIG91cnMgaWYgdGhlaXJzIGRvZXMgbm90IGV4aXN0KVxuICAgICAgcmV0Lm9sZEZpbGVOYW1lID0gdGhlaXJzLm9sZEZpbGVOYW1lIHx8IG1pbmUub2xkRmlsZU5hbWU7XG4gICAgICByZXQubmV3RmlsZU5hbWUgPSB0aGVpcnMubmV3RmlsZU5hbWUgfHwgbWluZS5uZXdGaWxlTmFtZTtcbiAgICAgIHJldC5vbGRIZWFkZXIgPSB0aGVpcnMub2xkSGVhZGVyIHx8IG1pbmUub2xkSGVhZGVyO1xuICAgICAgcmV0Lm5ld0hlYWRlciA9IHRoZWlycy5uZXdIZWFkZXIgfHwgbWluZS5uZXdIZWFkZXI7XG4gICAgfSBlbHNlIGlmICghZmlsZU5hbWVDaGFuZ2VkKHRoZWlycykpIHtcbiAgICAgIC8vIE5vIGhlYWRlciBvciBubyBjaGFuZ2UgaW4gdGhlaXJzLCB1c2Ugb3Vyc1xuICAgICAgcmV0Lm9sZEZpbGVOYW1lID0gbWluZS5vbGRGaWxlTmFtZTtcbiAgICAgIHJldC5uZXdGaWxlTmFtZSA9IG1pbmUubmV3RmlsZU5hbWU7XG4gICAgICByZXQub2xkSGVhZGVyID0gbWluZS5vbGRIZWFkZXI7XG4gICAgICByZXQubmV3SGVhZGVyID0gbWluZS5uZXdIZWFkZXI7XG4gICAgfSBlbHNlIHtcbiAgICAgIC8vIEJvdGggY2hhbmdlZC4uLiBmaWd1cmUgaXQgb3V0XG4gICAgICByZXQub2xkRmlsZU5hbWUgPSBzZWxlY3RGaWVsZChyZXQsIG1pbmUub2xkRmlsZU5hbWUsIHRoZWlycy5vbGRGaWxlTmFtZSk7XG4gICAgICByZXQubmV3RmlsZU5hbWUgPSBzZWxlY3RGaWVsZChyZXQsIG1pbmUubmV3RmlsZU5hbWUsIHRoZWlycy5uZXdGaWxlTmFtZSk7XG4gICAgICByZXQub2xkSGVhZGVyID0gc2VsZWN0RmllbGQocmV0LCBtaW5lLm9sZEhlYWRlciwgdGhlaXJzLm9sZEhlYWRlcik7XG4gICAgICByZXQubmV3SGVhZGVyID0gc2VsZWN0RmllbGQocmV0LCBtaW5lLm5ld0hlYWRlciwgdGhlaXJzLm5ld0hlYWRlcik7XG4gICAgfVxuICB9XG5cbiAgcmV0Lmh1bmtzID0gW107XG5cbiAgbGV0IG1pbmVJbmRleCA9IDAsXG4gICAgICB0aGVpcnNJbmRleCA9IDAsXG4gICAgICBtaW5lT2Zmc2V0ID0gMCxcbiAgICAgIHRoZWlyc09mZnNldCA9IDA7XG5cbiAgd2hpbGUgKG1pbmVJbmRleCA8IG1pbmUuaHVua3MubGVuZ3RoIHx8IHRoZWlyc0luZGV4IDwgdGhlaXJzLmh1bmtzLmxlbmd0aCkge1xuICAgIGxldCBtaW5lQ3VycmVudCA9IG1pbmUuaHVua3NbbWluZUluZGV4XSB8fCB7b2xkU3RhcnQ6IEluZmluaXR5fSxcbiAgICAgICAgdGhlaXJzQ3VycmVudCA9IHRoZWlycy5odW5rc1t0aGVpcnNJbmRleF0gfHwge29sZFN0YXJ0OiBJbmZpbml0eX07XG5cbiAgICBpZiAoaHVua0JlZm9yZShtaW5lQ3VycmVudCwgdGhlaXJzQ3VycmVudCkpIHtcbiAgICAgIC8vIFRoaXMgcGF0Y2ggZG9lcyBub3Qgb3ZlcmxhcCB3aXRoIGFueSBvZiB0aGUgb3RoZXJzLCB5YXkuXG4gICAgICByZXQuaHVua3MucHVzaChjbG9uZUh1bmsobWluZUN1cnJlbnQsIG1pbmVPZmZzZXQpKTtcbiAgICAgIG1pbmVJbmRleCsrO1xuICAgICAgdGhlaXJzT2Zmc2V0ICs9IG1pbmVDdXJyZW50Lm5ld0xpbmVzIC0gbWluZUN1cnJlbnQub2xkTGluZXM7XG4gICAgfSBlbHNlIGlmIChodW5rQmVmb3JlKHRoZWlyc0N1cnJlbnQsIG1pbmVDdXJyZW50KSkge1xuICAgICAgLy8gVGhpcyBwYXRjaCBkb2VzIG5vdCBvdmVybGFwIHdpdGggYW55IG9mIHRoZSBvdGhlcnMsIHlheS5cbiAgICAgIHJldC5odW5rcy5wdXNoKGNsb25lSHVuayh0aGVpcnNDdXJyZW50LCB0aGVpcnNPZmZzZXQpKTtcbiAgICAgIHRoZWlyc0luZGV4Kys7XG4gICAgICBtaW5lT2Zmc2V0ICs9IHRoZWlyc0N1cnJlbnQubmV3TGluZXMgLSB0aGVpcnNDdXJyZW50Lm9sZExpbmVzO1xuICAgIH0gZWxzZSB7XG4gICAgICAvLyBPdmVybGFwLCBtZXJnZSBhcyBiZXN0IHdlIGNhblxuICAgICAgbGV0IG1lcmdlZEh1bmsgPSB7XG4gICAgICAgIG9sZFN0YXJ0OiBNYXRoLm1pbihtaW5lQ3VycmVudC5vbGRTdGFydCwgdGhlaXJzQ3VycmVudC5vbGRTdGFydCksXG4gICAgICAgIG9sZExpbmVzOiAwLFxuICAgICAgICBuZXdTdGFydDogTWF0aC5taW4obWluZUN1cnJlbnQubmV3U3RhcnQgKyBtaW5lT2Zmc2V0LCB0aGVpcnNDdXJyZW50Lm9sZFN0YXJ0ICsgdGhlaXJzT2Zmc2V0KSxcbiAgICAgICAgbmV3TGluZXM6IDAsXG4gICAgICAgIGxpbmVzOiBbXVxuICAgICAgfTtcbiAgICAgIG1lcmdlTGluZXMobWVyZ2VkSHVuaywgbWluZUN1cnJlbnQub2xkU3RhcnQsIG1pbmVDdXJyZW50LmxpbmVzLCB0aGVpcnNDdXJyZW50Lm9sZFN0YXJ0LCB0aGVpcnNDdXJyZW50LmxpbmVzKTtcbiAgICAgIHRoZWlyc0luZGV4Kys7XG4gICAgICBtaW5lSW5kZXgrKztcblxuICAgICAgcmV0Lmh1bmtzLnB1c2gobWVyZ2VkSHVuayk7XG4gICAgfVxuICB9XG5cbiAgcmV0dXJuIHJldDtcbn1cblxuZnVuY3Rpb24gbG9hZFBhdGNoKHBhcmFtLCBiYXNlKSB7XG4gIGlmICh0eXBlb2YgcGFyYW0gPT09ICdzdHJpbmcnKSB7XG4gICAgaWYgKCgvXkBAL20pLnRlc3QocGFyYW0pIHx8ICgoL15JbmRleDovbSkudGVzdChwYXJhbSkpKSB7XG4gICAgICByZXR1cm4gcGFyc2VQYXRjaChwYXJhbSlbMF07XG4gICAgfVxuXG4gICAgaWYgKCFiYXNlKSB7XG4gICAgICB0aHJvdyBuZXcgRXJyb3IoJ011c3QgcHJvdmlkZSBhIGJhc2UgcmVmZXJlbmNlIG9yIHBhc3MgaW4gYSBwYXRjaCcpO1xuICAgIH1cbiAgICByZXR1cm4gc3RydWN0dXJlZFBhdGNoKHVuZGVmaW5lZCwgdW5kZWZpbmVkLCBiYXNlLCBwYXJhbSk7XG4gIH1cblxuICByZXR1cm4gcGFyYW07XG59XG5cbmZ1bmN0aW9uIGZpbGVOYW1lQ2hhbmdlZChwYXRjaCkge1xuICByZXR1cm4gcGF0Y2gubmV3RmlsZU5hbWUgJiYgcGF0Y2gubmV3RmlsZU5hbWUgIT09IHBhdGNoLm9sZEZpbGVOYW1lO1xufVxuXG5mdW5jdGlvbiBzZWxlY3RGaWVsZChpbmRleCwgbWluZSwgdGhlaXJzKSB7XG4gIGlmIChtaW5lID09PSB0aGVpcnMpIHtcbiAgICByZXR1cm4gbWluZTtcbiAgfSBlbHNlIHtcbiAgICBpbmRleC5jb25mbGljdCA9IHRydWU7XG4gICAgcmV0dXJuIHttaW5lLCB0aGVpcnN9O1xuICB9XG59XG5cbmZ1bmN0aW9uIGh1bmtCZWZvcmUodGVzdCwgY2hlY2spIHtcbiAgcmV0dXJuIHRlc3Qub2xkU3RhcnQgPCBjaGVjay5vbGRTdGFydFxuICAgICYmICh0ZXN0Lm9sZFN0YXJ0ICsgdGVzdC5vbGRMaW5lcykgPCBjaGVjay5vbGRTdGFydDtcbn1cblxuZnVuY3Rpb24gY2xvbmVIdW5rKGh1bmssIG9mZnNldCkge1xuICByZXR1cm4ge1xuICAgIG9sZFN0YXJ0OiBodW5rLm9sZFN0YXJ0LCBvbGRMaW5lczogaHVuay5vbGRMaW5lcyxcbiAgICBuZXdTdGFydDogaHVuay5uZXdTdGFydCArIG9mZnNldCwgbmV3TGluZXM6IGh1bmsubmV3TGluZXMsXG4gICAgbGluZXM6IGh1bmsubGluZXNcbiAgfTtcbn1cblxuZnVuY3Rpb24gbWVyZ2VMaW5lcyhodW5rLCBtaW5lT2Zmc2V0LCBtaW5lTGluZXMsIHRoZWlyT2Zmc2V0LCB0aGVpckxpbmVzKSB7XG4gIC8vIFRoaXMgd2lsbCBnZW5lcmFsbHkgcmVzdWx0IGluIGEgY29uZmxpY3RlZCBodW5rLCBidXQgdGhlcmUgYXJlIGNhc2VzIHdoZXJlIHRoZSBjb250ZXh0XG4gIC8vIGlzIHRoZSBvbmx5IG92ZXJsYXAgd2hlcmUgd2UgY2FuIHN1Y2Nlc3NmdWxseSBtZXJnZSB0aGUgY29udGVudCBoZXJlLlxuICBsZXQgbWluZSA9IHtvZmZzZXQ6IG1pbmVPZmZzZXQsIGxpbmVzOiBtaW5lTGluZXMsIGluZGV4OiAwfSxcbiAgICAgIHRoZWlyID0ge29mZnNldDogdGhlaXJPZmZzZXQsIGxpbmVzOiB0aGVpckxpbmVzLCBpbmRleDogMH07XG5cbiAgLy8gSGFuZGxlIGFueSBsZWFkaW5nIGNvbnRlbnRcbiAgaW5zZXJ0TGVhZGluZyhodW5rLCBtaW5lLCB0aGVpcik7XG4gIGluc2VydExlYWRpbmcoaHVuaywgdGhlaXIsIG1pbmUpO1xuXG4gIC8vIE5vdyBpbiB0aGUgb3ZlcmxhcCBjb250ZW50LiBTY2FuIHRocm91Z2ggYW5kIHNlbGVjdCB0aGUgYmVzdCBjaGFuZ2VzIGZyb20gZWFjaC5cbiAgd2hpbGUgKG1pbmUuaW5kZXggPCBtaW5lLmxpbmVzLmxlbmd0aCAmJiB0aGVpci5pbmRleCA8IHRoZWlyLmxpbmVzLmxlbmd0aCkge1xuICAgIGxldCBtaW5lQ3VycmVudCA9IG1pbmUubGluZXNbbWluZS5pbmRleF0sXG4gICAgICAgIHRoZWlyQ3VycmVudCA9IHRoZWlyLmxpbmVzW3RoZWlyLmluZGV4XTtcblxuICAgIGlmICgobWluZUN1cnJlbnRbMF0gPT09ICctJyB8fCBtaW5lQ3VycmVudFswXSA9PT0gJysnKVxuICAgICAgICAmJiAodGhlaXJDdXJyZW50WzBdID09PSAnLScgfHwgdGhlaXJDdXJyZW50WzBdID09PSAnKycpKSB7XG4gICAgICAvLyBCb3RoIG1vZGlmaWVkIC4uLlxuICAgICAgbXV0dWFsQ2hhbmdlKGh1bmssIG1pbmUsIHRoZWlyKTtcbiAgICB9IGVsc2UgaWYgKG1pbmVDdXJyZW50WzBdID09PSAnKycgJiYgdGhlaXJDdXJyZW50WzBdID09PSAnICcpIHtcbiAgICAgIC8vIE1pbmUgaW5zZXJ0ZWRcbiAgICAgIGh1bmsubGluZXMucHVzaCguLi4gY29sbGVjdENoYW5nZShtaW5lKSk7XG4gICAgfSBlbHNlIGlmICh0aGVpckN1cnJlbnRbMF0gPT09ICcrJyAmJiBtaW5lQ3VycmVudFswXSA9PT0gJyAnKSB7XG4gICAgICAvLyBUaGVpcnMgaW5zZXJ0ZWRcbiAgICAgIGh1bmsubGluZXMucHVzaCguLi4gY29sbGVjdENoYW5nZSh0aGVpcikpO1xuICAgIH0gZWxzZSBpZiAobWluZUN1cnJlbnRbMF0gPT09ICctJyAmJiB0aGVpckN1cnJlbnRbMF0gPT09ICcgJykge1xuICAgICAgLy8gTWluZSByZW1vdmVkIG9yIGVkaXRlZFxuICAgICAgcmVtb3ZhbChodW5rLCBtaW5lLCB0aGVpcik7XG4gICAgfSBlbHNlIGlmICh0aGVpckN1cnJlbnRbMF0gPT09ICctJyAmJiBtaW5lQ3VycmVudFswXSA9PT0gJyAnKSB7XG4gICAgICAvLyBUaGVpciByZW1vdmVkIG9yIGVkaXRlZFxuICAgICAgcmVtb3ZhbChodW5rLCB0aGVpciwgbWluZSwgdHJ1ZSk7XG4gICAgfSBlbHNlIGlmIChtaW5lQ3VycmVudCA9PT0gdGhlaXJDdXJyZW50KSB7XG4gICAgICAvLyBDb250ZXh0IGlkZW50aXR5XG4gICAgICBodW5rLmxpbmVzLnB1c2gobWluZUN1cnJlbnQpO1xuICAgICAgbWluZS5pbmRleCsrO1xuICAgICAgdGhlaXIuaW5kZXgrKztcbiAgICB9IGVsc2Uge1xuICAgICAgLy8gQ29udGV4dCBtaXNtYXRjaFxuICAgICAgY29uZmxpY3QoaHVuaywgY29sbGVjdENoYW5nZShtaW5lKSwgY29sbGVjdENoYW5nZSh0aGVpcikpO1xuICAgIH1cbiAgfVxuXG4gIC8vIE5vdyBwdXNoIGFueXRoaW5nIHRoYXQgbWF5IGJlIHJlbWFpbmluZ1xuICBpbnNlcnRUcmFpbGluZyhodW5rLCBtaW5lKTtcbiAgaW5zZXJ0VHJhaWxpbmcoaHVuaywgdGhlaXIpO1xuXG4gIGNhbGNMaW5lQ291bnQoaHVuayk7XG59XG5cbmZ1bmN0aW9uIG11dHVhbENoYW5nZShodW5rLCBtaW5lLCB0aGVpcikge1xuICBsZXQgbXlDaGFuZ2VzID0gY29sbGVjdENoYW5nZShtaW5lKSxcbiAgICAgIHRoZWlyQ2hhbmdlcyA9IGNvbGxlY3RDaGFuZ2UodGhlaXIpO1xuXG4gIGlmIChhbGxSZW1vdmVzKG15Q2hhbmdlcykgJiYgYWxsUmVtb3Zlcyh0aGVpckNoYW5nZXMpKSB7XG4gICAgLy8gU3BlY2lhbCBjYXNlIGZvciByZW1vdmUgY2hhbmdlcyB0aGF0IGFyZSBzdXBlcnNldHMgb2Ygb25lIGFub3RoZXJcbiAgICBpZiAoYXJyYXlTdGFydHNXaXRoKG15Q2hhbmdlcywgdGhlaXJDaGFuZ2VzKVxuICAgICAgICAmJiBza2lwUmVtb3ZlU3VwZXJzZXQodGhlaXIsIG15Q2hhbmdlcywgbXlDaGFuZ2VzLmxlbmd0aCAtIHRoZWlyQ2hhbmdlcy5sZW5ndGgpKSB7XG4gICAgICBodW5rLmxpbmVzLnB1c2goLi4uIG15Q2hhbmdlcyk7XG4gICAgICByZXR1cm47XG4gICAgfSBlbHNlIGlmIChhcnJheVN0YXJ0c1dpdGgodGhlaXJDaGFuZ2VzLCBteUNoYW5nZXMpXG4gICAgICAgICYmIHNraXBSZW1vdmVTdXBlcnNldChtaW5lLCB0aGVpckNoYW5nZXMsIHRoZWlyQ2hhbmdlcy5sZW5ndGggLSBteUNoYW5nZXMubGVuZ3RoKSkge1xuICAgICAgaHVuay5saW5lcy5wdXNoKC4uLiB0aGVpckNoYW5nZXMpO1xuICAgICAgcmV0dXJuO1xuICAgIH1cbiAgfSBlbHNlIGlmIChhcnJheUVxdWFsKG15Q2hhbmdlcywgdGhlaXJDaGFuZ2VzKSkge1xuICAgIGh1bmsubGluZXMucHVzaCguLi4gbXlDaGFuZ2VzKTtcbiAgICByZXR1cm47XG4gIH1cblxuICBjb25mbGljdChodW5rLCBteUNoYW5nZXMsIHRoZWlyQ2hhbmdlcyk7XG59XG5cbmZ1bmN0aW9uIHJlbW92YWwoaHVuaywgbWluZSwgdGhlaXIsIHN3YXApIHtcbiAgbGV0IG15Q2hhbmdlcyA9IGNvbGxlY3RDaGFuZ2UobWluZSksXG4gICAgICB0aGVpckNoYW5nZXMgPSBjb2xsZWN0Q29udGV4dCh0aGVpciwgbXlDaGFuZ2VzKTtcbiAgaWYgKHRoZWlyQ2hhbmdlcy5tZXJnZWQpIHtcbiAgICBodW5rLmxpbmVzLnB1c2goLi4uIHRoZWlyQ2hhbmdlcy5tZXJnZWQpO1xuICB9IGVsc2Uge1xuICAgIGNvbmZsaWN0KGh1bmssIHN3YXAgPyB0aGVpckNoYW5nZXMgOiBteUNoYW5nZXMsIHN3YXAgPyBteUNoYW5nZXMgOiB0aGVpckNoYW5nZXMpO1xuICB9XG59XG5cbmZ1bmN0aW9uIGNvbmZsaWN0KGh1bmssIG1pbmUsIHRoZWlyKSB7XG4gIGh1bmsuY29uZmxpY3QgPSB0cnVlO1xuICBodW5rLmxpbmVzLnB1c2goe1xuICAgIGNvbmZsaWN0OiB0cnVlLFxuICAgIG1pbmU6IG1pbmUsXG4gICAgdGhlaXJzOiB0aGVpclxuICB9KTtcbn1cblxuZnVuY3Rpb24gaW5zZXJ0TGVhZGluZyhodW5rLCBpbnNlcnQsIHRoZWlyKSB7XG4gIHdoaWxlIChpbnNlcnQub2Zmc2V0IDwgdGhlaXIub2Zmc2V0ICYmIGluc2VydC5pbmRleCA8IGluc2VydC5saW5lcy5sZW5ndGgpIHtcbiAgICBsZXQgbGluZSA9IGluc2VydC5saW5lc1tpbnNlcnQuaW5kZXgrK107XG4gICAgaHVuay5saW5lcy5wdXNoKGxpbmUpO1xuICAgIGluc2VydC5vZmZzZXQrKztcbiAgfVxufVxuZnVuY3Rpb24gaW5zZXJ0VHJhaWxpbmcoaHVuaywgaW5zZXJ0KSB7XG4gIHdoaWxlIChpbnNlcnQuaW5kZXggPCBpbnNlcnQubGluZXMubGVuZ3RoKSB7XG4gICAgbGV0IGxpbmUgPSBpbnNlcnQubGluZXNbaW5zZXJ0LmluZGV4KytdO1xuICAgIGh1bmsubGluZXMucHVzaChsaW5lKTtcbiAgfVxufVxuXG5mdW5jdGlvbiBjb2xsZWN0Q2hhbmdlKHN0YXRlKSB7XG4gIGxldCByZXQgPSBbXSxcbiAgICAgIG9wZXJhdGlvbiA9IHN0YXRlLmxpbmVzW3N0YXRlLmluZGV4XVswXTtcbiAgd2hpbGUgKHN0YXRlLmluZGV4IDwgc3RhdGUubGluZXMubGVuZ3RoKSB7XG4gICAgbGV0IGxpbmUgPSBzdGF0ZS5saW5lc1tzdGF0ZS5pbmRleF07XG5cbiAgICAvLyBHcm91cCBhZGRpdGlvbnMgdGhhdCBhcmUgaW1tZWRpYXRlbHkgYWZ0ZXIgc3VidHJhY3Rpb25zIGFuZCB0cmVhdCB0aGVtIGFzIG9uZSBcImF0b21pY1wiIG1vZGlmeSBjaGFuZ2UuXG4gICAgaWYgKG9wZXJhdGlvbiA9PT0gJy0nICYmIGxpbmVbMF0gPT09ICcrJykge1xuICAgICAgb3BlcmF0aW9uID0gJysnO1xuICAgIH1cblxuICAgIGlmIChvcGVyYXRpb24gPT09IGxpbmVbMF0pIHtcbiAgICAgIHJldC5wdXNoKGxpbmUpO1xuICAgICAgc3RhdGUuaW5kZXgrKztcbiAgICB9IGVsc2Uge1xuICAgICAgYnJlYWs7XG4gICAgfVxuICB9XG5cbiAgcmV0dXJuIHJldDtcbn1cbmZ1bmN0aW9uIGNvbGxlY3RDb250ZXh0KHN0YXRlLCBtYXRjaENoYW5nZXMpIHtcbiAgbGV0IGNoYW5nZXMgPSBbXSxcbiAgICAgIG1lcmdlZCA9IFtdLFxuICAgICAgbWF0Y2hJbmRleCA9IDAsXG4gICAgICBjb250ZXh0Q2hhbmdlcyA9IGZhbHNlLFxuICAgICAgY29uZmxpY3RlZCA9IGZhbHNlO1xuICB3aGlsZSAobWF0Y2hJbmRleCA8IG1hdGNoQ2hhbmdlcy5sZW5ndGhcbiAgICAgICAgJiYgc3RhdGUuaW5kZXggPCBzdGF0ZS5saW5lcy5sZW5ndGgpIHtcbiAgICBsZXQgY2hhbmdlID0gc3RhdGUubGluZXNbc3RhdGUuaW5kZXhdLFxuICAgICAgICBtYXRjaCA9IG1hdGNoQ2hhbmdlc1ttYXRjaEluZGV4XTtcblxuICAgIC8vIE9uY2Ugd2UndmUgaGl0IG91ciBhZGQsIHRoZW4gd2UgYXJlIGRvbmVcbiAgICBpZiAobWF0Y2hbMF0gPT09ICcrJykge1xuICAgICAgYnJlYWs7XG4gICAgfVxuXG4gICAgY29udGV4dENoYW5nZXMgPSBjb250ZXh0Q2hhbmdlcyB8fCBjaGFuZ2VbMF0gIT09ICcgJztcblxuICAgIG1lcmdlZC5wdXNoKG1hdGNoKTtcbiAgICBtYXRjaEluZGV4Kys7XG5cbiAgICAvLyBDb25zdW1lIGFueSBhZGRpdGlvbnMgaW4gdGhlIG90aGVyIGJsb2NrIGFzIGEgY29uZmxpY3QgdG8gYXR0ZW1wdFxuICAgIC8vIHRvIHB1bGwgaW4gdGhlIHJlbWFpbmluZyBjb250ZXh0IGFmdGVyIHRoaXNcbiAgICBpZiAoY2hhbmdlWzBdID09PSAnKycpIHtcbiAgICAgIGNvbmZsaWN0ZWQgPSB0cnVlO1xuXG4gICAgICB3aGlsZSAoY2hhbmdlWzBdID09PSAnKycpIHtcbiAgICAgICAgY2hhbmdlcy5wdXNoKGNoYW5nZSk7XG4gICAgICAgIGNoYW5nZSA9IHN0YXRlLmxpbmVzWysrc3RhdGUuaW5kZXhdO1xuICAgICAgfVxuICAgIH1cblxuICAgIGlmIChtYXRjaC5zdWJzdHIoMSkgPT09IGNoYW5nZS5zdWJzdHIoMSkpIHtcbiAgICAgIGNoYW5nZXMucHVzaChjaGFuZ2UpO1xuICAgICAgc3RhdGUuaW5kZXgrKztcbiAgICB9IGVsc2Uge1xuICAgICAgY29uZmxpY3RlZCA9IHRydWU7XG4gICAgfVxuICB9XG5cbiAgaWYgKChtYXRjaENoYW5nZXNbbWF0Y2hJbmRleF0gfHwgJycpWzBdID09PSAnKydcbiAgICAgICYmIGNvbnRleHRDaGFuZ2VzKSB7XG4gICAgY29uZmxpY3RlZCA9IHRydWU7XG4gIH1cblxuICBpZiAoY29uZmxpY3RlZCkge1xuICAgIHJldHVybiBjaGFuZ2VzO1xuICB9XG5cbiAgd2hpbGUgKG1hdGNoSW5kZXggPCBtYXRjaENoYW5nZXMubGVuZ3RoKSB7XG4gICAgbWVyZ2VkLnB1c2gobWF0Y2hDaGFuZ2VzW21hdGNoSW5kZXgrK10pO1xuICB9XG5cbiAgcmV0dXJuIHtcbiAgICBtZXJnZWQsXG4gICAgY2hhbmdlc1xuICB9O1xufVxuXG5mdW5jdGlvbiBhbGxSZW1vdmVzKGNoYW5nZXMpIHtcbiAgcmV0dXJuIGNoYW5nZXMucmVkdWNlKGZ1bmN0aW9uKHByZXYsIGNoYW5nZSkge1xuICAgIHJldHVybiBwcmV2ICYmIGNoYW5nZVswXSA9PT0gJy0nO1xuICB9LCB0cnVlKTtcbn1cbmZ1bmN0aW9uIHNraXBSZW1vdmVTdXBlcnNldChzdGF0ZSwgcmVtb3ZlQ2hhbmdlcywgZGVsdGEpIHtcbiAgZm9yIChsZXQgaSA9IDA7IGkgPCBkZWx0YTsgaSsrKSB7XG4gICAgbGV0IGNoYW5nZUNvbnRlbnQgPSByZW1vdmVDaGFuZ2VzW3JlbW92ZUNoYW5nZXMubGVuZ3RoIC0gZGVsdGEgKyBpXS5zdWJzdHIoMSk7XG4gICAgaWYgKHN0YXRlLmxpbmVzW3N0YXRlLmluZGV4ICsgaV0gIT09ICcgJyArIGNoYW5nZUNvbnRlbnQpIHtcbiAgICAgIHJldHVybiBmYWxzZTtcbiAgICB9XG4gIH1cblxuICBzdGF0ZS5pbmRleCArPSBkZWx0YTtcbiAgcmV0dXJuIHRydWU7XG59XG5cbmZ1bmN0aW9uIGNhbGNPbGROZXdMaW5lQ291bnQobGluZXMpIHtcbiAgbGV0IG9sZExpbmVzID0gMDtcbiAgbGV0IG5ld0xpbmVzID0gMDtcblxuICBsaW5lcy5mb3JFYWNoKGZ1bmN0aW9uKGxpbmUpIHtcbiAgICBpZiAodHlwZW9mIGxpbmUgIT09ICdzdHJpbmcnKSB7XG4gICAgICBsZXQgbXlDb3VudCA9IGNhbGNPbGROZXdMaW5lQ291bnQobGluZS5taW5lKTtcbiAgICAgIGxldCB0aGVpckNvdW50ID0gY2FsY09sZE5ld0xpbmVDb3VudChsaW5lLnRoZWlycyk7XG5cbiAgICAgIGlmIChvbGRMaW5lcyAhPT0gdW5kZWZpbmVkKSB7XG4gICAgICAgIGlmIChteUNvdW50Lm9sZExpbmVzID09PSB0aGVpckNvdW50Lm9sZExpbmVzKSB7XG4gICAgICAgICAgb2xkTGluZXMgKz0gbXlDb3VudC5vbGRMaW5lcztcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICBvbGRMaW5lcyA9IHVuZGVmaW5lZDtcbiAgICAgICAgfVxuICAgICAgfVxuXG4gICAgICBpZiAobmV3TGluZXMgIT09IHVuZGVmaW5lZCkge1xuICAgICAgICBpZiAobXlDb3VudC5uZXdMaW5lcyA9PT0gdGhlaXJDb3VudC5uZXdMaW5lcykge1xuICAgICAgICAgIG5ld0xpbmVzICs9IG15Q291bnQubmV3TGluZXM7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgbmV3TGluZXMgPSB1bmRlZmluZWQ7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9IGVsc2Uge1xuICAgICAgaWYgKG5ld0xpbmVzICE9PSB1bmRlZmluZWQgJiYgKGxpbmVbMF0gPT09ICcrJyB8fCBsaW5lWzBdID09PSAnICcpKSB7XG4gICAgICAgIG5ld0xpbmVzKys7XG4gICAgICB9XG4gICAgICBpZiAob2xkTGluZXMgIT09IHVuZGVmaW5lZCAmJiAobGluZVswXSA9PT0gJy0nIHx8IGxpbmVbMF0gPT09ICcgJykpIHtcbiAgICAgICAgb2xkTGluZXMrKztcbiAgICAgIH1cbiAgICB9XG4gIH0pO1xuXG4gIHJldHVybiB7b2xkTGluZXMsIG5ld0xpbmVzfTtcbn1cbiJdfQ== diff --git a/node_modules/diff/lib/patch/parse.js b/node_modules/diff/lib/patch/parse.js new file mode 100644 index 0000000..51bae56 --- /dev/null +++ b/node_modules/diff/lib/patch/parse.js @@ -0,0 +1,156 @@ +/*istanbul ignore start*/ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.parsePatch = parsePatch; + +/*istanbul ignore end*/ +function parsePatch(uniDiff) { + /*istanbul ignore start*/ + var + /*istanbul ignore end*/ + options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + var diffstr = uniDiff.split(/\r\n|[\n\v\f\r\x85]/), + delimiters = uniDiff.match(/\r\n|[\n\v\f\r\x85]/g) || [], + list = [], + i = 0; + + function parseIndex() { + var index = {}; + list.push(index); // Parse diff metadata + + while (i < diffstr.length) { + var line = diffstr[i]; // File header found, end parsing diff metadata + + if (/^(\-\-\-|\+\+\+|@@)\s/.test(line)) { + break; + } // Diff index + + + var headerMatch = /^(?:Index:|diff(?: -r \w+)+)\s+/.exec(line); + + if (headerMatch) { + index.index = line.substring(headerMatch[0].length).trim(); + } + + i++; + } // Parse file headers if they are defined. Unified diff requires them, but + // there's no technical issues to have an isolated hunk without file header + + + parseFileHeader(index); + parseFileHeader(index); // Parse hunks + + index.hunks = []; + + while (i < diffstr.length) { + var _line = diffstr[i]; + + if (/^(Index:|diff|\-\-\-|\+\+\+)\s/.test(_line)) { + break; + } else if (/^@@/.test(_line)) { + index.hunks.push(parseHunk()); + } else if (_line && options.strict) { + // Ignore unexpected content unless in strict mode + throw new Error('Unknown line ' + (i + 1) + ' ' + JSON.stringify(_line)); + } else { + i++; + } + } + } // Parses the --- and +++ headers, if none are found, no lines + // are consumed. + + + function parseFileHeader(index) { + var fileHeaderMatch = /^(---|\+\+\+)\s+/.exec(diffstr[i]); + + if (fileHeaderMatch) { + var keyPrefix = fileHeaderMatch[1] === '---' ? 'old' : 'new'; + var data = diffstr[i].substring(3).trim().split('\t', 2); + var fileName = data[0].replace(/\\\\/g, '\\'); + + if (fileName.startsWith('"') && fileName.endsWith('"')) { + fileName = fileName.substr(1, fileName.length - 2); + } + + index[keyPrefix + 'FileName'] = fileName; + index[keyPrefix + 'Header'] = (data[1] || '').trim(); + i++; + } + } // Parses a hunk + // This assumes that we are at the start of a hunk. + + + function parseHunk() { + var chunkHeaderIndex = i, + chunkHeaderLine = diffstr[i++], + chunkHeader = chunkHeaderLine.split(/@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/); + var hunk = { + oldStart: +chunkHeader[1], + oldLines: +chunkHeader[2] || 1, + newStart: +chunkHeader[3], + newLines: +chunkHeader[4] || 1, + lines: [], + linedelimiters: [] + }; + var addCount = 0, + removeCount = 0; + + for (; i < diffstr.length; i++) { + // Lines starting with '---' could be mistaken for the "remove line" operation + // But they could be the header for the next file. Therefore prune such cases out. + if (diffstr[i].indexOf('--- ') === 0 && i + 2 < diffstr.length && diffstr[i + 1].indexOf('+++ ') === 0 && diffstr[i + 2].indexOf('@@') === 0) { + break; + } + + var operation = diffstr[i].length == 0 && i != diffstr.length - 1 ? ' ' : diffstr[i][0]; + + if (operation === '+' || operation === '-' || operation === ' ' || operation === '\\') { + hunk.lines.push(diffstr[i]); + hunk.linedelimiters.push(delimiters[i] || '\n'); + + if (operation === '+') { + addCount++; + } else if (operation === '-') { + removeCount++; + } else if (operation === ' ') { + addCount++; + removeCount++; + } + } else { + break; + } + } // Handle the empty block count case + + + if (!addCount && hunk.newLines === 1) { + hunk.newLines = 0; + } + + if (!removeCount && hunk.oldLines === 1) { + hunk.oldLines = 0; + } // Perform optional sanity checking + + + if (options.strict) { + if (addCount !== hunk.newLines) { + throw new Error('Added line count did not match for hunk at line ' + (chunkHeaderIndex + 1)); + } + + if (removeCount !== hunk.oldLines) { + throw new Error('Removed line count did not match for hunk at line ' + (chunkHeaderIndex + 1)); + } + } + + return hunk; + } + + while (i < diffstr.length) { + parseIndex(); + } + + return list; +} +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9wYXRjaC9wYXJzZS5qcyJdLCJuYW1lcyI6WyJwYXJzZVBhdGNoIiwidW5pRGlmZiIsIm9wdGlvbnMiLCJkaWZmc3RyIiwic3BsaXQiLCJkZWxpbWl0ZXJzIiwibWF0Y2giLCJsaXN0IiwiaSIsInBhcnNlSW5kZXgiLCJpbmRleCIsInB1c2giLCJsZW5ndGgiLCJsaW5lIiwidGVzdCIsImhlYWRlck1hdGNoIiwiZXhlYyIsInN1YnN0cmluZyIsInRyaW0iLCJwYXJzZUZpbGVIZWFkZXIiLCJodW5rcyIsInBhcnNlSHVuayIsInN0cmljdCIsIkVycm9yIiwiSlNPTiIsInN0cmluZ2lmeSIsImZpbGVIZWFkZXJNYXRjaCIsImtleVByZWZpeCIsImRhdGEiLCJmaWxlTmFtZSIsInJlcGxhY2UiLCJzdGFydHNXaXRoIiwiZW5kc1dpdGgiLCJzdWJzdHIiLCJjaHVua0hlYWRlckluZGV4IiwiY2h1bmtIZWFkZXJMaW5lIiwiY2h1bmtIZWFkZXIiLCJodW5rIiwib2xkU3RhcnQiLCJvbGRMaW5lcyIsIm5ld1N0YXJ0IiwibmV3TGluZXMiLCJsaW5lcyIsImxpbmVkZWxpbWl0ZXJzIiwiYWRkQ291bnQiLCJyZW1vdmVDb3VudCIsImluZGV4T2YiLCJvcGVyYXRpb24iXSwibWFwcGluZ3MiOiI7Ozs7Ozs7OztBQUFPLFNBQVNBLFVBQVQsQ0FBb0JDLE9BQXBCLEVBQTJDO0FBQUE7QUFBQTtBQUFBO0FBQWRDLEVBQUFBLE9BQWMsdUVBQUosRUFBSTtBQUNoRCxNQUFJQyxPQUFPLEdBQUdGLE9BQU8sQ0FBQ0csS0FBUixDQUFjLHFCQUFkLENBQWQ7QUFBQSxNQUNJQyxVQUFVLEdBQUdKLE9BQU8sQ0FBQ0ssS0FBUixDQUFjLHNCQUFkLEtBQXlDLEVBRDFEO0FBQUEsTUFFSUMsSUFBSSxHQUFHLEVBRlg7QUFBQSxNQUdJQyxDQUFDLEdBQUcsQ0FIUjs7QUFLQSxXQUFTQyxVQUFULEdBQXNCO0FBQ3BCLFFBQUlDLEtBQUssR0FBRyxFQUFaO0FBQ0FILElB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QXRDLEVBQXlDO0FBQ3ZDRixNQUFBQSxJQUFJLENBQUNFLFFBQUwsR0FBZ0IsQ0FBaEI7QUFDRCxLQWxEa0IsQ0FvRG5COzs7QUFDQSxRQUFJckMsT0FBTyxDQUFDb0IsTUFBWixFQUFvQjtBQUNsQixVQUFJc0IsUUFBUSxLQUFLUCxJQUFJLENBQUNJLFFBQXRCLEVBQWdDO0FBQzlCLGNBQU0sSUFBSWxCLEtBQUosQ0FBVSxzREFBc0RXLGdCQUFnQixHQUFHLENBQXpFLENBQVYsQ0FBTjtBQUNEOztBQUNELFVBQUlXLFdBQVcsS0FBS1IsSUFBSSxDQUFDRSxRQUF6QixFQUFtQztBQUNqQyxjQUFNLElBQUloQixLQUFKLENBQVUsd0RBQXdEVyxnQkFBZ0IsR0FBRyxDQUEzRSxDQUFWLENBQU47QUFDRDtBQUNGOztBQUVELFdBQU9HLElBQVA7QUFDRDs7QUFFRCxTQUFPN0IsQ0FBQyxHQUFHTCxPQUFPLENBQUNTLE1BQW5CLEVBQTJCO0FBQ3pCSCxJQUFBQSxVQUFVO0FBQ1g7O0FBRUQsU0FBT0YsSUFBUDtBQUNEIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGZ1bmN0aW9uIHBhcnNlUGF0Y2godW5pRGlmZiwgb3B0aW9ucyA9IHt9KSB7XG4gIGxldCBkaWZmc3RyID0gdW5pRGlmZi5zcGxpdCgvXFxyXFxufFtcXG5cXHZcXGZcXHJcXHg4NV0vKSxcbiAgICAgIGRlbGltaXRlcnMgPSB1bmlEaWZmLm1hdGNoKC9cXHJcXG58W1xcblxcdlxcZlxcclxceDg1XS9nKSB8fCBbXSxcbiAgICAgIGxpc3QgPSBbXSxcbiAgICAgIGkgPSAwO1xuXG4gIGZ1bmN0aW9uIHBhcnNlSW5kZXgoKSB7XG4gICAgbGV0IGluZGV4ID0ge307XG4gICAgbGlzdC5wdXNoKGluZGV4KTtcblxuICAgIC8vIFBhcnNlIGRpZmYgbWV0YWRhdGFcbiAgICB3aGlsZSAoaSA8IGRpZmZzdHIubGVuZ3RoKSB7XG4gICAgICBsZXQgbGluZSA9IGRpZmZzdHJbaV07XG5cbiAgICAgIC8vIEZpbGUgaGVhZGVyIGZvdW5kLCBlbmQgcGFyc2luZyBkaWZmIG1ldGFkYXRhXG4gICAgICBpZiAoKC9eKFxcLVxcLVxcLXxcXCtcXCtcXCt8QEApXFxzLykudGVzdChsaW5lKSkge1xuICAgICAgICBicmVhaztcbiAgICAgIH1cblxuICAgICAgLy8gRGlmZiBpbmRleFxuICAgICAgbGV0IGhlYWRlck1hdGNoID0gKC9eKD86SW5kZXg6fGRpZmYoPzogLXIgXFx3KykrKVxccysvKS5leGVjKGxpbmUpO1xuICAgICAgaWYgKGhlYWRlck1hdGNoKSB7XG4gICAgICAgIGluZGV4LmluZGV4ID0gbGluZS5zdWJzdHJpbmcoaGVhZGVyTWF0Y2hbMF0ubGVuZ3RoKS50cmltKCk7XG4gICAgICB9XG5cbiAgICAgIGkrKztcbiAgICB9XG5cbiAgICAvLyBQYXJzZSBmaWxlIGhlYWRlcnMgaWYgdGhleSBhcmUgZGVmaW5lZC4gVW5pZmllZCBkaWZmIHJlcXVpcmVzIHRoZW0sIGJ1dFxuICAgIC8vIHRoZXJlJ3Mgbm8gdGVjaG5pY2FsIGlzc3VlcyB0byBoYXZlIGFuIGlzb2xhdGVkIGh1bmsgd2l0aG91dCBmaWxlIGhlYWRlclxuICAgIHBhcnNlRmlsZUhlYWRlcihpbmRleCk7XG4gICAgcGFyc2VGaWxlSGVhZGVyKGluZGV4KTtcblxuICAgIC8vIFBhcnNlIGh1bmtzXG4gICAgaW5kZXguaHVua3MgPSBbXTtcblxuICAgIHdoaWxlIChpIDwgZGlmZnN0ci5sZW5ndGgpIHtcbiAgICAgIGxldCBsaW5lID0gZGlmZnN0cltpXTtcblxuICAgICAgaWYgKCgvXihJbmRleDp8ZGlmZnxcXC1cXC1cXC18XFwrXFwrXFwrKVxccy8pLnRlc3QobGluZSkpIHtcbiAgICAgICAgYnJlYWs7XG4gICAgICB9IGVsc2UgaWYgKCgvXkBALykudGVzdChsaW5lKSkge1xuICAgICAgICBpbmRleC5odW5rcy5wdXNoKHBhcnNlSHVuaygpKTtcbiAgICAgIH0gZWxzZSBpZiAobGluZSAmJiBvcHRpb25zLnN0cmljdCkge1xuICAgICAgICAvLyBJZ25vcmUgdW5leHBlY3RlZCBjb250ZW50IHVubGVzcyBpbiBzdHJpY3QgbW9kZVxuICAgICAgICB0aHJvdyBuZXcgRXJyb3IoJ1Vua25vd24gbGluZSAnICsgKGkgKyAxKSArICcgJyArIEpTT04uc3RyaW5naWZ5KGxpbmUpKTtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIGkrKztcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICAvLyBQYXJzZXMgdGhlIC0tLSBhbmQgKysrIGhlYWRlcnMsIGlmIG5vbmUgYXJlIGZvdW5kLCBubyBsaW5lc1xuICAvLyBhcmUgY29uc3VtZWQuXG4gIGZ1bmN0aW9uIHBhcnNlRmlsZUhlYWRlcihpbmRleCkge1xuICAgIGNvbnN0IGZpbGVIZWFkZXJNYXRjaCA9ICgvXigtLS18XFwrXFwrXFwrKVxccysvKS5leGVjKGRpZmZzdHJbaV0pO1xuICAgIGlmIChmaWxlSGVhZGVyTWF0Y2gpIHtcbiAgICAgIGxldCBrZXlQcmVmaXggPSBmaWxlSGVhZGVyTWF0Y2hbMV0gPT09ICctLS0nID8gJ29sZCcgOiAnbmV3JztcbiAgICAgIGNvbnN0IGRhdGEgPSBkaWZmc3RyW2ldLnN1YnN0cmluZygzKS50cmltKCkuc3BsaXQoJ1xcdCcsIDIpO1xuICAgICAgbGV0IGZpbGVOYW1lID0gZGF0YVswXS5yZXBsYWNlKC9cXFxcXFxcXC9nLCAnXFxcXCcpO1xuICAgICAgaWYgKGZpbGVOYW1lLnN0YXJ0c1dpdGgoJ1wiJykgJiYgZmlsZU5hbWUuZW5kc1dpdGgoJ1wiJykpIHtcbiAgICAgICAgZmlsZU5hbWUgPSBmaWxlTmFtZS5zdWJzdHIoMSwgZmlsZU5hbWUubGVuZ3RoIC0gMik7XG4gICAgICB9XG4gICAgICBpbmRleFtrZXlQcmVmaXggKyAnRmlsZU5hbWUnXSA9IGZpbGVOYW1lO1xuICAgICAgaW5kZXhba2V5UHJlZml4ICsgJ0hlYWRlciddID0gKGRhdGFbMV0gfHwgJycpLnRyaW0oKTtcblxuICAgICAgaSsrO1xuICAgIH1cbiAgfVxuXG4gIC8vIFBhcnNlcyBhIGh1bmtcbiAgLy8gVGhpcyBhc3N1bWVzIHRoYXQgd2UgYXJlIGF0IHRoZSBzdGFydCBvZiBhIGh1bmsuXG4gIGZ1bmN0aW9uIHBhcnNlSHVuaygpIHtcbiAgICBsZXQgY2h1bmtIZWFkZXJJbmRleCA9IGksXG4gICAgICAgIGNodW5rSGVhZGVyTGluZSA9IGRpZmZzdHJbaSsrXSxcbiAgICAgICAgY2h1bmtIZWFkZXIgPSBjaHVua0hlYWRlckxpbmUuc3BsaXQoL0BAIC0oXFxkKykoPzosKFxcZCspKT8gXFwrKFxcZCspKD86LChcXGQrKSk/IEBALyk7XG5cbiAgICBsZXQgaHVuayA9IHtcbiAgICAgIG9sZFN0YXJ0OiArY2h1bmtIZWFkZXJbMV0sXG4gICAgICBvbGRMaW5lczogK2NodW5rSGVhZGVyWzJdIHx8IDEsXG4gICAgICBuZXdTdGFydDogK2NodW5rSGVhZGVyWzNdLFxuICAgICAgbmV3TGluZXM6ICtjaHVua0hlYWRlcls0XSB8fCAxLFxuICAgICAgbGluZXM6IFtdLFxuICAgICAgbGluZWRlbGltaXRlcnM6IFtdXG4gICAgfTtcblxuICAgIGxldCBhZGRDb3VudCA9IDAsXG4gICAgICAgIHJlbW92ZUNvdW50ID0gMDtcbiAgICBmb3IgKDsgaSA8IGRpZmZzdHIubGVuZ3RoOyBpKyspIHtcbiAgICAgIC8vIExpbmVzIHN0YXJ0aW5nIHdpdGggJy0tLScgY291bGQgYmUgbWlzdGFrZW4gZm9yIHRoZSBcInJlbW92ZSBsaW5lXCIgb3BlcmF0aW9uXG4gICAgICAvLyBCdXQgdGhleSBjb3VsZCBiZSB0aGUgaGVhZGVyIGZvciB0aGUgbmV4dCBmaWxlLiBUaGVyZWZvcmUgcHJ1bmUgc3VjaCBjYXNlcyBvdXQuXG4gICAgICBpZiAoZGlmZnN0cltpXS5pbmRleE9mKCctLS0gJykgPT09IDBcbiAgICAgICAgICAgICYmIChpICsgMiA8IGRpZmZzdHIubGVuZ3RoKVxuICAgICAgICAgICAgJiYgZGlmZnN0cltpICsgMV0uaW5kZXhPZignKysrICcpID09PSAwXG4gICAgICAgICAgICAmJiBkaWZmc3RyW2kgKyAyXS5pbmRleE9mKCdAQCcpID09PSAwKSB7XG4gICAgICAgICAgYnJlYWs7XG4gICAgICB9XG4gICAgICBsZXQgb3BlcmF0aW9uID0gKGRpZmZzdHJbaV0ubGVuZ3RoID09IDAgJiYgaSAhPSAoZGlmZnN0ci5sZW5ndGggLSAxKSkgPyAnICcgOiBkaWZmc3RyW2ldWzBdO1xuXG4gICAgICBpZiAob3BlcmF0aW9uID09PSAnKycgfHwgb3BlcmF0aW9uID09PSAnLScgfHwgb3BlcmF0aW9uID09PSAnICcgfHwgb3BlcmF0aW9uID09PSAnXFxcXCcpIHtcbiAgICAgICAgaHVuay5saW5lcy5wdXNoKGRpZmZzdHJbaV0pO1xuICAgICAgICBodW5rLmxpbmVkZWxpbWl0ZXJzLnB1c2goZGVsaW1pdGVyc1tpXSB8fCAnXFxuJyk7XG5cbiAgICAgICAgaWYgKG9wZXJhdGlvbiA9PT0gJysnKSB7XG4gICAgICAgICAgYWRkQ291bnQrKztcbiAgICAgICAgfSBlbHNlIGlmIChvcGVyYXRpb24gPT09ICctJykge1xuICAgICAgICAgIHJlbW92ZUNvdW50Kys7XG4gICAgICAgIH0gZWxzZSBpZiAob3BlcmF0aW9uID09PSAnICcpIHtcbiAgICAgICAgICBhZGRDb3VudCsrO1xuICAgICAgICAgIHJlbW92ZUNvdW50Kys7XG4gICAgICAgIH1cbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIGJyZWFrO1xuICAgICAgfVxuICAgIH1cblxuICAgIC8vIEhhbmRsZSB0aGUgZW1wdHkgYmxvY2sgY291bnQgY2FzZVxuICAgIGlmICghYWRkQ291bnQgJiYgaHVuay5uZXdMaW5lcyA9PT0gMSkge1xuICAgICAgaHVuay5uZXdMaW5lcyA9IDA7XG4gICAgfVxuICAgIGlmICghcmVtb3ZlQ291bnQgJiYgaHVuay5vbGRMaW5lcyA9PT0gMSkge1xuICAgICAgaHVuay5vbGRMaW5lcyA9IDA7XG4gICAgfVxuXG4gICAgLy8gUGVyZm9ybSBvcHRpb25hbCBzYW5pdHkgY2hlY2tpbmdcbiAgICBpZiAob3B0aW9ucy5zdHJpY3QpIHtcbiAgICAgIGlmIChhZGRDb3VudCAhPT0gaHVuay5uZXdMaW5lcykge1xuICAgICAgICB0aHJvdyBuZXcgRXJyb3IoJ0FkZGVkIGxpbmUgY291bnQgZGlkIG5vdCBtYXRjaCBmb3IgaHVuayBhdCBsaW5lICcgKyAoY2h1bmtIZWFkZXJJbmRleCArIDEpKTtcbiAgICAgIH1cbiAgICAgIGlmIChyZW1vdmVDb3VudCAhPT0gaHVuay5vbGRMaW5lcykge1xuICAgICAgICB0aHJvdyBuZXcgRXJyb3IoJ1JlbW92ZWQgbGluZSBjb3VudCBkaWQgbm90IG1hdGNoIGZvciBodW5rIGF0IGxpbmUgJyArIChjaHVua0hlYWRlckluZGV4ICsgMSkpO1xuICAgICAgfVxuICAgIH1cblxuICAgIHJldHVybiBodW5rO1xuICB9XG5cbiAgd2hpbGUgKGkgPCBkaWZmc3RyLmxlbmd0aCkge1xuICAgIHBhcnNlSW5kZXgoKTtcbiAgfVxuXG4gIHJldHVybiBsaXN0O1xufVxuIl19 diff --git a/node_modules/diff/lib/util/array.js b/node_modules/diff/lib/util/array.js new file mode 100644 index 0000000..aecf67a --- /dev/null +++ b/node_modules/diff/lib/util/array.js @@ -0,0 +1,32 @@ +/*istanbul ignore start*/ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.arrayEqual = arrayEqual; +exports.arrayStartsWith = arrayStartsWith; + +/*istanbul ignore end*/ +function arrayEqual(a, b) { + if (a.length !== b.length) { + return false; + } + + return arrayStartsWith(a, b); +} + +function arrayStartsWith(array, start) { + if (start.length > array.length) { + return false; + } + + for (var i = 0; i < start.length; i++) { + if (start[i] !== array[i]) { + return false; + } + } + + return true; +} +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy91dGlsL2FycmF5LmpzIl0sIm5hbWVzIjpbImFycmF5RXF1YWwiLCJhIiwiYiIsImxlbmd0aCIsImFycmF5U3RhcnRzV2l0aCIsImFycmF5Iiwic3RhcnQiLCJpIl0sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7O0FBQU8sU0FBU0EsVUFBVCxDQUFvQkMsQ0FBcEIsRUFBdUJDLENBQXZCLEVBQTBCO0FBQy9CLE1BQUlELENBQUMsQ0FBQ0UsTUFBRixLQUFhRCxDQUFDLENBQUNDLE1BQW5CLEVBQTJCO0FBQ3pCLFdBQU8sS0FBUDtBQUNEOztBQUVELFNBQU9DLGVBQWUsQ0FBQ0gsQ0FBRCxFQUFJQyxDQUFKLENBQXRCO0FBQ0Q7O0FBRU0sU0FBU0UsZUFBVCxDQUF5QkMsS0FBekIsRUFBZ0NDLEtBQWhDLEVBQXVDO0FBQzVDLE1BQUlBLEtBQUssQ0FBQ0gsTUFBTixHQUFlRSxLQUFLLENBQUNGLE1BQXpCLEVBQWlDO0FBQy9CLFdBQU8sS0FBUDtBQUNEOztBQUVELE9BQUssSUFBSUksQ0FBQyxHQUFHLENBQWIsRUFBZ0JBLENBQUMsR0FBR0QsS0FBSyxDQUFDSCxNQUExQixFQUFrQ0ksQ0FBQyxFQUFuQyxFQUF1QztBQUNyQyxRQUFJRCxLQUFLLENBQUNDLENBQUQsQ0FBTCxLQUFhRixLQUFLLENBQUNFLENBQUQsQ0FBdEIsRUFBMkI7QUFDekIsYUFBTyxLQUFQO0FBQ0Q7QUFDRjs7QUFFRCxTQUFPLElBQVA7QUFDRCIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBmdW5jdGlvbiBhcnJheUVxdWFsKGEsIGIpIHtcbiAgaWYgKGEubGVuZ3RoICE9PSBiLmxlbmd0aCkge1xuICAgIHJldHVybiBmYWxzZTtcbiAgfVxuXG4gIHJldHVybiBhcnJheVN0YXJ0c1dpdGgoYSwgYik7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBhcnJheVN0YXJ0c1dpdGgoYXJyYXksIHN0YXJ0KSB7XG4gIGlmIChzdGFydC5sZW5ndGggPiBhcnJheS5sZW5ndGgpIHtcbiAgICByZXR1cm4gZmFsc2U7XG4gIH1cblxuICBmb3IgKGxldCBpID0gMDsgaSA8IHN0YXJ0Lmxlbmd0aDsgaSsrKSB7XG4gICAgaWYgKHN0YXJ0W2ldICE9PSBhcnJheVtpXSkge1xuICAgICAgcmV0dXJuIGZhbHNlO1xuICAgIH1cbiAgfVxuXG4gIHJldHVybiB0cnVlO1xufVxuIl19 diff --git a/node_modules/diff/lib/util/distance-iterator.js b/node_modules/diff/lib/util/distance-iterator.js new file mode 100644 index 0000000..5edbaf8 --- /dev/null +++ b/node_modules/diff/lib/util/distance-iterator.js @@ -0,0 +1,57 @@ +/*istanbul ignore start*/ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = _default; + +/*istanbul ignore end*/ +// Iterator that traverses in the range of [min, max], stepping +// by distance from a given start position. I.e. for [0, 4], with +// start of 2, this will iterate 2, 3, 1, 4, 0. +function +/*istanbul ignore start*/ +_default +/*istanbul ignore end*/ +(start, minLine, maxLine) { + var wantForward = true, + backwardExhausted = false, + forwardExhausted = false, + localOffset = 1; + return function iterator() { + if (wantForward && !forwardExhausted) { + if (backwardExhausted) { + localOffset++; + } else { + wantForward = false; + } // Check if trying to fit beyond text length, and if not, check it fits + // after offset location (or desired location on first iteration) + + + if (start + localOffset <= maxLine) { + return localOffset; + } + + forwardExhausted = true; + } + + if (!backwardExhausted) { + if (!forwardExhausted) { + wantForward = true; + } // Check if trying to fit before text beginning, and if not, check it fits + // before offset location + + + if (minLine <= start - localOffset) { + return -localOffset++; + } + + backwardExhausted = true; + return iterator(); + } // We tried to fit hunk before text beginning and beyond text length, then + // hunk can't fit on the text. Return undefined + + }; +} +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy91dGlsL2Rpc3RhbmNlLWl0ZXJhdG9yLmpzIl0sIm5hbWVzIjpbInN0YXJ0IiwibWluTGluZSIsIm1heExpbmUiLCJ3YW50Rm9yd2FyZCIsImJhY2t3YXJkRXhoYXVzdGVkIiwiZm9yd2FyZEV4aGF1c3RlZCIsImxvY2FsT2Zmc2V0IiwiaXRlcmF0b3IiXSwibWFwcGluZ3MiOiI7Ozs7Ozs7OztBQUFBO0FBQ0E7QUFDQTtBQUNlO0FBQUE7QUFBQTtBQUFBO0FBQUEsQ0FBU0EsS0FBVCxFQUFnQkMsT0FBaEIsRUFBeUJDLE9BQXpCLEVBQWtDO0FBQy9DLE1BQUlDLFdBQVcsR0FBRyxJQUFsQjtBQUFBLE1BQ0lDLGlCQUFpQixHQUFHLEtBRHhCO0FBQUEsTUFFSUMsZ0JBQWdCLEdBQUcsS0FGdkI7QUFBQSxNQUdJQyxXQUFXLEdBQUcsQ0FIbEI7QUFLQSxTQUFPLFNBQVNDLFFBQVQsR0FBb0I7QUFDekIsUUFBSUosV0FBVyxJQUFJLENBQUNFLGdCQUFwQixFQUFzQztBQUNwQyxVQUFJRCxpQkFBSixFQUF1QjtBQUNyQkUsUUFBQUEsV0FBVztBQUNaLE9BRkQsTUFFTztBQUNMSCxRQUFBQSxXQUFXLEdBQUcsS0FBZDtBQUNELE9BTG1DLENBT3BDO0FBQ0E7OztBQUNBLFVBQUlILEtBQUssR0FBR00sV0FBUixJQUF1QkosT0FBM0IsRUFBb0M7QUFDbEMsZUFBT0ksV0FBUDtBQUNEOztBQUVERCxNQUFBQSxnQkFBZ0IsR0FBRyxJQUFuQjtBQUNEOztBQUVELFFBQUksQ0FBQ0QsaUJBQUwsRUFBd0I7QUFDdEIsVUFBSSxDQUFDQyxnQkFBTCxFQUF1QjtBQUNyQkYsUUFBQUEsV0FBVyxHQUFHLElBQWQ7QUFDRCxPQUhxQixDQUt0QjtBQUNBOzs7QUFDQSxVQUFJRixPQUFPLElBQUlELEtBQUssR0FBR00sV0FBdkIsRUFBb0M7QUFDbEMsZUFBTyxDQUFDQSxXQUFXLEVBQW5CO0FBQ0Q7O0FBRURGLE1BQUFBLGlCQUFpQixHQUFHLElBQXBCO0FBQ0EsYUFBT0csUUFBUSxFQUFmO0FBQ0QsS0E5QndCLENBZ0N6QjtBQUNBOztBQUNELEdBbENEO0FBbUNEIiwic291cmNlc0NvbnRlbnQiOlsiLy8gSXRlcmF0b3IgdGhhdCB0cmF2ZXJzZXMgaW4gdGhlIHJhbmdlIG9mIFttaW4sIG1heF0sIHN0ZXBwaW5nXG4vLyBieSBkaXN0YW5jZSBmcm9tIGEgZ2l2ZW4gc3RhcnQgcG9zaXRpb24uIEkuZS4gZm9yIFswLCA0XSwgd2l0aFxuLy8gc3RhcnQgb2YgMiwgdGhpcyB3aWxsIGl0ZXJhdGUgMiwgMywgMSwgNCwgMC5cbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uKHN0YXJ0LCBtaW5MaW5lLCBtYXhMaW5lKSB7XG4gIGxldCB3YW50Rm9yd2FyZCA9IHRydWUsXG4gICAgICBiYWNrd2FyZEV4aGF1c3RlZCA9IGZhbHNlLFxuICAgICAgZm9yd2FyZEV4aGF1c3RlZCA9IGZhbHNlLFxuICAgICAgbG9jYWxPZmZzZXQgPSAxO1xuXG4gIHJldHVybiBmdW5jdGlvbiBpdGVyYXRvcigpIHtcbiAgICBpZiAod2FudEZvcndhcmQgJiYgIWZvcndhcmRFeGhhdXN0ZWQpIHtcbiAgICAgIGlmIChiYWNrd2FyZEV4aGF1c3RlZCkge1xuICAgICAgICBsb2NhbE9mZnNldCsrO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgd2FudEZvcndhcmQgPSBmYWxzZTtcbiAgICAgIH1cblxuICAgICAgLy8gQ2hlY2sgaWYgdHJ5aW5nIHRvIGZpdCBiZXlvbmQgdGV4dCBsZW5ndGgsIGFuZCBpZiBub3QsIGNoZWNrIGl0IGZpdHNcbiAgICAgIC8vIGFmdGVyIG9mZnNldCBsb2NhdGlvbiAob3IgZGVzaXJlZCBsb2NhdGlvbiBvbiBmaXJzdCBpdGVyYXRpb24pXG4gICAgICBpZiAoc3RhcnQgKyBsb2NhbE9mZnNldCA8PSBtYXhMaW5lKSB7XG4gICAgICAgIHJldHVybiBsb2NhbE9mZnNldDtcbiAgICAgIH1cblxuICAgICAgZm9yd2FyZEV4aGF1c3RlZCA9IHRydWU7XG4gICAgfVxuXG4gICAgaWYgKCFiYWNrd2FyZEV4aGF1c3RlZCkge1xuICAgICAgaWYgKCFmb3J3YXJkRXhoYXVzdGVkKSB7XG4gICAgICAgIHdhbnRGb3J3YXJkID0gdHJ1ZTtcbiAgICAgIH1cblxuICAgICAgLy8gQ2hlY2sgaWYgdHJ5aW5nIHRvIGZpdCBiZWZvcmUgdGV4dCBiZWdpbm5pbmcsIGFuZCBpZiBub3QsIGNoZWNrIGl0IGZpdHNcbiAgICAgIC8vIGJlZm9yZSBvZmZzZXQgbG9jYXRpb25cbiAgICAgIGlmIChtaW5MaW5lIDw9IHN0YXJ0IC0gbG9jYWxPZmZzZXQpIHtcbiAgICAgICAgcmV0dXJuIC1sb2NhbE9mZnNldCsrO1xuICAgICAgfVxuXG4gICAgICBiYWNrd2FyZEV4aGF1c3RlZCA9IHRydWU7XG4gICAgICByZXR1cm4gaXRlcmF0b3IoKTtcbiAgICB9XG5cbiAgICAvLyBXZSB0cmllZCB0byBmaXQgaHVuayBiZWZvcmUgdGV4dCBiZWdpbm5pbmcgYW5kIGJleW9uZCB0ZXh0IGxlbmd0aCwgdGhlblxuICAgIC8vIGh1bmsgY2FuJ3QgZml0IG9uIHRoZSB0ZXh0LiBSZXR1cm4gdW5kZWZpbmVkXG4gIH07XG59XG4iXX0= diff --git a/node_modules/diff/lib/util/params.js b/node_modules/diff/lib/util/params.js new file mode 100644 index 0000000..e838eb2 --- /dev/null +++ b/node_modules/diff/lib/util/params.js @@ -0,0 +1,24 @@ +/*istanbul ignore start*/ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.generateOptions = generateOptions; + +/*istanbul ignore end*/ +function generateOptions(options, defaults) { + if (typeof options === 'function') { + defaults.callback = options; + } else if (options) { + for (var name in options) { + /* istanbul ignore else */ + if (options.hasOwnProperty(name)) { + defaults[name] = options[name]; + } + } + } + + return defaults; +} +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy91dGlsL3BhcmFtcy5qcyJdLCJuYW1lcyI6WyJnZW5lcmF0ZU9wdGlvbnMiLCJvcHRpb25zIiwiZGVmYXVsdHMiLCJjYWxsYmFjayIsIm5hbWUiLCJoYXNPd25Qcm9wZXJ0eSJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7O0FBQU8sU0FBU0EsZUFBVCxDQUF5QkMsT0FBekIsRUFBa0NDLFFBQWxDLEVBQTRDO0FBQ2pELE1BQUksT0FBT0QsT0FBUCxLQUFtQixVQUF2QixFQUFtQztBQUNqQ0MsSUFBQUEsUUFBUSxDQUFDQyxRQUFULEdBQW9CRixPQUFwQjtBQUNELEdBRkQsTUFFTyxJQUFJQSxPQUFKLEVBQWE7QUFDbEIsU0FBSyxJQUFJRyxJQUFULElBQWlCSCxPQUFqQixFQUEwQjtBQUN4QjtBQUNBLFVBQUlBLE9BQU8sQ0FBQ0ksY0FBUixDQUF1QkQsSUFBdkIsQ0FBSixFQUFrQztBQUNoQ0YsUUFBQUEsUUFBUSxDQUFDRSxJQUFELENBQVIsR0FBaUJILE9BQU8sQ0FBQ0csSUFBRCxDQUF4QjtBQUNEO0FBQ0Y7QUFDRjs7QUFDRCxTQUFPRixRQUFQO0FBQ0QiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZnVuY3Rpb24gZ2VuZXJhdGVPcHRpb25zKG9wdGlvbnMsIGRlZmF1bHRzKSB7XG4gIGlmICh0eXBlb2Ygb3B0aW9ucyA9PT0gJ2Z1bmN0aW9uJykge1xuICAgIGRlZmF1bHRzLmNhbGxiYWNrID0gb3B0aW9ucztcbiAgfSBlbHNlIGlmIChvcHRpb25zKSB7XG4gICAgZm9yIChsZXQgbmFtZSBpbiBvcHRpb25zKSB7XG4gICAgICAvKiBpc3RhbmJ1bCBpZ25vcmUgZWxzZSAqL1xuICAgICAgaWYgKG9wdGlvbnMuaGFzT3duUHJvcGVydHkobmFtZSkpIHtcbiAgICAgICAgZGVmYXVsdHNbbmFtZV0gPSBvcHRpb25zW25hbWVdO1xuICAgICAgfVxuICAgIH1cbiAgfVxuICByZXR1cm4gZGVmYXVsdHM7XG59XG4iXX0= diff --git a/node_modules/diff/package.json b/node_modules/diff/package.json new file mode 100644 index 0000000..2390039 --- /dev/null +++ b/node_modules/diff/package.json @@ -0,0 +1,74 @@ +{ + "name": "diff", + "version": "4.0.4", + "description": "A javascript text diff implementation.", + "keywords": [ + "diff", + "javascript" + ], + "maintainers": [ + "Kevin Decker (http://incaseofstairs.com)" + ], + "bugs": { + "email": "kpdecker@gmail.com", + "url": "http://github.com/kpdecker/jsdiff/issues" + }, + "license": "BSD-3-Clause", + "repository": { + "type": "git", + "url": "git://github.com/kpdecker/jsdiff.git" + }, + "engines": { + "node": ">=0.3.1" + }, + "main": "./lib/index.js", + "module": "./lib/index.es6.js", + "browser": "./dist/diff.js", + "scripts": { + "clean": "rm -rf lib/ dist/", + "build:node": "yarn babel --out-dir lib --source-maps=inline src", + "test": "grunt" + }, + "devDependencies": { + "@babel/cli": "^7.2.3", + "@babel/core": "^7.2.2", + "@babel/plugin-transform-modules-commonjs": "^7.2.0", + "@babel/preset-env": "^7.2.3", + "@babel/register": "^7.0.0", + "babel-eslint": "^10.0.1", + "babel-loader": "^8.0.5", + "chai": "^4.2.0", + "colors": "^1.3.3", + "eslint": "^5.12.0", + "grunt": "^1.0.3", + "grunt-babel": "^8.0.0", + "grunt-clean": "^0.4.0", + "grunt-cli": "^1.3.2", + "grunt-contrib-clean": "^2.0.0", + "grunt-contrib-copy": "^1.0.0", + "grunt-contrib-uglify": "^4.0.0", + "grunt-contrib-watch": "^1.1.0", + "grunt-eslint": "^21.0.0", + "grunt-exec": "^3.0.0", + "grunt-karma": "^3.0.1", + "grunt-mocha-istanbul": "^5.0.2", + "grunt-mocha-test": "^0.13.3", + "grunt-webpack": "^3.1.3", + "istanbul": "github:kpdecker/istanbul", + "karma": "^3.1.4", + "karma-chrome-launcher": "^2.2.0", + "karma-mocha": "^1.3.0", + "karma-mocha-reporter": "^2.0.0", + "karma-sauce-launcher": "^2.0.2", + "karma-sourcemap-loader": "^0.3.6", + "karma-webpack": "^3.0.5", + "mocha": "^5.2.0", + "rollup": "^1.0.2", + "rollup-plugin-babel": "^4.2.0", + "semver": "^5.6.0", + "webpack": "^4.28.3", + "webpack-dev-server": "^3.1.14" + }, + "optionalDependencies": {}, + "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" +} diff --git a/node_modules/diff/release-notes.md b/node_modules/diff/release-notes.md new file mode 100644 index 0000000..edc4cd3 --- /dev/null +++ b/node_modules/diff/release-notes.md @@ -0,0 +1,261 @@ +# Release Notes + +## Development + +[Commits](https://github.com/kpdecker/jsdiff/compare/v4.0.1...master) + +## v4.0.1 - January 6th, 2019 +- Fix main reference path - b826104 + +[Commits](https://github.com/kpdecker/jsdiff/compare/v4.0.0...v4.0.1) + +## v4.0.0 - January 5th, 2019 +- [#94](https://github.com/kpdecker/jsdiff/issues/94) - Missing "No newline at end of file" when comparing two texts that do not end in newlines ([@federicotdn](https://api.github.com/users/federicotdn)) +- [#227](https://github.com/kpdecker/jsdiff/issues/227) - Licence +- [#199](https://github.com/kpdecker/jsdiff/issues/199) - Import statement for jsdiff +- [#159](https://github.com/kpdecker/jsdiff/issues/159) - applyPatch affecting wrong line number with with new lines +- [#8](https://github.com/kpdecker/jsdiff/issues/8) - A new state "replace" +- Drop ie9 from karma targets - 79c31bd +- Upgrade deps. Convert from webpack to rollup - 2c1a29c +- Make ()[]"' as word boundaries between each other - f27b899 +- jsdiff: Replaced phantomJS by chrome - ec3114e +- Add yarn.lock to .npmignore - 29466d8 + +Compatibility notes: +- Bower and Component packages no longer supported + + +[Commits](https://github.com/kpdecker/jsdiff/compare/v3.5.0...v4.0.0) + +## v3.5.0 - March 4th, 2018 +- Omit redundant slice in join method of diffArrays - 1023590 +- Support patches with empty lines - fb0f208 +- Accept a custom JSON replacer function for JSON diffing - 69c7f0a +- Optimize parch header parser - 2aec429 +- Fix typos - e89c832 + +[Commits](https://github.com/kpdecker/jsdiff/compare/v3.4.0...v3.5.0) + +## v3.4.0 - October 7th, 2017 +- [#183](https://github.com/kpdecker/jsdiff/issues/183) - Feature request: ability to specify a custom equality checker for `diffArrays` +- [#173](https://github.com/kpdecker/jsdiff/issues/173) - Bug: diffArrays gives wrong result on array of booleans +- [#158](https://github.com/kpdecker/jsdiff/issues/158) - diffArrays will not compare the empty string in array? +- comparator for custom equality checks - 30e141e +- count oldLines and newLines when there are conflicts - 53bf384 +- Fix: diffArrays can compare falsey items - 9e24284 +- Docs: Replace grunt with npm test - 00e2f94 + +[Commits](https://github.com/kpdecker/jsdiff/compare/v3.3.1...v3.4.0) + +## v3.3.1 - September 3rd, 2017 +- [#141](https://github.com/kpdecker/jsdiff/issues/141) - Cannot apply patch because my file delimiter is "/r/n" instead of "/n" +- [#192](https://github.com/kpdecker/jsdiff/pull/192) - Fix: Bad merge when adding new files (#189) +- correct spelling mistake - 21fa478 + +[Commits](https://github.com/kpdecker/jsdiff/compare/v3.3.0...v3.3.1) + +## v3.3.0 - July 5th, 2017 +- [#114](https://github.com/kpdecker/jsdiff/issues/114) - /patch/merge not exported +- Gracefully accept invalid newStart in hunks, same as patch(1) does. - d8a3635 +- Use regex rather than starts/ends with for parsePatch - 6cab62c +- Add browser flag - e64f674 +- refactor: simplified code a bit more - 8f8e0f2 +- refactor: simplified code a bit - b094a6f +- fix: some corrections re ignoreCase option - 3c78fd0 +- ignoreCase option - 3cbfbb5 +- Sanitize filename while parsing patches - 2fe8129 +- Added better installation methods - aced50b +- Simple export of functionality - 8690f31 + +[Commits](https://github.com/kpdecker/jsdiff/compare/v3.2.0...v3.3.0) + +## v3.2.0 - December 26th, 2016 +- [#156](https://github.com/kpdecker/jsdiff/pull/156) - Add `undefinedReplacement` option to `diffJson` ([@ewnd9](https://api.github.com/users/ewnd9)) +- [#154](https://github.com/kpdecker/jsdiff/pull/154) - Add `examples` and `images` to `.npmignore`. ([@wtgtybhertgeghgtwtg](https://api.github.com/users/wtgtybhertgeghgtwtg)) +- [#153](https://github.com/kpdecker/jsdiff/pull/153) - feat(structuredPatch): Pass options to diffLines ([@Kiougar](https://api.github.com/users/Kiougar)) + +[Commits](https://github.com/kpdecker/jsdiff/compare/v3.1.0...v3.2.0) + +## v3.1.0 - November 27th, 2016 +- [#146](https://github.com/kpdecker/jsdiff/pull/146) - JsDiff.diffArrays to compare arrays ([@wvanderdeijl](https://api.github.com/users/wvanderdeijl)) +- [#144](https://github.com/kpdecker/jsdiff/pull/144) - Split file using all possible line delimiter instead of hard-coded "/n" and join lines back using the original delimiters ([@soulbeing](https://api.github.com/users/soulbeing)) + +[Commits](https://github.com/kpdecker/jsdiff/compare/v3.0.1...v3.1.0) + +## v3.0.1 - October 9th, 2016 +- [#139](https://github.com/kpdecker/jsdiff/pull/139) - Make README.md look nicer in npmjs.com ([@takenspc](https://api.github.com/users/takenspc)) +- [#135](https://github.com/kpdecker/jsdiff/issues/135) - parsePatch combines patches from multiple files into a single IUniDiff when there is no "Index" line ([@ramya-rao-a](https://api.github.com/users/ramya-rao-a)) +- [#124](https://github.com/kpdecker/jsdiff/issues/124) - IE7/IE8 failure since 2.0.0 ([@boneskull](https://api.github.com/users/boneskull)) + +[Commits](https://github.com/kpdecker/jsdiff/compare/v3.0.0...v3.0.1) + +## v3.0.0 - August 23rd, 2016 +- [#130](https://github.com/kpdecker/jsdiff/pull/130) - Add callback argument to applyPatches `patched` option ([@piranna](https://api.github.com/users/piranna)) +- [#120](https://github.com/kpdecker/jsdiff/pull/120) - Correctly handle file names containing spaces ([@adius](https://api.github.com/users/adius)) +- [#119](https://github.com/kpdecker/jsdiff/pull/119) - Do single reflow ([@wifiextender](https://api.github.com/users/wifiextender)) +- [#117](https://github.com/kpdecker/jsdiff/pull/117) - Make more usable with long strings. ([@abnbgist](https://api.github.com/users/abnbgist)) + +Compatibility notes: +- applyPatches patch callback now is async and requires the callback be called to continue operation + +[Commits](https://github.com/kpdecker/jsdiff/compare/v2.2.3...v3.0.0) + +## v2.2.3 - May 31st, 2016 +- [#118](https://github.com/kpdecker/jsdiff/pull/118) - Add a fix for applying 0-length destination patches ([@chaaz](https://api.github.com/users/chaaz)) +- [#115](https://github.com/kpdecker/jsdiff/pull/115) - Fixed grammar in README ([@krizalys](https://api.github.com/users/krizalys)) +- [#113](https://github.com/kpdecker/jsdiff/pull/113) - fix typo ([@vmazare](https://api.github.com/users/vmazare)) + +[Commits](https://github.com/kpdecker/jsdiff/compare/v2.2.2...v2.2.3) + +## v2.2.2 - March 13th, 2016 +- [#102](https://github.com/kpdecker/jsdiff/issues/102) - diffJson with dates, returns empty curly braces ([@dr-dimitru](https://api.github.com/users/dr-dimitru)) +- [#97](https://github.com/kpdecker/jsdiff/issues/97) - Whitespaces & diffWords ([@faiwer](https://api.github.com/users/faiwer)) +- [#92](https://github.com/kpdecker/jsdiff/pull/92) - Fixes typo in the readme ([@bg451](https://api.github.com/users/bg451)) + +[Commits](https://github.com/kpdecker/jsdiff/compare/v2.2.1...v2.2.2) + +## v2.2.1 - November 12th, 2015 +- [#89](https://github.com/kpdecker/jsdiff/pull/89) - add in display selector to readme ([@FranDias](https://api.github.com/users/FranDias)) +- [#88](https://github.com/kpdecker/jsdiff/pull/88) - Split diffs based on file headers instead of 'Index:' metadata ([@piranna](https://api.github.com/users/piranna)) + +[Commits](https://github.com/kpdecker/jsdiff/compare/v2.2.0...v2.2.1) + +## v2.2.0 - October 29th, 2015 +- [#80](https://github.com/kpdecker/jsdiff/pull/80) - Fix a typo: applyPath -> applyPatch ([@fluxxu](https://api.github.com/users/fluxxu)) +- [#83](https://github.com/kpdecker/jsdiff/pull/83) - Add basic fuzzy matching to applyPatch ([@piranna](https://github.com/piranna)) +[Commits](https://github.com/kpdecker/jsdiff/compare/v2.2.0...v2.2.0) + +## v2.2.0 - October 29th, 2015 +- [#80](https://github.com/kpdecker/jsdiff/pull/80) - Fix a typo: applyPath -> applyPatch ([@fluxxu](https://api.github.com/users/fluxxu)) +- [#83](https://github.com/kpdecker/jsdiff/pull/83) - Add basic fuzzy matching to applyPatch ([@piranna](https://github.com/piranna)) +[Commits](https://github.com/kpdecker/jsdiff/compare/v2.1.3...v2.2.0) + +## v2.1.3 - September 30th, 2015 +- [#78](https://github.com/kpdecker/jsdiff/pull/78) - fix: error throwing when apply patch to empty string ([@21paradox](https://api.github.com/users/21paradox)) + +[Commits](https://github.com/kpdecker/jsdiff/compare/v2.1.2...v2.1.3) + +## v2.1.2 - September 23rd, 2015 +- [#76](https://github.com/kpdecker/jsdiff/issues/76) - diff headers give error ([@piranna](https://api.github.com/users/piranna)) + +[Commits](https://github.com/kpdecker/jsdiff/compare/v2.1.1...v2.1.2) + +## v2.1.1 - September 9th, 2015 +- [#73](https://github.com/kpdecker/jsdiff/issues/73) - Is applyPatches() exposed in the API? ([@davidparsson](https://api.github.com/users/davidparsson)) + +[Commits](https://github.com/kpdecker/jsdiff/compare/v2.1.0...v2.1.1) + +## v2.1.0 - August 27th, 2015 +- [#72](https://github.com/kpdecker/jsdiff/issues/72) - Consider using options object API for flag permutations ([@kpdecker](https://api.github.com/users/kpdecker)) +- [#70](https://github.com/kpdecker/jsdiff/issues/70) - diffWords treats \n at the end as significant whitespace ([@nesQuick](https://api.github.com/users/nesQuick)) +- [#69](https://github.com/kpdecker/jsdiff/issues/69) - Missing count ([@wfalkwallace](https://api.github.com/users/wfalkwallace)) +- [#68](https://github.com/kpdecker/jsdiff/issues/68) - diffLines seems broken ([@wfalkwallace](https://api.github.com/users/wfalkwallace)) +- [#60](https://github.com/kpdecker/jsdiff/issues/60) - Support multiple diff hunks ([@piranna](https://api.github.com/users/piranna)) +- [#54](https://github.com/kpdecker/jsdiff/issues/54) - Feature Request: 3-way merge ([@mog422](https://api.github.com/users/mog422)) +- [#42](https://github.com/kpdecker/jsdiff/issues/42) - Fuzz factor for applyPatch ([@stuartpb](https://api.github.com/users/stuartpb)) +- Move whitespace ignore out of equals method - 542063c +- Include source maps in babel output - 7f7ab21 +- Merge diff/line and diff/patch implementations - 1597705 +- Drop map utility method - 1ddc939 +- Documentation for parsePatch and applyPatches - 27c4b77 + +Compatibility notes: +- The undocumented ignoreWhitespace flag has been removed from the Diff equality check directly. This implementation may be copied to diff utilities if dependencies existed on this functionality. + +[Commits](https://github.com/kpdecker/jsdiff/compare/v2.0.2...v2.1.0) + +## v2.0.2 - August 8th, 2015 +- [#67](https://github.com/kpdecker/jsdiff/issues/67) - cannot require from npm module in node ([@commenthol](https://api.github.com/users/commenthol)) +- Convert to chai since we don’t support IE8 - a96bbad + +[Commits](https://github.com/kpdecker/jsdiff/compare/v2.0.1...v2.0.2) + +## v2.0.1 - August 7th, 2015 +- Add release build at proper step - 57542fd + +[Commits](https://github.com/kpdecker/jsdiff/compare/v2.0.0...v2.0.1) + +## v2.0.0 - August 7th, 2015 +- [#66](https://github.com/kpdecker/jsdiff/issues/66) - Add karma and sauce tests ([@kpdecker](https://api.github.com/users/kpdecker)) +- [#65](https://github.com/kpdecker/jsdiff/issues/65) - Create component repository for bower ([@kpdecker](https://api.github.com/users/kpdecker)) +- [#64](https://github.com/kpdecker/jsdiff/issues/64) - Automatically call removeEmpty for all tokenizer calls ([@kpdecker](https://api.github.com/users/kpdecker)) +- [#62](https://github.com/kpdecker/jsdiff/pull/62) - Allow access to structured object representation of patch data ([@bittrance](https://api.github.com/users/bittrance)) +- [#61](https://github.com/kpdecker/jsdiff/pull/61) - Use svg instead of png to get better image quality ([@PeterDaveHello](https://api.github.com/users/PeterDaveHello)) +- [#29](https://github.com/kpdecker/jsdiff/issues/29) - word tokenizer works only for 7 bit ascii ([@plasmagunman](https://api.github.com/users/plasmagunman)) + +Compatibility notes: +- `this.removeEmpty` is now called automatically for all instances. If this is not desired, this may be overridden on a per instance basis. +- The library has been refactored to use some ES6 features. The external APIs should remain the same, but bower projects that directly referenced the repository will now have to point to the [components/jsdiff](https://github.com/components/jsdiff) repository. + +[Commits](https://github.com/kpdecker/jsdiff/compare/v1.4.0...v2.0.0) + +## v1.4.0 - May 6th, 2015 +- [#57](https://github.com/kpdecker/jsdiff/issues/57) - createPatch -> applyPatch failed. ([@mog422](https://api.github.com/users/mog422)) +- [#56](https://github.com/kpdecker/jsdiff/pull/56) - Two files patch ([@rgeissert](https://api.github.com/users/rgeissert)) +- [#14](https://github.com/kpdecker/jsdiff/issues/14) - Flip added and removed order? ([@jakesandlund](https://api.github.com/users/jakesandlund)) + +[Commits](https://github.com/kpdecker/jsdiff/compare/v1.3.2...v1.4.0) + +## v1.3.2 - March 30th, 2015 +- [#53](https://github.com/kpdecker/jsdiff/pull/53) - Updated README.MD with Bower installation instructions ([@ofbriggs](https://api.github.com/users/ofbriggs)) +- [#49](https://github.com/kpdecker/jsdiff/issues/49) - Cannot read property 'oldlines' of undefined ([@nwtn](https://api.github.com/users/nwtn)) +- [#44](https://github.com/kpdecker/jsdiff/issues/44) - invalid-meta jsdiff is missing "main" entry in bower.json + +[Commits](https://github.com/kpdecker/jsdiff/compare/v1.3.1...v1.3.2) + +## v1.3.1 - March 13th, 2015 +- [#52](https://github.com/kpdecker/jsdiff/pull/52) - Fix for #51 Wrong result of JsDiff.diffLines ([@felicienfrancois](https://api.github.com/users/felicienfrancois)) + +[Commits](https://github.com/kpdecker/jsdiff/compare/v1.3.0...v1.3.1) + +## v1.3.0 - March 2nd, 2015 +- [#47](https://github.com/kpdecker/jsdiff/pull/47) - Adding Diff Trimmed Lines ([@JamesGould123](https://api.github.com/users/JamesGould123)) + +[Commits](https://github.com/kpdecker/jsdiff/compare/v1.2.2...v1.3.0) + +## v1.2.2 - January 26th, 2015 +- [#45](https://github.com/kpdecker/jsdiff/pull/45) - Fix AMD module loading ([@pedrocarrico](https://api.github.com/users/pedrocarrico)) +- [#43](https://github.com/kpdecker/jsdiff/pull/43) - added a bower file ([@nbrustein](https://api.github.com/users/nbrustein)) + +[Commits](https://github.com/kpdecker/jsdiff/compare/v1.2.1...v1.2.2) + +## v1.2.1 - December 26th, 2014 +- [#41](https://github.com/kpdecker/jsdiff/pull/41) - change condition of using node export system. ([@ironhee](https://api.github.com/users/ironhee)) + +[Commits](https://github.com/kpdecker/jsdiff/compare/v1.2.0...v1.2.1) + +## v1.2.0 - November 29th, 2014 +- [#37](https://github.com/kpdecker/jsdiff/pull/37) - Add support for sentences. ([@vmariano](https://api.github.com/users/vmariano)) +- [#28](https://github.com/kpdecker/jsdiff/pull/28) - Implemented diffJson ([@papandreou](https://api.github.com/users/papandreou)) +- [#27](https://github.com/kpdecker/jsdiff/issues/27) - Slow to execute over diffs with a large number of changes ([@termi](https://api.github.com/users/termi)) +- Allow for optional async diffing - 19385b9 +- Fix diffChars implementation - eaa44ed + +[Commits](https://github.com/kpdecker/jsdiff/compare/v1.1.0...v1.2.0) + +## v1.1.0 - November 25th, 2014 +- [#33](https://github.com/kpdecker/jsdiff/pull/33) - AMD and global exports ([@ovcharik](https://api.github.com/users/ovcharik)) +- [#32](https://github.com/kpdecker/jsdiff/pull/32) - Add support for component ([@vmariano](https://api.github.com/users/vmariano)) +- [#31](https://github.com/kpdecker/jsdiff/pull/31) - Don't rely on Array.prototype.map ([@papandreou](https://api.github.com/users/papandreou)) + +[Commits](https://github.com/kpdecker/jsdiff/compare/v1.0.8...v1.1.0) + +## v1.0.8 - December 22nd, 2013 +- [#24](https://github.com/kpdecker/jsdiff/pull/24) - Handle windows newlines on non windows machines. ([@benogle](https://api.github.com/users/benogle)) +- [#23](https://github.com/kpdecker/jsdiff/pull/23) - Prettied up the API formatting a little, and added basic node and web examples ([@airportyh](https://api.github.com/users/airportyh)) + +[Commits](https://github.com/kpdecker/jsdiff/compare/v1.0.7...v1.0.8) + +## v1.0.7 - September 11th, 2013 + +- [#22](https://github.com/kpdecker/jsdiff/pull/22) - Added variant of WordDiff that doesn't ignore whitespace differences ([@papandreou](https://api.github.com/users/papandreou) + +- Add 0.10 to travis tests - 243a526 + +[Commits](https://github.com/kpdecker/jsdiff/compare/v1.0.6...v1.0.7) + +## v1.0.6 - August 30th, 2013 + +- [#19](https://github.com/kpdecker/jsdiff/pull/19) - Explicitly define contents of npm package ([@sindresorhus](https://api.github.com/users/sindresorhus) + +[Commits](https://github.com/kpdecker/jsdiff/compare/v1.0.5...v1.0.6) diff --git a/node_modules/diff/runtime.js b/node_modules/diff/runtime.js new file mode 100644 index 0000000..82ea7e6 --- /dev/null +++ b/node_modules/diff/runtime.js @@ -0,0 +1,3 @@ +require('@babel/register')({ + ignore: ['lib', 'node_modules'] +}); diff --git a/node_modules/is-stream/index.d.ts b/node_modules/is-stream/index.d.ts new file mode 100644 index 0000000..eee2e83 --- /dev/null +++ b/node_modules/is-stream/index.d.ts @@ -0,0 +1,79 @@ +import * as stream from 'stream'; + +declare const isStream: { + /** + @returns Whether `stream` is a [`Stream`](https://nodejs.org/api/stream.html#stream_stream). + + @example + ``` + import * as fs from 'fs'; + import isStream = require('is-stream'); + + isStream(fs.createReadStream('unicorn.png')); + //=> true + + isStream({}); + //=> false + ``` + */ + (stream: unknown): stream is stream.Stream; + + /** + @returns Whether `stream` is a [`stream.Writable`](https://nodejs.org/api/stream.html#stream_class_stream_writable). + + @example + ``` + import * as fs from 'fs'; + import isStream = require('is-stream'); + + isStream.writable(fs.createWriteStrem('unicorn.txt')); + //=> true + ``` + */ + writable(stream: unknown): stream is stream.Writable; + + /** + @returns Whether `stream` is a [`stream.Readable`](https://nodejs.org/api/stream.html#stream_class_stream_readable). + + @example + ``` + import * as fs from 'fs'; + import isStream = require('is-stream'); + + isStream.readable(fs.createReadStream('unicorn.png')); + //=> true + ``` + */ + readable(stream: unknown): stream is stream.Readable; + + /** + @returns Whether `stream` is a [`stream.Duplex`](https://nodejs.org/api/stream.html#stream_class_stream_duplex). + + @example + ``` + import {Duplex} from 'stream'; + import isStream = require('is-stream'); + + isStream.duplex(new Duplex()); + //=> true + ``` + */ + duplex(stream: unknown): stream is stream.Duplex; + + /** + @returns Whether `stream` is a [`stream.Transform`](https://nodejs.org/api/stream.html#stream_class_stream_transform). + + @example + ``` + import * as fs from 'fs'; + import Stringify = require('streaming-json-stringify'); + import isStream = require('is-stream'); + + isStream.transform(Stringify()); + //=> true + ``` + */ + transform(input: unknown): input is stream.Transform; +}; + +export = isStream; diff --git a/node_modules/is-stream/index.js b/node_modules/is-stream/index.js new file mode 100644 index 0000000..2e43434 --- /dev/null +++ b/node_modules/is-stream/index.js @@ -0,0 +1,28 @@ +'use strict'; + +const isStream = stream => + stream !== null && + typeof stream === 'object' && + typeof stream.pipe === 'function'; + +isStream.writable = stream => + isStream(stream) && + stream.writable !== false && + typeof stream._write === 'function' && + typeof stream._writableState === 'object'; + +isStream.readable = stream => + isStream(stream) && + stream.readable !== false && + typeof stream._read === 'function' && + typeof stream._readableState === 'object'; + +isStream.duplex = stream => + isStream.writable(stream) && + isStream.readable(stream); + +isStream.transform = stream => + isStream.duplex(stream) && + typeof stream._transform === 'function'; + +module.exports = isStream; diff --git a/node_modules/is-stream/license b/node_modules/is-stream/license new file mode 100644 index 0000000..fa7ceba --- /dev/null +++ b/node_modules/is-stream/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/is-stream/package.json b/node_modules/is-stream/package.json new file mode 100644 index 0000000..c3b5673 --- /dev/null +++ b/node_modules/is-stream/package.json @@ -0,0 +1,42 @@ +{ + "name": "is-stream", + "version": "2.0.1", + "description": "Check if something is a Node.js stream", + "license": "MIT", + "repository": "sindresorhus/is-stream", + "funding": "https://github.com/sponsors/sindresorhus", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "https://sindresorhus.com" + }, + "engines": { + "node": ">=8" + }, + "scripts": { + "test": "xo && ava && tsd" + }, + "files": [ + "index.js", + "index.d.ts" + ], + "keywords": [ + "stream", + "type", + "streams", + "writable", + "readable", + "duplex", + "transform", + "check", + "detect", + "is" + ], + "devDependencies": { + "@types/node": "^11.13.6", + "ava": "^1.4.1", + "tempy": "^0.3.0", + "tsd": "^0.7.2", + "xo": "^0.24.0" + } +} diff --git a/node_modules/is-stream/readme.md b/node_modules/is-stream/readme.md new file mode 100644 index 0000000..19308e7 --- /dev/null +++ b/node_modules/is-stream/readme.md @@ -0,0 +1,60 @@ +# is-stream + +> Check if something is a [Node.js stream](https://nodejs.org/api/stream.html) + +## Install + +``` +$ npm install is-stream +``` + +## Usage + +```js +const fs = require('fs'); +const isStream = require('is-stream'); + +isStream(fs.createReadStream('unicorn.png')); +//=> true + +isStream({}); +//=> false +``` + +## API + +### isStream(stream) + +Returns a `boolean` for whether it's a [`Stream`](https://nodejs.org/api/stream.html#stream_stream). + +#### isStream.writable(stream) + +Returns a `boolean` for whether it's a [`stream.Writable`](https://nodejs.org/api/stream.html#stream_class_stream_writable). + +#### isStream.readable(stream) + +Returns a `boolean` for whether it's a [`stream.Readable`](https://nodejs.org/api/stream.html#stream_class_stream_readable). + +#### isStream.duplex(stream) + +Returns a `boolean` for whether it's a [`stream.Duplex`](https://nodejs.org/api/stream.html#stream_class_stream_duplex). + +#### isStream.transform(stream) + +Returns a `boolean` for whether it's a [`stream.Transform`](https://nodejs.org/api/stream.html#stream_class_stream_transform). + +## Related + +- [is-file-stream](https://github.com/jamestalmage/is-file-stream) - Detect if a stream is a file stream + +--- + +
+ + Get professional support for this package with a Tidelift subscription + +
+ + Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies. +
+
diff --git a/node_modules/make-dir/index.d.ts b/node_modules/make-dir/index.d.ts new file mode 100644 index 0000000..3a78251 --- /dev/null +++ b/node_modules/make-dir/index.d.ts @@ -0,0 +1,66 @@ +/// +import * as fs from 'fs'; + +declare namespace makeDir { + interface Options { + /** + Directory [permissions](https://x-team.com/blog/file-system-permissions-umask-node-js/). + + @default 0o777 + */ + readonly mode?: number; + + /** + Use a custom `fs` implementation. For example [`graceful-fs`](https://github.com/isaacs/node-graceful-fs). + + Using a custom `fs` implementation will block the use of the native `recursive` option if `fs.mkdir` or `fs.mkdirSync` is not the native function. + + @default require('fs') + */ + readonly fs?: typeof fs; + } +} + +declare const makeDir: { + /** + Make a directory and its parents if needed - Think `mkdir -p`. + + @param path - Directory to create. + @returns The path to the created directory. + + @example + ``` + import makeDir = require('make-dir'); + + (async () => { + const path = await makeDir('unicorn/rainbow/cake'); + + console.log(path); + //=> '/Users/sindresorhus/fun/unicorn/rainbow/cake' + + // Multiple directories: + const paths = await Promise.all([ + makeDir('unicorn/rainbow'), + makeDir('foo/bar') + ]); + + console.log(paths); + // [ + // '/Users/sindresorhus/fun/unicorn/rainbow', + // '/Users/sindresorhus/fun/foo/bar' + // ] + })(); + ``` + */ + (path: string, options?: makeDir.Options): Promise; + + /** + Synchronously make a directory and its parents if needed - Think `mkdir -p`. + + @param path - Directory to create. + @returns The path to the created directory. + */ + sync(path: string, options?: makeDir.Options): string; +}; + +export = makeDir; diff --git a/node_modules/make-dir/index.js b/node_modules/make-dir/index.js new file mode 100644 index 0000000..75889d8 --- /dev/null +++ b/node_modules/make-dir/index.js @@ -0,0 +1,156 @@ +'use strict'; +const fs = require('fs'); +const path = require('path'); +const {promisify} = require('util'); +const semver = require('semver'); + +const useNativeRecursiveOption = semver.satisfies(process.version, '>=10.12.0'); + +// https://github.com/nodejs/node/issues/8987 +// https://github.com/libuv/libuv/pull/1088 +const checkPath = pth => { + if (process.platform === 'win32') { + const pathHasInvalidWinCharacters = /[<>:"|?*]/.test(pth.replace(path.parse(pth).root, '')); + + if (pathHasInvalidWinCharacters) { + const error = new Error(`Path contains invalid characters: ${pth}`); + error.code = 'EINVAL'; + throw error; + } + } +}; + +const processOptions = options => { + // https://github.com/sindresorhus/make-dir/issues/18 + const defaults = { + mode: 0o777, + fs + }; + + return { + ...defaults, + ...options + }; +}; + +const permissionError = pth => { + // This replicates the exception of `fs.mkdir` with native the + // `recusive` option when run on an invalid drive under Windows. + const error = new Error(`operation not permitted, mkdir '${pth}'`); + error.code = 'EPERM'; + error.errno = -4048; + error.path = pth; + error.syscall = 'mkdir'; + return error; +}; + +const makeDir = async (input, options) => { + checkPath(input); + options = processOptions(options); + + const mkdir = promisify(options.fs.mkdir); + const stat = promisify(options.fs.stat); + + if (useNativeRecursiveOption && options.fs.mkdir === fs.mkdir) { + const pth = path.resolve(input); + + await mkdir(pth, { + mode: options.mode, + recursive: true + }); + + return pth; + } + + const make = async pth => { + try { + await mkdir(pth, options.mode); + + return pth; + } catch (error) { + if (error.code === 'EPERM') { + throw error; + } + + if (error.code === 'ENOENT') { + if (path.dirname(pth) === pth) { + throw permissionError(pth); + } + + if (error.message.includes('null bytes')) { + throw error; + } + + await make(path.dirname(pth)); + + return make(pth); + } + + try { + const stats = await stat(pth); + if (!stats.isDirectory()) { + throw new Error('The path is not a directory'); + } + } catch (_) { + throw error; + } + + return pth; + } + }; + + return make(path.resolve(input)); +}; + +module.exports = makeDir; + +module.exports.sync = (input, options) => { + checkPath(input); + options = processOptions(options); + + if (useNativeRecursiveOption && options.fs.mkdirSync === fs.mkdirSync) { + const pth = path.resolve(input); + + fs.mkdirSync(pth, { + mode: options.mode, + recursive: true + }); + + return pth; + } + + const make = pth => { + try { + options.fs.mkdirSync(pth, options.mode); + } catch (error) { + if (error.code === 'EPERM') { + throw error; + } + + if (error.code === 'ENOENT') { + if (path.dirname(pth) === pth) { + throw permissionError(pth); + } + + if (error.message.includes('null bytes')) { + throw error; + } + + make(path.dirname(pth)); + return make(pth); + } + + try { + if (!options.fs.statSync(pth).isDirectory()) { + throw new Error('The path is not a directory'); + } + } catch (_) { + throw error; + } + } + + return pth; + }; + + return make(path.resolve(input)); +}; diff --git a/node_modules/make-dir/license b/node_modules/make-dir/license new file mode 100644 index 0000000..e7af2f7 --- /dev/null +++ b/node_modules/make-dir/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/make-dir/package.json b/node_modules/make-dir/package.json new file mode 100644 index 0000000..98403ea --- /dev/null +++ b/node_modules/make-dir/package.json @@ -0,0 +1,59 @@ +{ + "name": "make-dir", + "version": "3.1.0", + "description": "Make a directory and its parents if needed - Think `mkdir -p`", + "license": "MIT", + "repository": "sindresorhus/make-dir", + "funding": "https://github.com/sponsors/sindresorhus", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=8" + }, + "scripts": { + "test": "xo && nyc ava && tsd" + }, + "files": [ + "index.js", + "index.d.ts" + ], + "keywords": [ + "mkdir", + "mkdirp", + "make", + "directories", + "dir", + "dirs", + "folders", + "directory", + "folder", + "path", + "parent", + "parents", + "intermediate", + "recursively", + "recursive", + "create", + "fs", + "filesystem", + "file-system" + ], + "dependencies": { + "semver": "^6.0.0" + }, + "devDependencies": { + "@types/graceful-fs": "^4.1.3", + "@types/node": "^13.7.1", + "ava": "^1.4.0", + "codecov": "^3.2.0", + "graceful-fs": "^4.1.15", + "nyc": "^15.0.0", + "path-type": "^4.0.0", + "tempy": "^0.2.1", + "tsd": "^0.11.0", + "xo": "^0.25.4" + } +} diff --git a/node_modules/make-dir/readme.md b/node_modules/make-dir/readme.md new file mode 100644 index 0000000..a10a1a4 --- /dev/null +++ b/node_modules/make-dir/readme.md @@ -0,0 +1,125 @@ +# make-dir [![Build Status](https://travis-ci.org/sindresorhus/make-dir.svg?branch=master)](https://travis-ci.org/sindresorhus/make-dir) [![codecov](https://codecov.io/gh/sindresorhus/make-dir/branch/master/graph/badge.svg)](https://codecov.io/gh/sindresorhus/make-dir) + +> Make a directory and its parents if needed - Think `mkdir -p` + +## Advantages over [`mkdirp`](https://github.com/substack/node-mkdirp) + +- Promise API *(Async/await ready!)* +- Fixes many `mkdirp` issues: [#96](https://github.com/substack/node-mkdirp/pull/96) [#70](https://github.com/substack/node-mkdirp/issues/70) [#66](https://github.com/substack/node-mkdirp/issues/66) +- 100% test coverage +- CI-tested on macOS, Linux, and Windows +- Actively maintained +- Doesn't bundle a CLI +- Uses the native `fs.mkdir/mkdirSync` [`recursive` option](https://nodejs.org/dist/latest/docs/api/fs.html#fs_fs_mkdir_path_options_callback) in Node.js >=10.12.0 unless [overridden](#fs) + +## Install + +``` +$ npm install make-dir +``` + +## Usage + +``` +$ pwd +/Users/sindresorhus/fun +$ tree +. +``` + +```js +const makeDir = require('make-dir'); + +(async () => { + const path = await makeDir('unicorn/rainbow/cake'); + + console.log(path); + //=> '/Users/sindresorhus/fun/unicorn/rainbow/cake' +})(); +``` + +``` +$ tree +. +└── unicorn + └── rainbow + └── cake +``` + +Multiple directories: + +```js +const makeDir = require('make-dir'); + +(async () => { + const paths = await Promise.all([ + makeDir('unicorn/rainbow'), + makeDir('foo/bar') + ]); + + console.log(paths); + /* + [ + '/Users/sindresorhus/fun/unicorn/rainbow', + '/Users/sindresorhus/fun/foo/bar' + ] + */ +})(); +``` + +## API + +### makeDir(path, options?) + +Returns a `Promise` for the path to the created directory. + +### makeDir.sync(path, options?) + +Returns the path to the created directory. + +#### path + +Type: `string` + +Directory to create. + +#### options + +Type: `object` + +##### mode + +Type: `integer`\ +Default: `0o777` + +Directory [permissions](https://x-team.com/blog/file-system-permissions-umask-node-js/). + +##### fs + +Type: `object`\ +Default: `require('fs')` + +Use a custom `fs` implementation. For example [`graceful-fs`](https://github.com/isaacs/node-graceful-fs). + +Using a custom `fs` implementation will block the use of the native `recursive` option if `fs.mkdir` or `fs.mkdirSync` is not the native function. + +## Related + +- [make-dir-cli](https://github.com/sindresorhus/make-dir-cli) - CLI for this module +- [del](https://github.com/sindresorhus/del) - Delete files and directories +- [globby](https://github.com/sindresorhus/globby) - User-friendly glob matching +- [cpy](https://github.com/sindresorhus/cpy) - Copy files +- [cpy-cli](https://github.com/sindresorhus/cpy-cli) - Copy files on the command-line +- [move-file](https://github.com/sindresorhus/move-file) - Move a file + +--- + +
+ + Get professional support for this package with a Tidelift subscription + +
+ + Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies. +
+
diff --git a/node_modules/make-error/LICENSE b/node_modules/make-error/LICENSE new file mode 100644 index 0000000..9dcf797 --- /dev/null +++ b/node_modules/make-error/LICENSE @@ -0,0 +1,5 @@ +Copyright 2014 Julien Fontanet + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/make-error/README.md b/node_modules/make-error/README.md new file mode 100644 index 0000000..5c089a2 --- /dev/null +++ b/node_modules/make-error/README.md @@ -0,0 +1,112 @@ +# make-error + +[![Package Version](https://badgen.net/npm/v/make-error)](https://npmjs.org/package/make-error) [![Build Status](https://travis-ci.org/JsCommunity/make-error.png?branch=master)](https://travis-ci.org/JsCommunity/make-error) [![PackagePhobia](https://badgen.net/packagephobia/install/make-error)](https://packagephobia.now.sh/result?p=make-error) [![Latest Commit](https://badgen.net/github/last-commit/JsCommunity/make-error)](https://github.com/JsCommunity/make-error/commits/master) + +> Make your own error types! + +## Features + +- Compatible Node & browsers +- `instanceof` support +- `error.name` & `error.stack` support +- compatible with [CSP](https://en.wikipedia.org/wiki/Content_Security_Policy) (i.e. no `eval()`) + +## Installation + +### Node & [Browserify](http://browserify.org/)/[Webpack](https://webpack.js.org/) + +Installation of the [npm package](https://npmjs.org/package/make-error): + +``` +> npm install --save make-error +``` + +Then require the package: + +```javascript +var makeError = require("make-error"); +``` + +### Browser + +You can directly use the build provided at [unpkg.com](https://unpkg.com): + +```html + +``` + +## Usage + +### Basic named error + +```javascript +var CustomError = makeError("CustomError"); + +// Parameters are forwarded to the super class (here Error). +throw new CustomError("a message"); +``` + +### Advanced error class + +```javascript +function CustomError(customValue) { + CustomError.super.call(this, "custom error message"); + + this.customValue = customValue; +} +makeError(CustomError); + +// Feel free to extend the prototype. +CustomError.prototype.myMethod = function CustomError$myMethod() { + console.log("CustomError.myMethod (%s, %s)", this.code, this.message); +}; + +//----- + +try { + throw new CustomError(42); +} catch (error) { + error.myMethod(); +} +``` + +### Specialized error + +```javascript +var SpecializedError = makeError("SpecializedError", CustomError); + +throw new SpecializedError(42); +``` + +### Inheritance + +> Best for ES2015+. + +```javascript +import { BaseError } from "make-error"; + +class CustomError extends BaseError { + constructor() { + super("custom error message"); + } +} +``` + +## Related + +- [make-error-cause](https://www.npmjs.com/package/make-error-cause): Make your own error types, with a cause! + +## Contributions + +Contributions are _very_ welcomed, either on the documentation or on +the code. + +You may: + +- report any [issue](https://github.com/JsCommunity/make-error/issues) + you've encountered; +- fork and create a pull request. + +## License + +ISC © [Julien Fontanet](http://julien.isonoe.net) diff --git a/node_modules/make-error/dist/make-error.js b/node_modules/make-error/dist/make-error.js new file mode 100644 index 0000000..32444c6 --- /dev/null +++ b/node_modules/make-error/dist/make-error.js @@ -0,0 +1 @@ +!function(f){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=f();else if("function"==typeof define&&define.amd)define([],f);else{("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).makeError=f()}}(function(){return function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){return o(e[i][1][r]||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i; + +/** + * Set the constructor prototype to `BaseError`. + */ +declare function makeError(super_: { + new (...args: any[]): T; +}): makeError.Constructor; + +/** + * Create a specialized error instance. + */ +declare function makeError( + name: string | Function, + super_: K +): K & makeError.SpecializedConstructor; + +declare namespace makeError { + /** + * Use with ES2015+ inheritance. + */ + export class BaseError extends Error { + message: string; + name: string; + stack: string; + + constructor(message?: string); + } + + export interface Constructor { + new (message?: string): T; + super_: any; + prototype: T; + } + + export interface SpecializedConstructor { + super_: any; + prototype: T; + } +} + +export = makeError; diff --git a/node_modules/make-error/index.js b/node_modules/make-error/index.js new file mode 100644 index 0000000..fab6040 --- /dev/null +++ b/node_modules/make-error/index.js @@ -0,0 +1,151 @@ +// ISC @ Julien Fontanet + +"use strict"; + +// =================================================================== + +var construct = typeof Reflect !== "undefined" ? Reflect.construct : undefined; +var defineProperty = Object.defineProperty; + +// ------------------------------------------------------------------- + +var captureStackTrace = Error.captureStackTrace; +if (captureStackTrace === undefined) { + captureStackTrace = function captureStackTrace(error) { + var container = new Error(); + + defineProperty(error, "stack", { + configurable: true, + get: function getStack() { + var stack = container.stack; + + // Replace property with value for faster future accesses. + defineProperty(this, "stack", { + configurable: true, + value: stack, + writable: true, + }); + + return stack; + }, + set: function setStack(stack) { + defineProperty(error, "stack", { + configurable: true, + value: stack, + writable: true, + }); + }, + }); + }; +} + +// ------------------------------------------------------------------- + +function BaseError(message) { + if (message !== undefined) { + defineProperty(this, "message", { + configurable: true, + value: message, + writable: true, + }); + } + + var cname = this.constructor.name; + if (cname !== undefined && cname !== this.name) { + defineProperty(this, "name", { + configurable: true, + value: cname, + writable: true, + }); + } + + captureStackTrace(this, this.constructor); +} + +BaseError.prototype = Object.create(Error.prototype, { + // See: https://github.com/JsCommunity/make-error/issues/4 + constructor: { + configurable: true, + value: BaseError, + writable: true, + }, +}); + +// ------------------------------------------------------------------- + +// Sets the name of a function if possible (depends of the JS engine). +var setFunctionName = (function() { + function setFunctionName(fn, name) { + return defineProperty(fn, "name", { + configurable: true, + value: name, + }); + } + try { + var f = function() {}; + setFunctionName(f, "foo"); + if (f.name === "foo") { + return setFunctionName; + } + } catch (_) {} +})(); + +// ------------------------------------------------------------------- + +function makeError(constructor, super_) { + if (super_ == null || super_ === Error) { + super_ = BaseError; + } else if (typeof super_ !== "function") { + throw new TypeError("super_ should be a function"); + } + + var name; + if (typeof constructor === "string") { + name = constructor; + constructor = + construct !== undefined + ? function() { + return construct(super_, arguments, this.constructor); + } + : function() { + super_.apply(this, arguments); + }; + + // If the name can be set, do it once and for all. + if (setFunctionName !== undefined) { + setFunctionName(constructor, name); + name = undefined; + } + } else if (typeof constructor !== "function") { + throw new TypeError("constructor should be either a string or a function"); + } + + // Also register the super constructor also as `constructor.super_` just + // like Node's `util.inherits()`. + // + // eslint-disable-next-line dot-notation + constructor.super_ = constructor["super"] = super_; + + var properties = { + constructor: { + configurable: true, + value: constructor, + writable: true, + }, + }; + + // If the name could not be set on the constructor, set it on the + // prototype. + if (name !== undefined) { + properties.name = { + configurable: true, + value: name, + writable: true, + }; + } + constructor.prototype = Object.create(super_.prototype, properties); + + return constructor; +} +exports = module.exports = makeError; +exports.BaseError = BaseError; diff --git a/node_modules/make-error/package.json b/node_modules/make-error/package.json new file mode 100644 index 0000000..2af27e1 --- /dev/null +++ b/node_modules/make-error/package.json @@ -0,0 +1,62 @@ +{ + "name": "make-error", + "version": "1.3.6", + "main": "index.js", + "license": "ISC", + "description": "Make your own error types!", + "keywords": [ + "create", + "custom", + "derive", + "error", + "errors", + "extend", + "extending", + "extension", + "factory", + "inherit", + "make", + "subclass" + ], + "homepage": "https://github.com/JsCommunity/make-error", + "bugs": "https://github.com/JsCommunity/make-error/issues", + "author": "Julien Fontanet ", + "repository": { + "type": "git", + "url": "git://github.com/JsCommunity/make-error.git" + }, + "devDependencies": { + "browserify": "^16.2.3", + "eslint": "^6.5.1", + "eslint-config-prettier": "^6.4.0", + "eslint-config-standard": "^14.1.0", + "eslint-plugin-import": "^2.14.0", + "eslint-plugin-node": "^10.0.0", + "eslint-plugin-promise": "^4.0.1", + "eslint-plugin-standard": "^4.0.0", + "husky": "^3.0.9", + "jest": "^24", + "prettier": "^1.14.3", + "uglify-js": "^3.3.2" + }, + "jest": { + "testEnvironment": "node" + }, + "scripts": { + "dev-test": "jest --watch", + "format": "prettier --write '**'", + "prepublishOnly": "mkdir -p dist && browserify -s makeError index.js | uglifyjs -c > dist/make-error.js", + "pretest": "eslint --ignore-path .gitignore .", + "test": "jest" + }, + "files": [ + "dist/", + "index.js", + "index.d.ts" + ], + "husky": { + "hooks": { + "commit-msg": "npm run test" + } + } +} diff --git a/node_modules/nan/.github/workflows/ci.yml b/node_modules/nan/.github/workflows/ci.yml new file mode 100644 index 0000000..e12a2c9 --- /dev/null +++ b/node_modules/nan/.github/workflows/ci.yml @@ -0,0 +1,52 @@ +# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs +# https://github.com/actions/setup-node +# https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories + +name: ci +on: + push: + # branches: [main] + pull_request: + # branches: [main] + workflow_dispatch: +permissions: + contents: read +jobs: + pre-commit: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: pre-commit/action@v3.0.1 + + ci: + strategy: + fail-fast: false + matrix: + node-version: [25.x, 24.x, 23.x, 22.x, 21.x, 20.x, 19.x, 18.x, 17.x, 16.x] + os: [windows-latest] + include: + - node-version: lts/* + os: macos-15-intel # macOS on Intel + - node-version: lts/* + os: macos-latest # macOS on arm64 + - node-version: lts/* + os: ubuntu-latest # Linux on x64 + - node-version: lts/* + os: ubuntu-24.04-arm # Linux on arm64 + - node-version: lts/* + os: windows-2025 + - node-version: lts/* + os: windows-11-arm # Windows on arm64 + runs-on: ${{ matrix.os }} + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.node-version }} + - run: npm install + # TODO: On Windows Node.js v11 these will fail but `make test` will succeed + - if: matrix.node-version != '11.x' + run: | + npm run-script rebuild-tests + npm test + - run: make test diff --git a/node_modules/nan/.pre-commit-config.yaml b/node_modules/nan/.pre-commit-config.yaml new file mode 100644 index 0000000..c1b1470 --- /dev/null +++ b/node_modules/nan/.pre-commit-config.yaml @@ -0,0 +1,8 @@ +repos: + - repo: https://github.com/cpplint/cpplint + rev: 2.0.0 + hooks: + - id: cpplint + args: + - --filter=-whitespace/indent_namespace,-whitespace/parens + - --linelength=88 diff --git a/node_modules/nan/CHANGELOG.md b/node_modules/nan/CHANGELOG.md new file mode 100644 index 0000000..2293232 --- /dev/null +++ b/node_modules/nan/CHANGELOG.md @@ -0,0 +1,599 @@ +# NAN ChangeLog + +**Version 2.26.2: current Node 25.8.1, Node 0.12: 0.12.18, Node 0.10: 0.10.48, iojs: 3.3.1** + +### 2.26.2 Mar 18 2026 + - Bugfix: Fix nan_weak.h for V8 >= 14.2.194 (missing EmbedderDataTypeTag) (#1013) 794124c493555106eebaa3e82c0d6147d0213183 + +### 2.26.1 Mar 17 2026 + - Bugfix: remove unintended copy-pasted line (#1011) 0456abb33a3ce412b644c45fb8401776d2f647eb + +### 2.26.0 Mar 17 2026 + - Feature: Add EmbedderDataTypeTag to SetAlignedPointerInInternalField and GetAlignedPointerFromInternalField for v8 >= 14 (#1010) fcc7b7d4698f9cd87c7dc08b431ab82bed1b3b8c + +### 2.25.0 Jan 25 2026 + - Feature: Updating SetAccessor method to support v8 14.4 (#1007) 333d98942f1fe412a4dd859d6b1b0a9bef43c1f8 + +### 2.24.0 Dec 03 2025 + - Feature: Adding new Nan::TryEncode() wrapper for node::TryEncode() (#1005) fd5ff3f5ab3f5bb6bb6dd2d247f3eccd79227854 + +### 2.23.1 Nov 05 2025 + - Feature: Adding WriteUtf8V2() and SetPrototypeV2() methods to support v8 14.3 (#1004) 9e1106ab7b7036d262df7f430eee3bff33757e9a + +### 2.23.0 Jul 10 2025 + + - Feature: Support Node 23 (#979) 59ab6d03d5d68554290ee9f34003cd90aa92c185 + +### 2.22.2 Feb 26 2025 + + - Bugfix: Fix version guard for `ScriptOrigin` constructors (#989) 053239d73702ac11fa0c3c438f85c1409f960f89 + +### 2.22.1 Feb 21 2025 + + - Build: Fix compatibility with Python >= 3.12 (#987) b5d90f15730b620fb6cc4fed079674740424539a + +### 2.22.0 Oct 11 2024 + + - Feature: replace SetAccessor -> SetNativeDataProperty (#977) 6bd62c9a0004339d5d1e18a945c84929d0f6b808 + +### 2.21.0 Oct 10 2024 + + - Feature: Support for node version 20.17.0 (#976) a7df36eda8a7fe8581c00a18590f5e4faafca7ae + +### 2.20.0 Jun 12 2024 + + - Feature: fix removal of v8::CopyablePersistent (#970) 5805ca5c4c2eef9a65316b68741e29f4825c511f + +### 2.19.0 Mar 6 2024 + + - Feature: Fix builds for Electron 29 (#966) 1b630ddb3412cde35b64513662b440f9fd71e1ff + +### 2.18.0 Sep 12 2023 + + - Feature: Cast v8::Object::GetInternalField() return value to v8::Value (#956) bdfee1788239f735b67fe6b46b1439da755e9b62 + +### 2.17.0 Oct 10 2022 + + - Feature: overload deprecated AccessorSignatures (#943) 7f9ceb80fbc45c9ba1a10e6591ccbef9e8dee6b4 + +### 2.16.0 May 25 2022 + + - Feature: Add support for Node 18 (#937) 16fa32231e2ccd89d2804b3f765319128b20c4ac + +### 2.15.0 Aug 4 2021 + + - Feature: add ScriptOrigin (#918) d09debf9eeedcb7ca4073e84ffe5fbb455ecb709 + +### 2.14.2 Oct 13 2020 + + - Bugfix: fix gcc 8 function cast warning (#899) 35f0fab205574b2cbda04e6347c8b2db755e124f + +### 2.14.1 Apr 21 2020 + + - Bugfix: use GetBackingStore() instead of GetContents() (#888) 2c023bd447661a61071da318b0ff4003c3858d39 + +### 2.14.0 May 16 2019 + + - Feature: Add missing methods to Nan::Maybe (#852) 4e962489fb84a184035b9fa74f245f650249aca6 + +### 2.13.2 Mar 24 2019 + + - Bugfix: remove usage of deprecated `IsNearDeath` (#842) fbaf42252af279c3d867c6b193571f9711c39847 + +### 2.13.1 Mar 14 2019 + + - Bugfix: check V8 version directly instead of inferring from NMV (#840) 12f9df9f393285de8fb4a8cd01478dc4fe3b089d + +### 2.13.0 Mar 13 2019 + + - Feature: add support for node master (#831) 113c0282072e7ff4f9dfc98b432fd894b798c2c + +### 2.12.1 Dec 18 2018 + + - Bugfix: Fix build breakage with Node.js 10.0.0-10.9.0. (#833) 625e90e8fef8d39ffa7247250a76a100b2487474 + +### 2.12.0 Dec 16 2018 + + - Bugfix: Add scope.Escape() to Call() (#817) 2e5ed4fc3a8ac80a6ef1f2a55099ab3ac8800dc6 + - Bugfix: Fix Node.js v10.12.0 deprecation warnings. 509859cc23b1770376b56550a027840a2ce0f73d + - Feature: Allow SetWeak() for non-object persistent handles. (#824) e6ef6a48e7e671fe3e4b7dddaa8912a3f8262ecd + +### 2.11.1 Sep 29 2018 + + - Fix: adapt to V8 7.0 24a22c3b25eeeec2016c6ec239bdd6169e985447 + +### 2.11.0 Aug 25 2018 + + - Removal: remove `FunctionCallbackInfo::Callee` for nodejs `>= 10` 1a56c0a6efd4fac944cb46c30912a8e023bda7d4 + - Bugfix: Fix `AsyncProgressWorkerBase::WorkProgress` sends invalid data b0c764d1dab11e9f8b37ffb81e2560a4498aad5e + - Feature: Introduce `GetCurrentEventLoop` b4911b0bb1f6d47d860e10ec014d941c51efac5e + - Feature: Add `NAN_MODULE_WORKER_ENABLED` macro as a replacement for `NAN_MODULE` b058fb047d18a58250e66ae831444441c1f2ac7a + +### 2.10.0 Mar 16 2018 + + - Deprecation: Deprecate `MakeCallback` 5e92b19a59e194241d6a658bd6ff7bfbda372950 + - Feature: add `Nan::Call` overload 4482e1242fe124d166fc1a5b2be3c1cc849fe452 + - Feature: add more `Nan::Call` overloads 8584e63e6d04c7d2eb8c4a664e4ef57d70bf672b + - Feature: Fix deprecation warnings for Node 10 1caf258243b0602ed56922bde74f1c91b0cbcb6a + +### 2.9.2 Feb 22 2018 + + - Bugfix: Bandaid for async hooks 212bd2f849be14ef1b02fc85010b053daa24252b + +### 2.9.1 Feb 22 2018 + + - Bugfix: Avoid deprecation warnings in deprecated `Nan::Callback::operator()` 372b14d91289df4604b0f81780709708c45a9aa4 + - Bugfix: Avoid deprecation warnings in `Nan::JSON` 3bc294bce0b7d0a3ee4559926303e5ed4866fda2 + +### 2.9.0 Feb 22 2018 + + - Deprecation: Deprecate legacy `Callback::Call` 6dd5fa690af61ca3523004b433304c581b3ea309 + - Feature: introduce `AsyncResource` class 90c0a179c0d8cb5fd26f1a7d2b1d6231eb402d48o + - Feature: Add context aware `Nan::Callback::Call` functions 7169e09fb088418b6e388222e88b4c13f07ebaee + - Feature: Make `AsyncWorker` context aware 066ba21a6fb9e2b5230c9ed3a6fc51f1211736a4 + - Feature: add `Callback` overload to `Nan::Call` 5328daf66e202658c1dc0d916c3aaba99b3cc606 + - Bugfix: fix warning: suggest parentheses around `&&` within `||` b2bb63d68b8ae623a526b542764e1ac82319cb2c + - Bugfix: Fix compilation on io.js 3 d06114dba0a522fb436f0c5f47b994210968cd7b + +### 2.8.0 Nov 15 2017 + + - Deprecation: Deprecate `Nan::ForceSet` in favor of `Nan::DefineOwnProperty()` 95cbb976d6fbbba88ba0f86dd188223a8591b4e7 + - Feature: Add `Nan::AsyncProgressQueueWorker` a976636ecc2ef617d1b061ce4a6edf39923691cb + - Feature: Add `Nan::DefineOwnProperty()` 95cbb976d6fbbba88ba0f86dd188223a8591b4e7 + - Bugfix: Fix compiling on io.js 1 & 2 82705a64503ce60c62e98df5bd02972bba090900 + - Bugfix: Use DefineOwnProperty instead of ForceSet 95cbb976d6fbbba88ba0f86dd188223a8591b4e7 + +### 2.7.0 Aug 30 2017 + + - Feature: Add `Nan::To()` overload. b93280670c9f6da42ed4cf6cbf085ffdd87bd65b + - Bugfix: Fix ternary in `Nan::MaybeLocal::FromMaybe()`. 79a26f7d362e756a9524e672a82c3d603b542867 + +### 2.6.2 Apr 12 2017 + + - Bugfix: Fix v8::JSON::Parse() deprecation warning. 87f6a3c65815fa062296a994cc863e2fa124867d + +### 2.6.1 Apr 6 2017 + + - Bugfix: nan_json.h: fix build breakage in Node 6 ac8d47dc3c10bfbf3f15a6b951633120c0ee6d51 + +### 2.6.0 Apr 6 2017 + + - Feature: nan: add support for JSON::Parse & Stringify b533226c629cce70e1932a873bb6f849044a56c5 + +### 2.5.1 Jan 23 2017 + + - Bugfix: Fix disappearing handle for private value 6a80995694f162ef63dbc9948fbefd45d4485aa0 + - Bugfix: Add missing scopes a93b8bae6bc7d32a170db6e89228b7f60ee57112 + - Bugfix: Use string::data instead of string::front in NewOneByteString d5f920371e67e1f3b268295daee6e83af86b6e50 + +### 2.5.0 Dec 21 2016 + + - Feature: Support Private accessors a86255cb357e8ad8ccbf1f6a4a901c921e39a178 + - Bugfix: Abort in delete operators that shouldn't be called 0fe38215ff8581703967dfd26c12793feb960018 + +### 2.4.0 Jul 10 2016 + + - Feature: Rewrite Callback to add Callback::Reset c4cf44d61f8275cd5f7b0c911d7a806d4004f649 + - Feature: AsyncProgressWorker: add template types for .send 1242c9a11a7ed481c8f08ec06316385cacc513d0 + - Bugfix: Add constness to old Persistent comparison operators bd43cb9982c7639605d60fd073efe8cae165d9b2 + +### 2.3.5 May 31 2016 + + - Bugfix: Replace NAN_INLINE with 'inline' keyword. 71819d8725f822990f439479c9aba3b240804909 + +### 2.3.4 May 31 2016 + + - Bugfix: Remove V8 deprecation warnings 0592fb0a47f3a1c7763087ebea8e1138829f24f9 + - Bugfix: Fix new versions not to use WeakCallbackInfo::IsFirstPass 615c19d9e03d4be2049c10db0151edbc3b229246 + - Bugfix: Make ObjectWrap::handle() const d19af99595587fe7a26bd850af6595c2a7145afc + - Bugfix: Fix compilation errors related to 0592fb0a47f3a1c7763087ebea8e1138829f24f9 e9191c525b94f652718325e28610a1adcf90fed8 + +### 2.3.3 May 4 2016 + + - Bugfix: Refactor SetMethod() to deal with v8::Templates (#566) b9083cf6d5de6ebe6bcb49c7502fbb7c0d9ddda8 + +### 2.3.2 Apr 27 2016 + + - Bugfix: Fix compilation on outdated versions due to Handle removal f8b7c875d04d425a41dfd4f3f8345bc3a11e6c52 + +### 2.3.1 Apr 27 2016 + + - Bugfix: Don't use deprecated v8::Template::Set() in SetMethod a90951e9ea70fa1b3836af4b925322919159100e + +### 2.3.0 Apr 27 2016 + + - Feature: added Signal() for invoking async callbacks without sending data from AsyncProgressWorker d8adba45f20e077d00561b20199133620c990b38 + - Bugfix: Don't use deprecated v8::Template::Set() 00dacf0a4b86027415867fa7f1059acc499dcece + +### 2.2.1 Mar 29 2016 + + - Bugfix: Use NewFromUnsigned in ReturnValue::Set(uint32_t i) for pre_12 3a18f9bdce29826e0e4c217854bc476918241a58 + - Performance: Remove unneeeded nullptr checks b715ef44887931c94f0d1605b3b1a4156eebece9 + +### 2.2.0 Jan 9 2016 + + - Feature: Add Function::Call wrapper 4c157474dacf284d125c324177b45aa5dabc08c6 + - Feature: Rename GC*logueCallback to GCCallback for > 4.0 3603435109f981606d300eb88004ca101283acec + - Bugfix: Fix Global::Pass for old versions 367e82a60fbaa52716232cc89db1cc3f685d77d9 + - Bugfix: Remove weird MaybeLocal wrapping of what already is a MaybeLocal 23b4590db10c2ba66aee2338aebe9751c4cb190b + +### 2.1.0 Oct 8 2015 + + - Deprecation: Deprecate NanErrnoException in favor of ErrnoException 0af1ca4cf8b3f0f65ed31bc63a663ab3319da55c + - Feature: added helper class for accessing contents of typedarrays 17b51294c801e534479d5463697a73462d0ca555 + - Feature: [Maybe types] Add MakeMaybe(...) 48d7b53d9702b0c7a060e69ea10fea8fb48d814d + - Feature: new: allow utf16 string with length 66ac6e65c8ab9394ef588adfc59131b3b9d8347b + - Feature: Introduce SetCallHandler and SetCallAsFunctionHandler 7764a9a115d60ba10dc24d86feb0fbc9b4f75537 + - Bugfix: Enable creating Locals from Globals under Node 0.10. 9bf9b8b190821af889790fdc18ace57257e4f9ff + - Bugfix: Fix issue #462 where PropertyCallbackInfo data is not stored safely. 55f50adedd543098526c7b9f4fffd607d3f9861f + +### 2.0.9 Sep 8 2015 + + - Bugfix: EscapableHandleScope in Nan::NewBuffer for Node 0.8 and 0.10 b1654d7 + +### 2.0.8 Aug 28 2015 + + - Work around duplicate linking bug in clang 11902da + +### 2.0.7 Aug 26 2015 + + - Build: Repackage + +### 2.0.6 Aug 26 2015 + + - Bugfix: Properly handle null callback in FunctionTemplate factory 6e99cb1 + - Bugfix: Remove unused static std::map instances 525bddc + - Bugfix: Make better use of maybe versions of APIs bfba85b + - Bugfix: Fix shadowing issues with handle in ObjectWrap 0a9072d + +### 2.0.5 Aug 10 2015 + + - Bugfix: Reimplement weak callback in ObjectWrap 98d38c1 + - Bugfix: Make sure callback classes are not assignable, copyable or movable 81f9b1d + +### 2.0.4 Aug 6 2015 + + - Build: Repackage + +### 2.0.3 Aug 6 2015 + + - Bugfix: Don't use clang++ / g++ syntax extension. 231450e + +### 2.0.2 Aug 6 2015 + + - Build: Repackage + +### 2.0.1 Aug 6 2015 + + - Bugfix: Add workaround for missing REPLACE_INVALID_UTF8 60d6687 + - Bugfix: Reimplement ObjectWrap from scratch to prevent memory leaks 6484601 + - Bugfix: Fix Persistent leak in FunctionCallbackInfo and PropertyCallbackInfo 641ef5f + - Bugfix: Add missing overload for Nan::NewInstance that takes argc/argv 29450ed + +### 2.0.0 Jul 31 2015 + + - Change: Renamed identifiers with leading underscores b5932b4 + - Change: Replaced NanObjectWrapHandle with class NanObjectWrap 464f1e1 + - Change: Replace NanScope and NanEscpableScope macros with classes 47751c4 + - Change: Rename NanNewBufferHandle to NanNewBuffer 6745f99 + - Change: Rename NanBufferUse to NanNewBuffer 3e8b0a5 + - Change: Rename NanNewBuffer to NanCopyBuffer d6af78d + - Change: Remove Nan prefix from all names 72d1f67 + - Change: Update Buffer API for new upstream changes d5d3291 + - Change: Rename Scope and EscapableScope to HandleScope and EscapableHandleScope 21a7a6a + - Change: Get rid of Handles e6c0daf + - Feature: Support io.js 3 with V8 4.4 + - Feature: Introduce NanPersistent 7fed696 + - Feature: Introduce NanGlobal 4408da1 + - Feature: Added NanTryCatch 10f1ca4 + - Feature: Update for V8 v4.3 4b6404a + - Feature: Introduce NanNewOneByteString c543d32 + - Feature: Introduce namespace Nan 67ed1b1 + - Removal: Remove NanLocker and NanUnlocker dd6e401 + - Removal: Remove string converters, except NanUtf8String, which now follows the node implementation b5d00a9 + - Removal: Remove NanReturn* macros d90a25c + - Removal: Remove HasInstance e8f84fe + + +### 1.9.0 Jul 31 2015 + + - Feature: Added `NanFatalException` 81d4a2c + - Feature: Added more error types 4265f06 + - Feature: Added dereference and function call operators to NanCallback c4b2ed0 + - Feature: Added indexed GetFromPersistent and SaveToPersistent edd510c + - Feature: Added more overloads of SaveToPersistent and GetFromPersistent 8b1cef6 + - Feature: Added NanErrnoException dd87d9e + - Correctness: Prevent assign, copy, and move for classes that do not support it 1f55c59, 4b808cb, c96d9b2, fba4a29, 3357130 + - Deprecation: Deprecate `NanGetPointerSafe` and `NanSetPointerSafe` 81d4a2c + - Deprecation: Deprecate `NanBooleanOptionValue` and `NanUInt32OptionValue` 0ad254b + +### 1.8.4 Apr 26 2015 + + - Build: Repackage + +### 1.8.3 Apr 26 2015 + + - Bugfix: Include missing header 1af8648 + +### 1.8.2 Apr 23 2015 + + - Build: Repackage + +### 1.8.1 Apr 23 2015 + + - Bugfix: NanObjectWrapHandle should take a pointer 155f1d3 + +### 1.8.0 Apr 23 2015 + + - Feature: Allow primitives with NanReturnValue 2e4475e + - Feature: Added comparison operators to NanCallback 55b075e + - Feature: Backport thread local storage 15bb7fa + - Removal: Remove support for signatures with arguments 8a2069d + - Correcteness: Replaced NanObjectWrapHandle macro with function 0bc6d59 + +### 1.7.0 Feb 28 2015 + + - Feature: Made NanCallback::Call accept optional target 8d54da7 + - Feature: Support atom-shell 0.21 0b7f1bb + +### 1.6.2 Feb 6 2015 + + - Bugfix: NanEncode: fix argument type for node::Encode on io.js 2be8639 + +### 1.6.1 Jan 23 2015 + + - Build: version bump + +### 1.5.3 Jan 23 2015 + + - Build: repackage + +### 1.6.0 Jan 23 2015 + + - Deprecated `NanNewContextHandle` in favor of `NanNew` 49259af + - Support utility functions moved in newer v8 versions (Node 0.11.15, io.js 1.0) a0aa179 + - Added `NanEncode`, `NanDecodeBytes` and `NanDecodeWrite` 75e6fb9 + +### 1.5.2 Jan 23 2015 + + - Bugfix: Fix non-inline definition build error with clang++ 21d96a1, 60fadd4 + - Bugfix: Readded missing String constructors 18d828f + - Bugfix: Add overload handling NanNew(..) 5ef813b + - Bugfix: Fix uv_work_cb versioning 997e4ae + - Bugfix: Add function factory and test 4eca89c + - Bugfix: Add object template factory and test cdcb951 + - Correctness: Lifted an io.js related typedef c9490be + - Correctness: Make explicit downcasts of String lengths 00074e6 + - Windows: Limit the scope of disabled warning C4530 83d7deb + +### 1.5.1 Jan 15 2015 + + - Build: version bump + +### 1.4.3 Jan 15 2015 + + - Build: version bump + +### 1.4.2 Jan 15 2015 + + - Feature: Support io.js 0dbc5e8 + +### 1.5.0 Jan 14 2015 + + - Feature: Support io.js b003843 + - Correctness: Improved NanNew internals 9cd4f6a + - Feature: Implement progress to NanAsyncWorker 8d6a160 + +### 1.4.1 Nov 8 2014 + + - Bugfix: Handle DEBUG definition correctly + - Bugfix: Accept int as Boolean + +### 1.4.0 Nov 1 2014 + + - Feature: Added NAN_GC_CALLBACK 6a5c245 + - Performance: Removed unnecessary local handle creation 18a7243, 41fe2f8 + - Correctness: Added constness to references in NanHasInstance 02c61cd + - Warnings: Fixed spurious warnings from -Wundef and -Wshadow, 541b122, 99d8cb6 + - Windoze: Shut Visual Studio up when compiling 8d558c1 + - License: Switch to plain MIT from custom hacked MIT license 11de983 + - Build: Added test target to Makefile e232e46 + - Performance: Removed superfluous scope in NanAsyncWorker f4b7821 + - Sugar/Feature: Added NanReturnThis() and NanReturnHolder() shorthands 237a5ff, d697208 + - Feature: Added suitable overload of NanNew for v8::Integer::NewFromUnsigned b27b450 + +### 1.3.0 Aug 2 2014 + + - Added NanNew(std::string) + - Added NanNew(std::string&) + - Added NanAsciiString helper class + - Added NanUtf8String helper class + - Added NanUcs2String helper class + - Deprecated NanRawString() + - Deprecated NanCString() + - Added NanGetIsolateData(v8::Isolate *isolate) + - Added NanMakeCallback(v8::Handle target, v8::Handle func, int argc, v8::Handle* argv) + - Added NanMakeCallback(v8::Handle target, v8::Handle symbol, int argc, v8::Handle* argv) + - Added NanMakeCallback(v8::Handle target, const char* method, int argc, v8::Handle* argv) + - Added NanSetTemplate(v8::Handle templ, v8::Handle name , v8::Handle value, v8::PropertyAttribute attributes) + - Added NanSetPrototypeTemplate(v8::Local templ, v8::Handle name, v8::Handle value, v8::PropertyAttribute attributes) + - Added NanSetInstanceTemplate(v8::Local templ, const char *name, v8::Handle value) + - Added NanSetInstanceTemplate(v8::Local templ, v8::Handle name, v8::Handle value, v8::PropertyAttribute attributes) + +### 1.2.0 Jun 5 2014 + + - Add NanSetPrototypeTemplate + - Changed NAN_WEAK_CALLBACK internals, switched _NanWeakCallbackData to class, + introduced _NanWeakCallbackDispatcher + - Removed -Wno-unused-local-typedefs from test builds + - Made test builds Windows compatible ('Sleep()') + +### 1.1.2 May 28 2014 + + - Release to fix more stuff-ups in 1.1.1 + +### 1.1.1 May 28 2014 + + - Release to fix version mismatch in nan.h and lack of changelog entry for 1.1.0 + +### 1.1.0 May 25 2014 + + - Remove nan_isolate, use v8::Isolate::GetCurrent() internally instead + - Additional explicit overloads for NanNew(): (char*,int), (uint8_t*[,int]), + (uint16_t*[,int), double, int, unsigned int, bool, v8::String::ExternalStringResource*, + v8::String::ExternalAsciiStringResource* + - Deprecate NanSymbol() + - Added SetErrorMessage() and ErrorMessage() to NanAsyncWorker + +### 1.0.0 May 4 2014 + + - Heavy API changes for V8 3.25 / Node 0.11.13 + - Use cpplint.py + - Removed NanInitPersistent + - Removed NanPersistentToLocal + - Removed NanFromV8String + - Removed NanMakeWeak + - Removed NanNewLocal + - Removed NAN_WEAK_CALLBACK_OBJECT + - Removed NAN_WEAK_CALLBACK_DATA + - Introduce NanNew, replaces NanNewLocal, NanPersistentToLocal, adds many overloaded typed versions + - Introduce NanUndefined, NanNull, NanTrue and NanFalse + - Introduce NanEscapableScope and NanEscapeScope + - Introduce NanMakeWeakPersistent (requires a special callback to work on both old and new node) + - Introduce NanMakeCallback for node::MakeCallback + - Introduce NanSetTemplate + - Introduce NanGetCurrentContext + - Introduce NanCompileScript and NanRunScript + - Introduce NanAdjustExternalMemory + - Introduce NanAddGCEpilogueCallback, NanAddGCPrologueCallback, NanRemoveGCEpilogueCallback, NanRemoveGCPrologueCallback + - Introduce NanGetHeapStatistics + - Rename NanAsyncWorker#SavePersistent() to SaveToPersistent() + +### 0.8.0 Jan 9 2014 + + - NanDispose -> NanDisposePersistent, deprecate NanDispose + - Extract _NAN_*_RETURN_TYPE, pull up NAN_*() + +### 0.7.1 Jan 9 2014 + + - Fixes to work against debug builds of Node + - Safer NanPersistentToLocal (avoid reinterpret_cast) + - Speed up common NanRawString case by only extracting flattened string when necessary + +### 0.7.0 Dec 17 2013 + + - New no-arg form of NanCallback() constructor. + - NanCallback#Call takes Handle rather than Local + - Removed deprecated NanCallback#Run method, use NanCallback#Call instead + - Split off _NAN_*_ARGS_TYPE from _NAN_*_ARGS + - Restore (unofficial) Node 0.6 compatibility at NanCallback#Call() + - Introduce NanRawString() for char* (or appropriate void*) from v8::String + (replacement for NanFromV8String) + - Introduce NanCString() for null-terminated char* from v8::String + +### 0.6.0 Nov 21 2013 + + - Introduce NanNewLocal(v8::Handle value) for use in place of + v8::Local::New(...) since v8 started requiring isolate in Node 0.11.9 + +### 0.5.2 Nov 16 2013 + + - Convert SavePersistent and GetFromPersistent in NanAsyncWorker from protected and public + +### 0.5.1 Nov 12 2013 + + - Use node::MakeCallback() instead of direct v8::Function::Call() + +### 0.5.0 Nov 11 2013 + + - Added @TooTallNate as collaborator + - New, much simpler, "include_dirs" for binding.gyp + - Added full range of NAN_INDEX_* macros to match NAN_PROPERTY_* macros + +### 0.4.4 Nov 2 2013 + + - Isolate argument from v8::Persistent::MakeWeak removed for 0.11.8+ + +### 0.4.3 Nov 2 2013 + + - Include node_object_wrap.h, removed from node.h for Node 0.11.8. + +### 0.4.2 Nov 2 2013 + + - Handle deprecation of v8::Persistent::Dispose(v8::Isolate* isolate)) for + Node 0.11.8 release. + +### 0.4.1 Sep 16 2013 + + - Added explicit `#include ` as it was removed from node.h for v0.11.8 + +### 0.4.0 Sep 2 2013 + + - Added NAN_INLINE and NAN_DEPRECATED and made use of them + - Added NanError, NanTypeError and NanRangeError + - Cleaned up code + +### 0.3.2 Aug 30 2013 + + - Fix missing scope declaration in GetFromPersistent() and SaveToPersistent + in NanAsyncWorker + +### 0.3.1 Aug 20 2013 + + - fix "not all control paths return a value" compile warning on some platforms + +### 0.3.0 Aug 19 2013 + + - Made NAN work with NPM + - Lots of fixes to NanFromV8String, pulling in features from new Node core + - Changed node::encoding to Nan::Encoding in NanFromV8String to unify the API + - Added optional error number argument for NanThrowError() + - Added NanInitPersistent() + - Added NanReturnNull() and NanReturnEmptyString() + - Added NanLocker and NanUnlocker + - Added missing scopes + - Made sure to clear disposed Persistent handles + - Changed NanAsyncWorker to allocate error messages on the heap + - Changed NanThrowError(Local) to NanThrowError(Handle) + - Fixed leak in NanAsyncWorker when errmsg is used + +### 0.2.2 Aug 5 2013 + + - Fixed usage of undefined variable with node::BASE64 in NanFromV8String() + +### 0.2.1 Aug 5 2013 + + - Fixed 0.8 breakage, node::BUFFER encoding type not available in 0.8 for + NanFromV8String() + +### 0.2.0 Aug 5 2013 + + - Added NAN_PROPERTY_GETTER, NAN_PROPERTY_SETTER, NAN_PROPERTY_ENUMERATOR, + NAN_PROPERTY_DELETER, NAN_PROPERTY_QUERY + - Extracted _NAN_METHOD_ARGS, _NAN_GETTER_ARGS, _NAN_SETTER_ARGS, + _NAN_PROPERTY_GETTER_ARGS, _NAN_PROPERTY_SETTER_ARGS, + _NAN_PROPERTY_ENUMERATOR_ARGS, _NAN_PROPERTY_DELETER_ARGS, + _NAN_PROPERTY_QUERY_ARGS + - Added NanGetInternalFieldPointer, NanSetInternalFieldPointer + - Added NAN_WEAK_CALLBACK, NAN_WEAK_CALLBACK_OBJECT, + NAN_WEAK_CALLBACK_DATA, NanMakeWeak + - Renamed THROW_ERROR to _NAN_THROW_ERROR + - Added NanNewBufferHandle(char*, size_t, node::smalloc::FreeCallback, void*) + - Added NanBufferUse(char*, uint32_t) + - Added NanNewContextHandle(v8::ExtensionConfiguration*, + v8::Handle, v8::Handle) + - Fixed broken NanCallback#GetFunction() + - Added optional encoding and size arguments to NanFromV8String() + - Added NanGetPointerSafe() and NanSetPointerSafe() + - Added initial test suite (to be expanded) + - Allow NanUInt32OptionValue to convert any Number object + +### 0.1.0 Jul 21 2013 + + - Added `NAN_GETTER`, `NAN_SETTER` + - Added `NanThrowError` with single Local argument + - Added `NanNewBufferHandle` with single uint32_t argument + - Added `NanHasInstance(Persistent&, Handle)` + - Added `Local NanCallback#GetFunction()` + - Added `NanCallback#Call(int, Local[])` + - Deprecated `NanCallback#Run(int, Local[])` in favour of Call diff --git a/node_modules/nan/CMakeLists.txt b/node_modules/nan/CMakeLists.txt new file mode 100644 index 0000000..fe3a7e0 --- /dev/null +++ b/node_modules/nan/CMakeLists.txt @@ -0,0 +1,138 @@ +cmake_minimum_required(VERSION 3.5) +project(nan) + +set(CMAKE_CXX_STANDARD 11) + +set(CPPLINT "${CMAKE_CURRENT_SOURCE_DIR}/cpplint.py") +set(MODULES symbols strings) +set(SOURCES "") +set(ADDONS "") + +foreach(MODULE ${MODULES}) + list(APPEND SOURCES "test/cpp/${MODULE}.cpp") + list(APPEND ADDONS "test/build/${CMAKE_BUILD_TYPE}/${MODULE}.node") +endforeach() + +set(LINT_SOURCES examples/async_pi_estimate/addon.cc + examples/async_pi_estimate/async.cc + examples/async_pi_estimate/async.h + examples/async_pi_estimate/pi_est.cc + examples/async_pi_estimate/pi_est.h + examples/async_pi_estimate/sync.cc + examples/async_pi_estimate/sync.h + nan.h + nan_callbacks.h + nan_callbacks_12_inl.h + nan_callbacks_pre_12_inl.h + nan_converters.h + nan_converters_43_inl.h + nan_converters_pre_43_inl.h + nan_define_own_property_helper.h + nan_implementation_12_inl.h + nan_implementation_pre_12_inl.h + nan_json.h + nan_maybe_43_inl.h + nan_maybe_pre_43_inl.h + nan_new.h + nan_object_wrap.h + nan_persistent_12_inl.h + nan_persistent_pre_12_inl.h + nan_private.h + nan_scriptorigin.h + nan_string_bytes.h + nan_weak.h + test/cpp/accessors.cpp + test/cpp/accessors2.cpp + test/cpp/asyncresource.cpp + test/cpp/asyncworker.cpp + test/cpp/asyncprogressworker.cpp + test/cpp/asyncprogressworkerstream.cpp + test/cpp/asyncprogressworkersignal.cpp + test/cpp/asyncprogressqueueworker.cpp + test/cpp/asyncprogressqueueworkerstream.cpp + test/cpp/asyncworkererror.cpp + test/cpp/buffer.cpp + test/cpp/bufferworkerpersistent.cpp + test/cpp/error.cpp + test/cpp/gc.cpp + test/cpp/indexedinterceptors.cpp + test/cpp/callbackcontext.cpp + test/cpp/converters.cpp + test/cpp/isolatedata.cpp + test/cpp/json-parse.cpp + test/cpp/json-stringify.cpp + test/cpp/makecallback.cpp + test/cpp/maybe.cpp + test/cpp/morenews.cpp + test/cpp/multifile1.cpp + test/cpp/multifile2.cpp + test/cpp/multifile2.h + test/cpp/namedinterceptors.cpp + test/cpp/nancallback.cpp + test/cpp/nannew.cpp + test/cpp/news.cpp + test/cpp/objectwraphandle.cpp + test/cpp/persistent.cpp + test/cpp/private.cpp + test/cpp/returnemptystring.cpp + test/cpp/returnnull.cpp + test/cpp/returnundefined.cpp + test/cpp/returnvalue.cpp + test/cpp/setcallhandler.cpp + test/cpp/settemplate.cpp + test/cpp/sleep.h + test/cpp/strings.cpp + test/cpp/symbols.cpp + test/cpp/threadlocal.cpp + test/cpp/trycatch.cpp + test/cpp/typedarrays.cpp + test/cpp/weak.cpp + test/cpp/weak2.cpp + test/cpp/wrappedobjectfactory.cpp + node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc) + +set(FILTER "-build/include_subdir,-whitespace/parens") + +find_package(Python COMPONENTS Interpreter Development REQUIRED) + +execute_process( + COMMAND npm install + OUTPUT_FILE node_modules + WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} +) + +add_custom_target(lint + COMMAND ${Python_EXECUTABLE} ${CPPLINT} --filter=${FILTER} ${LINT_SOURCES} + WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} +) + +add_custom_target(test + DEPENDS ${ADDONS} + COMMAND npm test +) + +add_custom_target(forcetest + WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/test + COMMAND ../node_modules/.bin/node-gyp rebuild + COMMAND npm test +) + +add_custom_target(docs + DEPENDS README.md doc/.build.sh doc/asyncworker.md doc/buffers.md doc/callback.md + doc/converters.md doc/errors.md doc/maybe_types.md doc/methods.md doc/new.md + doc/node_misc.md doc/persistent.md doc/scopes.md doc/script.md doc/string_bytes.md + doc/v8_internals.md doc/json.md doc/v8_misc.md + WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} + COMMAND doc/.build.sh +) + +add_custom_command(OUTPUT ${ADDONS} + DEPENDS ${SOURCES} nan.h nan_new.h nan_implementation_pre_12_inl.h nan_implementation_12_inl.h + nan_callbacks.h nan_callbacks_12_inl.h nan_callbacks_pre_12_inl.h nan_converters.h + nan_converters_43_inl.h nan_converters_pre_43_inl.h nan_define_own_property_helper.h + nan_json.h nan_maybe_43_inl.h nan_maybe_pre_43_inl.h nan_persistent_12_inl.h + nan_persistent_pre_12_inl.h nan_private.h nan_weak.h nan_scriptorigin.h nan_string_bytes.h + test/binding.gyp + WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/test + COMMAND ../node_modules/.bin/node-gyp rebuild +) \ No newline at end of file diff --git a/node_modules/nan/LICENSE.md b/node_modules/nan/LICENSE.md new file mode 100644 index 0000000..2d33043 --- /dev/null +++ b/node_modules/nan/LICENSE.md @@ -0,0 +1,9 @@ +The MIT License (MIT) + +Copyright (c) 2018 [NAN contributors]() + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/nan/README.md b/node_modules/nan/README.md new file mode 100644 index 0000000..31f6e38 --- /dev/null +++ b/node_modules/nan/README.md @@ -0,0 +1,456 @@ +Native Abstractions for Node.js +=============================== + +**A header file filled with macro and utility goodness for making add-on development for Node.js easier across versions 8, 10, 12, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24 and 25.** + +***Current version: 2.26.2*** + +*(See [CHANGELOG.md](https://github.com/nodejs/nan/blob/master/CHANGELOG.md) for complete ChangeLog)* + +[![NPM](https://nodei.co/npm/nan.png?downloads=true&downloadRank=true)](https://nodei.co/npm/nan/) [![NPM](https://nodei.co/npm-dl/nan.png?months=6&height=3)](https://nodei.co/npm/nan/) + +[![Build status](https://ci.appveyor.com/api/projects/status/kh73pbm9dsju7fgh)](https://ci.appveyor.com/project/RodVagg/nan) + +Thanks to the crazy changes in V8 (and some in Node core), keeping native addons compiling happily across versions, particularly 0.10 to 0.12 to 4.0, is a minor nightmare. The goal of this project is to store all logic necessary to develop native Node.js addons without having to inspect `NODE_MODULE_VERSION` and get yourself into a macro-tangle. + +This project also contains some helper utilities that make addon development a bit more pleasant. + + * **[News & Updates](#news)** + * **[Usage](#usage)** + * **[Example](#example)** + * **[API](#api)** + * **[Tests](#tests)** + * **[Known issues](#issues)** + * **[Governance & Contributing](#governance)** + + + +## News & Updates + + + +## Usage + +Simply add **NAN** as a dependency using a package manager like npm, yarn, or bun: + +``` bash +$ npm install nan +``` + +Pull in the path to **NAN** in your *binding.gyp* so that you can use `#include ` in your *.cpp* files: + +``` python +"include_dirs" : [ + "` when compiling your addon. + + + +## Example + +Just getting started with Nan? Take a look at the **[Node Add-on Examples](https://github.com/nodejs/node-addon-examples)**. + +Refer to a [quick-start **Nan** Boilerplate](https://github.com/fcanas/node-native-boilerplate) for a ready-to-go project that utilizes basic Nan functionality. + +For a simpler example, see the **[async pi estimation example](https://github.com/nodejs/nan/tree/master/examples/async_pi_estimate)** in the examples directory for full code and an explanation of what this Monte Carlo Pi estimation example does. Below are just some parts of the full example that illustrate the use of **NAN**. + +Yet another example is **[nan-example-eol](https://github.com/CodeCharmLtd/nan-example-eol)**. It shows newline detection implemented as a native addon. + +Also take a look at our comprehensive **[C++ test suite](https://github.com/nodejs/nan/tree/master/test/cpp)** which has a plethora of code snippets for your pasting pleasure. + + + +## API + +Additional to the NAN documentation below, please consult: + +* [The V8 Getting Started * Guide](https://v8.dev/docs/embed) +* [V8 API Documentation](https://v8docs.nodesource.com/) +* [Node Add-on Documentation](https://nodejs.org/api/addons.html) + + + +### JavaScript-accessible methods + +A _template_ is a blueprint for JavaScript functions and objects in a context. You can use a template to wrap C++ functions and data structures within JavaScript objects so that they can be manipulated from JavaScript. See the V8 Embedders Guide section on [Templates](https://github.com/v8/v8/wiki/Embedder%27s-Guide#templates) for further information. + +In order to expose functionality to JavaScript via a template, you must provide it to V8 in a form that it understands. Across the versions of V8 supported by NAN, JavaScript-accessible method signatures vary widely, NAN fully abstracts method declaration and provides you with an interface that is similar to the most recent V8 API but is backward-compatible with older versions that still use the now-deceased `v8::Argument` type. + +* **Method argument types** + - Nan::FunctionCallbackInfo + - Nan::PropertyCallbackInfo + - Nan::ReturnValue +* **Method declarations** + - Method declaration + - Getter declaration + - Setter declaration + - Property getter declaration + - Property setter declaration + - Property enumerator declaration + - Property deleter declaration + - Property query declaration + - Index getter declaration + - Index setter declaration + - Index enumerator declaration + - Index deleter declaration + - Index query declaration +* Method and template helpers + - Nan::SetMethod() + - Nan::SetPrototypeMethod() + - Nan::SetAccessor() + - Nan::SetNamedPropertyHandler() + - Nan::SetIndexedPropertyHandler() + - Nan::SetTemplate() + - Nan::SetPrototypeTemplate() + - Nan::SetInstanceTemplate() + - Nan::SetCallHandler() + - Nan::SetCallAsFunctionHandler() + +### Scopes + +A _local handle_ is a pointer to an object. All V8 objects are accessed using handles, they are necessary because of the way the V8 garbage collector works. + +A handle scope can be thought of as a container for any number of handles. When you've finished with your handles, instead of deleting each one individually you can simply delete their scope. + +The creation of `HandleScope` objects is different across the supported versions of V8. Therefore, NAN provides its own implementations that can be used safely across these. + + - Nan::HandleScope + - Nan::EscapableHandleScope + +Also see the V8 Embedders Guide section on [Handles and Garbage Collection](https://github.com/v8/v8/wiki/Embedder%27s%20Guide#handles-and-garbage-collection). + +### Persistent references + +An object reference that is independent of any `HandleScope` is a _persistent_ reference. Where a `Local` handle only lives as long as the `HandleScope` in which it was allocated, a `Persistent` handle remains valid until it is explicitly disposed. + +Due to the evolution of the V8 API, it is necessary for NAN to provide a wrapper implementation of the `Persistent` classes to supply compatibility across the V8 versions supported. + + - Nan::PersistentBase & v8::PersistentBase + - Nan::NonCopyablePersistentTraits & v8::NonCopyablePersistentTraits + - Nan::CopyablePersistentTraits & v8::CopyablePersistentTraits + - Nan::Persistent + - Nan::Global + - Nan::WeakCallbackInfo + - Nan::WeakCallbackType + +Also see the V8 Embedders Guide section on [Handles and Garbage Collection](https://v8.dev/docs/embed#handles-and-garbage-collection). + +### New + +NAN provides a `Nan::New()` helper for the creation of new JavaScript objects in a way that's compatible across the supported versions of V8. + + - Nan::New() + - Nan::Undefined() + - Nan::Null() + - Nan::True() + - Nan::False() + - Nan::EmptyString() + + +### Converters + +NAN contains functions that convert `v8::Value`s to other `v8::Value` types and native types. Since type conversion is not guaranteed to succeed, they return `Nan::Maybe` types. These converters can be used in place of `value->ToX()` and `value->XValue()` (where `X` is one of the types, e.g. `Boolean`) in a way that provides a consistent interface across V8 versions. Newer versions of V8 use the new `v8::Maybe` and `v8::MaybeLocal` types for these conversions, older versions don't have this functionality so it is provided by NAN. + + - Nan::To() + +### Maybe Types + +The `Nan::MaybeLocal` and `Nan::Maybe` types are monads that encapsulate `v8::Local` handles that _may be empty_. + +* **Maybe Types** + - Nan::MaybeLocal + - Nan::Maybe + - Nan::Nothing + - Nan::Just +* **Maybe Helpers** + - Nan::Call() + - Nan::ToDetailString() + - Nan::ToArrayIndex() + - Nan::Equals() + - Nan::NewInstance() + - Nan::GetFunction() + - Nan::Set() + - Nan::DefineOwnProperty() + - Nan::ForceSet() + - Nan::Get() + - Nan::GetPropertyAttributes() + - Nan::Has() + - Nan::Delete() + - Nan::GetPropertyNames() + - Nan::GetOwnPropertyNames() + - Nan::SetPrototype() + - Nan::ObjectProtoToString() + - Nan::HasOwnProperty() + - Nan::HasRealNamedProperty() + - Nan::HasRealIndexedProperty() + - Nan::HasRealNamedCallbackProperty() + - Nan::GetRealNamedPropertyInPrototypeChain() + - Nan::GetRealNamedProperty() + - Nan::CallAsFunction() + - Nan::CallAsConstructor() + - Nan::GetSourceLine() + - Nan::GetLineNumber() + - Nan::GetStartColumn() + - Nan::GetEndColumn() + - Nan::CloneElementAt() + - Nan::HasPrivate() + - Nan::GetPrivate() + - Nan::SetPrivate() + - Nan::DeletePrivate() + - Nan::MakeMaybe() + +### Script + +NAN provides `v8::Script` helpers as the API has changed over the supported versions of V8. + + - Nan::CompileScript() + - Nan::RunScript() + - Nan::ScriptOrigin + + +### JSON + +The _JSON_ object provides the C++ versions of the methods offered by the `JSON` object in javascript. V8 exposes these methods via the `v8::JSON` object. + + - Nan::JSON.Parse + - Nan::JSON.Stringify + +Refer to the V8 JSON object in the [V8 documentation](https://v8docs.nodesource.com/node-8.16/da/d6f/classv8_1_1_j_s_o_n.html) for more information about these methods and their arguments. + +### Errors + +NAN includes helpers for creating, throwing and catching Errors as much of this functionality varies across the supported versions of V8 and must be abstracted. + +Note that an Error object is simply a specialized form of `v8::Value`. + +Also consult the V8 Embedders Guide section on [Exceptions](https://v8.dev/docs/embed#exceptions) for more information. + + - Nan::Error() + - Nan::RangeError() + - Nan::ReferenceError() + - Nan::SyntaxError() + - Nan::TypeError() + - Nan::ThrowError() + - Nan::ThrowRangeError() + - Nan::ThrowReferenceError() + - Nan::ThrowSyntaxError() + - Nan::ThrowTypeError() + - Nan::FatalException() + - Nan::ErrnoException() + - Nan::TryCatch + + +### Buffers + +NAN's `node::Buffer` helpers exist as the API has changed across supported Node versions. Use these methods to ensure compatibility. + + - Nan::NewBuffer() + - Nan::CopyBuffer() + - Nan::FreeCallback() + +### Nan::Callback + +`Nan::Callback` makes it easier to use `v8::Function` handles as callbacks. A class that wraps a `v8::Function` handle, protecting it from garbage collection and making it particularly useful for storage and use across asynchronous execution. + + - Nan::Callback + +### Asynchronous work helpers + +`Nan::AsyncWorker`, `Nan::AsyncProgressWorker` and `Nan::AsyncProgressQueueWorker` are helper classes that make working with asynchronous code easier. + + - Nan::AsyncWorker + - Nan::AsyncProgressWorkerBase & Nan::AsyncProgressWorker + - Nan::AsyncProgressQueueWorker + - Nan::AsyncQueueWorker + +### Strings & Bytes + +Miscellaneous string & byte encoding and decoding functionality provided for compatibility across supported versions of V8 and Node. Implemented by NAN to ensure that all encoding types are supported, even for older versions of Node where they are missing. + + - Nan::Encoding + - Nan::Encode() + - Nan::TryEncode() + - Nan::DecodeBytes() + - Nan::DecodeWrite() + + +### Object Wrappers + +The `ObjectWrap` class can be used to make wrapped C++ objects and a factory of wrapped objects. + + - Nan::ObjectWrap + + +### V8 internals + +The hooks to access V8 internals—including GC and statistics—are different across the supported versions of V8, therefore NAN provides its own hooks that call the appropriate V8 methods. + + - NAN_GC_CALLBACK() + - Nan::AddGCEpilogueCallback() + - Nan::RemoveGCEpilogueCallback() + - Nan::AddGCPrologueCallback() + - Nan::RemoveGCPrologueCallback() + - Nan::GetHeapStatistics() + - Nan::SetCounterFunction() + - Nan::SetCreateHistogramFunction() + - Nan::SetAddHistogramSampleFunction() + - Nan::IdleNotification() + - Nan::LowMemoryNotification() + - Nan::ContextDisposedNotification() + - Nan::GetInternalFieldPointer() + - Nan::SetInternalFieldPointer() + - Nan::AdjustExternalMemory() + + +### Miscellaneous V8 Helpers + + - Nan::Utf8String + - Nan::GetCurrentContext() + - Nan::SetIsolateData() + - Nan::GetIsolateData() + - Nan::TypedArrayContents + + +### Miscellaneous Node Helpers + + - Nan::AsyncResource + - Nan::MakeCallback() + - NAN_MODULE_INIT() + - Nan::Export() + + + + + + +### Tests + +To run the NAN tests do: + +``` sh +npm install +npm run-script rebuild-tests +npm test +``` + +Or just: + +``` sh +npm install +make test +``` + + + +## Known issues + +### Compiling against Node.js 0.12 on OSX + +With new enough compilers available on OSX, the versions of V8 headers corresponding to Node.js 0.12 +do not compile anymore. The error looks something like: + +``` +❯ CXX(target) Release/obj.target/accessors/cpp/accessors.o +In file included from ../cpp/accessors.cpp:9: +In file included from ../../nan.h:51: +In file included from /Users/ofrobots/.node-gyp/0.12.18/include/node/node.h:61: +/Users/ofrobots/.node-gyp/0.12.18/include/node/v8.h:5800:54: error: 'CreateHandle' is a protected member of 'v8::HandleScope' + return Handle(reinterpret_cast(HandleScope::CreateHandle( + ~~~~~~~~~~~~~^~~~~~~~~~~~ +``` + +This can be worked around by patching your local versions of v8.h corresponding to Node 0.12 to make +`v8::Handle` a friend of `v8::HandleScope`. Since neither Node.js not V8 support this release line anymore +this patch cannot be released by either project in an official release. + +For this reason, we do not test against Node.js 0.12 on OSX in this project's CI. If you need to support +that configuration, you will need to either get an older compiler, or apply a source patch to the version +of V8 headers as a workaround. + + + +## Governance & Contributing + +NAN is governed by the [Node.js Addon API Working Group](https://github.com/nodejs/CTC/blob/master/WORKING_GROUPS.md#addon-api) + +### Addon API Working Group (WG) + +The NAN project is jointly governed by a Working Group which is responsible for high-level guidance of the project. + +Members of the WG are also known as Collaborators, there is no distinction between the two, unlike other Node.js projects. + +The WG has final authority over this project including: + +* Technical direction +* Project governance and process (including this policy) +* Contribution policy +* GitHub repository hosting +* Maintaining the list of additional Collaborators + +For the current list of WG members, see the project [README.md](./README.md#collaborators). + +Individuals making significant and valuable contributions are made members of the WG and given commit-access to the project. These individuals are identified by the WG and their addition to the WG is discussed via GitHub and requires unanimous consensus amongst those WG members participating in the discussion with a quorum of 50% of WG members required for acceptance of the vote. + +_Note:_ If you make a significant contribution and are not considered for commit-access log an issue or contact a WG member directly. + +For the current list of WG members / Collaborators, see the project [README.md](./README.md#collaborators). + +### Consensus Seeking Process + +The WG follows a [Consensus Seeking](https://en.wikipedia.org/wiki/Consensus-seeking_decision-making) decision making model. + +Modifications of the contents of the NAN repository are made on a collaborative basis. Anybody with a GitHub account may propose a modification via pull request and it will be considered by the WG. All pull requests must be reviewed and accepted by a WG member with sufficient expertise who is able to take full responsibility for the change. In the case of pull requests proposed by an existing WG member, an additional WG member is required for sign-off. Consensus should be sought if additional WG members participate and there is disagreement around a particular modification. + +If a change proposal cannot reach a consensus, a WG member can call for a vote amongst the members of the WG. Simple majority wins. + + + +## Developer's Certificate of Origin 1.1 + +By making a contribution to this project, I certify that: + +* (a) The contribution was created in whole or in part by me and I + have the right to submit it under the open source license + indicated in the file; or + +* (b) The contribution is based upon previous work that, to the best + of my knowledge, is covered under an appropriate open source + license and I have the right under that license to submit that + work with modifications, whether created in whole or in part + by me, under the same open source license (unless I am + permitted to submit under a different license), as indicated + in the file; or + +* (c) The contribution was provided directly to me by some other + person who certified (a), (b) or (c) and I have not modified + it. + +* (d) I understand and agree that this project and the contribution + are public and that a record of the contribution (including all + personal information I submit with it, including my sign-off) is + maintained indefinitely and may be redistributed consistent with + this project or the open source license(s) involved. + + + +### WG Members / Collaborators + + + + + + + + + + +
Rod VaggGitHub/rvaggTwitter/@rvagg
Benjamin ByholmGitHub/kkoopa-
Trevor NorrisGitHub/trevnorrisTwitter/@trevnorris
Nathan RajlichGitHub/TooTallNateTwitter/@TooTallNate
Brett LawsonGitHub/brett19Twitter/@brett19x
Ben NoordhuisGitHub/bnoordhuisTwitter/@bnoordhuis
David SiegelGitHub/agnatTwitter/@agnat
Michael Ira KrufkyGitHub/mkrufkyTwitter/@mkrufky
+ +## Licence & copyright + +Copyright (c) 2018 NAN WG Members / Collaborators (listed above). + +Native Abstractions for Node.js is licensed under an MIT license. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details. diff --git a/node_modules/nan/doc/asyncworker.md b/node_modules/nan/doc/asyncworker.md new file mode 100644 index 0000000..04231f8 --- /dev/null +++ b/node_modules/nan/doc/asyncworker.md @@ -0,0 +1,146 @@ +## Asynchronous work helpers + +`Nan::AsyncWorker`, `Nan::AsyncProgressWorker` and `Nan::AsyncProgressQueueWorker` are helper classes that make working with asynchronous code easier. + + - Nan::AsyncWorker + - Nan::AsyncProgressWorkerBase & Nan::AsyncProgressWorker + - Nan::AsyncProgressQueueWorker + - Nan::AsyncQueueWorker + + +### Nan::AsyncWorker + +`Nan::AsyncWorker` is an _abstract_ class that you can subclass to have much of the annoying asynchronous queuing and handling taken care of for you. It can even store arbitrary V8 objects for you and have them persist while the asynchronous work is in progress. + +This class internally handles the details of creating an [`AsyncResource`][AsyncResource], and running the callback in the +correct async context. To be able to identify the async resources created by this class in async-hooks, provide a +`resource_name` to the constructor. It is recommended that the module name be used as a prefix to the `resource_name` to avoid +collisions in the names. For more details see [`AsyncResource`][AsyncResource] documentation. The `resource_name` needs to stay valid for the lifetime of the worker instance. + +Definition: + +```c++ +class AsyncWorker { + public: + explicit AsyncWorker(Callback *callback_, const char* resource_name = "nan:AsyncWorker"); + + virtual ~AsyncWorker(); + + virtual void WorkComplete(); + + void SaveToPersistent(const char *key, const v8::Local &value); + + void SaveToPersistent(const v8::Local &key, + const v8::Local &value); + + void SaveToPersistent(uint32_t index, + const v8::Local &value); + + v8::Local GetFromPersistent(const char *key) const; + + v8::Local GetFromPersistent(const v8::Local &key) const; + + v8::Local GetFromPersistent(uint32_t index) const; + + virtual void Execute() = 0; + + uv_work_t request; + + virtual void Destroy(); + + protected: + Persistent persistentHandle; + + Callback *callback; + + virtual void HandleOKCallback(); + + virtual void HandleErrorCallback(); + + void SetErrorMessage(const char *msg); + + const char* ErrorMessage(); +}; +``` + + +### Nan::AsyncProgressWorkerBase & Nan::AsyncProgressWorker + +`Nan::AsyncProgressWorkerBase` is an _abstract_ class template that extends `Nan::AsyncWorker` and adds additional progress reporting callbacks that can be used during the asynchronous work execution to provide progress data back to JavaScript. + +Previously the definition of `Nan::AsyncProgressWorker` only allowed sending `const char` data. Now extending `Nan::AsyncProgressWorker` will yield an instance of the implicit `Nan::AsyncProgressWorkerBase` template with type `` for compatibility. + +`Nan::AsyncProgressWorkerBase` & `Nan::AsyncProgressWorker` is intended for best-effort delivery of nonessential progress messages, e.g. a progress bar. The last event sent before the main thread is woken will be delivered. + +Definition: + +```c++ +template +class AsyncProgressWorkerBase : public AsyncWorker { + public: + explicit AsyncProgressWorkerBase(Callback *callback_, const char* resource_name = ...); + + virtual ~AsyncProgressWorkerBase(); + + void WorkProgress(); + + class ExecutionProgress { + public: + void Signal() const; + void Send(const T* data, size_t count) const; + }; + + virtual void Execute(const ExecutionProgress& progress) = 0; + + virtual void HandleProgressCallback(const T *data, size_t count) = 0; + + virtual void Destroy(); +}; + +typedef AsyncProgressWorkerBase AsyncProgressWorker; +``` + + +### Nan::AsyncProgressQueueWorker + +`Nan::AsyncProgressQueueWorker` is an _abstract_ class template that extends `Nan::AsyncWorker` and adds additional progress reporting callbacks that can be used during the asynchronous work execution to provide progress data back to JavaScript. + +`Nan::AsyncProgressQueueWorker` behaves exactly the same as `Nan::AsyncProgressWorker`, except all events are queued and delivered to the main thread. + +Definition: + +```c++ +template +class AsyncProgressQueueWorker : public AsyncWorker { + public: + explicit AsyncProgressQueueWorker(Callback *callback_, const char* resource_name = "nan:AsyncProgressQueueWorker"); + + virtual ~AsyncProgressQueueWorker(); + + void WorkProgress(); + + class ExecutionProgress { + public: + void Send(const T* data, size_t count) const; + }; + + virtual void Execute(const ExecutionProgress& progress) = 0; + + virtual void HandleProgressCallback(const T *data, size_t count) = 0; + + virtual void Destroy(); +}; +``` + + +### Nan::AsyncQueueWorker + +`Nan::AsyncQueueWorker` will run a `Nan::AsyncWorker` asynchronously via libuv. Both the `execute` and `after_work` steps are taken care of for you. Most of the logic for this is embedded in `Nan::AsyncWorker`. + +Definition: + +```c++ +void AsyncQueueWorker(AsyncWorker *); +``` + +[AsyncResource]: node_misc.md#api_nan_asyncresource diff --git a/node_modules/nan/doc/buffers.md b/node_modules/nan/doc/buffers.md new file mode 100644 index 0000000..8d8d25c --- /dev/null +++ b/node_modules/nan/doc/buffers.md @@ -0,0 +1,54 @@ +## Buffers + +NAN's `node::Buffer` helpers exist as the API has changed across supported Node versions. Use these methods to ensure compatibility. + + - Nan::NewBuffer() + - Nan::CopyBuffer() + - Nan::FreeCallback() + + +### Nan::NewBuffer() + +Allocate a new `node::Buffer` object with the specified size and optional data. Calls `node::Buffer::New()`. + +Note that when creating a `Buffer` using `Nan::NewBuffer()` and an existing `char*`, it is assumed that the ownership of the pointer is being transferred to the new `Buffer` for management. +When a `node::Buffer` instance is garbage collected and a `FreeCallback` has not been specified, `data` will be disposed of via a call to `free()`. +You _must not_ free the memory space manually once you have created a `Buffer` in this way. + +Signature: + +```c++ +Nan::MaybeLocal Nan::NewBuffer(uint32_t size) +Nan::MaybeLocal Nan::NewBuffer(char* data, uint32_t size) +Nan::MaybeLocal Nan::NewBuffer(char *data, + size_t length, + Nan::FreeCallback callback, + void *hint) +``` + + + +### Nan::CopyBuffer() + +Similar to [`Nan::NewBuffer()`](#api_nan_new_buffer) except that an implicit memcpy will occur within Node. Calls `node::Buffer::Copy()`. + +Management of the `char*` is left to the user, you should manually free the memory space if necessary as the new `Buffer` will have its own copy. + +Signature: + +```c++ +Nan::MaybeLocal Nan::CopyBuffer(const char *data, uint32_t size) +``` + + + +### Nan::FreeCallback() + +A free callback that can be provided to [`Nan::NewBuffer()`](#api_nan_new_buffer). +The supplied callback will be invoked when the `Buffer` undergoes garbage collection. + +Signature: + +```c++ +typedef void (*FreeCallback)(char *data, void *hint); +``` diff --git a/node_modules/nan/doc/callback.md b/node_modules/nan/doc/callback.md new file mode 100644 index 0000000..f7af0bf --- /dev/null +++ b/node_modules/nan/doc/callback.md @@ -0,0 +1,76 @@ +## Nan::Callback + +`Nan::Callback` makes it easier to use `v8::Function` handles as callbacks. A class that wraps a `v8::Function` handle, protecting it from garbage collection and making it particularly useful for storage and use across asynchronous execution. + + - Nan::Callback + + +### Nan::Callback + +```c++ +class Callback { + public: + Callback(); + + explicit Callback(const v8::Local &fn); + + ~Callback(); + + bool operator==(const Callback &other) const; + + bool operator!=(const Callback &other) const; + + v8::Local operator*() const; + + MaybeLocal operator()(AsyncResource* async_resource, + v8::Local target, + int argc = 0, + v8::Local argv[] = 0) const; + + MaybeLocal operator()(AsyncResource* async_resource, + int argc = 0, + v8::Local argv[] = 0) const; + + void SetFunction(const v8::Local &fn); + + v8::Local GetFunction() const; + + bool IsEmpty() const; + + void Reset(const v8::Local &fn); + + void Reset(); + + MaybeLocal Call(v8::Local target, + int argc, + v8::Local argv[], + AsyncResource* async_resource) const; + MaybeLocal Call(int argc, + v8::Local argv[], + AsyncResource* async_resource) const; + + // Deprecated versions. Use the versions that accept an async_resource instead + // as they run the callback in the correct async context as specified by the + // resource. If you want to call a synchronous JS function (i.e. on a + // non-empty JS stack), you can use Nan::Call instead. + v8::Local operator()(v8::Local target, + int argc = 0, + v8::Local argv[] = 0) const; + + v8::Local operator()(int argc = 0, + v8::Local argv[] = 0) const; + v8::Local Call(v8::Local target, + int argc, + v8::Local argv[]) const; + + v8::Local Call(int argc, v8::Local argv[]) const; +}; +``` + +Example usage: + +```c++ +v8::Local function; +Nan::Callback callback(function); +callback.Call(0, 0); +``` diff --git a/node_modules/nan/doc/converters.md b/node_modules/nan/doc/converters.md new file mode 100644 index 0000000..d20861b --- /dev/null +++ b/node_modules/nan/doc/converters.md @@ -0,0 +1,41 @@ +## Converters + +NAN contains functions that convert `v8::Value`s to other `v8::Value` types and native types. Since type conversion is not guaranteed to succeed, they return `Nan::Maybe` types. These converters can be used in place of `value->ToX()` and `value->XValue()` (where `X` is one of the types, e.g. `Boolean`) in a way that provides a consistent interface across V8 versions. Newer versions of V8 use the new `v8::Maybe` and `v8::MaybeLocal` types for these conversions, older versions don't have this functionality so it is provided by NAN. + + - Nan::To() + + +### Nan::To() + +Converts a `v8::Local` to a different subtype of `v8::Value` or to a native data type. Returns a `Nan::MaybeLocal<>` or a `Nan::Maybe<>` accordingly. + +See [maybe_types.md](./maybe_types.md) for more information on `Nan::Maybe` types. + +Signatures: + +```c++ +// V8 types +Nan::MaybeLocal Nan::To(v8::Local val); +Nan::MaybeLocal Nan::To(v8::Local val); +Nan::MaybeLocal Nan::To(v8::Local val); +Nan::MaybeLocal Nan::To(v8::Local val); +Nan::MaybeLocal Nan::To(v8::Local val); +Nan::MaybeLocal Nan::To(v8::Local val); +Nan::MaybeLocal Nan::To(v8::Local val); + +// Native types +Nan::Maybe Nan::To(v8::Local val); +Nan::Maybe Nan::To(v8::Local val); +Nan::Maybe Nan::To(v8::Local val); +Nan::Maybe Nan::To(v8::Local val); +Nan::Maybe Nan::To(v8::Local val); +``` + +### Example + +```c++ +v8::Local val; +Nan::MaybeLocal str = Nan::To(val); +Nan::Maybe d = Nan::To(val); +``` + diff --git a/node_modules/nan/doc/errors.md b/node_modules/nan/doc/errors.md new file mode 100644 index 0000000..173a8ea --- /dev/null +++ b/node_modules/nan/doc/errors.md @@ -0,0 +1,226 @@ +## Errors + +NAN includes helpers for creating, throwing and catching Errors as much of this functionality varies across the supported versions of V8 and must be abstracted. + +Note that an Error object is simply a specialized form of `v8::Value`. + +Also consult the V8 Embedders Guide section on [Exceptions](https://v8.dev/docs/embed#exceptions) for more information. + + - Nan::Error() + - Nan::RangeError() + - Nan::ReferenceError() + - Nan::SyntaxError() + - Nan::TypeError() + - Nan::ThrowError() + - Nan::ThrowRangeError() + - Nan::ThrowReferenceError() + - Nan::ThrowSyntaxError() + - Nan::ThrowTypeError() + - Nan::FatalException() + - Nan::ErrnoException() + - Nan::TryCatch + + + +### Nan::Error() + +Create a new Error object using the [v8::Exception](https://v8docs.nodesource.com/node-8.16/da/d6a/classv8_1_1_exception.html) class in a way that is compatible across the supported versions of V8. + +Note that an Error object is simply a specialized form of `v8::Value`. + +Signature: + +```c++ +v8::Local Nan::Error(const char *msg); +v8::Local Nan::Error(v8::Local msg); +``` + + + +### Nan::RangeError() + +Create a new RangeError object using the [v8::Exception](https://v8docs.nodesource.com/node-8.16/da/d6a/classv8_1_1_exception.html) class in a way that is compatible across the supported versions of V8. + +Note that an RangeError object is simply a specialized form of `v8::Value`. + +Signature: + +```c++ +v8::Local Nan::RangeError(const char *msg); +v8::Local Nan::RangeError(v8::Local msg); +``` + + + +### Nan::ReferenceError() + +Create a new ReferenceError object using the [v8::Exception](https://v8docs.nodesource.com/node-8.16/da/d6a/classv8_1_1_exception.html) class in a way that is compatible across the supported versions of V8. + +Note that an ReferenceError object is simply a specialized form of `v8::Value`. + +Signature: + +```c++ +v8::Local Nan::ReferenceError(const char *msg); +v8::Local Nan::ReferenceError(v8::Local msg); +``` + + + +### Nan::SyntaxError() + +Create a new SyntaxError object using the [v8::Exception](https://v8docs.nodesource.com/node-8.16/da/d6a/classv8_1_1_exception.html) class in a way that is compatible across the supported versions of V8. + +Note that an SyntaxError object is simply a specialized form of `v8::Value`. + +Signature: + +```c++ +v8::Local Nan::SyntaxError(const char *msg); +v8::Local Nan::SyntaxError(v8::Local msg); +``` + + + +### Nan::TypeError() + +Create a new TypeError object using the [v8::Exception](https://v8docs.nodesource.com/node-8.16/da/d6a/classv8_1_1_exception.html) class in a way that is compatible across the supported versions of V8. + +Note that an TypeError object is simply a specialized form of `v8::Value`. + +Signature: + +```c++ +v8::Local Nan::TypeError(const char *msg); +v8::Local Nan::TypeError(v8::Local msg); +``` + + + +### Nan::ThrowError() + +Throw an Error object (a specialized `v8::Value` as above) in the current context. If a `msg` is provided, a new Error object will be created. + +Signature: + +```c++ +void Nan::ThrowError(const char *msg); +void Nan::ThrowError(v8::Local msg); +void Nan::ThrowError(v8::Local error); +``` + + + +### Nan::ThrowRangeError() + +Throw an RangeError object (a specialized `v8::Value` as above) in the current context. If a `msg` is provided, a new RangeError object will be created. + +Signature: + +```c++ +void Nan::ThrowRangeError(const char *msg); +void Nan::ThrowRangeError(v8::Local msg); +void Nan::ThrowRangeError(v8::Local error); +``` + + + +### Nan::ThrowReferenceError() + +Throw an ReferenceError object (a specialized `v8::Value` as above) in the current context. If a `msg` is provided, a new ReferenceError object will be created. + +Signature: + +```c++ +void Nan::ThrowReferenceError(const char *msg); +void Nan::ThrowReferenceError(v8::Local msg); +void Nan::ThrowReferenceError(v8::Local error); +``` + + + +### Nan::ThrowSyntaxError() + +Throw an SyntaxError object (a specialized `v8::Value` as above) in the current context. If a `msg` is provided, a new SyntaxError object will be created. + +Signature: + +```c++ +void Nan::ThrowSyntaxError(const char *msg); +void Nan::ThrowSyntaxError(v8::Local msg); +void Nan::ThrowSyntaxError(v8::Local error); +``` + + + +### Nan::ThrowTypeError() + +Throw an TypeError object (a specialized `v8::Value` as above) in the current context. If a `msg` is provided, a new TypeError object will be created. + +Signature: + +```c++ +void Nan::ThrowTypeError(const char *msg); +void Nan::ThrowTypeError(v8::Local msg); +void Nan::ThrowTypeError(v8::Local error); +``` + + +### Nan::FatalException() + +Replaces `node::FatalException()` which has a different API across supported versions of Node. For use with [`Nan::TryCatch`](#api_nan_try_catch). + +Signature: + +```c++ +void Nan::FatalException(const Nan::TryCatch& try_catch); +``` + + +### Nan::ErrnoException() + +Replaces `node::ErrnoException()` which has a different API across supported versions of Node. + +Signature: + +```c++ +v8::Local Nan::ErrnoException(int errorno, + const char* syscall = NULL, + const char* message = NULL, + const char* path = NULL); +``` + + + +### Nan::TryCatch + +A simple wrapper around [`v8::TryCatch`](https://v8docs.nodesource.com/node-8.16/d4/dc6/classv8_1_1_try_catch.html) compatible with all supported versions of V8. Can be used as a direct replacement in most cases. See also [`Nan::FatalException()`](#api_nan_fatal_exception) for an internal use compatible with `node::FatalException`. + +Signature: + +```c++ +class Nan::TryCatch { + public: + Nan::TryCatch(); + + bool HasCaught() const; + + bool CanContinue() const; + + v8::Local ReThrow(); + + v8::Local Exception() const; + + // Nan::MaybeLocal for older versions of V8 + v8::MaybeLocal StackTrace() const; + + v8::Local Message() const; + + void Reset(); + + void SetVerbose(bool value); + + void SetCaptureMessage(bool value); +}; +``` + diff --git a/node_modules/nan/doc/json.md b/node_modules/nan/doc/json.md new file mode 100644 index 0000000..55beb26 --- /dev/null +++ b/node_modules/nan/doc/json.md @@ -0,0 +1,62 @@ +## JSON + +The _JSON_ object provides the C++ versions of the methods offered by the `JSON` object in javascript. V8 exposes these methods via the `v8::JSON` object. + + - Nan::JSON.Parse + - Nan::JSON.Stringify + +Refer to the V8 JSON object in the [V8 documentation](https://v8docs.nodesource.com/node-8.16/da/d6f/classv8_1_1_j_s_o_n.html) for more information about these methods and their arguments. + + + +### Nan::JSON.Parse + +A simple wrapper around [`v8::JSON::Parse`](https://v8docs.nodesource.com/node-8.16/da/d6f/classv8_1_1_j_s_o_n.html#a936310d2540fb630ed37d3ee3ffe4504). + +Definition: + +```c++ +Nan::MaybeLocal Nan::JSON::Parse(v8::Local json_string); +``` + +Use `JSON.Parse(json_string)` to parse a string into a `v8::Value`. + +Example: + +```c++ +v8::Local json_string = Nan::New("{ \"JSON\": \"object\" }").ToLocalChecked(); + +Nan::JSON NanJSON; +Nan::MaybeLocal result = NanJSON.Parse(json_string); +if (!result.IsEmpty()) { + v8::Local val = result.ToLocalChecked(); +} +``` + + + +### Nan::JSON.Stringify + +A simple wrapper around [`v8::JSON::Stringify`](https://v8docs.nodesource.com/node-8.16/da/d6f/classv8_1_1_j_s_o_n.html#a44b255c3531489ce43f6110209138860). + +Definition: + +```c++ +Nan::MaybeLocal Nan::JSON::Stringify(v8::Local json_object, v8::Local gap = v8::Local()); +``` + +Use `JSON.Stringify(value)` to stringify a `v8::Object`. + +Example: + +```c++ +// using `v8::Local val` from the `JSON::Parse` example +v8::Local obj = Nan::To(val).ToLocalChecked(); + +Nan::JSON NanJSON; +Nan::MaybeLocal result = NanJSON.Stringify(obj); +if (!result.IsEmpty()) { + v8::Local stringified = result.ToLocalChecked(); +} +``` + diff --git a/node_modules/nan/doc/maybe_types.md b/node_modules/nan/doc/maybe_types.md new file mode 100644 index 0000000..142851a --- /dev/null +++ b/node_modules/nan/doc/maybe_types.md @@ -0,0 +1,583 @@ +## Maybe Types + +The `Nan::MaybeLocal` and `Nan::Maybe` types are monads that encapsulate `v8::Local` handles that _may be empty_. + +* **Maybe Types** + - Nan::MaybeLocal + - Nan::Maybe + - Nan::Nothing + - Nan::Just +* **Maybe Helpers** + - Nan::Call() + - Nan::ToDetailString() + - Nan::ToArrayIndex() + - Nan::Equals() + - Nan::NewInstance() + - Nan::GetFunction() + - Nan::Set() + - Nan::DefineOwnProperty() + - Nan::ForceSet() + - Nan::Get() + - Nan::GetPropertyAttributes() + - Nan::Has() + - Nan::Delete() + - Nan::GetPropertyNames() + - Nan::GetOwnPropertyNames() + - Nan::SetPrototype() + - Nan::ObjectProtoToString() + - Nan::HasOwnProperty() + - Nan::HasRealNamedProperty() + - Nan::HasRealIndexedProperty() + - Nan::HasRealNamedCallbackProperty() + - Nan::GetRealNamedPropertyInPrototypeChain() + - Nan::GetRealNamedProperty() + - Nan::CallAsFunction() + - Nan::CallAsConstructor() + - Nan::GetSourceLine() + - Nan::GetLineNumber() + - Nan::GetStartColumn() + - Nan::GetEndColumn() + - Nan::CloneElementAt() + - Nan::HasPrivate() + - Nan::GetPrivate() + - Nan::SetPrivate() + - Nan::DeletePrivate() + - Nan::MakeMaybe() + + +### Nan::MaybeLocal + +A `Nan::MaybeLocal` is a wrapper around [`v8::Local`](https://v8docs.nodesource.com/node-8.16/de/deb/classv8_1_1_local.html) that enforces a check that determines whether the `v8::Local` is empty before it can be used. + +If an API method returns a `Nan::MaybeLocal`, the API method can potentially fail either because an exception is thrown, or because an exception is pending, e.g. because a previous API call threw an exception that hasn't been caught yet, or because a `v8::TerminateExecution` exception was thrown. In that case, an empty `Nan::MaybeLocal` is returned. + +Definition: + +```c++ +template class Nan::MaybeLocal { + public: + MaybeLocal(); + + template MaybeLocal(v8::Local that); + + bool IsEmpty() const; + + template bool ToLocal(v8::Local *out); + + // Will crash if the MaybeLocal<> is empty. + v8::Local ToLocalChecked(); + + template v8::Local FromMaybe(v8::Local default_value) const; +}; +``` + +See the documentation for [`v8::MaybeLocal`](https://v8docs.nodesource.com/node-8.16/d8/d7d/classv8_1_1_maybe_local.html) for further details. + + +### Nan::Maybe + +A simple `Nan::Maybe` type, representing an object which may or may not have a value, see https://hackage.haskell.org/package/base/docs/Data-Maybe.html. + +If an API method returns a `Nan::Maybe<>`, the API method can potentially fail either because an exception is thrown, or because an exception is pending, e.g. because a previous API call threw an exception that hasn't been caught yet, or because a `v8::TerminateExecution` exception was thrown. In that case, a "Nothing" value is returned. + +Definition: + +```c++ +template class Nan::Maybe { + public: + bool IsNothing() const; + bool IsJust() const; + + // Will crash if the Maybe<> is nothing. + T FromJust(); + + T FromMaybe(const T& default_value); + + bool operator==(const Maybe &other); + + bool operator!=(const Maybe &other); +}; +``` + +See the documentation for [`v8::Maybe`](https://v8docs.nodesource.com/node-8.16/d9/d4b/classv8_1_1_maybe.html) for further details. + + +### Nan::Nothing + +Construct an empty `Nan::Maybe` type representing _nothing_. + +```c++ +template Nan::Maybe Nan::Nothing(); +``` + + +### Nan::Just + +Construct a `Nan::Maybe` type representing _just_ a value. + +```c++ +template Nan::Maybe Nan::Just(const T &t); +``` + + +### Nan::Call() + +A helper method for calling a synchronous [`v8::Function#Call()`](https://v8docs.nodesource.com/node-8.16/d5/d54/classv8_1_1_function.html#a9c3d0e4e13ddd7721fce238aa5b94a11) in a way compatible across supported versions of V8. + +For asynchronous callbacks, use Nan::Callback::Call along with an AsyncResource. + +Signature: + +```c++ +Nan::MaybeLocal Nan::Call(v8::Local fun, v8::Local recv, int argc, v8::Local argv[]); +Nan::MaybeLocal Nan::Call(const Nan::Callback& callback, v8::Local recv, + int argc, v8::Local argv[]); +Nan::MaybeLocal Nan::Call(const Nan::Callback& callback, int argc, v8::Local argv[]); +``` + + + +### Nan::ToDetailString() + +A helper method for calling [`v8::Value#ToDetailString()`](https://v8docs.nodesource.com/node-8.16/dc/d0a/classv8_1_1_value.html#a2f9770296dc2c8d274bc8cc0dca243e5) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::MaybeLocal Nan::ToDetailString(v8::Local val); +``` + + + +### Nan::ToArrayIndex() + +A helper method for calling [`v8::Value#ToArrayIndex()`](https://v8docs.nodesource.com/node-8.16/dc/d0a/classv8_1_1_value.html#acc5bbef3c805ec458470c0fcd6f13493) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::MaybeLocal Nan::ToArrayIndex(v8::Local val); +``` + + + +### Nan::Equals() + +A helper method for calling [`v8::Value#Equals()`](https://v8docs.nodesource.com/node-8.16/dc/d0a/classv8_1_1_value.html#a08fba1d776a59bbf6864b25f9152c64b) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::Maybe Nan::Equals(v8::Local a, v8::Local(b)); +``` + + + +### Nan::NewInstance() + +A helper method for calling [`v8::Function#NewInstance()`](https://v8docs.nodesource.com/node-8.16/d5/d54/classv8_1_1_function.html#ae477558b10c14b76ed00e8dbab44ce5b) and [`v8::ObjectTemplate#NewInstance()`](https://v8docs.nodesource.com/node-8.16/db/d5f/classv8_1_1_object_template.html#ad605a7543cfbc5dab54cdb0883d14ae4) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::MaybeLocal Nan::NewInstance(v8::Local h); +Nan::MaybeLocal Nan::NewInstance(v8::Local h, int argc, v8::Local argv[]); +Nan::MaybeLocal Nan::NewInstance(v8::Local h); +``` + + + +### Nan::GetFunction() + +A helper method for calling [`v8::FunctionTemplate#GetFunction()`](https://v8docs.nodesource.com/node-8.16/d8/d83/classv8_1_1_function_template.html#a56d904662a86eca78da37d9bb0ed3705) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::MaybeLocal Nan::GetFunction(v8::Local t); +``` + + + +### Nan::Set() + +A helper method for calling [`v8::Object#Set()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#a67604ea3734f170c66026064ea808f20) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::Maybe Nan::Set(v8::Local obj, + v8::Local key, + v8::Local value) +Nan::Maybe Nan::Set(v8::Local obj, + uint32_t index, + v8::Local value); +``` + + + +### Nan::DefineOwnProperty() + +A helper method for calling [`v8::Object#DefineOwnProperty()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#a6f76b2ed605cb8f9185b92de0033a820) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::Maybe Nan::DefineOwnProperty(v8::Local obj, + v8::Local key, + v8::Local value, + v8::PropertyAttribute attribs = v8::None); +``` + + + +### Nan::ForceSet() + +Deprecated, use Nan::DefineOwnProperty(). + +A helper method for calling [`v8::Object#ForceSet()`](https://v8docs.nodesource.com/node-0.12/db/d85/classv8_1_1_object.html#acfbdfd7427b516ebdb5c47c4df5ed96c) in a way compatible across supported versions of V8. + +Signature: + +```c++ +NAN_DEPRECATED Nan::Maybe Nan::ForceSet(v8::Local obj, + v8::Local key, + v8::Local value, + v8::PropertyAttribute attribs = v8::None); +``` + + + +### Nan::Get() + +A helper method for calling [`v8::Object#Get()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#a2565f03e736694f6b1e1cf22a0b4eac2) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::MaybeLocal Nan::Get(v8::Local obj, + v8::Local key); +Nan::MaybeLocal Nan::Get(v8::Local obj, uint32_t index); +``` + + + +### Nan::GetPropertyAttributes() + +A helper method for calling [`v8::Object#GetPropertyAttributes()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#a9b898894da3d1db2714fd9325a54fe57) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::Maybe Nan::GetPropertyAttributes( + v8::Local obj, + v8::Local key); +``` + + + +### Nan::Has() + +A helper method for calling [`v8::Object#Has()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#ab3c3d89ea7c2f9afd08965bd7299a41d) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::Maybe Nan::Has(v8::Local obj, v8::Local key); +Nan::Maybe Nan::Has(v8::Local obj, uint32_t index); +``` + + + +### Nan::Delete() + +A helper method for calling [`v8::Object#Delete()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#a48e4a19b2cedff867eecc73ddb7d377f) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::Maybe Nan::Delete(v8::Local obj, + v8::Local key); +Nan::Maybe Nan::Delete(v8::Local obj, uint32_t index); +``` + + + +### Nan::GetPropertyNames() + +A helper method for calling [`v8::Object#GetPropertyNames()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#aced885270cfd2c956367b5eedc7fbfe8) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::MaybeLocal Nan::GetPropertyNames(v8::Local obj); +``` + + + +### Nan::GetOwnPropertyNames() + +A helper method for calling [`v8::Object#GetOwnPropertyNames()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#a79a6e4d66049b9aa648ed4dfdb23e6eb) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::MaybeLocal Nan::GetOwnPropertyNames(v8::Local obj); +``` + + + +### Nan::SetPrototype() + +A helper method for calling [`v8::Object#SetPrototype()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#a442706b22fceda6e6d1f632122a9a9f4) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::Maybe Nan::SetPrototype(v8::Local obj, + v8::Local prototype); +``` + + + +### Nan::ObjectProtoToString() + +A helper method for calling [`v8::Object#ObjectProtoToString()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#ab7a92b4dcf822bef72f6c0ac6fea1f0b) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::MaybeLocal Nan::ObjectProtoToString(v8::Local obj); +``` + + + +### Nan::HasOwnProperty() + +A helper method for calling [`v8::Object#HasOwnProperty()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#ab7b7245442ca6de1e1c145ea3fd653ff) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::Maybe Nan::HasOwnProperty(v8::Local obj, + v8::Local key); +``` + + + +### Nan::HasRealNamedProperty() + +A helper method for calling [`v8::Object#HasRealNamedProperty()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#ad8b80a59c9eb3c1e6c3cd6c84571f767) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::Maybe Nan::HasRealNamedProperty(v8::Local obj, + v8::Local key); +``` + + + +### Nan::HasRealIndexedProperty() + +A helper method for calling [`v8::Object#HasRealIndexedProperty()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#af94fc1135a5e74a2193fb72c3a1b9855) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::Maybe Nan::HasRealIndexedProperty(v8::Local obj, + uint32_t index); +``` + + + +### Nan::HasRealNamedCallbackProperty() + +A helper method for calling [`v8::Object#HasRealNamedCallbackProperty()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#af743b7ea132b89f84d34d164d0668811) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::Maybe Nan::HasRealNamedCallbackProperty( + v8::Local obj, + v8::Local key); +``` + + + +### Nan::GetRealNamedPropertyInPrototypeChain() + +A helper method for calling [`v8::Object#GetRealNamedPropertyInPrototypeChain()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#a8700b1862e6b4783716964ba4d5e6172) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::MaybeLocal Nan::GetRealNamedPropertyInPrototypeChain( + v8::Local obj, + v8::Local key); +``` + + + +### Nan::GetRealNamedProperty() + +A helper method for calling [`v8::Object#GetRealNamedProperty()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#a84471a824576a5994fdd0ffcbf99ccc0) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::MaybeLocal Nan::GetRealNamedProperty(v8::Local obj, + v8::Local key); +``` + + + +### Nan::CallAsFunction() + +A helper method for calling [`v8::Object#CallAsFunction()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#ad3ffc36f3dfc3592ce2a96bc047ee2cd) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::MaybeLocal Nan::CallAsFunction(v8::Local obj, + v8::Local recv, + int argc, + v8::Local argv[]); +``` + + + +### Nan::CallAsConstructor() + +A helper method for calling [`v8::Object#CallAsConstructor()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#a50d571de50d0b0dfb28795619d07a01b) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::MaybeLocal Nan::CallAsConstructor(v8::Local obj, + int argc, + v8::Local argv[]); +``` + + + +### Nan::GetSourceLine() + +A helper method for calling [`v8::Message#GetSourceLine()`](https://v8docs.nodesource.com/node-8.16/d9/d28/classv8_1_1_message.html#a849f7a6c41549d83d8159825efccd23a) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::MaybeLocal Nan::GetSourceLine(v8::Local msg); +``` + + + +### Nan::GetLineNumber() + +A helper method for calling [`v8::Message#GetLineNumber()`](https://v8docs.nodesource.com/node-8.16/d9/d28/classv8_1_1_message.html#adbe46c10a88a6565f2732a2d2adf99b9) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::Maybe Nan::GetLineNumber(v8::Local msg); +``` + + + +### Nan::GetStartColumn() + +A helper method for calling [`v8::Message#GetStartColumn()`](https://v8docs.nodesource.com/node-8.16/d9/d28/classv8_1_1_message.html#a60ede616ba3822d712e44c7a74487ba6) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::Maybe Nan::GetStartColumn(v8::Local msg); +``` + + + +### Nan::GetEndColumn() + +A helper method for calling [`v8::Message#GetEndColumn()`](https://v8docs.nodesource.com/node-8.16/d9/d28/classv8_1_1_message.html#aaa004cf19e529da980bc19fcb76d93be) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::Maybe Nan::GetEndColumn(v8::Local msg); +``` + + + +### Nan::CloneElementAt() + +A helper method for calling [`v8::Array#CloneElementAt()`](https://v8docs.nodesource.com/node-4.8/d3/d32/classv8_1_1_array.html#a1d3a878d4c1c7cae974dd50a1639245e) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::MaybeLocal Nan::CloneElementAt(v8::Local array, uint32_t index); +``` + + +### Nan::HasPrivate() + +A helper method for calling [`v8::Object#HasPrivate()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#af68a0b98066cfdeb8f943e98a40ba08d) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::Maybe Nan::HasPrivate(v8::Local object, v8::Local key); +``` + + +### Nan::GetPrivate() + +A helper method for calling [`v8::Object#GetPrivate()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#a169f2da506acbec34deadd9149a1925a) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::MaybeLocal Nan::GetPrivate(v8::Local object, v8::Local key); +``` + + +### Nan::SetPrivate() + +A helper method for calling [`v8::Object#SetPrivate()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#ace1769b0f3b86bfe9fda1010916360ee) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::Maybe Nan::SetPrivate(v8::Local object, v8::Local key, v8::Local value); +``` + + +### Nan::DeletePrivate() + +A helper method for calling [`v8::Object#DeletePrivate()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#a138bb32a304f3982be02ad499693b8fd) in a way compatible across supported versions of V8. + +Signature: + +```c++ +Nan::Maybe Nan::DeletePrivate(v8::Local object, v8::Local key); +``` + + +### Nan::MakeMaybe() + +Wraps a `v8::Local<>` in a `Nan::MaybeLocal<>`. When called with a `Nan::MaybeLocal<>` it just returns its argument. This is useful in generic template code that builds on NAN. + +Synopsis: + +```c++ + MaybeLocal someNumber = MakeMaybe(New(3.141592654)); + MaybeLocal someString = MakeMaybe(New("probably")); +``` + +Signature: + +```c++ +template class MaybeMaybe> +Nan::MaybeLocal Nan::MakeMaybe(MaybeMaybe v); +``` diff --git a/node_modules/nan/doc/methods.md b/node_modules/nan/doc/methods.md new file mode 100644 index 0000000..52e4b9e --- /dev/null +++ b/node_modules/nan/doc/methods.md @@ -0,0 +1,689 @@ +## JavaScript-accessible methods + +A _template_ is a blueprint for JavaScript functions and objects in a context. You can use a template to wrap C++ functions and data structures within JavaScript objects so that they can be manipulated from JavaScript. See the V8 Embedders Guide section on [Templates](https://github.com/v8/v8/wiki/Embedder%27s-Guide#templates) for further information. + +In order to expose functionality to JavaScript via a template, you must provide it to V8 in a form that it understands. Across the versions of V8 supported by NAN, JavaScript-accessible method signatures vary widely, NAN fully abstracts method declaration and provides you with an interface that is similar to the most recent V8 API but is backward-compatible with older versions that still use the now-deceased `v8::Argument` type. + +* **Method argument types** + - Nan::FunctionCallbackInfo + - Nan::PropertyCallbackInfo + - Nan::ReturnValue +* **Method declarations** + - Method declaration + - Getter declaration + - Setter declaration + - Property getter declaration + - Property setter declaration + - Property enumerator declaration + - Property deleter declaration + - Property query declaration + - Index getter declaration + - Index setter declaration + - Index enumerator declaration + - Index deleter declaration + - Index query declaration +* Method and template helpers + - Nan::SetMethod() + - Nan::SetPrototypeMethod() + - Nan::SetAccessor() + - Nan::SetNamedPropertyHandler() + - Nan::SetIndexedPropertyHandler() + - Nan::SetTemplate() + - Nan::SetPrototypeTemplate() + - Nan::SetInstanceTemplate() + - Nan::SetCallHandler() + - Nan::SetCallAsFunctionHandler() + + +### Nan::FunctionCallbackInfo + +`Nan::FunctionCallbackInfo` should be used in place of [`v8::FunctionCallbackInfo`](https://v8docs.nodesource.com/node-8.16/dd/d0d/classv8_1_1_function_callback_info.html), even with older versions of Node where `v8::FunctionCallbackInfo` does not exist. + +Definition: + +```c++ +template class FunctionCallbackInfo { + public: + ReturnValue GetReturnValue() const; + v8::Local Callee(); // NOTE: Not available in NodeJS >= 10.0.0 + v8::Local Data(); + v8::Local Holder(); + bool IsConstructCall(); + int Length() const; + v8::Local operator[](int i) const; + v8::Local This() const; + v8::Isolate *GetIsolate() const; +}; +``` + +See the [`v8::FunctionCallbackInfo`](https://v8docs.nodesource.com/node-8.16/dd/d0d/classv8_1_1_function_callback_info.html) documentation for usage details on these. See [`Nan::ReturnValue`](#api_nan_return_value) for further information on how to set a return value from methods. + +**Note:** `FunctionCallbackInfo::Callee` is removed in Node.js after `10.0.0` because it is was deprecated in V8. Consider using `info.Data()` to pass any information you need. + + +### Nan::PropertyCallbackInfo + +`Nan::PropertyCallbackInfo` should be used in place of [`v8::PropertyCallbackInfo`](https://v8docs.nodesource.com/node-8.16/d7/dc5/classv8_1_1_property_callback_info.html), even with older versions of Node where `v8::PropertyCallbackInfo` does not exist. + +Definition: + +```c++ +template class PropertyCallbackInfo : public PropertyCallbackInfoBase { + public: + ReturnValue GetReturnValue() const; + v8::Isolate* GetIsolate() const; + v8::Local Data() const; + v8::Local This() const; + v8::Local Holder() const; +}; +``` + +See the [`v8::PropertyCallbackInfo`](https://v8docs.nodesource.com/node-8.16/d7/dc5/classv8_1_1_property_callback_info.html) documentation for usage details on these. See [`Nan::ReturnValue`](#api_nan_return_value) for further information on how to set a return value from property accessor methods. + + +### Nan::ReturnValue + +`Nan::ReturnValue` is used in place of [`v8::ReturnValue`](https://v8docs.nodesource.com/node-8.16/da/da7/classv8_1_1_return_value.html) on both [`Nan::FunctionCallbackInfo`](#api_nan_function_callback_info) and [`Nan::PropertyCallbackInfo`](#api_nan_property_callback_info) as the return type of `GetReturnValue()`. + +Example usage: + +```c++ +void EmptyArray(const Nan::FunctionCallbackInfo& info) { + info.GetReturnValue().Set(Nan::New()); +} +``` + +Definition: + +```c++ +template class ReturnValue { + public: + // Handle setters + template void Set(const v8::Local &handle); + template void Set(const Nan::Global &handle); + + // Fast primitive setters + void Set(bool value); + void Set(double i); + void Set(int32_t i); + void Set(uint32_t i); + + // Fast JS primitive setters + void SetNull(); + void SetUndefined(); + void SetEmptyString(); + + // Convenience getter for isolate + v8::Isolate *GetIsolate() const; +}; +``` + +See the documentation on [`v8::ReturnValue`](https://v8docs.nodesource.com/node-8.16/da/da7/classv8_1_1_return_value.html) for further information on this. + + +### Method declaration + +JavaScript-accessible methods should be declared with the following signature to form a `Nan::FunctionCallback`: + +```c++ +typedef void(*FunctionCallback)(const FunctionCallbackInfo&); +``` + +Example: + +```c++ +void MethodName(const Nan::FunctionCallbackInfo& info) { + ... +} +``` + +You do not need to declare a new `HandleScope` within a method as one is implicitly created for you. + +**Example usage** + +```c++ +// .h: +class Foo : public Nan::ObjectWrap { + ... + + static void Bar(const Nan::FunctionCallbackInfo& info); + static void Baz(const Nan::FunctionCallbackInfo& info); +} + + +// .cc: +void Foo::Bar(const Nan::FunctionCallbackInfo& info) { + ... +} + +void Foo::Baz(const Nan::FunctionCallbackInfo& info) { + ... +} +``` + +A helper macro `NAN_METHOD(methodname)` exists, compatible with NAN v1 method declarations. + +**Example usage with `NAN_METHOD(methodname)`** + +```c++ +// .h: +class Foo : public Nan::ObjectWrap { + ... + + static NAN_METHOD(Bar); + static NAN_METHOD(Baz); +} + + +// .cc: +NAN_METHOD(Foo::Bar) { + ... +} + +NAN_METHOD(Foo::Baz) { + ... +} +``` + +Use [`Nan::SetPrototypeMethod`](#api_nan_set_prototype_method) to attach a method to a JavaScript function prototype or [`Nan::SetMethod`](#api_nan_set_method) to attach a method directly on a JavaScript object. + + +### Getter declaration + +JavaScript-accessible getters should be declared with the following signature to form a `Nan::GetterCallback`: + +```c++ +typedef void(*GetterCallback)(v8::Local, + const PropertyCallbackInfo&); +``` + +Example: + +```c++ +void GetterName(v8::Local property, + const Nan::PropertyCallbackInfo& info) { + ... +} +``` + +You do not need to declare a new `HandleScope` within a getter as one is implicitly created for you. + +A helper macro `NAN_GETTER(methodname)` exists, compatible with NAN v1 method declarations. + +Also see the V8 Embedders Guide documentation on [Accessors](https://v8.dev/docs/embed#accessors). + + +### Setter declaration + +JavaScript-accessible setters should be declared with the following signature to form a Nan::SetterCallback: + +```c++ +typedef void(*SetterCallback)(v8::Local, + v8::Local, + const PropertyCallbackInfo&); +``` + +Example: + +```c++ +void SetterName(v8::Local property, + v8::Local value, + const Nan::PropertyCallbackInfo& info) { + ... +} +``` + +You do not need to declare a new `HandleScope` within a setter as one is implicitly created for you. + +A helper macro `NAN_SETTER(methodname)` exists, compatible with NAN v1 method declarations. + +Also see the V8 Embedders Guide documentation on [Accessors](https://v8.dev/docs/embed#accessors). + + +### Property getter declaration + +JavaScript-accessible property getters should be declared with the following signature to form a Nan::PropertyGetterCallback: + +```c++ +typedef void(*PropertyGetterCallback)(v8::Local, + const PropertyCallbackInfo&); +``` + +Example: + +```c++ +void PropertyGetterName(v8::Local property, + const Nan::PropertyCallbackInfo& info) { + ... +} +``` + +You do not need to declare a new `HandleScope` within a property getter as one is implicitly created for you. + +A helper macro `NAN_PROPERTY_GETTER(methodname)` exists, compatible with NAN v1 method declarations. + +Also see the V8 Embedders Guide documentation on named property [Interceptors](https://v8.dev/docs/embed#interceptors). + + +### Property setter declaration + +JavaScript-accessible property setters should be declared with the following signature to form a Nan::PropertySetterCallback: + +```c++ +typedef void(*PropertySetterCallback)(v8::Local, + v8::Local, + const PropertyCallbackInfo&); +``` + +Example: + +```c++ +void PropertySetterName(v8::Local property, + v8::Local value, + const Nan::PropertyCallbackInfo& info); +``` + +You do not need to declare a new `HandleScope` within a property setter as one is implicitly created for you. + +A helper macro `NAN_PROPERTY_SETTER(methodname)` exists, compatible with NAN v1 method declarations. + +Also see the V8 Embedders Guide documentation on named property [Interceptors](https://v8.dev/docs/embed#interceptors). + + +### Property enumerator declaration + +JavaScript-accessible property enumerators should be declared with the following signature to form a Nan::PropertyEnumeratorCallback: + +```c++ +typedef void(*PropertyEnumeratorCallback)(const PropertyCallbackInfo&); +``` + +Example: + +```c++ +void PropertyEnumeratorName(const Nan::PropertyCallbackInfo& info); +``` + +You do not need to declare a new `HandleScope` within a property enumerator as one is implicitly created for you. + +A helper macro `NAN_PROPERTY_ENUMERATOR(methodname)` exists, compatible with NAN v1 method declarations. + +Also see the V8 Embedders Guide documentation on named property [Interceptors](https://v8.dev/docs/embed#interceptors). + + +### Property deleter declaration + +JavaScript-accessible property deleters should be declared with the following signature to form a Nan::PropertyDeleterCallback: + +```c++ +typedef void(*PropertyDeleterCallback)(v8::Local, + const PropertyCallbackInfo&); +``` + +Example: + +```c++ +void PropertyDeleterName(v8::Local property, + const Nan::PropertyCallbackInfo& info); +``` + +You do not need to declare a new `HandleScope` within a property deleter as one is implicitly created for you. + +A helper macro `NAN_PROPERTY_DELETER(methodname)` exists, compatible with NAN v1 method declarations. + +Also see the V8 Embedders Guide documentation on named property [Interceptors](https://v8.dev/docs/embed#interceptors). + + +### Property query declaration + +JavaScript-accessible property query methods should be declared with the following signature to form a Nan::PropertyQueryCallback: + +```c++ +typedef void(*PropertyQueryCallback)(v8::Local, + const PropertyCallbackInfo&); +``` + +Example: + +```c++ +void PropertyQueryName(v8::Local property, + const Nan::PropertyCallbackInfo& info); +``` + +You do not need to declare a new `HandleScope` within a property query method as one is implicitly created for you. + +A helper macro `NAN_PROPERTY_QUERY(methodname)` exists, compatible with NAN v1 method declarations. + +Also see the V8 Embedders Guide documentation on named property [Interceptors](https://v8.dev/docs/embed#interceptors). + + +### Index getter declaration + +JavaScript-accessible index getter methods should be declared with the following signature to form a Nan::IndexGetterCallback: + +```c++ +typedef void(*IndexGetterCallback)(uint32_t, + const PropertyCallbackInfo&); +``` + +Example: + +```c++ +void IndexGetterName(uint32_t index, const PropertyCallbackInfo& info); +``` + +You do not need to declare a new `HandleScope` within a index getter as one is implicitly created for you. + +A helper macro `NAN_INDEX_GETTER(methodname)` exists, compatible with NAN v1 method declarations. + +Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://v8.dev/docs/embed#interceptors). + + +### Index setter declaration + +JavaScript-accessible index setter methods should be declared with the following signature to form a Nan::IndexSetterCallback: + +```c++ +typedef void(*IndexSetterCallback)(uint32_t, + v8::Local, + const PropertyCallbackInfo&); +``` + +Example: + +```c++ +void IndexSetterName(uint32_t index, + v8::Local value, + const PropertyCallbackInfo& info); +``` + +You do not need to declare a new `HandleScope` within a index setter as one is implicitly created for you. + +A helper macro `NAN_INDEX_SETTER(methodname)` exists, compatible with NAN v1 method declarations. + +Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://v8.dev/docs/embed#interceptors). + + +### Index enumerator declaration + +JavaScript-accessible index enumerator methods should be declared with the following signature to form a Nan::IndexEnumeratorCallback: + +```c++ +typedef void(*IndexEnumeratorCallback)(const PropertyCallbackInfo&); +``` + +Example: + +```c++ +void IndexEnumeratorName(const PropertyCallbackInfo& info); +``` + +You do not need to declare a new `HandleScope` within a index enumerator as one is implicitly created for you. + +A helper macro `NAN_INDEX_ENUMERATOR(methodname)` exists, compatible with NAN v1 method declarations. + +Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://v8.dev/docs/embed#interceptors). + + +### Index deleter declaration + +JavaScript-accessible index deleter methods should be declared with the following signature to form a Nan::IndexDeleterCallback: + +```c++ +typedef void(*IndexDeleterCallback)(uint32_t, + const PropertyCallbackInfo&); +``` + +Example: + +```c++ +void IndexDeleterName(uint32_t index, const PropertyCallbackInfo& info); +``` + +You do not need to declare a new `HandleScope` within a index deleter as one is implicitly created for you. + +A helper macro `NAN_INDEX_DELETER(methodname)` exists, compatible with NAN v1 method declarations. + +Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://v8.dev/docs/embed#interceptors). + + +### Index query declaration + +JavaScript-accessible index query methods should be declared with the following signature to form a Nan::IndexQueryCallback: + +```c++ +typedef void(*IndexQueryCallback)(uint32_t, + const PropertyCallbackInfo&); +``` + +Example: + +```c++ +void IndexQueryName(uint32_t index, const PropertyCallbackInfo& info); +``` + +You do not need to declare a new `HandleScope` within a index query method as one is implicitly created for you. + +A helper macro `NAN_INDEX_QUERY(methodname)` exists, compatible with NAN v1 method declarations. + +Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://v8.dev/docs/embed#interceptors). + + +### Nan::SetMethod() + +Sets a method with a given name directly on a JavaScript object where the method has the `Nan::FunctionCallback` signature (see Method declaration). + +Signature: + +```c++ +void Nan::SetMethod(v8::Local recv, + const char *name, + Nan::FunctionCallback callback, + v8::Local data = v8::Local()) +void Nan::SetMethod(v8::Local templ, + const char *name, + Nan::FunctionCallback callback, + v8::Local data = v8::Local()) +``` + + +### Nan::SetPrototypeMethod() + +Sets a method with a given name on a `FunctionTemplate`'s prototype where the method has the `Nan::FunctionCallback` signature (see Method declaration). + +Signature: + +```c++ +void Nan::SetPrototypeMethod(v8::Local recv, + const char* name, + Nan::FunctionCallback callback, + v8::Local data = v8::Local()) +``` + + +### Nan::SetAccessor() + +Sets getters and setters for a property with a given name on an `ObjectTemplate` or a plain `Object`. Accepts getters with the `Nan::GetterCallback` signature (see Getter declaration) and setters with the `Nan::SetterCallback` signature (see Setter declaration). + +**Note** `v8::AccessControl` was deprectaed in v8 14.2 and subsequently removed. To maintain backward compatibility new enum `enum AccessControl {DEFAULT = 0};` was added. Nan will determine v8 version used and switch to a correct signature. + +Signature: + +```c++ +// The signature parameter was deprecated in Node 16 and subsequently removed +NAN_DEPRECATED void SetAccessor(v8::Local tpl, + v8::Local name, + Nan::GetterCallback getter, + Nan::SetterCallback setter = 0, + v8::Local data = v8::Local(), + v8::AccessControl settings = v8::DEFAULT, + v8::PropertyAttribute attribute = v8::None, + imp::Sig signature = imp::Sig()); +void SetAccessor(v8::Local tpl, + v8::Local name, + Nan::GetterCallback getter, + Nan::SetterCallback setter = 0, + v8::Local data = v8::Local(), + v8::AccessControl settings = v8::DEFAULT, + v8::PropertyAttribute attribute = v8::None); +bool SetAccessor(v8::Local obj, + v8::Local name, + Nan::GetterCallback getter, + Nan::SetterCallback setter = 0, + v8::Local data = v8::Local(), + v8::AccessControl settings = v8::DEFAULT, + v8::PropertyAttribute attribute = v8::None) +// Starting from v8 14.2 new enum is used +void SetAccessor(v8::Local tpl, + v8::Local name, + Nan::GetterCallback getter, + Nan::SetterCallback setter = 0, + v8::Local data = v8::Local(), + enum Nan::AccessControl settings = DEFAULT, + v8::PropertyAttribute attribute = v8::None); +bool SetAccessor(v8::Local obj, + v8::Local name, + Nan::GetterCallback getter, + Nan::SetterCallback setter = 0, + v8::Local data = v8::Local(), + enum Nan::AccessControl settings = DEFAULT, + v8::PropertyAttribute attribute = v8::None) +``` + +See the V8 [`ObjectTemplate#SetAccessor()`](https://v8docs.nodesource.com/node-8.16/db/d5f/classv8_1_1_object_template.html#aca0ed196f8a9adb1f68b1aadb6c9cd77) and [`Object#SetAccessor()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#ae91b3b56b357f285288c89fbddc46d1b) for further information about how to use `Nan::SetAccessor()`. + + +### Nan::SetNamedPropertyHandler() + +Sets named property getters, setters, query, deleter and enumerator methods on an `ObjectTemplate`. Accepts: + +* Property getters with the `Nan::PropertyGetterCallback` signature (see Property getter declaration) +* Property setters with the `Nan::PropertySetterCallback` signature (see Property setter declaration) +* Property query methods with the `Nan::PropertyQueryCallback` signature (see Property query declaration) +* Property deleters with the `Nan::PropertyDeleterCallback` signature (see Property deleter declaration) +* Property enumerators with the `Nan::PropertyEnumeratorCallback` signature (see Property enumerator declaration) + +Signature: + +```c++ +void SetNamedPropertyHandler(v8::Local tpl, + Nan::PropertyGetterCallback getter, + Nan::PropertySetterCallback setter = 0, + Nan::PropertyQueryCallback query = 0, + Nan::PropertyDeleterCallback deleter = 0, + Nan::PropertyEnumeratorCallback enumerator = 0, + v8::Local data = v8::Local()) +``` + +See the V8 [`ObjectTemplate#SetNamedPropertyHandler()`](https://v8docs.nodesource.com/node-8.16/db/d5f/classv8_1_1_object_template.html#a33b3ebd7de641f6cc6414b7de01fc1c7) for further information about how to use `Nan::SetNamedPropertyHandler()`. + + +### Nan::SetIndexedPropertyHandler() + +Sets indexed property getters, setters, query, deleter and enumerator methods on an `ObjectTemplate`. Accepts: + +* Indexed property getters with the `Nan::IndexGetterCallback` signature (see Index getter declaration) +* Indexed property setters with the `Nan::IndexSetterCallback` signature (see Index setter declaration) +* Indexed property query methods with the `Nan::IndexQueryCallback` signature (see Index query declaration) +* Indexed property deleters with the `Nan::IndexDeleterCallback` signature (see Index deleter declaration) +* Indexed property enumerators with the `Nan::IndexEnumeratorCallback` signature (see Index enumerator declaration) + +Signature: + +```c++ +void SetIndexedPropertyHandler(v8::Local tpl, + Nan::IndexGetterCallback getter, + Nan::IndexSetterCallback setter = 0, + Nan::IndexQueryCallback query = 0, + Nan::IndexDeleterCallback deleter = 0, + Nan::IndexEnumeratorCallback enumerator = 0, + v8::Local data = v8::Local()) +``` + +See the V8 [`ObjectTemplate#SetIndexedPropertyHandler()`](https://v8docs.nodesource.com/node-8.16/db/d5f/classv8_1_1_object_template.html#ac89f06d634add0e890452033f7d17ff1) for further information about how to use `Nan::SetIndexedPropertyHandler()`. + + +### Nan::SetTemplate() + +Adds properties on an `Object`'s or `Function`'s template. + +Signature: + +```c++ +void Nan::SetTemplate(v8::Local templ, + const char *name, + v8::Local value); +void Nan::SetTemplate(v8::Local templ, + v8::Local name, + v8::Local value, + v8::PropertyAttribute attributes) +``` + +Calls the `Template`'s [`Set()`](https://v8docs.nodesource.com/node-8.16/db/df7/classv8_1_1_template.html#ae3fbaff137557aa6a0233bc7e52214ac). + + +### Nan::SetPrototypeTemplate() + +Adds properties on an `Object`'s or `Function`'s prototype template. + +Signature: + +```c++ +void Nan::SetPrototypeTemplate(v8::Local templ, + const char *name, + v8::Local value); +void Nan::SetPrototypeTemplate(v8::Local templ, + v8::Local name, + v8::Local value, + v8::PropertyAttribute attributes) +``` + +Calls the `FunctionTemplate`'s _PrototypeTemplate's_ [`Set()`](https://v8docs.nodesource.com/node-8.16/db/df7/classv8_1_1_template.html#a2db6a56597bf23c59659c0659e564ddf). + + +### Nan::SetInstanceTemplate() + +Use to add instance properties on `FunctionTemplate`'s. + +Signature: + +```c++ +void Nan::SetInstanceTemplate(v8::Local templ, + const char *name, + v8::Local value); +void Nan::SetInstanceTemplate(v8::Local templ, + v8::Local name, + v8::Local value, + v8::PropertyAttribute attributes) +``` + +Calls the `FunctionTemplate`'s _InstanceTemplate's_ [`Set()`](https://v8docs.nodesource.com/node-8.16/db/df7/classv8_1_1_template.html#a2db6a56597bf23c59659c0659e564ddf). + + +### Nan::SetCallHandler() + +Set the call-handler callback for a `v8::FunctionTemplate`. +This callback is called whenever the function created from this FunctionTemplate is called. + +Signature: + +```c++ +void Nan::SetCallHandler(v8::Local templ, Nan::FunctionCallback callback, v8::Local data = v8::Local()) +``` + +Calls the `FunctionTemplate`'s [`SetCallHandler()`](https://v8docs.nodesource.com/node-8.16/d8/d83/classv8_1_1_function_template.html#ab7574b298db3c27fbc2ed465c08ea2f8). + + +### Nan::SetCallAsFunctionHandler() + +Sets the callback to be used when calling instances created from the `v8::ObjectTemplate` as a function. +If no callback is set, instances behave like normal JavaScript objects that cannot be called as a function. + +Signature: + +```c++ +void Nan::SetCallAsFunctionHandler(v8::Local templ, Nan::FunctionCallback callback, v8::Local data = v8::Local()) +``` + +Calls the `ObjectTemplate`'s [`SetCallAsFunctionHandler()`](https://v8docs.nodesource.com/node-8.16/db/d5f/classv8_1_1_object_template.html#a5e9612fc80bf6db8f2da199b9b0bd04e). + diff --git a/node_modules/nan/doc/new.md b/node_modules/nan/doc/new.md new file mode 100644 index 0000000..0f28a0e --- /dev/null +++ b/node_modules/nan/doc/new.md @@ -0,0 +1,147 @@ +## New + +NAN provides a `Nan::New()` helper for the creation of new JavaScript objects in a way that's compatible across the supported versions of V8. + + - Nan::New() + - Nan::Undefined() + - Nan::Null() + - Nan::True() + - Nan::False() + - Nan::EmptyString() + + + +### Nan::New() + +`Nan::New()` should be used to instantiate new JavaScript objects. + +Refer to the specific V8 type in the [V8 documentation](https://v8docs.nodesource.com/node-8.16/d1/d83/classv8_1_1_data.html) for information on the types of arguments required for instantiation. + +Signatures: + +Return types are mostly omitted from the signatures for simplicity. In most cases the type will be contained within a `v8::Local`. The following types will be contained within a `Nan::MaybeLocal`: `v8::String`, `v8::Date`, `v8::RegExp`, `v8::Script`, `v8::UnboundScript`. + +Empty objects: + +```c++ +Nan::New(); +``` + +Generic single and multiple-argument: + +```c++ +Nan::New(A0 arg0); +Nan::New(A0 arg0, A1 arg1); +Nan::New(A0 arg0, A1 arg1, A2 arg2); +Nan::New(A0 arg0, A1 arg1, A2 arg2, A3 arg3); +``` + +For creating `v8::FunctionTemplate` and `v8::Function` objects: + +_The definition of `Nan::FunctionCallback` can be found in the [Method declaration](./methods.md#api_nan_method) documentation._ + +```c++ +Nan::New(Nan::FunctionCallback callback, + v8::Local data = v8::Local()); +Nan::New(Nan::FunctionCallback callback, + v8::Local data = v8::Local(), + A2 a2 = A2()); +``` + +Native number types: + +```c++ +v8::Local Nan::New(bool value); +v8::Local Nan::New(int32_t value); +v8::Local Nan::New(uint32_t value); +v8::Local Nan::New(double value); +``` + +String types: + +```c++ +Nan::MaybeLocal Nan::New(std::string const& value); +Nan::MaybeLocal Nan::New(const char * value, int length); +Nan::MaybeLocal Nan::New(const char * value); +Nan::MaybeLocal Nan::New(const uint16_t * value); +Nan::MaybeLocal Nan::New(const uint16_t * value, int length); +``` + +Specialized types: + +```c++ +v8::Local Nan::New(v8::String::ExternalStringResource * value); +v8::Local Nan::New(Nan::ExternalOneByteStringResource * value); +v8::Local Nan::New(v8::Local pattern, v8::RegExp::Flags flags); +``` + +Note that `Nan::ExternalOneByteStringResource` maps to [`v8::String::ExternalOneByteStringResource`](https://v8docs.nodesource.com/node-8.16/d9/db3/classv8_1_1_string_1_1_external_one_byte_string_resource.html), and `v8::String::ExternalAsciiStringResource` in older versions of V8. + + + +### Nan::Undefined() + +A helper method to reference the `v8::Undefined` object in a way that is compatible across all supported versions of V8. + +Signature: + +```c++ +v8::Local Nan::Undefined() +``` + + +### Nan::Null() + +A helper method to reference the `v8::Null` object in a way that is compatible across all supported versions of V8. + +Signature: + +```c++ +v8::Local Nan::Null() +``` + + +### Nan::True() + +A helper method to reference the `v8::Boolean` object representing the `true` value in a way that is compatible across all supported versions of V8. + +Signature: + +```c++ +v8::Local Nan::True() +``` + + +### Nan::False() + +A helper method to reference the `v8::Boolean` object representing the `false` value in a way that is compatible across all supported versions of V8. + +Signature: + +```c++ +v8::Local Nan::False() +``` + + +### Nan::EmptyString() + +Call [`v8::String::Empty`](https://v8docs.nodesource.com/node-8.16/d2/db3/classv8_1_1_string.html#a7c1bc8886115d7ee46f1d571dd6ebc6d) to reference the empty string in a way that is compatible across all supported versions of V8. + +Signature: + +```c++ +v8::Local Nan::EmptyString() +``` + + + +### Nan::NewOneByteString() + +An implementation of [`v8::String::NewFromOneByte()`](https://v8docs.nodesource.com/node-8.16/d2/db3/classv8_1_1_string.html#a5264d50b96d2c896ce525a734dc10f09) provided for consistent availability and API across supported versions of V8. Allocates a new string from Latin-1 data. + +Signature: + +```c++ +Nan::MaybeLocal Nan::NewOneByteString(const uint8_t * value, + int length = -1) +``` diff --git a/node_modules/nan/doc/node_misc.md b/node_modules/nan/doc/node_misc.md new file mode 100644 index 0000000..17578e3 --- /dev/null +++ b/node_modules/nan/doc/node_misc.md @@ -0,0 +1,123 @@ +## Miscellaneous Node Helpers + + - Nan::AsyncResource + - Nan::MakeCallback() + - NAN_MODULE_INIT() + - Nan::Export() + + +### Nan::AsyncResource + +This class is analogous to the `AsyncResource` JavaScript class exposed by Node's [async_hooks][] API. + +When calling back into JavaScript asynchronously, special care must be taken to ensure that the runtime can properly track +async hops. `Nan::AsyncResource` is a class that provides an RAII wrapper around `node::EmitAsyncInit`, `node::EmitAsyncDestroy`, +and `node::MakeCallback`. Using this mechanism to call back into JavaScript, as opposed to `Nan::MakeCallback` or +`v8::Function::Call` ensures that the callback is executed in the correct async context. This ensures that async mechanisms +such as domains and [async_hooks][] function correctly. + +Definition: + +```c++ +class AsyncResource { + public: + AsyncResource(v8::Local name, + v8::Local resource = New()); + AsyncResource(const char* name, + v8::Local resource = New()); + ~AsyncResource(); + + v8::MaybeLocal runInAsyncScope(v8::Local target, + v8::Local func, + int argc, + v8::Local* argv); + v8::MaybeLocal runInAsyncScope(v8::Local target, + v8::Local symbol, + int argc, + v8::Local* argv); + v8::MaybeLocal runInAsyncScope(v8::Local target, + const char* method, + int argc, + v8::Local* argv); +}; +``` + +* `name`: Identifier for the kind of resource that is being provided for diagnostics information exposed by the [async_hooks][] + API. This will be passed to the possible `init` hook as the `type`. To avoid name collisions with other modules we recommend + that the name include the name of the owning module as a prefix. For example `mysql` module could use something like + `mysql:batch-db-query-resource`. +* `resource`: An optional object associated with the async work that will be passed to the possible [async_hooks][] + `init` hook. If this parameter is omitted, or an empty handle is provided, this object will be created automatically. +* When calling JS on behalf of this resource, one can use `runInAsyncScope`. This will ensure that the callback runs in the + correct async execution context. +* `AsyncDestroy` is automatically called when an AsyncResource object is destroyed. + +For more details, see the Node [async_hooks][] documentation. You might also want to take a look at the documentation for the +[N-API counterpart][napi]. For example usage, see the `asyncresource.cpp` example in the `test/cpp` directory. + + +### Nan::MakeCallback() + +Deprecated wrappers around the legacy `node::MakeCallback()` APIs. Node.js 10+ +has deprecated these legacy APIs as they do not provide a mechanism to preserve +async context. + +We recommend that you use the `AsyncResource` class and `AsyncResource::runInAsyncScope` instead of using `Nan::MakeCallback` or +`v8::Function#Call()` directly. `AsyncResource` properly takes care of running the callback in the correct async execution +context – something that is essential for functionality like domains, async_hooks and async debugging. + +Signatures: + +```c++ +NAN_DEPRECATED +v8::Local Nan::MakeCallback(v8::Local target, + v8::Local func, + int argc, + v8::Local* argv); +NAN_DEPRECATED +v8::Local Nan::MakeCallback(v8::Local target, + v8::Local symbol, + int argc, + v8::Local* argv); +NAN_DEPRECATED +v8::Local Nan::MakeCallback(v8::Local target, + const char* method, + int argc, + v8::Local* argv); +``` + + + +### NAN_MODULE_INIT() + +Used to define the entry point function to a Node add-on. Creates a function with a given `name` that receives a `target` object representing the equivalent of the JavaScript `exports` object. + +See example below. + + +### Nan::Export() + +A simple helper to register a `v8::FunctionTemplate` from a JavaScript-accessible method (see [Methods](./methods.md)) as a property on an object. Can be used in a way similar to assigning properties to `module.exports` in JavaScript. + +Signature: + +```c++ +void Export(v8::Local target, const char *name, Nan::FunctionCallback f) +``` + +Also available as the shortcut `NAN_EXPORT` macro. + +Example: + +```c++ +NAN_METHOD(Foo) { + ... +} + +NAN_MODULE_INIT(Init) { + NAN_EXPORT(target, Foo); +} +``` + +[async_hooks]: https://nodejs.org/dist/latest-v9.x/docs/api/async_hooks.html +[napi]: https://nodejs.org/dist/latest-v9.x/docs/api/n-api.html#n_api_custom_asynchronous_operations diff --git a/node_modules/nan/doc/object_wrappers.md b/node_modules/nan/doc/object_wrappers.md new file mode 100644 index 0000000..07d8c05 --- /dev/null +++ b/node_modules/nan/doc/object_wrappers.md @@ -0,0 +1,263 @@ +## Object Wrappers + +The `ObjectWrap` class can be used to make wrapped C++ objects and a factory of wrapped objects. + + - Nan::ObjectWrap + + + +### Nan::ObjectWrap() + +A reimplementation of `node::ObjectWrap` that adds some API not present in older versions of Node. Should be preferred over `node::ObjectWrap` in all cases for consistency. + +Definition: + +```c++ +class ObjectWrap { + public: + ObjectWrap(); + + virtual ~ObjectWrap(); + + template + static inline T* Unwrap(v8::Local handle); + + inline v8::Local handle(); + + inline Nan::Persistent& persistent(); + + protected: + inline void Wrap(v8::Local handle); + + inline void MakeWeak(); + + /* Ref() marks the object as being attached to an event loop. + * Refed objects will not be garbage collected, even if + * all references are lost. + */ + virtual void Ref(); + + /* Unref() marks an object as detached from the event loop. This is its + * default state. When an object with a "weak" reference changes from + * attached to detached state it will be freed. Be careful not to access + * the object after making this call as it might be gone! + * (A "weak reference" means an object that only has a + * persistent handle.) + * + * DO NOT CALL THIS FROM DESTRUCTOR + */ + virtual void Unref(); + + int refs_; // ro +}; +``` + +See the Node documentation on [Wrapping C++ Objects](https://nodejs.org/api/addons.html#addons_wrapping_c_objects) for more details. + +### This vs. Holder + +When calling `Unwrap`, it is important that the argument is indeed some JavaScript object which got wrapped by a `Wrap` call for this class or any derived class. +The `Signature` installed by [`Nan::SetPrototypeMethod()`](methods.md#api_nan_set_prototype_method) does ensure that `info.Holder()` is just such an instance. +In Node 0.12 and later, `info.This()` will also be of such a type, since otherwise the invocation will get rejected. +However, in Node 0.10 and before it was possible to invoke a method on a JavaScript object which just had the extension type in its prototype chain. +In such a situation, calling `Unwrap` on `info.This()` will likely lead to a failed assertion causing a crash, but could lead to even more serious corruption. + +On the other hand, calling `Unwrap` in an [accessor](methods.md#api_nan_set_accessor) should not use `Holder()` if the accessor is defined on the prototype. +So either define your accessors on the instance template, +or use `This()` after verifying that it is indeed a valid object. + +### Examples + +#### Basic + +```c++ +class MyObject : public Nan::ObjectWrap { + public: + static NAN_MODULE_INIT(Init) { + v8::Local tpl = Nan::New(New); + tpl->SetClassName(Nan::New("MyObject").ToLocalChecked()); + tpl->InstanceTemplate()->SetInternalFieldCount(1); + + Nan::SetPrototypeMethod(tpl, "getHandle", GetHandle); + Nan::SetPrototypeMethod(tpl, "getValue", GetValue); + + constructor().Reset(Nan::GetFunction(tpl).ToLocalChecked()); + Nan::Set(target, Nan::New("MyObject").ToLocalChecked(), + Nan::GetFunction(tpl).ToLocalChecked()); + } + + private: + explicit MyObject(double value = 0) : value_(value) {} + ~MyObject() {} + + static NAN_METHOD(New) { + if (info.IsConstructCall()) { + double value = info[0]->IsUndefined() ? 0 : Nan::To(info[0]).FromJust(); + MyObject *obj = new MyObject(value); + obj->Wrap(info.This()); + info.GetReturnValue().Set(info.This()); + } else { + const int argc = 1; + v8::Local argv[argc] = {info[0]}; + v8::Local cons = Nan::New(constructor()); + info.GetReturnValue().Set(Nan::NewInstance(cons, argc, argv).ToLocalChecked()); + } + } + + static NAN_METHOD(GetHandle) { + MyObject* obj = Nan::ObjectWrap::Unwrap(info.Holder()); + info.GetReturnValue().Set(obj->handle()); + } + + static NAN_METHOD(GetValue) { + MyObject* obj = Nan::ObjectWrap::Unwrap(info.Holder()); + info.GetReturnValue().Set(obj->value_); + } + + static inline Nan::Persistent & constructor() { + static Nan::Persistent my_constructor; + return my_constructor; + } + + double value_; +}; + +NODE_MODULE(objectwrapper, MyObject::Init) +``` + +To use in Javascript: + +```Javascript +var objectwrapper = require('bindings')('objectwrapper'); + +var obj = new objectwrapper.MyObject(5); +console.log('Should be 5: ' + obj.getValue()); +``` + +#### Factory of wrapped objects + +```c++ +class MyFactoryObject : public Nan::ObjectWrap { + public: + static NAN_MODULE_INIT(Init) { + v8::Local tpl = Nan::New(New); + tpl->InstanceTemplate()->SetInternalFieldCount(1); + + Nan::SetPrototypeMethod(tpl, "getValue", GetValue); + + constructor().Reset(Nan::GetFunction(tpl).ToLocalChecked()); + } + + static NAN_METHOD(NewInstance) { + v8::Local cons = Nan::New(constructor()); + double value = info[0]->IsNumber() ? Nan::To(info[0]).FromJust() : 0; + const int argc = 1; + v8::Local argv[1] = {Nan::New(value)}; + info.GetReturnValue().Set(Nan::NewInstance(cons, argc, argv).ToLocalChecked()); + } + + // Needed for the next example: + inline double value() const { + return value_; + } + + private: + explicit MyFactoryObject(double value = 0) : value_(value) {} + ~MyFactoryObject() {} + + static NAN_METHOD(New) { + if (info.IsConstructCall()) { + double value = info[0]->IsNumber() ? Nan::To(info[0]).FromJust() : 0; + MyFactoryObject * obj = new MyFactoryObject(value); + obj->Wrap(info.This()); + info.GetReturnValue().Set(info.This()); + } else { + const int argc = 1; + v8::Local argv[argc] = {info[0]}; + v8::Local cons = Nan::New(constructor()); + info.GetReturnValue().Set(Nan::NewInstance(cons, argc, argv).ToLocalChecked()); + } + } + + static NAN_METHOD(GetValue) { + MyFactoryObject* obj = ObjectWrap::Unwrap(info.Holder()); + info.GetReturnValue().Set(obj->value_); + } + + static inline Nan::Persistent & constructor() { + static Nan::Persistent my_constructor; + return my_constructor; + } + + double value_; +}; + +NAN_MODULE_INIT(Init) { + MyFactoryObject::Init(target); + Nan::Set(target, + Nan::New("newFactoryObjectInstance").ToLocalChecked(), + Nan::GetFunction( + Nan::New(MyFactoryObject::NewInstance)).ToLocalChecked() + ); +} + +NODE_MODULE(wrappedobjectfactory, Init) +``` + +To use in Javascript: + +```Javascript +var wrappedobjectfactory = require('bindings')('wrappedobjectfactory'); + +var obj = wrappedobjectfactory.newFactoryObjectInstance(10); +console.log('Should be 10: ' + obj.getValue()); +``` + +#### Passing wrapped objects around + +Use the `MyFactoryObject` class above along with the following: + +```c++ +static NAN_METHOD(Sum) { + Nan::MaybeLocal maybe1 = Nan::To(info[0]); + Nan::MaybeLocal maybe2 = Nan::To(info[1]); + + // Quick check: + if (maybe1.IsEmpty() || maybe2.IsEmpty()) { + // return value is undefined by default + return; + } + + MyFactoryObject* obj1 = + Nan::ObjectWrap::Unwrap(maybe1.ToLocalChecked()); + MyFactoryObject* obj2 = + Nan::ObjectWrap::Unwrap(maybe2.ToLocalChecked()); + + info.GetReturnValue().Set(Nan::New(obj1->value() + obj2->value())); +} + +NAN_MODULE_INIT(Init) { + MyFactoryObject::Init(target); + Nan::Set(target, + Nan::New("newFactoryObjectInstance").ToLocalChecked(), + Nan::GetFunction( + Nan::New(MyFactoryObject::NewInstance)).ToLocalChecked() + ); + Nan::Set(target, + Nan::New("sum").ToLocalChecked(), + Nan::GetFunction(Nan::New(Sum)).ToLocalChecked() + ); +} + +NODE_MODULE(myaddon, Init) +``` + +To use in Javascript: + +```Javascript +var myaddon = require('bindings')('myaddon'); + +var obj1 = myaddon.newFactoryObjectInstance(5); +var obj2 = myaddon.newFactoryObjectInstance(10); +console.log('sum of object values: ' + myaddon.sum(obj1, obj2)); +``` diff --git a/node_modules/nan/doc/persistent.md b/node_modules/nan/doc/persistent.md new file mode 100644 index 0000000..9a7bb94 --- /dev/null +++ b/node_modules/nan/doc/persistent.md @@ -0,0 +1,296 @@ +## Persistent references + +An object reference that is independent of any `HandleScope` is a _persistent_ reference. Where a `Local` handle only lives as long as the `HandleScope` in which it was allocated, a `Persistent` handle remains valid until it is explicitly disposed. + +Due to the evolution of the V8 API, it is necessary for NAN to provide a wrapper implementation of the `Persistent` classes to supply compatibility across the V8 versions supported. + + - Nan::PersistentBase & v8::PersistentBase + - Nan::NonCopyablePersistentTraits & v8::NonCopyablePersistentTraits + - Nan::CopyablePersistentTraits & v8::CopyablePersistentTraits + - Nan::Persistent + - Nan::Global + - Nan::WeakCallbackInfo + - Nan::WeakCallbackType + +Also see the V8 Embedders Guide section on [Handles and Garbage Collection](https://v8.dev/docs/embed#handles-and-garbage-collection). + + +### Nan::PersistentBase & v8::PersistentBase + +A persistent handle contains a reference to a storage cell in V8 which holds an object value and which is updated by the garbage collector whenever the object is moved. A new storage cell can be created using the constructor or `Nan::PersistentBase::Reset()`. Existing handles can be disposed using an argument-less `Nan::PersistentBase::Reset()`. + +Definition: + +_(note: this is implemented as `Nan::PersistentBase` for older versions of V8 and the native `v8::PersistentBase` is used for newer versions of V8)_ + +```c++ +template class PersistentBase { + public: + /** + * If non-empty, destroy the underlying storage cell + */ + void Reset(); + + /** + * If non-empty, destroy the underlying storage cell and create a new one with + * the contents of another if it is also non-empty + */ + template void Reset(const v8::Local &other); + + /** + * If non-empty, destroy the underlying storage cell and create a new one with + * the contents of another if it is also non-empty + */ + template void Reset(const PersistentBase &other); + + /** Returns true if the handle is empty. */ + bool IsEmpty() const; + + /** + * If non-empty, destroy the underlying storage cell + * IsEmpty() will return true after this call. + */ + void Empty(); + + template bool operator==(const PersistentBase &that); + + template bool operator==(const v8::Local &that); + + template bool operator!=(const PersistentBase &that); + + template bool operator!=(const v8::Local &that); + + /** + * Install a finalization callback on this object. + * NOTE: There is no guarantee as to *when* or even *if* the callback is + * invoked. The invocation is performed solely on a best effort basis. + * As always, GC-based finalization should *not* be relied upon for any + * critical form of resource management! At the moment you can either + * specify a parameter for the callback or the location of two internal + * fields in the dying object. + */ + template + void SetWeak(P *parameter, + typename WeakCallbackInfo

::Callback callback, + WeakCallbackType type); + + void ClearWeak(); + + /** + * Marks the reference to this object independent. Garbage collector is free + * to ignore any object groups containing this object. Weak callback for an + * independent handle should not assume that it will be preceded by a global + * GC prologue callback or followed by a global GC epilogue callback. + */ + void MarkIndependent() const; + + bool IsIndependent() const; + + /** Checks if the handle holds the only reference to an object. */ + bool IsNearDeath() const; + + /** Returns true if the handle's reference is weak. */ + bool IsWeak() const +}; +``` + +See the V8 documentation for [`PersistentBase`](https://v8docs.nodesource.com/node-8.16/d4/dca/classv8_1_1_persistent_base.html) for further information. + +**Tip:** To get a `v8::Local` reference to the original object back from a `PersistentBase` or `Persistent` object: + +```c++ +v8::Local object = Nan::New(persistent); +``` + + +### Nan::NonCopyablePersistentTraits & v8::NonCopyablePersistentTraits + +Default traits for `Nan::Persistent`. This class does not allow use of the a copy constructor or assignment operator. At present `kResetInDestructor` is not set, but that will change in a future version. + +Definition: + +_(note: this is implemented as `Nan::NonCopyablePersistentTraits` for older versions of V8 and the native `v8::NonCopyablePersistentTraits` is used for newer versions of V8)_ + +```c++ +template class NonCopyablePersistentTraits { + public: + typedef Persistent > NonCopyablePersistent; + + static const bool kResetInDestructor = false; + + template + static void Copy(const Persistent &source, + NonCopyablePersistent *dest); + + template static void Uncompilable(); +}; +``` + +See the V8 documentation for [`NonCopyablePersistentTraits`](https://v8docs.nodesource.com/node-8.16/de/d73/classv8_1_1_non_copyable_persistent_traits.html) for further information. + + +### Nan::CopyablePersistentTraits & v8::CopyablePersistentTraits + +A helper class of traits to allow copying and assignment of `Persistent`. This will clone the contents of storage cell, but not any of the flags, etc.. + +Definition: + +_(note: this is implemented as `Nan::CopyablePersistentTraits` for older versions of V8 and the native `v8::NonCopyablePersistentTraits` is used for newer versions of V8)_ + +```c++ +template +class CopyablePersistentTraits { + public: + typedef Persistent > CopyablePersistent; + + static const bool kResetInDestructor = true; + + template + static void Copy(const Persistent &source, + CopyablePersistent *dest); +}; +``` + +See the V8 documentation for [`CopyablePersistentTraits`](https://v8docs.nodesource.com/node-8.16/da/d5c/structv8_1_1_copyable_persistent_traits.html) for further information. + + +### Nan::Persistent + +A type of `PersistentBase` which allows copy and assignment. Copy, assignment and destructor behavior is controlled by the traits class `M`. + +Definition: + +```c++ +template > +class Persistent; + +template class Persistent : public PersistentBase { + public: + /** + * A Persistent with no storage cell. + */ + Persistent(); + + /** + * Construct a Persistent from a v8::Local. When the v8::Local is non-empty, a + * new storage cell is created pointing to the same object, and no flags are + * set. + */ + template Persistent(v8::Local that); + + /** + * Construct a Persistent from a Persistent. When the Persistent is non-empty, + * a new storage cell is created pointing to the same object, and no flags are + * set. + */ + Persistent(const Persistent &that); + + /** + * The copy constructors and assignment operator create a Persistent exactly + * as the Persistent constructor, but the Copy function from the traits class + * is called, allowing the setting of flags based on the copied Persistent. + */ + Persistent &operator=(const Persistent &that); + + template + Persistent &operator=(const Persistent &that); + + /** + * The destructor will dispose the Persistent based on the kResetInDestructor + * flags in the traits class. Since not calling dispose can result in a + * memory leak, it is recommended to always set this flag. + */ + ~Persistent(); +}; +``` + +See the V8 documentation for [`Persistent`](https://v8docs.nodesource.com/node-8.16/d2/d78/classv8_1_1_persistent.html) for further information. + + +### Nan::Global + +A type of `PersistentBase` which has move semantics. + +```c++ +template class Global : public PersistentBase { + public: + /** + * A Global with no storage cell. + */ + Global(); + + /** + * Construct a Global from a v8::Local. When the v8::Local is non-empty, a new + * storage cell is created pointing to the same object, and no flags are set. + */ + template Global(v8::Local that); + /** + * Construct a Global from a PersistentBase. When the Persistent is non-empty, + * a new storage cell is created pointing to the same object, and no flags are + * set. + */ + template Global(const PersistentBase &that); + + /** + * Pass allows returning globals from functions, etc. + */ + Global Pass(); +}; +``` + +See the V8 documentation for [`Global`](https://v8docs.nodesource.com/node-8.16/d5/d40/classv8_1_1_global.html) for further information. + + +### Nan::WeakCallbackInfo + +`Nan::WeakCallbackInfo` is used as an argument when setting a persistent reference as weak. You may need to free any external resources attached to the object. It is a mirror of `v8:WeakCallbackInfo` as found in newer versions of V8. + +Definition: + +```c++ +template class WeakCallbackInfo { + public: + typedef void (*Callback)(const WeakCallbackInfo& data); + + v8::Isolate *GetIsolate() const; + + /** + * Get the parameter that was associated with the weak handle. + */ + T *GetParameter() const; + + /** + * Get pointer from internal field, index can be 0 or 1. + */ + void *GetInternalField(int index) const; +}; +``` + +Example usage: + +```c++ +void weakCallback(const WeakCallbackInfo &data) { + int *parameter = data.GetParameter(); + delete parameter; +} + +Persistent obj; +int *data = new int(0); +obj.SetWeak(data, callback, WeakCallbackType::kParameter); +``` + +See the V8 documentation for [`WeakCallbackInfo`](https://v8docs.nodesource.com/node-8.16/d8/d06/classv8_1_1_weak_callback_info.html) for further information. + + +### Nan::WeakCallbackType + +Represents the type of a weak callback. +A weak callback of type `kParameter` makes the supplied parameter to `Nan::PersistentBase::SetWeak` available through `WeakCallbackInfo::GetParameter`. +A weak callback of type `kInternalFields` uses up to two internal fields at indices 0 and 1 on the `Nan::PersistentBase` being made weak. +Note that only `v8::Object`s and derivatives can have internal fields. + +Definition: + +```c++ +enum class WeakCallbackType { kParameter, kInternalFields }; +``` diff --git a/node_modules/nan/doc/scopes.md b/node_modules/nan/doc/scopes.md new file mode 100644 index 0000000..84000ee --- /dev/null +++ b/node_modules/nan/doc/scopes.md @@ -0,0 +1,73 @@ +## Scopes + +A _local handle_ is a pointer to an object. All V8 objects are accessed using handles, they are necessary because of the way the V8 garbage collector works. + +A handle scope can be thought of as a container for any number of handles. When you've finished with your handles, instead of deleting each one individually you can simply delete their scope. + +The creation of `HandleScope` objects is different across the supported versions of V8. Therefore, NAN provides its own implementations that can be used safely across these. + + - Nan::HandleScope + - Nan::EscapableHandleScope + +Also see the V8 Embedders Guide section on [Handles and Garbage Collection](https://github.com/v8/v8/wiki/Embedder%27s%20Guide#handles-and-garbage-collection). + + +### Nan::HandleScope + +A simple wrapper around [`v8::HandleScope`](https://v8docs.nodesource.com/node-8.16/d3/d95/classv8_1_1_handle_scope.html). + +Definition: + +```c++ +class Nan::HandleScope { + public: + Nan::HandleScope(); + static int NumberOfHandles(); +}; +``` + +Allocate a new `Nan::HandleScope` whenever you are creating new V8 JavaScript objects. Note that an implicit `HandleScope` is created for you on JavaScript-accessible methods so you do not need to insert one yourself. + +Example: + +```c++ +// new object is created, it needs a new scope: +void Pointless() { + Nan::HandleScope scope; + v8::Local obj = Nan::New(); +} + +// JavaScript-accessible method already has a HandleScope +NAN_METHOD(Pointless2) { + v8::Local obj = Nan::New(); +} +``` + + +### Nan::EscapableHandleScope + +Similar to [`Nan::HandleScope`](#api_nan_handle_scope) but should be used in cases where a function needs to return a V8 JavaScript type that has been created within it. + +Definition: + +```c++ +class Nan::EscapableHandleScope { + public: + Nan::EscapableHandleScope(); + static int NumberOfHandles(); + template v8::Local Escape(v8::Local value); +} +``` + +Use `Escape(value)` to return the object. + +Example: + +```c++ +v8::Local EmptyObj() { + Nan::EscapableHandleScope scope; + v8::Local obj = Nan::New(); + return scope.Escape(obj); +} +``` + diff --git a/node_modules/nan/doc/script.md b/node_modules/nan/doc/script.md new file mode 100644 index 0000000..301c1b3 --- /dev/null +++ b/node_modules/nan/doc/script.md @@ -0,0 +1,58 @@ +## Script + +NAN provides `v8::Script` helpers as the API has changed over the supported versions of V8. + + - Nan::CompileScript() + - Nan::RunScript() + - Nan::ScriptOrigin + + + +### Nan::CompileScript() + +A wrapper around [`v8::ScriptCompiler::Compile()`](https://v8docs.nodesource.com/node-8.16/da/da5/classv8_1_1_script_compiler.html#a93f5072a0db55d881b969e9fc98e564b). + +Note that `Nan::BoundScript` is an alias for `v8::Script`. + +Signature: + +```c++ +Nan::MaybeLocal Nan::CompileScript( + v8::Local s, + const v8::ScriptOrigin& origin); +Nan::MaybeLocal Nan::CompileScript(v8::Local s); +``` + + + +### Nan::RunScript() + +Calls `script->Run()` or `script->BindToCurrentContext()->Run(Nan::GetCurrentContext())`. + +Note that `Nan::BoundScript` is an alias for `v8::Script` and `Nan::UnboundScript` is an alias for `v8::UnboundScript` where available and `v8::Script` on older versions of V8. + +Signature: + +```c++ +Nan::MaybeLocal Nan::RunScript(v8::Local script) +Nan::MaybeLocal Nan::RunScript(v8::Local script) +``` + + +### Nan::ScriptOrigin + +A class transparently extending [`v8::ScriptOrigin`](https://v8docs.nodesource.com/node-16.0/db/d84/classv8_1_1_script_origin.html#pub-methods) +to provide backwards compatibility. Only the listed methods are guaranteed to +be available on all versions of Node. + +Declaration: + +```c++ +class Nan::ScriptOrigin : public v8::ScriptOrigin { + public: + ScriptOrigin(v8::Local name, v8::Local line = v8::Local(), v8::Local column = v8::Local()) + v8::Local ResourceName() const; + v8::Local ResourceLineOffset() const; + v8::Local ResourceColumnOffset() const; +} +``` diff --git a/node_modules/nan/doc/string_bytes.md b/node_modules/nan/doc/string_bytes.md new file mode 100644 index 0000000..dbd8c51 --- /dev/null +++ b/node_modules/nan/doc/string_bytes.md @@ -0,0 +1,81 @@ +## Strings & Bytes + +Miscellaneous string & byte encoding and decoding functionality provided for compatibility across supported versions of V8 and Node. Implemented by NAN to ensure that all encoding types are supported, even for older versions of Node where they are missing. + + - Nan::Encoding + - Nan::Encode() + - Nan::TryEncode() + - Nan::DecodeBytes() + - Nan::DecodeWrite() + + + +### Nan::Encoding + +An enum representing the supported encoding types. A copy of `node::encoding` that is consistent across versions of Node. + +Definition: + +```c++ +enum Nan::Encoding { ASCII, UTF8, BASE64, UCS2, BINARY, HEX, BUFFER } +``` + + + +### Nan::Encode() + +A wrapper around `node::Encode()` that provides a consistent implementation across supported versions of Node. + +**Note** `node::Encode()` was deprecated in Node 24 but will remain to maintain backwards compatibility. For Node 24 and higher consider using [`Nan::TryEncode()`](#api_nan_try_encode). + +Signature: + +```c++ +v8::Local Nan::Encode(const void *buf, + size_t len, + enum Nan::Encoding encoding = BINARY); +``` + + + +### Nan::TryEncode() + +A wrapper around `node::TryEncode()` that provides a consistent implementation across supported versions of Node. + +**Note** Only available in Node 24 and higher. For earlier versions use [`Nan::Encode()`](#api_nan_encode). + +Signature: + +```c++ +Nan::MaybeLocal Nan::TryEncode(const void *buf, + size_t len, + enum Nan::Encoding encoding = BINARY); +``` + + + +### Nan::DecodeBytes() + +A wrapper around `node::DecodeBytes()` that provides a consistent implementation across supported versions of Node. + +Signature: + +```c++ +ssize_t Nan::DecodeBytes(v8::Local val, + enum Nan::Encoding encoding = BINARY); +``` + + + +### Nan::DecodeWrite() + +A wrapper around `node::DecodeWrite()` that provides a consistent implementation across supported versions of Node. + +Signature: + +```c++ +ssize_t Nan::DecodeWrite(char *buf, + size_t len, + v8::Local val, + enum Nan::Encoding encoding = BINARY); +``` diff --git a/node_modules/nan/doc/v8_internals.md b/node_modules/nan/doc/v8_internals.md new file mode 100644 index 0000000..2e7c918 --- /dev/null +++ b/node_modules/nan/doc/v8_internals.md @@ -0,0 +1,199 @@ +## V8 internals + +The hooks to access V8 internals—including GC and statistics—are different across the supported versions of V8, therefore NAN provides its own hooks that call the appropriate V8 methods. + + - NAN_GC_CALLBACK() + - Nan::AddGCEpilogueCallback() + - Nan::RemoveGCEpilogueCallback() + - Nan::AddGCPrologueCallback() + - Nan::RemoveGCPrologueCallback() + - Nan::GetHeapStatistics() + - Nan::SetCounterFunction() + - Nan::SetCreateHistogramFunction() + - Nan::SetAddHistogramSampleFunction() + - Nan::IdleNotification() + - Nan::LowMemoryNotification() + - Nan::ContextDisposedNotification() + - Nan::GetInternalFieldPointer() + - Nan::SetInternalFieldPointer() + - Nan::AdjustExternalMemory() + + + +### NAN_GC_CALLBACK(callbackname) + +Use `NAN_GC_CALLBACK` to declare your callbacks for `Nan::AddGCPrologueCallback()` and `Nan::AddGCEpilogueCallback()`. Your new method receives the arguments `v8::GCType type` and `v8::GCCallbackFlags flags`. + +```c++ +static Nan::Persistent callback; + +NAN_GC_CALLBACK(gcPrologueCallback) { + v8::Local argv[] = { Nan::New("prologue").ToLocalChecked() }; + Nan::MakeCallback(Nan::GetCurrentContext()->Global(), Nan::New(callback), 1, argv); +} + +NAN_METHOD(Hook) { + callback.Reset(To(args[0]).ToLocalChecked()); + Nan::AddGCPrologueCallback(gcPrologueCallback); + info.GetReturnValue().Set(info.Holder()); +} +``` + + +### Nan::AddGCEpilogueCallback() + +Signature: + +```c++ +void Nan::AddGCEpilogueCallback(v8::Isolate::GCEpilogueCallback callback, v8::GCType gc_type_filter = v8::kGCTypeAll) +``` + +Calls V8's [`AddGCEpilogueCallback()`](https://v8docs.nodesource.com/node-8.16/d5/dda/classv8_1_1_isolate.html#a580f976e4290cead62c2fc4dd396be3e). + + +### Nan::RemoveGCEpilogueCallback() + +Signature: + +```c++ +void Nan::RemoveGCEpilogueCallback(v8::Isolate::GCEpilogueCallback callback) +``` + +Calls V8's [`RemoveGCEpilogueCallback()`](https://v8docs.nodesource.com/node-8.16/d5/dda/classv8_1_1_isolate.html#adca9294555a3908e9f23c7bb0f0f284c). + + +### Nan::AddGCPrologueCallback() + +Signature: + +```c++ +void Nan::AddGCPrologueCallback(v8::Isolate::GCPrologueCallback, v8::GCType gc_type_filter callback) +``` + +Calls V8's [`AddGCPrologueCallback()`](https://v8docs.nodesource.com/node-8.16/d5/dda/classv8_1_1_isolate.html#a6dbef303603ebdb03da6998794ea05b8). + + +### Nan::RemoveGCPrologueCallback() + +Signature: + +```c++ +void Nan::RemoveGCPrologueCallback(v8::Isolate::GCPrologueCallback callback) +``` + +Calls V8's [`RemoveGCPrologueCallback()`](https://v8docs.nodesource.com/node-8.16/d5/dda/classv8_1_1_isolate.html#a5f72c7cda21415ce062bbe5c58abe09e). + + +### Nan::GetHeapStatistics() + +Signature: + +```c++ +void Nan::GetHeapStatistics(v8::HeapStatistics *heap_statistics) +``` + +Calls V8's [`GetHeapStatistics()`](https://v8docs.nodesource.com/node-8.16/d5/dda/classv8_1_1_isolate.html#a5593ac74687b713095c38987e5950b34). + + +### Nan::SetCounterFunction() + +Signature: + +```c++ +void Nan::SetCounterFunction(v8::CounterLookupCallback cb) +``` + +Calls V8's [`SetCounterFunction()`](https://v8docs.nodesource.com/node-8.16/d5/dda/classv8_1_1_isolate.html#a045d7754e62fa0ec72ae6c259b29af94). + + +### Nan::SetCreateHistogramFunction() + +Signature: + +```c++ +void Nan::SetCreateHistogramFunction(v8::CreateHistogramCallback cb) +``` + +Calls V8's [`SetCreateHistogramFunction()`](https://v8docs.nodesource.com/node-8.16/d5/dda/classv8_1_1_isolate.html#a542d67e85089cb3f92aadf032f99e732). + + +### Nan::SetAddHistogramSampleFunction() + +Signature: + +```c++ +void Nan::SetAddHistogramSampleFunction(v8::AddHistogramSampleCallback cb) +``` + +Calls V8's [`SetAddHistogramSampleFunction()`](https://v8docs.nodesource.com/node-8.16/d5/dda/classv8_1_1_isolate.html#aeb420b690bc2c216882d6fdd00ddd3ea). + + +### Nan::IdleNotification() + +Signature: + +```c++ +NAN_DEPRECATED bool Nan::IdleNotification(int idle_time_in_ms) +``` + +Calls V8's [`IdleNotification()` or `IdleNotificationDeadline()`](https://v8docs.nodesource.com/node-8.16/d5/dda/classv8_1_1_isolate.html#ad6a2a02657f5425ad460060652a5a118) depending on V8 version. Removed in V8 12.7.41. + + +### Nan::LowMemoryNotification() + +Signature: + +```c++ +void Nan::LowMemoryNotification() +``` + +Calls V8's [`LowMemoryNotification()`](https://v8docs.nodesource.com/node-8.16/d5/dda/classv8_1_1_isolate.html#a24647f61d6b41f69668094bdcd6ea91f). + + +### Nan::ContextDisposedNotification() + +Signature: + +```c++ +void Nan::ContextDisposedNotification() +``` + +Calls V8's [`ContextDisposedNotification()`](https://v8docs.nodesource.com/node-8.16/d5/dda/classv8_1_1_isolate.html#ad7f5dc559866343fe6cd8db1f134d48b). + + +### Nan::GetInternalFieldPointer() + +Gets a pointer to the internal field with at `index` from a V8 `Object` handle. + +Signature: + +```c++ +void* Nan::GetInternalFieldPointer(v8::Local object, int index) +``` + +Calls the Object's [`GetAlignedPointerFromInternalField()` or `GetPointerFromInternalField()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#a580ea84afb26c005d6762eeb9e3c308f) depending on the version of V8. + + +### Nan::SetInternalFieldPointer() + +Sets the value of the internal field at `index` on a V8 `Object` handle. + +Signature: + +```c++ +void Nan::SetInternalFieldPointer(v8::Local object, int index, void* value) +``` + +Calls the Object's [`SetAlignedPointerInInternalField()` or `SetPointerInInternalField()`](https://v8docs.nodesource.com/node-8.16/db/d85/classv8_1_1_object.html#ab3c57184263cf29963ef0017bec82281) depending on the version of V8. + + +### Nan::AdjustExternalMemory() + +Signature: + +```c++ +int Nan::AdjustExternalMemory(int bytesChange) +``` + +Calls V8's [`AdjustAmountOfExternalAllocatedMemory()`](https://v8docs.nodesource.com/node-8.16/d5/dda/classv8_1_1_isolate.html#ae1a59cac60409d3922582c4af675473e). + diff --git a/node_modules/nan/doc/v8_misc.md b/node_modules/nan/doc/v8_misc.md new file mode 100644 index 0000000..1bd46d3 --- /dev/null +++ b/node_modules/nan/doc/v8_misc.md @@ -0,0 +1,85 @@ +## Miscellaneous V8 Helpers + + - Nan::Utf8String + - Nan::GetCurrentContext() + - Nan::SetIsolateData() + - Nan::GetIsolateData() + - Nan::TypedArrayContents + + + +### Nan::Utf8String + +Converts an object to a UTF-8-encoded character array. If conversion to a string fails (e.g. due to an exception in the toString() method of the object) then the length() method returns 0 and the * operator returns NULL. The underlying memory used for this object is managed by the object. + +An implementation of [`v8::String::Utf8Value`](https://v8docs.nodesource.com/node-8.16/d4/d1b/classv8_1_1_string_1_1_utf8_value.html) that is consistent across all supported versions of V8. + +Definition: + +```c++ +class Nan::Utf8String { + public: + Nan::Utf8String(v8::Local from); + + int length() const; + + char* operator*(); + const char* operator*() const; +}; +``` + + +### Nan::GetCurrentContext() + +A call to [`v8::Isolate::GetCurrent()->GetCurrentContext()`](https://v8docs.nodesource.com/node-8.16/d5/dda/classv8_1_1_isolate.html#a81c7a1ed7001ae2a65e89107f75fd053) that works across all supported versions of V8. + +Signature: + +```c++ +v8::Local Nan::GetCurrentContext() +``` + + +### Nan::SetIsolateData() + +A helper to provide a consistent API to [`v8::Isolate#SetData()`](https://v8docs.nodesource.com/node-8.16/d5/dda/classv8_1_1_isolate.html#a7acadfe7965997e9c386a05f098fbe36). + +Signature: + +```c++ +void Nan::SetIsolateData(v8::Isolate *isolate, T *data) +``` + + + +### Nan::GetIsolateData() + +A helper to provide a consistent API to [`v8::Isolate#GetData()`](https://v8docs.nodesource.com/node-8.16/d5/dda/classv8_1_1_isolate.html#aabd223436bc1100a787dadaa024c6257). + +Signature: + +```c++ +T *Nan::GetIsolateData(v8::Isolate *isolate) +``` + + +### Nan::TypedArrayContents + +A helper class for accessing the contents of an ArrayBufferView (aka a typedarray) from C++. If the input array is not a valid typedarray, then the data pointer of TypedArrayContents will default to `NULL` and the length will be 0. If the data pointer is not compatible with the alignment requirements of type, an assertion error will fail. + +Note that you must store a reference to the `array` object while you are accessing its contents. + +Definition: + +```c++ +template +class Nan::TypedArrayContents { + public: + TypedArrayContents(v8::Local array); + + size_t length() const; + + T* const operator*(); + const T* const operator*() const; +}; +``` diff --git a/node_modules/nan/include_dirs.js b/node_modules/nan/include_dirs.js new file mode 100644 index 0000000..4f1dfb4 --- /dev/null +++ b/node_modules/nan/include_dirs.js @@ -0,0 +1 @@ +console.log(require('path').relative('.', __dirname)); diff --git a/node_modules/nan/nan.h b/node_modules/nan/nan.h new file mode 100644 index 0000000..e1ad126 --- /dev/null +++ b/node_modules/nan/nan.h @@ -0,0 +1,3202 @@ +/********************************************************************* + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2018 NAN contributors: + * - Rod Vagg + * - Benjamin Byholm + * - Trevor Norris + * - Nathan Rajlich + * - Brett Lawson + * - Ben Noordhuis + * - David Siegel + * - Michael Ira Krufky + * + * MIT License + * + * Version 2.26.2: current Node 25.8.1, Node 0.12: 0.12.18, Node 0.10: 0.10.48, iojs: 3.3.1 + * + * See https://github.com/nodejs/nan for the latest update to this file + **********************************************************************************/ + +#ifndef NAN_H_ +#define NAN_H_ + +#include + +#define NODE_0_10_MODULE_VERSION 11 +#define NODE_0_12_MODULE_VERSION 14 +#define ATOM_0_21_MODULE_VERSION 41 +#define IOJS_1_0_MODULE_VERSION 42 +#define IOJS_1_1_MODULE_VERSION 43 +#define IOJS_2_0_MODULE_VERSION 44 +#define IOJS_3_0_MODULE_VERSION 45 +#define NODE_4_0_MODULE_VERSION 46 +#define NODE_5_0_MODULE_VERSION 47 +#define NODE_6_0_MODULE_VERSION 48 +#define NODE_7_0_MODULE_VERSION 51 +#define NODE_8_0_MODULE_VERSION 57 +#define NODE_9_0_MODULE_VERSION 59 +#define NODE_10_0_MODULE_VERSION 64 +#define NODE_11_0_MODULE_VERSION 67 +#define NODE_12_0_MODULE_VERSION 72 +#define NODE_13_0_MODULE_VERSION 79 +#define NODE_14_0_MODULE_VERSION 83 +#define NODE_15_0_MODULE_VERSION 88 +#define NODE_16_0_MODULE_VERSION 93 +#define NODE_17_0_MODULE_VERSION 102 +#define NODE_18_0_MODULE_VERSION 108 +#define NODE_19_0_MODULE_VERSION 111 +#define NODE_20_0_MODULE_VERSION 115 +#define NODE_21_0_MODULE_VERSION 120 +#define NODE_22_0_MODULE_VERSION 127 +#define NODE_23_0_MODULE_VERSION 131 +#define NODE_24_0_MODULE_VERSION 137 +#define NODE_25_0_MODULE_VERSION 141 + +#ifdef _MSC_VER +# define NAN_HAS_CPLUSPLUS_11 (_MSC_VER >= 1800) +#else +# define NAN_HAS_CPLUSPLUS_11 (__cplusplus >= 201103L) +#endif + +#if NODE_MODULE_VERSION >= IOJS_3_0_MODULE_VERSION && !NAN_HAS_CPLUSPLUS_11 +# error This version of node/NAN/v8 requires a C++11 compiler +#endif + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#if defined(_MSC_VER) +# pragma warning( push ) +# pragma warning( disable : 4530 ) +# include +# include +# include +# pragma warning( pop ) +#else +# include +# include +# include +#endif + +// uv helpers +#ifdef UV_VERSION_MAJOR +# ifndef UV_VERSION_PATCH +# define UV_VERSION_PATCH 0 +# endif +# define NAUV_UVVERSION ((UV_VERSION_MAJOR << 16) | \ + (UV_VERSION_MINOR << 8) | \ + (UV_VERSION_PATCH)) +#else +# define NAUV_UVVERSION 0x000b00 +#endif + +#if NAUV_UVVERSION < 0x000b0b +# ifdef WIN32 +# include +# else +# include +# endif +#endif + +namespace Nan { + +#define NAN_CONCAT(a, b) NAN_CONCAT_HELPER(a, b) +#define NAN_CONCAT_HELPER(a, b) a##b + +#define NAN_INLINE inline // TODO(bnoordhuis) Remove in v3.0.0. + +#if defined(__GNUC__) && \ + !(defined(V8_DISABLE_DEPRECATIONS) && V8_DISABLE_DEPRECATIONS) +# define NAN_DEPRECATED __attribute__((deprecated)) +#elif defined(_MSC_VER) && \ + !(defined(V8_DISABLE_DEPRECATIONS) && V8_DISABLE_DEPRECATIONS) +# define NAN_DEPRECATED __declspec(deprecated) +#else +# define NAN_DEPRECATED +#endif + +#if NAN_HAS_CPLUSPLUS_11 +# define NAN_DISALLOW_ASSIGN(CLASS) void operator=(const CLASS&) = delete; +# define NAN_DISALLOW_COPY(CLASS) CLASS(const CLASS&) = delete; +# define NAN_DISALLOW_MOVE(CLASS) \ + CLASS(CLASS&&) = delete; /* NOLINT(build/c++11) */ \ + void operator=(CLASS&&) = delete; +#else +# define NAN_DISALLOW_ASSIGN(CLASS) void operator=(const CLASS&); +# define NAN_DISALLOW_COPY(CLASS) CLASS(const CLASS&); +# define NAN_DISALLOW_MOVE(CLASS) +#endif + +#define NAN_DISALLOW_ASSIGN_COPY(CLASS) \ + NAN_DISALLOW_ASSIGN(CLASS) \ + NAN_DISALLOW_COPY(CLASS) + +#define NAN_DISALLOW_ASSIGN_MOVE(CLASS) \ + NAN_DISALLOW_ASSIGN(CLASS) \ + NAN_DISALLOW_MOVE(CLASS) + +#define NAN_DISALLOW_COPY_MOVE(CLASS) \ + NAN_DISALLOW_COPY(CLASS) \ + NAN_DISALLOW_MOVE(CLASS) + +#define NAN_DISALLOW_ASSIGN_COPY_MOVE(CLASS) \ + NAN_DISALLOW_ASSIGN(CLASS) \ + NAN_DISALLOW_COPY(CLASS) \ + NAN_DISALLOW_MOVE(CLASS) + +#define TYPE_CHECK(T, S) \ + while (false) { \ + *(static_cast(0)) = static_cast(0); \ + } + +//=== RegistrationFunction ===================================================== + +#if NODE_MODULE_VERSION < IOJS_3_0_MODULE_VERSION + typedef v8::Handle ADDON_REGISTER_FUNCTION_ARGS_TYPE; +#else + typedef v8::Local ADDON_REGISTER_FUNCTION_ARGS_TYPE; +#endif + +#define NAN_MODULE_INIT(name) \ + void name(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE target) + +#if NODE_MAJOR_VERSION >= 10 || \ + NODE_MAJOR_VERSION == 9 && NODE_MINOR_VERSION >= 3 +#define NAN_MODULE_WORKER_ENABLED(module_name, registration) \ + extern "C" NODE_MODULE_EXPORT void \ + NAN_CONCAT(node_register_module_v, NODE_MODULE_VERSION)( \ + v8::Local exports, v8::Local module, \ + v8::Local context) \ + { \ + registration(exports); \ + } +#else +#define NAN_MODULE_WORKER_ENABLED(module_name, registration) \ + NODE_MODULE(module_name, registration) +#endif + +//=== CallbackInfo ============================================================= + +#include "nan_callbacks.h" // NOLINT(build/include_subdir) + +//============================================================================== + +#if (NODE_MODULE_VERSION < NODE_0_12_MODULE_VERSION) +typedef v8::Script UnboundScript; +typedef v8::Script BoundScript; +#else +typedef v8::UnboundScript UnboundScript; +typedef v8::Script BoundScript; +#endif + +#if (NODE_MODULE_VERSION < ATOM_0_21_MODULE_VERSION) +typedef v8::String::ExternalAsciiStringResource + ExternalOneByteStringResource; +#else +typedef v8::String::ExternalOneByteStringResource + ExternalOneByteStringResource; +#endif + +#if (NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION) +template +class NonCopyablePersistentTraits : + public v8::NonCopyablePersistentTraits {}; +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 10 || \ + (V8_MAJOR_VERSION == 10 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 5)) +template struct CopyablePersistentTraits { + typedef v8::Persistent > CopyablePersistent; + static const bool kResetInDestructor = true; + template + static NAN_INLINE void Copy(const v8::Persistent &source, + CopyablePersistent *dest) { + } +}; +#else +template +class CopyablePersistentTraits : + public v8::CopyablePersistentTraits {}; +#endif + +template +class PersistentBase : + public v8::PersistentBase {}; + +template > +class Persistent; +#else +template class NonCopyablePersistentTraits; +template class PersistentBase; +template class WeakCallbackData; +template > +class Persistent; +#endif // NODE_MODULE_VERSION + +template +class Maybe { + public: + inline bool IsNothing() const { return !has_value_; } + inline bool IsJust() const { return has_value_; } + + inline T ToChecked() const { return FromJust(); } + inline void Check() const { FromJust(); } + + inline bool To(T* out) const { + if (IsJust()) *out = value_; + return IsJust(); + } + + inline T FromJust() const { +#if defined(V8_ENABLE_CHECKS) + assert(IsJust() && "FromJust is Nothing"); +#endif // V8_ENABLE_CHECKS + return value_; + } + + inline T FromMaybe(const T& default_value) const { + return has_value_ ? value_ : default_value; + } + + inline bool operator==(const Maybe &other) const { + return (IsJust() == other.IsJust()) && + (!IsJust() || FromJust() == other.FromJust()); + } + + inline bool operator!=(const Maybe &other) const { + return !operator==(other); + } + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ + (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3)) + // Allow implicit conversions from v8::Maybe to Nan::Maybe. + Maybe(const v8::Maybe& that) // NOLINT(runtime/explicit) + : has_value_(that.IsJust()) + , value_(that.FromMaybe(T())) {} +#endif + + private: + Maybe() : has_value_(false) {} + explicit Maybe(const T& t) : has_value_(true), value_(t) {} + bool has_value_; + T value_; + + template + friend Maybe Nothing(); + template + friend Maybe Just(const U& u); +}; + +template +inline Maybe Nothing() { + return Maybe(); +} + +template +inline Maybe Just(const T& t) { + return Maybe(t); +} + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ + (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3)) +# include "nan_maybe_43_inl.h" // NOLINT(build/include) +#else +# include "nan_maybe_pre_43_inl.h" // NOLINT(build/include) +#endif + +#include "nan_converters.h" // NOLINT(build/include_subdir) +#include "nan_new.h" // NOLINT(build/include_subdir) + +#if NAUV_UVVERSION < 0x000b17 +#define NAUV_WORK_CB(func) \ + void func(uv_async_t *async, int) +#else +#define NAUV_WORK_CB(func) \ + void func(uv_async_t *async) +#endif + +#if NAUV_UVVERSION >= 0x000b0b + +typedef uv_key_t nauv_key_t; + +inline int nauv_key_create(nauv_key_t *key) { + return uv_key_create(key); +} + +inline void nauv_key_delete(nauv_key_t *key) { + uv_key_delete(key); +} + +inline void* nauv_key_get(nauv_key_t *key) { + return uv_key_get(key); +} + +inline void nauv_key_set(nauv_key_t *key, void *value) { + uv_key_set(key, value); +} + +#else + +/* Implement thread local storage for older versions of libuv. + * This is essentially a backport of libuv commit 5d2434bf + * written by Ben Noordhuis, adjusted for names and inline. + */ + +#ifndef WIN32 + +typedef pthread_key_t nauv_key_t; + +inline int nauv_key_create(nauv_key_t* key) { + return -pthread_key_create(key, NULL); +} + +inline void nauv_key_delete(nauv_key_t* key) { + if (pthread_key_delete(*key)) + abort(); +} + +inline void* nauv_key_get(nauv_key_t* key) { + return pthread_getspecific(*key); +} + +inline void nauv_key_set(nauv_key_t* key, void* value) { + if (pthread_setspecific(*key, value)) + abort(); +} + +#else + +typedef struct { + DWORD tls_index; +} nauv_key_t; + +inline int nauv_key_create(nauv_key_t* key) { + key->tls_index = TlsAlloc(); + if (key->tls_index == TLS_OUT_OF_INDEXES) + return UV_ENOMEM; + return 0; +} + +inline void nauv_key_delete(nauv_key_t* key) { + if (TlsFree(key->tls_index) == FALSE) + abort(); + key->tls_index = TLS_OUT_OF_INDEXES; +} + +inline void* nauv_key_get(nauv_key_t* key) { + void* value = TlsGetValue(key->tls_index); + if (value == NULL) + if (GetLastError() != ERROR_SUCCESS) + abort(); + return value; +} + +inline void nauv_key_set(nauv_key_t* key, void* value) { + if (TlsSetValue(key->tls_index, value) == FALSE) + abort(); +} + +#endif +#endif + +#if NODE_MODULE_VERSION < IOJS_3_0_MODULE_VERSION +template +v8::Local New(v8::Handle); +#endif + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ + (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3)) + typedef v8::WeakCallbackType WeakCallbackType; +#else +struct WeakCallbackType { + enum E {kParameter, kInternalFields}; + E type; + WeakCallbackType(E other) : type(other) {} // NOLINT(runtime/explicit) + inline bool operator==(E other) { return other == this->type; } + inline bool operator!=(E other) { return !operator==(other); } +}; +#endif + +template class WeakCallbackInfo; + +#if NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION +# include "nan_persistent_12_inl.h" // NOLINT(build/include) +#else +# include "nan_persistent_pre_12_inl.h" // NOLINT(build/include) +#endif + +namespace imp { + static const size_t kMaxLength = 0x3fffffff; +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 13 || \ + (V8_MAJOR_VERSION == 13 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 4)) + static const unsigned kReplaceInvalidUtf8 + = v8::String::WriteFlags::kReplaceInvalidUtf8; +#else + static const unsigned kReplaceInvalidUtf8 = v8::String::REPLACE_INVALID_UTF8; +#endif +} // end of namespace imp + +//=== HandleScope ============================================================== + +class HandleScope { + v8::HandleScope scope; + + public: +#if NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION + inline HandleScope() : scope(v8::Isolate::GetCurrent()) {} + inline static int NumberOfHandles() { + return v8::HandleScope::NumberOfHandles(v8::Isolate::GetCurrent()); + } +#else + inline HandleScope() : scope() {} + inline static int NumberOfHandles() { + return v8::HandleScope::NumberOfHandles(); + } +#endif + + private: + // Make it hard to create heap-allocated or illegal handle scopes by + // disallowing certain operations. + HandleScope(const HandleScope &); + void operator=(const HandleScope &); + void *operator new(size_t size); + void operator delete(void *, size_t) { + abort(); + } +}; + +class EscapableHandleScope { + public: +#if NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION + inline EscapableHandleScope() : scope(v8::Isolate::GetCurrent()) {} + + inline static int NumberOfHandles() { + return v8::EscapableHandleScope::NumberOfHandles(v8::Isolate::GetCurrent()); + } + + template + inline v8::Local Escape(v8::Local value) { + return scope.Escape(value); + } + + private: + v8::EscapableHandleScope scope; +#else + inline EscapableHandleScope() : scope() {} + + inline static int NumberOfHandles() { + return v8::HandleScope::NumberOfHandles(); + } + + template + inline v8::Local Escape(v8::Local value) { + return scope.Close(value); + } + + private: + v8::HandleScope scope; +#endif + + private: + // Make it hard to create heap-allocated or illegal handle scopes by + // disallowing certain operations. + EscapableHandleScope(const EscapableHandleScope &); + void operator=(const EscapableHandleScope &); + void *operator new(size_t size); + void operator delete(void *, size_t) { + abort(); + } +}; + +//=== TryCatch ================================================================= + +class TryCatch { + v8::TryCatch try_catch_; + friend void FatalException(const TryCatch&); + + public: +#if NODE_MODULE_VERSION > NODE_0_12_MODULE_VERSION + TryCatch() : try_catch_(v8::Isolate::GetCurrent()) {} +#endif + + inline bool HasCaught() const { return try_catch_.HasCaught(); } + + inline bool CanContinue() const { return try_catch_.CanContinue(); } + + inline v8::Local ReThrow() { +#if NODE_MODULE_VERSION < IOJS_3_0_MODULE_VERSION + return New(try_catch_.ReThrow()); +#else + return try_catch_.ReThrow(); +#endif + } + + inline v8::Local Exception() const { + return try_catch_.Exception(); + } + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ + (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3)) + inline v8::MaybeLocal StackTrace() const { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape(try_catch_.StackTrace(isolate->GetCurrentContext()) + .FromMaybe(v8::Local())); + } +#else + inline MaybeLocal StackTrace() const { + return try_catch_.StackTrace(); + } +#endif + + inline v8::Local Message() const { + return try_catch_.Message(); + } + + inline void Reset() { try_catch_.Reset(); } + + inline void SetVerbose(bool value) { try_catch_.SetVerbose(value); } + + inline void SetCaptureMessage(bool value) { + try_catch_.SetCaptureMessage(value); + } +}; + +v8::Local MakeCallback(v8::Local target, + v8::Local func, + int argc, + v8::Local* argv); +v8::Local MakeCallback(v8::Local target, + v8::Local symbol, + int argc, + v8::Local* argv); +v8::Local MakeCallback(v8::Local target, + const char* method, + int argc, + v8::Local* argv); + +// === AsyncResource =========================================================== + +class AsyncResource { + public: + AsyncResource( + v8::Local name + , v8::Local resource = New()) { +#if NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION + v8::Isolate* isolate = v8::Isolate::GetCurrent(); + + if (resource.IsEmpty()) { + resource = New(); + } + + context = node::EmitAsyncInit(isolate, resource, name); +#endif + } + + AsyncResource( + const char* name + , v8::Local resource = New()) { +#if NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION + v8::Isolate* isolate = v8::Isolate::GetCurrent(); + + if (resource.IsEmpty()) { + resource = New(); + } + + v8::Local name_string = + New(name).ToLocalChecked(); + context = node::EmitAsyncInit(isolate, resource, name_string); +#endif + } + + ~AsyncResource() { +#if NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION + v8::Isolate* isolate = v8::Isolate::GetCurrent(); + node::EmitAsyncDestroy(isolate, context); +#endif + } + + inline MaybeLocal runInAsyncScope( + v8::Local target + , v8::Local func + , int argc + , v8::Local* argv) { +#if NODE_MODULE_VERSION < NODE_9_0_MODULE_VERSION + return MakeCallback(target, func, argc, argv); +#else + return node::MakeCallback( + v8::Isolate::GetCurrent(), target, func, argc, argv, context); +#endif + } + + inline MaybeLocal runInAsyncScope( + v8::Local target + , v8::Local symbol + , int argc + , v8::Local* argv) { +#if NODE_MODULE_VERSION < NODE_9_0_MODULE_VERSION + return MakeCallback(target, symbol, argc, argv); +#else + return node::MakeCallback( + v8::Isolate::GetCurrent(), target, symbol, argc, argv, context); +#endif + } + + inline MaybeLocal runInAsyncScope( + v8::Local target + , const char* method + , int argc + , v8::Local* argv) { +#if NODE_MODULE_VERSION < NODE_9_0_MODULE_VERSION + return MakeCallback(target, method, argc, argv); +#else + return node::MakeCallback( + v8::Isolate::GetCurrent(), target, method, argc, argv, context); +#endif + } + + private: + NAN_DISALLOW_ASSIGN_COPY_MOVE(AsyncResource) +#if NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION + node::async_context context; +#endif +}; + +inline uv_loop_t* GetCurrentEventLoop() { +#if NODE_MAJOR_VERSION >= 10 || \ + NODE_MAJOR_VERSION == 9 && NODE_MINOR_VERSION >= 3 || \ + NODE_MAJOR_VERSION == 8 && NODE_MINOR_VERSION >= 10 + return node::GetCurrentEventLoop(v8::Isolate::GetCurrent()); +#else + return uv_default_loop(); +#endif +} + +//============ ================================================================= + +/* node 0.12 */ +#if NODE_MODULE_VERSION >= NODE_0_12_MODULE_VERSION + inline + void SetCounterFunction(v8::CounterLookupCallback cb) { + v8::Isolate::GetCurrent()->SetCounterFunction(cb); + } + + inline + void SetCreateHistogramFunction(v8::CreateHistogramCallback cb) { + v8::Isolate::GetCurrent()->SetCreateHistogramFunction(cb); + } + + inline + void SetAddHistogramSampleFunction(v8::AddHistogramSampleCallback cb) { + v8::Isolate::GetCurrent()->SetAddHistogramSampleFunction(cb); + } + +#if defined(V8_MAJOR_VERSION) && \ + (V8_MAJOR_VERSION > 12 || \ + (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && \ + V8_MINOR_VERSION >= 7)) + NAN_DEPRECATED inline bool IdleNotification(int) { + return true; + } +# elif defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ + (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3)) + NAN_DEPRECATED inline bool IdleNotification(int idle_time_in_ms) { + return v8::Isolate::GetCurrent()->IdleNotificationDeadline( + idle_time_in_ms * 0.001); + } +# else + NAN_DEPRECATED inline bool IdleNotification(int idle_time_in_ms) { + return v8::Isolate::GetCurrent()->IdleNotification(idle_time_in_ms); + } +#endif + + inline void LowMemoryNotification() { + v8::Isolate::GetCurrent()->LowMemoryNotification(); + } + + inline void ContextDisposedNotification() { + v8::Isolate::GetCurrent()->ContextDisposedNotification(); + } +#else + inline + void SetCounterFunction(v8::CounterLookupCallback cb) { + v8::V8::SetCounterFunction(cb); + } + + inline + void SetCreateHistogramFunction(v8::CreateHistogramCallback cb) { + v8::V8::SetCreateHistogramFunction(cb); + } + + inline + void SetAddHistogramSampleFunction(v8::AddHistogramSampleCallback cb) { + v8::V8::SetAddHistogramSampleFunction(cb); + } + + inline bool IdleNotification(int idle_time_in_ms) { + return v8::V8::IdleNotification(idle_time_in_ms); + } + + inline void LowMemoryNotification() { + v8::V8::LowMemoryNotification(); + } + + inline void ContextDisposedNotification() { + v8::V8::ContextDisposedNotification(); + } +#endif + +#if (NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION) // Node 0.12 + inline v8::Local Undefined() { +# if NODE_MODULE_VERSION < IOJS_3_0_MODULE_VERSION + EscapableHandleScope scope; + return scope.Escape(New(v8::Undefined(v8::Isolate::GetCurrent()))); +# else + return v8::Undefined(v8::Isolate::GetCurrent()); +# endif + } + + inline v8::Local Null() { +# if NODE_MODULE_VERSION < IOJS_3_0_MODULE_VERSION + EscapableHandleScope scope; + return scope.Escape(New(v8::Null(v8::Isolate::GetCurrent()))); +# else + return v8::Null(v8::Isolate::GetCurrent()); +# endif + } + + inline v8::Local True() { +# if NODE_MODULE_VERSION < IOJS_3_0_MODULE_VERSION + EscapableHandleScope scope; + return scope.Escape(New(v8::True(v8::Isolate::GetCurrent()))); +# else + return v8::True(v8::Isolate::GetCurrent()); +# endif + } + + inline v8::Local False() { +# if NODE_MODULE_VERSION < IOJS_3_0_MODULE_VERSION + EscapableHandleScope scope; + return scope.Escape(New(v8::False(v8::Isolate::GetCurrent()))); +# else + return v8::False(v8::Isolate::GetCurrent()); +# endif + } + + inline v8::Local EmptyString() { + return v8::String::Empty(v8::Isolate::GetCurrent()); + } + + inline int AdjustExternalMemory(int bc) { + return static_cast( + v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(bc)); + } + + inline void SetTemplate( + v8::Local templ + , const char *name + , v8::Local value) { + templ->Set(v8::Isolate::GetCurrent(), name, value); + } + + inline void SetTemplate( + v8::Local templ + , v8::Local name + , v8::Local value + , v8::PropertyAttribute attributes) { + templ->Set(name, value, attributes); + } + + inline v8::Local GetCurrentContext() { + return v8::Isolate::GetCurrent()->GetCurrentContext(); + } + + inline void* GetInternalFieldPointer( + v8::Local object + , int index) { +#if (V8_MAJOR_VERSION > 14) || \ + (V8_MAJOR_VERSION == 14 && V8_MINOR_VERSION > 2) || \ + (V8_MAJOR_VERSION == 14 && V8_MINOR_VERSION == 2 && V8_BUILD_NUMBER >= 194) + return object->GetAlignedPointerFromInternalField( + index, v8::kEmbedderDataTypeTagDefault + ); +# else + return object->GetAlignedPointerFromInternalField(index); +# endif + } + + inline void SetInternalFieldPointer( + v8::Local object + , int index + , void* value) { +#if (V8_MAJOR_VERSION > 14) || \ + (V8_MAJOR_VERSION == 14 && V8_MINOR_VERSION > 2) || \ + (V8_MAJOR_VERSION == 14 && V8_MINOR_VERSION == 2 && V8_BUILD_NUMBER >= 194) + object->SetAlignedPointerInInternalField( + index, value, v8::kEmbedderDataTypeTagDefault + ); +# else + object->SetAlignedPointerInInternalField(index, value); +# endif + } + +# define NAN_GC_CALLBACK(name) \ + void name(v8::Isolate *isolate, v8::GCType type, v8::GCCallbackFlags flags) + +#if NODE_MODULE_VERSION <= NODE_4_0_MODULE_VERSION + typedef v8::Isolate::GCEpilogueCallback GCEpilogueCallback; + typedef v8::Isolate::GCPrologueCallback GCPrologueCallback; +#else + typedef v8::Isolate::GCCallback GCEpilogueCallback; + typedef v8::Isolate::GCCallback GCPrologueCallback; +#endif + + inline void AddGCEpilogueCallback( + GCEpilogueCallback callback + , v8::GCType gc_type_filter = v8::kGCTypeAll) { + v8::Isolate::GetCurrent()->AddGCEpilogueCallback(callback, gc_type_filter); + } + + inline void RemoveGCEpilogueCallback( + GCEpilogueCallback callback) { + v8::Isolate::GetCurrent()->RemoveGCEpilogueCallback(callback); + } + + inline void AddGCPrologueCallback( + GCPrologueCallback callback + , v8::GCType gc_type_filter = v8::kGCTypeAll) { + v8::Isolate::GetCurrent()->AddGCPrologueCallback(callback, gc_type_filter); + } + + inline void RemoveGCPrologueCallback( + GCPrologueCallback callback) { + v8::Isolate::GetCurrent()->RemoveGCPrologueCallback(callback); + } + + inline void GetHeapStatistics( + v8::HeapStatistics *heap_statistics) { + v8::Isolate::GetCurrent()->GetHeapStatistics(heap_statistics); + } + +# define X(NAME) \ + inline v8::Local NAME(const char *msg) { \ + EscapableHandleScope scope; \ + return scope.Escape(v8::Exception::NAME(New(msg).ToLocalChecked())); \ + } \ + \ + inline \ + v8::Local NAME(v8::Local msg) { \ + return v8::Exception::NAME(msg); \ + } \ + \ + inline void Throw ## NAME(const char *msg) { \ + HandleScope scope; \ + v8::Isolate::GetCurrent()->ThrowException( \ + v8::Exception::NAME(New(msg).ToLocalChecked())); \ + } \ + \ + inline void Throw ## NAME(v8::Local msg) { \ + HandleScope scope; \ + v8::Isolate::GetCurrent()->ThrowException( \ + v8::Exception::NAME(msg)); \ + } + + X(Error) + X(RangeError) + X(ReferenceError) + X(SyntaxError) + X(TypeError) + +# undef X + + inline void ThrowError(v8::Local error) { + v8::Isolate::GetCurrent()->ThrowException(error); + } + + inline MaybeLocal NewBuffer( + char *data + , size_t length +#if NODE_MODULE_VERSION > IOJS_2_0_MODULE_VERSION + , node::Buffer::FreeCallback callback +#else + , node::smalloc::FreeCallback callback +#endif + , void *hint + ) { + // arbitrary buffer lengths requires + // NODE_MODULE_VERSION >= IOJS_3_0_MODULE_VERSION + assert(length <= imp::kMaxLength && "too large buffer"); +#if NODE_MODULE_VERSION > IOJS_2_0_MODULE_VERSION + return node::Buffer::New( + v8::Isolate::GetCurrent(), data, length, callback, hint); +#else + return node::Buffer::New(v8::Isolate::GetCurrent(), data, length, callback, + hint); +#endif + } + + inline MaybeLocal CopyBuffer( + const char *data + , uint32_t size + ) { + // arbitrary buffer lengths requires + // NODE_MODULE_VERSION >= IOJS_3_0_MODULE_VERSION + assert(size <= imp::kMaxLength && "too large buffer"); +#if NODE_MODULE_VERSION > IOJS_2_0_MODULE_VERSION + return node::Buffer::Copy( + v8::Isolate::GetCurrent(), data, size); +#else + return node::Buffer::New(v8::Isolate::GetCurrent(), data, size); +#endif + } + + inline MaybeLocal NewBuffer(uint32_t size) { + // arbitrary buffer lengths requires + // NODE_MODULE_VERSION >= IOJS_3_0_MODULE_VERSION + assert(size <= imp::kMaxLength && "too large buffer"); +#if NODE_MODULE_VERSION > IOJS_2_0_MODULE_VERSION + return node::Buffer::New( + v8::Isolate::GetCurrent(), size); +#else + return node::Buffer::New(v8::Isolate::GetCurrent(), size); +#endif + } + + inline MaybeLocal NewBuffer( + char* data + , uint32_t size + ) { + // arbitrary buffer lengths requires + // NODE_MODULE_VERSION >= IOJS_3_0_MODULE_VERSION + assert(size <= imp::kMaxLength && "too large buffer"); +#if NODE_MODULE_VERSION > IOJS_2_0_MODULE_VERSION + return node::Buffer::New(v8::Isolate::GetCurrent(), data, size); +#else + return node::Buffer::Use(v8::Isolate::GetCurrent(), data, size); +#endif + } + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ + (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3)) + inline MaybeLocal + NewOneByteString(const uint8_t * value, int length = -1) { + return v8::String::NewFromOneByte(v8::Isolate::GetCurrent(), value, + v8::NewStringType::kNormal, length); + } + + inline MaybeLocal CompileScript( + v8::Local s + , const v8::ScriptOrigin& origin + ) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + v8::ScriptCompiler::Source source(s, origin); + return scope.Escape( + v8::ScriptCompiler::Compile(isolate->GetCurrentContext(), &source) + .FromMaybe(v8::Local())); + } + + inline MaybeLocal CompileScript( + v8::Local s + ) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + v8::ScriptCompiler::Source source(s); + return scope.Escape( + v8::ScriptCompiler::Compile(isolate->GetCurrentContext(), &source) + .FromMaybe(v8::Local())); + } + + inline MaybeLocal RunScript( + v8::Local script + ) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape(script->BindToCurrentContext() + ->Run(isolate->GetCurrentContext()) + .FromMaybe(v8::Local())); + } + + inline MaybeLocal RunScript( + v8::Local script + ) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape(script->Run(isolate->GetCurrentContext()) + .FromMaybe(v8::Local())); + } +#else + inline MaybeLocal + NewOneByteString(const uint8_t * value, int length = -1) { + return v8::String::NewFromOneByte(v8::Isolate::GetCurrent(), value, + v8::String::kNormalString, length); + } + + inline MaybeLocal CompileScript( + v8::Local s + , const v8::ScriptOrigin& origin + ) { + v8::ScriptCompiler::Source source(s, origin); + return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &source); + } + + inline MaybeLocal CompileScript( + v8::Local s + ) { + v8::ScriptCompiler::Source source(s); + return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &source); + } + + inline MaybeLocal RunScript( + v8::Local script + ) { + EscapableHandleScope scope; + return scope.Escape(script->BindToCurrentContext()->Run()); + } + + inline MaybeLocal RunScript( + v8::Local script + ) { + return script->Run(); + } +#endif + + NAN_DEPRECATED inline v8::Local MakeCallback( + v8::Local target + , v8::Local func + , int argc + , v8::Local* argv) { +#if NODE_MODULE_VERSION < IOJS_3_0_MODULE_VERSION + EscapableHandleScope scope; + return scope.Escape(New(node::MakeCallback( + v8::Isolate::GetCurrent(), target, func, argc, argv))); +#else +# if NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION + AsyncResource res("nan:makeCallback"); + return res.runInAsyncScope(target, func, argc, argv) + .FromMaybe(v8::Local()); +# else + return node::MakeCallback( + v8::Isolate::GetCurrent(), target, func, argc, argv); +# endif // NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION +#endif // NODE_MODULE_VERSION < IOJS_3_0_MODULE_VERSION + } + + NAN_DEPRECATED inline v8::Local MakeCallback( + v8::Local target + , v8::Local symbol + , int argc + , v8::Local* argv) { +#if NODE_MODULE_VERSION < IOJS_3_0_MODULE_VERSION + EscapableHandleScope scope; + return scope.Escape(New(node::MakeCallback( + v8::Isolate::GetCurrent(), target, symbol, argc, argv))); +#else +# if NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION + AsyncResource res("nan:makeCallback"); + return res.runInAsyncScope(target, symbol, argc, argv) + .FromMaybe(v8::Local()); +# else + return node::MakeCallback( + v8::Isolate::GetCurrent(), target, symbol, argc, argv); +# endif // NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION +#endif // NODE_MODULE_VERSION < IOJS_3_0_MODULE_VERSION + } + + NAN_DEPRECATED inline v8::Local MakeCallback( + v8::Local target + , const char* method + , int argc + , v8::Local* argv) { +#if NODE_MODULE_VERSION < IOJS_3_0_MODULE_VERSION + EscapableHandleScope scope; + return scope.Escape(New(node::MakeCallback( + v8::Isolate::GetCurrent(), target, method, argc, argv))); +#else +# if NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION + AsyncResource res("nan:makeCallback"); + return res.runInAsyncScope(target, method, argc, argv) + .FromMaybe(v8::Local()); +# else + return node::MakeCallback( + v8::Isolate::GetCurrent(), target, method, argc, argv); +# endif // NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION +#endif // NODE_MODULE_VERSION < IOJS_3_0_MODULE_VERSION + } + + inline void FatalException(const TryCatch& try_catch) { + node::FatalException(v8::Isolate::GetCurrent(), try_catch.try_catch_); + } + + inline v8::Local ErrnoException( + int errorno + , const char* syscall = NULL + , const char* message = NULL + , const char* path = NULL) { + return node::ErrnoException(v8::Isolate::GetCurrent(), errorno, syscall, + message, path); + } + + NAN_DEPRECATED inline v8::Local NanErrnoException( + int errorno + , const char* syscall = NULL + , const char* message = NULL + , const char* path = NULL) { + return ErrnoException(errorno, syscall, message, path); + } + + template + inline void SetIsolateData( + v8::Isolate *isolate + , T *data + ) { + isolate->SetData(0, data); + } + + template + inline T *GetIsolateData( + v8::Isolate *isolate + ) { + return static_cast(isolate->GetData(0)); + } + +class Utf8String { + public: + inline explicit Utf8String(v8::Local from) : + length_(0), str_(str_st_) { + HandleScope scope; + if (!from.IsEmpty()) { +#if NODE_MAJOR_VERSION >= 10 + v8::Local context = GetCurrentContext(); + v8::Local string = + from->ToString(context).FromMaybe(v8::Local()); +#else + v8::Local string = from->ToString(); +#endif + if (!string.IsEmpty()) { + size_t len = 3 * string->Length() + 1; + assert(len <= INT_MAX); + if (len > sizeof (str_st_)) { + str_ = static_cast(malloc(len)); + assert(str_ != 0); + } +#if NODE_MAJOR_VERSION >= 11 +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 13 || \ + (V8_MAJOR_VERSION == 13 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 4)) + length_ = string->WriteUtf8V2(v8::Isolate::GetCurrent(), str_, + static_cast(len), imp::kReplaceInvalidUtf8); +#else + const int flags = + v8::String::NO_NULL_TERMINATION | imp::kReplaceInvalidUtf8; + length_ = string->WriteUtf8(v8::Isolate::GetCurrent(), str_, + static_cast(len), 0, flags); +#endif + +#else + // See https://github.com/nodejs/nan/issues/832. + // Disable the warning as there is no way around it. +#ifdef _MSC_VER +#pragma warning(push) +#pragma warning(disable : 4996) +#endif +#ifdef __GNUC__ +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wdeprecated-declarations" +#endif + const int flags = + v8::String::NO_NULL_TERMINATION | imp::kReplaceInvalidUtf8; + length_ = string->WriteUtf8(str_, static_cast(len), 0, flags); +#ifdef __GNUC__ +#pragma GCC diagnostic pop +#endif +#ifdef _MSC_VER +#pragma warning(pop) +#endif +#endif // NODE_MAJOR_VERSION < 11 + str_[length_] = '\0'; + } + } + } + + inline int length() const { + return length_; + } + + inline char* operator*() { return str_; } + inline const char* operator*() const { return str_; } + + inline ~Utf8String() { + if (str_ != str_st_) { + free(str_); + } + } + + private: + NAN_DISALLOW_ASSIGN_COPY_MOVE(Utf8String) + + int length_; + char *str_; + char str_st_[1024]; +}; + +#else // Node 0.8 and 0.10 + inline v8::Local Undefined() { + EscapableHandleScope scope; + return scope.Escape(New(v8::Undefined())); + } + + inline v8::Local Null() { + EscapableHandleScope scope; + return scope.Escape(New(v8::Null())); + } + + inline v8::Local True() { + EscapableHandleScope scope; + return scope.Escape(New(v8::True())); + } + + inline v8::Local False() { + EscapableHandleScope scope; + return scope.Escape(New(v8::False())); + } + + inline v8::Local EmptyString() { + return v8::String::Empty(); + } + + inline int AdjustExternalMemory(int bc) { + return static_cast(v8::V8::AdjustAmountOfExternalAllocatedMemory(bc)); + } + + inline void SetTemplate( + v8::Local templ + , const char *name + , v8::Local value) { + templ->Set(name, value); + } + + inline void SetTemplate( + v8::Local templ + , v8::Local name + , v8::Local value + , v8::PropertyAttribute attributes) { + templ->Set(name, value, attributes); + } + + inline v8::Local GetCurrentContext() { + return v8::Context::GetCurrent(); + } + + inline void* GetInternalFieldPointer( + v8::Local object + , int index) { + return object->GetPointerFromInternalField(index); + } + + inline void SetInternalFieldPointer( + v8::Local object + , int index + , void* value) { + object->SetPointerInInternalField(index, value); + } + +# define NAN_GC_CALLBACK(name) \ + void name(v8::GCType type, v8::GCCallbackFlags flags) + + inline void AddGCEpilogueCallback( + v8::GCEpilogueCallback callback + , v8::GCType gc_type_filter = v8::kGCTypeAll) { + v8::V8::AddGCEpilogueCallback(callback, gc_type_filter); + } + inline void RemoveGCEpilogueCallback( + v8::GCEpilogueCallback callback) { + v8::V8::RemoveGCEpilogueCallback(callback); + } + inline void AddGCPrologueCallback( + v8::GCPrologueCallback callback + , v8::GCType gc_type_filter = v8::kGCTypeAll) { + v8::V8::AddGCPrologueCallback(callback, gc_type_filter); + } + inline void RemoveGCPrologueCallback( + v8::GCPrologueCallback callback) { + v8::V8::RemoveGCPrologueCallback(callback); + } + inline void GetHeapStatistics( + v8::HeapStatistics *heap_statistics) { + v8::V8::GetHeapStatistics(heap_statistics); + } + +# define X(NAME) \ + inline v8::Local NAME(const char *msg) { \ + EscapableHandleScope scope; \ + return scope.Escape(v8::Exception::NAME(New(msg).ToLocalChecked())); \ + } \ + \ + inline \ + v8::Local NAME(v8::Local msg) { \ + return v8::Exception::NAME(msg); \ + } \ + \ + inline void Throw ## NAME(const char *msg) { \ + HandleScope scope; \ + v8::ThrowException(v8::Exception::NAME(New(msg).ToLocalChecked())); \ + } \ + \ + inline \ + void Throw ## NAME(v8::Local errmsg) { \ + HandleScope scope; \ + v8::ThrowException(v8::Exception::NAME(errmsg)); \ + } + + X(Error) + X(RangeError) + X(ReferenceError) + X(SyntaxError) + X(TypeError) + +# undef X + + inline void ThrowError(v8::Local error) { + v8::ThrowException(error); + } + + inline MaybeLocal NewBuffer( + char *data + , size_t length + , node::Buffer::free_callback callback + , void *hint + ) { + EscapableHandleScope scope; + // arbitrary buffer lengths requires + // NODE_MODULE_VERSION >= IOJS_3_0_MODULE_VERSION + assert(length <= imp::kMaxLength && "too large buffer"); + return scope.Escape( + New(node::Buffer::New(data, length, callback, hint)->handle_)); + } + + inline MaybeLocal CopyBuffer( + const char *data + , uint32_t size + ) { + EscapableHandleScope scope; + // arbitrary buffer lengths requires + // NODE_MODULE_VERSION >= IOJS_3_0_MODULE_VERSION + assert(size <= imp::kMaxLength && "too large buffer"); +#if NODE_MODULE_VERSION >= NODE_0_10_MODULE_VERSION + return scope.Escape(New(node::Buffer::New(data, size)->handle_)); +#else + return scope.Escape( + New(node::Buffer::New(const_cast(data), size)->handle_)); +#endif + } + + inline MaybeLocal NewBuffer(uint32_t size) { + // arbitrary buffer lengths requires + // NODE_MODULE_VERSION >= IOJS_3_0_MODULE_VERSION + EscapableHandleScope scope; + assert(size <= imp::kMaxLength && "too large buffer"); + return scope.Escape(New(node::Buffer::New(size)->handle_)); + } + + inline void FreeData(char *data, void *hint) { + (void) hint; // unused + delete[] data; + } + + inline MaybeLocal NewBuffer( + char* data + , uint32_t size + ) { + EscapableHandleScope scope; + // arbitrary buffer lengths requires + // NODE_MODULE_VERSION >= IOJS_3_0_MODULE_VERSION + assert(size <= imp::kMaxLength && "too large buffer"); + return scope.Escape( + New(node::Buffer::New(data, size, FreeData, NULL)->handle_)); + } + +namespace imp { +inline void +widenString(std::vector *ws, const uint8_t *s, int l) { + size_t len = static_cast(l); + if (l < 0) { + len = strlen(reinterpret_cast(s)); + } + assert(len <= INT_MAX && "string too long"); + ws->resize(len); + std::copy(s, s + len, ws->begin()); // NOLINT(build/include_what_you_use) +} +} // end of namespace imp + + inline MaybeLocal + NewOneByteString(const uint8_t * value, int length = -1) { + std::vector wideString; // NOLINT(build/include_what_you_use) + imp::widenString(&wideString, value, length); + return v8::String::New(wideString.data(), + static_cast(wideString.size())); + } + + inline MaybeLocal CompileScript( + v8::Local s + , const v8::ScriptOrigin& origin + ) { + return v8::Script::Compile(s, const_cast(&origin)); + } + + inline MaybeLocal CompileScript( + v8::Local s + ) { + return v8::Script::Compile(s); + } + + inline + MaybeLocal RunScript(v8::Local script) { + return script->Run(); + } + + inline v8::Local MakeCallback( + v8::Local target + , v8::Local func + , int argc + , v8::Local* argv) { + v8::HandleScope scope; + return scope.Close(New(node::MakeCallback(target, func, argc, argv))); + } + + inline v8::Local MakeCallback( + v8::Local target + , v8::Local symbol + , int argc + , v8::Local* argv) { + v8::HandleScope scope; + return scope.Close(New(node::MakeCallback(target, symbol, argc, argv))); + } + + inline v8::Local MakeCallback( + v8::Local target + , const char* method + , int argc + , v8::Local* argv) { + v8::HandleScope scope; + return scope.Close(New(node::MakeCallback(target, method, argc, argv))); + } + + inline void FatalException(const TryCatch& try_catch) { + node::FatalException(const_cast(try_catch.try_catch_)); + } + + inline v8::Local ErrnoException( + int errorno + , const char* syscall = NULL + , const char* message = NULL + , const char* path = NULL) { + return node::ErrnoException(errorno, syscall, message, path); + } + + NAN_DEPRECATED inline v8::Local NanErrnoException( + int errorno + , const char* syscall = NULL + , const char* message = NULL + , const char* path = NULL) { + return ErrnoException(errorno, syscall, message, path); + } + + + template + inline void SetIsolateData( + v8::Isolate *isolate + , T *data + ) { + isolate->SetData(data); + } + + template + inline T *GetIsolateData( + v8::Isolate *isolate + ) { + return static_cast(isolate->GetData()); + } + +class Utf8String { + public: + inline explicit Utf8String(v8::Local from) : + length_(0), str_(str_st_) { + v8::HandleScope scope; + if (!from.IsEmpty()) { + v8::Local string = from->ToString(); + if (!string.IsEmpty()) { + size_t len = 3 * string->Length() + 1; + assert(len <= INT_MAX); + if (len > sizeof (str_st_)) { + str_ = static_cast(malloc(len)); + assert(str_ != 0); + } + const int flags = + v8::String::NO_NULL_TERMINATION | imp::kReplaceInvalidUtf8; + length_ = string->WriteUtf8(str_, static_cast(len), 0, flags); + str_[length_] = '\0'; + } + } + } + + inline int length() const { + return length_; + } + + inline char* operator*() { return str_; } + inline const char* operator*() const { return str_; } + + inline ~Utf8String() { + if (str_ != str_st_) { + free(str_); + } + } + + private: + NAN_DISALLOW_ASSIGN_COPY_MOVE(Utf8String) + + int length_; + char *str_; + char str_st_[1024]; +}; + +#endif // NODE_MODULE_VERSION + +typedef void (*FreeCallback)(char *data, void *hint); + +typedef const FunctionCallbackInfo& NAN_METHOD_ARGS_TYPE; +typedef void NAN_METHOD_RETURN_TYPE; + +typedef const PropertyCallbackInfo& NAN_GETTER_ARGS_TYPE; +typedef void NAN_GETTER_RETURN_TYPE; + +typedef const PropertyCallbackInfo& NAN_SETTER_ARGS_TYPE; +typedef void NAN_SETTER_RETURN_TYPE; + +typedef const PropertyCallbackInfo& + NAN_PROPERTY_GETTER_ARGS_TYPE; +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 12 || \ + (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION > 4)) +typedef v8::Intercepted NAN_PROPERTY_GETTER_RETURN_TYPE; +#else +typedef void NAN_PROPERTY_GETTER_RETURN_TYPE; +#endif + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 12 || \ + (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION > 4)) +typedef const PropertyCallbackInfo& + NAN_PROPERTY_SETTER_ARGS_TYPE; +typedef v8::Intercepted NAN_PROPERTY_SETTER_RETURN_TYPE; +#else +typedef const PropertyCallbackInfo& + NAN_PROPERTY_SETTER_ARGS_TYPE; +typedef void NAN_PROPERTY_SETTER_RETURN_TYPE; +#endif + +typedef const PropertyCallbackInfo& + NAN_PROPERTY_ENUMERATOR_ARGS_TYPE; +typedef void NAN_PROPERTY_ENUMERATOR_RETURN_TYPE; + +typedef const PropertyCallbackInfo& + NAN_PROPERTY_DELETER_ARGS_TYPE; + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 12 || \ + (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION > 4)) +typedef v8::Intercepted NAN_PROPERTY_DELETER_RETURN_TYPE; +#else +typedef void NAN_PROPERTY_DELETER_RETURN_TYPE; +#endif + + +typedef const PropertyCallbackInfo& + NAN_PROPERTY_QUERY_ARGS_TYPE; +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 12 || \ + (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION > 4)) +typedef v8::Intercepted NAN_PROPERTY_QUERY_RETURN_TYPE; +#else +typedef void NAN_PROPERTY_QUERY_RETURN_TYPE; +#endif + +typedef const PropertyCallbackInfo& NAN_INDEX_GETTER_ARGS_TYPE; +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 12 || \ + (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION > 4)) +typedef v8::Intercepted NAN_INDEX_GETTER_RETURN_TYPE; +#else +typedef void NAN_INDEX_GETTER_RETURN_TYPE; +#endif + + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 12 || \ + (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION > 4)) +typedef const PropertyCallbackInfo& NAN_INDEX_SETTER_ARGS_TYPE; +typedef v8::Intercepted NAN_INDEX_SETTER_RETURN_TYPE; +#else +typedef const PropertyCallbackInfo& NAN_INDEX_SETTER_ARGS_TYPE; +typedef void NAN_INDEX_SETTER_RETURN_TYPE; +#endif + +typedef const PropertyCallbackInfo& + NAN_INDEX_ENUMERATOR_ARGS_TYPE; +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 12 || \ + (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION > 4)) +typedef v8::Intercepted NAN_INDEX_ENUMERATOR_RETURN_TYPE; +#else +typedef void NAN_INDEX_ENUMERATOR_RETURN_TYPE; +#endif + +typedef const PropertyCallbackInfo& + NAN_INDEX_DELETER_ARGS_TYPE; +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 12 || \ + (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION > 4)) +typedef v8::Intercepted NAN_INDEX_DELETER_RETURN_TYPE; +#else +typedef void NAN_INDEX_DELETER_RETURN_TYPE; +#endif + +typedef const PropertyCallbackInfo& + NAN_INDEX_QUERY_ARGS_TYPE; +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 12 || \ + (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION > 4)) +typedef v8::Intercepted NAN_INDEX_QUERY_RETURN_TYPE; +#else +typedef void NAN_INDEX_QUERY_RETURN_TYPE; +#endif + +#define NAN_METHOD(name) \ + Nan::NAN_METHOD_RETURN_TYPE name(Nan::NAN_METHOD_ARGS_TYPE info) +#define NAN_GETTER(name) \ + Nan::NAN_GETTER_RETURN_TYPE name( \ + v8::Local property \ + , Nan::NAN_GETTER_ARGS_TYPE info) +#define NAN_SETTER(name) \ + Nan::NAN_SETTER_RETURN_TYPE name( \ + v8::Local property \ + , v8::Local value \ + , Nan::NAN_SETTER_ARGS_TYPE info) +#define NAN_PROPERTY_GETTER(name) \ + Nan::NAN_PROPERTY_GETTER_RETURN_TYPE name( \ + v8::Local property \ + , Nan::NAN_PROPERTY_GETTER_ARGS_TYPE info) +#define NAN_PROPERTY_SETTER(name) \ + Nan::NAN_PROPERTY_SETTER_RETURN_TYPE name( \ + v8::Local property \ + , v8::Local value \ + , Nan::NAN_PROPERTY_SETTER_ARGS_TYPE info) +#define NAN_PROPERTY_ENUMERATOR(name) \ + Nan::NAN_PROPERTY_ENUMERATOR_RETURN_TYPE name( \ + Nan::NAN_PROPERTY_ENUMERATOR_ARGS_TYPE info) +#define NAN_PROPERTY_DELETER(name) \ + Nan::NAN_PROPERTY_DELETER_RETURN_TYPE name( \ + v8::Local property \ + , Nan::NAN_PROPERTY_DELETER_ARGS_TYPE info) +#define NAN_PROPERTY_QUERY(name) \ + Nan::NAN_PROPERTY_QUERY_RETURN_TYPE name( \ + v8::Local property \ + , Nan::NAN_PROPERTY_QUERY_ARGS_TYPE info) +# define NAN_INDEX_GETTER(name) \ + Nan::NAN_INDEX_GETTER_RETURN_TYPE name( \ + uint32_t index \ + , Nan::NAN_INDEX_GETTER_ARGS_TYPE info) +#define NAN_INDEX_SETTER(name) \ + Nan::NAN_INDEX_SETTER_RETURN_TYPE name( \ + uint32_t index \ + , v8::Local value \ + , Nan::NAN_INDEX_SETTER_ARGS_TYPE info) +#define NAN_INDEX_ENUMERATOR(name) \ + Nan::NAN_INDEX_ENUMERATOR_RETURN_TYPE \ + name(Nan::NAN_INDEX_ENUMERATOR_ARGS_TYPE info) +#define NAN_INDEX_DELETER(name) \ + Nan::NAN_INDEX_DELETER_RETURN_TYPE name( \ + uint32_t index \ + , Nan::NAN_INDEX_DELETER_ARGS_TYPE info) +#define NAN_INDEX_QUERY(name) \ + Nan::NAN_INDEX_QUERY_RETURN_TYPE name( \ + uint32_t index \ + , Nan::NAN_INDEX_QUERY_ARGS_TYPE info) + +class Callback { + public: + Callback() {} + + explicit Callback(const v8::Local &fn) : handle_(fn) {} + + ~Callback() { + handle_.Reset(); + } + + bool operator==(const Callback &other) const { + return handle_ == other.handle_; + } + + bool operator!=(const Callback &other) const { + return !operator==(other); + } + + inline + v8::Local operator*() const { return GetFunction(); } + + NAN_DEPRECATED inline v8::Local operator()( + v8::Local target + , int argc = 0 + , v8::Local argv[] = 0) const { +#if NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION + v8::Isolate *isolate = v8::Isolate::GetCurrent(); +# if NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION + AsyncResource async("nan:Callback:operator()"); + return Call_(isolate, target, argc, argv, &async) + .FromMaybe(v8::Local()); +# else + return Call_(isolate, target, argc, argv); +# endif // NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION +#else + return Call_(target, argc, argv); +#endif // NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION + } + + NAN_DEPRECATED inline v8::Local operator()( + int argc = 0 + , v8::Local argv[] = 0) const { +#if NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); +# if NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION + AsyncResource async("nan:Callback:operator()"); + return scope.Escape(Call_(isolate, isolate->GetCurrentContext()->Global(), + argc, argv, &async) + .FromMaybe(v8::Local())); +# else + return scope.Escape( + Call_(isolate, isolate->GetCurrentContext()->Global(), argc, argv)); +# endif // NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION +#else + v8::HandleScope scope; + return scope.Close(Call_(v8::Context::GetCurrent()->Global(), argc, argv)); +#endif // NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION + } + + inline MaybeLocal operator()( + AsyncResource* resource + , int argc = 0 + , v8::Local argv[] = 0) const { + return this->Call(argc, argv, resource); + } + + inline MaybeLocal operator()( + AsyncResource* resource + , v8::Local target + , int argc = 0 + , v8::Local argv[] = 0) const { + return this->Call(target, argc, argv, resource); + } + + // TODO(kkoopa): remove + inline void SetFunction(const v8::Local &fn) { + Reset(fn); + } + + inline void Reset(const v8::Local &fn) { + handle_.Reset(fn); + } + + inline void Reset() { + handle_.Reset(); + } + + inline v8::Local GetFunction() const { + return New(handle_); + } + + inline bool IsEmpty() const { + return handle_.IsEmpty(); + } + + // Deprecated: For async callbacks Use the versions that accept an + // AsyncResource. If this callback does not correspond to an async resource, + // that is, it is a synchronous function call on a non-empty JS stack, you + // should Nan::Call instead. + NAN_DEPRECATED inline v8::Local + Call(v8::Local target + , int argc + , v8::Local argv[]) const { +#if NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION + v8::Isolate *isolate = v8::Isolate::GetCurrent(); +# if NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION + AsyncResource async("nan:Callback:Call"); + return Call_(isolate, target, argc, argv, &async) + .FromMaybe(v8::Local()); +# else + return Call_(isolate, target, argc, argv); +# endif // NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION +#else + return Call_(target, argc, argv); +#endif + } + + // Deprecated: For async callbacks Use the versions that accept an + // AsyncResource. If this callback does not correspond to an async resource, + // that is, it is a synchronous function call on a non-empty JS stack, you + // should Nan::Call instead. + NAN_DEPRECATED inline v8::Local + Call(int argc, v8::Local argv[]) const { +#if NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); +# if NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION + AsyncResource async("nan:Callback:Call"); + return scope.Escape(Call_(isolate, isolate->GetCurrentContext()->Global(), + argc, argv, &async) + .FromMaybe(v8::Local())); +# else + return scope.Escape( + Call_(isolate, isolate->GetCurrentContext()->Global(), argc, argv)); +# endif // NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION +#else + v8::HandleScope scope; + return scope.Close(Call_(v8::Context::GetCurrent()->Global(), argc, argv)); +#endif + } + + inline MaybeLocal + Call(v8::Local target + , int argc + , v8::Local argv[] + , AsyncResource* resource) const { +#if NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION + v8::Isolate* isolate = v8::Isolate::GetCurrent(); + return Call_(isolate, target, argc, argv, resource); +#elif NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + return Call_(isolate, target, argc, argv); +#else + return Call_(target, argc, argv); +#endif + } + + inline MaybeLocal + Call(int argc, v8::Local argv[], AsyncResource* resource) const { +#if NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION + v8::Isolate* isolate = v8::Isolate::GetCurrent(); + return Call(isolate->GetCurrentContext()->Global(), argc, argv, resource); +#elif NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape( + Call_(isolate, isolate->GetCurrentContext()->Global(), argc, argv)); +#else + v8::HandleScope scope; + return scope.Close(Call_(v8::Context::GetCurrent()->Global(), argc, argv)); +#endif + } + + private: + NAN_DISALLOW_ASSIGN_COPY_MOVE(Callback) + Persistent handle_; + +#if NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION + MaybeLocal Call_(v8::Isolate *isolate + , v8::Local target + , int argc + , v8::Local argv[] + , AsyncResource* resource) const { + EscapableHandleScope scope; + v8::Local func = New(handle_); + auto maybe = resource->runInAsyncScope(target, func, argc, argv); + v8::Local local; + if (!maybe.ToLocal(&local)) return MaybeLocal(); + return scope.Escape(local); + } +#elif NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION + v8::Local Call_(v8::Isolate *isolate + , v8::Local target + , int argc + , v8::Local argv[]) const { + EscapableHandleScope scope; + + v8::Local callback = New(handle_); +# if NODE_MODULE_VERSION < IOJS_3_0_MODULE_VERSION + return scope.Escape(New(node::MakeCallback( + isolate + , target + , callback + , argc + , argv + ))); +# else + return scope.Escape(node::MakeCallback( + isolate + , target + , callback + , argc + , argv + )); +# endif + } +#else + v8::Local Call_(v8::Local target + , int argc + , v8::Local argv[]) const { + EscapableHandleScope scope; + + v8::Local callback = New(handle_); + return scope.Escape(New(node::MakeCallback( + target + , callback + , argc + , argv + ))); + } +#endif +}; + +inline MaybeLocal Call( + const Nan::Callback& callback + , v8::Local recv + , int argc + , v8::Local argv[]) { + return Call(*callback, recv, argc, argv); +} + +inline MaybeLocal Call( + const Nan::Callback& callback + , int argc + , v8::Local argv[]) { +#if NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION + v8::Isolate* isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape( + Call(*callback, isolate->GetCurrentContext()->Global(), argc, argv) + .FromMaybe(v8::Local())); +#else + EscapableHandleScope scope; + return scope.Escape( + Call(*callback, v8::Context::GetCurrent()->Global(), argc, argv) + .FromMaybe(v8::Local())); +#endif +} + +inline MaybeLocal Call( + v8::Local symbol + , v8::Local recv + , int argc + , v8::Local argv[]) { + EscapableHandleScope scope; + v8::Local fn_v = + Get(recv, symbol).FromMaybe(v8::Local()); + if (fn_v.IsEmpty() || !fn_v->IsFunction()) return v8::Local(); + v8::Local fn = fn_v.As(); + return scope.Escape( + Call(fn, recv, argc, argv).FromMaybe(v8::Local())); +} + +inline MaybeLocal Call( + const char* method + , v8::Local recv + , int argc + , v8::Local argv[]) { + EscapableHandleScope scope; + v8::Local method_string = + New(method).ToLocalChecked(); + return scope.Escape( + Call(method_string, recv, argc, argv).FromMaybe(v8::Local())); +} + +/* abstract */ class AsyncWorker { + public: + explicit AsyncWorker(Callback *callback_, + const char* resource_name = "nan:AsyncWorker") + : callback(callback_), errmsg_(NULL) { + request.data = this; + + HandleScope scope; + v8::Local obj = New(); + persistentHandle.Reset(obj); + async_resource = new AsyncResource(resource_name, obj); + } + + virtual ~AsyncWorker() { + HandleScope scope; + + if (!persistentHandle.IsEmpty()) + persistentHandle.Reset(); + delete callback; + delete[] errmsg_; + delete async_resource; + } + + virtual void WorkComplete() { + HandleScope scope; + + if (errmsg_ == NULL) + HandleOKCallback(); + else + HandleErrorCallback(); + delete callback; + callback = NULL; + } + + inline void SaveToPersistent( + const char *key, const v8::Local &value) { + HandleScope scope; + Set(New(persistentHandle), New(key).ToLocalChecked(), value).FromJust(); + } + + inline void SaveToPersistent( + const v8::Local &key, const v8::Local &value) { + HandleScope scope; + Set(New(persistentHandle), key, value).FromJust(); + } + + inline void SaveToPersistent( + uint32_t index, const v8::Local &value) { + HandleScope scope; + Set(New(persistentHandle), index, value).FromJust(); + } + + inline v8::Local GetFromPersistent(const char *key) const { + EscapableHandleScope scope; + return scope.Escape( + Get(New(persistentHandle), New(key).ToLocalChecked()) + .FromMaybe(v8::Local())); + } + + inline v8::Local + GetFromPersistent(const v8::Local &key) const { + EscapableHandleScope scope; + return scope.Escape( + Get(New(persistentHandle), key) + .FromMaybe(v8::Local())); + } + + inline v8::Local GetFromPersistent(uint32_t index) const { + EscapableHandleScope scope; + return scope.Escape( + Get(New(persistentHandle), index) + .FromMaybe(v8::Local())); + } + + virtual void Execute() = 0; + + uv_work_t request; + + virtual void Destroy() { + delete this; + } + + protected: + Persistent persistentHandle; + Callback *callback; + AsyncResource *async_resource; + + virtual void HandleOKCallback() { + HandleScope scope; + + callback->Call(0, NULL, async_resource); + } + + virtual void HandleErrorCallback() { + HandleScope scope; + + v8::Local argv[] = { + v8::Exception::Error(New(ErrorMessage()).ToLocalChecked()) + }; + callback->Call(1, argv, async_resource); + } + + void SetErrorMessage(const char *msg) { + delete[] errmsg_; + + size_t size = strlen(msg) + 1; + errmsg_ = new char[size]; + memcpy(errmsg_, msg, size); + } + + const char* ErrorMessage() const { + return errmsg_; + } + + private: + NAN_DISALLOW_ASSIGN_COPY_MOVE(AsyncWorker) + char *errmsg_; +}; + +/* abstract */ class AsyncBareProgressWorkerBase : public AsyncWorker { + public: + explicit AsyncBareProgressWorkerBase( + Callback *callback_, + const char* resource_name = "nan:AsyncBareProgressWorkerBase") + : AsyncWorker(callback_, resource_name) { + uv_async_init( + GetCurrentEventLoop() + , &async + , AsyncProgress_ + ); + async.data = this; + } + + virtual ~AsyncBareProgressWorkerBase() { + } + + virtual void WorkProgress() = 0; + + virtual void Destroy() { + uv_close(reinterpret_cast(&async), AsyncClose_); + } + + private: + inline static NAUV_WORK_CB(AsyncProgress_) { + AsyncBareProgressWorkerBase *worker = + static_cast(async->data); + worker->WorkProgress(); + } + + inline static void AsyncClose_(uv_handle_t* handle) { + AsyncBareProgressWorkerBase *worker = + static_cast(handle->data); + delete worker; + } + + protected: + uv_async_t async; +}; + +template +/* abstract */ +class AsyncBareProgressWorker : public AsyncBareProgressWorkerBase { + public: + explicit AsyncBareProgressWorker( + Callback *callback_, + const char* resource_name = "nan:AsyncBareProgressWorker") + : AsyncBareProgressWorkerBase(callback_, resource_name) { + uv_mutex_init(&async_lock); + } + + virtual ~AsyncBareProgressWorker() { + uv_mutex_destroy(&async_lock); + } + + class ExecutionProgress { + friend class AsyncBareProgressWorker; + public: + void Signal() const { + uv_mutex_lock(&that_->async_lock); + uv_async_send(&that_->async); + uv_mutex_unlock(&that_->async_lock); + } + + void Send(const T* data, size_t count) const { + that_->SendProgress_(data, count); + } + + private: + explicit ExecutionProgress(AsyncBareProgressWorker *that) : that_(that) {} + NAN_DISALLOW_ASSIGN_COPY_MOVE(ExecutionProgress) + AsyncBareProgressWorker* const that_; + }; + + virtual void Execute(const ExecutionProgress& progress) = 0; + virtual void HandleProgressCallback(const T *data, size_t size) = 0; + + protected: + uv_mutex_t async_lock; + + private: + void Execute() /*final override*/ { + ExecutionProgress progress(this); + Execute(progress); + } + + virtual void SendProgress_(const T *data, size_t count) = 0; +}; + +template +/* abstract */ +class AsyncProgressWorkerBase : public AsyncBareProgressWorker { + public: + explicit AsyncProgressWorkerBase( + Callback *callback_, + const char* resource_name = "nan:AsyncProgressWorkerBase") + : AsyncBareProgressWorker(callback_, resource_name), asyncdata_(NULL), + asyncsize_(0) { + } + + virtual ~AsyncProgressWorkerBase() { + delete[] asyncdata_; + } + + void WorkProgress() { + uv_mutex_lock(&this->async_lock); + T *data = asyncdata_; + size_t size = asyncsize_; + asyncdata_ = NULL; + asyncsize_ = 0; + uv_mutex_unlock(&this->async_lock); + + // Don't send progress events after we've already completed. + if (this->callback) { + this->HandleProgressCallback(data, size); + } + delete[] data; + } + + private: + void SendProgress_(const T *data, size_t count) { + T *new_data = new T[count]; + std::copy(data, data + count, new_data); + + uv_mutex_lock(&this->async_lock); + T *old_data = asyncdata_; + asyncdata_ = new_data; + asyncsize_ = count; + uv_async_send(&this->async); + uv_mutex_unlock(&this->async_lock); + + delete[] old_data; + } + + T *asyncdata_; + size_t asyncsize_; +}; + +// This ensures compatibility to the previous un-templated AsyncProgressWorker +// class definition. +typedef AsyncProgressWorkerBase AsyncProgressWorker; + +template +/* abstract */ +class AsyncBareProgressQueueWorker : public AsyncBareProgressWorkerBase { + public: + explicit AsyncBareProgressQueueWorker( + Callback *callback_, + const char* resource_name = "nan:AsyncBareProgressQueueWorker") + : AsyncBareProgressWorkerBase(callback_, resource_name) { + } + + virtual ~AsyncBareProgressQueueWorker() { + } + + class ExecutionProgress { + friend class AsyncBareProgressQueueWorker; + public: + void Send(const T* data, size_t count) const { + that_->SendProgress_(data, count); + } + + private: + explicit ExecutionProgress(AsyncBareProgressQueueWorker *that) + : that_(that) {} + NAN_DISALLOW_ASSIGN_COPY_MOVE(ExecutionProgress) + AsyncBareProgressQueueWorker* const that_; + }; + + virtual void Execute(const ExecutionProgress& progress) = 0; + virtual void HandleProgressCallback(const T *data, size_t size) = 0; + + private: + void Execute() /*final override*/ { + ExecutionProgress progress(this); + Execute(progress); + } + + virtual void SendProgress_(const T *data, size_t count) = 0; +}; + +template +/* abstract */ +class AsyncProgressQueueWorker : public AsyncBareProgressQueueWorker { + public: + explicit AsyncProgressQueueWorker( + Callback *callback_, + const char* resource_name = "nan:AsyncProgressQueueWorker") + : AsyncBareProgressQueueWorker(callback_) { + uv_mutex_init(&async_lock); + } + + virtual ~AsyncProgressQueueWorker() { + uv_mutex_lock(&async_lock); + + while (!asyncdata_.empty()) { + std::pair &datapair = asyncdata_.front(); + T *data = datapair.first; + + asyncdata_.pop(); + + delete[] data; + } + + uv_mutex_unlock(&async_lock); + uv_mutex_destroy(&async_lock); + } + + void WorkComplete() { + WorkProgress(); + AsyncWorker::WorkComplete(); + } + + void WorkProgress() { + uv_mutex_lock(&async_lock); + + while (!asyncdata_.empty()) { + std::pair &datapair = asyncdata_.front(); + + T *data = datapair.first; + size_t size = datapair.second; + + asyncdata_.pop(); + uv_mutex_unlock(&async_lock); + + // Don't send progress events after we've already completed. + if (this->callback) { + this->HandleProgressCallback(data, size); + } + + delete[] data; + + uv_mutex_lock(&async_lock); + } + + uv_mutex_unlock(&async_lock); + } + + private: + void SendProgress_(const T *data, size_t count) { + T *new_data = new T[count]; + std::copy(data, data + count, new_data); + + uv_mutex_lock(&async_lock); + asyncdata_.push(std::pair(new_data, count)); + uv_mutex_unlock(&async_lock); + + uv_async_send(&this->async); + } + + uv_mutex_t async_lock; + std::queue > asyncdata_; +}; + +inline void AsyncExecute (uv_work_t* req) { + AsyncWorker *worker = static_cast(req->data); + worker->Execute(); +} + +/* uv_after_work_cb has 1 argument before node-v0.9.4 and + * 2 arguments since node-v0.9.4 + * https://github.com/libuv/libuv/commit/92fb84b751e18f032c02609467f44bfe927b80c5 + */ +inline void AsyncExecuteComplete(uv_work_t *req) { + AsyncWorker* worker = static_cast(req->data); + worker->WorkComplete(); + worker->Destroy(); +} +inline void AsyncExecuteComplete (uv_work_t* req, int status) { + AsyncExecuteComplete(req); +} + +inline void AsyncQueueWorker (AsyncWorker* worker) { + uv_queue_work( + GetCurrentEventLoop() + , &worker->request + , AsyncExecute + , AsyncExecuteComplete + ); +} + +namespace imp { + +inline +ExternalOneByteStringResource const* +GetExternalResource(v8::Local str) { +#if NODE_MODULE_VERSION < ATOM_0_21_MODULE_VERSION + return str->GetExternalAsciiStringResource(); +#else + return str->GetExternalOneByteStringResource(); +#endif +} + +inline +bool +IsExternal(v8::Local str) { +#if NODE_MODULE_VERSION < ATOM_0_21_MODULE_VERSION + return str->IsExternalAscii(); +#else + return str->IsExternalOneByte(); +#endif +} + +} // end of namespace imp + +enum Encoding {ASCII, UTF8, BASE64, UCS2, BINARY, HEX, BUFFER}; + +#if NODE_MODULE_VERSION < NODE_0_10_MODULE_VERSION +# include "nan_string_bytes.h" // NOLINT(build/include) +#endif + +#if NODE_MAJOR_VERSION >= 24 +inline MaybeLocal TryEncode( + const void *buf, size_t len, enum Encoding encoding = BINARY) { + v8::Isolate* isolate = v8::Isolate::GetCurrent(); + node::encoding node_enc = static_cast(encoding); + + if (encoding == UCS2) { + return node::TryEncode( + isolate + , reinterpret_cast(buf) + , len / 2); + } else { + return node::TryEncode( + isolate + , reinterpret_cast(buf) + , len + , node_enc); + } +} + +inline v8::Local Encode( + const void *buf, size_t len, enum Encoding encoding = BINARY) { + return TryEncode(buf, len, encoding).ToLocalChecked(); +} + +#else + +inline v8::Local Encode( + const void *buf, size_t len, enum Encoding encoding = BINARY) { +#if (NODE_MODULE_VERSION >= ATOM_0_21_MODULE_VERSION) + v8::Isolate* isolate = v8::Isolate::GetCurrent(); + node::encoding node_enc = static_cast(encoding); + + if (encoding == UCS2) { + return node::Encode( + isolate + , reinterpret_cast(buf) + , len / 2); + } else { + return node::Encode( + isolate + , reinterpret_cast(buf) + , len + , node_enc); + } +#elif (NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION) + return node::Encode( + v8::Isolate::GetCurrent() + , buf, len + , static_cast(encoding)); +#else +# if NODE_MODULE_VERSION >= NODE_0_10_MODULE_VERSION + return node::Encode(buf, len, static_cast(encoding)); +# else + return imp::Encode(reinterpret_cast(buf), len, encoding); +# endif +#endif +} +#endif + +inline ssize_t DecodeBytes( + v8::Local val, enum Encoding encoding = BINARY) { +#if (NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION) + return node::DecodeBytes( + v8::Isolate::GetCurrent() + , val + , static_cast(encoding)); +#else +# if (NODE_MODULE_VERSION < NODE_0_10_MODULE_VERSION) + if (encoding == BUFFER) { + return node::DecodeBytes(val, node::BINARY); + } +# endif + return node::DecodeBytes(val, static_cast(encoding)); +#endif +} + +inline ssize_t DecodeWrite( + char *buf + , size_t len + , v8::Local val + , enum Encoding encoding = BINARY) { +#if (NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION) + return node::DecodeWrite( + v8::Isolate::GetCurrent() + , buf + , len + , val + , static_cast(encoding)); +#else +# if (NODE_MODULE_VERSION < NODE_0_10_MODULE_VERSION) + if (encoding == BUFFER) { + return node::DecodeWrite(buf, len, val, node::BINARY); + } +# endif + return node::DecodeWrite( + buf + , len + , val + , static_cast(encoding)); +#endif +} + +inline void SetPrototypeTemplate( + v8::Local templ + , const char *name + , v8::Local value +) { + HandleScope scope; + SetTemplate(templ->PrototypeTemplate(), name, value); +} + +inline void SetPrototypeTemplate( + v8::Local templ + , v8::Local name + , v8::Local value + , v8::PropertyAttribute attributes +) { + HandleScope scope; + SetTemplate(templ->PrototypeTemplate(), name, value, attributes); +} + +inline void SetInstanceTemplate( + v8::Local templ + , const char *name + , v8::Local value +) { + HandleScope scope; + SetTemplate(templ->InstanceTemplate(), name, value); +} + +inline void SetInstanceTemplate( + v8::Local templ + , v8::Local name + , v8::Local value + , v8::PropertyAttribute attributes +) { + HandleScope scope; + SetTemplate(templ->InstanceTemplate(), name, value, attributes); +} + +namespace imp { + +// Note(@agnat): Helper to distinguish different receiver types. The first +// version deals with receivers derived from v8::Template. The second version +// handles everything else. The final argument only serves as discriminator and +// is unused. +template +inline +void +SetMethodAux(T recv, + v8::Local name, + v8::Local tpl, + v8::Template *) { + recv->Set(name, tpl); +} + +template +inline +void +SetMethodAux(T recv, + v8::Local name, + v8::Local tpl, + ...) { + Set(recv, name, GetFunction(tpl).ToLocalChecked()); +} + +} // end of namespace imp + +template class HandleType> +inline void SetMethod( + HandleType recv + , const char *name + , FunctionCallback callback + , v8::Local data = v8::Local()) { + HandleScope scope; + v8::Local t = New(callback, data); + v8::Local fn_name = New(name).ToLocalChecked(); + t->SetClassName(fn_name); + // Note(@agnat): Pass an empty T* as discriminator. See note on + // SetMethodAux(...) above + imp::SetMethodAux(recv, fn_name, t, static_cast(0)); +} + +inline void SetPrototypeMethod( + v8::Local recv + , const char* name + , FunctionCallback callback + , v8::Local data = v8::Local()) { + HandleScope scope; + v8::Local t = New( + callback + , data + , New(recv)); + v8::Local fn_name = New(name).ToLocalChecked(); + recv->PrototypeTemplate()->Set(fn_name, t); + t->SetClassName(fn_name); +} + +//=== Accessors and Such ======================================================= +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 14 \ + || (V8_MAJOR_VERSION == 14 && defined(V8_MINOR_VERSION) \ + && V8_MINOR_VERSION >= 2)) + +enum AccessControl {DEFAULT = 0}; + +inline void SetAccessor( + v8::Local tpl + , v8::Local name + , GetterCallback getter + , SetterCallback setter = 0 + , v8::Local data = v8::Local() + , enum AccessControl settings = DEFAULT + , v8::PropertyAttribute attribute = v8::None) { + HandleScope scope; + + imp::NativeGetter getter_ = + imp::GetterCallbackWrapper; + imp::NativeSetter setter_ = + setter ? imp::SetterCallbackWrapper : 0; + + v8::Local otpl = New(); + otpl->SetInternalFieldCount(imp::kAccessorFieldCount); + v8::Local obj = NewInstance(otpl).ToLocalChecked(); + + obj->SetInternalField( + imp::kGetterIndex + , New(reinterpret_cast(getter))); + + if (setter != 0) { + obj->SetInternalField( + imp::kSetterIndex + , New(reinterpret_cast(setter))); + } + + if (!data.IsEmpty()) { + obj->SetInternalField(imp::kDataIndex, data); + } + + tpl->SetNativeDataProperty( + name + , getter_ + , setter_ + , obj + , attribute + ); +} + +inline bool SetAccessor( + v8::Local obj + , v8::Local name + , GetterCallback getter + , SetterCallback setter = 0 + , v8::Local data = v8::Local() + , enum AccessControl settings = DEFAULT + , v8::PropertyAttribute attribute = v8::None) { + HandleScope scope; + + imp::NativeGetter getter_ = + imp::GetterCallbackWrapper; + imp::NativeSetter setter_ = + setter ? imp::SetterCallbackWrapper : 0; + + v8::Local otpl = New(); + otpl->SetInternalFieldCount(imp::kAccessorFieldCount); + v8::Local dataobj = NewInstance(otpl).ToLocalChecked(); + + dataobj->SetInternalField( + imp::kGetterIndex + , New(reinterpret_cast(getter))); + + if (!data.IsEmpty()) { + dataobj->SetInternalField(imp::kDataIndex, data); + } + + if (setter) { + dataobj->SetInternalField( + imp::kSetterIndex + , New(reinterpret_cast(setter))); + } + return obj->SetNativeDataProperty( + GetCurrentContext() + , name + , getter_ + , setter_ + , dataobj + , attribute).FromMaybe(false); +} + +#else + +NAN_DEPRECATED inline void SetAccessor( + v8::Local tpl + , v8::Local name + , GetterCallback getter + , SetterCallback setter + , v8::Local data + , v8::AccessControl settings + , v8::PropertyAttribute attribute + , imp::Sig signature) { + HandleScope scope; + + imp::NativeGetter getter_ = + imp::GetterCallbackWrapper; + imp::NativeSetter setter_ = + setter ? imp::SetterCallbackWrapper : 0; + + v8::Local otpl = New(); + otpl->SetInternalFieldCount(imp::kAccessorFieldCount); + v8::Local obj = NewInstance(otpl).ToLocalChecked(); + + obj->SetInternalField( + imp::kGetterIndex + , New(reinterpret_cast(getter))); + + if (setter != 0) { + obj->SetInternalField( + imp::kSetterIndex + , New(reinterpret_cast(setter))); + } + + if (!data.IsEmpty()) { + obj->SetInternalField(imp::kDataIndex, data); + } + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 12 \ + || (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) \ + && V8_MINOR_VERSION >= 5)) + tpl->SetNativeDataProperty( +#else + tpl->SetAccessor( +#endif + name + , getter_ + , setter_ + , obj +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION < 12 \ + || (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) \ + && V8_MINOR_VERSION == 0)) + , settings +#endif + , attribute +#if (NODE_MODULE_VERSION < NODE_16_0_MODULE_VERSION) + , signature +#endif + ); +} + +inline void SetAccessor( + v8::Local tpl + , v8::Local name + , GetterCallback getter + , SetterCallback setter = 0 + , v8::Local data = v8::Local() + , v8::AccessControl settings = v8::DEFAULT + , v8::PropertyAttribute attribute = v8::None) { + HandleScope scope; + + imp::NativeGetter getter_ = + imp::GetterCallbackWrapper; + imp::NativeSetter setter_ = + setter ? imp::SetterCallbackWrapper : 0; + + v8::Local otpl = New(); + otpl->SetInternalFieldCount(imp::kAccessorFieldCount); + v8::Local obj = NewInstance(otpl).ToLocalChecked(); + + obj->SetInternalField( + imp::kGetterIndex + , New(reinterpret_cast(getter))); + + if (setter != 0) { + obj->SetInternalField( + imp::kSetterIndex + , New(reinterpret_cast(setter))); + } + + if (!data.IsEmpty()) { + obj->SetInternalField(imp::kDataIndex, data); + } + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 12 \ + || (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) \ + && V8_MINOR_VERSION >= 5)) + tpl->SetNativeDataProperty( +#else + tpl->SetAccessor( +#endif + name + , getter_ + , setter_ + , obj +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION < 12 \ + || (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) \ + && V8_MINOR_VERSION == 0)) + , settings +#endif + , attribute + ); +} + +inline bool SetAccessor( + v8::Local obj + , v8::Local name + , GetterCallback getter + , SetterCallback setter = 0 + , v8::Local data = v8::Local() + , v8::AccessControl settings = v8::DEFAULT + , v8::PropertyAttribute attribute = v8::None) { + HandleScope scope; + + imp::NativeGetter getter_ = + imp::GetterCallbackWrapper; + imp::NativeSetter setter_ = + setter ? imp::SetterCallbackWrapper : 0; + + v8::Local otpl = New(); + otpl->SetInternalFieldCount(imp::kAccessorFieldCount); + v8::Local dataobj = NewInstance(otpl).ToLocalChecked(); + + dataobj->SetInternalField( + imp::kGetterIndex + , New(reinterpret_cast(getter))); + + if (!data.IsEmpty()) { + dataobj->SetInternalField(imp::kDataIndex, data); + } + + if (setter) { + dataobj->SetInternalField( + imp::kSetterIndex + , New(reinterpret_cast(setter))); + } + +#if (NODE_MODULE_VERSION >= NODE_6_0_MODULE_VERSION) +#if defined(V8_MAJOR_VERSION) && \ + (V8_MAJOR_VERSION > 12 || \ + (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && \ + V8_MINOR_VERSION >= 5)) + return obj->SetNativeDataProperty( + GetCurrentContext() + , name + , getter_ + , setter_ + , dataobj + , attribute).FromMaybe(false); +#else + return obj->SetAccessor( + GetCurrentContext() + , name + , getter_ + , setter_ + , dataobj + , settings + , attribute).FromMaybe(false); +#endif +#else + return obj->SetAccessor( + name + , getter_ + , setter_ + , dataobj + , settings + , attribute); +#endif +} +#endif +inline void SetNamedPropertyHandler( + v8::Local tpl + , PropertyGetterCallback getter + , PropertySetterCallback setter = 0 + , PropertyQueryCallback query = 0 + , PropertyDeleterCallback deleter = 0 + , PropertyEnumeratorCallback enumerator = 0 + , v8::Local data = v8::Local()) { + HandleScope scope; + + imp::NativePropertyGetter getter_ = + imp::PropertyGetterCallbackWrapper; + imp::NativePropertySetter setter_ = + setter ? imp::PropertySetterCallbackWrapper : 0; + imp::NativePropertyQuery query_ = + query ? imp::PropertyQueryCallbackWrapper : 0; + imp::NativePropertyDeleter *deleter_ = + deleter ? imp::PropertyDeleterCallbackWrapper : 0; + imp::NativePropertyEnumerator enumerator_ = + enumerator ? imp::PropertyEnumeratorCallbackWrapper : 0; + + v8::Local otpl = New(); + otpl->SetInternalFieldCount(imp::kPropertyFieldCount); + v8::Local obj = NewInstance(otpl).ToLocalChecked(); + obj->SetInternalField( + imp::kPropertyGetterIndex + , New(reinterpret_cast(getter))); + + if (setter) { + obj->SetInternalField( + imp::kPropertySetterIndex + , New(reinterpret_cast(setter))); + } + + if (query) { + obj->SetInternalField( + imp::kPropertyQueryIndex + , New(reinterpret_cast(query))); + } + + if (deleter) { + obj->SetInternalField( + imp::kPropertyDeleterIndex + , New(reinterpret_cast(deleter))); + } + + if (enumerator) { + obj->SetInternalField( + imp::kPropertyEnumeratorIndex + , New(reinterpret_cast(enumerator))); + } + + if (!data.IsEmpty()) { + obj->SetInternalField(imp::kDataIndex, data); + } + +#if NODE_MODULE_VERSION > NODE_0_12_MODULE_VERSION + tpl->SetHandler(v8::NamedPropertyHandlerConfiguration( + getter_, setter_, query_, deleter_, enumerator_, obj)); +#else + tpl->SetNamedPropertyHandler( + getter_ + , setter_ + , query_ + , deleter_ + , enumerator_ + , obj); +#endif +} + +inline void SetIndexedPropertyHandler( + v8::Local tpl + , IndexGetterCallback getter + , IndexSetterCallback setter = 0 + , IndexQueryCallback query = 0 + , IndexDeleterCallback deleter = 0 + , IndexEnumeratorCallback enumerator = 0 + , v8::Local data = v8::Local()) { + HandleScope scope; + + imp::NativeIndexGetter getter_ = + imp::IndexGetterCallbackWrapper; + imp::NativeIndexSetter setter_ = + setter ? imp::IndexSetterCallbackWrapper : 0; + imp::NativeIndexQuery query_ = + query ? imp::IndexQueryCallbackWrapper : 0; + imp::NativeIndexDeleter deleter_ = + deleter ? imp::IndexDeleterCallbackWrapper : 0; + imp::NativeIndexEnumerator enumerator_ = + enumerator ? imp::IndexEnumeratorCallbackWrapper : 0; + + v8::Local otpl = New(); + otpl->SetInternalFieldCount(imp::kIndexPropertyFieldCount); + v8::Local obj = NewInstance(otpl).ToLocalChecked(); + obj->SetInternalField( + imp::kIndexPropertyGetterIndex + , New(reinterpret_cast(getter))); + + if (setter) { + obj->SetInternalField( + imp::kIndexPropertySetterIndex + , New(reinterpret_cast(setter))); + } + + if (query) { + obj->SetInternalField( + imp::kIndexPropertyQueryIndex + , New(reinterpret_cast(query))); + } + + if (deleter) { + obj->SetInternalField( + imp::kIndexPropertyDeleterIndex + , New(reinterpret_cast(deleter))); + } + + if (enumerator) { + obj->SetInternalField( + imp::kIndexPropertyEnumeratorIndex + , New(reinterpret_cast(enumerator))); + } + + if (!data.IsEmpty()) { + obj->SetInternalField(imp::kDataIndex, data); + } + +#if NODE_MODULE_VERSION > NODE_0_12_MODULE_VERSION + tpl->SetHandler(v8::IndexedPropertyHandlerConfiguration( + getter_, setter_, query_, deleter_, enumerator_, obj)); +#else + tpl->SetIndexedPropertyHandler( + getter_ + , setter_ + , query_ + , deleter_ + , enumerator_ + , obj); +#endif +} + +inline void SetCallHandler( + v8::Local tpl + , FunctionCallback callback + , v8::Local data = v8::Local()) { + HandleScope scope; + + v8::Local otpl = New(); + otpl->SetInternalFieldCount(imp::kFunctionFieldCount); + v8::Local obj = NewInstance(otpl).ToLocalChecked(); + + obj->SetInternalField( + imp::kFunctionIndex + , New(reinterpret_cast(callback))); + + if (!data.IsEmpty()) { + obj->SetInternalField(imp::kDataIndex, data); + } + + tpl->SetCallHandler(imp::FunctionCallbackWrapper, obj); +} + + +inline void SetCallAsFunctionHandler( + v8::Local tpl, + FunctionCallback callback, + v8::Local data = v8::Local()) { + HandleScope scope; + + v8::Local otpl = New(); + otpl->SetInternalFieldCount(imp::kFunctionFieldCount); + v8::Local obj = NewInstance(otpl).ToLocalChecked(); + + obj->SetInternalField( + imp::kFunctionIndex + , New(reinterpret_cast(callback))); + + if (!data.IsEmpty()) { + obj->SetInternalField(imp::kDataIndex, data); + } + + tpl->SetCallAsFunctionHandler(imp::FunctionCallbackWrapper, obj); +} + +//=== Weak Persistent Handling ================================================= + +#include "nan_weak.h" // NOLINT(build/include_subdir) + +//=== ObjectWrap =============================================================== + +#include "nan_object_wrap.h" // NOLINT(build/include_subdir) + +//=== HiddenValue/Private ====================================================== + +#include "nan_private.h" // NOLINT(build/include_subdir) + +//=== Export ================================================================== + +inline +void +Export(ADDON_REGISTER_FUNCTION_ARGS_TYPE target, const char *name, + FunctionCallback f) { + HandleScope scope; + + Set(target, New(name).ToLocalChecked(), + GetFunction(New(f)).ToLocalChecked()); +} + +//=== Tap Reverse Binding ===================================================== + +struct Tap { + explicit Tap(v8::Local t) : t_() { + HandleScope scope; + + t_.Reset(To(t).ToLocalChecked()); + } + + ~Tap() { t_.Reset(); } // not sure if necessary + + inline void plan(int i) { + HandleScope scope; + v8::Local arg = New(i); + Call("plan", New(t_), 1, &arg); + } + + inline void ok(bool isOk, const char *msg = NULL) { + HandleScope scope; + v8::Local args[2]; + args[0] = New(isOk); + if (msg) args[1] = New(msg).ToLocalChecked(); + Call("ok", New(t_), msg ? 2 : 1, args); + } + + inline void pass(const char * msg = NULL) { + HandleScope scope; + v8::Local hmsg; + if (msg) hmsg = New(msg).ToLocalChecked(); + Call("pass", New(t_), msg ? 1 : 0, &hmsg); + } + + inline void end() { + HandleScope scope; + Call("end", New(t_), 0, NULL); + } + + private: + Persistent t_; +}; + +#define NAN_STRINGIZE2(x) #x +#define NAN_STRINGIZE(x) NAN_STRINGIZE2(x) +#define NAN_TEST_EXPRESSION(expression) \ + ( expression ), __FILE__ ":" NAN_STRINGIZE(__LINE__) ": " #expression + +#define NAN_EXPORT(target, function) Export(target, #function, function) + +#undef TYPE_CHECK + +//=== Generic Maybefication =================================================== + +namespace imp { + +template struct Maybefier; + +template struct Maybefier > { + inline static MaybeLocal convert(v8::Local v) { + return v; + } +}; + +template struct Maybefier > { + inline static MaybeLocal convert(MaybeLocal v) { + return v; + } +}; + +} // end of namespace imp + +template class MaybeMaybe> +inline MaybeLocal +MakeMaybe(MaybeMaybe v) { + return imp::Maybefier >::convert(v); +} + +//=== TypedArrayContents ======================================================= + +#include "nan_typedarray_contents.h" // NOLINT(build/include_subdir) + +//=== JSON ===================================================================== + +#include "nan_json.h" // NOLINT(build/include_subdir) + +//=== ScriptOrigin ============================================================= + +#include "nan_scriptorigin.h" // NOLINT(build/include_subdir) + +} // end of namespace Nan + +#endif // NAN_H_ diff --git a/node_modules/nan/nan_callbacks.h b/node_modules/nan/nan_callbacks.h new file mode 100644 index 0000000..2eb76fc --- /dev/null +++ b/node_modules/nan/nan_callbacks.h @@ -0,0 +1,141 @@ +/********************************************************************* + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2018 NAN contributors + * + * MIT License + ********************************************************************/ + +#ifndef NAN_CALLBACKS_H_ +#define NAN_CALLBACKS_H_ + +template class FunctionCallbackInfo; +template class PropertyCallbackInfo; +template class Global; + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 12 || \ + (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION > 4)) +namespace Intercepted { + constexpr v8::Intercepted No() { return v8::Intercepted::kNo; } + constexpr v8::Intercepted Yes() { return v8::Intercepted::kYes; } +}; +#else +namespace Intercepted { + inline void No() {} + inline void Yes() {} +}; +#endif + +typedef void(*FunctionCallback)(const FunctionCallbackInfo&); +typedef void(*GetterCallback) + (v8::Local, const PropertyCallbackInfo&); +typedef void(*SetterCallback)( + v8::Local, + v8::Local, + const PropertyCallbackInfo&); + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 12 || \ + (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION > 4)) +typedef v8::Intercepted(*PropertyGetterCallback)( + v8::Local, + const PropertyCallbackInfo&); +typedef v8::Intercepted(*PropertySetterCallback)( + v8::Local, + v8::Local, + const PropertyCallbackInfo&); +#else +typedef void(*PropertyGetterCallback)( + v8::Local, + const PropertyCallbackInfo&); +typedef void(*PropertySetterCallback)( + v8::Local, + v8::Local, + const PropertyCallbackInfo&); +#endif +typedef void(*PropertyEnumeratorCallback) + (const PropertyCallbackInfo&); +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 12 || \ + (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION > 4)) +typedef v8::Intercepted(*PropertyDeleterCallback)( + v8::Local, + const PropertyCallbackInfo&); +typedef v8::Intercepted(*PropertyQueryCallback)( + v8::Local, + const PropertyCallbackInfo&); +typedef v8::Intercepted(*IndexGetterCallback)( + uint32_t, + const PropertyCallbackInfo&); +typedef v8::Intercepted(*IndexSetterCallback)( + uint32_t, + v8::Local, + const PropertyCallbackInfo&); +typedef v8::Intercepted(*IndexEnumeratorCallback) + (const PropertyCallbackInfo&); +typedef v8::Intercepted(*IndexDeleterCallback)( + uint32_t, + const PropertyCallbackInfo&); +typedef v8::Intercepted(*IndexQueryCallback)( + uint32_t, + const PropertyCallbackInfo&); +#else +typedef void(*PropertyDeleterCallback)( + v8::Local, + const PropertyCallbackInfo&); +typedef void(*PropertyQueryCallback)( + v8::Local, + const PropertyCallbackInfo&); +typedef void(*IndexGetterCallback)( + uint32_t, + const PropertyCallbackInfo&); +typedef void(*IndexSetterCallback)( + uint32_t, + v8::Local, + const PropertyCallbackInfo&); +typedef void(*IndexEnumeratorCallback) + (const PropertyCallbackInfo&); +typedef void(*IndexDeleterCallback)( + uint32_t, + const PropertyCallbackInfo&); +typedef void(*IndexQueryCallback)( + uint32_t, + const PropertyCallbackInfo&); +#endif +namespace imp { +#if (NODE_MODULE_VERSION < NODE_16_0_MODULE_VERSION) +typedef v8::Local Sig; +#else +typedef v8::Local Sig; +#endif + +static const int kDataIndex = 0; + +static const int kFunctionIndex = 1; +static const int kFunctionFieldCount = 2; + +static const int kGetterIndex = 1; +static const int kSetterIndex = 2; +static const int kAccessorFieldCount = 3; + +static const int kPropertyGetterIndex = 1; +static const int kPropertySetterIndex = 2; +static const int kPropertyEnumeratorIndex = 3; +static const int kPropertyDeleterIndex = 4; +static const int kPropertyQueryIndex = 5; +static const int kPropertyFieldCount = 6; + +static const int kIndexPropertyGetterIndex = 1; +static const int kIndexPropertySetterIndex = 2; +static const int kIndexPropertyEnumeratorIndex = 3; +static const int kIndexPropertyDeleterIndex = 4; +static const int kIndexPropertyQueryIndex = 5; +static const int kIndexPropertyFieldCount = 6; + +} // end of namespace imp + +#if NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION +# include "nan_callbacks_12_inl.h" // NOLINT(build/include) +#else +# include "nan_callbacks_pre_12_inl.h" // NOLINT(build/include) +#endif + +#endif // NAN_CALLBACKS_H_ diff --git a/node_modules/nan/nan_callbacks_12_inl.h b/node_modules/nan/nan_callbacks_12_inl.h new file mode 100644 index 0000000..ff3b654 --- /dev/null +++ b/node_modules/nan/nan_callbacks_12_inl.h @@ -0,0 +1,690 @@ +/********************************************************************* + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2018 NAN contributors + * + * MIT License + ********************************************************************/ + +#ifndef NAN_CALLBACKS_12_INL_H_ +#define NAN_CALLBACKS_12_INL_H_ + +template +class ReturnValue { + v8::ReturnValue value_; + + public: + template + explicit inline ReturnValue(const v8::ReturnValue &value) : + value_(value) {} + template + explicit inline ReturnValue(const ReturnValue& that) + : value_(that.value_) { + TYPE_CHECK(T, S); + } + + // Handle setters + template inline void Set(const v8::Local &handle) { + TYPE_CHECK(T, S); + value_.Set(handle); + } + + template inline void Set(const Global &handle) { + TYPE_CHECK(T, S); +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ + (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && \ + (V8_MINOR_VERSION > 5 || (V8_MINOR_VERSION == 5 && \ + defined(V8_BUILD_NUMBER) && V8_BUILD_NUMBER >= 8)))) + value_.Set(handle); +#else + value_.Set(*reinterpret_cast*>(&handle)); + const_cast &>(handle).Reset(); +#endif + } + + // Fast primitive setters + inline void Set(bool value) { + TYPE_CHECK(T, v8::Boolean); + value_.Set(value); + } + + inline void Set(double i) { + TYPE_CHECK(T, v8::Number); + value_.Set(i); + } + + inline void Set(int32_t i) { + TYPE_CHECK(T, v8::Integer); + value_.Set(i); + } + + inline void Set(uint32_t i) { + TYPE_CHECK(T, v8::Integer); + value_.Set(i); + } + + // Fast JS primitive setters + inline void SetNull() { + TYPE_CHECK(T, v8::Primitive); + value_.SetNull(); + } + + inline void SetUndefined() { + TYPE_CHECK(T, v8::Primitive); + value_.SetUndefined(); + } + + inline void SetEmptyString() { + TYPE_CHECK(T, v8::String); + value_.SetEmptyString(); + } + + // Convenience getter for isolate + inline v8::Isolate *GetIsolate() const { + return value_.GetIsolate(); + } + + // Pointer setter: Uncompilable to prevent inadvertent misuse. + template + inline void Set(S *whatever) { TYPE_CHECK(S*, v8::Primitive); } +}; + +template +class FunctionCallbackInfo { + const v8::FunctionCallbackInfo &info_; + const v8::Local data_; + + public: + explicit inline FunctionCallbackInfo( + const v8::FunctionCallbackInfo &info + , v8::Local data) : + info_(info) + , data_(data) {} + + inline ReturnValue GetReturnValue() const { + return ReturnValue(info_.GetReturnValue()); + } + +#if NODE_MAJOR_VERSION < 10 + NAN_DEPRECATED inline v8::Local Callee() const { + return info_.Callee(); + } +#endif + inline v8::Local Data() const { return data_; } + inline v8::Local Holder() const { +#if defined(V8_MAJOR_VERSION) && \ + (V8_MAJOR_VERSION > 12 || \ + (V8_MAJOR_VERSION == 12 && \ + (defined(V8_MINOR_VERSION) && \ + (V8_MINOR_VERSION > 5 || \ + (V8_MINOR_VERSION == 5 && defined(V8_BUILD_NUMBER) && \ + V8_BUILD_NUMBER >= 214))))) + return info_.This(); +#else + return info_.Holder(); +#endif + } + inline bool IsConstructCall() const { return info_.IsConstructCall(); } + inline int Length() const { return info_.Length(); } + inline v8::Local operator[](int i) const { return info_[i]; } + inline v8::Local This() const { return info_.This(); } + inline v8::Isolate *GetIsolate() const { return info_.GetIsolate(); } + + + protected: + static const int kHolderIndex = 0; + static const int kIsolateIndex = 1; + static const int kReturnValueDefaultValueIndex = 2; + static const int kReturnValueIndex = 3; + static const int kDataIndex = 4; + static const int kCalleeIndex = 5; + static const int kContextSaveIndex = 6; + static const int kArgsLength = 7; + + private: + NAN_DISALLOW_ASSIGN_COPY_MOVE(FunctionCallbackInfo) +}; + +template +class PropertyCallbackInfo { + const v8::PropertyCallbackInfo &info_; + const v8::Local data_; + + public: + explicit inline PropertyCallbackInfo( + const v8::PropertyCallbackInfo &info + , const v8::Local data) : + info_(info) + , data_(data) {} + + inline v8::Isolate* GetIsolate() const { return info_.GetIsolate(); } + inline v8::Local Data() const { return data_; } + inline v8::Local This() const { return info_.This(); } + inline v8::Local Holder() const { return info_.Holder(); } + inline ReturnValue GetReturnValue() const { + return ReturnValue(info_.GetReturnValue()); + } + + protected: + static const int kHolderIndex = 0; + static const int kIsolateIndex = 1; + static const int kReturnValueDefaultValueIndex = 2; + static const int kReturnValueIndex = 3; + static const int kDataIndex = 4; + static const int kThisIndex = 5; + static const int kArgsLength = 6; + + private: + NAN_DISALLOW_ASSIGN_COPY_MOVE(PropertyCallbackInfo) +}; + +namespace imp { +static +void FunctionCallbackWrapper(const v8::FunctionCallbackInfo &info) { + v8::Local obj = info.Data().As(); + FunctionCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kFunctionIndex) + .As().As()->Value())); + FunctionCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + callback(cbinfo); +} + +typedef void (*NativeFunction)(const v8::FunctionCallbackInfo &); + +#if NODE_MODULE_VERSION > NODE_0_12_MODULE_VERSION +static +void GetterCallbackWrapper( + v8::Local property + , const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + GetterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kGetterIndex) + .As().As()->Value())); + callback(property.As(), cbinfo); +} + +typedef void (*NativeGetter) + (v8::Local, const v8::PropertyCallbackInfo &); + +static +void SetterCallbackWrapper( + v8::Local property + , v8::Local value + , const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + SetterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kSetterIndex) + .As().As()->Value())); + callback(property.As(), value, cbinfo); +} + +typedef void (*NativeSetter)( + v8::Local + , v8::Local + , const v8::PropertyCallbackInfo &); +#else +static +void GetterCallbackWrapper( + v8::Local property + , const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + GetterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kGetterIndex) + .As().As()->Value())); + callback(property, cbinfo); +} + +typedef void (*NativeGetter) + (v8::Local, const v8::PropertyCallbackInfo &); + +static +void SetterCallbackWrapper( + v8::Local property + , v8::Local value + , const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + SetterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kSetterIndex) + .As().As()->Value())); + callback(property, value, cbinfo); +} + +typedef void (*NativeSetter)( + v8::Local + , v8::Local + , const v8::PropertyCallbackInfo &); +#endif + +#if NODE_MODULE_VERSION > NODE_0_12_MODULE_VERSION + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 12 || \ + (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION > 4)) +static +v8::Intercepted PropertyGetterCallbackWrapper( + v8::Local property + , const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + PropertyGetterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kPropertyGetterIndex) + .As().As()->Value())); + return callback(property.As(), cbinfo); +} + +typedef v8::Intercepted (*NativePropertyGetter) + (v8::Local, const v8::PropertyCallbackInfo &); + +static +v8::Intercepted PropertySetterCallbackWrapper( + v8::Local property + , v8::Local value + , const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + PropertySetterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kPropertySetterIndex) + .As().As()->Value())); + return callback(property.As(), value, cbinfo); +} + +typedef v8::Intercepted (*NativePropertySetter)( + v8::Local + , v8::Local + , const v8::PropertyCallbackInfo &); + +#else +static +void PropertyGetterCallbackWrapper( + v8::Local property + , const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + PropertyGetterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kPropertyGetterIndex) + .As().As()->Value())); + callback(property.As(), cbinfo); +} + +typedef void (*NativePropertyGetter) + (v8::Local, const v8::PropertyCallbackInfo &); + +static +void PropertySetterCallbackWrapper( + v8::Local property + , v8::Local value + , const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + PropertySetterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kPropertySetterIndex) + .As().As()->Value())); + callback(property.As(), value, cbinfo); +} + +typedef void (*NativePropertySetter)( + v8::Local + , v8::Local + , const v8::PropertyCallbackInfo &); +#endif + +static +void PropertyEnumeratorCallbackWrapper( + const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + PropertyEnumeratorCallback callback = + reinterpret_cast(reinterpret_cast( + obj->GetInternalField(kPropertyEnumeratorIndex) + .As().As()->Value())); + callback(cbinfo); +} + +typedef void (*NativePropertyEnumerator) + (const v8::PropertyCallbackInfo &); + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 12 || \ + (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION > 4)) +static +v8::Intercepted PropertyDeleterCallbackWrapper( + v8::Local property + , const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + PropertyDeleterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kPropertyDeleterIndex) + .As().As()->Value())); + return callback(property.As(), cbinfo); +} + +typedef v8::Intercepted (NativePropertyDeleter) + (v8::Local, const v8::PropertyCallbackInfo &); + + +static +v8::Intercepted PropertyQueryCallbackWrapper( + v8::Local property + , const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + PropertyQueryCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kPropertyQueryIndex) + .As().As()->Value())); + return callback(property.As(), cbinfo); +} + +typedef v8::Intercepted (*NativePropertyQuery) + (v8::Local, const v8::PropertyCallbackInfo &); +#else +static +void PropertyDeleterCallbackWrapper( + v8::Local property + , const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + PropertyDeleterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kPropertyDeleterIndex) + .As().As()->Value())); + callback(property.As(), cbinfo); +} + +typedef void (NativePropertyDeleter) + (v8::Local, const v8::PropertyCallbackInfo &); + +static +void PropertyQueryCallbackWrapper( + v8::Local property + , const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + PropertyQueryCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kPropertyQueryIndex) + .As().As()->Value())); + callback(property.As(), cbinfo); +} + +typedef void (*NativePropertyQuery) + (v8::Local, const v8::PropertyCallbackInfo &); +#endif +#else +static +void PropertyGetterCallbackWrapper( + v8::Local property + , const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + PropertyGetterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kPropertyGetterIndex) + .As().As()->Value())); + callback(property, cbinfo); +} + +typedef void (*NativePropertyGetter) + (v8::Local, const v8::PropertyCallbackInfo &); + +static +void PropertySetterCallbackWrapper( + v8::Local property + , v8::Local value + , const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + PropertySetterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kPropertySetterIndex) + .As().As()->Value())); + callback(property, value, cbinfo); +} + +typedef void (*NativePropertySetter)( + v8::Local + , v8::Local + , const v8::PropertyCallbackInfo &); + +static +void PropertyEnumeratorCallbackWrapper( + const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + PropertyEnumeratorCallback callback = + reinterpret_cast(reinterpret_cast( + obj->GetInternalField(kPropertyEnumeratorIndex) + .As().As()->Value())); + callback(cbinfo); +} + +typedef void (*NativePropertyEnumerator) + (const v8::PropertyCallbackInfo &); + +static +void PropertyDeleterCallbackWrapper( + v8::Local property + , const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + PropertyDeleterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kPropertyDeleterIndex) + .As().As()->Value())); + callback(property, cbinfo); +} + +typedef void (NativePropertyDeleter) + (v8::Local, const v8::PropertyCallbackInfo &); + +static +void PropertyQueryCallbackWrapper( + v8::Local property + , const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + PropertyQueryCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kPropertyQueryIndex) + .As().As()->Value())); + callback(property, cbinfo); +} + +typedef void (*NativePropertyQuery) + (v8::Local, const v8::PropertyCallbackInfo &); +#endif + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 12 || \ + (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION > 4)) +static +v8::Intercepted IndexGetterCallbackWrapper( + uint32_t index, const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + IndexGetterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kIndexPropertyGetterIndex) + .As().As()->Value())); + return callback(index, cbinfo); +} + +typedef v8::Intercepted (*NativeIndexGetter) + (uint32_t, const v8::PropertyCallbackInfo &); + +static +v8::Intercepted IndexSetterCallbackWrapper( + uint32_t index + , v8::Local value + , const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + IndexSetterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kIndexPropertySetterIndex) + .As().As()->Value())); + return callback(index, value, cbinfo); +} + +typedef v8::Intercepted (*NativeIndexSetter)( + uint32_t + , v8::Local + , const v8::PropertyCallbackInfo &); + +#else +static +void IndexGetterCallbackWrapper( + uint32_t index, const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + IndexGetterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kIndexPropertyGetterIndex) + .As().As()->Value())); + callback(index, cbinfo); +} + +typedef void (*NativeIndexGetter) + (uint32_t, const v8::PropertyCallbackInfo &); +static +void IndexSetterCallbackWrapper( + uint32_t index + , v8::Local value + , const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + IndexSetterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kIndexPropertySetterIndex) + .As().As()->Value())); + callback(index, value, cbinfo); +} + +typedef void (*NativeIndexSetter)( + uint32_t + , v8::Local + , const v8::PropertyCallbackInfo &); + +#endif + +static +void IndexEnumeratorCallbackWrapper( + const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + IndexEnumeratorCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField( + kIndexPropertyEnumeratorIndex) + .As().As()->Value())); + callback(cbinfo); +} + +typedef void (*NativeIndexEnumerator) + (const v8::PropertyCallbackInfo &); + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 12 || \ + (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION > 4)) +static +v8::Intercepted IndexDeleterCallbackWrapper( + uint32_t index, const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + IndexDeleterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kIndexPropertyDeleterIndex) + .As().As()->Value())); + return callback(index, cbinfo); +} + +typedef v8::Intercepted (*NativeIndexDeleter) + (uint32_t, const v8::PropertyCallbackInfo &); + +static +v8::Intercepted IndexQueryCallbackWrapper( + uint32_t index, const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + IndexQueryCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kIndexPropertyQueryIndex) + .As().As()->Value())); + return callback(index, cbinfo); +} + +typedef v8::Intercepted (*NativeIndexQuery) + (uint32_t, const v8::PropertyCallbackInfo &); +#else +static +void IndexDeleterCallbackWrapper( + uint32_t index, const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + IndexDeleterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kIndexPropertyDeleterIndex) + .As().As()->Value())); + callback(index, cbinfo); +} + +typedef void (*NativeIndexDeleter) + (uint32_t, const v8::PropertyCallbackInfo &); + +static +void IndexQueryCallbackWrapper( + uint32_t index, const v8::PropertyCallbackInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex).As()); + IndexQueryCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kIndexPropertyQueryIndex) + .As().As()->Value())); + callback(index, cbinfo); +} + +typedef void (*NativeIndexQuery) + (uint32_t, const v8::PropertyCallbackInfo &); + +#endif +} // end of namespace imp + +#endif // NAN_CALLBACKS_12_INL_H_ diff --git a/node_modules/nan/nan_callbacks_pre_12_inl.h b/node_modules/nan/nan_callbacks_pre_12_inl.h new file mode 100644 index 0000000..74861e2 --- /dev/null +++ b/node_modules/nan/nan_callbacks_pre_12_inl.h @@ -0,0 +1,524 @@ +/********************************************************************* + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2018 NAN contributors + * + * MIT License + ********************************************************************/ + +#ifndef NAN_CALLBACKS_PRE_12_INL_H_ +#define NAN_CALLBACKS_PRE_12_INL_H_ + +namespace imp { +template class ReturnValueImp; +} // end of namespace imp + +template +class ReturnValue { + v8::Isolate *isolate_; + v8::Persistent *value_; + friend class imp::ReturnValueImp; + + public: + template + explicit inline ReturnValue(v8::Isolate *isolate, v8::Persistent *p) : + isolate_(isolate), value_(p) {} + template + explicit inline ReturnValue(const ReturnValue& that) + : isolate_(that.isolate_), value_(that.value_) { + TYPE_CHECK(T, S); + } + + // Handle setters + template inline void Set(const v8::Local &handle) { + TYPE_CHECK(T, S); + value_->Dispose(); + *value_ = v8::Persistent::New(handle); + } + + template inline void Set(const Global &handle) { + TYPE_CHECK(T, S); + value_->Dispose(); + *value_ = v8::Persistent::New(handle.persistent); + const_cast &>(handle).Reset(); + } + + // Fast primitive setters + inline void Set(bool value) { + v8::HandleScope scope; + + TYPE_CHECK(T, v8::Boolean); + value_->Dispose(); + *value_ = v8::Persistent::New(v8::Boolean::New(value)); + } + + inline void Set(double i) { + v8::HandleScope scope; + + TYPE_CHECK(T, v8::Number); + value_->Dispose(); + *value_ = v8::Persistent::New(v8::Number::New(i)); + } + + inline void Set(int32_t i) { + v8::HandleScope scope; + + TYPE_CHECK(T, v8::Integer); + value_->Dispose(); + *value_ = v8::Persistent::New(v8::Int32::New(i)); + } + + inline void Set(uint32_t i) { + v8::HandleScope scope; + + TYPE_CHECK(T, v8::Integer); + value_->Dispose(); + *value_ = v8::Persistent::New(v8::Uint32::NewFromUnsigned(i)); + } + + // Fast JS primitive setters + inline void SetNull() { + v8::HandleScope scope; + + TYPE_CHECK(T, v8::Primitive); + value_->Dispose(); + *value_ = v8::Persistent::New(v8::Null()); + } + + inline void SetUndefined() { + v8::HandleScope scope; + + TYPE_CHECK(T, v8::Primitive); + value_->Dispose(); + *value_ = v8::Persistent::New(v8::Undefined()); + } + + inline void SetEmptyString() { + v8::HandleScope scope; + + TYPE_CHECK(T, v8::String); + value_->Dispose(); + *value_ = v8::Persistent::New(v8::String::Empty()); + } + + // Convenience getter for isolate + inline v8::Isolate *GetIsolate() const { + return isolate_; + } + + // Pointer setter: Uncompilable to prevent inadvertent misuse. + template + inline void Set(S *whatever) { TYPE_CHECK(S*, v8::Primitive); } +}; + +template +class FunctionCallbackInfo { + const v8::Arguments &args_; + v8::Local data_; + ReturnValue return_value_; + v8::Persistent retval_; + + public: + explicit inline FunctionCallbackInfo( + const v8::Arguments &args + , v8::Local data) : + args_(args) + , data_(data) + , return_value_(args.GetIsolate(), &retval_) + , retval_(v8::Persistent::New(v8::Undefined())) {} + + inline ~FunctionCallbackInfo() { + retval_.Dispose(); + retval_.Clear(); + } + + inline ReturnValue GetReturnValue() const { + return ReturnValue(return_value_); + } + + NAN_DEPRECATED inline v8::Local Callee() const { + return args_.Callee(); + } + inline v8::Local Data() const { return data_; } + inline v8::Local Holder() const { + return args_.Holder(); + } + inline bool IsConstructCall() const { return args_.IsConstructCall(); } + inline int Length() const { return args_.Length(); } + inline v8::Local operator[](int i) const { return args_[i]; } + inline v8::Local This() const { return args_.This(); } + inline v8::Isolate *GetIsolate() const { return args_.GetIsolate(); } + + + protected: + static const int kHolderIndex = 0; + static const int kIsolateIndex = 1; + static const int kReturnValueDefaultValueIndex = 2; + static const int kReturnValueIndex = 3; + static const int kDataIndex = 4; + static const int kCalleeIndex = 5; + static const int kContextSaveIndex = 6; + static const int kArgsLength = 7; + + private: + NAN_DISALLOW_ASSIGN_COPY_MOVE(FunctionCallbackInfo) +}; + +template +class PropertyCallbackInfoBase { + const v8::AccessorInfo &info_; + const v8::Local data_; + + public: + explicit inline PropertyCallbackInfoBase( + const v8::AccessorInfo &info + , const v8::Local data) : + info_(info) + , data_(data) {} + + inline v8::Isolate* GetIsolate() const { return info_.GetIsolate(); } + inline v8::Local Data() const { return data_; } + inline v8::Local This() const { return info_.This(); } + inline v8::Local Holder() const { return info_.Holder(); } + + protected: + static const int kHolderIndex = 0; + static const int kIsolateIndex = 1; + static const int kReturnValueDefaultValueIndex = 2; + static const int kReturnValueIndex = 3; + static const int kDataIndex = 4; + static const int kThisIndex = 5; + static const int kArgsLength = 6; + + private: + NAN_DISALLOW_ASSIGN_COPY_MOVE(PropertyCallbackInfoBase) +}; + +template +class PropertyCallbackInfo : public PropertyCallbackInfoBase { + ReturnValue return_value_; + v8::Persistent retval_; + + public: + explicit inline PropertyCallbackInfo( + const v8::AccessorInfo &info + , const v8::Local data) : + PropertyCallbackInfoBase(info, data) + , return_value_(info.GetIsolate(), &retval_) + , retval_(v8::Persistent::New(v8::Undefined())) {} + + inline ~PropertyCallbackInfo() { + retval_.Dispose(); + retval_.Clear(); + } + + inline ReturnValue GetReturnValue() const { return return_value_; } +}; + +template<> +class PropertyCallbackInfo : + public PropertyCallbackInfoBase { + ReturnValue return_value_; + v8::Persistent retval_; + + public: + explicit inline PropertyCallbackInfo( + const v8::AccessorInfo &info + , const v8::Local data) : + PropertyCallbackInfoBase(info, data) + , return_value_(info.GetIsolate(), &retval_) + , retval_(v8::Persistent::New(v8::Local())) {} + + inline ~PropertyCallbackInfo() { + retval_.Dispose(); + retval_.Clear(); + } + + inline ReturnValue GetReturnValue() const { + return return_value_; + } +}; + +template<> +class PropertyCallbackInfo : + public PropertyCallbackInfoBase { + ReturnValue return_value_; + v8::Persistent retval_; + + public: + explicit inline PropertyCallbackInfo( + const v8::AccessorInfo &info + , const v8::Local data) : + PropertyCallbackInfoBase(info, data) + , return_value_(info.GetIsolate(), &retval_) + , retval_(v8::Persistent::New(v8::Local())) {} + + inline ~PropertyCallbackInfo() { + retval_.Dispose(); + retval_.Clear(); + } + + inline ReturnValue GetReturnValue() const { + return return_value_; + } +}; + +template<> +class PropertyCallbackInfo : + public PropertyCallbackInfoBase { + ReturnValue return_value_; + v8::Persistent retval_; + + public: + explicit inline PropertyCallbackInfo( + const v8::AccessorInfo &info + , const v8::Local data) : + PropertyCallbackInfoBase(info, data) + , return_value_(info.GetIsolate(), &retval_) + , retval_(v8::Persistent::New(v8::Local())) {} + + inline ~PropertyCallbackInfo() { + retval_.Dispose(); + retval_.Clear(); + } + + inline ReturnValue GetReturnValue() const { + return return_value_; + } +}; + +namespace imp { +template +class ReturnValueImp : public ReturnValue { + public: + explicit ReturnValueImp(ReturnValue that) : + ReturnValue(that) {} + inline v8::Handle Value() { + return *ReturnValue::value_; + } +}; + +static +v8::Handle FunctionCallbackWrapper(const v8::Arguments &args) { + v8::Local obj = args.Data().As(); + FunctionCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kFunctionIndex).As()->Value())); + FunctionCallbackInfo + cbinfo(args, obj->GetInternalField(kDataIndex)); + callback(cbinfo); + return ReturnValueImp(cbinfo.GetReturnValue()).Value(); +} + +typedef v8::Handle (*NativeFunction)(const v8::Arguments &); + +static +v8::Handle GetterCallbackWrapper( + v8::Local property, const v8::AccessorInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex)); + GetterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kGetterIndex).As()->Value())); + callback(property, cbinfo); + return ReturnValueImp(cbinfo.GetReturnValue()).Value(); +} + +typedef v8::Handle (*NativeGetter) + (v8::Local, const v8::AccessorInfo &); + +static +void SetterCallbackWrapper( + v8::Local property + , v8::Local value + , const v8::AccessorInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex)); + SetterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kSetterIndex).As()->Value())); + callback(property, value, cbinfo); +} + +typedef void (*NativeSetter) + (v8::Local, v8::Local, const v8::AccessorInfo &); + +static +v8::Handle PropertyGetterCallbackWrapper( + v8::Local property, const v8::AccessorInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex)); + PropertyGetterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kPropertyGetterIndex) + .As()->Value())); + callback(property, cbinfo); + return ReturnValueImp(cbinfo.GetReturnValue()).Value(); +} + +typedef v8::Handle (*NativePropertyGetter) + (v8::Local, const v8::AccessorInfo &); + +static +v8::Handle PropertySetterCallbackWrapper( + v8::Local property + , v8::Local value + , const v8::AccessorInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex)); + PropertySetterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kPropertySetterIndex) + .As()->Value())); + callback(property, value, cbinfo); + return ReturnValueImp(cbinfo.GetReturnValue()).Value(); +} + +typedef v8::Handle (*NativePropertySetter) + (v8::Local, v8::Local, const v8::AccessorInfo &); + +static +v8::Handle PropertyEnumeratorCallbackWrapper( + const v8::AccessorInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex)); + PropertyEnumeratorCallback callback = + reinterpret_cast(reinterpret_cast( + obj->GetInternalField(kPropertyEnumeratorIndex) + .As()->Value())); + callback(cbinfo); + return ReturnValueImp(cbinfo.GetReturnValue()).Value(); +} + +typedef v8::Handle (*NativePropertyEnumerator) + (const v8::AccessorInfo &); + +static +v8::Handle PropertyDeleterCallbackWrapper( + v8::Local property + , const v8::AccessorInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex)); + PropertyDeleterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kPropertyDeleterIndex) + .As()->Value())); + callback(property, cbinfo); + return ReturnValueImp(cbinfo.GetReturnValue()).Value(); +} + +typedef v8::Handle (NativePropertyDeleter) + (v8::Local, const v8::AccessorInfo &); + +static +v8::Handle PropertyQueryCallbackWrapper( + v8::Local property, const v8::AccessorInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex)); + PropertyQueryCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kPropertyQueryIndex) + .As()->Value())); + callback(property, cbinfo); + return ReturnValueImp(cbinfo.GetReturnValue()).Value(); +} + +typedef v8::Handle (*NativePropertyQuery) + (v8::Local, const v8::AccessorInfo &); + +static +v8::Handle IndexGetterCallbackWrapper( + uint32_t index, const v8::AccessorInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex)); + IndexGetterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kIndexPropertyGetterIndex) + .As()->Value())); + callback(index, cbinfo); + return ReturnValueImp(cbinfo.GetReturnValue()).Value(); +} + +typedef v8::Handle (*NativeIndexGetter) + (uint32_t, const v8::AccessorInfo &); + +static +v8::Handle IndexSetterCallbackWrapper( + uint32_t index + , v8::Local value + , const v8::AccessorInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex)); + IndexSetterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kIndexPropertySetterIndex) + .As()->Value())); + callback(index, value, cbinfo); + return ReturnValueImp(cbinfo.GetReturnValue()).Value(); +} + +typedef v8::Handle (*NativeIndexSetter) + (uint32_t, v8::Local, const v8::AccessorInfo &); + +static +v8::Handle IndexEnumeratorCallbackWrapper( + const v8::AccessorInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex)); + IndexEnumeratorCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kIndexPropertyEnumeratorIndex) + .As()->Value())); + callback(cbinfo); + return ReturnValueImp(cbinfo.GetReturnValue()).Value(); +} + +typedef v8::Handle (*NativeIndexEnumerator) + (const v8::AccessorInfo &); + +static +v8::Handle IndexDeleterCallbackWrapper( + uint32_t index, const v8::AccessorInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex)); + IndexDeleterCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kIndexPropertyDeleterIndex) + .As()->Value())); + callback(index, cbinfo); + return ReturnValueImp(cbinfo.GetReturnValue()).Value(); +} + +typedef v8::Handle (*NativeIndexDeleter) + (uint32_t, const v8::AccessorInfo &); + +static +v8::Handle IndexQueryCallbackWrapper( + uint32_t index, const v8::AccessorInfo &info) { + v8::Local obj = info.Data().As(); + PropertyCallbackInfo + cbinfo(info, obj->GetInternalField(kDataIndex)); + IndexQueryCallback callback = reinterpret_cast( + reinterpret_cast( + obj->GetInternalField(kIndexPropertyQueryIndex) + .As()->Value())); + callback(index, cbinfo); + return ReturnValueImp(cbinfo.GetReturnValue()).Value(); +} + +typedef v8::Handle (*NativeIndexQuery) + (uint32_t, const v8::AccessorInfo &); +} // end of namespace imp + +#endif // NAN_CALLBACKS_PRE_12_INL_H_ diff --git a/node_modules/nan/nan_converters.h b/node_modules/nan/nan_converters.h new file mode 100644 index 0000000..c0b3272 --- /dev/null +++ b/node_modules/nan/nan_converters.h @@ -0,0 +1,72 @@ +/********************************************************************* + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2018 NAN contributors + * + * MIT License + ********************************************************************/ + +#ifndef NAN_CONVERTERS_H_ +#define NAN_CONVERTERS_H_ + +namespace imp { +template struct ToFactoryBase { + typedef MaybeLocal return_t; +}; +template struct ValueFactoryBase { typedef Maybe return_t; }; + +template struct ToFactory; + +template<> +struct ToFactory : ToFactoryBase { + static inline return_t convert(v8::Local val) { + if (val.IsEmpty() || !val->IsFunction()) return MaybeLocal(); + return MaybeLocal(val.As()); + } +}; + +#define X(TYPE) \ + template<> \ + struct ToFactory : ToFactoryBase { \ + static inline return_t convert(v8::Local val); \ + }; + +X(Boolean) +X(Number) +X(String) +X(Object) +X(Integer) +X(Uint32) +X(Int32) + +#undef X + +#define X(TYPE) \ + template<> \ + struct ToFactory : ValueFactoryBase { \ + static inline return_t convert(v8::Local val); \ + }; + +X(bool) +X(double) +X(int64_t) +X(uint32_t) +X(int32_t) + +#undef X +} // end of namespace imp + +template +inline +typename imp::ToFactory::return_t To(v8::Local val) { + return imp::ToFactory::convert(val); +} + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ + (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3)) +# include "nan_converters_43_inl.h" +#else +# include "nan_converters_pre_43_inl.h" +#endif + +#endif // NAN_CONVERTERS_H_ diff --git a/node_modules/nan/nan_converters_43_inl.h b/node_modules/nan/nan_converters_43_inl.h new file mode 100644 index 0000000..41b72de --- /dev/null +++ b/node_modules/nan/nan_converters_43_inl.h @@ -0,0 +1,68 @@ +/********************************************************************* + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2018 NAN contributors + * + * MIT License + ********************************************************************/ + +#ifndef NAN_CONVERTERS_43_INL_H_ +#define NAN_CONVERTERS_43_INL_H_ + +#define X(TYPE) \ +imp::ToFactory::return_t \ +imp::ToFactory::convert(v8::Local val) { \ + v8::Isolate *isolate = v8::Isolate::GetCurrent(); \ + v8::EscapableHandleScope scope(isolate); \ + return scope.Escape( \ + val->To ## TYPE(isolate->GetCurrentContext()) \ + .FromMaybe(v8::Local())); \ +} + +X(Number) +X(String) +X(Object) +X(Integer) +X(Uint32) +X(Int32) +// V8 <= 7.0 +#if V8_MAJOR_VERSION < 7 || (V8_MAJOR_VERSION == 7 && V8_MINOR_VERSION == 0) +X(Boolean) +#else +imp::ToFactory::return_t \ +imp::ToFactory::convert(v8::Local val) { \ + v8::Isolate *isolate = v8::Isolate::GetCurrent(); \ + v8::EscapableHandleScope scope(isolate); \ + return scope.Escape(val->ToBoolean(isolate)); \ +} +#endif + +#undef X + +#define X(TYPE, NAME) \ +imp::ToFactory::return_t \ +imp::ToFactory::convert(v8::Local val) { \ + v8::Isolate *isolate = v8::Isolate::GetCurrent(); \ + v8::HandleScope scope(isolate); \ + return val->NAME ## Value(isolate->GetCurrentContext()); \ +} + +X(double, Number) +X(int64_t, Integer) +X(uint32_t, Uint32) +X(int32_t, Int32) +// V8 <= 7.0 +#if V8_MAJOR_VERSION < 7 || (V8_MAJOR_VERSION == 7 && V8_MINOR_VERSION == 0) +X(bool, Boolean) +#else +imp::ToFactory::return_t \ +imp::ToFactory::convert(v8::Local val) { \ + v8::Isolate *isolate = v8::Isolate::GetCurrent(); \ + v8::HandleScope scope(isolate); \ + return Just(val->BooleanValue(isolate)); \ +} +#endif + +#undef X + +#endif // NAN_CONVERTERS_43_INL_H_ diff --git a/node_modules/nan/nan_converters_pre_43_inl.h b/node_modules/nan/nan_converters_pre_43_inl.h new file mode 100644 index 0000000..ae0518a --- /dev/null +++ b/node_modules/nan/nan_converters_pre_43_inl.h @@ -0,0 +1,42 @@ +/********************************************************************* + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2018 NAN contributors + * + * MIT License + ********************************************************************/ + +#ifndef NAN_CONVERTERS_PRE_43_INL_H_ +#define NAN_CONVERTERS_PRE_43_INL_H_ + +#define X(TYPE) \ +imp::ToFactory::return_t \ +imp::ToFactory::convert(v8::Local val) { \ + return val->To ## TYPE(); \ +} + +X(Boolean) +X(Number) +X(String) +X(Object) +X(Integer) +X(Uint32) +X(Int32) + +#undef X + +#define X(TYPE, NAME) \ +imp::ToFactory::return_t \ +imp::ToFactory::convert(v8::Local val) { \ + return Just(val->NAME ## Value()); \ +} + +X(bool, Boolean) +X(double, Number) +X(int64_t, Integer) +X(uint32_t, Uint32) +X(int32_t, Int32) + +#undef X + +#endif // NAN_CONVERTERS_PRE_43_INL_H_ diff --git a/node_modules/nan/nan_define_own_property_helper.h b/node_modules/nan/nan_define_own_property_helper.h new file mode 100644 index 0000000..d710ef2 --- /dev/null +++ b/node_modules/nan/nan_define_own_property_helper.h @@ -0,0 +1,29 @@ +/********************************************************************* + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2018 NAN contributors + * + * MIT License + ********************************************************************/ + +#ifndef NAN_DEFINE_OWN_PROPERTY_HELPER_H_ +#define NAN_DEFINE_OWN_PROPERTY_HELPER_H_ + +namespace imp { + +inline Maybe DefineOwnPropertyHelper( + v8::PropertyAttribute current + , v8::Handle obj + , v8::Handle key + , v8::Handle value + , v8::PropertyAttribute attribs = v8::None) { + return !(current & v8::DontDelete) || // configurable OR + (!(current & v8::ReadOnly) && // writable AND + !((attribs ^ current) & ~v8::ReadOnly)) // same excluding RO + ? Just(obj->ForceSet(key, value, attribs)) + : Nothing(); +} + +} // end of namespace imp + +#endif // NAN_DEFINE_OWN_PROPERTY_HELPER_H_ diff --git a/node_modules/nan/nan_implementation_12_inl.h b/node_modules/nan/nan_implementation_12_inl.h new file mode 100644 index 0000000..255293a --- /dev/null +++ b/node_modules/nan/nan_implementation_12_inl.h @@ -0,0 +1,430 @@ +/********************************************************************* + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2018 NAN contributors + * + * MIT License + ********************************************************************/ + +#ifndef NAN_IMPLEMENTATION_12_INL_H_ +#define NAN_IMPLEMENTATION_12_INL_H_ +//============================================================================== +// node v0.11 implementation +//============================================================================== + +namespace imp { + +//=== Array ==================================================================== + +Factory::return_t +Factory::New() { + return v8::Array::New(v8::Isolate::GetCurrent()); +} + +Factory::return_t +Factory::New(int length) { + return v8::Array::New(v8::Isolate::GetCurrent(), length); +} + +//=== Boolean ================================================================== + +Factory::return_t +Factory::New(bool value) { + return v8::Boolean::New(v8::Isolate::GetCurrent(), value); +} + +//=== Boolean Object =========================================================== + +Factory::return_t +Factory::New(bool value) { +#if (NODE_MODULE_VERSION >= NODE_6_0_MODULE_VERSION) + return v8::BooleanObject::New( + v8::Isolate::GetCurrent(), value).As(); +#else + return v8::BooleanObject::New(value).As(); +#endif +} + +//=== Context ================================================================== + +Factory::return_t +Factory::New( v8::ExtensionConfiguration* extensions + , v8::Local tmpl + , v8::Local obj) { + return v8::Context::New(v8::Isolate::GetCurrent(), extensions, tmpl, obj); +} + +//=== Date ===================================================================== + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ + (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3)) +Factory::return_t +Factory::New(double value) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape(v8::Date::New(isolate->GetCurrentContext(), value) + .FromMaybe(v8::Local()).As()); +} +#else +Factory::return_t +Factory::New(double value) { + return v8::Date::New(v8::Isolate::GetCurrent(), value).As(); +} +#endif + +//=== External ================================================================= + +Factory::return_t +Factory::New(void * value) { + return v8::External::New(v8::Isolate::GetCurrent(), value); +} + +//=== Function ================================================================= + +Factory::return_t +Factory::New( FunctionCallback callback + , v8::Local data) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + v8::Local tpl = v8::ObjectTemplate::New(isolate); + tpl->SetInternalFieldCount(imp::kFunctionFieldCount); + v8::Local obj = NewInstance(tpl).ToLocalChecked(); + + obj->SetInternalField( + imp::kFunctionIndex + , v8::External::New(isolate, reinterpret_cast(callback))); + + v8::Local val = v8::Local::New(isolate, data); + + if (!val.IsEmpty()) { + obj->SetInternalField(imp::kDataIndex, val); + } + +#if NODE_MAJOR_VERSION >= 10 + v8::Local context = isolate->GetCurrentContext(); + v8::Local function = + v8::Function::New(context, imp::FunctionCallbackWrapper, obj) + .ToLocalChecked(); +#else + v8::Local function = + v8::Function::New(isolate, imp::FunctionCallbackWrapper, obj); +#endif + + return scope.Escape(function); +} + +//=== Function Template ======================================================== + +Factory::return_t +Factory::New( FunctionCallback callback + , v8::Local data + , v8::Local signature) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + if (callback) { + v8::EscapableHandleScope scope(isolate); + v8::Local tpl = v8::ObjectTemplate::New(isolate); + tpl->SetInternalFieldCount(imp::kFunctionFieldCount); + v8::Local obj = NewInstance(tpl).ToLocalChecked(); + + obj->SetInternalField( + imp::kFunctionIndex + , v8::External::New(isolate, reinterpret_cast(callback))); + v8::Local val = v8::Local::New(isolate, data); + + if (!val.IsEmpty()) { + obj->SetInternalField(imp::kDataIndex, val); + } + + return scope.Escape(v8::FunctionTemplate::New( isolate + , imp::FunctionCallbackWrapper + , obj + , signature)); + } else { + return v8::FunctionTemplate::New(isolate, 0, data, signature); + } +} + +//=== Number =================================================================== + +Factory::return_t +Factory::New(double value) { + return v8::Number::New(v8::Isolate::GetCurrent(), value); +} + +//=== Number Object ============================================================ + +Factory::return_t +Factory::New(double value) { + return v8::NumberObject::New( v8::Isolate::GetCurrent() + , value).As(); +} + +//=== Integer, Int32 and Uint32 ================================================ + +template +typename IntegerFactory::return_t +IntegerFactory::New(int32_t value) { + return To(T::New(v8::Isolate::GetCurrent(), value)); +} + +template +typename IntegerFactory::return_t +IntegerFactory::New(uint32_t value) { + return To(T::NewFromUnsigned(v8::Isolate::GetCurrent(), value)); +} + +Factory::return_t +Factory::New(int32_t value) { + return To( + v8::Uint32::NewFromUnsigned(v8::Isolate::GetCurrent(), value)); +} + +Factory::return_t +Factory::New(uint32_t value) { + return To( + v8::Uint32::NewFromUnsigned(v8::Isolate::GetCurrent(), value)); +} + +//=== Object =================================================================== + +Factory::return_t +Factory::New() { + return v8::Object::New(v8::Isolate::GetCurrent()); +} + +//=== Object Template ========================================================== + +Factory::return_t +Factory::New() { + return v8::ObjectTemplate::New(v8::Isolate::GetCurrent()); +} + +//=== RegExp =================================================================== + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ + (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3)) +Factory::return_t +Factory::New( + v8::Local pattern + , v8::RegExp::Flags flags) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape( + v8::RegExp::New(isolate->GetCurrentContext(), pattern, flags) + .FromMaybe(v8::Local())); +} +#else +Factory::return_t +Factory::New( + v8::Local pattern + , v8::RegExp::Flags flags) { + return v8::RegExp::New(pattern, flags); +} +#endif + +//=== Script =================================================================== + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ + (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3)) +Factory::return_t +Factory::New( v8::Local source) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + v8::ScriptCompiler::Source src(source); + return scope.Escape( + v8::ScriptCompiler::Compile(isolate->GetCurrentContext(), &src) + .FromMaybe(v8::Local())); +} + +Factory::return_t +Factory::New( v8::Local source + , v8::ScriptOrigin const& origin) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + v8::ScriptCompiler::Source src(source, origin); + return scope.Escape( + v8::ScriptCompiler::Compile(isolate->GetCurrentContext(), &src) + .FromMaybe(v8::Local())); +} +#else +Factory::return_t +Factory::New( v8::Local source) { + v8::ScriptCompiler::Source src(source); + return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &src); +} + +Factory::return_t +Factory::New( v8::Local source + , v8::ScriptOrigin const& origin) { + v8::ScriptCompiler::Source src(source, origin); + return v8::ScriptCompiler::Compile(v8::Isolate::GetCurrent(), &src); +} +#endif + +//=== Signature ================================================================ + +Factory::return_t +Factory::New(Factory::FTH receiver) { + return v8::Signature::New(v8::Isolate::GetCurrent(), receiver); +} + +//=== String =================================================================== + +Factory::return_t +Factory::New() { + return v8::String::Empty(v8::Isolate::GetCurrent()); +} + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ + (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3)) +Factory::return_t +Factory::New(const char * value, int length) { + return v8::String::NewFromUtf8( + v8::Isolate::GetCurrent(), value, v8::NewStringType::kNormal, length); +} + +Factory::return_t +Factory::New(std::string const& value) { + assert(value.size() <= INT_MAX && "string too long"); + return v8::String::NewFromUtf8(v8::Isolate::GetCurrent(), + value.data(), v8::NewStringType::kNormal, static_cast(value.size())); +} + +Factory::return_t +Factory::New(const uint16_t * value, int length) { + return v8::String::NewFromTwoByte(v8::Isolate::GetCurrent(), value, + v8::NewStringType::kNormal, length); +} + +Factory::return_t +Factory::New(v8::String::ExternalStringResource * value) { + return v8::String::NewExternalTwoByte(v8::Isolate::GetCurrent(), value); +} + +Factory::return_t +Factory::New(ExternalOneByteStringResource * value) { + return v8::String::NewExternalOneByte(v8::Isolate::GetCurrent(), value); +} +#else +Factory::return_t +Factory::New(const char * value, int length) { + return v8::String::NewFromUtf8(v8::Isolate::GetCurrent(), value, + v8::String::kNormalString, length); +} + +Factory::return_t +Factory::New( + std::string const& value) /* NOLINT(build/include_what_you_use) */ { + assert(value.size() <= INT_MAX && "string too long"); + return v8::String::NewFromUtf8(v8::Isolate::GetCurrent(), value.data(), + v8::String::kNormalString, + static_cast(value.size())); +} + +Factory::return_t +Factory::New(const uint16_t * value, int length) { + return v8::String::NewFromTwoByte(v8::Isolate::GetCurrent(), value, + v8::String::kNormalString, length); +} + +Factory::return_t +Factory::New(v8::String::ExternalStringResource * value) { + return v8::String::NewExternal(v8::Isolate::GetCurrent(), value); +} + +Factory::return_t +Factory::New(ExternalOneByteStringResource * value) { + return v8::String::NewExternal(v8::Isolate::GetCurrent(), value); +} +#endif + +//=== String Object ============================================================ + +// See https://github.com/nodejs/nan/pull/811#discussion_r224594980. +// Disable the warning as there is no way around it. +// TODO(bnoordhuis) Use isolate-based version in Node.js v12. +Factory::return_t +Factory::New(v8::Local value) { +// V8 > 7.0 +#if V8_MAJOR_VERSION > 7 || (V8_MAJOR_VERSION == 7 && V8_MINOR_VERSION > 0) + return v8::StringObject::New(v8::Isolate::GetCurrent(), value) + .As(); +#else +#ifdef _MSC_VER +#pragma warning(push) +#pragma warning(disable : 4996) +#endif +#ifdef __GNUC__ +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wdeprecated-declarations" +#endif + return v8::StringObject::New(value).As(); +#ifdef __GNUC__ +#pragma GCC diagnostic pop +#endif +#ifdef _MSC_VER +#pragma warning(pop) +#endif +#endif +} + +//=== Unbound Script =========================================================== + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ + (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3)) +Factory::return_t +Factory::New(v8::Local source) { + v8::ScriptCompiler::Source src(source); + return v8::ScriptCompiler::CompileUnboundScript( + v8::Isolate::GetCurrent(), &src); +} + +Factory::return_t +Factory::New( v8::Local source + , v8::ScriptOrigin const& origin) { + v8::ScriptCompiler::Source src(source, origin); + return v8::ScriptCompiler::CompileUnboundScript( + v8::Isolate::GetCurrent(), &src); +} +#else +Factory::return_t +Factory::New(v8::Local source) { + v8::ScriptCompiler::Source src(source); + return v8::ScriptCompiler::CompileUnbound(v8::Isolate::GetCurrent(), &src); +} + +Factory::return_t +Factory::New( v8::Local source + , v8::ScriptOrigin const& origin) { + v8::ScriptCompiler::Source src(source, origin); + return v8::ScriptCompiler::CompileUnbound(v8::Isolate::GetCurrent(), &src); +} +#endif + +} // end of namespace imp + +//=== Presistents and Handles ================================================== + +#if NODE_MODULE_VERSION < IOJS_3_0_MODULE_VERSION +template +inline v8::Local New(v8::Handle h) { + return v8::Local::New(v8::Isolate::GetCurrent(), h); +} +#endif + +template +inline v8::Local New(v8::Persistent const& p) { + return v8::Local::New(v8::Isolate::GetCurrent(), p); +} + +template +inline v8::Local New(Persistent const& p) { + return v8::Local::New(v8::Isolate::GetCurrent(), p); +} + +template +inline v8::Local New(Global const& p) { + return v8::Local::New(v8::Isolate::GetCurrent(), p); +} + +#endif // NAN_IMPLEMENTATION_12_INL_H_ diff --git a/node_modules/nan/nan_implementation_pre_12_inl.h b/node_modules/nan/nan_implementation_pre_12_inl.h new file mode 100644 index 0000000..1472421 --- /dev/null +++ b/node_modules/nan/nan_implementation_pre_12_inl.h @@ -0,0 +1,263 @@ +/********************************************************************* + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2018 NAN contributors + * + * MIT License + ********************************************************************/ + +#ifndef NAN_IMPLEMENTATION_PRE_12_INL_H_ +#define NAN_IMPLEMENTATION_PRE_12_INL_H_ + +//============================================================================== +// node v0.10 implementation +//============================================================================== + +namespace imp { + +//=== Array ==================================================================== + +Factory::return_t +Factory::New() { + return v8::Array::New(); +} + +Factory::return_t +Factory::New(int length) { + return v8::Array::New(length); +} + +//=== Boolean ================================================================== + +Factory::return_t +Factory::New(bool value) { + return v8::Boolean::New(value)->ToBoolean(); +} + +//=== Boolean Object =========================================================== + +Factory::return_t +Factory::New(bool value) { + return v8::BooleanObject::New(value).As(); +} + +//=== Context ================================================================== + +Factory::return_t +Factory::New( v8::ExtensionConfiguration* extensions + , v8::Local tmpl + , v8::Local obj) { + v8::Persistent ctx = v8::Context::New(extensions, tmpl, obj); + v8::Local lctx = v8::Local::New(ctx); + ctx.Dispose(); + return lctx; +} + +//=== Date ===================================================================== + +Factory::return_t +Factory::New(double value) { + return v8::Date::New(value).As(); +} + +//=== External ================================================================= + +Factory::return_t +Factory::New(void * value) { + return v8::External::New(value); +} + +//=== Function ================================================================= + +Factory::return_t +Factory::New( FunctionCallback callback + , v8::Local data) { + v8::HandleScope scope; + + return scope.Close(Factory::New( + callback, data, v8::Local()) + ->GetFunction()); +} + + +//=== FunctionTemplate ========================================================= + +Factory::return_t +Factory::New( FunctionCallback callback + , v8::Local data + , v8::Local signature) { + if (callback) { + v8::HandleScope scope; + + v8::Local tpl = v8::ObjectTemplate::New(); + tpl->SetInternalFieldCount(imp::kFunctionFieldCount); + v8::Local obj = tpl->NewInstance(); + + obj->SetInternalField( + imp::kFunctionIndex + , v8::External::New(reinterpret_cast(callback))); + + v8::Local val = v8::Local::New(data); + + if (!val.IsEmpty()) { + obj->SetInternalField(imp::kDataIndex, val); + } + + // Note(agnat): Emulate length argument here. Unfortunately, I couldn't find + // a way. Have at it though... + return scope.Close( + v8::FunctionTemplate::New(imp::FunctionCallbackWrapper + , obj + , signature)); + } else { + return v8::FunctionTemplate::New(0, data, signature); + } +} + +//=== Number =================================================================== + +Factory::return_t +Factory::New(double value) { + return v8::Number::New(value); +} + +//=== Number Object ============================================================ + +Factory::return_t +Factory::New(double value) { + return v8::NumberObject::New(value).As(); +} + +//=== Integer, Int32 and Uint32 ================================================ + +template +typename IntegerFactory::return_t +IntegerFactory::New(int32_t value) { + return To(T::New(value)); +} + +template +typename IntegerFactory::return_t +IntegerFactory::New(uint32_t value) { + return To(T::NewFromUnsigned(value)); +} + +Factory::return_t +Factory::New(int32_t value) { + return To(v8::Uint32::NewFromUnsigned(value)); +} + +Factory::return_t +Factory::New(uint32_t value) { + return To(v8::Uint32::NewFromUnsigned(value)); +} + + +//=== Object =================================================================== + +Factory::return_t +Factory::New() { + return v8::Object::New(); +} + +//=== Object Template ========================================================== + +Factory::return_t +Factory::New() { + return v8::ObjectTemplate::New(); +} + +//=== RegExp =================================================================== + +Factory::return_t +Factory::New( + v8::Local pattern + , v8::RegExp::Flags flags) { + return v8::RegExp::New(pattern, flags); +} + +//=== Script =================================================================== + +Factory::return_t +Factory::New( v8::Local source) { + return v8::Script::New(source); +} +Factory::return_t +Factory::New( v8::Local source + , v8::ScriptOrigin const& origin) { + return v8::Script::New(source, const_cast(&origin)); +} + +//=== Signature ================================================================ + +Factory::return_t +Factory::New(Factory::FTH receiver) { + return v8::Signature::New(receiver); +} + +//=== String =================================================================== + +Factory::return_t +Factory::New() { + return v8::String::Empty(); +} + +Factory::return_t +Factory::New(const char * value, int length) { + return v8::String::New(value, length); +} + +Factory::return_t +Factory::New( + std::string const& value) /* NOLINT(build/include_what_you_use) */ { + assert(value.size() <= INT_MAX && "string too long"); + return v8::String::New(value.data(), static_cast(value.size())); +} + +Factory::return_t +Factory::New(const uint16_t * value, int length) { + return v8::String::New(value, length); +} + +Factory::return_t +Factory::New(v8::String::ExternalStringResource * value) { + return v8::String::NewExternal(value); +} + +Factory::return_t +Factory::New(v8::String::ExternalAsciiStringResource * value) { + return v8::String::NewExternal(value); +} + +//=== String Object ============================================================ + +Factory::return_t +Factory::New(v8::Local value) { + return v8::StringObject::New(value).As(); +} + +} // end of namespace imp + +//=== Presistents and Handles ================================================== + +template +inline v8::Local New(v8::Handle h) { + return v8::Local::New(h); +} + +template +inline v8::Local New(v8::Persistent const& p) { + return v8::Local::New(p); +} + +template +inline v8::Local New(Persistent const& p) { + return v8::Local::New(p.persistent); +} + +template +inline v8::Local New(Global const& p) { + return v8::Local::New(p.persistent); +} + +#endif // NAN_IMPLEMENTATION_PRE_12_INL_H_ diff --git a/node_modules/nan/nan_json.h b/node_modules/nan/nan_json.h new file mode 100644 index 0000000..33ac8ba --- /dev/null +++ b/node_modules/nan/nan_json.h @@ -0,0 +1,166 @@ +/********************************************************************* + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2018 NAN contributors + * + * MIT License + ********************************************************************/ + +#ifndef NAN_JSON_H_ +#define NAN_JSON_H_ + +#if NODE_MODULE_VERSION < NODE_0_12_MODULE_VERSION +#define NAN_JSON_H_NEED_PARSE 1 +#else +#define NAN_JSON_H_NEED_PARSE 0 +#endif // NODE_MODULE_VERSION < NODE_0_12_MODULE_VERSION + +#if NODE_MODULE_VERSION >= NODE_7_0_MODULE_VERSION +#define NAN_JSON_H_NEED_STRINGIFY 0 +#else +#define NAN_JSON_H_NEED_STRINGIFY 1 +#endif // NODE_MODULE_VERSION >= NODE_7_0_MODULE_VERSION + +class JSON { + public: + JSON() { +#if NAN_JSON_H_NEED_PARSE + NAN_JSON_H_NEED_STRINGIFY + Nan::HandleScope scope; + + Nan::MaybeLocal maybe_global_json = Nan::Get( + Nan::GetCurrentContext()->Global(), + Nan::New("JSON").ToLocalChecked() + ); + + assert(!maybe_global_json.IsEmpty() && "global JSON is empty"); + v8::Local val_global_json = maybe_global_json.ToLocalChecked(); + + assert(val_global_json->IsObject() && "global JSON is not an object"); + Nan::MaybeLocal maybe_obj_global_json = + Nan::To(val_global_json); + + assert(!maybe_obj_global_json.IsEmpty() && "global JSON object is empty"); + v8::Local global_json = maybe_obj_global_json.ToLocalChecked(); + +#if NAN_JSON_H_NEED_PARSE + Nan::MaybeLocal maybe_parse_method = Nan::Get( + global_json, Nan::New("parse").ToLocalChecked() + ); + + assert(!maybe_parse_method.IsEmpty() && "JSON.parse is empty"); + v8::Local parse_method = maybe_parse_method.ToLocalChecked(); + + assert(parse_method->IsFunction() && "JSON.parse is not a function"); + parse_cb_.Reset(parse_method.As()); +#endif // NAN_JSON_H_NEED_PARSE + +#if NAN_JSON_H_NEED_STRINGIFY + Nan::MaybeLocal maybe_stringify_method = Nan::Get( + global_json, Nan::New("stringify").ToLocalChecked() + ); + + assert(!maybe_stringify_method.IsEmpty() && "JSON.stringify is empty"); + v8::Local stringify_method = + maybe_stringify_method.ToLocalChecked(); + + assert( + stringify_method->IsFunction() && "JSON.stringify is not a function" + ); + stringify_cb_.Reset(stringify_method.As()); +#endif // NAN_JSON_H_NEED_STRINGIFY +#endif // NAN_JSON_H_NEED_PARSE + NAN_JSON_H_NEED_STRINGIFY + } + + inline + Nan::MaybeLocal Parse(v8::Local json_string) { + Nan::EscapableHandleScope scope; +#if NAN_JSON_H_NEED_PARSE + return scope.Escape(parse(json_string)); +#else + Nan::MaybeLocal result; +#if NODE_MODULE_VERSION >= NODE_0_12_MODULE_VERSION && \ + NODE_MODULE_VERSION <= IOJS_2_0_MODULE_VERSION + result = v8::JSON::Parse(json_string); +#else +#if NODE_MODULE_VERSION > NODE_6_0_MODULE_VERSION + v8::Local context_or_isolate = Nan::GetCurrentContext(); +#else + v8::Isolate* context_or_isolate = v8::Isolate::GetCurrent(); +#endif // NODE_MODULE_VERSION > NODE_6_0_MODULE_VERSION + result = v8::JSON::Parse(context_or_isolate, json_string); +#endif // NODE_MODULE_VERSION >= NODE_0_12_MODULE_VERSION && + // NODE_MODULE_VERSION <= IOJS_2_0_MODULE_VERSION + if (result.IsEmpty()) return v8::Local(); + return scope.Escape(result.ToLocalChecked()); +#endif // NAN_JSON_H_NEED_PARSE + } + + inline + Nan::MaybeLocal Stringify(v8::Local json_object) { + Nan::EscapableHandleScope scope; + Nan::MaybeLocal result = +#if NAN_JSON_H_NEED_STRINGIFY + Nan::To(stringify(json_object)); +#else + v8::JSON::Stringify(Nan::GetCurrentContext(), json_object); +#endif // NAN_JSON_H_NEED_STRINGIFY + if (result.IsEmpty()) return v8::Local(); + return scope.Escape(result.ToLocalChecked()); + } + + inline + Nan::MaybeLocal Stringify(v8::Local json_object, + v8::Local gap) { + Nan::EscapableHandleScope scope; + Nan::MaybeLocal result = +#if NAN_JSON_H_NEED_STRINGIFY + Nan::To(stringify(json_object, gap)); +#else + v8::JSON::Stringify(Nan::GetCurrentContext(), json_object, gap); +#endif // NAN_JSON_H_NEED_STRINGIFY + if (result.IsEmpty()) return v8::Local(); + return scope.Escape(result.ToLocalChecked()); + } + + private: + NAN_DISALLOW_ASSIGN_COPY_MOVE(JSON) +#if NAN_JSON_H_NEED_PARSE + Nan::Callback parse_cb_; +#endif // NAN_JSON_H_NEED_PARSE +#if NAN_JSON_H_NEED_STRINGIFY + Nan::Callback stringify_cb_; +#endif // NAN_JSON_H_NEED_STRINGIFY + +#if NAN_JSON_H_NEED_PARSE + inline v8::Local parse(v8::Local arg) { + assert(!parse_cb_.IsEmpty() && "parse_cb_ is empty"); + AsyncResource resource("nan:JSON.parse"); + return parse_cb_.Call(1, &arg, &resource).FromMaybe(v8::Local()); + } +#endif // NAN_JSON_H_NEED_PARSE + +#if NAN_JSON_H_NEED_STRINGIFY + inline v8::Local stringify(v8::Local arg) { + assert(!stringify_cb_.IsEmpty() && "stringify_cb_ is empty"); + AsyncResource resource("nan:JSON.stringify"); + return stringify_cb_.Call(1, &arg, &resource) + .FromMaybe(v8::Local()); + } + + inline v8::Local stringify(v8::Local arg, + v8::Local gap) { + assert(!stringify_cb_.IsEmpty() && "stringify_cb_ is empty"); + + v8::Local argv[] = { + arg, + Nan::Null(), + gap + }; + AsyncResource resource("nan:JSON.stringify"); + return stringify_cb_.Call(3, argv, &resource) + .FromMaybe(v8::Local()); + } +#endif // NAN_JSON_H_NEED_STRINGIFY +}; + +#endif // NAN_JSON_H_ diff --git a/node_modules/nan/nan_maybe_43_inl.h b/node_modules/nan/nan_maybe_43_inl.h new file mode 100644 index 0000000..48b62e9 --- /dev/null +++ b/node_modules/nan/nan_maybe_43_inl.h @@ -0,0 +1,360 @@ +/********************************************************************* + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2018 NAN contributors + * + * MIT License + ********************************************************************/ + +#ifndef NAN_MAYBE_43_INL_H_ +#define NAN_MAYBE_43_INL_H_ + +template +using MaybeLocal = v8::MaybeLocal; + +inline +MaybeLocal ToDetailString(v8::Local val) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape(val->ToDetailString(isolate->GetCurrentContext()) + .FromMaybe(v8::Local())); +} + +inline +MaybeLocal ToArrayIndex(v8::Local val) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape(val->ToArrayIndex(isolate->GetCurrentContext()) + .FromMaybe(v8::Local())); +} + +inline +Maybe Equals(v8::Local a, v8::Local(b)) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::HandleScope scope(isolate); + return a->Equals(isolate->GetCurrentContext(), b); +} + +inline +MaybeLocal NewInstance(v8::Local h) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape(h->NewInstance(isolate->GetCurrentContext()) + .FromMaybe(v8::Local())); +} + +inline +MaybeLocal NewInstance( + v8::Local h + , int argc + , v8::Local argv[]) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape(h->NewInstance(isolate->GetCurrentContext(), argc, argv) + .FromMaybe(v8::Local())); +} + +inline +MaybeLocal NewInstance(v8::Local h) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape(h->NewInstance(isolate->GetCurrentContext()) + .FromMaybe(v8::Local())); +} + + +inline MaybeLocal GetFunction( + v8::Local t) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape(t->GetFunction(isolate->GetCurrentContext()) + .FromMaybe(v8::Local())); +} + +inline Maybe Set( + v8::Local obj + , v8::Local key + , v8::Local value) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::HandleScope scope(isolate); + return obj->Set(isolate->GetCurrentContext(), key, value); +} + +inline Maybe Set( + v8::Local obj + , uint32_t index + , v8::Local value) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::HandleScope scope(isolate); + return obj->Set(isolate->GetCurrentContext(), index, value); +} + +#if NODE_MODULE_VERSION < NODE_4_0_MODULE_VERSION +#include "nan_define_own_property_helper.h" // NOLINT(build/include_subdir) +#endif + +inline Maybe DefineOwnProperty( + v8::Local obj + , v8::Local key + , v8::Local value + , v8::PropertyAttribute attribs = v8::None) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::HandleScope scope(isolate); +#if NODE_MODULE_VERSION >= NODE_4_0_MODULE_VERSION + return obj->DefineOwnProperty(isolate->GetCurrentContext(), key, value, + attribs); +#else + Maybe maybeCurrent = + obj->GetPropertyAttributes(isolate->GetCurrentContext(), key); + if (maybeCurrent.IsNothing()) { + return Nothing(); + } + v8::PropertyAttribute current = maybeCurrent.FromJust(); + return imp::DefineOwnPropertyHelper(current, obj, key, value, attribs); +#endif +} + +NAN_DEPRECATED inline Maybe ForceSet( + v8::Local obj + , v8::Local key + , v8::Local value + , v8::PropertyAttribute attribs = v8::None) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::HandleScope scope(isolate); +#if NODE_MODULE_VERSION >= NODE_9_0_MODULE_VERSION + return key->IsName() + ? obj->DefineOwnProperty(isolate->GetCurrentContext(), + key.As(), value, attribs) + : Nothing(); +#else + return obj->ForceSet(isolate->GetCurrentContext(), key, value, attribs); +#endif +} + +inline MaybeLocal Get( + v8::Local obj + , v8::Local key) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape(obj->Get(isolate->GetCurrentContext(), key) + .FromMaybe(v8::Local())); +} + +inline +MaybeLocal Get(v8::Local obj, uint32_t index) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape(obj->Get(isolate->GetCurrentContext(), index) + .FromMaybe(v8::Local())); +} + +inline v8::PropertyAttribute GetPropertyAttributes( + v8::Local obj + , v8::Local key) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::HandleScope scope(isolate); + return obj->GetPropertyAttributes(isolate->GetCurrentContext(), key) + .FromJust(); +} + +inline Maybe Has( + v8::Local obj + , v8::Local key) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::HandleScope scope(isolate); + return obj->Has(isolate->GetCurrentContext(), key); +} + +inline Maybe Has(v8::Local obj, uint32_t index) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::HandleScope scope(isolate); + return obj->Has(isolate->GetCurrentContext(), index); +} + +inline Maybe Delete( + v8::Local obj + , v8::Local key) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::HandleScope scope(isolate); + return obj->Delete(isolate->GetCurrentContext(), key); +} + +inline +Maybe Delete(v8::Local obj, uint32_t index) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::HandleScope scope(isolate); + return obj->Delete(isolate->GetCurrentContext(), index); +} + +inline +MaybeLocal GetPropertyNames(v8::Local obj) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape(obj->GetPropertyNames(isolate->GetCurrentContext()) + .FromMaybe(v8::Local())); +} + +inline +MaybeLocal GetOwnPropertyNames(v8::Local obj) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape(obj->GetOwnPropertyNames(isolate->GetCurrentContext()) + .FromMaybe(v8::Local())); +} + +inline Maybe SetPrototype( + v8::Local obj + , v8::Local prototype) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::HandleScope scope(isolate); +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION >= 14) + return obj->SetPrototypeV2(isolate->GetCurrentContext(), prototype); +#else + return obj->SetPrototype(isolate->GetCurrentContext(), prototype); +#endif +} + +inline MaybeLocal ObjectProtoToString( + v8::Local obj) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape(obj->ObjectProtoToString(isolate->GetCurrentContext()) + .FromMaybe(v8::Local())); +} + +inline Maybe HasOwnProperty( + v8::Local obj + , v8::Local key) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::HandleScope scope(isolate); + return obj->HasOwnProperty(isolate->GetCurrentContext(), key); +} + +inline Maybe HasRealNamedProperty( + v8::Local obj + , v8::Local key) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::HandleScope scope(isolate); + return obj->HasRealNamedProperty(isolate->GetCurrentContext(), key); +} + +inline Maybe HasRealIndexedProperty( + v8::Local obj + , uint32_t index) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::HandleScope scope(isolate); + return obj->HasRealIndexedProperty(isolate->GetCurrentContext(), index); +} + +inline Maybe HasRealNamedCallbackProperty( + v8::Local obj + , v8::Local key) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::HandleScope scope(isolate); + return obj->HasRealNamedCallbackProperty(isolate->GetCurrentContext(), key); +} + +inline MaybeLocal GetRealNamedPropertyInPrototypeChain( + v8::Local obj + , v8::Local key) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape(obj->GetRealNamedPropertyInPrototypeChain( + isolate->GetCurrentContext(), key) + .FromMaybe(v8::Local())); +} + +inline MaybeLocal GetRealNamedProperty( + v8::Local obj + , v8::Local key) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape( + obj->GetRealNamedProperty(isolate->GetCurrentContext(), key) + .FromMaybe(v8::Local())); +} + +inline MaybeLocal CallAsFunction( + v8::Local obj + , v8::Local recv + , int argc + , v8::Local argv[]) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape( + obj->CallAsFunction(isolate->GetCurrentContext(), recv, argc, argv) + .FromMaybe(v8::Local())); +} + +inline MaybeLocal CallAsConstructor( + v8::Local obj + , int argc, v8::Local argv[]) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape( + obj->CallAsConstructor(isolate->GetCurrentContext(), argc, argv) + .FromMaybe(v8::Local())); +} + +inline +MaybeLocal GetSourceLine(v8::Local msg) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape(msg->GetSourceLine(isolate->GetCurrentContext()) + .FromMaybe(v8::Local())); +} + +inline Maybe GetLineNumber(v8::Local msg) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::HandleScope scope(isolate); + return msg->GetLineNumber(isolate->GetCurrentContext()); +} + +inline Maybe GetStartColumn(v8::Local msg) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::HandleScope scope(isolate); + return msg->GetStartColumn(isolate->GetCurrentContext()); +} + +inline Maybe GetEndColumn(v8::Local msg) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::HandleScope scope(isolate); + return msg->GetEndColumn(isolate->GetCurrentContext()); +} + +inline MaybeLocal CloneElementAt( + v8::Local array + , uint32_t index) { +#if (NODE_MODULE_VERSION >= NODE_6_0_MODULE_VERSION) + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + v8::Local context = isolate->GetCurrentContext(); + v8::Local elem; + v8::Local obj; + if (!array->Get(context, index).ToLocal(&elem)) { + return scope.Escape(obj); + } + if (!elem->ToObject(context).ToLocal(&obj)) { + return scope.Escape(v8::Local()); + } + return scope.Escape(obj->Clone()); +#else + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape(array->CloneElementAt(isolate->GetCurrentContext(), index) + .FromMaybe(v8::Local())); +#endif +} + +inline MaybeLocal Call( + v8::Local fun + , v8::Local recv + , int argc + , v8::Local argv[]) { + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + return scope.Escape(fun->Call(isolate->GetCurrentContext(), recv, argc, argv) + .FromMaybe(v8::Local())); +} + +#endif // NAN_MAYBE_43_INL_H_ diff --git a/node_modules/nan/nan_maybe_pre_43_inl.h b/node_modules/nan/nan_maybe_pre_43_inl.h new file mode 100644 index 0000000..84e2c11 --- /dev/null +++ b/node_modules/nan/nan_maybe_pre_43_inl.h @@ -0,0 +1,268 @@ +/********************************************************************* + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2018 NAN contributors + * + * MIT License + ********************************************************************/ + +#ifndef NAN_MAYBE_PRE_43_INL_H_ +#define NAN_MAYBE_PRE_43_INL_H_ + +template +class MaybeLocal { + public: + inline MaybeLocal() : val_(v8::Local()) {} + + template +# if NODE_MODULE_VERSION >= NODE_0_12_MODULE_VERSION + inline + MaybeLocal(v8::Local that) : val_(that) {} // NOLINT(runtime/explicit) +# else + inline + MaybeLocal(v8::Local that) : // NOLINT(runtime/explicit) + val_(*reinterpret_cast*>(&that)) {} +# endif + + inline bool IsEmpty() const { return val_.IsEmpty(); } + + template + inline bool ToLocal(v8::Local *out) const { + *out = val_; + return !IsEmpty(); + } + + inline v8::Local ToLocalChecked() const { +#if defined(V8_ENABLE_CHECKS) + assert(!IsEmpty() && "ToLocalChecked is Empty"); +#endif // V8_ENABLE_CHECKS + return val_; + } + + template + inline v8::Local FromMaybe(v8::Local default_value) const { + return IsEmpty() ? default_value : v8::Local(val_); + } + + private: + v8::Local val_; +}; + +inline +MaybeLocal ToDetailString(v8::Handle val) { + return MaybeLocal(val->ToDetailString()); +} + +inline +MaybeLocal ToArrayIndex(v8::Handle val) { + return MaybeLocal(val->ToArrayIndex()); +} + +inline +Maybe Equals(v8::Handle a, v8::Handle(b)) { + return Just(a->Equals(b)); +} + +inline +MaybeLocal NewInstance(v8::Handle h) { + return MaybeLocal(h->NewInstance()); +} + +inline +MaybeLocal NewInstance( + v8::Local h + , int argc + , v8::Local argv[]) { + return MaybeLocal(h->NewInstance(argc, argv)); +} + +inline +MaybeLocal NewInstance(v8::Handle h) { + return MaybeLocal(h->NewInstance()); +} + +inline +MaybeLocal GetFunction(v8::Handle t) { + return MaybeLocal(t->GetFunction()); +} + +inline Maybe Set( + v8::Handle obj + , v8::Handle key + , v8::Handle value) { + return Just(obj->Set(key, value)); +} + +inline Maybe Set( + v8::Handle obj + , uint32_t index + , v8::Handle value) { + return Just(obj->Set(index, value)); +} + +#include "nan_define_own_property_helper.h" // NOLINT(build/include_subdir) + +inline Maybe DefineOwnProperty( + v8::Handle obj + , v8::Handle key + , v8::Handle value + , v8::PropertyAttribute attribs = v8::None) { + v8::PropertyAttribute current = obj->GetPropertyAttributes(key); + return imp::DefineOwnPropertyHelper(current, obj, key, value, attribs); +} + +NAN_DEPRECATED inline Maybe ForceSet( + v8::Handle obj + , v8::Handle key + , v8::Handle value + , v8::PropertyAttribute attribs = v8::None) { + return Just(obj->ForceSet(key, value, attribs)); +} + +inline MaybeLocal Get( + v8::Handle obj + , v8::Handle key) { + return MaybeLocal(obj->Get(key)); +} + +inline MaybeLocal Get( + v8::Handle obj + , uint32_t index) { + return MaybeLocal(obj->Get(index)); +} + +inline Maybe GetPropertyAttributes( + v8::Handle obj + , v8::Handle key) { + return Just(obj->GetPropertyAttributes(key)); +} + +inline Maybe Has( + v8::Handle obj + , v8::Handle key) { + return Just(obj->Has(key)); +} + +inline Maybe Has( + v8::Handle obj + , uint32_t index) { + return Just(obj->Has(index)); +} + +inline Maybe Delete( + v8::Handle obj + , v8::Handle key) { + return Just(obj->Delete(key)); +} + +inline Maybe Delete( + v8::Handle obj + , uint32_t index) { + return Just(obj->Delete(index)); +} + +inline +MaybeLocal GetPropertyNames(v8::Handle obj) { + return MaybeLocal(obj->GetPropertyNames()); +} + +inline +MaybeLocal GetOwnPropertyNames(v8::Handle obj) { + return MaybeLocal(obj->GetOwnPropertyNames()); +} + +inline Maybe SetPrototype( + v8::Handle obj + , v8::Handle prototype) { + return Just(obj->SetPrototype(prototype)); +} + +inline MaybeLocal ObjectProtoToString( + v8::Handle obj) { + return MaybeLocal(obj->ObjectProtoToString()); +} + +inline Maybe HasOwnProperty( + v8::Handle obj + , v8::Handle key) { + return Just(obj->HasOwnProperty(key)); +} + +inline Maybe HasRealNamedProperty( + v8::Handle obj + , v8::Handle key) { + return Just(obj->HasRealNamedProperty(key)); +} + +inline Maybe HasRealIndexedProperty( + v8::Handle obj + , uint32_t index) { + return Just(obj->HasRealIndexedProperty(index)); +} + +inline Maybe HasRealNamedCallbackProperty( + v8::Handle obj + , v8::Handle key) { + return Just(obj->HasRealNamedCallbackProperty(key)); +} + +inline MaybeLocal GetRealNamedPropertyInPrototypeChain( + v8::Handle obj + , v8::Handle key) { + return MaybeLocal( + obj->GetRealNamedPropertyInPrototypeChain(key)); +} + +inline MaybeLocal GetRealNamedProperty( + v8::Handle obj + , v8::Handle key) { + return MaybeLocal(obj->GetRealNamedProperty(key)); +} + +inline MaybeLocal CallAsFunction( + v8::Handle obj + , v8::Handle recv + , int argc + , v8::Handle argv[]) { + return MaybeLocal(obj->CallAsFunction(recv, argc, argv)); +} + +inline MaybeLocal CallAsConstructor( + v8::Handle obj + , int argc + , v8::Local argv[]) { + return MaybeLocal(obj->CallAsConstructor(argc, argv)); +} + +inline +MaybeLocal GetSourceLine(v8::Handle msg) { + return MaybeLocal(msg->GetSourceLine()); +} + +inline Maybe GetLineNumber(v8::Handle msg) { + return Just(msg->GetLineNumber()); +} + +inline Maybe GetStartColumn(v8::Handle msg) { + return Just(msg->GetStartColumn()); +} + +inline Maybe GetEndColumn(v8::Handle msg) { + return Just(msg->GetEndColumn()); +} + +inline MaybeLocal CloneElementAt( + v8::Handle array + , uint32_t index) { + return MaybeLocal(array->CloneElementAt(index)); +} + +inline MaybeLocal Call( + v8::Local fun + , v8::Local recv + , int argc + , v8::Local argv[]) { + return MaybeLocal(fun->Call(recv, argc, argv)); +} + +#endif // NAN_MAYBE_PRE_43_INL_H_ diff --git a/node_modules/nan/nan_new.h b/node_modules/nan/nan_new.h new file mode 100644 index 0000000..cdf8bbe --- /dev/null +++ b/node_modules/nan/nan_new.h @@ -0,0 +1,340 @@ +/********************************************************************* + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2018 NAN contributors + * + * MIT License + ********************************************************************/ + +#ifndef NAN_NEW_H_ +#define NAN_NEW_H_ + +namespace imp { // scnr + +// TODO(agnat): Generalize +template v8::Local To(v8::Local i); + +template <> +inline +v8::Local +To(v8::Local i) { + return Nan::To(i).ToLocalChecked(); +} + +template <> +inline +v8::Local +To(v8::Local i) { + return Nan::To(i).ToLocalChecked(); +} + +template <> +inline +v8::Local +To(v8::Local i) { + return Nan::To(i).ToLocalChecked(); +} + +template struct FactoryBase { + typedef v8::Local return_t; +}; + +template struct MaybeFactoryBase { + typedef MaybeLocal return_t; +}; + +template struct Factory; + +template <> +struct Factory : FactoryBase { + static inline return_t New(); + static inline return_t New(int length); +}; + +template <> +struct Factory : FactoryBase { + static inline return_t New(bool value); +}; + +template <> +struct Factory : FactoryBase { + static inline return_t New(bool value); +}; + +template <> +struct Factory : FactoryBase { + static inline + return_t + New( v8::ExtensionConfiguration* extensions = NULL + , v8::Local tmpl = v8::Local() + , v8::Local obj = v8::Local()); +}; + +template <> +struct Factory : MaybeFactoryBase { + static inline return_t New(double value); +}; + +template <> +struct Factory : FactoryBase { + static inline return_t New(void *value); +}; + +template <> +struct Factory : FactoryBase { + static inline + return_t + New( FunctionCallback callback + , v8::Local data = v8::Local()); +}; + +template <> +struct Factory : FactoryBase { + static inline + return_t + New( FunctionCallback callback = NULL + , v8::Local data = v8::Local() + , v8::Local signature = v8::Local()); +}; + +template <> +struct Factory : FactoryBase { + static inline return_t New(double value); +}; + +template <> +struct Factory : FactoryBase { + static inline return_t New(double value); +}; + +template +struct IntegerFactory : FactoryBase { + typedef typename FactoryBase::return_t return_t; + static inline return_t New(int32_t value); + static inline return_t New(uint32_t value); +}; + +template <> +struct Factory : IntegerFactory {}; + +template <> +struct Factory : IntegerFactory {}; + +template <> +struct Factory : FactoryBase { + static inline return_t New(int32_t value); + static inline return_t New(uint32_t value); +}; + +template <> +struct Factory : FactoryBase { + static inline return_t New(); +}; + +template <> +struct Factory : FactoryBase { + static inline return_t New(); +}; + +template <> +struct Factory : MaybeFactoryBase { + static inline return_t New( + v8::Local pattern, v8::RegExp::Flags flags); +}; + +template <> +struct Factory : MaybeFactoryBase { + static inline return_t New( v8::Local source); + static inline return_t New( v8::Local source + , v8::ScriptOrigin const& origin); +}; + +template <> +struct Factory : FactoryBase { + typedef v8::Local FTH; + static inline return_t New(FTH receiver = FTH()); +}; + +template <> +struct Factory : MaybeFactoryBase { + static inline return_t New(); + static inline return_t New(const char *value, int length = -1); + static inline return_t New(const uint16_t *value, int length = -1); + static inline return_t New(std::string const& value); + + static inline return_t New(v8::String::ExternalStringResource * value); + static inline return_t New(ExternalOneByteStringResource * value); +}; + +template <> +struct Factory : FactoryBase { + static inline return_t New(v8::Local value); +}; + +} // end of namespace imp + +#if (NODE_MODULE_VERSION >= 12) + +namespace imp { + +template <> +struct Factory : MaybeFactoryBase { + static inline return_t New( v8::Local source); + static inline return_t New( v8::Local source + , v8::ScriptOrigin const& origin); +}; + +} // end of namespace imp + +# include "nan_implementation_12_inl.h" + +#else // NODE_MODULE_VERSION >= 12 + +# include "nan_implementation_pre_12_inl.h" + +#endif + +//=== API ====================================================================== + +template +typename imp::Factory::return_t +New() { + return imp::Factory::New(); +} + +template +typename imp::Factory::return_t +New(A0 arg0) { + return imp::Factory::New(arg0); +} + +template +typename imp::Factory::return_t +New(A0 arg0, A1 arg1) { + return imp::Factory::New(arg0, arg1); +} + +template +typename imp::Factory::return_t +New(A0 arg0, A1 arg1, A2 arg2) { + return imp::Factory::New(arg0, arg1, arg2); +} + +template +typename imp::Factory::return_t +New(A0 arg0, A1 arg1, A2 arg2, A3 arg3) { + return imp::Factory::New(arg0, arg1, arg2, arg3); +} + +// Note(agnat): When passing overloaded function pointers to template functions +// as generic arguments the compiler needs help in picking the right overload. +// These two functions handle New and New with +// all argument variations. + +// v8::Function and v8::FunctionTemplate with one or two arguments +template +typename imp::Factory::return_t +New( FunctionCallback callback + , v8::Local data = v8::Local()) { + return imp::Factory::New(callback, data); +} + +// v8::Function and v8::FunctionTemplate with three arguments +template +typename imp::Factory::return_t +New( FunctionCallback callback + , v8::Local data = v8::Local() + , A2 a2 = A2()) { + return imp::Factory::New(callback, data, a2); +} + +// Convenience + +#if NODE_MODULE_VERSION < IOJS_3_0_MODULE_VERSION +template inline v8::Local New(v8::Handle h); +#endif + +#if NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION +template + inline v8::Local New(v8::Persistent const& p); +#else +template inline v8::Local New(v8::Persistent const& p); +#endif +template +inline v8::Local New(Persistent const& p); +template +inline v8::Local New(Global const& p); + +inline +imp::Factory::return_t +New(bool value) { + return New(value); +} + +inline +imp::Factory::return_t +New(int32_t value) { + return New(value); +} + +inline +imp::Factory::return_t +New(uint32_t value) { + return New(value); +} + +inline +imp::Factory::return_t +New(double value) { + return New(value); +} + +inline +imp::Factory::return_t +New(std::string const& value) { // NOLINT(build/include_what_you_use) + return New(value); +} + +inline +imp::Factory::return_t +New(const char * value, int length) { + return New(value, length); +} + +inline +imp::Factory::return_t +New(const uint16_t * value, int length) { + return New(value, length); +} + +inline +imp::Factory::return_t +New(const char * value) { + return New(value); +} + +inline +imp::Factory::return_t +New(const uint16_t * value) { + return New(value); +} + +inline +imp::Factory::return_t +New(v8::String::ExternalStringResource * value) { + return New(value); +} + +inline +imp::Factory::return_t +New(ExternalOneByteStringResource * value) { + return New(value); +} + +inline +imp::Factory::return_t +New(v8::Local pattern, v8::RegExp::Flags flags) { + return New(pattern, flags); +} + +#endif // NAN_NEW_H_ diff --git a/node_modules/nan/nan_object_wrap.h b/node_modules/nan/nan_object_wrap.h new file mode 100644 index 0000000..78712f9 --- /dev/null +++ b/node_modules/nan/nan_object_wrap.h @@ -0,0 +1,156 @@ +/********************************************************************* + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2018 NAN contributors + * + * MIT License + ********************************************************************/ + +#ifndef NAN_OBJECT_WRAP_H_ +#define NAN_OBJECT_WRAP_H_ + +class ObjectWrap { + public: + ObjectWrap() { + refs_ = 0; + } + + + virtual ~ObjectWrap() { + if (persistent().IsEmpty()) { + return; + } + + persistent().ClearWeak(); + persistent().Reset(); + } + + + template + static inline T* Unwrap(v8::Local object) { + assert(!object.IsEmpty()); + assert(object->InternalFieldCount() > 0); + // Cast to ObjectWrap before casting to T. A direct cast from void + // to T won't work right when T has more than one base class. + void* ptr = GetInternalFieldPointer(object, 0); + ObjectWrap* wrap = static_cast(ptr); + return static_cast(wrap); + } + + + inline v8::Local handle() const { + return New(handle_); + } + + + inline Persistent& persistent() { + return handle_; + } + + + protected: + inline void Wrap(v8::Local object) { + assert(persistent().IsEmpty()); + assert(object->InternalFieldCount() > 0); + SetInternalFieldPointer(object, 0, this); + persistent().Reset(object); + MakeWeak(); + } + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ + (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3)) + + inline void MakeWeak() { + persistent().v8::PersistentBase::SetWeak( + this, WeakCallback, v8::WeakCallbackType::kParameter); +#if NODE_MAJOR_VERSION < 10 + // FIXME(bnoordhuis) Probably superfluous in older Node.js versions too. + persistent().MarkIndependent(); +#endif + } + +#elif NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION + + inline void MakeWeak() { + persistent().v8::PersistentBase::SetWeak(this, WeakCallback); + persistent().MarkIndependent(); + } + +#else + + inline void MakeWeak() { + persistent().persistent.MakeWeak(this, WeakCallback); + persistent().MarkIndependent(); + } + +#endif + + /* Ref() marks the object as being attached to an event loop. + * Refed objects will not be garbage collected, even if + * all references are lost. + */ + virtual void Ref() { + assert(!persistent().IsEmpty()); + persistent().ClearWeak(); + refs_++; + } + + /* Unref() marks an object as detached from the event loop. This is its + * default state. When an object with a "weak" reference changes from + * attached to detached state it will be freed. Be careful not to access + * the object after making this call as it might be gone! + * (A "weak reference" means an object that only has a + * persistent handle.) + * + * DO NOT CALL THIS FROM DESTRUCTOR + */ + virtual void Unref() { + assert(!persistent().IsEmpty()); + assert(!persistent().IsWeak()); + assert(refs_ > 0); + if (--refs_ == 0) + MakeWeak(); + } + + int refs_; // ro + + private: + NAN_DISALLOW_ASSIGN_COPY_MOVE(ObjectWrap) +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ + (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3)) + + static void + WeakCallback(v8::WeakCallbackInfo const& info) { + ObjectWrap* wrap = info.GetParameter(); + assert(wrap->refs_ == 0); + wrap->handle_.Reset(); + delete wrap; + } + +#elif NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION + + static void + WeakCallback(v8::WeakCallbackData const& data) { + ObjectWrap* wrap = data.GetParameter(); + assert(wrap->refs_ == 0); + assert(wrap->handle_.IsNearDeath()); + wrap->handle_.Reset(); + delete wrap; + } + +#else + + static void WeakCallback(v8::Persistent value, void *data) { + ObjectWrap *wrap = static_cast(data); + assert(wrap->refs_ == 0); + assert(wrap->handle_.IsNearDeath()); + wrap->handle_.Reset(); + delete wrap; + } + +#endif + Persistent handle_; +}; + + +#endif // NAN_OBJECT_WRAP_H_ diff --git a/node_modules/nan/nan_persistent_12_inl.h b/node_modules/nan/nan_persistent_12_inl.h new file mode 100644 index 0000000..d9649e8 --- /dev/null +++ b/node_modules/nan/nan_persistent_12_inl.h @@ -0,0 +1,132 @@ +/********************************************************************* + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2018 NAN contributors + * + * MIT License + ********************************************************************/ + +#ifndef NAN_PERSISTENT_12_INL_H_ +#define NAN_PERSISTENT_12_INL_H_ + +template class Persistent : + public v8::Persistent { + public: + inline Persistent() : v8::Persistent() {} + + template inline Persistent(v8::Local that) : + v8::Persistent(v8::Isolate::GetCurrent(), that) {} + + template + inline + Persistent(const v8::Persistent &that) : // NOLINT(runtime/explicit) + v8::Persistent(v8::Isolate::GetCurrent(), that) {} + + inline void Reset() { v8::PersistentBase::Reset(); } + + template + inline void Reset(const v8::Local &other) { + v8::PersistentBase::Reset(v8::Isolate::GetCurrent(), other); + } + + template + inline void Reset(const v8::PersistentBase &other) { + v8::PersistentBase::Reset(v8::Isolate::GetCurrent(), other); + } + + template + inline void SetWeak( + P *parameter + , typename WeakCallbackInfo

::Callback callback + , WeakCallbackType type); + + private: + inline T *operator*() const { return *PersistentBase::persistent; } + + template + inline void Copy(const Persistent &that) { + TYPE_CHECK(T, S); + + this->Reset(); + + if (!that.IsEmpty()) { + this->Reset(that); + M::Copy(that, this); + } + } +}; + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ + (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3)) +template +class Global : public v8::Global { + public: + inline Global() : v8::Global() {} + + template inline Global(v8::Local that) : + v8::Global(v8::Isolate::GetCurrent(), that) {} + + template + inline + Global(const v8::PersistentBase &that) : // NOLINT(runtime/explicit) + v8::Global(v8::Isolate::GetCurrent(), that) {} + + inline void Reset() { v8::PersistentBase::Reset(); } + + template + inline void Reset(const v8::Local &other) { + v8::PersistentBase::Reset(v8::Isolate::GetCurrent(), other); + } + + template + inline void Reset(const v8::PersistentBase &other) { + v8::PersistentBase::Reset(v8::Isolate::GetCurrent(), other); + } + + template + inline void SetWeak( + P *parameter + , typename WeakCallbackInfo

::Callback callback + , WeakCallbackType type) { + reinterpret_cast*>(this)->SetWeak( + parameter, callback, type); + } +}; +#else +template +class Global : public v8::UniquePersistent { + public: + inline Global() : v8::UniquePersistent() {} + + template inline Global(v8::Local that) : + v8::UniquePersistent(v8::Isolate::GetCurrent(), that) {} + + template + inline + Global(const v8::PersistentBase &that) : // NOLINT(runtime/explicit) + v8::UniquePersistent(v8::Isolate::GetCurrent(), that) {} + + inline void Reset() { v8::PersistentBase::Reset(); } + + template + inline void Reset(const v8::Local &other) { + v8::PersistentBase::Reset(v8::Isolate::GetCurrent(), other); + } + + template + inline void Reset(const v8::PersistentBase &other) { + v8::PersistentBase::Reset(v8::Isolate::GetCurrent(), other); + } + + template + inline void SetWeak( + P *parameter + , typename WeakCallbackInfo

::Callback callback + , WeakCallbackType type) { + reinterpret_cast*>(this)->SetWeak( + parameter, callback, type); + } +}; +#endif + +#endif // NAN_PERSISTENT_12_INL_H_ diff --git a/node_modules/nan/nan_persistent_pre_12_inl.h b/node_modules/nan/nan_persistent_pre_12_inl.h new file mode 100644 index 0000000..4c9c59d --- /dev/null +++ b/node_modules/nan/nan_persistent_pre_12_inl.h @@ -0,0 +1,242 @@ +/********************************************************************* + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2018 NAN contributors + * + * MIT License + ********************************************************************/ + +#ifndef NAN_PERSISTENT_PRE_12_INL_H_ +#define NAN_PERSISTENT_PRE_12_INL_H_ + +template +class PersistentBase { + v8::Persistent persistent; + template + friend v8::Local New(const PersistentBase &p); + template + friend v8::Local New(const Persistent &p); + template + friend v8::Local New(const Global &p); + template friend class ReturnValue; + + public: + inline PersistentBase() : + persistent() {} + + inline void Reset() { + persistent.Dispose(); + persistent.Clear(); + } + + template + inline void Reset(const v8::Local &other) { + TYPE_CHECK(T, S); + + if (!persistent.IsEmpty()) { + persistent.Dispose(); + } + + if (other.IsEmpty()) { + persistent.Clear(); + } else { + persistent = v8::Persistent::New(other); + } + } + + template + inline void Reset(const PersistentBase &other) { + TYPE_CHECK(T, S); + + if (!persistent.IsEmpty()) { + persistent.Dispose(); + } + + if (other.IsEmpty()) { + persistent.Clear(); + } else { + persistent = v8::Persistent::New(other.persistent); + } + } + + inline bool IsEmpty() const { return persistent.IsEmpty(); } + + inline void Empty() { persistent.Clear(); } + + template + inline bool operator==(const PersistentBase &that) const { + return this->persistent == that.persistent; + } + + template + inline bool operator==(const v8::Local &that) const { + return this->persistent == that; + } + + template + inline bool operator!=(const PersistentBase &that) const { + return !operator==(that); + } + + template + inline bool operator!=(const v8::Local &that) const { + return !operator==(that); + } + + template + inline void SetWeak( + P *parameter + , typename WeakCallbackInfo

::Callback callback + , WeakCallbackType type); + + inline void ClearWeak() { persistent.ClearWeak(); } + + inline void MarkIndependent() { persistent.MarkIndependent(); } + + inline bool IsIndependent() const { return persistent.IsIndependent(); } + + inline bool IsNearDeath() const { return persistent.IsNearDeath(); } + + inline bool IsWeak() const { return persistent.IsWeak(); } + + private: + inline explicit PersistentBase(v8::Persistent that) : + persistent(that) { } + inline explicit PersistentBase(T *val) : persistent(val) {} + template friend class Persistent; + template friend class Global; + friend class ObjectWrap; +}; + +template +class NonCopyablePersistentTraits { + public: + typedef Persistent > + NonCopyablePersistent; + static const bool kResetInDestructor = false; + template + inline static void Copy(const Persistent &source, + NonCopyablePersistent *dest) { + Uncompilable(); + } + + template inline static void Uncompilable() { + TYPE_CHECK(O, v8::Primitive); + } +}; + +template +struct CopyablePersistentTraits { + typedef Persistent > CopyablePersistent; + static const bool kResetInDestructor = true; + template + static inline void Copy(const Persistent &source, + CopyablePersistent *dest) {} +}; + +template class Persistent : + public PersistentBase { + public: + inline Persistent() {} + + template inline Persistent(v8::Handle that) + : PersistentBase(v8::Persistent::New(that)) { + TYPE_CHECK(T, S); + } + + inline Persistent(const Persistent &that) : PersistentBase() { + Copy(that); + } + + template + inline Persistent(const Persistent &that) : + PersistentBase() { + Copy(that); + } + + inline Persistent &operator=(const Persistent &that) { + Copy(that); + return *this; + } + + template + inline Persistent &operator=(const Persistent &that) { + Copy(that); + return *this; + } + + inline ~Persistent() { + if (M::kResetInDestructor) this->Reset(); + } + + private: + inline T *operator*() const { return *PersistentBase::persistent; } + + template + inline void Copy(const Persistent &that) { + TYPE_CHECK(T, S); + + this->Reset(); + + if (!that.IsEmpty()) { + this->persistent = v8::Persistent::New(that.persistent); + M::Copy(that, this); + } + } +}; + +template +class Global : public PersistentBase { + struct RValue { + inline explicit RValue(Global* obj) : object(obj) {} + Global* object; + }; + + public: + inline Global() : PersistentBase(0) { } + + template + inline Global(v8::Local that) // NOLINT(runtime/explicit) + : PersistentBase(v8::Persistent::New(that)) { + TYPE_CHECK(T, S); + } + + template + inline Global(const PersistentBase &that) // NOLINT(runtime/explicit) + : PersistentBase(that) { + TYPE_CHECK(T, S); + } + /** + * Move constructor. + */ + inline Global(RValue rvalue) // NOLINT(runtime/explicit) + : PersistentBase(rvalue.object->persistent) { + rvalue.object->Reset(); + } + inline ~Global() { this->Reset(); } + /** + * Move via assignment. + */ + template + inline Global &operator=(Global rhs) { + TYPE_CHECK(T, S); + this->Reset(rhs.persistent); + rhs.Reset(); + return *this; + } + /** + * Cast operator for moves. + */ + inline operator RValue() { return RValue(this); } + /** + * Pass allows returning uniques from functions, etc. + */ + Global Pass() { return Global(RValue(this)); } + + private: + Global(Global &); + void operator=(Global &); + template friend class ReturnValue; +}; + +#endif // NAN_PERSISTENT_PRE_12_INL_H_ diff --git a/node_modules/nan/nan_private.h b/node_modules/nan/nan_private.h new file mode 100644 index 0000000..15f44cc --- /dev/null +++ b/node_modules/nan/nan_private.h @@ -0,0 +1,73 @@ +/********************************************************************* + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2018 NAN contributors + * + * MIT License + ********************************************************************/ + +#ifndef NAN_PRIVATE_H_ +#define NAN_PRIVATE_H_ + +inline Maybe +HasPrivate(v8::Local object, v8::Local key) { + HandleScope scope; +#if NODE_MODULE_VERSION >= NODE_6_0_MODULE_VERSION + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::Local context = isolate->GetCurrentContext(); + v8::Local private_key = v8::Private::ForApi(isolate, key); + return object->HasPrivate(context, private_key); +#else + return Just(!object->GetHiddenValue(key).IsEmpty()); +#endif +} + +inline MaybeLocal +GetPrivate(v8::Local object, v8::Local key) { +#if NODE_MODULE_VERSION >= NODE_6_0_MODULE_VERSION + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::EscapableHandleScope scope(isolate); + v8::Local context = isolate->GetCurrentContext(); + v8::Local private_key = v8::Private::ForApi(isolate, key); + v8::MaybeLocal v = object->GetPrivate(context, private_key); + return scope.Escape(v.ToLocalChecked()); +#else + EscapableHandleScope scope; + v8::Local v = object->GetHiddenValue(key); + if (v.IsEmpty()) { + v = Undefined(); + } + return scope.Escape(v); +#endif +} + +inline Maybe SetPrivate( + v8::Local object, + v8::Local key, + v8::Local value) { +#if NODE_MODULE_VERSION >= NODE_6_0_MODULE_VERSION + HandleScope scope; + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::Local context = isolate->GetCurrentContext(); + v8::Local private_key = v8::Private::ForApi(isolate, key); + return object->SetPrivate(context, private_key, value); +#else + return Just(object->SetHiddenValue(key, value)); +#endif +} + +inline Maybe DeletePrivate( + v8::Local object, + v8::Local key) { +#if NODE_MODULE_VERSION >= NODE_6_0_MODULE_VERSION + HandleScope scope; + v8::Isolate *isolate = v8::Isolate::GetCurrent(); + v8::Local private_key = v8::Private::ForApi(isolate, key); + return object->DeletePrivate(isolate->GetCurrentContext(), private_key); +#else + return Just(object->DeleteHiddenValue(key)); +#endif +} + +#endif // NAN_PRIVATE_H_ + diff --git a/node_modules/nan/nan_scriptorigin.h b/node_modules/nan/nan_scriptorigin.h new file mode 100644 index 0000000..6d8251f --- /dev/null +++ b/node_modules/nan/nan_scriptorigin.h @@ -0,0 +1,97 @@ +/********************************************************************* + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2021 NAN contributors + * + * MIT License + ********************************************************************/ + +#ifndef NAN_SCRIPTORIGIN_H_ +#define NAN_SCRIPTORIGIN_H_ + +class ScriptOrigin : public v8::ScriptOrigin { + public: +#if defined(V8_MAJOR_VERSION) && \ + (V8_MAJOR_VERSION > 12 || \ + (V8_MAJOR_VERSION == 12 && \ + (defined(V8_MINOR_VERSION) && \ + (V8_MINOR_VERSION > 6 || \ + (V8_MINOR_VERSION == 6 && defined(V8_BUILD_NUMBER) && \ + V8_BUILD_NUMBER >= 175))))) + explicit ScriptOrigin(v8::Local name) : + v8::ScriptOrigin(name) {} + + ScriptOrigin(v8::Local name + , v8::Local line) : + v8::ScriptOrigin(name + , To(line).FromMaybe(0)) {} + + ScriptOrigin(v8::Local name + , v8::Local line + , v8::Local column) : + v8::ScriptOrigin(name + , To(line).FromMaybe(0) + , To(column).FromMaybe(0)) {} +#elif defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 9 || \ + (V8_MAJOR_VERSION == 9 && (defined(V8_MINOR_VERSION) && (V8_MINOR_VERSION > 0\ + || (V8_MINOR_VERSION == 0 && defined(V8_BUILD_NUMBER) \ + && V8_BUILD_NUMBER >= 1))))) + explicit ScriptOrigin(v8::Local name) : + v8::ScriptOrigin(v8::Isolate::GetCurrent(), name) {} + + ScriptOrigin(v8::Local name + , v8::Local line) : + v8::ScriptOrigin(v8::Isolate::GetCurrent() + , name + , To(line).FromMaybe(0)) {} + + ScriptOrigin(v8::Local name + , v8::Local line + , v8::Local column) : + v8::ScriptOrigin(v8::Isolate::GetCurrent() + , name + , To(line).FromMaybe(0) + , To(column).FromMaybe(0)) {} +#elif defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 8 || \ + (V8_MAJOR_VERSION == 8 && (defined(V8_MINOR_VERSION) && (V8_MINOR_VERSION > 9\ + || (V8_MINOR_VERSION == 9 && defined(V8_BUILD_NUMBER) \ + && V8_BUILD_NUMBER >= 45))))) + explicit ScriptOrigin(v8::Local name) : v8::ScriptOrigin(name) {} + + ScriptOrigin(v8::Local name + , v8::Local line) : + v8::ScriptOrigin(name, To(line).FromMaybe(0)) {} + + ScriptOrigin(v8::Local name + , v8::Local line + , v8::Local column) : + v8::ScriptOrigin(name + , To(line).FromMaybe(0) + , To(column).FromMaybe(0)) {} +#else + explicit ScriptOrigin(v8::Local name) : v8::ScriptOrigin(name) {} + + ScriptOrigin(v8::Local name + , v8::Local line) : v8::ScriptOrigin(name, line) {} + + ScriptOrigin(v8::Local name + , v8::Local line + , v8::Local column) : + v8::ScriptOrigin(name, line, column) {} +#endif + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 8 || \ + (V8_MAJOR_VERSION == 8 && (defined(V8_MINOR_VERSION) && (V8_MINOR_VERSION > 9\ + || (V8_MINOR_VERSION == 9 && defined(V8_BUILD_NUMBER) \ + && V8_BUILD_NUMBER >= 45))))) + v8::Local ResourceLineOffset() const { + return New(LineOffset()); + } + + v8::Local ResourceColumnOffset() const { + return New(ColumnOffset()); + } +#endif +}; + +#endif // NAN_SCRIPTORIGIN_H_ diff --git a/node_modules/nan/nan_string_bytes.h b/node_modules/nan/nan_string_bytes.h new file mode 100644 index 0000000..a2e6437 --- /dev/null +++ b/node_modules/nan/nan_string_bytes.h @@ -0,0 +1,305 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +#ifndef NAN_STRING_BYTES_H_ +#define NAN_STRING_BYTES_H_ + +// Decodes a v8::Local or Buffer to a raw char* + +namespace imp { + +using v8::Local; +using v8::Object; +using v8::String; +using v8::Value; + + +//// Base 64 //// + +#define base64_encoded_size(size) ((size + 2 - ((size + 2) % 3)) / 3 * 4) + + + +//// HEX //// + +static bool contains_non_ascii_slow(const char* buf, size_t len) { + for (size_t i = 0; i < len; ++i) { + if (buf[i] & 0x80) return true; + } + return false; +} + + +static bool contains_non_ascii(const char* src, size_t len) { + if (len < 16) { + return contains_non_ascii_slow(src, len); + } + + const unsigned bytes_per_word = sizeof(void*); + const unsigned align_mask = bytes_per_word - 1; + const unsigned unaligned = reinterpret_cast(src) & align_mask; + + if (unaligned > 0) { + const unsigned n = bytes_per_word - unaligned; + if (contains_non_ascii_slow(src, n)) return true; + src += n; + len -= n; + } + + +#if defined(__x86_64__) || defined(_WIN64) + const uintptr_t mask = 0x8080808080808080ll; +#else + const uintptr_t mask = 0x80808080l; +#endif + + const uintptr_t* srcw = reinterpret_cast(src); + + for (size_t i = 0, n = len / bytes_per_word; i < n; ++i) { + if (srcw[i] & mask) return true; + } + + const unsigned remainder = len & align_mask; + if (remainder > 0) { + const size_t offset = len - remainder; + if (contains_non_ascii_slow(src + offset, remainder)) return true; + } + + return false; +} + + +static void force_ascii_slow(const char* src, char* dst, size_t len) { + for (size_t i = 0; i < len; ++i) { + dst[i] = src[i] & 0x7f; + } +} + + +static void force_ascii(const char* src, char* dst, size_t len) { + if (len < 16) { + force_ascii_slow(src, dst, len); + return; + } + + const unsigned bytes_per_word = sizeof(void*); + const unsigned align_mask = bytes_per_word - 1; + const unsigned src_unalign = reinterpret_cast(src) & align_mask; + const unsigned dst_unalign = reinterpret_cast(dst) & align_mask; + + if (src_unalign > 0) { + if (src_unalign == dst_unalign) { + const unsigned unalign = bytes_per_word - src_unalign; + force_ascii_slow(src, dst, unalign); + src += unalign; + dst += unalign; + len -= src_unalign; + } else { + force_ascii_slow(src, dst, len); + return; + } + } + +#if defined(__x86_64__) || defined(_WIN64) + const uintptr_t mask = ~0x8080808080808080ll; +#else + const uintptr_t mask = ~0x80808080l; +#endif + + const uintptr_t* srcw = reinterpret_cast(src); + uintptr_t* dstw = reinterpret_cast(dst); + + for (size_t i = 0, n = len / bytes_per_word; i < n; ++i) { + dstw[i] = srcw[i] & mask; + } + + const unsigned remainder = len & align_mask; + if (remainder > 0) { + const size_t offset = len - remainder; + force_ascii_slow(src + offset, dst + offset, remainder); + } +} + + +static size_t base64_encode(const char* src, + size_t slen, + char* dst, + size_t dlen) { + // We know how much we'll write, just make sure that there's space. + assert(dlen >= base64_encoded_size(slen) && + "not enough space provided for base64 encode"); + + dlen = base64_encoded_size(slen); + + unsigned a; + unsigned b; + unsigned c; + unsigned i; + unsigned k; + unsigned n; + + static const char table[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + "abcdefghijklmnopqrstuvwxyz" + "0123456789+/"; + + i = 0; + k = 0; + n = slen / 3 * 3; + + while (i < n) { + a = src[i + 0] & 0xff; + b = src[i + 1] & 0xff; + c = src[i + 2] & 0xff; + + dst[k + 0] = table[a >> 2]; + dst[k + 1] = table[((a & 3) << 4) | (b >> 4)]; + dst[k + 2] = table[((b & 0x0f) << 2) | (c >> 6)]; + dst[k + 3] = table[c & 0x3f]; + + i += 3; + k += 4; + } + + if (n != slen) { + switch (slen - n) { + case 1: + a = src[i + 0] & 0xff; + dst[k + 0] = table[a >> 2]; + dst[k + 1] = table[(a & 3) << 4]; + dst[k + 2] = '='; + dst[k + 3] = '='; + break; + + case 2: + a = src[i + 0] & 0xff; + b = src[i + 1] & 0xff; + dst[k + 0] = table[a >> 2]; + dst[k + 1] = table[((a & 3) << 4) | (b >> 4)]; + dst[k + 2] = table[(b & 0x0f) << 2]; + dst[k + 3] = '='; + break; + } + } + + return dlen; +} + + +static size_t hex_encode(const char* src, size_t slen, char* dst, size_t dlen) { + // We know how much we'll write, just make sure that there's space. + assert(dlen >= slen * 2 && + "not enough space provided for hex encode"); + + dlen = slen * 2; + for (uint32_t i = 0, k = 0; k < dlen; i += 1, k += 2) { + static const char hex[] = "0123456789abcdef"; + uint8_t val = static_cast(src[i]); + dst[k + 0] = hex[val >> 4]; + dst[k + 1] = hex[val & 15]; + } + + return dlen; +} + + + +static Local Encode(const char* buf, + size_t buflen, + enum Encoding encoding) { + assert(buflen <= node::Buffer::kMaxLength); + if (!buflen && encoding != BUFFER) + return New("").ToLocalChecked(); + + Local val; + switch (encoding) { + case BUFFER: + return CopyBuffer(buf, buflen).ToLocalChecked(); + + case ASCII: + if (contains_non_ascii(buf, buflen)) { + char* out = new char[buflen]; + force_ascii(buf, out, buflen); + val = New(out, buflen).ToLocalChecked(); + delete[] out; + } else { + val = New(buf, buflen).ToLocalChecked(); + } + break; + + case UTF8: + val = New(buf, buflen).ToLocalChecked(); + break; + + case BINARY: { + // TODO(isaacs) use ExternalTwoByteString? + const unsigned char *cbuf = reinterpret_cast(buf); + uint16_t * twobytebuf = new uint16_t[buflen]; + for (size_t i = 0; i < buflen; i++) { + // XXX is the following line platform independent? + twobytebuf[i] = cbuf[i]; + } + val = New(twobytebuf, buflen).ToLocalChecked(); + delete[] twobytebuf; + break; + } + + case BASE64: { + size_t dlen = base64_encoded_size(buflen); + char* dst = new char[dlen]; + + size_t written = base64_encode(buf, buflen, dst, dlen); + assert(written == dlen); + + val = New(dst, dlen).ToLocalChecked(); + delete[] dst; + break; + } + + case UCS2: { + const uint16_t* data = reinterpret_cast(buf); + val = New(data, buflen / 2).ToLocalChecked(); + break; + } + + case HEX: { + size_t dlen = buflen * 2; + char* dst = new char[dlen]; + size_t written = hex_encode(buf, buflen, dst, dlen); + assert(written == dlen); + + val = New(dst, dlen).ToLocalChecked(); + delete[] dst; + break; + } + + default: + assert(0 && "unknown encoding"); + break; + } + + return val; +} + +#undef base64_encoded_size + +} // end of namespace imp + +#endif // NAN_STRING_BYTES_H_ diff --git a/node_modules/nan/nan_typedarray_contents.h b/node_modules/nan/nan_typedarray_contents.h new file mode 100644 index 0000000..f2650ed --- /dev/null +++ b/node_modules/nan/nan_typedarray_contents.h @@ -0,0 +1,96 @@ +/********************************************************************* + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2018 NAN contributors + * + * MIT License + ********************************************************************/ + +#ifndef NAN_TYPEDARRAY_CONTENTS_H_ +#define NAN_TYPEDARRAY_CONTENTS_H_ + +template +class TypedArrayContents { + public: + inline explicit TypedArrayContents(v8::Local from) : + length_(0), data_(NULL) { + HandleScope scope; + + size_t length = 0; + void* data = NULL; + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ + (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3)) + + if (from->IsArrayBufferView()) { + v8::Local array = + v8::Local::Cast(from); + + const size_t byte_length = array->ByteLength(); + const ptrdiff_t byte_offset = array->ByteOffset(); + v8::Local buffer = array->Buffer(); + + length = byte_length / sizeof(T); +// Actually it's 7.9 here but this would lead to ABI issues with Node.js 13 +// using 7.8 till 13.2.0. +#if (V8_MAJOR_VERSION >= 8) + data = static_cast(buffer->GetBackingStore()->Data()) + byte_offset; +#else + data = static_cast(buffer->GetContents().Data()) + byte_offset; +#endif + } + +#else + + if (from->IsObject() && !from->IsNull()) { + v8::Local array = v8::Local::Cast(from); + + MaybeLocal buffer = Get(array, + New("buffer").ToLocalChecked()); + MaybeLocal byte_length = Get(array, + New("byteLength").ToLocalChecked()); + MaybeLocal byte_offset = Get(array, + New("byteOffset").ToLocalChecked()); + + if (!buffer.IsEmpty() && + !byte_length.IsEmpty() && byte_length.ToLocalChecked()->IsUint32() && + !byte_offset.IsEmpty() && byte_offset.ToLocalChecked()->IsUint32()) { + data = array->GetIndexedPropertiesExternalArrayData(); + if(data) { + length = byte_length.ToLocalChecked()->Uint32Value() / sizeof(T); + } + } + } + +#endif + +#if defined(_MSC_VER) && _MSC_VER >= 1900 || __cplusplus >= 201103L + assert(reinterpret_cast(data) % alignof (T) == 0); +#elif defined(_MSC_VER) && _MSC_VER >= 1600 || defined(__GNUC__) + assert(reinterpret_cast(data) % __alignof(T) == 0); +#else + assert(reinterpret_cast(data) % sizeof (T) == 0); +#endif + + length_ = length; + data_ = static_cast(data); + } + + inline size_t length() const { return length_; } + inline T* operator*() { return data_; } + inline const T* operator*() const { return data_; } + + private: + NAN_DISALLOW_ASSIGN_COPY_MOVE(TypedArrayContents) + + // Disable heap allocation + void *operator new(size_t size); + void operator delete(void *, size_t) { + abort(); + } + + size_t length_; + T* data_; +}; + +#endif // NAN_TYPEDARRAY_CONTENTS_H_ diff --git a/node_modules/nan/nan_weak.h b/node_modules/nan/nan_weak.h new file mode 100644 index 0000000..5a3a370 --- /dev/null +++ b/node_modules/nan/nan_weak.h @@ -0,0 +1,453 @@ +/********************************************************************* + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2018 NAN contributors + * + * MIT License + ********************************************************************/ + +#ifndef NAN_WEAK_H_ +#define NAN_WEAK_H_ + +static const int kInternalFieldsInWeakCallback = 2; +static const int kNoInternalFieldIndex = -1; + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ + (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3)) +# define NAN_WEAK_PARAMETER_CALLBACK_DATA_TYPE_ \ + v8::WeakCallbackInfo > const& +# define NAN_WEAK_TWOFIELD_CALLBACK_DATA_TYPE_ \ + NAN_WEAK_PARAMETER_CALLBACK_DATA_TYPE_ +# define NAN_WEAK_PARAMETER_CALLBACK_SIG_ NAN_WEAK_PARAMETER_CALLBACK_DATA_TYPE_ +# define NAN_WEAK_TWOFIELD_CALLBACK_SIG_ NAN_WEAK_TWOFIELD_CALLBACK_DATA_TYPE_ +#elif NODE_MODULE_VERSION > IOJS_1_1_MODULE_VERSION +# define NAN_WEAK_PARAMETER_CALLBACK_DATA_TYPE_ \ + v8::PhantomCallbackData > const& +# define NAN_WEAK_TWOFIELD_CALLBACK_DATA_TYPE_ \ + NAN_WEAK_PARAMETER_CALLBACK_DATA_TYPE_ +# define NAN_WEAK_PARAMETER_CALLBACK_SIG_ NAN_WEAK_PARAMETER_CALLBACK_DATA_TYPE_ +# define NAN_WEAK_TWOFIELD_CALLBACK_SIG_ NAN_WEAK_TWOFIELD_CALLBACK_DATA_TYPE_ +#elif NODE_MODULE_VERSION > NODE_0_12_MODULE_VERSION +# define NAN_WEAK_PARAMETER_CALLBACK_DATA_TYPE_ \ + v8::PhantomCallbackData > const& +# define NAN_WEAK_TWOFIELD_CALLBACK_DATA_TYPE_ \ + v8::InternalFieldsCallbackData, void> const& +# define NAN_WEAK_PARAMETER_CALLBACK_SIG_ NAN_WEAK_PARAMETER_CALLBACK_DATA_TYPE_ +# define NAN_WEAK_TWOFIELD_CALLBACK_SIG_ NAN_WEAK_TWOFIELD_CALLBACK_DATA_TYPE_ +#elif NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION +# define NAN_WEAK_CALLBACK_DATA_TYPE_ \ + v8::WeakCallbackData > const& +# define NAN_WEAK_CALLBACK_SIG_ NAN_WEAK_CALLBACK_DATA_TYPE_ +#else +# define NAN_WEAK_CALLBACK_DATA_TYPE_ void * +# define NAN_WEAK_CALLBACK_SIG_ \ + v8::Persistent, NAN_WEAK_CALLBACK_DATA_TYPE_ +#endif + +template +class WeakCallbackInfo { + public: + typedef void (*Callback)(const WeakCallbackInfo& data); + WeakCallbackInfo( + Persistent *persistent + , Callback callback + , void *parameter + , void *field1 = 0 + , void *field2 = 0) : + callback_(callback), isolate_(0), parameter_(parameter) { + std::memcpy(&persistent_, persistent, sizeof (v8::Persistent)); + internal_fields_[0] = field1; + internal_fields_[1] = field2; + } + inline v8::Isolate *GetIsolate() const { return isolate_; } + inline T *GetParameter() const { return static_cast(parameter_); } + inline void *GetInternalField(int index) const { + assert((index == 0 || index == 1) && "internal field index out of bounds"); + if (index == 0) { + return internal_fields_[0]; + } else { + return internal_fields_[1]; + } + } + + private: + NAN_DISALLOW_ASSIGN_COPY_MOVE(WeakCallbackInfo) + Callback callback_; + v8::Isolate *isolate_; + void *parameter_; + void *internal_fields_[kInternalFieldsInWeakCallback]; + v8::Persistent persistent_; + template friend class Persistent; + template friend class PersistentBase; +#if NODE_MODULE_VERSION <= NODE_0_12_MODULE_VERSION +# if NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION + template + static void invoke(NAN_WEAK_CALLBACK_SIG_ data); + template + static WeakCallbackInfo *unwrap(NAN_WEAK_CALLBACK_DATA_TYPE_ data); +# else + static void invoke(NAN_WEAK_CALLBACK_SIG_ data); + static WeakCallbackInfo *unwrap(NAN_WEAK_CALLBACK_DATA_TYPE_ data); +# endif +#else +# if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ + (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3)) + template + static void invokeparameter(NAN_WEAK_PARAMETER_CALLBACK_SIG_ data); + template + static void invoketwofield(NAN_WEAK_TWOFIELD_CALLBACK_SIG_ data); +# else + static void invokeparameter(NAN_WEAK_PARAMETER_CALLBACK_SIG_ data); + static void invoketwofield(NAN_WEAK_TWOFIELD_CALLBACK_SIG_ data); +# endif + static WeakCallbackInfo *unwrapparameter( + NAN_WEAK_PARAMETER_CALLBACK_DATA_TYPE_ data); + static WeakCallbackInfo *unwraptwofield( + NAN_WEAK_TWOFIELD_CALLBACK_DATA_TYPE_ data); +#endif +}; + + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ + (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3)) + +template +template +void +WeakCallbackInfo::invokeparameter(NAN_WEAK_PARAMETER_CALLBACK_SIG_ data) { + WeakCallbackInfo *cbinfo = unwrapparameter(data); + if (isFirstPass) { + cbinfo->persistent_.Reset(); + data.SetSecondPassCallback(invokeparameter); + } else { + cbinfo->callback_(*cbinfo); + delete cbinfo; + } +} + +template +template +void +WeakCallbackInfo::invoketwofield(NAN_WEAK_TWOFIELD_CALLBACK_SIG_ data) { + WeakCallbackInfo *cbinfo = unwraptwofield(data); + if (isFirstPass) { + cbinfo->persistent_.Reset(); + data.SetSecondPassCallback(invoketwofield); + } else { + cbinfo->callback_(*cbinfo); + delete cbinfo; + } +} + +template +WeakCallbackInfo *WeakCallbackInfo::unwrapparameter( + NAN_WEAK_PARAMETER_CALLBACK_DATA_TYPE_ data) { + WeakCallbackInfo *cbinfo = + static_cast*>(data.GetParameter()); + cbinfo->isolate_ = data.GetIsolate(); + return cbinfo; +} + +template +WeakCallbackInfo *WeakCallbackInfo::unwraptwofield( + NAN_WEAK_TWOFIELD_CALLBACK_DATA_TYPE_ data) { + WeakCallbackInfo *cbinfo = + static_cast*>(data.GetInternalField(0)); + cbinfo->isolate_ = data.GetIsolate(); + return cbinfo; +} + +#undef NAN_WEAK_PARAMETER_CALLBACK_SIG_ +#undef NAN_WEAK_TWOFIELD_CALLBACK_SIG_ +#undef NAN_WEAK_PARAMETER_CALLBACK_DATA_TYPE_ +#undef NAN_WEAK_TWOFIELD_CALLBACK_DATA_TYPE_ +# elif NODE_MODULE_VERSION > NODE_0_12_MODULE_VERSION + +template +void +WeakCallbackInfo::invokeparameter(NAN_WEAK_PARAMETER_CALLBACK_SIG_ data) { + WeakCallbackInfo *cbinfo = unwrapparameter(data); + cbinfo->persistent_.Reset(); + cbinfo->callback_(*cbinfo); + delete cbinfo; +} + +template +void +WeakCallbackInfo::invoketwofield(NAN_WEAK_TWOFIELD_CALLBACK_SIG_ data) { + WeakCallbackInfo *cbinfo = unwraptwofield(data); + cbinfo->persistent_.Reset(); + cbinfo->callback_(*cbinfo); + delete cbinfo; +} + +template +WeakCallbackInfo *WeakCallbackInfo::unwrapparameter( + NAN_WEAK_PARAMETER_CALLBACK_DATA_TYPE_ data) { + WeakCallbackInfo *cbinfo = + static_cast*>(data.GetParameter()); + cbinfo->isolate_ = data.GetIsolate(); + return cbinfo; +} + +template +WeakCallbackInfo *WeakCallbackInfo::unwraptwofield( + NAN_WEAK_TWOFIELD_CALLBACK_DATA_TYPE_ data) { + WeakCallbackInfo *cbinfo = + static_cast*>(data.GetInternalField1()); + cbinfo->isolate_ = data.GetIsolate(); + return cbinfo; +} + +#undef NAN_WEAK_PARAMETER_CALLBACK_SIG_ +#undef NAN_WEAK_TWOFIELD_CALLBACK_SIG_ +#undef NAN_WEAK_PARAMETER_CALLBACK_DATA_TYPE_ +#undef NAN_WEAK_TWOFIELD_CALLBACK_DATA_TYPE_ +#elif NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION + +template +template +void WeakCallbackInfo::invoke(NAN_WEAK_CALLBACK_SIG_ data) { + WeakCallbackInfo *cbinfo = unwrap(data); + cbinfo->persistent_.Reset(); + cbinfo->callback_(*cbinfo); + delete cbinfo; +} + +template +template +WeakCallbackInfo *WeakCallbackInfo::unwrap( + NAN_WEAK_CALLBACK_DATA_TYPE_ data) { + void *parameter = data.GetParameter(); + WeakCallbackInfo *cbinfo = + static_cast*>(parameter); + cbinfo->isolate_ = data.GetIsolate(); + return cbinfo; +} + +#undef NAN_WEAK_CALLBACK_SIG_ +#undef NAN_WEAK_CALLBACK_DATA_TYPE_ +#else + +template +void WeakCallbackInfo::invoke(NAN_WEAK_CALLBACK_SIG_ data) { + WeakCallbackInfo *cbinfo = unwrap(data); + cbinfo->persistent_.Dispose(); + cbinfo->persistent_.Clear(); + cbinfo->callback_(*cbinfo); + delete cbinfo; +} + +template +WeakCallbackInfo *WeakCallbackInfo::unwrap( + NAN_WEAK_CALLBACK_DATA_TYPE_ data) { + WeakCallbackInfo *cbinfo = + static_cast*>(data); + cbinfo->isolate_ = v8::Isolate::GetCurrent(); + return cbinfo; +} + +#undef NAN_WEAK_CALLBACK_SIG_ +#undef NAN_WEAK_CALLBACK_DATA_TYPE_ +#endif + +#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ + (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3)) +template +template +inline void Persistent::SetWeak( + P *parameter + , typename WeakCallbackInfo

::Callback callback + , WeakCallbackType type) { + WeakCallbackInfo

*wcbd; + if (type == WeakCallbackType::kParameter) { + wcbd = new WeakCallbackInfo

( + reinterpret_cast*>(this) + , callback + , parameter); + v8::PersistentBase::SetWeak( + wcbd + , WeakCallbackInfo

::template invokeparameter + , type); + } else { + v8::Local* self_v(reinterpret_cast*>(this)); + assert((*self_v)->IsObject()); + v8::Local self((*self_v).As()); + int count = self->InternalFieldCount(); + void *internal_fields[kInternalFieldsInWeakCallback] = {0, 0}; + for (int i = 0; i < count && i < kInternalFieldsInWeakCallback; i++) { +#if (V8_MAJOR_VERSION > 14) || \ + (V8_MAJOR_VERSION == 14 && V8_MINOR_VERSION > 2) || \ + (V8_MAJOR_VERSION == 14 && V8_MINOR_VERSION == 2 && V8_BUILD_NUMBER >= 194) + internal_fields[i] = self->GetAlignedPointerFromInternalField( + i, v8::kEmbedderDataTypeTagDefault + ); +# else + internal_fields[i] = self->GetAlignedPointerFromInternalField(i); +# endif + } + wcbd = new WeakCallbackInfo

( + reinterpret_cast*>(this) + , callback + , 0 + , internal_fields[0] + , internal_fields[1]); +#if (V8_MAJOR_VERSION > 14) || \ + (V8_MAJOR_VERSION == 14 && V8_MINOR_VERSION > 2) || \ + (V8_MAJOR_VERSION == 14 && V8_MINOR_VERSION == 2 && V8_BUILD_NUMBER >= 194) + self->SetAlignedPointerInInternalField( + 0, wcbd, v8::kEmbedderDataTypeTagDefault + ); +# else + self->SetAlignedPointerInInternalField(0, wcbd); +# endif + v8::PersistentBase::SetWeak( + static_cast*>(0) + , WeakCallbackInfo

::template invoketwofield + , type); + } +} +#elif NODE_MODULE_VERSION > IOJS_1_1_MODULE_VERSION +template +template +inline void Persistent::SetWeak( + P *parameter + , typename WeakCallbackInfo

::Callback callback + , WeakCallbackType type) { + WeakCallbackInfo

*wcbd; + if (type == WeakCallbackType::kParameter) { + wcbd = new WeakCallbackInfo

( + reinterpret_cast*>(this) + , callback + , parameter); + v8::PersistentBase::SetPhantom( + wcbd + , WeakCallbackInfo

::invokeparameter); + } else { + v8::Local* self_v(reinterpret_cast*>(this)); + assert((*self_v)->IsObject()); + v8::Local self((*self_v).As()); + int count = self->InternalFieldCount(); + void *internal_fields[kInternalFieldsInWeakCallback] = {0, 0}; + for (int i = 0; i < count && i < kInternalFieldsInWeakCallback; i++) { + internal_fields[i] = self->GetAlignedPointerFromInternalField(i); + } + wcbd = new WeakCallbackInfo

( + reinterpret_cast*>(this) + , callback + , 0 + , internal_fields[0] + , internal_fields[1]); + self->SetAlignedPointerInInternalField(0, wcbd); + v8::PersistentBase::SetPhantom( + static_cast*>(0) + , WeakCallbackInfo

::invoketwofield + , 0 + , count > 1 ? 1 : kNoInternalFieldIndex); + } +} +#elif NODE_MODULE_VERSION > NODE_0_12_MODULE_VERSION +template +template +inline void Persistent::SetWeak( + P *parameter + , typename WeakCallbackInfo

::Callback callback + , WeakCallbackType type) { + WeakCallbackInfo

*wcbd; + if (type == WeakCallbackType::kParameter) { + wcbd = new WeakCallbackInfo

( + reinterpret_cast*>(this) + , callback + , parameter); + v8::PersistentBase::SetPhantom( + wcbd + , WeakCallbackInfo

::invokeparameter); + } else { + v8::Local* self_v(reinterpret_cast*>(this)); + assert((*self_v)->IsObject()); + v8::Local self((*self_v).As()); + int count = self->InternalFieldCount(); + void *internal_fields[kInternalFieldsInWeakCallback] = {0, 0}; + for (int i = 0; i < count && i < kInternalFieldsInWeakCallback; i++) { + internal_fields[i] = self->GetAlignedPointerFromInternalField(i); + } + wcbd = new WeakCallbackInfo

( + reinterpret_cast*>(this) + , callback + , 0 + , internal_fields[0] + , internal_fields[1]); + self->SetAlignedPointerInInternalField(0, wcbd); + v8::PersistentBase::SetPhantom( + WeakCallbackInfo

::invoketwofield + , 0 + , count > 1 ? 1 : kNoInternalFieldIndex); + } +} +#elif NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION +template +template +inline void Persistent::SetWeak( + P *parameter + , typename WeakCallbackInfo

::Callback callback + , WeakCallbackType type) { + WeakCallbackInfo

*wcbd; + if (type == WeakCallbackType::kParameter) { + wcbd = new WeakCallbackInfo

( + reinterpret_cast*>(this) + , callback + , parameter); + v8::PersistentBase::SetWeak(wcbd, WeakCallbackInfo

::invoke); + } else { + v8::Local* self_v(reinterpret_cast*>(this)); + assert((*self_v)->IsObject()); + v8::Local self((*self_v).As()); + int count = self->InternalFieldCount(); + void *internal_fields[kInternalFieldsInWeakCallback] = {0, 0}; + for (int i = 0; i < count && i < kInternalFieldsInWeakCallback; i++) { + internal_fields[i] = self->GetAlignedPointerFromInternalField(i); + } + wcbd = new WeakCallbackInfo

( + reinterpret_cast*>(this) + , callback + , 0 + , internal_fields[0] + , internal_fields[1]); + v8::PersistentBase::SetWeak(wcbd, WeakCallbackInfo

::invoke); + } +} +#else +template +template +inline void PersistentBase::SetWeak( + P *parameter + , typename WeakCallbackInfo

::Callback callback + , WeakCallbackType type) { + WeakCallbackInfo

*wcbd; + if (type == WeakCallbackType::kParameter) { + wcbd = new WeakCallbackInfo

( + reinterpret_cast*>(this) + , callback + , parameter); + persistent.MakeWeak(wcbd, WeakCallbackInfo

::invoke); + } else { + v8::Local* self_v(reinterpret_cast*>(this)); + assert((*self_v)->IsObject()); + v8::Local self((*self_v).As()); + int count = self->InternalFieldCount(); + void *internal_fields[kInternalFieldsInWeakCallback] = {0, 0}; + for (int i = 0; i < count && i < kInternalFieldsInWeakCallback; i++) { + internal_fields[i] = self->GetPointerFromInternalField(i); + } + wcbd = new WeakCallbackInfo

( + reinterpret_cast*>(this) + , callback + , 0 + , internal_fields[0] + , internal_fields[1]); + persistent.MakeWeak(wcbd, WeakCallbackInfo

::invoke); + } +} +#endif + +#endif // NAN_WEAK_H_ diff --git a/node_modules/nan/package.json b/node_modules/nan/package.json new file mode 100644 index 0000000..2d0b0ca --- /dev/null +++ b/node_modules/nan/package.json @@ -0,0 +1,38 @@ +{ + "name": "nan", + "version": "2.26.2", + "description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 25 compatibility", + "main": "include_dirs.js", + "repository": { + "type": "git", + "url": "git://github.com/nodejs/nan.git" + }, + "scripts": { + "test": "tap --gc --stderr test/js/*-test.js", + "test:worker": "node --experimental-worker test/tap-as-worker.js --gc --stderr test/js/*-test.js", + "rebuild-tests-2015": "node-gyp rebuild --msvs_version=2015 --directory test", + "rebuild-tests": "node-gyp rebuild --directory test", + "docs": "doc/.build.sh" + }, + "contributors": [ + "Rod Vagg (https://github.com/rvagg)", + "Benjamin Byholm (https://github.com/kkoopa/)", + "Trevor Norris (https://github.com/trevnorris)", + "Nathan Rajlich (https://github.com/TooTallNate)", + "Brett Lawson (https://github.com/brett19)", + "Ben Noordhuis (https://github.com/bnoordhuis)", + "David Siegel (https://github.com/agnat)", + "Michael Ira Krufky (https://github.com/mkrufky)" + ], + "devDependencies": { + "bindings": "~1.2.1", + "commander": "^2.8.1", + "glob": "^5.0.14", + "request": "=2.81.0", + "node-gyp": "~12.1.0", + "readable-stream": "^2.1.4", + "tap": "~0.7.1", + "xtend": "~4.0.0" + }, + "license": "MIT" +} diff --git a/node_modules/nan/tools/1to2.js b/node_modules/nan/tools/1to2.js new file mode 100644 index 0000000..bc44151 --- /dev/null +++ b/node_modules/nan/tools/1to2.js @@ -0,0 +1,412 @@ +#!/usr/bin/env node +/********************************************************************* + * NAN - Native Abstractions for Node.js + * + * Copyright (c) 2018 NAN contributors + * + * MIT License + ********************************************************************/ + +var commander = require('commander'), + fs = require('fs'), + glob = require('glob'), + groups = [], + total = 0, + warning1 = '/* ERROR: Rewrite using Buffer */\n', + warning2 = '\\/\\* ERROR\\: Rewrite using Buffer \\*\\/\\n', + length, + i; + +fs.readFile(__dirname + '/package.json', 'utf8', function (err, data) { + if (err) { + throw err; + } + + commander + .version(JSON.parse(data).version) + .usage('[options] ') + .parse(process.argv); + + if (!process.argv.slice(2).length) { + commander.outputHelp(); + } +}); + +/* construct strings representing regular expressions + each expression contains a unique group allowing for identification of the match + the index of this key group, relative to the regular expression in question, + is indicated by the first array member */ + +/* simple substistutions, key group is the entire match, 0 */ +groups.push([0, [ + '_NAN_', + 'NODE_SET_METHOD', + 'NODE_SET_PROTOTYPE_METHOD', + 'NanAsciiString', + 'NanEscapeScope', + 'NanReturnValue', + 'NanUcs2String'].join('|')]); + +/* substitutions of parameterless macros, key group is 1 */ +groups.push([1, ['(', [ + 'NanEscapableScope', + 'NanReturnNull', + 'NanReturnUndefined', + 'NanScope'].join('|'), ')\\(\\)'].join('')]); + +/* replace TryCatch with NanTryCatch once, gobbling possible namespace, key group 2 */ +groups.push([2, '(?:(?:v8\\:\\:)?|(Nan)?)(TryCatch)']); + +/* NanNew("string") will likely not fail a ToLocalChecked(), key group 1 */ +groups.push([1, ['(NanNew)', '(\\("[^\\"]*"[^\\)]*\\))(?!\\.ToLocalChecked\\(\\))'].join('')]); + +/* Removed v8 APIs, warn that the code needs rewriting using node::Buffer, key group 2 */ +groups.push([2, ['(', warning2, ')?', '^.*?(', [ + 'GetIndexedPropertiesExternalArrayDataLength', + 'GetIndexedPropertiesExternalArrayData', + 'GetIndexedPropertiesExternalArrayDataType', + 'GetIndexedPropertiesPixelData', + 'GetIndexedPropertiesPixelDataLength', + 'HasIndexedPropertiesInExternalArrayData', + 'HasIndexedPropertiesInPixelData', + 'SetIndexedPropertiesToExternalArrayData', + 'SetIndexedPropertiesToPixelData'].join('|'), ')'].join('')]); + +/* No need for NanScope in V8-exposed methods, key group 2 */ +groups.push([2, ['((', [ + 'NAN_METHOD', + 'NAN_GETTER', + 'NAN_SETTER', + 'NAN_PROPERTY_GETTER', + 'NAN_PROPERTY_SETTER', + 'NAN_PROPERTY_ENUMERATOR', + 'NAN_PROPERTY_DELETER', + 'NAN_PROPERTY_QUERY', + 'NAN_INDEX_GETTER', + 'NAN_INDEX_SETTER', + 'NAN_INDEX_ENUMERATOR', + 'NAN_INDEX_DELETER', + 'NAN_INDEX_QUERY'].join('|'), ')\\([^\\)]*\\)\\s*\\{)\\s*NanScope\\(\\)\\s*;'].join('')]); + +/* v8::Value::ToXXXXXXX returns v8::MaybeLocal, key group 3 */ +groups.push([3, ['([\\s\\(\\)])([^\\s\\(\\)]+)->(', [ + 'Boolean', + 'Number', + 'String', + 'Object', + 'Integer', + 'Uint32', + 'Int32'].join('|'), ')\\('].join('')]); + +/* v8::Value::XXXXXXXValue returns v8::Maybe, key group 3 */ +groups.push([3, ['([\\s\\(\\)])([^\\s\\(\\)]+)->((?:', [ + 'Boolean', + 'Number', + 'Integer', + 'Uint32', + 'Int32'].join('|'), ')Value)\\('].join('')]); + +/* NAN_WEAK_CALLBACK macro was removed, write out callback definition, key group 1 */ +groups.push([1, '(NAN_WEAK_CALLBACK)\\(([^\\s\\)]+)\\)']); + +/* node::ObjectWrap and v8::Persistent have been replaced with Nan implementations, key group 1 */ +groups.push([1, ['(', [ + 'NanDisposePersistent', + 'NanObjectWrapHandle'].join('|'), ')\\s*\\(\\s*([^\\s\\)]+)'].join('')]); + +/* Since NanPersistent there is no need for NanMakeWeakPersistent, key group 1 */ +groups.push([1, '(NanMakeWeakPersistent)\\s*\\(\\s*([^\\s,]+)\\s*,\\s*']); + +/* Many methods of v8::Object and others now return v8::MaybeLocal, key group 3 */ +groups.push([3, ['([\\s])([^\\s]+)->(', [ + 'GetEndColumn', + 'GetFunction', + 'GetLineNumber', + 'NewInstance', + 'GetPropertyNames', + 'GetOwnPropertyNames', + 'GetSourceLine', + 'GetStartColumn', + 'ObjectProtoToString', + 'ToArrayIndex', + 'ToDetailString', + 'CallAsConstructor', + 'CallAsFunction', + 'CloneElementAt', + 'Delete', + 'ForceSet', + 'Get', + 'GetPropertyAttributes', + 'GetRealNamedProperty', + 'GetRealNamedPropertyInPrototypeChain', + 'Has', + 'HasOwnProperty', + 'HasRealIndexedProperty', + 'HasRealNamedCallbackProperty', + 'HasRealNamedProperty', + 'Set', + 'SetAccessor', + 'SetIndexedPropertyHandler', + 'SetNamedPropertyHandler', + 'SetPrototype'].join('|'), ')\\('].join('')]); + +/* You should get an error if any of these fail anyways, + or handle the error better, it is indicated either way, key group 2 */ +groups.push([2, ['NanNew(<(?:v8\\:\\:)?(', ['Date', 'String', 'RegExp'].join('|'), ')>)(\\([^\\)]*\\))(?!\\.ToLocalChecked\\(\\))'].join('')]); + +/* v8::Value::Equals now returns a v8::Maybe, key group 3 */ +groups.push([3, '([\\s\\(\\)])([^\\s\\(\\)]+)->(Equals)\\(([^\\s\\)]+)']); + +/* NanPersistent makes this unnecessary, key group 1 */ +groups.push([1, '(NanAssignPersistent)(?:]+>)?\\(([^,]+),\\s*']); + +/* args has been renamed to info, key group 2 */ +groups.push([2, '(\\W)(args)(\\W)']) + +/* node::ObjectWrap was replaced with NanObjectWrap, key group 2 */ +groups.push([2, '(\\W)(?:node\\:\\:)?(ObjectWrap)(\\W)']); + +/* v8::Persistent was replaced with NanPersistent, key group 2 */ +groups.push([2, '(\\W)(?:v8\\:\\:)?(Persistent)(\\W)']); + +/* counts the number of capturing groups in a well-formed regular expression, + ignoring non-capturing groups and escaped parentheses */ +function groupcount(s) { + var positive = s.match(/\((?!\?)/g), + negative = s.match(/\\\(/g); + return (positive ? positive.length : 0) - (negative ? negative.length : 0); +} + +/* compute the absolute position of each key group in the joined master RegExp */ +for (i = 1, length = groups.length; i < length; i++) { + total += groupcount(groups[i - 1][1]); + groups[i][0] += total; +} + +/* create the master RegExp, which is the union of all the groups' expressions */ +master = new RegExp(groups.map(function (a) { return a[1]; }).join('|'), 'gm'); + +/* replacement function for String.replace, receives 21 arguments */ +function replace() { + /* simple expressions */ + switch (arguments[groups[0][0]]) { + case '_NAN_': + return 'NAN_'; + case 'NODE_SET_METHOD': + return 'NanSetMethod'; + case 'NODE_SET_PROTOTYPE_METHOD': + return 'NanSetPrototypeMethod'; + case 'NanAsciiString': + return 'NanUtf8String'; + case 'NanEscapeScope': + return 'scope.Escape'; + case 'NanReturnNull': + return 'info.GetReturnValue().SetNull'; + case 'NanReturnValue': + return 'info.GetReturnValue().Set'; + case 'NanUcs2String': + return 'v8::String::Value'; + default: + } + + /* macros without arguments */ + switch (arguments[groups[1][0]]) { + case 'NanEscapableScope': + return 'NanEscapableScope scope' + case 'NanReturnUndefined': + return 'return'; + case 'NanScope': + return 'NanScope scope'; + default: + } + + /* TryCatch, emulate negative backref */ + if (arguments[groups[2][0]] === 'TryCatch') { + return arguments[groups[2][0] - 1] ? arguments[0] : 'NanTryCatch'; + } + + /* NanNew("foo") --> NanNew("foo").ToLocalChecked() */ + if (arguments[groups[3][0]] === 'NanNew') { + return [arguments[0], '.ToLocalChecked()'].join(''); + } + + /* insert warning for removed functions as comment on new line above */ + switch (arguments[groups[4][0]]) { + case 'GetIndexedPropertiesExternalArrayData': + case 'GetIndexedPropertiesExternalArrayDataLength': + case 'GetIndexedPropertiesExternalArrayDataType': + case 'GetIndexedPropertiesPixelData': + case 'GetIndexedPropertiesPixelDataLength': + case 'HasIndexedPropertiesInExternalArrayData': + case 'HasIndexedPropertiesInPixelData': + case 'SetIndexedPropertiesToExternalArrayData': + case 'SetIndexedPropertiesToPixelData': + return arguments[groups[4][0] - 1] ? arguments[0] : [warning1, arguments[0]].join(''); + default: + } + + /* remove unnecessary NanScope() */ + switch (arguments[groups[5][0]]) { + case 'NAN_GETTER': + case 'NAN_METHOD': + case 'NAN_SETTER': + case 'NAN_INDEX_DELETER': + case 'NAN_INDEX_ENUMERATOR': + case 'NAN_INDEX_GETTER': + case 'NAN_INDEX_QUERY': + case 'NAN_INDEX_SETTER': + case 'NAN_PROPERTY_DELETER': + case 'NAN_PROPERTY_ENUMERATOR': + case 'NAN_PROPERTY_GETTER': + case 'NAN_PROPERTY_QUERY': + case 'NAN_PROPERTY_SETTER': + return arguments[groups[5][0] - 1]; + default: + } + + /* Value conversion */ + switch (arguments[groups[6][0]]) { + case 'Boolean': + case 'Int32': + case 'Integer': + case 'Number': + case 'Object': + case 'String': + case 'Uint32': + return [arguments[groups[6][0] - 2], 'NanTo(', arguments[groups[6][0] - 1]].join(''); + default: + } + + /* other value conversion */ + switch (arguments[groups[7][0]]) { + case 'BooleanValue': + return [arguments[groups[7][0] - 2], 'NanTo(', arguments[groups[7][0] - 1]].join(''); + case 'Int32Value': + return [arguments[groups[7][0] - 2], 'NanTo(', arguments[groups[7][0] - 1]].join(''); + case 'IntegerValue': + return [arguments[groups[7][0] - 2], 'NanTo(', arguments[groups[7][0] - 1]].join(''); + case 'Uint32Value': + return [arguments[groups[7][0] - 2], 'NanTo(', arguments[groups[7][0] - 1]].join(''); + default: + } + + /* NAN_WEAK_CALLBACK */ + if (arguments[groups[8][0]] === 'NAN_WEAK_CALLBACK') { + return ['template\nvoid ', + arguments[groups[8][0] + 1], '(const NanWeakCallbackInfo &data)'].join(''); + } + + /* use methods on NAN classes instead */ + switch (arguments[groups[9][0]]) { + case 'NanDisposePersistent': + return [arguments[groups[9][0] + 1], '.Reset('].join(''); + case 'NanObjectWrapHandle': + return [arguments[groups[9][0] + 1], '->handle('].join(''); + default: + } + + /* use method on NanPersistent instead */ + if (arguments[groups[10][0]] === 'NanMakeWeakPersistent') { + return arguments[groups[10][0] + 1] + '.SetWeak('; + } + + /* These return Maybes, the upper ones take no arguments */ + switch (arguments[groups[11][0]]) { + case 'GetEndColumn': + case 'GetFunction': + case 'GetLineNumber': + case 'GetOwnPropertyNames': + case 'GetPropertyNames': + case 'GetSourceLine': + case 'GetStartColumn': + case 'NewInstance': + case 'ObjectProtoToString': + case 'ToArrayIndex': + case 'ToDetailString': + return [arguments[groups[11][0] - 2], 'Nan', arguments[groups[11][0]], '(', arguments[groups[11][0] - 1]].join(''); + case 'CallAsConstructor': + case 'CallAsFunction': + case 'CloneElementAt': + case 'Delete': + case 'ForceSet': + case 'Get': + case 'GetPropertyAttributes': + case 'GetRealNamedProperty': + case 'GetRealNamedPropertyInPrototypeChain': + case 'Has': + case 'HasOwnProperty': + case 'HasRealIndexedProperty': + case 'HasRealNamedCallbackProperty': + case 'HasRealNamedProperty': + case 'Set': + case 'SetAccessor': + case 'SetIndexedPropertyHandler': + case 'SetNamedPropertyHandler': + case 'SetPrototype': + return [arguments[groups[11][0] - 2], 'Nan', arguments[groups[11][0]], '(', arguments[groups[11][0] - 1], ', '].join(''); + default: + } + + /* Automatic ToLocalChecked(), take it or leave it */ + switch (arguments[groups[12][0]]) { + case 'Date': + case 'String': + case 'RegExp': + return ['NanNew', arguments[groups[12][0] - 1], arguments[groups[12][0] + 1], '.ToLocalChecked()'].join(''); + default: + } + + /* NanEquals is now required for uniformity */ + if (arguments[groups[13][0]] === 'Equals') { + return [arguments[groups[13][0] - 1], 'NanEquals(', arguments[groups[13][0] - 1], ', ', arguments[groups[13][0] + 1]].join(''); + } + + /* use method on replacement class instead */ + if (arguments[groups[14][0]] === 'NanAssignPersistent') { + return [arguments[groups[14][0] + 1], '.Reset('].join(''); + } + + /* args --> info */ + if (arguments[groups[15][0]] === 'args') { + return [arguments[groups[15][0] - 1], 'info', arguments[groups[15][0] + 1]].join(''); + } + + /* ObjectWrap --> NanObjectWrap */ + if (arguments[groups[16][0]] === 'ObjectWrap') { + return [arguments[groups[16][0] - 1], 'NanObjectWrap', arguments[groups[16][0] + 1]].join(''); + } + + /* Persistent --> NanPersistent */ + if (arguments[groups[17][0]] === 'Persistent') { + return [arguments[groups[17][0] - 1], 'NanPersistent', arguments[groups[17][0] + 1]].join(''); + } + + /* This should not happen. A switch is probably missing a case if it does. */ + throw 'Unhandled match: ' + arguments[0]; +} + +/* reads a file, runs replacement and writes it back */ +function processFile(file) { + fs.readFile(file, {encoding: 'utf8'}, function (err, data) { + if (err) { + throw err; + } + + /* run replacement twice, might need more runs */ + fs.writeFile(file, data.replace(master, replace).replace(master, replace), function (err) { + if (err) { + throw err; + } + }); + }); +} + +/* process file names from command line and process the identified files */ +for (i = 2, length = process.argv.length; i < length; i++) { + glob(process.argv[i], function (err, matches) { + if (err) { + throw err; + } + matches.forEach(processFile); + }); +} diff --git a/node_modules/nan/tools/README.md b/node_modules/nan/tools/README.md new file mode 100644 index 0000000..7f07e4b --- /dev/null +++ b/node_modules/nan/tools/README.md @@ -0,0 +1,14 @@ +1to2 naively converts source code files from NAN 1 to NAN 2. There will be erroneous conversions, +false positives and missed opportunities. The input files are rewritten in place. Make sure that +you have backups. You will have to manually review the changes afterwards and do some touchups. + +```sh +$ tools/1to2.js + + Usage: 1to2 [options] + + Options: + + -h, --help output usage information + -V, --version output the version number +``` diff --git a/node_modules/nan/tools/package.json b/node_modules/nan/tools/package.json new file mode 100644 index 0000000..2dcdd78 --- /dev/null +++ b/node_modules/nan/tools/package.json @@ -0,0 +1,19 @@ +{ + "name": "1to2", + "version": "1.0.0", + "description": "NAN 1 -> 2 Migration Script", + "main": "1to2.js", + "repository": { + "type": "git", + "url": "git://github.com/nodejs/nan.git" + }, + "contributors": [ + "Benjamin Byholm (https://github.com/kkoopa/)", + "Mathias Küsel (https://github.com/mathiask88/)" + ], + "dependencies": { + "glob": "~5.0.10", + "commander": "~2.8.1" + }, + "license": "MIT" +} diff --git a/node_modules/node-ssh/LICENSE.md b/node_modules/node-ssh/LICENSE.md new file mode 100644 index 0000000..65175f9 --- /dev/null +++ b/node_modules/node-ssh/LICENSE.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2021 Steel Brain + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/node_modules/node-ssh/README.md b/node_modules/node-ssh/README.md new file mode 100644 index 0000000..d71a1b9 --- /dev/null +++ b/node_modules/node-ssh/README.md @@ -0,0 +1,320 @@ +Node-SSH - SSH2 with Promises +========= + +Node-SSH is an extremely lightweight Promise wrapper for [ssh2][ssh2]. + +#### Installation + +```sh +$ npm install node-ssh # If you're using npm +$ yarn add node-ssh # If you're using Yarn +``` + +#### Example + +```js +const fs = require('fs') +const path = require('path') +const {NodeSSH} = require('node-ssh') + +const ssh = new NodeSSH() + +ssh.connect({ + host: 'localhost', + username: 'steel', + privateKeyPath: '/home/steel/.ssh/id_rsa' +}) + +// or with inline privateKey + +ssh.connect({ + host: 'localhost', + username: 'steel', + privateKey: Buffer.from('...') +}) +.then(function() { + // Local, Remote + ssh.putFile('/home/steel/Lab/localPath/fileName', '/home/steel/Lab/remotePath/fileName').then(function() { + console.log("The File thing is done") + }, function(error) { + console.log("Something's wrong") + console.log(error) + }) + // Array string, 'remote' => string)> + ssh.putFiles([{ local: '/home/steel/Lab/localPath/fileName', remote: '/home/steel/Lab/remotePath/fileName' }]).then(function() { + console.log("The File thing is done") + }, function(error) { + console.log("Something's wrong") + console.log(error) + }) + // Local, Remote + ssh.getFile('/home/steel/Lab/localPath', '/home/steel/Lab/remotePath').then(function(Contents) { + console.log("The File's contents were successfully downloaded") + }, function(error) { + console.log("Something's wrong") + console.log(error) + }) + // Putting entire directories + const failed = [] + const successful = [] + ssh.putDirectory('/home/steel/Lab', '/home/steel/Lab', { + recursive: true, + concurrency: 10, + // ^ WARNING: Not all servers support high concurrency + // try a bunch of values and see what works on your server + validate: function(itemPath) { + const baseName = path.basename(itemPath) + return baseName.substr(0, 1) !== '.' && // do not allow dot files + baseName !== 'node_modules' // do not allow node_modules + }, + tick: function(localPath, remotePath, error) { + if (error) { + failed.push(localPath) + } else { + successful.push(localPath) + } + } + }).then(function(status) { + console.log('the directory transfer was', status ? 'successful' : 'unsuccessful') + console.log('failed transfers', failed.join(', ')) + console.log('successful transfers', successful.join(', ')) + }) + // Command + ssh.execCommand('hh_client --json', { cwd:'/var/www' }).then(function(result) { + console.log('STDOUT: ' + result.stdout) + console.log('STDERR: ' + result.stderr) + }) + // Command with escaped params + ssh.exec('hh_client', ['--json'], { cwd: '/var/www', stream: 'stdout', options: { pty: true } }).then(function(result) { + console.log('STDOUT: ' + result) + }) + // With streaming stdout/stderr callbacks + ssh.exec('hh_client', ['--json'], { + cwd: '/var/www', + onStdout(chunk) { + console.log('stdoutChunk', chunk.toString('utf8')) + }, + onStderr(chunk) { + console.log('stderrChunk', chunk.toString('utf8')) + }, + }) +}) +``` + +#### API + +```ts +// API reference in Typescript typing format: +import SSH2, { + AcceptConnection, + Channel, + ClientChannel, + ConnectConfig, + ExecOptions, + Prompt, + PseudoTtyOptions, + RejectConnection, + SFTPWrapper, + ShellOptions, + TcpConnectionDetails, + TransferOptions, + UNIXConnectionDetails, +} from 'ssh2' +import stream from 'stream' + +// ^ You do NOT need to import these package, these are here for reference of where the +// types are coming from. + +export type Config = ConnectConfig & { + password?: string + privateKey?: string + privateKeyPath?: string + tryKeyboard?: boolean + onKeyboardInteractive?: ( + name: string, + instructions: string, + lang: string, + prompts: Prompt[], + finish: (responses: string[]) => void, + ) => void +} +export interface SSHExecCommandOptions { + cwd?: string + stdin?: string | stream.Readable + execOptions?: ExecOptions + encoding?: BufferEncoding + noTrim?: boolean + onChannel?: (clientChannel: ClientChannel) => void + onStdout?: (chunk: Buffer) => void + onStderr?: (chunk: Buffer) => void +} +export interface SSHExecCommandResponse { + stdout: string + stderr: string + code: number | null + signal: string | null +} +export interface SSHExecOptions extends SSHExecCommandOptions { + stream?: 'stdout' | 'stderr' | 'both' +} +export interface SSHPutFilesOptions { + sftp?: SFTPWrapper | null + concurrency?: number + transferOptions?: TransferOptions +} +export interface SSHGetPutDirectoryOptions extends SSHPutFilesOptions { + tick?: (localFile: string, remoteFile: string, error: Error | null) => void + validate?: (path: string) => boolean + recursive?: boolean +} +export type SSHMkdirMethod = 'sftp' | 'exec' +export type SSHForwardInListener = ( + details: TcpConnectionDetails, + accept: AcceptConnection, + reject: RejectConnection, +) => void +export interface SSHForwardInDetails { + dispose(): Promise + port: number +} +export type SSHForwardInStreamLocalListener = ( + info: UNIXConnectionDetails, + accept: AcceptConnection, + reject: RejectConnection, +) => void +export interface SSHForwardInStreamLocalDetails { + dispose(): Promise +} +export class SSHError extends Error { + code: string | null + constructor(message: string, code?: string | null) +} + +export class NodeSSH { + connection: SSH2.Client | null + + connect(config: Config): Promise + isConnected(): boolean + requestShell(options?: PseudoTtyOptions | ShellOptions | false): Promise + withShell( + callback: (channel: ClientChannel) => Promise, + options?: PseudoTtyOptions | ShellOptions | false, + ): Promise + requestSFTP(): Promise + withSFTP(callback: (sftp: SFTPWrapper) => Promise): Promise + execCommand(givenCommand: string, options?: SSHExecCommandOptions): Promise + exec( + command: string, + parameters: string[], + options?: SSHExecOptions & { + stream?: 'stdout' | 'stderr' + }, + ): Promise + exec( + command: string, + parameters: string[], + options?: SSHExecOptions & { + stream: 'both' + }, + ): Promise + mkdir(path: string, method?: SSHMkdirMethod, givenSftp?: SFTPWrapper | null): Promise + getFile( + localFile: string, + remoteFile: string, + givenSftp?: SFTPWrapper | null, + transferOptions?: TransferOptions | null, + ): Promise + putFile( + localFile: string, + remoteFile: string, + givenSftp?: SFTPWrapper | null, + transferOptions?: TransferOptions | null, + ): Promise + putFiles( + files: { + local: string + remote: string + }[], + { concurrency, sftp: givenSftp, transferOptions }?: SSHPutFilesOptions, + ): Promise + putDirectory( + localDirectory: string, + remoteDirectory: string, + { concurrency, sftp: givenSftp, transferOptions, recursive, tick, validate }?: SSHGetPutDirectoryOptions, + ): Promise + getDirectory( + localDirectory: string, + remoteDirectory: string, + { concurrency, sftp: givenSftp, transferOptions, recursive, tick, validate }?: SSHGetPutDirectoryOptions, + ): Promise + forwardIn(remoteAddr: string, remotePort: number, onConnection?: SSHForwardInListener): Promise + forwardOut(srcIP: string, srcPort: number, dstIP: string, dstPort: number): Promise + forwardInStreamLocal( + socketPath: string, + onConnection?: SSHForwardInStreamLocalListener, + ): Promise + forwardOutStreamLocal(socketPath: string): Promise + dispose(): void +} +``` + +### Typescript support + +`node-ssh` requires extra dependencies while working under Typescript. Please install them as shown below + +``` +yarn add --dev @types/ssh2 +# OR +npm install --save-dev @types/ssh2 +``` + +If you're still running into issues, try adding these to your `tsconfig.json` + +```json +{ + "compilerOptions": { + "moduleResolution": "node", + "allowSyntheticDefaultImports": true + } +} +``` + +### Keyboard-interactive user authentication + +In some cases you have to enable keyboard-interactive user authentication. +Otherwise you will get an `All configured authentication methods failed` error. + +#### Example: + +```js +const password = 'test' + +ssh.connect({ + host: 'localhost', + username: 'steel', + port: 22, + password, + tryKeyboard: true, +}) + +// Or if you want to add some custom keyboard-interactive logic: + +ssh.connect({ + host: 'localhost', + username: 'steel', + port: 22, + tryKeyboard: true, + onKeyboardInteractive(name, instructions, instructionsLang, prompts, finish) { + if (prompts.length > 0 && prompts[0].prompt.toLowerCase().includes('password')) { + finish([password]) + } + } +}) +``` + +For further information see: https://github.com/mscdex/ssh2/issues/604 + +### License +This project is licensed under the terms of MIT license. See the LICENSE file for more info. + +[ssh2]:https://github.com/mscdex/ssh2 diff --git a/node_modules/node-ssh/lib/cjs/index.js b/node_modules/node-ssh/lib/cjs/index.js new file mode 100644 index 0000000..7f7fb07 --- /dev/null +++ b/node_modules/node-ssh/lib/cjs/index.js @@ -0,0 +1,735 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}); +var __importStar = (this && this.__importStar) || function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); + __setModuleDefault(result, mod); + return result; +}; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NodeSSH = exports.SSHError = void 0; +const assert_1 = __importStar(require("assert")); +const fs_1 = __importDefault(require("fs")); +const is_stream_1 = __importDefault(require("is-stream")); +const make_dir_1 = __importDefault(require("make-dir")); +const path_1 = __importDefault(require("path")); +const sb_promise_queue_1 = require("sb-promise-queue"); +const sb_scandir_1 = __importDefault(require("sb-scandir")); +const shell_escape_1 = __importDefault(require("shell-escape")); +const ssh2_1 = __importDefault(require("ssh2")); +const DEFAULT_CONCURRENCY = 1; +const DEFAULT_VALIDATE = (path) => !path_1.default.basename(path).startsWith('.'); +const DEFAULT_TICK = () => { + /* No Op */ +}; +class SSHError extends Error { + constructor(message, code = null) { + super(message); + this.code = code; + } +} +exports.SSHError = SSHError; +function unixifyPath(path) { + if (path.includes('\\')) { + return path.split('\\').join('/'); + } + return path; +} +async function readFile(filePath) { + return new Promise((resolve, reject) => { + fs_1.default.readFile(filePath, 'utf8', (err, res) => { + if (err) { + reject(err); + } + else { + resolve(res); + } + }); + }); +} +const SFTP_MKDIR_ERR_CODE_REGEXP = /Error: (E[\S]+): /; +async function makeDirectoryWithSftp(path, sftp) { + let stats = null; + try { + stats = await new Promise((resolve, reject) => { + sftp.stat(path, (err, res) => { + if (err) { + reject(err); + } + else { + resolve(res); + } + }); + }); + } + catch (_) { + /* No Op */ + } + if (stats) { + if (stats.isDirectory()) { + // Already exists, nothing to worry about + return; + } + throw new Error('mkdir() failed, target already exists and is not a directory'); + } + try { + await new Promise((resolve, reject) => { + sftp.mkdir(path, (err) => { + if (err) { + reject(err); + } + else { + resolve(); + } + }); + }); + } + catch (err) { + if (err != null && typeof err.stack === 'string') { + const matches = SFTP_MKDIR_ERR_CODE_REGEXP.exec(err.stack); + if (matches != null) { + throw new SSHError(err.message, matches[1]); + } + throw err; + } + } +} +class NodeSSH { + constructor() { + this.connection = null; + } + getConnection() { + const { connection } = this; + if (connection == null) { + throw new Error('Not connected to server'); + } + return connection; + } + async connect(givenConfig) { + (0, assert_1.default)(givenConfig != null && typeof givenConfig === 'object', 'config must be a valid object'); + const config = { ...givenConfig }; + (0, assert_1.default)(config.username != null && typeof config.username === 'string', 'config.username must be a valid string'); + if (config.host != null) { + (0, assert_1.default)(typeof config.host === 'string', 'config.host must be a valid string'); + } + else if (config.sock != null) { + (0, assert_1.default)(typeof config.sock === 'object', 'config.sock must be a valid object'); + } + else { + throw new assert_1.AssertionError({ message: 'Either config.host or config.sock must be provided' }); + } + if (config.privateKey != null || config.privateKeyPath != null) { + if (config.privateKey != null) { + (0, assert_1.default)(typeof config.privateKey === 'string', 'config.privateKey must be a valid string'); + (0, assert_1.default)(config.privateKeyPath == null, 'config.privateKeyPath must not be specified when config.privateKey is specified'); + } + else if (config.privateKeyPath != null) { + (0, assert_1.default)(typeof config.privateKeyPath === 'string', 'config.privateKeyPath must be a valid string'); + (0, assert_1.default)(config.privateKey == null, 'config.privateKey must not be specified when config.privateKeyPath is specified'); + } + (0, assert_1.default)(config.passphrase == null || typeof config.passphrase === 'string', 'config.passphrase must be null or a valid string'); + if (config.privateKeyPath != null) { + // Must be an fs path + try { + config.privateKey = await readFile(config.privateKeyPath); + } + catch (err) { + if (err != null && err.code === 'ENOENT') { + throw new assert_1.AssertionError({ message: 'config.privateKeyPath does not exist at given fs path' }); + } + throw err; + } + } + } + else if (config.password != null) { + (0, assert_1.default)(typeof config.password === 'string', 'config.password must be a valid string'); + } + if (config.tryKeyboard != null) { + (0, assert_1.default)(typeof config.tryKeyboard === 'boolean', 'config.tryKeyboard must be a valid boolean'); + } + if (config.tryKeyboard) { + const { password } = config; + if (config.onKeyboardInteractive != null) { + (0, assert_1.default)(typeof config.onKeyboardInteractive === 'function', 'config.onKeyboardInteractive must be a valid function'); + } + else if (password != null) { + config.onKeyboardInteractive = (name, instructions, instructionsLang, prompts, finish) => { + if (prompts.length > 0 && prompts[0].prompt.toLowerCase().includes('password')) { + finish([password]); + } + }; + } + } + const connection = new ssh2_1.default.Client(); + this.connection = connection; + await new Promise((resolve, reject) => { + connection.on('error', reject); + if (config.onKeyboardInteractive) { + connection.on('keyboard-interactive', config.onKeyboardInteractive); + } + connection.on('ready', () => { + connection.removeListener('error', reject); + resolve(); + }); + connection.on('end', () => { + if (this.connection === connection) { + this.connection = null; + } + }); + connection.on('close', () => { + if (this.connection === connection) { + this.connection = null; + } + reject(new SSHError('No response from server', 'ETIMEDOUT')); + }); + connection.connect(config); + }); + return this; + } + isConnected() { + return this.connection != null; + } + async requestShell(options) { + const connection = this.getConnection(); + return new Promise((resolve, reject) => { + connection.on('error', reject); + const callback = (err, res) => { + connection.removeListener('error', reject); + if (err) { + reject(err); + } + else { + resolve(res); + } + }; + if (options == null) { + connection.shell(callback); + } + else { + connection.shell(options, callback); + } + }); + } + async withShell(callback, options) { + (0, assert_1.default)(typeof callback === 'function', 'callback must be a valid function'); + const shell = await this.requestShell(options); + try { + await callback(shell); + } + finally { + shell.destroy(); + } + } + async requestSFTP() { + const connection = this.getConnection(); + return new Promise((resolve, reject) => { + connection.on('error', reject); + connection.sftp((err, res) => { + connection.removeListener('error', reject); + if (err) { + reject(err); + } + else { + resolve(res); + } + }); + }); + } + async withSFTP(callback) { + (0, assert_1.default)(typeof callback === 'function', 'callback must be a valid function'); + const sftp = await this.requestSFTP(); + try { + await callback(sftp); + } + finally { + sftp.end(); + } + } + async execCommand(givenCommand, options = {}) { + (0, assert_1.default)(typeof givenCommand === 'string', 'command must be a valid string'); + (0, assert_1.default)(options != null && typeof options === 'object', 'options must be a valid object'); + (0, assert_1.default)(options.cwd == null || typeof options.cwd === 'string', 'options.cwd must be a valid string'); + (0, assert_1.default)(options.stdin == null || typeof options.stdin === 'string' || is_stream_1.default.readable(options.stdin), 'options.stdin must be a valid string or readable stream'); + (0, assert_1.default)(options.execOptions == null || typeof options.execOptions === 'object', 'options.execOptions must be a valid object'); + (0, assert_1.default)(options.encoding == null || typeof options.encoding === 'string', 'options.encoding must be a valid string'); + (0, assert_1.default)(options.onChannel == null || typeof options.onChannel === 'function', 'options.onChannel must be a valid function'); + (0, assert_1.default)(options.onStdout == null || typeof options.onStdout === 'function', 'options.onStdout must be a valid function'); + (0, assert_1.default)(options.onStderr == null || typeof options.onStderr === 'function', 'options.onStderr must be a valid function'); + (0, assert_1.default)(options.noTrim == null || typeof options.noTrim === 'boolean', 'options.noTrim must be a boolean'); + let command = givenCommand; + if (options.cwd) { + command = `cd ${(0, shell_escape_1.default)([options.cwd])} ; ${command}`; + } + const connection = this.getConnection(); + const output = { stdout: [], stderr: [] }; + return new Promise((resolve, reject) => { + connection.on('error', reject); + connection.exec(command, options.execOptions != null ? options.execOptions : {}, (err, channel) => { + connection.removeListener('error', reject); + if (err) { + reject(err); + return; + } + if (options.onChannel) { + options.onChannel(channel); + } + channel.on('data', (chunk) => { + if (options.onStdout) + options.onStdout(chunk); + output.stdout.push(chunk.toString(options.encoding)); + }); + channel.stderr.on('data', (chunk) => { + if (options.onStderr) + options.onStderr(chunk); + output.stderr.push(chunk.toString(options.encoding)); + }); + if (options.stdin != null) { + if (is_stream_1.default.readable(options.stdin)) { + options.stdin.pipe(channel, { + end: true, + }); + } + else { + channel.write(options.stdin); + channel.end(); + } + } + else { + channel.end(); + } + let code = null; + let signal = null; + channel.on('exit', (code_, signal_) => { + code = code_ !== null && code_ !== void 0 ? code_ : null; + signal = signal_ !== null && signal_ !== void 0 ? signal_ : null; + }); + channel.on('close', () => { + let stdout = output.stdout.join(''); + let stderr = output.stderr.join(''); + if (options.noTrim !== true) { + stdout = stdout.trim(); + stderr = stderr.trim(); + } + resolve({ + code: code != null ? code : null, + signal: signal != null ? signal : null, + stdout, + stderr, + }); + }); + }); + }); + } + async exec(command, parameters, options = {}) { + (0, assert_1.default)(typeof command === 'string', 'command must be a valid string'); + (0, assert_1.default)(Array.isArray(parameters), 'parameters must be a valid array'); + (0, assert_1.default)(options != null && typeof options === 'object', 'options must be a valid object'); + (0, assert_1.default)(options.stream == null || ['both', 'stdout', 'stderr'].includes(options.stream), 'options.stream must be one of both, stdout, stderr'); + for (let i = 0, { length } = parameters; i < length; i += 1) { + (0, assert_1.default)(typeof parameters[i] === 'string', `parameters[${i}] must be a valid string`); + } + const completeCommand = `${command}${parameters.length > 0 ? ` ${(0, shell_escape_1.default)(parameters)}` : ''}`; + const response = await this.execCommand(completeCommand, options); + if (options.stream == null || options.stream === 'stdout') { + if (response.stderr) { + throw new Error(response.stderr); + } + return response.stdout; + } + if (options.stream === 'stderr') { + return response.stderr; + } + return response; + } + async mkdir(path, method = 'sftp', givenSftp = null) { + (0, assert_1.default)(typeof path === 'string', 'path must be a valid string'); + (0, assert_1.default)(typeof method === 'string' && (method === 'sftp' || method === 'exec'), 'method must be either sftp or exec'); + (0, assert_1.default)(givenSftp == null || typeof givenSftp === 'object', 'sftp must be a valid object'); + if (method === 'exec') { + await this.exec('mkdir', ['-p', unixifyPath(path)]); + return; + } + const sftp = givenSftp || (await this.requestSFTP()); + const makeSftpDirectory = async (retry) => makeDirectoryWithSftp(unixifyPath(path), sftp).catch(async (error) => { + if (!retry || error == null || (error.message !== 'No such file' && error.code !== 'ENOENT')) { + throw error; + } + await this.mkdir(path_1.default.dirname(path), 'sftp', sftp); + await makeSftpDirectory(false); + }); + try { + await makeSftpDirectory(true); + } + finally { + if (!givenSftp) { + sftp.end(); + } + } + } + async getFile(localFile, remoteFile, givenSftp = null, transferOptions = null) { + (0, assert_1.default)(typeof localFile === 'string', 'localFile must be a valid string'); + (0, assert_1.default)(typeof remoteFile === 'string', 'remoteFile must be a valid string'); + (0, assert_1.default)(givenSftp == null || typeof givenSftp === 'object', 'sftp must be a valid object'); + (0, assert_1.default)(transferOptions == null || typeof transferOptions === 'object', 'transferOptions must be a valid object'); + const sftp = givenSftp || (await this.requestSFTP()); + try { + await new Promise((resolve, reject) => { + sftp.fastGet(unixifyPath(remoteFile), localFile, transferOptions || {}, (err) => { + if (err) { + reject(err); + } + else { + resolve(); + } + }); + }); + } + finally { + if (!givenSftp) { + sftp.end(); + } + } + } + async putFile(localFile, remoteFile, givenSftp = null, transferOptions = null) { + (0, assert_1.default)(typeof localFile === 'string', 'localFile must be a valid string'); + (0, assert_1.default)(typeof remoteFile === 'string', 'remoteFile must be a valid string'); + (0, assert_1.default)(givenSftp == null || typeof givenSftp === 'object', 'sftp must be a valid object'); + (0, assert_1.default)(transferOptions == null || typeof transferOptions === 'object', 'transferOptions must be a valid object'); + (0, assert_1.default)(await new Promise((resolve) => { + fs_1.default.access(localFile, fs_1.default.constants.R_OK, (err) => { + resolve(err === null); + }); + }), `localFile does not exist at ${localFile}`); + const sftp = givenSftp || (await this.requestSFTP()); + const putFile = (retry) => { + return new Promise((resolve, reject) => { + sftp.fastPut(localFile, unixifyPath(remoteFile), transferOptions || {}, (err) => { + if (err == null) { + resolve(); + return; + } + if (err.message === 'No such file' && retry) { + resolve(this.mkdir(path_1.default.dirname(remoteFile), 'sftp', sftp).then(() => putFile(false))); + } + else { + reject(err); + } + }); + }); + }; + try { + await putFile(true); + } + finally { + if (!givenSftp) { + sftp.end(); + } + } + } + async putFiles(files, { concurrency = DEFAULT_CONCURRENCY, sftp: givenSftp = null, transferOptions = {} } = {}) { + (0, assert_1.default)(Array.isArray(files), 'files must be an array'); + for (let i = 0, { length } = files; i < length; i += 1) { + const file = files[i]; + (0, assert_1.default)(file, 'files items must be valid objects'); + (0, assert_1.default)(file.local && typeof file.local === 'string', `files[${i}].local must be a string`); + (0, assert_1.default)(file.remote && typeof file.remote === 'string', `files[${i}].remote must be a string`); + } + const transferred = []; + const sftp = givenSftp || (await this.requestSFTP()); + const queue = new sb_promise_queue_1.PromiseQueue({ concurrency }); + try { + await new Promise((resolve, reject) => { + files.forEach((file) => { + queue + .add(async () => { + await this.putFile(file.local, file.remote, sftp, transferOptions); + transferred.push(file); + }) + .catch(reject); + }); + queue.waitTillIdle().then(resolve); + }); + } + catch (error) { + if (error != null) { + error.transferred = transferred; + } + throw error; + } + finally { + if (!givenSftp) { + sftp.end(); + } + } + } + async putDirectory(localDirectory, remoteDirectory, { concurrency = DEFAULT_CONCURRENCY, sftp: givenSftp = null, transferOptions = {}, recursive = true, tick = DEFAULT_TICK, validate = DEFAULT_VALIDATE, } = {}) { + (0, assert_1.default)(typeof localDirectory === 'string' && localDirectory, 'localDirectory must be a string'); + (0, assert_1.default)(typeof remoteDirectory === 'string' && remoteDirectory, 'remoteDirectory must be a string'); + const localDirectoryStat = await new Promise((resolve) => { + fs_1.default.stat(localDirectory, (err, stat) => { + resolve(stat || null); + }); + }); + (0, assert_1.default)(localDirectoryStat != null, `localDirectory does not exist at ${localDirectory}`); + (0, assert_1.default)(localDirectoryStat.isDirectory(), `localDirectory is not a directory at ${localDirectory}`); + const sftp = givenSftp || (await this.requestSFTP()); + const scanned = await (0, sb_scandir_1.default)(localDirectory, { + recursive, + validate, + }); + const files = scanned.files.map((item) => path_1.default.relative(localDirectory, item)); + const directories = scanned.directories.map((item) => path_1.default.relative(localDirectory, item)); + // Sort shortest to longest + directories.sort((a, b) => a.length - b.length); + let failed = false; + try { + // Do the directories first. + await new Promise((resolve, reject) => { + const queue = new sb_promise_queue_1.PromiseQueue({ concurrency }); + directories.forEach((directory) => { + queue + .add(async () => { + await this.mkdir(path_1.default.join(remoteDirectory, directory), 'sftp', sftp); + }) + .catch(reject); + }); + resolve(queue.waitTillIdle()); + }); + // and now the files + await new Promise((resolve, reject) => { + const queue = new sb_promise_queue_1.PromiseQueue({ concurrency }); + files.forEach((file) => { + queue + .add(async () => { + const localFile = path_1.default.join(localDirectory, file); + const remoteFile = path_1.default.join(remoteDirectory, file); + try { + await this.putFile(localFile, remoteFile, sftp, transferOptions); + tick(localFile, remoteFile, null); + } + catch (_) { + failed = true; + tick(localFile, remoteFile, _); + } + }) + .catch(reject); + }); + resolve(queue.waitTillIdle()); + }); + } + finally { + if (!givenSftp) { + sftp.end(); + } + } + return !failed; + } + async getDirectory(localDirectory, remoteDirectory, { concurrency = DEFAULT_CONCURRENCY, sftp: givenSftp = null, transferOptions = {}, recursive = true, tick = DEFAULT_TICK, validate = DEFAULT_VALIDATE, } = {}) { + (0, assert_1.default)(typeof localDirectory === 'string' && localDirectory, 'localDirectory must be a string'); + (0, assert_1.default)(typeof remoteDirectory === 'string' && remoteDirectory, 'remoteDirectory must be a string'); + const localDirectoryStat = await new Promise((resolve) => { + fs_1.default.stat(localDirectory, (err, stat) => { + resolve(stat || null); + }); + }); + (0, assert_1.default)(localDirectoryStat != null, `localDirectory does not exist at ${localDirectory}`); + (0, assert_1.default)(localDirectoryStat.isDirectory(), `localDirectory is not a directory at ${localDirectory}`); + const sftp = givenSftp || (await this.requestSFTP()); + const scanned = await (0, sb_scandir_1.default)(remoteDirectory, { + recursive, + validate, + concurrency, + fileSystem: { + basename(path) { + return path_1.default.posix.basename(path); + }, + join(pathA, pathB) { + return path_1.default.posix.join(pathA, pathB); + }, + readdir(path) { + return new Promise((resolve, reject) => { + sftp.readdir(path, (err, res) => { + if (err) { + reject(err); + } + else { + resolve(res.map((item) => item.filename)); + } + }); + }); + }, + stat(path) { + return new Promise((resolve, reject) => { + sftp.stat(path, (err, res) => { + if (err) { + reject(err); + } + else { + // eslint-disable-next-line @typescript-eslint/no-explicit-any + resolve(res); + } + }); + }); + }, + }, + }); + const files = scanned.files.map((item) => path_1.default.relative(remoteDirectory, item)); + const directories = scanned.directories.map((item) => path_1.default.relative(remoteDirectory, item)); + // Sort shortest to longest + directories.sort((a, b) => a.length - b.length); + let failed = false; + try { + // Do the directories first. + await new Promise((resolve, reject) => { + const queue = new sb_promise_queue_1.PromiseQueue({ concurrency }); + directories.forEach((directory) => { + queue + .add(async () => { + await (0, make_dir_1.default)(path_1.default.join(localDirectory, directory)); + }) + .catch(reject); + }); + resolve(queue.waitTillIdle()); + }); + // and now the files + await new Promise((resolve, reject) => { + const queue = new sb_promise_queue_1.PromiseQueue({ concurrency }); + files.forEach((file) => { + queue + .add(async () => { + const localFile = path_1.default.join(localDirectory, file); + const remoteFile = path_1.default.join(remoteDirectory, file); + try { + await this.getFile(localFile, remoteFile, sftp, transferOptions); + tick(localFile, remoteFile, null); + } + catch (_) { + failed = true; + tick(localFile, remoteFile, _); + } + }) + .catch(reject); + }); + resolve(queue.waitTillIdle()); + }); + } + finally { + if (!givenSftp) { + sftp.end(); + } + } + return !failed; + } + forwardIn(remoteAddr, remotePort, onConnection) { + const connection = this.getConnection(); + return new Promise((resolve, reject) => { + connection.forwardIn(remoteAddr, remotePort, (error, port) => { + if (error) { + reject(error); + return; + } + const handler = (details, acceptConnection, rejectConnection) => { + if (details.destIP === remoteAddr && details.destPort === port) { + onConnection === null || onConnection === void 0 ? void 0 : onConnection(details, acceptConnection, rejectConnection); + } + }; + if (onConnection) { + connection.on('tcp connection', handler); + } + const dispose = () => { + return new Promise((_resolve, _reject) => { + connection.off('tcp connection', handler); + connection.unforwardIn(remoteAddr, port, (_error) => { + if (_error) { + _reject(error); + } + _resolve(); + }); + }); + }; + resolve({ port, dispose }); + }); + }); + } + forwardOut(srcIP, srcPort, dstIP, dstPort) { + const connection = this.getConnection(); + return new Promise((resolve, reject) => { + connection.forwardOut(srcIP, srcPort, dstIP, dstPort, (error, channel) => { + if (error) { + reject(error); + return; + } + resolve(channel); + }); + }); + } + forwardInStreamLocal(socketPath, onConnection) { + const connection = this.getConnection(); + return new Promise((resolve, reject) => { + connection.openssh_forwardInStreamLocal(socketPath, (error) => { + if (error) { + reject(error); + return; + } + const handler = (details, acceptConnection, rejectConnection) => { + if (details.socketPath === socketPath) { + onConnection === null || onConnection === void 0 ? void 0 : onConnection(details, acceptConnection, rejectConnection); + } + }; + if (onConnection) { + connection.on('unix connection', handler); + } + const dispose = () => { + return new Promise((_resolve, _reject) => { + connection.off('unix connection', handler); + connection.openssh_unforwardInStreamLocal(socketPath, (_error) => { + if (_error) { + _reject(_error); + } + _resolve(); + }); + }); + }; + resolve({ dispose }); + }); + }); + } + forwardOutStreamLocal(socketPath) { + const connection = this.getConnection(); + return new Promise((resolve, reject) => { + connection.openssh_forwardOutStreamLocal(socketPath, (error, channel) => { + if (error) { + reject(error); + return; + } + resolve(channel); + }); + }); + } + dispose() { + if (this.connection) { + this.connection.end(); + this.connection = null; + } + } +} +exports.NodeSSH = NodeSSH; diff --git a/node_modules/node-ssh/lib/esm/index.mjs b/node_modules/node-ssh/lib/esm/index.mjs new file mode 100644 index 0000000..88f93ad --- /dev/null +++ b/node_modules/node-ssh/lib/esm/index.mjs @@ -0,0 +1,704 @@ +import invariant, { AssertionError } from 'assert'; +import fs from 'fs'; +import isStream from 'is-stream'; +import makeDir from 'make-dir'; +import fsPath from 'path'; +import { PromiseQueue } from 'sb-promise-queue'; +import scanDirectory from 'sb-scandir'; +import shellEscape from 'shell-escape'; +import SSH2 from 'ssh2'; +const DEFAULT_CONCURRENCY = 1; +const DEFAULT_VALIDATE = (path) => !fsPath.basename(path).startsWith('.'); +const DEFAULT_TICK = () => { + /* No Op */ +}; +export class SSHError extends Error { + constructor(message, code = null) { + super(message); + this.code = code; + } +} +function unixifyPath(path) { + if (path.includes('\\')) { + return path.split('\\').join('/'); + } + return path; +} +async function readFile(filePath) { + return new Promise((resolve, reject) => { + fs.readFile(filePath, 'utf8', (err, res) => { + if (err) { + reject(err); + } + else { + resolve(res); + } + }); + }); +} +const SFTP_MKDIR_ERR_CODE_REGEXP = /Error: (E[\S]+): /; +async function makeDirectoryWithSftp(path, sftp) { + let stats = null; + try { + stats = await new Promise((resolve, reject) => { + sftp.stat(path, (err, res) => { + if (err) { + reject(err); + } + else { + resolve(res); + } + }); + }); + } + catch (_) { + /* No Op */ + } + if (stats) { + if (stats.isDirectory()) { + // Already exists, nothing to worry about + return; + } + throw new Error('mkdir() failed, target already exists and is not a directory'); + } + try { + await new Promise((resolve, reject) => { + sftp.mkdir(path, (err) => { + if (err) { + reject(err); + } + else { + resolve(); + } + }); + }); + } + catch (err) { + if (err != null && typeof err.stack === 'string') { + const matches = SFTP_MKDIR_ERR_CODE_REGEXP.exec(err.stack); + if (matches != null) { + throw new SSHError(err.message, matches[1]); + } + throw err; + } + } +} +export class NodeSSH { + constructor() { + this.connection = null; + } + getConnection() { + const { connection } = this; + if (connection == null) { + throw new Error('Not connected to server'); + } + return connection; + } + async connect(givenConfig) { + invariant(givenConfig != null && typeof givenConfig === 'object', 'config must be a valid object'); + const config = { ...givenConfig }; + invariant(config.username != null && typeof config.username === 'string', 'config.username must be a valid string'); + if (config.host != null) { + invariant(typeof config.host === 'string', 'config.host must be a valid string'); + } + else if (config.sock != null) { + invariant(typeof config.sock === 'object', 'config.sock must be a valid object'); + } + else { + throw new AssertionError({ message: 'Either config.host or config.sock must be provided' }); + } + if (config.privateKey != null || config.privateKeyPath != null) { + if (config.privateKey != null) { + invariant(typeof config.privateKey === 'string', 'config.privateKey must be a valid string'); + invariant(config.privateKeyPath == null, 'config.privateKeyPath must not be specified when config.privateKey is specified'); + } + else if (config.privateKeyPath != null) { + invariant(typeof config.privateKeyPath === 'string', 'config.privateKeyPath must be a valid string'); + invariant(config.privateKey == null, 'config.privateKey must not be specified when config.privateKeyPath is specified'); + } + invariant(config.passphrase == null || typeof config.passphrase === 'string', 'config.passphrase must be null or a valid string'); + if (config.privateKeyPath != null) { + // Must be an fs path + try { + config.privateKey = await readFile(config.privateKeyPath); + } + catch (err) { + if (err != null && err.code === 'ENOENT') { + throw new AssertionError({ message: 'config.privateKeyPath does not exist at given fs path' }); + } + throw err; + } + } + } + else if (config.password != null) { + invariant(typeof config.password === 'string', 'config.password must be a valid string'); + } + if (config.tryKeyboard != null) { + invariant(typeof config.tryKeyboard === 'boolean', 'config.tryKeyboard must be a valid boolean'); + } + if (config.tryKeyboard) { + const { password } = config; + if (config.onKeyboardInteractive != null) { + invariant(typeof config.onKeyboardInteractive === 'function', 'config.onKeyboardInteractive must be a valid function'); + } + else if (password != null) { + config.onKeyboardInteractive = (name, instructions, instructionsLang, prompts, finish) => { + if (prompts.length > 0 && prompts[0].prompt.toLowerCase().includes('password')) { + finish([password]); + } + }; + } + } + const connection = new SSH2.Client(); + this.connection = connection; + await new Promise((resolve, reject) => { + connection.on('error', reject); + if (config.onKeyboardInteractive) { + connection.on('keyboard-interactive', config.onKeyboardInteractive); + } + connection.on('ready', () => { + connection.removeListener('error', reject); + resolve(); + }); + connection.on('end', () => { + if (this.connection === connection) { + this.connection = null; + } + }); + connection.on('close', () => { + if (this.connection === connection) { + this.connection = null; + } + reject(new SSHError('No response from server', 'ETIMEDOUT')); + }); + connection.connect(config); + }); + return this; + } + isConnected() { + return this.connection != null; + } + async requestShell(options) { + const connection = this.getConnection(); + return new Promise((resolve, reject) => { + connection.on('error', reject); + const callback = (err, res) => { + connection.removeListener('error', reject); + if (err) { + reject(err); + } + else { + resolve(res); + } + }; + if (options == null) { + connection.shell(callback); + } + else { + connection.shell(options, callback); + } + }); + } + async withShell(callback, options) { + invariant(typeof callback === 'function', 'callback must be a valid function'); + const shell = await this.requestShell(options); + try { + await callback(shell); + } + finally { + shell.destroy(); + } + } + async requestSFTP() { + const connection = this.getConnection(); + return new Promise((resolve, reject) => { + connection.on('error', reject); + connection.sftp((err, res) => { + connection.removeListener('error', reject); + if (err) { + reject(err); + } + else { + resolve(res); + } + }); + }); + } + async withSFTP(callback) { + invariant(typeof callback === 'function', 'callback must be a valid function'); + const sftp = await this.requestSFTP(); + try { + await callback(sftp); + } + finally { + sftp.end(); + } + } + async execCommand(givenCommand, options = {}) { + invariant(typeof givenCommand === 'string', 'command must be a valid string'); + invariant(options != null && typeof options === 'object', 'options must be a valid object'); + invariant(options.cwd == null || typeof options.cwd === 'string', 'options.cwd must be a valid string'); + invariant(options.stdin == null || typeof options.stdin === 'string' || isStream.readable(options.stdin), 'options.stdin must be a valid string or readable stream'); + invariant(options.execOptions == null || typeof options.execOptions === 'object', 'options.execOptions must be a valid object'); + invariant(options.encoding == null || typeof options.encoding === 'string', 'options.encoding must be a valid string'); + invariant(options.onChannel == null || typeof options.onChannel === 'function', 'options.onChannel must be a valid function'); + invariant(options.onStdout == null || typeof options.onStdout === 'function', 'options.onStdout must be a valid function'); + invariant(options.onStderr == null || typeof options.onStderr === 'function', 'options.onStderr must be a valid function'); + invariant(options.noTrim == null || typeof options.noTrim === 'boolean', 'options.noTrim must be a boolean'); + let command = givenCommand; + if (options.cwd) { + command = `cd ${shellEscape([options.cwd])} ; ${command}`; + } + const connection = this.getConnection(); + const output = { stdout: [], stderr: [] }; + return new Promise((resolve, reject) => { + connection.on('error', reject); + connection.exec(command, options.execOptions != null ? options.execOptions : {}, (err, channel) => { + connection.removeListener('error', reject); + if (err) { + reject(err); + return; + } + if (options.onChannel) { + options.onChannel(channel); + } + channel.on('data', (chunk) => { + if (options.onStdout) + options.onStdout(chunk); + output.stdout.push(chunk.toString(options.encoding)); + }); + channel.stderr.on('data', (chunk) => { + if (options.onStderr) + options.onStderr(chunk); + output.stderr.push(chunk.toString(options.encoding)); + }); + if (options.stdin != null) { + if (isStream.readable(options.stdin)) { + options.stdin.pipe(channel, { + end: true, + }); + } + else { + channel.write(options.stdin); + channel.end(); + } + } + else { + channel.end(); + } + let code = null; + let signal = null; + channel.on('exit', (code_, signal_) => { + code = code_ !== null && code_ !== void 0 ? code_ : null; + signal = signal_ !== null && signal_ !== void 0 ? signal_ : null; + }); + channel.on('close', () => { + let stdout = output.stdout.join(''); + let stderr = output.stderr.join(''); + if (options.noTrim !== true) { + stdout = stdout.trim(); + stderr = stderr.trim(); + } + resolve({ + code: code != null ? code : null, + signal: signal != null ? signal : null, + stdout, + stderr, + }); + }); + }); + }); + } + async exec(command, parameters, options = {}) { + invariant(typeof command === 'string', 'command must be a valid string'); + invariant(Array.isArray(parameters), 'parameters must be a valid array'); + invariant(options != null && typeof options === 'object', 'options must be a valid object'); + invariant(options.stream == null || ['both', 'stdout', 'stderr'].includes(options.stream), 'options.stream must be one of both, stdout, stderr'); + for (let i = 0, { length } = parameters; i < length; i += 1) { + invariant(typeof parameters[i] === 'string', `parameters[${i}] must be a valid string`); + } + const completeCommand = `${command}${parameters.length > 0 ? ` ${shellEscape(parameters)}` : ''}`; + const response = await this.execCommand(completeCommand, options); + if (options.stream == null || options.stream === 'stdout') { + if (response.stderr) { + throw new Error(response.stderr); + } + return response.stdout; + } + if (options.stream === 'stderr') { + return response.stderr; + } + return response; + } + async mkdir(path, method = 'sftp', givenSftp = null) { + invariant(typeof path === 'string', 'path must be a valid string'); + invariant(typeof method === 'string' && (method === 'sftp' || method === 'exec'), 'method must be either sftp or exec'); + invariant(givenSftp == null || typeof givenSftp === 'object', 'sftp must be a valid object'); + if (method === 'exec') { + await this.exec('mkdir', ['-p', unixifyPath(path)]); + return; + } + const sftp = givenSftp || (await this.requestSFTP()); + const makeSftpDirectory = async (retry) => makeDirectoryWithSftp(unixifyPath(path), sftp).catch(async (error) => { + if (!retry || error == null || (error.message !== 'No such file' && error.code !== 'ENOENT')) { + throw error; + } + await this.mkdir(fsPath.dirname(path), 'sftp', sftp); + await makeSftpDirectory(false); + }); + try { + await makeSftpDirectory(true); + } + finally { + if (!givenSftp) { + sftp.end(); + } + } + } + async getFile(localFile, remoteFile, givenSftp = null, transferOptions = null) { + invariant(typeof localFile === 'string', 'localFile must be a valid string'); + invariant(typeof remoteFile === 'string', 'remoteFile must be a valid string'); + invariant(givenSftp == null || typeof givenSftp === 'object', 'sftp must be a valid object'); + invariant(transferOptions == null || typeof transferOptions === 'object', 'transferOptions must be a valid object'); + const sftp = givenSftp || (await this.requestSFTP()); + try { + await new Promise((resolve, reject) => { + sftp.fastGet(unixifyPath(remoteFile), localFile, transferOptions || {}, (err) => { + if (err) { + reject(err); + } + else { + resolve(); + } + }); + }); + } + finally { + if (!givenSftp) { + sftp.end(); + } + } + } + async putFile(localFile, remoteFile, givenSftp = null, transferOptions = null) { + invariant(typeof localFile === 'string', 'localFile must be a valid string'); + invariant(typeof remoteFile === 'string', 'remoteFile must be a valid string'); + invariant(givenSftp == null || typeof givenSftp === 'object', 'sftp must be a valid object'); + invariant(transferOptions == null || typeof transferOptions === 'object', 'transferOptions must be a valid object'); + invariant(await new Promise((resolve) => { + fs.access(localFile, fs.constants.R_OK, (err) => { + resolve(err === null); + }); + }), `localFile does not exist at ${localFile}`); + const sftp = givenSftp || (await this.requestSFTP()); + const putFile = (retry) => { + return new Promise((resolve, reject) => { + sftp.fastPut(localFile, unixifyPath(remoteFile), transferOptions || {}, (err) => { + if (err == null) { + resolve(); + return; + } + if (err.message === 'No such file' && retry) { + resolve(this.mkdir(fsPath.dirname(remoteFile), 'sftp', sftp).then(() => putFile(false))); + } + else { + reject(err); + } + }); + }); + }; + try { + await putFile(true); + } + finally { + if (!givenSftp) { + sftp.end(); + } + } + } + async putFiles(files, { concurrency = DEFAULT_CONCURRENCY, sftp: givenSftp = null, transferOptions = {} } = {}) { + invariant(Array.isArray(files), 'files must be an array'); + for (let i = 0, { length } = files; i < length; i += 1) { + const file = files[i]; + invariant(file, 'files items must be valid objects'); + invariant(file.local && typeof file.local === 'string', `files[${i}].local must be a string`); + invariant(file.remote && typeof file.remote === 'string', `files[${i}].remote must be a string`); + } + const transferred = []; + const sftp = givenSftp || (await this.requestSFTP()); + const queue = new PromiseQueue({ concurrency }); + try { + await new Promise((resolve, reject) => { + files.forEach((file) => { + queue + .add(async () => { + await this.putFile(file.local, file.remote, sftp, transferOptions); + transferred.push(file); + }) + .catch(reject); + }); + queue.waitTillIdle().then(resolve); + }); + } + catch (error) { + if (error != null) { + error.transferred = transferred; + } + throw error; + } + finally { + if (!givenSftp) { + sftp.end(); + } + } + } + async putDirectory(localDirectory, remoteDirectory, { concurrency = DEFAULT_CONCURRENCY, sftp: givenSftp = null, transferOptions = {}, recursive = true, tick = DEFAULT_TICK, validate = DEFAULT_VALIDATE, } = {}) { + invariant(typeof localDirectory === 'string' && localDirectory, 'localDirectory must be a string'); + invariant(typeof remoteDirectory === 'string' && remoteDirectory, 'remoteDirectory must be a string'); + const localDirectoryStat = await new Promise((resolve) => { + fs.stat(localDirectory, (err, stat) => { + resolve(stat || null); + }); + }); + invariant(localDirectoryStat != null, `localDirectory does not exist at ${localDirectory}`); + invariant(localDirectoryStat.isDirectory(), `localDirectory is not a directory at ${localDirectory}`); + const sftp = givenSftp || (await this.requestSFTP()); + const scanned = await scanDirectory(localDirectory, { + recursive, + validate, + }); + const files = scanned.files.map((item) => fsPath.relative(localDirectory, item)); + const directories = scanned.directories.map((item) => fsPath.relative(localDirectory, item)); + // Sort shortest to longest + directories.sort((a, b) => a.length - b.length); + let failed = false; + try { + // Do the directories first. + await new Promise((resolve, reject) => { + const queue = new PromiseQueue({ concurrency }); + directories.forEach((directory) => { + queue + .add(async () => { + await this.mkdir(fsPath.join(remoteDirectory, directory), 'sftp', sftp); + }) + .catch(reject); + }); + resolve(queue.waitTillIdle()); + }); + // and now the files + await new Promise((resolve, reject) => { + const queue = new PromiseQueue({ concurrency }); + files.forEach((file) => { + queue + .add(async () => { + const localFile = fsPath.join(localDirectory, file); + const remoteFile = fsPath.join(remoteDirectory, file); + try { + await this.putFile(localFile, remoteFile, sftp, transferOptions); + tick(localFile, remoteFile, null); + } + catch (_) { + failed = true; + tick(localFile, remoteFile, _); + } + }) + .catch(reject); + }); + resolve(queue.waitTillIdle()); + }); + } + finally { + if (!givenSftp) { + sftp.end(); + } + } + return !failed; + } + async getDirectory(localDirectory, remoteDirectory, { concurrency = DEFAULT_CONCURRENCY, sftp: givenSftp = null, transferOptions = {}, recursive = true, tick = DEFAULT_TICK, validate = DEFAULT_VALIDATE, } = {}) { + invariant(typeof localDirectory === 'string' && localDirectory, 'localDirectory must be a string'); + invariant(typeof remoteDirectory === 'string' && remoteDirectory, 'remoteDirectory must be a string'); + const localDirectoryStat = await new Promise((resolve) => { + fs.stat(localDirectory, (err, stat) => { + resolve(stat || null); + }); + }); + invariant(localDirectoryStat != null, `localDirectory does not exist at ${localDirectory}`); + invariant(localDirectoryStat.isDirectory(), `localDirectory is not a directory at ${localDirectory}`); + const sftp = givenSftp || (await this.requestSFTP()); + const scanned = await scanDirectory(remoteDirectory, { + recursive, + validate, + concurrency, + fileSystem: { + basename(path) { + return fsPath.posix.basename(path); + }, + join(pathA, pathB) { + return fsPath.posix.join(pathA, pathB); + }, + readdir(path) { + return new Promise((resolve, reject) => { + sftp.readdir(path, (err, res) => { + if (err) { + reject(err); + } + else { + resolve(res.map((item) => item.filename)); + } + }); + }); + }, + stat(path) { + return new Promise((resolve, reject) => { + sftp.stat(path, (err, res) => { + if (err) { + reject(err); + } + else { + // eslint-disable-next-line @typescript-eslint/no-explicit-any + resolve(res); + } + }); + }); + }, + }, + }); + const files = scanned.files.map((item) => fsPath.relative(remoteDirectory, item)); + const directories = scanned.directories.map((item) => fsPath.relative(remoteDirectory, item)); + // Sort shortest to longest + directories.sort((a, b) => a.length - b.length); + let failed = false; + try { + // Do the directories first. + await new Promise((resolve, reject) => { + const queue = new PromiseQueue({ concurrency }); + directories.forEach((directory) => { + queue + .add(async () => { + await makeDir(fsPath.join(localDirectory, directory)); + }) + .catch(reject); + }); + resolve(queue.waitTillIdle()); + }); + // and now the files + await new Promise((resolve, reject) => { + const queue = new PromiseQueue({ concurrency }); + files.forEach((file) => { + queue + .add(async () => { + const localFile = fsPath.join(localDirectory, file); + const remoteFile = fsPath.join(remoteDirectory, file); + try { + await this.getFile(localFile, remoteFile, sftp, transferOptions); + tick(localFile, remoteFile, null); + } + catch (_) { + failed = true; + tick(localFile, remoteFile, _); + } + }) + .catch(reject); + }); + resolve(queue.waitTillIdle()); + }); + } + finally { + if (!givenSftp) { + sftp.end(); + } + } + return !failed; + } + forwardIn(remoteAddr, remotePort, onConnection) { + const connection = this.getConnection(); + return new Promise((resolve, reject) => { + connection.forwardIn(remoteAddr, remotePort, (error, port) => { + if (error) { + reject(error); + return; + } + const handler = (details, acceptConnection, rejectConnection) => { + if (details.destIP === remoteAddr && details.destPort === port) { + onConnection === null || onConnection === void 0 ? void 0 : onConnection(details, acceptConnection, rejectConnection); + } + }; + if (onConnection) { + connection.on('tcp connection', handler); + } + const dispose = () => { + return new Promise((_resolve, _reject) => { + connection.off('tcp connection', handler); + connection.unforwardIn(remoteAddr, port, (_error) => { + if (_error) { + _reject(error); + } + _resolve(); + }); + }); + }; + resolve({ port, dispose }); + }); + }); + } + forwardOut(srcIP, srcPort, dstIP, dstPort) { + const connection = this.getConnection(); + return new Promise((resolve, reject) => { + connection.forwardOut(srcIP, srcPort, dstIP, dstPort, (error, channel) => { + if (error) { + reject(error); + return; + } + resolve(channel); + }); + }); + } + forwardInStreamLocal(socketPath, onConnection) { + const connection = this.getConnection(); + return new Promise((resolve, reject) => { + connection.openssh_forwardInStreamLocal(socketPath, (error) => { + if (error) { + reject(error); + return; + } + const handler = (details, acceptConnection, rejectConnection) => { + if (details.socketPath === socketPath) { + onConnection === null || onConnection === void 0 ? void 0 : onConnection(details, acceptConnection, rejectConnection); + } + }; + if (onConnection) { + connection.on('unix connection', handler); + } + const dispose = () => { + return new Promise((_resolve, _reject) => { + connection.off('unix connection', handler); + connection.openssh_unforwardInStreamLocal(socketPath, (_error) => { + if (_error) { + _reject(_error); + } + _resolve(); + }); + }); + }; + resolve({ dispose }); + }); + }); + } + forwardOutStreamLocal(socketPath) { + const connection = this.getConnection(); + return new Promise((resolve, reject) => { + connection.openssh_forwardOutStreamLocal(socketPath, (error, channel) => { + if (error) { + reject(error); + return; + } + resolve(channel); + }); + }); + } + dispose() { + if (this.connection) { + this.connection.end(); + this.connection = null; + } + } +} diff --git a/node_modules/node-ssh/lib/typings/index.d.ts b/node_modules/node-ssh/lib/typings/index.d.ts new file mode 100644 index 0000000..3883e7c --- /dev/null +++ b/node_modules/node-ssh/lib/typings/index.d.ts @@ -0,0 +1,85 @@ +/// +/// +import SSH2, { AcceptConnection, Channel, ClientChannel, ConnectConfig, ExecOptions, Prompt, PseudoTtyOptions, RejectConnection, SFTPWrapper, ShellOptions, TcpConnectionDetails, TransferOptions, UNIXConnectionDetails } from 'ssh2'; +import stream from 'stream'; +export type Config = ConnectConfig & { + password?: string; + privateKey?: string; + privateKeyPath?: string; + tryKeyboard?: boolean; + onKeyboardInteractive?: (name: string, instructions: string, lang: string, prompts: Prompt[], finish: (responses: string[]) => void) => void; +}; +export interface SSHExecCommandOptions { + cwd?: string; + stdin?: string | stream.Readable; + execOptions?: ExecOptions; + encoding?: BufferEncoding; + noTrim?: boolean; + onChannel?: (clientChannel: ClientChannel) => void; + onStdout?: (chunk: Buffer) => void; + onStderr?: (chunk: Buffer) => void; +} +export interface SSHExecCommandResponse { + stdout: string; + stderr: string; + code: number | null; + signal: string | null; +} +export interface SSHExecOptions extends SSHExecCommandOptions { + stream?: 'stdout' | 'stderr' | 'both'; +} +export interface SSHPutFilesOptions { + sftp?: SFTPWrapper | null; + concurrency?: number; + transferOptions?: TransferOptions; +} +export interface SSHGetPutDirectoryOptions extends SSHPutFilesOptions { + tick?: (localFile: string, remoteFile: string, error: Error | null) => void; + validate?: (path: string) => boolean; + recursive?: boolean; +} +export type SSHMkdirMethod = 'sftp' | 'exec'; +export type SSHForwardInListener = (details: TcpConnectionDetails, accept: AcceptConnection, reject: RejectConnection) => void; +export interface SSHForwardInDetails { + dispose(): Promise; + port: number; +} +export type SSHForwardInStreamLocalListener = (info: UNIXConnectionDetails, accept: AcceptConnection, reject: RejectConnection) => void; +export interface SSHForwardInStreamLocalDetails { + dispose(): Promise; +} +export declare class SSHError extends Error { + code: string | null; + constructor(message: string, code?: string | null); +} +export declare class NodeSSH { + connection: SSH2.Client | null; + private getConnection; + connect(givenConfig: Config): Promise; + isConnected(): boolean; + requestShell(options?: PseudoTtyOptions | ShellOptions | false): Promise; + withShell(callback: (channel: ClientChannel) => Promise, options?: PseudoTtyOptions | ShellOptions | false): Promise; + requestSFTP(): Promise; + withSFTP(callback: (sftp: SFTPWrapper) => Promise): Promise; + execCommand(givenCommand: string, options?: SSHExecCommandOptions): Promise; + exec(command: string, parameters: string[], options?: SSHExecOptions & { + stream?: 'stdout' | 'stderr'; + }): Promise; + exec(command: string, parameters: string[], options?: SSHExecOptions & { + stream: 'both'; + }): Promise; + mkdir(path: string, method?: SSHMkdirMethod, givenSftp?: SFTPWrapper | null): Promise; + getFile(localFile: string, remoteFile: string, givenSftp?: SFTPWrapper | null, transferOptions?: TransferOptions | null): Promise; + putFile(localFile: string, remoteFile: string, givenSftp?: SFTPWrapper | null, transferOptions?: TransferOptions | null): Promise; + putFiles(files: { + local: string; + remote: string; + }[], { concurrency, sftp: givenSftp, transferOptions }?: SSHPutFilesOptions): Promise; + putDirectory(localDirectory: string, remoteDirectory: string, { concurrency, sftp: givenSftp, transferOptions, recursive, tick, validate, }?: SSHGetPutDirectoryOptions): Promise; + getDirectory(localDirectory: string, remoteDirectory: string, { concurrency, sftp: givenSftp, transferOptions, recursive, tick, validate, }?: SSHGetPutDirectoryOptions): Promise; + forwardIn(remoteAddr: string, remotePort: number, onConnection?: SSHForwardInListener): Promise; + forwardOut(srcIP: string, srcPort: number, dstIP: string, dstPort: number): Promise; + forwardInStreamLocal(socketPath: string, onConnection?: SSHForwardInStreamLocalListener): Promise; + forwardOutStreamLocal(socketPath: string): Promise; + dispose(): void; +} diff --git a/node_modules/node-ssh/package.json b/node_modules/node-ssh/package.json new file mode 100644 index 0000000..3350cc1 --- /dev/null +++ b/node_modules/node-ssh/package.json @@ -0,0 +1,80 @@ +{ + "name": "node-ssh", + "version": "13.2.1", + "description": "SSH2 with Promises", + "main": "lib/cjs/index.js", + "typings": "lib/typings/index.d.ts", + "module": "lib/esm/index.mjs", + "exports": { + ".": { + "types": "./lib/typings/index.d.ts", + "import": "./lib/esm/index.mjs", + "require": "./lib/cjs/index.js" + }, + "./package.json": "./package.json" + }, + "type": "commonjs", + "scripts": { + "test": "ava", + "lint": "(tsc -p . --noEmit) && (eslint . --ext .ts) && (prettier --list-different src/*.ts)", + "prepare": "yarn build:clean ; yarn build:cjs ; yarn build:esm ; yarn build:typings", + "build:clean": "rm -rf lib", + "build:esm": "tsc --module es2015 --target es2018 --outDir lib/esm && mv lib/esm/index.js lib/esm/index.mjs", + "build:cjs": "tsc --module commonjs --target es2018 --outDir lib/cjs", + "build:typings": "tsc --declaration --outDir lib/typings --emitDeclarationOnly" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/steelbrain/node-ssh.git" + }, + "keywords": [ + "ssh", + "ssh2", + "sftp" + ], + "author": "steelbrain", + "license": "MIT", + "bugs": { + "url": "https://github.com/steelbrain/node-ssh/issues" + }, + "files": [ + "lib/*" + ], + "homepage": "https://node-ssh.com", + "devDependencies": { + "@trivago/prettier-plugin-sort-imports": "^4.2.0", + "@types/node": "18", + "@types/shell-escape": "^0.2.1", + "@types/ssh2": "^1.11.13", + "ava": "^5.3.1", + "eslint-config-steelbrain": "^11.0.0", + "node-pty": "^1.0.0", + "ssh2": "^1.14.0", + "ssh2-streams": "^0.4.10", + "ts-node": "^10.9.1", + "typescript": "^5.1.6" + }, + "dependencies": { + "is-stream": "^2.0.0", + "make-dir": "^3.1.0", + "sb-promise-queue": "^2.1.0", + "sb-scandir": "^3.1.0", + "shell-escape": "^0.2.0", + "ssh2": "^1.14.0" + }, + "ava": { + "files": [ + "test/*-test.ts" + ], + "extensions": [ + "ts" + ], + "require": [ + "ts-node/register/transpile-only" + ] + }, + "engines": { + "node": ">= 10" + }, + "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" +} diff --git a/node_modules/safer-buffer/LICENSE b/node_modules/safer-buffer/LICENSE new file mode 100644 index 0000000..4fe9e6f --- /dev/null +++ b/node_modules/safer-buffer/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Nikita Skovoroda + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/safer-buffer/Porting-Buffer.md b/node_modules/safer-buffer/Porting-Buffer.md new file mode 100644 index 0000000..68d86ba --- /dev/null +++ b/node_modules/safer-buffer/Porting-Buffer.md @@ -0,0 +1,268 @@ +# Porting to the Buffer.from/Buffer.alloc API + + +## Overview + +- [Variant 1: Drop support for Node.js ≤ 4.4.x and 5.0.0 — 5.9.x.](#variant-1) (*recommended*) +- [Variant 2: Use a polyfill](#variant-2) +- [Variant 3: manual detection, with safeguards](#variant-3) + +### Finding problematic bits of code using grep + +Just run `grep -nrE '[^a-zA-Z](Slow)?Buffer\s*\(' --exclude-dir node_modules`. + +It will find all the potentially unsafe places in your own code (with some considerably unlikely +exceptions). + +### Finding problematic bits of code using Node.js 8 + +If you’re using Node.js ≥ 8.0.0 (which is recommended), Node.js exposes multiple options that help with finding the relevant pieces of code: + +- `--trace-warnings` will make Node.js show a stack trace for this warning and other warnings that are printed by Node.js. +- `--trace-deprecation` does the same thing, but only for deprecation warnings. +- `--pending-deprecation` will show more types of deprecation warnings. In particular, it will show the `Buffer()` deprecation warning, even on Node.js 8. + +You can set these flags using an environment variable: + +```console +$ export NODE_OPTIONS='--trace-warnings --pending-deprecation' +$ cat example.js +'use strict'; +const foo = new Buffer('foo'); +$ node example.js +(node:7147) [DEP0005] DeprecationWarning: The Buffer() and new Buffer() constructors are not recommended for use due to security and usability concerns. Please use the new Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() construction methods instead. + at showFlaggedDeprecation (buffer.js:127:13) + at new Buffer (buffer.js:148:3) + at Object. (/path/to/example.js:2:13) + [... more stack trace lines ...] +``` + +### Finding problematic bits of code using linters + +Eslint rules [no-buffer-constructor](https://eslint.org/docs/rules/no-buffer-constructor) +or +[node/no-deprecated-api](https://github.com/mysticatea/eslint-plugin-node/blob/master/docs/rules/no-deprecated-api.md) +also find calls to deprecated `Buffer()` API. Those rules are included in some pre-sets. + +There is a drawback, though, that it doesn't always +[work correctly](https://github.com/chalker/safer-buffer#why-not-safe-buffer) when `Buffer` is +overriden e.g. with a polyfill, so recommended is a combination of this and some other method +described above. + + +## Variant 1: Drop support for Node.js ≤ 4.4.x and 5.0.0 — 5.9.x. + +This is the recommended solution nowadays that would imply only minimal overhead. + +The Node.js 5.x release line has been unsupported since July 2016, and the Node.js 4.x release line reaches its End of Life in April 2018 (→ [Schedule](https://github.com/nodejs/Release#release-schedule)). This means that these versions of Node.js will *not* receive any updates, even in case of security issues, so using these release lines should be avoided, if at all possible. + +What you would do in this case is to convert all `new Buffer()` or `Buffer()` calls to use `Buffer.alloc()` or `Buffer.from()`, in the following way: + +- For `new Buffer(number)`, replace it with `Buffer.alloc(number)`. +- For `new Buffer(string)` (or `new Buffer(string, encoding)`), replace it with `Buffer.from(string)` (or `Buffer.from(string, encoding)`). +- For all other combinations of arguments (these are much rarer), also replace `new Buffer(...arguments)` with `Buffer.from(...arguments)`. + +Note that `Buffer.alloc()` is also _faster_ on the current Node.js versions than +`new Buffer(size).fill(0)`, which is what you would otherwise need to ensure zero-filling. + +Enabling eslint rule [no-buffer-constructor](https://eslint.org/docs/rules/no-buffer-constructor) +or +[node/no-deprecated-api](https://github.com/mysticatea/eslint-plugin-node/blob/master/docs/rules/no-deprecated-api.md) +is recommended to avoid accidential unsafe Buffer API usage. + +There is also a [JSCodeshift codemod](https://github.com/joyeecheung/node-dep-codemod#dep005) +for automatically migrating Buffer constructors to `Buffer.alloc()` or `Buffer.from()`. +Note that it currently only works with cases where the arguments are literals or where the +constructor is invoked with two arguments. + +_If you currently support those older Node.js versions and dropping them would be a semver-major change +for you, or if you support older branches of your packages, consider using [Variant 2](#variant-2) +or [Variant 3](#variant-3) on older branches, so people using those older branches will also receive +the fix. That way, you will eradicate potential issues caused by unguarded Buffer API usage and +your users will not observe a runtime deprecation warning when running your code on Node.js 10._ + + +## Variant 2: Use a polyfill + +Utilize [safer-buffer](https://www.npmjs.com/package/safer-buffer) as a polyfill to support older +Node.js versions. + +You would take exacly the same steps as in [Variant 1](#variant-1), but with a polyfill +`const Buffer = require('safer-buffer').Buffer` in all files where you use the new `Buffer` api. + +Make sure that you do not use old `new Buffer` API — in any files where the line above is added, +using old `new Buffer()` API will _throw_. It will be easy to notice that in CI, though. + +Alternatively, you could use [buffer-from](https://www.npmjs.com/package/buffer-from) and/or +[buffer-alloc](https://www.npmjs.com/package/buffer-alloc) [ponyfills](https://ponyfill.com/) — +those are great, the only downsides being 4 deps in the tree and slightly more code changes to +migrate off them (as you would be using e.g. `Buffer.from` under a different name). If you need only +`Buffer.from` polyfilled — `buffer-from` alone which comes with no extra dependencies. + +_Alternatively, you could use [safe-buffer](https://www.npmjs.com/package/safe-buffer) — it also +provides a polyfill, but takes a different approach which has +[it's drawbacks](https://github.com/chalker/safer-buffer#why-not-safe-buffer). It will allow you +to also use the older `new Buffer()` API in your code, though — but that's arguably a benefit, as +it is problematic, can cause issues in your code, and will start emitting runtime deprecation +warnings starting with Node.js 10._ + +Note that in either case, it is important that you also remove all calls to the old Buffer +API manually — just throwing in `safe-buffer` doesn't fix the problem by itself, it just provides +a polyfill for the new API. I have seen people doing that mistake. + +Enabling eslint rule [no-buffer-constructor](https://eslint.org/docs/rules/no-buffer-constructor) +or +[node/no-deprecated-api](https://github.com/mysticatea/eslint-plugin-node/blob/master/docs/rules/no-deprecated-api.md) +is recommended. + +_Don't forget to drop the polyfill usage once you drop support for Node.js < 4.5.0._ + + +## Variant 3 — manual detection, with safeguards + +This is useful if you create Buffer instances in only a few places (e.g. one), or you have your own +wrapper around them. + +### Buffer(0) + +This special case for creating empty buffers can be safely replaced with `Buffer.concat([])`, which +returns the same result all the way down to Node.js 0.8.x. + +### Buffer(notNumber) + +Before: + +```js +var buf = new Buffer(notNumber, encoding); +``` + +After: + +```js +var buf; +if (Buffer.from && Buffer.from !== Uint8Array.from) { + buf = Buffer.from(notNumber, encoding); +} else { + if (typeof notNumber === 'number') + throw new Error('The "size" argument must be of type number.'); + buf = new Buffer(notNumber, encoding); +} +``` + +`encoding` is optional. + +Note that the `typeof notNumber` before `new Buffer` is required (for cases when `notNumber` argument is not +hard-coded) and _is not caused by the deprecation of Buffer constructor_ — it's exactly _why_ the +Buffer constructor is deprecated. Ecosystem packages lacking this type-check caused numereous +security issues — situations when unsanitized user input could end up in the `Buffer(arg)` create +problems ranging from DoS to leaking sensitive information to the attacker from the process memory. + +When `notNumber` argument is hardcoded (e.g. literal `"abc"` or `[0,1,2]`), the `typeof` check can +be omitted. + +Also note that using TypeScript does not fix this problem for you — when libs written in +`TypeScript` are used from JS, or when user input ends up there — it behaves exactly as pure JS, as +all type checks are translation-time only and are not present in the actual JS code which TS +compiles to. + +### Buffer(number) + +For Node.js 0.10.x (and below) support: + +```js +var buf; +if (Buffer.alloc) { + buf = Buffer.alloc(number); +} else { + buf = new Buffer(number); + buf.fill(0); +} +``` + +Otherwise (Node.js ≥ 0.12.x): + +```js +const buf = Buffer.alloc ? Buffer.alloc(number) : new Buffer(number).fill(0); +``` + +## Regarding Buffer.allocUnsafe + +Be extra cautious when using `Buffer.allocUnsafe`: + * Don't use it if you don't have a good reason to + * e.g. you probably won't ever see a performance difference for small buffers, in fact, those + might be even faster with `Buffer.alloc()`, + * if your code is not in the hot code path — you also probably won't notice a difference, + * keep in mind that zero-filling minimizes the potential risks. + * If you use it, make sure that you never return the buffer in a partially-filled state, + * if you are writing to it sequentially — always truncate it to the actuall written length + +Errors in handling buffers allocated with `Buffer.allocUnsafe` could result in various issues, +ranged from undefined behaviour of your code to sensitive data (user input, passwords, certs) +leaking to the remote attacker. + +_Note that the same applies to `new Buffer` usage without zero-filling, depending on the Node.js +version (and lacking type checks also adds DoS to the list of potential problems)._ + + +## FAQ + + +### What is wrong with the `Buffer` constructor? + +The `Buffer` constructor could be used to create a buffer in many different ways: + +- `new Buffer(42)` creates a `Buffer` of 42 bytes. Before Node.js 8, this buffer contained + *arbitrary memory* for performance reasons, which could include anything ranging from + program source code to passwords and encryption keys. +- `new Buffer('abc')` creates a `Buffer` that contains the UTF-8-encoded version of + the string `'abc'`. A second argument could specify another encoding: For example, + `new Buffer(string, 'base64')` could be used to convert a Base64 string into the original + sequence of bytes that it represents. +- There are several other combinations of arguments. + +This meant that, in code like `var buffer = new Buffer(foo);`, *it is not possible to tell +what exactly the contents of the generated buffer are* without knowing the type of `foo`. + +Sometimes, the value of `foo` comes from an external source. For example, this function +could be exposed as a service on a web server, converting a UTF-8 string into its Base64 form: + +``` +function stringToBase64(req, res) { + // The request body should have the format of `{ string: 'foobar' }` + const rawBytes = new Buffer(req.body.string) + const encoded = rawBytes.toString('base64') + res.end({ encoded: encoded }) +} +``` + +Note that this code does *not* validate the type of `req.body.string`: + +- `req.body.string` is expected to be a string. If this is the case, all goes well. +- `req.body.string` is controlled by the client that sends the request. +- If `req.body.string` is the *number* `50`, the `rawBytes` would be 50 bytes: + - Before Node.js 8, the content would be uninitialized + - After Node.js 8, the content would be `50` bytes with the value `0` + +Because of the missing type check, an attacker could intentionally send a number +as part of the request. Using this, they can either: + +- Read uninitialized memory. This **will** leak passwords, encryption keys and other + kinds of sensitive information. (Information leak) +- Force the program to allocate a large amount of memory. For example, when specifying + `500000000` as the input value, each request will allocate 500MB of memory. + This can be used to either exhaust the memory available of a program completely + and make it crash, or slow it down significantly. (Denial of Service) + +Both of these scenarios are considered serious security issues in a real-world +web server context. + +when using `Buffer.from(req.body.string)` instead, passing a number will always +throw an exception instead, giving a controlled behaviour that can always be +handled by the program. + + +### The `Buffer()` constructor has been deprecated for a while. Is this really an issue? + +Surveys of code in the `npm` ecosystem have shown that the `Buffer()` constructor is still +widely used. This includes new code, and overall usage of such code has actually been +*increasing*. diff --git a/node_modules/safer-buffer/Readme.md b/node_modules/safer-buffer/Readme.md new file mode 100644 index 0000000..14b0822 --- /dev/null +++ b/node_modules/safer-buffer/Readme.md @@ -0,0 +1,156 @@ +# safer-buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![javascript style guide][standard-image]][standard-url] [![Security Responsible Disclosure][secuirty-image]][secuirty-url] + +[travis-image]: https://travis-ci.org/ChALkeR/safer-buffer.svg?branch=master +[travis-url]: https://travis-ci.org/ChALkeR/safer-buffer +[npm-image]: https://img.shields.io/npm/v/safer-buffer.svg +[npm-url]: https://npmjs.org/package/safer-buffer +[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg +[standard-url]: https://standardjs.com +[secuirty-image]: https://img.shields.io/badge/Security-Responsible%20Disclosure-green.svg +[secuirty-url]: https://github.com/nodejs/security-wg/blob/master/processes/responsible_disclosure_template.md + +Modern Buffer API polyfill without footguns, working on Node.js from 0.8 to current. + +## How to use? + +First, port all `Buffer()` and `new Buffer()` calls to `Buffer.alloc()` and `Buffer.from()` API. + +Then, to achieve compatibility with outdated Node.js versions (`<4.5.0` and 5.x `<5.9.0`), use +`const Buffer = require('safer-buffer').Buffer` in all files where you make calls to the new +Buffer API. _Use `var` instead of `const` if you need that for your Node.js version range support._ + +Also, see the +[porting Buffer](https://github.com/ChALkeR/safer-buffer/blob/master/Porting-Buffer.md) guide. + +## Do I need it? + +Hopefully, not — dropping support for outdated Node.js versions should be fine nowdays, and that +is the recommended path forward. You _do_ need to port to the `Buffer.alloc()` and `Buffer.from()` +though. + +See the [porting guide](https://github.com/ChALkeR/safer-buffer/blob/master/Porting-Buffer.md) +for a better description. + +## Why not [safe-buffer](https://npmjs.com/safe-buffer)? + +_In short: while `safe-buffer` serves as a polyfill for the new API, it allows old API usage and +itself contains footguns._ + +`safe-buffer` could be used safely to get the new API while still keeping support for older +Node.js versions (like this module), but while analyzing ecosystem usage of the old Buffer API +I found out that `safe-buffer` is itself causing problems in some cases. + +For example, consider the following snippet: + +```console +$ cat example.unsafe.js +console.log(Buffer(20)) +$ ./node-v6.13.0-linux-x64/bin/node example.unsafe.js + +$ standard example.unsafe.js +standard: Use JavaScript Standard Style (https://standardjs.com) + /home/chalker/repo/safer-buffer/example.unsafe.js:2:13: 'Buffer()' was deprecated since v6. Use 'Buffer.alloc()' or 'Buffer.from()' (use 'https://www.npmjs.com/package/safe-buffer' for '<4.5.0') instead. +``` + +This is allocates and writes to console an uninitialized chunk of memory. +[standard](https://www.npmjs.com/package/standard) linter (among others) catch that and warn people +to avoid using unsafe API. + +Let's now throw in `safe-buffer`! + +```console +$ cat example.safe-buffer.js +const Buffer = require('safe-buffer').Buffer +console.log(Buffer(20)) +$ standard example.safe-buffer.js +$ ./node-v6.13.0-linux-x64/bin/node example.safe-buffer.js + +``` + +See the problem? Adding in `safe-buffer` _magically removes the lint warning_, but the behavior +remains identiсal to what we had before, and when launched on Node.js 6.x LTS — this dumps out +chunks of uninitialized memory. +_And this code will still emit runtime warnings on Node.js 10.x and above._ + +That was done by design. I first considered changing `safe-buffer`, prohibiting old API usage or +emitting warnings on it, but that significantly diverges from `safe-buffer` design. After some +discussion, it was decided to move my approach into a separate package, and _this is that separate +package_. + +This footgun is not imaginary — I observed top-downloaded packages doing that kind of thing, +«fixing» the lint warning by blindly including `safe-buffer` without any actual changes. + +Also in some cases, even if the API _was_ migrated to use of safe Buffer API — a random pull request +can bring unsafe Buffer API usage back to the codebase by adding new calls — and that could go +unnoticed even if you have a linter prohibiting that (becase of the reason stated above), and even +pass CI. _I also observed that being done in popular packages._ + +Some examples: + * [webdriverio](https://github.com/webdriverio/webdriverio/commit/05cbd3167c12e4930f09ef7cf93b127ba4effae4#diff-124380949022817b90b622871837d56cR31) + (a module with 548 759 downloads/month), + * [websocket-stream](https://github.com/maxogden/websocket-stream/commit/c9312bd24d08271687d76da0fe3c83493871cf61) + (218 288 d/m, fix in [maxogden/websocket-stream#142](https://github.com/maxogden/websocket-stream/pull/142)), + * [node-serialport](https://github.com/node-serialport/node-serialport/commit/e8d9d2b16c664224920ce1c895199b1ce2def48c) + (113 138 d/m, fix in [node-serialport/node-serialport#1510](https://github.com/node-serialport/node-serialport/pull/1510)), + * [karma](https://github.com/karma-runner/karma/commit/3d94b8cf18c695104ca195334dc75ff054c74eec) + (3 973 193 d/m, fix in [karma-runner/karma#2947](https://github.com/karma-runner/karma/pull/2947)), + * [spdy-transport](https://github.com/spdy-http2/spdy-transport/commit/5375ac33f4a62a4f65bcfc2827447d42a5dbe8b1) + (5 970 727 d/m, fix in [spdy-http2/spdy-transport#53](https://github.com/spdy-http2/spdy-transport/pull/53)). + * And there are a lot more over the ecosystem. + +I filed a PR at +[mysticatea/eslint-plugin-node#110](https://github.com/mysticatea/eslint-plugin-node/pull/110) to +partially fix that (for cases when that lint rule is used), but it is a semver-major change for +linter rules and presets, so it would take significant time for that to reach actual setups. +_It also hasn't been released yet (2018-03-20)._ + +Also, `safer-buffer` discourages the usage of `.allocUnsafe()`, which is often done by a mistake. +It still supports it with an explicit concern barier, by placing it under +`require('safer-buffer/dangereous')`. + +## But isn't throwing bad? + +Not really. It's an error that could be noticed and fixed early, instead of causing havoc later like +unguarded `new Buffer()` calls that end up receiving user input can do. + +This package affects only the files where `var Buffer = require('safer-buffer').Buffer` was done, so +it is really simple to keep track of things and make sure that you don't mix old API usage with that. +Also, CI should hint anything that you might have missed. + +New commits, if tested, won't land new usage of unsafe Buffer API this way. +_Node.js 10.x also deals with that by printing a runtime depecation warning._ + +### Would it affect third-party modules? + +No, unless you explicitly do an awful thing like monkey-patching or overriding the built-in `Buffer`. +Don't do that. + +### But I don't want throwing… + +That is also fine! + +Also, it could be better in some cases when you don't comprehensive enough test coverage. + +In that case — just don't override `Buffer` and use +`var SaferBuffer = require('safer-buffer').Buffer` instead. + +That way, everything using `Buffer` natively would still work, but there would be two drawbacks: + +* `Buffer.from`/`Buffer.alloc` won't be polyfilled — use `SaferBuffer.from` and + `SaferBuffer.alloc` instead. +* You are still open to accidentally using the insecure deprecated API — use a linter to catch that. + +Note that using a linter to catch accidential `Buffer` constructor usage in this case is strongly +recommended. `Buffer` is not overriden in this usecase, so linters won't get confused. + +## «Without footguns»? + +Well, it is still possible to do _some_ things with `Buffer` API, e.g. accessing `.buffer` property +on older versions and duping things from there. You shouldn't do that in your code, probabably. + +The intention is to remove the most significant footguns that affect lots of packages in the +ecosystem, and to do it in the proper way. + +Also, this package doesn't protect against security issues affecting some Node.js versions, so for +usage in your own production code, it is still recommended to update to a Node.js version +[supported by upstream](https://github.com/nodejs/release#release-schedule). diff --git a/node_modules/safer-buffer/dangerous.js b/node_modules/safer-buffer/dangerous.js new file mode 100644 index 0000000..ca41fdc --- /dev/null +++ b/node_modules/safer-buffer/dangerous.js @@ -0,0 +1,58 @@ +/* eslint-disable node/no-deprecated-api */ + +'use strict' + +var buffer = require('buffer') +var Buffer = buffer.Buffer +var safer = require('./safer.js') +var Safer = safer.Buffer + +var dangerous = {} + +var key + +for (key in safer) { + if (!safer.hasOwnProperty(key)) continue + dangerous[key] = safer[key] +} + +var Dangereous = dangerous.Buffer = {} + +// Copy Safer API +for (key in Safer) { + if (!Safer.hasOwnProperty(key)) continue + Dangereous[key] = Safer[key] +} + +// Copy those missing unsafe methods, if they are present +for (key in Buffer) { + if (!Buffer.hasOwnProperty(key)) continue + if (Dangereous.hasOwnProperty(key)) continue + Dangereous[key] = Buffer[key] +} + +if (!Dangereous.allocUnsafe) { + Dangereous.allocUnsafe = function (size) { + if (typeof size !== 'number') { + throw new TypeError('The "size" argument must be of type number. Received type ' + typeof size) + } + if (size < 0 || size >= 2 * (1 << 30)) { + throw new RangeError('The value "' + size + '" is invalid for option "size"') + } + return Buffer(size) + } +} + +if (!Dangereous.allocUnsafeSlow) { + Dangereous.allocUnsafeSlow = function (size) { + if (typeof size !== 'number') { + throw new TypeError('The "size" argument must be of type number. Received type ' + typeof size) + } + if (size < 0 || size >= 2 * (1 << 30)) { + throw new RangeError('The value "' + size + '" is invalid for option "size"') + } + return buffer.SlowBuffer(size) + } +} + +module.exports = dangerous diff --git a/node_modules/safer-buffer/package.json b/node_modules/safer-buffer/package.json new file mode 100644 index 0000000..d452b04 --- /dev/null +++ b/node_modules/safer-buffer/package.json @@ -0,0 +1,34 @@ +{ + "name": "safer-buffer", + "version": "2.1.2", + "description": "Modern Buffer API polyfill without footguns", + "main": "safer.js", + "scripts": { + "browserify-test": "browserify --external tape tests.js > browserify-tests.js && tape browserify-tests.js", + "test": "standard && tape tests.js" + }, + "author": { + "name": "Nikita Skovoroda", + "email": "chalkerx@gmail.com", + "url": "https://github.com/ChALkeR" + }, + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/ChALkeR/safer-buffer.git" + }, + "bugs": { + "url": "https://github.com/ChALkeR/safer-buffer/issues" + }, + "devDependencies": { + "standard": "^11.0.1", + "tape": "^4.9.0" + }, + "files": [ + "Porting-Buffer.md", + "Readme.md", + "tests.js", + "dangerous.js", + "safer.js" + ] +} diff --git a/node_modules/safer-buffer/safer.js b/node_modules/safer-buffer/safer.js new file mode 100644 index 0000000..37c7e1a --- /dev/null +++ b/node_modules/safer-buffer/safer.js @@ -0,0 +1,77 @@ +/* eslint-disable node/no-deprecated-api */ + +'use strict' + +var buffer = require('buffer') +var Buffer = buffer.Buffer + +var safer = {} + +var key + +for (key in buffer) { + if (!buffer.hasOwnProperty(key)) continue + if (key === 'SlowBuffer' || key === 'Buffer') continue + safer[key] = buffer[key] +} + +var Safer = safer.Buffer = {} +for (key in Buffer) { + if (!Buffer.hasOwnProperty(key)) continue + if (key === 'allocUnsafe' || key === 'allocUnsafeSlow') continue + Safer[key] = Buffer[key] +} + +safer.Buffer.prototype = Buffer.prototype + +if (!Safer.from || Safer.from === Uint8Array.from) { + Safer.from = function (value, encodingOrOffset, length) { + if (typeof value === 'number') { + throw new TypeError('The "value" argument must not be of type number. Received type ' + typeof value) + } + if (value && typeof value.length === 'undefined') { + throw new TypeError('The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type ' + typeof value) + } + return Buffer(value, encodingOrOffset, length) + } +} + +if (!Safer.alloc) { + Safer.alloc = function (size, fill, encoding) { + if (typeof size !== 'number') { + throw new TypeError('The "size" argument must be of type number. Received type ' + typeof size) + } + if (size < 0 || size >= 2 * (1 << 30)) { + throw new RangeError('The value "' + size + '" is invalid for option "size"') + } + var buf = Buffer(size) + if (!fill || fill.length === 0) { + buf.fill(0) + } else if (typeof encoding === 'string') { + buf.fill(fill, encoding) + } else { + buf.fill(fill) + } + return buf + } +} + +if (!safer.kStringMaxLength) { + try { + safer.kStringMaxLength = process.binding('buffer').kStringMaxLength + } catch (e) { + // we can't determine kStringMaxLength in environments where process.binding + // is unsupported, so let's not set it + } +} + +if (!safer.constants) { + safer.constants = { + MAX_LENGTH: safer.kMaxLength + } + if (safer.kStringMaxLength) { + safer.constants.MAX_STRING_LENGTH = safer.kStringMaxLength + } +} + +module.exports = safer diff --git a/node_modules/safer-buffer/tests.js b/node_modules/safer-buffer/tests.js new file mode 100644 index 0000000..7ed2777 --- /dev/null +++ b/node_modules/safer-buffer/tests.js @@ -0,0 +1,406 @@ +/* eslint-disable node/no-deprecated-api */ + +'use strict' + +var test = require('tape') + +var buffer = require('buffer') + +var index = require('./') +var safer = require('./safer') +var dangerous = require('./dangerous') + +/* Inheritance tests */ + +test('Default is Safer', function (t) { + t.equal(index, safer) + t.notEqual(safer, dangerous) + t.notEqual(index, dangerous) + t.end() +}) + +test('Is not a function', function (t) { + [index, safer, dangerous].forEach(function (impl) { + t.equal(typeof impl, 'object') + t.equal(typeof impl.Buffer, 'object') + }); + [buffer].forEach(function (impl) { + t.equal(typeof impl, 'object') + t.equal(typeof impl.Buffer, 'function') + }) + t.end() +}) + +test('Constructor throws', function (t) { + [index, safer, dangerous].forEach(function (impl) { + t.throws(function () { impl.Buffer() }) + t.throws(function () { impl.Buffer(0) }) + t.throws(function () { impl.Buffer('a') }) + t.throws(function () { impl.Buffer('a', 'utf-8') }) + t.throws(function () { return new impl.Buffer() }) + t.throws(function () { return new impl.Buffer(0) }) + t.throws(function () { return new impl.Buffer('a') }) + t.throws(function () { return new impl.Buffer('a', 'utf-8') }) + }) + t.end() +}) + +test('Safe methods exist', function (t) { + [index, safer, dangerous].forEach(function (impl) { + t.equal(typeof impl.Buffer.alloc, 'function', 'alloc') + t.equal(typeof impl.Buffer.from, 'function', 'from') + }) + t.end() +}) + +test('Unsafe methods exist only in Dangerous', function (t) { + [index, safer].forEach(function (impl) { + t.equal(typeof impl.Buffer.allocUnsafe, 'undefined') + t.equal(typeof impl.Buffer.allocUnsafeSlow, 'undefined') + }); + [dangerous].forEach(function (impl) { + t.equal(typeof impl.Buffer.allocUnsafe, 'function') + t.equal(typeof impl.Buffer.allocUnsafeSlow, 'function') + }) + t.end() +}) + +test('Generic methods/properties are defined and equal', function (t) { + ['poolSize', 'isBuffer', 'concat', 'byteLength'].forEach(function (method) { + [index, safer, dangerous].forEach(function (impl) { + t.equal(impl.Buffer[method], buffer.Buffer[method], method) + t.notEqual(typeof impl.Buffer[method], 'undefined', method) + }) + }) + t.end() +}) + +test('Built-in buffer static methods/properties are inherited', function (t) { + Object.keys(buffer).forEach(function (method) { + if (method === 'SlowBuffer' || method === 'Buffer') return; + [index, safer, dangerous].forEach(function (impl) { + t.equal(impl[method], buffer[method], method) + t.notEqual(typeof impl[method], 'undefined', method) + }) + }) + t.end() +}) + +test('Built-in Buffer static methods/properties are inherited', function (t) { + Object.keys(buffer.Buffer).forEach(function (method) { + if (method === 'allocUnsafe' || method === 'allocUnsafeSlow') return; + [index, safer, dangerous].forEach(function (impl) { + t.equal(impl.Buffer[method], buffer.Buffer[method], method) + t.notEqual(typeof impl.Buffer[method], 'undefined', method) + }) + }) + t.end() +}) + +test('.prototype property of Buffer is inherited', function (t) { + [index, safer, dangerous].forEach(function (impl) { + t.equal(impl.Buffer.prototype, buffer.Buffer.prototype, 'prototype') + t.notEqual(typeof impl.Buffer.prototype, 'undefined', 'prototype') + }) + t.end() +}) + +test('All Safer methods are present in Dangerous', function (t) { + Object.keys(safer).forEach(function (method) { + if (method === 'Buffer') return; + [index, safer, dangerous].forEach(function (impl) { + t.equal(impl[method], safer[method], method) + if (method !== 'kStringMaxLength') { + t.notEqual(typeof impl[method], 'undefined', method) + } + }) + }) + Object.keys(safer.Buffer).forEach(function (method) { + [index, safer, dangerous].forEach(function (impl) { + t.equal(impl.Buffer[method], safer.Buffer[method], method) + t.notEqual(typeof impl.Buffer[method], 'undefined', method) + }) + }) + t.end() +}) + +test('Safe methods from Dangerous methods are present in Safer', function (t) { + Object.keys(dangerous).forEach(function (method) { + if (method === 'Buffer') return; + [index, safer, dangerous].forEach(function (impl) { + t.equal(impl[method], dangerous[method], method) + if (method !== 'kStringMaxLength') { + t.notEqual(typeof impl[method], 'undefined', method) + } + }) + }) + Object.keys(dangerous.Buffer).forEach(function (method) { + if (method === 'allocUnsafe' || method === 'allocUnsafeSlow') return; + [index, safer, dangerous].forEach(function (impl) { + t.equal(impl.Buffer[method], dangerous.Buffer[method], method) + t.notEqual(typeof impl.Buffer[method], 'undefined', method) + }) + }) + t.end() +}) + +/* Behaviour tests */ + +test('Methods return Buffers', function (t) { + [index, safer, dangerous].forEach(function (impl) { + t.ok(buffer.Buffer.isBuffer(impl.Buffer.alloc(0))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.alloc(0, 10))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.alloc(0, 'a'))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.alloc(10))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.alloc(10, 'x'))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.alloc(9, 'ab'))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.from(''))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.from('string'))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.from('string', 'utf-8'))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.from('b25ldHdvdGhyZWU=', 'base64'))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.from([0, 42, 3]))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.from(new Uint8Array([0, 42, 3])))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.from([]))) + }); + ['allocUnsafe', 'allocUnsafeSlow'].forEach(function (method) { + t.ok(buffer.Buffer.isBuffer(dangerous.Buffer[method](0))) + t.ok(buffer.Buffer.isBuffer(dangerous.Buffer[method](10))) + }) + t.end() +}) + +test('Constructor is buffer.Buffer', function (t) { + [index, safer, dangerous].forEach(function (impl) { + t.equal(impl.Buffer.alloc(0).constructor, buffer.Buffer) + t.equal(impl.Buffer.alloc(0, 10).constructor, buffer.Buffer) + t.equal(impl.Buffer.alloc(0, 'a').constructor, buffer.Buffer) + t.equal(impl.Buffer.alloc(10).constructor, buffer.Buffer) + t.equal(impl.Buffer.alloc(10, 'x').constructor, buffer.Buffer) + t.equal(impl.Buffer.alloc(9, 'ab').constructor, buffer.Buffer) + t.equal(impl.Buffer.from('').constructor, buffer.Buffer) + t.equal(impl.Buffer.from('string').constructor, buffer.Buffer) + t.equal(impl.Buffer.from('string', 'utf-8').constructor, buffer.Buffer) + t.equal(impl.Buffer.from('b25ldHdvdGhyZWU=', 'base64').constructor, buffer.Buffer) + t.equal(impl.Buffer.from([0, 42, 3]).constructor, buffer.Buffer) + t.equal(impl.Buffer.from(new Uint8Array([0, 42, 3])).constructor, buffer.Buffer) + t.equal(impl.Buffer.from([]).constructor, buffer.Buffer) + }); + [0, 10, 100].forEach(function (arg) { + t.equal(dangerous.Buffer.allocUnsafe(arg).constructor, buffer.Buffer) + t.equal(dangerous.Buffer.allocUnsafeSlow(arg).constructor, buffer.SlowBuffer(0).constructor) + }) + t.end() +}) + +test('Invalid calls throw', function (t) { + [index, safer, dangerous].forEach(function (impl) { + t.throws(function () { impl.Buffer.from(0) }) + t.throws(function () { impl.Buffer.from(10) }) + t.throws(function () { impl.Buffer.from(10, 'utf-8') }) + t.throws(function () { impl.Buffer.from('string', 'invalid encoding') }) + t.throws(function () { impl.Buffer.from(-10) }) + t.throws(function () { impl.Buffer.from(1e90) }) + t.throws(function () { impl.Buffer.from(Infinity) }) + t.throws(function () { impl.Buffer.from(-Infinity) }) + t.throws(function () { impl.Buffer.from(NaN) }) + t.throws(function () { impl.Buffer.from(null) }) + t.throws(function () { impl.Buffer.from(undefined) }) + t.throws(function () { impl.Buffer.from() }) + t.throws(function () { impl.Buffer.from({}) }) + t.throws(function () { impl.Buffer.alloc('') }) + t.throws(function () { impl.Buffer.alloc('string') }) + t.throws(function () { impl.Buffer.alloc('string', 'utf-8') }) + t.throws(function () { impl.Buffer.alloc('b25ldHdvdGhyZWU=', 'base64') }) + t.throws(function () { impl.Buffer.alloc(-10) }) + t.throws(function () { impl.Buffer.alloc(1e90) }) + t.throws(function () { impl.Buffer.alloc(2 * (1 << 30)) }) + t.throws(function () { impl.Buffer.alloc(Infinity) }) + t.throws(function () { impl.Buffer.alloc(-Infinity) }) + t.throws(function () { impl.Buffer.alloc(null) }) + t.throws(function () { impl.Buffer.alloc(undefined) }) + t.throws(function () { impl.Buffer.alloc() }) + t.throws(function () { impl.Buffer.alloc([]) }) + t.throws(function () { impl.Buffer.alloc([0, 42, 3]) }) + t.throws(function () { impl.Buffer.alloc({}) }) + }); + ['allocUnsafe', 'allocUnsafeSlow'].forEach(function (method) { + t.throws(function () { dangerous.Buffer[method]('') }) + t.throws(function () { dangerous.Buffer[method]('string') }) + t.throws(function () { dangerous.Buffer[method]('string', 'utf-8') }) + t.throws(function () { dangerous.Buffer[method](2 * (1 << 30)) }) + t.throws(function () { dangerous.Buffer[method](Infinity) }) + if (dangerous.Buffer[method] === buffer.Buffer.allocUnsafe) { + t.skip('Skipping, older impl of allocUnsafe coerced negative sizes to 0') + } else { + t.throws(function () { dangerous.Buffer[method](-10) }) + t.throws(function () { dangerous.Buffer[method](-1e90) }) + t.throws(function () { dangerous.Buffer[method](-Infinity) }) + } + t.throws(function () { dangerous.Buffer[method](null) }) + t.throws(function () { dangerous.Buffer[method](undefined) }) + t.throws(function () { dangerous.Buffer[method]() }) + t.throws(function () { dangerous.Buffer[method]([]) }) + t.throws(function () { dangerous.Buffer[method]([0, 42, 3]) }) + t.throws(function () { dangerous.Buffer[method]({}) }) + }) + t.end() +}) + +test('Buffers have appropriate lengths', function (t) { + [index, safer, dangerous].forEach(function (impl) { + t.equal(impl.Buffer.alloc(0).length, 0) + t.equal(impl.Buffer.alloc(10).length, 10) + t.equal(impl.Buffer.from('').length, 0) + t.equal(impl.Buffer.from('string').length, 6) + t.equal(impl.Buffer.from('string', 'utf-8').length, 6) + t.equal(impl.Buffer.from('b25ldHdvdGhyZWU=', 'base64').length, 11) + t.equal(impl.Buffer.from([0, 42, 3]).length, 3) + t.equal(impl.Buffer.from(new Uint8Array([0, 42, 3])).length, 3) + t.equal(impl.Buffer.from([]).length, 0) + }); + ['allocUnsafe', 'allocUnsafeSlow'].forEach(function (method) { + t.equal(dangerous.Buffer[method](0).length, 0) + t.equal(dangerous.Buffer[method](10).length, 10) + }) + t.end() +}) + +test('Buffers have appropriate lengths (2)', function (t) { + t.equal(index.Buffer.alloc, safer.Buffer.alloc) + t.equal(index.Buffer.alloc, dangerous.Buffer.alloc) + var ok = true; + [ safer.Buffer.alloc, + dangerous.Buffer.allocUnsafe, + dangerous.Buffer.allocUnsafeSlow + ].forEach(function (method) { + for (var i = 0; i < 1e2; i++) { + var length = Math.round(Math.random() * 1e5) + var buf = method(length) + if (!buffer.Buffer.isBuffer(buf)) ok = false + if (buf.length !== length) ok = false + } + }) + t.ok(ok) + t.end() +}) + +test('.alloc(size) is zero-filled and has correct length', function (t) { + t.equal(index.Buffer.alloc, safer.Buffer.alloc) + t.equal(index.Buffer.alloc, dangerous.Buffer.alloc) + var ok = true + for (var i = 0; i < 1e2; i++) { + var length = Math.round(Math.random() * 2e6) + var buf = index.Buffer.alloc(length) + if (!buffer.Buffer.isBuffer(buf)) ok = false + if (buf.length !== length) ok = false + var j + for (j = 0; j < length; j++) { + if (buf[j] !== 0) ok = false + } + buf.fill(1) + for (j = 0; j < length; j++) { + if (buf[j] !== 1) ok = false + } + } + t.ok(ok) + t.end() +}) + +test('.allocUnsafe / .allocUnsafeSlow are fillable and have correct lengths', function (t) { + ['allocUnsafe', 'allocUnsafeSlow'].forEach(function (method) { + var ok = true + for (var i = 0; i < 1e2; i++) { + var length = Math.round(Math.random() * 2e6) + var buf = dangerous.Buffer[method](length) + if (!buffer.Buffer.isBuffer(buf)) ok = false + if (buf.length !== length) ok = false + buf.fill(0, 0, length) + var j + for (j = 0; j < length; j++) { + if (buf[j] !== 0) ok = false + } + buf.fill(1, 0, length) + for (j = 0; j < length; j++) { + if (buf[j] !== 1) ok = false + } + } + t.ok(ok, method) + }) + t.end() +}) + +test('.alloc(size, fill) is `fill`-filled', function (t) { + t.equal(index.Buffer.alloc, safer.Buffer.alloc) + t.equal(index.Buffer.alloc, dangerous.Buffer.alloc) + var ok = true + for (var i = 0; i < 1e2; i++) { + var length = Math.round(Math.random() * 2e6) + var fill = Math.round(Math.random() * 255) + var buf = index.Buffer.alloc(length, fill) + if (!buffer.Buffer.isBuffer(buf)) ok = false + if (buf.length !== length) ok = false + for (var j = 0; j < length; j++) { + if (buf[j] !== fill) ok = false + } + } + t.ok(ok) + t.end() +}) + +test('.alloc(size, fill) is `fill`-filled', function (t) { + t.equal(index.Buffer.alloc, safer.Buffer.alloc) + t.equal(index.Buffer.alloc, dangerous.Buffer.alloc) + var ok = true + for (var i = 0; i < 1e2; i++) { + var length = Math.round(Math.random() * 2e6) + var fill = Math.round(Math.random() * 255) + var buf = index.Buffer.alloc(length, fill) + if (!buffer.Buffer.isBuffer(buf)) ok = false + if (buf.length !== length) ok = false + for (var j = 0; j < length; j++) { + if (buf[j] !== fill) ok = false + } + } + t.ok(ok) + t.deepEqual(index.Buffer.alloc(9, 'a'), index.Buffer.alloc(9, 97)) + t.notDeepEqual(index.Buffer.alloc(9, 'a'), index.Buffer.alloc(9, 98)) + + var tmp = new buffer.Buffer(2) + tmp.fill('ok') + if (tmp[1] === tmp[0]) { + // Outdated Node.js + t.deepEqual(index.Buffer.alloc(5, 'ok'), index.Buffer.from('ooooo')) + } else { + t.deepEqual(index.Buffer.alloc(5, 'ok'), index.Buffer.from('okoko')) + } + t.notDeepEqual(index.Buffer.alloc(5, 'ok'), index.Buffer.from('kokok')) + + t.end() +}) + +test('safer.Buffer.from returns results same as Buffer constructor', function (t) { + [index, safer, dangerous].forEach(function (impl) { + t.deepEqual(impl.Buffer.from(''), new buffer.Buffer('')) + t.deepEqual(impl.Buffer.from('string'), new buffer.Buffer('string')) + t.deepEqual(impl.Buffer.from('string', 'utf-8'), new buffer.Buffer('string', 'utf-8')) + t.deepEqual(impl.Buffer.from('b25ldHdvdGhyZWU=', 'base64'), new buffer.Buffer('b25ldHdvdGhyZWU=', 'base64')) + t.deepEqual(impl.Buffer.from([0, 42, 3]), new buffer.Buffer([0, 42, 3])) + t.deepEqual(impl.Buffer.from(new Uint8Array([0, 42, 3])), new buffer.Buffer(new Uint8Array([0, 42, 3]))) + t.deepEqual(impl.Buffer.from([]), new buffer.Buffer([])) + }) + t.end() +}) + +test('safer.Buffer.from returns consistent results', function (t) { + [index, safer, dangerous].forEach(function (impl) { + t.deepEqual(impl.Buffer.from(''), impl.Buffer.alloc(0)) + t.deepEqual(impl.Buffer.from([]), impl.Buffer.alloc(0)) + t.deepEqual(impl.Buffer.from(new Uint8Array([])), impl.Buffer.alloc(0)) + t.deepEqual(impl.Buffer.from('string', 'utf-8'), impl.Buffer.from('string')) + t.deepEqual(impl.Buffer.from('string'), impl.Buffer.from([115, 116, 114, 105, 110, 103])) + t.deepEqual(impl.Buffer.from('string'), impl.Buffer.from(impl.Buffer.from('string'))) + t.deepEqual(impl.Buffer.from('b25ldHdvdGhyZWU=', 'base64'), impl.Buffer.from('onetwothree')) + t.notDeepEqual(impl.Buffer.from('b25ldHdvdGhyZWU='), impl.Buffer.from('onetwothree')) + }) + t.end() +}) diff --git a/node_modules/sb-promise-queue/LICENSE.md b/node_modules/sb-promise-queue/LICENSE.md new file mode 100644 index 0000000..c6252af --- /dev/null +++ b/node_modules/sb-promise-queue/LICENSE.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2018-2020 Steel Brain + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/node_modules/sb-promise-queue/README.md b/node_modules/sb-promise-queue/README.md new file mode 100644 index 0000000..b9dc537 --- /dev/null +++ b/node_modules/sb-promise-queue/README.md @@ -0,0 +1,33 @@ +# Promise-Queue + +Promise queue with a nice API. + +### Installation + +``` +npm install --save sb-promise-queue +``` + +## API + +```js +interface Options { + concurrency?: number +} + +class PromiseQueue { + constructor(options: Options = {concurrency: 1}); + + clear() + onIdle(callback: Function): Function + // call the return value function to remove listener + waitTillIdle(): Promise + add(callback: Function) +} + +export { PromiseQueue } +``` + +## License + +The contents of this repository/package are licensed under the terms of The MIT License. See the LICENSE file for more info. diff --git a/node_modules/sb-promise-queue/lib/cjs/index.js b/node_modules/sb-promise-queue/lib/cjs/index.js new file mode 100644 index 0000000..08a5584 --- /dev/null +++ b/node_modules/sb-promise-queue/lib/cjs/index.js @@ -0,0 +1,78 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.PromiseQueue = void 0; +var PromiseQueue = /** @class */ (function () { + function PromiseQueue(_a) { + var _b = (_a === void 0 ? {} : _a).concurrency, concurrency = _b === void 0 ? 1 : _b; + this.options = { concurrency: concurrency }; + this.running = 0; + this.queue = []; + this.idleCallbacks = []; + } + PromiseQueue.prototype.clear = function () { + this.queue = []; + }; + PromiseQueue.prototype.onIdle = function (callback) { + var _this = this; + this.idleCallbacks.push(callback); + return function () { + var index = _this.idleCallbacks.indexOf(callback); + if (index !== -1) { + _this.idleCallbacks.splice(index, 1); + } + }; + }; + PromiseQueue.prototype.waitTillIdle = function () { + var _this = this; + return new Promise(function (resolve) { + if (_this.running === 0) { + resolve(); + return; + } + var dispose = _this.onIdle(function () { + dispose(); + resolve(); + }); + }); + }; + PromiseQueue.prototype.add = function (callback) { + var _this = this; + return new Promise(function (resolve, reject) { + var runCallback = function () { + _this.running += 1; + try { + Promise.resolve(callback()).then(function (val) { + resolve(val); + _this.processNext(); + }, function (err) { + reject(err); + _this.processNext(); + }); + } + catch (err) { + reject(err); + _this.processNext(); + } + }; + if (_this.running >= _this.options.concurrency) { + _this.queue.push(runCallback); + } + else { + runCallback(); + } + }); + }; + // Internal function, don't use + PromiseQueue.prototype.processNext = function () { + this.running -= 1; + var callback = this.queue.shift(); + if (callback) { + callback(); + } + else if (this.running === 0) { + this.idleCallbacks.forEach(function (item) { return item(); }); + } + }; + return PromiseQueue; +}()); +exports.PromiseQueue = PromiseQueue; diff --git a/node_modules/sb-promise-queue/lib/esm/index.mjs b/node_modules/sb-promise-queue/lib/esm/index.mjs new file mode 100644 index 0000000..36bf65b --- /dev/null +++ b/node_modules/sb-promise-queue/lib/esm/index.mjs @@ -0,0 +1,70 @@ +class PromiseQueue { + constructor({ concurrency = 1 } = {}) { + this.options = { concurrency }; + this.running = 0; + this.queue = []; + this.idleCallbacks = []; + } + clear() { + this.queue = []; + } + onIdle(callback) { + this.idleCallbacks.push(callback); + return () => { + const index = this.idleCallbacks.indexOf(callback); + if (index !== -1) { + this.idleCallbacks.splice(index, 1); + } + }; + } + waitTillIdle() { + return new Promise((resolve) => { + if (this.running === 0) { + resolve(); + return; + } + const dispose = this.onIdle(() => { + dispose(); + resolve(); + }); + }); + } + add(callback) { + return new Promise((resolve, reject) => { + const runCallback = () => { + this.running += 1; + try { + Promise.resolve(callback()).then((val) => { + resolve(val); + this.processNext(); + }, (err) => { + reject(err); + this.processNext(); + }); + } + catch (err) { + reject(err); + this.processNext(); + } + }; + if (this.running >= this.options.concurrency) { + this.queue.push(runCallback); + } + else { + runCallback(); + } + }); + } + // Internal function, don't use + processNext() { + this.running -= 1; + const callback = this.queue.shift(); + if (callback) { + callback(); + } + else if (this.running === 0) { + this.idleCallbacks.forEach((item) => item()); + } + } +} +export { PromiseQueue }; diff --git a/node_modules/sb-promise-queue/lib/typings/index.d.ts b/node_modules/sb-promise-queue/lib/typings/index.d.ts new file mode 100644 index 0000000..2632c32 --- /dev/null +++ b/node_modules/sb-promise-queue/lib/typings/index.d.ts @@ -0,0 +1,19 @@ +declare type QueueItem = () => void; +declare type IdleCallback = () => void | Promise; +declare type AddCallback = () => void | Promise; +interface Options { + concurrency?: number; +} +declare class PromiseQueue { + options: Required; + running: number; + queue: QueueItem[]; + idleCallbacks: IdleCallback[]; + constructor({ concurrency }?: Options); + clear(): void; + onIdle(callback: IdleCallback): () => void; + waitTillIdle(): Promise; + add(callback: AddCallback): Promise; + private processNext; +} +export { PromiseQueue }; diff --git a/node_modules/sb-promise-queue/package.json b/node_modules/sb-promise-queue/package.json new file mode 100644 index 0000000..f223553 --- /dev/null +++ b/node_modules/sb-promise-queue/package.json @@ -0,0 +1,65 @@ +{ + "name": "sb-promise-queue", + "version": "2.1.1", + "description": "Promise queue with a nice API", + "main": "lib/cjs/index.js", + "typings": "lib/typings/index.d.ts", + "module": "lib/esm/index.mjs", + "exports": { + ".": { + "types": "./lib/typings/index.d.ts", + "import": "./lib/esm/index.mjs", + "require": "./lib/cjs/index.js" + }, + "./package.json": "./package.json" + }, + "type": "commonjs", + "scripts": { + "test": "ava", + "lint": "(tsc -p . --noEmit) && (eslint . --ext .ts) && (prettier --list-different src/*.ts)", + "prepare": "yarn build:clean ; yarn build:esm ; yarn build:cjs ; yarn build:typings", + "build:clean": "rm -rf lib", + "build:esm": "tsc --module es2015 --target es2018 --outDir lib/esm && mv lib/esm/index.js lib/esm/index.mjs", + "build:cjs": "tsc --module commonjs --target es5 --outDir lib/cjs", + "build:typings": "tsc --declaration --outDir lib/typings --emitDeclarationOnly" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/steelbrain/promise-queue.git" + }, + "author": "steelbrain", + "license": "MIT", + "bugs": { + "url": "https://github.com/steelbrain/promise-queue/issues" + }, + "keywords": [ + "Promise", + "queue" + ], + "files": [ + "lib/*" + ], + "homepage": "https://github.com/steelbrain/promise-queue#readme", + "devDependencies": { + "ava": "^3.11.1", + "eslint-config-steelbrain": "^10.0.0-beta2", + "ts-node": "^8.10.2", + "typescript": "^3.9.7" + }, + "dependencies": {}, + "ava": { + "files": [ + "test/*-test.ts" + ], + "extensions": [ + "ts" + ], + "require": [ + "ts-node/register/transpile-only" + ] + }, + "engines": { + "node": ">= 8" + }, + "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" +} diff --git a/node_modules/sb-scandir/LICENSE.md b/node_modules/sb-scandir/LICENSE.md new file mode 100644 index 0000000..692379f --- /dev/null +++ b/node_modules/sb-scandir/LICENSE.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2020 steelbrain + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/node_modules/sb-scandir/README.md b/node_modules/sb-scandir/README.md new file mode 100644 index 0000000..f22b282 --- /dev/null +++ b/node_modules/sb-scandir/README.md @@ -0,0 +1,86 @@ +# ScanDir + +`sb-scandir` is a node module that supports simple file scanning with some sugar features. + +## Installation + +``` +npm install --save sb-scandir +``` + +## API + +```js +interface Result { + files: Array + directories: Array +} + +interface FileSystem { + join(pathA: string, pathB: string): string + basename(path: string): string + stat(path: string): Promise + readdir(path: string): Promise +} + +type Validate = (path: string) => boolean + +export const defaultFilesystem: FileSystem; + +export default async function scanDirectory( + path: string, + { + recursive = true, + validate = null, + concurrency = Infinity, + fileSystem = defaultFilesystem, + }: { + recursive?: boolean + validate?: Validate | null + concurrency?: number + fileSystem?: Partial + } = {}, +): Promise; +``` + +## Examples + +```js +import Path from 'path' +import scandir, { defaultFilesystem } from 'sb-scandir' +// or +const { default: scandir, defaultFilesystem } = require('sb-scandir') + +// Scan all files except the dot ones +scandir(__dirname).then(function(result) { + console.log('files', result.files) + console.log('directories', result.directories) +}) + +// Scan all top level files except dot ones +scandir(__dirname, { recursive: false }).then(function(files) { + console.log('files', result.files) + console.log('directories', result.directories) +}) + +// Scan all files even the dot ones +scandir(__dirname, { recursive: true, validate(path) { + return true +}}).then(function(files) { + console.log('files', result.files) + console.log('directories', result.directories) +}) + +// Scan all files except in .git and node_modules +scandir(__dirname, { recursive: true, validate(path) { + const baseName = Path.basename(path) + return baseName !== '.git' && baseName !== 'node_modules' +}}).then(function(files) { + console.log('files', result.files) + console.log('directories', result.directories) +}) +``` + +## License + +This project is licensed under the terms of MIT License. See the LICENSE file for more info. diff --git a/node_modules/sb-scandir/lib/cjs/index.js b/node_modules/sb-scandir/lib/cjs/index.js new file mode 100644 index 0000000..a0f147f --- /dev/null +++ b/node_modules/sb-scandir/lib/cjs/index.js @@ -0,0 +1,173 @@ +"use strict"; +/* @flow */ +var __assign = (this && this.__assign) || function () { + __assign = Object.assign || function(t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) + t[p] = s[p]; + } + return t; + }; + return __assign.apply(this, arguments); +}; +var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; +var __generator = (this && this.__generator) || function (thisArg, body) { + var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g; + return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g; + function verb(n) { return function (v) { return step([n, v]); }; } + function step(op) { + if (f) throw new TypeError("Generator is already executing."); + while (_) try { + if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; + if (y = 0, t) op = [op[0] & 2, t.value]; + switch (op[0]) { + case 0: case 1: t = op; break; + case 4: _.label++; return { value: op[1], done: false }; + case 5: _.label++; y = op[1]; op = [0]; continue; + case 7: op = _.ops.pop(); _.trys.pop(); continue; + default: + if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; } + if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; } + if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; } + if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; } + if (t[2]) _.ops.pop(); + _.trys.pop(); continue; + } + op = body.call(thisArg, _); + } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; } + if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; + } +}; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.defaultFilesystem = void 0; +var fs_1 = __importDefault(require("fs")); +var path_1 = __importDefault(require("path")); +var assert_1 = __importDefault(require("assert")); +var sb_promise_queue_1 = require("sb-promise-queue"); +exports.defaultFilesystem = { + join: function (pathA, pathB) { + return path_1.default.join(pathA, pathB); + }, + basename: function (path) { + return path_1.default.basename(path); + }, + stat: function (path) { + return new Promise(function (resolve, reject) { + fs_1.default.stat(path, function (err, res) { + if (err) { + reject(err); + } + else { + resolve(res); + } + }); + }); + }, + readdir: function (path) { + return new Promise(function (resolve, reject) { + fs_1.default.readdir(path, function (err, res) { + if (err) { + reject(err); + } + else { + resolve(res); + } + }); + }); + }, +}; +function scanDirectoryInternal(_a) { + var path = _a.path, recursive = _a.recursive, validate = _a.validate, result = _a.result, fileSystem = _a.fileSystem, queue = _a.queue, reject = _a.reject; + return __awaiter(this, void 0, void 0, function () { + var itemStat, contents; + return __generator(this, function (_b) { + switch (_b.label) { + case 0: return [4 /*yield*/, fileSystem.stat(path)]; + case 1: + itemStat = _b.sent(); + if (itemStat.isFile()) { + result.files.push(path); + } + else if (itemStat.isDirectory()) { + result.directories.push(path); + } + if (!itemStat.isDirectory() || recursive === 'none') { + return [2 /*return*/]; + } + return [4 /*yield*/, fileSystem.readdir(path)]; + case 2: + contents = _b.sent(); + contents.forEach(function (item) { + var itemPath = fileSystem.join(path, item); + if (!validate(itemPath)) { + return; + } + queue + .add(function () { + return scanDirectoryInternal({ + path: itemPath, + recursive: recursive === 'shallow' ? 'none' : 'deep', + validate: validate, + result: result, + fileSystem: fileSystem, + queue: queue, + reject: reject, + }); + }) + .catch(reject); + }); + return [2 /*return*/]; + } + }); + }); +} +function scanDirectory(path, _a) { + var _b = _a === void 0 ? {} : _a, _c = _b.recursive, recursive = _c === void 0 ? true : _c, _d = _b.validate, validate = _d === void 0 ? null : _d, _e = _b.concurrency, concurrency = _e === void 0 ? Infinity : _e, _f = _b.fileSystem, fileSystem = _f === void 0 ? exports.defaultFilesystem : _f; + return __awaiter(this, void 0, void 0, function () { + var queue, result, mergedFileSystem; + return __generator(this, function (_g) { + switch (_g.label) { + case 0: + assert_1.default(path && typeof path === 'string', 'path must be a valid string'); + assert_1.default(typeof recursive === 'boolean', 'options.recursive must be a valid boolean'); + assert_1.default(validate === null || typeof validate === 'function', 'options.validate must be a valid function'); + assert_1.default(typeof concurrency === 'number', 'options.concurrency must be a valid number'); + assert_1.default(fileSystem !== null && typeof fileSystem === 'object', 'options.fileSystem must be a valid object'); + queue = new sb_promise_queue_1.PromiseQueue({ + concurrency: concurrency, + }); + result = { files: [], directories: [] }; + mergedFileSystem = __assign(__assign({}, exports.defaultFilesystem), fileSystem); + return [4 /*yield*/, new Promise(function (resolve, reject) { + scanDirectoryInternal({ + path: path, + recursive: recursive ? 'deep' : 'shallow', + validate: validate != null ? validate : function (item) { return mergedFileSystem.basename(item).slice(0, 1) !== '.'; }, + result: result, + fileSystem: mergedFileSystem, + queue: queue, + reject: reject, + }) + .then(function () { return queue.waitTillIdle(); }) + .then(resolve, reject); + })]; + case 1: + _g.sent(); + return [2 /*return*/, result]; + } + }); + }); +} +exports.default = scanDirectory; diff --git a/node_modules/sb-scandir/lib/esm/index.mjs b/node_modules/sb-scandir/lib/esm/index.mjs new file mode 100644 index 0000000..99f4fda --- /dev/null +++ b/node_modules/sb-scandir/lib/esm/index.mjs @@ -0,0 +1,94 @@ +/* @flow */ +import fs from 'fs'; +import fsPath from 'path'; +import invariant from 'assert'; +import { PromiseQueue } from 'sb-promise-queue'; +export const defaultFilesystem = { + join(pathA, pathB) { + return fsPath.join(pathA, pathB); + }, + basename(path) { + return fsPath.basename(path); + }, + stat(path) { + return new Promise((resolve, reject) => { + fs.stat(path, (err, res) => { + if (err) { + reject(err); + } + else { + resolve(res); + } + }); + }); + }, + readdir(path) { + return new Promise((resolve, reject) => { + fs.readdir(path, (err, res) => { + if (err) { + reject(err); + } + else { + resolve(res); + } + }); + }); + }, +}; +async function scanDirectoryInternal({ path, recursive, validate, result, fileSystem, queue, reject, }) { + const itemStat = await fileSystem.stat(path); + if (itemStat.isFile()) { + result.files.push(path); + } + else if (itemStat.isDirectory()) { + result.directories.push(path); + } + if (!itemStat.isDirectory() || recursive === 'none') { + return; + } + const contents = await fileSystem.readdir(path); + contents.forEach((item) => { + const itemPath = fileSystem.join(path, item); + if (!validate(itemPath)) { + return; + } + queue + .add(() => scanDirectoryInternal({ + path: itemPath, + recursive: recursive === 'shallow' ? 'none' : 'deep', + validate, + result, + fileSystem, + queue, + reject, + })) + .catch(reject); + }); +} +async function scanDirectory(path, { recursive = true, validate = null, concurrency = Infinity, fileSystem = defaultFilesystem, } = {}) { + invariant(path && typeof path === 'string', 'path must be a valid string'); + invariant(typeof recursive === 'boolean', 'options.recursive must be a valid boolean'); + invariant(validate === null || typeof validate === 'function', 'options.validate must be a valid function'); + invariant(typeof concurrency === 'number', 'options.concurrency must be a valid number'); + invariant(fileSystem !== null && typeof fileSystem === 'object', 'options.fileSystem must be a valid object'); + const queue = new PromiseQueue({ + concurrency, + }); + const result = { files: [], directories: [] }; + const mergedFileSystem = { ...defaultFilesystem, ...fileSystem }; + await new Promise((resolve, reject) => { + scanDirectoryInternal({ + path, + recursive: recursive ? 'deep' : 'shallow', + validate: validate != null ? validate : (item) => mergedFileSystem.basename(item).slice(0, 1) !== '.', + result, + fileSystem: mergedFileSystem, + queue, + reject, + }) + .then(() => queue.waitTillIdle()) + .then(resolve, reject); + }); + return result; +} +export default scanDirectory; diff --git a/node_modules/sb-scandir/lib/typings/index.d.ts b/node_modules/sb-scandir/lib/typings/index.d.ts new file mode 100644 index 0000000..7951013 --- /dev/null +++ b/node_modules/sb-scandir/lib/typings/index.d.ts @@ -0,0 +1,21 @@ +/// +import fs from 'fs'; +interface Result { + files: Array; + directories: Array; +} +interface FileSystem { + join(pathA: string, pathB: string): string; + basename(path: string): string; + stat(path: string): Promise; + readdir(path: string): Promise; +} +declare type Validate = (path: string) => boolean; +export declare const defaultFilesystem: FileSystem; +declare function scanDirectory(path: string, { recursive, validate, concurrency, fileSystem, }?: { + recursive?: boolean; + validate?: Validate | null; + concurrency?: number; + fileSystem?: Partial; +}): Promise; +export default scanDirectory; diff --git a/node_modules/sb-scandir/package.json b/node_modules/sb-scandir/package.json new file mode 100644 index 0000000..fd916a7 --- /dev/null +++ b/node_modules/sb-scandir/package.json @@ -0,0 +1,69 @@ +{ + "name": "sb-scandir", + "version": "3.1.1", + "description": "File scanning module for Node.js", + "main": "lib/cjs/index.js", + "typings": "lib/typings/index.d.ts", + "module": "lib/esm/index.mjs", + "exports": { + ".": { + "types": "./lib/typings/index.d.ts", + "import": "./lib/esm/index.mjs", + "require": "./lib/cjs/index.js" + }, + "./package.json": "./package.json" + }, + "type": "commonjs", + "scripts": { + "test": "ava", + "lint": "(tsc -p . --noEmit) && (eslint . --ext .ts) && (prettier --list-different src/*.ts)", + "prepare": "yarn build:clean ; yarn build:esm ; yarn build:cjs ; yarn build:typings", + "build:clean": "rm -rf lib", + "build:esm": "tsc --module es2015 --target es2018 --outDir lib/esm && mv lib/esm/index.js lib/esm/index.mjs", + "build:cjs": "tsc --module commonjs --target es5 --outDir lib/cjs", + "build:typings": "tsc --declaration --outDir lib/typings --emitDeclarationOnly" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/steelbrain/scandir.git" + }, + "keywords": [ + "scandir", + "steelbrain", + "files", + "scan" + ], + "author": "steelbrain", + "license": "MIT", + "bugs": { + "url": "https://github.com/steelbrain/scandir/issues" + }, + "files": [ + "lib/*" + ], + "homepage": "https://github.com/steelbrain/scandir#readme", + "devDependencies": { + "ava": "^3.11.1", + "eslint-config-steelbrain": "^10.0.0-beta2", + "ts-node": "^8.10.2", + "typescript": "^3.9.7" + }, + "dependencies": { + "sb-promise-queue": "^2.1.0" + }, + "ava": { + "files": [ + "test/*-test.ts" + ], + "extensions": [ + "ts" + ], + "require": [ + "ts-node/register/transpile-only" + ] + }, + "engines": { + "node": ">= 8" + }, + "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" +} diff --git a/node_modules/semver/LICENSE b/node_modules/semver/LICENSE new file mode 100644 index 0000000..19129e3 --- /dev/null +++ b/node_modules/semver/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/semver/README.md b/node_modules/semver/README.md new file mode 100644 index 0000000..2293a14 --- /dev/null +++ b/node_modules/semver/README.md @@ -0,0 +1,443 @@ +semver(1) -- The semantic versioner for npm +=========================================== + +## Install + +```bash +npm install semver +```` + +## Usage + +As a node module: + +```js +const semver = require('semver') + +semver.valid('1.2.3') // '1.2.3' +semver.valid('a.b.c') // null +semver.clean(' =v1.2.3 ') // '1.2.3' +semver.satisfies('1.2.3', '1.x || >=2.5.0 || 5.0.0 - 7.2.3') // true +semver.gt('1.2.3', '9.8.7') // false +semver.lt('1.2.3', '9.8.7') // true +semver.minVersion('>=1.0.0') // '1.0.0' +semver.valid(semver.coerce('v2')) // '2.0.0' +semver.valid(semver.coerce('42.6.7.9.3-alpha')) // '42.6.7' +``` + +As a command-line utility: + +``` +$ semver -h + +A JavaScript implementation of the https://semver.org/ specification +Copyright Isaac Z. Schlueter + +Usage: semver [options] [ [...]] +Prints valid versions sorted by SemVer precedence + +Options: +-r --range + Print versions that match the specified range. + +-i --increment [] + Increment a version by the specified level. Level can + be one of: major, minor, patch, premajor, preminor, + prepatch, or prerelease. Default level is 'patch'. + Only one version may be specified. + +--preid + Identifier to be used to prefix premajor, preminor, + prepatch or prerelease version increments. + +-l --loose + Interpret versions and ranges loosely + +-p --include-prerelease + Always include prerelease versions in range matching + +-c --coerce + Coerce a string into SemVer if possible + (does not imply --loose) + +--rtl + Coerce version strings right to left + +--ltr + Coerce version strings left to right (default) + +Program exits successfully if any valid version satisfies +all supplied ranges, and prints all satisfying versions. + +If no satisfying versions are found, then exits failure. + +Versions are printed in ascending order, so supplying +multiple versions to the utility will just sort them. +``` + +## Versions + +A "version" is described by the `v2.0.0` specification found at +. + +A leading `"="` or `"v"` character is stripped off and ignored. + +## Ranges + +A `version range` is a set of `comparators` which specify versions +that satisfy the range. + +A `comparator` is composed of an `operator` and a `version`. The set +of primitive `operators` is: + +* `<` Less than +* `<=` Less than or equal to +* `>` Greater than +* `>=` Greater than or equal to +* `=` Equal. If no operator is specified, then equality is assumed, + so this operator is optional, but MAY be included. + +For example, the comparator `>=1.2.7` would match the versions +`1.2.7`, `1.2.8`, `2.5.3`, and `1.3.9`, but not the versions `1.2.6` +or `1.1.0`. + +Comparators can be joined by whitespace to form a `comparator set`, +which is satisfied by the **intersection** of all of the comparators +it includes. + +A range is composed of one or more comparator sets, joined by `||`. A +version matches a range if and only if every comparator in at least +one of the `||`-separated comparator sets is satisfied by the version. + +For example, the range `>=1.2.7 <1.3.0` would match the versions +`1.2.7`, `1.2.8`, and `1.2.99`, but not the versions `1.2.6`, `1.3.0`, +or `1.1.0`. + +The range `1.2.7 || >=1.2.9 <2.0.0` would match the versions `1.2.7`, +`1.2.9`, and `1.4.6`, but not the versions `1.2.8` or `2.0.0`. + +### Prerelease Tags + +If a version has a prerelease tag (for example, `1.2.3-alpha.3`) then +it will only be allowed to satisfy comparator sets if at least one +comparator with the same `[major, minor, patch]` tuple also has a +prerelease tag. + +For example, the range `>1.2.3-alpha.3` would be allowed to match the +version `1.2.3-alpha.7`, but it would *not* be satisfied by +`3.4.5-alpha.9`, even though `3.4.5-alpha.9` is technically "greater +than" `1.2.3-alpha.3` according to the SemVer sort rules. The version +range only accepts prerelease tags on the `1.2.3` version. The +version `3.4.5` *would* satisfy the range, because it does not have a +prerelease flag, and `3.4.5` is greater than `1.2.3-alpha.7`. + +The purpose for this behavior is twofold. First, prerelease versions +frequently are updated very quickly, and contain many breaking changes +that are (by the author's design) not yet fit for public consumption. +Therefore, by default, they are excluded from range matching +semantics. + +Second, a user who has opted into using a prerelease version has +clearly indicated the intent to use *that specific* set of +alpha/beta/rc versions. By including a prerelease tag in the range, +the user is indicating that they are aware of the risk. However, it +is still not appropriate to assume that they have opted into taking a +similar risk on the *next* set of prerelease versions. + +Note that this behavior can be suppressed (treating all prerelease +versions as if they were normal versions, for the purpose of range +matching) by setting the `includePrerelease` flag on the options +object to any +[functions](https://github.com/npm/node-semver#functions) that do +range matching. + +#### Prerelease Identifiers + +The method `.inc` takes an additional `identifier` string argument that +will append the value of the string as a prerelease identifier: + +```javascript +semver.inc('1.2.3', 'prerelease', 'beta') +// '1.2.4-beta.0' +``` + +command-line example: + +```bash +$ semver 1.2.3 -i prerelease --preid beta +1.2.4-beta.0 +``` + +Which then can be used to increment further: + +```bash +$ semver 1.2.4-beta.0 -i prerelease +1.2.4-beta.1 +``` + +### Advanced Range Syntax + +Advanced range syntax desugars to primitive comparators in +deterministic ways. + +Advanced ranges may be combined in the same way as primitive +comparators using white space or `||`. + +#### Hyphen Ranges `X.Y.Z - A.B.C` + +Specifies an inclusive set. + +* `1.2.3 - 2.3.4` := `>=1.2.3 <=2.3.4` + +If a partial version is provided as the first version in the inclusive +range, then the missing pieces are replaced with zeroes. + +* `1.2 - 2.3.4` := `>=1.2.0 <=2.3.4` + +If a partial version is provided as the second version in the +inclusive range, then all versions that start with the supplied parts +of the tuple are accepted, but nothing that would be greater than the +provided tuple parts. + +* `1.2.3 - 2.3` := `>=1.2.3 <2.4.0` +* `1.2.3 - 2` := `>=1.2.3 <3.0.0` + +#### X-Ranges `1.2.x` `1.X` `1.2.*` `*` + +Any of `X`, `x`, or `*` may be used to "stand in" for one of the +numeric values in the `[major, minor, patch]` tuple. + +* `*` := `>=0.0.0` (Any version satisfies) +* `1.x` := `>=1.0.0 <2.0.0` (Matching major version) +* `1.2.x` := `>=1.2.0 <1.3.0` (Matching major and minor versions) + +A partial version range is treated as an X-Range, so the special +character is in fact optional. + +* `""` (empty string) := `*` := `>=0.0.0` +* `1` := `1.x.x` := `>=1.0.0 <2.0.0` +* `1.2` := `1.2.x` := `>=1.2.0 <1.3.0` + +#### Tilde Ranges `~1.2.3` `~1.2` `~1` + +Allows patch-level changes if a minor version is specified on the +comparator. Allows minor-level changes if not. + +* `~1.2.3` := `>=1.2.3 <1.(2+1).0` := `>=1.2.3 <1.3.0` +* `~1.2` := `>=1.2.0 <1.(2+1).0` := `>=1.2.0 <1.3.0` (Same as `1.2.x`) +* `~1` := `>=1.0.0 <(1+1).0.0` := `>=1.0.0 <2.0.0` (Same as `1.x`) +* `~0.2.3` := `>=0.2.3 <0.(2+1).0` := `>=0.2.3 <0.3.0` +* `~0.2` := `>=0.2.0 <0.(2+1).0` := `>=0.2.0 <0.3.0` (Same as `0.2.x`) +* `~0` := `>=0.0.0 <(0+1).0.0` := `>=0.0.0 <1.0.0` (Same as `0.x`) +* `~1.2.3-beta.2` := `>=1.2.3-beta.2 <1.3.0` Note that prereleases in + the `1.2.3` version will be allowed, if they are greater than or + equal to `beta.2`. So, `1.2.3-beta.4` would be allowed, but + `1.2.4-beta.2` would not, because it is a prerelease of a + different `[major, minor, patch]` tuple. + +#### Caret Ranges `^1.2.3` `^0.2.5` `^0.0.4` + +Allows changes that do not modify the left-most non-zero element in the +`[major, minor, patch]` tuple. In other words, this allows patch and +minor updates for versions `1.0.0` and above, patch updates for +versions `0.X >=0.1.0`, and *no* updates for versions `0.0.X`. + +Many authors treat a `0.x` version as if the `x` were the major +"breaking-change" indicator. + +Caret ranges are ideal when an author may make breaking changes +between `0.2.4` and `0.3.0` releases, which is a common practice. +However, it presumes that there will *not* be breaking changes between +`0.2.4` and `0.2.5`. It allows for changes that are presumed to be +additive (but non-breaking), according to commonly observed practices. + +* `^1.2.3` := `>=1.2.3 <2.0.0` +* `^0.2.3` := `>=0.2.3 <0.3.0` +* `^0.0.3` := `>=0.0.3 <0.0.4` +* `^1.2.3-beta.2` := `>=1.2.3-beta.2 <2.0.0` Note that prereleases in + the `1.2.3` version will be allowed, if they are greater than or + equal to `beta.2`. So, `1.2.3-beta.4` would be allowed, but + `1.2.4-beta.2` would not, because it is a prerelease of a + different `[major, minor, patch]` tuple. +* `^0.0.3-beta` := `>=0.0.3-beta <0.0.4` Note that prereleases in the + `0.0.3` version *only* will be allowed, if they are greater than or + equal to `beta`. So, `0.0.3-pr.2` would be allowed. + +When parsing caret ranges, a missing `patch` value desugars to the +number `0`, but will allow flexibility within that value, even if the +major and minor versions are both `0`. + +* `^1.2.x` := `>=1.2.0 <2.0.0` +* `^0.0.x` := `>=0.0.0 <0.1.0` +* `^0.0` := `>=0.0.0 <0.1.0` + +A missing `minor` and `patch` values will desugar to zero, but also +allow flexibility within those values, even if the major version is +zero. + +* `^1.x` := `>=1.0.0 <2.0.0` +* `^0.x` := `>=0.0.0 <1.0.0` + +### Range Grammar + +Putting all this together, here is a Backus-Naur grammar for ranges, +for the benefit of parser authors: + +```bnf +range-set ::= range ( logical-or range ) * +logical-or ::= ( ' ' ) * '||' ( ' ' ) * +range ::= hyphen | simple ( ' ' simple ) * | '' +hyphen ::= partial ' - ' partial +simple ::= primitive | partial | tilde | caret +primitive ::= ( '<' | '>' | '>=' | '<=' | '=' ) partial +partial ::= xr ( '.' xr ( '.' xr qualifier ? )? )? +xr ::= 'x' | 'X' | '*' | nr +nr ::= '0' | ['1'-'9'] ( ['0'-'9'] ) * +tilde ::= '~' partial +caret ::= '^' partial +qualifier ::= ( '-' pre )? ( '+' build )? +pre ::= parts +build ::= parts +parts ::= part ( '.' part ) * +part ::= nr | [-0-9A-Za-z]+ +``` + +## Functions + +All methods and classes take a final `options` object argument. All +options in this object are `false` by default. The options supported +are: + +- `loose` Be more forgiving about not-quite-valid semver strings. + (Any resulting output will always be 100% strict compliant, of + course.) For backwards compatibility reasons, if the `options` + argument is a boolean value instead of an object, it is interpreted + to be the `loose` param. +- `includePrerelease` Set to suppress the [default + behavior](https://github.com/npm/node-semver#prerelease-tags) of + excluding prerelease tagged versions from ranges unless they are + explicitly opted into. + +Strict-mode Comparators and Ranges will be strict about the SemVer +strings that they parse. + +* `valid(v)`: Return the parsed version, or null if it's not valid. +* `inc(v, release)`: Return the version incremented by the release + type (`major`, `premajor`, `minor`, `preminor`, `patch`, + `prepatch`, or `prerelease`), or null if it's not valid + * `premajor` in one call will bump the version up to the next major + version and down to a prerelease of that major version. + `preminor`, and `prepatch` work the same way. + * If called from a non-prerelease version, the `prerelease` will work the + same as `prepatch`. It increments the patch version, then makes a + prerelease. If the input version is already a prerelease it simply + increments it. +* `prerelease(v)`: Returns an array of prerelease components, or null + if none exist. Example: `prerelease('1.2.3-alpha.1') -> ['alpha', 1]` +* `major(v)`: Return the major version number. +* `minor(v)`: Return the minor version number. +* `patch(v)`: Return the patch version number. +* `intersects(r1, r2, loose)`: Return true if the two supplied ranges + or comparators intersect. +* `parse(v)`: Attempt to parse a string as a semantic version, returning either + a `SemVer` object or `null`. + +### Comparison + +* `gt(v1, v2)`: `v1 > v2` +* `gte(v1, v2)`: `v1 >= v2` +* `lt(v1, v2)`: `v1 < v2` +* `lte(v1, v2)`: `v1 <= v2` +* `eq(v1, v2)`: `v1 == v2` This is true if they're logically equivalent, + even if they're not the exact same string. You already know how to + compare strings. +* `neq(v1, v2)`: `v1 != v2` The opposite of `eq`. +* `cmp(v1, comparator, v2)`: Pass in a comparison string, and it'll call + the corresponding function above. `"==="` and `"!=="` do simple + string comparison, but are included for completeness. Throws if an + invalid comparison string is provided. +* `compare(v1, v2)`: Return `0` if `v1 == v2`, or `1` if `v1` is greater, or `-1` if + `v2` is greater. Sorts in ascending order if passed to `Array.sort()`. +* `rcompare(v1, v2)`: The reverse of compare. Sorts an array of versions + in descending order when passed to `Array.sort()`. +* `compareBuild(v1, v2)`: The same as `compare` but considers `build` when two versions + are equal. Sorts in ascending order if passed to `Array.sort()`. + `v2` is greater. Sorts in ascending order if passed to `Array.sort()`. +* `diff(v1, v2)`: Returns difference between two versions by the release type + (`major`, `premajor`, `minor`, `preminor`, `patch`, `prepatch`, or `prerelease`), + or null if the versions are the same. + +### Comparators + +* `intersects(comparator)`: Return true if the comparators intersect + +### Ranges + +* `validRange(range)`: Return the valid range or null if it's not valid +* `satisfies(version, range)`: Return true if the version satisfies the + range. +* `maxSatisfying(versions, range)`: Return the highest version in the list + that satisfies the range, or `null` if none of them do. +* `minSatisfying(versions, range)`: Return the lowest version in the list + that satisfies the range, or `null` if none of them do. +* `minVersion(range)`: Return the lowest version that can possibly match + the given range. +* `gtr(version, range)`: Return `true` if version is greater than all the + versions possible in the range. +* `ltr(version, range)`: Return `true` if version is less than all the + versions possible in the range. +* `outside(version, range, hilo)`: Return true if the version is outside + the bounds of the range in either the high or low direction. The + `hilo` argument must be either the string `'>'` or `'<'`. (This is + the function called by `gtr` and `ltr`.) +* `intersects(range)`: Return true if any of the ranges comparators intersect + +Note that, since ranges may be non-contiguous, a version might not be +greater than a range, less than a range, *or* satisfy a range! For +example, the range `1.2 <1.2.9 || >2.0.0` would have a hole from `1.2.9` +until `2.0.0`, so the version `1.2.10` would not be greater than the +range (because `2.0.1` satisfies, which is higher), nor less than the +range (since `1.2.8` satisfies, which is lower), and it also does not +satisfy the range. + +If you want to know if a version satisfies or does not satisfy a +range, use the `satisfies(version, range)` function. + +### Coercion + +* `coerce(version, options)`: Coerces a string to semver if possible + +This aims to provide a very forgiving translation of a non-semver string to +semver. It looks for the first digit in a string, and consumes all +remaining characters which satisfy at least a partial semver (e.g., `1`, +`1.2`, `1.2.3`) up to the max permitted length (256 characters). Longer +versions are simply truncated (`4.6.3.9.2-alpha2` becomes `4.6.3`). All +surrounding text is simply ignored (`v3.4 replaces v3.3.1` becomes +`3.4.0`). Only text which lacks digits will fail coercion (`version one` +is not valid). The maximum length for any semver component considered for +coercion is 16 characters; longer components will be ignored +(`10000000000000000.4.7.4` becomes `4.7.4`). The maximum value for any +semver component is `Integer.MAX_SAFE_INTEGER || (2**53 - 1)`; higher value +components are invalid (`9999999999999999.4.7.4` is likely invalid). + +If the `options.rtl` flag is set, then `coerce` will return the right-most +coercible tuple that does not share an ending index with a longer coercible +tuple. For example, `1.2.3.4` will return `2.3.4` in rtl mode, not +`4.0.0`. `1.2.3/4` will return `4.0.0`, because the `4` is not a part of +any other overlapping SemVer tuple. + +### Clean + +* `clean(version)`: Clean a string to be a valid semver if possible + +This will return a cleaned and trimmed semver version. If the provided version is not valid a null will be returned. This does not work for ranges. + +ex. +* `s.clean(' = v 2.1.5foo')`: `null` +* `s.clean(' = v 2.1.5foo', { loose: true })`: `'2.1.5-foo'` +* `s.clean(' = v 2.1.5-foo')`: `null` +* `s.clean(' = v 2.1.5-foo', { loose: true })`: `'2.1.5-foo'` +* `s.clean('=v2.1.5')`: `'2.1.5'` +* `s.clean(' =v2.1.5')`: `2.1.5` +* `s.clean(' 2.1.5 ')`: `'2.1.5'` +* `s.clean('~1.0.0')`: `null` diff --git a/node_modules/semver/bin/semver.js b/node_modules/semver/bin/semver.js new file mode 100644 index 0000000..666034a --- /dev/null +++ b/node_modules/semver/bin/semver.js @@ -0,0 +1,174 @@ +#!/usr/bin/env node +// Standalone semver comparison program. +// Exits successfully and prints matching version(s) if +// any supplied version is valid and passes all tests. + +var argv = process.argv.slice(2) + +var versions = [] + +var range = [] + +var inc = null + +var version = require('../package.json').version + +var loose = false + +var includePrerelease = false + +var coerce = false + +var rtl = false + +var identifier + +var semver = require('../semver') + +var reverse = false + +var options = {} + +main() + +function main () { + if (!argv.length) return help() + while (argv.length) { + var a = argv.shift() + var indexOfEqualSign = a.indexOf('=') + if (indexOfEqualSign !== -1) { + a = a.slice(0, indexOfEqualSign) + argv.unshift(a.slice(indexOfEqualSign + 1)) + } + switch (a) { + case '-rv': case '-rev': case '--rev': case '--reverse': + reverse = true + break + case '-l': case '--loose': + loose = true + break + case '-p': case '--include-prerelease': + includePrerelease = true + break + case '-v': case '--version': + versions.push(argv.shift()) + break + case '-i': case '--inc': case '--increment': + switch (argv[0]) { + case 'major': case 'minor': case 'patch': case 'prerelease': + case 'premajor': case 'preminor': case 'prepatch': + inc = argv.shift() + break + default: + inc = 'patch' + break + } + break + case '--preid': + identifier = argv.shift() + break + case '-r': case '--range': + range.push(argv.shift()) + break + case '-c': case '--coerce': + coerce = true + break + case '--rtl': + rtl = true + break + case '--ltr': + rtl = false + break + case '-h': case '--help': case '-?': + return help() + default: + versions.push(a) + break + } + } + + var options = { loose: loose, includePrerelease: includePrerelease, rtl: rtl } + + versions = versions.map(function (v) { + return coerce ? (semver.coerce(v, options) || { version: v }).version : v + }).filter(function (v) { + return semver.valid(v) + }) + if (!versions.length) return fail() + if (inc && (versions.length !== 1 || range.length)) { return failInc() } + + for (var i = 0, l = range.length; i < l; i++) { + versions = versions.filter(function (v) { + return semver.satisfies(v, range[i], options) + }) + if (!versions.length) return fail() + } + return success(versions) +} + +function failInc () { + console.error('--inc can only be used on a single version with no range') + fail() +} + +function fail () { process.exit(1) } + +function success () { + var compare = reverse ? 'rcompare' : 'compare' + versions.sort(function (a, b) { + return semver[compare](a, b, options) + }).map(function (v) { + return semver.clean(v, options) + }).map(function (v) { + return inc ? semver.inc(v, inc, options, identifier) : v + }).forEach(function (v, i, _) { console.log(v) }) +} + +function help () { + console.log(['SemVer ' + version, + '', + 'A JavaScript implementation of the https://semver.org/ specification', + 'Copyright Isaac Z. Schlueter', + '', + 'Usage: semver [options] [ [...]]', + 'Prints valid versions sorted by SemVer precedence', + '', + 'Options:', + '-r --range ', + ' Print versions that match the specified range.', + '', + '-i --increment []', + ' Increment a version by the specified level. Level can', + ' be one of: major, minor, patch, premajor, preminor,', + " prepatch, or prerelease. Default level is 'patch'.", + ' Only one version may be specified.', + '', + '--preid ', + ' Identifier to be used to prefix premajor, preminor,', + ' prepatch or prerelease version increments.', + '', + '-l --loose', + ' Interpret versions and ranges loosely', + '', + '-p --include-prerelease', + ' Always include prerelease versions in range matching', + '', + '-c --coerce', + ' Coerce a string into SemVer if possible', + ' (does not imply --loose)', + '', + '--rtl', + ' Coerce version strings right to left', + '', + '--ltr', + ' Coerce version strings left to right (default)', + '', + 'Program exits successfully if any valid version satisfies', + 'all supplied ranges, and prints all satisfying versions.', + '', + 'If no satisfying versions are found, then exits failure.', + '', + 'Versions are printed in ascending order, so supplying', + 'multiple versions to the utility will just sort them.' + ].join('\n')) +} diff --git a/node_modules/semver/package.json b/node_modules/semver/package.json new file mode 100644 index 0000000..6b970a6 --- /dev/null +++ b/node_modules/semver/package.json @@ -0,0 +1,38 @@ +{ + "name": "semver", + "version": "6.3.1", + "description": "The semantic version parser used by npm.", + "main": "semver.js", + "scripts": { + "test": "tap test/ --100 --timeout=30", + "lint": "echo linting disabled", + "postlint": "template-oss-check", + "template-oss-apply": "template-oss-apply --force", + "lintfix": "npm run lint -- --fix", + "snap": "tap test/ --100 --timeout=30", + "posttest": "npm run lint" + }, + "devDependencies": { + "@npmcli/template-oss": "4.17.0", + "tap": "^12.7.0" + }, + "license": "ISC", + "repository": { + "type": "git", + "url": "https://github.com/npm/node-semver.git" + }, + "bin": { + "semver": "./bin/semver.js" + }, + "files": [ + "bin", + "range.bnf", + "semver.js" + ], + "author": "GitHub Inc.", + "templateOSS": { + "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", + "content": "./scripts/template-oss", + "version": "4.17.0" + } +} diff --git a/node_modules/semver/range.bnf b/node_modules/semver/range.bnf new file mode 100644 index 0000000..d4c6ae0 --- /dev/null +++ b/node_modules/semver/range.bnf @@ -0,0 +1,16 @@ +range-set ::= range ( logical-or range ) * +logical-or ::= ( ' ' ) * '||' ( ' ' ) * +range ::= hyphen | simple ( ' ' simple ) * | '' +hyphen ::= partial ' - ' partial +simple ::= primitive | partial | tilde | caret +primitive ::= ( '<' | '>' | '>=' | '<=' | '=' ) partial +partial ::= xr ( '.' xr ( '.' xr qualifier ? )? )? +xr ::= 'x' | 'X' | '*' | nr +nr ::= '0' | [1-9] ( [0-9] ) * +tilde ::= '~' partial +caret ::= '^' partial +qualifier ::= ( '-' pre )? ( '+' build )? +pre ::= parts +build ::= parts +parts ::= part ( '.' part ) * +part ::= nr | [-0-9A-Za-z]+ diff --git a/node_modules/semver/semver.js b/node_modules/semver/semver.js new file mode 100644 index 0000000..39319c1 --- /dev/null +++ b/node_modules/semver/semver.js @@ -0,0 +1,1643 @@ +exports = module.exports = SemVer + +var debug +/* istanbul ignore next */ +if (typeof process === 'object' && + process.env && + process.env.NODE_DEBUG && + /\bsemver\b/i.test(process.env.NODE_DEBUG)) { + debug = function () { + var args = Array.prototype.slice.call(arguments, 0) + args.unshift('SEMVER') + console.log.apply(console, args) + } +} else { + debug = function () {} +} + +// Note: this is the semver.org version of the spec that it implements +// Not necessarily the package version of this code. +exports.SEMVER_SPEC_VERSION = '2.0.0' + +var MAX_LENGTH = 256 +var MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || + /* istanbul ignore next */ 9007199254740991 + +// Max safe segment length for coercion. +var MAX_SAFE_COMPONENT_LENGTH = 16 + +var MAX_SAFE_BUILD_LENGTH = MAX_LENGTH - 6 + +// The actual regexps go on exports.re +var re = exports.re = [] +var safeRe = exports.safeRe = [] +var src = exports.src = [] +var t = exports.tokens = {} +var R = 0 + +function tok (n) { + t[n] = R++ +} + +var LETTERDASHNUMBER = '[a-zA-Z0-9-]' + +// Replace some greedy regex tokens to prevent regex dos issues. These regex are +// used internally via the safeRe object since all inputs in this library get +// normalized first to trim and collapse all extra whitespace. The original +// regexes are exported for userland consumption and lower level usage. A +// future breaking change could export the safer regex only with a note that +// all input should have extra whitespace removed. +var safeRegexReplacements = [ + ['\\s', 1], + ['\\d', MAX_LENGTH], + [LETTERDASHNUMBER, MAX_SAFE_BUILD_LENGTH], +] + +function makeSafeRe (value) { + for (var i = 0; i < safeRegexReplacements.length; i++) { + var token = safeRegexReplacements[i][0] + var max = safeRegexReplacements[i][1] + value = value + .split(token + '*').join(token + '{0,' + max + '}') + .split(token + '+').join(token + '{1,' + max + '}') + } + return value +} + +// The following Regular Expressions can be used for tokenizing, +// validating, and parsing SemVer version strings. + +// ## Numeric Identifier +// A single `0`, or a non-zero digit followed by zero or more digits. + +tok('NUMERICIDENTIFIER') +src[t.NUMERICIDENTIFIER] = '0|[1-9]\\d*' +tok('NUMERICIDENTIFIERLOOSE') +src[t.NUMERICIDENTIFIERLOOSE] = '\\d+' + +// ## Non-numeric Identifier +// Zero or more digits, followed by a letter or hyphen, and then zero or +// more letters, digits, or hyphens. + +tok('NONNUMERICIDENTIFIER') +src[t.NONNUMERICIDENTIFIER] = '\\d*[a-zA-Z-]' + LETTERDASHNUMBER + '*' + +// ## Main Version +// Three dot-separated numeric identifiers. + +tok('MAINVERSION') +src[t.MAINVERSION] = '(' + src[t.NUMERICIDENTIFIER] + ')\\.' + + '(' + src[t.NUMERICIDENTIFIER] + ')\\.' + + '(' + src[t.NUMERICIDENTIFIER] + ')' + +tok('MAINVERSIONLOOSE') +src[t.MAINVERSIONLOOSE] = '(' + src[t.NUMERICIDENTIFIERLOOSE] + ')\\.' + + '(' + src[t.NUMERICIDENTIFIERLOOSE] + ')\\.' + + '(' + src[t.NUMERICIDENTIFIERLOOSE] + ')' + +// ## Pre-release Version Identifier +// A numeric identifier, or a non-numeric identifier. + +tok('PRERELEASEIDENTIFIER') +src[t.PRERELEASEIDENTIFIER] = '(?:' + src[t.NUMERICIDENTIFIER] + + '|' + src[t.NONNUMERICIDENTIFIER] + ')' + +tok('PRERELEASEIDENTIFIERLOOSE') +src[t.PRERELEASEIDENTIFIERLOOSE] = '(?:' + src[t.NUMERICIDENTIFIERLOOSE] + + '|' + src[t.NONNUMERICIDENTIFIER] + ')' + +// ## Pre-release Version +// Hyphen, followed by one or more dot-separated pre-release version +// identifiers. + +tok('PRERELEASE') +src[t.PRERELEASE] = '(?:-(' + src[t.PRERELEASEIDENTIFIER] + + '(?:\\.' + src[t.PRERELEASEIDENTIFIER] + ')*))' + +tok('PRERELEASELOOSE') +src[t.PRERELEASELOOSE] = '(?:-?(' + src[t.PRERELEASEIDENTIFIERLOOSE] + + '(?:\\.' + src[t.PRERELEASEIDENTIFIERLOOSE] + ')*))' + +// ## Build Metadata Identifier +// Any combination of digits, letters, or hyphens. + +tok('BUILDIDENTIFIER') +src[t.BUILDIDENTIFIER] = LETTERDASHNUMBER + '+' + +// ## Build Metadata +// Plus sign, followed by one or more period-separated build metadata +// identifiers. + +tok('BUILD') +src[t.BUILD] = '(?:\\+(' + src[t.BUILDIDENTIFIER] + + '(?:\\.' + src[t.BUILDIDENTIFIER] + ')*))' + +// ## Full Version String +// A main version, followed optionally by a pre-release version and +// build metadata. + +// Note that the only major, minor, patch, and pre-release sections of +// the version string are capturing groups. The build metadata is not a +// capturing group, because it should not ever be used in version +// comparison. + +tok('FULL') +tok('FULLPLAIN') +src[t.FULLPLAIN] = 'v?' + src[t.MAINVERSION] + + src[t.PRERELEASE] + '?' + + src[t.BUILD] + '?' + +src[t.FULL] = '^' + src[t.FULLPLAIN] + '$' + +// like full, but allows v1.2.3 and =1.2.3, which people do sometimes. +// also, 1.0.0alpha1 (prerelease without the hyphen) which is pretty +// common in the npm registry. +tok('LOOSEPLAIN') +src[t.LOOSEPLAIN] = '[v=\\s]*' + src[t.MAINVERSIONLOOSE] + + src[t.PRERELEASELOOSE] + '?' + + src[t.BUILD] + '?' + +tok('LOOSE') +src[t.LOOSE] = '^' + src[t.LOOSEPLAIN] + '$' + +tok('GTLT') +src[t.GTLT] = '((?:<|>)?=?)' + +// Something like "2.*" or "1.2.x". +// Note that "x.x" is a valid xRange identifer, meaning "any version" +// Only the first item is strictly required. +tok('XRANGEIDENTIFIERLOOSE') +src[t.XRANGEIDENTIFIERLOOSE] = src[t.NUMERICIDENTIFIERLOOSE] + '|x|X|\\*' +tok('XRANGEIDENTIFIER') +src[t.XRANGEIDENTIFIER] = src[t.NUMERICIDENTIFIER] + '|x|X|\\*' + +tok('XRANGEPLAIN') +src[t.XRANGEPLAIN] = '[v=\\s]*(' + src[t.XRANGEIDENTIFIER] + ')' + + '(?:\\.(' + src[t.XRANGEIDENTIFIER] + ')' + + '(?:\\.(' + src[t.XRANGEIDENTIFIER] + ')' + + '(?:' + src[t.PRERELEASE] + ')?' + + src[t.BUILD] + '?' + + ')?)?' + +tok('XRANGEPLAINLOOSE') +src[t.XRANGEPLAINLOOSE] = '[v=\\s]*(' + src[t.XRANGEIDENTIFIERLOOSE] + ')' + + '(?:\\.(' + src[t.XRANGEIDENTIFIERLOOSE] + ')' + + '(?:\\.(' + src[t.XRANGEIDENTIFIERLOOSE] + ')' + + '(?:' + src[t.PRERELEASELOOSE] + ')?' + + src[t.BUILD] + '?' + + ')?)?' + +tok('XRANGE') +src[t.XRANGE] = '^' + src[t.GTLT] + '\\s*' + src[t.XRANGEPLAIN] + '$' +tok('XRANGELOOSE') +src[t.XRANGELOOSE] = '^' + src[t.GTLT] + '\\s*' + src[t.XRANGEPLAINLOOSE] + '$' + +// Coercion. +// Extract anything that could conceivably be a part of a valid semver +tok('COERCE') +src[t.COERCE] = '(^|[^\\d])' + + '(\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '})' + + '(?:\\.(\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '}))?' + + '(?:\\.(\\d{1,' + MAX_SAFE_COMPONENT_LENGTH + '}))?' + + '(?:$|[^\\d])' +tok('COERCERTL') +re[t.COERCERTL] = new RegExp(src[t.COERCE], 'g') +safeRe[t.COERCERTL] = new RegExp(makeSafeRe(src[t.COERCE]), 'g') + +// Tilde ranges. +// Meaning is "reasonably at or greater than" +tok('LONETILDE') +src[t.LONETILDE] = '(?:~>?)' + +tok('TILDETRIM') +src[t.TILDETRIM] = '(\\s*)' + src[t.LONETILDE] + '\\s+' +re[t.TILDETRIM] = new RegExp(src[t.TILDETRIM], 'g') +safeRe[t.TILDETRIM] = new RegExp(makeSafeRe(src[t.TILDETRIM]), 'g') +var tildeTrimReplace = '$1~' + +tok('TILDE') +src[t.TILDE] = '^' + src[t.LONETILDE] + src[t.XRANGEPLAIN] + '$' +tok('TILDELOOSE') +src[t.TILDELOOSE] = '^' + src[t.LONETILDE] + src[t.XRANGEPLAINLOOSE] + '$' + +// Caret ranges. +// Meaning is "at least and backwards compatible with" +tok('LONECARET') +src[t.LONECARET] = '(?:\\^)' + +tok('CARETTRIM') +src[t.CARETTRIM] = '(\\s*)' + src[t.LONECARET] + '\\s+' +re[t.CARETTRIM] = new RegExp(src[t.CARETTRIM], 'g') +safeRe[t.CARETTRIM] = new RegExp(makeSafeRe(src[t.CARETTRIM]), 'g') +var caretTrimReplace = '$1^' + +tok('CARET') +src[t.CARET] = '^' + src[t.LONECARET] + src[t.XRANGEPLAIN] + '$' +tok('CARETLOOSE') +src[t.CARETLOOSE] = '^' + src[t.LONECARET] + src[t.XRANGEPLAINLOOSE] + '$' + +// A simple gt/lt/eq thing, or just "" to indicate "any version" +tok('COMPARATORLOOSE') +src[t.COMPARATORLOOSE] = '^' + src[t.GTLT] + '\\s*(' + src[t.LOOSEPLAIN] + ')$|^$' +tok('COMPARATOR') +src[t.COMPARATOR] = '^' + src[t.GTLT] + '\\s*(' + src[t.FULLPLAIN] + ')$|^$' + +// An expression to strip any whitespace between the gtlt and the thing +// it modifies, so that `> 1.2.3` ==> `>1.2.3` +tok('COMPARATORTRIM') +src[t.COMPARATORTRIM] = '(\\s*)' + src[t.GTLT] + + '\\s*(' + src[t.LOOSEPLAIN] + '|' + src[t.XRANGEPLAIN] + ')' + +// this one has to use the /g flag +re[t.COMPARATORTRIM] = new RegExp(src[t.COMPARATORTRIM], 'g') +safeRe[t.COMPARATORTRIM] = new RegExp(makeSafeRe(src[t.COMPARATORTRIM]), 'g') +var comparatorTrimReplace = '$1$2$3' + +// Something like `1.2.3 - 1.2.4` +// Note that these all use the loose form, because they'll be +// checked against either the strict or loose comparator form +// later. +tok('HYPHENRANGE') +src[t.HYPHENRANGE] = '^\\s*(' + src[t.XRANGEPLAIN] + ')' + + '\\s+-\\s+' + + '(' + src[t.XRANGEPLAIN] + ')' + + '\\s*$' + +tok('HYPHENRANGELOOSE') +src[t.HYPHENRANGELOOSE] = '^\\s*(' + src[t.XRANGEPLAINLOOSE] + ')' + + '\\s+-\\s+' + + '(' + src[t.XRANGEPLAINLOOSE] + ')' + + '\\s*$' + +// Star ranges basically just allow anything at all. +tok('STAR') +src[t.STAR] = '(<|>)?=?\\s*\\*' + +// Compile to actual regexp objects. +// All are flag-free, unless they were created above with a flag. +for (var i = 0; i < R; i++) { + debug(i, src[i]) + if (!re[i]) { + re[i] = new RegExp(src[i]) + + // Replace all greedy whitespace to prevent regex dos issues. These regex are + // used internally via the safeRe object since all inputs in this library get + // normalized first to trim and collapse all extra whitespace. The original + // regexes are exported for userland consumption and lower level usage. A + // future breaking change could export the safer regex only with a note that + // all input should have extra whitespace removed. + safeRe[i] = new RegExp(makeSafeRe(src[i])) + } +} + +exports.parse = parse +function parse (version, options) { + if (!options || typeof options !== 'object') { + options = { + loose: !!options, + includePrerelease: false + } + } + + if (version instanceof SemVer) { + return version + } + + if (typeof version !== 'string') { + return null + } + + if (version.length > MAX_LENGTH) { + return null + } + + var r = options.loose ? safeRe[t.LOOSE] : safeRe[t.FULL] + if (!r.test(version)) { + return null + } + + try { + return new SemVer(version, options) + } catch (er) { + return null + } +} + +exports.valid = valid +function valid (version, options) { + var v = parse(version, options) + return v ? v.version : null +} + +exports.clean = clean +function clean (version, options) { + var s = parse(version.trim().replace(/^[=v]+/, ''), options) + return s ? s.version : null +} + +exports.SemVer = SemVer + +function SemVer (version, options) { + if (!options || typeof options !== 'object') { + options = { + loose: !!options, + includePrerelease: false + } + } + if (version instanceof SemVer) { + if (version.loose === options.loose) { + return version + } else { + version = version.version + } + } else if (typeof version !== 'string') { + throw new TypeError('Invalid Version: ' + version) + } + + if (version.length > MAX_LENGTH) { + throw new TypeError('version is longer than ' + MAX_LENGTH + ' characters') + } + + if (!(this instanceof SemVer)) { + return new SemVer(version, options) + } + + debug('SemVer', version, options) + this.options = options + this.loose = !!options.loose + + var m = version.trim().match(options.loose ? safeRe[t.LOOSE] : safeRe[t.FULL]) + + if (!m) { + throw new TypeError('Invalid Version: ' + version) + } + + this.raw = version + + // these are actually numbers + this.major = +m[1] + this.minor = +m[2] + this.patch = +m[3] + + if (this.major > MAX_SAFE_INTEGER || this.major < 0) { + throw new TypeError('Invalid major version') + } + + if (this.minor > MAX_SAFE_INTEGER || this.minor < 0) { + throw new TypeError('Invalid minor version') + } + + if (this.patch > MAX_SAFE_INTEGER || this.patch < 0) { + throw new TypeError('Invalid patch version') + } + + // numberify any prerelease numeric ids + if (!m[4]) { + this.prerelease = [] + } else { + this.prerelease = m[4].split('.').map(function (id) { + if (/^[0-9]+$/.test(id)) { + var num = +id + if (num >= 0 && num < MAX_SAFE_INTEGER) { + return num + } + } + return id + }) + } + + this.build = m[5] ? m[5].split('.') : [] + this.format() +} + +SemVer.prototype.format = function () { + this.version = this.major + '.' + this.minor + '.' + this.patch + if (this.prerelease.length) { + this.version += '-' + this.prerelease.join('.') + } + return this.version +} + +SemVer.prototype.toString = function () { + return this.version +} + +SemVer.prototype.compare = function (other) { + debug('SemVer.compare', this.version, this.options, other) + if (!(other instanceof SemVer)) { + other = new SemVer(other, this.options) + } + + return this.compareMain(other) || this.comparePre(other) +} + +SemVer.prototype.compareMain = function (other) { + if (!(other instanceof SemVer)) { + other = new SemVer(other, this.options) + } + + return compareIdentifiers(this.major, other.major) || + compareIdentifiers(this.minor, other.minor) || + compareIdentifiers(this.patch, other.patch) +} + +SemVer.prototype.comparePre = function (other) { + if (!(other instanceof SemVer)) { + other = new SemVer(other, this.options) + } + + // NOT having a prerelease is > having one + if (this.prerelease.length && !other.prerelease.length) { + return -1 + } else if (!this.prerelease.length && other.prerelease.length) { + return 1 + } else if (!this.prerelease.length && !other.prerelease.length) { + return 0 + } + + var i = 0 + do { + var a = this.prerelease[i] + var b = other.prerelease[i] + debug('prerelease compare', i, a, b) + if (a === undefined && b === undefined) { + return 0 + } else if (b === undefined) { + return 1 + } else if (a === undefined) { + return -1 + } else if (a === b) { + continue + } else { + return compareIdentifiers(a, b) + } + } while (++i) +} + +SemVer.prototype.compareBuild = function (other) { + if (!(other instanceof SemVer)) { + other = new SemVer(other, this.options) + } + + var i = 0 + do { + var a = this.build[i] + var b = other.build[i] + debug('prerelease compare', i, a, b) + if (a === undefined && b === undefined) { + return 0 + } else if (b === undefined) { + return 1 + } else if (a === undefined) { + return -1 + } else if (a === b) { + continue + } else { + return compareIdentifiers(a, b) + } + } while (++i) +} + +// preminor will bump the version up to the next minor release, and immediately +// down to pre-release. premajor and prepatch work the same way. +SemVer.prototype.inc = function (release, identifier) { + switch (release) { + case 'premajor': + this.prerelease.length = 0 + this.patch = 0 + this.minor = 0 + this.major++ + this.inc('pre', identifier) + break + case 'preminor': + this.prerelease.length = 0 + this.patch = 0 + this.minor++ + this.inc('pre', identifier) + break + case 'prepatch': + // If this is already a prerelease, it will bump to the next version + // drop any prereleases that might already exist, since they are not + // relevant at this point. + this.prerelease.length = 0 + this.inc('patch', identifier) + this.inc('pre', identifier) + break + // If the input is a non-prerelease version, this acts the same as + // prepatch. + case 'prerelease': + if (this.prerelease.length === 0) { + this.inc('patch', identifier) + } + this.inc('pre', identifier) + break + + case 'major': + // If this is a pre-major version, bump up to the same major version. + // Otherwise increment major. + // 1.0.0-5 bumps to 1.0.0 + // 1.1.0 bumps to 2.0.0 + if (this.minor !== 0 || + this.patch !== 0 || + this.prerelease.length === 0) { + this.major++ + } + this.minor = 0 + this.patch = 0 + this.prerelease = [] + break + case 'minor': + // If this is a pre-minor version, bump up to the same minor version. + // Otherwise increment minor. + // 1.2.0-5 bumps to 1.2.0 + // 1.2.1 bumps to 1.3.0 + if (this.patch !== 0 || this.prerelease.length === 0) { + this.minor++ + } + this.patch = 0 + this.prerelease = [] + break + case 'patch': + // If this is not a pre-release version, it will increment the patch. + // If it is a pre-release it will bump up to the same patch version. + // 1.2.0-5 patches to 1.2.0 + // 1.2.0 patches to 1.2.1 + if (this.prerelease.length === 0) { + this.patch++ + } + this.prerelease = [] + break + // This probably shouldn't be used publicly. + // 1.0.0 "pre" would become 1.0.0-0 which is the wrong direction. + case 'pre': + if (this.prerelease.length === 0) { + this.prerelease = [0] + } else { + var i = this.prerelease.length + while (--i >= 0) { + if (typeof this.prerelease[i] === 'number') { + this.prerelease[i]++ + i = -2 + } + } + if (i === -1) { + // didn't increment anything + this.prerelease.push(0) + } + } + if (identifier) { + // 1.2.0-beta.1 bumps to 1.2.0-beta.2, + // 1.2.0-beta.fooblz or 1.2.0-beta bumps to 1.2.0-beta.0 + if (this.prerelease[0] === identifier) { + if (isNaN(this.prerelease[1])) { + this.prerelease = [identifier, 0] + } + } else { + this.prerelease = [identifier, 0] + } + } + break + + default: + throw new Error('invalid increment argument: ' + release) + } + this.format() + this.raw = this.version + return this +} + +exports.inc = inc +function inc (version, release, loose, identifier) { + if (typeof (loose) === 'string') { + identifier = loose + loose = undefined + } + + try { + return new SemVer(version, loose).inc(release, identifier).version + } catch (er) { + return null + } +} + +exports.diff = diff +function diff (version1, version2) { + if (eq(version1, version2)) { + return null + } else { + var v1 = parse(version1) + var v2 = parse(version2) + var prefix = '' + if (v1.prerelease.length || v2.prerelease.length) { + prefix = 'pre' + var defaultResult = 'prerelease' + } + for (var key in v1) { + if (key === 'major' || key === 'minor' || key === 'patch') { + if (v1[key] !== v2[key]) { + return prefix + key + } + } + } + return defaultResult // may be undefined + } +} + +exports.compareIdentifiers = compareIdentifiers + +var numeric = /^[0-9]+$/ +function compareIdentifiers (a, b) { + var anum = numeric.test(a) + var bnum = numeric.test(b) + + if (anum && bnum) { + a = +a + b = +b + } + + return a === b ? 0 + : (anum && !bnum) ? -1 + : (bnum && !anum) ? 1 + : a < b ? -1 + : 1 +} + +exports.rcompareIdentifiers = rcompareIdentifiers +function rcompareIdentifiers (a, b) { + return compareIdentifiers(b, a) +} + +exports.major = major +function major (a, loose) { + return new SemVer(a, loose).major +} + +exports.minor = minor +function minor (a, loose) { + return new SemVer(a, loose).minor +} + +exports.patch = patch +function patch (a, loose) { + return new SemVer(a, loose).patch +} + +exports.compare = compare +function compare (a, b, loose) { + return new SemVer(a, loose).compare(new SemVer(b, loose)) +} + +exports.compareLoose = compareLoose +function compareLoose (a, b) { + return compare(a, b, true) +} + +exports.compareBuild = compareBuild +function compareBuild (a, b, loose) { + var versionA = new SemVer(a, loose) + var versionB = new SemVer(b, loose) + return versionA.compare(versionB) || versionA.compareBuild(versionB) +} + +exports.rcompare = rcompare +function rcompare (a, b, loose) { + return compare(b, a, loose) +} + +exports.sort = sort +function sort (list, loose) { + return list.sort(function (a, b) { + return exports.compareBuild(a, b, loose) + }) +} + +exports.rsort = rsort +function rsort (list, loose) { + return list.sort(function (a, b) { + return exports.compareBuild(b, a, loose) + }) +} + +exports.gt = gt +function gt (a, b, loose) { + return compare(a, b, loose) > 0 +} + +exports.lt = lt +function lt (a, b, loose) { + return compare(a, b, loose) < 0 +} + +exports.eq = eq +function eq (a, b, loose) { + return compare(a, b, loose) === 0 +} + +exports.neq = neq +function neq (a, b, loose) { + return compare(a, b, loose) !== 0 +} + +exports.gte = gte +function gte (a, b, loose) { + return compare(a, b, loose) >= 0 +} + +exports.lte = lte +function lte (a, b, loose) { + return compare(a, b, loose) <= 0 +} + +exports.cmp = cmp +function cmp (a, op, b, loose) { + switch (op) { + case '===': + if (typeof a === 'object') + a = a.version + if (typeof b === 'object') + b = b.version + return a === b + + case '!==': + if (typeof a === 'object') + a = a.version + if (typeof b === 'object') + b = b.version + return a !== b + + case '': + case '=': + case '==': + return eq(a, b, loose) + + case '!=': + return neq(a, b, loose) + + case '>': + return gt(a, b, loose) + + case '>=': + return gte(a, b, loose) + + case '<': + return lt(a, b, loose) + + case '<=': + return lte(a, b, loose) + + default: + throw new TypeError('Invalid operator: ' + op) + } +} + +exports.Comparator = Comparator +function Comparator (comp, options) { + if (!options || typeof options !== 'object') { + options = { + loose: !!options, + includePrerelease: false + } + } + + if (comp instanceof Comparator) { + if (comp.loose === !!options.loose) { + return comp + } else { + comp = comp.value + } + } + + if (!(this instanceof Comparator)) { + return new Comparator(comp, options) + } + + comp = comp.trim().split(/\s+/).join(' ') + debug('comparator', comp, options) + this.options = options + this.loose = !!options.loose + this.parse(comp) + + if (this.semver === ANY) { + this.value = '' + } else { + this.value = this.operator + this.semver.version + } + + debug('comp', this) +} + +var ANY = {} +Comparator.prototype.parse = function (comp) { + var r = this.options.loose ? safeRe[t.COMPARATORLOOSE] : safeRe[t.COMPARATOR] + var m = comp.match(r) + + if (!m) { + throw new TypeError('Invalid comparator: ' + comp) + } + + this.operator = m[1] !== undefined ? m[1] : '' + if (this.operator === '=') { + this.operator = '' + } + + // if it literally is just '>' or '' then allow anything. + if (!m[2]) { + this.semver = ANY + } else { + this.semver = new SemVer(m[2], this.options.loose) + } +} + +Comparator.prototype.toString = function () { + return this.value +} + +Comparator.prototype.test = function (version) { + debug('Comparator.test', version, this.options.loose) + + if (this.semver === ANY || version === ANY) { + return true + } + + if (typeof version === 'string') { + try { + version = new SemVer(version, this.options) + } catch (er) { + return false + } + } + + return cmp(version, this.operator, this.semver, this.options) +} + +Comparator.prototype.intersects = function (comp, options) { + if (!(comp instanceof Comparator)) { + throw new TypeError('a Comparator is required') + } + + if (!options || typeof options !== 'object') { + options = { + loose: !!options, + includePrerelease: false + } + } + + var rangeTmp + + if (this.operator === '') { + if (this.value === '') { + return true + } + rangeTmp = new Range(comp.value, options) + return satisfies(this.value, rangeTmp, options) + } else if (comp.operator === '') { + if (comp.value === '') { + return true + } + rangeTmp = new Range(this.value, options) + return satisfies(comp.semver, rangeTmp, options) + } + + var sameDirectionIncreasing = + (this.operator === '>=' || this.operator === '>') && + (comp.operator === '>=' || comp.operator === '>') + var sameDirectionDecreasing = + (this.operator === '<=' || this.operator === '<') && + (comp.operator === '<=' || comp.operator === '<') + var sameSemVer = this.semver.version === comp.semver.version + var differentDirectionsInclusive = + (this.operator === '>=' || this.operator === '<=') && + (comp.operator === '>=' || comp.operator === '<=') + var oppositeDirectionsLessThan = + cmp(this.semver, '<', comp.semver, options) && + ((this.operator === '>=' || this.operator === '>') && + (comp.operator === '<=' || comp.operator === '<')) + var oppositeDirectionsGreaterThan = + cmp(this.semver, '>', comp.semver, options) && + ((this.operator === '<=' || this.operator === '<') && + (comp.operator === '>=' || comp.operator === '>')) + + return sameDirectionIncreasing || sameDirectionDecreasing || + (sameSemVer && differentDirectionsInclusive) || + oppositeDirectionsLessThan || oppositeDirectionsGreaterThan +} + +exports.Range = Range +function Range (range, options) { + if (!options || typeof options !== 'object') { + options = { + loose: !!options, + includePrerelease: false + } + } + + if (range instanceof Range) { + if (range.loose === !!options.loose && + range.includePrerelease === !!options.includePrerelease) { + return range + } else { + return new Range(range.raw, options) + } + } + + if (range instanceof Comparator) { + return new Range(range.value, options) + } + + if (!(this instanceof Range)) { + return new Range(range, options) + } + + this.options = options + this.loose = !!options.loose + this.includePrerelease = !!options.includePrerelease + + // First reduce all whitespace as much as possible so we do not have to rely + // on potentially slow regexes like \s*. This is then stored and used for + // future error messages as well. + this.raw = range + .trim() + .split(/\s+/) + .join(' ') + + // First, split based on boolean or || + this.set = this.raw.split('||').map(function (range) { + return this.parseRange(range.trim()) + }, this).filter(function (c) { + // throw out any that are not relevant for whatever reason + return c.length + }) + + if (!this.set.length) { + throw new TypeError('Invalid SemVer Range: ' + this.raw) + } + + this.format() +} + +Range.prototype.format = function () { + this.range = this.set.map(function (comps) { + return comps.join(' ').trim() + }).join('||').trim() + return this.range +} + +Range.prototype.toString = function () { + return this.range +} + +Range.prototype.parseRange = function (range) { + var loose = this.options.loose + // `1.2.3 - 1.2.4` => `>=1.2.3 <=1.2.4` + var hr = loose ? safeRe[t.HYPHENRANGELOOSE] : safeRe[t.HYPHENRANGE] + range = range.replace(hr, hyphenReplace) + debug('hyphen replace', range) + // `> 1.2.3 < 1.2.5` => `>1.2.3 <1.2.5` + range = range.replace(safeRe[t.COMPARATORTRIM], comparatorTrimReplace) + debug('comparator trim', range, safeRe[t.COMPARATORTRIM]) + + // `~ 1.2.3` => `~1.2.3` + range = range.replace(safeRe[t.TILDETRIM], tildeTrimReplace) + + // `^ 1.2.3` => `^1.2.3` + range = range.replace(safeRe[t.CARETTRIM], caretTrimReplace) + + // normalize spaces + range = range.split(/\s+/).join(' ') + + // At this point, the range is completely trimmed and + // ready to be split into comparators. + + var compRe = loose ? safeRe[t.COMPARATORLOOSE] : safeRe[t.COMPARATOR] + var set = range.split(' ').map(function (comp) { + return parseComparator(comp, this.options) + }, this).join(' ').split(/\s+/) + if (this.options.loose) { + // in loose mode, throw out any that are not valid comparators + set = set.filter(function (comp) { + return !!comp.match(compRe) + }) + } + set = set.map(function (comp) { + return new Comparator(comp, this.options) + }, this) + + return set +} + +Range.prototype.intersects = function (range, options) { + if (!(range instanceof Range)) { + throw new TypeError('a Range is required') + } + + return this.set.some(function (thisComparators) { + return ( + isSatisfiable(thisComparators, options) && + range.set.some(function (rangeComparators) { + return ( + isSatisfiable(rangeComparators, options) && + thisComparators.every(function (thisComparator) { + return rangeComparators.every(function (rangeComparator) { + return thisComparator.intersects(rangeComparator, options) + }) + }) + ) + }) + ) + }) +} + +// take a set of comparators and determine whether there +// exists a version which can satisfy it +function isSatisfiable (comparators, options) { + var result = true + var remainingComparators = comparators.slice() + var testComparator = remainingComparators.pop() + + while (result && remainingComparators.length) { + result = remainingComparators.every(function (otherComparator) { + return testComparator.intersects(otherComparator, options) + }) + + testComparator = remainingComparators.pop() + } + + return result +} + +// Mostly just for testing and legacy API reasons +exports.toComparators = toComparators +function toComparators (range, options) { + return new Range(range, options).set.map(function (comp) { + return comp.map(function (c) { + return c.value + }).join(' ').trim().split(' ') + }) +} + +// comprised of xranges, tildes, stars, and gtlt's at this point. +// already replaced the hyphen ranges +// turn into a set of JUST comparators. +function parseComparator (comp, options) { + debug('comp', comp, options) + comp = replaceCarets(comp, options) + debug('caret', comp) + comp = replaceTildes(comp, options) + debug('tildes', comp) + comp = replaceXRanges(comp, options) + debug('xrange', comp) + comp = replaceStars(comp, options) + debug('stars', comp) + return comp +} + +function isX (id) { + return !id || id.toLowerCase() === 'x' || id === '*' +} + +// ~, ~> --> * (any, kinda silly) +// ~2, ~2.x, ~2.x.x, ~>2, ~>2.x ~>2.x.x --> >=2.0.0 <3.0.0 +// ~2.0, ~2.0.x, ~>2.0, ~>2.0.x --> >=2.0.0 <2.1.0 +// ~1.2, ~1.2.x, ~>1.2, ~>1.2.x --> >=1.2.0 <1.3.0 +// ~1.2.3, ~>1.2.3 --> >=1.2.3 <1.3.0 +// ~1.2.0, ~>1.2.0 --> >=1.2.0 <1.3.0 +function replaceTildes (comp, options) { + return comp.trim().split(/\s+/).map(function (comp) { + return replaceTilde(comp, options) + }).join(' ') +} + +function replaceTilde (comp, options) { + var r = options.loose ? safeRe[t.TILDELOOSE] : safeRe[t.TILDE] + return comp.replace(r, function (_, M, m, p, pr) { + debug('tilde', comp, _, M, m, p, pr) + var ret + + if (isX(M)) { + ret = '' + } else if (isX(m)) { + ret = '>=' + M + '.0.0 <' + (+M + 1) + '.0.0' + } else if (isX(p)) { + // ~1.2 == >=1.2.0 <1.3.0 + ret = '>=' + M + '.' + m + '.0 <' + M + '.' + (+m + 1) + '.0' + } else if (pr) { + debug('replaceTilde pr', pr) + ret = '>=' + M + '.' + m + '.' + p + '-' + pr + + ' <' + M + '.' + (+m + 1) + '.0' + } else { + // ~1.2.3 == >=1.2.3 <1.3.0 + ret = '>=' + M + '.' + m + '.' + p + + ' <' + M + '.' + (+m + 1) + '.0' + } + + debug('tilde return', ret) + return ret + }) +} + +// ^ --> * (any, kinda silly) +// ^2, ^2.x, ^2.x.x --> >=2.0.0 <3.0.0 +// ^2.0, ^2.0.x --> >=2.0.0 <3.0.0 +// ^1.2, ^1.2.x --> >=1.2.0 <2.0.0 +// ^1.2.3 --> >=1.2.3 <2.0.0 +// ^1.2.0 --> >=1.2.0 <2.0.0 +function replaceCarets (comp, options) { + return comp.trim().split(/\s+/).map(function (comp) { + return replaceCaret(comp, options) + }).join(' ') +} + +function replaceCaret (comp, options) { + debug('caret', comp, options) + var r = options.loose ? safeRe[t.CARETLOOSE] : safeRe[t.CARET] + return comp.replace(r, function (_, M, m, p, pr) { + debug('caret', comp, _, M, m, p, pr) + var ret + + if (isX(M)) { + ret = '' + } else if (isX(m)) { + ret = '>=' + M + '.0.0 <' + (+M + 1) + '.0.0' + } else if (isX(p)) { + if (M === '0') { + ret = '>=' + M + '.' + m + '.0 <' + M + '.' + (+m + 1) + '.0' + } else { + ret = '>=' + M + '.' + m + '.0 <' + (+M + 1) + '.0.0' + } + } else if (pr) { + debug('replaceCaret pr', pr) + if (M === '0') { + if (m === '0') { + ret = '>=' + M + '.' + m + '.' + p + '-' + pr + + ' <' + M + '.' + m + '.' + (+p + 1) + } else { + ret = '>=' + M + '.' + m + '.' + p + '-' + pr + + ' <' + M + '.' + (+m + 1) + '.0' + } + } else { + ret = '>=' + M + '.' + m + '.' + p + '-' + pr + + ' <' + (+M + 1) + '.0.0' + } + } else { + debug('no pr') + if (M === '0') { + if (m === '0') { + ret = '>=' + M + '.' + m + '.' + p + + ' <' + M + '.' + m + '.' + (+p + 1) + } else { + ret = '>=' + M + '.' + m + '.' + p + + ' <' + M + '.' + (+m + 1) + '.0' + } + } else { + ret = '>=' + M + '.' + m + '.' + p + + ' <' + (+M + 1) + '.0.0' + } + } + + debug('caret return', ret) + return ret + }) +} + +function replaceXRanges (comp, options) { + debug('replaceXRanges', comp, options) + return comp.split(/\s+/).map(function (comp) { + return replaceXRange(comp, options) + }).join(' ') +} + +function replaceXRange (comp, options) { + comp = comp.trim() + var r = options.loose ? safeRe[t.XRANGELOOSE] : safeRe[t.XRANGE] + return comp.replace(r, function (ret, gtlt, M, m, p, pr) { + debug('xRange', comp, ret, gtlt, M, m, p, pr) + var xM = isX(M) + var xm = xM || isX(m) + var xp = xm || isX(p) + var anyX = xp + + if (gtlt === '=' && anyX) { + gtlt = '' + } + + // if we're including prereleases in the match, then we need + // to fix this to -0, the lowest possible prerelease value + pr = options.includePrerelease ? '-0' : '' + + if (xM) { + if (gtlt === '>' || gtlt === '<') { + // nothing is allowed + ret = '<0.0.0-0' + } else { + // nothing is forbidden + ret = '*' + } + } else if (gtlt && anyX) { + // we know patch is an x, because we have any x at all. + // replace X with 0 + if (xm) { + m = 0 + } + p = 0 + + if (gtlt === '>') { + // >1 => >=2.0.0 + // >1.2 => >=1.3.0 + // >1.2.3 => >= 1.2.4 + gtlt = '>=' + if (xm) { + M = +M + 1 + m = 0 + p = 0 + } else { + m = +m + 1 + p = 0 + } + } else if (gtlt === '<=') { + // <=0.7.x is actually <0.8.0, since any 0.7.x should + // pass. Similarly, <=7.x is actually <8.0.0, etc. + gtlt = '<' + if (xm) { + M = +M + 1 + } else { + m = +m + 1 + } + } + + ret = gtlt + M + '.' + m + '.' + p + pr + } else if (xm) { + ret = '>=' + M + '.0.0' + pr + ' <' + (+M + 1) + '.0.0' + pr + } else if (xp) { + ret = '>=' + M + '.' + m + '.0' + pr + + ' <' + M + '.' + (+m + 1) + '.0' + pr + } + + debug('xRange return', ret) + + return ret + }) +} + +// Because * is AND-ed with everything else in the comparator, +// and '' means "any version", just remove the *s entirely. +function replaceStars (comp, options) { + debug('replaceStars', comp, options) + // Looseness is ignored here. star is always as loose as it gets! + return comp.trim().replace(safeRe[t.STAR], '') +} + +// This function is passed to string.replace(re[t.HYPHENRANGE]) +// M, m, patch, prerelease, build +// 1.2 - 3.4.5 => >=1.2.0 <=3.4.5 +// 1.2.3 - 3.4 => >=1.2.0 <3.5.0 Any 3.4.x will do +// 1.2 - 3.4 => >=1.2.0 <3.5.0 +function hyphenReplace ($0, + from, fM, fm, fp, fpr, fb, + to, tM, tm, tp, tpr, tb) { + if (isX(fM)) { + from = '' + } else if (isX(fm)) { + from = '>=' + fM + '.0.0' + } else if (isX(fp)) { + from = '>=' + fM + '.' + fm + '.0' + } else { + from = '>=' + from + } + + if (isX(tM)) { + to = '' + } else if (isX(tm)) { + to = '<' + (+tM + 1) + '.0.0' + } else if (isX(tp)) { + to = '<' + tM + '.' + (+tm + 1) + '.0' + } else if (tpr) { + to = '<=' + tM + '.' + tm + '.' + tp + '-' + tpr + } else { + to = '<=' + to + } + + return (from + ' ' + to).trim() +} + +// if ANY of the sets match ALL of its comparators, then pass +Range.prototype.test = function (version) { + if (!version) { + return false + } + + if (typeof version === 'string') { + try { + version = new SemVer(version, this.options) + } catch (er) { + return false + } + } + + for (var i = 0; i < this.set.length; i++) { + if (testSet(this.set[i], version, this.options)) { + return true + } + } + return false +} + +function testSet (set, version, options) { + for (var i = 0; i < set.length; i++) { + if (!set[i].test(version)) { + return false + } + } + + if (version.prerelease.length && !options.includePrerelease) { + // Find the set of versions that are allowed to have prereleases + // For example, ^1.2.3-pr.1 desugars to >=1.2.3-pr.1 <2.0.0 + // That should allow `1.2.3-pr.2` to pass. + // However, `1.2.4-alpha.notready` should NOT be allowed, + // even though it's within the range set by the comparators. + for (i = 0; i < set.length; i++) { + debug(set[i].semver) + if (set[i].semver === ANY) { + continue + } + + if (set[i].semver.prerelease.length > 0) { + var allowed = set[i].semver + if (allowed.major === version.major && + allowed.minor === version.minor && + allowed.patch === version.patch) { + return true + } + } + } + + // Version has a -pre, but it's not one of the ones we like. + return false + } + + return true +} + +exports.satisfies = satisfies +function satisfies (version, range, options) { + try { + range = new Range(range, options) + } catch (er) { + return false + } + return range.test(version) +} + +exports.maxSatisfying = maxSatisfying +function maxSatisfying (versions, range, options) { + var max = null + var maxSV = null + try { + var rangeObj = new Range(range, options) + } catch (er) { + return null + } + versions.forEach(function (v) { + if (rangeObj.test(v)) { + // satisfies(v, range, options) + if (!max || maxSV.compare(v) === -1) { + // compare(max, v, true) + max = v + maxSV = new SemVer(max, options) + } + } + }) + return max +} + +exports.minSatisfying = minSatisfying +function minSatisfying (versions, range, options) { + var min = null + var minSV = null + try { + var rangeObj = new Range(range, options) + } catch (er) { + return null + } + versions.forEach(function (v) { + if (rangeObj.test(v)) { + // satisfies(v, range, options) + if (!min || minSV.compare(v) === 1) { + // compare(min, v, true) + min = v + minSV = new SemVer(min, options) + } + } + }) + return min +} + +exports.minVersion = minVersion +function minVersion (range, loose) { + range = new Range(range, loose) + + var minver = new SemVer('0.0.0') + if (range.test(minver)) { + return minver + } + + minver = new SemVer('0.0.0-0') + if (range.test(minver)) { + return minver + } + + minver = null + for (var i = 0; i < range.set.length; ++i) { + var comparators = range.set[i] + + comparators.forEach(function (comparator) { + // Clone to avoid manipulating the comparator's semver object. + var compver = new SemVer(comparator.semver.version) + switch (comparator.operator) { + case '>': + if (compver.prerelease.length === 0) { + compver.patch++ + } else { + compver.prerelease.push(0) + } + compver.raw = compver.format() + /* fallthrough */ + case '': + case '>=': + if (!minver || gt(minver, compver)) { + minver = compver + } + break + case '<': + case '<=': + /* Ignore maximum versions */ + break + /* istanbul ignore next */ + default: + throw new Error('Unexpected operation: ' + comparator.operator) + } + }) + } + + if (minver && range.test(minver)) { + return minver + } + + return null +} + +exports.validRange = validRange +function validRange (range, options) { + try { + // Return '*' instead of '' so that truthiness works. + // This will throw if it's invalid anyway + return new Range(range, options).range || '*' + } catch (er) { + return null + } +} + +// Determine if version is less than all the versions possible in the range +exports.ltr = ltr +function ltr (version, range, options) { + return outside(version, range, '<', options) +} + +// Determine if version is greater than all the versions possible in the range. +exports.gtr = gtr +function gtr (version, range, options) { + return outside(version, range, '>', options) +} + +exports.outside = outside +function outside (version, range, hilo, options) { + version = new SemVer(version, options) + range = new Range(range, options) + + var gtfn, ltefn, ltfn, comp, ecomp + switch (hilo) { + case '>': + gtfn = gt + ltefn = lte + ltfn = lt + comp = '>' + ecomp = '>=' + break + case '<': + gtfn = lt + ltefn = gte + ltfn = gt + comp = '<' + ecomp = '<=' + break + default: + throw new TypeError('Must provide a hilo val of "<" or ">"') + } + + // If it satisifes the range it is not outside + if (satisfies(version, range, options)) { + return false + } + + // From now on, variable terms are as if we're in "gtr" mode. + // but note that everything is flipped for the "ltr" function. + + for (var i = 0; i < range.set.length; ++i) { + var comparators = range.set[i] + + var high = null + var low = null + + comparators.forEach(function (comparator) { + if (comparator.semver === ANY) { + comparator = new Comparator('>=0.0.0') + } + high = high || comparator + low = low || comparator + if (gtfn(comparator.semver, high.semver, options)) { + high = comparator + } else if (ltfn(comparator.semver, low.semver, options)) { + low = comparator + } + }) + + // If the edge version comparator has a operator then our version + // isn't outside it + if (high.operator === comp || high.operator === ecomp) { + return false + } + + // If the lowest version comparator has an operator and our version + // is less than it then it isn't higher than the range + if ((!low.operator || low.operator === comp) && + ltefn(version, low.semver)) { + return false + } else if (low.operator === ecomp && ltfn(version, low.semver)) { + return false + } + } + return true +} + +exports.prerelease = prerelease +function prerelease (version, options) { + var parsed = parse(version, options) + return (parsed && parsed.prerelease.length) ? parsed.prerelease : null +} + +exports.intersects = intersects +function intersects (r1, r2, options) { + r1 = new Range(r1, options) + r2 = new Range(r2, options) + return r1.intersects(r2) +} + +exports.coerce = coerce +function coerce (version, options) { + if (version instanceof SemVer) { + return version + } + + if (typeof version === 'number') { + version = String(version) + } + + if (typeof version !== 'string') { + return null + } + + options = options || {} + + var match = null + if (!options.rtl) { + match = version.match(safeRe[t.COERCE]) + } else { + // Find the right-most coercible string that does not share + // a terminus with a more left-ward coercible string. + // Eg, '1.2.3.4' wants to coerce '2.3.4', not '3.4' or '4' + // + // Walk through the string checking with a /g regexp + // Manually set the index so as to pick up overlapping matches. + // Stop when we get a match that ends at the string end, since no + // coercible string can be more right-ward without the same terminus. + var next + while ((next = safeRe[t.COERCERTL].exec(version)) && + (!match || match.index + match[0].length !== version.length) + ) { + if (!match || + next.index + next[0].length !== match.index + match[0].length) { + match = next + } + safeRe[t.COERCERTL].lastIndex = next.index + next[1].length + next[2].length + } + // leave it in a clean state + safeRe[t.COERCERTL].lastIndex = -1 + } + + if (match === null) { + return null + } + + return parse(match[2] + + '.' + (match[3] || '0') + + '.' + (match[4] || '0'), options) +} diff --git a/node_modules/shell-escape/README.md b/node_modules/shell-escape/README.md new file mode 100644 index 0000000..8ad3645 --- /dev/null +++ b/node_modules/shell-escape/README.md @@ -0,0 +1,60 @@ +shell-escape +============ + +Escape and stringify an array of arguments to be executed on the shell + +Install +------- + + npm install shell-escape + +Example +------- + +### simple + +``` js +var shellescape = require('shell-escape'); + +var args = ['curl', '-v', '-H', 'Location;', '-H', 'User-Agent: dave#10', 'http://www.daveeddy.com/?name=dave&age=24']; + +var escaped = shellescape(args); +console.log(escaped); +``` + +yields + +``` +curl -v -H 'Location;' -H 'User-Agent: dave#10' 'http://www.daveeddy.com/?name=dave&age=24' +``` + +A command suitable for being executed by the shell + +### advanced + +``` js +var shellescape = require('shell-escape'); + +var args = ['echo', 'hello!', 'how are you doing $USER', '"double"', "'single'"]; + +var escaped = shellescape(args); +console.log(escaped); +``` + +yields + +``` +echo 'hello!' 'how are you doing $USER' '"double"' \''single'\' +``` + +and when run on the shell + +``` +$ echo 'hello!' 'how are you doing $USER' '"double"' \''single'\' +hello! how are you doing $USER "double" 'single' +``` + +License +------- + +MIT diff --git a/node_modules/shell-escape/package.json b/node_modules/shell-escape/package.json new file mode 100644 index 0000000..4a5a71f --- /dev/null +++ b/node_modules/shell-escape/package.json @@ -0,0 +1,22 @@ +{ + "name": "shell-escape", + "version": "0.2.0", + "description": "Escape and stringify an array of arguments to be executed on the shell", + "author": [ + "Martin PANEL (http://xorax.info)", + "Dave Eddy (http://www.daveeddy.com)" + ], + "main": "./shell-escape.js", + "scripts": { + "test": "for f in test/*; do echo \"$f\"; node \"$f\" || exit 1; echo; done; echo Passed; exit 0" + }, + "repository": "git://github.com/xxorax/node-shell-escape.git", + "license": "MIT", + "dependencies": {}, + "keywords": [ + "shell", + "escape", + "bash", + "escapeshellarg" + ] +} diff --git a/node_modules/shell-escape/shell-escape.js b/node_modules/shell-escape/shell-escape.js new file mode 100644 index 0000000..6d52ebd --- /dev/null +++ b/node_modules/shell-escape/shell-escape.js @@ -0,0 +1,17 @@ +module.exports = shellescape; + +// return a shell compatible format +function shellescape(a) { + var ret = []; + + a.forEach(function(s) { + if (!/^[A-Za-z0-9_\/-]+$/.test(s)) { + s = "'"+s.replace(/'/g,"'\\''")+"'"; + s = s.replace(/^(?:'')+/g, '') // unduplicate single-quote at the beginning + .replace(/\\'''/g, "\\'" ); // remove non-escaped single-quote if there are enclosed between 2 escaped + } + ret.push(s); + }); + + return ret.join(' '); +} diff --git a/node_modules/shell-escape/test/advanced.js b/node_modules/shell-escape/test/advanced.js new file mode 100644 index 0000000..9303f13 --- /dev/null +++ b/node_modules/shell-escape/test/advanced.js @@ -0,0 +1,9 @@ +var shellescape = require('../'); + +var assert = require('assert'); + +var args = ['echo', 'hello!', 'how are you doing $USER', '"double"', "'single'"]; + +var escaped = shellescape(args); +assert.strictEqual(escaped, "echo 'hello!' 'how are you doing $USER' '\"double\"' \\''single'\\'"); +console.log(escaped); diff --git a/node_modules/shell-escape/test/more.js b/node_modules/shell-escape/test/more.js new file mode 100644 index 0000000..87ccb55 --- /dev/null +++ b/node_modules/shell-escape/test/more.js @@ -0,0 +1,19 @@ +var shellescape = require('../'); + +var assert = require('assert'); + +var d = { + "echo 'hello\\nworld'": ['echo', 'hello\\nworld'], + "echo 'hello\\tworld'": ['echo', 'hello\\tworld'], + "echo '\thello\nworld'\\'": ['echo', '\thello\nworld\''], + "echo 'hello world'": ['echo', 'hello world'], + "echo hello world": ['echo', 'hello', 'world'], + "echo 'hello\\\\'\\' \\''\\\\'\\''world'": ["echo", "hello\\\\'", "'\\\\'world"], + "echo hello 'world\\'": ["echo", "hello", "world\\"] +}; + +Object.keys(d).forEach(function(s) { + var escaped = shellescape(d[s]); + assert.strictEqual(escaped, s); + console.log(s); +}); diff --git a/node_modules/shell-escape/test/simple.js b/node_modules/shell-escape/test/simple.js new file mode 100644 index 0000000..e248a71 --- /dev/null +++ b/node_modules/shell-escape/test/simple.js @@ -0,0 +1,10 @@ +var shellescape = require('../'); + +var assert = require('assert'); + +var args = ['curl', '-v', '-H', 'Location;', '-H', 'User-Agent: dave#10', 'http://www.daveeddy.com/?name=dave&age=24']; + +var escaped = shellescape(args); + +assert.strictEqual(escaped, "curl -v -H 'Location;' -H 'User-Agent: dave#10' 'http://www.daveeddy.com/?name=dave&age=24'"); +console.log(escaped); diff --git a/node_modules/ssh2/.eslintignore b/node_modules/ssh2/.eslintignore new file mode 100644 index 0000000..73ed104 --- /dev/null +++ b/node_modules/ssh2/.eslintignore @@ -0,0 +1,4 @@ +node_modules +lib/protocol/crypto/poly1305.js +.eslint-plugins +!.eslintrc.js diff --git a/node_modules/ssh2/.eslintrc.js b/node_modules/ssh2/.eslintrc.js new file mode 100644 index 0000000..be9311d --- /dev/null +++ b/node_modules/ssh2/.eslintrc.js @@ -0,0 +1,5 @@ +'use strict'; + +module.exports = { + extends: '@mscdex/eslint-config', +}; diff --git a/node_modules/ssh2/.github/workflows/ci.yml b/node_modules/ssh2/.github/workflows/ci.yml new file mode 100644 index 0000000..25de60e --- /dev/null +++ b/node_modules/ssh2/.github/workflows/ci.yml @@ -0,0 +1,110 @@ +name: CI + +on: + pull_request: + push: + branches: [ master ] + +env: + CI_CHECK_FAIL: ssh2 + OPENSSL_CONF: /dev/null + +jobs: + tests-linux: + runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + node-version: [10.16.0, 10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 24.x] + steps: + - uses: actions/checkout@v4 + with: + persist-credentials: false + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.node-version }} + - name: Check Node.js version + run: node -pe process.versions + - name: Check npm version + run: npm -v + - name: Install Python 2.7 (node <16.x) + if: ${{ contains(fromJSON('["10.16.0", "10.x", "12.x", "14.x"]'), matrix.node-version) }} + uses: LizardByte/setup-python-action@v2024.1105.190605 + with: + python-version: '2.7' + - name: Use Python 2.7 (node <16.x) + if: ${{ contains(fromJSON('["10.16.0", "10.x", "12.x", "14.x"]'), matrix.node-version) }} + run: echo "PYTHON=$(which python2.7)" >> "$GITHUB_ENV" + - name: Install module + run: npm install + - name: Run tests + run: npm test + tests-macos: + runs-on: macos-latest + strategy: + fail-fast: false + matrix: + node-version: [16.x, 18.x, 20.x, 22.x, 24.x] + steps: + - uses: actions/checkout@v4 + with: + persist-credentials: false + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.node-version }} + - name: Install Python 3.10 + uses: actions/setup-python@v5 + with: + python-version: '3.10' + - name: Check Node.js version + run: node -pe process.versions + - name: Check npm version + run: npm -v + - name: Install module + run: npm install + - name: Run tests + run: npm test + tests-macos-homebrew: + runs-on: macos-latest + steps: + - uses: actions/checkout@v4 + with: + persist-credentials: false + - name: Use Node.js (latest) + run: brew install node + - name: Install Python 3.10 + uses: actions/setup-python@v5 + with: + python-version: '3.10' + - name: Check Node.js version + run: node -pe process.versions + - name: Check npm version + run: npm -v + - name: Install module + run: npm install + - name: Run tests + run: npm test + tests-windows: + runs-on: windows-2022 + strategy: + fail-fast: false + matrix: + node-version: [16.x, 18.x, 20.x, 22.x, 24.x] + steps: + - uses: actions/checkout@v4 + with: + persist-credentials: false + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.node-version }} + - name: Check Node.js version + run: node -pe process.versions + - name: Check npm version + run: npm -v + - name: Install module + run: npm install + - name: Run tests + run: npm test diff --git a/node_modules/ssh2/.github/workflows/lint.yml b/node_modules/ssh2/.github/workflows/lint.yml new file mode 100644 index 0000000..c21c0ad --- /dev/null +++ b/node_modules/ssh2/.github/workflows/lint.yml @@ -0,0 +1,27 @@ +name: lint + +on: + pull_request: + push: + branches: [ master ] + +env: + NODE_VERSION: 18.x + +jobs: + lint-js: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + persist-credentials: false + - name: Use Node.js ${{ env.NODE_VERSION }} + uses: actions/setup-node@v4 + with: + node-version: ${{ env.NODE_VERSION }} + - name: Check Node.js version + run: node -pe process.versions + - name: Install ESLint + ESLint configs/plugins + run: npm install --only=dev + - name: Lint files + run: npm run lint diff --git a/node_modules/ssh2/LICENSE b/node_modules/ssh2/LICENSE new file mode 100644 index 0000000..290762e --- /dev/null +++ b/node_modules/ssh2/LICENSE @@ -0,0 +1,19 @@ +Copyright Brian White. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. \ No newline at end of file diff --git a/node_modules/ssh2/README.md b/node_modules/ssh2/README.md new file mode 100644 index 0000000..e08c929 --- /dev/null +++ b/node_modules/ssh2/README.md @@ -0,0 +1,1529 @@ +# Description + +SSH2 client and server modules written in pure JavaScript for [node.js](http://nodejs.org/). + +Development/testing is done against OpenSSH (8.7 currently). + +Changes (breaking or otherwise) in v1.0.0 can be found [here](https://github.com/mscdex/ssh2/issues/935). + +# Table of Contents + +* [Requirements](#requirements) +* [Installation](#installation) +* [Client Examples](#client-examples) + * [Execute 'uptime' on a server](#execute-uptime-on-a-server) + * [Start an interactive shell session](#start-an-interactive-shell-session) + * [Send a raw HTTP request to port 80 on the server](#send-a-raw-http-request-to-port-80-on-the-server) + * [Forward local connections to port 8000 on the server to us](#forward-local-connections-to-port-8000-on-the-server-to-us) + * [Get a directory listing via SFTP](#get-a-directory-listing-via-sftp) + * [Connection hopping](#connection-hopping) + * [Forward remote X11 connections](#forward-remote-x11-connections) + * [Dynamic (1:1) port forwarding using a SOCKSv5 proxy (using `socksv5`)](#dynamic-11-port-forwarding-using-a-socksv5-proxy-using-socksv5) + * [Make HTTP(S) connections easily using a custom http(s).Agent](#make-https-connections-easily-using-a-custom-httpsagent) + * [Invoke an arbitrary subsystem (e.g. netconf)](#invoke-an-arbitrary-subsystem) +* [Server Examples](#server-examples) + * [Password and public key authentication and non-interactive (exec) command execution](#password-and-public-key-authentication-and-non-interactive-exec-command-execution) + * [SFTP-only server](#sftp-only-server) +* [Other Examples](#other-examples) + * [Generate an SSH key](#generate-an-ssh-key) +* [API](#api) + * [Client](#client) + * [Client events](#client-events) + * [Client methods](#client-methods) + * [Server](#server) + * [Server events](#server-events) + * [Server methods](#server-methods) + * [Connection events](#connection-events) + * [Connection methods](#connection-methods) + * [Session events](#session-events) + * [Channel](#channel) + * [Pseudo-TTY settings](#pseudo-tty-settings) + * [Terminal modes](#terminal-modes) + * [HTTPAgent](#httpagent) + * [HTTPAgent methods](#httpagent-methods) + * [HTTPSAgent](#httpsagent) + * [HTTPSAgent methods](#httpsagent-methods) + * [Utilities](#utilities) + +## Requirements + +* [node.js](http://nodejs.org/) -- v10.16.0 or newer + * node v12.0.0 or newer for Ed25519 key support +* (Optional) [`cpu-features`](https://github.com/mscdex/cpu-features) is set as an optional package dependency (you do not need to install it explicitly/separately from `ssh2`) that will be automatically built and used if possible. See the project's documentation for its own requirements. + * This addon is currently used to help generate an optimal default cipher list + +## Installation + + npm install ssh2 + +## Client Examples + +### Execute 'uptime' on a server + +```js +const { readFileSync } = require('fs'); + +const { Client } = require('ssh2'); + +const conn = new Client(); +conn.on('ready', () => { + console.log('Client :: ready'); + conn.exec('uptime', (err, stream) => { + if (err) throw err; + stream.on('close', (code, signal) => { + console.log('Stream :: close :: code: ' + code + ', signal: ' + signal); + conn.end(); + }).on('data', (data) => { + console.log('STDOUT: ' + data); + }).stderr.on('data', (data) => { + console.log('STDERR: ' + data); + }); + }); +}).connect({ + host: '192.168.100.100', + port: 22, + username: 'frylock', + privateKey: readFileSync('/path/to/my/key') +}); + +// example output: +// Client :: ready +// STDOUT: 17:41:15 up 22 days, 18:09, 1 user, load average: 0.00, 0.01, 0.05 +// +// Stream :: exit :: code: 0, signal: undefined +// Stream :: close +``` + +### Start an interactive shell session + +```js +const { readFileSync } = require('fs'); + +const { Client } = require('ssh2'); + +const conn = new Client(); +conn.on('ready', () => { + console.log('Client :: ready'); + conn.shell((err, stream) => { + if (err) throw err; + stream.on('close', () => { + console.log('Stream :: close'); + conn.end(); + }).on('data', (data) => { + console.log('OUTPUT: ' + data); + }); + stream.end('ls -l\nexit\n'); + }); +}).connect({ + host: '192.168.100.100', + port: 22, + username: 'frylock', + privateKey: readFileSync('/path/to/my/key') +}); + +// example output: +// Client :: ready +// STDOUT: Last login: Sun Jun 15 09:37:21 2014 from 192.168.100.100 +// +// STDOUT: ls -l +// exit +// +// STDOUT: frylock@athf:~$ ls -l +// +// STDOUT: total 8 +// +// STDOUT: drwxr-xr-x 2 frylock frylock 4096 Nov 18 2012 mydir +// +// STDOUT: -rw-r--r-- 1 frylock frylock 25 Apr 11 2013 test.txt +// +// STDOUT: frylock@athf:~$ exit +// +// STDOUT: logout +// +// Stream :: close +``` + +### Send a raw HTTP request to port 80 on the server + +```js +const { Client } = require('ssh2'); + +const conn = new Client(); +conn.on('ready', () => { + console.log('Client :: ready'); + conn.forwardOut('192.168.100.102', 8000, '127.0.0.1', 80, (err, stream) => { + if (err) throw err; + stream.on('close', () => { + console.log('TCP :: CLOSED'); + conn.end(); + }).on('data', (data) => { + console.log('TCP :: DATA: ' + data); + }).end([ + 'HEAD / HTTP/1.1', + 'User-Agent: curl/7.27.0', + 'Host: 127.0.0.1', + 'Accept: */*', + 'Connection: close', + '', + '' + ].join('\r\n')); + }); +}).connect({ + host: '192.168.100.100', + port: 22, + username: 'frylock', + password: 'nodejsrules' +}); + +// example output: +// Client :: ready +// TCP :: DATA: HTTP/1.1 200 OK +// Date: Thu, 15 Nov 2012 13:52:58 GMT +// Server: Apache/2.2.22 (Ubuntu) +// X-Powered-By: PHP/5.4.6-1ubuntu1 +// Last-Modified: Thu, 01 Jan 1970 00:00:00 GMT +// Content-Encoding: gzip +// Vary: Accept-Encoding +// Connection: close +// Content-Type: text/html; charset=UTF-8 +// +// +// TCP :: CLOSED +``` + +### Forward local connections to port 8000 on the server to us + +```js +const { Client } = require('ssh2'); + +const conn = new Client(); +conn.on('ready', () => { + console.log('Client :: ready'); + conn.forwardIn('127.0.0.1', 8000, (err) => { + if (err) throw err; + console.log('Listening for connections on server on port 8000!'); + }); +}).on('tcp connection', (info, accept, reject) => { + console.log('TCP :: INCOMING CONNECTION:'); + console.dir(info); + accept().on('close', () => { + console.log('TCP :: CLOSED'); + }).on('data', (data) => { + console.log('TCP :: DATA: ' + data); + }).end([ + 'HTTP/1.1 404 Not Found', + 'Date: Thu, 15 Nov 2012 02:07:58 GMT', + 'Server: ForwardedConnection', + 'Content-Length: 0', + 'Connection: close', + '', + '' + ].join('\r\n')); +}).connect({ + host: '192.168.100.100', + port: 22, + username: 'frylock', + password: 'nodejsrules' +}); + +// example output: +// Client :: ready +// Listening for connections on server on port 8000! +// (.... then from another terminal on the server: `curl -I http://127.0.0.1:8000`) +// TCP :: INCOMING CONNECTION: { destIP: '127.0.0.1', +// destPort: 8000, +// srcIP: '127.0.0.1', +// srcPort: 41969 } +// TCP DATA: HEAD / HTTP/1.1 +// User-Agent: curl/7.27.0 +// Host: 127.0.0.1:8000 +// Accept: */* +// +// +// TCP :: CLOSED +``` + +### Get a directory listing via SFTP + +```js +const { Client } = require('ssh2'); + +const conn = new Client(); +conn.on('ready', () => { + console.log('Client :: ready'); + conn.sftp((err, sftp) => { + if (err) throw err; + sftp.readdir('foo', (err, list) => { + if (err) throw err; + console.dir(list); + conn.end(); + }); + }); +}).connect({ + host: '192.168.100.100', + port: 22, + username: 'frylock', + password: 'nodejsrules' +}); + +// example output: +// Client :: ready +// [ { filename: 'test.txt', +// longname: '-rw-r--r-- 1 frylock frylock 12 Nov 18 11:05 test.txt', +// attrs: +// { size: 12, +// uid: 1000, +// gid: 1000, +// mode: 33188, +// atime: 1353254750, +// mtime: 1353254744 } }, +// { filename: 'mydir', +// longname: 'drwxr-xr-x 2 frylock frylock 4096 Nov 18 15:03 mydir', +// attrs: +// { size: 1048576, +// uid: 1000, +// gid: 1000, +// mode: 16877, +// atime: 1353269007, +// mtime: 1353269007 } } ] +``` + +### Connection hopping + +```js +const { Client } = require('ssh2'); + +const conn1 = new Client(); +const conn2 = new Client(); + +// Checks uptime on 10.1.1.40 via 192.168.1.1 + +conn1.on('ready', () => { + console.log('FIRST :: connection ready'); + // Alternatively, you could use something like netcat or socat with exec() + // instead of forwardOut(), depending on what the server allows + conn1.forwardOut('127.0.0.1', 12345, '10.1.1.40', 22, (err, stream) => { + if (err) { + console.log('FIRST :: forwardOut error: ' + err); + return conn1.end(); + } + conn2.connect({ + sock: stream, + username: 'user2', + password: 'password2', + }); + }); +}).connect({ + host: '192.168.1.1', + username: 'user1', + password: 'password1', +}); + +conn2.on('ready', () => { + // This connection is the one to 10.1.1.40 + + console.log('SECOND :: connection ready'); + conn2.exec('uptime', (err, stream) => { + if (err) { + console.log('SECOND :: exec error: ' + err); + return conn1.end(); + } + stream.on('close', () => { + conn1.end(); // close parent (and this) connection + }).on('data', (data) => { + console.log(data.toString()); + }); + }); +}); +``` + +### Forward remote X11 connections + +```js +const { Socket } = require('net'); + +const { Client } = require('ssh2'); + +const conn = new Client(); + +conn.on('x11', (info, accept, reject) => { + const xserversock = new net.Socket(); + xserversock.on('connect', () => { + const xclientsock = accept(); + xclientsock.pipe(xserversock).pipe(xclientsock); + }); + // connects to localhost:0.0 + xserversock.connect(6000, 'localhost'); +}); + +conn.on('ready', () => { + conn.exec('xeyes', { x11: true }, (err, stream) => { + if (err) throw err; + let code = 0; + stream.on('close', () => { + if (code !== 0) + console.log('Do you have X11 forwarding enabled on your SSH server?'); + conn.end(); + }).on('exit', (exitcode) => { + code = exitcode; + }); + }); +}).connect({ + host: '192.168.1.1', + username: 'foo', + password: 'bar' +}); +``` + +### Dynamic (1:1) port forwarding using a SOCKSv5 proxy (using [socksv5](https://github.com/mscdex/socksv5)) + +```js +const socks = require('socksv5'); +const { Client } = require('ssh2'); + +const sshConfig = { + host: '192.168.100.1', + port: 22, + username: 'nodejs', + password: 'rules' +}; + +socks.createServer((info, accept, deny) => { + // NOTE: you could just use one ssh2 client connection for all forwards, but + // you could run into server-imposed limits if you have too many forwards open + // at any given time + const conn = new Client(); + conn.on('ready', () => { + conn.forwardOut(info.srcAddr, + info.srcPort, + info.dstAddr, + info.dstPort, + (err, stream) => { + if (err) { + conn.end(); + return deny(); + } + + const clientSocket = accept(true); + if (clientSocket) { + stream.pipe(clientSocket).pipe(stream).on('close', () => { + conn.end(); + }); + } else { + conn.end(); + } + }); + }).on('error', (err) => { + deny(); + }).connect(sshConfig); +}).listen(1080, 'localhost', () => { + console.log('SOCKSv5 proxy server started on port 1080'); +}).useAuth(socks.auth.None()); + +// test with cURL: +// curl -i --socks5 localhost:1080 google.com +``` + +### Make HTTP(S) connections easily using a custom http(s).Agent + +```js +const http = require('http'); + +const { Client, HTTPAgent, HTTPSAgent } = require('ssh2'); + +const sshConfig = { + host: '192.168.100.1', + port: 22, + username: 'nodejs', + password: 'rules' +}; + +// Use `HTTPSAgent` instead for an HTTPS request +const agent = new HTTPAgent(sshConfig); +http.get({ + host: '192.168.200.1', + agent, + headers: { Connection: 'close' } +}, (res) => { + console.log(res.statusCode); + console.dir(res.headers); + res.resume(); +}); +``` + + +### Invoke an arbitrary subsystem + +```js +const { Client } = require('ssh2'); + +const xmlhello = ` + + + + urn:ietf:params:netconf:base:1.0 + + ]]>]]>`; + +const conn = new Client(); + +conn.on('ready', () => { + console.log('Client :: ready'); + conn.subsys('netconf', (err, stream) => { + if (err) throw err; + stream.on('data', (data) => { + console.log(data); + }).write(xmlhello); + }); +}).connect({ + host: '1.2.3.4', + port: 22, + username: 'blargh', + password: 'honk' +}); +``` + +## Server Examples + +### Password and public key authentication and non-interactive (exec) command execution + +```js +const { timingSafeEqual } = require('crypto'); +const { readFileSync } = require('fs'); +const { inspect } = require('util'); + +const { utils: { parseKey }, Server } = require('ssh2'); + +const allowedUser = Buffer.from('foo'); +const allowedPassword = Buffer.from('bar'); +const allowedPubKey = parseKey(readFileSync('foo.pub')); + +function checkValue(input, allowed) { + const autoReject = (input.length !== allowed.length); + if (autoReject) { + // Prevent leaking length information by always making a comparison with the + // same input when lengths don't match what we expect ... + allowed = input; + } + const isMatch = timingSafeEqual(input, allowed); + return (!autoReject && isMatch); +} + +new Server({ + hostKeys: [readFileSync('host.key')] +}, (client) => { + console.log('Client connected!'); + + client.on('authentication', (ctx) => { + let allowed = true; + if (!checkValue(Buffer.from(ctx.username), allowedUser)) + allowed = false; + + switch (ctx.method) { + case 'password': + if (!checkValue(Buffer.from(ctx.password), allowedPassword)) + return ctx.reject(); + break; + case 'publickey': + if (ctx.key.algo !== allowedPubKey.type + || !checkValue(ctx.key.data, allowedPubKey.getPublicSSH()) + || (ctx.signature && allowedPubKey.verify(ctx.blob, ctx.signature, ctx.hashAlgo) !== true)) { + return ctx.reject(); + } + break; + default: + return ctx.reject(); + } + + if (allowed) + ctx.accept(); + else + ctx.reject(); + }).on('ready', () => { + console.log('Client authenticated!'); + + client.on('session', (accept, reject) => { + const session = accept(); + session.once('exec', (accept, reject, info) => { + console.log('Client wants to execute: ' + inspect(info.command)); + const stream = accept(); + stream.stderr.write('Oh no, the dreaded errors!\n'); + stream.write('Just kidding about the errors!\n'); + stream.exit(0); + stream.end(); + }); + }); + }).on('close', () => { + console.log('Client disconnected'); + }); +}).listen(0, '127.0.0.1', function() { + console.log('Listening on port ' + this.address().port); +}); +``` + +### SFTP-only server + +```js +const { timingSafeEqual } = require('crypto'); +const { readFileSync } = require('fs'); +const { inspect } = require('util'); + +const { + Server, + sftp: { + OPEN_MODE, + STATUS_CODE, + }, +} = require('ssh2'); + +const allowedUser = Buffer.from('foo'); +const allowedPassword = Buffer.from('bar'); + +function checkValue(input, allowed) { + const autoReject = (input.length !== allowed.length); + if (autoReject) { + // Prevent leaking length information by always making a comparison with the + // same input when lengths don't match what we expect ... + allowed = input; + } + const isMatch = timingSafeEqual(input, allowed); + return (!autoReject && isMatch); +} + +// This simple SFTP server implements file uploading where the contents get +// ignored ... + +new ssh2.Server({ + hostKeys: [readFileSync('host.key')] +}, (client) => { + console.log('Client connected!'); + + client.on('authentication', (ctx) => { + let allowed = true; + if (!checkValue(Buffer.from(ctx.username), allowedUser)) + allowed = false; + + switch (ctx.method) { + case 'password': + if (!checkValue(Buffer.from(ctx.password), allowedPassword)) + return ctx.reject(); + break; + default: + return ctx.reject(); + } + + if (allowed) + ctx.accept(); + else + ctx.reject(); + }).on('ready', () => { + console.log('Client authenticated!'); + + client.on('session', (accept, reject) => { + const session = accept(); + session.on('sftp', (accept, reject) => { + console.log('Client SFTP session'); + const openFiles = new Map(); + let handleCount = 0; + const sftp = accept(); + sftp.on('OPEN', (reqid, filename, flags, attrs) => { + // Only allow opening /tmp/foo.txt for writing + if (filename !== '/tmp/foo.txt' || !(flags & OPEN_MODE.WRITE)) + return sftp.status(reqid, STATUS_CODE.FAILURE); + + // Create a fake handle to return to the client, this could easily + // be a real file descriptor number for example if actually opening + // a file on disk + const handle = Buffer.alloc(4); + openFiles.set(handleCount, true); + handle.writeUInt32BE(handleCount++, 0); + + console.log('Opening file for write') + sftp.handle(reqid, handle); + }).on('WRITE', (reqid, handle, offset, data) => { + if (handle.length !== 4 + || !openFiles.has(handle.readUInt32BE(0))) { + return sftp.status(reqid, STATUS_CODE.FAILURE); + } + + // Fake the write operation + sftp.status(reqid, STATUS_CODE.OK); + + console.log('Write to file at offset ${offset}: ${inspect(data)}'); + }).on('CLOSE', (reqid, handle) => { + let fnum; + if (handle.length !== 4 + || !openFiles.has(fnum = handle.readUInt32BE(0))) { + return sftp.status(reqid, STATUS_CODE.FAILURE); + } + + console.log('Closing file'); + openFiles.delete(fnum); + + sftp.status(reqid, STATUS_CODE.OK); + }); + }); + }); + }).on('close', () => { + console.log('Client disconnected'); + }); +}).listen(0, '127.0.0.1', function() { + console.log('Listening on port ' + this.address().port); +}); +``` + +## Other Examples + +### Generate an SSH key + +```js +const { utils: { generateKeyPair, generateKeyPairSync } } = require('ssh2'); + +// Generate unencrypted ED25519 SSH key synchronously +let keys = generateKeyPairSync('ed25519'); +// ... use `keys.public` and `keys.private` + +// Generate unencrypted ECDSA SSH key synchronously with a comment set +keys = generateKeyPairSync('ecdsa', { bits: 256, comment: 'node.js rules!' }); +// ... use `keys.public` and `keys.private` + +// Generate encrypted RSA SSH key asynchronously +generateKeyPair( + 'rsa', + { bits: 2048, passphrase: 'foobarbaz', cipher: 'aes256-cbc' }, + (err, keys) => { + if (err) throw err; + // ... use `keys.public` and `keys.private` + } +); +``` + +You can find more examples in the `examples` directory of this repository. + +## API + +`require('ssh2').Client` is the **_Client_** constructor. + +`require('ssh2').Server` is the **_Server_** constructor. + +`require('ssh2').utils` is an object containing some useful [utilities](#utilities). + +`require('ssh2').HTTPAgent` is an [`http.Agent`](https://nodejs.org/docs/latest/api/http.html#http_class_http_agent) constructor. + +`require('ssh2').HTTPSAgent` is an [`https.Agent`](https://nodejs.org/docs/latest/api/https.html#https_class_https_agent) constructor. Its API is the same as `HTTPAgent` except it's for HTTPS connections. + +### Agent-related + +`require('ssh2').AgentProtocol` is a Duplex stream [class](#agentprotocol) that aids in communicating over the OpenSSH agent protocol. + +`require('ssh2').BaseAgent` is a base [class](#baseagent) for creating custom authentication agents. + +`require('ssh2').createAgent` is a helper [function](#createagent) that creates a new agent instance using the same logic as the `agent` configuration option: if the platform is Windows and it's the value "pageant", it creates a `PageantAgent`, otherwise if it's not a path to a Windows pipe it creates a `CygwinAgent`. In all other cases, it creates an `OpenSSHAgent`. + +`require('ssh2').CygwinAgent` is an agent [class](#cygwinagent) implementation that communicates with agents in a Cygwin environment. + +`require('ssh2').OpenSSHAgent` is an agent [class](#opensshagent) implementation that communicates with OpenSSH agents over a UNIX socket. + +`require('ssh2').PageantAgent` is an agent [class](#pageantagent) implementation that communicates with Pageant agent processes. + +### Client + +#### Client events + +* **banner**(< _string_ >message, < _string_ >language) - A notice was sent by the server upon connection. + +* **change password**(< _string_ >prompt, < _function_ >done) - If using password-based user authentication, the server has requested that the user's password be changed. Call `done` with the new password. + +* **close**() - The socket was closed. + +* **end**() - The socket was disconnected. + +* **error**(< _Error_ >err) - An error occurred. A 'level' property indicates 'client-socket' for socket-level errors and 'client-ssh' for SSH disconnection messages. In the case of 'client-ssh' messages, there may be a 'description' property that provides more detail. + +* **handshake**(< _object_ >negotiated) - Emitted when a handshake has completed (either initial or rekey). `negotiated` contains the negotiated details of the handshake and is of the form: + +```js + // In this particular case `mac` is empty because there is no separate MAC + // because it's integrated into AES in GCM mode + { kex: 'ecdh-sha2-nistp256', + srvHostKey: 'rsa-sha2-512', + cs: { // Client to server algorithms + cipher: 'aes128-gcm', + mac: '', + compress: 'none', + lang: '' + }, + sc: { // Server to client algorithms + cipher: 'aes128-gcm', + mac: '', + compress: 'none', + lang: '' + } + } +``` + +* **hostkeys**(< _array_ >keys) - Emitted when the server announces its available host keys. `keys` is the list of parsed (using [`parseKey()`](#utilities)) host public keys. + +* **keyboard-interactive**(< _string_ >name, < _string_ >instructions, < _string_ >instructionsLang, < _array_ >prompts, < _function_ >finish) - The server is asking for replies to the given `prompts` for keyboard-interactive user authentication. `name` is generally what you'd use as a window title (for GUI apps). `prompts` is an array of `{ prompt: 'Password: ', echo: false }` style objects (here `echo` indicates whether user input should be displayed on the screen). The answers for all prompts must be provided as an array of strings and passed to `finish` when you are ready to continue. Note: It's possible for the server to come back and ask more questions. + +* **ready**() - Authentication was successful. + +* **rekey**() - Emitted when a rekeying operation has completed (either client or server-initiated). + +* **tcp connection**(< _object_ >details, < _function_ >accept, < _function_ >reject) - An incoming forwarded TCP connection is being requested. Calling `accept` accepts the connection and returns a `Channel` object. Calling `reject` rejects the connection and no further action is needed. `details` contains: + + * **destIP** - _string_ - The remote IP the connection was received on (given in earlier call to `forwardIn()`). + + * **destPort** - _integer_ - The remote port the connection was received on (given in earlier call to `forwardIn()`). + + * **srcIP** - _string_ - The originating IP of the connection. + + * **srcPort** - _integer_ - The originating port of the connection. + +* **unix connection**(< _object_ >details, < _function_ >accept, < _function_ >reject) - An incoming forwarded UNIX socket connection is being requested. Calling `accept` accepts the connection and returns a `Channel` object. Calling `reject` rejects the connection and no further action is needed. `details` contains: + + * **socketPath** - _string_ - The originating UNIX socket path of the connection. + +* **x11**(< _object_ >details, < _function_ >accept, < _function_ >reject) - An incoming X11 connection is being requested. Calling `accept` accepts the connection and returns a `Channel` object. Calling `reject` rejects the connection and no further action is needed. `details` contains: + + * **srcIP** - _string_ - The originating IP of the connection. + + * **srcPort** - _integer_ - The originating port of the connection. + +#### Client methods + +* **(constructor)**() - Creates and returns a new Client instance. + +* **connect**(< _object_ >config) - _(void)_ - Attempts a connection to a server using the information given in `config`: + + * **agent** - _string_ - Path to ssh-agent's UNIX socket for ssh-agent-based user authentication. **Windows users: set to 'pageant' for authenticating with Pageant or (actual) path to a cygwin "UNIX socket."** **Default:** (none) + + * **agentForward** - _boolean_ - Set to `true` to use OpenSSH agent forwarding (`auth-agent@openssh.com`) for the life of the connection. `agent` must also be set to use this feature. **Default:** `false` + + * **algorithms** - _object_ - This option allows you to explicitly override the default transport layer algorithms used for the connection. The value for each category must either be an array of valid algorithm names to set an exact list (with the most preferable first) or an object containing `append`, `prepend`, and/or `remove` properties that each contain an _array_ of algorithm names or RegExps to match to adjust default lists for each category. Valid keys: + + * **cipher** - _mixed_ - Ciphers. + * Default list (in order from most to least preferable): + * `chacha20-poly1305@openssh.com` (priority of chacha20-poly1305 may vary depending upon CPU and/or optional binding availability) + * `aes128-gcm` + * `aes128-gcm@openssh.com` + * `aes256-gcm` + * `aes256-gcm@openssh.com` + * `aes128-ctr` + * `aes192-ctr` + * `aes256-ctr` + * Other supported names: + * `3des-cbc` + * `aes256-cbc` + * `aes192-cbc` + * `aes128-cbc` + * `arcfour256` + * `arcfour128` + * `arcfour` + * `blowfish-cbc` + * `cast128-cbc` + + * **compress** - _mixed_ - Compression algorithms. + * Default list (in order from most to least preferable): + * `none` + * `zlib@openssh.com` + * `zlib` + * Other supported names: + + * **hmac** - _mixed_ - (H)MAC algorithms. + * Default list (in order from most to least preferable): + * `hmac-sha2-256-etm@openssh.com` + * `hmac-sha2-512-etm@openssh.com` + * `hmac-sha1-etm@openssh.com` + * `hmac-sha2-256` + * `hmac-sha2-512` + * `hmac-sha1` + * Other supported names: + * `hmac-md5` + * `hmac-sha2-256-96` + * `hmac-sha2-512-96` + * `hmac-ripemd160` + * `hmac-sha1-96` + * `hmac-md5-96` + + * **kex** - _mixed_ - Key exchange algorithms. + * Default list (in order from most to least preferable): + * `curve25519-sha256` (node v14.0.0+) + * `curve25519-sha256@libssh.org` (node v14.0.0+) + * `ecdh-sha2-nistp256` + * `ecdh-sha2-nistp384` + * `ecdh-sha2-nistp521` + * `diffie-hellman-group-exchange-sha256` + * `diffie-hellman-group14-sha256` + * `diffie-hellman-group15-sha512` + * `diffie-hellman-group16-sha512` + * `diffie-hellman-group17-sha512` + * `diffie-hellman-group18-sha512` + * Other supported names: + * `diffie-hellman-group-exchange-sha1` + * `diffie-hellman-group14-sha1` + * `diffie-hellman-group1-sha1` + + * **serverHostKey** - _mixed_ - Server host key formats. + * Default list (in order from most to least preferable): + * `ssh-ed25519` (node v12.0.0+) + * `ecdsa-sha2-nistp256` + * `ecdsa-sha2-nistp384` + * `ecdsa-sha2-nistp521` + * `rsa-sha2-512` + * `rsa-sha2-256` + * `ssh-rsa` + * Other supported names: + * `ssh-dss` + + * **authHandler** - _mixed_ - Must be an array of objects as described below, an array of strings containing valid authentication method names (username and credentials are pulled from the object passed to `connect()`), or a function with parameters `(methodsLeft, partialSuccess, callback)` where `methodsLeft` and `partialSuccess` are `null` on the first authentication attempt, otherwise are an array and boolean respectively. Return or call `callback()` with either the name of the authentication method or an object containing the method name along with method-specific details to try next (return/pass `false` to signal no more methods to try). Valid method names are: `'none', 'password', 'publickey', 'agent', 'keyboard-interactive', 'hostbased'`. **Default:** function that follows a set method order: None -> Password -> Private Key -> Agent (-> keyboard-interactive if `tryKeyboard` is `true`) -> Hostbased + + * When returning or calling `callback()` with an object, it can take one of the following forms: + + ```js + { + type: 'none', + username: 'foo', + } + ``` + + ```js + { + type: 'password' + username: 'foo', + password: 'bar', + } + ``` + + ```js + { + type: 'publickey' + username: 'foo', + // Can be a string, Buffer, or parsed key containing a private key + key: ..., + // `passphrase` only required for encrypted keys + passphrase: ..., + } + ``` + + ```js + { + type: 'hostbased' + username: 'foo', + localHostname: 'baz', + localUsername: 'quux', + // Can be a string, Buffer, or parsed key containing a private key + key: ..., + // `passphrase` only required for encrypted keys + passphrase: ..., + } + ``` + + ```js + { + type: 'agent' + username: 'foo', + // Can be a string that is interpreted exactly like the `agent` + // connection config option or can be a custom agent + // object/instance that extends and implements `BaseAgent` + agent: ..., + } + ``` + + ```js + { + type: 'keyboard-interactive' + username: 'foo', + // This works exactly the same way as a 'keyboard-interactive' + // Client event handler + prompt: (name, instructions, instructionsLang, prompts, finish) => { + // ... + }, + } + ``` + + * **debug** - _function_ - Set this to a function that receives a single string argument to get detailed (local) debug information. **Default:** (none) + + * **forceIPv4** - _boolean_ - Only connect via resolved IPv4 address for `host`. **Default:** `false` + + * **forceIPv6** - _boolean_ - Only connect via resolved IPv6 address for `host`. **Default:** `false` + + * **host** - _string_ - Hostname or IP address of the server. **Default:** `'localhost'` + + * **hostHash** - _string_ - Any valid hash algorithm supported by node. The host's key is hashed using this algorithm and passed to the **hostVerifier** function as a hex string. **Default:** (none) + + * **hostVerifier** - _function_ - Function with parameters `(key[, callback])` for verifying host keys, where `key` is either a hex _string_ of the hash of the key if `hostHash` was set, otherwise it is the raw host key in _Buffer_ form. Use `utils.parseKey()` to get the host key type. Return `true` to continue with the handshake or `false` to reject and disconnect, or call `callback()` with `true` or `false` if you need to perform asynchronous verification. **Default:** (auto-accept if `hostVerifier` is not set) + + * **keepaliveCountMax** - _integer_ - How many consecutive, unanswered SSH-level keepalive packets that can be sent to the server before disconnection (similar to OpenSSH's ServerAliveCountMax config option). **Default:** `3` + + * **keepaliveInterval** - _integer_ - How often (in milliseconds) to send SSH-level keepalive packets to the server (in a similar way as OpenSSH's ServerAliveInterval config option). Set to 0 to disable. **Default:** `0` + + * **localAddress** - _string_ - IP address of the network interface to use to connect to the server. **Default:** (none -- determined by OS) + + * **localHostname** - _string_ - Along with **localUsername** and **privateKey**, set this to a non-empty string for hostbased user authentication. **Default:** (none) + + * **localPort** - _string_ - The local port number to connect from. **Default:** (none -- determined by OS) + + * **localUsername** - _string_ - Along with **localHostname** and **privateKey**, set this to a non-empty string for hostbased user authentication. **Default:** (none) + + * **passphrase** - _string_ - For an encrypted `privateKey`, this is the passphrase used to decrypt it. **Default:** (none) + + * **password** - _string_ - Password for password-based user authentication. **Default:** (none) + + * **port** - _integer_ - Port number of the server. **Default:** `22` + + * **privateKey** - _mixed_ - _Buffer_ or _string_ that contains a private key for either key-based or hostbased user authentication (OpenSSH format). **Default:** (none) + + * **readyTimeout** - _integer_ - How long (in milliseconds) to wait for the SSH handshake to complete. **Default:** `20000` + + * **sock** - _ReadableStream_ - A _ReadableStream_ to use for communicating with the server instead of creating and using a new TCP connection (useful for connection hopping). + + * **strictVendor** - _boolean_ - Performs a strict server vendor check before sending vendor-specific requests, etc. (e.g. check for OpenSSH server when using `openssh_noMoreSessions()`) **Default:** `true` + + * **tryKeyboard** - _boolean_ - Try keyboard-interactive user authentication if primary user authentication method fails. If you set this to `true`, you need to handle the `keyboard-interactive` event. **Default:** `false` + + * **username** - _string_ - Username for authentication. **Default:** (none) + +* **end**() - _(void)_ - Disconnects the socket. + +* **exec**(< _string_ >command[, < _object_ >options], < _function_ >callback) - _(void)_ - Executes `command` on the server. `callback` has 2 parameters: < _Error_ >err, < _Channel_ >stream. Valid `options` properties are: + + * **env** - _object_ - An environment to use for the execution of the command. + + * **pty** - _mixed_ - Set to `true` to allocate a pseudo-tty with defaults, or an object containing specific pseudo-tty settings (see 'Pseudo-TTY settings'). Setting up a pseudo-tty can be useful when working with remote processes that expect input from an actual terminal (e.g. sudo's password prompt). + + * **x11** - _mixed_ - Set to `true` to use defaults below, set to a number to specify a specific screen number, or an object with the following valid properties: + + * **cookie** - _mixed_ - The authentication cookie. Can be a hex _string_ or a _Buffer_ containing the raw cookie value (which will be converted to a hex string). **Default:** (random 16 byte value) + + * **protocol** - _string_ - The authentication protocol name. **Default:** `'MIT-MAGIC-COOKIE-1'` + + * **screen** - _number_ - Screen number to use **Default:** `0` + + * **single** - _boolean_ - Allow just a single connection? **Default:** `false` + +* **forwardIn**(< _string_ >remoteAddr, < _integer_ >remotePort, < _function_ >callback) - _(void)_ - Bind to `remoteAddr` on `remotePort` on the server and forward incoming TCP connections. `callback` has 2 parameters: < _Error_ >err, < _integer_ >port (`port` is the assigned port number if `remotePort` was 0). Here are some special values for `remoteAddr` and their associated binding behaviors: + + * '' - Connections are to be accepted on all protocol families supported by the server. + + * '0.0.0.0' - Listen on all IPv4 addresses. + + * '::' - Listen on all IPv6 addresses. + + * 'localhost' - Listen on all protocol families supported by the server on loopback addresses only. + + * '127.0.0.1' and '::1' - Listen on the loopback interfaces for IPv4 and IPv6, respectively. + +* **forwardOut**(< _string_ >srcIP, < _integer_ >srcPort, < _string_ >dstIP, < _integer_ >dstPort, < _function_ >callback) - _(void)_ - Open a connection with `srcIP` and `srcPort` as the originating address and port and `dstIP` and `dstPort` as the remote destination address and port. `callback` has 2 parameters: < _Error_ >err, < _Channel_ >stream. + +* **openssh_forwardInStreamLocal**(< _string_ >socketPath, < _function_ >callback) - _(void)_ - OpenSSH extension that binds to a UNIX domain socket at `socketPath` on the server and forwards incoming connections. `callback` has 1 parameter: < _Error_ >err. + +* **openssh_forwardOutStreamLocal**(< _string_ >socketPath, < _function_ >callback) - _(void)_ - OpenSSH extension that opens a connection to a UNIX domain socket at `socketPath` on the server. `callback` has 2 parameters: < _Error_ >err, < _Channel_ >stream. + +* **openssh_noMoreSessions**(< _function_ >callback) - _(void)_ - OpenSSH extension that sends a request to reject any new sessions (e.g. exec, shell, sftp, subsys) for this connection. `callback` has 1 parameter: < _Error_ >err. + +* **openssh_unforwardInStreamLocal**(< _string_ >socketPath, < _function_ >callback) - _(void)_ - OpenSSH extension that unbinds from a UNIX domain socket at `socketPath` on the server and stops forwarding incoming connections. `callback` has 1 parameter: < _Error_ >err. + +* **rekey**([< _function_ >callback]) - _(void)_ - Initiates a rekey with the server. If `callback` is supplied, it is added as a one-time handler for the `rekey` event. + +* **setNoDelay**([< _boolean_ >noDelay]) - _Client_ - Calls [`setNoDelay()`](https://nodejs.org/docs/latest/api/net.html#socketsetnodelaynodelay) on the underlying socket. Disabling Nagle's algorithm improves latency at the expense of lower throughput. + +* **sftp**([< _object_ >env, ]< _function_ >callback) - _(void)_ - Starts an SFTP session. `env` is an environment to use when executing `sftp` methods. `callback` has 2 parameters: < _Error_ >err, < _SFTP_ >sftp. For methods available on `sftp`, see the [`SFTP` client documentation](https://github.com/mscdex/ssh2/blob/master/SFTP.md). + +* **shell**([[< _mixed_ >window,] < _object_ >options]< _function_ >callback) - _(void)_ - Starts an interactive shell session on the server, with an optional `window` object containing pseudo-tty settings (see 'Pseudo-TTY settings'). If `window === false`, then no pseudo-tty is allocated. `options` supports the `x11` and `env` options as described in `exec()`. `callback` has 2 parameters: < _Error_ >err, < _Channel_ >stream. + +* **subsys**(< _string_ >subsystem, < _function_ >callback) - _(void)_ - Invokes `subsystem` on the server. `callback` has 2 parameters: < _Error_ >err, < _Channel_ >stream. + +* **unforwardIn**(< _string_ >remoteAddr, < _integer_ >remotePort, < _function_ >callback) - _(void)_ - Unbind from `remoteAddr` on `remotePort` on the server and stop forwarding incoming TCP connections. Until `callback` is called, more connections may still come in. `callback` has 1 parameter: < _Error_ >err. + +### Server + +#### Server events + +* **connection**(< _Connection_ >client, < _object_ >info) - A new client has connected. `info` contains the following properties: + + * **family** - _string_ - The `remoteFamily` of the connection. + + * **header** - _object_ - Information about the client's header: + + * **identRaw** - _string_ - The raw client identification string. + + * **versions** - _object_ - Various version information: + + * **protocol** - _string_ - The SSH protocol version (always `1.99` or `2.0`). + + * **software** - _string_ - The software name and version of the client. + + * **comments** - _string_ - Any text that comes after the software name/version. + + Example: the identification string `SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2` would be parsed as: + + ```js + { + identRaw: 'SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2', + version: { + protocol: '2.0', + software: 'OpenSSH_6.6.1p1' + }, + comments: 'Ubuntu-2ubuntu2' + } + ``` + + * **ip** - _string_ - The `remoteAddress` of the connection. + + * **port** - _integer_ - The `remotePort` of the connection. + +#### Server methods + +* **(constructor)**(< _object_ >config[, < _function_ >connectionListener]) - Creates and returns a new Server instance. Server instances also have the same methods/properties/events as [`net.Server`](http://nodejs.org/docs/latest/api/net.html#net_class_net_server). `connectionListener` if supplied, is added as a `connection` listener. Valid `config` properties: + + * **algorithms** - _object_ - This option allows you to explicitly override the default transport layer algorithms used for incoming client connections. Each value must be an array of valid algorithms for that category. The order of the algorithms in the arrays are important, with the most favorable being first. For a list of valid and default algorithm names, please review the documentation for the version of `ssh2` used by this module. Valid keys: + + * **cipher** - _array_ - Ciphers. + + * **compress** - _array_ - Compression algorithms. + + * **hmac** - _array_ - (H)MAC algorithms. + + * **kex** - _array_ - Key exchange algorithms. + + * **serverHostKey** - _array_ - Server host key formats. + + * **banner** - _string_ - A message that is sent to clients once, right before authentication begins. **Default:** (none) + + * **debug** - _function_ - Set this to a function that receives a single string argument to get detailed (local) debug information. **Default:** (none) + + * **greeting** - _string_ - A message that is sent to clients immediately upon connection, before handshaking begins. **Note:** Most clients usually ignore this. **Default:** (none) + + * **highWaterMark** - _integer_ - This is the `highWaterMark` to use for the parser stream. **Default:** `32 * 1024` + + * **hostKeys** - _array_ - An array of either Buffers/strings that contain host private keys or objects in the format of `{ key: , passphrase: }` for encrypted private keys. (**Required**) **Default:** (none) + + * **ident** - _string_ - A custom server software name/version identifier. **Default:** `'ssh2js' + moduleVersion + 'srv'` + +* **injectSocket**(< _DuplexStream_ >socket) - Injects a bidirectional stream as though it were a TCP socket connection. Additionally, `socket` should include `net.Socket`-like properties to ensure the best compatibility (e.g. `socket.remoteAddress`, `socket.remotePort`, `socket.remoteFamily`). + +#### Connection events + +* **authentication**(< _AuthContext_ >ctx) - The client has requested authentication. `ctx.username` contains the client username, `ctx.method` contains the requested authentication method, and `ctx.accept()` and `ctx.reject([< Array >authMethodsLeft[, < Boolean >isPartialSuccess]])` are used to accept or reject the authentication request respectively. `'abort'` is emitted if the client aborts the authentication request. Other properties/methods available on `ctx` depends on the `ctx.method` of authentication the client has requested: + + * `hostbased`: + + * **blob** - _Buffer_ - This contains the data to be verified that is passed to (along with the signature) `key.verify()` where `key` is a public key parsed with [`parseKey()`](#utilities). + + * **key** - _object_ - Contains information about the public key sent by the client: + + * **algo** - _string_ - The name of the key algorithm (e.g. `ssh-rsa`). + + * **data** - _Buffer_ - The actual key data. + + * **localHostname** - _string_ - The local hostname provided by the client. + + * **localUsername** - _string_ - The local username provided by the client. + + * **signature** - _Buffer_ - This contains a signature to be verified that is passed to (along with the blob) `key.verify()` where `key` is a public key parsed with [`parseKey()`](#utilities). + + * **hashAlgo** - _mixed_ - This is either `undefined` or a _string_ containing an explicit hash algorithm to be used during verification (passed to `key.verify()`). + + * `keyboard-interactive`: + + * **prompt**(< _array_ >prompts[, < _string_ >title[, < _string_ >instructions]], < _function_ >callback) - _(void)_ - Send prompts to the client. `prompts` is an array of `{ prompt: 'Prompt text', echo: true }` objects (`prompt` being the prompt text and `echo` indicating whether the client's response to the prompt should be echoed to their display). `callback` is called with `(responses)`, where `responses` is an array of string responses matching up to the `prompts`. + + * **submethods** - _array_ - A list of preferred authentication "sub-methods" sent by the client. This may be used to determine what (if any) prompts to send to the client. + + * `password`: + + * **password** - _string_ - This is the password sent by the client. + + * **requestChange**(< _string_ >prompt, < _function_ >callback) - _(void)_ - Sends a password change request to the client. `callback` is called with `(newPassword)`, where `newPassword` is the new password supplied by the client. You may accept, reject, or prompt for another password change after `callback` is called. + + * `publickey`: + + * **blob** - _mixed_ - If the value is `undefined`, the client is only checking the validity of the `key`. If the value is a _Buffer_, then this contains the data to be verified that is passed to (along with the signature) `key.verify()` where `key` is a public key parsed with [`parseKey()`](#utilities). + + * **key** - _object_ - Contains information about the public key sent by the client: + + * **algo** - _string_ - The name of the key algorithm (e.g. `ssh-rsa`). + + * **data** - _Buffer_ - The actual key data. + + * **signature** - _mixed_ - If the value is `undefined`, the client is only checking the validity of the `key`. If the value is a _Buffer_, then this contains a signature to be verified that is passed to (along with the blob) `key.verify()` where `key` is a public key parsed with [`parseKey()`](#utilities). + + * **hashAlgo** - _mixed_ - This is either `undefined` or a _string_ containing an explicit hash algorithm to be used during verification (passed to `key.verify()`). + +* **close**() - The client socket was closed. + +* **end**() - The client socket disconnected. + +* **error**(< _Error_ >err) - An error occurred. + +* **handshake**(< _object_ >negotiated) - Emitted when a handshake has completed (either initial or rekey). `negotiated` contains the negotiated details of the handshake and is of the form: + +```js + // In this particular case `mac` is empty because there is no separate MAC + // because it's integrated into AES in GCM mode + { kex: 'ecdh-sha2-nistp256', + srvHostKey: 'rsa-sha2-512', + cs: { // Client to server algorithms + cipher: 'aes128-gcm', + mac: '', + compress: 'none', + lang: '' + }, + sc: { // Server to client algorithms + cipher: 'aes128-gcm', + mac: '', + compress: 'none', + lang: '' + } + } +``` + +* **openssh.streamlocal**(< _function_ >accept, < _function_ >reject, < _object_ >info) - Emitted when the client has requested a connection to a UNIX domain socket. `accept()` returns a new _Channel_ instance representing the connection. `info` contains: + + * **socketPath** - _string_ - Destination socket path of outgoing connection. + +* **ready**() - Emitted when the client has been successfully authenticated. + +* **rekey**() - Emitted when a rekeying operation has completed (either client or server-initiated). + +* **request**(< _mixed_ >accept, < _mixed_ >reject, < _string_ >name, < _object_ >info) - Emitted when the client has sent a global request for `name` (e.g. `tcpip-forward` or `cancel-tcpip-forward`). `accept` and `reject` are functions if the client requested a response. If `bindPort === 0`, you should pass the chosen port to `accept()` so that the client will know what port was bound. `info` contains additional details about the request: + + * `cancel-tcpip-forward` and `tcpip-forward`: + + * **bindAddr** - _string_ - The IP address to start/stop binding to. + + * **bindPort** - _integer_ - The port to start/stop binding to. + + * `cancel-streamlocal-forward@openssh.com` and `streamlocal-forward@openssh.com`: + + * **socketPath** - _string_ - The socket path to start/stop binding to. + +* **session**(< _function_ >accept, < _function_ >reject) - Emitted when the client has requested a new session. Sessions are used to start interactive shells, execute commands, request X11 forwarding, etc. `accept()` returns a new _Session_ instance. + +* **tcpip**(< _function_ >accept, < _function_ >reject, < _object_ >info) - Emitted when the client has requested an outbound (TCP) connection. `accept()` returns a new _Channel_ instance representing the connection. `info` contains: + + * **destIP** - _string_ - Destination IP address of outgoing connection. + + * **destPort** - _string_ - Destination port of outgoing connection. + + * **srcIP** - _string_ - Source IP address of outgoing connection. + + * **srcPort** - _string_ - Source port of outgoing connection. + +#### Connection methods + +* **end**() - _(void)_ - Closes the client connection. + +* **forwardOut**(< _string_ >boundAddr, < _integer_ >boundPort, < _string_ >remoteAddr, < _integer_ >remotePort, < _function_ >callback) - _(void)_ - Alert the client of an incoming TCP connection on `boundAddr` on port `boundPort` from `remoteAddr` on port `remotePort`. `callback` has 2 parameters: < _Error_ >err, < _Channel_ >stream. + +* **openssh_forwardOutStreamLocal**(< _string_ >socketPath, < _function_ >callback) - _(void)_ - Alert the client of an incoming UNIX domain socket connection on `socketPath`. `callback` has 2 parameters: < _Error_ >err, < _Channel_ >stream. + +* **rekey**([< _function_ >callback]) - _(void)_ - Initiates a rekey with the client. If `callback` is supplied, it is added as a one-time handler for the `rekey` event. + +* **setNoDelay**([< _boolean_ >noDelay]) - _Connection_ - Calls [`setNoDelay()`](https://nodejs.org/docs/latest/api/net.html#socketsetnodelaynodelay) on the underlying socket. Disabling Nagle's algorithm improves latency at the expense of lower throughput. + +* **x11**(< _string_ >originAddr, < _integer_ >originPort, < _function_ >callback) - _(void)_ - Alert the client of an incoming X11 client connection from `originAddr` on port `originPort`. `callback` has 2 parameters: < _Error_ >err, < _Channel_ >stream. + +#### Session events + +* **auth-agent**(< _mixed_ >accept, < _mixed_ >reject) - The client has requested incoming ssh-agent requests be forwarded to them. `accept` and `reject` are functions if the client requested a response. + +* **close**() - The session was closed. + +* **env**(< _mixed_ >accept, < _mixed_ >reject, < _object_ >info) - The client requested an environment variable to be set for this session. `accept` and `reject` are functions if the client requested a response. `info` has these properties: + + * **key** - _string_ - The environment variable's name. + + * **value** - _string_ - The environment variable's value. + +* **exec**(< _mixed_ >accept, < _mixed_ >reject, < _object_ >info) - The client has requested execution of a command string. `accept` and `reject` are functions if the client requested a response. `accept()` returns a _Channel_ for the command execution. `info` has these properties: + + * **command** - _string_ - The command line to be executed. + +* **pty**(< _mixed_ >accept, < _mixed_ >reject, < _object_ >info) - The client requested allocation of a pseudo-TTY for this session. `accept` and `reject` are functions if the client requested a response. `info` has these properties: + + * **term** - _string_ - The terminal type for the pseudo-TTY. + + * **cols** - _integer_ - The number of columns for the pseudo-TTY. + + * **height** - _integer_ - The height of the pseudo-TTY in pixels. + + * **modes** - _object_ - Contains the requested terminal modes of the pseudo-TTY keyed on the mode name with the value being the mode argument. (See the table at the end for valid names). + + * **rows** - _integer_ - The number of rows for the pseudo-TTY. + + * **width** - _integer_ - The width of the pseudo-TTY in pixels. + +* **sftp**(< _mixed_ >accept, < _mixed_ >reject) - The client has requested the SFTP subsystem. `accept` and `reject` are functions if the client requested a response. `accept()` returns an _SFTP_ instance in server mode (see the [`SFTP` documentation](https://github.com/mscdex/ssh2/blob/master/SFTP.md) for details). `info` has these properties: + +* **shell**(< _mixed_ >accept, < _mixed_ >reject) - The client has requested an interactive shell. `accept` and `reject` are functions if the client requested a response. `accept()` returns a _Channel_ for the interactive shell. + +* **signal**(< _mixed_ >accept, < _mixed_ >reject, < _object_ >info) - The client has sent a signal. `accept` and `reject` are functions if the client requested a response. `info` has these properties: + + * **name** - _string_ - The signal name (e.g. `SIGUSR1`). + +* **subsystem**(< _mixed_ >accept, < _mixed_ >reject, < _object_ >info) - The client has requested an arbitrary subsystem. `accept` and `reject` are functions if the client requested a response. `accept()` returns a _Channel_ for the subsystem. `info` has these properties: + + * **name** - _string_ - The name of the subsystem. + +* **window-change**(< _mixed_ >accept, < _mixed_ >reject, < _object_ >info) - The client reported a change in window dimensions during this session. `accept` and `reject` are functions if the client requested a response. `info` has these properties: + + * **cols** - _integer_ - The new number of columns for the client window. + + * **height** - _integer_ - The new height of the client window in pixels. + + * **rows** - _integer_ - The new number of rows for the client window. + + * **width** - _integer_ - The new width of the client window in pixels. + +* **x11**(< _mixed_ >accept, < _mixed_ >reject, < _object_ >info) - The client requested X11 forwarding. `accept` and `reject` are functions if the client requested a response. `info` has these properties: + + * **cookie** - _string_ - The X11 authentication cookie encoded in hexadecimal. + + * **protocol** - _string_ - The name of the X11 authentication method used (e.g. `MIT-MAGIC-COOKIE-1`). + + * **screen** - _integer_ - The screen number to forward X11 connections for. + + * **single** - _boolean_ - `true` if only a single connection should be forwarded. + +### Channel + +This is a normal **streams2** Duplex Stream (used both by clients and servers), with the following changes: + +* A boolean property `allowHalfOpen` exists and behaves similarly to the property of the same name for `net.Socket`. When the stream's end() is called, if `allowHalfOpen` is `true`, only EOF will be sent (the server can still send data if they have not already sent EOF). The default value for this property is `true`. + +* A `close` event is emitted once the channel is completely closed on both the client and server. + +* Client-specific: + + * For exec(): + + * An `exit` event *may* (the SSH2 spec says it is optional) be emitted when the process finishes. If the process finished normally, the process's return value is passed to the `exit` callback. If the process was interrupted by a signal, the following are passed to the `exit` callback: null, < _string_ >signalName, < _boolean_ >didCoreDump, < _string_ >description. + + * If there was an `exit` event, the `close` event will be passed the same arguments for convenience. + + * A `stderr` property contains a Readable stream that represents output from stderr. + + * For exec() and shell(): + + * The readable side represents stdout and the writable side represents stdin. + + * **setWindow**(< _integer_ >rows, < _integer_ >cols, < _integer_ >height, < _integer_ >width) - _(void)_ - Lets the server know that the local terminal window has been resized. The meaning of these arguments are described in the 'Pseudo-TTY settings' section. + + * **signal**(< _string_ >signalName) - _(void)_ - Sends a POSIX signal to the current process on the server. Valid signal names are: 'ABRT', 'ALRM', 'FPE', 'HUP', 'ILL', 'INT', 'KILL', 'PIPE', 'QUIT', 'SEGV', 'TERM', 'USR1', and 'USR2'. Some server implementations may ignore this request if they do not support signals. Note: If you are trying to send SIGINT and you find `signal()` doesn't work, try writing `'\x03'` to the Channel stream instead. + + +* Server-specific: + + * For exec-enabled channel instances there is an additional method available that may be called right before you close the channel. It has two different signatures: + + * **exit**(< _integer_ >exitCode) - _(void)_ - Sends an exit status code to the client. + + * **exit**(< _string_ >signalName[, < _boolean_ >coreDumped[, < _string_ >errorMsg]]) - _(void)_ - Sends an exit status code to the client. + + * For exec and shell-enabled channel instances, `channel.stderr` is a writable stream. + +### Pseudo-TTY settings + +* **cols** - < _integer_ > - Number of columns. **Default:** `80` + +* **height** - < _integer_ > - Height in pixels. **Default:** `480` + +* **modes** - < _object_ > - An object containing [Terminal Modes](#terminal-modes) as keys, with each value set to each mode argument. **Default:** `null` + +* **rows** - < _integer_ > - Number of rows. **Default:** `24` + +* **term** - < _string_ > - The value to use for $TERM. **Default:** `'vt100'` + +* **width** - < _integer_ > - Width in pixels. **Default:** `640` + +`rows` and `cols` override `width` and `height` when `rows` and `cols` are non-zero. + +Pixel dimensions refer to the drawable area of the window. + +Zero dimension parameters are ignored. + +### Terminal modes + +Name | Description +-------------- | ------------ +CS7 | 7 bit mode. +CS8 | 8 bit mode. +ECHOCTL | Echo control characters as ^(Char). +ECHO | Enable echoing. +ECHOE | Visually erase chars. +ECHOKE | Visual erase for line kill. +ECHOK | Kill character discards current line. +ECHONL | Echo NL even if ECHO is off. +ICANON | Canonicalize input lines. +ICRNL | Map CR to NL on input. +IEXTEN | Enable extensions. +IGNCR | Ignore CR on input. +IGNPAR | The ignore parity flag. The parameter SHOULD be 0 if this flag is FALSE, and 1 if it is TRUE. +IMAXBEL | Ring bell on input queue full. +INLCR | Map NL into CR on input. +INPCK | Enable checking of parity errors. +ISIG | Enable signals INTR, QUIT, [D]SUSP. +ISTRIP | Strip 8th bit off characters. +IUCLC | Translate uppercase characters to lowercase. +IXANY | Any char will restart after stop. +IXOFF | Enable input flow control. +IXON | Enable output flow control. +NOFLSH | Don't flush after interrupt. +OCRNL | Translate carriage return to newline (output). +OLCUC | Convert lowercase to uppercase. +ONLCR | Map NL to CR-NL. +ONLRET | Newline performs a carriage return (output). +ONOCR | Translate newline to carriage return-newline (output). +OPOST | Enable output processing. +PARENB | Parity enable. +PARMRK | Mark parity and framing errors. +PARODD | Odd parity, else even. +PENDIN | Retype pending input. +TOSTOP | Stop background jobs from output. +TTY_OP_ISPEED | Specifies the input baud rate in bits per second. +TTY_OP_OSPEED | Specifies the output baud rate in bits per second. +VDISCARD | Toggles the flushing of terminal output. +VDSUSP | Another suspend character. +VEOF | End-of-file character (sends EOF from the terminal). +VEOL2 | Additional end-of-line character. +VEOL | End-of-line character in addition to carriage return and/or linefeed. +VERASE | Erase the character to left of the cursor. +VFLUSH | Character to flush output. +VINTR | Interrupt character; 255 if none. Similarly for the other characters. Not all of these characters are supported on all systems. +VKILL | Kill the current input line. +VLNEXT | Enter the next character typed literally, even if it is a special character +VQUIT | The quit character (sends SIGQUIT signal on POSIX systems). +VREPRINT | Reprints the current input line. +VSTART | Continues paused output (normally control-Q). +VSTATUS | Prints system status line (load, command, pid, etc). +VSTOP | Pauses output (normally control-S). +VSUSP | Suspends the current program. +VSWTCH | Switch to a different shell layer. +VWERASE | Erases a word left of cursor. +XCASE | Enable input and output of uppercase characters by preceding their lowercase equivalents with "\". + +### HTTPAgent + +#### HTTPAgent methods + +* **(constructor)**(< _object_ >sshConfig[, < _object_ >agentConfig]) - Creates and returns a new `http.Agent` instance used to tunnel an HTTP connection over SSH. `sshConfig` is what is passed to `client.connect()` and `agentOptions` is passed to the `http.Agent` constructor. + +### HTTPSAgent + +#### HTTPSAgent methods + +* **(constructor)**(< _object_ >sshConfig[, < _object_ >agentConfig]) - Creates and returns a new `https.Agent` instance used to tunnel an HTTP connection over SSH. `sshConfig` is what is passed to `client.connect()` and `agentOptions` is passed to the `https.Agent` constructor. + +### Utilities + +* **generateKeyPair**(< _string_ >keyType[, < _object_ >options], < _function_ >callback) - _(void)_ - Generates an SSH key pair of the given type. `keyType` may be one of `'rsa'`, `'ecdsa'`, or `'ed25519'` (node.js v12+). `callback` has the signature `(err, keys)` where `keys` is an _object_ containing `private` and `public` properties containing the generated SSH keys. `options` may contain: + + * **bits** - _integer_ - For ECDSA and RSA keys, this is the key strength. For ECDSA, this is restricted to `256`, `384`, or `521`. **Default:** (none) + + * **cipher** - _string_ - The (SSH, not OpenSSL) cipher to use to encrypt the key. **Default:** (none) + + * **comment** - _string_ - A comment to include in the private and public keys. **Default:** `''` + + * **format** - _string_ - The SSH key format to use. Currently only `'new'` is supported, which represents the current OpenSSH key formats. **Default:** `'new'` + + * **passphrase** - _mixed_ - The desired passphrase for encrypting the key. This can either be a string or _Buffer_. **Default:** (none) + + * **rounds** - _integer_ - For `'new'`-formatted SSH keys, this is the number of bcrypt rounds to use when generating cipher parameters for encrypted keys. **Default:** `16` + +* **generateKeyPairSync**(< _string_ >keyType[, < _object_ >options]) - _object_ - Generates an SSH key pair of the given type. This is a synchronous version of `generateKeyPair()`. + +* **parseKey**(< _mixed_ >keyData[, < _string_ >passphrase]) - _mixed_ - Parses a private/public key in OpenSSH, RFC4716, or PPK format. For encrypted private keys, the key will be decrypted with the given `passphrase`. `keyData` can be a _Buffer_ or _string_ value containing the key contents. The returned value will be an array of objects (currently in the case of modern OpenSSH keys) or an object with these properties and methods: + + * **comment** - _string_ - The comment for the key + + * **equals**(< _mixed_ >otherKey) - _boolean_ - This returns `true` if `otherKey` (a parsed or parseable key) is the same as this key. This method does not compare the keys' comments + + * **getPrivatePEM**() - _string_ - This returns the PEM version of a private key + + * **getPublicPEM**() - _string_ - This returns the PEM version of a public key (for either public key or derived from a private key) + + * **getPublicSSH**() - _string_ - This returns the SSH version of a public key (for either public key or derived from a private key) + + * **isPrivateKey**() - _boolean_ - This returns `true` if the key is a private key or not + + * **sign**(< _mixed_ >data) - _mixed_ - This signs the given `data` using this key and returns a _Buffer_ containing the signature on success. On failure, an _Error_ will be returned. `data` can be anything accepted by node's [`sign.update()`](https://nodejs.org/docs/latest/api/crypto.html#crypto_sign_update_data_inputencoding). + + * **type** - _string_ - The full key type (e.g. `'ssh-rsa'`) + + * **verify**(< _mixed_ >data, < _Buffer_ >signature) - _mixed_ - This verifies a `signature` of the given `data` using this key and returns `true` if the signature could be verified. On failure, either `false` will be returned or an _Error_ will be returned upon a more critical failure. `data` can be anything accepted by node's [`verify.update()`](https://nodejs.org/docs/latest/api/crypto.html#crypto_verify_update_data_inputencoding). + +* **sftp.OPEN_MODE** - [`OPEN_MODE`](https://github.com/mscdex/ssh2/blob/master/SFTP.md#useful-standalone-data-structures) + +* **sftp.STATUS_CODE** - [`STATUS_CODE`](https://github.com/mscdex/ssh2/blob/master/SFTP.md#useful-standalone-data-structures) + +* **sftp.flagsToString** - [`flagsToString()`](https://github.com/mscdex/ssh2/blob/master/SFTP.md#useful-standalone-methods) + +* **sftp.stringToFlags** - [`stringToFlags()`](https://github.com/mscdex/ssh2/blob/master/SFTP.md#useful-standalone-methods) + +### AgentProtocol + +#### AgentProtocol events + +* **identities**(< _opaque_ >request) - **(Server mode only)** The client has requested a list of public keys stored in the agent. Use `failureReply()` or `getIdentitiesReply()` to reply appropriately. + +* **sign**(< _opaque_ >request, < _mixed_ >pubKey, < _Buffer_ >data, < _object_ >options) - **(Server mode only)** The client has requested `data` to be signed using the key identified by `pubKey`. Use `failureReply()` or `signReply()` to reply appropriately. `options` may contain any of: + + * **hash** - _string_ - The explicitly desired hash to use when computing the signature. Currently if set, this may be either `'sha256'` or `'sha512'` for RSA keys. + +#### AgentProtocol methods + +* **(constructor)**(< _boolean_ >isClient) - Creates and returns a new AgentProtocol instance. `isClient` determines whether the instance operates in client or server mode. + +* **failureReply**(< _opaque_ >request) - _(void)_ - **(Server mode only)** Replies to the given `request` with a failure response. + +* **getIdentities**(< _function_ >callback) - _(void)_ - **(Client mode only)** Requests a list of public keys from the agent. `callback` is passed `(err, keys)` where `keys` is a possible array of public keys for authentication. + +* **getIdentitiesReply**(< _opaque_ >request, < _array_ >keys) - _(void)_ - **(Server mode only)** Responds to a identities list `request` with the given array of keys in `keys`. + +* **sign**(< _mixed_ >pubKey, < _Buffer_ >data, < _object_ >options, < _function_ >callback) - _(void)_ - **(Client mode only)** Requests that the agent sign `data` using the key identified by `pubKey`. `pubKey` can be any parsed (using `utils.parseKey()`) or parseable key value. `callback` is passed `(err, signature)` where `signature` is a possible _Buffer_ containing the signature for the `data`. `options` may contain any of: + + * **hash** - _string_ - The explicitly desired hash to use when computing the signature. Currently if set, this may be either `'sha256'` or `'sha512'` for RSA keys. + +* **signReply**(< _opaque_ >request, < _Buffer_ >signature) - _(void)_ - **(Server mode only)** Responds to a sign `request` with the given signature in `signature`. + +### BaseAgent + +In order to create a custom agent, your class *must*: + + * Extend `BaseAgent` + * Call `super()` in its constructor + * Implement *at least* the following methods: + +* **getIdentities**(< _function_ >callback) - _(void)_ - Passes `(err, keys)` to `callback` where `keys` is a possible array of public keys for authentication. + +* **sign**(< _mixed_ >pubKey, < _Buffer_ >data, < _object_ >options, < _function_ >callback) - _(void)_ - Signs `data` using the key identified by `pubKey`. `pubKey` can be any parsed (using `utils.parseKey()`) or parseable key value. `callback` should be passed `(err, signature)` where `signature` is a possible _Buffer_ containing the signature for the `data`. `options` may contain any of: + + * **hash** - _string_ - The explicitly desired hash to use when computing the signature. Currently if set, this may be either `'sha256'` or `'sha512'` for RSA keys. + +Additionally your class may implement the following method in order to support agent forwarding on the client: + +* **getStream**(< _function_ >callback) - _(void)_ - Passes `(err, stream)` to `callback` where `stream` is a possible Duplex stream to be used to communicate with your agent. You will probably want to utilize `AgentProtocol` as agent forwarding is an OpenSSH feature, so the `stream` needs to be able to transmit/receive OpenSSH agent protocol packets. + +### createAgent + +* **createAgent**(< _string_ >agentValue) - _(Agent)_ - Creates and returns a new agent instance using the same logic as the `Client`'s `agent` configuration option: if the platform is Windows and it's the value "pageant", it creates a `PageantAgent`, otherwise if it's not a path to a Windows pipe it creates a `CygwinAgent`. In all other cases, it creates an `OpenSSHAgent`. + +### CygwinAgent + +#### CygwinAgent methods + +* **(constructor)**(< _string_ >socketPath) - Communicates with an agent listening at `socketPath` in a Cygwin environment. + +### OpenSSHAgent + +#### OpenSSHAgent methods + +* **(constructor)**(< _string_ >socketPath) - Communicates with an OpenSSH agent listening on the UNIX socket at `socketPath`. + +### PageantAgent + +#### PageantAgent methods + +* **(constructor)**() - Creates a new agent instance for communicating with a running Pageant agent process. diff --git a/node_modules/ssh2/SFTP.md b/node_modules/ssh2/SFTP.md new file mode 100644 index 0000000..9353ae8 --- /dev/null +++ b/node_modules/ssh2/SFTP.md @@ -0,0 +1,413 @@ +SFTP events +----------- + +**Client/Server events** + +* **ready**() - Emitted after initial protocol version check has passed. + +**Server-only events** + +_Responses to these client requests are sent using one of the methods listed further in this document under `Server-only methods`. The valid response(s) for each request are documented below._ + +* **OPEN**(< _integer_ >reqID, < _string_ >filename, < _integer_ >flags, < _ATTRS_ >attrs) + + `flags` is a bitfield containing any of the flags defined in `OPEN_MODE`. + Use the static method `flagsToString()` to convert the value to a mode + string to be used by `fs.open()` (e.g. `'r'`). + + Respond using one of the following: + + * `handle()` - This indicates a successful opening of the file and passes + the given handle back to the client to use to refer to this open file for + future operations (e.g. reading, writing, closing). + + * `status()` - Use this to indicate a failure to open the requested file. + +* **READ**(< _integer_ >reqID, < _Buffer_ >handle, < _integer_ >offset, < _integer_ >length) + + Respond using one of the following: + + * `data()` - Use this to send the requested chunk of data back to the client. + The amount of data sent is allowed to be less than the `length` requested, + for example if the file ends between `offset` and `offset + length`. + + * `status()` - Use this to indicate either end of file (`STATUS_CODE.EOF`) + has been reached (`offset` is past the end of the file) or if an error + occurred while reading the requested part of the file. + +* **WRITE**(< _integer_ >reqID, < _Buffer_ >handle, < _integer_ >offset, < _Buffer_ >data) + + Respond using: + + * `status()` - Use this to indicate success/failure of the write to the file. + +* **FSTAT**(< _integer_ >reqID, < _Buffer_ >handle) + + Respond using one of the following: + + * `attrs()` - Use this to send the attributes for the requested + file/directory back to the client. + + * `status()` - Use this to indicate an error occurred while accessing the + file/directory. + +* **FSETSTAT**(< _integer_ >reqID, < _Buffer_ >handle, < _ATTRS_ >attrs) + + Respond using: + + * `status()` - Use this to indicates success/failure of the setting of the + given file/directory attributes. + +* **CLOSE**(< _integer_ >reqID, < _Buffer_ >handle) + + Respond using: + + * `status()` - Use this to indicate success (`STATUS_CODE.OK`) or failure of + the closing of the file identified by `handle`. + +* **OPENDIR**(< _integer_ >reqID, < _string_ >path) + + Respond using one of the following: + + * `handle()` - This indicates a successful opening of the directory and + passes the given handle back to the client to use to refer to this open + directory for future operations (e.g. reading directory contents, closing). + + * `status()` - Use this to indicate a failure to open the requested + directory. + +* **READDIR**(< _integer_ >reqID, < _Buffer_ >handle) + + Respond using one of the following: + + * `name()` - Use this to send one or more directory listings for the open + directory back to the client. + + * `status()` - Use this to indicate either end of directory contents + (`STATUS_CODE.EOF`) or if an error occurred while reading the directory + contents. + +* **LSTAT**(< _integer_ >reqID, < _string_ >path) + + Respond using one of the following: + + * `attrs()` - Use this to send the attributes for the requested + file/directory back to the client. + + * `status()` - Use this to indicate an error occurred while accessing the + file/directory. + +* **STAT**(< _integer_ >reqID, < _string_ >path) + + Respond using one of the following: + + * `attrs()` - Use this to send the attributes for the requested + file/directory back to the client. + + * `status()` - Use this to indicate an error occurred while accessing the + file/directory. + +* **REMOVE**(< _integer_ >reqID, < _string_ >path) + + Respond using: + + * `status()` - Use this to indicate success/failure of the removal of the + file at `path`. + +* **RMDIR**(< _integer_ >reqID, < _string_ >path) + + Respond using: + + * `status()` - Use this to indicate success/failure of the removal of the + directory at `path`. + +* **REALPATH**(< _integer_ >reqID, < _string_ >path) + + Respond using one of the following: + + * `name()` - Use this to respond with a normalized version of `path`. + No file/directory attributes are required to be sent in this response. + + * `status()` - Use this to indicate a failure in normalizing `path`. + +* **READLINK**(< _integer_ >reqID, < _string_ >path) + + Respond using one of the following: + + * `name()` - Use this to respond with the target of the symlink at `path`. + No file/directory attributes are required to be sent in this response. + + * `status()` - Use this to indicate a failure in reading the symlink at + `path`. + +* **SETSTAT**(< _integer_ >reqID, < _string_ >path, < _ATTRS_ >attrs) + + Respond using: + + * `status()` - Use this to indicates success/failure of the setting of the + given file/directory attributes. + +* **MKDIR**(< _integer_ >reqID, < _string_ >path, < _ATTRS_ >attrs) + + Respond using: + + * `status()` - Use this to indicate success/failure of the creation of the + directory at `path`. + +* **RENAME**(< _integer_ >reqID, < _string_ >oldPath, < _string_ >newPath) + + Respond using: + + * `status()` - Use this to indicate success/failure of the renaming of the + file/directory at `oldPath` to `newPath`. + +* **SYMLINK**(< _integer_ >reqID, < _string_ >linkPath, < _string_ >targetPath) + + Respond using: + + * `status()` - Use this to indicate success/failure of the symlink creation. + + +Useful standalone data structures +--------------------------------- + +* **STATUS_CODE** - _object_ - Contains the various status codes (for use especially with `status()`): + + * `OK` + + * `EOF` + + * `NO_SUCH_FILE` + + * `PERMISSION_DENIED` + + * `FAILURE` + + * `BAD_MESSAGE` + + * `OP_UNSUPPORTED` + +* **OPEN_MODE** - _object_ - Contains the various open file flags: + + * `READ` + + * `WRITE` + + * `APPEND` + + * `CREAT` + + * `TRUNC` + + * `EXCL` + + +Useful standalone methods +------------------------- + +* **stringToFlags**(< _string_ >flagsStr) - _integer_ - Converts string flags (e.g. `'r'`, `'a+'`, etc.) to the appropriate `OPEN_MODE` flag mask. Returns `null` if conversion failed. + +* **flagsToString**(< _integer_ >flagsMask) - _string_ - Converts flag mask (e.g. number containing `OPEN_MODE` values) to the appropriate string value. Returns `null` if conversion failed. + + +SFTP methods +------------ + +* **(constructor)**(< _object_ >config[, < _string_ >remoteIdentRaw]) - Creates and returns a new SFTP instance. `remoteIdentRaw` can be the raw SSH identification string of the remote party. This is used to change internal behavior based on particular SFTP implementations. `config` can contain: + + * **server** - _boolean_ - Set to `true` to create an instance in server mode. **Default:** `false` + + * **debug** - _function_ - Set this to a function that receives a single string argument to get detailed (local) debug information. **Default:** (none) + + + +**Client-only methods** + +* **fastGet**(< _string_ >remotePath, < _string_ >localPath[, < _object_ >options], < _function_ >callback) - _(void)_ - Downloads a file at `remotePath` to `localPath` using parallel reads for faster throughput. `options` can have the following properties: + + * **concurrency** - _integer_ - Number of concurrent reads **Default:** `64` + + * **chunkSize** - _integer_ - Size of each read in bytes **Default:** `32768` + + * **step** - _function_(< _integer_ >total_transferred, < _integer_ >chunk, < _integer_ >total) - Called every time a part of a file was transferred + + `callback` has 1 parameter: < _Error_ >err. + +* **fastPut**(< _string_ >localPath, < _string_ >remotePath[, < _object_ >options], < _function_ >callback) - _(void)_ - Uploads a file from `localPath` to `remotePath` using parallel reads for faster throughput. `options` can have the following properties: + + * **concurrency** - _integer_ - Number of concurrent reads **Default:** `64` + + * **chunkSize** - _integer_ - Size of each read in bytes **Default:** `32768` + + * **step** - _function_(< _integer_ >total_transferred, < _integer_ >chunk, < _integer_ >total) - Called every time a part of a file was transferred + + * **mode** - _mixed_ - Integer or string representing the file mode to set for the uploaded file. + + `callback` has 1 parameter: < _Error_ >err. + +* **createReadStream**(< _string_ >path[, < _object_ >options]) - _ReadStream_ - Returns a new readable stream for `path`. `options` has the following defaults: + + ```javascript + { flags: 'r', + encoding: null, + handle: null, + mode: 0o666, + autoClose: true + } + ``` + + `options` can include `start` and `end` values to read a range of bytes from the file instead of the entire file. Both `start` and `end` are inclusive and start at 0. The `encoding` can be `'utf8'`, `'ascii'`, or `'base64'`. + + If `autoClose` is false, then the file handle won't be closed, even if there's an error. It is your responsibility to close it and make sure there's no file handle leak. If `autoClose` is set to true (default behavior), on `error` or `end` the file handle will be closed automatically. + + An example to read the last 10 bytes of a file which is 100 bytes long: + + ```javascript + sftp.createReadStream('sample.txt', {start: 90, end: 99}); + ``` + +* **createWriteStream**(< _string_ >path[, < _object_ >options]) - _WriteStream_ - Returns a new writable stream for `path`. `options` has the following defaults: + + ```javascript + { + flags: 'w', + encoding: null, + mode: 0o666, + autoClose: true + } + ``` + + `options` may also include a `start` option to allow writing data at some position past the beginning of the file. Modifying a file rather than replacing it may require a flags mode of 'r+' rather than the default mode 'w'. + + If 'autoClose' is set to false and you pipe to this stream, this stream will not automatically close after there is no more data upstream -- allowing future pipes and/or manual writes. + +* **open**(< _string_ >filename, < _string_ >flags, [< _mixed_ >attrs_mode, ]< _function_ >callback) - _(void)_ - Opens a file `filename` with `flags` with optional _ATTRS_ object or file mode `attrs_mode`. `flags` is any of the flags supported by `fs.open` (except sync flag). `callback` has 2 parameters: < _Error_ >err, < _Buffer_ >handle. + +* **close**(< _Buffer_ >handle, < _function_ >callback) - _(void)_ - Closes the resource associated with `handle` given by open() or opendir(). `callback` has 1 parameter: < _Error_ >err. + +* **read**(< _Buffer_ >handle, < _Buffer_ >buffer, < _integer_ >offset, < _integer_ >length, < _integer_ >position, < _function_ >callback) - _(void)_ - Reads `length` bytes from the resource associated with `handle` starting at `position` and stores the bytes in `buffer` starting at `offset`. `callback` has 4 parameters: < _Error_ >err, < _integer_ >bytesRead, < _Buffer_ >buffer (offset adjusted), < _integer_ >position. + +* **write**(< _Buffer_ >handle, < _Buffer_ >buffer, < _integer_ >offset, < _integer_ >length, < _integer_ >position, < _function_ >callback) - _(void)_ - Writes `length` bytes from `buffer` starting at `offset` to the resource associated with `handle` starting at `position`. `callback` has 1 parameter: < _Error_ >err. + +* **fstat**(< _Buffer_ >handle, < _function_ >callback) - _(void)_ - Retrieves attributes for the resource associated with `handle`. `callback` has 2 parameters: < _Error_ >err, < _Stats_ >stats. + +* **fsetstat**(< _Buffer_ >handle, < _ATTRS_ >attributes, < _function_ >callback) - _(void)_ - Sets the attributes defined in `attributes` for the resource associated with `handle`. `callback` has 1 parameter: < _Error_ >err. + +* **futimes**(< _Buffer_ >handle, < _mixed_ >atime, < _mixed_ >mtime, < _function_ >callback) - _(void)_ - Sets the access time and modified time for the resource associated with `handle`. `atime` and `mtime` can be Date instances or UNIX timestamps. `callback` has 1 parameter: < _Error_ >err. + +* **fchown**(< _Buffer_ >handle, < _integer_ >uid, < _integer_ >gid, < _function_ >callback) - _(void)_ - Sets the owner for the resource associated with `handle`. `callback` has 1 parameter: < _Error_ >err. + +* **fchmod**(< _Buffer_ >handle, < _mixed_ >mode, < _function_ >callback) - _(void)_ - Sets the mode for the resource associated with `handle`. `mode` can be an integer or a string containing an octal number. `callback` has 1 parameter: < _Error_ >err. + +* **opendir**(< _string_ >path, < _function_ >callback) - _(void)_ - Opens a directory `path`. `callback` has 2 parameters: < _Error_ >err, < _Buffer_ >handle. + +* **readdir**(< _mixed_ >location, < _function_ >callback) - _(void)_ - Retrieves a directory listing. `location` can either be a _Buffer_ containing a valid directory handle from opendir() or a _string_ containing the path to a directory. `callback` has 2 parameters: < _Error_ >err, < _mixed_ >list. `list` is an _Array_ of `{ filename: 'foo', longname: '....', attrs: {...} }` style objects (attrs is of type _ATTR_). If `location` is a directory handle, this function may need to be called multiple times until `list` is boolean false, which indicates that no more directory entries are available for that directory handle. + +* **unlink**(< _string_ >path, < _function_ >callback) - _(void)_ - Removes the file/symlink at `path`. `callback` has 1 parameter: < _Error_ >err. + +* **rename**(< _string_ >srcPath, < _string_ >destPath, < _function_ >callback) - _(void)_ - Renames/moves `srcPath` to `destPath`. `callback` has 1 parameter: < _Error_ >err. + +* **mkdir**(< _string_ >path, [< _ATTRS_ >attributes, ]< _function_ >callback) - _(void)_ - Creates a new directory `path`. `callback` has 1 parameter: < _Error_ >err. + +* **rmdir**(< _string_ >path, < _function_ >callback) - _(void)_ - Removes the directory at `path`. `callback` has 1 parameter: < _Error_ >err. + +* **stat**(< _string_ >path, < _function_ >callback) - _(void)_ - Retrieves attributes for `path`. `callback` has 2 parameter: < _Error_ >err, < _Stats_ >stats. + +* **lstat**(< _string_ >path, < _function_ >callback) - _(void)_ - Retrieves attributes for `path`. If `path` is a symlink, the link itself is stat'ed instead of the resource it refers to. `callback` has 2 parameters: < _Error_ >err, < _Stats_ >stats. + +* **setstat**(< _string_ >path, < _ATTRS_ >attributes, < _function_ >callback) - _(void)_ - Sets the attributes defined in `attributes` for `path`. `callback` has 1 parameter: < _Error_ >err. + +* **utimes**(< _string_ >path, < _mixed_ >atime, < _mixed_ >mtime, < _function_ >callback) - _(void)_ - Sets the access time and modified time for `path`. `atime` and `mtime` can be Date instances or UNIX timestamps. `callback` has 1 parameter: < _Error_ >err. + +* **chown**(< _string_ >path, < _integer_ >uid, < _integer_ >gid, < _function_ >callback) - _(void)_ - Sets the owner for `path`. `callback` has 1 parameter: < _Error_ >err. + +* **chmod**(< _string_ >path, < _mixed_ >mode, < _function_ >callback) - _(void)_ - Sets the mode for `path`. `mode` can be an integer or a string containing an octal number. `callback` has 1 parameter: < _Error_ >err. + +* **readlink**(< _string_ >path, < _function_ >callback) - _(void)_ - Retrieves the target for a symlink at `path`. `callback` has 2 parameters: < _Error_ >err, < _string_ >target. + +* **symlink**(< _string_ >targetPath, < _string_ >linkPath, < _function_ >callback) - _(void)_ - Creates a symlink at `linkPath` to `targetPath`. `callback` has 1 parameter: < _Error_ >err. + +* **realpath**(< _string_ >path, < _function_ >callback) - _(void)_ - Resolves `path` to an absolute path. `callback` has 2 parameters: < _Error_ >err, < _string_ >absPath. + +* **ext_openssh_rename**(< _string_ >srcPath, < _string_ >destPath, < _function_ >callback) - _(void)_ - **OpenSSH extension** Performs POSIX rename(3) from `srcPath` to `destPath`. `callback` has 1 parameter: < _Error_ >err. + +* **ext_openssh_statvfs**(< _string_ >path, < _function_ >callback) - _(void)_ - **OpenSSH extension** Performs POSIX statvfs(2) on `path`. `callback` has 2 parameters: < _Error_ >err, < _object_ >fsInfo. `fsInfo` contains the information as found in the [statvfs struct](http://linux.die.net/man/2/statvfs). + +* **ext_openssh_fstatvfs**(< _Buffer_ >handle, < _function_ >callback) - _(void)_ - **OpenSSH extension** Performs POSIX fstatvfs(2) on open handle `handle`. `callback` has 2 parameters: < _Error_ >err, < _object_ >fsInfo. `fsInfo` contains the information as found in the [statvfs struct](http://linux.die.net/man/2/statvfs). + +* **ext_openssh_hardlink**(< _string_ >targetPath, < _string_ >linkPath, < _function_ >callback) - _(void)_ - **OpenSSH extension** Performs POSIX link(2) to create a hard link to `targetPath` at `linkPath`. `callback` has 1 parameter: < _Error_ >err. + +* **ext_openssh_fsync**(< _Buffer_ >handle, < _function_ >callback) - _(void)_ - **OpenSSH extension** Performs POSIX fsync(3) on the open handle `handle`. `callback` has 1 parameter: < _Error_ >err. + +* **ext_openssh_lsetstat**(< _string_ >path, < _ATTRS_ >attributes, < _function_ >callback) - _(void)_ - **OpenSSH extension** Similar to `setstat()`, but instead sets attributes on symlinks. `callback` has 1 parameter: < _Error_ >err. + +* **ext_openssh_expandPath**(< _string_ >path, < _function_ >callback) - _(void)_ - **OpenSSH extension** Similar to `realpath()`, but supports tilde-expansion, i.e. "\~", "\~/..." and "\~user/...". These paths are expanded using shell-like rules. `callback` has 2 parameters: < _Error_ >err, < _string_ >expandedPath. + +* **ext_copy_data**(< _Buffer_ >srcHandle, < _number_ >srcOffset, < _number_ >length, < _Buffer_ >dstHandle, < _number_ >dstOffset, < _function_ >callback) - _(void)_ - Performs a remote file copy. If `length` is 0, then the server will read from `srcHandle` until EOF is reached. `callback` has 1 parameter: < _Error_ >err. + +* **ext_home_dir**(< _string_ >username, < _function_ >callback) - _(void)_ - Retrieves the home directory of the user identified by `username`. Use an empty string to refer to the current user. `callback` has 2 parameters: < _Error_ >err, < _string_ >homeDirectory. + +* **ext_users_groups**(< _array_ >uids, < _array_ >gids, < _function_ >callback) - _(void)_ - Retrieves the user names and group names associated with the user IDs in `uids` and group IDs in `gids` respectively. Either array can be empty or contain one or more 32-bit unsigned integers. The retrieved user names and group names match the same order as the IDs in `uids` and `gids` respectively. If the server was unable to find a name for a given ID, it will use an empty string. `callback` has 3 parameters: < _Error_ >err, < _array_ >userNames, < _array_ >groupNames. + + +**Server-only methods** + +* **status**(< _integer_ >reqID, < _integer_ >statusCode[, < _string_ >message]) - _(void)_ - Sends a status response for the request identified by `id`. + +* **handle**(< _integer_ >reqID, < _Buffer_ >handle) - _(void)_ - Sends a handle response for the request identified by `id`. `handle` must be less than 256 bytes and is an opaque value that could merely contain the value of a backing file descriptor or some other unique, custom value. + +* **data**(< _integer_ >reqID, < _mixed_ >data[, < _string_ >encoding]) - _(void)_ - Sends a data response for the request identified by `id`. `data` can be a _Buffer_ or _string_. If `data` is a string, `encoding` is the encoding of `data`. + +* **name**(< _integer_ >reqID, < _array_ >names) - _(void)_ - Sends a name response for the request identified by `id`. `names` must be an _array_ of _object_ where each _object_ can contain: + + * **filename** - _string_ - The entry's name. + + * **longname** - _string_ - This is the `ls -l`-style format for the entry (e.g. `-rwxr--r-- 1 bar bar 718 Dec 8 2009 foo`) + + * **attrs** - _ATTRS_ - This is an optional _ATTRS_ object that contains requested/available attributes for the entry. + +* **attrs**(< _integer_ >reqID, < _ATTRS_ >attrs) - _(void)_ - Sends an attrs response for the request identified by `id`. `attrs` contains the requested/available attributes. + + +ATTRS +----- + +An object with the following valid properties: + +* **mode** - _integer_ - Mode/permissions for the resource. + +* **uid** - _integer_ - User ID of the resource. + +* **gid** - _integer_ - Group ID of the resource. + +* **size** - _integer_ - Resource size in bytes. + +* **atime** - _integer_ - UNIX timestamp of the access time of the resource. + +* **mtime** - _integer_ - UNIX timestamp of the modified time of the resource. + +When supplying an ATTRS object to one of the SFTP methods: + +* `atime` and `mtime` can be either a Date instance or a UNIX timestamp. + +* `mode` can either be an integer or a string containing an octal number. + + +Stats +----- + +An object with the same attributes as an ATTRS object with the addition of the following methods: + +* `stats.isDirectory()` + +* `stats.isFile()` + +* `stats.isBlockDevice()` + +* `stats.isCharacterDevice()` + +* `stats.isSymbolicLink()` + +* `stats.isFIFO()` + +* `stats.isSocket()` diff --git a/node_modules/ssh2/examples/server-chat.js b/node_modules/ssh2/examples/server-chat.js new file mode 100644 index 0000000..a82a955 --- /dev/null +++ b/node_modules/ssh2/examples/server-chat.js @@ -0,0 +1,238 @@ +// **BEFORE RUNNING THIS SCRIPT:** +// 1. The server portion is best run on non-Windows systems because they have +// terminfo databases which are needed to properly work with different +// terminal types of client connections +// 2. Install `blessed`: `npm install blessed` +// 3. Create a server host key in this same directory and name it `host.key` +'use strict'; + +const { readFileSync } = require('fs'); + +const blessed = require('blessed'); +const { Server } = require('ssh2'); + +const RE_SPECIAL = +// eslint-disable-next-line no-control-regex + /[\x00-\x1F\x7F]+|(?:\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K])/g; +const MAX_MSG_LEN = 128; +const MAX_NAME_LEN = 10; +const PROMPT_NAME = `Enter a nickname to use (max ${MAX_NAME_LEN} chars): `; + +const users = []; + +function formatMessage(msg, output) { + output.parseTags = true; + msg = output._parseTags(msg); + output.parseTags = false; + return msg; +} + +function userBroadcast(msg, source) { + const sourceMsg = `> ${msg}`; + const name = `{cyan-fg}{bold}${source.name}{/}`; + msg = `: ${msg}`; + for (const user of users) { + const output = user.output; + if (source === user) + output.add(sourceMsg); + else + output.add(formatMessage(name, output) + msg); + } +} + +function localMessage(msg, source) { + const output = source.output; + output.add(formatMessage(msg, output)); +} + +function noop(v) {} + +new Server({ + hostKeys: [readFileSync('host.key')], +}, (client) => { + let stream; + let name; + + client.on('authentication', (ctx) => { + let nick = ctx.username; + let prompt = PROMPT_NAME; + let lowered; + + // Try to use username as nickname + if (nick.length > 0 && nick.length <= MAX_NAME_LEN) { + lowered = nick.toLowerCase(); + let ok = true; + for (const user of users) { + if (user.name.toLowerCase() === lowered) { + ok = false; + prompt = `That nickname is already in use.\n${PROMPT_NAME}`; + break; + } + } + if (ok) { + name = nick; + return ctx.accept(); + } + } else if (nick.length === 0) { + prompt = 'A nickname is required.\n' + PROMPT_NAME; + } else { + prompt = 'That nickname is too long.\n' + PROMPT_NAME; + } + + if (ctx.method !== 'keyboard-interactive') + return ctx.reject(['keyboard-interactive']); + + ctx.prompt(prompt, function retryPrompt(answers) { + if (answers.length === 0) + return ctx.reject(['keyboard-interactive']); + nick = answers[0]; + if (nick.length > MAX_NAME_LEN) { + return ctx.prompt(`That nickname is too long.\n${PROMPT_NAME}`, + retryPrompt); + } else if (nick.length === 0) { + return ctx.prompt(`A nickname is required.\n${PROMPT_NAME}`, + retryPrompt); + } + lowered = nick.toLowerCase(); + for (const user of users) { + if (user.name.toLowerCase() === lowered) { + return ctx.prompt(`That nickname is already in use.\n${PROMPT_NAME}`, + retryPrompt); + } + } + name = nick; + ctx.accept(); + }); + }).on('ready', () => { + let rows; + let cols; + let term; + client.once('session', (accept, reject) => { + accept().once('pty', (accept, reject, info) => { + rows = info.rows; + cols = info.cols; + term = info.term; + accept && accept(); + }).on('window-change', (accept, reject, info) => { + rows = info.rows; + cols = info.cols; + if (stream) { + stream.rows = rows; + stream.columns = cols; + stream.emit('resize'); + } + accept && accept(); + }).once('shell', (accept, reject) => { + stream = accept(); + users.push(stream); + + stream.name = name; + stream.rows = rows || 24; + stream.columns = cols || 80; + stream.isTTY = true; + stream.setRawMode = noop; + stream.on('error', noop); + + const screen = new blessed.screen({ + autoPadding: true, + smartCSR: true, + program: new blessed.program({ + input: stream, + output: stream + }), + terminal: term || 'ansi' + }); + + screen.title = 'SSH Chatting as ' + name; + // Disable local echo + screen.program.attr('invisible', true); + + const output = stream.output = new blessed.log({ + screen: screen, + top: 0, + left: 0, + width: '100%', + bottom: 2, + scrollOnInput: true + }); + screen.append(output); + + screen.append(new blessed.box({ + screen: screen, + height: 1, + bottom: 1, + left: 0, + width: '100%', + type: 'line', + ch: '=' + })); + + const input = new blessed.textbox({ + screen: screen, + bottom: 0, + height: 1, + width: '100%', + inputOnFocus: true + }); + screen.append(input); + + input.focus(); + + // Local greetings + localMessage('{blue-bg}{white-fg}{bold}Welcome to SSH Chat!{/}\n' + + 'There are {bold}' + + (users.length - 1) + + '{/} other user(s) connected.\n' + + 'Type /quit or /exit to exit the chat.', + stream); + + // Let everyone else know that this user just joined + for (const user of users) { + const output = user.output; + if (user === stream) + continue; + output.add(formatMessage('{green-fg}*** {bold}', output) + + name + + formatMessage('{/bold} has joined the chat{/}', output)); + } + + screen.render(); + // XXX This fake resize event is needed for some terminals in order to + // have everything display correctly + screen.program.emit('resize'); + + // Read a line of input from the user + input.on('submit', (line) => { + input.clearValue(); + screen.render(); + if (!input.focused) + input.focus(); + line = line.replace(RE_SPECIAL, '').trim(); + if (line.length > MAX_MSG_LEN) + line = line.substring(0, MAX_MSG_LEN); + if (line.length > 0) { + if (line === '/quit' || line === '/exit') + stream.end(); + else + userBroadcast(line, stream); + } + }); + }); + }); + }).on('close', () => { + if (stream !== undefined) { + users.splice(users.indexOf(stream), 1); + // Let everyone else know that this user just left + for (const user of users) { + const output = user.output; + output.add(formatMessage('{magenta-fg}*** {bold}', output) + + name + + formatMessage('{/bold} has left the chat{/}', output)); + } + } + }).on('error', (err) => { + // Ignore errors + }); +}).listen(0, function() { + console.log('Listening on port ' + this.address().port); +}); diff --git a/node_modules/ssh2/examples/sftp-server-download-only.js b/node_modules/ssh2/examples/sftp-server-download-only.js new file mode 100644 index 0000000..d4ae4c5 --- /dev/null +++ b/node_modules/ssh2/examples/sftp-server-download-only.js @@ -0,0 +1,134 @@ +'use strict'; + +const { timingSafeEqual } = require('crypto'); +const { constants, readFileSync } = require('fs'); + +const { Server, sftp: { OPEN_MODE, STATUS_CODE } } = require('ssh2'); + +const allowedUser = Buffer.from('foo'); +const allowedPassword = Buffer.from('bar'); + +function checkValue(input, allowed) { + const autoReject = (input.length !== allowed.length); + if (autoReject) { + // Prevent leaking length information by always making a comparison with the + // same input when lengths don't match what we expect ... + allowed = input; + } + const isMatch = timingSafeEqual(input, allowed); + return (!autoReject && isMatch); +} + +new Server({ + hostKeys: [readFileSync('host.key')] +}, (client) => { + console.log('Client connected!'); + + client.on('authentication', (ctx) => { + let allowed = true; + if (!checkValue(Buffer.from(ctx.username), allowedUser)) + allowed = false; + + switch (ctx.method) { + case 'password': + if (!checkValue(Buffer.from(ctx.password), allowedPassword)) + return ctx.reject(); + break; + default: + return ctx.reject(); + } + + if (allowed) + ctx.accept(); + else + ctx.reject(); + }).on('ready', () => { + console.log('Client authenticated!'); + + client.on('session', (accept, reject) => { + const session = accept(); + session.on('sftp', (accept, reject) => { + console.log('Client SFTP session'); + + const openFiles = new Map(); + let handleCount = 0; + const sftp = accept(); + sftp.on('OPEN', (reqid, filename, flags, attrs) => { + // Only allow opening /tmp/foo.txt for writing + if (filename !== '/tmp/foo.txt' || !(flags & OPEN_MODE.READ)) + return sftp.status(reqid, STATUS_CODE.FAILURE); + + // Create a fake handle to return to the client, this could easily + // be a real file descriptor number for example if actually opening + // the file on the disk + const handle = Buffer.alloc(4); + openFiles.set(handleCount, { read: false }); + handle.writeUInt32BE(handleCount++, 0, true); + + console.log('Opening file for read'); + sftp.handle(reqid, handle); + }).on('READ', (reqid, handle, offset, length) => { + let fnum; + if (handle.length !== 4 + || !openFiles.has(fnum = handle.readUInt32BE(0, true))) { + return sftp.status(reqid, STATUS_CODE.FAILURE); + } + + // Fake the read + const state = openFiles.get(fnum); + if (state.read) { + sftp.status(reqid, STATUS_CODE.EOF); + } else { + state.read = true; + + console.log( + 'Read from file at offset %d, length %d', offset, length + ); + sftp.data(reqid, 'bar'); + } + }).on('CLOSE', (reqid, handle) => { + let fnum; + if (handle.length !== 4 + || !openFiles.has(fnum = handle.readUInt32BE(0))) { + return sftp.status(reqid, STATUS_CODE.FAILURE); + } + + openFiles.delete(fnum); + + console.log('Closing file'); + sftp.status(reqid, STATUS_CODE.OK); + }).on('REALPATH', function(reqid, path) { + const name = [{ + filename: '/tmp/foo.txt', + longname: '-rwxrwxrwx 1 foo foo 3 Dec 8 2009 foo.txt', + attrs: {} + }]; + sftp.name(reqid, name); + }).on('STAT', onSTAT) + .on('LSTAT', onSTAT); + + function onSTAT(reqid, path) { + if (path !== '/tmp/foo.txt') + return sftp.status(reqid, STATUS_CODE.FAILURE); + + let mode = constants.S_IFREG; // Regular file + mode |= constants.S_IRWXU; // Read, write, execute for user + mode |= constants.S_IRWXG; // Read, write, execute for group + mode |= constants.S_IRWXO; // Read, write, execute for other + sftp.attrs(reqid, { + mode: mode, + uid: 0, + gid: 0, + size: 3, + atime: Date.now(), + mtime: Date.now(), + }); + } + }); + }); + }).on('close', () => { + console.log('Client disconnected'); + }); +}).listen(0, '127.0.0.1', function() { + console.log(`Listening on port ${this.address().port}`); +}); diff --git a/node_modules/ssh2/install.js b/node_modules/ssh2/install.js new file mode 100644 index 0000000..34f7f58 --- /dev/null +++ b/node_modules/ssh2/install.js @@ -0,0 +1,27 @@ +'use strict'; + +const { spawnSync } = require('child_process'); + +const forceFailOnNonZero = (process.env.CI_CHECK_FAIL === 'ssh2'); + +// Attempt to build the bundled optional binding +const args = [ + `--target=${process.version}`, + `--real_openssl_major=${/^\d+/.exec(process.versions.openssl)[0]}`, + 'rebuild', +]; +const result = spawnSync('node-gyp', args, { + cwd: 'lib/protocol/crypto', + encoding: 'utf8', + shell: true, + stdio: 'inherit', + windowsHide: true, +}); +if (result.error || result.status !== 0) { + console.log('Failed to build optional crypto binding'); + if (forceFailOnNonZero) + process.exit(1); +} else { + console.log('Succeeded in building optional crypto binding'); +} +process.exit(0); diff --git a/node_modules/ssh2/lib/Channel.js b/node_modules/ssh2/lib/Channel.js new file mode 100644 index 0000000..0120779 --- /dev/null +++ b/node_modules/ssh2/lib/Channel.js @@ -0,0 +1,295 @@ +'use strict'; + +const { + Duplex: DuplexStream, + Readable: ReadableStream, + Writable: WritableStream, +} = require('stream'); + +const { + CHANNEL_EXTENDED_DATATYPE: { STDERR }, +} = require('./protocol/constants.js'); +const { bufferSlice } = require('./protocol/utils.js'); + +const PACKET_SIZE = 32 * 1024; +const MAX_WINDOW = 2 * 1024 * 1024; +const WINDOW_THRESHOLD = MAX_WINDOW / 2; + +class ClientStderr extends ReadableStream { + constructor(channel, streamOpts) { + super(streamOpts); + + this._channel = channel; + } + _read(n) { + if (this._channel._waitChanDrain) { + this._channel._waitChanDrain = false; + if (this._channel.incoming.window <= WINDOW_THRESHOLD) + windowAdjust(this._channel); + } + } +} + +class ServerStderr extends WritableStream { + constructor(channel) { + super({ highWaterMark: MAX_WINDOW }); + + this._channel = channel; + } + + _write(data, encoding, cb) { + const channel = this._channel; + const protocol = channel._client._protocol; + const outgoing = channel.outgoing; + const packetSize = outgoing.packetSize; + const id = outgoing.id; + let window = outgoing.window; + const len = data.length; + let p = 0; + + if (outgoing.state !== 'open') + return; + + while (len - p > 0 && window > 0) { + let sliceLen = len - p; + if (sliceLen > window) + sliceLen = window; + if (sliceLen > packetSize) + sliceLen = packetSize; + + if (p === 0 && sliceLen === len) + protocol.channelExtData(id, data, STDERR); + else + protocol.channelExtData(id, bufferSlice(data, p, p + sliceLen), STDERR); + + p += sliceLen; + window -= sliceLen; + } + + outgoing.window = window; + + if (len - p > 0) { + if (window === 0) + channel._waitWindow = true; + if (p > 0) + channel._chunkErr = bufferSlice(data, p, len); + else + channel._chunkErr = data; + channel._chunkcbErr = cb; + return; + } + + cb(); + } +} + +class Channel extends DuplexStream { + constructor(client, info, opts) { + const streamOpts = { + highWaterMark: MAX_WINDOW, + allowHalfOpen: (!opts || (opts && opts.allowHalfOpen !== false)), + emitClose: false, + }; + super(streamOpts); + this.allowHalfOpen = streamOpts.allowHalfOpen; + + const server = !!(opts && opts.server); + + this.server = server; + this.type = info.type; + this.subtype = undefined; + + /* + incoming and outgoing contain these properties: + { + id: undefined, + window: undefined, + packetSize: undefined, + state: 'closed' + } + */ + this.incoming = info.incoming; + this.outgoing = info.outgoing; + this._callbacks = []; + + this._client = client; + this._hasX11 = false; + this._exit = { + code: undefined, + signal: undefined, + dump: undefined, + desc: undefined, + }; + + this.stdin = this.stdout = this; + + if (server) + this.stderr = new ServerStderr(this); + else + this.stderr = new ClientStderr(this, streamOpts); + + // Outgoing data + this._waitWindow = false; // SSH-level backpressure + + // Incoming data + this._waitChanDrain = false; // Channel Readable side backpressure + + this._chunk = undefined; + this._chunkcb = undefined; + this._chunkErr = undefined; + this._chunkcbErr = undefined; + + this.on('finish', onFinish) + .on('prefinish', onFinish); // For node v0.11+ + + this.on('end', onEnd).on('close', onEnd); + } + + _read(n) { + if (this._waitChanDrain) { + this._waitChanDrain = false; + if (this.incoming.window <= WINDOW_THRESHOLD) + windowAdjust(this); + } + } + + _write(data, encoding, cb) { + const protocol = this._client._protocol; + const outgoing = this.outgoing; + const packetSize = outgoing.packetSize; + const id = outgoing.id; + let window = outgoing.window; + const len = data.length; + let p = 0; + + if (outgoing.state !== 'open') + return; + + while (len - p > 0 && window > 0) { + let sliceLen = len - p; + if (sliceLen > window) + sliceLen = window; + if (sliceLen > packetSize) + sliceLen = packetSize; + + if (p === 0 && sliceLen === len) + protocol.channelData(id, data); + else + protocol.channelData(id, bufferSlice(data, p, p + sliceLen)); + + p += sliceLen; + window -= sliceLen; + } + + outgoing.window = window; + + if (len - p > 0) { + if (window === 0) + this._waitWindow = true; + if (p > 0) + this._chunk = bufferSlice(data, p, len); + else + this._chunk = data; + this._chunkcb = cb; + return; + } + + cb(); + } + + eof() { + if (this.outgoing.state === 'open') { + this.outgoing.state = 'eof'; + this._client._protocol.channelEOF(this.outgoing.id); + } + } + + close() { + if (this.outgoing.state === 'open' || this.outgoing.state === 'eof') { + this.outgoing.state = 'closing'; + this._client._protocol.channelClose(this.outgoing.id); + } + } + + destroy() { + this.end(); + this.close(); + return this; + } + + // Session type-specific methods ============================================= + setWindow(rows, cols, height, width) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + if (this.type === 'session' + && (this.subtype === 'shell' || this.subtype === 'exec') + && this.writable + && this.outgoing.state === 'open') { + this._client._protocol.windowChange(this.outgoing.id, + rows, + cols, + height, + width); + } + } + + signal(signalName) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + if (this.type === 'session' + && this.writable + && this.outgoing.state === 'open') { + this._client._protocol.signal(this.outgoing.id, signalName); + } + } + + exit(statusOrSignal, coreDumped, msg) { + if (!this.server) + throw new Error('Server-only method called in client mode'); + + if (this.type === 'session' + && this.writable + && this.outgoing.state === 'open') { + if (typeof statusOrSignal === 'number') { + this._client._protocol.exitStatus(this.outgoing.id, statusOrSignal); + } else { + this._client._protocol.exitSignal(this.outgoing.id, + statusOrSignal, + coreDumped, + msg); + } + } + } + +} + +function onFinish() { + this.eof(); + if (this.server || !this.allowHalfOpen) + this.close(); + this.writable = false; +} + +function onEnd() { + this.readable = false; +} + +function windowAdjust(self) { + if (self.outgoing.state === 'closed') + return; + const amt = MAX_WINDOW - self.incoming.window; + if (amt <= 0) + return; + self.incoming.window += amt; + self._client._protocol.channelWindowAdjust(self.outgoing.id, amt); +} + +module.exports = { + Channel, + MAX_WINDOW, + PACKET_SIZE, + windowAdjust, + WINDOW_THRESHOLD, +}; diff --git a/node_modules/ssh2/lib/agent.js b/node_modules/ssh2/lib/agent.js new file mode 100644 index 0000000..bb495d1 --- /dev/null +++ b/node_modules/ssh2/lib/agent.js @@ -0,0 +1,1123 @@ +'use strict'; + +const { Socket } = require('net'); +const { Duplex } = require('stream'); +const { resolve } = require('path'); +const { readFile } = require('fs'); +const { execFile, spawn } = require('child_process'); + +const { isParsedKey, parseKey } = require('./protocol/keyParser.js'); + +const { + makeBufferParser, + readUInt32BE, + writeUInt32BE, + writeUInt32LE, +} = require('./protocol/utils.js'); + +function once(cb) { + let called = false; + return (...args) => { + if (called) + return; + called = true; + cb(...args); + }; +} + +function concat(buf1, buf2) { + const combined = Buffer.allocUnsafe(buf1.length + buf2.length); + buf1.copy(combined, 0); + buf2.copy(combined, buf1.length); + return combined; +} + +function noop() {} + +const EMPTY_BUF = Buffer.alloc(0); + +const binaryParser = makeBufferParser(); + +class BaseAgent { + getIdentities(cb) { + cb(new Error('Missing getIdentities() implementation')); + } + sign(pubKey, data, options, cb) { + if (typeof options === 'function') + cb = options; + cb(new Error('Missing sign() implementation')); + } +} + +class OpenSSHAgent extends BaseAgent { + constructor(socketPath) { + super(); + this.socketPath = socketPath; + } + + getStream(cb) { + cb = once(cb); + const sock = new Socket(); + sock.on('connect', () => { + cb(null, sock); + }); + sock.on('close', onFail) + .on('end', onFail) + .on('error', onFail); + sock.connect(this.socketPath); + + function onFail() { + try { + sock.destroy(); + } catch {} + + cb(new Error('Failed to connect to agent')); + } + } + + getIdentities(cb) { + cb = once(cb); + this.getStream((err, stream) => { + function onFail(err) { + if (stream) { + try { + stream.destroy(); + } catch {} + } + if (!err) + err = new Error('Failed to retrieve identities from agent'); + cb(err); + } + + if (err) + return onFail(err); + + const protocol = new AgentProtocol(true); + protocol.on('error', onFail); + protocol.pipe(stream).pipe(protocol); + + stream.on('close', onFail) + .on('end', onFail) + .on('error', onFail); + + protocol.getIdentities((err, keys) => { + if (err) + return onFail(err); + try { + stream.destroy(); + } catch {} + cb(null, keys); + }); + }); + } + + sign(pubKey, data, options, cb) { + if (typeof options === 'function') { + cb = options; + options = undefined; + } else if (typeof options !== 'object' || options === null) { + options = undefined; + } + + cb = once(cb); + this.getStream((err, stream) => { + function onFail(err) { + if (stream) { + try { + stream.destroy(); + } catch {} + } + if (!err) + err = new Error('Failed to sign data with agent'); + cb(err); + } + + if (err) + return onFail(err); + + const protocol = new AgentProtocol(true); + protocol.on('error', onFail); + protocol.pipe(stream).pipe(protocol); + + stream.on('close', onFail) + .on('end', onFail) + .on('error', onFail); + + protocol.sign(pubKey, data, options, (err, sig) => { + if (err) + return onFail(err); + + try { + stream.destroy(); + } catch {} + + cb(null, sig); + }); + }); + } +} + +const PageantAgent = (() => { + const RET_ERR_BADARGS = 10; + const RET_ERR_UNAVAILABLE = 11; + const RET_ERR_NOMAP = 12; + const RET_ERR_BINSTDIN = 13; + const RET_ERR_BINSTDOUT = 14; + const RET_ERR_BADLEN = 15; + + const EXEPATH = resolve(__dirname, '..', 'util/pagent.exe'); + const ERROR = { + [RET_ERR_BADARGS]: new Error('Invalid pagent.exe arguments'), + [RET_ERR_UNAVAILABLE]: new Error('Pageant is not running'), + [RET_ERR_NOMAP]: new Error('pagent.exe could not create an mmap'), + [RET_ERR_BINSTDIN]: new Error('pagent.exe could not set mode for stdin'), + [RET_ERR_BINSTDOUT]: new Error('pagent.exe could not set mode for stdout'), + [RET_ERR_BADLEN]: + new Error('pagent.exe did not get expected input payload'), + }; + + function destroy(stream) { + stream.buffer = null; + if (stream.proc) { + stream.proc.kill(); + stream.proc = undefined; + } + } + + class PageantSocket extends Duplex { + constructor() { + super(); + this.proc = undefined; + this.buffer = null; + } + _read(n) {} + _write(data, encoding, cb) { + if (this.buffer === null) { + this.buffer = data; + } else { + const newBuffer = Buffer.allocUnsafe(this.buffer.length + data.length); + this.buffer.copy(newBuffer, 0); + data.copy(newBuffer, this.buffer.length); + this.buffer = newBuffer; + } + // Wait for at least all length bytes + if (this.buffer.length < 4) + return cb(); + + const len = readUInt32BE(this.buffer, 0); + // Make sure we have a full message before querying pageant + if ((this.buffer.length - 4) < len) + return cb(); + + data = this.buffer.slice(0, 4 + len); + if (this.buffer.length > (4 + len)) + return cb(new Error('Unexpected multiple agent requests')); + this.buffer = null; + + let error; + const proc = this.proc = spawn(EXEPATH, [ data.length ]); + proc.stdout.on('data', (data) => { + this.push(data); + }); + proc.on('error', (err) => { + error = err; + cb(error); + }); + proc.on('close', (code) => { + this.proc = undefined; + if (!error) { + if (error = ERROR[code]) + return cb(error); + cb(); + } + }); + proc.stdin.end(data); + } + _final(cb) { + destroy(this); + cb(); + } + _destroy(err, cb) { + destroy(this); + cb(); + } + } + + return class PageantAgent extends OpenSSHAgent { + getStream(cb) { + cb(null, new PageantSocket()); + } + }; +})(); + +const CygwinAgent = (() => { + const RE_CYGWIN_SOCK = /^!(\d+) s ([A-Z0-9]{8}-[A-Z0-9]{8}-[A-Z0-9]{8}-[A-Z0-9]{8})/; + + return class CygwinAgent extends OpenSSHAgent { + getStream(cb) { + cb = once(cb); + + // The cygwin ssh-agent connection process looks like this: + // 1. Read the "socket" as a file to get the underlying TCP port and a + // special "secret" that must be sent to the TCP server. + // 2. Connect to the server listening on localhost at the TCP port. + // 3. Send the "secret" to the server. + // 4. The server sends back the same "secret". + // 5. Send three 32-bit integer values of zero. This is ordinarily the + // pid, uid, and gid of this process, but cygwin will actually + // send us the correct values as a response. + // 6. The server sends back the pid, uid, gid. + // 7. Disconnect. + // 8. Repeat steps 2-6, except send the received pid, uid, and gid in + // step 5 instead of zeroes. + // 9. Connection is ready to be used. + + let socketPath = this.socketPath; + let triedCygpath = false; + readFile(socketPath, function readCygsocket(err, data) { + if (err) { + if (triedCygpath) + return cb(new Error('Invalid cygwin unix socket path')); + + // Try using `cygpath` to convert a possible *nix-style path to the + // real Windows path before giving up ... + execFile('cygpath', ['-w', socketPath], (err, stdout, stderr) => { + if (err || stdout.length === 0) + return cb(new Error('Invalid cygwin unix socket path')); + + triedCygpath = true; + socketPath = stdout.toString().replace(/[\r\n]/g, ''); + readFile(socketPath, readCygsocket); + }); + return; + } + + const m = RE_CYGWIN_SOCK.exec(data.toString('ascii')); + if (!m) + return cb(new Error('Malformed cygwin unix socket file')); + + let state; + let bc = 0; + let isRetrying = false; + const inBuf = []; + let sock; + + // Use 0 for pid, uid, and gid to ensure we get an error and also + // a valid uid and gid from cygwin so that we don't have to figure it + // out ourselves + let credsBuf = Buffer.alloc(12); + + // Parse cygwin unix socket file contents + const port = parseInt(m[1], 10); + const secret = m[2].replace(/-/g, ''); + const secretBuf = Buffer.allocUnsafe(16); + for (let i = 0, j = 0; j < 32; ++i, j += 2) + secretBuf[i] = parseInt(secret.substring(j, j + 2), 16); + + // Convert to host order (always LE for Windows) + for (let i = 0; i < 16; i += 4) + writeUInt32LE(secretBuf, readUInt32BE(secretBuf, i), i); + + tryConnect(); + + function _onconnect() { + bc = 0; + state = 'secret'; + sock.write(secretBuf); + } + + function _ondata(data) { + bc += data.length; + + if (state === 'secret') { + // The secret we sent is echoed back to us by cygwin, not sure of + // the reason for that, but we ignore it nonetheless ... + if (bc === 16) { + bc = 0; + state = 'creds'; + sock.write(credsBuf); + } + return; + } + + if (state === 'creds') { + // If this is the first attempt, make sure to gather the valid + // uid and gid for our next attempt + if (!isRetrying) + inBuf.push(data); + + if (bc === 12) { + sock.removeListener('connect', _onconnect); + sock.removeListener('data', _ondata); + sock.removeListener('error', onFail); + sock.removeListener('end', onFail); + sock.removeListener('close', onFail); + + if (isRetrying) + return cb(null, sock); + + isRetrying = true; + credsBuf = Buffer.concat(inBuf); + writeUInt32LE(credsBuf, process.pid, 0); + sock.on('error', () => {}); + sock.destroy(); + + tryConnect(); + } + } + } + + function onFail() { + cb(new Error('Problem negotiating cygwin unix socket security')); + } + + function tryConnect() { + sock = new Socket(); + sock.on('connect', _onconnect); + sock.on('data', _ondata); + sock.on('error', onFail); + sock.on('end', onFail); + sock.on('close', onFail); + sock.connect(port); + } + }); + } + }; +})(); + +// Format of `//./pipe/ANYTHING`, with forward slashes and backward slashes +// being interchangeable +const WINDOWS_PIPE_REGEX = /^[/\\][/\\]\.[/\\]pipe[/\\].+/; +function createAgent(path) { + if (process.platform === 'win32' && !WINDOWS_PIPE_REGEX.test(path)) { + return (path === 'pageant' + ? new PageantAgent() + : new CygwinAgent(path)); + } + return new OpenSSHAgent(path); +} + +const AgentProtocol = (() => { + // Client->Server messages + const SSH_AGENTC_REQUEST_IDENTITIES = 11; + const SSH_AGENTC_SIGN_REQUEST = 13; + // const SSH_AGENTC_ADD_IDENTITY = 17; + // const SSH_AGENTC_REMOVE_IDENTITY = 18; + // const SSH_AGENTC_REMOVE_ALL_IDENTITIES = 19; + // const SSH_AGENTC_ADD_SMARTCARD_KEY = 20; + // const SSH_AGENTC_REMOVE_SMARTCARD_KEY = 21; + // const SSH_AGENTC_LOCK = 22; + // const SSH_AGENTC_UNLOCK = 23; + // const SSH_AGENTC_ADD_ID_CONSTRAINED = 25; + // const SSH_AGENTC_ADD_SMARTCARD_KEY_CONSTRAINED = 26; + // const SSH_AGENTC_EXTENSION = 27; + // Server->Client messages + const SSH_AGENT_FAILURE = 5; + // const SSH_AGENT_SUCCESS = 6; + const SSH_AGENT_IDENTITIES_ANSWER = 12; + const SSH_AGENT_SIGN_RESPONSE = 14; + // const SSH_AGENT_EXTENSION_FAILURE = 28; + + // const SSH_AGENT_CONSTRAIN_LIFETIME = 1; + // const SSH_AGENT_CONSTRAIN_CONFIRM = 2; + // const SSH_AGENT_CONSTRAIN_EXTENSION = 255; + + const SSH_AGENT_RSA_SHA2_256 = (1 << 1); + const SSH_AGENT_RSA_SHA2_512 = (1 << 2); + + const ROLE_CLIENT = 0; + const ROLE_SERVER = 1; + + // Ensures that responses get sent back in the same order the requests were + // received + function processResponses(protocol) { + let ret; + while (protocol[SYM_REQS].length) { + const nextResponse = protocol[SYM_REQS][0][SYM_RESP]; + if (nextResponse === undefined) + break; + + protocol[SYM_REQS].shift(); + ret = protocol.push(nextResponse); + } + return ret; + } + + const SYM_TYPE = Symbol('Inbound Request Type'); + const SYM_RESP = Symbol('Inbound Request Response'); + const SYM_CTX = Symbol('Inbound Request Context'); + class AgentInboundRequest { + constructor(type, ctx) { + this[SYM_TYPE] = type; + this[SYM_RESP] = undefined; + this[SYM_CTX] = ctx; + } + hasResponded() { + return (this[SYM_RESP] !== undefined); + } + getType() { + return this[SYM_TYPE]; + } + getContext() { + return this[SYM_CTX]; + } + } + function respond(protocol, req, data) { + req[SYM_RESP] = data; + return processResponses(protocol); + } + + function cleanup(protocol) { + protocol[SYM_BUFFER] = null; + if (protocol[SYM_MODE] === ROLE_CLIENT) { + const reqs = protocol[SYM_REQS]; + if (reqs && reqs.length) { + protocol[SYM_REQS] = []; + for (const req of reqs) + req.cb(new Error('No reply from server')); + } + } + + // Node streams hackery to make streams do the "right thing" + try { + protocol.end(); + } catch {} + setImmediate(() => { + if (!protocol[SYM_ENDED]) + protocol.emit('end'); + if (!protocol[SYM_CLOSED]) + protocol.emit('close'); + }); + } + + function onClose() { + this[SYM_CLOSED] = true; + } + + function onEnd() { + this[SYM_ENDED] = true; + } + + const SYM_REQS = Symbol('Requests'); + const SYM_MODE = Symbol('Agent Protocol Role'); + const SYM_BUFFER = Symbol('Agent Protocol Buffer'); + const SYM_MSGLEN = Symbol('Agent Protocol Current Message Length'); + const SYM_CLOSED = Symbol('Agent Protocol Closed'); + const SYM_ENDED = Symbol('Agent Protocol Ended'); + // Implementation based on: + // https://tools.ietf.org/html/draft-miller-ssh-agent-04 + return class AgentProtocol extends Duplex { + /* + Notes: + - `constraint` type consists of: + byte constraint_type + byte[] constraint_data + where `constraint_type` is one of: + * SSH_AGENT_CONSTRAIN_LIFETIME + - `constraint_data` consists of: + uint32 seconds + * SSH_AGENT_CONSTRAIN_CONFIRM + - `constraint_data` N/A + * SSH_AGENT_CONSTRAIN_EXTENSION + - `constraint_data` consists of: + string extension name + byte[] extension-specific details + */ + + constructor(isClient) { + super({ autoDestroy: true, emitClose: false }); + this[SYM_MODE] = (isClient ? ROLE_CLIENT : ROLE_SERVER); + this[SYM_REQS] = []; + this[SYM_BUFFER] = null; + this[SYM_MSGLEN] = -1; + this.once('end', onEnd); + this.once('close', onClose); + } + + _read(n) {} + + _write(data, encoding, cb) { + /* + Messages are of the format: + uint32 message length + byte message type + byte[message length - 1] message contents + */ + if (this[SYM_BUFFER] === null) + this[SYM_BUFFER] = data; + else + this[SYM_BUFFER] = concat(this[SYM_BUFFER], data); + + let buffer = this[SYM_BUFFER]; + let bufferLen = buffer.length; + + let p = 0; + while (p < bufferLen) { + // Wait for length + type + if (bufferLen < 5) + break; + + if (this[SYM_MSGLEN] === -1) + this[SYM_MSGLEN] = readUInt32BE(buffer, p); + + // Check if we have the entire message + if (bufferLen < (4 + this[SYM_MSGLEN])) + break; + + const msgType = buffer[p += 4]; + ++p; + + if (this[SYM_MODE] === ROLE_CLIENT) { + if (this[SYM_REQS].length === 0) + return cb(new Error('Received unexpected message from server')); + + const req = this[SYM_REQS].shift(); + + switch (msgType) { + case SSH_AGENT_FAILURE: + req.cb(new Error('Agent responded with failure')); + break; + case SSH_AGENT_IDENTITIES_ANSWER: { + if (req.type !== SSH_AGENTC_REQUEST_IDENTITIES) + return cb(new Error('Agent responded with wrong message type')); + + /* + byte SSH_AGENT_IDENTITIES_ANSWER + uint32 nkeys + + where `nkeys` is 0 or more of: + string key blob + string comment + */ + + binaryParser.init(buffer, p); + + const numKeys = binaryParser.readUInt32BE(); + + if (numKeys === undefined) { + binaryParser.clear(); + return cb(new Error('Malformed agent response')); + } + + const keys = []; + for (let i = 0; i < numKeys; ++i) { + let pubKey = binaryParser.readString(); + if (pubKey === undefined) { + binaryParser.clear(); + return cb(new Error('Malformed agent response')); + } + + const comment = binaryParser.readString(true); + if (comment === undefined) { + binaryParser.clear(); + return cb(new Error('Malformed agent response')); + } + + pubKey = parseKey(pubKey); + // We continue parsing the packet if we encounter an error + // in case the error is due to the key being an unsupported + // type + if (pubKey instanceof Error) + continue; + + pubKey.comment = pubKey.comment || comment; + + keys.push(pubKey); + } + p = binaryParser.pos(); + binaryParser.clear(); + + req.cb(null, keys); + break; + } + case SSH_AGENT_SIGN_RESPONSE: { + if (req.type !== SSH_AGENTC_SIGN_REQUEST) + return cb(new Error('Agent responded with wrong message type')); + + /* + byte SSH_AGENT_SIGN_RESPONSE + string signature + */ + + binaryParser.init(buffer, p); + let signature = binaryParser.readString(); + p = binaryParser.pos(); + binaryParser.clear(); + + if (signature === undefined) + return cb(new Error('Malformed agent response')); + + // We strip the algorithm from OpenSSH's output and assume it's + // using the algorithm we specified. This makes it easier on + // custom Agent implementations so they don't have to construct + // the correct binary format for a (OpenSSH-style) signature. + + // TODO: verify signature type based on key and options used + // during initial sign request + binaryParser.init(signature, 0); + binaryParser.readString(true); + signature = binaryParser.readString(); + binaryParser.clear(); + + if (signature === undefined) + return cb(new Error('Malformed OpenSSH signature format')); + + req.cb(null, signature); + break; + } + default: + return cb( + new Error('Agent responded with unsupported message type') + ); + } + } else { + switch (msgType) { + case SSH_AGENTC_REQUEST_IDENTITIES: { + const req = new AgentInboundRequest(msgType); + this[SYM_REQS].push(req); + /* + byte SSH_AGENTC_REQUEST_IDENTITIES + */ + this.emit('identities', req); + break; + } + case SSH_AGENTC_SIGN_REQUEST: { + /* + byte SSH_AGENTC_SIGN_REQUEST + string key_blob + string data + uint32 flags + */ + binaryParser.init(buffer, p); + let pubKey = binaryParser.readString(); + const data = binaryParser.readString(); + const flagsVal = binaryParser.readUInt32BE(); + p = binaryParser.pos(); + binaryParser.clear(); + if (flagsVal === undefined) { + const req = new AgentInboundRequest(msgType); + this[SYM_REQS].push(req); + return this.failureReply(req); + } + + pubKey = parseKey(pubKey); + if (pubKey instanceof Error) { + const req = new AgentInboundRequest(msgType); + this[SYM_REQS].push(req); + return this.failureReply(req); + } + + const flags = { + hash: undefined, + }; + let ctx; + if (pubKey.type === 'ssh-rsa') { + if (flagsVal & SSH_AGENT_RSA_SHA2_256) { + ctx = 'rsa-sha2-256'; + flags.hash = 'sha256'; + } else if (flagsVal & SSH_AGENT_RSA_SHA2_512) { + ctx = 'rsa-sha2-512'; + flags.hash = 'sha512'; + } + } + if (ctx === undefined) + ctx = pubKey.type; + + const req = new AgentInboundRequest(msgType, ctx); + this[SYM_REQS].push(req); + + this.emit('sign', req, pubKey, data, flags); + break; + } + default: { + const req = new AgentInboundRequest(msgType); + this[SYM_REQS].push(req); + this.failureReply(req); + } + } + } + + // Get ready for next message + this[SYM_MSGLEN] = -1; + if (p === bufferLen) { + // Nothing left to process for now + this[SYM_BUFFER] = null; + break; + } else { + this[SYM_BUFFER] = buffer = buffer.slice(p); + bufferLen = buffer.length; + p = 0; + } + } + + cb(); + } + + _destroy(err, cb) { + cleanup(this); + cb(); + } + + _final(cb) { + cleanup(this); + cb(); + } + + // Client->Server messages ================================================= + sign(pubKey, data, options, cb) { + if (this[SYM_MODE] !== ROLE_CLIENT) + throw new Error('Client-only method called with server role'); + + if (typeof options === 'function') { + cb = options; + options = undefined; + } else if (typeof options !== 'object' || options === null) { + options = undefined; + } + + let flags = 0; + + pubKey = parseKey(pubKey); + if (pubKey instanceof Error) + throw new Error('Invalid public key argument'); + + if (pubKey.type === 'ssh-rsa' && options) { + switch (options.hash) { + case 'sha256': + flags = SSH_AGENT_RSA_SHA2_256; + break; + case 'sha512': + flags = SSH_AGENT_RSA_SHA2_512; + break; + } + } + pubKey = pubKey.getPublicSSH(); + + /* + byte SSH_AGENTC_SIGN_REQUEST + string key_blob + string data + uint32 flags + */ + const type = SSH_AGENTC_SIGN_REQUEST; + const keyLen = pubKey.length; + const dataLen = data.length; + let p = 0; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + keyLen + 4 + dataLen + 4); + + writeUInt32BE(buf, buf.length - 4, p); + + buf[p += 4] = type; + + writeUInt32BE(buf, keyLen, ++p); + pubKey.copy(buf, p += 4); + + writeUInt32BE(buf, dataLen, p += keyLen); + data.copy(buf, p += 4); + + writeUInt32BE(buf, flags, p += dataLen); + + if (typeof cb !== 'function') + cb = noop; + + this[SYM_REQS].push({ type, cb }); + + return this.push(buf); + } + getIdentities(cb) { + if (this[SYM_MODE] !== ROLE_CLIENT) + throw new Error('Client-only method called with server role'); + + /* + byte SSH_AGENTC_REQUEST_IDENTITIES + */ + const type = SSH_AGENTC_REQUEST_IDENTITIES; + + let p = 0; + const buf = Buffer.allocUnsafe(4 + 1); + + writeUInt32BE(buf, buf.length - 4, p); + + buf[p += 4] = type; + + if (typeof cb !== 'function') + cb = noop; + + this[SYM_REQS].push({ type, cb }); + + return this.push(buf); + } + + // Server->Client messages ================================================= + failureReply(req) { + if (this[SYM_MODE] !== ROLE_SERVER) + throw new Error('Server-only method called with client role'); + + if (!(req instanceof AgentInboundRequest)) + throw new Error('Wrong request argument'); + + if (req.hasResponded()) + return true; + + let p = 0; + const buf = Buffer.allocUnsafe(4 + 1); + + writeUInt32BE(buf, buf.length - 4, p); + + buf[p += 4] = SSH_AGENT_FAILURE; + + return respond(this, req, buf); + } + getIdentitiesReply(req, keys) { + if (this[SYM_MODE] !== ROLE_SERVER) + throw new Error('Server-only method called with client role'); + + if (!(req instanceof AgentInboundRequest)) + throw new Error('Wrong request argument'); + + if (req.hasResponded()) + return true; + + /* + byte SSH_AGENT_IDENTITIES_ANSWER + uint32 nkeys + + where `nkeys` is 0 or more of: + string key blob + string comment + */ + + if (req.getType() !== SSH_AGENTC_REQUEST_IDENTITIES) + throw new Error('Invalid response to request'); + + if (!Array.isArray(keys)) + throw new Error('Keys argument must be an array'); + + let totalKeysLen = 4; // Include `nkeys` size + + const newKeys = []; + for (let i = 0; i < keys.length; ++i) { + const entry = keys[i]; + if (typeof entry !== 'object' || entry === null) + throw new Error(`Invalid key entry: ${entry}`); + + let pubKey; + let comment; + if (isParsedKey(entry)) { + pubKey = entry; + } else if (isParsedKey(entry.pubKey)) { + pubKey = entry.pubKey; + } else { + if (typeof entry.pubKey !== 'object' || entry.pubKey === null) + continue; + ({ pubKey, comment } = entry.pubKey); + pubKey = parseKey(pubKey); + if (pubKey instanceof Error) + continue; // TODO: add debug output + } + comment = pubKey.comment || comment; + pubKey = pubKey.getPublicSSH(); + + totalKeysLen += 4 + pubKey.length; + + if (comment && typeof comment === 'string') + comment = Buffer.from(comment); + else if (!Buffer.isBuffer(comment)) + comment = EMPTY_BUF; + + totalKeysLen += 4 + comment.length; + + newKeys.push({ pubKey, comment }); + } + + let p = 0; + const buf = Buffer.allocUnsafe(4 + 1 + totalKeysLen); + + writeUInt32BE(buf, buf.length - 4, p); + + buf[p += 4] = SSH_AGENT_IDENTITIES_ANSWER; + + writeUInt32BE(buf, newKeys.length, ++p); + p += 4; + for (let i = 0; i < newKeys.length; ++i) { + const { pubKey, comment } = newKeys[i]; + + writeUInt32BE(buf, pubKey.length, p); + pubKey.copy(buf, p += 4); + + writeUInt32BE(buf, comment.length, p += pubKey.length); + p += 4; + if (comment.length) { + comment.copy(buf, p); + p += comment.length; + } + } + + return respond(this, req, buf); + } + signReply(req, signature) { + if (this[SYM_MODE] !== ROLE_SERVER) + throw new Error('Server-only method called with client role'); + + if (!(req instanceof AgentInboundRequest)) + throw new Error('Wrong request argument'); + + if (req.hasResponded()) + return true; + + /* + byte SSH_AGENT_SIGN_RESPONSE + string signature + */ + + if (req.getType() !== SSH_AGENTC_SIGN_REQUEST) + throw new Error('Invalid response to request'); + + if (!Buffer.isBuffer(signature)) + throw new Error('Signature argument must be a Buffer'); + + if (signature.length === 0) + throw new Error('Signature argument must be non-empty'); + + /* + OpenSSH agent signatures are encoded as: + + string signature format identifier (as specified by the + public key/certificate format) + byte[n] signature blob in format specific encoding. + - This is actually a `string` for: rsa, dss, ecdsa, and ed25519 + types + */ + + let p = 0; + const sigFormat = req.getContext(); + const sigFormatLen = Buffer.byteLength(sigFormat); + const buf = Buffer.allocUnsafe( + 4 + 1 + 4 + 4 + sigFormatLen + 4 + signature.length + ); + + writeUInt32BE(buf, buf.length - 4, p); + + buf[p += 4] = SSH_AGENT_SIGN_RESPONSE; + + writeUInt32BE(buf, 4 + sigFormatLen + 4 + signature.length, ++p); + writeUInt32BE(buf, sigFormatLen, p += 4); + buf.utf8Write(sigFormat, p += 4, sigFormatLen); + writeUInt32BE(buf, signature.length, p += sigFormatLen); + signature.copy(buf, p += 4); + + return respond(this, req, buf); + } + }; +})(); + +const SYM_AGENT = Symbol('Agent'); +const SYM_AGENT_KEYS = Symbol('Agent Keys'); +const SYM_AGENT_KEYS_IDX = Symbol('Agent Keys Index'); +const SYM_AGENT_CBS = Symbol('Agent Init Callbacks'); +class AgentContext { + constructor(agent) { + if (typeof agent === 'string') + agent = createAgent(agent); + else if (!isAgent(agent)) + throw new Error('Invalid agent argument'); + this[SYM_AGENT] = agent; + this[SYM_AGENT_KEYS] = null; + this[SYM_AGENT_KEYS_IDX] = -1; + this[SYM_AGENT_CBS] = null; + } + init(cb) { + if (typeof cb !== 'function') + cb = noop; + + if (this[SYM_AGENT_KEYS] === null) { + if (this[SYM_AGENT_CBS] === null) { + this[SYM_AGENT_CBS] = [cb]; + + const doCbs = (...args) => { + process.nextTick(() => { + const cbs = this[SYM_AGENT_CBS]; + this[SYM_AGENT_CBS] = null; + for (const cb of cbs) + cb(...args); + }); + }; + + this[SYM_AGENT].getIdentities(once((err, keys) => { + if (err) + return doCbs(err); + + if (!Array.isArray(keys)) { + return doCbs(new Error( + 'Agent implementation failed to provide keys' + )); + } + + const newKeys = []; + for (let key of keys) { + key = parseKey(key); + if (key instanceof Error) { + // TODO: add debug output + continue; + } + newKeys.push(key); + } + + this[SYM_AGENT_KEYS] = newKeys; + this[SYM_AGENT_KEYS_IDX] = -1; + doCbs(); + })); + } else { + this[SYM_AGENT_CBS].push(cb); + } + } else { + process.nextTick(cb); + } + } + nextKey() { + if (this[SYM_AGENT_KEYS] === null + || ++this[SYM_AGENT_KEYS_IDX] >= this[SYM_AGENT_KEYS].length) { + return false; + } + + return this[SYM_AGENT_KEYS][this[SYM_AGENT_KEYS_IDX]]; + } + currentKey() { + if (this[SYM_AGENT_KEYS] === null + || this[SYM_AGENT_KEYS_IDX] >= this[SYM_AGENT_KEYS].length) { + return null; + } + + return this[SYM_AGENT_KEYS][this[SYM_AGENT_KEYS_IDX]]; + } + pos() { + if (this[SYM_AGENT_KEYS] === null + || this[SYM_AGENT_KEYS_IDX] >= this[SYM_AGENT_KEYS].length) { + return -1; + } + + return this[SYM_AGENT_KEYS_IDX]; + } + reset() { + this[SYM_AGENT_KEYS_IDX] = -1; + } + + sign(...args) { + this[SYM_AGENT].sign(...args); + } +} + +function isAgent(val) { + return (val instanceof BaseAgent); +} + +module.exports = { + AgentContext, + AgentProtocol, + BaseAgent, + createAgent, + CygwinAgent, + isAgent, + OpenSSHAgent, + PageantAgent, +}; diff --git a/node_modules/ssh2/lib/client.js b/node_modules/ssh2/lib/client.js new file mode 100644 index 0000000..7291c2c --- /dev/null +++ b/node_modules/ssh2/lib/client.js @@ -0,0 +1,2176 @@ +// TODO: +// * add `.connected` or similar property to allow immediate connection +// status checking +// * add/improve debug output during user authentication phase +'use strict'; + +const { + createHash, + getHashes, + randomFillSync, +} = require('crypto'); +const { Socket } = require('net'); +const { lookup: dnsLookup } = require('dns'); +const EventEmitter = require('events'); +const HASHES = getHashes(); + +const { + COMPAT, + CHANNEL_EXTENDED_DATATYPE: { STDERR }, + CHANNEL_OPEN_FAILURE, + DEFAULT_CIPHER, + DEFAULT_COMPRESSION, + DEFAULT_KEX, + DEFAULT_MAC, + DEFAULT_SERVER_HOST_KEY, + DISCONNECT_REASON, + DISCONNECT_REASON_BY_VALUE, + SUPPORTED_CIPHER, + SUPPORTED_COMPRESSION, + SUPPORTED_KEX, + SUPPORTED_MAC, + SUPPORTED_SERVER_HOST_KEY, +} = require('./protocol/constants.js'); +const { init: cryptoInit } = require('./protocol/crypto.js'); +const Protocol = require('./protocol/Protocol.js'); +const { parseKey } = require('./protocol/keyParser.js'); +const { SFTP } = require('./protocol/SFTP.js'); +const { + bufferCopy, + makeBufferParser, + makeError, + readUInt32BE, + sigSSHToASN1, + writeUInt32BE, +} = require('./protocol/utils.js'); + +const { AgentContext, createAgent, isAgent } = require('./agent.js'); +const { + Channel, + MAX_WINDOW, + PACKET_SIZE, + windowAdjust, + WINDOW_THRESHOLD, +} = require('./Channel.js'); +const { + ChannelManager, + generateAlgorithmList, + isWritable, + onChannelOpenFailure, + onCHANNEL_CLOSE, +} = require('./utils.js'); + +const bufferParser = makeBufferParser(); +const sigParser = makeBufferParser(); +const RE_OPENSSH = /^OpenSSH_(?:(?![0-4])\d)|(?:\d{2,})/; +const noop = (err) => {}; + +class Client extends EventEmitter { + constructor() { + super(); + + this.config = { + host: undefined, + port: undefined, + localAddress: undefined, + localPort: undefined, + forceIPv4: undefined, + forceIPv6: undefined, + keepaliveCountMax: undefined, + keepaliveInterval: undefined, + readyTimeout: undefined, + ident: undefined, + + username: undefined, + password: undefined, + privateKey: undefined, + tryKeyboard: undefined, + agent: undefined, + allowAgentFwd: undefined, + authHandler: undefined, + + hostHashAlgo: undefined, + hostHashCb: undefined, + strictVendor: undefined, + debug: undefined + }; + + this._agent = undefined; + this._readyTimeout = undefined; + this._chanMgr = undefined; + this._callbacks = undefined; + this._forwarding = undefined; + this._forwardingUnix = undefined; + this._acceptX11 = undefined; + this._agentFwdEnabled = undefined; + this._remoteVer = undefined; + + this._protocol = undefined; + this._sock = undefined; + this._resetKA = undefined; + } + + connect(cfg) { + if (this._sock && isWritable(this._sock)) { + this.once('close', () => { + this.connect(cfg); + }); + this.end(); + return this; + } + + this.config.host = cfg.hostname || cfg.host || 'localhost'; + this.config.port = cfg.port || 22; + this.config.localAddress = (typeof cfg.localAddress === 'string' + ? cfg.localAddress + : undefined); + this.config.localPort = (typeof cfg.localPort === 'string' + || typeof cfg.localPort === 'number' + ? cfg.localPort + : undefined); + this.config.forceIPv4 = cfg.forceIPv4 || false; + this.config.forceIPv6 = cfg.forceIPv6 || false; + this.config.keepaliveCountMax = (typeof cfg.keepaliveCountMax === 'number' + && cfg.keepaliveCountMax >= 0 + ? cfg.keepaliveCountMax + : 3); + this.config.keepaliveInterval = (typeof cfg.keepaliveInterval === 'number' + && cfg.keepaliveInterval > 0 + ? cfg.keepaliveInterval + : 0); + this.config.readyTimeout = (typeof cfg.readyTimeout === 'number' + && cfg.readyTimeout >= 0 + ? cfg.readyTimeout + : 20000); + this.config.ident = (typeof cfg.ident === 'string' + || Buffer.isBuffer(cfg.ident) + ? cfg.ident + : undefined); + + const algorithms = { + kex: undefined, + serverHostKey: undefined, + cs: { + cipher: undefined, + mac: undefined, + compress: undefined, + lang: [], + }, + sc: undefined, + }; + let allOfferDefaults = true; + if (typeof cfg.algorithms === 'object' && cfg.algorithms !== null) { + algorithms.kex = generateAlgorithmList(cfg.algorithms.kex, + DEFAULT_KEX, + SUPPORTED_KEX); + if (algorithms.kex !== DEFAULT_KEX) + allOfferDefaults = false; + + algorithms.serverHostKey = + generateAlgorithmList(cfg.algorithms.serverHostKey, + DEFAULT_SERVER_HOST_KEY, + SUPPORTED_SERVER_HOST_KEY); + if (algorithms.serverHostKey !== DEFAULT_SERVER_HOST_KEY) + allOfferDefaults = false; + + algorithms.cs.cipher = generateAlgorithmList(cfg.algorithms.cipher, + DEFAULT_CIPHER, + SUPPORTED_CIPHER); + if (algorithms.cs.cipher !== DEFAULT_CIPHER) + allOfferDefaults = false; + + algorithms.cs.mac = generateAlgorithmList(cfg.algorithms.hmac, + DEFAULT_MAC, + SUPPORTED_MAC); + if (algorithms.cs.mac !== DEFAULT_MAC) + allOfferDefaults = false; + + algorithms.cs.compress = generateAlgorithmList(cfg.algorithms.compress, + DEFAULT_COMPRESSION, + SUPPORTED_COMPRESSION); + if (algorithms.cs.compress !== DEFAULT_COMPRESSION) + allOfferDefaults = false; + + if (!allOfferDefaults) + algorithms.sc = algorithms.cs; + } + + if (typeof cfg.username === 'string') + this.config.username = cfg.username; + else if (typeof cfg.user === 'string') + this.config.username = cfg.user; + else + throw new Error('Invalid username'); + + this.config.password = (typeof cfg.password === 'string' + ? cfg.password + : undefined); + this.config.privateKey = (typeof cfg.privateKey === 'string' + || Buffer.isBuffer(cfg.privateKey) + ? cfg.privateKey + : undefined); + this.config.localHostname = (typeof cfg.localHostname === 'string' + ? cfg.localHostname + : undefined); + this.config.localUsername = (typeof cfg.localUsername === 'string' + ? cfg.localUsername + : undefined); + this.config.tryKeyboard = (cfg.tryKeyboard === true); + if (typeof cfg.agent === 'string' && cfg.agent.length) + this.config.agent = createAgent(cfg.agent); + else if (isAgent(cfg.agent)) + this.config.agent = cfg.agent; + else + this.config.agent = undefined; + this.config.allowAgentFwd = (cfg.agentForward === true + && this.config.agent !== undefined); + let authHandler = this.config.authHandler = ( + typeof cfg.authHandler === 'function' + || Array.isArray(cfg.authHandler) + ? cfg.authHandler + : undefined + ); + + this.config.strictVendor = (typeof cfg.strictVendor === 'boolean' + ? cfg.strictVendor + : true); + + const debug = this.config.debug = (typeof cfg.debug === 'function' + ? cfg.debug + : undefined); + + if (cfg.agentForward === true && !this.config.allowAgentFwd) { + throw new Error( + 'You must set a valid agent path to allow agent forwarding' + ); + } + + let callbacks = this._callbacks = []; + this._chanMgr = new ChannelManager(this); + this._forwarding = {}; + this._forwardingUnix = {}; + this._acceptX11 = 0; + this._agentFwdEnabled = false; + this._agent = (this.config.agent ? this.config.agent : undefined); + this._remoteVer = undefined; + let privateKey; + + if (this.config.privateKey) { + privateKey = parseKey(this.config.privateKey, cfg.passphrase); + if (privateKey instanceof Error) + throw new Error(`Cannot parse privateKey: ${privateKey.message}`); + if (Array.isArray(privateKey)) { + // OpenSSH's newer format only stores 1 key for now + privateKey = privateKey[0]; + } + if (privateKey.getPrivatePEM() === null) { + throw new Error( + 'privateKey value does not contain a (valid) private key' + ); + } + } + + let hostVerifier; + if (typeof cfg.hostVerifier === 'function') { + const hashCb = cfg.hostVerifier; + let hashAlgo; + if (HASHES.indexOf(cfg.hostHash) !== -1) { + // Default to old behavior of hashing on user's behalf + hashAlgo = cfg.hostHash; + } + hostVerifier = (key, verify) => { + if (hashAlgo) + key = createHash(hashAlgo).update(key).digest('hex'); + const ret = hashCb(key, verify); + if (ret !== undefined) + verify(ret); + }; + } + + const sock = this._sock = (cfg.sock || new Socket()); + let ready = false; + let sawHeader = false; + if (this._protocol) + this._protocol.cleanup(); + const DEBUG_HANDLER = (!debug ? undefined : (p, display, msg) => { + debug(`Debug output from server: ${JSON.stringify(msg)}`); + }); + let serverSigAlgs; + const proto = this._protocol = new Protocol({ + ident: this.config.ident, + offer: (allOfferDefaults ? undefined : algorithms), + onWrite: (data) => { + if (isWritable(sock)) + sock.write(data); + }, + onError: (err) => { + if (err.level === 'handshake') + clearTimeout(this._readyTimeout); + if (!proto._destruct) + sock.removeAllListeners('data'); + this.emit('error', err); + try { + sock.end(); + } catch {} + }, + onHeader: (header) => { + sawHeader = true; + this._remoteVer = header.versions.software; + if (header.greeting) + this.emit('greeting', header.greeting); + }, + onHandshakeComplete: (negotiated) => { + this.emit('handshake', negotiated); + if (!ready) { + ready = true; + proto.service('ssh-userauth'); + } + }, + debug, + hostVerifier, + messageHandlers: { + DEBUG: DEBUG_HANDLER, + DISCONNECT: (p, reason, desc) => { + if (reason !== DISCONNECT_REASON.BY_APPLICATION) { + if (!desc) { + desc = DISCONNECT_REASON_BY_VALUE[reason]; + if (desc === undefined) + desc = `Unexpected disconnection reason: ${reason}`; + } + const err = new Error(desc); + err.code = reason; + this.emit('error', err); + } + sock.end(); + }, + SERVICE_ACCEPT: (p, name) => { + if (name === 'ssh-userauth') + tryNextAuth(); + }, + EXT_INFO: (p, exts) => { + if (serverSigAlgs === undefined) { + for (const ext of exts) { + if (ext.name === 'server-sig-algs') { + serverSigAlgs = ext.algs; + return; + } + } + serverSigAlgs = null; + } + }, + USERAUTH_BANNER: (p, msg) => { + this.emit('banner', msg); + }, + USERAUTH_SUCCESS: (p) => { + // Start keepalive mechanism + resetKA(); + + clearTimeout(this._readyTimeout); + + this.emit('ready'); + }, + USERAUTH_FAILURE: (p, authMethods, partialSuccess) => { + // For key-based authentication, check if we should retry the current + // key with a different algorithm first + if (curAuth.keyAlgos) { + const oldKeyAlgo = curAuth.keyAlgos[0][0]; + if (debug) + debug(`Client: ${curAuth.type} (${oldKeyAlgo}) auth failed`); + curAuth.keyAlgos.shift(); + if (curAuth.keyAlgos.length) { + const [keyAlgo, hashAlgo] = curAuth.keyAlgos[0]; + switch (curAuth.type) { + case 'agent': + proto.authPK( + curAuth.username, + curAuth.agentCtx.currentKey(), + keyAlgo + ); + return; + case 'publickey': + proto.authPK(curAuth.username, curAuth.key, keyAlgo); + return; + case 'hostbased': + proto.authHostbased(curAuth.username, + curAuth.key, + curAuth.localHostname, + curAuth.localUsername, + keyAlgo, + (buf, cb) => { + const signature = curAuth.key.sign(buf, hashAlgo); + if (signature instanceof Error) { + signature.message = + `Error while signing with key: ${signature.message}`; + signature.level = 'client-authentication'; + this.emit('error', signature); + return tryNextAuth(); + } + + cb(signature); + }); + return; + } + } else { + curAuth.keyAlgos = undefined; + } + } + + if (curAuth.type === 'agent') { + const pos = curAuth.agentCtx.pos(); + debug && debug(`Client: Agent key #${pos + 1} failed`); + return tryNextAgentKey(); + } + + debug && debug(`Client: ${curAuth.type} auth failed`); + + curPartial = partialSuccess; + curAuthsLeft = authMethods; + tryNextAuth(); + }, + USERAUTH_PASSWD_CHANGEREQ: (p, prompt) => { + if (curAuth.type === 'password') { + // TODO: support a `changePrompt()` on `curAuth` that defaults to + // emitting 'change password' as before + this.emit('change password', prompt, (newPassword) => { + proto.authPassword( + this.config.username, + this.config.password, + newPassword + ); + }); + } + }, + USERAUTH_PK_OK: (p) => { + let keyAlgo; + let hashAlgo; + if (curAuth.keyAlgos) + [keyAlgo, hashAlgo] = curAuth.keyAlgos[0]; + if (curAuth.type === 'agent') { + const key = curAuth.agentCtx.currentKey(); + proto.authPK(curAuth.username, key, keyAlgo, (buf, cb) => { + const opts = { hash: hashAlgo }; + curAuth.agentCtx.sign(key, buf, opts, (err, signed) => { + if (err) { + err.level = 'agent'; + this.emit('error', err); + } else { + return cb(signed); + } + + tryNextAgentKey(); + }); + }); + } else if (curAuth.type === 'publickey') { + proto.authPK(curAuth.username, curAuth.key, keyAlgo, (buf, cb) => { + const signature = curAuth.key.sign(buf, hashAlgo); + if (signature instanceof Error) { + signature.message = + `Error signing data with key: ${signature.message}`; + signature.level = 'client-authentication'; + this.emit('error', signature); + return tryNextAuth(); + } + cb(signature); + }); + } + }, + USERAUTH_INFO_REQUEST: (p, name, instructions, prompts) => { + if (curAuth.type === 'keyboard-interactive') { + const nprompts = (Array.isArray(prompts) ? prompts.length : 0); + if (nprompts === 0) { + debug && debug( + 'Client: Sending automatic USERAUTH_INFO_RESPONSE' + ); + proto.authInfoRes(); + return; + } + // We sent a keyboard-interactive user authentication request and + // now the server is sending us the prompts we need to present to + // the user + curAuth.prompt( + name, + instructions, + '', + prompts, + (answers) => { + proto.authInfoRes(answers); + } + ); + } + }, + REQUEST_SUCCESS: (p, data) => { + if (callbacks.length) + callbacks.shift()(false, data); + }, + REQUEST_FAILURE: (p) => { + if (callbacks.length) + callbacks.shift()(true); + }, + GLOBAL_REQUEST: (p, name, wantReply, data) => { + switch (name) { + case 'hostkeys-00@openssh.com': + // Automatically verify keys before passing to end user + hostKeysProve(this, data, (err, keys) => { + if (err) + return; + this.emit('hostkeys', keys); + }); + if (wantReply) + proto.requestSuccess(); + break; + default: + // Auto-reject all other global requests, this can be especially + // useful if the server is sending us dummy keepalive global + // requests + if (wantReply) + proto.requestFailure(); + } + }, + CHANNEL_OPEN: (p, info) => { + // Handle incoming requests from server, typically a forwarded TCP or + // X11 connection + onCHANNEL_OPEN(this, info); + }, + CHANNEL_OPEN_CONFIRMATION: (p, info) => { + const channel = this._chanMgr.get(info.recipient); + if (typeof channel !== 'function') + return; + + const isSFTP = (channel.type === 'sftp'); + const type = (isSFTP ? 'session' : channel.type); + const chanInfo = { + type, + incoming: { + id: info.recipient, + window: MAX_WINDOW, + packetSize: PACKET_SIZE, + state: 'open' + }, + outgoing: { + id: info.sender, + window: info.window, + packetSize: info.packetSize, + state: 'open' + } + }; + const instance = ( + isSFTP + ? new SFTP(this, chanInfo, { debug }) + : new Channel(this, chanInfo) + ); + this._chanMgr.update(info.recipient, instance); + channel(undefined, instance); + }, + CHANNEL_OPEN_FAILURE: (p, recipient, reason, description) => { + const channel = this._chanMgr.get(recipient); + if (typeof channel !== 'function') + return; + + const info = { reason, description }; + onChannelOpenFailure(this, recipient, info, channel); + }, + CHANNEL_DATA: (p, recipient, data) => { + const channel = this._chanMgr.get(recipient); + if (typeof channel !== 'object' || channel === null) + return; + + // The remote party should not be sending us data if there is no + // window space available ... + // TODO: raise error on data with not enough window? + if (channel.incoming.window === 0) + return; + + channel.incoming.window -= data.length; + + if (channel.push(data) === false) { + channel._waitChanDrain = true; + return; + } + + if (channel.incoming.window <= WINDOW_THRESHOLD) + windowAdjust(channel); + }, + CHANNEL_EXTENDED_DATA: (p, recipient, data, type) => { + if (type !== STDERR) + return; + + const channel = this._chanMgr.get(recipient); + if (typeof channel !== 'object' || channel === null) + return; + + // The remote party should not be sending us data if there is no + // window space available ... + // TODO: raise error on data with not enough window? + if (channel.incoming.window === 0) + return; + + channel.incoming.window -= data.length; + + if (!channel.stderr.push(data)) { + channel._waitChanDrain = true; + return; + } + + if (channel.incoming.window <= WINDOW_THRESHOLD) + windowAdjust(channel); + }, + CHANNEL_WINDOW_ADJUST: (p, recipient, amount) => { + const channel = this._chanMgr.get(recipient); + if (typeof channel !== 'object' || channel === null) + return; + + // The other side is allowing us to send `amount` more bytes of data + channel.outgoing.window += amount; + + if (channel._waitWindow) { + channel._waitWindow = false; + + if (channel._chunk) { + channel._write(channel._chunk, null, channel._chunkcb); + } else if (channel._chunkcb) { + channel._chunkcb(); + } else if (channel._chunkErr) { + channel.stderr._write(channel._chunkErr, + null, + channel._chunkcbErr); + } else if (channel._chunkcbErr) { + channel._chunkcbErr(); + } + } + }, + CHANNEL_SUCCESS: (p, recipient) => { + const channel = this._chanMgr.get(recipient); + if (typeof channel !== 'object' || channel === null) + return; + + this._resetKA(); + + if (channel._callbacks.length) + channel._callbacks.shift()(false); + }, + CHANNEL_FAILURE: (p, recipient) => { + const channel = this._chanMgr.get(recipient); + if (typeof channel !== 'object' || channel === null) + return; + + this._resetKA(); + + if (channel._callbacks.length) + channel._callbacks.shift()(true); + }, + CHANNEL_REQUEST: (p, recipient, type, wantReply, data) => { + const channel = this._chanMgr.get(recipient); + if (typeof channel !== 'object' || channel === null) + return; + + const exit = channel._exit; + if (exit.code !== undefined) + return; + switch (type) { + case 'exit-status': + channel.emit('exit', exit.code = data); + return; + case 'exit-signal': + channel.emit('exit', + exit.code = null, + exit.signal = `SIG${data.signal}`, + exit.dump = data.coreDumped, + exit.desc = data.errorMessage); + return; + } + + // Keepalive request? OpenSSH will send one as a channel request if + // there is a channel open + + if (wantReply) + p.channelFailure(channel.outgoing.id); + }, + CHANNEL_EOF: (p, recipient) => { + const channel = this._chanMgr.get(recipient); + if (typeof channel !== 'object' || channel === null) + return; + + if (channel.incoming.state !== 'open') + return; + channel.incoming.state = 'eof'; + + if (channel.readable) + channel.push(null); + if (channel.stderr.readable) + channel.stderr.push(null); + }, + CHANNEL_CLOSE: (p, recipient) => { + onCHANNEL_CLOSE(this, recipient, this._chanMgr.get(recipient)); + }, + }, + }); + + sock.pause(); + + // TODO: check keepalive implementation + // Keepalive-related + const kainterval = this.config.keepaliveInterval; + const kacountmax = this.config.keepaliveCountMax; + let kacount = 0; + let katimer; + const sendKA = () => { + if (++kacount > kacountmax) { + clearInterval(katimer); + if (sock.readable) { + const err = new Error('Keepalive timeout'); + err.level = 'client-timeout'; + this.emit('error', err); + sock.destroy(); + } + return; + } + if (isWritable(sock)) { + // Append dummy callback to keep correct callback order + callbacks.push(resetKA); + proto.ping(); + } else { + clearInterval(katimer); + } + }; + function resetKA() { + if (kainterval > 0) { + kacount = 0; + clearInterval(katimer); + if (isWritable(sock)) + katimer = setInterval(sendKA, kainterval); + } + } + this._resetKA = resetKA; + + const onDone = (() => { + let called = false; + return () => { + if (called) + return; + called = true; + if (wasConnected && !sawHeader) { + const err = + makeError('Connection lost before handshake', 'protocol', true); + this.emit('error', err); + } + }; + })(); + const onConnect = (() => { + let called = false; + return () => { + if (called) + return; + called = true; + + wasConnected = true; + debug && debug('Socket connected'); + this.emit('connect'); + + cryptoInit.then(() => { + proto.start(); + sock.on('data', (data) => { + try { + proto.parse(data, 0, data.length); + } catch (ex) { + this.emit('error', ex); + try { + if (isWritable(sock)) + sock.end(); + } catch {} + } + }); + + // Drain stderr if we are connection hopping using an exec stream + if (sock.stderr && typeof sock.stderr.resume === 'function') + sock.stderr.resume(); + + sock.resume(); + }).catch((err) => { + this.emit('error', err); + try { + if (isWritable(sock)) + sock.end(); + } catch {} + }); + }; + })(); + let wasConnected = false; + sock.on('connect', onConnect) + .on('timeout', () => { + this.emit('timeout'); + }).on('error', (err) => { + debug && debug(`Socket error: ${err.message}`); + clearTimeout(this._readyTimeout); + err.level = 'client-socket'; + this.emit('error', err); + }).on('end', () => { + debug && debug('Socket ended'); + onDone(); + proto.cleanup(); + clearTimeout(this._readyTimeout); + clearInterval(katimer); + this.emit('end'); + }).on('close', () => { + debug && debug('Socket closed'); + onDone(); + proto.cleanup(); + clearTimeout(this._readyTimeout); + clearInterval(katimer); + this.emit('close'); + + // Notify outstanding channel requests of disconnection ... + const callbacks_ = callbacks; + callbacks = this._callbacks = []; + const err = new Error('No response from server'); + for (let i = 0; i < callbacks_.length; ++i) + callbacks_[i](err); + + // Simulate error for any channels waiting to be opened + this._chanMgr.cleanup(err); + }); + + // Begin authentication handling =========================================== + let curAuth; + let curPartial = null; + let curAuthsLeft = null; + const authsAllowed = ['none']; + if (this.config.password !== undefined) + authsAllowed.push('password'); + if (privateKey !== undefined) + authsAllowed.push('publickey'); + if (this._agent !== undefined) + authsAllowed.push('agent'); + if (this.config.tryKeyboard) + authsAllowed.push('keyboard-interactive'); + if (privateKey !== undefined + && this.config.localHostname !== undefined + && this.config.localUsername !== undefined) { + authsAllowed.push('hostbased'); + } + + if (Array.isArray(authHandler)) + authHandler = makeSimpleAuthHandler(authHandler); + else if (typeof authHandler !== 'function') + authHandler = makeSimpleAuthHandler(authsAllowed); + + let hasSentAuth = false; + const doNextAuth = (nextAuth) => { + if (hasSentAuth) + return; + hasSentAuth = true; + + if (nextAuth === false) { + const err = new Error('All configured authentication methods failed'); + err.level = 'client-authentication'; + this.emit('error', err); + this.end(); + return; + } + + if (typeof nextAuth === 'string') { + // Remain backwards compatible with original `authHandler()` usage, + // which only supported passing names of next method to try using data + // from the `connect()` config object + + const type = nextAuth; + if (authsAllowed.indexOf(type) === -1) + return skipAuth(`Authentication method not allowed: ${type}`); + + const username = this.config.username; + switch (type) { + case 'password': + nextAuth = { type, username, password: this.config.password }; + break; + case 'publickey': + nextAuth = { type, username, key: privateKey }; + break; + case 'hostbased': + nextAuth = { + type, + username, + key: privateKey, + localHostname: this.config.localHostname, + localUsername: this.config.localUsername, + }; + break; + case 'agent': + nextAuth = { + type, + username, + agentCtx: new AgentContext(this._agent), + }; + break; + case 'keyboard-interactive': + nextAuth = { + type, + username, + prompt: (...args) => this.emit('keyboard-interactive', ...args), + }; + break; + case 'none': + nextAuth = { type, username }; + break; + default: + return skipAuth( + `Skipping unsupported authentication method: ${nextAuth}` + ); + } + } else if (typeof nextAuth !== 'object' || nextAuth === null) { + return skipAuth( + `Skipping invalid authentication attempt: ${nextAuth}` + ); + } else { + const username = nextAuth.username; + if (typeof username !== 'string') { + return skipAuth( + `Skipping invalid authentication attempt: ${nextAuth}` + ); + } + const type = nextAuth.type; + switch (type) { + case 'password': { + const { password } = nextAuth; + if (typeof password !== 'string' && !Buffer.isBuffer(password)) + return skipAuth('Skipping invalid password auth attempt'); + nextAuth = { type, username, password }; + break; + } + case 'publickey': { + const key = parseKey(nextAuth.key, nextAuth.passphrase); + if (key instanceof Error) + return skipAuth('Skipping invalid key auth attempt'); + if (!key.isPrivateKey()) + return skipAuth('Skipping non-private key'); + nextAuth = { type, username, key }; + break; + } + case 'hostbased': { + const { localHostname, localUsername } = nextAuth; + const key = parseKey(nextAuth.key, nextAuth.passphrase); + if (key instanceof Error + || typeof localHostname !== 'string' + || typeof localUsername !== 'string') { + return skipAuth('Skipping invalid hostbased auth attempt'); + } + if (!key.isPrivateKey()) + return skipAuth('Skipping non-private key'); + nextAuth = { type, username, key, localHostname, localUsername }; + break; + } + case 'agent': { + let agent = nextAuth.agent; + if (typeof agent === 'string' && agent.length) { + agent = createAgent(agent); + } else if (!isAgent(agent)) { + return skipAuth( + `Skipping invalid agent: ${nextAuth.agent}` + ); + } + nextAuth = { type, username, agentCtx: new AgentContext(agent) }; + break; + } + case 'keyboard-interactive': { + const { prompt } = nextAuth; + if (typeof prompt !== 'function') { + return skipAuth( + 'Skipping invalid keyboard-interactive auth attempt' + ); + } + nextAuth = { type, username, prompt }; + break; + } + case 'none': + nextAuth = { type, username }; + break; + default: + return skipAuth( + `Skipping unsupported authentication method: ${nextAuth}` + ); + } + } + curAuth = nextAuth; + + // Begin authentication method's process + try { + const username = curAuth.username; + switch (curAuth.type) { + case 'password': + proto.authPassword(username, curAuth.password); + break; + case 'publickey': { + let keyAlgo; + curAuth.keyAlgos = getKeyAlgos(this, curAuth.key, serverSigAlgs); + if (curAuth.keyAlgos) { + if (curAuth.keyAlgos.length) { + keyAlgo = curAuth.keyAlgos[0][0]; + } else { + return skipAuth( + 'Skipping key authentication (no mutual hash algorithm)' + ); + } + } + proto.authPK(username, curAuth.key, keyAlgo); + break; + } + case 'hostbased': { + let keyAlgo; + let hashAlgo; + curAuth.keyAlgos = getKeyAlgos(this, curAuth.key, serverSigAlgs); + if (curAuth.keyAlgos) { + if (curAuth.keyAlgos.length) { + [keyAlgo, hashAlgo] = curAuth.keyAlgos[0]; + } else { + return skipAuth( + 'Skipping hostbased authentication (no mutual hash algorithm)' + ); + } + } + + proto.authHostbased(username, + curAuth.key, + curAuth.localHostname, + curAuth.localUsername, + keyAlgo, + (buf, cb) => { + const signature = curAuth.key.sign(buf, hashAlgo); + if (signature instanceof Error) { + signature.message = + `Error while signing with key: ${signature.message}`; + signature.level = 'client-authentication'; + this.emit('error', signature); + return tryNextAuth(); + } + + cb(signature); + }); + break; + } + case 'agent': + curAuth.agentCtx.init((err) => { + if (err) { + err.level = 'agent'; + this.emit('error', err); + return tryNextAuth(); + } + tryNextAgentKey(); + }); + break; + case 'keyboard-interactive': + proto.authKeyboard(username); + break; + case 'none': + proto.authNone(username); + break; + } + } finally { + hasSentAuth = false; + } + }; + + function skipAuth(msg) { + debug && debug(msg); + process.nextTick(tryNextAuth); + } + + function tryNextAuth() { + hasSentAuth = false; + const auth = authHandler(curAuthsLeft, curPartial, doNextAuth); + if (hasSentAuth || auth === undefined) + return; + doNextAuth(auth); + } + + const tryNextAgentKey = () => { + if (curAuth.type === 'agent') { + const key = curAuth.agentCtx.nextKey(); + if (key === false) { + debug && debug('Agent: No more keys left to try'); + debug && debug('Client: agent auth failed'); + tryNextAuth(); + } else { + const pos = curAuth.agentCtx.pos(); + let keyAlgo; + curAuth.keyAlgos = getKeyAlgos(this, key, serverSigAlgs); + if (curAuth.keyAlgos) { + if (curAuth.keyAlgos.length) { + keyAlgo = curAuth.keyAlgos[0][0]; + } else { + debug && debug( + `Agent: Skipping key #${pos + 1} (no mutual hash algorithm)` + ); + tryNextAgentKey(); + return; + } + } + debug && debug(`Agent: Trying key #${pos + 1}`); + proto.authPK(curAuth.username, key, keyAlgo); + } + } + }; + + const startTimeout = () => { + if (this.config.readyTimeout > 0) { + this._readyTimeout = setTimeout(() => { + const err = new Error('Timed out while waiting for handshake'); + err.level = 'client-timeout'; + this.emit('error', err); + sock.destroy(); + }, this.config.readyTimeout); + } + }; + + if (!cfg.sock) { + let host = this.config.host; + const forceIPv4 = this.config.forceIPv4; + const forceIPv6 = this.config.forceIPv6; + + debug && debug(`Client: Trying ${host} on port ${this.config.port} ...`); + + const doConnect = () => { + startTimeout(); + sock.connect({ + host, + port: this.config.port, + localAddress: this.config.localAddress, + localPort: this.config.localPort + }); + sock.setMaxListeners(0); + sock.setTimeout(typeof cfg.timeout === 'number' ? cfg.timeout : 0); + }; + + if ((!forceIPv4 && !forceIPv6) || (forceIPv4 && forceIPv6)) { + doConnect(); + } else { + dnsLookup(host, (forceIPv4 ? 4 : 6), (err, address, family) => { + if (err) { + const type = (forceIPv4 ? 'IPv4' : 'IPv6'); + const error = new Error( + `Error while looking up ${type} address for '${host}': ${err}` + ); + clearTimeout(this._readyTimeout); + error.level = 'client-dns'; + this.emit('error', error); + this.emit('close'); + return; + } + host = address; + doConnect(); + }); + } + } else { + // Custom socket passed in + startTimeout(); + if (typeof sock.connecting === 'boolean') { + // net.Socket + + if (!sock.connecting) { + // Already connected + onConnect(); + } + } else { + // Assume socket/stream is already "connected" + onConnect(); + } + } + + return this; + } + + end() { + if (this._sock && isWritable(this._sock)) { + this._protocol.disconnect(DISCONNECT_REASON.BY_APPLICATION); + this._sock.end(); + } + return this; + } + + destroy() { + this._sock && isWritable(this._sock) && this._sock.destroy(); + return this; + } + + exec(cmd, opts, cb) { + if (!this._sock || !isWritable(this._sock)) + throw new Error('Not connected'); + + if (typeof opts === 'function') { + cb = opts; + opts = {}; + } + + const extraOpts = { allowHalfOpen: (opts.allowHalfOpen !== false) }; + + openChannel(this, 'session', extraOpts, (err, chan) => { + if (err) { + cb(err); + return; + } + + const todo = []; + + function reqCb(err) { + if (err) { + chan.close(); + cb(err); + return; + } + if (todo.length) + todo.shift()(); + } + + if (this.config.allowAgentFwd === true + || (opts + && opts.agentForward === true + && this._agent !== undefined)) { + todo.push(() => reqAgentFwd(chan, reqCb)); + } + + if (typeof opts === 'object' && opts !== null) { + if (typeof opts.env === 'object' && opts.env !== null) + reqEnv(chan, opts.env); + if ((typeof opts.pty === 'object' && opts.pty !== null) + || opts.pty === true) { + todo.push(() => reqPty(chan, opts.pty, reqCb)); + } + if ((typeof opts.x11 === 'object' && opts.x11 !== null) + || opts.x11 === 'number' + || opts.x11 === true) { + todo.push(() => reqX11(chan, opts.x11, reqCb)); + } + } + + todo.push(() => reqExec(chan, cmd, opts, cb)); + todo.shift()(); + }); + + return this; + } + + shell(wndopts, opts, cb) { + if (!this._sock || !isWritable(this._sock)) + throw new Error('Not connected'); + + if (typeof wndopts === 'function') { + cb = wndopts; + wndopts = opts = undefined; + } else if (typeof opts === 'function') { + cb = opts; + opts = undefined; + } + if (wndopts && (wndopts.x11 !== undefined || wndopts.env !== undefined)) { + opts = wndopts; + wndopts = undefined; + } + + openChannel(this, 'session', (err, chan) => { + if (err) { + cb(err); + return; + } + + const todo = []; + + function reqCb(err) { + if (err) { + chan.close(); + cb(err); + return; + } + if (todo.length) + todo.shift()(); + } + + if (this.config.allowAgentFwd === true + || (opts + && opts.agentForward === true + && this._agent !== undefined)) { + todo.push(() => reqAgentFwd(chan, reqCb)); + } + + if (wndopts !== false) + todo.push(() => reqPty(chan, wndopts, reqCb)); + + if (typeof opts === 'object' && opts !== null) { + if (typeof opts.env === 'object' && opts.env !== null) + reqEnv(chan, opts.env); + if ((typeof opts.x11 === 'object' && opts.x11 !== null) + || opts.x11 === 'number' + || opts.x11 === true) { + todo.push(() => reqX11(chan, opts.x11, reqCb)); + } + } + + todo.push(() => reqShell(chan, cb)); + todo.shift()(); + }); + + return this; + } + + subsys(name, cb) { + if (!this._sock || !isWritable(this._sock)) + throw new Error('Not connected'); + + openChannel(this, 'session', (err, chan) => { + if (err) { + cb(err); + return; + } + + reqSubsystem(chan, name, (err, stream) => { + if (err) { + cb(err); + return; + } + + cb(undefined, stream); + }); + }); + + return this; + } + + forwardIn(bindAddr, bindPort, cb) { + if (!this._sock || !isWritable(this._sock)) + throw new Error('Not connected'); + + // Send a request for the server to start forwarding TCP connections to us + // on a particular address and port + + const wantReply = (typeof cb === 'function'); + + if (wantReply) { + this._callbacks.push((had_err, data) => { + if (had_err) { + cb(had_err !== true + ? had_err + : new Error(`Unable to bind to ${bindAddr}:${bindPort}`)); + return; + } + + let realPort = bindPort; + if (bindPort === 0 && data && data.length >= 4) { + realPort = readUInt32BE(data, 0); + if (!(this._protocol._compatFlags & COMPAT.DYN_RPORT_BUG)) + bindPort = realPort; + } + + this._forwarding[`${bindAddr}:${bindPort}`] = realPort; + + cb(undefined, realPort); + }); + } + + this._protocol.tcpipForward(bindAddr, bindPort, wantReply); + + return this; + } + + unforwardIn(bindAddr, bindPort, cb) { + if (!this._sock || !isWritable(this._sock)) + throw new Error('Not connected'); + + // Send a request to stop forwarding us new connections for a particular + // address and port + + const wantReply = (typeof cb === 'function'); + + if (wantReply) { + this._callbacks.push((had_err) => { + if (had_err) { + cb(had_err !== true + ? had_err + : new Error(`Unable to unbind from ${bindAddr}:${bindPort}`)); + return; + } + + delete this._forwarding[`${bindAddr}:${bindPort}`]; + + cb(); + }); + } + + this._protocol.cancelTcpipForward(bindAddr, bindPort, wantReply); + + return this; + } + + forwardOut(srcIP, srcPort, dstIP, dstPort, cb) { + if (!this._sock || !isWritable(this._sock)) + throw new Error('Not connected'); + + // Send a request to forward a TCP connection to the server + + const cfg = { + srcIP: srcIP, + srcPort: srcPort, + dstIP: dstIP, + dstPort: dstPort + }; + + if (typeof cb !== 'function') + cb = noop; + + openChannel(this, 'direct-tcpip', cfg, cb); + + return this; + } + + openssh_noMoreSessions(cb) { + if (!this._sock || !isWritable(this._sock)) + throw new Error('Not connected'); + + const wantReply = (typeof cb === 'function'); + + if (!this.config.strictVendor + || (this.config.strictVendor && RE_OPENSSH.test(this._remoteVer))) { + if (wantReply) { + this._callbacks.push((had_err) => { + if (had_err) { + cb(had_err !== true + ? had_err + : new Error('Unable to disable future sessions')); + return; + } + + cb(); + }); + } + + this._protocol.openssh_noMoreSessions(wantReply); + return this; + } + + if (!wantReply) + return this; + + process.nextTick( + cb, + new Error( + 'strictVendor enabled and server is not OpenSSH or compatible version' + ) + ); + + return this; + } + + openssh_forwardInStreamLocal(socketPath, cb) { + if (!this._sock || !isWritable(this._sock)) + throw new Error('Not connected'); + + const wantReply = (typeof cb === 'function'); + + if (!this.config.strictVendor + || (this.config.strictVendor && RE_OPENSSH.test(this._remoteVer))) { + if (wantReply) { + this._callbacks.push((had_err) => { + if (had_err) { + cb(had_err !== true + ? had_err + : new Error(`Unable to bind to ${socketPath}`)); + return; + } + this._forwardingUnix[socketPath] = true; + cb(); + }); + } + + this._protocol.openssh_streamLocalForward(socketPath, wantReply); + return this; + } + + if (!wantReply) + return this; + + process.nextTick( + cb, + new Error( + 'strictVendor enabled and server is not OpenSSH or compatible version' + ) + ); + + return this; + } + + openssh_unforwardInStreamLocal(socketPath, cb) { + if (!this._sock || !isWritable(this._sock)) + throw new Error('Not connected'); + + const wantReply = (typeof cb === 'function'); + + if (!this.config.strictVendor + || (this.config.strictVendor && RE_OPENSSH.test(this._remoteVer))) { + if (wantReply) { + this._callbacks.push((had_err) => { + if (had_err) { + cb(had_err !== true + ? had_err + : new Error(`Unable to unbind from ${socketPath}`)); + return; + } + delete this._forwardingUnix[socketPath]; + cb(); + }); + } + + this._protocol.openssh_cancelStreamLocalForward(socketPath, wantReply); + return this; + } + + if (!wantReply) + return this; + + process.nextTick( + cb, + new Error( + 'strictVendor enabled and server is not OpenSSH or compatible version' + ) + ); + + return this; + } + + openssh_forwardOutStreamLocal(socketPath, cb) { + if (!this._sock || !isWritable(this._sock)) + throw new Error('Not connected'); + + if (typeof cb !== 'function') + cb = noop; + + if (!this.config.strictVendor + || (this.config.strictVendor && RE_OPENSSH.test(this._remoteVer))) { + openChannel(this, 'direct-streamlocal@openssh.com', { socketPath }, cb); + return this; + } + process.nextTick( + cb, + new Error( + 'strictVendor enabled and server is not OpenSSH or compatible version' + ) + ); + + return this; + } + + sftp(env, cb) { + if (!this._sock || !isWritable(this._sock)) + throw new Error('Not connected'); + + if (typeof env === 'function') { + cb = env; + env = undefined; + } + + openChannel(this, 'sftp', (err, sftp) => { + if (err) { + cb(err); + return; + } + + const reqSubsystemCb = (err, sftp_) => { + if (err) { + cb(err); + return; + } + + function removeListeners() { + sftp.removeListener('ready', onReady); + sftp.removeListener('error', onError); + sftp.removeListener('exit', onExit); + sftp.removeListener('close', onExit); + } + + function onReady() { + // TODO: do not remove exit/close in case remote end closes the + // channel abruptly and we need to notify outstanding callbacks + removeListeners(); + cb(undefined, sftp); + } + + function onError(err) { + removeListeners(); + cb(err); + } + + function onExit(code, signal) { + removeListeners(); + let msg; + if (typeof code === 'number') + msg = `Received exit code ${code} while establishing SFTP session`; + else if (signal !== undefined) + msg = `Received signal ${signal} while establishing SFTP session`; + else + msg = 'Received unexpected SFTP session termination'; + const err = new Error(msg); + err.code = code; + err.signal = signal; + cb(err); + } + + sftp.on('ready', onReady) + .on('error', onError) + .on('exit', onExit) + .on('close', onExit); + + sftp._init(); + }; + + if (typeof env === 'object' && env !== null) { + reqEnv(sftp, env, (err) => { + if (err) { + cb(err); + return; + } + + reqSubsystem(sftp, 'sftp', reqSubsystemCb); + }); + } else { + reqSubsystem(sftp, 'sftp', reqSubsystemCb); + } + }); + + return this; + } + + setNoDelay(noDelay) { + if (this._sock && typeof this._sock.setNoDelay === 'function') + this._sock.setNoDelay(noDelay); + + return this; + } +} + +function openChannel(self, type, opts, cb) { + // Ask the server to open a channel for some purpose + // (e.g. session (sftp, exec, shell), or forwarding a TCP connection + const initWindow = MAX_WINDOW; + const maxPacket = PACKET_SIZE; + + if (typeof opts === 'function') { + cb = opts; + opts = {}; + } + + const wrapper = (err, stream) => { + cb(err, stream); + }; + wrapper.type = type; + + const localChan = self._chanMgr.add(wrapper); + + if (localChan === -1) { + cb(new Error('No free channels available')); + return; + } + + switch (type) { + case 'session': + case 'sftp': + self._protocol.session(localChan, initWindow, maxPacket); + break; + case 'direct-tcpip': + self._protocol.directTcpip(localChan, initWindow, maxPacket, opts); + break; + case 'direct-streamlocal@openssh.com': + self._protocol.openssh_directStreamLocal( + localChan, initWindow, maxPacket, opts + ); + break; + default: + throw new Error(`Unsupported channel type: ${type}`); + } +} + +function reqX11(chan, screen, cb) { + // Asks server to start sending us X11 connections + const cfg = { + single: false, + protocol: 'MIT-MAGIC-COOKIE-1', + cookie: undefined, + screen: 0 + }; + + if (typeof screen === 'function') { + cb = screen; + } else if (typeof screen === 'object' && screen !== null) { + if (typeof screen.single === 'boolean') + cfg.single = screen.single; + if (typeof screen.screen === 'number') + cfg.screen = screen.screen; + if (typeof screen.protocol === 'string') + cfg.protocol = screen.protocol; + if (typeof screen.cookie === 'string') + cfg.cookie = screen.cookie; + else if (Buffer.isBuffer(screen.cookie)) + cfg.cookie = screen.cookie.hexSlice(0, screen.cookie.length); + } + if (cfg.cookie === undefined) + cfg.cookie = randomCookie(); + + const wantReply = (typeof cb === 'function'); + + if (chan.outgoing.state !== 'open') { + if (wantReply) + cb(new Error('Channel is not open')); + return; + } + + if (wantReply) { + chan._callbacks.push((had_err) => { + if (had_err) { + cb(had_err !== true ? had_err : new Error('Unable to request X11')); + return; + } + + chan._hasX11 = true; + ++chan._client._acceptX11; + chan.once('close', () => { + if (chan._client._acceptX11) + --chan._client._acceptX11; + }); + + cb(); + }); + } + + chan._client._protocol.x11Forward(chan.outgoing.id, cfg, wantReply); +} + +function reqPty(chan, opts, cb) { + let rows = 24; + let cols = 80; + let width = 640; + let height = 480; + let term = 'vt100'; + let modes = null; + + if (typeof opts === 'function') { + cb = opts; + } else if (typeof opts === 'object' && opts !== null) { + if (typeof opts.rows === 'number') + rows = opts.rows; + if (typeof opts.cols === 'number') + cols = opts.cols; + if (typeof opts.width === 'number') + width = opts.width; + if (typeof opts.height === 'number') + height = opts.height; + if (typeof opts.term === 'string') + term = opts.term; + if (typeof opts.modes === 'object') + modes = opts.modes; + } + + const wantReply = (typeof cb === 'function'); + + if (chan.outgoing.state !== 'open') { + if (wantReply) + cb(new Error('Channel is not open')); + return; + } + + if (wantReply) { + chan._callbacks.push((had_err) => { + if (had_err) { + cb(had_err !== true + ? had_err + : new Error('Unable to request a pseudo-terminal')); + return; + } + cb(); + }); + } + + chan._client._protocol.pty(chan.outgoing.id, + rows, + cols, + height, + width, + term, + modes, + wantReply); +} + +function reqAgentFwd(chan, cb) { + const wantReply = (typeof cb === 'function'); + + if (chan.outgoing.state !== 'open') { + wantReply && cb(new Error('Channel is not open')); + return; + } + if (chan._client._agentFwdEnabled) { + wantReply && cb(false); + return; + } + + chan._client._agentFwdEnabled = true; + + chan._callbacks.push((had_err) => { + if (had_err) { + chan._client._agentFwdEnabled = false; + if (wantReply) { + cb(had_err !== true + ? had_err + : new Error('Unable to request agent forwarding')); + } + return; + } + + if (wantReply) + cb(); + }); + + chan._client._protocol.openssh_agentForward(chan.outgoing.id, true); +} + +function reqShell(chan, cb) { + if (chan.outgoing.state !== 'open') { + cb(new Error('Channel is not open')); + return; + } + + chan._callbacks.push((had_err) => { + if (had_err) { + cb(had_err !== true ? had_err : new Error('Unable to open shell')); + return; + } + chan.subtype = 'shell'; + cb(undefined, chan); + }); + + chan._client._protocol.shell(chan.outgoing.id, true); +} + +function reqExec(chan, cmd, opts, cb) { + if (chan.outgoing.state !== 'open') { + cb(new Error('Channel is not open')); + return; + } + + chan._callbacks.push((had_err) => { + if (had_err) { + cb(had_err !== true ? had_err : new Error('Unable to exec')); + return; + } + chan.subtype = 'exec'; + chan.allowHalfOpen = (opts.allowHalfOpen !== false); + cb(undefined, chan); + }); + + chan._client._protocol.exec(chan.outgoing.id, cmd, true); +} + +function reqEnv(chan, env, cb) { + const wantReply = (typeof cb === 'function'); + + if (chan.outgoing.state !== 'open') { + if (wantReply) + cb(new Error('Channel is not open')); + return; + } + + if (wantReply) { + chan._callbacks.push((had_err) => { + if (had_err) { + cb(had_err !== true + ? had_err + : new Error('Unable to set environment')); + return; + } + cb(); + }); + } + + const keys = Object.keys(env || {}); + + for (let i = 0; i < keys.length; ++i) { + const key = keys[i]; + const val = env[key]; + chan._client._protocol.env(chan.outgoing.id, key, val, wantReply); + } +} + +function reqSubsystem(chan, name, cb) { + if (chan.outgoing.state !== 'open') { + cb(new Error('Channel is not open')); + return; + } + + chan._callbacks.push((had_err) => { + if (had_err) { + cb(had_err !== true + ? had_err + : new Error(`Unable to start subsystem: ${name}`)); + return; + } + chan.subtype = 'subsystem'; + cb(undefined, chan); + }); + + chan._client._protocol.subsystem(chan.outgoing.id, name, true); +} + +// TODO: inline implementation into single call site +function onCHANNEL_OPEN(self, info) { + // The server is trying to open a channel with us, this is usually when + // we asked the server to forward us connections on some port and now they + // are asking us to accept/deny an incoming connection on their side + + let localChan = -1; + let reason; + + const accept = () => { + const chanInfo = { + type: info.type, + incoming: { + id: localChan, + window: MAX_WINDOW, + packetSize: PACKET_SIZE, + state: 'open' + }, + outgoing: { + id: info.sender, + window: info.window, + packetSize: info.packetSize, + state: 'open' + } + }; + const stream = new Channel(self, chanInfo); + self._chanMgr.update(localChan, stream); + + self._protocol.channelOpenConfirm(info.sender, + localChan, + MAX_WINDOW, + PACKET_SIZE); + return stream; + }; + const reject = () => { + if (reason === undefined) { + if (localChan === -1) + reason = CHANNEL_OPEN_FAILURE.RESOURCE_SHORTAGE; + else + reason = CHANNEL_OPEN_FAILURE.CONNECT_FAILED; + } + + if (localChan !== -1) + self._chanMgr.remove(localChan); + + self._protocol.channelOpenFail(info.sender, reason, ''); + }; + const reserveChannel = () => { + localChan = self._chanMgr.add(); + + if (localChan === -1) { + reason = CHANNEL_OPEN_FAILURE.RESOURCE_SHORTAGE; + if (self.config.debug) { + self.config.debug( + 'Client: Automatic rejection of incoming channel open: ' + + 'no channels available' + ); + } + } + + return (localChan !== -1); + }; + + const data = info.data; + switch (info.type) { + case 'forwarded-tcpip': { + const val = self._forwarding[`${data.destIP}:${data.destPort}`]; + if (val !== undefined && reserveChannel()) { + if (data.destPort === 0) + data.destPort = val; + self.emit('tcp connection', data, accept, reject); + return; + } + break; + } + case 'forwarded-streamlocal@openssh.com': + if (self._forwardingUnix[data.socketPath] !== undefined + && reserveChannel()) { + self.emit('unix connection', data, accept, reject); + return; + } + break; + case 'auth-agent@openssh.com': + if (self._agentFwdEnabled + && typeof self._agent.getStream === 'function' + && reserveChannel()) { + self._agent.getStream((err, stream) => { + if (err) + return reject(); + + const upstream = accept(); + upstream.pipe(stream).pipe(upstream); + }); + return; + } + break; + case 'x11': + if (self._acceptX11 !== 0 && reserveChannel()) { + self.emit('x11', data, accept, reject); + return; + } + break; + default: + // Automatically reject any unsupported channel open requests + reason = CHANNEL_OPEN_FAILURE.UNKNOWN_CHANNEL_TYPE; + if (self.config.debug) { + self.config.debug( + 'Client: Automatic rejection of unsupported incoming channel open ' + + `type: ${info.type}` + ); + } + } + + if (reason === undefined) { + reason = CHANNEL_OPEN_FAILURE.ADMINISTRATIVELY_PROHIBITED; + if (self.config.debug) { + self.config.debug( + 'Client: Automatic rejection of unexpected incoming channel open for: ' + + info.type + ); + } + } + + reject(); +} + +const randomCookie = (() => { + const buffer = Buffer.allocUnsafe(16); + return () => { + randomFillSync(buffer, 0, 16); + return buffer.hexSlice(0, 16); + }; +})(); + +function makeSimpleAuthHandler(authList) { + if (!Array.isArray(authList)) + throw new Error('authList must be an array'); + + let a = 0; + return (authsLeft, partialSuccess, cb) => { + if (a === authList.length) + return false; + return authList[a++]; + }; +} + +function hostKeysProve(client, keys_, cb) { + if (!client._sock || !isWritable(client._sock)) + return; + + if (typeof cb !== 'function') + cb = noop; + + if (!Array.isArray(keys_)) + throw new TypeError('Invalid keys argument type'); + + const keys = []; + for (const key of keys_) { + const parsed = parseKey(key); + if (parsed instanceof Error) + throw parsed; + keys.push(parsed); + } + + if (!client.config.strictVendor + || (client.config.strictVendor && RE_OPENSSH.test(client._remoteVer))) { + client._callbacks.push((had_err, data) => { + if (had_err) { + cb(had_err !== true + ? had_err + : new Error('Server failed to prove supplied keys')); + return; + } + + // TODO: move all of this parsing/verifying logic out of the client? + const ret = []; + let keyIdx = 0; + bufferParser.init(data, 0); + while (bufferParser.avail()) { + if (keyIdx === keys.length) + break; + const key = keys[keyIdx++]; + const keyPublic = key.getPublicSSH(); + + const sigEntry = bufferParser.readString(); + sigParser.init(sigEntry, 0); + const type = sigParser.readString(true); + let value = sigParser.readString(); + + let algo; + if (type !== key.type) { + if (key.type === 'ssh-rsa') { + switch (type) { + case 'rsa-sha2-256': + algo = 'sha256'; + break; + case 'rsa-sha2-512': + algo = 'sha512'; + break; + default: + continue; + } + } else { + continue; + } + } + + const sessionID = client._protocol._kex.sessionID; + const verifyData = Buffer.allocUnsafe( + 4 + 29 + 4 + sessionID.length + 4 + keyPublic.length + ); + let p = 0; + writeUInt32BE(verifyData, 29, p); + verifyData.utf8Write('hostkeys-prove-00@openssh.com', p += 4, 29); + writeUInt32BE(verifyData, sessionID.length, p += 29); + bufferCopy(sessionID, verifyData, 0, sessionID.length, p += 4); + writeUInt32BE(verifyData, keyPublic.length, p += sessionID.length); + bufferCopy(keyPublic, verifyData, 0, keyPublic.length, p += 4); + + if (!(value = sigSSHToASN1(value, type))) + continue; + if (key.verify(verifyData, value, algo) === true) + ret.push(key); + } + sigParser.clear(); + bufferParser.clear(); + + cb(null, ret); + }); + + client._protocol.openssh_hostKeysProve(keys); + return; + } + + process.nextTick( + cb, + new Error( + 'strictVendor enabled and server is not OpenSSH or compatible version' + ) + ); +} + +function getKeyAlgos(client, key, serverSigAlgs) { + switch (key.type) { + case 'ssh-rsa': + if (client._protocol._compatFlags & COMPAT.IMPLY_RSA_SHA2_SIGALGS) { + if (!Array.isArray(serverSigAlgs)) + serverSigAlgs = ['rsa-sha2-256', 'rsa-sha2-512']; + else + serverSigAlgs = ['rsa-sha2-256', 'rsa-sha2-512', ...serverSigAlgs]; + } + if (Array.isArray(serverSigAlgs)) { + if (serverSigAlgs.indexOf('rsa-sha2-256') !== -1) + return [['rsa-sha2-256', 'sha256']]; + if (serverSigAlgs.indexOf('rsa-sha2-512') !== -1) + return [['rsa-sha2-512', 'sha512']]; + if (serverSigAlgs.indexOf('ssh-rsa') === -1) + return []; + } + return [['ssh-rsa', 'sha1']]; + } +} + +module.exports = Client; diff --git a/node_modules/ssh2/lib/http-agents.js b/node_modules/ssh2/lib/http-agents.js new file mode 100644 index 0000000..770a0e6 --- /dev/null +++ b/node_modules/ssh2/lib/http-agents.js @@ -0,0 +1,84 @@ +'use strict'; + +const { Agent: HttpAgent } = require('http'); +const { Agent: HttpsAgent } = require('https'); +const { connect: tlsConnect } = require('tls'); + +let Client; + +for (const ctor of [HttpAgent, HttpsAgent]) { + class SSHAgent extends ctor { + constructor(connectCfg, agentOptions) { + super(agentOptions); + + this._connectCfg = connectCfg; + this._defaultSrcIP = (agentOptions && agentOptions.srcIP) || 'localhost'; + } + + createConnection(options, cb) { + const srcIP = (options && options.localAddress) || this._defaultSrcIP; + const srcPort = (options && options.localPort) || 0; + const dstIP = options.host; + const dstPort = options.port; + + if (Client === undefined) + Client = require('./client.js'); + + const client = new Client(); + let triedForward = false; + client.on('ready', () => { + client.forwardOut(srcIP, srcPort, dstIP, dstPort, (err, stream) => { + triedForward = true; + if (err) { + client.end(); + return cb(err); + } + stream.once('close', () => client.end()); + cb(null, decorateStream(stream, ctor, options)); + }); + }).on('error', cb).on('close', () => { + if (!triedForward) + cb(new Error('Unexpected connection close')); + }).connect(this._connectCfg); + } + } + + exports[ctor === HttpAgent ? 'SSHTTPAgent' : 'SSHTTPSAgent'] = SSHAgent; +} + +function noop() {} + +function decorateStream(stream, ctor, options) { + if (ctor === HttpAgent) { + // HTTP + stream.setKeepAlive = noop; + stream.setNoDelay = noop; + stream.setTimeout = noop; + stream.ref = noop; + stream.unref = noop; + stream.destroySoon = stream.destroy; + return stream; + } + + // HTTPS + options.socket = stream; + const wrapped = tlsConnect(options); + + // This is a workaround for a regression in node v12.16.3+ + // https://github.com/nodejs/node/issues/35904 + const onClose = (() => { + let called = false; + return () => { + if (called) + return; + called = true; + if (stream.isPaused()) + stream.resume(); + }; + })(); + // 'end' listener is needed because 'close' is not emitted in some scenarios + // in node v12.x for some unknown reason + wrapped.on('end', onClose).on('close', onClose); + + return wrapped; +} diff --git a/node_modules/ssh2/lib/index.js b/node_modules/ssh2/lib/index.js new file mode 100644 index 0000000..82c2c93 --- /dev/null +++ b/node_modules/ssh2/lib/index.js @@ -0,0 +1,44 @@ +'use strict'; + +const { + AgentProtocol, + BaseAgent, + createAgent, + CygwinAgent, + OpenSSHAgent, + PageantAgent, +} = require('./agent.js'); +const { + SSHTTPAgent: HTTPAgent, + SSHTTPSAgent: HTTPSAgent, +} = require('./http-agents.js'); +const { parseKey } = require('./protocol/keyParser.js'); +const { + flagsToString, + OPEN_MODE, + STATUS_CODE, + stringToFlags, +} = require('./protocol/SFTP.js'); + +module.exports = { + AgentProtocol, + BaseAgent, + createAgent, + Client: require('./client.js'), + CygwinAgent, + HTTPAgent, + HTTPSAgent, + OpenSSHAgent, + PageantAgent, + Server: require('./server.js'), + utils: { + parseKey, + ...require('./keygen.js'), + sftp: { + flagsToString, + OPEN_MODE, + STATUS_CODE, + stringToFlags, + }, + }, +}; diff --git a/node_modules/ssh2/lib/keygen.js b/node_modules/ssh2/lib/keygen.js new file mode 100644 index 0000000..570c90e --- /dev/null +++ b/node_modules/ssh2/lib/keygen.js @@ -0,0 +1,582 @@ +'use strict'; + +const { + createCipheriv, + generateKeyPair: generateKeyPair_, + generateKeyPairSync: generateKeyPairSync_, + getCurves, + randomBytes, +} = require('crypto'); + +const { Ber } = require('asn1'); +const bcrypt_pbkdf = require('bcrypt-pbkdf').pbkdf; + +const { CIPHER_INFO } = require('./protocol/crypto.js'); + +const SALT_LEN = 16; +const DEFAULT_ROUNDS = 16; + +const curves = getCurves(); +const ciphers = new Map(Object.entries(CIPHER_INFO)); + +function makeArgs(type, opts) { + if (typeof type !== 'string') + throw new TypeError('Key type must be a string'); + + const publicKeyEncoding = { type: 'spki', format: 'der' }; + const privateKeyEncoding = { type: 'pkcs8', format: 'der' }; + + switch (type.toLowerCase()) { + case 'rsa': { + if (typeof opts !== 'object' || opts === null) + throw new TypeError('Missing options object for RSA key'); + const modulusLength = opts.bits; + if (!Number.isInteger(modulusLength)) + throw new TypeError('RSA bits must be an integer'); + if (modulusLength <= 0 || modulusLength > 16384) + throw new RangeError('RSA bits must be non-zero and <= 16384'); + return ['rsa', { modulusLength, publicKeyEncoding, privateKeyEncoding }]; + } + case 'ecdsa': { + if (typeof opts !== 'object' || opts === null) + throw new TypeError('Missing options object for ECDSA key'); + if (!Number.isInteger(opts.bits)) + throw new TypeError('ECDSA bits must be an integer'); + let namedCurve; + switch (opts.bits) { + case 256: + namedCurve = 'prime256v1'; + break; + case 384: + namedCurve = 'secp384r1'; + break; + case 521: + namedCurve = 'secp521r1'; + break; + default: + throw new Error('ECDSA bits must be 256, 384, or 521'); + } + if (!curves.includes(namedCurve)) + throw new Error('Unsupported ECDSA bits value'); + return ['ec', { namedCurve, publicKeyEncoding, privateKeyEncoding }]; + } + case 'ed25519': + return ['ed25519', { publicKeyEncoding, privateKeyEncoding }]; + default: + throw new Error(`Unsupported key type: ${type}`); + } +} + +function parseDERs(keyType, pub, priv) { + switch (keyType) { + case 'rsa': { + // Note: we don't need to parse the public key since the PKCS8 private key + // already includes the public key parameters + + // Parse private key + let reader = new Ber.Reader(priv); + reader.readSequence(); + + // - Version + if (reader.readInt() !== 0) + throw new Error('Unsupported version in RSA private key'); + + // - Algorithm + reader.readSequence(); + if (reader.readOID() !== '1.2.840.113549.1.1.1') + throw new Error('Bad RSA private OID'); + // - Algorithm parameters (RSA has none) + if (reader.readByte() !== Ber.Null) + throw new Error('Malformed RSA private key (expected null)'); + if (reader.readByte() !== 0x00) { + throw new Error( + 'Malformed RSA private key (expected zero-length null)' + ); + } + + reader = new Ber.Reader(reader.readString(Ber.OctetString, true)); + reader.readSequence(); + if (reader.readInt() !== 0) + throw new Error('Unsupported version in RSA private key'); + const n = reader.readString(Ber.Integer, true); + const e = reader.readString(Ber.Integer, true); + const d = reader.readString(Ber.Integer, true); + const p = reader.readString(Ber.Integer, true); + const q = reader.readString(Ber.Integer, true); + reader.readString(Ber.Integer, true); // dmp1 + reader.readString(Ber.Integer, true); // dmq1 + const iqmp = reader.readString(Ber.Integer, true); + + /* + OpenSSH RSA private key: + string "ssh-rsa" + string n -- public + string e -- public + string d -- private + string iqmp -- private + string p -- private + string q -- private + */ + const keyName = Buffer.from('ssh-rsa'); + const privBuf = Buffer.allocUnsafe( + 4 + keyName.length + + 4 + n.length + + 4 + e.length + + 4 + d.length + + 4 + iqmp.length + + 4 + p.length + + 4 + q.length + ); + let pos = 0; + + privBuf.writeUInt32BE(keyName.length, pos += 0); + privBuf.set(keyName, pos += 4); + privBuf.writeUInt32BE(n.length, pos += keyName.length); + privBuf.set(n, pos += 4); + privBuf.writeUInt32BE(e.length, pos += n.length); + privBuf.set(e, pos += 4); + privBuf.writeUInt32BE(d.length, pos += e.length); + privBuf.set(d, pos += 4); + privBuf.writeUInt32BE(iqmp.length, pos += d.length); + privBuf.set(iqmp, pos += 4); + privBuf.writeUInt32BE(p.length, pos += iqmp.length); + privBuf.set(p, pos += 4); + privBuf.writeUInt32BE(q.length, pos += p.length); + privBuf.set(q, pos += 4); + + /* + OpenSSH RSA public key: + string "ssh-rsa" + string e -- public + string n -- public + */ + const pubBuf = Buffer.allocUnsafe( + 4 + keyName.length + + 4 + e.length + + 4 + n.length + ); + pos = 0; + + pubBuf.writeUInt32BE(keyName.length, pos += 0); + pubBuf.set(keyName, pos += 4); + pubBuf.writeUInt32BE(e.length, pos += keyName.length); + pubBuf.set(e, pos += 4); + pubBuf.writeUInt32BE(n.length, pos += e.length); + pubBuf.set(n, pos += 4); + + return { sshName: keyName.toString(), priv: privBuf, pub: pubBuf }; + } + case 'ec': { + // Parse public key + let reader = new Ber.Reader(pub); + reader.readSequence(); + + reader.readSequence(); + if (reader.readOID() !== '1.2.840.10045.2.1') + throw new Error('Bad ECDSA public OID'); + // Skip curve OID, we'll get it from the private key + reader.readOID(); + let pubBin = reader.readString(Ber.BitString, true); + { + // Remove leading zero bytes + let i = 0; + for (; i < pubBin.length && pubBin[i] === 0x00; ++i); + if (i > 0) + pubBin = pubBin.slice(i); + } + + // Parse private key + reader = new Ber.Reader(priv); + reader.readSequence(); + + // - Version + if (reader.readInt() !== 0) + throw new Error('Unsupported version in ECDSA private key'); + + reader.readSequence(); + if (reader.readOID() !== '1.2.840.10045.2.1') + throw new Error('Bad ECDSA private OID'); + const curveOID = reader.readOID(); + let sshCurveName; + switch (curveOID) { + case '1.2.840.10045.3.1.7': + // prime256v1/secp256r1 + sshCurveName = 'nistp256'; + break; + case '1.3.132.0.34': + // secp384r1 + sshCurveName = 'nistp384'; + break; + case '1.3.132.0.35': + // secp521r1 + sshCurveName = 'nistp521'; + break; + default: + throw new Error('Unsupported curve in ECDSA private key'); + } + + reader = new Ber.Reader(reader.readString(Ber.OctetString, true)); + reader.readSequence(); + + // - Version + if (reader.readInt() !== 1) + throw new Error('Unsupported version in ECDSA private key'); + + // Add leading zero byte to prevent negative bignum in private key + const privBin = Buffer.concat([ + Buffer.from([0x00]), + reader.readString(Ber.OctetString, true) + ]); + + /* + OpenSSH ECDSA private key: + string "ecdsa-sha2-" + string curve name + string Q -- public + string d -- private + */ + const keyName = Buffer.from(`ecdsa-sha2-${sshCurveName}`); + sshCurveName = Buffer.from(sshCurveName); + const privBuf = Buffer.allocUnsafe( + 4 + keyName.length + + 4 + sshCurveName.length + + 4 + pubBin.length + + 4 + privBin.length + ); + let pos = 0; + + privBuf.writeUInt32BE(keyName.length, pos += 0); + privBuf.set(keyName, pos += 4); + privBuf.writeUInt32BE(sshCurveName.length, pos += keyName.length); + privBuf.set(sshCurveName, pos += 4); + privBuf.writeUInt32BE(pubBin.length, pos += sshCurveName.length); + privBuf.set(pubBin, pos += 4); + privBuf.writeUInt32BE(privBin.length, pos += pubBin.length); + privBuf.set(privBin, pos += 4); + + /* + OpenSSH ECDSA public key: + string "ecdsa-sha2-" + string curve name + string Q -- public + */ + const pubBuf = Buffer.allocUnsafe( + 4 + keyName.length + + 4 + sshCurveName.length + + 4 + pubBin.length + ); + pos = 0; + + pubBuf.writeUInt32BE(keyName.length, pos += 0); + pubBuf.set(keyName, pos += 4); + pubBuf.writeUInt32BE(sshCurveName.length, pos += keyName.length); + pubBuf.set(sshCurveName, pos += 4); + pubBuf.writeUInt32BE(pubBin.length, pos += sshCurveName.length); + pubBuf.set(pubBin, pos += 4); + + return { sshName: keyName.toString(), priv: privBuf, pub: pubBuf }; + } + case 'ed25519': { + // Parse public key + let reader = new Ber.Reader(pub); + reader.readSequence(); + + // - Algorithm + reader.readSequence(); + if (reader.readOID() !== '1.3.101.112') + throw new Error('Bad ED25519 public OID'); + // - Attributes (absent for ED25519) + + let pubBin = reader.readString(Ber.BitString, true); + { + // Remove leading zero bytes + let i = 0; + for (; i < pubBin.length && pubBin[i] === 0x00; ++i); + if (i > 0) + pubBin = pubBin.slice(i); + } + + // Parse private key + reader = new Ber.Reader(priv); + reader.readSequence(); + + // - Version + if (reader.readInt() !== 0) + throw new Error('Unsupported version in ED25519 private key'); + + // - Algorithm + reader.readSequence(); + if (reader.readOID() !== '1.3.101.112') + throw new Error('Bad ED25519 private OID'); + // - Attributes (absent) + + reader = new Ber.Reader(reader.readString(Ber.OctetString, true)); + const privBin = reader.readString(Ber.OctetString, true); + + /* + OpenSSH ed25519 private key: + string "ssh-ed25519" + string public key + string private key + public key + */ + const keyName = Buffer.from('ssh-ed25519'); + const privBuf = Buffer.allocUnsafe( + 4 + keyName.length + + 4 + pubBin.length + + 4 + (privBin.length + pubBin.length) + ); + let pos = 0; + + privBuf.writeUInt32BE(keyName.length, pos += 0); + privBuf.set(keyName, pos += 4); + privBuf.writeUInt32BE(pubBin.length, pos += keyName.length); + privBuf.set(pubBin, pos += 4); + privBuf.writeUInt32BE( + privBin.length + pubBin.length, + pos += pubBin.length + ); + privBuf.set(privBin, pos += 4); + privBuf.set(pubBin, pos += privBin.length); + + /* + OpenSSH ed25519 public key: + string "ssh-ed25519" + string public key + */ + const pubBuf = Buffer.allocUnsafe( + 4 + keyName.length + + 4 + pubBin.length + ); + pos = 0; + + pubBuf.writeUInt32BE(keyName.length, pos += 0); + pubBuf.set(keyName, pos += 4); + pubBuf.writeUInt32BE(pubBin.length, pos += keyName.length); + pubBuf.set(pubBin, pos += 4); + + return { sshName: keyName.toString(), priv: privBuf, pub: pubBuf }; + } + } +} + +function convertKeys(keyType, pub, priv, opts) { + let format = 'new'; + let encrypted; + let comment = ''; + if (typeof opts === 'object' && opts !== null) { + if (typeof opts.comment === 'string' && opts.comment) + comment = opts.comment; + if (typeof opts.format === 'string' && opts.format) + format = opts.format; + if (opts.passphrase) { + let passphrase; + if (typeof opts.passphrase === 'string') + passphrase = Buffer.from(opts.passphrase); + else if (Buffer.isBuffer(opts.passphrase)) + passphrase = opts.passphrase; + else + throw new Error('Invalid passphrase'); + + if (opts.cipher === undefined) + throw new Error('Missing cipher name'); + const cipher = ciphers.get(opts.cipher); + if (cipher === undefined) + throw new Error('Invalid cipher name'); + + if (format === 'new') { + let rounds = DEFAULT_ROUNDS; + if (opts.rounds !== undefined) { + if (!Number.isInteger(opts.rounds)) + throw new TypeError('rounds must be an integer'); + if (opts.rounds > 0) + rounds = opts.rounds; + } + + const gen = Buffer.allocUnsafe(cipher.keyLen + cipher.ivLen); + const salt = randomBytes(SALT_LEN); + const r = bcrypt_pbkdf( + passphrase, + passphrase.length, + salt, + salt.length, + gen, + gen.length, + rounds + ); + if (r !== 0) + return new Error('Failed to generate information to encrypt key'); + + /* + string salt + uint32 rounds + */ + const kdfOptions = Buffer.allocUnsafe(4 + salt.length + 4); + { + let pos = 0; + kdfOptions.writeUInt32BE(salt.length, pos += 0); + kdfOptions.set(salt, pos += 4); + kdfOptions.writeUInt32BE(rounds, pos += salt.length); + } + + encrypted = { + cipher, + cipherName: opts.cipher, + kdfName: 'bcrypt', + kdfOptions, + key: gen.slice(0, cipher.keyLen), + iv: gen.slice(cipher.keyLen), + }; + } + } + } + + switch (format) { + case 'new': { + let privateB64 = '-----BEGIN OPENSSH PRIVATE KEY-----\n'; + let publicB64; + /* + byte[] "openssh-key-v1\0" + string ciphername + string kdfname + string kdfoptions + uint32 number of keys N + string publickey1 + string encrypted, padded list of private keys + uint32 checkint + uint32 checkint + byte[] privatekey1 + string comment1 + byte 1 + byte 2 + byte 3 + ... + byte padlen % 255 + */ + const cipherName = Buffer.from(encrypted ? encrypted.cipherName : 'none'); + const kdfName = Buffer.from(encrypted ? encrypted.kdfName : 'none'); + const kdfOptions = (encrypted ? encrypted.kdfOptions : Buffer.alloc(0)); + const blockLen = (encrypted ? encrypted.cipher.blockLen : 8); + + const parsed = parseDERs(keyType, pub, priv); + + const checkInt = randomBytes(4); + const commentBin = Buffer.from(comment); + const privBlobLen = (4 + 4 + parsed.priv.length + 4 + commentBin.length); + let padding = []; + for (let i = 1; ((privBlobLen + padding.length) % blockLen); ++i) + padding.push(i & 0xFF); + padding = Buffer.from(padding); + + let privBlob = Buffer.allocUnsafe(privBlobLen + padding.length); + let extra; + { + let pos = 0; + privBlob.set(checkInt, pos += 0); + privBlob.set(checkInt, pos += 4); + privBlob.set(parsed.priv, pos += 4); + privBlob.writeUInt32BE(commentBin.length, pos += parsed.priv.length); + privBlob.set(commentBin, pos += 4); + privBlob.set(padding, pos += commentBin.length); + } + + if (encrypted) { + const options = { authTagLength: encrypted.cipher.authLen }; + const cipher = createCipheriv( + encrypted.cipher.sslName, + encrypted.key, + encrypted.iv, + options + ); + cipher.setAutoPadding(false); + privBlob = Buffer.concat([ cipher.update(privBlob), cipher.final() ]); + if (encrypted.cipher.authLen > 0) + extra = cipher.getAuthTag(); + else + extra = Buffer.alloc(0); + encrypted.key.fill(0); + encrypted.iv.fill(0); + } else { + extra = Buffer.alloc(0); + } + + const magicBytes = Buffer.from('openssh-key-v1\0'); + const privBin = Buffer.allocUnsafe( + magicBytes.length + + 4 + cipherName.length + + 4 + kdfName.length + + 4 + kdfOptions.length + + 4 + + 4 + parsed.pub.length + + 4 + privBlob.length + + extra.length + ); + { + let pos = 0; + privBin.set(magicBytes, pos += 0); + privBin.writeUInt32BE(cipherName.length, pos += magicBytes.length); + privBin.set(cipherName, pos += 4); + privBin.writeUInt32BE(kdfName.length, pos += cipherName.length); + privBin.set(kdfName, pos += 4); + privBin.writeUInt32BE(kdfOptions.length, pos += kdfName.length); + privBin.set(kdfOptions, pos += 4); + privBin.writeUInt32BE(1, pos += kdfOptions.length); + privBin.writeUInt32BE(parsed.pub.length, pos += 4); + privBin.set(parsed.pub, pos += 4); + privBin.writeUInt32BE(privBlob.length, pos += parsed.pub.length); + privBin.set(privBlob, pos += 4); + privBin.set(extra, pos += privBlob.length); + } + + { + const b64 = privBin.base64Slice(0, privBin.length); + let formatted = b64.replace(/.{64}/g, '$&\n'); + if (b64.length & 63) + formatted += '\n'; + privateB64 += formatted; + } + + { + const b64 = parsed.pub.base64Slice(0, parsed.pub.length); + publicB64 = `${parsed.sshName} ${b64}${comment ? ` ${comment}` : ''}`; + } + + privateB64 += '-----END OPENSSH PRIVATE KEY-----\n'; + return { + private: privateB64, + public: publicB64, + }; + } + default: + throw new Error('Invalid output key format'); + } +} + +function noop() {} + +module.exports = { + generateKeyPair: (keyType, opts, cb) => { + if (typeof opts === 'function') { + cb = opts; + opts = undefined; + } + if (typeof cb !== 'function') + cb = noop; + const args = makeArgs(keyType, opts); + generateKeyPair_(...args, (err, pub, priv) => { + if (err) + return cb(err); + let ret; + try { + ret = convertKeys(args[0], pub, priv, opts); + } catch (ex) { + return cb(ex); + } + cb(null, ret); + }); + }, + generateKeyPairSync: (keyType, opts) => { + const args = makeArgs(keyType, opts); + const { publicKey: pub, privateKey: priv } = generateKeyPairSync_(...args); + return convertKeys(args[0], pub, priv, opts); + } +}; diff --git a/node_modules/ssh2/lib/protocol/Protocol.js b/node_modules/ssh2/lib/protocol/Protocol.js new file mode 100644 index 0000000..7302488 --- /dev/null +++ b/node_modules/ssh2/lib/protocol/Protocol.js @@ -0,0 +1,2136 @@ +/* + TODO: + * Replace `buffer._pos` usage in keyParser.js and elsewhere + * Utilize optional "writev" support when writing packets from + cipher.encrypt() + * Built-in support for automatic re-keying, on by default + * Revisit receiving unexpected/unknown packets + * Error (fatal or otherwise) or ignore or pass on to user (in some or all + cases)? + * Including server/client check for single directional packet types? + * Check packets for validity or bail as early as possible? + * Automatic re-key every 2**31 packets after the last key exchange (sent or + received), as suggested by RFC4344. OpenSSH currently does this. + * Automatic re-key every so many blocks depending on cipher. RFC4344: + Because of a birthday property of block ciphers and some modes of + operation, implementations must be careful not to encrypt too many + blocks with the same encryption key. + + Let L be the block length (in bits) of an SSH encryption method's + block cipher (e.g., 128 for AES). If L is at least 128, then, after + rekeying, an SSH implementation SHOULD NOT encrypt more than 2**(L/4) + blocks before rekeying again. If L is at least 128, then SSH + implementations should also attempt to force a rekey before receiving + more than 2**(L/4) blocks. If L is less than 128 (which is the case + for older ciphers such as 3DES, Blowfish, CAST-128, and IDEA), then, + although it may be too expensive to rekey every 2**(L/4) blocks, it + is still advisable for SSH implementations to follow the original + recommendation in [RFC4253]: rekey at least once for every gigabyte + of transmitted data. + + Note that if L is less than or equal to 128, then the recommendation + in this subsection supersedes the recommendation in Section 3.1. If + an SSH implementation uses a block cipher with a larger block size + (e.g., Rijndael with 256-bit blocks), then the recommendations in + Section 3.1 may supersede the recommendations in this subsection + (depending on the lengths of the packets). +*/ + +'use strict'; + +const { inspect } = require('util'); + +const { bindingAvailable, NullCipher, NullDecipher } = require('./crypto.js'); +const { + COMPAT_CHECKS, + DISCONNECT_REASON, + eddsaSupported, + MESSAGE, + SIGNALS, + TERMINAL_MODE, +} = require('./constants.js'); +const { + DEFAULT_KEXINIT_CLIENT, + DEFAULT_KEXINIT_SERVER, + KexInit, + kexinit, + onKEXPayload, +} = require('./kex.js'); +const { + parseKey, +} = require('./keyParser.js'); +const MESSAGE_HANDLERS = require('./handlers.js'); +const { + bufferCopy, + bufferFill, + bufferSlice, + convertSignature, + sendPacket, + writeUInt32BE, +} = require('./utils.js'); +const { + PacketReader, + PacketWriter, + ZlibPacketReader, + ZlibPacketWriter, +} = require('./zlib.js'); + +const MODULE_VER = require('../../package.json').version; + +const VALID_DISCONNECT_REASONS = new Map( + Object.values(DISCONNECT_REASON).map((n) => [n, 1]) +); +const IDENT_RAW = Buffer.from(`SSH-2.0-ssh2js${MODULE_VER}`); +const IDENT = Buffer.from(`${IDENT_RAW}\r\n`); +const MAX_LINE_LEN = 8192; +const MAX_LINES = 1024; +const PING_PAYLOAD = Buffer.from([ + MESSAGE.GLOBAL_REQUEST, + // "keepalive@openssh.com" + 0, 0, 0, 21, + 107, 101, 101, 112, 97, 108, 105, 118, 101, 64, 111, 112, 101, 110, 115, + 115, 104, 46, 99, 111, 109, + // Request a reply + 1, +]); +const NO_TERMINAL_MODES_BUFFER = Buffer.from([ TERMINAL_MODE.TTY_OP_END ]); + +function noop() {} + +/* + Inbound: + * kexinit payload (needed only until exchange hash is generated) + * raw ident + * rekey packet queue + * expected packet (implemented as separate _parse() function?) + Outbound: + * kexinit payload (needed only until exchange hash is generated) + * rekey packet queue + * kex secret (needed only until NEWKEYS) + * exchange hash (needed only until NEWKEYS) + * session ID (set to exchange hash from initial handshake) +*/ +class Protocol { + constructor(config) { + const onWrite = config.onWrite; + if (typeof onWrite !== 'function') + throw new Error('Missing onWrite function'); + this._onWrite = (data) => { onWrite(data); }; + + const onError = config.onError; + if (typeof onError !== 'function') + throw new Error('Missing onError function'); + this._onError = (err) => { onError(err); }; + + const debug = config.debug; + this._debug = (typeof debug === 'function' + ? (msg) => { debug(msg); } + : undefined); + + const onHeader = config.onHeader; + this._onHeader = (typeof onHeader === 'function' + ? (...args) => { onHeader(...args); } + : noop); + + const onPacket = config.onPacket; + this._onPacket = (typeof onPacket === 'function' + ? () => { onPacket(); } + : noop); + + let onHandshakeComplete = config.onHandshakeComplete; + if (typeof onHandshakeComplete !== 'function') + onHandshakeComplete = noop; + let firstHandshake; + this._onHandshakeComplete = (...args) => { + this._debug && this._debug('Handshake completed'); + if (firstHandshake === undefined) + firstHandshake = true; + else + firstHandshake = false; + + // Process packets queued during a rekey where necessary + const oldQueue = this._queue; + if (oldQueue) { + this._queue = undefined; + this._debug && this._debug( + `Draining outbound queue (${oldQueue.length}) ...` + ); + for (let i = 0; i < oldQueue.length; ++i) { + const data = oldQueue[i]; + // data === payload only + + // XXX: hacky + let finalized = this._packetRW.write.finalize(data); + if (finalized === data) { + const packet = this._cipher.allocPacket(data.length); + packet.set(data, 5); + finalized = packet; + } + + sendPacket(this, finalized); + } + this._debug && this._debug('... finished draining outbound queue'); + } + + if (firstHandshake && this._server && this._kex.remoteExtInfoEnabled) + sendExtInfo(this); + + onHandshakeComplete(...args); + }; + this._queue = undefined; + + const messageHandlers = config.messageHandlers; + if (typeof messageHandlers === 'object' && messageHandlers !== null) + this._handlers = messageHandlers; + else + this._handlers = {}; + + this._onPayload = onPayload.bind(this); + + this._server = !!config.server; + this._banner = undefined; + let greeting; + if (this._server) { + if (typeof config.hostKeys !== 'object' || config.hostKeys === null) + throw new Error('Missing server host key(s)'); + this._hostKeys = config.hostKeys; + + // Greeting displayed before the ssh identification string is sent, this + // is usually ignored by most clients + if (typeof config.greeting === 'string' && config.greeting.length) { + greeting = (config.greeting.slice(-2) === '\r\n' + ? config.greeting + : `${config.greeting}\r\n`); + } + + // Banner shown after the handshake completes, but before user + // authentication begins + if (typeof config.banner === 'string' && config.banner.length) { + this._banner = (config.banner.slice(-2) === '\r\n' + ? config.banner + : `${config.banner}\r\n`); + } + } else { + this._hostKeys = undefined; + } + + let offer = config.offer; + if (typeof offer !== 'object' || offer === null) { + offer = (this._server ? DEFAULT_KEXINIT_SERVER : DEFAULT_KEXINIT_CLIENT); + } else if (offer.constructor !== KexInit) { + if (this._server) { + offer.kex = offer.kex.concat(['kex-strict-s-v00@openssh.com']); + } else { + offer.kex = offer.kex.concat([ + 'ext-info-c', + 'kex-strict-c-v00@openssh.com', + ]); + } + offer = new KexInit(offer); + } + this._kex = undefined; + this._strictMode = undefined; + this._kexinit = undefined; + this._offer = offer; + this._cipher = new NullCipher(0, this._onWrite); + this._decipher = undefined; + this._skipNextInboundPacket = false; + this._packetRW = { + read: new PacketReader(), + write: new PacketWriter(this), + }; + this._hostVerifier = (!this._server + && typeof config.hostVerifier === 'function' + ? config.hostVerifier + : undefined); + + this._parse = parseHeader; + this._buffer = undefined; + this._authsQueue = []; + this._authenticated = false; + this._remoteIdentRaw = undefined; + let sentIdent; + if (typeof config.ident === 'string') { + this._identRaw = Buffer.from(`SSH-2.0-${config.ident}`); + + sentIdent = Buffer.allocUnsafe(this._identRaw.length + 2); + sentIdent.set(this._identRaw, 0); + sentIdent[sentIdent.length - 2] = 13; // '\r' + sentIdent[sentIdent.length - 1] = 10; // '\n' + } else if (Buffer.isBuffer(config.ident)) { + const fullIdent = Buffer.allocUnsafe(8 + config.ident.length); + fullIdent.latin1Write('SSH-2.0-', 0, 8); + fullIdent.set(config.ident, 8); + this._identRaw = fullIdent; + + sentIdent = Buffer.allocUnsafe(fullIdent.length + 2); + sentIdent.set(fullIdent, 0); + sentIdent[sentIdent.length - 2] = 13; // '\r' + sentIdent[sentIdent.length - 1] = 10; // '\n' + } else { + this._identRaw = IDENT_RAW; + sentIdent = IDENT; + } + this._compatFlags = 0; + + if (this._debug) { + if (bindingAvailable) + this._debug('Custom crypto binding available'); + else + this._debug('Custom crypto binding not available'); + } + + this._debug && this._debug( + `Local ident: ${inspect(this._identRaw.toString())}` + ); + this.start = () => { + this.start = undefined; + if (greeting) + this._onWrite(greeting); + this._onWrite(sentIdent); + }; + } + _destruct(reason) { + this._packetRW.read.cleanup(); + this._packetRW.write.cleanup(); + this._cipher && this._cipher.free(); + this._decipher && this._decipher.free(); + if (typeof reason !== 'string' || reason.length === 0) + reason = 'fatal error'; + this.parse = () => { + throw new Error(`Instance unusable after ${reason}`); + }; + this._onWrite = () => { + throw new Error(`Instance unusable after ${reason}`); + }; + this._destruct = undefined; + } + cleanup() { + this._destruct && this._destruct(); + } + parse(chunk, i, len) { + while (i < len) + i = this._parse(chunk, i, len); + } + + // Protocol message API + + // =========================================================================== + // Common/Shared ============================================================= + // =========================================================================== + + // Global + // ------ + disconnect(reason) { + const pktLen = 1 + 4 + 4 + 4; + // We don't use _packetRW.write.* here because we need to make sure that + // we always get a full packet allocated because this message can be sent + // at any time -- even during a key exchange + let p = this._packetRW.write.allocStartKEX; + const packet = this._packetRW.write.alloc(pktLen, true); + const end = p + pktLen; + + if (!VALID_DISCONNECT_REASONS.has(reason)) + reason = DISCONNECT_REASON.PROTOCOL_ERROR; + + packet[p] = MESSAGE.DISCONNECT; + writeUInt32BE(packet, reason, ++p); + packet.fill(0, p += 4, end); + + this._debug && this._debug(`Outbound: Sending DISCONNECT (${reason})`); + sendPacket(this, this._packetRW.write.finalize(packet, true), true); + } + ping() { + const p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(PING_PAYLOAD.length); + + packet.set(PING_PAYLOAD, p); + + this._debug && this._debug( + 'Outbound: Sending ping (GLOBAL_REQUEST: keepalive@openssh.com)' + ); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + rekey() { + if (this._kexinit === undefined) { + this._debug && this._debug('Outbound: Initiated explicit rekey'); + this._queue = []; + kexinit(this); + } else { + this._debug && this._debug('Outbound: Ignoring rekey during handshake'); + } + } + + // 'ssh-connection' service-specific + // --------------------------------- + requestSuccess(data) { + let p = this._packetRW.write.allocStart; + let packet; + if (Buffer.isBuffer(data)) { + packet = this._packetRW.write.alloc(1 + data.length); + + packet[p] = MESSAGE.REQUEST_SUCCESS; + + packet.set(data, ++p); + } else { + packet = this._packetRW.write.alloc(1); + + packet[p] = MESSAGE.REQUEST_SUCCESS; + } + + this._debug && this._debug('Outbound: Sending REQUEST_SUCCESS'); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + requestFailure() { + const p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1); + + packet[p] = MESSAGE.REQUEST_FAILURE; + + this._debug && this._debug('Outbound: Sending REQUEST_FAILURE'); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + channelSuccess(chan) { + // Does not consume window space + + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4); + + packet[p] = MESSAGE.CHANNEL_SUCCESS; + + writeUInt32BE(packet, chan, ++p); + + this._debug && this._debug(`Outbound: Sending CHANNEL_SUCCESS (r:${chan})`); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + channelFailure(chan) { + // Does not consume window space + + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4); + + packet[p] = MESSAGE.CHANNEL_FAILURE; + + writeUInt32BE(packet, chan, ++p); + + this._debug && this._debug(`Outbound: Sending CHANNEL_FAILURE (r:${chan})`); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + channelEOF(chan) { + // Does not consume window space + + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4); + + packet[p] = MESSAGE.CHANNEL_EOF; + + writeUInt32BE(packet, chan, ++p); + + this._debug && this._debug(`Outbound: Sending CHANNEL_EOF (r:${chan})`); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + channelClose(chan) { + // Does not consume window space + + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4); + + packet[p] = MESSAGE.CHANNEL_CLOSE; + + writeUInt32BE(packet, chan, ++p); + + this._debug && this._debug(`Outbound: Sending CHANNEL_CLOSE (r:${chan})`); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + channelWindowAdjust(chan, amount) { + // Does not consume window space + + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + 4); + + packet[p] = MESSAGE.CHANNEL_WINDOW_ADJUST; + + writeUInt32BE(packet, chan, ++p); + + writeUInt32BE(packet, amount, p += 4); + + this._debug && this._debug( + `Outbound: Sending CHANNEL_WINDOW_ADJUST (r:${chan}, ${amount})` + ); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + channelData(chan, data) { + const isBuffer = Buffer.isBuffer(data); + const dataLen = (isBuffer ? data.length : Buffer.byteLength(data)); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + 4 + dataLen); + + packet[p] = MESSAGE.CHANNEL_DATA; + + writeUInt32BE(packet, chan, ++p); + + writeUInt32BE(packet, dataLen, p += 4); + + if (isBuffer) + packet.set(data, p += 4); + else + packet.utf8Write(data, p += 4, dataLen); + + this._debug && this._debug( + `Outbound: Sending CHANNEL_DATA (r:${chan}, ${dataLen})` + ); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + channelExtData(chan, data, type) { + const isBuffer = Buffer.isBuffer(data); + const dataLen = (isBuffer ? data.length : Buffer.byteLength(data)); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + 4 + 4 + dataLen); + + packet[p] = MESSAGE.CHANNEL_EXTENDED_DATA; + + writeUInt32BE(packet, chan, ++p); + + writeUInt32BE(packet, type, p += 4); + + writeUInt32BE(packet, dataLen, p += 4); + + if (isBuffer) + packet.set(data, p += 4); + else + packet.utf8Write(data, p += 4, dataLen); + + this._debug + && this._debug(`Outbound: Sending CHANNEL_EXTENDED_DATA (r:${chan})`); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + channelOpenConfirm(remote, local, initWindow, maxPacket) { + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + 4 + 4 + 4); + + packet[p] = MESSAGE.CHANNEL_OPEN_CONFIRMATION; + + writeUInt32BE(packet, remote, ++p); + + writeUInt32BE(packet, local, p += 4); + + writeUInt32BE(packet, initWindow, p += 4); + + writeUInt32BE(packet, maxPacket, p += 4); + + this._debug && this._debug( + `Outbound: Sending CHANNEL_OPEN_CONFIRMATION (r:${remote}, l:${local})` + ); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + channelOpenFail(remote, reason, desc) { + if (typeof desc !== 'string') + desc = ''; + + const descLen = Buffer.byteLength(desc); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + 4 + 4 + descLen + 4); + + packet[p] = MESSAGE.CHANNEL_OPEN_FAILURE; + + writeUInt32BE(packet, remote, ++p); + + writeUInt32BE(packet, reason, p += 4); + + writeUInt32BE(packet, descLen, p += 4); + + p += 4; + if (descLen) { + packet.utf8Write(desc, p, descLen); + p += descLen; + } + + writeUInt32BE(packet, 0, p); // Empty language tag + + this._debug + && this._debug(`Outbound: Sending CHANNEL_OPEN_FAILURE (r:${remote})`); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + + // =========================================================================== + // Client-specific =========================================================== + // =========================================================================== + + // Global + // ------ + service(name) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + const nameLen = Buffer.byteLength(name); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + nameLen); + + packet[p] = MESSAGE.SERVICE_REQUEST; + + writeUInt32BE(packet, nameLen, ++p); + packet.utf8Write(name, p += 4, nameLen); + + this._debug && this._debug(`Outbound: Sending SERVICE_REQUEST (${name})`); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + + // 'ssh-userauth' service-specific + // ------------------------------- + authPassword(username, password, newPassword) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + const userLen = Buffer.byteLength(username); + const passLen = Buffer.byteLength(password); + const newPassLen = (newPassword ? Buffer.byteLength(newPassword) : 0); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc( + 1 + 4 + userLen + 4 + 14 + 4 + 8 + 1 + 4 + passLen + + (newPassword ? 4 + newPassLen : 0) + ); + + packet[p] = MESSAGE.USERAUTH_REQUEST; + + writeUInt32BE(packet, userLen, ++p); + packet.utf8Write(username, p += 4, userLen); + + writeUInt32BE(packet, 14, p += userLen); + packet.utf8Write('ssh-connection', p += 4, 14); + + writeUInt32BE(packet, 8, p += 14); + packet.utf8Write('password', p += 4, 8); + + packet[p += 8] = (newPassword ? 1 : 0); + + writeUInt32BE(packet, passLen, ++p); + if (Buffer.isBuffer(password)) + bufferCopy(password, packet, 0, passLen, p += 4); + else + packet.utf8Write(password, p += 4, passLen); + + if (newPassword) { + writeUInt32BE(packet, newPassLen, p += passLen); + if (Buffer.isBuffer(newPassword)) + bufferCopy(newPassword, packet, 0, newPassLen, p += 4); + else + packet.utf8Write(newPassword, p += 4, newPassLen); + this._debug && this._debug( + 'Outbound: Sending USERAUTH_REQUEST (changed password)' + ); + } else { + this._debug && this._debug( + 'Outbound: Sending USERAUTH_REQUEST (password)' + ); + } + + this._authsQueue.push('password'); + + sendPacket(this, this._packetRW.write.finalize(packet)); + } + authPK(username, pubKey, keyAlgo, cbSign) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + pubKey = parseKey(pubKey); + if (pubKey instanceof Error) + throw new Error('Invalid key'); + + const keyType = pubKey.type; + pubKey = pubKey.getPublicSSH(); + + if (typeof keyAlgo === 'function') { + cbSign = keyAlgo; + keyAlgo = undefined; + } + if (!keyAlgo) + keyAlgo = keyType; + + const userLen = Buffer.byteLength(username); + const algoLen = Buffer.byteLength(keyAlgo); + const pubKeyLen = pubKey.length; + const sessionID = this._kex.sessionID; + const sesLen = sessionID.length; + const payloadLen = + (cbSign ? 4 + sesLen : 0) + + 1 + 4 + userLen + 4 + 14 + 4 + 9 + 1 + 4 + algoLen + 4 + pubKeyLen; + let packet; + let p; + if (cbSign) { + packet = Buffer.allocUnsafe(payloadLen); + p = 0; + writeUInt32BE(packet, sesLen, p); + packet.set(sessionID, p += 4); + p += sesLen; + } else { + packet = this._packetRW.write.alloc(payloadLen); + p = this._packetRW.write.allocStart; + } + + packet[p] = MESSAGE.USERAUTH_REQUEST; + + writeUInt32BE(packet, userLen, ++p); + packet.utf8Write(username, p += 4, userLen); + + writeUInt32BE(packet, 14, p += userLen); + packet.utf8Write('ssh-connection', p += 4, 14); + + writeUInt32BE(packet, 9, p += 14); + packet.utf8Write('publickey', p += 4, 9); + + packet[p += 9] = (cbSign ? 1 : 0); + + writeUInt32BE(packet, algoLen, ++p); + packet.utf8Write(keyAlgo, p += 4, algoLen); + + writeUInt32BE(packet, pubKeyLen, p += algoLen); + packet.set(pubKey, p += 4); + + if (!cbSign) { + this._authsQueue.push('publickey'); + + this._debug && this._debug( + 'Outbound: Sending USERAUTH_REQUEST (publickey -- check)' + ); + sendPacket(this, this._packetRW.write.finalize(packet)); + return; + } + + cbSign(packet, (signature) => { + signature = convertSignature(signature, keyType); + if (signature === false) + throw new Error('Error while converting handshake signature'); + + const sigLen = signature.length; + p = this._packetRW.write.allocStart; + packet = this._packetRW.write.alloc( + 1 + 4 + userLen + 4 + 14 + 4 + 9 + 1 + 4 + algoLen + 4 + pubKeyLen + 4 + + 4 + algoLen + 4 + sigLen + ); + + // TODO: simply copy from original "packet" to new `packet` to avoid + // having to write each individual field a second time? + packet[p] = MESSAGE.USERAUTH_REQUEST; + + writeUInt32BE(packet, userLen, ++p); + packet.utf8Write(username, p += 4, userLen); + + writeUInt32BE(packet, 14, p += userLen); + packet.utf8Write('ssh-connection', p += 4, 14); + + writeUInt32BE(packet, 9, p += 14); + packet.utf8Write('publickey', p += 4, 9); + + packet[p += 9] = 1; + + writeUInt32BE(packet, algoLen, ++p); + packet.utf8Write(keyAlgo, p += 4, algoLen); + + writeUInt32BE(packet, pubKeyLen, p += algoLen); + packet.set(pubKey, p += 4); + + writeUInt32BE(packet, 4 + algoLen + 4 + sigLen, p += pubKeyLen); + + writeUInt32BE(packet, algoLen, p += 4); + packet.utf8Write(keyAlgo, p += 4, algoLen); + + writeUInt32BE(packet, sigLen, p += algoLen); + packet.set(signature, p += 4); + + // Servers shouldn't send packet type 60 in response to signed publickey + // attempts, but if they do, interpret as type 60. + this._authsQueue.push('publickey'); + + this._debug && this._debug( + 'Outbound: Sending USERAUTH_REQUEST (publickey)' + ); + sendPacket(this, this._packetRW.write.finalize(packet)); + }); + } + authHostbased(username, pubKey, hostname, userlocal, keyAlgo, cbSign) { + // TODO: Make DRY by sharing similar code with authPK() + if (this._server) + throw new Error('Client-only method called in server mode'); + + pubKey = parseKey(pubKey); + if (pubKey instanceof Error) + throw new Error('Invalid key'); + + const keyType = pubKey.type; + pubKey = pubKey.getPublicSSH(); + + if (typeof keyAlgo === 'function') { + cbSign = keyAlgo; + keyAlgo = undefined; + } + if (!keyAlgo) + keyAlgo = keyType; + + const userLen = Buffer.byteLength(username); + const algoLen = Buffer.byteLength(keyAlgo); + const pubKeyLen = pubKey.length; + const sessionID = this._kex.sessionID; + const sesLen = sessionID.length; + const hostnameLen = Buffer.byteLength(hostname); + const userlocalLen = Buffer.byteLength(userlocal); + const data = Buffer.allocUnsafe( + 4 + sesLen + 1 + 4 + userLen + 4 + 14 + 4 + 9 + 4 + algoLen + + 4 + pubKeyLen + 4 + hostnameLen + 4 + userlocalLen + ); + let p = 0; + + writeUInt32BE(data, sesLen, p); + data.set(sessionID, p += 4); + + data[p += sesLen] = MESSAGE.USERAUTH_REQUEST; + + writeUInt32BE(data, userLen, ++p); + data.utf8Write(username, p += 4, userLen); + + writeUInt32BE(data, 14, p += userLen); + data.utf8Write('ssh-connection', p += 4, 14); + + writeUInt32BE(data, 9, p += 14); + data.utf8Write('hostbased', p += 4, 9); + + writeUInt32BE(data, algoLen, p += 9); + data.utf8Write(keyAlgo, p += 4, algoLen); + + writeUInt32BE(data, pubKeyLen, p += algoLen); + data.set(pubKey, p += 4); + + writeUInt32BE(data, hostnameLen, p += pubKeyLen); + data.utf8Write(hostname, p += 4, hostnameLen); + + writeUInt32BE(data, userlocalLen, p += hostnameLen); + data.utf8Write(userlocal, p += 4, userlocalLen); + + cbSign(data, (signature) => { + signature = convertSignature(signature, keyType); + if (!signature) + throw new Error('Error while converting handshake signature'); + + const sigLen = signature.length; + const reqDataLen = (data.length - sesLen - 4); + p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc( + reqDataLen + 4 + 4 + algoLen + 4 + sigLen + ); + + bufferCopy(data, packet, 4 + sesLen, data.length, p); + + writeUInt32BE(packet, 4 + algoLen + 4 + sigLen, p += reqDataLen); + writeUInt32BE(packet, algoLen, p += 4); + packet.utf8Write(keyAlgo, p += 4, algoLen); + writeUInt32BE(packet, sigLen, p += algoLen); + packet.set(signature, p += 4); + + this._authsQueue.push('hostbased'); + + this._debug && this._debug( + 'Outbound: Sending USERAUTH_REQUEST (hostbased)' + ); + sendPacket(this, this._packetRW.write.finalize(packet)); + }); + } + authKeyboard(username) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + const userLen = Buffer.byteLength(username); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc( + 1 + 4 + userLen + 4 + 14 + 4 + 20 + 4 + 4 + ); + + packet[p] = MESSAGE.USERAUTH_REQUEST; + + writeUInt32BE(packet, userLen, ++p); + packet.utf8Write(username, p += 4, userLen); + + writeUInt32BE(packet, 14, p += userLen); + packet.utf8Write('ssh-connection', p += 4, 14); + + writeUInt32BE(packet, 20, p += 14); + packet.utf8Write('keyboard-interactive', p += 4, 20); + + writeUInt32BE(packet, 0, p += 20); + + writeUInt32BE(packet, 0, p += 4); + + this._authsQueue.push('keyboard-interactive'); + + this._debug && this._debug( + 'Outbound: Sending USERAUTH_REQUEST (keyboard-interactive)' + ); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + authNone(username) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + const userLen = Buffer.byteLength(username); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + userLen + 4 + 14 + 4 + 4); + + packet[p] = MESSAGE.USERAUTH_REQUEST; + + writeUInt32BE(packet, userLen, ++p); + packet.utf8Write(username, p += 4, userLen); + + writeUInt32BE(packet, 14, p += userLen); + packet.utf8Write('ssh-connection', p += 4, 14); + + writeUInt32BE(packet, 4, p += 14); + packet.utf8Write('none', p += 4, 4); + + this._authsQueue.push('none'); + + this._debug && this._debug('Outbound: Sending USERAUTH_REQUEST (none)'); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + authInfoRes(responses) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + let responsesTotalLen = 0; + let responseLens; + + if (responses) { + responseLens = new Array(responses.length); + for (let i = 0; i < responses.length; ++i) { + const len = Buffer.byteLength(responses[i]); + responseLens[i] = len; + responsesTotalLen += 4 + len; + } + } + + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + responsesTotalLen); + + packet[p] = MESSAGE.USERAUTH_INFO_RESPONSE; + + if (responses) { + writeUInt32BE(packet, responses.length, ++p); + p += 4; + for (let i = 0; i < responses.length; ++i) { + const len = responseLens[i]; + writeUInt32BE(packet, len, p); + p += 4; + if (len) { + packet.utf8Write(responses[i], p, len); + p += len; + } + } + } else { + writeUInt32BE(packet, 0, ++p); + } + + this._debug && this._debug('Outbound: Sending USERAUTH_INFO_RESPONSE'); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + + // 'ssh-connection' service-specific + // --------------------------------- + tcpipForward(bindAddr, bindPort, wantReply) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + const addrLen = Buffer.byteLength(bindAddr); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + 13 + 1 + 4 + addrLen + 4); + + packet[p] = MESSAGE.GLOBAL_REQUEST; + + writeUInt32BE(packet, 13, ++p); + packet.utf8Write('tcpip-forward', p += 4, 13); + + packet[p += 13] = (wantReply === undefined || wantReply === true ? 1 : 0); + + writeUInt32BE(packet, addrLen, ++p); + packet.utf8Write(bindAddr, p += 4, addrLen); + + writeUInt32BE(packet, bindPort, p += addrLen); + + this._debug + && this._debug('Outbound: Sending GLOBAL_REQUEST (tcpip-forward)'); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + cancelTcpipForward(bindAddr, bindPort, wantReply) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + const addrLen = Buffer.byteLength(bindAddr); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + 20 + 1 + 4 + addrLen + 4); + + packet[p] = MESSAGE.GLOBAL_REQUEST; + + writeUInt32BE(packet, 20, ++p); + packet.utf8Write('cancel-tcpip-forward', p += 4, 20); + + packet[p += 20] = (wantReply === undefined || wantReply === true ? 1 : 0); + + writeUInt32BE(packet, addrLen, ++p); + packet.utf8Write(bindAddr, p += 4, addrLen); + + writeUInt32BE(packet, bindPort, p += addrLen); + + this._debug + && this._debug('Outbound: Sending GLOBAL_REQUEST (cancel-tcpip-forward)'); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + openssh_streamLocalForward(socketPath, wantReply) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + const socketPathLen = Buffer.byteLength(socketPath); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc( + 1 + 4 + 31 + 1 + 4 + socketPathLen + ); + + packet[p] = MESSAGE.GLOBAL_REQUEST; + + writeUInt32BE(packet, 31, ++p); + packet.utf8Write('streamlocal-forward@openssh.com', p += 4, 31); + + packet[p += 31] = (wantReply === undefined || wantReply === true ? 1 : 0); + + writeUInt32BE(packet, socketPathLen, ++p); + packet.utf8Write(socketPath, p += 4, socketPathLen); + + this._debug && this._debug( + 'Outbound: Sending GLOBAL_REQUEST (streamlocal-forward@openssh.com)' + ); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + openssh_cancelStreamLocalForward(socketPath, wantReply) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + const socketPathLen = Buffer.byteLength(socketPath); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc( + 1 + 4 + 38 + 1 + 4 + socketPathLen + ); + + packet[p] = MESSAGE.GLOBAL_REQUEST; + + writeUInt32BE(packet, 38, ++p); + packet.utf8Write('cancel-streamlocal-forward@openssh.com', p += 4, 38); + + packet[p += 38] = (wantReply === undefined || wantReply === true ? 1 : 0); + + writeUInt32BE(packet, socketPathLen, ++p); + packet.utf8Write(socketPath, p += 4, socketPathLen); + + if (this._debug) { + this._debug( + 'Outbound: Sending GLOBAL_REQUEST ' + + '(cancel-streamlocal-forward@openssh.com)' + ); + } + sendPacket(this, this._packetRW.write.finalize(packet)); + } + directTcpip(chan, initWindow, maxPacket, cfg) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + const srcLen = Buffer.byteLength(cfg.srcIP); + const dstLen = Buffer.byteLength(cfg.dstIP); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc( + 1 + 4 + 12 + 4 + 4 + 4 + 4 + srcLen + 4 + 4 + dstLen + 4 + ); + + packet[p] = MESSAGE.CHANNEL_OPEN; + + writeUInt32BE(packet, 12, ++p); + packet.utf8Write('direct-tcpip', p += 4, 12); + + writeUInt32BE(packet, chan, p += 12); + + writeUInt32BE(packet, initWindow, p += 4); + + writeUInt32BE(packet, maxPacket, p += 4); + + writeUInt32BE(packet, dstLen, p += 4); + packet.utf8Write(cfg.dstIP, p += 4, dstLen); + + writeUInt32BE(packet, cfg.dstPort, p += dstLen); + + writeUInt32BE(packet, srcLen, p += 4); + packet.utf8Write(cfg.srcIP, p += 4, srcLen); + + writeUInt32BE(packet, cfg.srcPort, p += srcLen); + + this._debug && this._debug( + `Outbound: Sending CHANNEL_OPEN (r:${chan}, direct-tcpip)` + ); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + openssh_directStreamLocal(chan, initWindow, maxPacket, cfg) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + const pathLen = Buffer.byteLength(cfg.socketPath); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc( + 1 + 4 + 30 + 4 + 4 + 4 + 4 + pathLen + 4 + 4 + ); + + packet[p] = MESSAGE.CHANNEL_OPEN; + + writeUInt32BE(packet, 30, ++p); + packet.utf8Write('direct-streamlocal@openssh.com', p += 4, 30); + + writeUInt32BE(packet, chan, p += 30); + + writeUInt32BE(packet, initWindow, p += 4); + + writeUInt32BE(packet, maxPacket, p += 4); + + writeUInt32BE(packet, pathLen, p += 4); + packet.utf8Write(cfg.socketPath, p += 4, pathLen); + + // zero-fill reserved fields (string and uint32) + bufferFill(packet, 0, p += pathLen, p + 8); + + if (this._debug) { + this._debug( + 'Outbound: Sending CHANNEL_OPEN ' + + `(r:${chan}, direct-streamlocal@openssh.com)` + ); + } + sendPacket(this, this._packetRW.write.finalize(packet)); + } + openssh_noMoreSessions(wantReply) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + 28 + 1); + + packet[p] = MESSAGE.GLOBAL_REQUEST; + + writeUInt32BE(packet, 28, ++p); + packet.utf8Write('no-more-sessions@openssh.com', p += 4, 28); + + packet[p += 28] = (wantReply === undefined || wantReply === true ? 1 : 0); + + this._debug && this._debug( + 'Outbound: Sending GLOBAL_REQUEST (no-more-sessions@openssh.com)' + ); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + session(chan, initWindow, maxPacket) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + // Does not consume window space + + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + 7 + 4 + 4 + 4); + + packet[p] = MESSAGE.CHANNEL_OPEN; + + writeUInt32BE(packet, 7, ++p); + packet.utf8Write('session', p += 4, 7); + + writeUInt32BE(packet, chan, p += 7); + + writeUInt32BE(packet, initWindow, p += 4); + + writeUInt32BE(packet, maxPacket, p += 4); + + this._debug + && this._debug(`Outbound: Sending CHANNEL_OPEN (r:${chan}, session)`); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + windowChange(chan, rows, cols, height, width) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + // Does not consume window space + + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc( + 1 + 4 + 4 + 13 + 1 + 4 + 4 + 4 + 4 + ); + + packet[p] = MESSAGE.CHANNEL_REQUEST; + + writeUInt32BE(packet, chan, ++p); + + writeUInt32BE(packet, 13, p += 4); + packet.utf8Write('window-change', p += 4, 13); + + packet[p += 13] = 0; + + writeUInt32BE(packet, cols, ++p); + + writeUInt32BE(packet, rows, p += 4); + + writeUInt32BE(packet, width, p += 4); + + writeUInt32BE(packet, height, p += 4); + + this._debug && this._debug( + `Outbound: Sending CHANNEL_REQUEST (r:${chan}, window-change)` + ); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + pty(chan, rows, cols, height, width, term, modes, wantReply) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + // Does not consume window space + + if (!term || !term.length) + term = 'vt100'; + if (modes + && !Buffer.isBuffer(modes) + && !Array.isArray(modes) + && typeof modes === 'object' + && modes !== null) { + modes = modesToBytes(modes); + } + if (!modes || !modes.length) + modes = NO_TERMINAL_MODES_BUFFER; + + const termLen = term.length; + const modesLen = modes.length; + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc( + 1 + 4 + 4 + 7 + 1 + 4 + termLen + 4 + 4 + 4 + 4 + 4 + modesLen + ); + + packet[p] = MESSAGE.CHANNEL_REQUEST; + + writeUInt32BE(packet, chan, ++p); + + writeUInt32BE(packet, 7, p += 4); + packet.utf8Write('pty-req', p += 4, 7); + + packet[p += 7] = (wantReply === undefined || wantReply === true ? 1 : 0); + + writeUInt32BE(packet, termLen, ++p); + packet.utf8Write(term, p += 4, termLen); + + writeUInt32BE(packet, cols, p += termLen); + + writeUInt32BE(packet, rows, p += 4); + + writeUInt32BE(packet, width, p += 4); + + writeUInt32BE(packet, height, p += 4); + + writeUInt32BE(packet, modesLen, p += 4); + p += 4; + if (Array.isArray(modes)) { + for (let i = 0; i < modesLen; ++i) + packet[p++] = modes[i]; + } else if (Buffer.isBuffer(modes)) { + packet.set(modes, p); + } + + this._debug + && this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${chan}, pty-req)`); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + shell(chan, wantReply) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + // Does not consume window space + + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + 4 + 5 + 1); + + packet[p] = MESSAGE.CHANNEL_REQUEST; + + writeUInt32BE(packet, chan, ++p); + + writeUInt32BE(packet, 5, p += 4); + packet.utf8Write('shell', p += 4, 5); + + packet[p += 5] = (wantReply === undefined || wantReply === true ? 1 : 0); + + this._debug + && this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${chan}, shell)`); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + exec(chan, cmd, wantReply) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + // Does not consume window space + + const isBuf = Buffer.isBuffer(cmd); + const cmdLen = (isBuf ? cmd.length : Buffer.byteLength(cmd)); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + 4 + 4 + 1 + 4 + cmdLen); + + packet[p] = MESSAGE.CHANNEL_REQUEST; + + writeUInt32BE(packet, chan, ++p); + + writeUInt32BE(packet, 4, p += 4); + packet.utf8Write('exec', p += 4, 4); + + packet[p += 4] = (wantReply === undefined || wantReply === true ? 1 : 0); + + writeUInt32BE(packet, cmdLen, ++p); + if (isBuf) + packet.set(cmd, p += 4); + else + packet.utf8Write(cmd, p += 4, cmdLen); + + this._debug && this._debug( + `Outbound: Sending CHANNEL_REQUEST (r:${chan}, exec: ${cmd})` + ); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + signal(chan, signal) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + // Does not consume window space + + const origSignal = signal; + + signal = signal.toUpperCase(); + if (signal.slice(0, 3) === 'SIG') + signal = signal.slice(3); + + if (SIGNALS[signal] !== 1) + throw new Error(`Invalid signal: ${origSignal}`); + + const signalLen = signal.length; + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc( + 1 + 4 + 4 + 6 + 1 + 4 + signalLen + ); + + packet[p] = MESSAGE.CHANNEL_REQUEST; + + writeUInt32BE(packet, chan, ++p); + + writeUInt32BE(packet, 6, p += 4); + packet.utf8Write('signal', p += 4, 6); + + packet[p += 6] = 0; + + writeUInt32BE(packet, signalLen, ++p); + packet.utf8Write(signal, p += 4, signalLen); + + this._debug && this._debug( + `Outbound: Sending CHANNEL_REQUEST (r:${chan}, signal: ${signal})` + ); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + env(chan, key, val, wantReply) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + // Does not consume window space + + const keyLen = Buffer.byteLength(key); + const isBuf = Buffer.isBuffer(val); + const valLen = (isBuf ? val.length : Buffer.byteLength(val)); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc( + 1 + 4 + 4 + 3 + 1 + 4 + keyLen + 4 + valLen + ); + + packet[p] = MESSAGE.CHANNEL_REQUEST; + + writeUInt32BE(packet, chan, ++p); + + writeUInt32BE(packet, 3, p += 4); + packet.utf8Write('env', p += 4, 3); + + packet[p += 3] = (wantReply === undefined || wantReply === true ? 1 : 0); + + writeUInt32BE(packet, keyLen, ++p); + packet.utf8Write(key, p += 4, keyLen); + + writeUInt32BE(packet, valLen, p += keyLen); + if (isBuf) + packet.set(val, p += 4); + else + packet.utf8Write(val, p += 4, valLen); + + this._debug && this._debug( + `Outbound: Sending CHANNEL_REQUEST (r:${chan}, env: ${key}=${val})` + ); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + x11Forward(chan, cfg, wantReply) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + // Does not consume window space + + const protocol = cfg.protocol; + const cookie = cfg.cookie; + const isBufProto = Buffer.isBuffer(protocol); + const protoLen = (isBufProto + ? protocol.length + : Buffer.byteLength(protocol)); + const isBufCookie = Buffer.isBuffer(cookie); + const cookieLen = (isBufCookie + ? cookie.length + : Buffer.byteLength(cookie)); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc( + 1 + 4 + 4 + 7 + 1 + 1 + 4 + protoLen + 4 + cookieLen + 4 + ); + + packet[p] = MESSAGE.CHANNEL_REQUEST; + + writeUInt32BE(packet, chan, ++p); + + writeUInt32BE(packet, 7, p += 4); + packet.utf8Write('x11-req', p += 4, 7); + + packet[p += 7] = (wantReply === undefined || wantReply === true ? 1 : 0); + + packet[++p] = (cfg.single ? 1 : 0); + + writeUInt32BE(packet, protoLen, ++p); + if (isBufProto) + packet.set(protocol, p += 4); + else + packet.utf8Write(protocol, p += 4, protoLen); + + writeUInt32BE(packet, cookieLen, p += protoLen); + if (isBufCookie) + packet.set(cookie, p += 4); + else + packet.latin1Write(cookie, p += 4, cookieLen); + + writeUInt32BE(packet, (cfg.screen || 0), p += cookieLen); + + this._debug + && this._debug(`Outbound: Sending CHANNEL_REQUEST (r:${chan}, x11-req)`); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + subsystem(chan, name, wantReply) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + // Does not consume window space + const nameLen = Buffer.byteLength(name); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + 4 + 9 + 1 + 4 + nameLen); + + packet[p] = MESSAGE.CHANNEL_REQUEST; + + writeUInt32BE(packet, chan, ++p); + + writeUInt32BE(packet, 9, p += 4); + packet.utf8Write('subsystem', p += 4, 9); + + packet[p += 9] = (wantReply === undefined || wantReply === true ? 1 : 0); + + writeUInt32BE(packet, nameLen, ++p); + packet.utf8Write(name, p += 4, nameLen); + + this._debug && this._debug( + `Outbound: Sending CHANNEL_REQUEST (r:${chan}, subsystem: ${name})` + ); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + openssh_agentForward(chan, wantReply) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + // Does not consume window space + + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + 4 + 26 + 1); + + packet[p] = MESSAGE.CHANNEL_REQUEST; + + writeUInt32BE(packet, chan, ++p); + + writeUInt32BE(packet, 26, p += 4); + packet.utf8Write('auth-agent-req@openssh.com', p += 4, 26); + + packet[p += 26] = (wantReply === undefined || wantReply === true ? 1 : 0); + + if (this._debug) { + this._debug( + 'Outbound: Sending CHANNEL_REQUEST ' + + `(r:${chan}, auth-agent-req@openssh.com)` + ); + } + sendPacket(this, this._packetRW.write.finalize(packet)); + } + openssh_hostKeysProve(keys) { + if (this._server) + throw new Error('Client-only method called in server mode'); + + let keysTotal = 0; + const publicKeys = []; + for (const key of keys) { + const publicKey = key.getPublicSSH(); + keysTotal += 4 + publicKey.length; + publicKeys.push(publicKey); + } + + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + 29 + 1 + keysTotal); + + packet[p] = MESSAGE.GLOBAL_REQUEST; + + writeUInt32BE(packet, 29, ++p); + packet.utf8Write('hostkeys-prove-00@openssh.com', p += 4, 29); + + packet[p += 29] = 1; // want reply + + ++p; + for (const buf of publicKeys) { + writeUInt32BE(packet, buf.length, p); + bufferCopy(buf, packet, 0, buf.length, p += 4); + p += buf.length; + } + + if (this._debug) { + this._debug( + 'Outbound: Sending GLOBAL_REQUEST (hostkeys-prove-00@openssh.com)' + ); + } + sendPacket(this, this._packetRW.write.finalize(packet)); + } + + // =========================================================================== + // Server-specific =========================================================== + // =========================================================================== + + // Global + // ------ + serviceAccept(svcName) { + if (!this._server) + throw new Error('Server-only method called in client mode'); + + const svcNameLen = Buffer.byteLength(svcName); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + svcNameLen); + + packet[p] = MESSAGE.SERVICE_ACCEPT; + + writeUInt32BE(packet, svcNameLen, ++p); + packet.utf8Write(svcName, p += 4, svcNameLen); + + this._debug && this._debug(`Outbound: Sending SERVICE_ACCEPT (${svcName})`); + sendPacket(this, this._packetRW.write.finalize(packet)); + + if (this._server && this._banner && svcName === 'ssh-userauth') { + const banner = this._banner; + this._banner = undefined; // Prevent banner from being displayed again + const bannerLen = Buffer.byteLength(banner); + p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + bannerLen + 4); + + packet[p] = MESSAGE.USERAUTH_BANNER; + + writeUInt32BE(packet, bannerLen, ++p); + packet.utf8Write(banner, p += 4, bannerLen); + + writeUInt32BE(packet, 0, p += bannerLen); // Empty language tag + + this._debug && this._debug('Outbound: Sending USERAUTH_BANNER'); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + } + // 'ssh-connection' service-specific + forwardedTcpip(chan, initWindow, maxPacket, cfg) { + if (!this._server) + throw new Error('Server-only method called in client mode'); + + const boundAddrLen = Buffer.byteLength(cfg.boundAddr); + const remoteAddrLen = Buffer.byteLength(cfg.remoteAddr); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc( + 1 + 4 + 15 + 4 + 4 + 4 + 4 + boundAddrLen + 4 + 4 + remoteAddrLen + 4 + ); + + packet[p] = MESSAGE.CHANNEL_OPEN; + + writeUInt32BE(packet, 15, ++p); + packet.utf8Write('forwarded-tcpip', p += 4, 15); + + writeUInt32BE(packet, chan, p += 15); + + writeUInt32BE(packet, initWindow, p += 4); + + writeUInt32BE(packet, maxPacket, p += 4); + + writeUInt32BE(packet, boundAddrLen, p += 4); + packet.utf8Write(cfg.boundAddr, p += 4, boundAddrLen); + + writeUInt32BE(packet, cfg.boundPort, p += boundAddrLen); + + writeUInt32BE(packet, remoteAddrLen, p += 4); + packet.utf8Write(cfg.remoteAddr, p += 4, remoteAddrLen); + + writeUInt32BE(packet, cfg.remotePort, p += remoteAddrLen); + + this._debug && this._debug( + `Outbound: Sending CHANNEL_OPEN (r:${chan}, forwarded-tcpip)` + ); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + x11(chan, initWindow, maxPacket, cfg) { + if (!this._server) + throw new Error('Server-only method called in client mode'); + + const addrLen = Buffer.byteLength(cfg.originAddr); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc( + 1 + 4 + 3 + 4 + 4 + 4 + 4 + addrLen + 4 + ); + + packet[p] = MESSAGE.CHANNEL_OPEN; + + writeUInt32BE(packet, 3, ++p); + packet.utf8Write('x11', p += 4, 3); + + writeUInt32BE(packet, chan, p += 3); + + writeUInt32BE(packet, initWindow, p += 4); + + writeUInt32BE(packet, maxPacket, p += 4); + + writeUInt32BE(packet, addrLen, p += 4); + packet.utf8Write(cfg.originAddr, p += 4, addrLen); + + writeUInt32BE(packet, cfg.originPort, p += addrLen); + + this._debug && this._debug( + `Outbound: Sending CHANNEL_OPEN (r:${chan}, x11)` + ); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + openssh_authAgent(chan, initWindow, maxPacket) { + if (!this._server) + throw new Error('Server-only method called in client mode'); + + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + 22 + 4 + 4 + 4); + + packet[p] = MESSAGE.CHANNEL_OPEN; + + writeUInt32BE(packet, 22, ++p); + packet.utf8Write('auth-agent@openssh.com', p += 4, 22); + + writeUInt32BE(packet, chan, p += 22); + + writeUInt32BE(packet, initWindow, p += 4); + + writeUInt32BE(packet, maxPacket, p += 4); + + this._debug && this._debug( + `Outbound: Sending CHANNEL_OPEN (r:${chan}, auth-agent@openssh.com)` + ); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + openssh_forwardedStreamLocal(chan, initWindow, maxPacket, cfg) { + if (!this._server) + throw new Error('Server-only method called in client mode'); + + const pathLen = Buffer.byteLength(cfg.socketPath); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc( + 1 + 4 + 33 + 4 + 4 + 4 + 4 + pathLen + 4 + ); + + packet[p] = MESSAGE.CHANNEL_OPEN; + + writeUInt32BE(packet, 33, ++p); + packet.utf8Write('forwarded-streamlocal@openssh.com', p += 4, 33); + + writeUInt32BE(packet, chan, p += 33); + + writeUInt32BE(packet, initWindow, p += 4); + + writeUInt32BE(packet, maxPacket, p += 4); + + writeUInt32BE(packet, pathLen, p += 4); + packet.utf8Write(cfg.socketPath, p += 4, pathLen); + + writeUInt32BE(packet, 0, p += pathLen); + + if (this._debug) { + this._debug( + 'Outbound: Sending CHANNEL_OPEN ' + + `(r:${chan}, forwarded-streamlocal@openssh.com)` + ); + } + sendPacket(this, this._packetRW.write.finalize(packet)); + } + exitStatus(chan, status) { + if (!this._server) + throw new Error('Server-only method called in client mode'); + + // Does not consume window space + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + 4 + 11 + 1 + 4); + + packet[p] = MESSAGE.CHANNEL_REQUEST; + + writeUInt32BE(packet, chan, ++p); + + writeUInt32BE(packet, 11, p += 4); + packet.utf8Write('exit-status', p += 4, 11); + + packet[p += 11] = 0; + + writeUInt32BE(packet, status, ++p); + + this._debug && this._debug( + `Outbound: Sending CHANNEL_REQUEST (r:${chan}, exit-status: ${status})` + ); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + exitSignal(chan, name, coreDumped, msg) { + if (!this._server) + throw new Error('Server-only method called in client mode'); + + // Does not consume window space + + const origSignal = name; + + if (typeof origSignal !== 'string' || !origSignal) + throw new Error(`Invalid signal: ${origSignal}`); + + let signal = name.toUpperCase(); + if (signal.slice(0, 3) === 'SIG') + signal = signal.slice(3); + + if (SIGNALS[signal] !== 1) + throw new Error(`Invalid signal: ${origSignal}`); + + const nameLen = Buffer.byteLength(signal); + const msgLen = (msg ? Buffer.byteLength(msg) : 0); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc( + 1 + 4 + 4 + 11 + 1 + 4 + nameLen + 1 + 4 + msgLen + 4 + ); + + packet[p] = MESSAGE.CHANNEL_REQUEST; + + writeUInt32BE(packet, chan, ++p); + + writeUInt32BE(packet, 11, p += 4); + packet.utf8Write('exit-signal', p += 4, 11); + + packet[p += 11] = 0; + + writeUInt32BE(packet, nameLen, ++p); + packet.utf8Write(signal, p += 4, nameLen); + + packet[p += nameLen] = (coreDumped ? 1 : 0); + + writeUInt32BE(packet, msgLen, ++p); + + p += 4; + if (msgLen) { + packet.utf8Write(msg, p, msgLen); + p += msgLen; + } + + writeUInt32BE(packet, 0, p); + + this._debug && this._debug( + `Outbound: Sending CHANNEL_REQUEST (r:${chan}, exit-signal: ${name})` + ); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + // 'ssh-userauth' service-specific + authFailure(authMethods, isPartial) { + if (!this._server) + throw new Error('Server-only method called in client mode'); + + if (this._authsQueue.length === 0) + throw new Error('No auth in progress'); + + let methods; + + if (typeof authMethods === 'boolean') { + isPartial = authMethods; + authMethods = undefined; + } + + if (authMethods) { + methods = []; + for (let i = 0; i < authMethods.length; ++i) { + if (authMethods[i].toLowerCase() === 'none') + continue; + methods.push(authMethods[i]); + } + methods = methods.join(','); + } else { + methods = ''; + } + + const methodsLen = methods.length; + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + methodsLen + 1); + + packet[p] = MESSAGE.USERAUTH_FAILURE; + + writeUInt32BE(packet, methodsLen, ++p); + packet.utf8Write(methods, p += 4, methodsLen); + + packet[p += methodsLen] = (isPartial === true ? 1 : 0); + + this._authsQueue.shift(); + + this._debug && this._debug('Outbound: Sending USERAUTH_FAILURE'); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + authSuccess() { + if (!this._server) + throw new Error('Server-only method called in client mode'); + + if (this._authsQueue.length === 0) + throw new Error('No auth in progress'); + + const p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1); + + packet[p] = MESSAGE.USERAUTH_SUCCESS; + + this._authsQueue.shift(); + this._authenticated = true; + + this._debug && this._debug('Outbound: Sending USERAUTH_SUCCESS'); + sendPacket(this, this._packetRW.write.finalize(packet)); + + if (this._kex.negotiated.cs.compress === 'zlib@openssh.com') + this._packetRW.read = new ZlibPacketReader(); + if (this._kex.negotiated.sc.compress === 'zlib@openssh.com') + this._packetRW.write = new ZlibPacketWriter(this); + } + authPKOK(keyAlgo, key) { + if (!this._server) + throw new Error('Server-only method called in client mode'); + + if (this._authsQueue.length === 0 || this._authsQueue[0] !== 'publickey') + throw new Error('"publickey" auth not in progress'); + + // TODO: support parsed key for `key` + + const keyAlgoLen = Buffer.byteLength(keyAlgo); + const keyLen = key.length; + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + keyAlgoLen + 4 + keyLen); + + packet[p] = MESSAGE.USERAUTH_PK_OK; + + writeUInt32BE(packet, keyAlgoLen, ++p); + packet.utf8Write(keyAlgo, p += 4, keyAlgoLen); + + writeUInt32BE(packet, keyLen, p += keyAlgoLen); + packet.set(key, p += 4); + + this._authsQueue.shift(); + + this._debug && this._debug('Outbound: Sending USERAUTH_PK_OK'); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + authPasswdChg(prompt) { + if (!this._server) + throw new Error('Server-only method called in client mode'); + + const promptLen = Buffer.byteLength(prompt); + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc(1 + 4 + promptLen + 4); + + packet[p] = MESSAGE.USERAUTH_PASSWD_CHANGEREQ; + + writeUInt32BE(packet, promptLen, ++p); + packet.utf8Write(prompt, p += 4, promptLen); + + writeUInt32BE(packet, 0, p += promptLen); // Empty language tag + + this._debug && this._debug('Outbound: Sending USERAUTH_PASSWD_CHANGEREQ'); + sendPacket(this, this._packetRW.write.finalize(packet)); + } + authInfoReq(name, instructions, prompts) { + if (!this._server) + throw new Error('Server-only method called in client mode'); + + let promptsLen = 0; + const nameLen = name ? Buffer.byteLength(name) : 0; + const instrLen = instructions ? Buffer.byteLength(instructions) : 0; + + for (let i = 0; i < prompts.length; ++i) + promptsLen += 4 + Buffer.byteLength(prompts[i].prompt) + 1; + + let p = this._packetRW.write.allocStart; + const packet = this._packetRW.write.alloc( + 1 + 4 + nameLen + 4 + instrLen + 4 + 4 + promptsLen + ); + + packet[p] = MESSAGE.USERAUTH_INFO_REQUEST; + + writeUInt32BE(packet, nameLen, ++p); + p += 4; + if (name) { + packet.utf8Write(name, p, nameLen); + p += nameLen; + } + + writeUInt32BE(packet, instrLen, p); + p += 4; + if (instructions) { + packet.utf8Write(instructions, p, instrLen); + p += instrLen; + } + + writeUInt32BE(packet, 0, p); + + writeUInt32BE(packet, prompts.length, p += 4); + p += 4; + for (let i = 0; i < prompts.length; ++i) { + const prompt = prompts[i]; + const promptLen = Buffer.byteLength(prompt.prompt); + + writeUInt32BE(packet, promptLen, p); + p += 4; + if (promptLen) { + packet.utf8Write(prompt.prompt, p, promptLen); + p += promptLen; + } + packet[p++] = (prompt.echo ? 1 : 0); + } + + this._debug && this._debug('Outbound: Sending USERAUTH_INFO_REQUEST'); + sendPacket(this, this._packetRW.write.finalize(packet)); + } +} + +// SSH-protoversion-softwareversion (SP comments) CR LF +const RE_IDENT = /^SSH-(2\.0|1\.99)-([^ ]+)(?: (.*))?$/; + +// TODO: optimize this by starting n bytes from the end of this._buffer instead +// of the beginning +function parseHeader(chunk, p, len) { + let data; + let chunkOffset; + if (this._buffer) { + data = Buffer.allocUnsafe(this._buffer.length + (len - p)); + data.set(this._buffer, 0); + if (p === 0) { + data.set(chunk, this._buffer.length); + } else { + data.set(new Uint8Array(chunk.buffer, + chunk.byteOffset + p, + (len - p)), + this._buffer.length); + } + chunkOffset = this._buffer.length; + p = 0; + } else { + data = chunk; + chunkOffset = 0; + } + const op = p; + let start = p; + let end = p; + let needNL = false; + let lineLen = 0; + let lines = 0; + for (; p < data.length; ++p) { + const ch = data[p]; + + if (ch === 13 /* '\r' */) { + needNL = true; + continue; + } + + if (ch === 10 /* '\n' */) { + if (end > start + && end - start > 4 + && data[start] === 83 /* 'S' */ + && data[start + 1] === 83 /* 'S' */ + && data[start + 2] === 72 /* 'H' */ + && data[start + 3] === 45 /* '-' */) { + + const full = data.latin1Slice(op, end + 1); + const identRaw = (start === op ? full : full.slice(start - op)); + const m = RE_IDENT.exec(identRaw); + if (!m) + throw new Error('Invalid identification string'); + + const header = { + greeting: (start === op ? '' : full.slice(0, start - op)), + identRaw, + versions: { + protocol: m[1], + software: m[2], + }, + comments: m[3] + }; + + // Needed during handshake + this._remoteIdentRaw = Buffer.from(identRaw); + + this._debug && this._debug(`Remote ident: ${inspect(identRaw)}`); + this._compatFlags = getCompatFlags(header); + + this._buffer = undefined; + this._decipher = + new NullDecipher(0, onKEXPayload.bind(this, { firstPacket: true })); + this._parse = parsePacket; + + this._onHeader(header); + if (!this._destruct) { + // We disconnected inside _onHeader + return len; + } + + kexinit(this); + + return p + 1 - chunkOffset; + } + + // Only allow pre-ident greetings when we're a client + if (this._server) + throw new Error('Greetings from clients not permitted'); + + if (++lines > MAX_LINES) + throw new Error('Max greeting lines exceeded'); + + needNL = false; + start = p + 1; + lineLen = 0; + } else if (needNL) { + throw new Error('Invalid header: expected newline'); + } else if (++lineLen >= MAX_LINE_LEN) { + throw new Error('Header line too long'); + } + + end = p; + } + if (!this._buffer) + this._buffer = bufferSlice(data, op); + + return p - chunkOffset; +} + +function parsePacket(chunk, p, len) { + return this._decipher.decrypt(chunk, p, len); +} + +function onPayload(payload) { + // XXX: move this to the Decipher implementations? + + this._onPacket(); + + if (payload.length === 0) { + this._debug && this._debug('Inbound: Skipping empty packet payload'); + return; + } + + payload = this._packetRW.read.read(payload); + + const type = payload[0]; + if (type === MESSAGE.USERAUTH_SUCCESS + && !this._server + && !this._authenticated) { + this._authenticated = true; + if (this._kex.negotiated.cs.compress === 'zlib@openssh.com') + this._packetRW.write = new ZlibPacketWriter(this); + if (this._kex.negotiated.sc.compress === 'zlib@openssh.com') + this._packetRW.read = new ZlibPacketReader(); + } + const handler = MESSAGE_HANDLERS[type]; + if (handler === undefined) { + this._debug && this._debug(`Inbound: Unsupported message type: ${type}`); + return; + } + + return handler(this, payload); +} + +function getCompatFlags(header) { + const software = header.versions.software; + + let flags = 0; + + for (const rule of COMPAT_CHECKS) { + if (typeof rule[0] === 'string') { + if (software === rule[0]) + flags |= rule[1]; + } else if (rule[0].test(software)) { + flags |= rule[1]; + } + } + + return flags; +} + +function modesToBytes(modes) { + const keys = Object.keys(modes); + const bytes = Buffer.allocUnsafe((5 * keys.length) + 1); + let b = 0; + + for (let i = 0; i < keys.length; ++i) { + const key = keys[i]; + if (key === 'TTY_OP_END') + continue; + + const opcode = TERMINAL_MODE[key]; + if (opcode === undefined) + continue; + + const val = modes[key]; + if (typeof val === 'number' && isFinite(val)) { + bytes[b++] = opcode; + bytes[b++] = val >>> 24; + bytes[b++] = val >>> 16; + bytes[b++] = val >>> 8; + bytes[b++] = val; + } + } + + bytes[b++] = TERMINAL_MODE.TTY_OP_END; + + if (b < bytes.length) + return bufferSlice(bytes, 0, b); + + return bytes; +} + +function sendExtInfo(proto) { + let serverSigAlgs = + 'ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521' + + 'rsa-sha2-512,rsa-sha2-256,ssh-rsa,ssh-dss'; + if (eddsaSupported) + serverSigAlgs = `ssh-ed25519,${serverSigAlgs}`; + const algsLen = Buffer.byteLength(serverSigAlgs); + + let p = proto._packetRW.write.allocStart; + const packet = proto._packetRW.write.alloc(1 + 4 + 4 + 15 + 4 + algsLen); + + packet[p] = MESSAGE.EXT_INFO; + + writeUInt32BE(packet, 1, ++p); + + writeUInt32BE(packet, 15, p += 4); + packet.utf8Write('server-sig-algs', p += 4, 15); + + writeUInt32BE(packet, algsLen, p += 15); + packet.utf8Write(serverSigAlgs, p += 4, algsLen); + + proto._debug && proto._debug('Outbound: Sending EXT_INFO'); + sendPacket(proto, proto._packetRW.write.finalize(packet)); +} + +module.exports = Protocol; diff --git a/node_modules/ssh2/lib/protocol/SFTP.js b/node_modules/ssh2/lib/protocol/SFTP.js new file mode 100644 index 0000000..9f33c02 --- /dev/null +++ b/node_modules/ssh2/lib/protocol/SFTP.js @@ -0,0 +1,4052 @@ +'use strict'; + +const EventEmitter = require('events'); +const fs = require('fs'); +const { constants } = fs; +const { + Readable: ReadableStream, + Writable: WritableStream +} = require('stream'); +const { inherits, types: { isDate } } = require('util'); + +const FastBuffer = Buffer[Symbol.species]; + +const { + bufferCopy, + bufferSlice, + makeBufferParser, + writeUInt32BE, +} = require('./utils.js'); + +const ATTR = { + SIZE: 0x00000001, + UIDGID: 0x00000002, + PERMISSIONS: 0x00000004, + ACMODTIME: 0x00000008, + EXTENDED: 0x80000000, +}; + +// Large enough to store all possible attributes +const ATTRS_BUF = Buffer.alloc(28); + +const STATUS_CODE = { + OK: 0, + EOF: 1, + NO_SUCH_FILE: 2, + PERMISSION_DENIED: 3, + FAILURE: 4, + BAD_MESSAGE: 5, + NO_CONNECTION: 6, + CONNECTION_LOST: 7, + OP_UNSUPPORTED: 8 +}; + +const VALID_STATUS_CODES = new Map( + Object.values(STATUS_CODE).map((n) => [n, 1]) +); + +const STATUS_CODE_STR = { + [STATUS_CODE.OK]: 'No error', + [STATUS_CODE.EOF]: 'End of file', + [STATUS_CODE.NO_SUCH_FILE]: 'No such file or directory', + [STATUS_CODE.PERMISSION_DENIED]: 'Permission denied', + [STATUS_CODE.FAILURE]: 'Failure', + [STATUS_CODE.BAD_MESSAGE]: 'Bad message', + [STATUS_CODE.NO_CONNECTION]: 'No connection', + [STATUS_CODE.CONNECTION_LOST]: 'Connection lost', + [STATUS_CODE.OP_UNSUPPORTED]: 'Operation unsupported', +}; + +const REQUEST = { + INIT: 1, + OPEN: 3, + CLOSE: 4, + READ: 5, + WRITE: 6, + LSTAT: 7, + FSTAT: 8, + SETSTAT: 9, + FSETSTAT: 10, + OPENDIR: 11, + READDIR: 12, + REMOVE: 13, + MKDIR: 14, + RMDIR: 15, + REALPATH: 16, + STAT: 17, + RENAME: 18, + READLINK: 19, + SYMLINK: 20, + EXTENDED: 200 +}; + +const RESPONSE = { + VERSION: 2, + STATUS: 101, + HANDLE: 102, + DATA: 103, + NAME: 104, + ATTRS: 105, + EXTENDED: 201 +}; + +const OPEN_MODE = { + READ: 0x00000001, + WRITE: 0x00000002, + APPEND: 0x00000004, + CREAT: 0x00000008, + TRUNC: 0x00000010, + EXCL: 0x00000020 +}; + +const PKT_RW_OVERHEAD = 2 * 1024; +const MAX_REQID = 2 ** 32 - 1; +const CLIENT_VERSION_BUFFER = Buffer.from([ + 0, 0, 0, 5 /* length */, + REQUEST.INIT, + 0, 0, 0, 3 /* version */ +]); +const SERVER_VERSION_BUFFER = Buffer.from([ + 0, 0, 0, 5 /* length */, + RESPONSE.VERSION, + 0, 0, 0, 3 /* version */ +]); + +const RE_OPENSSH = /^SSH-2.0-(?:OpenSSH|dropbear)/; +const OPENSSH_MAX_PKT_LEN = 256 * 1024; + +const bufferParser = makeBufferParser(); + +const fakeStderr = { + readable: false, + writable: false, + push: (data) => {}, + once: () => {}, + on: () => {}, + emit: () => {}, + end: () => {}, +}; + +function noop() {} + +// Emulates enough of `Channel` to be able to be used as a drop-in replacement +// in order to process incoming data with as little overhead as possible +class SFTP extends EventEmitter { + constructor(client, chanInfo, cfg) { + super(); + + if (typeof cfg !== 'object' || !cfg) + cfg = {}; + + const remoteIdentRaw = client._protocol._remoteIdentRaw; + + this.server = !!cfg.server; + this._debug = (typeof cfg.debug === 'function' ? cfg.debug : undefined); + this._isOpenSSH = (remoteIdentRaw && RE_OPENSSH.test(remoteIdentRaw)); + + this._version = -1; + this._extensions = {}; + this._biOpt = cfg.biOpt; + this._pktLenBytes = 0; + this._pktLen = 0; + this._pktPos = 0; + this._pktType = 0; + this._pktData = undefined; + this._writeReqid = -1; + this._requests = {}; + this._maxInPktLen = OPENSSH_MAX_PKT_LEN; + this._maxOutPktLen = 34000; + this._maxReadLen = + (this._isOpenSSH ? OPENSSH_MAX_PKT_LEN : 34000) - PKT_RW_OVERHEAD; + this._maxWriteLen = + (this._isOpenSSH ? OPENSSH_MAX_PKT_LEN : 34000) - PKT_RW_OVERHEAD; + + this.maxOpenHandles = undefined; + + // Channel compatibility + this._client = client; + this._protocol = client._protocol; + this._callbacks = []; + this._hasX11 = false; + this._exit = { + code: undefined, + signal: undefined, + dump: undefined, + desc: undefined, + }; + this._waitWindow = false; // SSH-level backpressure + this._chunkcb = undefined; + this._buffer = []; + this.type = chanInfo.type; + this.subtype = undefined; + this.incoming = chanInfo.incoming; + this.outgoing = chanInfo.outgoing; + this.stderr = fakeStderr; + this.readable = true; + } + + // This handles incoming data to parse + push(data) { + if (data === null) { + cleanupRequests(this); + if (!this.readable) + return; + // No more incoming data from the remote side + this.readable = false; + this.emit('end'); + return; + } + /* + uint32 length + byte type + byte[length - 1] data payload + */ + let p = 0; + + while (p < data.length) { + if (this._pktLenBytes < 4) { + let nb = Math.min(4 - this._pktLenBytes, data.length - p); + this._pktLenBytes += nb; + + while (nb--) + this._pktLen = (this._pktLen << 8) + data[p++]; + + if (this._pktLenBytes < 4) + return; + if (this._pktLen === 0) + return doFatalSFTPError(this, 'Invalid packet length'); + if (this._pktLen > this._maxInPktLen) { + const max = this._maxInPktLen; + return doFatalSFTPError( + this, + `Packet length ${this._pktLen} exceeds max length of ${max}` + ); + } + if (p >= data.length) + return; + } + if (this._pktPos < this._pktLen) { + const nb = Math.min(this._pktLen - this._pktPos, data.length - p); + if (p !== 0 || nb !== data.length) { + if (nb === this._pktLen) { + this._pkt = new FastBuffer(data.buffer, data.byteOffset + p, nb); + } else { + if (!this._pkt) + this._pkt = Buffer.allocUnsafe(this._pktLen); + this._pkt.set( + new Uint8Array(data.buffer, data.byteOffset + p, nb), + this._pktPos + ); + } + } else if (nb === this._pktLen) { + this._pkt = data; + } else { + if (!this._pkt) + this._pkt = Buffer.allocUnsafe(this._pktLen); + this._pkt.set(data, this._pktPos); + } + p += nb; + this._pktPos += nb; + if (this._pktPos < this._pktLen) + return; + } + + const type = this._pkt[0]; + const payload = this._pkt; + + // Prepare for next packet + this._pktLen = 0; + this._pktLenBytes = 0; + this._pkt = undefined; + this._pktPos = 0; + + const handler = (this.server + ? SERVER_HANDLERS[type] + : CLIENT_HANDLERS[type]); + if (!handler) + return doFatalSFTPError(this, `Unknown packet type ${type}`); + + if (this._version === -1) { + if (this.server) { + if (type !== REQUEST.INIT) + return doFatalSFTPError(this, `Expected INIT packet, got ${type}`); + } else if (type !== RESPONSE.VERSION) { + return doFatalSFTPError(this, `Expected VERSION packet, got ${type}`); + } + } + + if (handler(this, payload) === false) + return; + } + } + + end() { + this.destroy(); + } + destroy() { + if (this.outgoing.state === 'open' || this.outgoing.state === 'eof') { + this.outgoing.state = 'closing'; + this._protocol.channelClose(this.outgoing.id); + } + } + _init() { + this._init = noop; + if (!this.server) + sendOrBuffer(this, CLIENT_VERSION_BUFFER); + } + + // =========================================================================== + // Client-specific =========================================================== + // =========================================================================== + createReadStream(path, options) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + return new ReadStream(this, path, options); + } + createWriteStream(path, options) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + return new WriteStream(this, path, options); + } + open(path, flags_, attrs, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + if (typeof attrs === 'function') { + cb = attrs; + attrs = undefined; + } + + const flags = (typeof flags_ === 'number' ? flags_ : stringToFlags(flags_)); + if (flags === null) + throw new Error(`Unknown flags string: ${flags_}`); + + let attrsFlags = 0; + let attrsLen = 0; + if (typeof attrs === 'string' || typeof attrs === 'number') + attrs = { mode: attrs }; + if (typeof attrs === 'object' && attrs !== null) { + attrs = attrsToBytes(attrs); + attrsFlags = attrs.flags; + attrsLen = attrs.nb; + } + + /* + uint32 id + string filename + uint32 pflags + ATTRS attrs + */ + const pathLen = Buffer.byteLength(path); + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + pathLen + 4 + 4 + attrsLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.OPEN; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, pathLen, p); + buf.utf8Write(path, p += 4, pathLen); + writeUInt32BE(buf, flags, p += pathLen); + writeUInt32BE(buf, attrsFlags, p += 4); + if (attrsLen) { + p += 4; + + if (attrsLen === ATTRS_BUF.length) + buf.set(ATTRS_BUF, p); + else + bufferCopy(ATTRS_BUF, buf, 0, attrsLen, p); + + p += attrsLen; + } + this._requests[reqid] = { cb }; + + const isBuffered = sendOrBuffer(this, buf); + this._debug && this._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} OPEN` + ); + } + close(handle, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + if (!Buffer.isBuffer(handle)) + throw new Error('handle is not a Buffer'); + + /* + uint32 id + string handle + */ + const handleLen = handle.length; + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + handleLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.CLOSE; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, handleLen, p); + buf.set(handle, p += 4); + + this._requests[reqid] = { cb }; + + const isBuffered = sendOrBuffer(this, buf); + this._debug && this._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} CLOSE` + ); + } + read(handle, buf, off, len, position, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + if (!Buffer.isBuffer(handle)) + throw new Error('handle is not a Buffer'); + if (!Buffer.isBuffer(buf)) + throw new Error('buffer is not a Buffer'); + if (off >= buf.length) + throw new Error('offset is out of bounds'); + if (off + len > buf.length) + throw new Error('length extends beyond buffer'); + if (position === null) + throw new Error('null position currently unsupported'); + + read_(this, handle, buf, off, len, position, cb); + } + readData(handle, buf, off, len, position, cb) { + // Backwards compatibility + this.read(handle, buf, off, len, position, cb); + } + write(handle, buf, off, len, position, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + if (!Buffer.isBuffer(handle)) + throw new Error('handle is not a Buffer'); + if (!Buffer.isBuffer(buf)) + throw new Error('buffer is not a Buffer'); + if (off > buf.length) + throw new Error('offset is out of bounds'); + if (off + len > buf.length) + throw new Error('length extends beyond buffer'); + if (position === null) + throw new Error('null position currently unsupported'); + + if (!len) { + cb && process.nextTick(cb, undefined, 0); + return; + } + + const maxDataLen = this._maxWriteLen; + const overflow = Math.max(len - maxDataLen, 0); + const origPosition = position; + + if (overflow) + len = maxDataLen; + + /* + uint32 id + string handle + uint64 offset + string data + */ + const handleLen = handle.length; + let p = 9; + const out = Buffer.allocUnsafe(4 + 1 + 4 + 4 + handleLen + 8 + 4 + len); + + writeUInt32BE(out, out.length - 4, 0); + out[4] = REQUEST.WRITE; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(out, reqid, 5); + + writeUInt32BE(out, handleLen, p); + out.set(handle, p += 4); + p += handleLen; + for (let i = 7; i >= 0; --i) { + out[p + i] = position & 0xFF; + position /= 256; + } + writeUInt32BE(out, len, p += 8); + bufferCopy(buf, out, off, off + len, p += 4); + + this._requests[reqid] = { + cb: (err) => { + if (err) { + if (typeof cb === 'function') + cb(err); + } else if (overflow) { + this.write(handle, + buf, + off + len, + overflow, + origPosition + len, + cb); + } else if (typeof cb === 'function') { + cb(undefined, off + len); + } + } + }; + + const isSent = sendOrBuffer(this, out); + if (this._debug) { + const how = (isSent ? 'Sent' : 'Buffered'); + this._debug(`SFTP: Outbound: ${how} WRITE (id:${reqid})`); + } + } + writeData(handle, buf, off, len, position, cb) { + // Backwards compatibility + this.write(handle, buf, off, len, position, cb); + } + fastGet(remotePath, localPath, opts, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + fastXfer(this, fs, remotePath, localPath, opts, cb); + } + fastPut(localPath, remotePath, opts, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + fastXfer(fs, this, localPath, remotePath, opts, cb); + } + readFile(path, options, callback_) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + let callback; + if (typeof callback_ === 'function') { + callback = callback_; + } else if (typeof options === 'function') { + callback = options; + options = undefined; + } + + if (typeof options === 'string') + options = { encoding: options, flag: 'r' }; + else if (!options) + options = { encoding: null, flag: 'r' }; + else if (typeof options !== 'object') + throw new TypeError('Bad arguments'); + + const encoding = options.encoding; + if (encoding && !Buffer.isEncoding(encoding)) + throw new Error(`Unknown encoding: ${encoding}`); + + // First stat the file, so we know the size. + let size; + let buffer; // Single buffer with file data + let buffers; // List for when size is unknown + let pos = 0; + let handle; + + // SFTPv3 does not support using -1 for read position, so we have to track + // read position manually + let bytesRead = 0; + + const flag = options.flag || 'r'; + + const read = () => { + if (size === 0) { + buffer = Buffer.allocUnsafe(8192); + this.read(handle, buffer, 0, 8192, bytesRead, afterRead); + } else { + this.read(handle, buffer, pos, size - pos, bytesRead, afterRead); + } + }; + + const afterRead = (er, nbytes) => { + let eof; + if (er) { + eof = (er.code === STATUS_CODE.EOF); + if (!eof) { + return this.close(handle, () => { + return callback && callback(er); + }); + } + } else { + eof = false; + } + + if (eof || (size === 0 && nbytes === 0)) + return close(); + + bytesRead += nbytes; + pos += nbytes; + if (size !== 0) { + if (pos === size) + close(); + else + read(); + } else { + // Unknown size, just read until we don't get bytes. + buffers.push(bufferSlice(buffer, 0, nbytes)); + read(); + } + }; + afterRead._wantEOFError = true; + + const close = () => { + this.close(handle, (er) => { + if (size === 0) { + // Collect the data into the buffers list. + buffer = Buffer.concat(buffers, pos); + } else if (pos < size) { + buffer = bufferSlice(buffer, 0, pos); + } + + if (encoding) + buffer = buffer.toString(encoding); + return callback && callback(er, buffer); + }); + }; + + this.open(path, flag, 0o666, (er, handle_) => { + if (er) + return callback && callback(er); + handle = handle_; + + const tryStat = (er, st) => { + if (er) { + // Try stat() for sftp servers that may not support fstat() for + // whatever reason + this.stat(path, (er_, st_) => { + if (er_) { + return this.close(handle, () => { + callback && callback(er); + }); + } + tryStat(null, st_); + }); + return; + } + + size = st.size || 0; + if (size === 0) { + // The kernel lies about many files. + // Go ahead and try to read some bytes. + buffers = []; + return read(); + } + + buffer = Buffer.allocUnsafe(size); + read(); + }; + this.fstat(handle, tryStat); + }); + } + writeFile(path, data, options, callback_) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + let callback; + if (typeof callback_ === 'function') { + callback = callback_; + } else if (typeof options === 'function') { + callback = options; + options = undefined; + } + + if (typeof options === 'string') + options = { encoding: options, mode: 0o666, flag: 'w' }; + else if (!options) + options = { encoding: 'utf8', mode: 0o666, flag: 'w' }; + else if (typeof options !== 'object') + throw new TypeError('Bad arguments'); + + if (options.encoding && !Buffer.isEncoding(options.encoding)) + throw new Error(`Unknown encoding: ${options.encoding}`); + + const flag = options.flag || 'w'; + this.open(path, flag, options.mode, (openErr, handle) => { + if (openErr) { + callback && callback(openErr); + } else { + const buffer = (Buffer.isBuffer(data) + ? data + : Buffer.from('' + data, options.encoding || 'utf8')); + const position = (/a/.test(flag) ? null : 0); + + // SFTPv3 does not support the notion of 'current position' + // (null position), so we just attempt to append to the end of the file + // instead + if (position === null) { + const tryStat = (er, st) => { + if (er) { + // Try stat() for sftp servers that may not support fstat() for + // whatever reason + this.stat(path, (er_, st_) => { + if (er_) { + return this.close(handle, () => { + callback && callback(er); + }); + } + tryStat(null, st_); + }); + return; + } + writeAll(this, handle, buffer, 0, buffer.length, st.size, callback); + }; + this.fstat(handle, tryStat); + return; + } + writeAll(this, handle, buffer, 0, buffer.length, position, callback); + } + }); + } + appendFile(path, data, options, callback_) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + let callback; + if (typeof callback_ === 'function') { + callback = callback_; + } else if (typeof options === 'function') { + callback = options; + options = undefined; + } + + if (typeof options === 'string') + options = { encoding: options, mode: 0o666, flag: 'a' }; + else if (!options) + options = { encoding: 'utf8', mode: 0o666, flag: 'a' }; + else if (typeof options !== 'object') + throw new TypeError('Bad arguments'); + + if (!options.flag) + options = Object.assign({ flag: 'a' }, options); + this.writeFile(path, data, options, callback); + } + exists(path, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + this.stat(path, (err) => { + cb && cb(err ? false : true); + }); + } + unlink(filename, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + /* + uint32 id + string filename + */ + const fnameLen = Buffer.byteLength(filename); + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + fnameLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.REMOVE; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, fnameLen, p); + buf.utf8Write(filename, p += 4, fnameLen); + + this._requests[reqid] = { cb }; + + const isBuffered = sendOrBuffer(this, buf); + this._debug && this._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} REMOVE` + ); + } + rename(oldPath, newPath, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + /* + uint32 id + string oldpath + string newpath + */ + const oldLen = Buffer.byteLength(oldPath); + const newLen = Buffer.byteLength(newPath); + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + oldLen + 4 + newLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.RENAME; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, oldLen, p); + buf.utf8Write(oldPath, p += 4, oldLen); + writeUInt32BE(buf, newLen, p += oldLen); + buf.utf8Write(newPath, p += 4, newLen); + + this._requests[reqid] = { cb }; + + const isBuffered = sendOrBuffer(this, buf); + this._debug && this._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} RENAME` + ); + } + mkdir(path, attrs, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + let flags = 0; + let attrsLen = 0; + + if (typeof attrs === 'function') { + cb = attrs; + attrs = undefined; + } + if (typeof attrs === 'object' && attrs !== null) { + attrs = attrsToBytes(attrs); + flags = attrs.flags; + attrsLen = attrs.nb; + } + + /* + uint32 id + string path + ATTRS attrs + */ + const pathLen = Buffer.byteLength(path); + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + pathLen + 4 + attrsLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.MKDIR; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, pathLen, p); + buf.utf8Write(path, p += 4, pathLen); + writeUInt32BE(buf, flags, p += pathLen); + if (attrsLen) { + p += 4; + + if (attrsLen === ATTRS_BUF.length) + buf.set(ATTRS_BUF, p); + else + bufferCopy(ATTRS_BUF, buf, 0, attrsLen, p); + + p += attrsLen; + } + + this._requests[reqid] = { cb }; + + const isBuffered = sendOrBuffer(this, buf); + this._debug && this._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} MKDIR` + ); + } + rmdir(path, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + /* + uint32 id + string path + */ + const pathLen = Buffer.byteLength(path); + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + pathLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.RMDIR; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, pathLen, p); + buf.utf8Write(path, p += 4, pathLen); + + this._requests[reqid] = { cb }; + + const isBuffered = sendOrBuffer(this, buf); + this._debug && this._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} RMDIR` + ); + } + readdir(where, opts, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + if (typeof opts === 'function') { + cb = opts; + opts = {}; + } + if (typeof opts !== 'object' || opts === null) + opts = {}; + + const doFilter = (opts && opts.full ? false : true); + + if (!Buffer.isBuffer(where) && typeof where !== 'string') + throw new Error('missing directory handle or path'); + + if (typeof where === 'string') { + const entries = []; + let e = 0; + + const reread = (err, handle) => { + if (err) + return cb(err); + + this.readdir(handle, opts, (err, list) => { + const eof = (err && err.code === STATUS_CODE.EOF); + + if (err && !eof) + return this.close(handle, () => cb(err)); + + if (eof) { + return this.close(handle, (err) => { + if (err) + return cb(err); + cb(undefined, entries); + }); + } + + for (let i = 0; i < list.length; ++i, ++e) + entries[e] = list[i]; + + reread(undefined, handle); + }); + }; + return this.opendir(where, reread); + } + + /* + uint32 id + string handle + */ + const handleLen = where.length; + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + handleLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.READDIR; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, handleLen, p); + buf.set(where, p += 4); + + this._requests[reqid] = { + cb: (doFilter + ? (err, list) => { + if (typeof cb !== 'function') + return; + if (err) + return cb(err); + + for (let i = list.length - 1; i >= 0; --i) { + if (list[i].filename === '.' || list[i].filename === '..') + list.splice(i, 1); + } + + cb(undefined, list); + } + : cb) + }; + + const isBuffered = sendOrBuffer(this, buf); + this._debug && this._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} READDIR` + ); + } + fstat(handle, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + if (!Buffer.isBuffer(handle)) + throw new Error('handle is not a Buffer'); + + /* + uint32 id + string handle + */ + const handleLen = handle.length; + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + handleLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.FSTAT; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, handleLen, p); + buf.set(handle, p += 4); + + this._requests[reqid] = { cb }; + + const isBuffered = sendOrBuffer(this, buf); + this._debug && this._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} FSTAT` + ); + } + stat(path, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + /* + uint32 id + string path + */ + const pathLen = Buffer.byteLength(path); + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + pathLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.STAT; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, pathLen, p); + buf.utf8Write(path, p += 4, pathLen); + + this._requests[reqid] = { cb }; + + const isBuffered = sendOrBuffer(this, buf); + this._debug && this._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} STAT` + ); + } + lstat(path, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + /* + uint32 id + string path + */ + const pathLen = Buffer.byteLength(path); + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + pathLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.LSTAT; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, pathLen, p); + buf.utf8Write(path, p += 4, pathLen); + + this._requests[reqid] = { cb }; + + const isBuffered = sendOrBuffer(this, buf); + this._debug && this._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} LSTAT` + ); + } + opendir(path, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + /* + uint32 id + string path + */ + const pathLen = Buffer.byteLength(path); + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + pathLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.OPENDIR; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, pathLen, p); + buf.utf8Write(path, p += 4, pathLen); + + this._requests[reqid] = { cb }; + + const isBuffered = sendOrBuffer(this, buf); + this._debug && this._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} OPENDIR` + ); + } + setstat(path, attrs, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + let flags = 0; + let attrsLen = 0; + + if (typeof attrs === 'object' && attrs !== null) { + attrs = attrsToBytes(attrs); + flags = attrs.flags; + attrsLen = attrs.nb; + } else if (typeof attrs === 'function') { + cb = attrs; + } + + /* + uint32 id + string path + ATTRS attrs + */ + const pathLen = Buffer.byteLength(path); + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + pathLen + 4 + attrsLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.SETSTAT; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, pathLen, p); + buf.utf8Write(path, p += 4, pathLen); + writeUInt32BE(buf, flags, p += pathLen); + if (attrsLen) { + p += 4; + + if (attrsLen === ATTRS_BUF.length) + buf.set(ATTRS_BUF, p); + else + bufferCopy(ATTRS_BUF, buf, 0, attrsLen, p); + + p += attrsLen; + } + + this._requests[reqid] = { cb }; + + const isBuffered = sendOrBuffer(this, buf); + this._debug && this._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} SETSTAT` + ); + } + fsetstat(handle, attrs, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + if (!Buffer.isBuffer(handle)) + throw new Error('handle is not a Buffer'); + + let flags = 0; + let attrsLen = 0; + + if (typeof attrs === 'object' && attrs !== null) { + attrs = attrsToBytes(attrs); + flags = attrs.flags; + attrsLen = attrs.nb; + } else if (typeof attrs === 'function') { + cb = attrs; + } + + /* + uint32 id + string handle + ATTRS attrs + */ + const handleLen = handle.length; + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + handleLen + 4 + attrsLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.FSETSTAT; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, handleLen, p); + buf.set(handle, p += 4); + writeUInt32BE(buf, flags, p += handleLen); + if (attrsLen) { + p += 4; + + if (attrsLen === ATTRS_BUF.length) + buf.set(ATTRS_BUF, p); + else + bufferCopy(ATTRS_BUF, buf, 0, attrsLen, p); + + p += attrsLen; + } + + this._requests[reqid] = { cb }; + + const isBuffered = sendOrBuffer(this, buf); + this._debug && this._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} FSETSTAT` + ); + } + futimes(handle, atime, mtime, cb) { + return this.fsetstat(handle, { + atime: toUnixTimestamp(atime), + mtime: toUnixTimestamp(mtime) + }, cb); + } + utimes(path, atime, mtime, cb) { + return this.setstat(path, { + atime: toUnixTimestamp(atime), + mtime: toUnixTimestamp(mtime) + }, cb); + } + fchown(handle, uid, gid, cb) { + return this.fsetstat(handle, { + uid: uid, + gid: gid + }, cb); + } + chown(path, uid, gid, cb) { + return this.setstat(path, { + uid: uid, + gid: gid + }, cb); + } + fchmod(handle, mode, cb) { + return this.fsetstat(handle, { + mode: mode + }, cb); + } + chmod(path, mode, cb) { + return this.setstat(path, { + mode: mode + }, cb); + } + readlink(path, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + /* + uint32 id + string path + */ + const pathLen = Buffer.byteLength(path); + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + pathLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.READLINK; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, pathLen, p); + buf.utf8Write(path, p += 4, pathLen); + + this._requests[reqid] = { + cb: (err, names) => { + if (typeof cb !== 'function') + return; + if (err) + return cb(err); + if (!names || !names.length) + return cb(new Error('Response missing link info')); + cb(undefined, names[0].filename); + } + }; + + const isBuffered = sendOrBuffer(this, buf); + this._debug && this._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} READLINK` + ); + } + symlink(targetPath, linkPath, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + /* + uint32 id + string linkpath + string targetpath + */ + const linkLen = Buffer.byteLength(linkPath); + const targetLen = Buffer.byteLength(targetPath); + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + linkLen + 4 + targetLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.SYMLINK; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + if (this._isOpenSSH) { + // OpenSSH has linkpath and targetpath positions switched + writeUInt32BE(buf, targetLen, p); + buf.utf8Write(targetPath, p += 4, targetLen); + writeUInt32BE(buf, linkLen, p += targetLen); + buf.utf8Write(linkPath, p += 4, linkLen); + } else { + writeUInt32BE(buf, linkLen, p); + buf.utf8Write(linkPath, p += 4, linkLen); + writeUInt32BE(buf, targetLen, p += linkLen); + buf.utf8Write(targetPath, p += 4, targetLen); + } + + this._requests[reqid] = { cb }; + + const isBuffered = sendOrBuffer(this, buf); + this._debug && this._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} SYMLINK` + ); + } + realpath(path, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + /* + uint32 id + string path + */ + const pathLen = Buffer.byteLength(path); + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + pathLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.REALPATH; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, pathLen, p); + buf.utf8Write(path, p += 4, pathLen); + + this._requests[reqid] = { + cb: (err, names) => { + if (typeof cb !== 'function') + return; + if (err) + return cb(err); + if (!names || !names.length) + return cb(new Error('Response missing path info')); + cb(undefined, names[0].filename); + } + }; + + const isBuffered = sendOrBuffer(this, buf); + this._debug && this._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} REALPATH` + ); + } + // extended requests + ext_openssh_rename(oldPath, newPath, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + const ext = this._extensions['posix-rename@openssh.com']; + if (!ext || ext !== '1') + throw new Error('Server does not support this extended request'); + + /* + uint32 id + string "posix-rename@openssh.com" + string oldpath + string newpath + */ + const oldLen = Buffer.byteLength(oldPath); + const newLen = Buffer.byteLength(newPath); + let p = 9; + const buf = + Buffer.allocUnsafe(4 + 1 + 4 + 4 + 24 + 4 + oldLen + 4 + newLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.EXTENDED; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, 24, p); + buf.utf8Write('posix-rename@openssh.com', p += 4, 24); + writeUInt32BE(buf, oldLen, p += 24); + buf.utf8Write(oldPath, p += 4, oldLen); + writeUInt32BE(buf, newLen, p += oldLen); + buf.utf8Write(newPath, p += 4, newLen); + + this._requests[reqid] = { cb }; + + const isBuffered = sendOrBuffer(this, buf); + if (this._debug) { + const which = (isBuffered ? 'Buffered' : 'Sending'); + this._debug(`SFTP: Outbound: ${which} posix-rename@openssh.com`); + } + } + ext_openssh_statvfs(path, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + const ext = this._extensions['statvfs@openssh.com']; + if (!ext || ext !== '2') + throw new Error('Server does not support this extended request'); + + /* + uint32 id + string "statvfs@openssh.com" + string path + */ + const pathLen = Buffer.byteLength(path); + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + 19 + 4 + pathLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.EXTENDED; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, 19, p); + buf.utf8Write('statvfs@openssh.com', p += 4, 19); + writeUInt32BE(buf, pathLen, p += 19); + buf.utf8Write(path, p += 4, pathLen); + + this._requests[reqid] = { extended: 'statvfs@openssh.com', cb }; + + const isBuffered = sendOrBuffer(this, buf); + if (this._debug) { + const which = (isBuffered ? 'Buffered' : 'Sending'); + this._debug(`SFTP: Outbound: ${which} statvfs@openssh.com`); + } + } + ext_openssh_fstatvfs(handle, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + const ext = this._extensions['fstatvfs@openssh.com']; + if (!ext || ext !== '2') + throw new Error('Server does not support this extended request'); + if (!Buffer.isBuffer(handle)) + throw new Error('handle is not a Buffer'); + + /* + uint32 id + string "fstatvfs@openssh.com" + string handle + */ + const handleLen = handle.length; + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + 20 + 4 + handleLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.EXTENDED; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, 20, p); + buf.utf8Write('fstatvfs@openssh.com', p += 4, 20); + writeUInt32BE(buf, handleLen, p += 20); + buf.set(handle, p += 4); + + this._requests[reqid] = { extended: 'fstatvfs@openssh.com', cb }; + + const isBuffered = sendOrBuffer(this, buf); + if (this._debug) { + const which = (isBuffered ? 'Buffered' : 'Sending'); + this._debug(`SFTP: Outbound: ${which} fstatvfs@openssh.com`); + } + } + ext_openssh_hardlink(oldPath, newPath, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + const ext = this._extensions['hardlink@openssh.com']; + if (ext !== '1') + throw new Error('Server does not support this extended request'); + + /* + uint32 id + string "hardlink@openssh.com" + string oldpath + string newpath + */ + const oldLen = Buffer.byteLength(oldPath); + const newLen = Buffer.byteLength(newPath); + let p = 9; + const buf = + Buffer.allocUnsafe(4 + 1 + 4 + 4 + 20 + 4 + oldLen + 4 + newLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.EXTENDED; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, 20, p); + buf.utf8Write('hardlink@openssh.com', p += 4, 20); + writeUInt32BE(buf, oldLen, p += 20); + buf.utf8Write(oldPath, p += 4, oldLen); + writeUInt32BE(buf, newLen, p += oldLen); + buf.utf8Write(newPath, p += 4, newLen); + + this._requests[reqid] = { cb }; + + const isBuffered = sendOrBuffer(this, buf); + if (this._debug) { + const which = (isBuffered ? 'Buffered' : 'Sending'); + this._debug(`SFTP: Outbound: ${which} hardlink@openssh.com`); + } + } + ext_openssh_fsync(handle, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + const ext = this._extensions['fsync@openssh.com']; + if (ext !== '1') + throw new Error('Server does not support this extended request'); + if (!Buffer.isBuffer(handle)) + throw new Error('handle is not a Buffer'); + + /* + uint32 id + string "fsync@openssh.com" + string handle + */ + const handleLen = handle.length; + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + 17 + 4 + handleLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.EXTENDED; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, 17, p); + buf.utf8Write('fsync@openssh.com', p += 4, 17); + writeUInt32BE(buf, handleLen, p += 17); + buf.set(handle, p += 4); + + this._requests[reqid] = { cb }; + + const isBuffered = sendOrBuffer(this, buf); + this._debug && this._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} fsync@openssh.com` + ); + } + ext_openssh_lsetstat(path, attrs, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + const ext = this._extensions['lsetstat@openssh.com']; + if (ext !== '1') + throw new Error('Server does not support this extended request'); + + let flags = 0; + let attrsLen = 0; + + if (typeof attrs === 'object' && attrs !== null) { + attrs = attrsToBytes(attrs); + flags = attrs.flags; + attrsLen = attrs.nb; + } else if (typeof attrs === 'function') { + cb = attrs; + } + + /* + uint32 id + string "lsetstat@openssh.com" + string path + ATTRS attrs + */ + const pathLen = Buffer.byteLength(path); + let p = 9; + const buf = + Buffer.allocUnsafe(4 + 1 + 4 + 4 + 20 + 4 + pathLen + 4 + attrsLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.EXTENDED; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, 20, p); + buf.utf8Write('lsetstat@openssh.com', p += 4, 20); + + writeUInt32BE(buf, pathLen, p += 20); + buf.utf8Write(path, p += 4, pathLen); + + writeUInt32BE(buf, flags, p += pathLen); + if (attrsLen) { + p += 4; + + if (attrsLen === ATTRS_BUF.length) + buf.set(ATTRS_BUF, p); + else + bufferCopy(ATTRS_BUF, buf, 0, attrsLen, p); + + p += attrsLen; + } + + this._requests[reqid] = { cb }; + + const isBuffered = sendOrBuffer(this, buf); + if (this._debug) { + const status = (isBuffered ? 'Buffered' : 'Sending'); + this._debug(`SFTP: Outbound: ${status} lsetstat@openssh.com`); + } + } + ext_openssh_expandPath(path, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + const ext = this._extensions['expand-path@openssh.com']; + if (ext !== '1') + throw new Error('Server does not support this extended request'); + + /* + uint32 id + string "expand-path@openssh.com" + string path + */ + const pathLen = Buffer.byteLength(path); + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + 23 + 4 + pathLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.EXTENDED; + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, 23, p); + buf.utf8Write('expand-path@openssh.com', p += 4, 23); + + writeUInt32BE(buf, pathLen, p += 20); + buf.utf8Write(path, p += 4, pathLen); + + this._requests[reqid] = { + cb: (err, names) => { + if (typeof cb !== 'function') + return; + if (err) + return cb(err); + if (!names || !names.length) + return cb(new Error('Response missing expanded path')); + cb(undefined, names[0].filename); + } + }; + + const isBuffered = sendOrBuffer(this, buf); + if (this._debug) { + const status = (isBuffered ? 'Buffered' : 'Sending'); + this._debug(`SFTP: Outbound: ${status} expand-path@openssh.com`); + } + } + ext_copy_data(srcHandle, srcOffset, len, dstHandle, dstOffset, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + const ext = this._extensions['copy-data']; + if (ext !== '1') + throw new Error('Server does not support this extended request'); + + if (!Buffer.isBuffer(srcHandle)) + throw new Error('Source handle is not a Buffer'); + + if (!Buffer.isBuffer(dstHandle)) + throw new Error('Destination handle is not a Buffer'); + + /* + uint32 id + string "copy-data" + string read-from-handle + uint64 read-from-offset + uint64 read-data-length + string write-to-handle + uint64 write-to-offset + */ + let p = 0; + const buf = Buffer.allocUnsafe( + 4 + 1 + + 4 + + 4 + 9 + + 4 + srcHandle.length + + 8 + + 8 + + 4 + dstHandle.length + + 8 + ); + + writeUInt32BE(buf, buf.length - 4, p); + p += 4; + + buf[p] = REQUEST.EXTENDED; + ++p; + + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, p); + p += 4; + + writeUInt32BE(buf, 9, p); + p += 4; + buf.utf8Write('copy-data', p, 9); + p += 9; + + writeUInt32BE(buf, srcHandle.length, p); + p += 4; + buf.set(srcHandle, p); + p += srcHandle.length; + + for (let i = 7; i >= 0; --i) { + buf[p + i] = srcOffset & 0xFF; + srcOffset /= 256; + } + p += 8; + + for (let i = 7; i >= 0; --i) { + buf[p + i] = len & 0xFF; + len /= 256; + } + p += 8; + + writeUInt32BE(buf, dstHandle.length, p); + p += 4; + buf.set(dstHandle, p); + p += dstHandle.length; + + for (let i = 7; i >= 0; --i) { + buf[p + i] = dstOffset & 0xFF; + dstOffset /= 256; + } + + this._requests[reqid] = { cb }; + + const isBuffered = sendOrBuffer(this, buf); + if (this._debug) { + const status = (isBuffered ? 'Buffered' : 'Sending'); + this._debug(`SFTP: Outbound: ${status} copy-data`); + } + } + ext_home_dir(username, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + const ext = this._extensions['home-directory']; + if (ext !== '1') + throw new Error('Server does not support this extended request'); + + if (typeof username !== 'string') + throw new TypeError('username is not a string'); + + /* + uint32 id + string "home-directory" + string username + */ + let p = 0; + const usernameLen = Buffer.byteLength(username); + const buf = Buffer.allocUnsafe( + 4 + 1 + + 4 + + 4 + 14 + + 4 + usernameLen + ); + + writeUInt32BE(buf, buf.length - 4, p); + p += 4; + + buf[p] = REQUEST.EXTENDED; + ++p; + + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, p); + p += 4; + + writeUInt32BE(buf, 14, p); + p += 4; + buf.utf8Write('home-directory', p, 14); + p += 14; + + writeUInt32BE(buf, usernameLen, p); + p += 4; + buf.utf8Write(username, p, usernameLen); + p += usernameLen; + + this._requests[reqid] = { + cb: (err, names) => { + if (typeof cb !== 'function') + return; + if (err) + return cb(err); + if (!names || !names.length) + return cb(new Error('Response missing home directory')); + cb(undefined, names[0].filename); + } + }; + + const isBuffered = sendOrBuffer(this, buf); + if (this._debug) { + const status = (isBuffered ? 'Buffered' : 'Sending'); + this._debug(`SFTP: Outbound: ${status} home-directory`); + } + } + ext_users_groups(uids, gids, cb) { + if (this.server) + throw new Error('Client-only method called in server mode'); + + const ext = this._extensions['users-groups-by-id@openssh.com']; + if (ext !== '1') + throw new Error('Server does not support this extended request'); + + if (!Array.isArray(uids)) + throw new TypeError('uids is not an array'); + for (const val of uids) { + if (!Number.isInteger(val) || val < 0 || val > (2 ** 32 - 1)) + throw new Error('uid values must all be 32-bit unsigned integers'); + } + if (!Array.isArray(gids)) + throw new TypeError('gids is not an array'); + for (const val of gids) { + if (!Number.isInteger(val) || val < 0 || val > (2 ** 32 - 1)) + throw new Error('gid values must all be 32-bit unsigned integers'); + } + + /* + uint32 id + string "users-groups-by-id@openssh.com" + string uids + uint32 uid1 + ... + string gids + uint32 gid1 + ... + */ + let p = 0; + const buf = Buffer.allocUnsafe( + 4 + 1 + + 4 + + 4 + 30 + + 4 + (4 * uids.length) + + 4 + (4 * gids.length) + ); + + writeUInt32BE(buf, buf.length - 4, p); + p += 4; + + buf[p] = REQUEST.EXTENDED; + ++p; + + const reqid = this._writeReqid = (this._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, p); + p += 4; + + writeUInt32BE(buf, 30, p); + p += 4; + buf.utf8Write('users-groups-by-id@openssh.com', p, 30); + p += 30; + + writeUInt32BE(buf, 4 * uids.length, p); + p += 4; + for (const val of uids) { + writeUInt32BE(buf, val, p); + p += 4; + } + + writeUInt32BE(buf, 4 * gids.length, p); + p += 4; + for (const val of gids) { + writeUInt32BE(buf, val, p); + p += 4; + } + + this._requests[reqid] = { extended: 'users-groups-by-id@openssh.com', cb }; + + const isBuffered = sendOrBuffer(this, buf); + if (this._debug) { + const status = (isBuffered ? 'Buffered' : 'Sending'); + this._debug(`SFTP: Outbound: ${status} users-groups-by-id@openssh.com`); + } + } + // =========================================================================== + // Server-specific =========================================================== + // =========================================================================== + handle(reqid, handle) { + if (!this.server) + throw new Error('Server-only method called in client mode'); + + if (!Buffer.isBuffer(handle)) + throw new Error('handle is not a Buffer'); + + const handleLen = handle.length; + + if (handleLen > 256) + throw new Error('handle too large (> 256 bytes)'); + + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + handleLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = RESPONSE.HANDLE; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, handleLen, p); + if (handleLen) + buf.set(handle, p += 4); + + const isBuffered = sendOrBuffer(this, buf); + this._debug && this._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} HANDLE` + ); + } + status(reqid, code, message) { + if (!this.server) + throw new Error('Server-only method called in client mode'); + + if (!VALID_STATUS_CODES.has(code)) + throw new Error(`Bad status code: ${code}`); + + message || (message = ''); + + const msgLen = Buffer.byteLength(message); + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + 4 + msgLen + 4); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = RESPONSE.STATUS; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, code, p); + + writeUInt32BE(buf, msgLen, p += 4); + p += 4; + if (msgLen) { + buf.utf8Write(message, p, msgLen); + p += msgLen; + } + + writeUInt32BE(buf, 0, p); // Empty language tag + + const isBuffered = sendOrBuffer(this, buf); + this._debug && this._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} STATUS` + ); + } + data(reqid, data, encoding) { + if (!this.server) + throw new Error('Server-only method called in client mode'); + + const isBuffer = Buffer.isBuffer(data); + + if (!isBuffer && typeof data !== 'string') + throw new Error('data is not a Buffer or string'); + + let isUTF8; + if (!isBuffer && !encoding) { + encoding = undefined; + isUTF8 = true; + } + + const dataLen = ( + isBuffer + ? data.length + : Buffer.byteLength(data, encoding) + ); + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + dataLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = RESPONSE.DATA; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, dataLen, p); + if (dataLen) { + if (isBuffer) + buf.set(data, p += 4); + else if (isUTF8) + buf.utf8Write(data, p += 4, dataLen); + else + buf.write(data, p += 4, dataLen, encoding); + } + + const isBuffered = sendOrBuffer(this, buf); + this._debug && this._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} DATA` + ); + } + name(reqid, names) { + if (!this.server) + throw new Error('Server-only method called in client mode'); + + if (!Array.isArray(names)) { + if (typeof names !== 'object' || names === null) + throw new Error('names is not an object or array'); + names = [ names ]; + } + + const count = names.length; + let namesLen = 0; + let nameAttrs; + const attrs = []; + + for (let i = 0; i < count; ++i) { + const name = names[i]; + const filename = ( + !name || !name.filename || typeof name.filename !== 'string' + ? '' + : name.filename + ); + namesLen += 4 + Buffer.byteLength(filename); + const longname = ( + !name || !name.longname || typeof name.longname !== 'string' + ? '' + : name.longname + ); + namesLen += 4 + Buffer.byteLength(longname); + + if (typeof name.attrs === 'object' && name.attrs !== null) { + nameAttrs = attrsToBytes(name.attrs); + namesLen += 4 + nameAttrs.nb; + + if (nameAttrs.nb) { + let bytes; + + if (nameAttrs.nb === ATTRS_BUF.length) { + bytes = new Uint8Array(ATTRS_BUF); + } else { + bytes = new Uint8Array(nameAttrs.nb); + bufferCopy(ATTRS_BUF, bytes, 0, nameAttrs.nb, 0); + } + + nameAttrs.bytes = bytes; + } + + attrs.push(nameAttrs); + } else { + namesLen += 4; + attrs.push(null); + } + } + + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + namesLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = RESPONSE.NAME; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, count, p); + + p += 4; + + for (let i = 0; i < count; ++i) { + const name = names[i]; + + { + const filename = ( + !name || !name.filename || typeof name.filename !== 'string' + ? '' + : name.filename + ); + const len = Buffer.byteLength(filename); + writeUInt32BE(buf, len, p); + p += 4; + if (len) { + buf.utf8Write(filename, p, len); + p += len; + } + } + + { + const longname = ( + !name || !name.longname || typeof name.longname !== 'string' + ? '' + : name.longname + ); + const len = Buffer.byteLength(longname); + writeUInt32BE(buf, len, p); + p += 4; + if (len) { + buf.utf8Write(longname, p, len); + p += len; + } + } + + const attr = attrs[i]; + if (attr) { + writeUInt32BE(buf, attr.flags, p); + p += 4; + if (attr.flags && attr.bytes) { + buf.set(attr.bytes, p); + p += attr.nb; + } + } else { + writeUInt32BE(buf, 0, p); + p += 4; + } + } + + const isBuffered = sendOrBuffer(this, buf); + this._debug && this._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} NAME` + ); + } + attrs(reqid, attrs) { + if (!this.server) + throw new Error('Server-only method called in client mode'); + + if (typeof attrs !== 'object' || attrs === null) + throw new Error('attrs is not an object'); + + attrs = attrsToBytes(attrs); + const flags = attrs.flags; + const attrsLen = attrs.nb; + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + attrsLen); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = RESPONSE.ATTRS; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, flags, p); + if (attrsLen) { + p += 4; + + if (attrsLen === ATTRS_BUF.length) + buf.set(ATTRS_BUF, p); + else + bufferCopy(ATTRS_BUF, buf, 0, attrsLen, p); + + p += attrsLen; + } + + const isBuffered = sendOrBuffer(this, buf); + this._debug && this._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} ATTRS` + ); + } +} + +function tryCreateBuffer(size) { + try { + return Buffer.allocUnsafe(size); + } catch (ex) { + return ex; + } +} + +function read_(self, handle, buf, off, len, position, cb, req_) { + const maxDataLen = self._maxReadLen; + const overflow = Math.max(len - maxDataLen, 0); + + if (overflow) + len = maxDataLen; + + /* + uint32 id + string handle + uint64 offset + uint32 len + */ + const handleLen = handle.length; + let p = 9; + let pos = position; + const out = Buffer.allocUnsafe(4 + 1 + 4 + 4 + handleLen + 8 + 4); + + writeUInt32BE(out, out.length - 4, 0); + out[4] = REQUEST.READ; + const reqid = self._writeReqid = (self._writeReqid + 1) & MAX_REQID; + writeUInt32BE(out, reqid, 5); + + writeUInt32BE(out, handleLen, p); + out.set(handle, p += 4); + p += handleLen; + for (let i = 7; i >= 0; --i) { + out[p + i] = pos & 0xFF; + pos /= 256; + } + writeUInt32BE(out, len, p += 8); + + if (typeof cb !== 'function') + cb = noop; + + const req = (req_ || { + nb: 0, + position, + off, + origOff: off, + len: undefined, + overflow: undefined, + cb: (err, data, nb) => { + const len = req.len; + const overflow = req.overflow; + + if (err) { + if (cb._wantEOFError || err.code !== STATUS_CODE.EOF) + return cb(err); + } else if (nb > len) { + return cb(new Error('Received more data than requested')); + } else if (nb === len && overflow) { + req.nb += nb; + req.position += nb; + req.off += nb; + read_(self, handle, buf, req.off, overflow, req.position, cb, req); + return; + } + + nb = (nb || 0); + if (req.origOff === 0 && buf.length === req.nb) + data = buf; + else + data = bufferSlice(buf, req.origOff, req.origOff + req.nb + nb); + cb(undefined, req.nb + nb, data, req.position); + }, + buffer: undefined, + }); + + req.len = len; + req.overflow = overflow; + + // TODO: avoid creating multiple buffer slices when we need to re-call read_() + // because of overflow + req.buffer = bufferSlice(buf, off, off + len); + + self._requests[reqid] = req; + + const isBuffered = sendOrBuffer(self, out); + self._debug && self._debug( + `SFTP: Outbound: ${isBuffered ? 'Buffered' : 'Sending'} READ` + ); +} + +function fastXfer(src, dst, srcPath, dstPath, opts, cb) { + let concurrency = 64; + let chunkSize = 32768; + let onstep; + let mode; + let fileSize; + + if (typeof opts === 'function') { + cb = opts; + } else if (typeof opts === 'object' && opts !== null) { + if (typeof opts.concurrency === 'number' + && opts.concurrency > 0 + && !isNaN(opts.concurrency)) { + concurrency = opts.concurrency; + } + if (typeof opts.chunkSize === 'number' + && opts.chunkSize > 0 + && !isNaN(opts.chunkSize)) { + chunkSize = opts.chunkSize; + } + if (typeof opts.fileSize === 'number' + && opts.fileSize > 0 + && !isNaN(opts.fileSize)) { + fileSize = opts.fileSize; + } + if (typeof opts.step === 'function') + onstep = opts.step; + + if (typeof opts.mode === 'string' || typeof opts.mode === 'number') + mode = modeNum(opts.mode); + } + + // Internal state variables + let fsize; + let pdst = 0; + let total = 0; + let hadError = false; + let srcHandle; + let dstHandle; + let readbuf; + let bufsize = chunkSize * concurrency; + + function onerror(err) { + if (hadError) + return; + + hadError = true; + + let left = 0; + let cbfinal; + + if (srcHandle || dstHandle) { + cbfinal = () => { + if (--left === 0) + cb(err); + }; + if (srcHandle && (src === fs || src.outgoing.state === 'open')) + ++left; + if (dstHandle && (dst === fs || dst.outgoing.state === 'open')) + ++left; + if (srcHandle && (src === fs || src.outgoing.state === 'open')) + src.close(srcHandle, cbfinal); + if (dstHandle && (dst === fs || dst.outgoing.state === 'open')) + dst.close(dstHandle, cbfinal); + } else { + cb(err); + } + } + + src.open(srcPath, 'r', (err, sourceHandle) => { + if (err) + return onerror(err); + + srcHandle = sourceHandle; + + if (fileSize === undefined) + src.fstat(srcHandle, tryStat); + else + tryStat(null, { size: fileSize }); + + function tryStat(err, attrs) { + if (err) { + if (src !== fs) { + // Try stat() for sftp servers that may not support fstat() for + // whatever reason + src.stat(srcPath, (err_, attrs_) => { + if (err_) + return onerror(err); + tryStat(null, attrs_); + }); + return; + } + return onerror(err); + } + fsize = attrs.size; + + dst.open(dstPath, 'w', (err, destHandle) => { + if (err) + return onerror(err); + + dstHandle = destHandle; + + if (fsize <= 0) + return onerror(); + + // Use less memory where possible + while (bufsize > fsize) { + if (concurrency === 1) { + bufsize = fsize; + break; + } + bufsize -= chunkSize; + --concurrency; + } + + readbuf = tryCreateBuffer(bufsize); + if (readbuf instanceof Error) + return onerror(readbuf); + + if (mode !== undefined) { + dst.fchmod(dstHandle, mode, function tryAgain(err) { + if (err) { + // Try chmod() for sftp servers that may not support fchmod() + // for whatever reason + dst.chmod(dstPath, mode, (err_) => tryAgain()); + return; + } + startReads(); + }); + } else { + startReads(); + } + + function onread(err, nb, data, dstpos, datapos, origChunkLen) { + if (err) + return onerror(err); + + datapos = datapos || 0; + + dst.write(dstHandle, readbuf, datapos, nb, dstpos, writeCb); + + function writeCb(err) { + if (err) + return onerror(err); + + total += nb; + onstep && onstep(total, nb, fsize); + + if (nb < origChunkLen) + return singleRead(datapos, dstpos + nb, origChunkLen - nb); + + if (total === fsize) { + dst.close(dstHandle, (err) => { + dstHandle = undefined; + if (err) + return onerror(err); + src.close(srcHandle, (err) => { + srcHandle = undefined; + if (err) + return onerror(err); + cb(); + }); + }); + return; + } + + if (pdst >= fsize) + return; + + const chunk = + (pdst + chunkSize > fsize ? fsize - pdst : chunkSize); + singleRead(datapos, pdst, chunk); + pdst += chunk; + } + } + + function makeCb(psrc, pdst, chunk) { + return (err, nb, data) => { + onread(err, nb, data, pdst, psrc, chunk); + }; + } + + function singleRead(psrc, pdst, chunk) { + src.read(srcHandle, + readbuf, + psrc, + chunk, + pdst, + makeCb(psrc, pdst, chunk)); + } + + function startReads() { + let reads = 0; + let psrc = 0; + while (pdst < fsize && reads < concurrency) { + const chunk = + (pdst + chunkSize > fsize ? fsize - pdst : chunkSize); + singleRead(psrc, pdst, chunk); + psrc += chunk; + pdst += chunk; + ++reads; + } + } + }); + } + }); +} + +function writeAll(sftp, handle, buffer, offset, length, position, callback_) { + const callback = (typeof callback_ === 'function' ? callback_ : undefined); + + sftp.write(handle, + buffer, + offset, + length, + position, + (writeErr, written) => { + if (writeErr) { + return sftp.close(handle, () => { + callback && callback(writeErr); + }); + } + if (written === length) { + sftp.close(handle, callback); + } else { + offset += written; + length -= written; + position += written; + writeAll(sftp, handle, buffer, offset, length, position, callback); + } + }); +} + +class Stats { + constructor(initial) { + this.mode = (initial && initial.mode); + this.uid = (initial && initial.uid); + this.gid = (initial && initial.gid); + this.size = (initial && initial.size); + this.atime = (initial && initial.atime); + this.mtime = (initial && initial.mtime); + this.extended = (initial && initial.extended); + } + isDirectory() { + return ((this.mode & constants.S_IFMT) === constants.S_IFDIR); + } + isFile() { + return ((this.mode & constants.S_IFMT) === constants.S_IFREG); + } + isBlockDevice() { + return ((this.mode & constants.S_IFMT) === constants.S_IFBLK); + } + isCharacterDevice() { + return ((this.mode & constants.S_IFMT) === constants.S_IFCHR); + } + isSymbolicLink() { + return ((this.mode & constants.S_IFMT) === constants.S_IFLNK); + } + isFIFO() { + return ((this.mode & constants.S_IFMT) === constants.S_IFIFO); + } + isSocket() { + return ((this.mode & constants.S_IFMT) === constants.S_IFSOCK); + } +} + +function attrsToBytes(attrs) { + let flags = 0; + let nb = 0; + + if (typeof attrs === 'object' && attrs !== null) { + if (typeof attrs.size === 'number') { + flags |= ATTR.SIZE; + const val = attrs.size; + // Big Endian + ATTRS_BUF[nb++] = val / 72057594037927940; // 2**56 + ATTRS_BUF[nb++] = val / 281474976710656; // 2**48 + ATTRS_BUF[nb++] = val / 1099511627776; // 2**40 + ATTRS_BUF[nb++] = val / 4294967296; // 2**32 + ATTRS_BUF[nb++] = val / 16777216; // 2**24 + ATTRS_BUF[nb++] = val / 65536; // 2**16 + ATTRS_BUF[nb++] = val / 256; // 2**8 + ATTRS_BUF[nb++] = val; + } + if (typeof attrs.uid === 'number' && typeof attrs.gid === 'number') { + flags |= ATTR.UIDGID; + const uid = attrs.uid; + const gid = attrs.gid; + // Big Endian + ATTRS_BUF[nb++] = uid >>> 24; + ATTRS_BUF[nb++] = uid >>> 16; + ATTRS_BUF[nb++] = uid >>> 8; + ATTRS_BUF[nb++] = uid; + ATTRS_BUF[nb++] = gid >>> 24; + ATTRS_BUF[nb++] = gid >>> 16; + ATTRS_BUF[nb++] = gid >>> 8; + ATTRS_BUF[nb++] = gid; + } + if (typeof attrs.mode === 'number' || typeof attrs.mode === 'string') { + const mode = modeNum(attrs.mode); + flags |= ATTR.PERMISSIONS; + // Big Endian + ATTRS_BUF[nb++] = mode >>> 24; + ATTRS_BUF[nb++] = mode >>> 16; + ATTRS_BUF[nb++] = mode >>> 8; + ATTRS_BUF[nb++] = mode; + } + if ((typeof attrs.atime === 'number' || isDate(attrs.atime)) + && (typeof attrs.mtime === 'number' || isDate(attrs.mtime))) { + const atime = toUnixTimestamp(attrs.atime); + const mtime = toUnixTimestamp(attrs.mtime); + + flags |= ATTR.ACMODTIME; + // Big Endian + ATTRS_BUF[nb++] = atime >>> 24; + ATTRS_BUF[nb++] = atime >>> 16; + ATTRS_BUF[nb++] = atime >>> 8; + ATTRS_BUF[nb++] = atime; + ATTRS_BUF[nb++] = mtime >>> 24; + ATTRS_BUF[nb++] = mtime >>> 16; + ATTRS_BUF[nb++] = mtime >>> 8; + ATTRS_BUF[nb++] = mtime; + } + // TODO: extended attributes + } + + return { flags, nb }; +} + +function toUnixTimestamp(time) { + // eslint-disable-next-line no-self-compare + if (typeof time === 'number' && time === time) // Valid, non-NaN number + return time; + if (isDate(time)) + return parseInt(time.getTime() / 1000, 10); + throw new Error(`Cannot parse time: ${time}`); +} + +function modeNum(mode) { + // eslint-disable-next-line no-self-compare + if (typeof mode === 'number' && mode === mode) // Valid, non-NaN number + return mode; + if (typeof mode === 'string') + return modeNum(parseInt(mode, 8)); + throw new Error(`Cannot parse mode: ${mode}`); +} + +const stringFlagMap = { + 'r': OPEN_MODE.READ, + 'r+': OPEN_MODE.READ | OPEN_MODE.WRITE, + 'w': OPEN_MODE.TRUNC | OPEN_MODE.CREAT | OPEN_MODE.WRITE, + 'wx': OPEN_MODE.TRUNC | OPEN_MODE.CREAT | OPEN_MODE.WRITE | OPEN_MODE.EXCL, + 'xw': OPEN_MODE.TRUNC | OPEN_MODE.CREAT | OPEN_MODE.WRITE | OPEN_MODE.EXCL, + 'w+': OPEN_MODE.TRUNC | OPEN_MODE.CREAT | OPEN_MODE.READ | OPEN_MODE.WRITE, + 'wx+': OPEN_MODE.TRUNC | OPEN_MODE.CREAT | OPEN_MODE.READ | OPEN_MODE.WRITE + | OPEN_MODE.EXCL, + 'xw+': OPEN_MODE.TRUNC | OPEN_MODE.CREAT | OPEN_MODE.READ | OPEN_MODE.WRITE + | OPEN_MODE.EXCL, + 'a': OPEN_MODE.APPEND | OPEN_MODE.CREAT | OPEN_MODE.WRITE, + 'ax': OPEN_MODE.APPEND | OPEN_MODE.CREAT | OPEN_MODE.WRITE | OPEN_MODE.EXCL, + 'xa': OPEN_MODE.APPEND | OPEN_MODE.CREAT | OPEN_MODE.WRITE | OPEN_MODE.EXCL, + 'a+': OPEN_MODE.APPEND | OPEN_MODE.CREAT | OPEN_MODE.READ | OPEN_MODE.WRITE, + 'ax+': OPEN_MODE.APPEND | OPEN_MODE.CREAT | OPEN_MODE.READ | OPEN_MODE.WRITE + | OPEN_MODE.EXCL, + 'xa+': OPEN_MODE.APPEND | OPEN_MODE.CREAT | OPEN_MODE.READ | OPEN_MODE.WRITE + | OPEN_MODE.EXCL +}; + +function stringToFlags(str) { + const flags = stringFlagMap[str]; + return (flags !== undefined ? flags : null); +} + +const flagsToString = (() => { + const stringFlagMapKeys = Object.keys(stringFlagMap); + return (flags) => { + for (let i = 0; i < stringFlagMapKeys.length; ++i) { + const key = stringFlagMapKeys[i]; + if (stringFlagMap[key] === flags) + return key; + } + return null; + }; +})(); + +function readAttrs(biOpt) { + /* + uint32 flags + uint64 size present only if flag SSH_FILEXFER_ATTR_SIZE + uint32 uid present only if flag SSH_FILEXFER_ATTR_UIDGID + uint32 gid present only if flag SSH_FILEXFER_ATTR_UIDGID + uint32 permissions present only if flag SSH_FILEXFER_ATTR_PERMISSIONS + uint32 atime present only if flag SSH_FILEXFER_ACMODTIME + uint32 mtime present only if flag SSH_FILEXFER_ACMODTIME + uint32 extended_count present only if flag SSH_FILEXFER_ATTR_EXTENDED + string extended_type + string extended_data + ... more extended data (extended_type - extended_data pairs), + so that number of pairs equals extended_count + */ + const flags = bufferParser.readUInt32BE(); + if (flags === undefined) + return; + + const attrs = new Stats(); + if (flags & ATTR.SIZE) { + const size = bufferParser.readUInt64BE(biOpt); + if (size === undefined) + return; + attrs.size = size; + } + + if (flags & ATTR.UIDGID) { + const uid = bufferParser.readUInt32BE(); + const gid = bufferParser.readUInt32BE(); + if (gid === undefined) + return; + attrs.uid = uid; + attrs.gid = gid; + } + + if (flags & ATTR.PERMISSIONS) { + const mode = bufferParser.readUInt32BE(); + if (mode === undefined) + return; + attrs.mode = mode; + } + + if (flags & ATTR.ACMODTIME) { + const atime = bufferParser.readUInt32BE(); + const mtime = bufferParser.readUInt32BE(); + if (mtime === undefined) + return; + attrs.atime = atime; + attrs.mtime = mtime; + } + + if (flags & ATTR.EXTENDED) { + const count = bufferParser.readUInt32BE(); + if (count === undefined) + return; + const extended = {}; + for (let i = 0; i < count; ++i) { + const type = bufferParser.readString(true); + const data = bufferParser.readString(); + if (data === undefined) + return; + extended[type] = data; + } + attrs.extended = extended; + } + + return attrs; +} + +function sendOrBuffer(sftp, payload) { + const ret = tryWritePayload(sftp, payload); + if (ret !== undefined) { + sftp._buffer.push(ret); + return false; + } + return true; +} + +function tryWritePayload(sftp, payload) { + const outgoing = sftp.outgoing; + if (outgoing.state !== 'open') + return; + + if (outgoing.window === 0) { + sftp._waitWindow = true; + sftp._chunkcb = drainBuffer; + return payload; + } + + let ret; + const len = payload.length; + let p = 0; + + while (len - p > 0 && outgoing.window > 0) { + const actualLen = Math.min(len - p, outgoing.window, outgoing.packetSize); + outgoing.window -= actualLen; + if (outgoing.window === 0) { + sftp._waitWindow = true; + sftp._chunkcb = drainBuffer; + } + + if (p === 0 && actualLen === len) { + sftp._protocol.channelData(sftp.outgoing.id, payload); + } else { + sftp._protocol.channelData(sftp.outgoing.id, + bufferSlice(payload, p, p + actualLen)); + } + + p += actualLen; + } + + if (len - p > 0) { + if (p > 0) + ret = bufferSlice(payload, p, len); + else + ret = payload; // XXX: should never get here? + } + + return ret; +} + +function drainBuffer() { + this._chunkcb = undefined; + const buffer = this._buffer; + let i = 0; + while (i < buffer.length) { + const payload = buffer[i]; + const ret = tryWritePayload(this, payload); + if (ret !== undefined) { + if (ret !== payload) + buffer[i] = ret; + if (i > 0) + this._buffer = buffer.slice(i); + return; + } + ++i; + } + if (i > 0) + this._buffer = []; +} + +function doFatalSFTPError(sftp, msg, noDebug) { + const err = new Error(msg); + err.level = 'sftp-protocol'; + if (!noDebug && sftp._debug) + sftp._debug(`SFTP: Inbound: ${msg}`); + sftp.emit('error', err); + sftp.destroy(); + cleanupRequests(sftp); + return false; +} + +function cleanupRequests(sftp) { + const keys = Object.keys(sftp._requests); + if (keys.length === 0) + return; + + const reqs = sftp._requests; + sftp._requests = {}; + const err = new Error('No response from server'); + for (let i = 0; i < keys.length; ++i) { + const req = reqs[keys[i]]; + if (typeof req.cb === 'function') + req.cb(err); + } +} + +function requestLimits(sftp, cb) { + /* + uint32 id + string "limits@openssh.com" + */ + let p = 9; + const buf = Buffer.allocUnsafe(4 + 1 + 4 + 4 + 18); + + writeUInt32BE(buf, buf.length - 4, 0); + buf[4] = REQUEST.EXTENDED; + const reqid = sftp._writeReqid = (sftp._writeReqid + 1) & MAX_REQID; + writeUInt32BE(buf, reqid, 5); + + writeUInt32BE(buf, 18, p); + buf.utf8Write('limits@openssh.com', p += 4, 18); + + sftp._requests[reqid] = { extended: 'limits@openssh.com', cb }; + + const isBuffered = sendOrBuffer(sftp, buf); + if (sftp._debug) { + const which = (isBuffered ? 'Buffered' : 'Sending'); + sftp._debug(`SFTP: Outbound: ${which} limits@openssh.com`); + } +} + +const CLIENT_HANDLERS = { + [RESPONSE.VERSION]: (sftp, payload) => { + if (sftp._version !== -1) + return doFatalSFTPError(sftp, 'Duplicate VERSION packet'); + + const extensions = {}; + + /* + uint32 version + + */ + bufferParser.init(payload, 1); + let version = bufferParser.readUInt32BE(); + while (bufferParser.avail()) { + const extName = bufferParser.readString(true); + const extData = bufferParser.readString(true); + if (extData === undefined) { + version = undefined; + break; + } + extensions[extName] = extData; + } + bufferParser.clear(); + + if (version === undefined) + return doFatalSFTPError(sftp, 'Malformed VERSION packet'); + + if (sftp._debug) { + const names = Object.keys(extensions); + if (names.length) { + sftp._debug( + `SFTP: Inbound: Received VERSION (v${version}, exts:${names})` + ); + } else { + sftp._debug(`SFTP: Inbound: Received VERSION (v${version})`); + } + } + + sftp._version = version; + sftp._extensions = extensions; + + if (extensions['limits@openssh.com'] === '1') { + return requestLimits(sftp, (err, limits) => { + if (!err) { + if (limits.maxPktLen > 0) + sftp._maxOutPktLen = limits.maxPktLen; + if (limits.maxReadLen > 0) + sftp._maxReadLen = limits.maxReadLen; + if (limits.maxWriteLen > 0) + sftp._maxWriteLen = limits.maxWriteLen; + sftp.maxOpenHandles = ( + limits.maxOpenHandles > 0 ? limits.maxOpenHandles : Infinity + ); + } + sftp.emit('ready'); + }); + } + + sftp.emit('ready'); + }, + [RESPONSE.STATUS]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + /* + uint32 error/status code + string error message (ISO-10646 UTF-8) + string language tag + */ + const errorCode = bufferParser.readUInt32BE(); + const errorMsg = bufferParser.readString(true); + bufferParser.clear(); + + // Note: we avoid checking that the error message and language tag are in + // the packet because there are some broken implementations that incorrectly + // omit them. The language tag in general was never really used amongst ssh + // implementations, so in the case of a missing error message we just + // default to something sensible. + + if (sftp._debug) { + const jsonMsg = JSON.stringify(errorMsg); + sftp._debug( + `SFTP: Inbound: Received STATUS (id:${reqID}, ${errorCode}, ${jsonMsg})` + ); + } + const req = sftp._requests[reqID]; + delete sftp._requests[reqID]; + if (req && typeof req.cb === 'function') { + if (errorCode === STATUS_CODE.OK) { + req.cb(); + return; + } + const err = new Error(errorMsg + || STATUS_CODE_STR[errorCode] + || 'Unknown status'); + err.code = errorCode; + req.cb(err); + } + }, + [RESPONSE.HANDLE]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + /* + string handle + */ + const handle = bufferParser.readString(); + bufferParser.clear(); + + if (handle === undefined) { + if (reqID !== undefined) + delete sftp._requests[reqID]; + return doFatalSFTPError(sftp, 'Malformed HANDLE packet'); + } + + sftp._debug && sftp._debug(`SFTP: Inbound: Received HANDLE (id:${reqID})`); + + const req = sftp._requests[reqID]; + delete sftp._requests[reqID]; + if (req && typeof req.cb === 'function') + req.cb(undefined, handle); + }, + [RESPONSE.DATA]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + let req; + if (reqID !== undefined) { + req = sftp._requests[reqID]; + delete sftp._requests[reqID]; + } + /* + string data + */ + if (req && typeof req.cb === 'function') { + if (req.buffer) { + // We have already pre-allocated space to store the data + + const nb = bufferParser.readString(req.buffer); + bufferParser.clear(); + + if (nb !== undefined) { + sftp._debug && sftp._debug( + `SFTP: Inbound: Received DATA (id:${reqID}, ${nb})` + ); + req.cb(undefined, req.buffer, nb); + return; + } + } else { + const data = bufferParser.readString(); + bufferParser.clear(); + + if (data !== undefined) { + sftp._debug && sftp._debug( + `SFTP: Inbound: Received DATA (id:${reqID}, ${data.length})` + ); + req.cb(undefined, data); + return; + } + } + } else { + const nb = bufferParser.skipString(); + bufferParser.clear(); + if (nb !== undefined) { + sftp._debug && sftp._debug( + `SFTP: Inbound: Received DATA (id:${reqID}, ${nb})` + ); + return; + } + } + + return doFatalSFTPError(sftp, 'Malformed DATA packet'); + }, + [RESPONSE.NAME]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + let req; + if (reqID !== undefined) { + req = sftp._requests[reqID]; + delete sftp._requests[reqID]; + } + /* + uint32 count + repeats count times: + string filename + string longname + ATTRS attrs + */ + const count = bufferParser.readUInt32BE(); + if (count !== undefined) { + let names = []; + for (let i = 0; i < count; ++i) { + // We are going to assume UTF-8 for filenames despite the SFTPv3 + // spec not specifying an encoding because the specs for newer + // versions of the protocol all explicitly specify UTF-8 for + // filenames + const filename = bufferParser.readString(true); + + // `longname` only exists in SFTPv3 and since it typically will + // contain the filename, we assume it is also UTF-8 + const longname = bufferParser.readString(true); + + const attrs = readAttrs(sftp._biOpt); + if (attrs === undefined) { + names = undefined; + break; + } + names.push({ filename, longname, attrs }); + } + if (names !== undefined) { + sftp._debug && sftp._debug( + `SFTP: Inbound: Received NAME (id:${reqID}, ${names.length})` + ); + bufferParser.clear(); + if (req && typeof req.cb === 'function') + req.cb(undefined, names); + return; + } + } + + bufferParser.clear(); + return doFatalSFTPError(sftp, 'Malformed NAME packet'); + }, + [RESPONSE.ATTRS]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + let req; + if (reqID !== undefined) { + req = sftp._requests[reqID]; + delete sftp._requests[reqID]; + } + /* + ATTRS attrs + */ + const attrs = readAttrs(sftp._biOpt); + bufferParser.clear(); + if (attrs !== undefined) { + sftp._debug && sftp._debug(`SFTP: Inbound: Received ATTRS (id:${reqID})`); + if (req && typeof req.cb === 'function') + req.cb(undefined, attrs); + return; + } + + return doFatalSFTPError(sftp, 'Malformed ATTRS packet'); + }, + [RESPONSE.EXTENDED]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + if (reqID !== undefined) { + const req = sftp._requests[reqID]; + if (req) { + delete sftp._requests[reqID]; + switch (req.extended) { + case 'statvfs@openssh.com': + case 'fstatvfs@openssh.com': { + /* + uint64 f_bsize // file system block size + uint64 f_frsize // fundamental fs block size + uint64 f_blocks // number of blocks (unit f_frsize) + uint64 f_bfree // free blocks in file system + uint64 f_bavail // free blocks for non-root + uint64 f_files // total file inodes + uint64 f_ffree // free file inodes + uint64 f_favail // free file inodes for to non-root + uint64 f_fsid // file system id + uint64 f_flag // bit mask of f_flag values + uint64 f_namemax // maximum filename length + */ + const biOpt = sftp._biOpt; + const stats = { + f_bsize: bufferParser.readUInt64BE(biOpt), + f_frsize: bufferParser.readUInt64BE(biOpt), + f_blocks: bufferParser.readUInt64BE(biOpt), + f_bfree: bufferParser.readUInt64BE(biOpt), + f_bavail: bufferParser.readUInt64BE(biOpt), + f_files: bufferParser.readUInt64BE(biOpt), + f_ffree: bufferParser.readUInt64BE(biOpt), + f_favail: bufferParser.readUInt64BE(biOpt), + f_sid: bufferParser.readUInt64BE(biOpt), + f_flag: bufferParser.readUInt64BE(biOpt), + f_namemax: bufferParser.readUInt64BE(biOpt), + }; + if (stats.f_namemax === undefined) + break; + if (sftp._debug) { + sftp._debug( + 'SFTP: Inbound: Received EXTENDED_REPLY ' + + `(id:${reqID}, ${req.extended})` + ); + } + bufferParser.clear(); + if (typeof req.cb === 'function') + req.cb(undefined, stats); + return; + } + case 'limits@openssh.com': { + /* + uint64 max-packet-length + uint64 max-read-length + uint64 max-write-length + uint64 max-open-handles + */ + const limits = { + maxPktLen: bufferParser.readUInt64BE(), + maxReadLen: bufferParser.readUInt64BE(), + maxWriteLen: bufferParser.readUInt64BE(), + maxOpenHandles: bufferParser.readUInt64BE(), + }; + if (limits.maxOpenHandles === undefined) + break; + if (sftp._debug) { + sftp._debug( + 'SFTP: Inbound: Received EXTENDED_REPLY ' + + `(id:${reqID}, ${req.extended})` + ); + } + bufferParser.clear(); + if (typeof req.cb === 'function') + req.cb(undefined, limits); + return; + } + case 'users-groups-by-id@openssh.com': { + /* + string usernames + string username1 + ... + string groupnames + string groupname1 + ... + */ + const usernameCount = bufferParser.readUInt32BE(); + if (usernameCount === undefined) + break; + const usernames = new Array(usernameCount); + for (let i = 0; i < usernames.length; ++i) + usernames[i] = bufferParser.readString(true); + + const groupnameCount = bufferParser.readUInt32BE(); + if (groupnameCount === undefined) + break; + const groupnames = new Array(groupnameCount); + for (let i = 0; i < groupnames.length; ++i) + groupnames[i] = bufferParser.readString(true); + if (groupnames.length > 0 + && groupnames[groupnames.length - 1] === undefined) { + break; + } + + if (sftp._debug) { + sftp._debug( + 'SFTP: Inbound: Received EXTENDED_REPLY ' + + `(id:${reqID}, ${req.extended})` + ); + } + bufferParser.clear(); + if (typeof req.cb === 'function') + req.cb(undefined, usernames, groupnames); + return; + } + default: + // Unknown extended request + sftp._debug && sftp._debug( + `SFTP: Inbound: Received EXTENDED_REPLY (id:${reqID}, ???)` + ); + bufferParser.clear(); + if (typeof req.cb === 'function') + req.cb(); + return; + } + } else { + sftp._debug && sftp._debug( + `SFTP: Inbound: Received EXTENDED_REPLY (id:${reqID}, ???)` + ); + bufferParser.clear(); + return; + } + } + + bufferParser.clear(); + return doFatalSFTPError(sftp, 'Malformed EXTENDED_REPLY packet'); + }, +}; +const SERVER_HANDLERS = { + [REQUEST.INIT]: (sftp, payload) => { + if (sftp._version !== -1) + return doFatalSFTPError(sftp, 'Duplicate INIT packet'); + + const extensions = {}; + + /* + uint32 version + + */ + bufferParser.init(payload, 1); + let version = bufferParser.readUInt32BE(); + while (bufferParser.avail()) { + const extName = bufferParser.readString(true); + const extData = bufferParser.readString(true); + if (extData === undefined) { + version = undefined; + break; + } + extensions[extName] = extData; + } + bufferParser.clear(); + + if (version === undefined) + return doFatalSFTPError(sftp, 'Malformed INIT packet'); + + if (sftp._debug) { + const names = Object.keys(extensions); + if (names.length) { + sftp._debug( + `SFTP: Inbound: Received INIT (v${version}, exts:${names})` + ); + } else { + sftp._debug(`SFTP: Inbound: Received INIT (v${version})`); + } + } + + sendOrBuffer(sftp, SERVER_VERSION_BUFFER); + + sftp._version = version; + sftp._extensions = extensions; + sftp.emit('ready'); + }, + [REQUEST.OPEN]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + /* + string filename + uint32 pflags + ATTRS attrs + */ + const filename = bufferParser.readString(true); + const pflags = bufferParser.readUInt32BE(); + const attrs = readAttrs(sftp._biOpt); + bufferParser.clear(); + + if (attrs === undefined) + return doFatalSFTPError(sftp, 'Malformed OPEN packet'); + + sftp._debug && sftp._debug(`SFTP: Inbound: Received OPEN (id:${reqID})`); + + if (!sftp.emit('OPEN', reqID, filename, pflags, attrs)) { + // Automatically reject request if no handler for request type + sftp.status(reqID, STATUS_CODE.OP_UNSUPPORTED); + } + }, + [REQUEST.CLOSE]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + /* + string handle + */ + const handle = bufferParser.readString(); + bufferParser.clear(); + + if (handle === undefined || handle.length > 256) + return doFatalSFTPError(sftp, 'Malformed CLOSE packet'); + + sftp._debug && sftp._debug(`SFTP: Inbound: Received CLOSE (id:${reqID})`); + + if (!sftp.emit('CLOSE', reqID, handle)) { + // Automatically reject request if no handler for request type + sftp.status(reqID, STATUS_CODE.OP_UNSUPPORTED); + } + }, + [REQUEST.READ]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + /* + string handle + uint64 offset + uint32 len + */ + const handle = bufferParser.readString(); + const offset = bufferParser.readUInt64BE(sftp._biOpt); + const len = bufferParser.readUInt32BE(); + bufferParser.clear(); + + if (len === undefined || handle.length > 256) + return doFatalSFTPError(sftp, 'Malformed READ packet'); + + sftp._debug && sftp._debug(`SFTP: Inbound: Received READ (id:${reqID})`); + + if (!sftp.emit('READ', reqID, handle, offset, len)) { + // Automatically reject request if no handler for request type + sftp.status(reqID, STATUS_CODE.OP_UNSUPPORTED); + } + }, + [REQUEST.WRITE]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + /* + string handle + uint64 offset + string data + */ + const handle = bufferParser.readString(); + const offset = bufferParser.readUInt64BE(sftp._biOpt); + const data = bufferParser.readString(); + bufferParser.clear(); + + if (data === undefined || handle.length > 256) + return doFatalSFTPError(sftp, 'Malformed WRITE packet'); + + sftp._debug && sftp._debug(`SFTP: Inbound: Received WRITE (id:${reqID})`); + + if (!sftp.emit('WRITE', reqID, handle, offset, data)) { + // Automatically reject request if no handler for request type + sftp.status(reqID, STATUS_CODE.OP_UNSUPPORTED); + } + }, + [REQUEST.LSTAT]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + /* + string path + */ + const path = bufferParser.readString(true); + bufferParser.clear(); + + if (path === undefined) + return doFatalSFTPError(sftp, 'Malformed LSTAT packet'); + + sftp._debug && sftp._debug(`SFTP: Inbound: Received LSTAT (id:${reqID})`); + + if (!sftp.emit('LSTAT', reqID, path)) { + // Automatically reject request if no handler for request type + sftp.status(reqID, STATUS_CODE.OP_UNSUPPORTED); + } + }, + [REQUEST.FSTAT]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + /* + string handle + */ + const handle = bufferParser.readString(); + bufferParser.clear(); + + if (handle === undefined || handle.length > 256) + return doFatalSFTPError(sftp, 'Malformed FSTAT packet'); + + sftp._debug && sftp._debug(`SFTP: Inbound: Received FSTAT (id:${reqID})`); + + if (!sftp.emit('FSTAT', reqID, handle)) { + // Automatically reject request if no handler for request type + sftp.status(reqID, STATUS_CODE.OP_UNSUPPORTED); + } + }, + [REQUEST.SETSTAT]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + /* + string path + ATTRS attrs + */ + const path = bufferParser.readString(true); + const attrs = readAttrs(sftp._biOpt); + bufferParser.clear(); + + if (attrs === undefined) + return doFatalSFTPError(sftp, 'Malformed SETSTAT packet'); + + sftp._debug && sftp._debug(`SFTP: Inbound: Received SETSTAT (id:${reqID})`); + + if (!sftp.emit('SETSTAT', reqID, path, attrs)) { + // Automatically reject request if no handler for request type + sftp.status(reqID, STATUS_CODE.OP_UNSUPPORTED); + } + }, + [REQUEST.FSETSTAT]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + /* + string handle + ATTRS attrs + */ + const handle = bufferParser.readString(); + const attrs = readAttrs(sftp._biOpt); + bufferParser.clear(); + + if (attrs === undefined || handle.length > 256) + return doFatalSFTPError(sftp, 'Malformed FSETSTAT packet'); + + sftp._debug && sftp._debug( + `SFTP: Inbound: Received FSETSTAT (id:${reqID})` + ); + + if (!sftp.emit('FSETSTAT', reqID, handle, attrs)) { + // Automatically reject request if no handler for request type + sftp.status(reqID, STATUS_CODE.OP_UNSUPPORTED); + } + }, + [REQUEST.OPENDIR]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + /* + string path + */ + const path = bufferParser.readString(true); + bufferParser.clear(); + + if (path === undefined) + return doFatalSFTPError(sftp, 'Malformed OPENDIR packet'); + + sftp._debug && sftp._debug(`SFTP: Inbound: Received OPENDIR (id:${reqID})`); + + if (!sftp.emit('OPENDIR', reqID, path)) { + // Automatically reject request if no handler for request type + sftp.status(reqID, STATUS_CODE.OP_UNSUPPORTED); + } + }, + [REQUEST.READDIR]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + /* + string handle + */ + const handle = bufferParser.readString(); + bufferParser.clear(); + + if (handle === undefined || handle.length > 256) + return doFatalSFTPError(sftp, 'Malformed READDIR packet'); + + sftp._debug && sftp._debug(`SFTP: Inbound: Received READDIR (id:${reqID})`); + + if (!sftp.emit('READDIR', reqID, handle)) { + // Automatically reject request if no handler for request type + sftp.status(reqID, STATUS_CODE.OP_UNSUPPORTED); + } + }, + [REQUEST.REMOVE]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + /* + string path + */ + const path = bufferParser.readString(true); + bufferParser.clear(); + + if (path === undefined) + return doFatalSFTPError(sftp, 'Malformed REMOVE packet'); + + sftp._debug && sftp._debug(`SFTP: Inbound: Received REMOVE (id:${reqID})`); + + if (!sftp.emit('REMOVE', reqID, path)) { + // Automatically reject request if no handler for request type + sftp.status(reqID, STATUS_CODE.OP_UNSUPPORTED); + } + }, + [REQUEST.MKDIR]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + /* + string path + ATTRS attrs + */ + const path = bufferParser.readString(true); + const attrs = readAttrs(sftp._biOpt); + bufferParser.clear(); + + if (attrs === undefined) + return doFatalSFTPError(sftp, 'Malformed MKDIR packet'); + + sftp._debug && sftp._debug(`SFTP: Inbound: Received MKDIR (id:${reqID})`); + + if (!sftp.emit('MKDIR', reqID, path, attrs)) { + // Automatically reject request if no handler for request type + sftp.status(reqID, STATUS_CODE.OP_UNSUPPORTED); + } + }, + [REQUEST.RMDIR]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + /* + string path + */ + const path = bufferParser.readString(true); + bufferParser.clear(); + + if (path === undefined) + return doFatalSFTPError(sftp, 'Malformed RMDIR packet'); + + sftp._debug && sftp._debug(`SFTP: Inbound: Received RMDIR (id:${reqID})`); + + if (!sftp.emit('RMDIR', reqID, path)) { + // Automatically reject request if no handler for request type + sftp.status(reqID, STATUS_CODE.OP_UNSUPPORTED); + } + }, + [REQUEST.REALPATH]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + /* + string path + */ + const path = bufferParser.readString(true); + bufferParser.clear(); + + if (path === undefined) + return doFatalSFTPError(sftp, 'Malformed REALPATH packet'); + + sftp._debug && sftp._debug( + `SFTP: Inbound: Received REALPATH (id:${reqID})` + ); + + if (!sftp.emit('REALPATH', reqID, path)) { + // Automatically reject request if no handler for request type + sftp.status(reqID, STATUS_CODE.OP_UNSUPPORTED); + } + }, + [REQUEST.STAT]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + /* + string path + */ + const path = bufferParser.readString(true); + bufferParser.clear(); + + if (path === undefined) + return doFatalSFTPError(sftp, 'Malformed STAT packet'); + + sftp._debug && sftp._debug(`SFTP: Inbound: Received STAT (id:${reqID})`); + + if (!sftp.emit('STAT', reqID, path)) { + // Automatically reject request if no handler for request type + sftp.status(reqID, STATUS_CODE.OP_UNSUPPORTED); + } + }, + [REQUEST.RENAME]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + /* + string oldpath + string newpath + */ + const oldPath = bufferParser.readString(true); + const newPath = bufferParser.readString(true); + bufferParser.clear(); + + if (newPath === undefined) + return doFatalSFTPError(sftp, 'Malformed RENAME packet'); + + sftp._debug && sftp._debug(`SFTP: Inbound: Received RENAME (id:${reqID})`); + + if (!sftp.emit('RENAME', reqID, oldPath, newPath)) { + // Automatically reject request if no handler for request type + sftp.status(reqID, STATUS_CODE.OP_UNSUPPORTED); + } + }, + [REQUEST.READLINK]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + /* + string path + */ + const path = bufferParser.readString(true); + bufferParser.clear(); + + if (path === undefined) + return doFatalSFTPError(sftp, 'Malformed READLINK packet'); + + sftp._debug && sftp._debug( + `SFTP: Inbound: Received READLINK (id:${reqID})` + ); + + if (!sftp.emit('READLINK', reqID, path)) { + // Automatically reject request if no handler for request type + sftp.status(reqID, STATUS_CODE.OP_UNSUPPORTED); + } + }, + [REQUEST.SYMLINK]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + /* + string linkpath + string targetpath + */ + const linkPath = bufferParser.readString(true); + const targetPath = bufferParser.readString(true); + bufferParser.clear(); + + if (targetPath === undefined) + return doFatalSFTPError(sftp, 'Malformed SYMLINK packet'); + + sftp._debug && sftp._debug(`SFTP: Inbound: Received SYMLINK (id:${reqID})`); + + let handled; + if (sftp._isOpenSSH) { + // OpenSSH has linkpath and targetpath positions switched + handled = sftp.emit('SYMLINK', reqID, targetPath, linkPath); + } else { + handled = sftp.emit('SYMLINK', reqID, linkPath, targetPath); + } + if (!handled) { + // Automatically reject request if no handler for request type + sftp.status(reqID, STATUS_CODE.OP_UNSUPPORTED); + } + }, + [REQUEST.EXTENDED]: (sftp, payload) => { + bufferParser.init(payload, 1); + const reqID = bufferParser.readUInt32BE(); + /* + string extended-request + ... any request-specific data ... + */ + const extName = bufferParser.readString(true); + if (extName === undefined) { + bufferParser.clear(); + return doFatalSFTPError(sftp, 'Malformed EXTENDED packet'); + } + + let extData; + if (bufferParser.avail()) + extData = bufferParser.readRaw(); + bufferParser.clear(); + + sftp._debug && sftp._debug( + `SFTP: Inbound: Received EXTENDED (id:${reqID})` + ); + + if (!sftp.emit('EXTENDED', reqID, extName, extData)) { + // Automatically reject request if no handler for request type + sftp.status(reqID, STATUS_CODE.OP_UNSUPPORTED); + } + }, +}; + +// ============================================================================= +// ReadStream/WriteStream-related ============================================== +// ============================================================================= +const { + ERR_INVALID_ARG_TYPE, + ERR_OUT_OF_RANGE, + validateNumber +} = require('./node-fs-compat'); + +const kMinPoolSpace = 128; + +let pool; +// It can happen that we expect to read a large chunk of data, and reserve +// a large chunk of the pool accordingly, but the read() call only filled +// a portion of it. If a concurrently executing read() then uses the same pool, +// the "reserved" portion cannot be used, so we allow it to be re-used as a +// new pool later. +const poolFragments = []; + +function allocNewPool(poolSize) { + if (poolFragments.length > 0) + pool = poolFragments.pop(); + else + pool = Buffer.allocUnsafe(poolSize); + pool.used = 0; +} + +// Check the `this.start` and `this.end` of stream. +function checkPosition(pos, name) { + if (!Number.isSafeInteger(pos)) { + validateNumber(pos, name); + if (!Number.isInteger(pos)) + throw new ERR_OUT_OF_RANGE(name, 'an integer', pos); + throw new ERR_OUT_OF_RANGE(name, '>= 0 and <= 2 ** 53 - 1', pos); + } + if (pos < 0) + throw new ERR_OUT_OF_RANGE(name, '>= 0 and <= 2 ** 53 - 1', pos); +} + +function roundUpToMultipleOf8(n) { + return (n + 7) & ~7; // Align to 8 byte boundary. +} + +function ReadStream(sftp, path, options) { + if (options === undefined) + options = {}; + else if (typeof options === 'string') + options = { encoding: options }; + else if (options === null || typeof options !== 'object') + throw new TypeError('"options" argument must be a string or an object'); + else + options = Object.create(options); + + // A little bit bigger buffer and water marks by default + if (options.highWaterMark === undefined) + options.highWaterMark = 64 * 1024; + + // For backwards compat do not emit close on destroy. + options.emitClose = false; + options.autoDestroy = false; // Node 14 major change. + + ReadableStream.call(this, options); + + this.path = path; + this.flags = options.flags === undefined ? 'r' : options.flags; + this.mode = options.mode === undefined ? 0o666 : options.mode; + + this.start = options.start; + this.end = options.end; + this.autoClose = options.autoClose === undefined ? true : options.autoClose; + this.pos = 0; + this.bytesRead = 0; + this.isClosed = false; + + this.handle = options.handle === undefined ? null : options.handle; + this.sftp = sftp; + this._opening = false; + + if (this.start !== undefined) { + checkPosition(this.start, 'start'); + + this.pos = this.start; + } + + if (this.end === undefined) { + this.end = Infinity; + } else if (this.end !== Infinity) { + checkPosition(this.end, 'end'); + + if (this.start !== undefined && this.start > this.end) { + throw new ERR_OUT_OF_RANGE( + 'start', + `<= "end" (here: ${this.end})`, + this.start + ); + } + } + + this.on('end', function() { + if (this.autoClose) + this.destroy(); + }); + + if (!Buffer.isBuffer(this.handle)) + this.open(); +} +inherits(ReadStream, ReadableStream); + +ReadStream.prototype.open = function() { + if (this._opening) + return; + + this._opening = true; + + this.sftp.open(this.path, this.flags, this.mode, (er, handle) => { + this._opening = false; + + if (er) { + this.emit('error', er); + if (this.autoClose) + this.destroy(); + return; + } + + this.handle = handle; + this.emit('open', handle); + this.emit('ready'); + // Start the flow of data. + this.read(); + }); +}; + +ReadStream.prototype._read = function(n) { + if (!Buffer.isBuffer(this.handle)) + return this.once('open', () => this._read(n)); + + // XXX: safe to remove this? + if (this.destroyed) + return; + + if (!pool || pool.length - pool.used < kMinPoolSpace) { + // Discard the old pool. + allocNewPool(this.readableHighWaterMark + || this._readableState.highWaterMark); + } + + // Grab another reference to the pool in the case that while we're + // in the thread pool another read() finishes up the pool, and + // allocates a new one. + const thisPool = pool; + let toRead = Math.min(pool.length - pool.used, n); + const start = pool.used; + + if (this.end !== undefined) + toRead = Math.min(this.end - this.pos + 1, toRead); + + // Already read everything we were supposed to read! + // treat as EOF. + if (toRead <= 0) + return this.push(null); + + // the actual read. + this.sftp.read(this.handle, + pool, + pool.used, + toRead, + this.pos, + (er, bytesRead) => { + if (er) { + this.emit('error', er); + if (this.autoClose) + this.destroy(); + return; + } + let b = null; + + // Now that we know how much data we have actually read, re-wind the + // 'used' field if we can, and otherwise allow the remainder of our + // reservation to be used as a new pool later. + if (start + toRead === thisPool.used && thisPool === pool) { + thisPool.used = roundUpToMultipleOf8(thisPool.used + bytesRead - toRead); + } else { + // Round down to the next lowest multiple of 8 to ensure the new pool + // fragment start and end positions are aligned to an 8 byte boundary. + const alignedEnd = (start + toRead) & ~7; + const alignedStart = roundUpToMultipleOf8(start + bytesRead); + if (alignedEnd - alignedStart >= kMinPoolSpace) + poolFragments.push(thisPool.slice(alignedStart, alignedEnd)); + } + + if (bytesRead > 0) { + this.bytesRead += bytesRead; + b = thisPool.slice(start, start + bytesRead); + } + + // Move the pool positions, and internal position for reading. + this.pos += bytesRead; + + this.push(b); + }); + + pool.used = roundUpToMultipleOf8(pool.used + toRead); +}; + +ReadStream.prototype._destroy = function(err, cb) { + if (this._opening && !Buffer.isBuffer(this.handle)) { + this.once('open', closeStream.bind(null, this, cb, err)); + return; + } + + closeStream(this, cb, err); + this.handle = null; + this._opening = false; +}; + +function closeStream(stream, cb, err) { + if (!stream.handle) + return onclose(); + + stream.sftp.close(stream.handle, onclose); + + function onclose(er) { + er = er || err; + cb(er); + stream.isClosed = true; + if (!er) + stream.emit('close'); + } +} + +ReadStream.prototype.close = function(cb) { + this.destroy(null, cb); +}; + +Object.defineProperty(ReadStream.prototype, 'pending', { + get() { + return this.handle === null; + }, + configurable: true +}); + +// TODO: add `concurrency` setting to allow more than one in-flight WRITE +// request to server to improve throughput +function WriteStream(sftp, path, options) { + if (options === undefined) + options = {}; + else if (typeof options === 'string') + options = { encoding: options }; + else if (options === null || typeof options !== 'object') + throw new TypeError('"options" argument must be a string or an object'); + else + options = Object.create(options); + + // For backwards compat do not emit close on destroy. + options.emitClose = false; + options.autoDestroy = false; // Node 14 major change. + + WritableStream.call(this, options); + + this.path = path; + this.flags = options.flags === undefined ? 'w' : options.flags; + this.mode = options.mode === undefined ? 0o666 : options.mode; + + this.start = options.start; + this.autoClose = options.autoClose === undefined ? true : options.autoClose; + this.pos = 0; + this.bytesWritten = 0; + this.isClosed = false; + + this.handle = options.handle === undefined ? null : options.handle; + this.sftp = sftp; + this._opening = false; + + if (this.start !== undefined) { + checkPosition(this.start, 'start'); + + this.pos = this.start; + } + + if (options.encoding) + this.setDefaultEncoding(options.encoding); + + // Node v6.x only + this.on('finish', function() { + if (this._writableState.finalCalled) + return; + if (this.autoClose) + this.destroy(); + }); + + if (!Buffer.isBuffer(this.handle)) + this.open(); +} +inherits(WriteStream, WritableStream); + +WriteStream.prototype._final = function(cb) { + if (this.autoClose) + this.destroy(); + cb(); +}; + +WriteStream.prototype.open = function() { + if (this._opening) + return; + + this._opening = true; + + this.sftp.open(this.path, this.flags, this.mode, (er, handle) => { + this._opening = false; + + if (er) { + this.emit('error', er); + if (this.autoClose) + this.destroy(); + return; + } + + this.handle = handle; + + const tryAgain = (err) => { + if (err) { + // Try chmod() for sftp servers that may not support fchmod() for + // whatever reason + this.sftp.chmod(this.path, this.mode, (err_) => tryAgain()); + return; + } + + // SFTPv3 requires absolute offsets, no matter the open flag used + if (this.flags[0] === 'a') { + const tryStat = (err, st) => { + if (err) { + // Try stat() for sftp servers that may not support fstat() for + // whatever reason + this.sftp.stat(this.path, (err_, st_) => { + if (err_) { + this.destroy(); + this.emit('error', err); + return; + } + tryStat(null, st_); + }); + return; + } + + this.pos = st.size; + this.emit('open', handle); + this.emit('ready'); + }; + + this.sftp.fstat(handle, tryStat); + return; + } + + this.emit('open', handle); + this.emit('ready'); + }; + + this.sftp.fchmod(handle, this.mode, tryAgain); + }); +}; + +WriteStream.prototype._write = function(data, encoding, cb) { + if (!Buffer.isBuffer(data)) { + const err = new ERR_INVALID_ARG_TYPE('data', 'Buffer', data); + return this.emit('error', err); + } + + if (!Buffer.isBuffer(this.handle)) { + return this.once('open', function() { + this._write(data, encoding, cb); + }); + } + + this.sftp.write(this.handle, + data, + 0, + data.length, + this.pos, + (er, bytes) => { + if (er) { + if (this.autoClose) + this.destroy(); + return cb(er); + } + this.bytesWritten += bytes; + cb(); + }); + + this.pos += data.length; +}; + +WriteStream.prototype._writev = function(data, cb) { + if (!Buffer.isBuffer(this.handle)) { + return this.once('open', function() { + this._writev(data, cb); + }); + } + + const sftp = this.sftp; + const handle = this.handle; + let writesLeft = data.length; + + const onwrite = (er, bytes) => { + if (er) { + this.destroy(); + return cb(er); + } + this.bytesWritten += bytes; + if (--writesLeft === 0) + cb(); + }; + + // TODO: try to combine chunks to reduce number of requests to the server? + for (let i = 0; i < data.length; ++i) { + const chunk = data[i].chunk; + + sftp.write(handle, chunk, 0, chunk.length, this.pos, onwrite); + this.pos += chunk.length; + } +}; + +if (typeof WritableStream.prototype.destroy !== 'function') + WriteStream.prototype.destroy = ReadStream.prototype.destroy; + +WriteStream.prototype._destroy = ReadStream.prototype._destroy; +WriteStream.prototype.close = function(cb) { + if (cb) { + if (this.isClosed) { + process.nextTick(cb); + return; + } + this.on('close', cb); + } + + // If we are not autoClosing, we should call + // destroy on 'finish'. + if (!this.autoClose) + this.on('finish', this.destroy.bind(this)); + + this.end(); +}; + +// There is no shutdown() for files. +WriteStream.prototype.destroySoon = WriteStream.prototype.end; + +Object.defineProperty(WriteStream.prototype, 'pending', { + get() { + return this.handle === null; + }, + configurable: true +}); +// ============================================================================= + +module.exports = { + flagsToString, + OPEN_MODE, + SFTP, + Stats, + STATUS_CODE, + stringToFlags, +}; diff --git a/node_modules/ssh2/lib/protocol/constants.js b/node_modules/ssh2/lib/protocol/constants.js new file mode 100644 index 0000000..ad77592 --- /dev/null +++ b/node_modules/ssh2/lib/protocol/constants.js @@ -0,0 +1,356 @@ +'use strict'; + +const crypto = require('crypto'); + +let cpuInfo; +try { + cpuInfo = require('cpu-features')(); +} catch {} + +const { bindingAvailable, CIPHER_INFO, MAC_INFO } = require('./crypto.js'); + +const eddsaSupported = (() => { + if (typeof crypto.sign === 'function' + && typeof crypto.verify === 'function') { + const key = + '-----BEGIN PRIVATE KEY-----\r\nMC4CAQAwBQYDK2VwBCIEIHKj+sVa9WcD' + + '/q2DJUJaf43Kptc8xYuUQA4bOFj9vC8T\r\n-----END PRIVATE KEY-----'; + const data = Buffer.from('a'); + let sig; + let verified; + try { + sig = crypto.sign(null, data, key); + verified = crypto.verify(null, data, key, sig); + } catch {} + return (Buffer.isBuffer(sig) && sig.length === 64 && verified === true); + } + + return false; +})(); + +const curve25519Supported = (typeof crypto.diffieHellman === 'function' + && typeof crypto.generateKeyPairSync === 'function' + && typeof crypto.createPublicKey === 'function'); + +const DEFAULT_KEX = [ + // https://tools.ietf.org/html/rfc5656#section-10.1 + 'ecdh-sha2-nistp256', + 'ecdh-sha2-nistp384', + 'ecdh-sha2-nistp521', + + // https://tools.ietf.org/html/rfc4419#section-4 + 'diffie-hellman-group-exchange-sha256', + + // https://tools.ietf.org/html/rfc8268 + 'diffie-hellman-group14-sha256', + 'diffie-hellman-group15-sha512', + 'diffie-hellman-group16-sha512', + 'diffie-hellman-group17-sha512', + 'diffie-hellman-group18-sha512', +]; +if (curve25519Supported) { + DEFAULT_KEX.unshift('curve25519-sha256'); + DEFAULT_KEX.unshift('curve25519-sha256@libssh.org'); +} +const SUPPORTED_KEX = DEFAULT_KEX.concat([ + // https://tools.ietf.org/html/rfc4419#section-4 + 'diffie-hellman-group-exchange-sha1', + + 'diffie-hellman-group14-sha1', // REQUIRED + 'diffie-hellman-group1-sha1', // REQUIRED +]); + + +const DEFAULT_SERVER_HOST_KEY = [ + 'ecdsa-sha2-nistp256', + 'ecdsa-sha2-nistp384', + 'ecdsa-sha2-nistp521', + 'rsa-sha2-512', // RFC 8332 + 'rsa-sha2-256', // RFC 8332 + 'ssh-rsa', +]; +if (eddsaSupported) + DEFAULT_SERVER_HOST_KEY.unshift('ssh-ed25519'); +const SUPPORTED_SERVER_HOST_KEY = DEFAULT_SERVER_HOST_KEY.concat([ + 'ssh-dss', +]); + + +const canUseCipher = (() => { + const ciphers = crypto.getCiphers(); + return (name) => ciphers.includes(CIPHER_INFO[name].sslName); +})(); +let DEFAULT_CIPHER = [ + // http://tools.ietf.org/html/rfc5647 + 'aes128-gcm@openssh.com', + 'aes256-gcm@openssh.com', + + // http://tools.ietf.org/html/rfc4344#section-4 + 'aes128-ctr', + 'aes192-ctr', + 'aes256-ctr', +]; +if (cpuInfo && cpuInfo.flags && !cpuInfo.flags.aes) { + // We know for sure the CPU does not support AES acceleration + if (bindingAvailable) + DEFAULT_CIPHER.unshift('chacha20-poly1305@openssh.com'); + else + DEFAULT_CIPHER.push('chacha20-poly1305@openssh.com'); +} else if (bindingAvailable && cpuInfo && cpuInfo.arch === 'x86') { + // Places chacha20-poly1305 immediately after GCM ciphers since GCM ciphers + // seem to outperform it on x86, but it seems to be faster than CTR ciphers + DEFAULT_CIPHER.splice(4, 0, 'chacha20-poly1305@openssh.com'); +} else { + DEFAULT_CIPHER.push('chacha20-poly1305@openssh.com'); +} +DEFAULT_CIPHER = DEFAULT_CIPHER.filter(canUseCipher); +const SUPPORTED_CIPHER = DEFAULT_CIPHER.concat([ + 'aes256-cbc', + 'aes192-cbc', + 'aes128-cbc', + 'blowfish-cbc', + '3des-cbc', + 'aes128-gcm', + 'aes256-gcm', + + // http://tools.ietf.org/html/rfc4345#section-4: + 'arcfour256', + 'arcfour128', + + 'cast128-cbc', + 'arcfour', +].filter(canUseCipher)); + + +const canUseMAC = (() => { + const hashes = crypto.getHashes(); + return (name) => hashes.includes(MAC_INFO[name].sslName); +})(); +const DEFAULT_MAC = [ + 'hmac-sha2-256-etm@openssh.com', + 'hmac-sha2-512-etm@openssh.com', + 'hmac-sha1-etm@openssh.com', + 'hmac-sha2-256', + 'hmac-sha2-512', + 'hmac-sha1', +].filter(canUseMAC); +const SUPPORTED_MAC = DEFAULT_MAC.concat([ + 'hmac-md5', + 'hmac-sha2-256-96', // first 96 bits of HMAC-SHA256 + 'hmac-sha2-512-96', // first 96 bits of HMAC-SHA512 + 'hmac-ripemd160', + 'hmac-sha1-96', // first 96 bits of HMAC-SHA1 + 'hmac-md5-96', // first 96 bits of HMAC-MD5 +].filter(canUseMAC)); + +const DEFAULT_COMPRESSION = [ + 'none', + 'zlib@openssh.com', // ZLIB (LZ77) compression, except + // compression/decompression does not start until after + // successful user authentication + 'zlib', // ZLIB (LZ77) compression +]; +const SUPPORTED_COMPRESSION = DEFAULT_COMPRESSION.concat([ +]); + + +const COMPAT = { + BAD_DHGEX: 1 << 0, + OLD_EXIT: 1 << 1, + DYN_RPORT_BUG: 1 << 2, + BUG_DHGEX_LARGE: 1 << 3, + IMPLY_RSA_SHA2_SIGALGS: 1 << 4, +}; + +module.exports = { + MESSAGE: { + // Transport layer protocol -- generic (1-19) + DISCONNECT: 1, + IGNORE: 2, + UNIMPLEMENTED: 3, + DEBUG: 4, + SERVICE_REQUEST: 5, + SERVICE_ACCEPT: 6, + EXT_INFO: 7, // RFC 8308 + + // Transport layer protocol -- algorithm negotiation (20-29) + KEXINIT: 20, + NEWKEYS: 21, + + // Transport layer protocol -- key exchange method-specific (30-49) + KEXDH_INIT: 30, + KEXDH_REPLY: 31, + + KEXDH_GEX_GROUP: 31, + KEXDH_GEX_INIT: 32, + KEXDH_GEX_REPLY: 33, + KEXDH_GEX_REQUEST: 34, + + KEXECDH_INIT: 30, + KEXECDH_REPLY: 31, + + // User auth protocol -- generic (50-59) + USERAUTH_REQUEST: 50, + USERAUTH_FAILURE: 51, + USERAUTH_SUCCESS: 52, + USERAUTH_BANNER: 53, + + // User auth protocol -- user auth method-specific (60-79) + USERAUTH_PASSWD_CHANGEREQ: 60, + + USERAUTH_PK_OK: 60, + + USERAUTH_INFO_REQUEST: 60, + USERAUTH_INFO_RESPONSE: 61, + + // Connection protocol -- generic (80-89) + GLOBAL_REQUEST: 80, + REQUEST_SUCCESS: 81, + REQUEST_FAILURE: 82, + + // Connection protocol -- channel-related (90-127) + CHANNEL_OPEN: 90, + CHANNEL_OPEN_CONFIRMATION: 91, + CHANNEL_OPEN_FAILURE: 92, + CHANNEL_WINDOW_ADJUST: 93, + CHANNEL_DATA: 94, + CHANNEL_EXTENDED_DATA: 95, + CHANNEL_EOF: 96, + CHANNEL_CLOSE: 97, + CHANNEL_REQUEST: 98, + CHANNEL_SUCCESS: 99, + CHANNEL_FAILURE: 100 + + // Reserved for client protocols (128-191) + + // Local extensions (192-155) + }, + DISCONNECT_REASON: { + HOST_NOT_ALLOWED_TO_CONNECT: 1, + PROTOCOL_ERROR: 2, + KEY_EXCHANGE_FAILED: 3, + RESERVED: 4, + MAC_ERROR: 5, + COMPRESSION_ERROR: 6, + SERVICE_NOT_AVAILABLE: 7, + PROTOCOL_VERSION_NOT_SUPPORTED: 8, + HOST_KEY_NOT_VERIFIABLE: 9, + CONNECTION_LOST: 10, + BY_APPLICATION: 11, + TOO_MANY_CONNECTIONS: 12, + AUTH_CANCELED_BY_USER: 13, + NO_MORE_AUTH_METHODS_AVAILABLE: 14, + ILLEGAL_USER_NAME: 15, + }, + DISCONNECT_REASON_STR: undefined, + CHANNEL_OPEN_FAILURE: { + ADMINISTRATIVELY_PROHIBITED: 1, + CONNECT_FAILED: 2, + UNKNOWN_CHANNEL_TYPE: 3, + RESOURCE_SHORTAGE: 4 + }, + TERMINAL_MODE: { + TTY_OP_END: 0, // Indicates end of options. + VINTR: 1, // Interrupt character; 255 if none. Similarly for the + // other characters. Not all of these characters are + // supported on all systems. + VQUIT: 2, // The quit character (sends SIGQUIT signal on POSIX + // systems). + VERASE: 3, // Erase the character to left of the cursor. + VKILL: 4, // Kill the current input line. + VEOF: 5, // End-of-file character (sends EOF from the + // terminal). + VEOL: 6, // End-of-line character in addition to carriage + // return and/or linefeed. + VEOL2: 7, // Additional end-of-line character. + VSTART: 8, // Continues paused output (normally control-Q). + VSTOP: 9, // Pauses output (normally control-S). + VSUSP: 10, // Suspends the current program. + VDSUSP: 11, // Another suspend character. + VREPRINT: 12, // Reprints the current input line. + VWERASE: 13, // Erases a word left of cursor. + VLNEXT: 14, // Enter the next character typed literally, even if + // it is a special character + VFLUSH: 15, // Character to flush output. + VSWTCH: 16, // Switch to a different shell layer. + VSTATUS: 17, // Prints system status line (load, command, pid, + // etc). + VDISCARD: 18, // Toggles the flushing of terminal output. + IGNPAR: 30, // The ignore parity flag. The parameter SHOULD be 0 + // if this flag is FALSE, and 1 if it is TRUE. + PARMRK: 31, // Mark parity and framing errors. + INPCK: 32, // Enable checking of parity errors. + ISTRIP: 33, // Strip 8th bit off characters. + INLCR: 34, // Map NL into CR on input. + IGNCR: 35, // Ignore CR on input. + ICRNL: 36, // Map CR to NL on input. + IUCLC: 37, // Translate uppercase characters to lowercase. + IXON: 38, // Enable output flow control. + IXANY: 39, // Any char will restart after stop. + IXOFF: 40, // Enable input flow control. + IMAXBEL: 41, // Ring bell on input queue full. + ISIG: 50, // Enable signals INTR, QUIT, [D]SUSP. + ICANON: 51, // Canonicalize input lines. + XCASE: 52, // Enable input and output of uppercase characters by + // preceding their lowercase equivalents with "\". + ECHO: 53, // Enable echoing. + ECHOE: 54, // Visually erase chars. + ECHOK: 55, // Kill character discards current line. + ECHONL: 56, // Echo NL even if ECHO is off. + NOFLSH: 57, // Don't flush after interrupt. + TOSTOP: 58, // Stop background jobs from output. + IEXTEN: 59, // Enable extensions. + ECHOCTL: 60, // Echo control characters as ^(Char). + ECHOKE: 61, // Visual erase for line kill. + PENDIN: 62, // Retype pending input. + OPOST: 70, // Enable output processing. + OLCUC: 71, // Convert lowercase to uppercase. + ONLCR: 72, // Map NL to CR-NL. + OCRNL: 73, // Translate carriage return to newline (output). + ONOCR: 74, // Translate newline to carriage return-newline + // (output). + ONLRET: 75, // Newline performs a carriage return (output). + CS7: 90, // 7 bit mode. + CS8: 91, // 8 bit mode. + PARENB: 92, // Parity enable. + PARODD: 93, // Odd parity, else even. + TTY_OP_ISPEED: 128, // Specifies the input baud rate in bits per second. + TTY_OP_OSPEED: 129, // Specifies the output baud rate in bits per second. + }, + CHANNEL_EXTENDED_DATATYPE: { + STDERR: 1, + }, + + SIGNALS: [ + 'ABRT', 'ALRM', 'FPE', 'HUP', 'ILL', 'INT', 'QUIT', 'SEGV', 'TERM', 'USR1', + 'USR2', 'KILL', 'PIPE' + ].reduce((cur, val) => ({ ...cur, [val]: 1 }), {}), + + COMPAT, + COMPAT_CHECKS: [ + [ 'Cisco-1.25', COMPAT.BAD_DHGEX ], + [ /^Cisco-1[.]/, COMPAT.BUG_DHGEX_LARGE ], + [ /^[0-9.]+$/, COMPAT.OLD_EXIT ], // old SSH.com implementations + [ /^OpenSSH_5[.][0-9]+/, COMPAT.DYN_RPORT_BUG ], + [ /^OpenSSH_7[.]4/, COMPAT.IMPLY_RSA_SHA2_SIGALGS ], + ], + + // KEX proposal-related + DEFAULT_KEX, + SUPPORTED_KEX, + DEFAULT_SERVER_HOST_KEY, + SUPPORTED_SERVER_HOST_KEY, + DEFAULT_CIPHER, + SUPPORTED_CIPHER, + DEFAULT_MAC, + SUPPORTED_MAC, + DEFAULT_COMPRESSION, + SUPPORTED_COMPRESSION, + + curve25519Supported, + eddsaSupported, +}; + +module.exports.DISCONNECT_REASON_BY_VALUE = + Array.from(Object.entries(module.exports.DISCONNECT_REASON)) + .reduce((obj, [key, value]) => ({ ...obj, [value]: key }), {}); diff --git a/node_modules/ssh2/lib/protocol/crypto.js b/node_modules/ssh2/lib/protocol/crypto.js new file mode 100644 index 0000000..851cc73 --- /dev/null +++ b/node_modules/ssh2/lib/protocol/crypto.js @@ -0,0 +1,1602 @@ +// TODO: +// * make max packet size configurable +// * if decompression is enabled, use `._packet` in decipher instances as +// input to (sync) zlib inflater with appropriate offset and length to +// avoid an additional copy of payload data before inflation +// * factor decompression status into packet length checks +'use strict'; + +const { + createCipheriv, createDecipheriv, createHmac, randomFillSync, timingSafeEqual +} = require('crypto'); + +const { readUInt32BE, writeUInt32BE } = require('./utils.js'); + +const FastBuffer = Buffer[Symbol.species]; +const MAX_SEQNO = 2 ** 32 - 1; +const EMPTY_BUFFER = Buffer.alloc(0); +const BUF_INT = Buffer.alloc(4); +const DISCARD_CACHE = new Map(); +const MAX_PACKET_SIZE = 35000; + +let binding; +let AESGCMCipher; +let ChaChaPolyCipher; +let GenericCipher; +let AESGCMDecipher; +let ChaChaPolyDecipher; +let GenericDecipher; +try { + binding = require('./crypto/build/Release/sshcrypto.node'); + ({ AESGCMCipher, ChaChaPolyCipher, GenericCipher, + AESGCMDecipher, ChaChaPolyDecipher, GenericDecipher } = binding); +} catch {} + +const CIPHER_STREAM = 1 << 0; +const CIPHER_INFO = (() => { + function info(sslName, blockLen, keyLen, ivLen, authLen, discardLen, flags) { + return { + sslName, + blockLen, + keyLen, + ivLen: (ivLen !== 0 || (flags & CIPHER_STREAM) + ? ivLen + : blockLen), + authLen, + discardLen, + stream: !!(flags & CIPHER_STREAM), + }; + } + + return { + 'chacha20-poly1305@openssh.com': + info('chacha20', 8, 64, 0, 16, 0, CIPHER_STREAM), + + 'aes128-gcm': info('aes-128-gcm', 16, 16, 12, 16, 0, CIPHER_STREAM), + 'aes256-gcm': info('aes-256-gcm', 16, 32, 12, 16, 0, CIPHER_STREAM), + 'aes128-gcm@openssh.com': + info('aes-128-gcm', 16, 16, 12, 16, 0, CIPHER_STREAM), + 'aes256-gcm@openssh.com': + info('aes-256-gcm', 16, 32, 12, 16, 0, CIPHER_STREAM), + + 'aes128-cbc': info('aes-128-cbc', 16, 16, 0, 0, 0, 0), + 'aes192-cbc': info('aes-192-cbc', 16, 24, 0, 0, 0, 0), + 'aes256-cbc': info('aes-256-cbc', 16, 32, 0, 0, 0, 0), + 'rijndael-cbc@lysator.liu.se': info('aes-256-cbc', 16, 32, 0, 0, 0, 0), + '3des-cbc': info('des-ede3-cbc', 8, 24, 0, 0, 0, 0), + 'blowfish-cbc': info('bf-cbc', 8, 16, 0, 0, 0, 0), + 'idea-cbc': info('idea-cbc', 8, 16, 0, 0, 0, 0), + 'cast128-cbc': info('cast-cbc', 8, 16, 0, 0, 0, 0), + + 'aes128-ctr': info('aes-128-ctr', 16, 16, 16, 0, 0, CIPHER_STREAM), + 'aes192-ctr': info('aes-192-ctr', 16, 24, 16, 0, 0, CIPHER_STREAM), + 'aes256-ctr': info('aes-256-ctr', 16, 32, 16, 0, 0, CIPHER_STREAM), + '3des-ctr': info('des-ede3', 8, 24, 8, 0, 0, CIPHER_STREAM), + 'blowfish-ctr': info('bf-ecb', 8, 16, 8, 0, 0, CIPHER_STREAM), + 'cast128-ctr': info('cast5-ecb', 8, 16, 8, 0, 0, CIPHER_STREAM), + + /* The "arcfour128" algorithm is the RC4 cipher, as described in + [SCHNEIER], using a 128-bit key. The first 1536 bytes of keystream + generated by the cipher MUST be discarded, and the first byte of the + first encrypted packet MUST be encrypted using the 1537th byte of + keystream. + + -- http://tools.ietf.org/html/rfc4345#section-4 */ + 'arcfour': info('rc4', 8, 16, 0, 0, 1536, CIPHER_STREAM), + 'arcfour128': info('rc4', 8, 16, 0, 0, 1536, CIPHER_STREAM), + 'arcfour256': info('rc4', 8, 32, 0, 0, 1536, CIPHER_STREAM), + 'arcfour512': info('rc4', 8, 64, 0, 0, 1536, CIPHER_STREAM), + }; +})(); + +const MAC_INFO = (() => { + function info(sslName, len, actualLen, isETM) { + return { + sslName, + len, + actualLen, + isETM, + }; + } + + return { + 'hmac-md5': info('md5', 16, 16, false), + 'hmac-md5-96': info('md5', 16, 12, false), + 'hmac-ripemd160': info('ripemd160', 20, 20, false), + 'hmac-sha1': info('sha1', 20, 20, false), + 'hmac-sha1-etm@openssh.com': info('sha1', 20, 20, true), + 'hmac-sha1-96': info('sha1', 20, 12, false), + 'hmac-sha2-256': info('sha256', 32, 32, false), + 'hmac-sha2-256-etm@openssh.com': info('sha256', 32, 32, true), + 'hmac-sha2-256-96': info('sha256', 32, 12, false), + 'hmac-sha2-512': info('sha512', 64, 64, false), + 'hmac-sha2-512-etm@openssh.com': info('sha512', 64, 64, true), + 'hmac-sha2-512-96': info('sha512', 64, 12, false), + }; +})(); + + +// Should only_be used during the initial handshake +class NullCipher { + constructor(seqno, onWrite) { + this.outSeqno = seqno; + this._onWrite = onWrite; + this._dead = false; + } + free() { + this._dead = true; + } + allocPacket(payloadLen) { + let pktLen = 4 + 1 + payloadLen; + let padLen = 8 - (pktLen & (8 - 1)); + if (padLen < 4) + padLen += 8; + pktLen += padLen; + + const packet = Buffer.allocUnsafe(pktLen); + + writeUInt32BE(packet, pktLen - 4, 0); + packet[4] = padLen; + + randomFillSync(packet, 5 + payloadLen, padLen); + + return packet; + } + encrypt(packet) { + // `packet` === unencrypted packet + + if (this._dead) + return; + + this._onWrite(packet); + + this.outSeqno = (this.outSeqno + 1) >>> 0; + } +} + + +const POLY1305_ZEROS = Buffer.alloc(32); +const POLY1305_OUT_COMPUTE = Buffer.alloc(16); +let POLY1305_WASM_MODULE; +let POLY1305_RESULT_MALLOC; +let poly1305_auth; +class ChaChaPolyCipherNative { + constructor(config) { + const enc = config.outbound; + this.outSeqno = enc.seqno; + this._onWrite = enc.onWrite; + this._encKeyMain = enc.cipherKey.slice(0, 32); + this._encKeyPktLen = enc.cipherKey.slice(32); + this._dead = false; + } + free() { + this._dead = true; + } + allocPacket(payloadLen) { + let pktLen = 4 + 1 + payloadLen; + let padLen = 8 - ((pktLen - 4) & (8 - 1)); + if (padLen < 4) + padLen += 8; + pktLen += padLen; + + const packet = Buffer.allocUnsafe(pktLen); + + writeUInt32BE(packet, pktLen - 4, 0); + packet[4] = padLen; + + randomFillSync(packet, 5 + payloadLen, padLen); + + return packet; + } + encrypt(packet) { + // `packet` === unencrypted packet + + if (this._dead) + return; + + // Generate Poly1305 key + POLY1305_OUT_COMPUTE[0] = 0; // Set counter to 0 (little endian) + writeUInt32BE(POLY1305_OUT_COMPUTE, this.outSeqno, 12); + const polyKey = + createCipheriv('chacha20', this._encKeyMain, POLY1305_OUT_COMPUTE) + .update(POLY1305_ZEROS); + + // Encrypt packet length + const pktLenEnc = + createCipheriv('chacha20', this._encKeyPktLen, POLY1305_OUT_COMPUTE) + .update(packet.slice(0, 4)); + this._onWrite(pktLenEnc); + + // Encrypt rest of packet + POLY1305_OUT_COMPUTE[0] = 1; // Set counter to 1 (little endian) + const payloadEnc = + createCipheriv('chacha20', this._encKeyMain, POLY1305_OUT_COMPUTE) + .update(packet.slice(4)); + this._onWrite(payloadEnc); + + // Calculate Poly1305 MAC + poly1305_auth(POLY1305_RESULT_MALLOC, + pktLenEnc, + pktLenEnc.length, + payloadEnc, + payloadEnc.length, + polyKey); + const mac = Buffer.allocUnsafe(16); + mac.set( + new Uint8Array(POLY1305_WASM_MODULE.HEAPU8.buffer, + POLY1305_RESULT_MALLOC, + 16), + 0 + ); + this._onWrite(mac); + + this.outSeqno = (this.outSeqno + 1) >>> 0; + } +} + +class ChaChaPolyCipherBinding { + constructor(config) { + const enc = config.outbound; + this.outSeqno = enc.seqno; + this._onWrite = enc.onWrite; + this._instance = new ChaChaPolyCipher(enc.cipherKey); + this._dead = false; + } + free() { + this._dead = true; + this._instance.free(); + } + allocPacket(payloadLen) { + let pktLen = 4 + 1 + payloadLen; + let padLen = 8 - ((pktLen - 4) & (8 - 1)); + if (padLen < 4) + padLen += 8; + pktLen += padLen; + + const packet = Buffer.allocUnsafe(pktLen + 16/* MAC */); + + writeUInt32BE(packet, pktLen - 4, 0); + packet[4] = padLen; + + randomFillSync(packet, 5 + payloadLen, padLen); + + return packet; + } + encrypt(packet) { + // `packet` === unencrypted packet + + if (this._dead) + return; + + // Encrypts in-place + this._instance.encrypt(packet, this.outSeqno); + + this._onWrite(packet); + + this.outSeqno = (this.outSeqno + 1) >>> 0; + } +} + + +class AESGCMCipherNative { + constructor(config) { + const enc = config.outbound; + this.outSeqno = enc.seqno; + this._onWrite = enc.onWrite; + this._encSSLName = enc.cipherInfo.sslName; + this._encKey = enc.cipherKey; + this._encIV = enc.cipherIV; + this._dead = false; + } + free() { + this._dead = true; + } + allocPacket(payloadLen) { + let pktLen = 4 + 1 + payloadLen; + let padLen = 16 - ((pktLen - 4) & (16 - 1)); + if (padLen < 4) + padLen += 16; + pktLen += padLen; + + const packet = Buffer.allocUnsafe(pktLen); + + writeUInt32BE(packet, pktLen - 4, 0); + packet[4] = padLen; + + randomFillSync(packet, 5 + payloadLen, padLen); + + return packet; + } + encrypt(packet) { + // `packet` === unencrypted packet + + if (this._dead) + return; + + const cipher = createCipheriv(this._encSSLName, this._encKey, this._encIV); + cipher.setAutoPadding(false); + + const lenData = packet.slice(0, 4); + cipher.setAAD(lenData); + this._onWrite(lenData); + + // Encrypt pad length, payload, and padding + const encrypted = cipher.update(packet.slice(4)); + this._onWrite(encrypted); + const final = cipher.final(); + // XXX: final.length === 0 always? + if (final.length) + this._onWrite(final); + + // Generate MAC + const tag = cipher.getAuthTag(); + this._onWrite(tag); + + // Increment counter in IV by 1 for next packet + ivIncrement(this._encIV); + + this.outSeqno = (this.outSeqno + 1) >>> 0; + } +} + +class AESGCMCipherBinding { + constructor(config) { + const enc = config.outbound; + this.outSeqno = enc.seqno; + this._onWrite = enc.onWrite; + this._instance = new AESGCMCipher(enc.cipherInfo.sslName, + enc.cipherKey, + enc.cipherIV); + this._dead = false; + } + free() { + this._dead = true; + this._instance.free(); + } + allocPacket(payloadLen) { + let pktLen = 4 + 1 + payloadLen; + let padLen = 16 - ((pktLen - 4) & (16 - 1)); + if (padLen < 4) + padLen += 16; + pktLen += padLen; + + const packet = Buffer.allocUnsafe(pktLen + 16/* authTag */); + + writeUInt32BE(packet, pktLen - 4, 0); + packet[4] = padLen; + + randomFillSync(packet, 5 + payloadLen, padLen); + + return packet; + } + encrypt(packet) { + // `packet` === unencrypted packet + + if (this._dead) + return; + + // Encrypts in-place + this._instance.encrypt(packet); + + this._onWrite(packet); + + this.outSeqno = (this.outSeqno + 1) >>> 0; + } +} + + +class GenericCipherNative { + constructor(config) { + const enc = config.outbound; + this.outSeqno = enc.seqno; + this._onWrite = enc.onWrite; + this._encBlockLen = enc.cipherInfo.blockLen; + this._cipherInstance = createCipheriv(enc.cipherInfo.sslName, + enc.cipherKey, + enc.cipherIV); + this._macSSLName = enc.macInfo.sslName; + this._macKey = enc.macKey; + this._macActualLen = enc.macInfo.actualLen; + this._macETM = enc.macInfo.isETM; + this._aadLen = (this._macETM ? 4 : 0); + this._dead = false; + + const discardLen = enc.cipherInfo.discardLen; + if (discardLen) { + let discard = DISCARD_CACHE.get(discardLen); + if (discard === undefined) { + discard = Buffer.alloc(discardLen); + DISCARD_CACHE.set(discardLen, discard); + } + this._cipherInstance.update(discard); + } + } + free() { + this._dead = true; + } + allocPacket(payloadLen) { + const blockLen = this._encBlockLen; + + let pktLen = 4 + 1 + payloadLen; + let padLen = blockLen - ((pktLen - this._aadLen) & (blockLen - 1)); + if (padLen < 4) + padLen += blockLen; + pktLen += padLen; + + const packet = Buffer.allocUnsafe(pktLen); + + writeUInt32BE(packet, pktLen - 4, 0); + packet[4] = padLen; + + randomFillSync(packet, 5 + payloadLen, padLen); + + return packet; + } + encrypt(packet) { + // `packet` === unencrypted packet + + if (this._dead) + return; + + let mac; + if (this._macETM) { + // Encrypt pad length, payload, and padding + const lenBytes = new Uint8Array(packet.buffer, packet.byteOffset, 4); + const encrypted = this._cipherInstance.update( + new Uint8Array(packet.buffer, + packet.byteOffset + 4, + packet.length - 4) + ); + + this._onWrite(lenBytes); + this._onWrite(encrypted); + + // TODO: look into storing seqno as 4-byte buffer and incrementing like we + // do for AES-GCM IVs to avoid having to (re)write all 4 bytes every time + mac = createHmac(this._macSSLName, this._macKey); + writeUInt32BE(BUF_INT, this.outSeqno, 0); + mac.update(BUF_INT); + mac.update(lenBytes); + mac.update(encrypted); + } else { + // Encrypt length field, pad length, payload, and padding + const encrypted = this._cipherInstance.update(packet); + this._onWrite(encrypted); + + // TODO: look into storing seqno as 4-byte buffer and incrementing like we + // do for AES-GCM IVs to avoid having to (re)write all 4 bytes every time + mac = createHmac(this._macSSLName, this._macKey); + writeUInt32BE(BUF_INT, this.outSeqno, 0); + mac.update(BUF_INT); + mac.update(packet); + } + + let digest = mac.digest(); + if (digest.length > this._macActualLen) + digest = digest.slice(0, this._macActualLen); + this._onWrite(digest); + + this.outSeqno = (this.outSeqno + 1) >>> 0; + } +} + +class GenericCipherBinding { + constructor(config) { + const enc = config.outbound; + this.outSeqno = enc.seqno; + this._onWrite = enc.onWrite; + this._encBlockLen = enc.cipherInfo.blockLen; + this._macLen = enc.macInfo.len; + this._macActualLen = enc.macInfo.actualLen; + this._aadLen = (enc.macInfo.isETM ? 4 : 0); + this._instance = new GenericCipher(enc.cipherInfo.sslName, + enc.cipherKey, + enc.cipherIV, + enc.macInfo.sslName, + enc.macKey, + enc.macInfo.isETM); + this._dead = false; + } + free() { + this._dead = true; + this._instance.free(); + } + allocPacket(payloadLen) { + const blockLen = this._encBlockLen; + + let pktLen = 4 + 1 + payloadLen; + let padLen = blockLen - ((pktLen - this._aadLen) & (blockLen - 1)); + if (padLen < 4) + padLen += blockLen; + pktLen += padLen; + + const packet = Buffer.allocUnsafe(pktLen + this._macLen); + + writeUInt32BE(packet, pktLen - 4, 0); + packet[4] = padLen; + + randomFillSync(packet, 5 + payloadLen, padLen); + + return packet; + } + encrypt(packet) { + // `packet` === unencrypted packet + + if (this._dead) + return; + + // Encrypts in-place + this._instance.encrypt(packet, this.outSeqno); + + if (this._macActualLen < this._macLen) { + packet = new FastBuffer(packet.buffer, + packet.byteOffset, + (packet.length + - (this._macLen - this._macActualLen))); + } + this._onWrite(packet); + + this.outSeqno = (this.outSeqno + 1) >>> 0; + } +} + + +class NullDecipher { + constructor(seqno, onPayload) { + this.inSeqno = seqno; + this._onPayload = onPayload; + this._len = 0; + this._lenBytes = 0; + this._packet = null; + this._packetPos = 0; + } + free() {} + decrypt(data, p, dataLen) { + while (p < dataLen) { + // Read packet length + if (this._lenBytes < 4) { + let nb = Math.min(4 - this._lenBytes, dataLen - p); + + this._lenBytes += nb; + while (nb--) + this._len = (this._len << 8) + data[p++]; + + if (this._lenBytes < 4) + return; + + if (this._len > MAX_PACKET_SIZE + || this._len < 8 + || (4 + this._len & 7) !== 0) { + throw new Error('Bad packet length'); + } + if (p >= dataLen) + return; + } + + // Read padding length, payload, and padding + if (this._packetPos < this._len) { + const nb = Math.min(this._len - this._packetPos, dataLen - p); + let chunk; + if (p !== 0 || nb !== dataLen) + chunk = new Uint8Array(data.buffer, data.byteOffset + p, nb); + else + chunk = data; + if (nb === this._len) { + this._packet = chunk; + } else { + if (!this._packet) + this._packet = Buffer.allocUnsafe(this._len); + this._packet.set(chunk, this._packetPos); + } + p += nb; + this._packetPos += nb; + if (this._packetPos < this._len) + return; + } + + const payload = (!this._packet + ? EMPTY_BUFFER + : new FastBuffer(this._packet.buffer, + this._packet.byteOffset + 1, + this._packet.length + - this._packet[0] - 1)); + + // Prepare for next packet + this.inSeqno = (this.inSeqno + 1) >>> 0; + this._len = 0; + this._lenBytes = 0; + this._packet = null; + this._packetPos = 0; + + { + const ret = this._onPayload(payload); + if (ret !== undefined) + return (ret === false ? p : ret); + } + } + } +} + +class ChaChaPolyDecipherNative { + constructor(config) { + const dec = config.inbound; + this.inSeqno = dec.seqno; + this._onPayload = dec.onPayload; + this._decKeyMain = dec.decipherKey.slice(0, 32); + this._decKeyPktLen = dec.decipherKey.slice(32); + this._len = 0; + this._lenBuf = Buffer.alloc(4); + this._lenPos = 0; + this._packet = null; + this._pktLen = 0; + this._mac = Buffer.allocUnsafe(16); + this._calcMac = Buffer.allocUnsafe(16); + this._macPos = 0; + } + free() {} + decrypt(data, p, dataLen) { + // `data` === encrypted data + + while (p < dataLen) { + // Read packet length + if (this._lenPos < 4) { + let nb = Math.min(4 - this._lenPos, dataLen - p); + while (nb--) + this._lenBuf[this._lenPos++] = data[p++]; + if (this._lenPos < 4) + return; + + POLY1305_OUT_COMPUTE[0] = 0; // Set counter to 0 (little endian) + writeUInt32BE(POLY1305_OUT_COMPUTE, this.inSeqno, 12); + + const decLenBytes = + createDecipheriv('chacha20', this._decKeyPktLen, POLY1305_OUT_COMPUTE) + .update(this._lenBuf); + this._len = readUInt32BE(decLenBytes, 0); + + if (this._len > MAX_PACKET_SIZE + || this._len < 8 + || (this._len & 7) !== 0) { + throw new Error('Bad packet length'); + } + } + + // Read padding length, payload, and padding + if (this._pktLen < this._len) { + if (p >= dataLen) + return; + const nb = Math.min(this._len - this._pktLen, dataLen - p); + let encrypted; + if (p !== 0 || nb !== dataLen) + encrypted = new Uint8Array(data.buffer, data.byteOffset + p, nb); + else + encrypted = data; + if (nb === this._len) { + this._packet = encrypted; + } else { + if (!this._packet) + this._packet = Buffer.allocUnsafe(this._len); + this._packet.set(encrypted, this._pktLen); + } + p += nb; + this._pktLen += nb; + if (this._pktLen < this._len || p >= dataLen) + return; + } + + // Read Poly1305 MAC + { + const nb = Math.min(16 - this._macPos, dataLen - p); + // TODO: avoid copying if entire MAC is in current chunk + if (p !== 0 || nb !== dataLen) { + this._mac.set( + new Uint8Array(data.buffer, data.byteOffset + p, nb), + this._macPos + ); + } else { + this._mac.set(data, this._macPos); + } + p += nb; + this._macPos += nb; + if (this._macPos < 16) + return; + } + + // Generate Poly1305 key + POLY1305_OUT_COMPUTE[0] = 0; // Set counter to 0 (little endian) + writeUInt32BE(POLY1305_OUT_COMPUTE, this.inSeqno, 12); + const polyKey = + createCipheriv('chacha20', this._decKeyMain, POLY1305_OUT_COMPUTE) + .update(POLY1305_ZEROS); + + // Calculate and compare Poly1305 MACs + poly1305_auth(POLY1305_RESULT_MALLOC, + this._lenBuf, + 4, + this._packet, + this._packet.length, + polyKey); + + this._calcMac.set( + new Uint8Array(POLY1305_WASM_MODULE.HEAPU8.buffer, + POLY1305_RESULT_MALLOC, + 16), + 0 + ); + if (!timingSafeEqual(this._calcMac, this._mac)) + throw new Error('Invalid MAC'); + + // Decrypt packet + POLY1305_OUT_COMPUTE[0] = 1; // Set counter to 1 (little endian) + const packet = + createDecipheriv('chacha20', this._decKeyMain, POLY1305_OUT_COMPUTE) + .update(this._packet); + + const payload = new FastBuffer(packet.buffer, + packet.byteOffset + 1, + packet.length - packet[0] - 1); + + // Prepare for next packet + this.inSeqno = (this.inSeqno + 1) >>> 0; + this._len = 0; + this._lenPos = 0; + this._packet = null; + this._pktLen = 0; + this._macPos = 0; + + { + const ret = this._onPayload(payload); + if (ret !== undefined) + return (ret === false ? p : ret); + } + } + } +} + +class ChaChaPolyDecipherBinding { + constructor(config) { + const dec = config.inbound; + this.inSeqno = dec.seqno; + this._onPayload = dec.onPayload; + this._instance = new ChaChaPolyDecipher(dec.decipherKey); + this._len = 0; + this._lenBuf = Buffer.alloc(4); + this._lenPos = 0; + this._packet = null; + this._pktLen = 0; + this._mac = Buffer.allocUnsafe(16); + this._macPos = 0; + } + free() { + this._instance.free(); + } + decrypt(data, p, dataLen) { + // `data` === encrypted data + + while (p < dataLen) { + // Read packet length + if (this._lenPos < 4) { + let nb = Math.min(4 - this._lenPos, dataLen - p); + while (nb--) + this._lenBuf[this._lenPos++] = data[p++]; + if (this._lenPos < 4) + return; + + this._len = this._instance.decryptLen(this._lenBuf, this.inSeqno); + + if (this._len > MAX_PACKET_SIZE + || this._len < 8 + || (this._len & 7) !== 0) { + throw new Error('Bad packet length'); + } + + if (p >= dataLen) + return; + } + + // Read padding length, payload, and padding + if (this._pktLen < this._len) { + const nb = Math.min(this._len - this._pktLen, dataLen - p); + let encrypted; + if (p !== 0 || nb !== dataLen) + encrypted = new Uint8Array(data.buffer, data.byteOffset + p, nb); + else + encrypted = data; + if (nb === this._len) { + this._packet = encrypted; + } else { + if (!this._packet) + this._packet = Buffer.allocUnsafe(this._len); + this._packet.set(encrypted, this._pktLen); + } + p += nb; + this._pktLen += nb; + if (this._pktLen < this._len || p >= dataLen) + return; + } + + // Read Poly1305 MAC + { + const nb = Math.min(16 - this._macPos, dataLen - p); + // TODO: avoid copying if entire MAC is in current chunk + if (p !== 0 || nb !== dataLen) { + this._mac.set( + new Uint8Array(data.buffer, data.byteOffset + p, nb), + this._macPos + ); + } else { + this._mac.set(data, this._macPos); + } + p += nb; + this._macPos += nb; + if (this._macPos < 16) + return; + } + + this._instance.decrypt(this._packet, this._mac, this.inSeqno); + + const payload = new FastBuffer(this._packet.buffer, + this._packet.byteOffset + 1, + this._packet.length - this._packet[0] - 1); + + // Prepare for next packet + this.inSeqno = (this.inSeqno + 1) >>> 0; + this._len = 0; + this._lenPos = 0; + this._packet = null; + this._pktLen = 0; + this._macPos = 0; + + { + const ret = this._onPayload(payload); + if (ret !== undefined) + return (ret === false ? p : ret); + } + } + } +} + +class AESGCMDecipherNative { + constructor(config) { + const dec = config.inbound; + this.inSeqno = dec.seqno; + this._onPayload = dec.onPayload; + this._decipherInstance = null; + this._decipherSSLName = dec.decipherInfo.sslName; + this._decipherKey = dec.decipherKey; + this._decipherIV = dec.decipherIV; + this._len = 0; + this._lenBytes = 0; + this._packet = null; + this._packetPos = 0; + this._pktLen = 0; + this._tag = Buffer.allocUnsafe(16); + this._tagPos = 0; + } + free() {} + decrypt(data, p, dataLen) { + // `data` === encrypted data + + while (p < dataLen) { + // Read packet length (unencrypted, but AAD) + if (this._lenBytes < 4) { + let nb = Math.min(4 - this._lenBytes, dataLen - p); + this._lenBytes += nb; + while (nb--) + this._len = (this._len << 8) + data[p++]; + if (this._lenBytes < 4) + return; + + if ((this._len + 20) > MAX_PACKET_SIZE + || this._len < 16 + || (this._len & 15) !== 0) { + throw new Error('Bad packet length'); + } + + this._decipherInstance = createDecipheriv( + this._decipherSSLName, + this._decipherKey, + this._decipherIV + ); + this._decipherInstance.setAutoPadding(false); + this._decipherInstance.setAAD(intToBytes(this._len)); + } + + // Read padding length, payload, and padding + if (this._pktLen < this._len) { + if (p >= dataLen) + return; + const nb = Math.min(this._len - this._pktLen, dataLen - p); + let decrypted; + if (p !== 0 || nb !== dataLen) { + decrypted = this._decipherInstance.update( + new Uint8Array(data.buffer, data.byteOffset + p, nb) + ); + } else { + decrypted = this._decipherInstance.update(data); + } + if (decrypted.length) { + if (nb === this._len) { + this._packet = decrypted; + } else { + if (!this._packet) + this._packet = Buffer.allocUnsafe(this._len); + this._packet.set(decrypted, this._packetPos); + } + this._packetPos += decrypted.length; + } + p += nb; + this._pktLen += nb; + if (this._pktLen < this._len || p >= dataLen) + return; + } + + // Read authentication tag + { + const nb = Math.min(16 - this._tagPos, dataLen - p); + if (p !== 0 || nb !== dataLen) { + this._tag.set( + new Uint8Array(data.buffer, data.byteOffset + p, nb), + this._tagPos + ); + } else { + this._tag.set(data, this._tagPos); + } + p += nb; + this._tagPos += nb; + if (this._tagPos < 16) + return; + } + + { + // Verify authentication tag + this._decipherInstance.setAuthTag(this._tag); + + const decrypted = this._decipherInstance.final(); + + // XXX: this should never output any data since stream ciphers always + // return data from .update() and block ciphers must end on a multiple + // of the block length, which would have caused an exception to be + // thrown if the total input was not... + if (decrypted.length) { + if (this._packet) + this._packet.set(decrypted, this._packetPos); + else + this._packet = decrypted; + } + } + + const payload = (!this._packet + ? EMPTY_BUFFER + : new FastBuffer(this._packet.buffer, + this._packet.byteOffset + 1, + this._packet.length + - this._packet[0] - 1)); + + // Prepare for next packet + this.inSeqno = (this.inSeqno + 1) >>> 0; + ivIncrement(this._decipherIV); + this._len = 0; + this._lenBytes = 0; + this._packet = null; + this._packetPos = 0; + this._pktLen = 0; + this._tagPos = 0; + + { + const ret = this._onPayload(payload); + if (ret !== undefined) + return (ret === false ? p : ret); + } + } + } +} + +class AESGCMDecipherBinding { + constructor(config) { + const dec = config.inbound; + this.inSeqno = dec.seqno; + this._onPayload = dec.onPayload; + this._instance = new AESGCMDecipher(dec.decipherInfo.sslName, + dec.decipherKey, + dec.decipherIV); + this._len = 0; + this._lenBytes = 0; + this._packet = null; + this._pktLen = 0; + this._tag = Buffer.allocUnsafe(16); + this._tagPos = 0; + } + free() {} + decrypt(data, p, dataLen) { + // `data` === encrypted data + + while (p < dataLen) { + // Read packet length (unencrypted, but AAD) + if (this._lenBytes < 4) { + let nb = Math.min(4 - this._lenBytes, dataLen - p); + this._lenBytes += nb; + while (nb--) + this._len = (this._len << 8) + data[p++]; + if (this._lenBytes < 4) + return; + + if ((this._len + 20) > MAX_PACKET_SIZE + || this._len < 16 + || (this._len & 15) !== 0) { + throw new Error(`Bad packet length: ${this._len}`); + } + } + + // Read padding length, payload, and padding + if (this._pktLen < this._len) { + if (p >= dataLen) + return; + const nb = Math.min(this._len - this._pktLen, dataLen - p); + let encrypted; + if (p !== 0 || nb !== dataLen) + encrypted = new Uint8Array(data.buffer, data.byteOffset + p, nb); + else + encrypted = data; + if (nb === this._len) { + this._packet = encrypted; + } else { + if (!this._packet) + this._packet = Buffer.allocUnsafe(this._len); + this._packet.set(encrypted, this._pktLen); + } + p += nb; + this._pktLen += nb; + if (this._pktLen < this._len || p >= dataLen) + return; + } + + // Read authentication tag + { + const nb = Math.min(16 - this._tagPos, dataLen - p); + if (p !== 0 || nb !== dataLen) { + this._tag.set( + new Uint8Array(data.buffer, data.byteOffset + p, nb), + this._tagPos + ); + } else { + this._tag.set(data, this._tagPos); + } + p += nb; + this._tagPos += nb; + if (this._tagPos < 16) + return; + } + + this._instance.decrypt(this._packet, this._len, this._tag); + + const payload = new FastBuffer(this._packet.buffer, + this._packet.byteOffset + 1, + this._packet.length - this._packet[0] - 1); + + // Prepare for next packet + this.inSeqno = (this.inSeqno + 1) >>> 0; + this._len = 0; + this._lenBytes = 0; + this._packet = null; + this._pktLen = 0; + this._tagPos = 0; + + { + const ret = this._onPayload(payload); + if (ret !== undefined) + return (ret === false ? p : ret); + } + } + } +} + +// TODO: test incremental .update()s vs. copying to _packet and doing a single +// .update() after entire packet read -- a single .update() would allow +// verifying MAC before decrypting for ETM MACs +class GenericDecipherNative { + constructor(config) { + const dec = config.inbound; + this.inSeqno = dec.seqno; + this._onPayload = dec.onPayload; + this._decipherInstance = createDecipheriv(dec.decipherInfo.sslName, + dec.decipherKey, + dec.decipherIV); + this._decipherInstance.setAutoPadding(false); + this._block = Buffer.allocUnsafe( + dec.macInfo.isETM ? 4 : dec.decipherInfo.blockLen + ); + this._blockSize = dec.decipherInfo.blockLen; + this._blockPos = 0; + this._len = 0; + this._packet = null; + this._packetPos = 0; + this._pktLen = 0; + this._mac = Buffer.allocUnsafe(dec.macInfo.actualLen); + this._macPos = 0; + this._macSSLName = dec.macInfo.sslName; + this._macKey = dec.macKey; + this._macActualLen = dec.macInfo.actualLen; + this._macETM = dec.macInfo.isETM; + this._macInstance = null; + + const discardLen = dec.decipherInfo.discardLen; + if (discardLen) { + let discard = DISCARD_CACHE.get(discardLen); + if (discard === undefined) { + discard = Buffer.alloc(discardLen); + DISCARD_CACHE.set(discardLen, discard); + } + this._decipherInstance.update(discard); + } + } + free() {} + decrypt(data, p, dataLen) { + // `data` === encrypted data + + while (p < dataLen) { + // Read first encrypted block + if (this._blockPos < this._block.length) { + const nb = Math.min(this._block.length - this._blockPos, dataLen - p); + if (p !== 0 || nb !== dataLen || nb < data.length) { + this._block.set( + new Uint8Array(data.buffer, data.byteOffset + p, nb), + this._blockPos + ); + } else { + this._block.set(data, this._blockPos); + } + + p += nb; + this._blockPos += nb; + if (this._blockPos < this._block.length) + return; + + let decrypted; + let need; + if (this._macETM) { + this._len = need = readUInt32BE(this._block, 0); + } else { + // Decrypt first block to get packet length + decrypted = this._decipherInstance.update(this._block); + this._len = readUInt32BE(decrypted, 0); + need = 4 + this._len - this._blockSize; + } + + if (this._len > MAX_PACKET_SIZE + || this._len < 5 + || (need & (this._blockSize - 1)) !== 0) { + throw new Error('Bad packet length'); + } + + // Create MAC up front to calculate in parallel with decryption + this._macInstance = createHmac(this._macSSLName, this._macKey); + + writeUInt32BE(BUF_INT, this.inSeqno, 0); + this._macInstance.update(BUF_INT); + if (this._macETM) { + this._macInstance.update(this._block); + } else { + this._macInstance.update(new Uint8Array(decrypted.buffer, + decrypted.byteOffset, + 4)); + this._pktLen = decrypted.length - 4; + this._packetPos = this._pktLen; + this._packet = Buffer.allocUnsafe(this._len); + this._packet.set( + new Uint8Array(decrypted.buffer, + decrypted.byteOffset + 4, + this._packetPos), + 0 + ); + } + + if (p >= dataLen) + return; + } + + // Read padding length, payload, and padding + if (this._pktLen < this._len) { + const nb = Math.min(this._len - this._pktLen, dataLen - p); + let encrypted; + if (p !== 0 || nb !== dataLen) + encrypted = new Uint8Array(data.buffer, data.byteOffset + p, nb); + else + encrypted = data; + if (this._macETM) + this._macInstance.update(encrypted); + const decrypted = this._decipherInstance.update(encrypted); + if (decrypted.length) { + if (nb === this._len) { + this._packet = decrypted; + } else { + if (!this._packet) + this._packet = Buffer.allocUnsafe(this._len); + this._packet.set(decrypted, this._packetPos); + } + this._packetPos += decrypted.length; + } + p += nb; + this._pktLen += nb; + if (this._pktLen < this._len || p >= dataLen) + return; + } + + // Read MAC + { + const nb = Math.min(this._macActualLen - this._macPos, dataLen - p); + if (p !== 0 || nb !== dataLen) { + this._mac.set( + new Uint8Array(data.buffer, data.byteOffset + p, nb), + this._macPos + ); + } else { + this._mac.set(data, this._macPos); + } + p += nb; + this._macPos += nb; + if (this._macPos < this._macActualLen) + return; + } + + // Verify MAC + if (!this._macETM) + this._macInstance.update(this._packet); + let calculated = this._macInstance.digest(); + if (this._macActualLen < calculated.length) { + calculated = new Uint8Array(calculated.buffer, + calculated.byteOffset, + this._macActualLen); + } + if (!timingSafeEquals(calculated, this._mac)) + throw new Error('Invalid MAC'); + + const payload = new FastBuffer(this._packet.buffer, + this._packet.byteOffset + 1, + this._packet.length - this._packet[0] - 1); + + // Prepare for next packet + this.inSeqno = (this.inSeqno + 1) >>> 0; + this._blockPos = 0; + this._len = 0; + this._packet = null; + this._packetPos = 0; + this._pktLen = 0; + this._macPos = 0; + this._macInstance = null; + + { + const ret = this._onPayload(payload); + if (ret !== undefined) + return (ret === false ? p : ret); + } + } + } +} + +class GenericDecipherBinding { + constructor(config) { + const dec = config.inbound; + this.inSeqno = dec.seqno; + this._onPayload = dec.onPayload; + this._instance = new GenericDecipher(dec.decipherInfo.sslName, + dec.decipherKey, + dec.decipherIV, + dec.macInfo.sslName, + dec.macKey, + dec.macInfo.isETM, + dec.macInfo.actualLen); + this._block = Buffer.allocUnsafe( + dec.macInfo.isETM || dec.decipherInfo.stream + ? 4 + : dec.decipherInfo.blockLen + ); + this._blockPos = 0; + this._len = 0; + this._packet = null; + this._pktLen = 0; + this._mac = Buffer.allocUnsafe(dec.macInfo.actualLen); + this._macPos = 0; + this._macActualLen = dec.macInfo.actualLen; + this._macETM = dec.macInfo.isETM; + } + free() { + this._instance.free(); + } + decrypt(data, p, dataLen) { + // `data` === encrypted data + + while (p < dataLen) { + // Read first encrypted block + if (this._blockPos < this._block.length) { + const nb = Math.min(this._block.length - this._blockPos, dataLen - p); + if (p !== 0 || nb !== dataLen || nb < data.length) { + this._block.set( + new Uint8Array(data.buffer, data.byteOffset + p, nb), + this._blockPos + ); + } else { + this._block.set(data, this._blockPos); + } + + p += nb; + this._blockPos += nb; + if (this._blockPos < this._block.length) + return; + + let need; + if (this._macETM) { + this._len = need = readUInt32BE(this._block, 0); + } else { + // Decrypt first block to get packet length + this._instance.decryptBlock(this._block); + this._len = readUInt32BE(this._block, 0); + need = 4 + this._len - this._block.length; + } + + if (this._len > MAX_PACKET_SIZE + || this._len < 5 + || (need & (this._block.length - 1)) !== 0) { + throw new Error('Bad packet length'); + } + + if (!this._macETM) { + this._pktLen = (this._block.length - 4); + if (this._pktLen) { + this._packet = Buffer.allocUnsafe(this._len); + this._packet.set( + new Uint8Array(this._block.buffer, + this._block.byteOffset + 4, + this._pktLen), + 0 + ); + } + } + + if (p >= dataLen) + return; + } + + // Read padding length, payload, and padding + if (this._pktLen < this._len) { + const nb = Math.min(this._len - this._pktLen, dataLen - p); + let encrypted; + if (p !== 0 || nb !== dataLen) + encrypted = new Uint8Array(data.buffer, data.byteOffset + p, nb); + else + encrypted = data; + if (nb === this._len) { + this._packet = encrypted; + } else { + if (!this._packet) + this._packet = Buffer.allocUnsafe(this._len); + this._packet.set(encrypted, this._pktLen); + } + p += nb; + this._pktLen += nb; + if (this._pktLen < this._len || p >= dataLen) + return; + } + + // Read MAC + { + const nb = Math.min(this._macActualLen - this._macPos, dataLen - p); + if (p !== 0 || nb !== dataLen) { + this._mac.set( + new Uint8Array(data.buffer, data.byteOffset + p, nb), + this._macPos + ); + } else { + this._mac.set(data, this._macPos); + } + p += nb; + this._macPos += nb; + if (this._macPos < this._macActualLen) + return; + } + + // Decrypt and verify MAC + this._instance.decrypt(this._packet, + this.inSeqno, + this._block, + this._mac); + + const payload = new FastBuffer(this._packet.buffer, + this._packet.byteOffset + 1, + this._packet.length - this._packet[0] - 1); + + // Prepare for next packet + this.inSeqno = (this.inSeqno + 1) >>> 0; + this._blockPos = 0; + this._len = 0; + this._packet = null; + this._pktLen = 0; + this._macPos = 0; + this._macInstance = null; + + { + const ret = this._onPayload(payload); + if (ret !== undefined) + return (ret === false ? p : ret); + } + } + } +} + +// Increments unsigned, big endian counter (last 8 bytes) of AES-GCM IV +function ivIncrement(iv) { + // eslint-disable-next-line no-unused-expressions + ++iv[11] >>> 8 + && ++iv[10] >>> 8 + && ++iv[9] >>> 8 + && ++iv[8] >>> 8 + && ++iv[7] >>> 8 + && ++iv[6] >>> 8 + && ++iv[5] >>> 8 + && ++iv[4] >>> 8; +} + +const intToBytes = (() => { + const ret = Buffer.alloc(4); + return (n) => { + ret[0] = (n >>> 24); + ret[1] = (n >>> 16); + ret[2] = (n >>> 8); + ret[3] = n; + return ret; + }; +})(); + +function timingSafeEquals(a, b) { + if (a.length !== b.length) { + timingSafeEqual(a, a); + return false; + } + return timingSafeEqual(a, b); +} + +function createCipher(config) { + if (typeof config !== 'object' || config === null) + throw new Error('Invalid config'); + + if (typeof config.outbound !== 'object' || config.outbound === null) + throw new Error('Invalid outbound'); + + const outbound = config.outbound; + + if (typeof outbound.onWrite !== 'function') + throw new Error('Invalid outbound.onWrite'); + + if (typeof outbound.cipherInfo !== 'object' || outbound.cipherInfo === null) + throw new Error('Invalid outbound.cipherInfo'); + + if (!Buffer.isBuffer(outbound.cipherKey) + || outbound.cipherKey.length !== outbound.cipherInfo.keyLen) { + throw new Error('Invalid outbound.cipherKey'); + } + + if (outbound.cipherInfo.ivLen + && (!Buffer.isBuffer(outbound.cipherIV) + || outbound.cipherIV.length !== outbound.cipherInfo.ivLen)) { + throw new Error('Invalid outbound.cipherIV'); + } + + if (typeof outbound.seqno !== 'number' + || outbound.seqno < 0 + || outbound.seqno > MAX_SEQNO) { + throw new Error('Invalid outbound.seqno'); + } + + const forceNative = !!outbound.forceNative; + + switch (outbound.cipherInfo.sslName) { + case 'aes-128-gcm': + case 'aes-256-gcm': + return (AESGCMCipher && !forceNative + ? new AESGCMCipherBinding(config) + : new AESGCMCipherNative(config)); + case 'chacha20': + return (ChaChaPolyCipher && !forceNative + ? new ChaChaPolyCipherBinding(config) + : new ChaChaPolyCipherNative(config)); + default: { + if (typeof outbound.macInfo !== 'object' || outbound.macInfo === null) + throw new Error('Invalid outbound.macInfo'); + if (!Buffer.isBuffer(outbound.macKey) + || outbound.macKey.length !== outbound.macInfo.len) { + throw new Error('Invalid outbound.macKey'); + } + return (GenericCipher && !forceNative + ? new GenericCipherBinding(config) + : new GenericCipherNative(config)); + } + } +} + +function createDecipher(config) { + if (typeof config !== 'object' || config === null) + throw new Error('Invalid config'); + + if (typeof config.inbound !== 'object' || config.inbound === null) + throw new Error('Invalid inbound'); + + const inbound = config.inbound; + + if (typeof inbound.onPayload !== 'function') + throw new Error('Invalid inbound.onPayload'); + + if (typeof inbound.decipherInfo !== 'object' + || inbound.decipherInfo === null) { + throw new Error('Invalid inbound.decipherInfo'); + } + + if (!Buffer.isBuffer(inbound.decipherKey) + || inbound.decipherKey.length !== inbound.decipherInfo.keyLen) { + throw new Error('Invalid inbound.decipherKey'); + } + + if (inbound.decipherInfo.ivLen + && (!Buffer.isBuffer(inbound.decipherIV) + || inbound.decipherIV.length !== inbound.decipherInfo.ivLen)) { + throw new Error('Invalid inbound.decipherIV'); + } + + if (typeof inbound.seqno !== 'number' + || inbound.seqno < 0 + || inbound.seqno > MAX_SEQNO) { + throw new Error('Invalid inbound.seqno'); + } + + const forceNative = !!inbound.forceNative; + + switch (inbound.decipherInfo.sslName) { + case 'aes-128-gcm': + case 'aes-256-gcm': + return (AESGCMDecipher && !forceNative + ? new AESGCMDecipherBinding(config) + : new AESGCMDecipherNative(config)); + case 'chacha20': + return (ChaChaPolyDecipher && !forceNative + ? new ChaChaPolyDecipherBinding(config) + : new ChaChaPolyDecipherNative(config)); + default: { + if (typeof inbound.macInfo !== 'object' || inbound.macInfo === null) + throw new Error('Invalid inbound.macInfo'); + if (!Buffer.isBuffer(inbound.macKey) + || inbound.macKey.length !== inbound.macInfo.len) { + throw new Error('Invalid inbound.macKey'); + } + return (GenericDecipher && !forceNative + ? new GenericDecipherBinding(config) + : new GenericDecipherNative(config)); + } + } +} + +module.exports = { + CIPHER_INFO, + MAC_INFO, + bindingAvailable: !!binding, + init: (() => { + // eslint-disable-next-line no-async-promise-executor + return new Promise(async (resolve, reject) => { + try { + POLY1305_WASM_MODULE = await require('./crypto/poly1305.js')(); + POLY1305_RESULT_MALLOC = POLY1305_WASM_MODULE._malloc(16); + poly1305_auth = POLY1305_WASM_MODULE.cwrap( + 'poly1305_auth', + null, + ['number', 'array', 'number', 'array', 'number', 'array'] + ); + } catch (ex) { + return reject(ex); + } + resolve(); + }); + })(), + + NullCipher, + createCipher, + NullDecipher, + createDecipher, +}; diff --git a/node_modules/ssh2/lib/protocol/crypto/binding.gyp b/node_modules/ssh2/lib/protocol/crypto/binding.gyp new file mode 100644 index 0000000..236a25f --- /dev/null +++ b/node_modules/ssh2/lib/protocol/crypto/binding.gyp @@ -0,0 +1,23 @@ +{ + 'variables': { + 'real_openssl_major%': '0', + }, + 'targets': [ + { + 'target_name': 'sshcrypto', + 'include_dirs': [ + "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 =X*>zT*Ro;LFa=yaFtfD+t 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ΜA-k$!OHy$leSD&L((GYW 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�W>^Px*+3nx z6di_8hrdL1SnY(<-xy8=!?P-eP<1<>@Oecym0I+(!lJ9o28upLL?2Dj&yI@zsU!ON z6rEr-)lU!O(_kEZV&oOxRBGYR2@9_->nFVJmnMnuH&XbCJoIxkkbY^j(%>%kuNP4R z!j9^;{0uaN@q%P~H z(0@!vTRo2r`tOb!&#`+wS*bC(8fyH5Y7l~p;~^;vAt_Fjl=~l;N(jpR56;(eKCe1a zby=dEdP%`bv!vjvdy%(ZBtpD6oO4zSAVo#$N))Fqbfo95a-O_1Xn{?({ej@&{Xry! zd@pZXyw2m3K=34$lvoKZ0Rbh0?ZiwKbVOC=Vy)w9wE{t120GSh`rvK^L(eh{&PZgp z+zOCkh}ioN?gee{8GzP{FU&}W zU_SvTm6uHD&b&kj?^2ohC(Vd-TFz%;Z}~uW7#gyde8ZzQfxKLdy4M3R>g8h8@5HDN zh*9@Mu}&ric~_!ZOi zA}QlD0^FMN+DsnLWB0;+Gg)d073J*Q9oI?4R(QCFJGDDa13npCv2`tusZpS7lDS!I zuWf?O1)3vmbv3;slTT5S!X3^?4h=XmWbeqMj!%w!l?4GAebvQOA>8?8JJCn+qIb#!W{Lax0H64AACZm4VffGb{$#W8g|=!RVTLa+hMA0w{4HlLcL zgvCLl=vf@;*=zH3Q9c>!aS1~YAf0_Ib(J2K?!cwvS#=qBwoW~^UesV8E6;og-kmOd zMsl-X!V!Fl#nzEHM`~N9yseiP)h= ze{z?Gk`WN|$zx8x3)Ily$DU5pj6J=|^VgN*TO^?x7<=C7Ob7s#o!AOP6HGVebbNOX zN1u`f$pJ;I8FBw**hTjK%Y4epN0Hz_@xTHnV)Kclsf5w^^tF~2h1%ahau`-!2BBA{ z{xmxC^$Vn_Nc}{!&2h{ocVbVf?CpJ;t(sjv!6+HjTATI>PmLiuK_EI#O7Tit3DIGb z%v>$Hz5!F0^%H$Fw1*Kk;w1ACyhadQI-iRC6UWpgJPhFBK1ZeR0GAU9J`w072yGQ>IdT>VB>6_uvUnsmuDQYg6o-Ax%YUzN3+(*yk%Jt)!Di(n*A18-`n0 z2)E!ww_t^tt%RJ9otnrztmV`xwz{mJoc7*+rpP%R$J7ExSc#}!sv)kXu%js~!Eig- z6jD|<^$E{qEfAd`D8z}Pa|c^f3DLQOt*=Gb5v49m6kYH1{RswXL{xMq=_3}PSAI-H zl6}8tkLHkjI7(ApdFX1GOSB~652D`{fZjJR_&p4*Rb_L3$oa< zdpBQOp?%%Wq#vj85SVfnp`!Ghrx+VwKn12ouw0)tHugWYcp_F|n3W(Zh=T@x7W+K9pK>Da%V zZ&rj2MvlP7dm}jB)3MG53v<>6drlin&Q`k|gVkwFjZQK={1^=OvKUNFGCU*}n~&nu zODHy-hDg$ejF}&O9c2(UYHb*Y=u(Q=-)+^+hkvgd#S<_ zfavNi*y~jczceI~y&)3A@r|Awf$cW>7l-6z*wZ^iGi)Qe;;du%Z5jy{lCu>K7Q_p* zrFQCSC_GB05-wT^W4$NFntwfSHWy#dF7iSYr!K%j$8V3gEv?HRx<0ztARqFBR~PbPPBpg z<84T6GqzoSd`~qCwYjxV$#cI)QIUCHTT#xXnyqRQrzd_VW?Kga{t7YMbvMv#x7;+l%!Yj=b!N1?dqGLmxP~u4RUhzjW=UTZhU%E>rf8}z+2J`pIg#Z zZ3U>ZSL2KjObRWoyV%G30%QX@Oph}8W{NbA29!CRd2FDR4d1-%gvaqyI$`tuDV_Mi ziG4F4Q!+%BoJ+OIFw8^rEc=7lq5pbUc|F2w(e-85gx8h(#3wv# zckRF`bR@SSf-_&C6b?NM@t}SNeR0V{#|{z?+vAwp1hP6P4)AGRq40f%;roM%2ZpcuSzP6Nc{;97~P|BK=R}feimY;$e5#+lhy~Vib>uJwVAPxgznfiSe)@ zHy(%|iiaDGcu+qZ5D&9IV?4~lvE+Cl(*HCb$ngIo9$LWO zPCVolqj)?V3`#!96^V!Y7!UJuW>Y9@Nhg<6*y5^7YHxuy3Z^!A+YC zDGwD^&tC?EzsRq;rEsl7Bzrp`y~sY*7Qx(oesKtYZOucI#s?=DD)@R8$?(n{d6B(+ z$22HEyJxD96`?Bg2c=c^4lqMzq%Iq%+3q((v-TpwI%>9_nzbvYnL#M58Oh|)%v5R3 zI)pV-mnCYZpJP0U`91NOe1^1>h#*fc@EKC|)n`lsJ|#eLci}N#1~oL`F7<37@^XA< z3Xji^W_ZTiA95{ke>@E~-aDMtk=cgj+=i!aAIHq$8JR1JJkMA{MqTUlozoo3@8CP9 zBHrovK%0DOb1A54ZLn#qxTb!-cvQ@c=aNIQD8)Zqd@+Jwj~(s!;xPchC65bi9bIBb z!6hT)W33UFbXP8s878&L=m_l`sS)Qa1VgXi8cqf6+ANWM2zM-AMZ|<}#(pX`hxN&d_PATD7^?Wpe2iNrOq(vKI$sdN4<_& zIKM({{K-Jr_zQkO^JrX~J}S#TYRh<;W5jFi+4Yzfvnp6X;S^*ddm(16_!whL z(x;qxx(ZXJyNY7~$#@yAIze?=Vt7Wo_kL4gx}GA!Czr!?pIr{qorr5=y4ddBAQ;od zckd*VM>A8UH9JXbrn`4_*+9)2QM2A6!eVOn6gBHrOf!Q}STmBzqnWAFnw=8XOkFlm zvl$$?{wyL)rDnHMvp&T%GYEw>Bbhv!nJTT>8DY)TWr>>2!vN870hBaV8Q43LD3%FN8HiQF=V)8YSyl;Kdm(<{AorjhE z5N$KoHLLvPvhGk54}+3IRmS)ZV3z5pHI}mzU3Hqbcbmf-RO~!aY`v^5o@Nz`)gaHR zVoL!^fKHqenZIe7_+|2zg;q*C$a^H>**X)@af4I= zD0q}k=b~XCD0la`(W3Wb4($vvXRMN*#Ijj3CSGJ;B-FV3SgYv;PjRB9rQe6f^cb!^VVc)(s6H*Qk zDX*iHwe;<)C^VwFzBO=;Z~IeA!lOqg{ygK`L-YC8CDH^L!i1*Y#StQpfe4I}$abc0 zYlkhk@)Af0-#$v;@;cF$$7mIO>%+Ie#j7T?9gHStt0H`RUC6h;f(^H#4gV!Je3P5A zuI1*ejq}*hz&SR&nfQdSsop^Rjb4yCt&aV#ASJ zhF+>{_?Xym?3SSjRQYQHW1@O04-O2CnWZsDcB{<%TN_i(R#zDF&Cu?#zk)G`+zw+5 z6k{&pw-4Up=S~KrFfJesoMX(L?*KmGYpUNP{`-SXR9J?h;>x;>}eMqX0T5(HPz1! zmaC&M#>rGcH`*g}1$9CP)kJkr>hf3Zp!Vec!GlFJ`N-oB{7~+1Q5Y8w2F@sm!RG^h zj+XFvPlm5-JYYUY`vA6gjEx7ENLdRR!9Ix)dBPBR0z{@x-}UiJhCo7eP+#Ka19{`) zmn7Qq7_DMFEWAW<%?zdO&_T)Bs)%^N)8%@`gB^T!rq!+#tF7jzF+YXXjKO5^F?F;Q zmBa?jh=nf)Ni3)dpsOffF!-p;z_)c86xFgTwTbZiTz2(;tX&736h-!)T`-(-irnd` zX8@GORYytc+9EE9s|Y9Fi3yeS)I3})1q^=VDi2=`g*r7~AIh~NB1AgoQ$t)(DsVdz7(6F?%T;9>{**}) zBQW;DxI?g$Uq|p5vxfd$4CyLH+Ri0|?hN;SI2rGYjd9@s)p$5|eq}@9oxwRC>teF? zBpxbSekUhalpd#U_fUscd+@2cE2pV0!{QKhF2#)~=~}QnJOfm*y#Z9|m|Hdg3U@?Pt8p)?0Y4 zCeJOr7qt{8<4drK;%O=yo(sT}brEdjxgg+a*VH^I+2Z+<<|%t026(Ox@yudqPIQuS z2P01hsPbMBW^>7G9+|z2VqGcWX5wKi<#=qE;dh#* z2(bC~fIga&?5)8x8xkE2iKj@Se?VeBNj!;@@qRv&rDS62L@@d3@z}duS&bzgA``Yo z>f!R5MNND_rG=>K>-lAiM1vDOZig4iZ46e}RsqBT!!g3Hxe8f9n ztLQi*BZBBJ5`yE=EYSv@!$apkKRyxyF)tg4lb8}<$D27HV25>@IZreV6oNC<#@rET z0Mh>l((2EEbQWo^b@QD2nATgPW3?ysF+ywxJJupnZ-rgE{Oi-FNOpGN55RkoJ9}H(?KTOyw|Lr=0$v9#1Df|4FxP2%1{gXsa zOp9dM|6^J9U-39s{jqh&Yh1FoIz^cbo4SO{rDtz~fSF1#SfKW&xS<8yiPQ=|MBEL? zP5;fkk%%zCf;r@-+z7zhtq2U(Zi_W5*;}lv0jyP(Th`HmMV|7#!c>4-{xnTd|YgLBNEpNhFZ5p!>DPjh4I zP9`v@=!DjY26Y%2&L!achrxFZ@l6qY%ZYEjh3`J80JoF924#UAxcJH$=9MCtf@SLoWp2CT`L1(o$e=7ZZ z+rzDU+skd?2WXXJ;7$P~?reio?o{G~xnv*h&em1v&BUw7I*ESR1TNJt4EVFTE}x0d z33$`RXj|I>@V0i^sm@HCluH_YZwj~ZEAUkTDX;(a8w2>(cI3QF4U1dwvVdhY1DuV& z-B&ei*&iwFhJ^jPz@AIkZ~3riN5GEwl7ZhCu;&Ww6$n} z4$j33G3Z(snbRdBA2;SOiN*JP5Wu2iGmcsMjrfStc9(C4_ z$5pCbF^0i)m0YB*ug~s~#1FCVJxBer2CqWE6{`P}ng2?3i#SI2o|W6u*OpD8AJh$i_^Oj6Vq z>R zV3LK}B(fKi7%(tNQQLBuBwtMOG)?lpnB+~G?Fgux^bquiwW{j0_#quatHA83=vUQA-Zz$9;$$0T=(NqW;H z?}4q>nh z#3)}WyZmhIvX*vvN83gAViyAjcG(%SOR1CNEfbkYFA$q-7zUdx5}W+;2-I(V#Lw+{ z{&}WRUV3~XbK%crF8t#ooC{;?E+(|*ITvDLr~VA)!DWPUzCc+|D4#?^so|eDlg?-; zpDHL0pr}6sD5cJNq*g2NOPAGI8e(zoB6{VYw63x)n=~t>2TowOmM&ZDD-`0 z;cmdW+C3wz3W&OQA7#{`nu@xw46JK8S6ilG$-W%0{3qxq6V~zwSkC7->6aMqekCFH zCHg0@ZBx@*9woM8eoL#zhITq_UB8@7XbcWN^vj9Wk`s+@m0h!1J-SYB!zrgcx;gGc zeUC$55PVUib?)nreqJN&D+A90VgBqggfCF*JVc(>*-%51fbH8uSZGs*Hjcq@XV)^`WFgl_=>@ zB}z&{lKZnZhV0A1{%Ht-tPa@8#WIhvPOzG`_$9E#K-eO_3Mb<$xmm%@a%{|6^naBY zw)UHukbyNk*2SBehTwY{$(O_qk7sD14eL<_ZXrB`2CqniCo(k9X7UIOZ+;gQeWk^d z8CqzId*stSIgTp&J=E0Qs!b_-p9SJ-z(YqAS0kXt+a|W${UGA%@PjFFWy(xk^%AFV zd(dxWEZJKMet8hl@biO+hOG}W8n!;@$CWLKEMJlaJHwJ_u$QG^2PJK%q=OPy2ZOlU zu8kr4qZe0$X^S0!E%v|`@j*BlAIQxBZu(;r6<4O2WetyY5g_99U&Ib}T-hxcS1_zc z6?p3)oxV*P*l}ey&}Q-o3~#L$6+5Jb9anY>ZE=r$Fh)|v&Ig;iJGCig?~_Md?SAlx z;%a_R*m9TH@(sq-JE?JH%1m7K6{o-Ypx?+?vY!-8V>C=Gs_wt>tZEe zoIWiruIv_!D;U z?0xcxt2d4;t{#ILZ=cw*H{)thYFwEz6IX-9={+9w8yQOuk%DfFhOUf;?h;qsgSfIK zk>yZn&@(KF1{)>?FH+JAlypGGs{_G!wO<=U_D3(S+R_#W0$aSqxN3uw@khCNgqwe1 z6BSpcnPm-+b@3AoaeBA3xUyR?u3%V?D)8zRI=x3)T-gn@nLGkR15xo}T3p#Jw8cI0 z0Vt~IiMTqbO(}byJmRW%D6UGqqM54ZS09**&Odd7Ef0w;hdzL~8va0#2R}q5zswkH z6r5h190?FmF_c!SzsCiOe@dP9u@u z0wTjKBJYuiDNBP}SLnp_kKYb!TniK~br|3(^*T)(_zi>W55yJQ%?a!aH1H4$*DO?W zPPZ$-bT2%>s|r+8S3GCd(HCNGqOzL(&x9!tBc@cwxB<&=AS@hyikTuhxxoL4e5;3gHOJU{1Yt^BPpUHPWZ*> z2)!QQq-vBP%R7d(Jyu~st+Ca6KH&e7F;+GISS1YgM;lS(kbANbQ-sqkPH;s`p44vf zJJcS_+Q*@>Xb+nBI4ba5&IxsK36)#%;^Iz|tKunIYzb{58b_H-uEe*U>0gF5`fq!A z6V-ix!1@dq^5^4P&7)RIx)`Ey&$`ojykniL)C@tfU53`}GPF*C65K>ErcL!sekH|R zJi$vpQO-sM<{B{9Tv^H=>3V&x(7aRL)3vi|Mt!IQ1_~){Fb$eooY>-oJi#G0oz7Fo zw>U0OJlx_~)Z!g9xl18&BlqBD;FPZgqr?D=5*5e=)n~GLZk{^KzBl$nb6LbWfnoo9 z2#x5Ct5FH6Sl6#&85gg1v%T&V&1|xUI68LiW{o$4zxyShL4 z$~qMJBloW)a!Np?vqeNkZc~;<1S2=-n321R#-&GYb(lS_w_!Vpl|#h!hX9vt;CVE# zDNDnZxkMY-ZkcZ2KWZZHKnVgz9R@_QPC*Aq%UG>>GYQ;?C7U)2&JDd-HG@KqoM?Y`eiL1(hI$0{tSRdmX(`|T9;XC(|{iliXc zBZnNMASFhpAQ6)%wSyFN7HT`;CO!_NAgtd-CLhDrGFE!>!B+_y{nrU6AL`4He6~sQ z*=8r72sK!B+g2&Rn&MnS^6|f5BY${ldVQAgub+G}=|i39tRU(a?VEzHFw){)6i$J=R<^8<_6Ba@wuO_frOA<5gWooWoXhNdEWUw0an zQnT3lKf$g!zmouoVJ8vKV@$4}PF8?tJ78;uvRo86-EiV<&g~L=YQf+v@1C3>YxleU zfv0&;;yQ!}$raE523Ln!#GKqF+KH!`B!%Vd$3rAF#lC%8A>zig3a;*UNhQD3n0Chi z|H-Xl8EE$m$jProRC;9HjdsqZIN@AmOSjsiQ*Iw1_eOrj4l~?|NYaUCo8m$S7^dSu z<&{hS0xKAFR(tcO(mz=Ygl#iM@*ZfHd80s*t{XcE5qbd;!eFwuLelbM*`M9I7!Or? zwZ&}x`P}9JJhv&HbS}e58BeWew^rS;|MApkw@hPnrv6Wm^=o8}CG96-iQ1seXSeXT zTSvo|{gJ|6@e90txxoJDcIf>0b_3gufX#2qq{23h0sEud345l3z3_JY_+P`u-|iI} zw(QFZ+rRl%k3X@hFR+XFc;N&*UKqa$$ENe}CK-BF?UZ`s%}=q$^Y>i&4TuTVI^Zoi zD!$rP=A|>9^OGWp72d1zC>uA5TwkdPxHsg><2_w`KYSj(?PBV|SNveq)l`5G91R(W zG<6tsO)Ju(pB)N6^tpCDoOO*L`QRq7{^q8jYsy2Prp$nwHN@|ji)ALiXb4}e@%2qy zQNh+N(D?L2pXxBcSL)y_`22@HD-d5pg|9jAt!N(L(+_=`QiHHZFm!w(Lq{JB9oG_- z9y;Wq&k5`BBIomM=~jCX>aK>4!D{IEltafEdg$oQbMiRTNjT%9v)Y?KmHrn7@V+Rv zGIaQleF`KA2YKwX5fQ?nvX2htvN-es@bVgq!Cs@mJj-C>P*Y|wE(sj^nK*Q*ICOS% zIuu*?Is!w$X@{!AayzsY@f8ZbQN%aR!lxZ-N)5uT{r!+zCJx=#KPUeNqOu*DONTyh zOSjs?p}+K(TyPjWjDXAO(8D*XT(FDh#G$)z#z$whH-9Sq+xpX?*oGY{kOGHZPlRx& z?4uo8_FT}1-+FH%W-IE*_l1nX7tVDy_zO;_W`oFY+y?>xA7VJPu2e(oXoyR+&|@nP z+#5A~*&iwVKl10nHwpaR9iVkj2Lt|Z5#WElx%bnlIl(jr^4%Q>e6<3;vqLO#o5qd5 z-R2s$?2i<7^)(3ATLkusB(1)Z9|2W4`1T0khdbu%NTz+&z!w1Q5JT`^DDcZ5E^&uO z&jYuGhA;agg@3{bSp5!xznWJ6+_(DO5#WDrI;TUb)lFj{UoBSuN&#O5tGCp+@wa=Y zhAn#wc9x_4!|%b~_XyzKO#t}UCTXL+DK$Ovtzd9iBZI>S7##jiIQHQ1dkA)3u%%n= zF*wXsgTp6kaQGP{6QAh8VZJ{&%;(@xs{XfSaKJV^I0&R*aA>6sCj0UmEIuCwyH^ah zfCgKZZZK172>-92Kbrm`2HVvyC;z@wgDra(2D{0YZncNOHsfI;=sSoVM$@e{*wflz z+jve!({?misrt9{<7kR)*kA%FFxWq|!DMe4tZeh0XMV5Z!RZZN-u+^**Jv=$GT5`I z7 z40^y$acD7mz=K3(_kcJZI?0x9wTDATs2(s~^?+S;=ydJSv3?I2ONW-Kf0Xn9Y{L!} zNP$CJ6Cn&Hd&{9^8#4Sy5XZd(gFPe$>rR8cVi`;xLA)Ln?CiMfhSs_7+_3EibMrxc z!PrPZBzAAY5&G~AI*6Y?pVN0ZSRO%qSfiGG)~Nky?U!!@_5TU#IoCtmd)KE8bf(m} zX;IK`cZ-`>px-`1IJTRgg<$7^E!}DlH-D`9?N_Sb_8bZ~x72Q4>i65`baSct7fZjz zHtc4B6u9|c+F-ITzrm)?g~1*bgAFf)!6p}`8O)R#!b1at^%}~j@y5bnZBq^QR|s~N z*wU@`FxU`fu*u3`y=kzEw82LC2CGVgm8yT37!2F6!30uZur}IYvM;~Eis!&!?ZjZa zuY{{UhVb`&{mk%^80_c1Ir;xiHCQtUc0RVHTkT=6@A^t+*o7T3!^YNjZ(#~PA>daq_&ybUU_^YRr0`9!@I9{a$v#_rv>(RB)_9as%=p^tfcYPR zxvUXXuDCX2L}6iy4aOyc5v+)jv=qjL0Y+$e5E`5|G=gakyDw|RCeWc;tf;1k={BhB zKBjrezMQ;vVu1z9cgV62{@^i!r2$z!6|nrMG1iH$#>senY}B>Eb13%fL{eQ!s(2g= zyToT8D{-bC*M1p|!7t)*?e51`UC`JOI~o9y!c*-i?M`71+XW6ze;Zw3N#FP@fX5@F z;!bND-O7zeYQ@QALvwDGt@Ov;kmYuOEM{@p%P%erGOQlJMcKr=-yctU6($}6$++N> zc;5_cc7ObBx?RE8V4K9!R@6mc?C|OA2x7?{s^Q8$+qm%i%gHN4f4rG2hXpK`HbQ@Fj+615 zuu=VSG>ZK?kyQJVDt^HU;)y?ktkoZ9qH)IlxTujMb~FGYg{RsP{c%yFpg+#G(fO7f z=o|k}z~hloai@(1=#Luw(1kuLAb&pjRA?y4Px#(O=1INgM>N^NR+zP;7>{F5ZCvD zeur2sIXs;5tA{EW?lJsGe=T~xVw&;SqE@-}YtduLVTJ7{KVIgTc$tHE@r@3w z`|C^e9EYav79BmZmvP-t#mIxWv&Qu@4KfJfQ}A12>?&g?!Ng+(QzwFSKvKJYI)kYr zPR0}1sEE1<#eN-Q;84FAY(>-%M3e~?{5-gpGGO%erU?}TAX0edP^khA&Sf?_-^|1P z(PlXCcqGFS9Qkx-eUJRcR{yR3t=x#!{{TsDO-SNcDSNTH!BuXnXPCu21_0jWP^Yc_ z4YSpMa5DaHY%HsrI+2Dc!Rq;Cv3iNZGh1D*@~@`VjR4>3qkOB6qSeVLusW#~Cr6-T z$~KtAT%qkQd$GF_oM!j3&I{f)vzVRZVCe>8>4R5cXd6~Pn8nOPCBMvAcuX)Gn4$jU z&zqJE#}9%!&0(&<18jUU)jW`W4Z)*hy`v^F>M)oClojxG2Jl7#E(ib*vH%wnuqn$1 za6@_QuAzo{y@IL^vxjHVUA2w4mmrl5_r8t3othxMZFhJQDR|iFt?`&Jgjp zd#y%$r9!I?vq$UCXEzXS<7l)ppB1#GLbhnH(`fa4Rvl)K)}PO=CfY(l`#%>(dI`3T zufoaDeD*vV*wiwRmj)5MOy;xiCfEzYd=uKM2TE50ywl`YPF~Re z5?^wNp|s-U=Q5~Z+YG-|S`NAx=dt6_K9>jkTwSxvRTzD`T*V+ejK|%YXvT*D1S7vX z%%1Tg!}t_(`CGvF4Kl85F<$I5wrYhLd#sO}-&YxjmNF!P9tI}W*-CC2bhf#$k?L(1 z(;P67Wt3aAQ9e;dQHOz1$~5DUOUQ-{&%4ALvn3KghFbfwp?0W(;k!nr znqcGMLI1MmZbF2^WS{Ny+P|z>#@El?Dfo&7-{cg0Lcp(J@S#^BO{BUlk5X(^181B~Xf=1m&GG)EhB zJT!q0)nY69U~pM;hvp^wa`MV>Su=+$?+I8A;!M=TNi`jM7$tsjB+HFtsW>No08eKw znNb2sF_h$$flg!v`pr*PL~TMuS(h~vlmVkJ zYfPvZ0FlBohl*U*OtI1VX5QlWIPT2 ztsaw$M_fMkhDvWL6lgntMmzTko7fabTA>6JPcMs!OB9~j#5ufje4QpX0(=v1^-a8$ zgGkBK4^l1L^h4GBStcsjihFW-)j3VONA}_#1F78Z$#B)#jm~-_aMt&nQ+CD4c$cup zOr2~!_GVc;R-*9C9+Rt1@t6^i!DAj71)YM_@Y14?-R0i$ENyq$i`|Xja@+k=+_Oen z{X}l%;}0IAlROCs-t55cL+*p!pYTmCnavbOnmjGDjTKXa^8qk z_qC+DJuJUlr@EcPbFg@~#r2ev_M!~KGj{2DaIUISavm%Zab`a*flZuup}@C@@5cjv z&pW`u&CoF>$zmE@a#PqxUvq}0!TV^D;v{y`IhO*cI|o2HcFJCY#LzBxkh~AMhz-2o zSuMoz7(wzFoafDlIz5v5lRQWAlqoUBC~KZtpj=sUo+?pzW>zcf5)I-nm++Q-;@iE4*baZ`(niK2j`uSaMCV0$XJu# z)g}%i*qY(pxEh=6t(i!ffTX?{{oHK;^05G!eFx&ryF*XeolkL+^N57?5Xj^BD}+JjR|w5> zZbY~0l2ZIi2VB?iJxhpB8c}_Eo6Y9_4S~;8G@qa7WpFeT@S}2X;PaMbLCywzoI5ulPBh`@6 zC#Bxl+cmeb7lB*;TFouuw}Mh6&p3{PD37xFT^C=e8D;warB?9W4Zj*9kKcg#hVn6z z>7NR!!}3w@Erj3)p|nomj3ISUQkS|;ef;7vwciY>y|;F10Gh@D1%%?<+6=|dFVyzA z{Z#fJhJm}DB;YvNN5^6G@8X{MSYG;iJZ{&(2E1z{w^euy9=!*_g&Ty&!ONlg(B+&L zwa_Sii5b{vc(2>}dT1l(L^veiJGDr0ZFb;ZPNfJwzIH98?V+!f(VUJr56f1Vxn>BMg89u|TrLNdSir zUad)Vufo4*9HZgkFE_Rq67zhyQQ9jgBvAE-r6$VD6L}JrLQ}$$H=5lYv?Bsf z_R;-6^YlY!{rhqxg#Uq^ScJzI13np^i`ZL?ZF~_o6~M`K|NBwJ*@Ux*z4wtCZ^AUm zISv)XbivdhH<6z@z)>I`Kgov+JLhv)8-bvNn8grt4x*3K`NghBl~{er!_nb9kGiP| z-iJDzd*9_JqDI$l>KCCyqR6dC%fqb?03qz64kJ5csdhPA>;Oy50T%Cf0^v1ID?ah3 z6<&IYrqYZPM_>Xi_XJ`B7}=N8Nq;tAMCFN5V0vTrlVbl0qifG_Q$1iB!;G)V9A`+r zaln~p1*j`&)Uq!p>d^*um;MZ<&e+C(54k3eics!!#95DL@hXFQFz-ke5Hst=5`}mj zn{y+|VbxI_;~L0JL10WJd`Il{dMBebV&jc^jEy(yF^1l+#|RmT2r;7J4ajs) zA}>V980dym)M5D|#COV_q)=HXEG31{>Y2R%N1RM`%E;QU*GqMZX$<5`>#LEnsGSm@hqoI05wK|;@9_1 zI0NMmqa3aoOV=De9j>7)+}+}f@jQz3yD;3exAvbP32xd~n{L`yn{Mh>hi)1IHyJe` z%IVo@Bnmf8S8h^=<#W?LhHoz*DvbBUHvS?vr(1kmk?(Yz1t0ROLVjnVLaO&7W^E2d zf=rJ(^xSx5B(HWX;phR)tL;&tZw-%{Ss&JbGSyVu!4zpboT2UTcV!24SUx-W1KM-I z;+-Q9=GF${w`!YkeKx%W_8^tF;9dqH{&vqLCIq4E%Nc}z-w~BnqrjYxlVz~JXBxwd zYNlKqc;EuvcL=+hhAsPSVXKR_zsW_Ld~mvkK$fpoSw& zGr<3P@UggB$anHlZmT%_QSK}Ahy>LlE;^-%vyEZQWlQERq{mw zIQc9Bw#TzD_=Pw&qm{m-Y?M;3+q3$Tsapd?Z+=`OkGQ0iqTrH}vN7B}>nk<$>G|^d znQ_nJ^)ua{ZR(kN=on+3jky<70R}C7O{osEbW|$$j`(Sk6KCp8@v|o&ondI8NbSoKo-oXEgW5;`hr4Et7kckDfo{D>dBT z5$+qF0r#TIntG-lxUYLA=GLQvfV(<8LhgHaVvxQ<@NBpX+<&+W+%Ly*3in+p^)}w6 zxo?cq?^hC9GI>_EI%krm8mMz7 zS)cL)>guq3)cqACq0~U&d`s$}RKf~U)J)Pe4k#cmsySuU3eq(sfpJ>)AjaT62ItVwRHiPrRgMGk@XS*lA;Dl+i0`&#vMPFiG-c=WMS_2fy{(IkeTr6+MEe*snyh1gfN2!w~$m3 zW;4|cP#u;p%>0>uE)W&Qb4WJE%?%b~nfVK2p3T7c9gFd&WK3CR=1-AfzBiV{*Qn8a zn`pjz=C2OR$Jd|nuA~E-3Z3`pzzzP4cSU*$Jh>j8-JoZ@_}gtpOz0)Dx5BN|hsj<$ zAnUCE#ItB{;r-aj8VipxGCkM{u>K;jM#llG<0bG)Yn+V#6B`qP#~vq**~YJIdiT^3 zIUeg4Cnv>u1svzQN8gBZY3#TR&G<6oF_k>3Deg28t?)Er9cs!+koq zvu<&6+a=(B@Dg%Acu6XEyP4)rHN~B_qE#yQziIBW_u+y2kCz-p?yZvGev5EVlKXdz z`Fn6Oem6Ez+)ZV}{Z(*h-Qr|Vavvz%2c~hin`!P;Q{3sr2<|O3ciH>!z&&|1x!;-q z_gjVgyo1~SpC$2NXD)EJ7g@b?YQdOVAJ4ZPVgLuJ(=m&X!u zEQmYfQI4^ACbMb{u8>m<$1Y@5S@;`z`JHGDGYq?&Ybe7m=Zezg%b7=eW4dNUg9&81 zcaSE=IKA+v4$GHUe0u)|qQZE4Y~w9c>9xUGk7v<=E(5*S6}=xXizN9V^Oy-k;q-loe)Z{KC4H?K}pUo_}Jrh8YIo;nQZS(z&H%J=o(Gh3Y| ziv-8uj-_{x!2jq%z+ZkLm{!Eecm-^lHP87|^HXk#xvi)cnNjwBePH_NLOXb}P=BhZ z&!zgm2kIA5eU50R+IzKH+57d<)Rrk`ZxGgr&&_nOa0^ubLsW0d1M{Erp!zzTG|~G7 z=Y%|=dS&P2-aLHUWJezEFFh8tj4C|OZK+{~MXsW|V znkC*iYTFMQL=mu8uZ&f?bv#@K!D!9#r zLWhmvnfKvdy#20*ooVuEW3A9`S2vXZWO@%TmqaDSZJW=)+Q5Gz;Rybvk?t5nidVUc$F z(I$8bsb(zElom6%Ol*8AUEpKdh_#y4flLPdbmF2mM0lS{F+5&Wr6K;u-0nC>;IEq&la33enCX5rqJjSM2 zX-|7fg#i69l&4h8ne;~`s^*V_cyPT%X-#=bMG9pdYk~on>Vbi54^;yM z%_T86rOn4fs2*ij)8;qgWW0%G_?HN$7`2?K*ud~#(C~NB@TRRX{5N9wFO}ifD#K$( z>%B}V(Du!Qf*`yDf{MGLv@>mejSq4X~e!|8x1?hG_ zH~)2L6vn9DAJxU_JygP!zfos0e{4`*IAFKbd!=w8KQin+<80>0bb7^DYRo_$Iy{g=t<4 zqaQ$7RkL-)#Wi=;+*tFon&B6k8Yys9zY7>h{Vw2IBjyDvTdW6J8R|DfuIp(AvM&dN z?+k;sWH2|H!S`gq3|=+{MoOs+Hj=?xnt|-g!CEziEC*uX!7@p(Ellj}`nK|l=ycC}y;j3xL8uFx)fG4#DJR3?% zeUBtDD2<19^ec6k{eV8maJ?EjyoG^Jr;uxXi{=p0WU94kW_G6$mEun1W<~QW(xiN! zW-~?XBTa0mBBl znsZ|QN@8?g(gC&wPx$i<9#!QbD@#=Hk+nQ&;iG^Wlz|eq?g|P+)XCn8x>EVc$FzPx z;9}@uQjz-@JjOh{%BEw%vNE>uld&=5BU86C>3sFRgMVV)R+nF|tB9X_POj>)HvH0u z^QAd2;$j-#P_M?ztf|#J3SlK#tCX*-Hsq?M`#HfwKhr%psKYEqh>|#*4xNSZ)3A-7 zicQHJj#nI58}HDHkMp?K+;o znr)vP^ge83?k25u4@wci>M#qfnm(Are#n2;h`aoZKxIH3JJroyyiXk8$S#oJ8hS4BxyM z=E3nY7@N90BVQ2+P~Zm?Xos;G+h)#ZALdvHRT&2CZVtz5+AMJp5Suk_3={6^laq7F z$?j%t#LqwuMpTDc7*U3SZ;b2OiqRgmjJB4p;|ct3r7vCAsV`i&Lu*~9T&E7R&|0$V z5`yA6Y~#;ZPy+w$&B}k2QJhTl<>*?n|D5H%1E|7xK=SjEg>`1FmB2nm0vVw^2Tt`c z)d?cNV?CadCn)oe-G{uv)eBTOkz#UiLM?AELPlU;3a%G;%%~R^KH`xF)bs8on8)BJkAc~yd0Umz% zG_`8gI%bh%5YDSp&IhQjEYZISyv)|)8};m)bCO!=_mA0+bFe&tHT)B0%R!@A1!bw@ zX&BgcFyw-XI?S5Me`I}WzOZ;FVDW@g8RAQF`jhyf7wZHLKZAgj!=G~ghyz8j9sNVm z;~Tvq&c;?d`((Cgp3^}beI^g`EFn)jr~5+wQ>u_>WF16=(815aBuaeNCUL|h^ig4a zL12=a&RKv{m(Hkz4dOn}Ia{Bps?S{LoTJZF)@LrttA;b$EEkIik3u2AV_ob|5ZCJZ zahR2Qa9&hZ&94!(zeE(8c9j*1OC8EHjkK6r@)IU$+Ts{I8mw_4oK91%>a?iXqC(!e zlx^fGeOC(Jys9i|o>SK&MKn>j*)(!F&|&yzRk0rIt^Ul~-YNu_i@iS!?EQpO6QWBC zLDmUEuol6X5WENnDg+;A^iXthrvV5-+3FB<*usQhZ64%VLY{Um^@TiDst^@|BE*EC z5}&n6R0ysXldKF(Qq!pmIPxk%{qRtpQ;%ohpaMSxuh3^qP+pYh;*1}H6yZ@QW(ywc zqVWm#0}2d5RzkU`s+!**Xn%<)H0}Hlq&(9|LsKCrO;rdgT&W?LPuWJE4ne`2cO^?0 zf~4q&phj+oU>#MFA*lY0w0Gt^@cLeKQX9$HFLvJ-*gesi7qO8Vr!=2f`BJ9f)NSoZXq`)yK_nqYnOpY|SsFS346Mm)~yadz7=OeBlV}9nB zUm9juBkBmrSR}$u%$i4>#{x_(4LDB#OB~n6DYrfGBbsF|?`$#b5&mGG%@SDZ;Ithc zE{t!*HvS7Xrsv7vG?8{;QP)P*F*sGHS7mUTLO}N5#HOi(6I-KE#=(i@W^fYG{@^r; z;yu58qv{x(L}lJ&mH>qePE^Ve(PKcdF4KdPIt;pgsf&ZDmbvqPw9M_;#&5$WWSQyE z<*^7!-8^?JmYG2iwq@AVvJC3i^4MC>1|o-TmUF6bLKSR6!}hBbZ?}hKL}lJU@Ck2ou^@Fo!osV8~|&7D__<5@+LI zaPv7fg5CKEmHe6l6_4O|mxQLj+|Z5VrT(TtcP2E7!RN3fp>-K)C$viYOGs$ujr0aq zq_WKKMwf&(!B1#^V?rYrq_NK)a!3e&EwK{X?*Yc4s{o!K9C?AGy{-q}FrjS^652^o zwYB_EZJp34odP^IUXY9p<^sL~pC8Pb}-4$|7U zjB%tj*-Kh8E=TVSe_|o)!TWbx*!7OXHhwHNrvFJ=JDt{HQEFQIv*j3>bF(R}U=LAj zZKbueA&TW@hzh5*GbrBk+e=y#m3e2f#0*hX%0SUW)Sq;j9-`D?FaTt2nX4ckw~(=o z=VKGH%sJ5Iu?Tr5l-8;dggtn(sbv||ujR2d{*cUttC2Lzusk}golEg{d!#i{nOBu1 z#xhiDS>|kArY)lmv#^XTq5mWoA(-3W3*m+FR@fSoY~n=+PvD_ESwioP0C&&RS~sgJ z40V{TR)69C-=ejhrBxR0c>+%%_T$3+%hX!Ka8+8>VW73tG@vIpF=b7@^j)rNcnt0x zpw6oa6}Xw%mp80`l|1kiPRF0%=5cJqEFKR98NNER?>Yv$d5vD5k+_rHw{YKe;Tze$ zSPZ)mj+@qK*OI&lv4OK=R5PCd;p8|+4`qLNJgngk7kD4!*L7mr7e1T6B!xuC0iJ!vw zXE+^S!p*1HC|~eUkii$D3T-sQxzct812FcI5-ikwN3RD>G_!M{D?n!)#n?F**uBqEZQU((V@Ti4f0n~Z-h@m%& zp_BMHd|~_=oQ_}3O?_-s`0-GXA^bjUVtZgXJ+Pt4hfTsB@WsLd5Ka$#*d#6d{948Z zzYNLos2{&IlkgiM;kS#vxL^B1_5o~|3i6M@7rmekFRe3FjW2itPkM+iM$s1!gngk7 zkD4#~L!H-Jd@-UwgZ@qNML(R5_u=LhY?Lo}D9GT8qL43&=!($ZkBU|1idB}0RlYH{ zumf=%$@jW(dkT5KHONB-$!~9xIu!Vo4EHrM6np?}7z(g!>bB98WglPyWk|Itmu)B* zZa(YtIOG<_AH!C>i|`wPBJ4)0-6-sw=TPj7z~*gSF~<@UdCA2lc;CQCKAA89^Kkr> zVlv{ij_gQqG+KIWDQ9?pAaVHc;pb0mNEz-^D4?1m)Ix$)he0@(jm4{I%&DSt03Iof z?=yaZ+}BWq-3;s;a#YBt^J;|E0D3Aw3#u5NajUL=O4U}QnyFB!!z@rOSs{Xv-*fS&GYTg>3K)Og>i#(wcfGCv z_b{(3pnMn=xQCNz+r*#WHSgf z1sC|Dv?f!K#{!-+P)xyvEFe5DMbt$oXmNat3S_kCx?OK9!0mec+jdRG z*!lVIL5QJL8-E7nv4V=$(R$Plyi(DS4ysE9&A4L4+=>lBFy@Y=c=)&ucEsf_;E6n2 zYh9cOBpbn=5tSPjR8I@a6G1}oGM?hgTP5h^V)+W3a-8?^OIxBy%&lRokl?!&1(ES4 z1>r#DDcr2J`Q%e)Zl0o-MaPo)%Oum?kCkp!5nD58O;+7~NOwbbr@zUuDpYb#Gx z-CZ4Ki^?BLmq1!!{1a>qs)(UFXRyi#yHcP%1lrC}m4I z!wXvurTmBC6h|?4849i8R2^o^#2-!_vG4hoeeL0tJQe!4IGnN?>^q0UDUnGhiET4O z>Ozf752@-f3uLK7YFw~ggl+snZt}1(_KqA>+gv5P1|(++`hx)b3pxBFlDZ z=nttsvz)S}+@k{dtAeQ|L+UT6D;ZLEqr?C(DrHC&x>|=RkRergvKa)L0vS?8l-6VlWJu*X zPeU;UGNkgHmmZ*7shL0Yr2v>pe}*stPam=Q5{|n zs+DP0q%J+Es>5uN`Ge}2kX9H!9b1DeVoMWY!9mBsnCDSL6y~DjhkDsG4_reRBtB$dr-~C36BDbyZjV2s9wo(%9e7E3goZwpz5NQ za}73XQ2m6Cq-4ZB2GvDsP{l4hs1`)DqP~o+^q|Ui?0wXVef9i1@P}a~gK9&ZFaXSe zCxfcc)jCXp464GD%^=Ve$e=2sv?fy^gDTH?8j2~9L6zsc6jA=5Dp2h~Rf`Tr!EG|A z-U%UwQmKQg@0E&%bRbSfUClTcRIi|Td!E{oC-Q8qGN}5JjbP7+(u1lI4#oyi_n z&xEP0F3)OFU0x5XcWF!OVO1Rl$c}KO;~6OTT0uqk z)_R(cX&zp8^F@FO1aY}zOmmL5dIerqKK)8&xnmiYdZ-HbO=YQPc5^Iy?BlY>17wX0 z2H6JyvFriq_Oizj@-HU;e+vKZ1GxS*O88G8|8Y_Lmy!Q>%|A-v?~4F`2qOQF()jz8 z4F6BSpQ`X)2I2n=`S%$B{{PbaWgh?pe@H)y{8y0wBbNV*g#WTA>KR<`w=T)`ekDU4 zuE(M`e9e_EarvW~vg`v)N8RO{Nx6;X^07ksrzpx9yzRFx$=iM{!gLWf7|4R*pgyur;I5coaGHi}4TzZmPu+E%=Kej}>rO&HUk9 z9j;*Bs??5P(W8qY1U*w7W-$=W{t58{;? z2EEe(W%fWce*ijS@qnC319HMckuL99Pj_8 z=fsLm`vP-D**2@y<5-Ao>OQXhBl`dy`~$&uFD#dTt_BGFgxoNMQKI}KUw83X3r`7D zGk>HyNopBSbq;$<9R{At1}uNECc$)*fc=XFb{dL2p1`_p8XT_m>ep0t(P*ZtxKW2k zh~{2F^Y>IVJb|T%G&Ec)(P+Ac(Wt`!jg?L^cQpO(@g>GK?V;A|2Ell(9^Xd1RYJF& zL1#xTe^frHW$NpEO6VA~9@UtV<~UcbyAo_8lh zbWqv*un@D8TV@E^=;xHfw+=f%V`2PB!wJDEcdmH?IcXqo9j-+$b9-p}>RX5EFw(x! zT1$S4pcB-2FN&qN%P7%hAg3!GaXS7yH_u@sqn*b?L5AB^16$cPT~C|7)@op@@VMcN zg%=>4DSTk7v|ERMEi{I13EdD6bcam{n?<)_JcrSK0~%@$(3O1LjdDlMRvO#4!Q^PKz9 zMbw{JMCZzr5cn7VUXO_tx5E>IAP)B*#S`yJG*-ZAafdSkWkChwj_*hE=ceDGx4_;9 zRchi<;t*1k!`6tv{lU|W>-yy^fFM4#hda&)XPjt!tLzY@UFQx&s0}75Fp_%OguXf!`VP0kU7&>))q(6zV6I)L~#(E8|4>`moY!qV(KU zr96QbT~O&^D*Z65R2`OE=>?+HNma@d-IE{60M~I8w0;!Ust(Jo^-|FqPu0p3cT5F}vF+jMu19C1HM_kn^65*6je?U-cS4DrD+SAcoDvB8kr)b ze_EEZ@rcwY-lxYlG(}jZxys&$1*&+{zV&obxtQKTrptxtJ~HhgOmEM`H2vG2rY&&e z<5y`+(#^}YVU028zt(bW@Z&>-cd)p5=#LV2}|QI5C6b_a3j~_Z~N(2p_YU;eLldki%!X zO#35Mtx?z|s@<$6TIMO&ZgpDc^7CmSi#gN|W8vdz*y4L|*uLj~-qGj>Uw&<7EmScb zHv>QnY3eW-x65UNDPn`kw88ffAF{zXe96M&S>j_*s2?8sAHe$wMX#s|Qf#ogcI(_Nwcby$0kwno7v@VK$`Y6Z@ymEdKWxA+<86d0%LeN32yO7X z*kC4Y@IQzT*`UQB^bDTuo_z5Mup6t`z4$~d(eo=-11NU4K$T?!b$Em}cuQiU14;%3FLp!0$vVl50LK{@x!SUc^Y~%YOK4gQ=JJA<-miWMKl4AGHm3Un? z?gTr(q6jva)bcR?fDLd}j#`sdttpIyc!~|8g$IMpx8YCRhA9Z zVPJ!D<@tQ*_hJXhQ}X;ANd#BmteC^j+nmv)=Xui>B%<SXW30{w8FFW1P|2zv2aOKju0P!sa@b^MeQ&tgpG=s!*Qu^UGJ6FK@Hiz0Y?&y~mH z4|sd;mGt&>RSPLRmZ()GZ&Q1Uw|mIwKM&qE`au_p-3m};d0QPGp|@v4zxO-gDc=52 zy!|H5meJd$Z3b_D`b_GY7-i$ryW(wZL*71t4B>6r`>>9Vw--TgVfk291XM?W7+6kP*vpNt}S`=#ek!5{GU%g@u>GgYnE>FvwPM-zjxgvh0*kA>1PzB;cHh38C_x5-eFB@nFcC!?_rR`#g zoAY6V(@+E(yxs0}`~e%xYeyTrscOxp4X!Mc4X8cE2A{U04ZL%To0cFEATA3ZGu-eb5zLUAeK0#0Fhk{g^29mo<9$NAhHij@1Cowy~W7B zx=fKx{V9>%I{_nf?|KN`+lK(k)a{-FZB}rr!yvfJWr&7ihyohoe25Pj;_)dk1kYlk z-I0cvrx@Y@-|?d%EQXhE=|#}Or{`$6jQA3D5iM7V@}fm z1#Cg}ZVl+OY@rSVTa>Az>sRUWJ$bl9I$o~v@CT1^srNV#c^3(L^fE*&*6o;&Kr=0%f~VJm3UVkFULDU z?77tH3tLy1m!GyY;1D3hc9T!lAI2MBAfz+i&6_xU6PD*uf&-5P{4Wmjpy2 zGaF*bZV=bCu;uOD@CQ5dFChoGvTX8*2Gc~5hi$q%^~iW!3{x>rgv+x?6OO8u{7V(; zy1}=sjY=sImBmo$TvuK*t-TOIfqOuSR{Y6H8RbNnCoJb&%RY!A%#avAg56qRE7K^Y zd!~9_D;(GbuJLNYF7ifdIQpRU#m+b#Phw-@hj0IMdZXinD(}ThtkoT=C-^37hB)7Z z8XXu>eafRE{5aS}r1g`2l@e&zD3`enbZp46IBFRYU7zA8UIwMVP~7JSEf@wEf9vU} zX>j2FFFi3)bH>5z5P^NbeP^w69v5;D`jKk9TRwmdrU*l%@gRBpUO0X zrr!S^4@F*q_-PlXgongUlEKI-3#5Da%)wBiECC{WsZ@Nz@JCjeZ*Gy&a!vfPK&)Csh zrtwtw(>G<*!??GOOq&SPeq5~RCrod^2{V$;=C~!RxjdU;HJA52F#X$GyBX?W_NP{J zdG`aOmaOJhY8GD6?&0G1!I-p!R`Gl!up5R~Y_Xz&E!MU%C*g{&!2tGL(Y+DsIOp;J z5-CO<29v)sndIE><%gP28 z97+J0*P`;qEhM5I!AQISvCa^n3ZWPa6e@R(g()R>;obl0RdX%aI?tBzl0cLB=*tv0 zI91$4U))59i^}|^a|maBdA~VR>MMkWFD1z%7y?ZaAYMq0FC-HwJSF>VlT5RL$HMGY zWZqb`3tqZay!6s5^wL7{(rBElJ!?Wig zYX;+%32x~suMxK2RobBdUFB7rOx*0pomIUIamU8)zlc|L74>HjcUePr z3Aud$d1eUm6AJPSLcYa^Y*jACW2vQ@nd zklEOMDuAs1JOapnBjo1;$g4w;yC}%32>DJQvQ@ndklENx1d!FAM*#VDLhc$s{vrgq zr-J-BA>ZvowyKu_G8?R(e-(ny>`hjQF|2B+1qUt?x&XxN`M6vO_4#>*RphkaiJhJ6T<>u)uL zqd_e3=3msXzr0aXXBi|0D$TIJL5BTNsEh&Y6}A~DZMq*@b!8*xP^LB*URfEyC$OnJ zN;`oK@0NzAGnq&>XrJ*5q2%p=vP6`T0v|3q582Hv~9mkHn7v#c1s+ zqXws<|DguH*Fq|buK%*?V6=7qJu9qWeq*}pJ9s+LusQ?)f46HX<#9F{f+mi;`WHn%QNIq2qgHqbI23 zKMQm4;uF>O6M6XhdpuL!J-Lyfn(L>p%|k(-I<0e8Hu}6qIC$xp?#WMvaxoNJUOs*5 zctnqfg=NiPT@A6#Q&5OWa>(d>AiP4g{H3UEOxpp~JYOiuREB%UR0=mV?`?cKt@i0s zTLha*3DFG0cElgf&j+QOU`CR71mlV?7jODp+sI?!6(=_XxNO5n7-&;X%ymuvJc>_I zLl9mI`V%aMCfEttPSkYVA=9hcL($OjjW&(S8Lf=H1J&!wi5Om6g!5^ojbX^GqjE|B zfRB@-+}M+rs#x&?d?N}!P}C@rKq0?leUWgUNOShraJB^S-F$$aq1O`?-GOum4tlXU zqgnhT(JWsJE<(9;FQQrXkE;;8rSu-WR%C4>zDsp&qq^KwP{uac2X@IA<8d*XqiKeCv`Te6mPvn!LCJ3oODyq|--t4Pv%5^OIT{sJY$7A67(HsK zd^Ebf_ZhvE+%KuT?=a?~ktPi}S4Msl0RYh0#pq2PBnufyK}SyC9X%q9*B8FGJDL zvDJHx&iO_e`xR8LD<@)gWS3UTp|f|10PtgMlpFZ8RIX0tJvEAmR3376hE%=+7(=OC z{1c?|wJ3M~jc8W=qY;AFDY^F`m2WIyD&JU8mz(31u?==P3a9dQ)bSlQ90lR3{>;Wy z472nFZT2YXJTy~7Ca;(9S}bn;RKA(5#r%WWm=aNWU@0~o3fJRDf!czS%0n@rQ@Md| z|IRNVsXSC$r*Z<%n98#XNGBJ4McZUJ!)X)-yS%HJM_ zRKBcWeS>f+_eH=F5X4kI0$m*rLxWhN0Uv6?V(j_`O`YA47^pNUZKR~~38;)VgV^RA zX@iUFZyPvOr(|dY7qT+cO=DAu`b*f5SLNR}Kq~(|$5%3gchlZ2U`OLzBuYqncmW@Lm<9@|BXxM`e}Dsj0ZrmIf-7&z}l2S!iA; zfHj%QPpAr$oS$DvTa@*xTq*~t{1mix222YpSV{%S(ULW(0;#k5t+L2ee!6OFr}82J6>(MmZG+TQPRC$DMN&DoI+YWBbSe)SovHlfYWdfrwlS@w za$l&G%0mrJmX=f=svV^AlTD>?D)0TPbQ3J_CyF^18o9_PTN-!_yyE0|N#)pjA=ymj zubY_bl$Gq<=6$Od;>K}ubK`;LyM|R8J%;6GWM&eURO@=GqpIMR?4As zYKZ`F!xiNQJ}s4_Q~Bh~sXXND45|ENy2HLI7yksQ{7jTPoe|Bde>6exIwkiWr1C8d zn98>_Kq}wT;ACZNgI$iosr=8>aV|FKB6QX3%*Ip~%C zF?>mjw9)%vClEX&sXQefC6!0T#jhi~h@xw@dp~<52W%h80QvfW_V3+uhnLTW(@6^fE22sPx zK%E3?)zOk>_OPiwW)C;hc<`0%W%l6fhJE>&E9;(WSxuSY_w^Uy(P8hemMI5|Df4hz z-66SaLU=Bg!F0X|Z933ffv=#zGH4J>ENY_WVn5c`*7WOVVa=#ErCalF+M2Q#Yx;81 ztyyY!NWDXH8SQtA*iXJ(HeAeC4`<_bjSbCQ>{e9s>l)tpcA5F}h2dOQc`q~<`xi!J zS%`cDe?SoLm`Fy^cSxwI7$3k=bFmc@5vUfLR~o$mn`mr6+0|)5=`T7fSc)>=$Zirdcu<3)K$hV*awq zvnCFn!ynGehoo!qGjSg?nK9JHRv!uivh_lG_!yQKlF#{APZM{YlZ#|N24R>Dd6TgROwXQz9y_D#fN>%6x34Js%6XprnYDrIk=^Js%@*Yd+TB1m%Eo1*MZDGi8@G3}aFw zb&LYA6-aKEIax|f4$Ksj-O(IPGsL7-s$;TD`hDj{1txD3Nj#<9DJdmBWlkpXi9E03 zG?*P_orJDN_xF0yH~3y5GVdr!LiKSreib(65ieQWe+kw6x+e3Kl7vdTO;1fJNytKz znuLY{ff*@FUE7z+K@xfyZB-Jo6qKBVUO|(xC!v0*ohb=fWsym!ziL~~Bt*xgCn2Jb zPC_B0>m)QBwT)>d3Hd^;Bot~GN2O#;dcKqVjpKdPTctnG)Kogo4BraSBeB>o8!&_I+& zCLk-g!@Va%0y5Ym63`&(NKHUgtP>D>RCWo75_JM9$)*trC{$f1AOk&pK_FCHCm;g1 z5>WUyeO3XPHu#fPMDj_AM_CYvipRldo;mqgrJ0gXlzzWYMFnN%1%XmxQ<9IwCX$be z(JYdWeqYf&A2#e$c;M! z_G4dp1Qh^F9cBS5yiReSz_{0fA?p-8(LMR2tW$i8fyN!Bwd!>Wbr@(Z>&113b&7|f z&MSfnyuW5RZ***w#QY#m$6Fh09uM)*m#kB446jp6;X1{-`di%aI)yJ1-4KGgPO-(s zI>l*YadqYwn&ke2tW&%P)tGC|#xCKRb&6kHr(vcx2xe9W>W|q}CZHdib&6kHtWy-z zc<`0%<;vREjVo&aJBsTRMKt9^%alJsd|`Z)v7+<9nD9D92GjW>wCO9c zy-u;k)zg#K;)A^0@^Yg!>Ey}u1 zA(ewE;xx2%=8g|5_=XCSKcUMf?x6~-Q;fOFU#FOkCS{)@&Oq%j$;>N*7-gUO1lQ(&vtDTqFLiWoAwzGw73Y8%ta6wwz-PwS){Y8aX#hH3{> zME{;qc%9;}zsjJq4Hv#!I7MWr6`isf1Z3-l^vF6zNIs{DYfRjAO8zYC6cC21Q|xnj-)Nuf zW0#}wI>l`2cnceJ6S`{;Ea*@%%(4r#*{h@j;dsndT&Ea&71t@oN-vUiiUn*f=0Cv3 zl!(gvO0nr7S*O@*uTz9vP*Oz7Iz_0qo+c8wHBAh!Q)C^K&KfdPcKMBAOlqW#Q2@3A z$!)SukrI=#P7xK8>(LxdGsL7-s$;TD`hDj{1!m@Tic;cJriv1u$nz>rgV|BmN$7QS ze{UmwlawU1Rg%z5oQ==GCbUlRBdYmz%b0{pTc@BVb_6R4S!hy|&@Lb_BW0=U6jC`z zLO-FcN_pODdY@~LQcGhtjBx?a&}`rCF(IhvpMmsSNcUqsJb5W z4fOOeKU7Z&M-9Cb6l(NDjkEhksa@tltk=-x3vjo%FAW9{i6M_x1D=AxGK&C9&F z<*OtT$6$&U`Bt<X6EyrFE}V*!PsUjeGY zQ5|N<(SA$Cr{s6M@RPSx{A%%Q>70ZDa65#PiQ`F5Ug%;~FT>B|+1UM^g3TAYs6USY zGT#{Kog6^s%OH(QS~{mH$iETti9TejdKnx)g zp6H%TjNpTZJuxG9Pg5GrgNN!c3$33_#Hw}96I^?AeiEHO1Ufr-JirITM)0>tNxX}m z5rv(5x>EZze53x%T4g&?xldH?2~_^a;{l#<6qS9HO77eO6!$JeJ@KF(dGbq~u^C!B6@da^s$*?fo#SN%CmJKXUWb`AA5a z2M)Va9k&+|dJd%H=OKJc(g<)4BJ_L|pi>RU$wXy8Lapj$h)_0m&sF%@snnlG0QrxE zTqA&76oPz_f;^g#|KLNms+R#W8@o;bS^aqgkk2CIiv!5xLy+qz$m0n4G#|26y$q1q z*o_B})t^TI`FujI8$d1&LB3K!oisYWq{1aZoL4q`tt}NHzs5^fIKM#xj;dl zNXTdTkge)vfXv43RRLu6XC&kjMq7SYM~0#H09+Vvi>(=LccaMT3H%a3Mq6xSZbPLp zu?MB-LFzCIt*PVC^P=}zOYc9;IMkZs5KHh$#+NS zM}5a9i?H5=PoH4%2#I7KOo`pjs=TqWqbirxcU0xgDfLoD_y37|4>&8T^L_m8f=cow z7Gg-EF(Sg4CEi3($U2|`>RNUcYc$qaf|^9ch5}TfADewEd<-F(2nVEC0plk(~$x(jGuu_&` zyprswHEh<~AdxD<=72**HGf40XqE$la}ic^^&udZt~^PXUx`nZJW4aZ-N=)!(Dx+NXWv)It1Ri66Y1tIKCb4wbgpimy@%2%6k?FTv!3h!C%yXLG|7P0Hi4S4363-?)7+q7ht9L zUIaU1z`&DxtrDEQxB8hgOEpFrE-Z)oEW3HUz+wZ!aNlQS{9Xw!c=PvM<(IE=v9bERwh4V1faLk&GArMAAI2)}1O~9AGi5 zU8=bCYmNXrUsZ7LYRErfI6+mgToo+=fxz$ir4 z*uG16VyS9G8?Lc!MsBHvN-x!0cHL3|Xua%pWOePkmHyn$T4!=CI(wZuTS1-4BgrMl z;<9>+ZO3qpEVdoEv1IIfgRIV|)RS` zci@W$VF1!aY_h2fOtPg5eD+>kC-29>`0QO$++#Z04Wkcr=rV1zsN1${zMo4>KVE1-`p~hn$Zr|OCnsh zg9|+u>p+nWyx?E~78Rb~;y<7XcSc2|ZEnf6fakZkk_WRau;B_v=d!>L5Et5%;1mDo z%z1~2{RIF4HU2Fckx>yR0_)-BgRRYQ!?UiLkx%Y>B(H8h7-PvR!vknnf&Gh15@@Oi3xE|)M%`25}%`gVS!?w9Hb*1_h~KOV@f=A zSu^ogBLc~dz~cn|YykLBa4Jgn4+ywc$~p};NmH7LP0Lfw+1Ig5pZ51-sCK_I7{6f; zWN{XFz8}qSfATkgbK0$`+CND2WLoXbOWB~xr`W*DtYSlp;k=3fN1u+IJvl8B% zfp~GUVqo5+f#I!yg&`n(2ngUimwd5{4?(vf=Tj<5UmB=hOJ(0F;dmVYxC4m@Xx8IG zR$LQ^5=k}?;0WZ06g8a|mbiW@LtSd1sAp~WL~8so5$z0!DtQ8wtOMT!IEM{TFAjI14^o21k5%|Wm6sTWVsOZfVHUKz^Vyp^kT22@+N@*WLtnr5Dq6=`a_%` zOpe3f4@H%$(@#u_-I`o9& zj2Vv|1`(bY5jJ#%2ye*7BgY`sSoHTOs%zMSDh`*XU#!o~cJf-_z@gdkS&HVJ#G)Rl z;@#S=r;KT^t?S7g_e(|h1Ol2$9B2M_d6rsZzwC*r;YA!6TWVyG`l(GHRnuP3_7iHMJ|HFah7Lv_mAUJ+tqm$Bl-+v45VWz&vt{nnT~H3%qT2l-^AYM9|M5-_er)R4aXTd;J>BQ=&2;$d|X zsjI;Yvj$)br7rCxHFlwfj74d&N}+)Xg$<`kx+6-IO+5T7WQm2Z)AhG?MTs+nT9> zxm-h*vn>i&`LRLhz$Gx4S0{->HEa(Qpo1Ym>ahiOU0I3 z|4_J!h_pA{fwE51Pa(D;7A+3q+y9_V^>2#K&f}k)CFg3rLQCxPFC@7uwXkvy*r!VA zW~`CNcqi1;@#lJOIq{ju_u8F+ureTDV-#}MAkVoyQfiVo@G{2KX7pfu8!@pH@t(*k zYf;70RMrLI=j@^ty@znoici%na1++}oHbYt`w0%Qht( ztHd#mv(DFyVaV{ZR5=oqh=;uIpiN^0OJ zUUD)hL-|QEI0syTEZ72t%q+BGp>gj5vRz+{hFe|mVLn;5~@qTPpdNiii9^A2`5p) zUjr_lEQy4ZgA(2>#r*sjfLkS&eKj(#@VB61Joy%?=3>xx-VHGb5I`TkVPqa})OX_q z6@JNJu^SJY*nGA!O?+}IQmTPq<48XI!cpAqRw{>4Q9y}bbV8E*8)Agka?*n{t^U--L#q86j9bHgu{s1uHY zsD@~?8uXRc52HlHk5E%Y6mlZsCrFB`k4A%~FVNg})@KM_f@1EmS`%`vjV2EEfhLX< zO?-O`G*OzV36pC?8ZVmIQNQr`N;Q$KT2@U6IbRbo^`QxTTmwz)@HO#!tqD2jq6zsr z_?JJ^9`Oj?(JV^#!O@I(k4Bc$1k}|Nl}-%j%*Quj(yF&ht1iWN%8dvCmiZNGz&q8Y z-=?eVv!nM6fBX?MY)wHFCLhSS^%Ewe?EPExo?$=dwWi%L=!WnI!L~ly6{s)(p(I`v z(O~sGgSyNCtOTHjhikRfBh-@wYX2L6^u-%|pua{T=TFE(beMWWB6XjMua_VVUhrK^ zd<|qVzJ81NYN#9c`*xrWuRn+(cB=3S7VaOkaK8a-SVCRqDqOx1E}z0(>I*k9AY2^^ zCx$Ww0{9>tRL5aA&0G zHZw6jq}(QU`$0@6VZtf;2BjrnD3A<4Yg1eJUO`!)Z8^uc!0HRpd>rD@ zl_JEryTNe$-Ia+Dv!k`GZ1B$z{BaxcD)@iZ@Z}s2KmJxI+H9MA4tKdqpqELreXg=* zJDAOOLx)8j!p+v!hxdaD{RJhlbste8#^`3NE@K@g9;`ImZS{4tov;>A|0Yl$7pPAV zYH~c1P5Ao?WwEha-+_78p`6DoxkB_snxBJC5!Y&*)X4d0U4EdJ%0p`?>mVbA4r~kP z22;CFk~cT*$4q?t`%6^iv)d;UvR~ZS;Ot&QdEr!Yu8mcCQq=23)UTgqt2p?qX%$ds zG?*TE7FLd603oz*4QffgnFYu-6c?W6KXOq(<(cj&AS=p zJZ7Oce3ti7IKnDA2b#w(V-;_WSS6GPO^m+S*yDsM?eTX?3VX;o-X7I&D1WGY&3FFM_iNQUp@0uT4vqC^@ckg%5>!&6A`NGLc}27zw_0W_XIs06>miL+$` zal+IkR8s77V3a^9w<86FKk6AXbs6iART|66*=hvkY>8v?c90Lr*#fB^Q}I4iH;B1U ziTPf)MCzh5AmzT{BISNcc@7dhk_k#VyW2le8$!=SYKlud>+iE@Q*v7w)_u9Id1gxzOu%N;~hLQ=lQy8qetOeLfuL0~` z0(OLG_Jztc`@BTm3&upi+WG(sDg=v?cn>BFR$b-*R{BCa19;x6fO@w;-F-gPdhmRI z2&-oRO)disC#38Q;JrkWF$0*bIEYs=11PlQ_D5y_?;&XfTsgJ@i{B^G zy(WfOKtm+!BiXcM-P6x|HtzwH^O%Jto25^|5q*lzL7#$Ox=*<+@$_8jR6?03vPSL> zWu|+}kUZVr-+ob5{r&w~Tsh|~uATB}$wu-Y5%={Apzk#o_{Nk8pPtAAs8tsvQoYRm z$Y`V?1eGFcD(U?BoC|PeK<)7IBewpr0`waRRXZ4}k{=>D;&j^wH zx=<#HJo2o4yfWxn<8*@{A6^fxWRN+IQbSxh*WBrzrnnU%?sz)goPb@#>0Uq{v_15ayL)33NJuXi7NV&vEuy7|*D&OhUWv;fgPS=;h zee4VOazHq7ItlfrfB^-35Dr0`PRG~}@t>g6y`Y_LI)Hwnfoi8ym$?G9PM0LmB?7cu zBHdVtbSEP@;&h{)&HEJPJZ52KREcyr!s&DlJPN<8)7`F|E|iHP|1H8n0^O=2h{yYy zYfr4o<(5)rxSX7Gak=Q&W$!$QyIjP5N7~p*wlO1V^uA^VhXWsh-D~Qs+uThsZwoDH~T`5pM5U7hK9CSyr!K?eAcL(IHMmdjJ*hXE#0gkYY&Vk19 z%Ub3PYX*2H4L9?1ugvSMJ8DcUc{27ndLGU$p1kFj!k3 zU_pgoQ8MAK3xidcIe?YHjP2cLP_OF+>hK~UomJ!ml|Z`{d1#6=iV~^*CeZ%hK?$@2 zVghX-i-GoO1X@Gg1hS!i?>mETUw`^Na5P}!aW)gPMl7ngDDWe2jS4p>2wSi z5PuY%ZubRhNLdD;XK0|>>C|PeK&{i25a^i#bc;l(t&CF1VkAeLZe#zvb|~jD3y&20 zb4ZCJoKEM!qwvc*-A3hfp-dF%2zmNYB-&o15Q`vgI&Fg$k*l_zU|xq zzP$)MMK-s60lU4buU;>1U~^MrxZFiL(ON~w3?AG{b1 ztMDQUqNf|?8*Uk^R%hpq@65{iz5aN?;P0mp#q%m?%fo45D031EkmOM~DU0r%61c?# z1OXPZLVkg|%%P2I1;2#qqTr*cfs2I;Hbg>j`4L>~SY$eiIhP>UFJcrNw{;2htDcy@ zEaa7XgT$liy_C{u_0BN7GSq7+WbnqLJ*byl5!bO#g#|DZ#6+LMLG(EbNgickNvIRX za66DcwCS;Ueu295wV87WY0h<=FB2XsrA@5%+r;JM1txN?O`B*!CRYfPdBSAAWn$XI zUy0G^+C*u3s`%p^RD{ZK3bcu)QSu8=O0|gv(k8B=Ai*|4ZW#;YSb!PaaeFFl z;(5W~uiYs?0(fkj5Qcu6AUi1wBT@qQN&@oRgu3*tSlysw+r){~z}3P9i*KV%yc$%n zw25nw>lZO1u8LVE7y4E2PUtov>J1W)s`pw-6KoUYm7!isA%izw36M6igKYw9qFMm9 zO$Z0SO^`lILY**%`#19U+l0EzL7Vz+=PUD&d>qyUFG`NZF?k(Go3X>!$oH6vaX0Xe zX^2(VJr*cSV-aw?q{_wA{RDvH+TiZ>8r?Ujj>e=eb3mu#Up@0&w$n`5`UYY9QG1yB zle7Kk_cIi7{*F9bz$p6zvn4j(r5?)R&iYZ(gnrH%aj!rwX&-$Bl63KmWhmz_ag2Wj z^8W;;^EpQ*wgOO&#GpYn$&t9nE-Ac)TG2jJA9Y~9Ul7VoNO$guh`8V!jvhDgYms)1 zQ5*0dIhz6Ca8|kbWqczfFOu~=0T!}cDY{x?>lA#Gg;yEZwC7S;Yubm4@Jqm{zII*` zSKL=0FF2N+&G#G2&h`jO_(SqX&X#wxjv(h9At{ZjK@0+OD5g-oK!J(&NYs%KFT#sE zH$YMtj#@*Es}vxxl%B|XzsxA)uOC;(6#5kb9k$;vy_-u}k8i(qRNl=1kI}@p(B7$% zkZ2*Nj9lJnd^0L93@4(UU8B?>g|gPw+n;_tO1+WS5D45GX;-+poNLf$ST|2$?{e=} zQT+0@(C5l_5jXFMJX^r%{u#4fEbi20i{f5tx%sSazN&51%}Ez`aI(WLj+MIkw;UVW z3P8Euy7_u>^E;@H7&pHS>CVFu5f`8n(=Q zpWLJxxp}CN@8)(t1ab3qKN+U}hSr?`9&Vmx1K~g}-JBa*hd4#FgAJ`kOdiap1ZFd9 ziRS;JUE$_(u7R63MwdXhPoz`_u=hm6#TJKhl*o0wQMJ2~S$&VBByk-yexBBs|NN z@`lD&W{=Bo5&E3H_4aRn(IT;BC0gY0GdzL{Y$j$~q{CbN5I;=}0(0(0p?V^tMT+o# ziwsf7)*?fN{1zGRc;a^O>H_fa(kwg51#;OUxut1{Q$#!1(p21t2h;JG?M$Ub-b=f} z&E;H!7WpOi$&wcN33dA)QM|Os*>LmZ$4E4{J3CO)>4pNflyPu0OY<}2>pNNFLDnE0 ztgPI|6w6j)w?-o?lYK82&ON_T_X&%+uFdJ=D6eGik!&>de11mP9qG=)I3Og<;I#5A zOsiLh)RRf_nV2Mpu}0NL*Nzc37SK)4M(q}IqTkge@jkJ{D-kM0e0D#Kv<>yCCy@Bm z6G;0|(3UUFrr`68wtO1QE4$K!`hkj#Wc?+AU`@cq5^wOGU5z|SEl`md`c$MINPASh z1Q4n{#?OD2Q7FdGe@+Gbn$BU#p|#0&<#LbJ-L$s<8$=-2GziPcxJw{h zRMsHs1A*HW+~n>N7gyA~;;;ho7+Kl+a3;Q}3z1WwB^CUA}?Jsmh3ppG+v z{Xw{)sJJtm(a<;r?DJzA85bPQN>74{Dm9;eX&J^y_^LSOTs-1oW3%>)1cn7tY7X3& zp7bm7kmwjkIX*fzL>+3woj?f-f^zZz6*uBXx{wyD>M^+FQIwD1!$3dOYW#wZlqaL2+i zvNzm7ZfzUxi9nzlE_yQ6fO8+PIc97*mz%a#NZZ-h8h-X!8-Kud633Pw1`8O&m&@34 z3`P;CGMo2a3dw@$c|HB>zeR+qU$wev5p5XlrD>Nl-@s4@(G9(lGv z0IK;J+U_swFgSC!I?@g9)eswD^o^-ZP1_168J(J*MynXGu{}0U`I4Wr?IU)f(q^FS9Ja0KJA@w5I_Z)3!)o|YC z2#pkdrIU0;x_4`ss&{LTJp4Q|^Yh5HB0ZTUC$}ysc0a{6#g_B`PV9F;wkWv>$K=~Q zyv4(tJiLKJWn!;Hes-}*(HD)RebLCn&m%KGk6eRdufR3MmU9in-lVL((O8?;FkvHZ z`1%rP>&=(upc6_SkHqBfaWIW>3ko|gqm(Tw!2BQ5uZz}g)o z&Lmm>q8jx4$nOyWtJXQ8@C&L#cRSo88uYi}R1JCxpQUB->&^*Cd(F_lVuCeuSo9aKiM*})tym-3S?AuFanV|iCB;-2E;_5 zuSq;E0?h=8>=7uCYa&nvPhT;L`yUd#MK*oJH$i2$!#5dNa&$Uv0z>RTo;-yUBT4tj zAcLH533ok;Svx_0ixDrNzin>WN*TOT+@UtBjYZC(QswsJ(=a%1a54izhJxIERT3h)>$68FR%tXc*4))n%=;>(O2VH-bXFpJ>F~oBErDYf+;R)jC)r}sinbL9vS?{Q3lAE!M~m5Ihqm{1m(;+%aeHzX8A#2?idbUS!Q{}hpb2_ z7vn=R%aa%BV=N2bjpJu|LIp$m3UBRQiVuh}3d5-q6^E-t2F!MrM|9`U@>uZ*RW+ut zt^GlO>7`|sCsa>&>>+9V!HB6Rvpg|nWIovxl3AWmp_mpfvpjJP_b50<_J$kCt!=}V zSsrP)=*d(A_ItAGzNlD;S%0+qznIB?USnXmh@tCOkVN-utK?1Zw~?BBi-$LHkS@;o z9SYf!reTI=RMw~-p7SfIwP?p`UVvmY@#wq&8pUULF;U-I{MbLQty1YgeB*#V9trH@ zal$9+hc;T<#`%cB#h{JFFxf`l$&9?$Nxh>uE&l*MsQ!G3j z_Pg}ftZ_DLP=nR!(%Y~`+>CK%EFlt!B9+CGGpbLIIIE<0Ch46+i7b06!EbOF{m+KZ zG5p7gdOnLa&SeeDpo$vpSfeO|haU_wc(iAY^D=l;QsW%fIG;5rjDYnBQhw!|HTw3r z6hz&}oXZ*)vW6|E?q!Hn5wN7{oN)4(29GsOwBV6SC_-i21hG1k3h%{_gh#|uGeSr% zPf&&Q&CdDcJ}zcO#Z14TPe<&y&a9}o4l636eKkl;4L&KWE8mmxF~F5&i4&#$UD+pb zA8zkgH!TJ=M72Ic`0S0#`}axju8-W^^-H4pjB9I~N-ur^;ckM@+tvvh80u#X08C3l zRXqT>kX0`NS9Kp|r9su0TdvO$WAGdhC#ty^b#W>oiDsP?@WH1R}&hGT_oS*>|k0E`2kZM%$MS zez@;O=vPh3b`n)KDaAiLi+cD*4#SJ4ccF!2%$O#50h zFvabjY@`1jsEh#4>TI*VlIr;FO&Vh3!uwGMW#ty=pX7PmNb`WB^O0yzwBElAJSi;j z?qt!c32!1sHEP|%tN0|`@Ra!s1g|~r5o-R(1Q0dRVIoK;()k>qv?ncRyl=Ga251^o;$fsWMdCJ-YG`CC~Lt zJS%U_28HKC=sL#Ablp9q|N4G&+qoBSc?&yG-h*c<7N_b1LruwBrGQ^r#aG0sCPp5^&>!MHg28A2(Q{kw+te z$1V@V@u@5t<=XKorU-$41I!ww{sS;*YF&xxfecsu%+WIp*I~~^X_MVhP{j}2RyBll ziR<&47uz_|P6jYFn1a6wYrZoaI8!(t>H@<0_Gd!i$?w%DMudUv9i;CdDag;VV!bOU~UMxmG+@Ea(&LtR>Oh~5kBjh>xi zyNLzk?$jSt5@dO#8pt(w>Xwl)N;Rk0ZUzGP0dV7-vz+7or}_)R74P6DR2Sly><+qS zwi#12xB)_{$5brUbv0D7S>1m>e{~}D=aZ3tB=QkDhVXMA2MHd@1Q&!Gdi6s}GsCWC zBpG%!ISS?=k*j3UgVl~ z)4J)GBVrd({i=9&x9Ae8rn0frELoRuSvO9##Vw$kq7;BH=h|B5f?>4I`8Xzffo{k; z=OWc(Dn4~`0p@v_0oHf~&p-YTQ=!h`$j9|iS|^Wlqa+iw&iALMQ5!Aqhtp}DA5N!r z9+i#Y=EFLMG^_)fZYkyRt)nh$W}Ta1U{JaVCmGc68sV%t@D(Lb!7=$K9v%)zd<%*= z9gwOe{52&kLjm4gnoYr$HS3r^!i^e`1kvd}%&*~aq}{eENA3?*ZN(i6Sh*>QfOvE;yz4Omv8xq8>}dtt zlp)dhAU7j%oZF%?@3cAk_EQDVTg21dUbM!I2IgrKt7s1?$ znEOXDCyAMhEX54zD2}emac-@hT*EBx8lZj&1LEAB5U) znGa<9y$`xGFs#;_@D*Fq5Dzrnfm%Fpp-I$bEyepQ5EUh_#4$NID&A#C^_U8epm<+t zH-dP_QM_Z35AnW6a_VS`M>0Y2`gR|p#Oo*G^%L=ihEGYCZ6@U z3!h~xxd6xH(13W-O4=gTV=6uqI1S=`qr{tWS|Zho9>-c%8n%*`Pb;?Nff)teVH&e; zCF-(fm_IZv`wna&Ta>&V$K-813=aVRh|T*}qSLr9!cR&Ox{Q!MfNuEIlFZ;e6GAc1^fXw3x+NP1VML%7LdD3z~|Iu%>-O( z1YC$sdW(_^a7@0&!>E9O%cPJq7D;M?Zx^~tk7e;1xI6;Iv7~T3VPThR_Qf(0j32zH zXXb(HQCg-XnBtK|S^CZ95cSRGCC)6+vuV)a>Q+?Pn^54}P#{(DMss|yZ)!mo$a6=N zDYg|6<}%~)Db4XJi0RtzQ~j?&#cJ~7HC$@!?=*+T=Qn4^FuyrkId;*e?0)ZWc%c}0 zDV%~M9tI-w3S|;ORm0xI`W$5_O3ueIIgf`45Y==k;&Zc+>M@n@pt0S`=cux`;(U&z zjL(r`R-bzVK4<7^Jy%fA5K#M^x~!ScO*3J9>u?IV1;^xO9wr3@tHvF*6HNpn$hJ&wt#0b!-%5@DH|Mc7HGWrS@*VM)fu zLJ{wU%EU9IwRq2K@!&HQPhI-r{dQEUL!;DzM2Ay6osMG;{-qxVRR z@`{ovq>A54WM~CHYRf>~F@I$9mro0?IcVy_F4Ipd@mLe)9f1Xo`n-Nx3yJnYB8xE8 zAKCoHW`>AF8Vf)XIi;-Oi_MDNX%rW7%GnlyE~cNBWvjU=#kPL@0)k6X@_8JSQ+ap^ zyi7wCKOTovkEyt`;tuKM&%Sr{rk4+K<(xZ|GcZsI4D!NA;p)1&+xX0b#|D zMOdb05w;U*8DaCd9XrVc{rHFGuT&x@Kh|)!_ z9Zv9ea}76XnJpqu<0dUHnN3=3V)on3IU19kYX;&nxqtf2C=71r3W(1h1c)ymgqQsq ziMlmiZZqS+gfi>miSpd%@=h7wZu5g4N#IM32jz;JlAO#zNIM?fc?91f?+WNt{q%jO zT1_LU#3PA+zK?%3@C$UC7>8Tkv%jj9DCgQJu{HMV_FfYZn;wD^cRvIrx=6H2G?{T= zY)xiTiL>JS102iS6%)5^-=B_)1hiYoWwbiGQJwe>3naC7Q%I+)9bB zYbDCLHcIR?4j|qT5L2ndIaK1ENVG~cnQ>rjO=fa;f!R=EMXy;8c_e|IjUSRLQ6fqt z+VSAN=_^tFtc4Og68~F1{^zX{O=28wrNp*N2fhw(&{7>8Ra z@m;M%Ip?ZGJx62buiKXc$a?~$4;A@{0TMfZUDo629?|JfQ&|DV`?4~BJ+()+`Rn&J zd^y(^eh=>V{ei$A&HcW|bggXqy}av`u2J}=vVlKc;4kW$4gO*cU(U6KU%@Gt4+Z|~ zoN{@idu8y)w0ysN6uzl!;J+&Hw|374|04}w&b5WVdlv?u9}E01t_A#!*H#99bn}-o z=FUxJ1Apr!7}rd5v!VY)qnC4S(bu8!mk9b4mEWsUahE_e++~IY58o=+1@Z0@N3nAxt)bS5;rtOtI!{->p7yQIK@$+#sF381C<+L$p2tvsrC9Eyju!=}+au_IG7$&O^9%-cTkD1M#&u9`@Fzr&yrV5 zA6w0b5bH$QL-^q2CA5d4j z`5)&cysaY2(vtvT`AKMZ=ONLAkVjF{*@gnn)F0%j({lJ|>RLYhHPuw7+b6wR9{#RS z4}aI77#{xO#3#9ZNo6~!OeYoIl&5ay!(Xz30zPM@@$IHIO0?jSRr;ZdDDpVOnYMWG z++%&_;>NxK-JyX;T*3qW<6wFCJ2?38_c4%gzeE|vDLDtiYoNi#t4c3H`~irFs;->? ztM33c?71Ub8GOPITtrXqPR&HlejykLMS}*)nd_}s+}Qh8xMJyISm+g>>n_bz&VC_q z+fmXMFr%(7n|UmP@kuk2 zw6z)5tzXv+_Q6vzeBDxBzu4WYVawSP0qW(=vVgACKpz?dT~7n;69CFUdj<7(2DQ6i zGnTVovgTH@tUJ<5KM8APrJscL_m=em&05ZW$xKrPT5xt#HBuhQU3jM)6PD7nYVI3}14U|4t% zg@#~1>&kB{tOLzV6i^8z-kRKE2B2c702 zB3~UGjeHxBWHrA1HX|sc zZA@t!J4b;u`kXQKOHMzU(lX+K&~^|anMP{P_!rDV@>fW{;?OG&DUh;P)J4+QOsaz) zdFYxvk^|X*4o%g3H9}UGIjin0iNr^X+8X$3YwP?P48tyQ4h1+@bZ|CM)7T!XjBo$- zh`d-cH&oIUQH;xBUUi)_#=i>2-w4KrKE|t@V>2-RtwY{5gn6xgd%)Gk@>ma(&jM6i z=y#~CE%bW=RTjD~V4Y(W{_DjuQihhff#Tf7V#j-=0khNz*hN?B40+YhoaI$E`J>2N z;LF?AIRV_nCT&~j0Sr3Q4tbY|P0pcBc#Fj<6{Wi&DsQV8a7qI38Y!7BGd5AzIb&2d z`Lke5`WUZrnr2{xO>Q8}e`=ewHa20siqanfKph9QwN3s&pvoryqJV8xi)o_p|66P# zWoVO5)+T3pq!F=+u0)%tpT4}+9V;c&Is^v*p2DPfjezq2Wbg{WQPycgukaIwq(#a5 zk(|8G=*8nDcBI2*5wdxN*h@dYMo-=`e{GxXZg}8sNkSX=Kp8VJvde_iknfe-Ofvx5 zG@64pdBq%ThGXpP@oQp!h5WVaw98fpeGChu>N_~8&g>oY8S>ZeQN`|`scmRY&hoi| z<&Cb1Ury)J8|fV_ZZl)4aw_i>QJ$=dmmW#ojiK&F8{I+Gx1+q%0>x}uBX_oM5AHw> zRJ>Cd;YTNReHTu2l+@jl;gM4XzE_flqQ1Hcpb39()uiw&>OwhW>K+h?`)=x9a=_e0 zffN>A_p|7!sH?tE3@}jNCi)-#aO5f<`*dNI(@+JDQoT=Moxh+o%o+C?Y%nkIiPQsR zBA-YVs=77&M2dz9e!KyP#V1lkANfS8D;VMvwUE*|?mOay!nP=FRND>3JWG_8)*mQ^ zDw+?J9?U2m^F>BVIK%F}@FU|pBSTkxv_{9PNcS3<7ykS(1Ss?+WTh)hl#*fGCmyFO zooD&PBamx8@yHGU3k2f}Fe3#O7F{_n4HU9u3U7DSw?-kGXMSrWH?_@a6=>~oR;N>o znZ&7|Bq101k&gkZXheZU5`!NK8tmZ@1)n01*5onQ|EBDFd{ZWj;b!=x&SS$0ES(tn zYVK*0hX-4d~O$6@MH-2#kpl0R7V)e;+BD2?UvQzU#V{n1r%|qk@x{;8%1dHIb0Pk zIvNFCaZ&V7%2oeoz4{ge0k0j6#Z3s%KRzNo(&)Vvu4! z9l_K<$Nc4IZf+Cq)h$UlAPBQp-`wV$V&^a}yKOT~@3ugCbyD9NkL9c!uBxA2GXX(`~Z}jQ_R;yn9=pUiH^F?{G!2IK)yI&$T z*#HM~V zsEg|M>QdP6)r(PA?Wqu8kabT5>D5b6rTV>k2b9j%s|WI8d-Y3H-C(c&2A(FSI^cWK zpsT*`bj;6O?wf|eD`$333e~F6A+7ZW#h(WmTcYBEWsnU6tEg=HA z44>Q*B0B&KsgQ4^pu+O?ene(lh?rhIWb-V&`USK~uvZr|`MvsO$ae-}?R(WsEe$>e^$B}*GKN|{g4k?Wfqg;H zt7FR$O!N;wgOg9vtN+V>3;!uAlOifFtwN_OM)T9LC3;6E>D5Cf(7n2W9{Ltudi79g z-K!IL)?U3PewneYD5azHhz0(}tQG0VV)fFi$GPPdsE(>x+%k}>-LhKzEA`Fny?PZc zD!sb6DEcSms(!Ct<#gcZzlM9PmRoe(o1ctEUzBVX=yTQ}%VR=Wdcep$^mPX?gYNzf z>S2pmi(GJ3mo?^EBwWvla%BR($`P);#)9j$VXo@3#$0a}u78hmWdh!w7p@PJ>-Ax- z>axaM|0P`Sh;n5D-clB>kC5w)VXo>jSFVFG!_1D_86jMU1-L$kEa_FJVA8ZLp9`>u zQ_Du#A84X=W%`{p%hLVEG8EuA6cd@Z0U%n)cd|mocUU?~r=5cHIqh&rxHoAThJY8m zL|x`8!#E?u1d(A}K!)+iayo;_ygui)O{9*vO!jenY;4}$3fogqq|*fz<`GWn1wPnh zeF!miBp+4Q$pT#N}6={wEG>5!t z+Et69&7m%H6~&sP)m}!u({MB+?cB`4ng~>44jifaN0rDSb1*GnjHN@jB)(`ZN`7vz1U0=JufS%$qHXFz z%lND{Sbp_LSmuX}7f?xCK1o9je0NyF7jB#3t-vMtR&tKku$(O{$dB)40}qY@Ex!7a zZlR=eMN;`revC-EIh&-Jz)fA?#)pp?l4ibYOWN{IF>2sl>X4-Kw4`#juplYEtgNl1 z-%!%|BI({Pu<1CF^y_Sr{@5k@jHchzW&$^LfqU{bnUZGOl(e(i^mQ$%oGmO!I{BJfOM2)&Ncx6I z`ormv^aYXh5Tr`K6l`~lNZ+3xHIbuzZ$?MB3RTeN#&+XA29GV$rJF+VluY z`j$xgR8L4cT_im`o1{=AthZTlFsi8 zNna63f0a$rd7Yz@n!1p5e&^~)O4`{ZeMd_wXA29G&hK1nNl&1p{}o9O(x!7n(ni@N zJ&<8jQx}pRtd>nlJDa5MYDwj6VL{S^wYTXXDCv75>D#?HQhQZIJt>>0Z}rNHTGiHu zu%J;LyOMl1Y2Vk<%GrkoaX~z2*}%v+`}pDfFXUDsE${7Mq;x$v7bUMV;$f8bFtR)* zaMX_3pf{laFyqPnfLKtbH_BkJt}gwtT8$9gDhO_gB4C0>ut*``$^9^lKwZ`nL1#g5 zR}=vgG=dKl0-oHD!wA%6EfG8*2)aZOFhL{uNFm_KT@ps1E^CS4Awke1ihv0k!4idl zCwEyGfx4_Eg5HAQ;V1$oXat`s1U$LR!wA%6EfG8>2>L}4FhL_&sSxnwt_&kkm$gLD zUl2SKMZg4&V6{TPllxg1fx3)E5dYe+ei7|2c!fY_lqU%H@i->O1t1h6A8r10oIGaY zm6K7}pA!2J9DxIGJzFEoSqn6$;?7pSJ=j;D>1~8Eew<+nI2%z4^8+ZAI+fD{il9sn zOdFf$kuSc@l4-XWF&BlKR7L7cP>`o{MM5*YO?u%WrHD)V@%4G+wFzvTw?ItudI(R) zJR&4L#N~amR{IRxf8u!>PDFdYqP$Jyz~rhtt8>4^WujmUkB-Swf)_}Z$3*DCR}JR_ z8y9Y64SB8Q0s`8HOO2(Fauc9%HuZU@UbilHCYT9SSgjc+S@8HmRKMadR}d5kRe6c2 zn8|z{Nn{t*T!bVahFIuGZJ~>qW#mURhyL9)LX7=S%l^fdSzVNhw`Ie)A(*z07mIqCw+E87jQg5ss3Qelh325g*-DQ%i5^#gFcs#uB)0<16UbKyB>eacKZfFi$nv~D zqlgT#cVLmcw(3br`}l$=b#j&(?RHLk}hb+qhqpk5Rxp9 zi72imfofC`YR?*e5V``FTJ8%eHvtM~Q(wJc!639qH6EOTK}Zl32-R>9650JA6t++( z2pRd|I?##x7b5h7kh;vleJT$^U&4}D5f8`YCLAgaLXRt5iMAvN^-$V+moesIs*7~+ z{($(!AZ%oCn=0@j3tY|uwvo*=gZ%`+wlO)t+YLy?#u)Ga;; zRSl-nAOwC0Et)HW5PtdcA_zU%4nfE?t7yqc5E9w^Aao-|MQD(7O@k1dQBg91qYXm5 zASUfePm+xaLh5G@UK9;N#|yXLsN3K`-TGZBPdQw7$uz&}`kJn(2s3T#k8XpPb% zPT?T5ncNCA&zKHjg3!RT5QI##ik6H7 zA(71wLbE6;f{>hR8id%4ijr+`v_Xg$#H2lG3)!e3q<-e$Md8P19fa3KJ}>q7j0u>O z8qLRNn_yOVtKw*0+ftV~aE*pOzK>XxyamVP%>m}Y@fS1Y4aLmy*LJ##yqM=%Wa+>sSsoJ^_^e`7;QO96{J>Wa z_%xEcC^g}cv8nD4zP?iJ6{ld_695H5G#vLta6j%@6q#|)2oL9h^4)C&=*K;EnS<|C z9{2ceYEkkI9Fw=QFgCa3;@9y}xS2dVQ;~w}SnrW_xd-&zci@0ZA zd6hO5Eg6Y>BAXxgeo0Xg_vBpDxW_hBl*{p=E1nfO!?j_Gwz*7cagol zV51!|agPO@i*P^$zz$%khv>43pv1lXhE$A zy$&;C>3Aj(fw&tw8gPiF+@W=M6%Un7G$DKJHZwrqZ|veu!q8E8-r0`SK#} znf>ylO+`ya;-1Ln$GuJz6>(3_HH~|0LwJSBH{!V-FX%+tlSYt@ihJs3tQS@PaopiQ zk>f9LG;Sl0vJtnne*XK_hrtA>hd!7e=5iYl)zRAZQ*%zyyt8 zfI`5NJ0XlfUDgu8>4Kmzihv0k!61czCwF2Pfx4_Eg0_O-tSAB|XaqwP0-oH-VFc6p&P~P=cy+d_gSDUJz)$MI7vUwfG?*Kj6zW4c(rQs^BUe&AOLvk z(ubGJ8;8G@rzB8KPw@3#0%5%$!Bps>DEW|q>&!%!^dNd^kN6e+4FRCWivD=d;wgv# z@$jNx>S>4rh zf5BbnQdlie*>eOHwn!8<=sCVpGF>z_+-MACxxOt<6Ql}$OxAVra|(Vs&w*r!#Kh;! zN+lCZkbf@LkPB)Id-m0dSvc7tPiRZ6l)R=H6plv>sT;6?5|oG)aya=n6%6^DO#0I2 zapAtBl_TePZN#@J{ZcgdiWkrR66`S@k7IH(51Vi>{agtOfjjqMm(dWnSic-k*~zCdD|pg^Kg;R;q1dfcVm*@Vk^vRc_d_?WYX zmu2Ze97{dNHl;}68cM>EW2pgZEQOOt;8^fXa{KGC)g>T%#UZW$ED&z8Y}KVq<{B&9 z%-vl|6!0!N=c2%E>Je)lJfQ`xe4IoUUZW-M2A-niw>Tzu;$Sp+2y&e*VCgXx)*iz* zzVWU%hEaUu8mQiD&HY0$I+^sq%g{qeg?;cyHiW0Rjw}oXHxY9n4)A49FyH~Fm@2B zzNb`7#U^+n)$Re53P&rI$~^$7NWw_(HP_s6hQ>hgak z)mDHhN^Zt6xe14mR0k*(Q!x}6N)H?>w!+a$rE;HwR3u@fdQzmq(Mm;9Woe{9DjXB; zPhqLl<^N2o-yWn?zs51y5QmUd`42-XrUHpb^;Lh`07om8%6$$}k%W%N(Q%j~X8a^P*&FKmZvvG6Ap43s)Qy?jf419yO}V9Jp3K|L~-s zcpS%MzW|ijH*ZcR5{6-fbD4Mj9TLzbj$)Ts&cI7LG9!sDac+6cyeoM`=3PgtJ`<<# z{6mu53N%k}jJ|n;dC!wjBxe4hy7R6XU@Dz|u=B3uisr(3S1T{Bch-lW?W~WP2aQaX ziOf8RRQ}Avp%fB5kDPPq?DdS~hySNL#`RFF_a{)(8__R@>l7u|AvO6q4{LZ>je}_| zpP;653M$xI94&D{k8CT%En$u3tifusei^H%^&dEyrHJyz=n*+Iv>dua>3$Lq|1A4Qdrcwf<;>prJ-yI z<5d-qPgsB}S@cvE4GE-{sE84070aK7^3LS(7-9!xTG~brKd$^eS^>F}6Gj?)T)YsZ z-h2FvwOg|GoJj4gi`uPbl~$}0UCxUr(8jo&7fEJc&TB16jD9OT;$PmhWB%9fr%kWK zcbjZKT(tW>UkM=mA=XdC&BuzSTH`AkXpMgkdQkj2ocs#D8(7&x%YdxUD6N+Pp%_q) zQPBp1{R`!dPDoP;{uCboW=>0gfy!7bkM^`)#L3+wniLiz&A8G=@+d??7=CDdI+%)FYZ9u7aYrd-4 zyS4R9DUl&7!NtgGYg0iL>B+4@YjSI82Ac_MGM21VP{wnEN}~sb!q7yWv8|&nL&>&) zL{%E`!d5`IQ%@YWqOQCwSwcM*1hxI;{|5@I1ZH?)!Adl?jkq}Xt~9n64|}Dd!Lzu^ zT__$zTqC^7-F7W|fygcq=xZcFqu=0UV+0092eGZ`pQ#|^?O-h|5h|BC^yT3Z#7?+Y zQSuucO;DE+1QXDLWdwm^!o5gy)guUXnFH6#M-cl3#amOM^H6JKKyeI`lfN~qynDQqzNgxY^jeazZ^k0MHq#76sQk7wOegS8L5I#pO^-QSwsi>JpU#->9Gwp`-Gy}E#hx7TT%w*UJo(iGVT_!l{VC|;u$X7wc!-M%vFaBgL()PN^u}(&}UmKGh=S zgQ)|+8i?X>Bz5UqDiF@9gmsp&)G*G34;NT!GW`WiBo!rxB1K#6-{8pNekl`ruxAR( zQT>R@<=7r&1Q7z7oc#(=D~Q*0;{UHkg#(Cnv~V0R6aN!H)HK%ARaBzQH5m0KF1$Rz zLp?5c2ygh}5_T^K3jpn4LBbtF;1Kj`rCN3At2P&lw>PSlhYS-0u2L-@G884pA;mO^ zV(QfvF_^z>259B=J(dg%{Vzgcw}L>SVL8{(C+iu74xvIP2M~@8D)eV429^9=O5;a; zT@61E_kaEpKYbbz5u69U;!`NL$5+rEIgF6y(;P8nkTXq*h74PzCg2GSpFtfgus4Rk z0+TBad#w@^0WzDk_XT3z+jP+jKeTzW;8Rc1w&^kkVD!!h|9$Q!KO@x`AT91G2~yFW@1m6SgV#4HIcz0oA1)LFcEJc-BOP>^0v)_1I#@2AH6P#2VqXd* zXXpT5(|62&qgUQry&^iW^`Qe$De+jnEdAOj>R@Rv>Hu{zbO2IO9YiT<9lWh|AZH&g zbO3g>*1>Q(=_1j=Q{o4+MF+!>oS}n*Jv-*_?|GnS*a>W9C;%i%Jl4f*uqfbhae@Oq zGvwdjGb(YAt?xBEI))Mo+;nee99Ft3;n0F%8V=7eK4VdRC%yYWo`|~q^ znYBWgXLl>M<$)Om-KAm7>av!Y2M#6XXK_p}i(-BZsUB0YkRG>zpRX`a?TVY}Ho(kU zA{ViRj!9+*+k{WOeOUHX`7)akxYT+4;eeBzoV&G%e5&hd7nW|(Sz=Z^Va=XssOrZRP5s>Pj4Jl2H4CE~u<8K#09QB!%HqoxWI(WY8W zabYSsTa3`f;?Qzdf#?-~@AU5LGS%~YyoV(dXys!d@){9&ZYPMmyc4W828qUC$D^bz zVD1kW;FTl&EOn9kc^I$d?%ZQ-EV|zblL|{a@ySagzVx+L3n1rQ?)Eg|V+`WaMEtoR zUP#2tfY^XNmS9buLHMo@_Jb%`%=o=0(@RS`@ilTB-E{;C)V~8QC|q6oj#XU^A8znI zNxbWQyl)2Z9)UuR2oxv)fpE76D5<~x1-H_e?by}Grx1`z<>+@?H)z;LD%k2Wci1oD zB{p%4Qo`OC4|^I4DcFGm5!lD5ncqzs)=TQ;ICbg63PjX+f1RQBDt*e_#tj((Sepgb zUYSICpKUawdGh)1%Xdbf|Jr(JpQz2%Vn1z44}BTraUvI=xY6|TF>v6$QR_Cz{Ws zfICh{A;$|AFgjTI9OqzHfH$gaQ>@pG_kRt z>Q_3ueS$^>F`pzR?{JL;xO>EBj!}j-M8l?UGC5iz3Mphd78r1FcG=m188hxWejpTQZs_w-Yy;UmtOs2m+%=8I7e+D+j zx^jblC{jJ9mZgVX4V8SNhKs|lPNa@I84;VcLc_(OR~OszfQN$a&xswbrEk#HrQejR zYz=Bn`HLikp0g2n{!j2=EqDNW9v?TTKFHay1y2}lo(i9(=_O-WY*hg}_GOqO{}k(F zm7G%AaA^VBDgG}CSE+YWY5K+be14i}fkUxdpXkxPIZ%UJza=`(gpcQ&VVj}YvGWjgamxwZ1*rgSkOj=8*49%jnJ&BfLSU{ERX zSRLK0++RH_)0v!Ij}F^GD%xhElys{(Qrk|>K3pgU?1Hun_+a&Q&|(C1aFpoaJ>IGB z6BRT^YDT!2)2(CvSH-ith2=MOA^v;aN<7xY0v;m$JKYd2aAzNt{j1`r=wTvS@CI6N zIa`d7`@L>Kv8x;w=odkEV+18GyJI?B_Lm~^l%aIl7lxYV2bcX0#hl+DS9O{z_#D|5 zHp7`!^0fL>{W{H$LOHUA;_r!`{6KTBDsUW<*a7QR$bQEX1;_B{m@NH0xMX=uL~&NB z+qm#p78G*(KrR#0u2ER!$kgEChj`M7e&<1OYyTj-^ZlrXl@Ensfl!n0zkgyf9;_7z zVtKZH5J~RQ7EIm~8Ju;~8H&M*brGok9<7YA;8$47E z$f$ujP1FrRBf^3-cwv+1)MacSh!0@e8=f)fJ|emk1l`kuZj?nA^jqE#ENLITA+Yt} z{iv;P2%K#pn#O6ST4zHPhv#8l=^}>lM-Lr8G|$arH?Zv)Xa7j#Pm-3E&;+WuCx zjkZ5qkD~>@{rwc8X`E(iMstA*|@MZ3;OLZ1Jg9LKU+g@ zSB@cYceK9--2?4U7#0Y%aQhR)e)~I({Lud7T$}b+m-;@7vZTj|zQ+gkE$z?dn)bIv z+TX}we*brbZhvhF%Wr?`vKH;{yU9S;PS6b&bQ3JPX!~1#X0-j;dK~|<{UwZ zZJu$Om#wp*{lW7Rsg|dLJYI@f1yIz z+FyHZdO54Dtc`*=>;{Zn{6SBI;Lfi%W<)94tB@DG)3!W{H9l9vzdVgN0;yO!PbJi&)SP78#hh4YIA_ zch+~av%WhJEQDc!PzwhOLF@;MBJxA9kaI51p@*Z3%y9JA)c2*7h5N0;Ik;21)%Uwn zEOMuDwUSk&eNPp*3P}Ow{govOuHexzSz39L*9y9*m7_s7a~E}64^1Dn%}vJ% zA({bO!HL*t5p>al6RF2_&@COF=QPe%2SJyGO;wpcenJObRP=+c1w)3}f^Mi#wxD~R zHocrB=-O%sZVe6?QDuZschgeLoHwswwY01PO*k}(iAs(!)53u}>1Yl7z;r?BN z)jfo|%mHk4I;ADPs`G9Vuq#EgtAk*rhv zBn5)pKUt#Sb{-v*rGuPgc}(<&lXtM7-$P_#LS(Zw>~Qj^&gdbI>Ky1HgkgbD3-=I$ z*zX~3COVm3KD_`aOh2V+^`#xP89A3wpGbhXSxm7XVhToBZw^bj_eaxrdwFr3c`XAjRDmUkg6zlTtleyhs4hiFK24+y%bm7_gG z=6A}r9-2OCn;znn5Y2$C;6!Y+=poR86RFR153vY6MDuKQ&_l4WsVY6hYTZMiqTfSU zFl3mmhX@tQ)>P=1&0M;XCC){q@IhueBTvuKC&QWFmphNCx_1Www zoTTmX8V|Yu4qQda8*xnDz{B-8nCD+(P{ipD_8wC!O4qcN ze@LAsg*^l8Dym>N(Xf+B!frB>&s zC`t|Clu?hHdxNT|R{g}sfA$4}ur8($Tz-L4P3~5|;Acwf&hQy<&=jzjrPrPf2i2q%jp3mHzX$zp#2t!BE=_WLgCbLd zy?qTrUrJ`Mo)wm(v$VPi^!_w0ckiJyChOi6^ofRbm^;je93Cz09@mEeUacxse}UtH0kIX85XqRN`RK!gGQ z65xe3)n)G1yiC2CaVbvHhIx%PeDlj}!#ClW{5uaf;$YhF<*LdRI5~gjQvzm6lz|h> zwsVrR5pX*xL(9#3c{a`p=$K%!`^;`YNYf$NjPb$MH8WKny+SxDR-94uhs_A|W8 zOaG|i_M^DDfRmSwMyvQ4`!K+Iq8&D}AZXZJ$8B|)yUnx2?R$W$D0w%I$<937g@duV z#O-Im-eYP->BhG3{f%u8W8B`@mcGBSZ6I#5B$HI!CP{nMq;LQ-LvcHl-%jH8(<}o? zZQPbh!MII`mZ)b)cqUokN!)%mz)s?}DH~`^hMkSuQmLxA-5-=q+%|lp0OI0ypq`0G zR9Gk;#emasTVc)J>Nak_Fbxhm5Dc-!L_0WWI^duZw+AE7>4N7EDsJapj)vYF>JC`1B<)p`!U>cjINlEBx0AR%R!eH*wp0qnZ9=p}Jww7X$pTN} zc13`l#BEbH5E>0T8@HuWRdIVfD4V!#_(lQ5#qB^n6OX8{P&|qOr{lK5n!D9)++Hvh z4muGGu{h#c@V34I2bH)z8F@|_o}a0>eHi2RAgDW7>4Ub6+hvT~7dKLIyZ3k*ZwK8$ z;`S7hi;vsSBP$fQj||4`K(5gfp@sBhJuhqAeo^sY+$IwGj5tST-1bWb;`TIKy;^bG zFPZv#BDj(CT?FqaMM8zGg$JBV*~=BdRFAVteME! zFNC;_qBV)zzc=$F6ZrUYhH%}~1{#@t1~fSyiAI0NbF!oy?`K6PsxlvC7&0chm-+LC zeTQ?^=ttEmd!LzA_C9N%Untd!F|5RES(#*s27|3Om68SZl}*JejR4r4sTC&YfK_Ta zIWrJY@WmmH$pJj{$H6E{I*VE0>oK*WbXOZRxLs{zkiV-9JBwXy0-Xg*GD&q7Bx$dj z6wW66U}q7^Zzr9_D=ZTnf_+c$MVhJBtO#3UwBtL4F|D z=!wumda|CEwX=9#@nB~`B=i|^j?B)&FB#}8-mulH)miw(vvd~oKrhf)sLR}~d6i7Y zU^?bGJ{NrxL>Wb3%~6PPrqy1}d6>76XA8uK8GJypaI}2v^*7cSSFM0Zx)SyL*tgEa zzI7`0HAqdxTlH=EaR~#gEU0rT+Bd>w;zXw4Mf${jLrWX3Zn_B6;0b;3#=FAUC%wBq za(CA+iRM$WYgIVB4sbmSgcW0E?XS-$k4)&g)CxNe}}@SZs3W*v4;<&ik*DU@1HCaZ+DB+hCB$bDJz8;M_ z?~YbI^UXluz6EaVndMxAJ|N3rV=%m_C^-nn zqmlP7fK5ojZ)u^y2I*F$-|f%A29Ew<<6SM1oNFMG?e=H$ne=<0rk77%&>Av%NHmgU z?e;UDPZ=`CM&b38VHLf&Zl&FRCRw5(x=P7{da&DnU+YKCHPBC%d&G%=Qk1N~F*$*U z@i-VoNw>ckd_AUCU-+ixzA{!T?G8C&-p8^WP zQ`uG!5M(22MJP~ZSwKZW3q?f1Jy5}kKoLR3@$;eLUZ}V?%e@6$C=UMLb8?fH+?S+O z{_W>;Uy^h3JtN6U?#d-jqKj#tAXTn;+qX!4ecCtZop{<`OFa6t&z1CPpHx(!X$g^* z#jGAr`)_OFc-oh|+RQ4&scD}pRW|Lv31m6#OSw@6Y}3A0k3s<5lOczRWcEE7sa!bi zi)_^=3N`J2wFsl)9SFodm17axuywbZD0td`548M+3+1$5m!|zE;BLLrI@%k%{CB$b zdKz}erh78KVBL#L26}hkY5#qKvrqdUf@Dnl#yO%!m3|`C3_oGo7yFVsr~QwG44U>y z6XNI2kv;8aI7wW1Pv#RgHZpWRL}g|fv3vgnX(I|V_L&8 zc&1|3%2d}LiX-&JCK8J08d*38y$_&m{vv>dZcU+f{wbWteaNyS$;(3b{~^YgFHg~+ zT%JM{z^6dTcG?ONMLP}vLQmGit_EWMM-Yx~#9C?HNV~P?Zjx|USK)0eidSM+ z*YxM?q~B-qgGc;o@q;Mt2~lKc@A}~D8u@zGhuFdH_SCzFn$OZHAeaF-+Drd?-c9#I z?4~;uyXmG0*ywui9@-=I1^YK%z`q%7;C+BNu4}kWjBfK)X910r+Bhb^gdk(2fmgo!LCvJgW zU$b5-=5jM&IBxLBcmUzaewc{rFeu2w$ui{9l{uK|Cc)>z(}G+*Bu1Q}v?5w~!^< zYbBWSPe5s!O7RR1MYa{_tr&urA+pt^Ay^A^|bg?!ot}}JNV)6c4-1tBX9of zS--dY9#|N8Xh(2tYe&=cNGyM~reFL@Qjj3>nmA`*B1r2&V8hB4MFx|vQI<+~}jej*| z{?lNa`3scU!pb~FLEv5vf#oR8YJ+8`Vl%F`_nvCDfvk%*c&c5`G}XlWojlmmr=kt+ zJvFNh7G|}92@a&%3aneuW|yr?l6Akbb>Fszb>FjfhwqGa z-?WZeCvjlix2-MK5p0%qzlGNEuTllpecSrKTBmk7*hc#Y{?68Ir2PYbVC#NIX;znA zJ9T87zH@1ISy>krZJgROO*LniKgeBn-Bfg0?2#A^8+W&k&JQL?*k!kcX7jJo5oT|k zy31zwCA0rvvlo!rKeE}U*vy^-v*)$GB4W0zOWhP^Q%!ucZz1hcdkdM3Z5E?u&&x8~ z1PRUlGc=ojm5$Vx|FhX@q;|w+^6Bkt_9I8b?9FU;2b5MiQXf7#+Lt8`T=2-zmcC4| zS$+Ah&^rEAs=&HOj@BEsDszE4lNonCtvXU=3w02aD+2WsaZ&UreMSwUVFy8qo03#I#7(n9IJmf}o? zY**_kB@1luyU>&Mu&aS43D0C$tN%EQt3kqDB^OR5>0wtXOb&;Jl@5|^Eu(`(;s_&v z7CDU}Sfk(3bXJX86bmN)O-l&jdCj`2bT~Cgp1+O;$#Xa+t3!-2NLHaVO{KHTUm(kW z6@%mj43ZbA`KXqm?DH5Tk{{}UF_lNUX9kJLW(LWBT41nVHB7y5c^TSN+9J%yYvv2v%HxGBX`@H4b>$3>awTy$5<=oD;%gmY1?&}{xyI>PMdQ;ukD zf5Y)X>~YgODCr%HrpKB~ux7mKA3ThZyb{OcTsq9bA?%CeK`w15BHkPH;heU6kQ(AT z_PHQ7K$h-l;bkk_NlMixYC&B(DpL4%5|h%zPnSzb8a?dHm!q4utw%LTpVBl*$Cur3 zhbZKwn*;&f1WJ>373GU9q!xEKSaer#IBz0=1MXB!#JjAlM*(Bgn@W>2*obC-*NVY; zIHqco@ZQ0B{2Bz?M?rK7x6^%CF?W=A@YIG!mhF5@#IBq)!Lx*L=&OxD0LnMa4}I7n|?C0NXkUZ8nn z9vJc)qJY12#XGeD`4&-af0U;Qv!Z+ke}Vm0TyMfXW&HF=?MEmDjp&$9jNF;=8FwNU zFfmQVT#x}tlb$p@MBk4$ZM!caaLe4vQq!b=MR}PLn1N~1_E5ph?DKWi#U^u5eE~{S zjET%`$n@W>e~kjJ*FO(Mw^I>zpdz3G=HplW?nE)ZOG%!|@mZu6ch{c|_spO-L2=;ca{$(V zw-oDBz%u&RfVKBfaUSeFoYmFMS|rRm7z9&C5%2Q3LUTIi6Ay=idK3x^n3SeMWZ5N6 z+a5%WY}R7aER8Kl*o?C?SWH|ZOk|Y`SRR{L5t>-QCURrmYp8&LwS^-hj;Xy#PdH{7 z)uNaGc`)!mUV$Qxj7>01U6E0?rWP4hJL!>8@5Fj!EPJqW-Byxr@dBZ0mBWNS{{

  • $sKsIA^9&3&iU_X(S+29H2<|iR_pIAiCSr(Yr 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
    i&W-5m%XTB}tF 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 Y8d5V(f9QR@gFl`9pP8+H4)h-WZ(;4ph5!Hn literal 0 HcmV?d00001 diff --git a/node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.node.recipe b/node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.node.recipe new file mode 100644 index 0000000..e5fe6cf --- /dev/null +++ b/node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.node.recipe @@ -0,0 +1,11 @@ + + + + + C:\Users\dimir\ssh-updater\node_modules\ssh2\lib\protocol\crypto\build\Release\sshcrypto.node + + + + + + \ No newline at end of file diff --git a/node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/CL.command.1.tlog b/node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/CL.command.1.tlog new file mode 100644 index 0000000000000000000000000000000000000000..96498bd919680440d63e57eb9ecc26090f489e1f GIT binary patch literal 5856 zcmeH~X-^w55QgV-rTzz$uLugE2a3dpB_ts2wf5Sc%QK$wyWhWku%Z>LXB}%<$(po1+pwx_^EUZz@od@x>kZ~3YX_>H)h%XR zvII(fb*#on+|H5btA>nq`Ua9>IAe6h%=YM;w#U5Y#L;A?2W=I((q6ZUEizZMm-fP5 z*`dwRRxQWOebz?EOzn)2SPMF%pfk020ol?mDxO;MYjfG(yyU<_Q7dz+u#H;xoTN(7b)Go~&*_j=%F3Kyr zW^_njpcUs=`^<{yV!IvmAE^mGb2jL&2mM{>EBH|B8?w_6n}b&GEEtys#sTVk;k-X(fH zqm$`UYj925s2yxE+eC(Ei@d*%zpL=4x3KR;UU%>4{+DmvJL!IM*dGUvdz^LNb;GZb z#kr7kM|Mm$A7krrn9B`!sdFfgZlKleu5fB3xk6TY_HMINpK5v0l%RNx0GX0s{F7aO`gI4gTuufXV<=boQ?qmG{yC@8+UE5wRfCe2+H%?<>$$Bug+yGmK^tfLNpHXyQ=Qhu%E-v zs>?^ACePbE6~XgvpHrZ3J##$wBfx(Ful^2GPoq?!W8Dv4{e?9fj7FGq@-`91eh7u* z^AXxjQMPBBSJE1K_lSpZvT9Ef@;J8loUIIf>pvhv-;@7E8T!^=?BD!Rjy#v4?+krs i=v#=u@qUKBQ(t80`|;3sE?~|KUpvlzEPVZcVb>q=3q6Yf literal 0 HcmV?d00001 diff --git a/node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/CL.read.1.tlog b/node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/CL.read.1.tlog new file mode 100644 index 0000000000000000000000000000000000000000..4f3967378db8b475c59e65d949de5bae9243bb44 GIT binary patch literal 72312 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 hy7{b literal 0 HcmV?d00001 diff --git a/node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/CL.write.1.tlog b/node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/CL.write.1.tlog new file mode 100644 index 0000000000000000000000000000000000000000..e7c5d3323dbb890feaeeed0e5ddd4cf7c9f5403d GIT binary patch literal 828 zcmds!%?iRW5QOI}_$c+@(Ode1R%=sIiwMEK|4XRfrbutvn;@ad?sWfV=lQs+&`wc< zdQ}SCQKf2~`2u#&IVj_Q2kvx9QBkctex;E}vj#PImOW)`u^MXRyd9N1nVw!AH1Y=B zzzwsE01}C|bwAPCI*AwROtC_rH$^cK}>X^I2_so4vENoNDm`ypx?c4qx zTY7KarS6{2rjG5%bm;It>9HhY(lVo>sWK~aO?}3sbVJ`8dN(k3AR}x&=kym!EoC|@ F_W}mgeE$Fd literal 0 HcmV?d00001 diff --git a/node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/Cl.items.tlog b/node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/Cl.items.tlog new file mode 100644 index 0000000..15650bc --- /dev/null +++ b/node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/Cl.items.tlog @@ -0,0 +1,2 @@ +C:\Users\dimir\ssh-updater\node_modules\ssh2\lib\protocol\crypto\src\binding.cc;C:\Users\dimir\ssh-updater\node_modules\ssh2\lib\protocol\crypto\build\Release\obj\sshcrypto\src\binding.obj +C:\Users\dimir\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\src\win_delay_load_hook.cc;C:\Users\dimir\ssh-updater\node_modules\ssh2\lib\protocol\crypto\build\Release\obj\sshcrypto\win_delay_load_hook.obj diff --git a/node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/link.command.1.tlog b/node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/link.command.1.tlog new file mode 100644 index 0000000000000000000000000000000000000000..32055c8521eff55ee735059a82611ae30b1de985 GIT binary patch literal 1946 zcmdUwOK;Oa6ou~^iT@B~(^V5SRF#Ot!cN=}I*F|~rio+`@o-T^Xr&fd@!Ns#%+$s1 z11UQy%l6E<=U(6E`1h}OHnO3WR##IPJJvJpJ7MV*W}p|R|K-59x2z!ZKTibne{;m@;S8be;)V! zO7?EMscRh~Q5{w3gx*S6FNxa`nR-rgy_JoL-=Dx)fT?d@*nq5rzUz>W(9>;n;ya~{ zg?#69q%!LoHq@~*G#p=R>!=oQ@hrpNwnP&nZ|?dd%gG&Xz#?C}ww1z9#kk>%<}4;N zZJwqu^oXW5Yw+t%Xis;0zDplLJ=+n}q`B3kD(BkOlfF*|G_%4a9r-A=8`vRVJ>b$) z$jXkun%Z?$x>WFSkNXW--S469(&=%pxYYwQJeZUDWA-^6@(@;dFEtTctLz8&)?V43 zy|-&LFF-Es3+NSC$G+P+{Eu7}@@vmLgS%y2!I0;D`wDUa^USlp(Ule02cDn2Tz=|2 zoA{mb8b8sQ48Dh`Q|hj>MKgKqBdd`qeGrf({SuScF}#DDT&$^4M6JY%S!o`_1g}6e zSsCcx>ZzwR{RuWg4~gwyjL7KF%kG~H;+)%O>T*dfD|m-^@RCas&8}m$%b#WU^LH2P M`kVdh&!zMH4;&j9rT_o{ literal 0 HcmV?d00001 diff --git a/node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/link.read.1.tlog b/node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/link.read.1.tlog new file mode 100644 index 0000000000000000000000000000000000000000..ee103ba1dad62170ec27b5f81486102252b1b798 GIT binary patch literal 5184 zcmds*+iuf95QgU(iFe2)TwqbRK+BzDyCKA}BOlVHvdD|@?7;W$)(wfG7QzMV$Z~df zygQ!r{LarG-z>Gy)>~(dpq4R$WjD}l1b9~IZ)Nz>Q%>QPs3=^1uO@XN$*on7UZ ziM_FVyS9(^7K?fQ8C>q%vjzKFX1!h5dwvJcX%)FU=A>4Bt$10o?;h$E;{spRSYN)o zw3suV!~d6Ti0iPVnz?8VOC}!^4Oyw^DgyGMs>TwF6=Ziv6P9GE+RDbz z@==kM2WBfTQ$kH^1Cy+CoiPh27uD;hben&RcA*RP@`|2Q(WP4Y(;8ZXz6lXBVb(HN zPZvUn={qsk?^r?DL7r3BTEng9#E!Cr?x`1asEAv?m-fN&`o!*`#|=G9XvX(ip`X8R4g1Oo!@8(2J fewH0W)irbfeMBHdA>wg%exJ>U*?p`A9oP65Vxz`C literal 0 HcmV?d00001 diff --git a/node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/link.secondary.1.tlog b/node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/link.secondary.1.tlog new file mode 100644 index 0000000..ac71ea5 --- /dev/null +++ b/node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/link.secondary.1.tlog @@ -0,0 +1,5 @@ +^C:\USERS\DIMIR\SSH-UPDATER\NODE_MODULES\SSH2\LIB\PROTOCOL\CRYPTO\BUILD\RELEASE\OBJ\SSHCRYPTO\SRC\BINDING.OBJ|C:\USERS\DIMIR\SSH-UPDATER\NODE_MODULES\SSH2\LIB\PROTOCOL\CRYPTO\BUILD\RELEASE\OBJ\SSHCRYPTO\WIN_DELAY_LOAD_HOOK.OBJ +C:\Users\dimir\ssh-updater\node_modules\ssh2\lib\protocol\crypto\build\Release\sshcrypto.LIB +C:\Users\dimir\ssh-updater\node_modules\ssh2\lib\protocol\crypto\build\Release\sshcrypto.EXP +C:\Users\dimir\ssh-updater\node_modules\ssh2\lib\protocol\crypto\build\Release\sshcrypto.IPDB +C:\Users\dimir\ssh-updater\node_modules\ssh2\lib\protocol\crypto\build\Release\sshcrypto.IOBJ diff --git a/node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/link.write.1.tlog b/node_modules/ssh2/lib/protocol/crypto/build/Release/obj/sshcrypto/sshcrypto.tlog/link.write.1.tlog new file mode 100644 index 0000000000000000000000000000000000000000..e9e034f659f0fb4e223f6d597c65244aa8a8449e GIT binary patch literal 836 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 literal 0 HcmV?d00001 diff --git a/node_modules/ssh2/lib/protocol/crypto/build/Release/sshcrypto.exp b/node_modules/ssh2/lib/protocol/crypto/build/Release/sshcrypto.exp new file mode 100644 index 0000000000000000000000000000000000000000..53a7934417ddd1236219c70e58086ac6a3c12c60 GIT binary patch literal 853 zcmb_aQBM;=5T3RuNQ|NHhTKCRO2o_cs6YrN6%wOCs-Z|soTRzlE_K6R_p*BjMITKx z`~d!sFTDF#d^gdVJFdb5Z%%Gzzxi%tbG`C129gi?GdqAa?0X!%GgNPm#B z+$ZhP=LXc=4R}oUUV%KaTw?=TWakUiCi|d3t7I1n#QT1cexYJws5J?~ z?iRjx(mE6>Q5LC?r+G@xAuSeFl*t|c2vMsMrq*O8HX6%vy~U+Osg&z>%8Z zE90^c>s_3ZYBf3WIU{(m+2m&5-NRmNlGIm%-l4`r(tzHvj50q6mZ(o9b8{s5v);$4$EZk GzR_PrLdZM- literal 0 HcmV?d00001 diff --git a/node_modules/ssh2/lib/protocol/crypto/build/Release/sshcrypto.iobj b/node_modules/ssh2/lib/protocol/crypto/build/Release/sshcrypto.iobj new file mode 100644 index 0000000000000000000000000000000000000000..1c962862516c016c4d58a861f8ea5f28439c005c GIT binary patch literal 670049 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≤UjxnWRY(;TZ;M5~ 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 z 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 {-wE{X7ZP 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 Kr;Ra!hazopT9&%e!?OrMm}PV>KM!aEkcfk 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
    b@R-}t)9)4LU^~?Gy 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

    s!?3Uf@z0Tk}AZlbH!bs58z_KGLsgZdUZYQGn_ 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%0Dn|78U2zsSEskRRpQxhl0LJ%kPc0!2^p!?%?0 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 z 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 literal 0 HcmV?d00001 diff --git a/node_modules/ssh2/lib/protocol/crypto/build/Release/sshcrypto.lib b/node_modules/ssh2/lib/protocol/crypto/build/Release/sshcrypto.lib new file mode 100644 index 0000000000000000000000000000000000000000..a578d24e5ca0697e6f7efa6720f7a69f1671f3f6 GIT binary patch literal 1818 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

    2EW(bvy6ckUgVfLmZ|NB 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%0Dadci}{&&kl({A^E!`ZjkodCvnyP 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�Qkqe?F^>!T`jR#ZS5!WYLfpX^vK|2b_mAK)=A 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

    k0B)C7ikN%N~u_TJ250{M}OFB z6Oe;$pacS;0}2QN(+3m~14a)NOG5-VC(r~XI5fb)DDI5xFA_f14*h>Gj*P{RvG}pS z8-DD+*$#cyal8PqKUM;)1Xu~M5@033N`RFBD*;vltOQsI{7of5@c-@%hexXCY3dXl z<`nGi@8lNf+0W2B)XOQ*FKC)qXpmQclSgQHm{SD)I)#OLIJt#{(8F-I(C~;5r@(NM zj3l5bo!mlwB8gS@Fux!lp%(yC#+=7-g)R=fEOuq0V?Do8dq0oR;ILrtaK6qMUH+($ zaKAvmnMlVU92^+p7vL2NY`Qkj#U;|i#Vs6`-`yj^y~1F_SDWYS6%gVT`h6@>Bhu!% zg$KaqHc5jz!eTlx5g+Ilb07M>ME*`;wsEemdfM1Z8 zxreV?=s>h@ATI=KgTVF&dZN0asH4zUwkWL)YSU|S~0ts zb>JV!+XHME^a>z*VS1uJAS}B(&2IwE&(ieEID}tVCiugI{KIj*h+dzC>sCCXUm#4c z19?LKfYuTG5k!t?2~kAAkMI&(=|bKv^n4u7Ptd&9aK5D_?RE1AN2iGrle81TdyMj~ z<|r^jd82TSwa}LQIOwk-JXf3(IT?U5j9-w;^oU?G4oLbT;2*t@wEY7;x5l|pPJuK{ z1WgkZ5f~QW7UnCgFAs5vG!5xv$b#~C(DYDgWn}2JVHjt^{9n=fxnupdKlG5f$k&Re zgc612bcMdKG>sebwU2~xG;hd_Xc?2b5?kBFG_QCn7b-yLbc95^d=(DiCi$Z~nFX{S zTbWQslh%dU^A@&Miqnr-#GJ={MC?@)8B}o@W``oiuDG1^bflGmU2Q}&Ifx^+twntD z7^f|KGO^?Tk&oz-@R3gRBYGh%Kg&%xkbzBWk}t`F*rc|^F&RtH8~HkZiA`%8#FH@z zeG@t+MRu-*yuxv(0lrD#BV&v5{V=x3b=R-gzl!MV_#rwf){Hz4EW*WeP-g@p@`(sR zxc{7T>HX*8;zs5Jw*caG0#kx}gts?FqIWQ+5L!PnPJ@sWy@!6N2kASat0T-ykM@Bx%XLC`_wL(-NEZ|152o-%Kx5pN<1^9}3e>L|fa^^bSa$OUoA8 zs3&DZLpwO!Ex<*TR#fK{$|r+4MA$xt%n`!&xrK(hMT-)M_~%o8g@0({xAfoI_s_Up()3;d)$+Mu^UNgYUeWc-mihsgKO z#;5Vu>)+%en%_uz%Rjg->LW6K2eypgOyI)EZ#HCzq8WeC;|kE<&lQeekKiD0Kc9$D zFP9*QJ$OdTuth%&v(K5eE_ES914<< zkP~Ys+e$))D+MF{8VIc<+HjR*drHW0TjNMeLPoBwii8BWgX|FeRhG4u?IPO)>|(Np zvf8qGvfA+Sp&}vA)s*dn{*=SECFC}Rhc07&Lq#GHq#)P!2;`g`6Tb?9q>+rbUuYP4 zN{8Z^FRVKm@ALCWdx-B0q2AkfV^$VT z_mv&SWpBzS!C8yhg7D@56U{JQQ6YFndwB{atbjc6*kG!u{2VwuJafstK>V`PdPTa> z1Yvk{psyPd!silsjug}UC(=G3&kN1{q+K1*E;*hGCf3)A44x(-p}{_IVS|1RME`wj z^FNL!(!MCXcXLN8-meD_|_tV=VAt&!GhUA*VF> z>vJO(?IZV;h==%|y-avo4gAV;73ZR73&|%2Jmh}DIN%C$NI%0@1LC3($bBV>7u~bO zmjg+ch3n6R*Tn@*ax&yz72V6ve<-5}ytRavD<>WczVFLd#^7t2SGcjTHAKok2YyAw zx6CVF<0}zQ>~FNpD>PnIFG59iTL_*v!n%pY+R3$QEhjFefqc~vACFM~{WUaD9F-?& zjd4wYaP<4@-?i(>~=Y`CWQfT@j zz_XX;cP(^z`|(dbm7a$mki4~R+N-CQ8|F+~@aAMp=?m+9!_&}bMpR#N?#bUCD4dDf zl;C4Lm(|17UB)m^sQmuEdbmDv9E<~r3p-35+DSCuQu1fA209+@nR#Qrd9%02_;90c zm)5>KgZq_^mo(S>s|(^^RbPBjHqonSyw1IhYpV89cSClS?S8_Dw?B{XG@9Qg+2hte zx!Z3W%S;p8Pq5ffP+@*%dGSQ!b!I-3->5ukk8d%`x9tJrKA4|XsbHLRnpt!~EA~V; z^KBO$_g-1kxS;u1^hQiNAILa8(Yn0ACc`R7rsiRn^;=?!W(O?VaA&vF6uX&@x@T1r z?&6If?~K6FZZ$6KxrZ05b71qz&F|d;i&nGxzodW59m75(+;}y+xm(ktNPQJKwN-kW z4`fV+=I36XFXuzv-_B6n+=zh*ckw?)r}f7Vi_`yV?A3VTF+?sTh==y-6h;+!j^-6}r17GiY5!@r=ir-=)f1k! z*K_~McOxrD8yQUgeD6j>+{;(lz|hta`F#qHPLftz95nJ~-le=Ymq+d@j~LdzpXAW> z>GvAcJYRmnHz}Q;B}~-Hca4f~|7>RDXesl}a#s)e6!c$J^fLD8njTBJM%wreY)_y2 zX64R}Y6&^I5+jbOTsOLv@L2JDn7M21;;f4+V^XeP!+MV@DYv*++b;VmXZ35BGP0Rx zba#Wg}aqPM)&0uZ$`&)yHKRMt7Z93&k?jb99F>nye|6uwTRm*aBu8> zN7|vH%IXQb7w#=*^@LeHVJR~UN3U_Lp0Lk_^BIep&L^#^&}eJ5>R$cU!v*qFhc$<| zZZ+8eeHS|4cbHw>NAGIIN7L24%eoX4HE}PTGum{gN67gSgCOZDR!=z6@a2qAkw@pB zsXsG{H%_tGsn?r^zOuJ(V||XwPa`|ykzR0J3ack9dY%`+b|~J*J(X79J}htHlQ;Wv zw_EG(_V3r$&HdwIk4q~T3_P-9t~=JDss67Fb37oMQ+7-6d2#o3hgD5J#h=PvpSECl z?C_0t4VNZ&VVG!Yn|`fwTw-s-b2Z2OKlF8e9o6yEj5MCFZC{^z?^u1}qIz|etk&%Z z$62VRCv}^3Dso82Zc*_^#myetZh@~Tsy}Vp+U$h!^Bqgh-?coxSNh%O%nMhF_pG>X zYWH4dX~m~DrdSB2`nu;TQnlCQ@0MZpi9_`CBF4{Tn2%I02_@}bhUl!8z0nx6ym8U$ zd5+fghw_d6U-r`TUsrO>G7js`RL@W?uWY8~(jxO{qrBdG-K?A14$!@7c6r4c-N~)g z-HVoBqkIn4|6LaTa9pBm^5%sj{UVyRbB7ySkGAxxpWW5_{@BvzLl5D*XA;ftQr08) zz#}~0wQFuRU3YZ;RGYFC_3}?KMcoVCWDv@xGVG8N`Ra!&!gY)~HVvIBv ze3_E+$o;^VJEPV5O7BRkpXQ!(`{E$XYgErVCe}D_px6TK%4S8ghiR7g949zzuKW-- z!CP;}on6X4Sl=B-`KBp8+@Jd7a9#K2RE?C>@rk?MMN9ShqJ1HKq0ZH+t4?@tdQQt- z+Z@|yZRPOJ&*Rk5J=<3`n#ILvsSWD?^wHX^sm${YCh#3W^Go(A%J*bi#SG}v>RLY^ zM)paU;_D-f|0nf{@%q9TU|*K}$R4}_zU{HJME4-cF+RJlFUa2dT zsHdS_W57d>@i=5owD6ERkbP9bPmb|A%vg$vu!KTvCTY)5#2X@>{JgPEPw<*PpnX7n zLDAL3FNk0u=yXuRk8%VyptC{kLFa-xfC}(`3TP~-6KFiB3upqUC+K`oQs0H3$cy<6 zGzN4rDDq&IfFcdE6m${jGEf{dD?l?rQ$ev529zfw*aNy6bRXz?P%IrXn?a9*;TnF6+dIxkj=tIyPP%JeuNGo^&dKB~}XaVRe&_Ylmw-ccCE%8_`W{Pmm zK&IzFal0_Zplv`)KnWnQ6cn$;%w^E_pjSZEKv4$)AM`e;7H9=%H_*GFJwWe)lCe#$ z8-k*af?=Sjqk!P%sz3=Qs2X%UDC#V51FZ%10euY`0Qv?r3>0-1M1o>#RuBz}tu(K_V!YvIL7kzkn_W#Ve3tH7HEe2*|yHPXPhJ@ZwdK%0mDdIOXD=0Ch$n zd^{uh6v=h1bny!n5Cd(jv(ixKIGgV{J4(&HrBYiiFBLq7PkgGCCFN-x< zka!^aFxCbeUQE0<3+3zoUHteRB@8^9-I-2>i1M z=Wvf8gdh}pbC`t}aKC{Pocl&RRLFy72#zNqq#=C3wVj}a2$cxrVJL_BP*9C~5wzY6 z_XKD~4W8McJ74~zj~e2i=3ntiBaa6b@k#Tq_@glZR^eBC(&*scbwCiX_6X4V?2nZI zD*;vltOQsIuo7S;z)FCX04o8J1n~Lu|K7T ztTPGYInpHlCgSZ7Pw?;1F#|tGn&@4J=6dK$km- z{u!3MnDew=63q8{bL5!l43c^=kV_frB_~bv5AAuAkbe`xIMj*6k@^JS`~yNuJ;kxS zMdJmCt4C<5CygidOhFv+sV=N1SCLeci2t9}^9HS__&?P1`?@M4lM5=Smy{0W`%yoP zk1|9*DbWEV)DP2xei%eW>(m!*BYi>INb)1?e~JZI(mv7_)fSy%(%+*vzwd96u9vGi zWJ33v{yIPPKJOXq!BxjUl!$E}@XY+dh@A9@bjMM9xDD6+qg;Dr>|9~E&%PdVq&iI< z(tV=e&btz^ZD+Sxd26i;m2#DmGA(T5)Lx$V)@^FSBDy2xi`=MP)KM~OO_ ze48TYYV6F~=iOR&L5i_v|2&3SNy|++pm+MypyjL8RBGOx*!R>buYaRBf83ibK?TjN zUrevrgtZvTmpM33dBDKahaT*nbF)8;DfEiA0_xeXHg z@6W$nP^bTS$^44wMO~a86m(O$cEx4c@b;@Dr*uDwHBic@`zg?N%OhT;?+n*8{-*rl zXG%YXwViOcZQ9ta+G>_NoFJ2qL@tN3#}-u??6wbF$BxMzJ6_%9mE;5^W6i}$ zdu{=XLdVsur(%l?hwVzvQJ07m4;z28_IU6c)sG3fN%l>=!&XM=(2=D5F|VK`s$fU^ zfqGWk^o(8k9s6!S@Hmh^J-PVx%C7aZ{vCADepSbe)d}+$UBP*{uB3MM#OM5FGv2Fa zp4__}`(lk`T*e#+D87ta66T_yc%10ufra&^p%Tu-Mc0 zN{<=Fh4K|8G%8=UXd53mV{_2%>Ib}cv;HnRVLsZVfB6%ENwJ zzNs*`TxtHTab48?;yw+;^9|2rKKJ^VclTTmec;`Q9=>I?v2pRn4)QhEukV%^vEoFH zX3EhCtWFrK6DHIN+l6;FK3CBz*Lbnkm=QD5R4Q&r*M8yot-PYj_&zn!;lx9))ozs>3Z{6;;O(G@ZRakj>#+8KW`-jYtJCS)u%j|Zq){Vi2zpfM3kLLIJu8nMw zZq}5e3cBtmCS5qa?~T%_!eaL&`&Qa*UDor#3E*KUUz<%v{FnTwgLekJ+*z_v@2UDV zr90(&;yNyk{P?6~^EvDxM^QehXWL%L%FQXb@#N!%RIm44-)-x1V4;KFiKt?qzJqlR zrC@K3@;%-7+tssE8-uTXZ2HpI(x#}yt?k;jCMTv!7Mi}Xcb&e5^=--Oto>){to^F( z09(9sz!zZOf)B+v%4W)5Np`edJ$Ra?n3{EMHM3B?OK-PnnfCz{yGHqZuf#85cK6lk zwa;r|+gR_q{S~gIGrQjL(stOAXFsGCAKOioPq}!Ec!!D0oqtoLi^*JIiHPzVaXRY|Z5$UYh&9SAETX-L^qA%`az+`1@FU z^;t37bo11$R+K%Sq4kEE64olO6Zd_`oZl(=^S z3XBEtM0{@lR&HIr_h+9-wi-S6#?;KYevKQHp8G1L^$t|iUL5LY3;ZDcZXA<-aeC3} z8?)qX6BYz`-Ms!(edfy^>uo(xa1@s}PY4EnX*)1ZeD0C5Raw~@0sEcj=t!AgNZ1KnKJEcJ_k%xZV zU!!~Xt2*-kF}^&pPWLN1{9+t3{_Yc*09%J>lt=m=+^vs{JtGo52r@8;JEsRlwX2x zqZhM+Qy=oWd@-((9wFGzab&u8YJaMm&+F*9HyqrtkIB!G>$HMZ8}8LSuC}on_D>^O z|C?`IPrZ}Fu~xM_a?}%!wMb6tb*yBNbZXB|GyB!E-c#I_;}$}oSuE_RzN(DZ(d(aI z>z6&n#(VFtgZ*n2;!FN2^;6!>T~ylIdhY6Q?9!Bqi1N%aZEE^vhk1$3Vhr)FOkv-H z@3fA49^528akcGLmHg5R_k6AmzUJfO{$!1q*U^jX_H>-3m0B0Byrh0Rz0(<{hqvUb zZ+m!ar^Ot6U;40deo&{@=rM0n#=dUe{i8J1yI)-QW+qD$f9#g!xTn#iSLGY=eaY5| z{T~&JQ;S5)$2L%1y<)DX+01hpkKEj}N<-?6R~cPB1@q}#=1W$!n%$N~evP{M-ktwL z(iW$mP50`rf4pwW@rJj(2aWnT-30r}tlUqFAJ5=*^bRLKF*9DL(#sC}_b-@EC$FQ& z>*&$^_s`MM!*L_mAAx>!mfRoT*mOQkXSccd?zoP4I>V)FY?HIIT)M`z#Ljf-8dC~8 z*QIOHd7|@O%4a0zBtnFw9>q5S}h z5y}u=AZSBL%pAcD!4Dw`Ar&DLAIT08O2r`V17YHSoCpDmBW~2if`k26aV;qqZ;(Nq}CPSZXEXRf8`YGay zYj9lJ7>v^b*b_tivbrP-1l=19r4nh>u&^Krd9nE?=mNA?_;Gqj z!sz&=$^nDf_;9zh_)-_ZiJFcUa-S@Eh?A#J zWjH1bCumrwaDQ^&hd8;vI62M?t_MfHkSI>Tjbi1hL+;#J)Es*guxJtex%6IADwg4r zjTL1Xs!iGSq;jPeD;|G|4V;<^1R9W(dWDaLzRhuOKE6t zLz#xIm1&4}31}yOQQ>eP2;WS>imEH>$#J_`Jym{JZxiSYc!FjPw99O?1M~&FI5j72 z6>qh+LQS>)+SP2Byg&JXp%T9Fb7_c3rQbWsgZ$pnQk>e#TkvaJQ9NZr?c*)@wSCAB z81`~F;=i}x_xvZF05P5u&*4Y!H$10j#7p8crB$+w_^i|=P^9|}KXo_C)O!~X%0`Ri?Q-d>?Jny{Ry|v$*pt{0=H9B5yias{y1&6)d9-}Viwbna7f6>w6 z2e~IU<+QOJs9*hU+tRkv&3M`US-t0sxTJose)QW{2W4*W?wwV&bgUFLr}NE`udD7KhL_#vW%uFyn49y4 z`W0tfe(9Mg(=FpuetIL9%I4deeCqJ2@@`JJq3-Iu(!!y5pE8|>AnU8+^*!~@ok{Q* z_s+fHfsJSWuCn`8mB~NCWc>FnU3j>L^Sd`69iE*VH}iI-pYPK&8^Iyt-A=VOI-9CK zRB=J@{zF@(W(3d6R?k&Zj^o(4BoR{B^SDRh22P zstkBlWzTt8ao0`fg6d7_x1zIYVd@`zbip1gj0X2^ui6L{I~tgM#FcC(At4mNOXKH|>c zcljfyT%53J)TEgAUfnq^ipgTXnH`gOXwdD61$V}%^0M7ye#X8p)7AGiYpMP2o%+u^ zTW?EJ-6K679%EPS!>+?cbG;Mtj!(Fj37hK-Z(Hm0{w0p?d*6+mutI8iW5b|&+mkNl z^0M8gv9)!od-WaAufrZGXVGKhz3mf1^7UsHwQheS@cJQ*@r+VHiUcb1>n2p$Hu!A9d z*p%=nv%FqyYiiCN$�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 gH5T~|VvZ98S#qRCkQXN{^n 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

  • nt{TrR1EsgTe4@U^_dY*=3(B8 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

    }FGWu=`8xGxVdKZp&RL4Fdp^i1_QhoY}zOGLr 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"mi)o14%CMVGVG)e&-X!7`<$J4)X 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]jI3;JL4Qa^ZiGo15d-B-R(G) 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