pnpm 6.32.25 → 6.33.0
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/dist/node_modules/.modules.yaml +1 -1
- package/dist/pnpm.cjs +249 -134
- package/dist/pnpx.cjs +10 -10
- package/package.json +35 -35
package/dist/pnpm.cjs
CHANGED
|
@@ -1137,9 +1137,9 @@ var require_js_tokens = __commonJS({
|
|
|
1137
1137
|
}
|
|
1138
1138
|
});
|
|
1139
1139
|
|
|
1140
|
-
// ../../node_modules/.pnpm/@babel+helper-validator-identifier@7.
|
|
1140
|
+
// ../../node_modules/.pnpm/@babel+helper-validator-identifier@7.18.6/node_modules/@babel/helper-validator-identifier/lib/identifier.js
|
|
1141
1141
|
var require_identifier = __commonJS({
|
|
1142
|
-
"../../node_modules/.pnpm/@babel+helper-validator-identifier@7.
|
|
1142
|
+
"../../node_modules/.pnpm/@babel+helper-validator-identifier@7.18.6/node_modules/@babel/helper-validator-identifier/lib/identifier.js"(exports2) {
|
|
1143
1143
|
"use strict";
|
|
1144
1144
|
Object.defineProperty(exports2, "__esModule", {
|
|
1145
1145
|
value: true
|
|
@@ -1222,9 +1222,9 @@ var require_identifier = __commonJS({
|
|
|
1222
1222
|
}
|
|
1223
1223
|
});
|
|
1224
1224
|
|
|
1225
|
-
// ../../node_modules/.pnpm/@babel+helper-validator-identifier@7.
|
|
1225
|
+
// ../../node_modules/.pnpm/@babel+helper-validator-identifier@7.18.6/node_modules/@babel/helper-validator-identifier/lib/keyword.js
|
|
1226
1226
|
var require_keyword = __commonJS({
|
|
1227
|
-
"../../node_modules/.pnpm/@babel+helper-validator-identifier@7.
|
|
1227
|
+
"../../node_modules/.pnpm/@babel+helper-validator-identifier@7.18.6/node_modules/@babel/helper-validator-identifier/lib/keyword.js"(exports2) {
|
|
1228
1228
|
"use strict";
|
|
1229
1229
|
Object.defineProperty(exports2, "__esModule", {
|
|
1230
1230
|
value: true
|
|
@@ -1260,9 +1260,9 @@ var require_keyword = __commonJS({
|
|
|
1260
1260
|
}
|
|
1261
1261
|
});
|
|
1262
1262
|
|
|
1263
|
-
// ../../node_modules/.pnpm/@babel+helper-validator-identifier@7.
|
|
1263
|
+
// ../../node_modules/.pnpm/@babel+helper-validator-identifier@7.18.6/node_modules/@babel/helper-validator-identifier/lib/index.js
|
|
1264
1264
|
var require_lib = __commonJS({
|
|
1265
|
-
"../../node_modules/.pnpm/@babel+helper-validator-identifier@7.
|
|
1265
|
+
"../../node_modules/.pnpm/@babel+helper-validator-identifier@7.18.6/node_modules/@babel/helper-validator-identifier/lib/index.js"(exports2) {
|
|
1266
1266
|
"use strict";
|
|
1267
1267
|
Object.defineProperty(exports2, "__esModule", {
|
|
1268
1268
|
value: true
|
|
@@ -2858,9 +2858,9 @@ var require_chalk = __commonJS({
|
|
|
2858
2858
|
}
|
|
2859
2859
|
});
|
|
2860
2860
|
|
|
2861
|
-
// ../../node_modules/.pnpm/@babel+highlight@7.
|
|
2861
|
+
// ../../node_modules/.pnpm/@babel+highlight@7.18.6/node_modules/@babel/highlight/lib/index.js
|
|
2862
2862
|
var require_lib2 = __commonJS({
|
|
2863
|
-
"../../node_modules/.pnpm/@babel+highlight@7.
|
|
2863
|
+
"../../node_modules/.pnpm/@babel+highlight@7.18.6/node_modules/@babel/highlight/lib/index.js"(exports2) {
|
|
2864
2864
|
"use strict";
|
|
2865
2865
|
Object.defineProperty(exports2, "__esModule", {
|
|
2866
2866
|
value: true
|
|
@@ -2957,9 +2957,9 @@ var require_lib2 = __commonJS({
|
|
|
2957
2957
|
}
|
|
2958
2958
|
});
|
|
2959
2959
|
|
|
2960
|
-
// ../../node_modules/.pnpm/@babel+code-frame@7.
|
|
2960
|
+
// ../../node_modules/.pnpm/@babel+code-frame@7.18.6/node_modules/@babel/code-frame/lib/index.js
|
|
2961
2961
|
var require_lib3 = __commonJS({
|
|
2962
|
-
"../../node_modules/.pnpm/@babel+code-frame@7.
|
|
2962
|
+
"../../node_modules/.pnpm/@babel+code-frame@7.18.6/node_modules/@babel/code-frame/lib/index.js"(exports2) {
|
|
2963
2963
|
"use strict";
|
|
2964
2964
|
Object.defineProperty(exports2, "__esModule", {
|
|
2965
2965
|
value: true
|
|
@@ -3182,7 +3182,7 @@ var require_lib4 = __commonJS({
|
|
|
3182
3182
|
var load_json_file_1 = __importDefault(require_load_json_file());
|
|
3183
3183
|
var defaultManifest = {
|
|
3184
3184
|
name: "pnpm" != null && true ? "pnpm" : "pnpm",
|
|
3185
|
-
version: "6.
|
|
3185
|
+
version: "6.33.0" != null && true ? "6.33.0" : "0.0.0"
|
|
3186
3186
|
};
|
|
3187
3187
|
var pkgJson;
|
|
3188
3188
|
if (require.main == null) {
|
|
@@ -57787,9 +57787,9 @@ var require_cmd_extension = __commonJS({
|
|
|
57787
57787
|
}
|
|
57788
57788
|
});
|
|
57789
57789
|
|
|
57790
|
-
// ../../node_modules/.pnpm/@zkochan+cmd-shim@5.
|
|
57790
|
+
// ../../node_modules/.pnpm/@zkochan+cmd-shim@5.3.0/node_modules/@zkochan/cmd-shim/index.js
|
|
57791
57791
|
var require_cmd_shim = __commonJS({
|
|
57792
|
-
"../../node_modules/.pnpm/@zkochan+cmd-shim@5.
|
|
57792
|
+
"../../node_modules/.pnpm/@zkochan+cmd-shim@5.3.0/node_modules/@zkochan/cmd-shim/index.js"(exports2, module2) {
|
|
57793
57793
|
"use strict";
|
|
57794
57794
|
cmdShim.ifExists = cmdShimIfExists;
|
|
57795
57795
|
var util_1 = require("util");
|
|
@@ -57898,6 +57898,7 @@ var require_cmd_shim = __commonJS({
|
|
|
57898
57898
|
let prog = opts.prog;
|
|
57899
57899
|
let args2 = opts.args || "";
|
|
57900
57900
|
const nodePath = normalizePathEnvVar(opts.nodePath).win32;
|
|
57901
|
+
const prependToPath = normalizePathEnvVar(opts.prependToPath).win32;
|
|
57901
57902
|
if (!prog) {
|
|
57902
57903
|
prog = quotedPathToTarget;
|
|
57903
57904
|
args2 = "";
|
|
@@ -57911,6 +57912,10 @@ var require_cmd_shim = __commonJS({
|
|
|
57911
57912
|
}
|
|
57912
57913
|
let progArgs = opts.progArgs ? `${opts.progArgs.join(` `)} ` : "";
|
|
57913
57914
|
let cmd = "@SETLOCAL\r\n";
|
|
57915
|
+
if (prependToPath) {
|
|
57916
|
+
cmd += `@SET "PATH=${prependToPath}:%PATH%"\r
|
|
57917
|
+
`;
|
|
57918
|
+
}
|
|
57914
57919
|
if (nodePath) {
|
|
57915
57920
|
cmd += `@IF NOT DEFINED NODE_PATH (\r
|
|
57916
57921
|
@SET "NODE_PATH=${nodePath}"\r
|
|
@@ -57961,6 +57966,10 @@ case \`uname\` in
|
|
|
57961
57966
|
esac
|
|
57962
57967
|
|
|
57963
57968
|
`;
|
|
57969
|
+
if (opts.prependToPath) {
|
|
57970
|
+
sh += `export PATH="${opts.prependToPath}:$PATH"
|
|
57971
|
+
`;
|
|
57972
|
+
}
|
|
57964
57973
|
if (shNodePath) {
|
|
57965
57974
|
sh += `if [ -z "$NODE_PATH" ]; then
|
|
57966
57975
|
export NODE_PATH="${shNodePath}"
|
|
@@ -57991,9 +58000,12 @@ exit $?
|
|
|
57991
58000
|
shTarget = shTarget.split("\\").join("/");
|
|
57992
58001
|
const quotedPathToTarget = path2.isAbsolute(shTarget) ? `"${shTarget}"` : `"$basedir/${shTarget}"`;
|
|
57993
58002
|
let args2 = opts.args || "";
|
|
57994
|
-
let
|
|
57995
|
-
const nodePath =
|
|
57996
|
-
const shNodePath =
|
|
58003
|
+
let normalizedNodePathEnvVar = normalizePathEnvVar(opts.nodePath);
|
|
58004
|
+
const nodePath = normalizedNodePathEnvVar.win32;
|
|
58005
|
+
const shNodePath = normalizedNodePathEnvVar.posix;
|
|
58006
|
+
let normalizedPrependPathEnvVar = normalizePathEnvVar(opts.prependToPath);
|
|
58007
|
+
const prependPath = normalizedPrependPathEnvVar.win32;
|
|
58008
|
+
const shPrependPath = normalizedPrependPathEnvVar.posix;
|
|
57997
58009
|
if (!pwshProg) {
|
|
57998
58010
|
pwshProg = quotedPathToTarget;
|
|
57999
58011
|
args2 = "";
|
|
@@ -58010,23 +58022,33 @@ exit $?
|
|
|
58010
58022
|
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
|
|
58011
58023
|
|
|
58012
58024
|
$exe=""
|
|
58013
|
-
${nodePath ?
|
|
58014
|
-
$env_node_path=$env:NODE_PATH
|
|
58025
|
+
${nodePath || prependPath ? '$pathsep=":"\n' : ""}${nodePath ? `$env_node_path=$env:NODE_PATH
|
|
58015
58026
|
$new_node_path="${nodePath}"
|
|
58027
|
+
` : ""}${prependPath ? `$env_path=$env:PATH
|
|
58028
|
+
$prepend_path="${prependPath}"
|
|
58016
58029
|
` : ""}if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
|
|
58017
58030
|
# Fix case when both the Windows and Linux builds of Node
|
|
58018
58031
|
# are installed in the same directory
|
|
58019
58032
|
$exe=".exe"
|
|
58020
|
-
${nodePath ? ' $pathsep=";"\n' : ""}}`;
|
|
58021
|
-
if (shNodePath) {
|
|
58033
|
+
${nodePath || prependPath ? ' $pathsep=";"\n' : ""}}`;
|
|
58034
|
+
if (shNodePath || shPrependPath) {
|
|
58022
58035
|
pwsh += ` else {
|
|
58023
|
-
$new_node_path="${shNodePath}"
|
|
58024
|
-
}
|
|
58025
|
-
|
|
58036
|
+
${shNodePath ? ` $new_node_path="${shNodePath}"
|
|
58037
|
+
` : ""}${shPrependPath ? ` $prepend_path="${shPrependPath}"
|
|
58038
|
+
` : ""}}
|
|
58039
|
+
`;
|
|
58040
|
+
}
|
|
58041
|
+
if (shNodePath) {
|
|
58042
|
+
pwsh += `if ([string]::IsNullOrEmpty($env_node_path)) {
|
|
58026
58043
|
$env:NODE_PATH=$new_node_path
|
|
58027
58044
|
} else {
|
|
58028
58045
|
$env:NODE_PATH="$env_node_path$pathsep$new_node_path"
|
|
58029
58046
|
}
|
|
58047
|
+
`;
|
|
58048
|
+
}
|
|
58049
|
+
if (opts.prependToPath) {
|
|
58050
|
+
pwsh += `
|
|
58051
|
+
$env:PATH="$prepend_path$pathsep$env:PATH"
|
|
58030
58052
|
`;
|
|
58031
58053
|
}
|
|
58032
58054
|
if (pwshLongProg) {
|
|
@@ -58049,7 +58071,7 @@ if (Test-Path ${pwshLongProg}) {
|
|
|
58049
58071
|
}
|
|
58050
58072
|
$ret=$LASTEXITCODE
|
|
58051
58073
|
}
|
|
58052
|
-
${nodePath ? "$env:NODE_PATH=$env_node_path\n" : ""}exit $ret
|
|
58074
|
+
${nodePath ? "$env:NODE_PATH=$env_node_path\n" : ""}${prependPath ? "$env:PATH=$env_path\n" : ""}exit $ret
|
|
58053
58075
|
`;
|
|
58054
58076
|
} else {
|
|
58055
58077
|
pwsh += `
|
|
@@ -58059,7 +58081,7 @@ if ($MyInvocation.ExpectingInput) {
|
|
|
58059
58081
|
} else {
|
|
58060
58082
|
& ${pwshProg} ${args2} ${shTarget} ${progArgs}$args
|
|
58061
58083
|
}
|
|
58062
|
-
${nodePath ? "$env:NODE_PATH=$env_node_path\n" : ""}exit $LASTEXITCODE
|
|
58084
|
+
${nodePath ? "$env:NODE_PATH=$env_node_path\n" : ""}${prependPath ? "$env:PATH=$env_path\n" : ""}exit $LASTEXITCODE
|
|
58063
58085
|
`;
|
|
58064
58086
|
}
|
|
58065
58087
|
return pwsh;
|
|
@@ -65950,9 +65972,9 @@ var require_rename_overwrite = __commonJS({
|
|
|
65950
65972
|
}
|
|
65951
65973
|
});
|
|
65952
65974
|
|
|
65953
|
-
// ../../node_modules/.pnpm/minipass@3.
|
|
65975
|
+
// ../../node_modules/.pnpm/minipass@3.3.4/node_modules/minipass/index.js
|
|
65954
65976
|
var require_minipass = __commonJS({
|
|
65955
|
-
"../../node_modules/.pnpm/minipass@3.
|
|
65977
|
+
"../../node_modules/.pnpm/minipass@3.3.4/node_modules/minipass/index.js"(exports2, module2) {
|
|
65956
65978
|
"use strict";
|
|
65957
65979
|
var proc = typeof process === "object" && process ? process : {
|
|
65958
65980
|
stdout: null,
|
|
@@ -65960,7 +65982,6 @@ var require_minipass = __commonJS({
|
|
|
65960
65982
|
};
|
|
65961
65983
|
var EE = require("events");
|
|
65962
65984
|
var Stream = require("stream");
|
|
65963
|
-
var Yallist = require_yallist();
|
|
65964
65985
|
var SD = require("string_decoder").StringDecoder;
|
|
65965
65986
|
var EOF = Symbol("EOF");
|
|
65966
65987
|
var MAYBE_EMIT_END = Symbol("maybeEmitEnd");
|
|
@@ -65981,19 +66002,54 @@ var require_minipass = __commonJS({
|
|
|
65981
66002
|
var BUFFERSHIFT = Symbol("bufferShift");
|
|
65982
66003
|
var OBJECTMODE = Symbol("objectMode");
|
|
65983
66004
|
var DESTROYED = Symbol("destroyed");
|
|
66005
|
+
var EMITDATA = Symbol("emitData");
|
|
66006
|
+
var EMITEND = Symbol("emitEnd");
|
|
66007
|
+
var EMITEND2 = Symbol("emitEnd2");
|
|
66008
|
+
var ASYNC = Symbol("async");
|
|
66009
|
+
var defer = (fn2) => Promise.resolve().then(fn2);
|
|
65984
66010
|
var doIter = global._MP_NO_ITERATOR_SYMBOLS_ !== "1";
|
|
65985
66011
|
var ASYNCITERATOR = doIter && Symbol.asyncIterator || Symbol("asyncIterator not implemented");
|
|
65986
66012
|
var ITERATOR = doIter && Symbol.iterator || Symbol("iterator not implemented");
|
|
65987
66013
|
var isEndish = (ev) => ev === "end" || ev === "finish" || ev === "prefinish";
|
|
65988
66014
|
var isArrayBuffer = (b) => b instanceof ArrayBuffer || typeof b === "object" && b.constructor && b.constructor.name === "ArrayBuffer" && b.byteLength >= 0;
|
|
65989
66015
|
var isArrayBufferView = (b) => !Buffer.isBuffer(b) && ArrayBuffer.isView(b);
|
|
66016
|
+
var Pipe = class {
|
|
66017
|
+
constructor(src, dest, opts) {
|
|
66018
|
+
this.src = src;
|
|
66019
|
+
this.dest = dest;
|
|
66020
|
+
this.opts = opts;
|
|
66021
|
+
this.ondrain = () => src[RESUME]();
|
|
66022
|
+
dest.on("drain", this.ondrain);
|
|
66023
|
+
}
|
|
66024
|
+
unpipe() {
|
|
66025
|
+
this.dest.removeListener("drain", this.ondrain);
|
|
66026
|
+
}
|
|
66027
|
+
proxyErrors() {
|
|
66028
|
+
}
|
|
66029
|
+
end() {
|
|
66030
|
+
this.unpipe();
|
|
66031
|
+
if (this.opts.end)
|
|
66032
|
+
this.dest.end();
|
|
66033
|
+
}
|
|
66034
|
+
};
|
|
66035
|
+
var PipeProxyErrors = class extends Pipe {
|
|
66036
|
+
unpipe() {
|
|
66037
|
+
this.src.removeListener("error", this.proxyErrors);
|
|
66038
|
+
super.unpipe();
|
|
66039
|
+
}
|
|
66040
|
+
constructor(src, dest, opts) {
|
|
66041
|
+
super(src, dest, opts);
|
|
66042
|
+
this.proxyErrors = (er) => dest.emit("error", er);
|
|
66043
|
+
src.on("error", this.proxyErrors);
|
|
66044
|
+
}
|
|
66045
|
+
};
|
|
65990
66046
|
module2.exports = class Minipass extends Stream {
|
|
65991
66047
|
constructor(options) {
|
|
65992
66048
|
super();
|
|
65993
66049
|
this[FLOWING] = false;
|
|
65994
66050
|
this[PAUSED] = false;
|
|
65995
|
-
this.pipes =
|
|
65996
|
-
this.buffer =
|
|
66051
|
+
this.pipes = [];
|
|
66052
|
+
this.buffer = [];
|
|
65997
66053
|
this[OBJECTMODE] = options && options.objectMode || false;
|
|
65998
66054
|
if (this[OBJECTMODE])
|
|
65999
66055
|
this[ENCODING] = null;
|
|
@@ -66001,6 +66057,7 @@ var require_minipass = __commonJS({
|
|
|
66001
66057
|
this[ENCODING] = options && options.encoding || null;
|
|
66002
66058
|
if (this[ENCODING] === "buffer")
|
|
66003
66059
|
this[ENCODING] = null;
|
|
66060
|
+
this[ASYNC] = options && !!options.async || false;
|
|
66004
66061
|
this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null;
|
|
66005
66062
|
this[EOF] = false;
|
|
66006
66063
|
this[EMITTED_END] = false;
|
|
@@ -66039,6 +66096,12 @@ var require_minipass = __commonJS({
|
|
|
66039
66096
|
set objectMode(om) {
|
|
66040
66097
|
this[OBJECTMODE] = this[OBJECTMODE] || !!om;
|
|
66041
66098
|
}
|
|
66099
|
+
get ["async"]() {
|
|
66100
|
+
return this[ASYNC];
|
|
66101
|
+
}
|
|
66102
|
+
set ["async"](a) {
|
|
66103
|
+
this[ASYNC] = this[ASYNC] || !!a;
|
|
66104
|
+
}
|
|
66042
66105
|
write(chunk, encoding, cb) {
|
|
66043
66106
|
if (this[EOF])
|
|
66044
66107
|
throw new Error("write after end");
|
|
@@ -66050,6 +66113,7 @@ var require_minipass = __commonJS({
|
|
|
66050
66113
|
cb = encoding, encoding = "utf8";
|
|
66051
66114
|
if (!encoding)
|
|
66052
66115
|
encoding = "utf8";
|
|
66116
|
+
const fn2 = this[ASYNC] ? defer : (f) => f();
|
|
66053
66117
|
if (!this[OBJECTMODE] && !Buffer.isBuffer(chunk)) {
|
|
66054
66118
|
if (isArrayBufferView(chunk))
|
|
66055
66119
|
chunk = Buffer.from(chunk.buffer, chunk.byteOffset, chunk.byteLength);
|
|
@@ -66058,58 +66122,67 @@ var require_minipass = __commonJS({
|
|
|
66058
66122
|
else if (typeof chunk !== "string")
|
|
66059
66123
|
this.objectMode = true;
|
|
66060
66124
|
}
|
|
66061
|
-
if (
|
|
66125
|
+
if (this[OBJECTMODE]) {
|
|
66126
|
+
if (this.flowing && this[BUFFERLENGTH] !== 0)
|
|
66127
|
+
this[FLUSH](true);
|
|
66128
|
+
if (this.flowing)
|
|
66129
|
+
this.emit("data", chunk);
|
|
66130
|
+
else
|
|
66131
|
+
this[BUFFERPUSH](chunk);
|
|
66132
|
+
if (this[BUFFERLENGTH] !== 0)
|
|
66133
|
+
this.emit("readable");
|
|
66134
|
+
if (cb)
|
|
66135
|
+
fn2(cb);
|
|
66136
|
+
return this.flowing;
|
|
66137
|
+
}
|
|
66138
|
+
if (!chunk.length) {
|
|
66062
66139
|
if (this[BUFFERLENGTH] !== 0)
|
|
66063
66140
|
this.emit("readable");
|
|
66064
66141
|
if (cb)
|
|
66065
|
-
cb
|
|
66142
|
+
fn2(cb);
|
|
66066
66143
|
return this.flowing;
|
|
66067
66144
|
}
|
|
66068
|
-
if (typeof chunk === "string" && !
|
|
66145
|
+
if (typeof chunk === "string" && !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) {
|
|
66069
66146
|
chunk = Buffer.from(chunk, encoding);
|
|
66070
66147
|
}
|
|
66071
66148
|
if (Buffer.isBuffer(chunk) && this[ENCODING])
|
|
66072
66149
|
chunk = this[DECODER].write(chunk);
|
|
66073
|
-
if (this.flowing)
|
|
66074
|
-
|
|
66075
|
-
|
|
66076
|
-
this.
|
|
66077
|
-
|
|
66150
|
+
if (this.flowing && this[BUFFERLENGTH] !== 0)
|
|
66151
|
+
this[FLUSH](true);
|
|
66152
|
+
if (this.flowing)
|
|
66153
|
+
this.emit("data", chunk);
|
|
66154
|
+
else
|
|
66078
66155
|
this[BUFFERPUSH](chunk);
|
|
66079
66156
|
if (this[BUFFERLENGTH] !== 0)
|
|
66080
66157
|
this.emit("readable");
|
|
66081
66158
|
if (cb)
|
|
66082
|
-
cb
|
|
66159
|
+
fn2(cb);
|
|
66083
66160
|
return this.flowing;
|
|
66084
66161
|
}
|
|
66085
66162
|
read(n) {
|
|
66086
66163
|
if (this[DESTROYED])
|
|
66087
66164
|
return null;
|
|
66088
|
-
|
|
66089
|
-
if (this[BUFFERLENGTH] === 0 || n === 0 || n > this[BUFFERLENGTH])
|
|
66090
|
-
return null;
|
|
66091
|
-
if (this[OBJECTMODE])
|
|
66092
|
-
n = null;
|
|
66093
|
-
if (this.buffer.length > 1 && !this[OBJECTMODE]) {
|
|
66094
|
-
if (this.encoding)
|
|
66095
|
-
this.buffer = new Yallist([
|
|
66096
|
-
Array.from(this.buffer).join("")
|
|
66097
|
-
]);
|
|
66098
|
-
else
|
|
66099
|
-
this.buffer = new Yallist([
|
|
66100
|
-
Buffer.concat(Array.from(this.buffer), this[BUFFERLENGTH])
|
|
66101
|
-
]);
|
|
66102
|
-
}
|
|
66103
|
-
return this[READ](n || null, this.buffer.head.value);
|
|
66104
|
-
} finally {
|
|
66165
|
+
if (this[BUFFERLENGTH] === 0 || n === 0 || n > this[BUFFERLENGTH]) {
|
|
66105
66166
|
this[MAYBE_EMIT_END]();
|
|
66167
|
+
return null;
|
|
66168
|
+
}
|
|
66169
|
+
if (this[OBJECTMODE])
|
|
66170
|
+
n = null;
|
|
66171
|
+
if (this.buffer.length > 1 && !this[OBJECTMODE]) {
|
|
66172
|
+
if (this.encoding)
|
|
66173
|
+
this.buffer = [this.buffer.join("")];
|
|
66174
|
+
else
|
|
66175
|
+
this.buffer = [Buffer.concat(this.buffer, this[BUFFERLENGTH])];
|
|
66106
66176
|
}
|
|
66177
|
+
const ret = this[READ](n || null, this.buffer[0]);
|
|
66178
|
+
this[MAYBE_EMIT_END]();
|
|
66179
|
+
return ret;
|
|
66107
66180
|
}
|
|
66108
66181
|
[READ](n, chunk) {
|
|
66109
66182
|
if (n === chunk.length || n === null)
|
|
66110
66183
|
this[BUFFERSHIFT]();
|
|
66111
66184
|
else {
|
|
66112
|
-
this.buffer
|
|
66185
|
+
this.buffer[0] = chunk.slice(n);
|
|
66113
66186
|
chunk = chunk.slice(0, n);
|
|
66114
66187
|
this[BUFFERLENGTH] -= n;
|
|
66115
66188
|
}
|
|
@@ -66167,14 +66240,14 @@ var require_minipass = __commonJS({
|
|
|
66167
66240
|
this[BUFFERLENGTH] += 1;
|
|
66168
66241
|
else
|
|
66169
66242
|
this[BUFFERLENGTH] += chunk.length;
|
|
66170
|
-
|
|
66243
|
+
this.buffer.push(chunk);
|
|
66171
66244
|
}
|
|
66172
66245
|
[BUFFERSHIFT]() {
|
|
66173
66246
|
if (this.buffer.length) {
|
|
66174
66247
|
if (this[OBJECTMODE])
|
|
66175
66248
|
this[BUFFERLENGTH] -= 1;
|
|
66176
66249
|
else
|
|
66177
|
-
this[BUFFERLENGTH] -= this.buffer.
|
|
66250
|
+
this[BUFFERLENGTH] -= this.buffer[0].length;
|
|
66178
66251
|
}
|
|
66179
66252
|
return this.buffer.shift();
|
|
66180
66253
|
}
|
|
@@ -66196,30 +66269,45 @@ var require_minipass = __commonJS({
|
|
|
66196
66269
|
opts.end = false;
|
|
66197
66270
|
else
|
|
66198
66271
|
opts.end = opts.end !== false;
|
|
66199
|
-
|
|
66200
|
-
|
|
66201
|
-
|
|
66202
|
-
|
|
66203
|
-
|
|
66204
|
-
|
|
66272
|
+
opts.proxyErrors = !!opts.proxyErrors;
|
|
66273
|
+
if (ended) {
|
|
66274
|
+
if (opts.end)
|
|
66275
|
+
dest.end();
|
|
66276
|
+
} else {
|
|
66277
|
+
this.pipes.push(!opts.proxyErrors ? new Pipe(this, dest, opts) : new PipeProxyErrors(this, dest, opts));
|
|
66278
|
+
if (this[ASYNC])
|
|
66279
|
+
defer(() => this[RESUME]());
|
|
66280
|
+
else
|
|
66281
|
+
this[RESUME]();
|
|
66282
|
+
}
|
|
66205
66283
|
return dest;
|
|
66206
66284
|
}
|
|
66285
|
+
unpipe(dest) {
|
|
66286
|
+
const p = this.pipes.find((p2) => p2.dest === dest);
|
|
66287
|
+
if (p) {
|
|
66288
|
+
this.pipes.splice(this.pipes.indexOf(p), 1);
|
|
66289
|
+
p.unpipe();
|
|
66290
|
+
}
|
|
66291
|
+
}
|
|
66207
66292
|
addListener(ev, fn2) {
|
|
66208
66293
|
return this.on(ev, fn2);
|
|
66209
66294
|
}
|
|
66210
66295
|
on(ev, fn2) {
|
|
66211
|
-
|
|
66212
|
-
|
|
66213
|
-
|
|
66214
|
-
|
|
66215
|
-
|
|
66216
|
-
|
|
66217
|
-
|
|
66218
|
-
|
|
66219
|
-
|
|
66296
|
+
const ret = super.on(ev, fn2);
|
|
66297
|
+
if (ev === "data" && !this.pipes.length && !this.flowing)
|
|
66298
|
+
this[RESUME]();
|
|
66299
|
+
else if (ev === "readable" && this[BUFFERLENGTH] !== 0)
|
|
66300
|
+
super.emit("readable");
|
|
66301
|
+
else if (isEndish(ev) && this[EMITTED_END]) {
|
|
66302
|
+
super.emit(ev);
|
|
66303
|
+
this.removeAllListeners(ev);
|
|
66304
|
+
} else if (ev === "error" && this[EMITTED_ERROR]) {
|
|
66305
|
+
if (this[ASYNC])
|
|
66306
|
+
defer(() => fn2.call(this, this[EMITTED_ERROR]));
|
|
66307
|
+
else
|
|
66220
66308
|
fn2.call(this, this[EMITTED_ERROR]);
|
|
66221
|
-
}
|
|
66222
66309
|
}
|
|
66310
|
+
return ret;
|
|
66223
66311
|
}
|
|
66224
66312
|
get emittedEnd() {
|
|
66225
66313
|
return this[EMITTED_END];
|
|
@@ -66235,54 +66323,73 @@ var require_minipass = __commonJS({
|
|
|
66235
66323
|
this[EMITTING_END] = false;
|
|
66236
66324
|
}
|
|
66237
66325
|
}
|
|
66238
|
-
emit(ev, data) {
|
|
66326
|
+
emit(ev, data, ...extra) {
|
|
66239
66327
|
if (ev !== "error" && ev !== "close" && ev !== DESTROYED && this[DESTROYED])
|
|
66240
66328
|
return;
|
|
66241
66329
|
else if (ev === "data") {
|
|
66242
|
-
|
|
66243
|
-
return;
|
|
66244
|
-
if (this.pipes.length)
|
|
66245
|
-
this.pipes.forEach((p) => p.dest.write(data) === false && this.pause());
|
|
66330
|
+
return !data ? false : this[ASYNC] ? defer(() => this[EMITDATA](data)) : this[EMITDATA](data);
|
|
66246
66331
|
} else if (ev === "end") {
|
|
66247
|
-
|
|
66248
|
-
return;
|
|
66249
|
-
this[EMITTED_END] = true;
|
|
66250
|
-
this.readable = false;
|
|
66251
|
-
if (this[DECODER]) {
|
|
66252
|
-
data = this[DECODER].end();
|
|
66253
|
-
if (data) {
|
|
66254
|
-
this.pipes.forEach((p) => p.dest.write(data));
|
|
66255
|
-
super.emit("data", data);
|
|
66256
|
-
}
|
|
66257
|
-
}
|
|
66258
|
-
this.pipes.forEach((p) => {
|
|
66259
|
-
p.dest.removeListener("drain", p.ondrain);
|
|
66260
|
-
if (p.opts.end)
|
|
66261
|
-
p.dest.end();
|
|
66262
|
-
});
|
|
66332
|
+
return this[EMITEND]();
|
|
66263
66333
|
} else if (ev === "close") {
|
|
66264
66334
|
this[CLOSED] = true;
|
|
66265
66335
|
if (!this[EMITTED_END] && !this[DESTROYED])
|
|
66266
66336
|
return;
|
|
66337
|
+
const ret2 = super.emit("close");
|
|
66338
|
+
this.removeAllListeners("close");
|
|
66339
|
+
return ret2;
|
|
66267
66340
|
} else if (ev === "error") {
|
|
66268
66341
|
this[EMITTED_ERROR] = data;
|
|
66342
|
+
const ret2 = super.emit("error", data);
|
|
66343
|
+
this[MAYBE_EMIT_END]();
|
|
66344
|
+
return ret2;
|
|
66345
|
+
} else if (ev === "resume") {
|
|
66346
|
+
const ret2 = super.emit("resume");
|
|
66347
|
+
this[MAYBE_EMIT_END]();
|
|
66348
|
+
return ret2;
|
|
66349
|
+
} else if (ev === "finish" || ev === "prefinish") {
|
|
66350
|
+
const ret2 = super.emit(ev);
|
|
66351
|
+
this.removeAllListeners(ev);
|
|
66352
|
+
return ret2;
|
|
66353
|
+
}
|
|
66354
|
+
const ret = super.emit(ev, data, ...extra);
|
|
66355
|
+
this[MAYBE_EMIT_END]();
|
|
66356
|
+
return ret;
|
|
66357
|
+
}
|
|
66358
|
+
[EMITDATA](data) {
|
|
66359
|
+
for (const p of this.pipes) {
|
|
66360
|
+
if (p.dest.write(data) === false)
|
|
66361
|
+
this.pause();
|
|
66269
66362
|
}
|
|
66270
|
-
const
|
|
66271
|
-
|
|
66272
|
-
|
|
66273
|
-
|
|
66274
|
-
|
|
66275
|
-
|
|
66363
|
+
const ret = super.emit("data", data);
|
|
66364
|
+
this[MAYBE_EMIT_END]();
|
|
66365
|
+
return ret;
|
|
66366
|
+
}
|
|
66367
|
+
[EMITEND]() {
|
|
66368
|
+
if (this[EMITTED_END])
|
|
66369
|
+
return;
|
|
66370
|
+
this[EMITTED_END] = true;
|
|
66371
|
+
this.readable = false;
|
|
66372
|
+
if (this[ASYNC])
|
|
66373
|
+
defer(() => this[EMITEND2]());
|
|
66374
|
+
else
|
|
66375
|
+
this[EMITEND2]();
|
|
66376
|
+
}
|
|
66377
|
+
[EMITEND2]() {
|
|
66378
|
+
if (this[DECODER]) {
|
|
66379
|
+
const data = this[DECODER].end();
|
|
66380
|
+
if (data) {
|
|
66381
|
+
for (const p of this.pipes) {
|
|
66382
|
+
p.dest.write(data);
|
|
66383
|
+
}
|
|
66384
|
+
super.emit("data", data);
|
|
66276
66385
|
}
|
|
66277
66386
|
}
|
|
66278
|
-
|
|
66279
|
-
|
|
66280
|
-
} finally {
|
|
66281
|
-
if (!isEndish(ev))
|
|
66282
|
-
this[MAYBE_EMIT_END]();
|
|
66283
|
-
else
|
|
66284
|
-
this.removeAllListeners(ev);
|
|
66387
|
+
for (const p of this.pipes) {
|
|
66388
|
+
p.end();
|
|
66285
66389
|
}
|
|
66390
|
+
const ret = super.emit("end");
|
|
66391
|
+
this.removeAllListeners("end");
|
|
66392
|
+
return ret;
|
|
66286
66393
|
}
|
|
66287
66394
|
collect() {
|
|
66288
66395
|
const buf = [];
|
|
@@ -66360,7 +66467,7 @@ var require_minipass = __commonJS({
|
|
|
66360
66467
|
return this;
|
|
66361
66468
|
}
|
|
66362
66469
|
this[DESTROYED] = true;
|
|
66363
|
-
this.buffer =
|
|
66470
|
+
this.buffer.length = 0;
|
|
66364
66471
|
this[BUFFERLENGTH] = 0;
|
|
66365
66472
|
if (typeof this.close === "function" && !this[CLOSED])
|
|
66366
66473
|
this.close();
|
|
@@ -92845,9 +92952,9 @@ var require_checkCompatibility = __commonJS({
|
|
|
92845
92952
|
}
|
|
92846
92953
|
});
|
|
92847
92954
|
|
|
92848
|
-
// ../../node_modules/.pnpm/ci-info@3.3.
|
|
92955
|
+
// ../../node_modules/.pnpm/ci-info@3.3.2/node_modules/ci-info/vendors.json
|
|
92849
92956
|
var require_vendors = __commonJS({
|
|
92850
|
-
"../../node_modules/.pnpm/ci-info@3.3.
|
|
92957
|
+
"../../node_modules/.pnpm/ci-info@3.3.2/node_modules/ci-info/vendors.json"(exports2, module2) {
|
|
92851
92958
|
module2.exports = [
|
|
92852
92959
|
{
|
|
92853
92960
|
name: "AppVeyor",
|
|
@@ -93061,9 +93168,9 @@ var require_vendors = __commonJS({
|
|
|
93061
93168
|
}
|
|
93062
93169
|
});
|
|
93063
93170
|
|
|
93064
|
-
// ../../node_modules/.pnpm/ci-info@3.3.
|
|
93171
|
+
// ../../node_modules/.pnpm/ci-info@3.3.2/node_modules/ci-info/index.js
|
|
93065
93172
|
var require_ci_info = __commonJS({
|
|
93066
|
-
"../../node_modules/.pnpm/ci-info@3.3.
|
|
93173
|
+
"../../node_modules/.pnpm/ci-info@3.3.2/node_modules/ci-info/index.js"(exports2) {
|
|
93067
93174
|
"use strict";
|
|
93068
93175
|
var vendors = require_vendors();
|
|
93069
93176
|
var env = process.env;
|
|
@@ -121114,35 +121221,43 @@ var require_createPeerDependencyPatcher = __commonJS({
|
|
|
121114
121221
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
121115
121222
|
};
|
|
121116
121223
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
121224
|
+
var matcher_1 = __importDefault(require_lib26());
|
|
121117
121225
|
var isEmpty_1 = __importDefault(require_isEmpty2());
|
|
121118
121226
|
function default_1(peerDependencyRules) {
|
|
121119
|
-
var _a;
|
|
121120
|
-
const
|
|
121227
|
+
var _a, _b;
|
|
121228
|
+
const ignoreMissingPatterns = [...new Set((_a = peerDependencyRules.ignoreMissing) !== null && _a !== void 0 ? _a : [])];
|
|
121229
|
+
const ignoreMissingMatcher = (0, matcher_1.default)(ignoreMissingPatterns);
|
|
121230
|
+
const allowAnyPatterns = [...new Set((_b = peerDependencyRules.allowAny) !== null && _b !== void 0 ? _b : [])];
|
|
121231
|
+
const allowAnyMatcher = (0, matcher_1.default)(allowAnyPatterns);
|
|
121121
121232
|
return (pkg) => {
|
|
121122
|
-
var _a2,
|
|
121233
|
+
var _a2, _b2, _c, _d, _e;
|
|
121123
121234
|
if ((0, isEmpty_1.default)(pkg.peerDependencies))
|
|
121124
121235
|
return pkg;
|
|
121125
121236
|
for (const [peerName, peerVersion] of Object.entries((_a2 = pkg.peerDependencies) !== null && _a2 !== void 0 ? _a2 : {})) {
|
|
121126
|
-
if (
|
|
121237
|
+
if (ignoreMissingMatcher(peerName) && !((_c = (_b2 = pkg.peerDependenciesMeta) === null || _b2 === void 0 ? void 0 : _b2[peerName]) === null || _c === void 0 ? void 0 : _c.optional)) {
|
|
121127
121238
|
pkg.peerDependenciesMeta = (_d = pkg.peerDependenciesMeta) !== null && _d !== void 0 ? _d : {};
|
|
121128
121239
|
pkg.peerDependenciesMeta[peerName] = {
|
|
121129
121240
|
optional: true
|
|
121130
121241
|
};
|
|
121131
121242
|
}
|
|
121132
|
-
if ((
|
|
121133
|
-
|
|
121134
|
-
|
|
121135
|
-
|
|
121136
|
-
|
|
121137
|
-
|
|
121138
|
-
|
|
121139
|
-
|
|
121140
|
-
|
|
121141
|
-
}
|
|
121142
|
-
});
|
|
121143
|
-
pkg.peerDependencies[peerName] = currentVersions.join(" || ");
|
|
121144
|
-
}
|
|
121243
|
+
if (allowAnyMatcher(peerName)) {
|
|
121244
|
+
pkg.peerDependencies[peerName] = "*";
|
|
121245
|
+
continue;
|
|
121246
|
+
}
|
|
121247
|
+
if (!((_e = peerDependencyRules.allowedVersions) === null || _e === void 0 ? void 0 : _e[peerName]) || peerVersion === "*")
|
|
121248
|
+
continue;
|
|
121249
|
+
if (peerDependencyRules.allowedVersions[peerName] === "*") {
|
|
121250
|
+
pkg.peerDependencies[peerName] = "*";
|
|
121251
|
+
continue;
|
|
121145
121252
|
}
|
|
121253
|
+
const allowedVersions = parseVersions(peerDependencyRules.allowedVersions[peerName]);
|
|
121254
|
+
const currentVersions = parseVersions(pkg.peerDependencies[peerName]);
|
|
121255
|
+
allowedVersions.forEach((allowedVersion) => {
|
|
121256
|
+
if (!currentVersions.includes(allowedVersion)) {
|
|
121257
|
+
currentVersions.push(allowedVersion);
|
|
121258
|
+
}
|
|
121259
|
+
});
|
|
121260
|
+
pkg.peerDependencies[peerName] = currentVersions.join(" || ");
|
|
121146
121261
|
}
|
|
121147
121262
|
return pkg;
|
|
121148
121263
|
};
|
|
@@ -122129,7 +122244,7 @@ var require_install = __commonJS({
|
|
|
122129
122244
|
if (!(0, isEmpty_1.default)(packageExtensions !== null && packageExtensions !== void 0 ? packageExtensions : {})) {
|
|
122130
122245
|
hooks.push((0, createPackageExtender_1.default)(packageExtensions));
|
|
122131
122246
|
}
|
|
122132
|
-
if (peerDependencyRules != null && (!(0, isEmpty_1.default)(peerDependencyRules.ignoreMissing) || !(0, isEmpty_1.default)(peerDependencyRules.allowedVersions))) {
|
|
122247
|
+
if (peerDependencyRules != null && (!(0, isEmpty_1.default)(peerDependencyRules.ignoreMissing) || !(0, isEmpty_1.default)(peerDependencyRules.allowedVersions) || !(0, isEmpty_1.default)(peerDependencyRules.allowAny))) {
|
|
122133
122248
|
hooks.push((0, createPeerDependencyPatcher_1.default)(peerDependencyRules));
|
|
122134
122249
|
}
|
|
122135
122250
|
if (hooks.length === 0) {
|
|
@@ -150854,9 +150969,9 @@ var require_src7 = __commonJS({
|
|
|
150854
150969
|
}
|
|
150855
150970
|
});
|
|
150856
150971
|
|
|
150857
|
-
// ../../node_modules/.pnpm/keyv@4.3.
|
|
150972
|
+
// ../../node_modules/.pnpm/keyv@4.3.2/node_modules/keyv/src/index.js
|
|
150858
150973
|
var require_src8 = __commonJS({
|
|
150859
|
-
"../../node_modules/.pnpm/keyv@4.3.
|
|
150974
|
+
"../../node_modules/.pnpm/keyv@4.3.2/node_modules/keyv/src/index.js"(exports2, module2) {
|
|
150860
150975
|
"use strict";
|
|
150861
150976
|
var EventEmitter = require("events");
|
|
150862
150977
|
var JSONB = require_json_buffer();
|
package/dist/pnpx.cjs
CHANGED
|
@@ -1123,9 +1123,9 @@ var require_js_tokens = __commonJS({
|
|
|
1123
1123
|
}
|
|
1124
1124
|
});
|
|
1125
1125
|
|
|
1126
|
-
// ../../node_modules/.pnpm/@babel+helper-validator-identifier@7.
|
|
1126
|
+
// ../../node_modules/.pnpm/@babel+helper-validator-identifier@7.18.6/node_modules/@babel/helper-validator-identifier/lib/identifier.js
|
|
1127
1127
|
var require_identifier = __commonJS({
|
|
1128
|
-
"../../node_modules/.pnpm/@babel+helper-validator-identifier@7.
|
|
1128
|
+
"../../node_modules/.pnpm/@babel+helper-validator-identifier@7.18.6/node_modules/@babel/helper-validator-identifier/lib/identifier.js"(exports2) {
|
|
1129
1129
|
"use strict";
|
|
1130
1130
|
Object.defineProperty(exports2, "__esModule", {
|
|
1131
1131
|
value: true
|
|
@@ -1208,9 +1208,9 @@ var require_identifier = __commonJS({
|
|
|
1208
1208
|
}
|
|
1209
1209
|
});
|
|
1210
1210
|
|
|
1211
|
-
// ../../node_modules/.pnpm/@babel+helper-validator-identifier@7.
|
|
1211
|
+
// ../../node_modules/.pnpm/@babel+helper-validator-identifier@7.18.6/node_modules/@babel/helper-validator-identifier/lib/keyword.js
|
|
1212
1212
|
var require_keyword = __commonJS({
|
|
1213
|
-
"../../node_modules/.pnpm/@babel+helper-validator-identifier@7.
|
|
1213
|
+
"../../node_modules/.pnpm/@babel+helper-validator-identifier@7.18.6/node_modules/@babel/helper-validator-identifier/lib/keyword.js"(exports2) {
|
|
1214
1214
|
"use strict";
|
|
1215
1215
|
Object.defineProperty(exports2, "__esModule", {
|
|
1216
1216
|
value: true
|
|
@@ -1246,9 +1246,9 @@ var require_keyword = __commonJS({
|
|
|
1246
1246
|
}
|
|
1247
1247
|
});
|
|
1248
1248
|
|
|
1249
|
-
// ../../node_modules/.pnpm/@babel+helper-validator-identifier@7.
|
|
1249
|
+
// ../../node_modules/.pnpm/@babel+helper-validator-identifier@7.18.6/node_modules/@babel/helper-validator-identifier/lib/index.js
|
|
1250
1250
|
var require_lib = __commonJS({
|
|
1251
|
-
"../../node_modules/.pnpm/@babel+helper-validator-identifier@7.
|
|
1251
|
+
"../../node_modules/.pnpm/@babel+helper-validator-identifier@7.18.6/node_modules/@babel/helper-validator-identifier/lib/index.js"(exports2) {
|
|
1252
1252
|
"use strict";
|
|
1253
1253
|
Object.defineProperty(exports2, "__esModule", {
|
|
1254
1254
|
value: true
|
|
@@ -2844,9 +2844,9 @@ var require_chalk = __commonJS({
|
|
|
2844
2844
|
}
|
|
2845
2845
|
});
|
|
2846
2846
|
|
|
2847
|
-
// ../../node_modules/.pnpm/@babel+highlight@7.
|
|
2847
|
+
// ../../node_modules/.pnpm/@babel+highlight@7.18.6/node_modules/@babel/highlight/lib/index.js
|
|
2848
2848
|
var require_lib2 = __commonJS({
|
|
2849
|
-
"../../node_modules/.pnpm/@babel+highlight@7.
|
|
2849
|
+
"../../node_modules/.pnpm/@babel+highlight@7.18.6/node_modules/@babel/highlight/lib/index.js"(exports2) {
|
|
2850
2850
|
"use strict";
|
|
2851
2851
|
Object.defineProperty(exports2, "__esModule", {
|
|
2852
2852
|
value: true
|
|
@@ -2943,9 +2943,9 @@ var require_lib2 = __commonJS({
|
|
|
2943
2943
|
}
|
|
2944
2944
|
});
|
|
2945
2945
|
|
|
2946
|
-
// ../../node_modules/.pnpm/@babel+code-frame@7.
|
|
2946
|
+
// ../../node_modules/.pnpm/@babel+code-frame@7.18.6/node_modules/@babel/code-frame/lib/index.js
|
|
2947
2947
|
var require_lib3 = __commonJS({
|
|
2948
|
-
"../../node_modules/.pnpm/@babel+code-frame@7.
|
|
2948
|
+
"../../node_modules/.pnpm/@babel+code-frame@7.18.6/node_modules/@babel/code-frame/lib/index.js"(exports2) {
|
|
2949
2949
|
"use strict";
|
|
2950
2950
|
Object.defineProperty(exports2, "__esModule", {
|
|
2951
2951
|
value: true
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pnpm",
|
|
3
3
|
"description": "Fast, disk space efficient package manager",
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.33.0",
|
|
5
5
|
"bin": {
|
|
6
6
|
"pnpm": "bin/pnpm.cjs",
|
|
7
7
|
"pnpx": "bin/pnpx.cjs"
|
|
@@ -21,46 +21,46 @@
|
|
|
21
21
|
"__devDependencies": {
|
|
22
22
|
"@pnpm/assert-project": "workspace:*",
|
|
23
23
|
"@pnpm/byline": "^1.0.0",
|
|
24
|
-
"@pnpm/cli-meta": "workspace
|
|
25
|
-
"@pnpm/cli-utils": "workspace
|
|
26
|
-
"@pnpm/client": "workspace
|
|
27
|
-
"@pnpm/command": "workspace
|
|
28
|
-
"@pnpm/common-cli-options-help": "workspace
|
|
29
|
-
"@pnpm/config": "workspace
|
|
30
|
-
"@pnpm/constants": "workspace
|
|
31
|
-
"@pnpm/core-loggers": "workspace
|
|
32
|
-
"@pnpm/default-reporter": "workspace
|
|
33
|
-
"@pnpm/file-reporter": "workspace
|
|
34
|
-
"@pnpm/filter-workspace-packages": "workspace
|
|
35
|
-
"@pnpm/find-workspace-dir": "workspace
|
|
36
|
-
"@pnpm/find-workspace-packages": "workspace
|
|
37
|
-
"@pnpm/lockfile-types": "workspace
|
|
24
|
+
"@pnpm/cli-meta": "workspace:*",
|
|
25
|
+
"@pnpm/cli-utils": "workspace:*",
|
|
26
|
+
"@pnpm/client": "workspace:*",
|
|
27
|
+
"@pnpm/command": "workspace:*",
|
|
28
|
+
"@pnpm/common-cli-options-help": "workspace:*",
|
|
29
|
+
"@pnpm/config": "workspace:*",
|
|
30
|
+
"@pnpm/constants": "workspace:*",
|
|
31
|
+
"@pnpm/core-loggers": "workspace:*",
|
|
32
|
+
"@pnpm/default-reporter": "workspace:*",
|
|
33
|
+
"@pnpm/file-reporter": "workspace:*",
|
|
34
|
+
"@pnpm/filter-workspace-packages": "workspace:*",
|
|
35
|
+
"@pnpm/find-workspace-dir": "workspace:*",
|
|
36
|
+
"@pnpm/find-workspace-packages": "workspace:*",
|
|
37
|
+
"@pnpm/lockfile-types": "workspace:*",
|
|
38
38
|
"@pnpm/logger": "^4.0.0",
|
|
39
|
-
"@pnpm/modules-yaml": "workspace
|
|
39
|
+
"@pnpm/modules-yaml": "workspace:*",
|
|
40
40
|
"@pnpm/nopt": "^0.2.1",
|
|
41
|
-
"@pnpm/parse-cli-args": "workspace
|
|
42
|
-
"@pnpm/pick-registry-for-package": "workspace
|
|
43
|
-
"@pnpm/plugin-commands-audit": "workspace
|
|
44
|
-
"@pnpm/plugin-commands-env": "workspace
|
|
45
|
-
"@pnpm/plugin-commands-installation": "workspace
|
|
46
|
-
"@pnpm/plugin-commands-listing": "workspace
|
|
47
|
-
"@pnpm/plugin-commands-outdated": "workspace
|
|
48
|
-
"@pnpm/plugin-commands-publishing": "workspace
|
|
49
|
-
"@pnpm/plugin-commands-rebuild": "workspace
|
|
50
|
-
"@pnpm/plugin-commands-script-runners": "workspace
|
|
51
|
-
"@pnpm/plugin-commands-server": "workspace
|
|
52
|
-
"@pnpm/plugin-commands-setup": "workspace
|
|
53
|
-
"@pnpm/plugin-commands-store": "workspace
|
|
41
|
+
"@pnpm/parse-cli-args": "workspace:*",
|
|
42
|
+
"@pnpm/pick-registry-for-package": "workspace:*",
|
|
43
|
+
"@pnpm/plugin-commands-audit": "workspace:*",
|
|
44
|
+
"@pnpm/plugin-commands-env": "workspace:*",
|
|
45
|
+
"@pnpm/plugin-commands-installation": "workspace:*",
|
|
46
|
+
"@pnpm/plugin-commands-listing": "workspace:*",
|
|
47
|
+
"@pnpm/plugin-commands-outdated": "workspace:*",
|
|
48
|
+
"@pnpm/plugin-commands-publishing": "workspace:*",
|
|
49
|
+
"@pnpm/plugin-commands-rebuild": "workspace:*",
|
|
50
|
+
"@pnpm/plugin-commands-script-runners": "workspace:*",
|
|
51
|
+
"@pnpm/plugin-commands-server": "workspace:*",
|
|
52
|
+
"@pnpm/plugin-commands-setup": "workspace:*",
|
|
53
|
+
"@pnpm/plugin-commands-store": "workspace:*",
|
|
54
54
|
"@pnpm/prepare": "workspace:*",
|
|
55
|
-
"@pnpm/read-package-json": "workspace
|
|
56
|
-
"@pnpm/read-project-manifest": "workspace
|
|
55
|
+
"@pnpm/read-package-json": "workspace:*",
|
|
56
|
+
"@pnpm/read-project-manifest": "workspace:*",
|
|
57
57
|
"@pnpm/registry-mock": "2.20.0",
|
|
58
|
-
"@pnpm/run-npm": "workspace
|
|
58
|
+
"@pnpm/run-npm": "workspace:*",
|
|
59
59
|
"@pnpm/store-path": "^5.0.0",
|
|
60
60
|
"@pnpm/tabtab": "^0.1.2",
|
|
61
61
|
"@pnpm/ts-execution-runtime": "workspace:*",
|
|
62
|
-
"@pnpm/types": "workspace
|
|
63
|
-
"@pnpm/write-project-manifest": "workspace
|
|
62
|
+
"@pnpm/types": "workspace:*",
|
|
63
|
+
"@pnpm/write-project-manifest": "workspace:*",
|
|
64
64
|
"@types/cross-spawn": "^6.0.2",
|
|
65
65
|
"@types/is-ci": "^3.0.0",
|
|
66
66
|
"@types/is-windows": "^1.0.0",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"p-defer": "^3.0.0",
|
|
91
91
|
"path-exists": "^4.0.0",
|
|
92
92
|
"path-name": "^1.0.0",
|
|
93
|
-
"pkgs-graph": "workspace
|
|
93
|
+
"pkgs-graph": "workspace:*",
|
|
94
94
|
"ps-list": "^7.2.0",
|
|
95
95
|
"ramda": "^0.27.2",
|
|
96
96
|
"read-yaml-file": "^2.1.0",
|