pnpm 11.0.0-alpha.2 → 11.0.0-alpha.4
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 +31 -2
- package/bin/pnpm.mjs +2 -2
- package/dist/node_modules/@isaacs/brace-expansion/dist/commonjs/index.js +12 -9
- package/dist/node_modules/@isaacs/brace-expansion/dist/esm/index.js +11 -9
- package/dist/node_modules/@isaacs/brace-expansion/package.json +3 -14
- package/dist/node_modules/@isaacs/cliui/dist/commonjs/ansi-regex/index.js +16 -0
- package/dist/node_modules/@isaacs/cliui/dist/commonjs/ansi-styles/index.js +170 -0
- package/dist/node_modules/@isaacs/cliui/dist/commonjs/eastasianwidth/index.js +307 -0
- package/dist/node_modules/@isaacs/cliui/dist/commonjs/emoji-regex/index.js +7 -0
- package/dist/node_modules/@isaacs/cliui/{build/index.cjs → dist/commonjs/index.js} +90 -85
- package/dist/node_modules/@isaacs/cliui/dist/commonjs/index.min.js +12 -0
- package/dist/node_modules/@isaacs/cliui/dist/commonjs/string-width/index.js +49 -0
- package/dist/node_modules/@isaacs/cliui/dist/commonjs/strip-ansi/index.js +8 -0
- package/dist/node_modules/@isaacs/cliui/dist/commonjs/wrap-ansi/index.js +176 -0
- package/dist/node_modules/@isaacs/cliui/dist/esm/ansi-regex/index.js +12 -0
- package/dist/node_modules/@isaacs/cliui/dist/esm/ansi-styles/index.js +167 -0
- package/dist/node_modules/@isaacs/cliui/dist/esm/eastasianwidth/index.js +299 -0
- package/dist/node_modules/@isaacs/cliui/dist/esm/emoji-regex/index.js +3 -0
- package/dist/node_modules/@isaacs/cliui/{build/lib → dist/esm}/index.js +85 -70
- package/dist/node_modules/@isaacs/cliui/dist/esm/index.min.js +12 -0
- package/dist/node_modules/@isaacs/cliui/dist/esm/string-width/index.js +46 -0
- package/dist/node_modules/@isaacs/cliui/dist/esm/strip-ansi/index.js +4 -0
- package/dist/node_modules/@isaacs/cliui/dist/esm/wrap-ansi/index.js +172 -0
- package/dist/node_modules/@isaacs/cliui/package.json +139 -62
- package/dist/node_modules/graceful-fs/graceful-fs.js +1 -1
- package/dist/node_modules/isexe/LICENSE +1 -1
- package/dist/node_modules/isexe/package.json +14 -79
- package/dist/node_modules/jackspeak/dist/commonjs/index.js +8 -11
- package/dist/node_modules/jackspeak/dist/commonjs/index.min.js +33 -0
- package/dist/node_modules/jackspeak/dist/esm/index.js +7 -7
- package/dist/node_modules/jackspeak/dist/esm/index.min.js +33 -0
- package/dist/node_modules/jackspeak/package.json +29 -8
- package/dist/node_modules/minimatch/package.json +2 -13
- package/dist/node_modules/{isexe/dist/cjs → node-gyp/node_modules/isexe/dist/commonjs}/index.js +17 -7
- package/dist/node_modules/node-gyp/node_modules/isexe/dist/commonjs/index.min.js +2 -0
- package/dist/node_modules/{isexe/dist/cjs → node-gyp/node_modules/isexe/dist/commonjs}/posix.js +3 -3
- package/dist/node_modules/{isexe/dist/cjs → node-gyp/node_modules/isexe/dist/commonjs}/win32.js +7 -6
- package/dist/node_modules/node-gyp/node_modules/isexe/dist/esm/index.min.js +2 -0
- package/dist/node_modules/{isexe/dist/mjs → node-gyp/node_modules/isexe/dist/esm}/posix.js +2 -2
- package/dist/node_modules/{isexe/dist/mjs → node-gyp/node_modules/isexe/dist/esm}/win32.js +6 -5
- package/dist/node_modules/node-gyp/node_modules/isexe/package.json +78 -0
- package/dist/node_modules/node-gyp/node_modules/which/package.json +52 -0
- package/dist/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.js +8 -4
- package/dist/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.min.js +1 -1
- package/dist/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.js +8 -4
- package/dist/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.min.js +1 -1
- package/dist/node_modules/path-scurry/node_modules/lru-cache/package.json +8 -8
- 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/tar/dist/commonjs/extract.js +17 -7
- package/dist/node_modules/tar/dist/commonjs/header.js +17 -7
- package/dist/node_modules/tar/dist/commonjs/index.js +17 -7
- package/dist/node_modules/tar/dist/commonjs/list.js +17 -7
- package/dist/node_modules/tar/dist/commonjs/normalize-unicode.js +5 -1
- package/dist/node_modules/tar/dist/commonjs/pack.js +29 -7
- package/dist/node_modules/tar/dist/commonjs/path-reservations.js +1 -1
- package/dist/node_modules/tar/dist/commonjs/unpack.js +72 -26
- package/dist/node_modules/tar/dist/commonjs/write-entry.js +17 -7
- package/dist/node_modules/tar/dist/esm/normalize-unicode.js +5 -1
- package/dist/node_modules/tar/dist/esm/pack.js +12 -0
- package/dist/node_modules/tar/dist/esm/path-reservations.js +1 -1
- package/dist/node_modules/tar/dist/esm/unpack.js +55 -19
- package/dist/node_modules/tar/node_modules/yallist/dist/commonjs/package.json +3 -0
- package/dist/node_modules/tar/node_modules/yallist/dist/esm/package.json +3 -0
- package/dist/node_modules/tar/node_modules/yallist/package.json +68 -0
- package/dist/node_modules/tar/package.json +8 -63
- package/dist/node_modules/which/package.json +20 -29
- package/dist/node_modules/yallist/package.json +12 -51
- package/dist/pnpm.mjs +99864 -63225
- package/dist/worker.js +10531 -6418
- package/package.json +8 -120
- package/dist/node_modules/.modules.yaml +0 -207
- package/dist/node_modules/.pnpm/lock.yaml +0 -849
- package/dist/node_modules/.pnpm-workspace-state-v1.json +0 -25
- package/dist/node_modules/@isaacs/balanced-match/dist/commonjs/index.d.ts.map +0 -1
- package/dist/node_modules/@isaacs/balanced-match/dist/commonjs/index.js.map +0 -1
- package/dist/node_modules/@isaacs/balanced-match/dist/esm/index.d.ts.map +0 -1
- package/dist/node_modules/@isaacs/balanced-match/dist/esm/index.js.map +0 -1
- package/dist/node_modules/@isaacs/brace-expansion/dist/commonjs/index.d.ts.map +0 -1
- package/dist/node_modules/@isaacs/brace-expansion/dist/commonjs/index.js.map +0 -1
- package/dist/node_modules/@isaacs/brace-expansion/dist/esm/index.d.ts.map +0 -1
- package/dist/node_modules/@isaacs/brace-expansion/dist/esm/index.js.map +0 -1
- package/dist/node_modules/@isaacs/cliui/LICENSE.txt +0 -14
- package/dist/node_modules/@isaacs/cliui/build/index.d.cts +0 -43
- package/dist/node_modules/@isaacs/cliui/index.mjs +0 -14
- 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/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/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/node_modules/isexe/package.json +0 -31
- package/dist/node_modules/cross-spawn/node_modules/which/package.json +0 -43
- 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/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/dist/commonjs/all-signals.d.ts.map +0 -1
- 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.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.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.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.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.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.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.map +0 -1
- 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.map +0 -1
- 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/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/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.map +0 -1
- package/dist/node_modules/jackspeak/dist/esm/index.d.ts.map +0 -1
- package/dist/node_modules/jackspeak/dist/esm/index.js.map +0 -1
- 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/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/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/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/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/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.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.map +0 -1
- 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/path-scurry/node_modules/lru-cache/dist/commonjs/index.d.ts.map +0 -1
- package/dist/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.js.map +0 -1
- package/dist/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.min.js.map +0 -7
- package/dist/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.d.ts.map +0 -1
- package/dist/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.js.map +0 -1
- package/dist/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.min.js.map +0 -7
- package/dist/node_modules/signal-exit/dist/cjs/browser.d.ts.map +0 -1
- 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.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.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.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.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.map +0 -1
- 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/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/esm/index.d.ts.map +0 -1
- package/dist/node_modules/yallist/dist/esm/index.js.map +0 -1
- /package/dist/node_modules/{isexe/dist/cjs → @isaacs/cliui/dist/commonjs}/package.json +0 -0
- /package/dist/node_modules/{isexe/dist/mjs → @isaacs/cliui/dist/esm}/package.json +0 -0
- /package/dist/node_modules/{cross-spawn/node_modules/isexe → isexe}/index.js +0 -0
- /package/dist/node_modules/{cross-spawn/node_modules/isexe → isexe}/mode.js +0 -0
- /package/dist/node_modules/{cross-spawn/node_modules/isexe → isexe}/windows.js +0 -0
- /package/dist/node_modules/{isexe/dist/cjs → node-gyp/node_modules/isexe/dist/commonjs}/options.js +0 -0
- /package/dist/node_modules/{yallist → node-gyp/node_modules/isexe}/dist/commonjs/package.json +0 -0
- /package/dist/node_modules/{isexe/dist/mjs → node-gyp/node_modules/isexe/dist/esm}/index.js +0 -0
- /package/dist/node_modules/{isexe/dist/mjs → node-gyp/node_modules/isexe/dist/esm}/options.js +0 -0
- /package/dist/node_modules/{yallist → node-gyp/node_modules/isexe}/dist/esm/package.json +0 -0
- /package/dist/node_modules/{cross-spawn/node_modules/isexe → node-gyp/node_modules/which}/LICENSE +0 -0
- /package/dist/node_modules/{which → node-gyp/node_modules/which}/bin/which.js +0 -0
- /package/dist/node_modules/{which → node-gyp/node_modules/which}/lib/index.js +0 -0
- /package/dist/node_modules/{yallist → tar/node_modules/yallist}/dist/commonjs/index.js +0 -0
- /package/dist/node_modules/{yallist → tar/node_modules/yallist}/dist/esm/index.js +0 -0
- /package/dist/node_modules/{cross-spawn/node_modules/which → which}/bin/node-which +0 -0
- /package/dist/node_modules/{cross-spawn/node_modules/which → which}/which.js +0 -0
- /package/dist/node_modules/{cross-spawn/node_modules/which → 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
|
@@ -49,6 +49,15 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
49
49
|
<table>
|
|
50
50
|
<tbody>
|
|
51
51
|
<tr>
|
|
52
|
+
<td align="center" valign="middle">
|
|
53
|
+
<a href="https://sanity.io/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
54
|
+
<picture>
|
|
55
|
+
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/sanity.svg" />
|
|
56
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/sanity_light.svg" />
|
|
57
|
+
<img src="https://pnpm.io/img/users/sanity.svg" width="120" alt="Sanity" />
|
|
58
|
+
</picture>
|
|
59
|
+
</a>
|
|
60
|
+
</td>
|
|
52
61
|
<td align="center" valign="middle">
|
|
53
62
|
<a href="https://discord.com/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
54
63
|
<picture>
|
|
@@ -58,6 +67,22 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
58
67
|
</picture>
|
|
59
68
|
</a>
|
|
60
69
|
</td>
|
|
70
|
+
<td align="center" valign="middle">
|
|
71
|
+
<a href="https://vite.dev/?utm_source=pnpm&utm_medium=readme" target="_blank">
|
|
72
|
+
<img src="https://pnpm.io/img/users/vitejs.svg" width="42" alt="Vite">
|
|
73
|
+
</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>
|
|
@@ -88,8 +113,12 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
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>
|
package/bin/pnpm.mjs
CHANGED
|
@@ -5,8 +5,8 @@ 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.error(`ERROR: This version of pnpm requires at least Node.js
|
|
8
|
+
if (major < 22 || major == 22 && minor < 12) {
|
|
9
|
+
console.error(`ERROR: This version of pnpm requires at least Node.js v22.12
|
|
10
10
|
The current version of Node.js is ${process.version}
|
|
11
11
|
${COMPATIBILITY_PAGE}`)
|
|
12
12
|
process.exit(1)
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EXPANSION_MAX = void 0;
|
|
3
4
|
exports.expand = expand;
|
|
4
5
|
const balanced_match_1 = require("@isaacs/balanced-match");
|
|
5
6
|
const escSlash = '\0SLASH' + Math.random() + '\0';
|
|
@@ -17,6 +18,7 @@ const openPattern = /\\{/g;
|
|
|
17
18
|
const closePattern = /\\}/g;
|
|
18
19
|
const commaPattern = /\\,/g;
|
|
19
20
|
const periodPattern = /\\./g;
|
|
21
|
+
exports.EXPANSION_MAX = 100_000;
|
|
20
22
|
function numeric(str) {
|
|
21
23
|
return !isNaN(str) ? parseInt(str, 10) : str.charCodeAt(0);
|
|
22
24
|
}
|
|
@@ -62,10 +64,11 @@ function parseCommaParts(str) {
|
|
|
62
64
|
parts.push.apply(parts, p);
|
|
63
65
|
return parts;
|
|
64
66
|
}
|
|
65
|
-
function expand(str) {
|
|
67
|
+
function expand(str, options = {}) {
|
|
66
68
|
if (!str) {
|
|
67
69
|
return [];
|
|
68
70
|
}
|
|
71
|
+
const { max = exports.EXPANSION_MAX } = options;
|
|
69
72
|
// I don't know why Bash 4.3 does this, but it does.
|
|
70
73
|
// Anything starting with {} will have the first two bytes preserved
|
|
71
74
|
// but *only* at the top level, so {},a}b will not expand to anything,
|
|
@@ -75,7 +78,7 @@ function expand(str) {
|
|
|
75
78
|
if (str.slice(0, 2) === '{}') {
|
|
76
79
|
str = '\\{\\}' + str.slice(2);
|
|
77
80
|
}
|
|
78
|
-
return expand_(escapeBraces(str), true).map(unescapeBraces);
|
|
81
|
+
return expand_(escapeBraces(str), max, true).map(unescapeBraces);
|
|
79
82
|
}
|
|
80
83
|
function embrace(str) {
|
|
81
84
|
return '{' + str + '}';
|
|
@@ -89,7 +92,7 @@ function lte(i, y) {
|
|
|
89
92
|
function gte(i, y) {
|
|
90
93
|
return i >= y;
|
|
91
94
|
}
|
|
92
|
-
function expand_(str, isTop) {
|
|
95
|
+
function expand_(str, max, isTop) {
|
|
93
96
|
/** @type {string[]} */
|
|
94
97
|
const expansions = [];
|
|
95
98
|
const m = (0, balanced_match_1.balanced)('{', '}', str);
|
|
@@ -97,9 +100,9 @@ function expand_(str, isTop) {
|
|
|
97
100
|
return [str];
|
|
98
101
|
// no need to expand pre, since it is guaranteed to be free of brace-sets
|
|
99
102
|
const pre = m.pre;
|
|
100
|
-
const post = m.post.length ? expand_(m.post, false) : [''];
|
|
103
|
+
const post = m.post.length ? expand_(m.post, max, false) : [''];
|
|
101
104
|
if (/\$$/.test(m.pre)) {
|
|
102
|
-
for (let k = 0; k < post.length; k++) {
|
|
105
|
+
for (let k = 0; k < post.length && k < max; k++) {
|
|
103
106
|
const expansion = pre + '{' + m.body + '}' + post[k];
|
|
104
107
|
expansions.push(expansion);
|
|
105
108
|
}
|
|
@@ -113,7 +116,7 @@ function expand_(str, isTop) {
|
|
|
113
116
|
// {a},b}
|
|
114
117
|
if (m.post.match(/,(?!,).*\}/)) {
|
|
115
118
|
str = m.pre + '{' + m.body + escClose + m.post;
|
|
116
|
-
return expand_(str);
|
|
119
|
+
return expand_(str, max, true);
|
|
117
120
|
}
|
|
118
121
|
return [str];
|
|
119
122
|
}
|
|
@@ -125,7 +128,7 @@ function expand_(str, isTop) {
|
|
|
125
128
|
n = parseCommaParts(m.body);
|
|
126
129
|
if (n.length === 1 && n[0] !== undefined) {
|
|
127
130
|
// x{{a,b}}y ==> x{a}y x{b}y
|
|
128
|
-
n = expand_(n[0], false).map(embrace);
|
|
131
|
+
n = expand_(n[0], max, false).map(embrace);
|
|
129
132
|
//XXX is this necessary? Can't seem to hit it in tests.
|
|
130
133
|
/* c8 ignore start */
|
|
131
134
|
if (n.length === 1) {
|
|
@@ -179,11 +182,11 @@ function expand_(str, isTop) {
|
|
|
179
182
|
else {
|
|
180
183
|
N = [];
|
|
181
184
|
for (let j = 0; j < n.length; j++) {
|
|
182
|
-
N.push.apply(N, expand_(n[j], false));
|
|
185
|
+
N.push.apply(N, expand_(n[j], max, false));
|
|
183
186
|
}
|
|
184
187
|
}
|
|
185
188
|
for (let j = 0; j < N.length; j++) {
|
|
186
|
-
for (let k = 0; k < post.length; k++) {
|
|
189
|
+
for (let k = 0; k < post.length && expansions.length < max; k++) {
|
|
187
190
|
const expansion = pre + N[j] + post[k];
|
|
188
191
|
if (!isTop || isSequence || expansion) {
|
|
189
192
|
expansions.push(expansion);
|
|
@@ -14,6 +14,7 @@ const openPattern = /\\{/g;
|
|
|
14
14
|
const closePattern = /\\}/g;
|
|
15
15
|
const commaPattern = /\\,/g;
|
|
16
16
|
const periodPattern = /\\./g;
|
|
17
|
+
export const EXPANSION_MAX = 100_000;
|
|
17
18
|
function numeric(str) {
|
|
18
19
|
return !isNaN(str) ? parseInt(str, 10) : str.charCodeAt(0);
|
|
19
20
|
}
|
|
@@ -59,10 +60,11 @@ function parseCommaParts(str) {
|
|
|
59
60
|
parts.push.apply(parts, p);
|
|
60
61
|
return parts;
|
|
61
62
|
}
|
|
62
|
-
export function expand(str) {
|
|
63
|
+
export function expand(str, options = {}) {
|
|
63
64
|
if (!str) {
|
|
64
65
|
return [];
|
|
65
66
|
}
|
|
67
|
+
const { max = EXPANSION_MAX } = options;
|
|
66
68
|
// I don't know why Bash 4.3 does this, but it does.
|
|
67
69
|
// Anything starting with {} will have the first two bytes preserved
|
|
68
70
|
// but *only* at the top level, so {},a}b will not expand to anything,
|
|
@@ -72,7 +74,7 @@ export function expand(str) {
|
|
|
72
74
|
if (str.slice(0, 2) === '{}') {
|
|
73
75
|
str = '\\{\\}' + str.slice(2);
|
|
74
76
|
}
|
|
75
|
-
return expand_(escapeBraces(str), true).map(unescapeBraces);
|
|
77
|
+
return expand_(escapeBraces(str), max, true).map(unescapeBraces);
|
|
76
78
|
}
|
|
77
79
|
function embrace(str) {
|
|
78
80
|
return '{' + str + '}';
|
|
@@ -86,7 +88,7 @@ function lte(i, y) {
|
|
|
86
88
|
function gte(i, y) {
|
|
87
89
|
return i >= y;
|
|
88
90
|
}
|
|
89
|
-
function expand_(str, isTop) {
|
|
91
|
+
function expand_(str, max, isTop) {
|
|
90
92
|
/** @type {string[]} */
|
|
91
93
|
const expansions = [];
|
|
92
94
|
const m = balanced('{', '}', str);
|
|
@@ -94,9 +96,9 @@ function expand_(str, isTop) {
|
|
|
94
96
|
return [str];
|
|
95
97
|
// no need to expand pre, since it is guaranteed to be free of brace-sets
|
|
96
98
|
const pre = m.pre;
|
|
97
|
-
const post = m.post.length ? expand_(m.post, false) : [''];
|
|
99
|
+
const post = m.post.length ? expand_(m.post, max, false) : [''];
|
|
98
100
|
if (/\$$/.test(m.pre)) {
|
|
99
|
-
for (let k = 0; k < post.length; k++) {
|
|
101
|
+
for (let k = 0; k < post.length && k < max; k++) {
|
|
100
102
|
const expansion = pre + '{' + m.body + '}' + post[k];
|
|
101
103
|
expansions.push(expansion);
|
|
102
104
|
}
|
|
@@ -110,7 +112,7 @@ function expand_(str, isTop) {
|
|
|
110
112
|
// {a},b}
|
|
111
113
|
if (m.post.match(/,(?!,).*\}/)) {
|
|
112
114
|
str = m.pre + '{' + m.body + escClose + m.post;
|
|
113
|
-
return expand_(str);
|
|
115
|
+
return expand_(str, max, true);
|
|
114
116
|
}
|
|
115
117
|
return [str];
|
|
116
118
|
}
|
|
@@ -122,7 +124,7 @@ function expand_(str, isTop) {
|
|
|
122
124
|
n = parseCommaParts(m.body);
|
|
123
125
|
if (n.length === 1 && n[0] !== undefined) {
|
|
124
126
|
// x{{a,b}}y ==> x{a}y x{b}y
|
|
125
|
-
n = expand_(n[0], false).map(embrace);
|
|
127
|
+
n = expand_(n[0], max, false).map(embrace);
|
|
126
128
|
//XXX is this necessary? Can't seem to hit it in tests.
|
|
127
129
|
/* c8 ignore start */
|
|
128
130
|
if (n.length === 1) {
|
|
@@ -176,11 +178,11 @@ function expand_(str, isTop) {
|
|
|
176
178
|
else {
|
|
177
179
|
N = [];
|
|
178
180
|
for (let j = 0; j < n.length; j++) {
|
|
179
|
-
N.push.apply(N, expand_(n[j], false));
|
|
181
|
+
N.push.apply(N, expand_(n[j], max, false));
|
|
180
182
|
}
|
|
181
183
|
}
|
|
182
184
|
for (let j = 0; j < N.length; j++) {
|
|
183
|
-
for (let k = 0; k < post.length; k++) {
|
|
185
|
+
for (let k = 0; k < post.length && expansions.length < max; k++) {
|
|
184
186
|
const expansion = pre + N[j] + post[k];
|
|
185
187
|
if (!isTop || isSequence || expansion) {
|
|
186
188
|
expansions.push(expansion);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@isaacs/brace-expansion",
|
|
3
3
|
"description": "Brace expansion as known from sh/bash",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.1",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
7
7
|
],
|
|
@@ -28,27 +28,16 @@
|
|
|
28
28
|
"presnap": "npm run prepare",
|
|
29
29
|
"test": "tap",
|
|
30
30
|
"snap": "tap",
|
|
31
|
-
"format": "prettier --write .
|
|
31
|
+
"format": "prettier --write .",
|
|
32
32
|
"benchmark": "node benchmark/index.js",
|
|
33
33
|
"typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts"
|
|
34
34
|
},
|
|
35
|
-
"prettier": {
|
|
36
|
-
"semi": false,
|
|
37
|
-
"printWidth": 80,
|
|
38
|
-
"tabWidth": 2,
|
|
39
|
-
"useTabs": false,
|
|
40
|
-
"singleQuote": true,
|
|
41
|
-
"jsxSingleQuote": false,
|
|
42
|
-
"bracketSameLine": true,
|
|
43
|
-
"arrowParens": "avoid",
|
|
44
|
-
"endOfLine": "lf"
|
|
45
|
-
},
|
|
46
35
|
"devDependencies": {
|
|
47
36
|
"@types/brace-expansion": "^1.1.2",
|
|
48
37
|
"@types/node": "^24.0.0",
|
|
49
38
|
"mkdirp": "^3.0.1",
|
|
50
39
|
"prettier": "^3.3.2",
|
|
51
|
-
"tap": "^21.
|
|
40
|
+
"tap": "^21.5.0",
|
|
52
41
|
"tshy": "^3.0.2",
|
|
53
42
|
"typedoc": "^0.28.5"
|
|
54
43
|
},
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// TODO! cut this down? do we need the onlyFirst option?
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.ansiRegex = void 0;
|
|
5
|
+
const ansiRegex = ({ onlyFirst = false } = {}) => {
|
|
6
|
+
// Valid string terminator sequences are BEL, ESC\, and 0x9c
|
|
7
|
+
const ST = "(?:\\u0007|\\u001B\\u005C|\\u009C)";
|
|
8
|
+
// OSC sequences only: ESC ] ... ST (non-greedy until the first ST)
|
|
9
|
+
const osc = `(?:\\u001B\\][\\s\\S]*?${ST})`;
|
|
10
|
+
// CSI and related: ESC/C1, optional intermediates, optional params (supports ; and :) then final byte
|
|
11
|
+
const csi = "[\\u001B\\u009B][[\\]()#;?]*(?:\\d{1,4}(?:[;:]\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]";
|
|
12
|
+
const pattern = `${osc}|${csi}`;
|
|
13
|
+
return new RegExp(pattern, onlyFirst ? undefined : "g");
|
|
14
|
+
};
|
|
15
|
+
exports.ansiRegex = ansiRegex;
|
|
16
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ansiStyles = exports.codes = exports.colorNames = exports.backgroundColorNames = exports.foregroundColorNames = exports.modifierNames = void 0;
|
|
4
|
+
const styles = {
|
|
5
|
+
modifier: {
|
|
6
|
+
reset: [0, 0],
|
|
7
|
+
// 21 isn't widely supported and 22 does the same thing
|
|
8
|
+
bold: [1, 22],
|
|
9
|
+
dim: [2, 22],
|
|
10
|
+
italic: [3, 23],
|
|
11
|
+
underline: [4, 24],
|
|
12
|
+
overline: [53, 55],
|
|
13
|
+
inverse: [7, 27],
|
|
14
|
+
hidden: [8, 28],
|
|
15
|
+
strikethrough: [9, 29],
|
|
16
|
+
},
|
|
17
|
+
color: {
|
|
18
|
+
black: [30, 39],
|
|
19
|
+
red: [31, 39],
|
|
20
|
+
green: [32, 39],
|
|
21
|
+
yellow: [33, 39],
|
|
22
|
+
blue: [34, 39],
|
|
23
|
+
magenta: [35, 39],
|
|
24
|
+
cyan: [36, 39],
|
|
25
|
+
white: [37, 39],
|
|
26
|
+
// Bright color
|
|
27
|
+
blackBright: [90, 39],
|
|
28
|
+
gray: [90, 39], // Alias of `blackBright`
|
|
29
|
+
grey: [90, 39], // Alias of `blackBright`
|
|
30
|
+
redBright: [91, 39],
|
|
31
|
+
greenBright: [92, 39],
|
|
32
|
+
yellowBright: [93, 39],
|
|
33
|
+
blueBright: [94, 39],
|
|
34
|
+
magentaBright: [95, 39],
|
|
35
|
+
cyanBright: [96, 39],
|
|
36
|
+
whiteBright: [97, 39],
|
|
37
|
+
},
|
|
38
|
+
bgColor: {
|
|
39
|
+
bgBlack: [40, 49],
|
|
40
|
+
bgRed: [41, 49],
|
|
41
|
+
bgGreen: [42, 49],
|
|
42
|
+
bgYellow: [43, 49],
|
|
43
|
+
bgBlue: [44, 49],
|
|
44
|
+
bgMagenta: [45, 49],
|
|
45
|
+
bgCyan: [46, 49],
|
|
46
|
+
bgWhite: [47, 49],
|
|
47
|
+
// Bright color
|
|
48
|
+
bgBlackBright: [100, 49],
|
|
49
|
+
bgGray: [100, 49], // Alias of `bgBlackBright`
|
|
50
|
+
bgGrey: [100, 49], // Alias of `bgBlackBright`
|
|
51
|
+
bgRedBright: [101, 49],
|
|
52
|
+
bgGreenBright: [102, 49],
|
|
53
|
+
bgYellowBright: [103, 49],
|
|
54
|
+
bgBlueBright: [104, 49],
|
|
55
|
+
bgMagentaBright: [105, 49],
|
|
56
|
+
bgCyanBright: [106, 49],
|
|
57
|
+
bgWhiteBright: [107, 49],
|
|
58
|
+
},
|
|
59
|
+
};
|
|
60
|
+
exports.modifierNames = Object.keys(styles.modifier);
|
|
61
|
+
exports.foregroundColorNames = Object.keys(styles.color);
|
|
62
|
+
exports.backgroundColorNames = Object.keys(styles.bgColor);
|
|
63
|
+
exports.colorNames = [...exports.foregroundColorNames, ...exports.backgroundColorNames];
|
|
64
|
+
class AnsiStyles {
|
|
65
|
+
}
|
|
66
|
+
exports.codes = new Map();
|
|
67
|
+
const ingest = (set) => Object.fromEntries(Object.entries(set).map(([key, [open, close]]) => {
|
|
68
|
+
exports.codes.set(open, close);
|
|
69
|
+
return [
|
|
70
|
+
key,
|
|
71
|
+
(AnsiStyles.prototype[key] = {
|
|
72
|
+
open: `\u001B[${open}m`,
|
|
73
|
+
close: `\u001B[${close}m`,
|
|
74
|
+
}),
|
|
75
|
+
];
|
|
76
|
+
}));
|
|
77
|
+
exports.ansiStyles = new (class extends AnsiStyles {
|
|
78
|
+
codes = exports.codes;
|
|
79
|
+
modifier = ingest(styles.modifier);
|
|
80
|
+
color = {
|
|
81
|
+
...ingest(styles.color),
|
|
82
|
+
close: "\x1B[39m",
|
|
83
|
+
ansi: (code) => `\u001B[${code}m`,
|
|
84
|
+
ansi256: (code) => `\u001B[${38};5;${code}m`,
|
|
85
|
+
ansi16m: (red, green, blue) => `\u001B[${38};2;${red};${green};${blue}m`,
|
|
86
|
+
};
|
|
87
|
+
bgColor = {
|
|
88
|
+
...ingest(styles.bgColor),
|
|
89
|
+
close: "\u001B[49m",
|
|
90
|
+
ansi: (code) => `\u001B[${code + 10}m`,
|
|
91
|
+
ansi256: (code) => `\u001B[${48};5;${code}m`,
|
|
92
|
+
ansi16m: (red, green, blue) => `\u001B[${48};2;${red};${green};${blue}m`,
|
|
93
|
+
};
|
|
94
|
+
rgbToAnsi256(red, green, blue) {
|
|
95
|
+
// We use the extended greyscale palette here, with the exception of
|
|
96
|
+
// black and white. normal palette only has 4 greyscale shades.
|
|
97
|
+
if (red === green && green === blue) {
|
|
98
|
+
if (red < 8)
|
|
99
|
+
return 16;
|
|
100
|
+
if (red > 248)
|
|
101
|
+
return 231;
|
|
102
|
+
return Math.round(((red - 8) / 247) * 24) + 232;
|
|
103
|
+
}
|
|
104
|
+
return (16 +
|
|
105
|
+
36 * Math.round((red / 255) * 5) +
|
|
106
|
+
6 * Math.round((green / 255) * 5) +
|
|
107
|
+
Math.round((blue / 255) * 5));
|
|
108
|
+
}
|
|
109
|
+
hexToRgb(hex) {
|
|
110
|
+
const matches = /[a-f\d]{6}|[a-f\d]{3}/i.exec(hex.toString(16));
|
|
111
|
+
if (!matches) {
|
|
112
|
+
return [0, 0, 0];
|
|
113
|
+
}
|
|
114
|
+
let [colorString] = matches;
|
|
115
|
+
if (colorString.length === 3) {
|
|
116
|
+
colorString = [...colorString]
|
|
117
|
+
.map((character) => character + character)
|
|
118
|
+
.join("");
|
|
119
|
+
}
|
|
120
|
+
const integer = Number.parseInt(colorString, 16);
|
|
121
|
+
return [
|
|
122
|
+
(integer >> 16) & 0xff,
|
|
123
|
+
(integer >> 8) & 0xff,
|
|
124
|
+
integer & 0xff,
|
|
125
|
+
];
|
|
126
|
+
}
|
|
127
|
+
hexToAnsi256(hex) {
|
|
128
|
+
return this.rgbToAnsi256(...this.hexToRgb(hex));
|
|
129
|
+
}
|
|
130
|
+
ansi256ToAnsi(code) {
|
|
131
|
+
if (code < 8) {
|
|
132
|
+
return 30 + code;
|
|
133
|
+
}
|
|
134
|
+
if (code < 16) {
|
|
135
|
+
return 90 + (code - 8);
|
|
136
|
+
}
|
|
137
|
+
let red;
|
|
138
|
+
let green;
|
|
139
|
+
let blue;
|
|
140
|
+
if (code >= 232) {
|
|
141
|
+
red = ((code - 232) * 10 + 8) / 255;
|
|
142
|
+
green = red;
|
|
143
|
+
blue = red;
|
|
144
|
+
}
|
|
145
|
+
else {
|
|
146
|
+
code -= 16;
|
|
147
|
+
const remainder = code % 36;
|
|
148
|
+
red = Math.floor(code / 36) / 5;
|
|
149
|
+
green = Math.floor(remainder / 6) / 5;
|
|
150
|
+
blue = (remainder % 6) / 5;
|
|
151
|
+
}
|
|
152
|
+
const value = Math.max(red, green, blue) * 2;
|
|
153
|
+
if (value === 0) {
|
|
154
|
+
return 30;
|
|
155
|
+
}
|
|
156
|
+
let result = 30 +
|
|
157
|
+
((Math.round(blue) << 2) | (Math.round(green) << 1) | Math.round(red));
|
|
158
|
+
if (value === 2) {
|
|
159
|
+
result += 60;
|
|
160
|
+
}
|
|
161
|
+
return result;
|
|
162
|
+
}
|
|
163
|
+
rgbToAnsi(red, green, blue) {
|
|
164
|
+
return this.ansi256ToAnsi(this.rgbToAnsi256(red, green, blue));
|
|
165
|
+
}
|
|
166
|
+
hexToAnsi(hex) {
|
|
167
|
+
return this.ansi256ToAnsi(this.hexToAnsi256(hex));
|
|
168
|
+
}
|
|
169
|
+
})();
|
|
170
|
+
//# sourceMappingURL=index.js.map
|