@pnpm/exe 11.13.0 → 11.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/node-gyp-bin/node-gyp +6 -0
- package/dist/node-gyp-bin/node-gyp.cmd +5 -0
- package/dist/node_modules/.bin/node-gyp +38 -0
- package/dist/node_modules/.bin/node-which +38 -0
- package/dist/node_modules/.bin/nopt +38 -0
- package/dist/node_modules/.bin/semver +38 -0
- package/dist/node_modules/.package-map.json +1 -0
- package/dist/node_modules/@isaacs/fs-minipass/LICENSE +15 -0
- package/dist/node_modules/@isaacs/fs-minipass/dist/commonjs/index.js +430 -0
- package/dist/node_modules/@isaacs/fs-minipass/dist/commonjs/package.json +3 -0
- package/dist/node_modules/@isaacs/fs-minipass/dist/esm/index.js +420 -0
- package/dist/node_modules/@isaacs/fs-minipass/dist/esm/package.json +3 -0
- package/dist/node_modules/@isaacs/fs-minipass/package.json +72 -0
- package/dist/node_modules/abbrev/LICENSE +46 -0
- package/dist/node_modules/abbrev/lib/index.js +53 -0
- package/dist/node_modules/abbrev/package.json +41 -0
- package/dist/node_modules/chownr/dist/commonjs/index.js +93 -0
- package/dist/node_modules/chownr/dist/commonjs/package.json +3 -0
- package/dist/node_modules/chownr/dist/esm/index.js +85 -0
- package/dist/node_modules/chownr/dist/esm/package.json +3 -0
- package/dist/node_modules/chownr/package.json +69 -0
- package/dist/node_modules/env-paths/index.js +74 -0
- package/dist/node_modules/env-paths/license +9 -0
- package/dist/node_modules/env-paths/package.json +45 -0
- package/dist/node_modules/exponential-backoff/LICENSE +202 -0
- package/dist/node_modules/exponential-backoff/dist/backoff.js +124 -0
- package/dist/node_modules/exponential-backoff/dist/delay/always/always.delay.js +25 -0
- package/dist/node_modules/exponential-backoff/dist/delay/delay.base.js +45 -0
- package/dist/node_modules/exponential-backoff/dist/delay/delay.factory.js +17 -0
- package/dist/node_modules/exponential-backoff/dist/delay/delay.interface.js +3 -0
- package/dist/node_modules/exponential-backoff/dist/delay/skip-first/skip-first.delay.js +82 -0
- package/dist/node_modules/exponential-backoff/dist/jitter/full/full.jitter.js +8 -0
- package/dist/node_modules/exponential-backoff/dist/jitter/jitter.factory.js +15 -0
- package/dist/node_modules/exponential-backoff/dist/jitter/no/no.jitter.js +7 -0
- package/dist/node_modules/exponential-backoff/dist/options.js +31 -0
- package/dist/node_modules/exponential-backoff/package.json +62 -0
- package/dist/node_modules/fdir/LICENSE +7 -0
- package/dist/node_modules/fdir/dist/index.cjs +588 -0
- package/dist/node_modules/fdir/dist/index.d.cts +155 -0
- package/dist/node_modules/fdir/dist/index.d.mts +155 -0
- package/dist/node_modules/fdir/dist/index.mjs +570 -0
- package/dist/node_modules/fdir/package.json +103 -0
- package/dist/node_modules/graceful-fs/LICENSE +15 -0
- package/dist/node_modules/graceful-fs/clone.js +23 -0
- package/dist/node_modules/graceful-fs/graceful-fs.js +448 -0
- package/dist/node_modules/graceful-fs/legacy-streams.js +118 -0
- package/dist/node_modules/graceful-fs/package.json +53 -0
- package/dist/node_modules/graceful-fs/polyfills.js +355 -0
- package/dist/node_modules/isexe/dist/commonjs/index.js +56 -0
- package/dist/node_modules/isexe/dist/commonjs/index.min.js +2 -0
- package/dist/node_modules/isexe/dist/commonjs/options.js +3 -0
- package/dist/node_modules/isexe/dist/commonjs/package.json +3 -0
- package/dist/node_modules/isexe/dist/commonjs/posix.js +67 -0
- package/dist/node_modules/isexe/dist/commonjs/win32.js +63 -0
- package/dist/node_modules/isexe/dist/esm/index.js +16 -0
- package/dist/node_modules/isexe/dist/esm/index.min.js +2 -0
- package/dist/node_modules/isexe/dist/esm/options.js +2 -0
- package/dist/node_modules/isexe/dist/esm/package.json +3 -0
- package/dist/node_modules/isexe/dist/esm/posix.js +62 -0
- package/dist/node_modules/isexe/dist/esm/win32.js +58 -0
- package/dist/node_modules/isexe/package.json +78 -0
- package/dist/node_modules/minipass/dist/commonjs/index.js +1038 -0
- package/dist/node_modules/minipass/dist/commonjs/package.json +3 -0
- package/dist/node_modules/minipass/dist/esm/index.js +1020 -0
- package/dist/node_modules/minipass/dist/esm/package.json +3 -0
- package/dist/node_modules/minipass/package.json +77 -0
- package/dist/node_modules/minizlib/LICENSE +26 -0
- package/dist/node_modules/minizlib/dist/commonjs/constants.js +123 -0
- package/dist/node_modules/minizlib/dist/commonjs/index.js +416 -0
- package/dist/node_modules/minizlib/dist/commonjs/package.json +3 -0
- package/dist/node_modules/minizlib/dist/esm/constants.js +117 -0
- package/dist/node_modules/minizlib/dist/esm/index.js +363 -0
- package/dist/node_modules/minizlib/dist/esm/package.json +3 -0
- package/dist/node_modules/minizlib/package.json +80 -0
- package/dist/node_modules/node-gyp/.release-please-manifest.json +3 -0
- package/dist/node_modules/node-gyp/LICENSE +24 -0
- package/dist/node_modules/node-gyp/addon.gypi +204 -0
- package/dist/node_modules/node-gyp/bin/node-gyp.js +145 -0
- package/dist/node_modules/node-gyp/eslint.config.js +3 -0
- package/dist/node_modules/node-gyp/gyp/.release-please-manifest.json +3 -0
- package/dist/node_modules/node-gyp/gyp/LICENSE +28 -0
- package/dist/node_modules/node-gyp/gyp/data/ninja/build.ninja +4 -0
- package/dist/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc +12 -0
- package/dist/node_modules/node-gyp/gyp/gyp +8 -0
- package/dist/node_modules/node-gyp/gyp/gyp.bat +5 -0
- package/dist/node_modules/node-gyp/gyp/gyp_main.py +45 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py +365 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py +206 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py +1283 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py +1545 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py +59 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py +152 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py +270 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py +607 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/__init__.py +706 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/common.py +725 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/common_test.py +186 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py +170 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py +113 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py +55 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py +0 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py +805 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py +1169 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py +1316 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py +128 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py +104 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py +461 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py +88 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py +55 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py +2755 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py +3970 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py +44 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py +2957 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py +77 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py +1389 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py +26 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/input.py +3097 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/input_test.py +99 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py +765 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py +1255 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py +174 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py +61 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py +371 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py +1936 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation_test.py +54 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py +301 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py +3180 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py +64 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/LICENSE +3 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.APACHE +177 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.BSD +23 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/__init__.py +15 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/_elffile.py +107 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/_manylinux.py +252 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/_musllinux.py +83 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/_parser.py +359 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/_structures.py +61 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/_tokenizer.py +192 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/markers.py +251 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/metadata.py +807 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/py.typed +0 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/requirements.py +90 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/specifiers.py +1030 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/tags.py +541 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/utils.py +172 -0
- package/dist/node_modules/node-gyp/gyp/pylib/packaging/version.py +563 -0
- package/dist/node_modules/node-gyp/gyp/pyproject.toml +116 -0
- package/dist/node_modules/node-gyp/gyp/release-please-config.json +11 -0
- package/dist/node_modules/node-gyp/gyp/test_gyp.py +260 -0
- package/dist/node_modules/node-gyp/lib/Find-VisualStudio.cs +250 -0
- package/dist/node_modules/node-gyp/lib/build.js +230 -0
- package/dist/node_modules/node-gyp/lib/clean.js +15 -0
- package/dist/node_modules/node-gyp/lib/configure.js +328 -0
- package/dist/node_modules/node-gyp/lib/create-config-gypi.js +153 -0
- package/dist/node_modules/node-gyp/lib/download.js +86 -0
- package/dist/node_modules/node-gyp/lib/find-node-directory.js +63 -0
- package/dist/node_modules/node-gyp/lib/find-python.js +304 -0
- package/dist/node_modules/node-gyp/lib/find-visualstudio.js +606 -0
- package/dist/node_modules/node-gyp/lib/install.js +411 -0
- package/dist/node_modules/node-gyp/lib/list.js +26 -0
- package/dist/node_modules/node-gyp/lib/log.js +168 -0
- package/dist/node_modules/node-gyp/lib/node-gyp.js +199 -0
- package/dist/node_modules/node-gyp/lib/process-release.js +144 -0
- package/dist/node_modules/node-gyp/lib/rebuild.js +12 -0
- package/dist/node_modules/node-gyp/lib/remove.js +43 -0
- package/dist/node_modules/node-gyp/lib/util.js +81 -0
- package/dist/node_modules/node-gyp/macOS_Catalina_acid_test.sh +21 -0
- package/dist/node_modules/node-gyp/package.json +52 -0
- package/dist/node_modules/node-gyp/release-please-config.json +40 -0
- package/dist/node_modules/node-gyp/src/win_delay_load_hook.cc +41 -0
- package/dist/node_modules/nopt/LICENSE +15 -0
- package/dist/node_modules/nopt/bin/nopt.js +29 -0
- package/dist/node_modules/nopt/lib/debug.js +5 -0
- package/dist/node_modules/nopt/lib/nopt-lib.js +514 -0
- package/dist/node_modules/nopt/lib/nopt.js +34 -0
- package/dist/node_modules/nopt/lib/type-defs.js +91 -0
- package/dist/node_modules/nopt/package.json +52 -0
- package/dist/node_modules/picomatch/LICENSE +21 -0
- package/dist/node_modules/picomatch/index.js +17 -0
- package/dist/node_modules/picomatch/lib/constants.js +184 -0
- package/dist/node_modules/picomatch/lib/parse.js +1416 -0
- package/dist/node_modules/picomatch/lib/picomatch.js +361 -0
- package/dist/node_modules/picomatch/lib/scan.js +391 -0
- package/dist/node_modules/picomatch/lib/utils.js +72 -0
- package/dist/node_modules/picomatch/package.json +83 -0
- package/dist/node_modules/picomatch/posix.js +3 -0
- package/dist/node_modules/proc-log/LICENSE +15 -0
- package/dist/node_modules/proc-log/lib/index.js +158 -0
- package/dist/node_modules/proc-log/package.json +46 -0
- package/dist/node_modules/semver/LICENSE +15 -0
- package/dist/node_modules/semver/bin/semver.js +195 -0
- package/dist/node_modules/semver/classes/comparator.js +143 -0
- package/dist/node_modules/semver/classes/index.js +7 -0
- package/dist/node_modules/semver/classes/range.js +577 -0
- package/dist/node_modules/semver/classes/semver.js +350 -0
- package/dist/node_modules/semver/functions/clean.js +8 -0
- package/dist/node_modules/semver/functions/cmp.js +54 -0
- package/dist/node_modules/semver/functions/coerce.js +62 -0
- package/dist/node_modules/semver/functions/compare-build.js +9 -0
- package/dist/node_modules/semver/functions/compare-loose.js +5 -0
- package/dist/node_modules/semver/functions/compare.js +7 -0
- package/dist/node_modules/semver/functions/diff.js +60 -0
- package/dist/node_modules/semver/functions/eq.js +5 -0
- package/dist/node_modules/semver/functions/gt.js +5 -0
- package/dist/node_modules/semver/functions/gte.js +5 -0
- package/dist/node_modules/semver/functions/inc.js +21 -0
- package/dist/node_modules/semver/functions/lt.js +5 -0
- package/dist/node_modules/semver/functions/lte.js +5 -0
- package/dist/node_modules/semver/functions/major.js +5 -0
- package/dist/node_modules/semver/functions/minor.js +5 -0
- package/dist/node_modules/semver/functions/neq.js +5 -0
- package/dist/node_modules/semver/functions/parse.js +18 -0
- package/dist/node_modules/semver/functions/patch.js +5 -0
- package/dist/node_modules/semver/functions/prerelease.js +8 -0
- package/dist/node_modules/semver/functions/rcompare.js +5 -0
- package/dist/node_modules/semver/functions/rsort.js +5 -0
- package/dist/node_modules/semver/functions/satisfies.js +12 -0
- package/dist/node_modules/semver/functions/sort.js +5 -0
- package/dist/node_modules/semver/functions/truncate.js +48 -0
- package/dist/node_modules/semver/functions/valid.js +8 -0
- package/dist/node_modules/semver/index.js +93 -0
- package/dist/node_modules/semver/internal/constants.js +37 -0
- package/dist/node_modules/semver/internal/debug.js +11 -0
- package/dist/node_modules/semver/internal/identifiers.js +29 -0
- package/dist/node_modules/semver/internal/lrucache.js +42 -0
- package/dist/node_modules/semver/internal/parse-options.js +17 -0
- package/dist/node_modules/semver/internal/re.js +223 -0
- package/dist/node_modules/semver/package.json +78 -0
- package/dist/node_modules/semver/preload.js +4 -0
- package/dist/node_modules/semver/range.bnf +17 -0
- package/dist/node_modules/semver/ranges/gtr.js +6 -0
- package/dist/node_modules/semver/ranges/intersects.js +9 -0
- package/dist/node_modules/semver/ranges/ltr.js +6 -0
- package/dist/node_modules/semver/ranges/max-satisfying.js +27 -0
- package/dist/node_modules/semver/ranges/min-satisfying.js +26 -0
- package/dist/node_modules/semver/ranges/min-version.js +63 -0
- package/dist/node_modules/semver/ranges/outside.js +82 -0
- package/dist/node_modules/semver/ranges/simplify.js +49 -0
- package/dist/node_modules/semver/ranges/subset.js +249 -0
- package/dist/node_modules/semver/ranges/to-comparators.js +10 -0
- package/dist/node_modules/semver/ranges/valid.js +13 -0
- package/dist/node_modules/tar/dist/commonjs/create.js +82 -0
- package/dist/node_modules/tar/dist/commonjs/cwd-error.js +18 -0
- package/dist/node_modules/tar/dist/commonjs/extract.js +88 -0
- package/dist/node_modules/tar/dist/commonjs/get-write-flag.js +32 -0
- package/dist/node_modules/tar/dist/commonjs/header.js +348 -0
- package/dist/node_modules/tar/dist/commonjs/index.js +64 -0
- package/dist/node_modules/tar/dist/commonjs/index.min.js +4 -0
- package/dist/node_modules/tar/dist/commonjs/large-numbers.js +99 -0
- package/dist/node_modules/tar/dist/commonjs/list.js +145 -0
- package/dist/node_modules/tar/dist/commonjs/make-command.js +52 -0
- package/dist/node_modules/tar/dist/commonjs/mkdir.js +187 -0
- package/dist/node_modules/tar/dist/commonjs/mode-fix.js +29 -0
- package/dist/node_modules/tar/dist/commonjs/normalize-unicode.js +38 -0
- package/dist/node_modules/tar/dist/commonjs/normalize-windows-path.js +12 -0
- package/dist/node_modules/tar/dist/commonjs/options.js +66 -0
- package/dist/node_modules/tar/dist/commonjs/pack.js +544 -0
- package/dist/node_modules/tar/dist/commonjs/package.json +3 -0
- package/dist/node_modules/tar/dist/commonjs/parse.js +655 -0
- package/dist/node_modules/tar/dist/commonjs/path-reservations.js +170 -0
- package/dist/node_modules/tar/dist/commonjs/pax.js +182 -0
- package/dist/node_modules/tar/dist/commonjs/process-umask.js +7 -0
- package/dist/node_modules/tar/dist/commonjs/read-entry.js +136 -0
- package/dist/node_modules/tar/dist/commonjs/replace.js +227 -0
- package/dist/node_modules/tar/dist/commonjs/strip-absolute-path.js +29 -0
- package/dist/node_modules/tar/dist/commonjs/strip-trailing-slashes.js +18 -0
- package/dist/node_modules/tar/dist/commonjs/symlink-error.js +19 -0
- package/dist/node_modules/tar/dist/commonjs/types.js +70 -0
- package/dist/node_modules/tar/dist/commonjs/unpack.js +932 -0
- package/dist/node_modules/tar/dist/commonjs/update.js +33 -0
- package/dist/node_modules/tar/dist/commonjs/warn-method.js +31 -0
- package/dist/node_modules/tar/dist/commonjs/winchars.js +14 -0
- package/dist/node_modules/tar/dist/commonjs/write-entry.js +698 -0
- package/dist/node_modules/tar/dist/esm/create.js +76 -0
- package/dist/node_modules/tar/dist/esm/cwd-error.js +14 -0
- package/dist/node_modules/tar/dist/esm/extract.js +49 -0
- package/dist/node_modules/tar/dist/esm/get-write-flag.js +26 -0
- package/dist/node_modules/tar/dist/esm/header.js +311 -0
- package/dist/node_modules/tar/dist/esm/index.js +20 -0
- package/dist/node_modules/tar/dist/esm/index.min.js +4 -0
- package/dist/node_modules/tar/dist/esm/large-numbers.js +94 -0
- package/dist/node_modules/tar/dist/esm/list.js +105 -0
- package/dist/node_modules/tar/dist/esm/make-command.js +48 -0
- package/dist/node_modules/tar/dist/esm/mkdir.js +179 -0
- package/dist/node_modules/tar/dist/esm/mode-fix.js +25 -0
- package/dist/node_modules/tar/dist/esm/normalize-unicode.js +34 -0
- package/dist/node_modules/tar/dist/esm/normalize-windows-path.js +9 -0
- package/dist/node_modules/tar/dist/esm/options.js +54 -0
- package/dist/node_modules/tar/dist/esm/pack.js +502 -0
- package/dist/node_modules/tar/dist/esm/package.json +3 -0
- package/dist/node_modules/tar/dist/esm/parse.js +651 -0
- package/dist/node_modules/tar/dist/esm/path-reservations.js +166 -0
- package/dist/node_modules/tar/dist/esm/pax.js +178 -0
- package/dist/node_modules/tar/dist/esm/process-umask.js +3 -0
- package/dist/node_modules/tar/dist/esm/read-entry.js +132 -0
- package/dist/node_modules/tar/dist/esm/replace.js +221 -0
- package/dist/node_modules/tar/dist/esm/strip-absolute-path.js +25 -0
- package/dist/node_modules/tar/dist/esm/strip-trailing-slashes.js +14 -0
- package/dist/node_modules/tar/dist/esm/symlink-error.js +15 -0
- package/dist/node_modules/tar/dist/esm/types.js +65 -0
- package/dist/node_modules/tar/dist/esm/unpack.js +891 -0
- package/dist/node_modules/tar/dist/esm/update.js +30 -0
- package/dist/node_modules/tar/dist/esm/warn-method.js +27 -0
- package/dist/node_modules/tar/dist/esm/winchars.js +9 -0
- package/dist/node_modules/tar/dist/esm/write-entry.js +656 -0
- package/dist/node_modules/tar/package.json +298 -0
- package/dist/node_modules/tinyglobby/LICENSE +21 -0
- package/dist/node_modules/tinyglobby/dist/index.cjs +335 -0
- package/dist/node_modules/tinyglobby/dist/index.d.cts +148 -0
- package/dist/node_modules/tinyglobby/dist/index.d.mts +148 -0
- package/dist/node_modules/tinyglobby/dist/index.mjs +307 -0
- package/dist/node_modules/tinyglobby/package.json +70 -0
- package/dist/node_modules/undici/LICENSE +21 -0
- package/dist/node_modules/undici/index-fetch.js +35 -0
- package/dist/node_modules/undici/index.js +169 -0
- package/dist/node_modules/undici/lib/api/abort-signal.js +57 -0
- package/dist/node_modules/undici/lib/api/api-connect.js +108 -0
- package/dist/node_modules/undici/lib/api/api-pipeline.js +251 -0
- package/dist/node_modules/undici/lib/api/api-request.js +214 -0
- package/dist/node_modules/undici/lib/api/api-stream.js +220 -0
- package/dist/node_modules/undici/lib/api/api-upgrade.js +108 -0
- package/dist/node_modules/undici/lib/api/index.js +7 -0
- package/dist/node_modules/undici/lib/api/readable.js +385 -0
- package/dist/node_modules/undici/lib/api/util.js +93 -0
- package/dist/node_modules/undici/lib/core/connect.js +240 -0
- package/dist/node_modules/undici/lib/core/constants.js +118 -0
- package/dist/node_modules/undici/lib/core/diagnostics.js +202 -0
- package/dist/node_modules/undici/lib/core/errors.js +425 -0
- package/dist/node_modules/undici/lib/core/request.js +405 -0
- package/dist/node_modules/undici/lib/core/symbols.js +67 -0
- package/dist/node_modules/undici/lib/core/tree.js +152 -0
- package/dist/node_modules/undici/lib/core/util.js +719 -0
- package/dist/node_modules/undici/lib/dispatcher/agent.js +129 -0
- package/dist/node_modules/undici/lib/dispatcher/balanced-pool.js +209 -0
- package/dist/node_modules/undici/lib/dispatcher/client-h1.js +1487 -0
- package/dist/node_modules/undici/lib/dispatcher/client-h2.js +744 -0
- package/dist/node_modules/undici/lib/dispatcher/client.js +623 -0
- package/dist/node_modules/undici/lib/dispatcher/dispatcher-base.js +199 -0
- package/dist/node_modules/undici/lib/dispatcher/dispatcher.js +65 -0
- package/dist/node_modules/undici/lib/dispatcher/env-http-proxy-agent.js +160 -0
- package/dist/node_modules/undici/lib/dispatcher/fixed-queue.js +117 -0
- package/dist/node_modules/undici/lib/dispatcher/pool-base.js +194 -0
- package/dist/node_modules/undici/lib/dispatcher/pool-stats.js +34 -0
- package/dist/node_modules/undici/lib/dispatcher/pool.js +107 -0
- package/dist/node_modules/undici/lib/dispatcher/proxy-agent.js +274 -0
- package/dist/node_modules/undici/lib/dispatcher/retry-agent.js +35 -0
- package/dist/node_modules/undici/lib/global.js +32 -0
- package/dist/node_modules/undici/lib/handler/decorator-handler.js +44 -0
- package/dist/node_modules/undici/lib/handler/redirect-handler.js +232 -0
- package/dist/node_modules/undici/lib/handler/retry-handler.js +374 -0
- package/dist/node_modules/undici/lib/interceptor/dns.js +375 -0
- package/dist/node_modules/undici/lib/interceptor/dump.js +123 -0
- package/dist/node_modules/undici/lib/interceptor/redirect-interceptor.js +21 -0
- package/dist/node_modules/undici/lib/interceptor/redirect.js +24 -0
- package/dist/node_modules/undici/lib/interceptor/response-error.js +86 -0
- package/dist/node_modules/undici/lib/interceptor/retry.js +19 -0
- package/dist/node_modules/undici/lib/llhttp/.gitkeep +0 -0
- package/dist/node_modules/undici/lib/llhttp/constants.js +278 -0
- package/dist/node_modules/undici/lib/llhttp/llhttp-wasm.js +5 -0
- package/dist/node_modules/undici/lib/llhttp/llhttp_simd-wasm.js +5 -0
- package/dist/node_modules/undici/lib/llhttp/utils.js +15 -0
- package/dist/node_modules/undici/lib/mock/mock-agent.js +160 -0
- package/dist/node_modules/undici/lib/mock/mock-client.js +59 -0
- package/dist/node_modules/undici/lib/mock/mock-errors.js +28 -0
- package/dist/node_modules/undici/lib/mock/mock-interceptor.js +207 -0
- package/dist/node_modules/undici/lib/mock/mock-pool.js +59 -0
- package/dist/node_modules/undici/lib/mock/mock-symbols.js +23 -0
- package/dist/node_modules/undici/lib/mock/mock-utils.js +367 -0
- package/dist/node_modules/undici/lib/mock/pending-interceptors-formatter.js +43 -0
- package/dist/node_modules/undici/lib/mock/pluralizer.js +29 -0
- package/dist/node_modules/undici/lib/util/timers.js +423 -0
- package/dist/node_modules/undici/lib/web/cache/cache.js +859 -0
- package/dist/node_modules/undici/lib/web/cache/cachestorage.js +152 -0
- package/dist/node_modules/undici/lib/web/cache/symbols.js +5 -0
- package/dist/node_modules/undici/lib/web/cache/util.js +45 -0
- package/dist/node_modules/undici/lib/web/cookies/constants.js +12 -0
- package/dist/node_modules/undici/lib/web/cookies/index.js +184 -0
- package/dist/node_modules/undici/lib/web/cookies/parse.js +310 -0
- package/dist/node_modules/undici/lib/web/cookies/util.js +282 -0
- package/dist/node_modules/undici/lib/web/eventsource/eventsource-stream.js +398 -0
- package/dist/node_modules/undici/lib/web/eventsource/eventsource.js +480 -0
- package/dist/node_modules/undici/lib/web/eventsource/util.js +37 -0
- package/dist/node_modules/undici/lib/web/fetch/LICENSE +21 -0
- package/dist/node_modules/undici/lib/web/fetch/body.js +529 -0
- package/dist/node_modules/undici/lib/web/fetch/constants.js +124 -0
- package/dist/node_modules/undici/lib/web/fetch/data-url.js +744 -0
- package/dist/node_modules/undici/lib/web/fetch/dispatcher-weakref.js +46 -0
- package/dist/node_modules/undici/lib/web/fetch/file.js +126 -0
- package/dist/node_modules/undici/lib/web/fetch/formdata-parser.js +474 -0
- package/dist/node_modules/undici/lib/web/fetch/formdata.js +252 -0
- package/dist/node_modules/undici/lib/web/fetch/global.js +40 -0
- package/dist/node_modules/undici/lib/web/fetch/headers.js +687 -0
- package/dist/node_modules/undici/lib/web/fetch/index.js +2272 -0
- package/dist/node_modules/undici/lib/web/fetch/request.js +1037 -0
- package/dist/node_modules/undici/lib/web/fetch/response.js +610 -0
- package/dist/node_modules/undici/lib/web/fetch/symbols.js +9 -0
- package/dist/node_modules/undici/lib/web/fetch/util.js +1632 -0
- package/dist/node_modules/undici/lib/web/fetch/webidl.js +695 -0
- package/dist/node_modules/undici/lib/web/fileapi/encoding.js +290 -0
- package/dist/node_modules/undici/lib/web/fileapi/filereader.js +344 -0
- package/dist/node_modules/undici/lib/web/fileapi/progressevent.js +78 -0
- package/dist/node_modules/undici/lib/web/fileapi/symbols.js +10 -0
- package/dist/node_modules/undici/lib/web/fileapi/util.js +391 -0
- package/dist/node_modules/undici/lib/web/websocket/connection.js +371 -0
- package/dist/node_modules/undici/lib/web/websocket/constants.js +66 -0
- package/dist/node_modules/undici/lib/web/websocket/events.js +329 -0
- package/dist/node_modules/undici/lib/web/websocket/frame.js +96 -0
- package/dist/node_modules/undici/lib/web/websocket/permessage-deflate.js +100 -0
- package/dist/node_modules/undici/lib/web/websocket/receiver.js +513 -0
- package/dist/node_modules/undici/lib/web/websocket/sender.js +104 -0
- package/dist/node_modules/undici/lib/web/websocket/symbols.js +12 -0
- package/dist/node_modules/undici/lib/web/websocket/util.js +322 -0
- package/dist/node_modules/undici/lib/web/websocket/websocket.js +595 -0
- package/dist/node_modules/undici/package.json +160 -0
- package/dist/node_modules/undici/scripts/strip-comments.js +8 -0
- package/{LICENSE → dist/node_modules/v8-compile-cache/LICENSE} +1 -2
- package/dist/node_modules/v8-compile-cache/package.json +34 -0
- package/dist/node_modules/v8-compile-cache/v8-compile-cache.js +373 -0
- package/dist/node_modules/which/LICENSE +15 -0
- package/dist/node_modules/which/bin/which.js +52 -0
- package/dist/node_modules/which/lib/index.js +111 -0
- package/dist/node_modules/which/package.json +52 -0
- package/dist/node_modules/yallist/dist/commonjs/index.js +384 -0
- package/dist/node_modules/yallist/dist/commonjs/package.json +3 -0
- package/dist/node_modules/yallist/dist/esm/index.js +379 -0
- package/dist/node_modules/yallist/dist/esm/package.json +3 -0
- package/dist/node_modules/yallist/package.json +68 -0
- package/dist/pnpm.mjs +311237 -0
- package/dist/pnpmrc +2 -0
- package/dist/templates/completion.bash +31 -0
- package/dist/templates/completion.fish +22 -0
- package/dist/templates/completion.ps1 +193 -0
- package/dist/templates/completion.zsh +27 -0
- package/dist/vendor/fastlist-0.3.0-x64.exe +0 -0
- package/dist/vendor/fastlist-0.3.0-x86.exe +0 -0
- package/dist/worker.js +11941 -0
- package/package.json +12 -12
- package/pn.cmd +2 -0
- package/pn.ps1 +1 -0
- package/pnpx.cmd +2 -0
- package/pnpx.ps1 +1 -0
- package/pnx.cmd +2 -0
- package/pnx.ps1 +1 -0
|
@@ -0,0 +1,385 @@
|
|
|
1
|
+
// Ported from https://github.com/nodejs/undici/pull/907
|
|
2
|
+
|
|
3
|
+
'use strict'
|
|
4
|
+
|
|
5
|
+
const assert = require('node:assert')
|
|
6
|
+
const { Readable } = require('node:stream')
|
|
7
|
+
const { RequestAbortedError, NotSupportedError, InvalidArgumentError, AbortError } = require('../core/errors')
|
|
8
|
+
const util = require('../core/util')
|
|
9
|
+
const { ReadableStreamFrom } = require('../core/util')
|
|
10
|
+
|
|
11
|
+
const kConsume = Symbol('kConsume')
|
|
12
|
+
const kReading = Symbol('kReading')
|
|
13
|
+
const kBody = Symbol('kBody')
|
|
14
|
+
const kAbort = Symbol('kAbort')
|
|
15
|
+
const kContentType = Symbol('kContentType')
|
|
16
|
+
const kContentLength = Symbol('kContentLength')
|
|
17
|
+
|
|
18
|
+
const noop = () => {}
|
|
19
|
+
|
|
20
|
+
class BodyReadable extends Readable {
|
|
21
|
+
constructor ({
|
|
22
|
+
resume,
|
|
23
|
+
abort,
|
|
24
|
+
contentType = '',
|
|
25
|
+
contentLength,
|
|
26
|
+
highWaterMark = 64 * 1024 // Same as nodejs fs streams.
|
|
27
|
+
}) {
|
|
28
|
+
super({
|
|
29
|
+
autoDestroy: true,
|
|
30
|
+
read: resume,
|
|
31
|
+
highWaterMark
|
|
32
|
+
})
|
|
33
|
+
|
|
34
|
+
this._readableState.dataEmitted = false
|
|
35
|
+
|
|
36
|
+
this[kAbort] = abort
|
|
37
|
+
this[kConsume] = null
|
|
38
|
+
this[kBody] = null
|
|
39
|
+
this[kContentType] = contentType
|
|
40
|
+
this[kContentLength] = contentLength
|
|
41
|
+
|
|
42
|
+
// Is stream being consumed through Readable API?
|
|
43
|
+
// This is an optimization so that we avoid checking
|
|
44
|
+
// for 'data' and 'readable' listeners in the hot path
|
|
45
|
+
// inside push().
|
|
46
|
+
this[kReading] = false
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
destroy (err) {
|
|
50
|
+
if (!err && !this._readableState.endEmitted) {
|
|
51
|
+
err = new RequestAbortedError()
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
if (err) {
|
|
55
|
+
this[kAbort]()
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
return super.destroy(err)
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
_destroy (err, callback) {
|
|
62
|
+
// Workaround for Node "bug". If the stream is destroyed in same
|
|
63
|
+
// tick as it is created, then a user who is waiting for a
|
|
64
|
+
// promise (i.e micro tick) for installing a 'error' listener will
|
|
65
|
+
// never get a chance and will always encounter an unhandled exception.
|
|
66
|
+
if (!this[kReading]) {
|
|
67
|
+
setImmediate(() => {
|
|
68
|
+
callback(err)
|
|
69
|
+
})
|
|
70
|
+
} else {
|
|
71
|
+
callback(err)
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
on (ev, ...args) {
|
|
76
|
+
if (ev === 'data' || ev === 'readable') {
|
|
77
|
+
this[kReading] = true
|
|
78
|
+
}
|
|
79
|
+
return super.on(ev, ...args)
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
addListener (ev, ...args) {
|
|
83
|
+
return this.on(ev, ...args)
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
off (ev, ...args) {
|
|
87
|
+
const ret = super.off(ev, ...args)
|
|
88
|
+
if (ev === 'data' || ev === 'readable') {
|
|
89
|
+
this[kReading] = (
|
|
90
|
+
this.listenerCount('data') > 0 ||
|
|
91
|
+
this.listenerCount('readable') > 0
|
|
92
|
+
)
|
|
93
|
+
}
|
|
94
|
+
return ret
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
removeListener (ev, ...args) {
|
|
98
|
+
return this.off(ev, ...args)
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
push (chunk) {
|
|
102
|
+
if (this[kConsume] && chunk !== null) {
|
|
103
|
+
consumePush(this[kConsume], chunk)
|
|
104
|
+
return this[kReading] ? super.push(chunk) : true
|
|
105
|
+
}
|
|
106
|
+
return super.push(chunk)
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
// https://fetch.spec.whatwg.org/#dom-body-text
|
|
110
|
+
async text () {
|
|
111
|
+
return consume(this, 'text')
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// https://fetch.spec.whatwg.org/#dom-body-json
|
|
115
|
+
async json () {
|
|
116
|
+
return consume(this, 'json')
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
// https://fetch.spec.whatwg.org/#dom-body-blob
|
|
120
|
+
async blob () {
|
|
121
|
+
return consume(this, 'blob')
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
// https://fetch.spec.whatwg.org/#dom-body-bytes
|
|
125
|
+
async bytes () {
|
|
126
|
+
return consume(this, 'bytes')
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
// https://fetch.spec.whatwg.org/#dom-body-arraybuffer
|
|
130
|
+
async arrayBuffer () {
|
|
131
|
+
return consume(this, 'arrayBuffer')
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
// https://fetch.spec.whatwg.org/#dom-body-formdata
|
|
135
|
+
async formData () {
|
|
136
|
+
// TODO: Implement.
|
|
137
|
+
throw new NotSupportedError()
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
// https://fetch.spec.whatwg.org/#dom-body-bodyused
|
|
141
|
+
get bodyUsed () {
|
|
142
|
+
return util.isDisturbed(this)
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
// https://fetch.spec.whatwg.org/#dom-body-body
|
|
146
|
+
get body () {
|
|
147
|
+
if (!this[kBody]) {
|
|
148
|
+
this[kBody] = ReadableStreamFrom(this)
|
|
149
|
+
if (this[kConsume]) {
|
|
150
|
+
// TODO: Is this the best way to force a lock?
|
|
151
|
+
this[kBody].getReader() // Ensure stream is locked.
|
|
152
|
+
assert(this[kBody].locked)
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
return this[kBody]
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
async dump (opts) {
|
|
159
|
+
let limit = Number.isFinite(opts?.limit) ? opts.limit : 128 * 1024
|
|
160
|
+
const signal = opts?.signal
|
|
161
|
+
|
|
162
|
+
if (signal != null && (typeof signal !== 'object' || !('aborted' in signal))) {
|
|
163
|
+
throw new InvalidArgumentError('signal must be an AbortSignal')
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
signal?.throwIfAborted()
|
|
167
|
+
|
|
168
|
+
if (this._readableState.closeEmitted) {
|
|
169
|
+
return null
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
return await new Promise((resolve, reject) => {
|
|
173
|
+
if (this[kContentLength] > limit) {
|
|
174
|
+
this.destroy(new AbortError())
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
const onAbort = () => {
|
|
178
|
+
this.destroy(signal.reason ?? new AbortError())
|
|
179
|
+
}
|
|
180
|
+
signal?.addEventListener('abort', onAbort)
|
|
181
|
+
|
|
182
|
+
this
|
|
183
|
+
.on('close', function () {
|
|
184
|
+
signal?.removeEventListener('abort', onAbort)
|
|
185
|
+
if (signal?.aborted) {
|
|
186
|
+
reject(signal.reason ?? new AbortError())
|
|
187
|
+
} else {
|
|
188
|
+
resolve(null)
|
|
189
|
+
}
|
|
190
|
+
})
|
|
191
|
+
.on('error', noop)
|
|
192
|
+
.on('data', function (chunk) {
|
|
193
|
+
limit -= chunk.length
|
|
194
|
+
if (limit <= 0) {
|
|
195
|
+
this.destroy()
|
|
196
|
+
}
|
|
197
|
+
})
|
|
198
|
+
.resume()
|
|
199
|
+
})
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
// https://streams.spec.whatwg.org/#readablestream-locked
|
|
204
|
+
function isLocked (self) {
|
|
205
|
+
// Consume is an implicit lock.
|
|
206
|
+
return (self[kBody] && self[kBody].locked === true) || self[kConsume]
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
// https://fetch.spec.whatwg.org/#body-unusable
|
|
210
|
+
function isUnusable (self) {
|
|
211
|
+
return util.isDisturbed(self) || isLocked(self)
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
async function consume (stream, type) {
|
|
215
|
+
assert(!stream[kConsume])
|
|
216
|
+
|
|
217
|
+
return new Promise((resolve, reject) => {
|
|
218
|
+
if (isUnusable(stream)) {
|
|
219
|
+
const rState = stream._readableState
|
|
220
|
+
if (rState.destroyed && rState.closeEmitted === false) {
|
|
221
|
+
stream
|
|
222
|
+
.on('error', err => {
|
|
223
|
+
reject(err)
|
|
224
|
+
})
|
|
225
|
+
.on('close', () => {
|
|
226
|
+
reject(new TypeError('unusable'))
|
|
227
|
+
})
|
|
228
|
+
} else {
|
|
229
|
+
reject(rState.errored ?? new TypeError('unusable'))
|
|
230
|
+
}
|
|
231
|
+
} else {
|
|
232
|
+
queueMicrotask(() => {
|
|
233
|
+
stream[kConsume] = {
|
|
234
|
+
type,
|
|
235
|
+
stream,
|
|
236
|
+
resolve,
|
|
237
|
+
reject,
|
|
238
|
+
length: 0,
|
|
239
|
+
body: []
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
stream
|
|
243
|
+
.on('error', function (err) {
|
|
244
|
+
consumeFinish(this[kConsume], err)
|
|
245
|
+
})
|
|
246
|
+
.on('close', function () {
|
|
247
|
+
if (this[kConsume].body !== null) {
|
|
248
|
+
consumeFinish(this[kConsume], new RequestAbortedError())
|
|
249
|
+
}
|
|
250
|
+
})
|
|
251
|
+
|
|
252
|
+
consumeStart(stream[kConsume])
|
|
253
|
+
})
|
|
254
|
+
}
|
|
255
|
+
})
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
function consumeStart (consume) {
|
|
259
|
+
if (consume.body === null) {
|
|
260
|
+
return
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
const { _readableState: state } = consume.stream
|
|
264
|
+
|
|
265
|
+
if (state.bufferIndex) {
|
|
266
|
+
const start = state.bufferIndex
|
|
267
|
+
const end = state.buffer.length
|
|
268
|
+
for (let n = start; n < end; n++) {
|
|
269
|
+
consumePush(consume, state.buffer[n])
|
|
270
|
+
}
|
|
271
|
+
} else {
|
|
272
|
+
for (const chunk of state.buffer) {
|
|
273
|
+
consumePush(consume, chunk)
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
if (state.endEmitted) {
|
|
278
|
+
consumeEnd(this[kConsume])
|
|
279
|
+
} else {
|
|
280
|
+
consume.stream.on('end', function () {
|
|
281
|
+
consumeEnd(this[kConsume])
|
|
282
|
+
})
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
consume.stream.resume()
|
|
286
|
+
|
|
287
|
+
while (consume.stream.read() != null) {
|
|
288
|
+
// Loop
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
/**
|
|
293
|
+
* @param {Buffer[]} chunks
|
|
294
|
+
* @param {number} length
|
|
295
|
+
*/
|
|
296
|
+
function chunksDecode (chunks, length) {
|
|
297
|
+
if (chunks.length === 0 || length === 0) {
|
|
298
|
+
return ''
|
|
299
|
+
}
|
|
300
|
+
const buffer = chunks.length === 1 ? chunks[0] : Buffer.concat(chunks, length)
|
|
301
|
+
const bufferLength = buffer.length
|
|
302
|
+
|
|
303
|
+
// Skip BOM.
|
|
304
|
+
const start =
|
|
305
|
+
bufferLength > 2 &&
|
|
306
|
+
buffer[0] === 0xef &&
|
|
307
|
+
buffer[1] === 0xbb &&
|
|
308
|
+
buffer[2] === 0xbf
|
|
309
|
+
? 3
|
|
310
|
+
: 0
|
|
311
|
+
return buffer.utf8Slice(start, bufferLength)
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
/**
|
|
315
|
+
* @param {Buffer[]} chunks
|
|
316
|
+
* @param {number} length
|
|
317
|
+
* @returns {Uint8Array}
|
|
318
|
+
*/
|
|
319
|
+
function chunksConcat (chunks, length) {
|
|
320
|
+
if (chunks.length === 0 || length === 0) {
|
|
321
|
+
return new Uint8Array(0)
|
|
322
|
+
}
|
|
323
|
+
if (chunks.length === 1) {
|
|
324
|
+
// fast-path
|
|
325
|
+
return new Uint8Array(chunks[0])
|
|
326
|
+
}
|
|
327
|
+
const buffer = new Uint8Array(Buffer.allocUnsafeSlow(length).buffer)
|
|
328
|
+
|
|
329
|
+
let offset = 0
|
|
330
|
+
for (let i = 0; i < chunks.length; ++i) {
|
|
331
|
+
const chunk = chunks[i]
|
|
332
|
+
buffer.set(chunk, offset)
|
|
333
|
+
offset += chunk.length
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
return buffer
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
function consumeEnd (consume) {
|
|
340
|
+
const { type, body, resolve, stream, length } = consume
|
|
341
|
+
|
|
342
|
+
try {
|
|
343
|
+
if (type === 'text') {
|
|
344
|
+
resolve(chunksDecode(body, length))
|
|
345
|
+
} else if (type === 'json') {
|
|
346
|
+
resolve(JSON.parse(chunksDecode(body, length)))
|
|
347
|
+
} else if (type === 'arrayBuffer') {
|
|
348
|
+
resolve(chunksConcat(body, length).buffer)
|
|
349
|
+
} else if (type === 'blob') {
|
|
350
|
+
resolve(new Blob(body, { type: stream[kContentType] }))
|
|
351
|
+
} else if (type === 'bytes') {
|
|
352
|
+
resolve(chunksConcat(body, length))
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
consumeFinish(consume)
|
|
356
|
+
} catch (err) {
|
|
357
|
+
stream.destroy(err)
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
function consumePush (consume, chunk) {
|
|
362
|
+
consume.length += chunk.length
|
|
363
|
+
consume.body.push(chunk)
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
function consumeFinish (consume, err) {
|
|
367
|
+
if (consume.body === null) {
|
|
368
|
+
return
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
if (err) {
|
|
372
|
+
consume.reject(err)
|
|
373
|
+
} else {
|
|
374
|
+
consume.resolve()
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
consume.type = null
|
|
378
|
+
consume.stream = null
|
|
379
|
+
consume.resolve = null
|
|
380
|
+
consume.reject = null
|
|
381
|
+
consume.length = 0
|
|
382
|
+
consume.body = null
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
module.exports = { Readable: BodyReadable, chunksDecode }
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
const assert = require('node:assert')
|
|
2
|
+
const {
|
|
3
|
+
ResponseStatusCodeError
|
|
4
|
+
} = require('../core/errors')
|
|
5
|
+
|
|
6
|
+
const { chunksDecode } = require('./readable')
|
|
7
|
+
const CHUNK_LIMIT = 128 * 1024
|
|
8
|
+
|
|
9
|
+
async function getResolveErrorBodyCallback ({ callback, body, contentType, statusCode, statusMessage, headers }) {
|
|
10
|
+
assert(body)
|
|
11
|
+
|
|
12
|
+
let chunks = []
|
|
13
|
+
let length = 0
|
|
14
|
+
|
|
15
|
+
try {
|
|
16
|
+
for await (const chunk of body) {
|
|
17
|
+
chunks.push(chunk)
|
|
18
|
+
length += chunk.length
|
|
19
|
+
if (length > CHUNK_LIMIT) {
|
|
20
|
+
chunks = []
|
|
21
|
+
length = 0
|
|
22
|
+
break
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
} catch {
|
|
26
|
+
chunks = []
|
|
27
|
+
length = 0
|
|
28
|
+
// Do nothing....
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
const message = `Response status code ${statusCode}${statusMessage ? `: ${statusMessage}` : ''}`
|
|
32
|
+
|
|
33
|
+
if (statusCode === 204 || !contentType || !length) {
|
|
34
|
+
queueMicrotask(() => callback(new ResponseStatusCodeError(message, statusCode, headers)))
|
|
35
|
+
return
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
const stackTraceLimit = Error.stackTraceLimit
|
|
39
|
+
Error.stackTraceLimit = 0
|
|
40
|
+
let payload
|
|
41
|
+
|
|
42
|
+
try {
|
|
43
|
+
if (isContentTypeApplicationJson(contentType)) {
|
|
44
|
+
payload = JSON.parse(chunksDecode(chunks, length))
|
|
45
|
+
} else if (isContentTypeText(contentType)) {
|
|
46
|
+
payload = chunksDecode(chunks, length)
|
|
47
|
+
}
|
|
48
|
+
} catch {
|
|
49
|
+
// process in a callback to avoid throwing in the microtask queue
|
|
50
|
+
} finally {
|
|
51
|
+
Error.stackTraceLimit = stackTraceLimit
|
|
52
|
+
}
|
|
53
|
+
queueMicrotask(() => callback(new ResponseStatusCodeError(message, statusCode, headers, payload)))
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
const isContentTypeApplicationJson = (contentType) => {
|
|
57
|
+
return (
|
|
58
|
+
contentType.length > 15 &&
|
|
59
|
+
contentType[11] === '/' &&
|
|
60
|
+
contentType[0] === 'a' &&
|
|
61
|
+
contentType[1] === 'p' &&
|
|
62
|
+
contentType[2] === 'p' &&
|
|
63
|
+
contentType[3] === 'l' &&
|
|
64
|
+
contentType[4] === 'i' &&
|
|
65
|
+
contentType[5] === 'c' &&
|
|
66
|
+
contentType[6] === 'a' &&
|
|
67
|
+
contentType[7] === 't' &&
|
|
68
|
+
contentType[8] === 'i' &&
|
|
69
|
+
contentType[9] === 'o' &&
|
|
70
|
+
contentType[10] === 'n' &&
|
|
71
|
+
contentType[12] === 'j' &&
|
|
72
|
+
contentType[13] === 's' &&
|
|
73
|
+
contentType[14] === 'o' &&
|
|
74
|
+
contentType[15] === 'n'
|
|
75
|
+
)
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
const isContentTypeText = (contentType) => {
|
|
79
|
+
return (
|
|
80
|
+
contentType.length > 4 &&
|
|
81
|
+
contentType[4] === '/' &&
|
|
82
|
+
contentType[0] === 't' &&
|
|
83
|
+
contentType[1] === 'e' &&
|
|
84
|
+
contentType[2] === 'x' &&
|
|
85
|
+
contentType[3] === 't'
|
|
86
|
+
)
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
module.exports = {
|
|
90
|
+
getResolveErrorBodyCallback,
|
|
91
|
+
isContentTypeApplicationJson,
|
|
92
|
+
isContentTypeText
|
|
93
|
+
}
|
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
'use strict'
|
|
2
|
+
|
|
3
|
+
const net = require('node:net')
|
|
4
|
+
const assert = require('node:assert')
|
|
5
|
+
const util = require('./util')
|
|
6
|
+
const { InvalidArgumentError, ConnectTimeoutError } = require('./errors')
|
|
7
|
+
const timers = require('../util/timers')
|
|
8
|
+
|
|
9
|
+
function noop () {}
|
|
10
|
+
|
|
11
|
+
let tls // include tls conditionally since it is not always available
|
|
12
|
+
|
|
13
|
+
// TODO: session re-use does not wait for the first
|
|
14
|
+
// connection to resolve the session and might therefore
|
|
15
|
+
// resolve the same servername multiple times even when
|
|
16
|
+
// re-use is enabled.
|
|
17
|
+
|
|
18
|
+
let SessionCache
|
|
19
|
+
// FIXME: remove workaround when the Node bug is fixed
|
|
20
|
+
// https://github.com/nodejs/node/issues/49344#issuecomment-1741776308
|
|
21
|
+
if (global.FinalizationRegistry && !(process.env.NODE_V8_COVERAGE || process.env.UNDICI_NO_FG)) {
|
|
22
|
+
SessionCache = class WeakSessionCache {
|
|
23
|
+
constructor (maxCachedSessions) {
|
|
24
|
+
this._maxCachedSessions = maxCachedSessions
|
|
25
|
+
this._sessionCache = new Map()
|
|
26
|
+
this._sessionRegistry = new global.FinalizationRegistry((key) => {
|
|
27
|
+
if (this._sessionCache.size < this._maxCachedSessions) {
|
|
28
|
+
return
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
const ref = this._sessionCache.get(key)
|
|
32
|
+
if (ref !== undefined && ref.deref() === undefined) {
|
|
33
|
+
this._sessionCache.delete(key)
|
|
34
|
+
}
|
|
35
|
+
})
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
get (sessionKey) {
|
|
39
|
+
const ref = this._sessionCache.get(sessionKey)
|
|
40
|
+
return ref ? ref.deref() : null
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
set (sessionKey, session) {
|
|
44
|
+
if (this._maxCachedSessions === 0) {
|
|
45
|
+
return
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
this._sessionCache.set(sessionKey, new WeakRef(session))
|
|
49
|
+
this._sessionRegistry.register(session, sessionKey)
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
} else {
|
|
53
|
+
SessionCache = class SimpleSessionCache {
|
|
54
|
+
constructor (maxCachedSessions) {
|
|
55
|
+
this._maxCachedSessions = maxCachedSessions
|
|
56
|
+
this._sessionCache = new Map()
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
get (sessionKey) {
|
|
60
|
+
return this._sessionCache.get(sessionKey)
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
set (sessionKey, session) {
|
|
64
|
+
if (this._maxCachedSessions === 0) {
|
|
65
|
+
return
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
if (this._sessionCache.size >= this._maxCachedSessions) {
|
|
69
|
+
// remove the oldest session
|
|
70
|
+
const { value: oldestKey } = this._sessionCache.keys().next()
|
|
71
|
+
this._sessionCache.delete(oldestKey)
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
this._sessionCache.set(sessionKey, session)
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
function buildConnector ({ allowH2, maxCachedSessions, socketPath, timeout, session: customSession, ...opts }) {
|
|
80
|
+
if (maxCachedSessions != null && (!Number.isInteger(maxCachedSessions) || maxCachedSessions < 0)) {
|
|
81
|
+
throw new InvalidArgumentError('maxCachedSessions must be a positive integer or zero')
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
const options = { path: socketPath, ...opts }
|
|
85
|
+
const sessionCache = new SessionCache(maxCachedSessions == null ? 100 : maxCachedSessions)
|
|
86
|
+
timeout = timeout == null ? 10e3 : timeout
|
|
87
|
+
allowH2 = allowH2 != null ? allowH2 : false
|
|
88
|
+
return function connect ({ hostname, host, protocol, port, servername, localAddress, httpSocket }, callback) {
|
|
89
|
+
let socket
|
|
90
|
+
if (protocol === 'https:') {
|
|
91
|
+
if (!tls) {
|
|
92
|
+
tls = require('node:tls')
|
|
93
|
+
}
|
|
94
|
+
servername = servername || options.servername || util.getServerName(host) || null
|
|
95
|
+
|
|
96
|
+
const sessionKey = servername || hostname
|
|
97
|
+
assert(sessionKey)
|
|
98
|
+
|
|
99
|
+
const session = customSession || sessionCache.get(sessionKey) || null
|
|
100
|
+
|
|
101
|
+
port = port || 443
|
|
102
|
+
|
|
103
|
+
socket = tls.connect({
|
|
104
|
+
highWaterMark: 16384, // TLS in node can't have bigger HWM anyway...
|
|
105
|
+
...options,
|
|
106
|
+
servername,
|
|
107
|
+
session,
|
|
108
|
+
localAddress,
|
|
109
|
+
// TODO(HTTP/2): Add support for h2c
|
|
110
|
+
ALPNProtocols: allowH2 ? ['http/1.1', 'h2'] : ['http/1.1'],
|
|
111
|
+
socket: httpSocket, // upgrade socket connection
|
|
112
|
+
port,
|
|
113
|
+
host: hostname
|
|
114
|
+
})
|
|
115
|
+
|
|
116
|
+
socket
|
|
117
|
+
.on('session', function (session) {
|
|
118
|
+
// TODO (fix): Can a session become invalid once established? Don't think so?
|
|
119
|
+
sessionCache.set(sessionKey, session)
|
|
120
|
+
})
|
|
121
|
+
} else {
|
|
122
|
+
assert(!httpSocket, 'httpSocket can only be sent on TLS update')
|
|
123
|
+
|
|
124
|
+
port = port || 80
|
|
125
|
+
|
|
126
|
+
socket = net.connect({
|
|
127
|
+
highWaterMark: 64 * 1024, // Same as nodejs fs streams.
|
|
128
|
+
...options,
|
|
129
|
+
localAddress,
|
|
130
|
+
port,
|
|
131
|
+
host: hostname
|
|
132
|
+
})
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
// Set TCP keep alive options on the socket here instead of in connect() for the case of assigning the socket
|
|
136
|
+
if (options.keepAlive == null || options.keepAlive) {
|
|
137
|
+
const keepAliveInitialDelay = options.keepAliveInitialDelay === undefined ? 60e3 : options.keepAliveInitialDelay
|
|
138
|
+
socket.setKeepAlive(true, keepAliveInitialDelay)
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
const clearConnectTimeout = setupConnectTimeout(new WeakRef(socket), { timeout, hostname, port })
|
|
142
|
+
|
|
143
|
+
socket
|
|
144
|
+
.setNoDelay(true)
|
|
145
|
+
.once(protocol === 'https:' ? 'secureConnect' : 'connect', function () {
|
|
146
|
+
queueMicrotask(clearConnectTimeout)
|
|
147
|
+
|
|
148
|
+
if (callback) {
|
|
149
|
+
const cb = callback
|
|
150
|
+
callback = null
|
|
151
|
+
cb(null, this)
|
|
152
|
+
}
|
|
153
|
+
})
|
|
154
|
+
.on('error', function (err) {
|
|
155
|
+
queueMicrotask(clearConnectTimeout)
|
|
156
|
+
|
|
157
|
+
if (callback) {
|
|
158
|
+
const cb = callback
|
|
159
|
+
callback = null
|
|
160
|
+
cb(err)
|
|
161
|
+
}
|
|
162
|
+
})
|
|
163
|
+
|
|
164
|
+
return socket
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* @param {WeakRef<net.Socket>} socketWeakRef
|
|
170
|
+
* @param {object} opts
|
|
171
|
+
* @param {number} opts.timeout
|
|
172
|
+
* @param {string} opts.hostname
|
|
173
|
+
* @param {number} opts.port
|
|
174
|
+
* @returns {() => void}
|
|
175
|
+
*/
|
|
176
|
+
const setupConnectTimeout = process.platform === 'win32'
|
|
177
|
+
? (socketWeakRef, opts) => {
|
|
178
|
+
if (!opts.timeout) {
|
|
179
|
+
return noop
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
let s1 = null
|
|
183
|
+
let s2 = null
|
|
184
|
+
const fastTimer = timers.setFastTimeout(() => {
|
|
185
|
+
// setImmediate is added to make sure that we prioritize socket error events over timeouts
|
|
186
|
+
s1 = setImmediate(() => {
|
|
187
|
+
// Windows needs an extra setImmediate probably due to implementation differences in the socket logic
|
|
188
|
+
s2 = setImmediate(() => onConnectTimeout(socketWeakRef.deref(), opts))
|
|
189
|
+
})
|
|
190
|
+
}, opts.timeout)
|
|
191
|
+
return () => {
|
|
192
|
+
timers.clearFastTimeout(fastTimer)
|
|
193
|
+
clearImmediate(s1)
|
|
194
|
+
clearImmediate(s2)
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
: (socketWeakRef, opts) => {
|
|
198
|
+
if (!opts.timeout) {
|
|
199
|
+
return noop
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
let s1 = null
|
|
203
|
+
const fastTimer = timers.setFastTimeout(() => {
|
|
204
|
+
// setImmediate is added to make sure that we prioritize socket error events over timeouts
|
|
205
|
+
s1 = setImmediate(() => {
|
|
206
|
+
onConnectTimeout(socketWeakRef.deref(), opts)
|
|
207
|
+
})
|
|
208
|
+
}, opts.timeout)
|
|
209
|
+
return () => {
|
|
210
|
+
timers.clearFastTimeout(fastTimer)
|
|
211
|
+
clearImmediate(s1)
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* @param {net.Socket} socket
|
|
217
|
+
* @param {object} opts
|
|
218
|
+
* @param {number} opts.timeout
|
|
219
|
+
* @param {string} opts.hostname
|
|
220
|
+
* @param {number} opts.port
|
|
221
|
+
*/
|
|
222
|
+
function onConnectTimeout (socket, opts) {
|
|
223
|
+
// The socket could be already garbage collected
|
|
224
|
+
if (socket == null) {
|
|
225
|
+
return
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
let message = 'Connect Timeout Error'
|
|
229
|
+
if (Array.isArray(socket.autoSelectFamilyAttemptedAddresses)) {
|
|
230
|
+
message += ` (attempted addresses: ${socket.autoSelectFamilyAttemptedAddresses.join(', ')},`
|
|
231
|
+
} else {
|
|
232
|
+
message += ` (attempted address: ${opts.hostname}:${opts.port},`
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
message += ` timeout: ${opts.timeout}ms)`
|
|
236
|
+
|
|
237
|
+
util.destroy(socket, new ConnectTimeoutError(message))
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
module.exports = buildConnector
|