@pnpm/exe 11.12.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,88 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
36
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
37
|
+
};
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.extract = void 0;
|
|
40
|
+
// tar -x
|
|
41
|
+
const fsm = __importStar(require("@isaacs/fs-minipass"));
|
|
42
|
+
const node_fs_1 = __importDefault(require("node:fs"));
|
|
43
|
+
const list_js_1 = require("./list.js");
|
|
44
|
+
const make_command_js_1 = require("./make-command.js");
|
|
45
|
+
const unpack_js_1 = require("./unpack.js");
|
|
46
|
+
const extractFileSync = (opt) => {
|
|
47
|
+
const u = new unpack_js_1.UnpackSync(opt);
|
|
48
|
+
const file = opt.file;
|
|
49
|
+
const stat = node_fs_1.default.statSync(file);
|
|
50
|
+
// This trades a zero-byte read() syscall for a stat
|
|
51
|
+
// However, it will usually result in less memory allocation
|
|
52
|
+
const readSize = opt.maxReadSize || 16 * 1024 * 1024;
|
|
53
|
+
const stream = new fsm.ReadStreamSync(file, {
|
|
54
|
+
readSize: readSize,
|
|
55
|
+
size: stat.size,
|
|
56
|
+
});
|
|
57
|
+
stream.pipe(u);
|
|
58
|
+
};
|
|
59
|
+
const extractFile = (opt, _) => {
|
|
60
|
+
const u = new unpack_js_1.Unpack(opt);
|
|
61
|
+
const readSize = opt.maxReadSize || 16 * 1024 * 1024;
|
|
62
|
+
const file = opt.file;
|
|
63
|
+
const p = new Promise((resolve, reject) => {
|
|
64
|
+
u.on('error', reject);
|
|
65
|
+
u.on('close', resolve);
|
|
66
|
+
// This trades a zero-byte read() syscall for a stat
|
|
67
|
+
// However, it will usually result in less memory allocation
|
|
68
|
+
node_fs_1.default.stat(file, (er, stat) => {
|
|
69
|
+
if (er) {
|
|
70
|
+
reject(er);
|
|
71
|
+
}
|
|
72
|
+
else {
|
|
73
|
+
const stream = new fsm.ReadStream(file, {
|
|
74
|
+
readSize: readSize,
|
|
75
|
+
size: stat.size,
|
|
76
|
+
});
|
|
77
|
+
stream.on('error', reject);
|
|
78
|
+
stream.pipe(u);
|
|
79
|
+
}
|
|
80
|
+
});
|
|
81
|
+
});
|
|
82
|
+
return p;
|
|
83
|
+
};
|
|
84
|
+
exports.extract = (0, make_command_js_1.makeCommand)(extractFileSync, extractFile, opt => new unpack_js_1.UnpackSync(opt), opt => new unpack_js_1.Unpack(opt), (opt, files) => {
|
|
85
|
+
if (files?.length)
|
|
86
|
+
(0, list_js_1.filesFilter)(opt, files);
|
|
87
|
+
});
|
|
88
|
+
//# sourceMappingURL=extract.js.map
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Get the appropriate flag to use for creating files
|
|
3
|
+
// We use fmap on Windows platforms for files less than
|
|
4
|
+
// 512kb. This is a fairly low limit, but avoids making
|
|
5
|
+
// things slower in some cases. Since most of what this
|
|
6
|
+
// library is used for is extracting tarballs of many
|
|
7
|
+
// relatively small files in npm packages and the like,
|
|
8
|
+
// it can be a big boost on Windows platforms.
|
|
9
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
exports.getWriteFlag = void 0;
|
|
14
|
+
const fs_1 = __importDefault(require("fs"));
|
|
15
|
+
const platform = process.env.__FAKE_PLATFORM__ || process.platform;
|
|
16
|
+
const isWindows = platform === 'win32';
|
|
17
|
+
/* c8 ignore start */
|
|
18
|
+
const { O_CREAT, O_NOFOLLOW, O_TRUNC, O_WRONLY } = fs_1.default.constants;
|
|
19
|
+
const UV_FS_O_FILEMAP = Number(process.env.__FAKE_FS_O_FILENAME__) ||
|
|
20
|
+
fs_1.default.constants.UV_FS_O_FILEMAP ||
|
|
21
|
+
0;
|
|
22
|
+
/* c8 ignore stop */
|
|
23
|
+
const fMapEnabled = isWindows && !!UV_FS_O_FILEMAP;
|
|
24
|
+
const fMapLimit = 512 * 1024;
|
|
25
|
+
const fMapFlag = UV_FS_O_FILEMAP | O_TRUNC | O_CREAT | O_WRONLY;
|
|
26
|
+
const noFollowFlag = !isWindows && typeof O_NOFOLLOW === 'number' ?
|
|
27
|
+
O_NOFOLLOW | O_TRUNC | O_CREAT | O_WRONLY
|
|
28
|
+
: null;
|
|
29
|
+
exports.getWriteFlag = noFollowFlag !== null ? () => noFollowFlag
|
|
30
|
+
: !fMapEnabled ? () => 'w'
|
|
31
|
+
: (size) => (size < fMapLimit ? fMapFlag : 'w');
|
|
32
|
+
//# sourceMappingURL=get-write-flag.js.map
|
|
@@ -0,0 +1,348 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// parse a 512-byte header block to a data object, or vice-versa
|
|
3
|
+
// encode returns `true` if a pax extended header is needed, because
|
|
4
|
+
// the data could not be faithfully encoded in a simple header.
|
|
5
|
+
// (Also, check header.needPax to see if it needs a pax header.)
|
|
6
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7
|
+
if (k2 === undefined) k2 = k;
|
|
8
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
9
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
10
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
11
|
+
}
|
|
12
|
+
Object.defineProperty(o, k2, desc);
|
|
13
|
+
}) : (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
o[k2] = m[k];
|
|
16
|
+
}));
|
|
17
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
18
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
19
|
+
}) : function(o, v) {
|
|
20
|
+
o["default"] = v;
|
|
21
|
+
});
|
|
22
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
23
|
+
var ownKeys = function(o) {
|
|
24
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
25
|
+
var ar = [];
|
|
26
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
27
|
+
return ar;
|
|
28
|
+
};
|
|
29
|
+
return ownKeys(o);
|
|
30
|
+
};
|
|
31
|
+
return function (mod) {
|
|
32
|
+
if (mod && mod.__esModule) return mod;
|
|
33
|
+
var result = {};
|
|
34
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
35
|
+
__setModuleDefault(result, mod);
|
|
36
|
+
return result;
|
|
37
|
+
};
|
|
38
|
+
})();
|
|
39
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40
|
+
exports.Header = void 0;
|
|
41
|
+
const node_path_1 = require("node:path");
|
|
42
|
+
const large = __importStar(require("./large-numbers.js"));
|
|
43
|
+
const types = __importStar(require("./types.js"));
|
|
44
|
+
const notNegative = (n) => n === undefined || n < 0 ? undefined : n;
|
|
45
|
+
class Header {
|
|
46
|
+
cksumValid = false;
|
|
47
|
+
needPax = false;
|
|
48
|
+
nullBlock = false;
|
|
49
|
+
block;
|
|
50
|
+
path;
|
|
51
|
+
mode;
|
|
52
|
+
uid;
|
|
53
|
+
gid;
|
|
54
|
+
size;
|
|
55
|
+
cksum;
|
|
56
|
+
#type = 'Unsupported';
|
|
57
|
+
linkpath;
|
|
58
|
+
uname;
|
|
59
|
+
gname;
|
|
60
|
+
devmaj = 0;
|
|
61
|
+
devmin = 0;
|
|
62
|
+
atime;
|
|
63
|
+
ctime;
|
|
64
|
+
mtime;
|
|
65
|
+
charset;
|
|
66
|
+
comment;
|
|
67
|
+
constructor(data, off = 0, ex, gex) {
|
|
68
|
+
if (Buffer.isBuffer(data)) {
|
|
69
|
+
this.decode(data, off || 0, ex, gex);
|
|
70
|
+
}
|
|
71
|
+
else if (data) {
|
|
72
|
+
this.#slurp(data);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
decode(buf, off, ex, gex) {
|
|
76
|
+
if (!off) {
|
|
77
|
+
off = 0;
|
|
78
|
+
}
|
|
79
|
+
if (!buf || !(buf.length >= off + 512)) {
|
|
80
|
+
throw new Error('need 512 bytes for header');
|
|
81
|
+
}
|
|
82
|
+
// Decode the typeflag (independent of any pending PAX/GNU extended header)
|
|
83
|
+
// up front so we can tell whether THIS block is itself an intermediary
|
|
84
|
+
// extension header (PAX `x`/`g`, GNU long-name `L`, GNU long-link `K`).
|
|
85
|
+
// Per POSIX pax, a PAX extended header describes the *next file entry*, not
|
|
86
|
+
// the extension headers that may sit between it and that file. Applying the
|
|
87
|
+
// pending PAX overrides (notably `size`) to an intervening `L`/`K`/`x`/`g`
|
|
88
|
+
// header desynchronizes the stream relative to other tar implementations
|
|
89
|
+
// and enables tar interpretation-conflict / file-smuggling attacks.
|
|
90
|
+
const t = decString(buf, off + 156, 1);
|
|
91
|
+
const isNormalFS = types.normalFsTypes.has(t);
|
|
92
|
+
const exForFields = isNormalFS ? ex : undefined;
|
|
93
|
+
const gexForFields = isNormalFS ? gex : undefined;
|
|
94
|
+
this.path = exForFields?.path ?? decString(buf, off, 100);
|
|
95
|
+
this.mode =
|
|
96
|
+
exForFields?.mode ??
|
|
97
|
+
gexForFields?.mode ??
|
|
98
|
+
decNumber(buf, off + 100, 8);
|
|
99
|
+
this.uid =
|
|
100
|
+
exForFields?.uid ?? gexForFields?.uid ?? decNumber(buf, off + 108, 8);
|
|
101
|
+
this.gid =
|
|
102
|
+
exForFields?.gid ?? gexForFields?.gid ?? decNumber(buf, off + 116, 8);
|
|
103
|
+
this.size = notNegative(exForFields?.size ??
|
|
104
|
+
gexForFields?.size ??
|
|
105
|
+
decNumber(buf, off + 124, 12));
|
|
106
|
+
this.mtime =
|
|
107
|
+
exForFields?.mtime ??
|
|
108
|
+
gexForFields?.mtime ??
|
|
109
|
+
decDate(buf, off + 136, 12);
|
|
110
|
+
this.cksum = decNumber(buf, off + 148, 12);
|
|
111
|
+
// if we have extended or global extended headers, apply them now
|
|
112
|
+
// See https://github.com/npm/node-tar/pull/187
|
|
113
|
+
// Apply global before local, so it overrides. Never slurp the pending
|
|
114
|
+
// extended-header fields onto an intermediary extension header.
|
|
115
|
+
if (gexForFields)
|
|
116
|
+
this.#slurp(gexForFields, true);
|
|
117
|
+
if (exForFields)
|
|
118
|
+
this.#slurp(exForFields);
|
|
119
|
+
// old tar versions marked dirs as a file with a trailing /
|
|
120
|
+
if (types.isCode(t)) {
|
|
121
|
+
this.#type = t || '0';
|
|
122
|
+
}
|
|
123
|
+
if (this.#type === '0' && this.path.slice(-1) === '/') {
|
|
124
|
+
this.#type = '5';
|
|
125
|
+
}
|
|
126
|
+
// tar implementations sometimes incorrectly put the stat(dir).size
|
|
127
|
+
// as the size in the tarball, even though Directory entries are
|
|
128
|
+
// not able to have any body at all. In the very rare chance that
|
|
129
|
+
// it actually DOES have a body, we weren't going to do anything with
|
|
130
|
+
// it anyway, and it'll just be a warning about an invalid header.
|
|
131
|
+
if (this.#type === '5') {
|
|
132
|
+
this.size = 0;
|
|
133
|
+
}
|
|
134
|
+
this.linkpath = decString(buf, off + 157, 100);
|
|
135
|
+
if (buf.subarray(off + 257, off + 265).toString() === 'ustar\u000000') {
|
|
136
|
+
/* c8 ignore start */
|
|
137
|
+
this.uname =
|
|
138
|
+
exForFields?.uname ??
|
|
139
|
+
gexForFields?.uname ??
|
|
140
|
+
decString(buf, off + 265, 32);
|
|
141
|
+
this.gname =
|
|
142
|
+
exForFields?.gname ??
|
|
143
|
+
gexForFields?.gname ??
|
|
144
|
+
decString(buf, off + 297, 32);
|
|
145
|
+
this.devmaj =
|
|
146
|
+
exForFields?.devmaj ??
|
|
147
|
+
gexForFields?.devmaj ??
|
|
148
|
+
decNumber(buf, off + 329, 8) ??
|
|
149
|
+
0;
|
|
150
|
+
this.devmin =
|
|
151
|
+
exForFields?.devmin ??
|
|
152
|
+
gexForFields?.devmin ??
|
|
153
|
+
decNumber(buf, off + 337, 8) ??
|
|
154
|
+
0;
|
|
155
|
+
/* c8 ignore stop */
|
|
156
|
+
if (buf[off + 475] !== 0) {
|
|
157
|
+
// definitely a prefix, definitely >130 chars.
|
|
158
|
+
const prefix = decString(buf, off + 345, 155);
|
|
159
|
+
this.path = prefix + '/' + this.path;
|
|
160
|
+
}
|
|
161
|
+
else {
|
|
162
|
+
const prefix = decString(buf, off + 345, 130);
|
|
163
|
+
if (prefix) {
|
|
164
|
+
this.path = prefix + '/' + this.path;
|
|
165
|
+
}
|
|
166
|
+
/* c8 ignore start */
|
|
167
|
+
this.atime = ex?.atime ?? gex?.atime ?? decDate(buf, off + 476, 12);
|
|
168
|
+
this.ctime = ex?.ctime ?? gex?.ctime ?? decDate(buf, off + 488, 12);
|
|
169
|
+
/* c8 ignore stop */
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
let sum = 8 * 0x20;
|
|
173
|
+
for (let i = off; i < off + 148; i++) {
|
|
174
|
+
sum += buf[i];
|
|
175
|
+
}
|
|
176
|
+
for (let i = off + 156; i < off + 512; i++) {
|
|
177
|
+
sum += buf[i];
|
|
178
|
+
}
|
|
179
|
+
this.cksumValid = sum === this.cksum;
|
|
180
|
+
if (this.cksum === undefined && sum === 8 * 0x20) {
|
|
181
|
+
this.nullBlock = true;
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
#slurp(ex, gex = false) {
|
|
185
|
+
Object.assign(this, Object.fromEntries(Object.entries(ex).filter(([k, v]) => {
|
|
186
|
+
// we slurp in everything except for the path attribute in
|
|
187
|
+
// a global extended header, because that's weird. Also, any
|
|
188
|
+
// null/undefined values are ignored.
|
|
189
|
+
return !(v === null ||
|
|
190
|
+
v === undefined ||
|
|
191
|
+
(k === 'size' && Number(v) < 0) ||
|
|
192
|
+
(k === 'path' && gex) ||
|
|
193
|
+
(k === 'linkpath' && gex) ||
|
|
194
|
+
k === 'global');
|
|
195
|
+
})));
|
|
196
|
+
}
|
|
197
|
+
encode(buf, off = 0) {
|
|
198
|
+
if (!buf) {
|
|
199
|
+
buf = this.block = Buffer.alloc(512);
|
|
200
|
+
}
|
|
201
|
+
if (this.#type === 'Unsupported') {
|
|
202
|
+
this.#type = '0';
|
|
203
|
+
}
|
|
204
|
+
if (!(buf.length >= off + 512)) {
|
|
205
|
+
throw new Error('need 512 bytes for header');
|
|
206
|
+
}
|
|
207
|
+
const prefixSize = this.ctime || this.atime ? 130 : 155;
|
|
208
|
+
const split = splitPrefix(this.path || '', prefixSize);
|
|
209
|
+
const path = split[0];
|
|
210
|
+
const prefix = split[1];
|
|
211
|
+
this.needPax = !!split[2];
|
|
212
|
+
this.needPax = encString(buf, off, 100, path) || this.needPax;
|
|
213
|
+
this.needPax = encNumber(buf, off + 100, 8, this.mode) || this.needPax;
|
|
214
|
+
this.needPax = encNumber(buf, off + 108, 8, this.uid) || this.needPax;
|
|
215
|
+
this.needPax = encNumber(buf, off + 116, 8, this.gid) || this.needPax;
|
|
216
|
+
this.needPax = encNumber(buf, off + 124, 12, this.size) || this.needPax;
|
|
217
|
+
this.needPax = encDate(buf, off + 136, 12, this.mtime) || this.needPax;
|
|
218
|
+
buf[off + 156] = Number(this.#type.codePointAt(0));
|
|
219
|
+
this.needPax =
|
|
220
|
+
encString(buf, off + 157, 100, this.linkpath) || this.needPax;
|
|
221
|
+
buf.write('ustar\u000000', off + 257, 8);
|
|
222
|
+
this.needPax =
|
|
223
|
+
encString(buf, off + 265, 32, this.uname) || this.needPax;
|
|
224
|
+
this.needPax =
|
|
225
|
+
encString(buf, off + 297, 32, this.gname) || this.needPax;
|
|
226
|
+
this.needPax =
|
|
227
|
+
encNumber(buf, off + 329, 8, this.devmaj) || this.needPax;
|
|
228
|
+
this.needPax =
|
|
229
|
+
encNumber(buf, off + 337, 8, this.devmin) || this.needPax;
|
|
230
|
+
this.needPax =
|
|
231
|
+
encString(buf, off + 345, prefixSize, prefix) || this.needPax;
|
|
232
|
+
if (buf[off + 475] !== 0) {
|
|
233
|
+
this.needPax = encString(buf, off + 345, 155, prefix) || this.needPax;
|
|
234
|
+
}
|
|
235
|
+
else {
|
|
236
|
+
this.needPax = encString(buf, off + 345, 130, prefix) || this.needPax;
|
|
237
|
+
this.needPax =
|
|
238
|
+
encDate(buf, off + 476, 12, this.atime) || this.needPax;
|
|
239
|
+
this.needPax =
|
|
240
|
+
encDate(buf, off + 488, 12, this.ctime) || this.needPax;
|
|
241
|
+
}
|
|
242
|
+
let sum = 8 * 0x20;
|
|
243
|
+
for (let i = off; i < off + 148; i++) {
|
|
244
|
+
sum += buf[i];
|
|
245
|
+
}
|
|
246
|
+
for (let i = off + 156; i < off + 512; i++) {
|
|
247
|
+
sum += buf[i];
|
|
248
|
+
}
|
|
249
|
+
this.cksum = sum;
|
|
250
|
+
encNumber(buf, off + 148, 8, this.cksum);
|
|
251
|
+
this.cksumValid = true;
|
|
252
|
+
return this.needPax;
|
|
253
|
+
}
|
|
254
|
+
get type() {
|
|
255
|
+
return (this.#type === 'Unsupported' ?
|
|
256
|
+
this.#type
|
|
257
|
+
: types.name.get(this.#type));
|
|
258
|
+
}
|
|
259
|
+
get typeKey() {
|
|
260
|
+
return this.#type;
|
|
261
|
+
}
|
|
262
|
+
set type(type) {
|
|
263
|
+
const c = String(types.code.get(type));
|
|
264
|
+
if (types.isCode(c) || c === 'Unsupported') {
|
|
265
|
+
this.#type = c;
|
|
266
|
+
}
|
|
267
|
+
else if (types.isCode(type)) {
|
|
268
|
+
this.#type = type;
|
|
269
|
+
}
|
|
270
|
+
else {
|
|
271
|
+
throw new TypeError('invalid entry type: ' + type);
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
exports.Header = Header;
|
|
276
|
+
const splitPrefix = (p, prefixSize) => {
|
|
277
|
+
const pathSize = 100;
|
|
278
|
+
let pp = p;
|
|
279
|
+
let prefix = '';
|
|
280
|
+
let ret = undefined;
|
|
281
|
+
const root = node_path_1.posix.parse(p).root || '.';
|
|
282
|
+
if (Buffer.byteLength(pp) < pathSize) {
|
|
283
|
+
ret = [pp, prefix, false];
|
|
284
|
+
}
|
|
285
|
+
else {
|
|
286
|
+
// first set prefix to the dir, and path to the base
|
|
287
|
+
prefix = node_path_1.posix.dirname(pp);
|
|
288
|
+
pp = node_path_1.posix.basename(pp);
|
|
289
|
+
do {
|
|
290
|
+
if (Buffer.byteLength(pp) <= pathSize &&
|
|
291
|
+
Buffer.byteLength(prefix) <= prefixSize) {
|
|
292
|
+
// both fit!
|
|
293
|
+
ret = [pp, prefix, false];
|
|
294
|
+
}
|
|
295
|
+
else if (Buffer.byteLength(pp) > pathSize &&
|
|
296
|
+
Buffer.byteLength(prefix) <= prefixSize) {
|
|
297
|
+
// prefix fits in prefix, but path doesn't fit in path
|
|
298
|
+
ret = [pp.slice(0, pathSize - 1), prefix, true];
|
|
299
|
+
}
|
|
300
|
+
else {
|
|
301
|
+
// make path take a bit from prefix
|
|
302
|
+
pp = node_path_1.posix.join(node_path_1.posix.basename(prefix), pp);
|
|
303
|
+
prefix = node_path_1.posix.dirname(prefix);
|
|
304
|
+
}
|
|
305
|
+
} while (prefix !== root && ret === undefined);
|
|
306
|
+
// at this point, found no resolution, just truncate
|
|
307
|
+
if (!ret) {
|
|
308
|
+
ret = [p.slice(0, pathSize - 1), '', true];
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
return ret;
|
|
312
|
+
};
|
|
313
|
+
const decString = (buf, off, size) => buf
|
|
314
|
+
.subarray(off, off + size)
|
|
315
|
+
.toString('utf8')
|
|
316
|
+
.replace(/\0.*/, '');
|
|
317
|
+
const decDate = (buf, off, size) => numToDate(decNumber(buf, off, size));
|
|
318
|
+
const numToDate = (num) => num === undefined ? undefined : new Date(num * 1000);
|
|
319
|
+
const decNumber = (buf, off, size) => Number(buf[off]) & 0x80 ?
|
|
320
|
+
large.parse(buf.subarray(off, off + size))
|
|
321
|
+
: decSmallNumber(buf, off, size);
|
|
322
|
+
const nanUndef = (value) => (isNaN(value) ? undefined : value);
|
|
323
|
+
const decSmallNumber = (buf, off, size) => nanUndef(parseInt(buf
|
|
324
|
+
.subarray(off, off + size)
|
|
325
|
+
.toString('utf8')
|
|
326
|
+
.replace(/\0.*$/, '')
|
|
327
|
+
.trim(), 8));
|
|
328
|
+
// the maximum encodable as a null-terminated octal, by field size
|
|
329
|
+
const MAXNUM = {
|
|
330
|
+
12: 0o77777777777,
|
|
331
|
+
8: 0o7777777,
|
|
332
|
+
};
|
|
333
|
+
const encNumber = (buf, off, size, num) => num === undefined ? false
|
|
334
|
+
: num > MAXNUM[size] || num < 0 ?
|
|
335
|
+
(large.encode(num, buf.subarray(off, off + size)), true)
|
|
336
|
+
: (encSmallNumber(buf, off, size, num), false);
|
|
337
|
+
const encSmallNumber = (buf, off, size, num) => buf.write(octalString(num, size), off, size, 'ascii');
|
|
338
|
+
const octalString = (num, size) => padOctal(Math.floor(num).toString(8), size);
|
|
339
|
+
const padOctal = (str, size) => (str.length === size - 1 ?
|
|
340
|
+
str
|
|
341
|
+
: new Array(size - str.length - 1).join('0') + str + ' ') + '\0';
|
|
342
|
+
const encDate = (buf, off, size, date) => date === undefined ? false : (encNumber(buf, off, size, date.getTime() / 1000));
|
|
343
|
+
// enough to fill the longest string we've got
|
|
344
|
+
const NULLS = new Array(156).join('\0');
|
|
345
|
+
// pad with nulls, return true if it's longer or non-ascii
|
|
346
|
+
const encString = (buf, off, size, str) => str === undefined ? false : ((buf.write(str + NULLS, off, size, 'utf8'),
|
|
347
|
+
str.length !== Buffer.byteLength(str) || str.length > size));
|
|
348
|
+
//# sourceMappingURL=header.js.map
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
19
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
20
|
+
};
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.u = exports.types = exports.r = exports.t = exports.x = exports.c = void 0;
|
|
40
|
+
__exportStar(require("./create.js"), exports);
|
|
41
|
+
var create_js_1 = require("./create.js");
|
|
42
|
+
Object.defineProperty(exports, "c", { enumerable: true, get: function () { return create_js_1.create; } });
|
|
43
|
+
__exportStar(require("./extract.js"), exports);
|
|
44
|
+
var extract_js_1 = require("./extract.js");
|
|
45
|
+
Object.defineProperty(exports, "x", { enumerable: true, get: function () { return extract_js_1.extract; } });
|
|
46
|
+
__exportStar(require("./header.js"), exports);
|
|
47
|
+
__exportStar(require("./list.js"), exports);
|
|
48
|
+
var list_js_1 = require("./list.js");
|
|
49
|
+
Object.defineProperty(exports, "t", { enumerable: true, get: function () { return list_js_1.list; } });
|
|
50
|
+
// classes
|
|
51
|
+
__exportStar(require("./pack.js"), exports);
|
|
52
|
+
__exportStar(require("./parse.js"), exports);
|
|
53
|
+
__exportStar(require("./pax.js"), exports);
|
|
54
|
+
__exportStar(require("./read-entry.js"), exports);
|
|
55
|
+
__exportStar(require("./replace.js"), exports);
|
|
56
|
+
var replace_js_1 = require("./replace.js");
|
|
57
|
+
Object.defineProperty(exports, "r", { enumerable: true, get: function () { return replace_js_1.replace; } });
|
|
58
|
+
exports.types = __importStar(require("./types.js"));
|
|
59
|
+
__exportStar(require("./unpack.js"), exports);
|
|
60
|
+
__exportStar(require("./update.js"), exports);
|
|
61
|
+
var update_js_1 = require("./update.js");
|
|
62
|
+
Object.defineProperty(exports, "u", { enumerable: true, get: function () { return update_js_1.update; } });
|
|
63
|
+
__exportStar(require("./write-entry.js"), exports);
|
|
64
|
+
//# sourceMappingURL=index.js.map
|