pnpm 11.0.0-dev.1005 → 11.0.0-rc.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/README.md +63 -39
- package/bin/pnpm.cjs +3 -0
- package/bin/pnpm.mjs +6 -2
- package/bin/pnpx.cjs +3 -0
- package/dist/node_modules/{promise-retry → @gar/promise-retry}/LICENSE +1 -0
- package/dist/node_modules/@gar/promise-retry/lib/index.js +62 -0
- package/dist/node_modules/@gar/promise-retry/lib/retry.js +109 -0
- package/dist/node_modules/@gar/promise-retry/package.json +45 -0
- package/dist/node_modules/@npmcli/agent/package.json +7 -7
- package/dist/node_modules/@npmcli/fs/package.json +4 -4
- package/dist/node_modules/{cross-spawn → @npmcli/redact}/LICENSE +6 -6
- package/dist/node_modules/@npmcli/redact/lib/deep-map.js +71 -0
- package/dist/node_modules/@npmcli/redact/lib/error.js +28 -0
- package/dist/node_modules/@npmcli/redact/lib/index.js +44 -0
- package/dist/node_modules/@npmcli/redact/lib/matchers.js +88 -0
- package/dist/node_modules/@npmcli/redact/lib/server.js +59 -0
- package/dist/node_modules/@npmcli/redact/lib/utils.js +202 -0
- package/dist/node_modules/{unique-slug → @npmcli/redact}/package.json +22 -19
- package/dist/node_modules/@reflink/reflink/binding.js +259 -0
- package/dist/node_modules/@reflink/reflink/index.js +51 -0
- package/dist/node_modules/@reflink/reflink/package.json +63 -0
- package/dist/node_modules/@reflink/reflink-darwin-arm64/package.json +23 -0
- package/dist/node_modules/@reflink/reflink-darwin-x64/package.json +23 -0
- package/dist/node_modules/@reflink/reflink-win32-arm64-msvc/package.json +23 -0
- package/dist/node_modules/@reflink/reflink-win32-x64-msvc/package.json +23 -0
- package/dist/node_modules/abbrev/package.json +11 -15
- package/dist/node_modules/balanced-match/dist/commonjs/index.js +59 -0
- package/dist/node_modules/balanced-match/dist/esm/index.js +54 -0
- package/dist/node_modules/balanced-match/package.json +48 -28
- package/dist/node_modules/brace-expansion/LICENSE +3 -1
- package/dist/node_modules/brace-expansion/dist/commonjs/index.js +201 -0
- package/dist/node_modules/brace-expansion/dist/esm/index.js +197 -0
- package/dist/node_modules/brace-expansion/package.json +51 -36
- package/dist/node_modules/cacache/lib/content/write.js +2 -2
- package/dist/node_modules/cacache/lib/entry-index.js +2 -2
- package/dist/node_modules/cacache/lib/util/tmp.js +6 -0
- package/dist/node_modules/cacache/package.json +9 -11
- package/dist/node_modules/glob/dist/commonjs/glob.js +2 -1
- package/dist/node_modules/glob/dist/commonjs/index.min.js +4 -0
- package/dist/node_modules/glob/dist/commonjs/pattern.js +4 -0
- package/dist/node_modules/glob/dist/esm/glob.js +2 -1
- package/dist/node_modules/glob/dist/esm/index.min.js +4 -0
- package/dist/node_modules/glob/dist/esm/pattern.js +4 -0
- package/dist/node_modules/glob/package.json +44 -45
- package/dist/node_modules/graceful-fs/graceful-fs.js +1 -1
- package/dist/node_modules/iconv-lite/encodings/dbcs-codec.js +460 -525
- package/dist/node_modules/iconv-lite/encodings/dbcs-data.js +179 -182
- package/dist/node_modules/iconv-lite/encodings/index.js +15 -15
- package/dist/node_modules/iconv-lite/encodings/internal.js +168 -148
- package/dist/node_modules/iconv-lite/encodings/sbcs-codec.js +55 -52
- package/dist/node_modules/iconv-lite/encodings/sbcs-data.js +174 -175
- package/dist/node_modules/iconv-lite/encodings/utf16.js +121 -131
- package/dist/node_modules/iconv-lite/encodings/utf32.js +226 -238
- package/dist/node_modules/iconv-lite/encodings/utf7.js +208 -215
- package/dist/node_modules/iconv-lite/lib/bom-handling.js +30 -34
- package/dist/node_modules/iconv-lite/lib/helpers/merge-exports.js +13 -0
- package/dist/node_modules/iconv-lite/lib/index.js +125 -123
- package/dist/node_modules/iconv-lite/lib/streams.js +92 -96
- package/dist/node_modules/iconv-lite/package.json +34 -8
- package/dist/node_modules/isexe/dist/{cjs → commonjs}/index.js +17 -7
- package/dist/node_modules/isexe/dist/commonjs/index.min.js +2 -0
- package/dist/node_modules/isexe/dist/{cjs → commonjs}/posix.js +3 -3
- package/dist/node_modules/isexe/dist/{cjs → commonjs}/win32.js +7 -6
- package/dist/node_modules/isexe/dist/esm/index.min.js +2 -0
- package/dist/node_modules/isexe/dist/{mjs → esm}/posix.js +2 -2
- package/dist/node_modules/isexe/dist/{mjs → esm}/win32.js +6 -5
- package/dist/node_modules/isexe/package.json +48 -66
- package/dist/node_modules/lru-cache/dist/commonjs/diagnostics-channel.js +10 -0
- package/dist/node_modules/lru-cache/dist/commonjs/index.js +356 -210
- package/dist/node_modules/lru-cache/dist/commonjs/index.min.js +1 -1
- package/dist/node_modules/lru-cache/dist/esm/browser/diagnostics-channel.js +4 -0
- package/dist/node_modules/lru-cache/dist/esm/browser/index.js +1688 -0
- package/dist/node_modules/lru-cache/dist/esm/browser/index.min.js +2 -0
- package/dist/node_modules/lru-cache/dist/esm/diagnostics-channel.js +19 -0
- package/dist/node_modules/lru-cache/dist/esm/index.js +356 -210
- package/dist/node_modules/lru-cache/dist/esm/index.min.js +1 -1
- package/dist/node_modules/lru-cache/dist/esm/node/diagnostics-channel.js +7 -0
- package/dist/node_modules/lru-cache/dist/esm/node/index.js +1688 -0
- package/dist/node_modules/lru-cache/dist/esm/node/index.min.js +2 -0
- package/dist/node_modules/lru-cache/package.json +54 -44
- package/dist/node_modules/make-fetch-happen/lib/remote.js +5 -3
- package/dist/node_modules/make-fetch-happen/package.json +11 -10
- package/dist/node_modules/minimatch/dist/commonjs/ast.js +312 -59
- package/dist/node_modules/minimatch/dist/commonjs/brace-expressions.js +2 -4
- package/dist/node_modules/minimatch/dist/commonjs/escape.js +12 -4
- package/dist/node_modules/minimatch/dist/commonjs/index.js +250 -140
- package/dist/node_modules/minimatch/dist/commonjs/unescape.js +23 -9
- package/dist/node_modules/minimatch/dist/esm/ast.js +312 -59
- package/dist/node_modules/minimatch/dist/esm/brace-expressions.js +2 -4
- package/dist/node_modules/minimatch/dist/esm/escape.js +12 -4
- package/dist/node_modules/minimatch/dist/esm/index.js +250 -137
- package/dist/node_modules/minimatch/dist/esm/unescape.js +23 -9
- package/dist/node_modules/minimatch/package.json +24 -33
- package/dist/node_modules/minipass/dist/commonjs/index.js +13 -3
- package/dist/node_modules/minipass/dist/esm/index.js +3 -1
- package/dist/node_modules/minipass/package.json +9 -14
- package/dist/node_modules/minipass-fetch/lib/body.js +25 -15
- package/dist/node_modules/minipass-fetch/package.json +7 -7
- package/dist/node_modules/minipass-flush/package.json +6 -3
- package/dist/node_modules/minipass-sized/dist/commonjs/index.js +69 -0
- package/dist/node_modules/minipass-sized/dist/esm/index.js +64 -0
- package/dist/node_modules/minipass-sized/package.json +39 -9
- package/dist/node_modules/node-gyp/.release-please-manifest.json +1 -1
- package/dist/node_modules/node-gyp/bin/node-gyp.js +7 -0
- package/dist/node_modules/node-gyp/gyp/.release-please-manifest.json +1 -1
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py +3 -3
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py +26 -1
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py +1 -1
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py +3 -4
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py +1 -1
- package/dist/node_modules/node-gyp/gyp/pyproject.toml +1 -1
- package/dist/node_modules/node-gyp/lib/build.js +2 -2
- package/dist/node_modules/node-gyp/lib/find-python.js +2 -8
- package/dist/node_modules/node-gyp/lib/find-visualstudio.js +11 -5
- package/dist/node_modules/node-gyp/lib/install.js +1 -1
- package/dist/node_modules/node-gyp/lib/process-release.js +3 -3
- package/dist/node_modules/node-gyp/package.json +13 -13
- package/dist/node_modules/nopt/package.json +5 -5
- package/dist/node_modules/path-scurry/dist/commonjs/index.js +6 -2
- package/dist/node_modules/path-scurry/dist/esm/index.js +6 -2
- package/dist/node_modules/path-scurry/package.json +14 -31
- package/dist/node_modules/picomatch/lib/constants.js +4 -0
- package/dist/node_modules/picomatch/lib/parse.js +301 -0
- package/dist/node_modules/picomatch/lib/picomatch.js +11 -3
- package/dist/node_modules/picomatch/package.json +2 -3
- package/dist/node_modules/proc-log/lib/index.js +10 -5
- package/dist/node_modules/proc-log/package.json +5 -5
- package/dist/node_modules/semver/bin/semver.js +1 -1
- package/dist/node_modules/semver/functions/diff.js +1 -1
- package/dist/node_modules/semver/internal/re.js +2 -2
- package/dist/node_modules/semver/package.json +4 -4
- package/dist/node_modules/semver/ranges/subset.js +1 -1
- package/dist/node_modules/ssri/lib/index.js +33 -63
- package/dist/node_modules/ssri/package.json +17 -17
- package/dist/node_modules/tar/dist/commonjs/create.js +3 -4
- package/dist/node_modules/tar/dist/commonjs/extract.js +17 -7
- package/dist/node_modules/tar/dist/commonjs/get-write-flag.js +7 -4
- package/dist/node_modules/tar/dist/commonjs/header.js +31 -34
- package/dist/node_modules/tar/dist/commonjs/index.js +17 -7
- package/dist/node_modules/tar/dist/commonjs/index.min.js +4 -0
- package/dist/node_modules/tar/dist/commonjs/list.js +19 -14
- package/dist/node_modules/tar/dist/commonjs/make-command.js +3 -12
- package/dist/node_modules/tar/dist/commonjs/mkdir.js +5 -6
- package/dist/node_modules/tar/dist/commonjs/normalize-unicode.js +5 -1
- package/dist/node_modules/tar/dist/commonjs/normalize-windows-path.js +1 -1
- package/dist/node_modules/tar/dist/commonjs/pack.js +32 -15
- package/dist/node_modules/tar/dist/commonjs/parse.js +12 -22
- package/dist/node_modules/tar/dist/commonjs/path-reservations.js +3 -3
- package/dist/node_modules/tar/dist/commonjs/process-umask.js +7 -0
- package/dist/node_modules/tar/dist/commonjs/read-entry.js +2 -6
- package/dist/node_modules/tar/dist/commonjs/replace.js +5 -10
- package/dist/node_modules/tar/dist/commonjs/unpack.js +140 -79
- package/dist/node_modules/tar/dist/commonjs/winchars.js +1 -1
- package/dist/node_modules/tar/dist/commonjs/write-entry.js +29 -20
- package/dist/node_modules/tar/dist/esm/create.js +3 -4
- package/dist/node_modules/tar/dist/esm/get-write-flag.js +7 -4
- package/dist/node_modules/tar/dist/esm/header.js +14 -27
- package/dist/node_modules/tar/dist/esm/index.min.js +4 -0
- package/dist/node_modules/tar/dist/esm/list.js +2 -7
- package/dist/node_modules/tar/dist/esm/make-command.js +3 -12
- package/dist/node_modules/tar/dist/esm/mkdir.js +5 -6
- package/dist/node_modules/tar/dist/esm/normalize-unicode.js +5 -1
- package/dist/node_modules/tar/dist/esm/normalize-windows-path.js +1 -1
- package/dist/node_modules/tar/dist/esm/pack.js +16 -9
- package/dist/node_modules/tar/dist/esm/parse.js +13 -23
- package/dist/node_modules/tar/dist/esm/path-reservations.js +3 -3
- package/dist/node_modules/tar/dist/esm/process-umask.js +3 -0
- package/dist/node_modules/tar/dist/esm/read-entry.js +2 -6
- package/dist/node_modules/tar/dist/esm/replace.js +6 -11
- package/dist/node_modules/tar/dist/esm/unpack.js +123 -72
- package/dist/node_modules/tar/dist/esm/winchars.js +1 -1
- package/dist/node_modules/tar/dist/esm/write-entry.js +14 -15
- package/dist/node_modules/{package-json-from-dist → tar/node_modules/yallist}/package.json +38 -38
- package/dist/node_modules/tar/package.json +39 -68
- package/dist/node_modules/tinyglobby/dist/index.cjs +132 -148
- package/dist/node_modules/tinyglobby/dist/index.d.cts +33 -32
- package/dist/node_modules/tinyglobby/dist/index.d.mts +33 -32
- package/dist/node_modules/tinyglobby/dist/index.mjs +134 -146
- package/dist/node_modules/tinyglobby/package.json +10 -10
- package/dist/node_modules/which/package.json +6 -6
- package/dist/node_modules/yallist/package.json +12 -51
- package/dist/pnpm.mjs +239802 -173362
- package/dist/worker.js +8341 -5852
- package/package.json +11 -122
- package/dist/node_modules/.modules.yaml +0 -207
- package/dist/node_modules/.pnpm/lock.yaml +0 -843
- package/dist/node_modules/.pnpm-workspace-state-v1.json +0 -25
- package/dist/node_modules/@isaacs/cliui/LICENSE.txt +0 -14
- package/dist/node_modules/@isaacs/cliui/build/index.cjs +0 -317
- package/dist/node_modules/@isaacs/cliui/build/index.d.cts +0 -43
- package/dist/node_modules/@isaacs/cliui/build/lib/index.js +0 -302
- package/dist/node_modules/@isaacs/cliui/index.mjs +0 -14
- package/dist/node_modules/@isaacs/cliui/package.json +0 -86
- package/dist/node_modules/@isaacs/fs-minipass/dist/commonjs/index.d.ts.map +0 -1
- package/dist/node_modules/@isaacs/fs-minipass/dist/commonjs/index.js.map +0 -1
- package/dist/node_modules/@isaacs/fs-minipass/dist/esm/index.d.ts.map +0 -1
- package/dist/node_modules/@isaacs/fs-minipass/dist/esm/index.js.map +0 -1
- package/dist/node_modules/@pkgjs/parseargs/LICENSE +0 -201
- package/dist/node_modules/@pkgjs/parseargs/index.js +0 -396
- package/dist/node_modules/@pkgjs/parseargs/internal/errors.js +0 -47
- package/dist/node_modules/@pkgjs/parseargs/internal/primordials.js +0 -393
- package/dist/node_modules/@pkgjs/parseargs/internal/util.js +0 -14
- package/dist/node_modules/@pkgjs/parseargs/internal/validators.js +0 -89
- package/dist/node_modules/@pkgjs/parseargs/package.json +0 -36
- package/dist/node_modules/@pkgjs/parseargs/utils.js +0 -198
- package/dist/node_modules/agent-base/dist/helpers.d.ts.map +0 -1
- package/dist/node_modules/agent-base/dist/helpers.js.map +0 -1
- package/dist/node_modules/agent-base/dist/index.d.ts.map +0 -1
- package/dist/node_modules/agent-base/dist/index.js.map +0 -1
- package/dist/node_modules/ansi-regex/index.js +0 -14
- package/dist/node_modules/ansi-regex/license +0 -9
- package/dist/node_modules/ansi-regex/package.json +0 -61
- package/dist/node_modules/ansi-styles/index.js +0 -223
- package/dist/node_modules/ansi-styles/license +0 -9
- package/dist/node_modules/ansi-styles/package.json +0 -54
- package/dist/node_modules/balanced-match/.github/FUNDING.yml +0 -2
- package/dist/node_modules/balanced-match/index.js +0 -62
- package/dist/node_modules/brace-expansion/.github/FUNDING.yml +0 -2
- package/dist/node_modules/brace-expansion/index.js +0 -203
- package/dist/node_modules/chownr/dist/commonjs/index.d.ts.map +0 -1
- package/dist/node_modules/chownr/dist/commonjs/index.js.map +0 -1
- package/dist/node_modules/chownr/dist/esm/index.d.ts.map +0 -1
- package/dist/node_modules/chownr/dist/esm/index.js.map +0 -1
- package/dist/node_modules/color-convert/LICENSE +0 -21
- package/dist/node_modules/color-convert/conversions.js +0 -839
- package/dist/node_modules/color-convert/index.js +0 -81
- package/dist/node_modules/color-convert/package.json +0 -48
- package/dist/node_modules/color-convert/route.js +0 -97
- package/dist/node_modules/color-name/LICENSE +0 -8
- package/dist/node_modules/color-name/index.js +0 -152
- package/dist/node_modules/color-name/package.json +0 -28
- package/dist/node_modules/cross-spawn/index.js +0 -39
- package/dist/node_modules/cross-spawn/lib/enoent.js +0 -59
- package/dist/node_modules/cross-spawn/lib/parse.js +0 -91
- package/dist/node_modules/cross-spawn/lib/util/escape.js +0 -47
- package/dist/node_modules/cross-spawn/lib/util/readShebang.js +0 -23
- package/dist/node_modules/cross-spawn/lib/util/resolveCommand.js +0 -52
- package/dist/node_modules/cross-spawn/node_modules/isexe/index.js +0 -57
- package/dist/node_modules/cross-spawn/node_modules/isexe/mode.js +0 -41
- package/dist/node_modules/cross-spawn/node_modules/isexe/package.json +0 -31
- package/dist/node_modules/cross-spawn/node_modules/isexe/windows.js +0 -42
- package/dist/node_modules/cross-spawn/node_modules/which/LICENSE +0 -15
- package/dist/node_modules/cross-spawn/node_modules/which/bin/node-which +0 -52
- package/dist/node_modules/cross-spawn/node_modules/which/package.json +0 -43
- package/dist/node_modules/cross-spawn/node_modules/which/which.js +0 -125
- package/dist/node_modules/cross-spawn/package.json +0 -73
- package/dist/node_modules/eastasianwidth/eastasianwidth.js +0 -311
- package/dist/node_modules/eastasianwidth/package.json +0 -18
- package/dist/node_modules/emoji-regex/LICENSE-MIT.txt +0 -20
- package/dist/node_modules/emoji-regex/RGI_Emoji.js +0 -6
- package/dist/node_modules/emoji-regex/es2015/RGI_Emoji.js +0 -6
- package/dist/node_modules/emoji-regex/es2015/index.js +0 -6
- package/dist/node_modules/emoji-regex/es2015/text.js +0 -6
- package/dist/node_modules/emoji-regex/index.js +0 -6
- package/dist/node_modules/emoji-regex/package.json +0 -52
- package/dist/node_modules/emoji-regex/text.js +0 -6
- package/dist/node_modules/encoding/.prettierrc.js +0 -8
- package/dist/node_modules/encoding/LICENSE +0 -16
- package/dist/node_modules/encoding/lib/encoding.js +0 -83
- package/dist/node_modules/encoding/package.json +0 -18
- package/dist/node_modules/err-code/.eslintrc.json +0 -7
- package/dist/node_modules/err-code/bower.json +0 -30
- package/dist/node_modules/err-code/index.js +0 -47
- package/dist/node_modules/err-code/index.umd.js +0 -51
- package/dist/node_modules/err-code/package.json +0 -34
- package/dist/node_modules/exponential-backoff/dist/backoff.js.map +0 -1
- package/dist/node_modules/exponential-backoff/dist/delay/always/always.delay.js.map +0 -1
- package/dist/node_modules/exponential-backoff/dist/delay/delay.base.js.map +0 -1
- package/dist/node_modules/exponential-backoff/dist/delay/delay.factory.js.map +0 -1
- package/dist/node_modules/exponential-backoff/dist/delay/delay.interface.js.map +0 -1
- package/dist/node_modules/exponential-backoff/dist/delay/skip-first/skip-first.delay.js.map +0 -1
- package/dist/node_modules/exponential-backoff/dist/jitter/full/full.jitter.js.map +0 -1
- package/dist/node_modules/exponential-backoff/dist/jitter/jitter.factory.js.map +0 -1
- package/dist/node_modules/exponential-backoff/dist/jitter/no/no.jitter.js.map +0 -1
- package/dist/node_modules/exponential-backoff/dist/options.js.map +0 -1
- package/dist/node_modules/foreground-child/LICENSE +0 -15
- package/dist/node_modules/foreground-child/dist/commonjs/all-signals.d.ts.map +0 -1
- package/dist/node_modules/foreground-child/dist/commonjs/all-signals.js +0 -58
- package/dist/node_modules/foreground-child/dist/commonjs/all-signals.js.map +0 -1
- package/dist/node_modules/foreground-child/dist/commonjs/index.d.ts.map +0 -1
- package/dist/node_modules/foreground-child/dist/commonjs/index.js +0 -123
- package/dist/node_modules/foreground-child/dist/commonjs/index.js.map +0 -1
- package/dist/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts.map +0 -1
- package/dist/node_modules/foreground-child/dist/commonjs/proxy-signals.js +0 -38
- package/dist/node_modules/foreground-child/dist/commonjs/proxy-signals.js.map +0 -1
- package/dist/node_modules/foreground-child/dist/commonjs/watchdog.d.ts.map +0 -1
- package/dist/node_modules/foreground-child/dist/commonjs/watchdog.js +0 -50
- package/dist/node_modules/foreground-child/dist/commonjs/watchdog.js.map +0 -1
- package/dist/node_modules/foreground-child/dist/esm/all-signals.d.ts.map +0 -1
- package/dist/node_modules/foreground-child/dist/esm/all-signals.js +0 -52
- package/dist/node_modules/foreground-child/dist/esm/all-signals.js.map +0 -1
- package/dist/node_modules/foreground-child/dist/esm/index.d.ts.map +0 -1
- package/dist/node_modules/foreground-child/dist/esm/index.js +0 -115
- package/dist/node_modules/foreground-child/dist/esm/index.js.map +0 -1
- package/dist/node_modules/foreground-child/dist/esm/proxy-signals.d.ts.map +0 -1
- package/dist/node_modules/foreground-child/dist/esm/proxy-signals.js +0 -34
- package/dist/node_modules/foreground-child/dist/esm/proxy-signals.js.map +0 -1
- package/dist/node_modules/foreground-child/dist/esm/watchdog.d.ts.map +0 -1
- package/dist/node_modules/foreground-child/dist/esm/watchdog.js +0 -46
- package/dist/node_modules/foreground-child/dist/esm/watchdog.js.map +0 -1
- package/dist/node_modules/foreground-child/package.json +0 -106
- package/dist/node_modules/glob/LICENSE +0 -15
- package/dist/node_modules/glob/dist/commonjs/glob.d.ts.map +0 -1
- package/dist/node_modules/glob/dist/commonjs/glob.js.map +0 -1
- package/dist/node_modules/glob/dist/commonjs/has-magic.d.ts.map +0 -1
- package/dist/node_modules/glob/dist/commonjs/has-magic.js.map +0 -1
- package/dist/node_modules/glob/dist/commonjs/ignore.d.ts.map +0 -1
- package/dist/node_modules/glob/dist/commonjs/ignore.js.map +0 -1
- package/dist/node_modules/glob/dist/commonjs/index.d.ts.map +0 -1
- package/dist/node_modules/glob/dist/commonjs/index.js.map +0 -1
- package/dist/node_modules/glob/dist/commonjs/pattern.d.ts.map +0 -1
- package/dist/node_modules/glob/dist/commonjs/pattern.js.map +0 -1
- package/dist/node_modules/glob/dist/commonjs/processor.d.ts.map +0 -1
- package/dist/node_modules/glob/dist/commonjs/processor.js.map +0 -1
- package/dist/node_modules/glob/dist/commonjs/walker.d.ts.map +0 -1
- package/dist/node_modules/glob/dist/commonjs/walker.js.map +0 -1
- package/dist/node_modules/glob/dist/esm/bin.d.mts +0 -3
- package/dist/node_modules/glob/dist/esm/bin.d.mts.map +0 -1
- package/dist/node_modules/glob/dist/esm/bin.mjs +0 -270
- package/dist/node_modules/glob/dist/esm/bin.mjs.map +0 -1
- package/dist/node_modules/glob/dist/esm/glob.d.ts.map +0 -1
- package/dist/node_modules/glob/dist/esm/glob.js.map +0 -1
- package/dist/node_modules/glob/dist/esm/has-magic.d.ts.map +0 -1
- package/dist/node_modules/glob/dist/esm/has-magic.js.map +0 -1
- package/dist/node_modules/glob/dist/esm/ignore.d.ts.map +0 -1
- package/dist/node_modules/glob/dist/esm/ignore.js.map +0 -1
- package/dist/node_modules/glob/dist/esm/index.d.ts.map +0 -1
- package/dist/node_modules/glob/dist/esm/index.js.map +0 -1
- package/dist/node_modules/glob/dist/esm/pattern.d.ts.map +0 -1
- package/dist/node_modules/glob/dist/esm/pattern.js.map +0 -1
- package/dist/node_modules/glob/dist/esm/processor.d.ts.map +0 -1
- package/dist/node_modules/glob/dist/esm/processor.js.map +0 -1
- package/dist/node_modules/glob/dist/esm/walker.d.ts.map +0 -1
- package/dist/node_modules/glob/dist/esm/walker.js.map +0 -1
- package/dist/node_modules/http-proxy-agent/dist/index.d.ts.map +0 -1
- package/dist/node_modules/http-proxy-agent/dist/index.js.map +0 -1
- package/dist/node_modules/https-proxy-agent/dist/index.d.ts.map +0 -1
- package/dist/node_modules/https-proxy-agent/dist/index.js.map +0 -1
- package/dist/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts.map +0 -1
- package/dist/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +0 -1
- package/dist/node_modules/iconv-lite/.github/dependabot.yml +0 -11
- package/dist/node_modules/iconv-lite/.idea/codeStyles/Project.xml +0 -47
- package/dist/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/dist/node_modules/iconv-lite/.idea/iconv-lite.iml +0 -12
- package/dist/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml +0 -6
- package/dist/node_modules/iconv-lite/.idea/modules.xml +0 -8
- package/dist/node_modules/iconv-lite/.idea/vcs.xml +0 -6
- package/dist/node_modules/imurmurhash/imurmurhash.js +0 -138
- package/dist/node_modules/imurmurhash/imurmurhash.min.js +0 -12
- package/dist/node_modules/imurmurhash/package.json +0 -40
- package/dist/node_modules/ip-address/dist/address-error.d.ts.map +0 -1
- package/dist/node_modules/ip-address/dist/address-error.js.map +0 -1
- package/dist/node_modules/ip-address/dist/common.d.ts.map +0 -1
- package/dist/node_modules/ip-address/dist/common.js.map +0 -1
- package/dist/node_modules/ip-address/dist/ip-address.d.ts.map +0 -1
- package/dist/node_modules/ip-address/dist/ip-address.js.map +0 -1
- package/dist/node_modules/ip-address/dist/ipv4.d.ts.map +0 -1
- package/dist/node_modules/ip-address/dist/ipv4.js.map +0 -1
- package/dist/node_modules/ip-address/dist/ipv6.d.ts.map +0 -1
- package/dist/node_modules/ip-address/dist/ipv6.js.map +0 -1
- package/dist/node_modules/ip-address/dist/v4/constants.d.ts.map +0 -1
- package/dist/node_modules/ip-address/dist/v4/constants.js.map +0 -1
- package/dist/node_modules/ip-address/dist/v6/constants.d.ts.map +0 -1
- package/dist/node_modules/ip-address/dist/v6/constants.js.map +0 -1
- package/dist/node_modules/ip-address/dist/v6/helpers.d.ts.map +0 -1
- package/dist/node_modules/ip-address/dist/v6/helpers.js.map +0 -1
- package/dist/node_modules/ip-address/dist/v6/regular-expressions.d.ts.map +0 -1
- package/dist/node_modules/ip-address/dist/v6/regular-expressions.js.map +0 -1
- package/dist/node_modules/is-fullwidth-code-point/index.js +0 -50
- package/dist/node_modules/is-fullwidth-code-point/license +0 -9
- package/dist/node_modules/is-fullwidth-code-point/package.json +0 -42
- package/dist/node_modules/isexe/LICENSE +0 -15
- package/dist/node_modules/isexe/dist/cjs/index.d.ts.map +0 -1
- package/dist/node_modules/isexe/dist/cjs/index.js.map +0 -1
- package/dist/node_modules/isexe/dist/cjs/options.d.ts.map +0 -1
- package/dist/node_modules/isexe/dist/cjs/options.js.map +0 -1
- package/dist/node_modules/isexe/dist/cjs/posix.d.ts.map +0 -1
- package/dist/node_modules/isexe/dist/cjs/posix.js.map +0 -1
- package/dist/node_modules/isexe/dist/cjs/win32.d.ts.map +0 -1
- package/dist/node_modules/isexe/dist/cjs/win32.js.map +0 -1
- package/dist/node_modules/isexe/dist/mjs/index.d.ts.map +0 -1
- package/dist/node_modules/isexe/dist/mjs/index.js.map +0 -1
- package/dist/node_modules/isexe/dist/mjs/options.d.ts.map +0 -1
- package/dist/node_modules/isexe/dist/mjs/options.js.map +0 -1
- package/dist/node_modules/isexe/dist/mjs/posix.d.ts.map +0 -1
- package/dist/node_modules/isexe/dist/mjs/posix.js.map +0 -1
- package/dist/node_modules/isexe/dist/mjs/win32.d.ts.map +0 -1
- package/dist/node_modules/isexe/dist/mjs/win32.js.map +0 -1
- package/dist/node_modules/jackspeak/dist/commonjs/index.d.ts.map +0 -1
- package/dist/node_modules/jackspeak/dist/commonjs/index.js +0 -1010
- package/dist/node_modules/jackspeak/dist/commonjs/index.js.map +0 -1
- package/dist/node_modules/jackspeak/dist/commonjs/parse-args-cjs.cjs.map +0 -1
- package/dist/node_modules/jackspeak/dist/commonjs/parse-args-cjs.d.cts.map +0 -1
- package/dist/node_modules/jackspeak/dist/commonjs/parse-args.js +0 -50
- package/dist/node_modules/jackspeak/dist/esm/index.d.ts.map +0 -1
- package/dist/node_modules/jackspeak/dist/esm/index.js +0 -1000
- package/dist/node_modules/jackspeak/dist/esm/index.js.map +0 -1
- package/dist/node_modules/jackspeak/dist/esm/parse-args.d.ts.map +0 -1
- package/dist/node_modules/jackspeak/dist/esm/parse-args.js +0 -26
- package/dist/node_modules/jackspeak/dist/esm/parse-args.js.map +0 -1
- package/dist/node_modules/jackspeak/package.json +0 -95
- package/dist/node_modules/lru-cache/LICENSE +0 -15
- package/dist/node_modules/lru-cache/dist/commonjs/index.d.ts.map +0 -1
- package/dist/node_modules/lru-cache/dist/commonjs/index.js.map +0 -1
- package/dist/node_modules/lru-cache/dist/commonjs/index.min.js.map +0 -7
- package/dist/node_modules/lru-cache/dist/esm/index.d.ts.map +0 -1
- package/dist/node_modules/lru-cache/dist/esm/index.js.map +0 -1
- package/dist/node_modules/lru-cache/dist/esm/index.min.js.map +0 -7
- package/dist/node_modules/minimatch/LICENSE +0 -15
- package/dist/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +0 -1
- package/dist/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +0 -1
- package/dist/node_modules/minimatch/dist/commonjs/ast.d.ts.map +0 -1
- package/dist/node_modules/minimatch/dist/commonjs/ast.js.map +0 -1
- package/dist/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +0 -1
- package/dist/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +0 -1
- package/dist/node_modules/minimatch/dist/commonjs/escape.d.ts.map +0 -1
- package/dist/node_modules/minimatch/dist/commonjs/escape.js.map +0 -1
- package/dist/node_modules/minimatch/dist/commonjs/index.d.ts.map +0 -1
- package/dist/node_modules/minimatch/dist/commonjs/index.js.map +0 -1
- package/dist/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +0 -1
- package/dist/node_modules/minimatch/dist/commonjs/unescape.js.map +0 -1
- package/dist/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +0 -1
- package/dist/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +0 -1
- package/dist/node_modules/minimatch/dist/esm/ast.d.ts.map +0 -1
- package/dist/node_modules/minimatch/dist/esm/ast.js.map +0 -1
- package/dist/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +0 -1
- package/dist/node_modules/minimatch/dist/esm/brace-expressions.js.map +0 -1
- package/dist/node_modules/minimatch/dist/esm/escape.d.ts.map +0 -1
- package/dist/node_modules/minimatch/dist/esm/escape.js.map +0 -1
- package/dist/node_modules/minimatch/dist/esm/index.d.ts.map +0 -1
- package/dist/node_modules/minimatch/dist/esm/index.js.map +0 -1
- package/dist/node_modules/minimatch/dist/esm/unescape.d.ts.map +0 -1
- package/dist/node_modules/minimatch/dist/esm/unescape.js.map +0 -1
- package/dist/node_modules/minipass/LICENSE +0 -15
- package/dist/node_modules/minipass/dist/commonjs/index.d.ts.map +0 -1
- package/dist/node_modules/minipass/dist/commonjs/index.js.map +0 -1
- package/dist/node_modules/minipass/dist/esm/index.d.ts.map +0 -1
- package/dist/node_modules/minipass/dist/esm/index.js.map +0 -1
- package/dist/node_modules/minipass-flush/LICENSE +0 -15
- package/dist/node_modules/minipass-flush/node_modules/yallist/LICENSE +0 -15
- package/dist/node_modules/minipass-flush/node_modules/yallist/package.json +0 -29
- package/dist/node_modules/minipass-pipeline/node_modules/yallist/LICENSE +0 -15
- package/dist/node_modules/minipass-pipeline/node_modules/yallist/iterator.js +0 -8
- package/dist/node_modules/minipass-pipeline/node_modules/yallist/package.json +0 -29
- package/dist/node_modules/minipass-pipeline/node_modules/yallist/yallist.js +0 -426
- package/dist/node_modules/minipass-sized/index.js +0 -67
- package/dist/node_modules/minipass-sized/node_modules/minipass/LICENSE +0 -15
- package/dist/node_modules/minipass-sized/node_modules/minipass/index.js +0 -649
- package/dist/node_modules/minipass-sized/node_modules/minipass/package.json +0 -56
- package/dist/node_modules/minipass-sized/node_modules/yallist/LICENSE +0 -15
- package/dist/node_modules/minipass-sized/node_modules/yallist/iterator.js +0 -8
- package/dist/node_modules/minipass-sized/node_modules/yallist/package.json +0 -29
- package/dist/node_modules/minipass-sized/node_modules/yallist/yallist.js +0 -426
- package/dist/node_modules/minipass-sized/package-lock.json +0 -3464
- package/dist/node_modules/minizlib/dist/commonjs/constants.d.ts.map +0 -1
- package/dist/node_modules/minizlib/dist/commonjs/constants.js.map +0 -1
- package/dist/node_modules/minizlib/dist/commonjs/index.d.ts.map +0 -1
- package/dist/node_modules/minizlib/dist/commonjs/index.js.map +0 -1
- package/dist/node_modules/minizlib/dist/esm/constants.d.ts.map +0 -1
- package/dist/node_modules/minizlib/dist/esm/constants.js.map +0 -1
- package/dist/node_modules/minizlib/dist/esm/index.d.ts.map +0 -1
- package/dist/node_modules/minizlib/dist/esm/index.js.map +0 -1
- package/dist/node_modules/package-json-from-dist/dist/commonjs/index.d.ts.map +0 -1
- package/dist/node_modules/package-json-from-dist/dist/commonjs/index.js +0 -134
- package/dist/node_modules/package-json-from-dist/dist/commonjs/index.js.map +0 -1
- package/dist/node_modules/package-json-from-dist/dist/esm/index.d.ts.map +0 -1
- package/dist/node_modules/package-json-from-dist/dist/esm/index.js +0 -129
- package/dist/node_modules/package-json-from-dist/dist/esm/index.js.map +0 -1
- package/dist/node_modules/path-key/index.js +0 -16
- package/dist/node_modules/path-key/license +0 -9
- package/dist/node_modules/path-key/package.json +0 -39
- package/dist/node_modules/path-scurry/dist/commonjs/index.d.ts.map +0 -1
- package/dist/node_modules/path-scurry/dist/commonjs/index.js.map +0 -1
- package/dist/node_modules/path-scurry/dist/esm/index.d.ts.map +0 -1
- package/dist/node_modules/path-scurry/dist/esm/index.js.map +0 -1
- package/dist/node_modules/promise-retry/index.js +0 -52
- package/dist/node_modules/promise-retry/package.json +0 -37
- package/dist/node_modules/retry/License +0 -21
- package/dist/node_modules/retry/equation.gif +0 -0
- package/dist/node_modules/retry/index.js +0 -1
- package/dist/node_modules/retry/lib/retry.js +0 -100
- package/dist/node_modules/retry/lib/retry_operation.js +0 -158
- package/dist/node_modules/retry/package.json +0 -32
- package/dist/node_modules/shebang-command/index.js +0 -19
- package/dist/node_modules/shebang-command/license +0 -9
- package/dist/node_modules/shebang-command/package.json +0 -34
- package/dist/node_modules/shebang-regex/index.js +0 -2
- package/dist/node_modules/shebang-regex/license +0 -9
- package/dist/node_modules/shebang-regex/package.json +0 -35
- package/dist/node_modules/signal-exit/LICENSE.txt +0 -16
- package/dist/node_modules/signal-exit/dist/cjs/browser.d.ts.map +0 -1
- package/dist/node_modules/signal-exit/dist/cjs/browser.js +0 -10
- package/dist/node_modules/signal-exit/dist/cjs/browser.js.map +0 -1
- package/dist/node_modules/signal-exit/dist/cjs/index.d.ts.map +0 -1
- package/dist/node_modules/signal-exit/dist/cjs/index.js +0 -279
- package/dist/node_modules/signal-exit/dist/cjs/index.js.map +0 -1
- package/dist/node_modules/signal-exit/dist/cjs/signals.d.ts.map +0 -1
- package/dist/node_modules/signal-exit/dist/cjs/signals.js +0 -42
- package/dist/node_modules/signal-exit/dist/cjs/signals.js.map +0 -1
- package/dist/node_modules/signal-exit/dist/mjs/browser.d.ts.map +0 -1
- package/dist/node_modules/signal-exit/dist/mjs/browser.js +0 -4
- package/dist/node_modules/signal-exit/dist/mjs/browser.js.map +0 -1
- package/dist/node_modules/signal-exit/dist/mjs/index.d.ts.map +0 -1
- package/dist/node_modules/signal-exit/dist/mjs/index.js +0 -275
- package/dist/node_modules/signal-exit/dist/mjs/index.js.map +0 -1
- package/dist/node_modules/signal-exit/dist/mjs/signals.d.ts.map +0 -1
- package/dist/node_modules/signal-exit/dist/mjs/signals.js +0 -39
- package/dist/node_modules/signal-exit/dist/mjs/signals.js.map +0 -1
- package/dist/node_modules/signal-exit/package.json +0 -106
- package/dist/node_modules/smart-buffer/build/smartbuffer.js.map +0 -1
- package/dist/node_modules/smart-buffer/build/utils.js.map +0 -1
- package/dist/node_modules/socks/build/client/socksclient.js.map +0 -1
- package/dist/node_modules/socks/build/common/constants.js.map +0 -1
- package/dist/node_modules/socks/build/common/helpers.js.map +0 -1
- package/dist/node_modules/socks/build/common/receivebuffer.js.map +0 -1
- package/dist/node_modules/socks/build/common/util.js.map +0 -1
- package/dist/node_modules/socks/build/index.js.map +0 -1
- package/dist/node_modules/socks-proxy-agent/dist/index.d.ts.map +0 -1
- package/dist/node_modules/socks-proxy-agent/dist/index.js.map +0 -1
- package/dist/node_modules/string-width/index.js +0 -54
- package/dist/node_modules/string-width/license +0 -9
- package/dist/node_modules/string-width/package.json +0 -59
- package/dist/node_modules/string-width-cjs/index.js +0 -47
- package/dist/node_modules/string-width-cjs/license +0 -9
- package/dist/node_modules/string-width-cjs/node_modules/ansi-regex/index.js +0 -10
- package/dist/node_modules/string-width-cjs/node_modules/ansi-regex/license +0 -9
- package/dist/node_modules/string-width-cjs/node_modules/ansi-regex/package.json +0 -55
- package/dist/node_modules/string-width-cjs/node_modules/emoji-regex/LICENSE-MIT.txt +0 -20
- package/dist/node_modules/string-width-cjs/node_modules/emoji-regex/es2015/index.js +0 -6
- package/dist/node_modules/string-width-cjs/node_modules/emoji-regex/es2015/text.js +0 -6
- package/dist/node_modules/string-width-cjs/node_modules/emoji-regex/index.js +0 -6
- package/dist/node_modules/string-width-cjs/node_modules/emoji-regex/package.json +0 -50
- package/dist/node_modules/string-width-cjs/node_modules/emoji-regex/text.js +0 -6
- package/dist/node_modules/string-width-cjs/node_modules/strip-ansi/index.js +0 -4
- package/dist/node_modules/string-width-cjs/node_modules/strip-ansi/license +0 -9
- package/dist/node_modules/string-width-cjs/node_modules/strip-ansi/package.json +0 -54
- package/dist/node_modules/string-width-cjs/package.json +0 -56
- package/dist/node_modules/strip-ansi/index.js +0 -14
- package/dist/node_modules/strip-ansi/license +0 -9
- package/dist/node_modules/strip-ansi/package.json +0 -59
- package/dist/node_modules/strip-ansi-cjs/index.js +0 -4
- package/dist/node_modules/strip-ansi-cjs/license +0 -9
- package/dist/node_modules/strip-ansi-cjs/node_modules/ansi-regex/index.js +0 -10
- package/dist/node_modules/strip-ansi-cjs/node_modules/ansi-regex/license +0 -9
- package/dist/node_modules/strip-ansi-cjs/node_modules/ansi-regex/package.json +0 -55
- package/dist/node_modules/strip-ansi-cjs/package.json +0 -54
- package/dist/node_modules/tar/dist/commonjs/create.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/create.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/cwd-error.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/cwd-error.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/extract.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/extract.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/get-write-flag.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/get-write-flag.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/header.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/header.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/index.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/index.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/large-numbers.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/large-numbers.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/list.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/list.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/make-command.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/make-command.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/mkdir.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/mkdir.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/mode-fix.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/mode-fix.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/normalize-unicode.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/normalize-unicode.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/normalize-windows-path.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/normalize-windows-path.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/options.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/options.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/pack.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/pack.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/parse.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/parse.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/path-reservations.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/path-reservations.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/pax.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/pax.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/read-entry.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/read-entry.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/replace.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/replace.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/strip-absolute-path.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/strip-absolute-path.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/strip-trailing-slashes.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/strip-trailing-slashes.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/symlink-error.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/symlink-error.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/types.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/types.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/unpack.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/unpack.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/update.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/update.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/warn-method.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/warn-method.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/winchars.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/winchars.js.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/write-entry.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/commonjs/write-entry.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/create.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/create.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/cwd-error.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/cwd-error.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/extract.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/extract.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/get-write-flag.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/get-write-flag.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/header.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/header.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/index.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/index.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/large-numbers.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/large-numbers.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/list.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/list.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/make-command.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/make-command.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/mkdir.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/mkdir.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/mode-fix.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/mode-fix.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/normalize-unicode.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/normalize-unicode.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/normalize-windows-path.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/normalize-windows-path.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/options.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/options.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/pack.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/pack.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/parse.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/parse.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/path-reservations.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/path-reservations.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/pax.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/pax.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/read-entry.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/read-entry.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/replace.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/replace.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/strip-absolute-path.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/strip-absolute-path.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/strip-trailing-slashes.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/strip-trailing-slashes.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/symlink-error.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/symlink-error.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/types.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/types.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/unpack.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/unpack.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/update.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/update.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/warn-method.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/warn-method.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/winchars.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/winchars.js.map +0 -1
- package/dist/node_modules/tar/dist/esm/write-entry.d.ts.map +0 -1
- package/dist/node_modules/tar/dist/esm/write-entry.js.map +0 -1
- package/dist/node_modules/unique-filename/LICENSE +0 -5
- package/dist/node_modules/unique-filename/lib/index.js +0 -7
- package/dist/node_modules/unique-filename/package.json +0 -53
- package/dist/node_modules/unique-slug/LICENSE +0 -15
- package/dist/node_modules/unique-slug/lib/index.js +0 -11
- package/dist/node_modules/wrap-ansi/index.js +0 -214
- package/dist/node_modules/wrap-ansi/license +0 -9
- package/dist/node_modules/wrap-ansi/package.json +0 -69
- package/dist/node_modules/wrap-ansi-cjs/index.js +0 -216
- package/dist/node_modules/wrap-ansi-cjs/license +0 -9
- package/dist/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/index.js +0 -10
- package/dist/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/license +0 -9
- package/dist/node_modules/wrap-ansi-cjs/node_modules/ansi-regex/package.json +0 -55
- package/dist/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/index.js +0 -163
- package/dist/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/license +0 -9
- package/dist/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/package.json +0 -56
- package/dist/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/LICENSE-MIT.txt +0 -20
- package/dist/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/es2015/index.js +0 -6
- package/dist/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/es2015/text.js +0 -6
- package/dist/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/index.js +0 -6
- package/dist/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/package.json +0 -50
- package/dist/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/text.js +0 -6
- package/dist/node_modules/wrap-ansi-cjs/node_modules/string-width/index.js +0 -47
- package/dist/node_modules/wrap-ansi-cjs/node_modules/string-width/license +0 -9
- package/dist/node_modules/wrap-ansi-cjs/node_modules/string-width/package.json +0 -56
- package/dist/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/index.js +0 -4
- package/dist/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/license +0 -9
- package/dist/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/package.json +0 -54
- package/dist/node_modules/wrap-ansi-cjs/package.json +0 -62
- package/dist/node_modules/yallist/dist/commonjs/index.d.ts.map +0 -1
- package/dist/node_modules/yallist/dist/commonjs/index.js.map +0 -1
- package/dist/node_modules/yallist/dist/commonjs/package.json +0 -3
- package/dist/node_modules/yallist/dist/esm/index.d.ts.map +0 -1
- package/dist/node_modules/yallist/dist/esm/index.js.map +0 -1
- package/dist/node_modules/yallist/dist/esm/package.json +0 -3
- /package/dist/{reflink.darwin-arm64-2HJ4WGO6.node → node_modules/@reflink/reflink-darwin-arm64/reflink.darwin-arm64.node} +0 -0
- /package/dist/{reflink.darwin-x64-3G3H6IW4.node → node_modules/@reflink/reflink-darwin-x64/reflink.darwin-x64.node} +0 -0
- /package/dist/{reflink.win32-arm64-msvc-Q6BARPPB.node → node_modules/@reflink/reflink-win32-arm64-msvc/reflink.win32-arm64-msvc.node} +0 -0
- /package/dist/{reflink.win32-x64-msvc-J2TZHRQI.node → node_modules/@reflink/reflink-win32-x64-msvc/reflink.win32-x64-msvc.node} +0 -0
- /package/dist/node_modules/{foreground-child → balanced-match}/dist/commonjs/package.json +0 -0
- /package/dist/node_modules/{foreground-child → balanced-match}/dist/esm/package.json +0 -0
- /package/dist/node_modules/{isexe/dist/cjs → brace-expansion/dist/commonjs}/package.json +0 -0
- /package/dist/node_modules/{isexe/dist/mjs → brace-expansion/dist/esm}/package.json +0 -0
- /package/dist/node_modules/isexe/dist/{cjs → commonjs}/options.js +0 -0
- /package/dist/node_modules/{jackspeak → isexe}/dist/commonjs/package.json +0 -0
- /package/dist/node_modules/isexe/dist/{mjs → esm}/index.js +0 -0
- /package/dist/node_modules/isexe/dist/{mjs → esm}/options.js +0 -0
- /package/dist/node_modules/{jackspeak → isexe}/dist/esm/package.json +0 -0
- /package/dist/node_modules/{package-json-from-dist → minipass-sized}/dist/commonjs/package.json +0 -0
- /package/dist/node_modules/{package-json-from-dist → minipass-sized}/dist/esm/package.json +0 -0
- /package/dist/node_modules/{yallist → tar/node_modules/yallist}/dist/commonjs/index.js +0 -0
- /package/dist/node_modules/{signal-exit/dist/cjs → tar/node_modules/yallist/dist/commonjs}/package.json +0 -0
- /package/dist/node_modules/{yallist → tar/node_modules/yallist}/dist/esm/index.js +0 -0
- /package/dist/node_modules/{signal-exit/dist/mjs → tar/node_modules/yallist/dist/esm}/package.json +0 -0
- /package/dist/node_modules/{cross-spawn/node_modules/isexe → yallist}/LICENSE +0 -0
- /package/dist/node_modules/{minipass-flush/node_modules/yallist → yallist}/iterator.js +0 -0
- /package/dist/node_modules/{minipass-flush/node_modules/yallist → yallist}/yallist.js +0 -0
package/README.md
CHANGED
|
@@ -17,9 +17,9 @@ Fast, disk space efficient package manager:
|
|
|
17
17
|
* **[Great for monorepos](https://pnpm.io/workspaces).**
|
|
18
18
|
* **Strict.** A package can access only dependencies that are specified in its `package.json`.
|
|
19
19
|
* **Deterministic.** Has a lockfile called `pnpm-lock.yaml`.
|
|
20
|
-
* **Works as a Node.js version manager.** See [pnpm
|
|
20
|
+
* **Works as a Node.js version manager.** See [pnpm runtime](https://pnpm.io/11.x/cli/runtime).
|
|
21
21
|
* **Works everywhere.** Supports Windows, Linux, and macOS.
|
|
22
|
-
* **Battle-tested.** Used in production by teams of [all sizes](https://pnpm.io/
|
|
22
|
+
* **Battle-tested.** Used in production by teams of [all sizes](https://pnpm.io/workspaces#usage-examples) since 2016.
|
|
23
23
|
* [See the full feature comparison with npm and Yarn](https://pnpm.io/feature-comparison).
|
|
24
24
|
|
|
25
25
|
To quote the [Rush](https://rushjs.io/) team:
|
|
@@ -32,13 +32,15 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
32
32
|
[](https://x.com/intent/follow?screen_name=pnpmjs®ion=follow_link)
|
|
33
33
|
[](https://stand-with-ukraine.pp.ua)
|
|
34
34
|
|
|
35
|
+
<!-- sponsors -->
|
|
36
|
+
|
|
35
37
|
## Platinum Sponsors
|
|
36
38
|
|
|
37
39
|
<table>
|
|
38
40
|
<tbody>
|
|
39
41
|
<tr>
|
|
40
42
|
<td align="center" valign="middle">
|
|
41
|
-
<a href="https://bit.
|
|
43
|
+
<a href="https://bit.cloud/?utm_source=pnpm&utm_medium=readme" target="_blank"><img src="https://pnpm.io/img/users/bit.svg" width="80" alt="Bit"></a>
|
|
42
44
|
</td>
|
|
43
45
|
</tr>
|
|
44
46
|
</tbody>
|
|
@@ -49,6 +51,15 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
49
51
|
<table>
|
|
50
52
|
<tbody>
|
|
51
53
|
<tr>
|
|
54
|
+
<td align="center" valign="middle">
|
|
55
|
+
<a href="https://sanity.io/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
56
|
+
<picture>
|
|
57
|
+
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/sanity.svg" />
|
|
58
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/sanity_light.svg" />
|
|
59
|
+
<img src="https://pnpm.io/img/users/sanity.svg" width="120" alt="Sanity" />
|
|
60
|
+
</picture>
|
|
61
|
+
</a>
|
|
62
|
+
</td>
|
|
52
63
|
<td align="center" valign="middle">
|
|
53
64
|
<a href="https://discord.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
54
65
|
<picture>
|
|
@@ -58,6 +69,20 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
58
69
|
</picture>
|
|
59
70
|
</a>
|
|
60
71
|
</td>
|
|
72
|
+
<td align="center" valign="middle">
|
|
73
|
+
<a href="https://vite.dev/?utm_source=pnpm&utm_medium=readme" target="_blank"><img src="https://pnpm.io/img/users/vitejs.svg" width="42" alt="Vite"></a>
|
|
74
|
+
</td>
|
|
75
|
+
</tr>
|
|
76
|
+
<tr>
|
|
77
|
+
<td align="center" valign="middle">
|
|
78
|
+
<a href="https://serpapi.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
79
|
+
<picture>
|
|
80
|
+
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/serpapi_dark.svg" />
|
|
81
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/serpapi_light.svg" />
|
|
82
|
+
<img src="https://pnpm.io/img/users/serpapi_dark.svg" width="160" alt="SerpApi" />
|
|
83
|
+
</picture>
|
|
84
|
+
</a>
|
|
85
|
+
</td>
|
|
61
86
|
<td align="center" valign="middle">
|
|
62
87
|
<a href="https://coderabbit.ai/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
63
88
|
<picture>
|
|
@@ -68,28 +93,32 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
68
93
|
</a>
|
|
69
94
|
</td>
|
|
70
95
|
<td align="center" valign="middle">
|
|
71
|
-
<a href="https://
|
|
96
|
+
<a href="https://stackblitz.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
72
97
|
<picture>
|
|
73
|
-
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/
|
|
74
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/
|
|
75
|
-
<img src="https://pnpm.io/img/users/
|
|
98
|
+
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/stackblitz.svg" />
|
|
99
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/stackblitz_light.svg" />
|
|
100
|
+
<img src="https://pnpm.io/img/users/stackblitz.svg" width="190" alt="Stackblitz" />
|
|
76
101
|
</picture>
|
|
77
102
|
</a>
|
|
78
103
|
</td>
|
|
79
104
|
</tr>
|
|
80
105
|
<tr>
|
|
81
106
|
<td align="center" valign="middle">
|
|
82
|
-
<a href="https://
|
|
107
|
+
<a href="https://workleap.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
83
108
|
<picture>
|
|
84
|
-
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/
|
|
85
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/
|
|
86
|
-
<img src="https://pnpm.io/img/users/
|
|
109
|
+
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/workleap.svg" />
|
|
110
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/workleap_light.svg" />
|
|
111
|
+
<img src="https://pnpm.io/img/users/workleap.svg" width="190" alt="Workleap" />
|
|
87
112
|
</picture>
|
|
88
113
|
</a>
|
|
89
114
|
</td>
|
|
90
115
|
<td align="center" valign="middle">
|
|
91
|
-
<a href="https://
|
|
92
|
-
<
|
|
116
|
+
<a href="https://nx.dev/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
117
|
+
<picture>
|
|
118
|
+
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/nx.svg" />
|
|
119
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/nx_light.svg" />
|
|
120
|
+
<img src="https://pnpm.io/img/users/nx.svg" width="50" alt="Nx" />
|
|
121
|
+
</picture>
|
|
93
122
|
</a>
|
|
94
123
|
</td>
|
|
95
124
|
</tr>
|
|
@@ -100,6 +129,23 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
100
129
|
|
|
101
130
|
<table>
|
|
102
131
|
<tbody>
|
|
132
|
+
<tr>
|
|
133
|
+
<td align="center" valign="middle">
|
|
134
|
+
<a href="https://replit.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
135
|
+
<picture>
|
|
136
|
+
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/replit.png" />
|
|
137
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/replit_light.png" />
|
|
138
|
+
<img src="https://pnpm.io/img/users/replit.png" width="140" alt="Replit" />
|
|
139
|
+
</picture>
|
|
140
|
+
</a>
|
|
141
|
+
</td>
|
|
142
|
+
<td align="center" valign="middle">
|
|
143
|
+
<a href="https://cybozu.co.jp/?utm_source=pnpm&utm_medium=readme" target="_blank"><img src="https://pnpm.io/img/users/cybozu.svg" width="70" alt="Cybozu"></a>
|
|
144
|
+
</td>
|
|
145
|
+
<td align="center" valign="middle">
|
|
146
|
+
<a href="https://devowl.io/?utm_source=pnpm&utm_medium=readme" target="_blank"><img src="https://pnpm.io/img/users/devowlio.svg" width="100" alt="devowl.io"></a>
|
|
147
|
+
</td>
|
|
148
|
+
</tr>
|
|
103
149
|
<tr>
|
|
104
150
|
<td align="center" valign="middle">
|
|
105
151
|
<a href="https://uscreen.de/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
@@ -111,9 +157,7 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
111
157
|
</a>
|
|
112
158
|
</td>
|
|
113
159
|
<td align="center" valign="middle">
|
|
114
|
-
<a href="https://leniolabs.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
115
|
-
<img src="https://pnpm.io/img/users/leniolabs.jpg" width="40" alt="Leniolabs_">
|
|
116
|
-
</a>
|
|
160
|
+
<a href="https://www.leniolabs.com/?utm_source=pnpm&utm_medium=readme" target="_blank"><img src="https://pnpm.io/img/users/leniolabs.jpg" width="40" alt="Leniolabs_"></a>
|
|
117
161
|
</td>
|
|
118
162
|
<td align="center" valign="middle">
|
|
119
163
|
<a href="https://depot.dev/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
@@ -126,15 +170,6 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
126
170
|
</td>
|
|
127
171
|
</tr>
|
|
128
172
|
<tr>
|
|
129
|
-
<td align="center" valign="middle">
|
|
130
|
-
<a href="https://devowl.io/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
131
|
-
<picture>
|
|
132
|
-
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/devowlio.svg" />
|
|
133
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/devowlio.svg" />
|
|
134
|
-
<img src="https://pnpm.io/img/users/devowlio.svg" width="100" alt="devowl.io" />
|
|
135
|
-
</picture>
|
|
136
|
-
</a>
|
|
137
|
-
</td>
|
|
138
173
|
<td align="center" valign="middle">
|
|
139
174
|
<a href="https://cerbos.dev/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
140
175
|
<picture>
|
|
@@ -145,25 +180,14 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
145
180
|
</a>
|
|
146
181
|
</td>
|
|
147
182
|
<td align="center" valign="middle">
|
|
148
|
-
<a href="https://
|
|
149
|
-
<img src="https://pnpm.io/img/users/mercedes.svg" width="32" alt="Vite">
|
|
150
|
-
</a>
|
|
151
|
-
</td>
|
|
152
|
-
</tr>
|
|
153
|
-
<tr>
|
|
154
|
-
<td align="center" valign="middle">
|
|
155
|
-
<a href="https://oomol.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
156
|
-
<picture>
|
|
157
|
-
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/oomol.svg" />
|
|
158
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/oomol_light.svg" />
|
|
159
|
-
<img src="https://pnpm.io/img/users/oomol.svg" width="90" alt="OOMOL Studio" />
|
|
160
|
-
</picture>
|
|
161
|
-
</a>
|
|
183
|
+
<a href="https://time.now/?utm_source=pnpm&utm_medium=readme" target="_blank">⏱️ Time.now</a>
|
|
162
184
|
</td>
|
|
163
185
|
</tr>
|
|
164
186
|
</tbody>
|
|
165
187
|
</table>
|
|
166
188
|
|
|
189
|
+
<!-- sponsors end -->
|
|
190
|
+
|
|
167
191
|
Support this project by [becoming a sponsor](https://opencollective.com/pnpm#sponsor).
|
|
168
192
|
|
|
169
193
|
## Background
|
package/bin/pnpm.cjs
ADDED
package/bin/pnpm.mjs
CHANGED
|
@@ -5,8 +5,12 @@ const COMPATIBILITY_PAGE = `Visit https://r.pnpm.io/comp to see the list of past
|
|
|
5
5
|
// We don't use the semver library here because:
|
|
6
6
|
// 1. it is already bundled to dist/pnpm.mjs, so we would load it twice
|
|
7
7
|
// 2. we want this file to support potentially older Node.js versions than what semver supports
|
|
8
|
-
if (major
|
|
9
|
-
console.
|
|
8
|
+
if (major == 20) {
|
|
9
|
+
console.warn(`warn: This version of pnpm requires at least Node.js v22.13
|
|
10
|
+
warn: The current version of Node.js is ${process.version}
|
|
11
|
+
warn: ${COMPATIBILITY_PAGE}`)
|
|
12
|
+
} else if (major < 22 || major == 22 && minor < 13) {
|
|
13
|
+
console.error(`ERROR: This version of pnpm requires at least Node.js v22.13
|
|
10
14
|
The current version of Node.js is ${process.version}
|
|
11
15
|
${COMPATIBILITY_PAGE}`)
|
|
12
16
|
process.exit(1)
|
package/bin/pnpx.cjs
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
const { RetryOperation } = require('./retry')
|
|
2
|
+
|
|
3
|
+
const createTimeout = (attempt, opts) => Math.min(Math.round((1 + (opts.randomize ? Math.random() : 0)) * Math.max(opts.minTimeout, 1) * Math.pow(opts.factor, attempt)), opts.maxTimeout)
|
|
4
|
+
const isRetryError = err => err?.code === 'EPROMISERETRY' && Object.hasOwn(err, 'retried')
|
|
5
|
+
|
|
6
|
+
const promiseRetry = async (fn, options = {}) => {
|
|
7
|
+
let timeouts = []
|
|
8
|
+
if (options instanceof Array) {
|
|
9
|
+
timeouts = [...options]
|
|
10
|
+
} else {
|
|
11
|
+
if (options.retries === Infinity) {
|
|
12
|
+
options.forever = true
|
|
13
|
+
delete options.retries
|
|
14
|
+
}
|
|
15
|
+
const opts = {
|
|
16
|
+
retries: 10,
|
|
17
|
+
factor: 2,
|
|
18
|
+
minTimeout: 1 * 1000,
|
|
19
|
+
maxTimeout: Infinity,
|
|
20
|
+
randomize: false,
|
|
21
|
+
...options
|
|
22
|
+
}
|
|
23
|
+
if (opts.minTimeout > opts.maxTimeout) {
|
|
24
|
+
throw new Error('minTimeout is greater than maxTimeout')
|
|
25
|
+
}
|
|
26
|
+
if (opts.retries) {
|
|
27
|
+
for (let i = 0; i < opts.retries; i++) {
|
|
28
|
+
timeouts.push(createTimeout(i, opts))
|
|
29
|
+
}
|
|
30
|
+
// sort the array numerically ascending (since the timeouts may be out of order at factor < 1)
|
|
31
|
+
timeouts.sort((a, b) => a - b)
|
|
32
|
+
} else if (options.forever) {
|
|
33
|
+
timeouts.push(createTimeout(0, opts))
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
const operation = new RetryOperation(timeouts, {
|
|
38
|
+
forever: options.forever,
|
|
39
|
+
unref: options.unref,
|
|
40
|
+
maxRetryTime: options.maxRetryTime
|
|
41
|
+
})
|
|
42
|
+
|
|
43
|
+
return new Promise(function (resolve, reject) {
|
|
44
|
+
operation.attempt(async number => {
|
|
45
|
+
try {
|
|
46
|
+
const result = await fn(err => {
|
|
47
|
+
throw Object.assign(new Error('Retrying'), { code: 'EPROMISERETRY', retried: err })
|
|
48
|
+
}, number, operation)
|
|
49
|
+
return resolve(result)
|
|
50
|
+
} catch (err) {
|
|
51
|
+
if (!isRetryError(err)) {
|
|
52
|
+
return reject(err)
|
|
53
|
+
}
|
|
54
|
+
if (!operation.retry(err.retried || new Error())) {
|
|
55
|
+
return reject(err.retried)
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
})
|
|
59
|
+
})
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
module.exports = { promiseRetry }
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
class RetryOperation {
|
|
2
|
+
#attempts = 1
|
|
3
|
+
#cachedTimeouts = null
|
|
4
|
+
#errors = []
|
|
5
|
+
#fn = null
|
|
6
|
+
#maxRetryTime
|
|
7
|
+
#operationStart = null
|
|
8
|
+
#originalTimeouts
|
|
9
|
+
#timeouts
|
|
10
|
+
#timer = null
|
|
11
|
+
#unref
|
|
12
|
+
|
|
13
|
+
constructor (timeouts, options = {}) {
|
|
14
|
+
this.#originalTimeouts = [...timeouts]
|
|
15
|
+
this.#timeouts = [...timeouts]
|
|
16
|
+
this.#unref = options.unref
|
|
17
|
+
this.#maxRetryTime = options.maxRetryTime || Infinity
|
|
18
|
+
if (options.forever) {
|
|
19
|
+
this.#cachedTimeouts = [...this.#timeouts]
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
get timeouts () {
|
|
24
|
+
return [...this.#timeouts]
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
get errors () {
|
|
28
|
+
return [...this.#errors]
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
get attempts () {
|
|
32
|
+
return this.#attempts
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
get mainError () {
|
|
36
|
+
let mainError = null
|
|
37
|
+
if (this.#errors.length) {
|
|
38
|
+
let mainErrorCount = 0
|
|
39
|
+
const counts = {}
|
|
40
|
+
for (let i = 0; i < this.#errors.length; i++) {
|
|
41
|
+
const error = this.#errors[i]
|
|
42
|
+
const { message } = error
|
|
43
|
+
if (!counts[message]) {
|
|
44
|
+
counts[message] = 0
|
|
45
|
+
}
|
|
46
|
+
counts[message]++
|
|
47
|
+
|
|
48
|
+
if (counts[message] >= mainErrorCount) {
|
|
49
|
+
mainError = error
|
|
50
|
+
mainErrorCount = counts[message]
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
return mainError
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
reset () {
|
|
58
|
+
this.#attempts = 1
|
|
59
|
+
this.#timeouts = [...this.#originalTimeouts]
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
stop () {
|
|
63
|
+
if (this.#timer) {
|
|
64
|
+
clearTimeout(this.#timer)
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
this.#timeouts = []
|
|
68
|
+
this.#cachedTimeouts = null
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
retry (err) {
|
|
72
|
+
this.#errors.push(err)
|
|
73
|
+
if (new Date().getTime() - this.#operationStart >= this.#maxRetryTime) {
|
|
74
|
+
// XXX This puts the timeout error first, meaning it will never show as mainError, there may be no way to ever see this
|
|
75
|
+
this.#errors.unshift(new Error('RetryOperation timeout occurred'))
|
|
76
|
+
return false
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
let timeout = this.#timeouts.shift()
|
|
80
|
+
if (timeout === undefined) {
|
|
81
|
+
// We're out of timeouts, clear the last error and repeat the final timeout
|
|
82
|
+
if (this.#cachedTimeouts) {
|
|
83
|
+
this.#errors.pop()
|
|
84
|
+
timeout = this.#cachedTimeouts.at(-1)
|
|
85
|
+
} else {
|
|
86
|
+
return false
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
// TODO what if there already is a timer?
|
|
91
|
+
this.#timer = setTimeout(() => {
|
|
92
|
+
this.#attempts++
|
|
93
|
+
this.#fn(this.#attempts)
|
|
94
|
+
}, timeout)
|
|
95
|
+
|
|
96
|
+
if (this.#unref) {
|
|
97
|
+
this.#timer.unref()
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
return true
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
attempt (fn) {
|
|
104
|
+
this.#fn = fn
|
|
105
|
+
this.#operationStart = new Date().getTime()
|
|
106
|
+
this.#fn(this.#attempts)
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
module.exports = { RetryOperation }
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@gar/promise-retry",
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"description": "Retries a function that returns a promise, leveraging the power of the retry module.",
|
|
5
|
+
"main": "./lib/index.js",
|
|
6
|
+
"files": [
|
|
7
|
+
"lib"
|
|
8
|
+
],
|
|
9
|
+
"type": "commonjs",
|
|
10
|
+
"exports": {
|
|
11
|
+
".": [
|
|
12
|
+
{
|
|
13
|
+
"default": "./lib/index.js",
|
|
14
|
+
"types": "./lib/index.d.ts"
|
|
15
|
+
},
|
|
16
|
+
"./lib/index.js"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"scripts": {
|
|
20
|
+
"lint": "npx standard",
|
|
21
|
+
"lint:fix": "npx standard --fix",
|
|
22
|
+
"test": "node --test --experimental-test-coverage --test-coverage-lines=100 --test-coverage-functions=100 --test-coverage-branches=100",
|
|
23
|
+
"typelint": "npx -p typescript tsc ./lib/index.d.ts",
|
|
24
|
+
"posttest": "npm run lint",
|
|
25
|
+
"postlint": "npm run typelint"
|
|
26
|
+
},
|
|
27
|
+
"bugs": {
|
|
28
|
+
"url": "https://github.com/wraithgar/node-promise-retry/issues/"
|
|
29
|
+
},
|
|
30
|
+
"repository": {
|
|
31
|
+
"type": "git",
|
|
32
|
+
"url": "git://github.com/wraithgar/node-promise-retry.git"
|
|
33
|
+
},
|
|
34
|
+
"keywords": [
|
|
35
|
+
"retry",
|
|
36
|
+
"promise",
|
|
37
|
+
"backoff",
|
|
38
|
+
"repeat",
|
|
39
|
+
"replay"
|
|
40
|
+
],
|
|
41
|
+
"license": "MIT",
|
|
42
|
+
"engines": {
|
|
43
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@npmcli/agent",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "the http/https agent used by the npm cli",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -25,25 +25,25 @@
|
|
|
25
25
|
"lib/"
|
|
26
26
|
],
|
|
27
27
|
"engines": {
|
|
28
|
-
"node": "^
|
|
28
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
29
29
|
},
|
|
30
30
|
"templateOSS": {
|
|
31
31
|
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
|
|
32
|
-
"version": "4.
|
|
32
|
+
"version": "4.25.0",
|
|
33
33
|
"publish": "true"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"agent-base": "^7.1.0",
|
|
37
37
|
"http-proxy-agent": "^7.0.0",
|
|
38
38
|
"https-proxy-agent": "^7.0.1",
|
|
39
|
-
"lru-cache": "^
|
|
39
|
+
"lru-cache": "^11.2.1",
|
|
40
40
|
"socks-proxy-agent": "^8.0.3"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@npmcli/eslint-config": "^5.0.0",
|
|
44
|
-
"@npmcli/template-oss": "4.
|
|
45
|
-
"minipass-fetch": "^
|
|
46
|
-
"nock": "^
|
|
44
|
+
"@npmcli/template-oss": "4.25.0",
|
|
45
|
+
"minipass-fetch": "^4.0.1",
|
|
46
|
+
"nock": "^14.0.3",
|
|
47
47
|
"socksv5": "^0.0.6",
|
|
48
48
|
"tap": "^16.3.0"
|
|
49
49
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@npmcli/fs",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "filesystem utilities for the npm cli",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"files": [
|
|
@@ -31,18 +31,18 @@
|
|
|
31
31
|
"license": "ISC",
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@npmcli/eslint-config": "^5.0.0",
|
|
34
|
-
"@npmcli/template-oss": "4.
|
|
34
|
+
"@npmcli/template-oss": "4.27.1",
|
|
35
35
|
"tap": "^16.0.1"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"semver": "^7.3.5"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
|
-
"node": "^
|
|
41
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
42
42
|
},
|
|
43
43
|
"templateOSS": {
|
|
44
44
|
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
|
|
45
|
-
"version": "4.
|
|
45
|
+
"version": "4.27.1",
|
|
46
46
|
"publish": true
|
|
47
47
|
},
|
|
48
48
|
"tap": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2024 npm
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
9
9
|
copies of the Software, and to permit persons to whom the Software is
|
|
10
10
|
furnished to do so, subject to the following conditions:
|
|
11
11
|
|
|
12
|
-
The above copyright notice and this permission notice shall be included in
|
|
13
|
-
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
14
|
|
|
15
15
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
16
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
17
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
-
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
const { serializeError } = require('./error')
|
|
2
|
+
|
|
3
|
+
const deepMap = (input, handler = v => v, path = ['$'], seen = new Set([input])) => {
|
|
4
|
+
// this is in an effort to maintain bole's error logging behavior
|
|
5
|
+
if (path.join('.') === '$' && input instanceof Error) {
|
|
6
|
+
return deepMap({ err: serializeError(input) }, handler, path, seen)
|
|
7
|
+
}
|
|
8
|
+
if (input instanceof Error) {
|
|
9
|
+
return deepMap(serializeError(input), handler, path, seen)
|
|
10
|
+
}
|
|
11
|
+
// allows for non-node js environments, sush as workers
|
|
12
|
+
if (typeof Buffer !== 'undefined' && input instanceof Buffer) {
|
|
13
|
+
return `[unable to log instanceof buffer]`
|
|
14
|
+
}
|
|
15
|
+
if (input instanceof Uint8Array) {
|
|
16
|
+
return `[unable to log instanceof Uint8Array]`
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
if (Array.isArray(input)) {
|
|
20
|
+
const result = []
|
|
21
|
+
for (let i = 0; i < input.length; i++) {
|
|
22
|
+
const element = input[i]
|
|
23
|
+
const elementPath = [...path, i]
|
|
24
|
+
if (element instanceof Object) {
|
|
25
|
+
if (!seen.has(element)) { // avoid getting stuck in circular reference
|
|
26
|
+
seen.add(element)
|
|
27
|
+
result.push(deepMap(handler(element, elementPath), handler, elementPath, seen))
|
|
28
|
+
}
|
|
29
|
+
} else {
|
|
30
|
+
result.push(handler(element, elementPath))
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
return result
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
if (input === null) {
|
|
37
|
+
return null
|
|
38
|
+
} else if (typeof input === 'object' || typeof input === 'function') {
|
|
39
|
+
const result = {}
|
|
40
|
+
|
|
41
|
+
for (const propertyName of Object.getOwnPropertyNames(input)) {
|
|
42
|
+
// skip logging internal properties
|
|
43
|
+
if (propertyName.startsWith('_')) {
|
|
44
|
+
continue
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
try {
|
|
48
|
+
const property = input[propertyName]
|
|
49
|
+
const propertyPath = [...path, propertyName]
|
|
50
|
+
if (property instanceof Object) {
|
|
51
|
+
if (!seen.has(property)) { // avoid getting stuck in circular reference
|
|
52
|
+
seen.add(property)
|
|
53
|
+
result[propertyName] = deepMap(
|
|
54
|
+
handler(property, propertyPath), handler, propertyPath, seen
|
|
55
|
+
)
|
|
56
|
+
}
|
|
57
|
+
} else {
|
|
58
|
+
result[propertyName] = handler(property, propertyPath)
|
|
59
|
+
}
|
|
60
|
+
} catch (err) {
|
|
61
|
+
// a getter may throw an error
|
|
62
|
+
result[propertyName] = `[error getting value: ${err.message}]`
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
return result
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
return handler(input, path)
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
module.exports = { deepMap }
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/** takes an error object and serializes it to a plan object */
|
|
2
|
+
function serializeError (input) {
|
|
3
|
+
if (!(input instanceof Error)) {
|
|
4
|
+
if (typeof input === 'string') {
|
|
5
|
+
const error = new Error(`attempted to serialize a non-error, string String, "${input}"`)
|
|
6
|
+
return serializeError(error)
|
|
7
|
+
}
|
|
8
|
+
const error = new Error(`attempted to serialize a non-error, ${typeof input} ${input?.constructor?.name}`)
|
|
9
|
+
return serializeError(error)
|
|
10
|
+
}
|
|
11
|
+
// different error objects store status code differently
|
|
12
|
+
// AxiosError uses `status`, other services use `statusCode`
|
|
13
|
+
const statusCode = input.statusCode ?? input.status
|
|
14
|
+
// CAUTION: what we serialize here gets add to the size of logs
|
|
15
|
+
return {
|
|
16
|
+
errorType: input.errorType ?? input.constructor.name,
|
|
17
|
+
...(input.message ? { message: input.message } : {}),
|
|
18
|
+
...(input.stack ? { stack: input.stack } : {}),
|
|
19
|
+
// think of this as error code
|
|
20
|
+
...(input.code ? { code: input.code } : {}),
|
|
21
|
+
// think of this as http status code
|
|
22
|
+
...(statusCode ? { statusCode } : {}),
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
module.exports = {
|
|
27
|
+
serializeError,
|
|
28
|
+
}
|