@socketsecurity/cli-with-sentry 1.1.18 → 1.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/bin/npm-cli.js +2 -2
- package/bin/npx-cli.js +2 -2
- package/bin/pnpm-cli.js +2 -2
- package/bin/yarn-cli.js +2 -2
- package/dist/cli.js +238 -94
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +5 -3
- package/dist/constants.js.map +1 -1
- package/dist/flags.js +3 -2
- package/dist/flags.js.map +1 -1
- package/dist/npm-cli.js +3 -4
- package/dist/npm-cli.js.map +1 -1
- package/dist/npx-cli.js +3 -3
- package/dist/npx-cli.js.map +1 -1
- package/dist/pnpm-cli.js +3 -3
- package/dist/pnpm-cli.js.map +1 -1
- package/dist/shadow-npm-bin.js +3 -106
- package/dist/shadow-npm-bin.js.map +1 -1
- package/dist/shadow-npm-bin2.js +125 -0
- package/dist/shadow-npm-bin2.js.map +1 -0
- package/dist/shadow-npx-bin.js +12 -0
- package/dist/shadow-npx-bin.js.map +1 -0
- package/dist/shadow-pnpm-bin.js +3 -228
- package/dist/shadow-pnpm-bin.js.map +1 -1
- package/dist/shadow-pnpm-bin2.js +319 -0
- package/dist/shadow-pnpm-bin2.js.map +1 -0
- package/dist/shadow-yarn-bin.js +58 -150
- package/dist/shadow-yarn-bin.js.map +1 -1
- package/dist/tsconfig.dts.tsbuildinfo +1 -1
- package/dist/types/commands/analytics/cmd-analytics.d.mts.map +1 -1
- package/dist/types/commands/analytics/output-analytics.d.mts.map +1 -1
- package/dist/types/commands/audit-log/cmd-audit-log.d.mts.map +1 -1
- package/dist/types/commands/audit-log/output-audit-log.d.mts.map +1 -1
- package/dist/types/commands/ci/handle-ci.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-auto.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-get.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-list.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-set.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-unset.d.mts.map +1 -1
- package/dist/types/commands/config/handle-config-set.d.mts.map +1 -1
- package/dist/types/commands/fix/cmd-fix.d.mts.map +1 -1
- package/dist/types/commands/fix/coana-fix.d.mts.map +1 -1
- package/dist/types/commands/fix/handle-fix.d.mts.map +1 -1
- package/dist/types/commands/fix/pull-request.d.mts.map +1 -1
- package/dist/types/commands/manifest/cmd-manifest-conda.d.mts.map +1 -1
- package/dist/types/commands/npm/cmd-npm.d.mts.map +1 -1
- package/dist/types/commands/optimize/handle-optimize.d.mts.map +1 -1
- package/dist/types/commands/organization/cmd-organization-dependencies.d.mts.map +1 -1
- package/dist/types/commands/organization/cmd-organization-list.d.mts.map +1 -1
- package/dist/types/commands/organization/handle-dependencies.d.mts.map +1 -1
- package/dist/types/commands/organization/handle-organization-list.d.mts.map +1 -1
- package/dist/types/commands/package/handle-purl-deep-score.d.mts.map +1 -1
- package/dist/types/commands/package/handle-purls-shallow-score.d.mts.map +1 -1
- package/dist/types/commands/pnpm/cmd-pnpm.d.mts.map +1 -1
- package/dist/types/commands/repository/cmd-repository-list.d.mts.map +1 -1
- package/dist/types/commands/repository/cmd-repository-view.d.mts.map +1 -1
- package/dist/types/commands/repository/handle-create-repo.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-diff.d.mts.map +1 -1
- package/dist/types/commands/scan/create-scan-from-github.d.mts.map +1 -1
- package/dist/types/commands/scan/fetch-report-data.d.mts.map +1 -1
- package/dist/types/commands/scan/handle-create-new-scan.d.mts.map +1 -1
- package/dist/types/commands/wrapper/postinstall-wrapper.d.mts.map +1 -1
- package/dist/types/commands/yarn/cmd-yarn.d.mts.map +1 -1
- package/dist/types/constants.d.mts +1 -0
- package/dist/types/constants.d.mts.map +1 -1
- package/dist/types/flags.d.mts.map +1 -1
- package/dist/types/shadow/common.d.mts +31 -0
- package/dist/types/shadow/common.d.mts.map +1 -0
- package/dist/types/shadow/npm/bin.d.mts +4 -10
- package/dist/types/shadow/npm/bin.d.mts.map +1 -1
- package/dist/types/shadow/npm-base.d.mts +11 -0
- package/dist/types/shadow/npm-base.d.mts.map +1 -0
- package/dist/types/shadow/npx/bin.d.mts +5 -0
- package/dist/types/shadow/npx/bin.d.mts.map +1 -0
- package/dist/types/shadow/pnpm/bin.d.mts +1 -1
- package/dist/types/shadow/pnpm/bin.d.mts.map +1 -1
- package/dist/types/shadow/stdio-ipc.d.mts +7 -0
- package/dist/types/shadow/stdio-ipc.d.mts.map +1 -0
- package/dist/types/shadow/yarn/bin.d.mts +1 -1
- package/dist/types/shadow/yarn/bin.d.mts.map +1 -1
- package/dist/types/utils/agent.d.mts.map +1 -1
- package/dist/types/utils/alerts-map.d.mts.map +1 -1
- package/dist/types/utils/api.d.mts.map +1 -1
- package/dist/types/utils/cmd.d.mts.map +1 -1
- package/dist/types/utils/coana.d.mts.map +1 -1
- package/dist/types/utils/color-or-markdown.d.mts.map +1 -1
- package/dist/types/utils/config.d.mts.map +1 -1
- package/dist/types/utils/cve-to-ghsa.d.mts.map +1 -1
- package/dist/types/utils/debug.d.mts +45 -0
- package/dist/types/utils/debug.d.mts.map +1 -0
- package/dist/types/utils/dlx.d.mts +1 -1
- package/dist/types/utils/dlx.d.mts.map +1 -1
- package/dist/types/utils/ecosystem.d.mts.map +1 -1
- package/dist/types/utils/errors.d.mts +48 -0
- package/dist/types/utils/errors.d.mts.map +1 -1
- package/dist/types/utils/filter-config.d.mts.map +1 -1
- package/dist/types/utils/fs.d.mts.map +1 -1
- package/dist/types/utils/get-output-kind.d.mts.map +1 -1
- package/dist/types/utils/git.d.mts.map +1 -1
- package/dist/types/utils/github.d.mts.map +1 -1
- package/dist/types/utils/markdown.d.mts +17 -0
- package/dist/types/utils/markdown.d.mts.map +1 -1
- package/dist/types/utils/meow-with-subcommands.d.mts.map +1 -1
- package/dist/types/utils/npm-package-arg.d.mts +5 -1
- package/dist/types/utils/npm-package-arg.d.mts.map +1 -1
- package/dist/types/utils/npm-paths.d.mts.map +1 -1
- package/dist/types/utils/npm-spec.d.mts +57 -0
- package/dist/types/utils/npm-spec.d.mts.map +1 -0
- package/dist/types/utils/output-formatting.d.mts.map +1 -1
- package/dist/types/utils/package-environment.d.mts.map +1 -1
- package/dist/types/utils/pnpm-paths.d.mts.map +1 -1
- package/dist/types/utils/purl-to-ghsa.d.mts.map +1 -1
- package/dist/types/utils/purl.d.mts +24 -0
- package/dist/types/utils/purl.d.mts.map +1 -1
- package/dist/types/utils/requirements.d.mts.map +1 -1
- package/dist/types/utils/sdk.d.mts.map +1 -1
- package/dist/types/utils/serialize-result-json.d.mts.map +1 -1
- package/dist/types/utils/socket-json.d.mts.map +1 -1
- package/dist/types/utils/socket-package-alert.d.mts.map +1 -1
- package/dist/types/utils/socket-url.d.mts.map +1 -1
- package/dist/types/utils/strings.d.mts +12 -0
- package/dist/types/utils/strings.d.mts.map +1 -1
- package/dist/types/utils/tildify.d.mts +0 -2
- package/dist/types/utils/tildify.d.mts.map +1 -1
- package/dist/types/utils/yarn-paths.d.mts.map +1 -1
- package/dist/utils.js +1303 -457
- package/dist/utils.js.map +1 -1
- package/dist/vendor.js +311 -311
- package/package.json +3 -3
- package/shadow-bin/npm +2 -2
- package/shadow-bin/npx +2 -2
- package/shadow-bin/pnpm +2 -2
- package/shadow-bin/yarn +2 -2
package/dist/vendor.js
CHANGED
|
@@ -37,10 +37,10 @@ var require$$12 = require('../external/@socketsecurity/registry/lib/promises');
|
|
|
37
37
|
var require$$13 = require('../external/@socketsecurity/registry/lib/url');
|
|
38
38
|
var node_buffer = require$$0$i;
|
|
39
39
|
var childProcess = require('node:child_process');
|
|
40
|
-
var require$$0$k = fs$6;
|
|
41
40
|
var require$$1$9 = require('node:path/win32');
|
|
42
|
-
var require$$0$
|
|
43
|
-
var require$$
|
|
41
|
+
var require$$0$k = require('node:module');
|
|
42
|
+
var require$$0$l = fs$6;
|
|
43
|
+
var require$$5$4 = require$$0$k;
|
|
44
44
|
var require$$2$5 = require('node:string_decoder');
|
|
45
45
|
var require$$0$m = childProcess;
|
|
46
46
|
var require$$2$6 = require$$2$5;
|
|
@@ -41996,227 +41996,6 @@ var micromatchExports = requireMicromatch();
|
|
|
41996
41996
|
|
|
41997
41997
|
var distExports = requireDist$f();
|
|
41998
41998
|
|
|
41999
|
-
var toBatchSyntax = {};
|
|
42000
|
-
|
|
42001
|
-
var hasRequiredToBatchSyntax;
|
|
42002
|
-
function requireToBatchSyntax() {
|
|
42003
|
-
if (hasRequiredToBatchSyntax) return toBatchSyntax;
|
|
42004
|
-
hasRequiredToBatchSyntax = 1;
|
|
42005
|
-
toBatchSyntax.replaceDollarWithPercentPair = replaceDollarWithPercentPair;
|
|
42006
|
-
toBatchSyntax.convertToSetCommand = convertToSetCommand;
|
|
42007
|
-
toBatchSyntax.convertToSetCommands = convertToSetCommands;
|
|
42008
|
-
function convertToSetCommand(key, value) {
|
|
42009
|
-
var line = '';
|
|
42010
|
-
key = key || '';
|
|
42011
|
-
key = key.trim();
|
|
42012
|
-
value = value || '';
|
|
42013
|
-
value = value.trim();
|
|
42014
|
-
if (key && value && value.length > 0) {
|
|
42015
|
-
line = '@SET ' + key + '=' + replaceDollarWithPercentPair(value) + '\r\n';
|
|
42016
|
-
}
|
|
42017
|
-
return line;
|
|
42018
|
-
}
|
|
42019
|
-
function extractVariableValuePairs(declarations) {
|
|
42020
|
-
var pairs = {};
|
|
42021
|
-
declarations.map(function (declaration) {
|
|
42022
|
-
var split = declaration.split('=');
|
|
42023
|
-
pairs[split[0]] = split[1];
|
|
42024
|
-
});
|
|
42025
|
-
return pairs;
|
|
42026
|
-
}
|
|
42027
|
-
function convertToSetCommands(variableString) {
|
|
42028
|
-
var variableValuePairs = extractVariableValuePairs(variableString.split(' '));
|
|
42029
|
-
var variableDeclarationsAsBatch = '';
|
|
42030
|
-
Object.keys(variableValuePairs).forEach(function (key) {
|
|
42031
|
-
variableDeclarationsAsBatch += convertToSetCommand(key, variableValuePairs[key]);
|
|
42032
|
-
});
|
|
42033
|
-
return variableDeclarationsAsBatch;
|
|
42034
|
-
}
|
|
42035
|
-
function replaceDollarWithPercentPair(value) {
|
|
42036
|
-
var dollarExpressions = /\$\{?([^$@#?\- \t{}:]+)\}?/g;
|
|
42037
|
-
var result = '';
|
|
42038
|
-
var startIndex = 0;
|
|
42039
|
-
do {
|
|
42040
|
-
var match = dollarExpressions.exec(value);
|
|
42041
|
-
if (match) {
|
|
42042
|
-
var betweenMatches = value.substring(startIndex, match.index) || '';
|
|
42043
|
-
result += betweenMatches + '%' + match[1] + '%';
|
|
42044
|
-
startIndex = dollarExpressions.lastIndex;
|
|
42045
|
-
}
|
|
42046
|
-
} while (dollarExpressions.lastIndex > 0);
|
|
42047
|
-
result += value.slice(startIndex);
|
|
42048
|
-
return result;
|
|
42049
|
-
}
|
|
42050
|
-
return toBatchSyntax;
|
|
42051
|
-
}
|
|
42052
|
-
|
|
42053
|
-
var lib$K;
|
|
42054
|
-
var hasRequiredLib$K;
|
|
42055
|
-
function requireLib$K() {
|
|
42056
|
-
if (hasRequiredLib$K) return lib$K;
|
|
42057
|
-
hasRequiredLib$K = 1;
|
|
42058
|
-
// On windows, create a .cmd file.
|
|
42059
|
-
// Read the #! in the file to see what it uses. The vast majority
|
|
42060
|
-
// of the time, this will be either:
|
|
42061
|
-
// "#!/usr/bin/env <prog> <args...>"
|
|
42062
|
-
// or:
|
|
42063
|
-
// "#!<prog> <args...>"
|
|
42064
|
-
//
|
|
42065
|
-
// Write a binroot/pkg.bin + ".cmd" file that has this line in it:
|
|
42066
|
-
// @<prog> <args...> %dp0%<target> %*
|
|
42067
|
-
|
|
42068
|
-
const {
|
|
42069
|
-
chmod,
|
|
42070
|
-
mkdir,
|
|
42071
|
-
readFile,
|
|
42072
|
-
stat,
|
|
42073
|
-
unlink,
|
|
42074
|
-
writeFile
|
|
42075
|
-
} = require$$0$k;
|
|
42076
|
-
const {
|
|
42077
|
-
dirname,
|
|
42078
|
-
relative
|
|
42079
|
-
} = require$$0$d;
|
|
42080
|
-
const toBatchSyntax = requireToBatchSyntax();
|
|
42081
|
-
// linting disabled because this regex is really long
|
|
42082
|
-
// eslint-disable-next-line max-len
|
|
42083
|
-
const shebangExpr = /^#!\s*(?:\/usr\/bin\/env\s+(?:-S\s+)?((?:[^ \t=]+=[^ \t=]+\s+)*))?([^ \t]+)(.*)$/;
|
|
42084
|
-
const cmdShimIfExists = (from, to) => stat(from).then(() => cmdShim(from, to), () => {});
|
|
42085
|
-
|
|
42086
|
-
// Try to unlink, but ignore errors.
|
|
42087
|
-
// Any problems will surface later.
|
|
42088
|
-
const rm = path => unlink(path).catch(() => {});
|
|
42089
|
-
const cmdShim = (from, to) => stat(from).then(() => cmdShim_(from, to));
|
|
42090
|
-
const cmdShim_ = (from, to) => Promise.all([rm(to), rm(to + '.cmd'), rm(to + '.ps1')]).then(() => writeShim(from, to));
|
|
42091
|
-
const writeShim = (from, to) =>
|
|
42092
|
-
// make a cmd file and a sh script
|
|
42093
|
-
// First, check if the bin is a #! of some sort.
|
|
42094
|
-
// If not, then assume it's something that'll be compiled, or some other
|
|
42095
|
-
// sort of script, and just call it directly.
|
|
42096
|
-
mkdir(dirname(to), {
|
|
42097
|
-
recursive: true
|
|
42098
|
-
}).then(() => readFile(from, 'utf8')).then(data => {
|
|
42099
|
-
const firstLine = data.trim().split(/\r*\n/)[0];
|
|
42100
|
-
const shebang = firstLine.match(shebangExpr);
|
|
42101
|
-
if (!shebang) {
|
|
42102
|
-
return writeShim_(from, to);
|
|
42103
|
-
}
|
|
42104
|
-
const vars = shebang[1] || '';
|
|
42105
|
-
const prog = shebang[2];
|
|
42106
|
-
const args = shebang[3] || '';
|
|
42107
|
-
return writeShim_(from, to, prog, args, vars);
|
|
42108
|
-
}, () => writeShim_(from, to));
|
|
42109
|
-
const writeShim_ = (from, to, prog, args, variables) => {
|
|
42110
|
-
let shTarget = relative(dirname(to), from);
|
|
42111
|
-
let target = shTarget.split('/').join('\\');
|
|
42112
|
-
let longProg;
|
|
42113
|
-
let shProg = prog && prog.split('\\').join('/');
|
|
42114
|
-
let shLongProg;
|
|
42115
|
-
let pwshProg = shProg && `"${shProg}$exe"`;
|
|
42116
|
-
let pwshLongProg;
|
|
42117
|
-
shTarget = shTarget.split('\\').join('/');
|
|
42118
|
-
args = args || '';
|
|
42119
|
-
variables = variables || '';
|
|
42120
|
-
if (!prog) {
|
|
42121
|
-
prog = `"%dp0%\\${target}"`;
|
|
42122
|
-
shProg = `"$basedir/${shTarget}"`;
|
|
42123
|
-
pwshProg = shProg;
|
|
42124
|
-
args = '';
|
|
42125
|
-
target = '';
|
|
42126
|
-
shTarget = '';
|
|
42127
|
-
} else {
|
|
42128
|
-
longProg = `"%dp0%\\${prog}.exe"`;
|
|
42129
|
-
shLongProg = `"$basedir/${prog}"`;
|
|
42130
|
-
pwshLongProg = `"$basedir/${prog}$exe"`;
|
|
42131
|
-
target = `"%dp0%\\${target}"`;
|
|
42132
|
-
shTarget = `"$basedir/${shTarget}"`;
|
|
42133
|
-
}
|
|
42134
|
-
|
|
42135
|
-
// Subroutine trick to fix https://github.com/npm/cmd-shim/issues/10
|
|
42136
|
-
// and https://github.com/npm/cli/issues/969
|
|
42137
|
-
const head = '@ECHO off\r\n' + 'GOTO start\r\n' + ':find_dp0\r\n' + 'SET dp0=%~dp0\r\n' + 'EXIT /b\r\n' + ':start\r\n' + 'SETLOCAL\r\n' + 'CALL :find_dp0\r\n';
|
|
42138
|
-
let cmd;
|
|
42139
|
-
if (longProg) {
|
|
42140
|
-
shLongProg = shLongProg.trim();
|
|
42141
|
-
args = args.trim();
|
|
42142
|
-
const variablesBatch = toBatchSyntax.convertToSetCommands(variables);
|
|
42143
|
-
cmd = head + variablesBatch + '\r\n' + `IF EXIST ${longProg} (\r\n` + ` SET "_prog=${longProg.replace(/(^")|("$)/g, '')}"\r\n` + ') ELSE (\r\n' + ` SET "_prog=${prog.replace(/(^")|("$)/g, '')}"\r\n` + ' SET PATHEXT=%PATHEXT:;.JS;=;%\r\n' + ')\r\n' + '\r\n'
|
|
42144
|
-
// prevent "Terminate Batch Job? (Y/n)" message
|
|
42145
|
-
// https://github.com/npm/cli/issues/969#issuecomment-737496588
|
|
42146
|
-
+ 'endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & ' + `"%_prog%" ${args} ${target} %*\r\n`;
|
|
42147
|
-
} else {
|
|
42148
|
-
cmd = `${head}${prog} ${args} ${target} %*\r\n`;
|
|
42149
|
-
}
|
|
42150
|
-
|
|
42151
|
-
// #!/bin/sh
|
|
42152
|
-
// basedir=`dirname "$0"`
|
|
42153
|
-
//
|
|
42154
|
-
// case `uname` in
|
|
42155
|
-
// *CYGWIN*|*MINGW*|*MSYS*)
|
|
42156
|
-
// if command -v cygpath > /dev/null 2>&1; then
|
|
42157
|
-
// basedir=`cygpath -w "$basedir"`
|
|
42158
|
-
// fi
|
|
42159
|
-
// ;;
|
|
42160
|
-
// esac
|
|
42161
|
-
//
|
|
42162
|
-
// if [ -x "$basedir/node.exe" ]; then
|
|
42163
|
-
// exec "$basedir/node.exe" "$basedir/node_modules/npm/bin/npm-cli.js" "$@"
|
|
42164
|
-
// else
|
|
42165
|
-
// exec node "$basedir/node_modules/npm/bin/npm-cli.js" "$@"
|
|
42166
|
-
// fi
|
|
42167
|
-
|
|
42168
|
-
let sh = '#!/bin/sh\n';
|
|
42169
|
-
sh = sh + `basedir=$(dirname "$(echo "$0" | sed -e 's,\\\\,/,g')")\n` + '\n' + 'case `uname` in\n' + ' *CYGWIN*|*MINGW*|*MSYS*)\n' + ' if command -v cygpath > /dev/null 2>&1; then\n' + ' basedir=`cygpath -w "$basedir"`\n' + ' fi\n' + ' ;;\n' + 'esac\n' + '\n';
|
|
42170
|
-
if (shLongProg) {
|
|
42171
|
-
sh = sh + `if [ -x ${shLongProg} ]; then\n` + ` exec ${variables}${shLongProg} ${args} ${shTarget} "$@"\n` + 'else \n' + ` exec ${variables}${shProg} ${args} ${shTarget} "$@"\n` + 'fi\n';
|
|
42172
|
-
} else {
|
|
42173
|
-
sh = sh + `exec ${shProg} ${args} ${shTarget} "$@"\n`;
|
|
42174
|
-
}
|
|
42175
|
-
|
|
42176
|
-
// #!/usr/bin/env pwsh
|
|
42177
|
-
// $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
|
|
42178
|
-
//
|
|
42179
|
-
// $ret=0
|
|
42180
|
-
// $exe = ""
|
|
42181
|
-
// if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
|
|
42182
|
-
// # Fix case when both the Windows and Linux builds of Node
|
|
42183
|
-
// # are installed in the same directory
|
|
42184
|
-
// $exe = ".exe"
|
|
42185
|
-
// }
|
|
42186
|
-
// if (Test-Path "$basedir/node") {
|
|
42187
|
-
// # Suport pipeline input
|
|
42188
|
-
// if ($MyInvocation.ExpectingInput) {
|
|
42189
|
-
// input | & "$basedir/node$exe" "$basedir/node_modules/npm/bin/npm-cli.js" $args
|
|
42190
|
-
// } else {
|
|
42191
|
-
// & "$basedir/node$exe" "$basedir/node_modules/npm/bin/npm-cli.js" $args
|
|
42192
|
-
// }
|
|
42193
|
-
// $ret=$LASTEXITCODE
|
|
42194
|
-
// } else {
|
|
42195
|
-
// # Support pipeline input
|
|
42196
|
-
// if ($MyInvocation.ExpectingInput) {
|
|
42197
|
-
// $input | & "node$exe" "$basedir/node_modules/npm/bin/npm-cli.js" $args
|
|
42198
|
-
// } else {
|
|
42199
|
-
// & "node$exe" "$basedir/node_modules/npm/bin/npm-cli.js" $args
|
|
42200
|
-
// }
|
|
42201
|
-
// $ret=$LASTEXITCODE
|
|
42202
|
-
// }
|
|
42203
|
-
// exit $ret
|
|
42204
|
-
let pwsh = '#!/usr/bin/env pwsh\n' + '$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent\n' + '\n' + '$exe=""\n' + 'if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {\n' + ' # Fix case when both the Windows and Linux builds of Node\n' + ' # are installed in the same directory\n' + ' $exe=".exe"\n' + '}\n';
|
|
42205
|
-
if (shLongProg) {
|
|
42206
|
-
pwsh = pwsh + '$ret=0\n' + `if (Test-Path ${pwshLongProg}) {\n` + ' # Support pipeline input\n' + ' if ($MyInvocation.ExpectingInput) {\n' + ` $input | & ${pwshLongProg} ${args} ${shTarget} $args\n` + ' } else {\n' + ` & ${pwshLongProg} ${args} ${shTarget} $args\n` + ' }\n' + ' $ret=$LASTEXITCODE\n' + '} else {\n' + ' # Support pipeline input\n' + ' if ($MyInvocation.ExpectingInput) {\n' + ` $input | & ${pwshProg} ${args} ${shTarget} $args\n` + ' } else {\n' + ` & ${pwshProg} ${args} ${shTarget} $args\n` + ' }\n' + ' $ret=$LASTEXITCODE\n' + '}\n' + 'exit $ret\n';
|
|
42207
|
-
} else {
|
|
42208
|
-
pwsh = pwsh + '# Support pipeline input\n' + 'if ($MyInvocation.ExpectingInput) {\n' + ` $input | & ${pwshProg} ${args} ${shTarget} $args\n` + '} else {\n' + ` & ${pwshProg} ${args} ${shTarget} $args\n` + '}\n' + 'exit $LASTEXITCODE\n';
|
|
42209
|
-
}
|
|
42210
|
-
return Promise.all([writeFile(to + '.ps1', pwsh, 'utf8'), writeFile(to + '.cmd', cmd, 'utf8'), writeFile(to, sh, 'utf8')]).then(() => chmodShim(to));
|
|
42211
|
-
};
|
|
42212
|
-
const chmodShim = to => Promise.all([chmod(to, 0o755), chmod(to + '.cmd', 0o755), chmod(to + '.ps1', 0o755)]);
|
|
42213
|
-
lib$K = cmdShim;
|
|
42214
|
-
cmdShim.ifExists = cmdShimIfExists;
|
|
42215
|
-
return lib$K;
|
|
42216
|
-
}
|
|
42217
|
-
|
|
42218
|
-
var libExports = requireLib$K();
|
|
42219
|
-
|
|
42220
41999
|
class RequestError extends Error {
|
|
42221
42000
|
name;
|
|
42222
42001
|
/**
|
|
@@ -50260,11 +50039,11 @@ function requireFromUrl$1() {
|
|
|
50260
50039
|
return fromUrl$1;
|
|
50261
50040
|
}
|
|
50262
50041
|
|
|
50263
|
-
var lib$
|
|
50264
|
-
var hasRequiredLib$
|
|
50265
|
-
function requireLib$
|
|
50266
|
-
if (hasRequiredLib$
|
|
50267
|
-
hasRequiredLib$
|
|
50042
|
+
var lib$K;
|
|
50043
|
+
var hasRequiredLib$K;
|
|
50044
|
+
function requireLib$K() {
|
|
50045
|
+
if (hasRequiredLib$K) return lib$K;
|
|
50046
|
+
hasRequiredLib$K = 1;
|
|
50268
50047
|
const {
|
|
50269
50048
|
LRUCache
|
|
50270
50049
|
} = /*@__PURE__*/requireCommonjs$h();
|
|
@@ -50493,18 +50272,18 @@ function requireLib$J() {
|
|
|
50493
50272
|
for (const [name, host] of Object.entries(hosts)) {
|
|
50494
50273
|
GitHost.addHost(name, host);
|
|
50495
50274
|
}
|
|
50496
|
-
lib$
|
|
50497
|
-
return lib$
|
|
50275
|
+
lib$K = GitHost;
|
|
50276
|
+
return lib$K;
|
|
50498
50277
|
}
|
|
50499
50278
|
|
|
50500
|
-
var lib$
|
|
50501
|
-
var hasRequiredLib$
|
|
50502
|
-
function requireLib$
|
|
50503
|
-
if (hasRequiredLib$
|
|
50504
|
-
hasRequiredLib$
|
|
50279
|
+
var lib$J;
|
|
50280
|
+
var hasRequiredLib$J;
|
|
50281
|
+
function requireLib$J() {
|
|
50282
|
+
if (hasRequiredLib$J) return lib$J;
|
|
50283
|
+
hasRequiredLib$J = 1;
|
|
50505
50284
|
const {
|
|
50506
50285
|
builtinModules: builtins
|
|
50507
|
-
} = require$$0$
|
|
50286
|
+
} = require$$0$k;
|
|
50508
50287
|
var scopedPackagePattern = new RegExp('^(?:@([^/]+?)[/])?([^/]+?)$');
|
|
50509
50288
|
var exclusionList = ['node_modules', 'favicon.ico'];
|
|
50510
50289
|
function validate(name) {
|
|
@@ -50591,17 +50370,17 @@ function requireLib$I() {
|
|
|
50591
50370
|
}
|
|
50592
50371
|
return result;
|
|
50593
50372
|
};
|
|
50594
|
-
lib$
|
|
50595
|
-
return lib$
|
|
50373
|
+
lib$J = validate;
|
|
50374
|
+
return lib$J;
|
|
50596
50375
|
}
|
|
50597
50376
|
|
|
50598
|
-
var lib$
|
|
50599
|
-
var hasRequiredLib$
|
|
50600
|
-
function requireLib$
|
|
50601
|
-
if (hasRequiredLib$
|
|
50602
|
-
hasRequiredLib$
|
|
50377
|
+
var lib$I;
|
|
50378
|
+
var hasRequiredLib$I;
|
|
50379
|
+
function requireLib$I() {
|
|
50380
|
+
if (hasRequiredLib$I) return lib$I;
|
|
50381
|
+
hasRequiredLib$I = 1;
|
|
50603
50382
|
const META = Symbol('proc-log.meta');
|
|
50604
|
-
lib$
|
|
50383
|
+
lib$I = {
|
|
50605
50384
|
META: META,
|
|
50606
50385
|
output: {
|
|
50607
50386
|
LEVELS: ['standard', 'error', 'buffer', 'flush'],
|
|
@@ -50730,7 +50509,7 @@ function requireLib$H() {
|
|
|
50730
50509
|
}
|
|
50731
50510
|
}
|
|
50732
50511
|
};
|
|
50733
|
-
return lib$
|
|
50512
|
+
return lib$I;
|
|
50734
50513
|
}
|
|
50735
50514
|
|
|
50736
50515
|
var hasRequiredNpa;
|
|
@@ -50746,12 +50525,12 @@ function requireNpa() {
|
|
|
50746
50525
|
const {
|
|
50747
50526
|
homedir
|
|
50748
50527
|
} = os$3;
|
|
50749
|
-
const HostedGit = requireLib$
|
|
50528
|
+
const HostedGit = requireLib$K();
|
|
50750
50529
|
const semver = requireSemver();
|
|
50751
|
-
const validatePackageName = requireLib$
|
|
50530
|
+
const validatePackageName = requireLib$J();
|
|
50752
50531
|
const {
|
|
50753
50532
|
log
|
|
50754
|
-
} = requireLib$
|
|
50533
|
+
} = requireLib$I();
|
|
50755
50534
|
const hasSlashes = isWindows ? /\\|[/]/ : /[/]/;
|
|
50756
50535
|
const isURL = /^(?:git[+])?[a-z]+:/i;
|
|
50757
50536
|
const isGit = /^[^@]+@[^:.]+\.[^:]+:.+$/i;
|
|
@@ -63450,6 +63229,227 @@ function superRefine(fn) {
|
|
|
63450
63229
|
return _superRefine(fn);
|
|
63451
63230
|
}
|
|
63452
63231
|
|
|
63232
|
+
var toBatchSyntax = {};
|
|
63233
|
+
|
|
63234
|
+
var hasRequiredToBatchSyntax;
|
|
63235
|
+
function requireToBatchSyntax() {
|
|
63236
|
+
if (hasRequiredToBatchSyntax) return toBatchSyntax;
|
|
63237
|
+
hasRequiredToBatchSyntax = 1;
|
|
63238
|
+
toBatchSyntax.replaceDollarWithPercentPair = replaceDollarWithPercentPair;
|
|
63239
|
+
toBatchSyntax.convertToSetCommand = convertToSetCommand;
|
|
63240
|
+
toBatchSyntax.convertToSetCommands = convertToSetCommands;
|
|
63241
|
+
function convertToSetCommand(key, value) {
|
|
63242
|
+
var line = '';
|
|
63243
|
+
key = key || '';
|
|
63244
|
+
key = key.trim();
|
|
63245
|
+
value = value || '';
|
|
63246
|
+
value = value.trim();
|
|
63247
|
+
if (key && value && value.length > 0) {
|
|
63248
|
+
line = '@SET ' + key + '=' + replaceDollarWithPercentPair(value) + '\r\n';
|
|
63249
|
+
}
|
|
63250
|
+
return line;
|
|
63251
|
+
}
|
|
63252
|
+
function extractVariableValuePairs(declarations) {
|
|
63253
|
+
var pairs = {};
|
|
63254
|
+
declarations.map(function (declaration) {
|
|
63255
|
+
var split = declaration.split('=');
|
|
63256
|
+
pairs[split[0]] = split[1];
|
|
63257
|
+
});
|
|
63258
|
+
return pairs;
|
|
63259
|
+
}
|
|
63260
|
+
function convertToSetCommands(variableString) {
|
|
63261
|
+
var variableValuePairs = extractVariableValuePairs(variableString.split(' '));
|
|
63262
|
+
var variableDeclarationsAsBatch = '';
|
|
63263
|
+
Object.keys(variableValuePairs).forEach(function (key) {
|
|
63264
|
+
variableDeclarationsAsBatch += convertToSetCommand(key, variableValuePairs[key]);
|
|
63265
|
+
});
|
|
63266
|
+
return variableDeclarationsAsBatch;
|
|
63267
|
+
}
|
|
63268
|
+
function replaceDollarWithPercentPair(value) {
|
|
63269
|
+
var dollarExpressions = /\$\{?([^$@#?\- \t{}:]+)\}?/g;
|
|
63270
|
+
var result = '';
|
|
63271
|
+
var startIndex = 0;
|
|
63272
|
+
do {
|
|
63273
|
+
var match = dollarExpressions.exec(value);
|
|
63274
|
+
if (match) {
|
|
63275
|
+
var betweenMatches = value.substring(startIndex, match.index) || '';
|
|
63276
|
+
result += betweenMatches + '%' + match[1] + '%';
|
|
63277
|
+
startIndex = dollarExpressions.lastIndex;
|
|
63278
|
+
}
|
|
63279
|
+
} while (dollarExpressions.lastIndex > 0);
|
|
63280
|
+
result += value.slice(startIndex);
|
|
63281
|
+
return result;
|
|
63282
|
+
}
|
|
63283
|
+
return toBatchSyntax;
|
|
63284
|
+
}
|
|
63285
|
+
|
|
63286
|
+
var lib$H;
|
|
63287
|
+
var hasRequiredLib$H;
|
|
63288
|
+
function requireLib$H() {
|
|
63289
|
+
if (hasRequiredLib$H) return lib$H;
|
|
63290
|
+
hasRequiredLib$H = 1;
|
|
63291
|
+
// On windows, create a .cmd file.
|
|
63292
|
+
// Read the #! in the file to see what it uses. The vast majority
|
|
63293
|
+
// of the time, this will be either:
|
|
63294
|
+
// "#!/usr/bin/env <prog> <args...>"
|
|
63295
|
+
// or:
|
|
63296
|
+
// "#!<prog> <args...>"
|
|
63297
|
+
//
|
|
63298
|
+
// Write a binroot/pkg.bin + ".cmd" file that has this line in it:
|
|
63299
|
+
// @<prog> <args...> %dp0%<target> %*
|
|
63300
|
+
|
|
63301
|
+
const {
|
|
63302
|
+
chmod,
|
|
63303
|
+
mkdir,
|
|
63304
|
+
readFile,
|
|
63305
|
+
stat,
|
|
63306
|
+
unlink,
|
|
63307
|
+
writeFile
|
|
63308
|
+
} = require$$0$l;
|
|
63309
|
+
const {
|
|
63310
|
+
dirname,
|
|
63311
|
+
relative
|
|
63312
|
+
} = require$$0$d;
|
|
63313
|
+
const toBatchSyntax = requireToBatchSyntax();
|
|
63314
|
+
// linting disabled because this regex is really long
|
|
63315
|
+
// eslint-disable-next-line max-len
|
|
63316
|
+
const shebangExpr = /^#!\s*(?:\/usr\/bin\/env\s+(?:-S\s+)?((?:[^ \t=]+=[^ \t=]+\s+)*))?([^ \t]+)(.*)$/;
|
|
63317
|
+
const cmdShimIfExists = (from, to) => stat(from).then(() => cmdShim(from, to), () => {});
|
|
63318
|
+
|
|
63319
|
+
// Try to unlink, but ignore errors.
|
|
63320
|
+
// Any problems will surface later.
|
|
63321
|
+
const rm = path => unlink(path).catch(() => {});
|
|
63322
|
+
const cmdShim = (from, to) => stat(from).then(() => cmdShim_(from, to));
|
|
63323
|
+
const cmdShim_ = (from, to) => Promise.all([rm(to), rm(to + '.cmd'), rm(to + '.ps1')]).then(() => writeShim(from, to));
|
|
63324
|
+
const writeShim = (from, to) =>
|
|
63325
|
+
// make a cmd file and a sh script
|
|
63326
|
+
// First, check if the bin is a #! of some sort.
|
|
63327
|
+
// If not, then assume it's something that'll be compiled, or some other
|
|
63328
|
+
// sort of script, and just call it directly.
|
|
63329
|
+
mkdir(dirname(to), {
|
|
63330
|
+
recursive: true
|
|
63331
|
+
}).then(() => readFile(from, 'utf8')).then(data => {
|
|
63332
|
+
const firstLine = data.trim().split(/\r*\n/)[0];
|
|
63333
|
+
const shebang = firstLine.match(shebangExpr);
|
|
63334
|
+
if (!shebang) {
|
|
63335
|
+
return writeShim_(from, to);
|
|
63336
|
+
}
|
|
63337
|
+
const vars = shebang[1] || '';
|
|
63338
|
+
const prog = shebang[2];
|
|
63339
|
+
const args = shebang[3] || '';
|
|
63340
|
+
return writeShim_(from, to, prog, args, vars);
|
|
63341
|
+
}, () => writeShim_(from, to));
|
|
63342
|
+
const writeShim_ = (from, to, prog, args, variables) => {
|
|
63343
|
+
let shTarget = relative(dirname(to), from);
|
|
63344
|
+
let target = shTarget.split('/').join('\\');
|
|
63345
|
+
let longProg;
|
|
63346
|
+
let shProg = prog && prog.split('\\').join('/');
|
|
63347
|
+
let shLongProg;
|
|
63348
|
+
let pwshProg = shProg && `"${shProg}$exe"`;
|
|
63349
|
+
let pwshLongProg;
|
|
63350
|
+
shTarget = shTarget.split('\\').join('/');
|
|
63351
|
+
args = args || '';
|
|
63352
|
+
variables = variables || '';
|
|
63353
|
+
if (!prog) {
|
|
63354
|
+
prog = `"%dp0%\\${target}"`;
|
|
63355
|
+
shProg = `"$basedir/${shTarget}"`;
|
|
63356
|
+
pwshProg = shProg;
|
|
63357
|
+
args = '';
|
|
63358
|
+
target = '';
|
|
63359
|
+
shTarget = '';
|
|
63360
|
+
} else {
|
|
63361
|
+
longProg = `"%dp0%\\${prog}.exe"`;
|
|
63362
|
+
shLongProg = `"$basedir/${prog}"`;
|
|
63363
|
+
pwshLongProg = `"$basedir/${prog}$exe"`;
|
|
63364
|
+
target = `"%dp0%\\${target}"`;
|
|
63365
|
+
shTarget = `"$basedir/${shTarget}"`;
|
|
63366
|
+
}
|
|
63367
|
+
|
|
63368
|
+
// Subroutine trick to fix https://github.com/npm/cmd-shim/issues/10
|
|
63369
|
+
// and https://github.com/npm/cli/issues/969
|
|
63370
|
+
const head = '@ECHO off\r\n' + 'GOTO start\r\n' + ':find_dp0\r\n' + 'SET dp0=%~dp0\r\n' + 'EXIT /b\r\n' + ':start\r\n' + 'SETLOCAL\r\n' + 'CALL :find_dp0\r\n';
|
|
63371
|
+
let cmd;
|
|
63372
|
+
if (longProg) {
|
|
63373
|
+
shLongProg = shLongProg.trim();
|
|
63374
|
+
args = args.trim();
|
|
63375
|
+
const variablesBatch = toBatchSyntax.convertToSetCommands(variables);
|
|
63376
|
+
cmd = head + variablesBatch + '\r\n' + `IF EXIST ${longProg} (\r\n` + ` SET "_prog=${longProg.replace(/(^")|("$)/g, '')}"\r\n` + ') ELSE (\r\n' + ` SET "_prog=${prog.replace(/(^")|("$)/g, '')}"\r\n` + ' SET PATHEXT=%PATHEXT:;.JS;=;%\r\n' + ')\r\n' + '\r\n'
|
|
63377
|
+
// prevent "Terminate Batch Job? (Y/n)" message
|
|
63378
|
+
// https://github.com/npm/cli/issues/969#issuecomment-737496588
|
|
63379
|
+
+ 'endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & ' + `"%_prog%" ${args} ${target} %*\r\n`;
|
|
63380
|
+
} else {
|
|
63381
|
+
cmd = `${head}${prog} ${args} ${target} %*\r\n`;
|
|
63382
|
+
}
|
|
63383
|
+
|
|
63384
|
+
// #!/bin/sh
|
|
63385
|
+
// basedir=`dirname "$0"`
|
|
63386
|
+
//
|
|
63387
|
+
// case `uname` in
|
|
63388
|
+
// *CYGWIN*|*MINGW*|*MSYS*)
|
|
63389
|
+
// if command -v cygpath > /dev/null 2>&1; then
|
|
63390
|
+
// basedir=`cygpath -w "$basedir"`
|
|
63391
|
+
// fi
|
|
63392
|
+
// ;;
|
|
63393
|
+
// esac
|
|
63394
|
+
//
|
|
63395
|
+
// if [ -x "$basedir/node.exe" ]; then
|
|
63396
|
+
// exec "$basedir/node.exe" "$basedir/node_modules/npm/bin/npm-cli.js" "$@"
|
|
63397
|
+
// else
|
|
63398
|
+
// exec node "$basedir/node_modules/npm/bin/npm-cli.js" "$@"
|
|
63399
|
+
// fi
|
|
63400
|
+
|
|
63401
|
+
let sh = '#!/bin/sh\n';
|
|
63402
|
+
sh = sh + `basedir=$(dirname "$(echo "$0" | sed -e 's,\\\\,/,g')")\n` + '\n' + 'case `uname` in\n' + ' *CYGWIN*|*MINGW*|*MSYS*)\n' + ' if command -v cygpath > /dev/null 2>&1; then\n' + ' basedir=`cygpath -w "$basedir"`\n' + ' fi\n' + ' ;;\n' + 'esac\n' + '\n';
|
|
63403
|
+
if (shLongProg) {
|
|
63404
|
+
sh = sh + `if [ -x ${shLongProg} ]; then\n` + ` exec ${variables}${shLongProg} ${args} ${shTarget} "$@"\n` + 'else \n' + ` exec ${variables}${shProg} ${args} ${shTarget} "$@"\n` + 'fi\n';
|
|
63405
|
+
} else {
|
|
63406
|
+
sh = sh + `exec ${shProg} ${args} ${shTarget} "$@"\n`;
|
|
63407
|
+
}
|
|
63408
|
+
|
|
63409
|
+
// #!/usr/bin/env pwsh
|
|
63410
|
+
// $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
|
|
63411
|
+
//
|
|
63412
|
+
// $ret=0
|
|
63413
|
+
// $exe = ""
|
|
63414
|
+
// if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
|
|
63415
|
+
// # Fix case when both the Windows and Linux builds of Node
|
|
63416
|
+
// # are installed in the same directory
|
|
63417
|
+
// $exe = ".exe"
|
|
63418
|
+
// }
|
|
63419
|
+
// if (Test-Path "$basedir/node") {
|
|
63420
|
+
// # Suport pipeline input
|
|
63421
|
+
// if ($MyInvocation.ExpectingInput) {
|
|
63422
|
+
// input | & "$basedir/node$exe" "$basedir/node_modules/npm/bin/npm-cli.js" $args
|
|
63423
|
+
// } else {
|
|
63424
|
+
// & "$basedir/node$exe" "$basedir/node_modules/npm/bin/npm-cli.js" $args
|
|
63425
|
+
// }
|
|
63426
|
+
// $ret=$LASTEXITCODE
|
|
63427
|
+
// } else {
|
|
63428
|
+
// # Support pipeline input
|
|
63429
|
+
// if ($MyInvocation.ExpectingInput) {
|
|
63430
|
+
// $input | & "node$exe" "$basedir/node_modules/npm/bin/npm-cli.js" $args
|
|
63431
|
+
// } else {
|
|
63432
|
+
// & "node$exe" "$basedir/node_modules/npm/bin/npm-cli.js" $args
|
|
63433
|
+
// }
|
|
63434
|
+
// $ret=$LASTEXITCODE
|
|
63435
|
+
// }
|
|
63436
|
+
// exit $ret
|
|
63437
|
+
let pwsh = '#!/usr/bin/env pwsh\n' + '$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent\n' + '\n' + '$exe=""\n' + 'if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {\n' + ' # Fix case when both the Windows and Linux builds of Node\n' + ' # are installed in the same directory\n' + ' $exe=".exe"\n' + '}\n';
|
|
63438
|
+
if (shLongProg) {
|
|
63439
|
+
pwsh = pwsh + '$ret=0\n' + `if (Test-Path ${pwshLongProg}) {\n` + ' # Support pipeline input\n' + ' if ($MyInvocation.ExpectingInput) {\n' + ` $input | & ${pwshLongProg} ${args} ${shTarget} $args\n` + ' } else {\n' + ` & ${pwshLongProg} ${args} ${shTarget} $args\n` + ' }\n' + ' $ret=$LASTEXITCODE\n' + '} else {\n' + ' # Support pipeline input\n' + ' if ($MyInvocation.ExpectingInput) {\n' + ` $input | & ${pwshProg} ${args} ${shTarget} $args\n` + ' } else {\n' + ` & ${pwshProg} ${args} ${shTarget} $args\n` + ' }\n' + ' $ret=$LASTEXITCODE\n' + '}\n' + 'exit $ret\n';
|
|
63440
|
+
} else {
|
|
63441
|
+
pwsh = pwsh + '# Support pipeline input\n' + 'if ($MyInvocation.ExpectingInput) {\n' + ` $input | & ${pwshProg} ${args} ${shTarget} $args\n` + '} else {\n' + ` & ${pwshProg} ${args} ${shTarget} $args\n` + '}\n' + 'exit $LASTEXITCODE\n';
|
|
63442
|
+
}
|
|
63443
|
+
return Promise.all([writeFile(to + '.ps1', pwsh, 'utf8'), writeFile(to + '.cmd', cmd, 'utf8'), writeFile(to, sh, 'utf8')]).then(() => chmodShim(to));
|
|
63444
|
+
};
|
|
63445
|
+
const chmodShim = to => Promise.all([chmod(to, 0o755), chmod(to + '.cmd', 0o755), chmod(to + '.ps1', 0o755)]);
|
|
63446
|
+
lib$H = cmdShim;
|
|
63447
|
+
cmdShim.ifExists = cmdShimIfExists;
|
|
63448
|
+
return lib$H;
|
|
63449
|
+
}
|
|
63450
|
+
|
|
63451
|
+
var libExports = requireLib$H();
|
|
63452
|
+
|
|
63453
63453
|
/*! @zkochan/js-yaml 0.0.10 https://github.com/nodeca/js-yaml @license MIT */
|
|
63454
63454
|
function isNothing(subject) {
|
|
63455
63455
|
return typeof subject === 'undefined' || subject === null;
|
|
@@ -66770,7 +66770,7 @@ function requireOverrideSet() {
|
|
|
66770
66770
|
const semver = requireSemver();
|
|
66771
66771
|
const {
|
|
66772
66772
|
log
|
|
66773
|
-
} = requireLib$
|
|
66773
|
+
} = requireLib$I();
|
|
66774
66774
|
class OverrideSet {
|
|
66775
66775
|
constructor({
|
|
66776
66776
|
overrides,
|
|
@@ -67652,7 +67652,7 @@ function requireLib$D() {
|
|
|
67652
67652
|
readFile,
|
|
67653
67653
|
lstat,
|
|
67654
67654
|
readdir
|
|
67655
|
-
} = require$$0$
|
|
67655
|
+
} = require$$0$l;
|
|
67656
67656
|
const parse = requireLib$F();
|
|
67657
67657
|
const normalizePackageBin = requireLib$E();
|
|
67658
67658
|
const {
|
|
@@ -68665,7 +68665,7 @@ function requireFixBin() {
|
|
|
68665
68665
|
chmod,
|
|
68666
68666
|
open,
|
|
68667
68667
|
readFile
|
|
68668
|
-
} = require$$0$
|
|
68668
|
+
} = require$$0$l;
|
|
68669
68669
|
const execMode = 0o777 & ~process.umask();
|
|
68670
68670
|
const writeFileAtomic = requireLib$B();
|
|
68671
68671
|
const isWindowsHashBang = buf => buf[0] === '#'.charCodeAt(0) && buf[1] === '!'.charCodeAt(0) && /^#![^\n]+\r\n/.test(buf.toString());
|
|
@@ -68698,13 +68698,13 @@ function requireShimBin() {
|
|
|
68698
68698
|
} = require$$0$d;
|
|
68699
68699
|
const {
|
|
68700
68700
|
lstat
|
|
68701
|
-
} = require$$0$
|
|
68701
|
+
} = require$$0$l;
|
|
68702
68702
|
const throwNonEnoent = er => {
|
|
68703
68703
|
if (er.code !== 'ENOENT') {
|
|
68704
68704
|
throw er;
|
|
68705
68705
|
}
|
|
68706
68706
|
};
|
|
68707
|
-
const cmdShim = requireLib$
|
|
68707
|
+
const cmdShim = requireLib$H();
|
|
68708
68708
|
const readCmdShim = requireLib$C();
|
|
68709
68709
|
const fixBin = requireFixBin();
|
|
68710
68710
|
|
|
@@ -68805,10 +68805,10 @@ function requireLinkGently() {
|
|
|
68805
68805
|
readlink,
|
|
68806
68806
|
rm,
|
|
68807
68807
|
symlink
|
|
68808
|
-
} = require$$0$
|
|
68808
|
+
} = require$$0$l;
|
|
68809
68809
|
const {
|
|
68810
68810
|
log
|
|
68811
|
-
} = requireLib$
|
|
68811
|
+
} = requireLib$I();
|
|
68812
68812
|
const throwSignificant = er => {
|
|
68813
68813
|
if (er.code === 'ENOENT') {
|
|
68814
68814
|
return;
|
|
@@ -69077,7 +69077,7 @@ function requireCheckBin() {
|
|
|
69077
69077
|
const readCmdShim = requireLib$C();
|
|
69078
69078
|
const {
|
|
69079
69079
|
readlink
|
|
69080
|
-
} = require$$0$
|
|
69080
|
+
} = require$$0$l;
|
|
69081
69081
|
const checkBin = async ({
|
|
69082
69082
|
bin,
|
|
69083
69083
|
path,
|
|
@@ -83864,7 +83864,7 @@ function requireNormalizeData$1() {
|
|
|
83864
83864
|
const {
|
|
83865
83865
|
URL
|
|
83866
83866
|
} = require$$0$7;
|
|
83867
|
-
const hostedGitInfo = requireLib$
|
|
83867
|
+
const hostedGitInfo = requireLib$K();
|
|
83868
83868
|
const validateLicense = requireValidateNpmPackageLicense();
|
|
83869
83869
|
const typos = {
|
|
83870
83870
|
dependancies: 'dependencies',
|
|
@@ -84140,7 +84140,7 @@ function requirePosix() {
|
|
|
84140
84140
|
});
|
|
84141
84141
|
posix.sync = posix.isexe = void 0;
|
|
84142
84142
|
const fs_1 = require$$0$b;
|
|
84143
|
-
const promises_1 = require$$0$
|
|
84143
|
+
const promises_1 = require$$0$l;
|
|
84144
84144
|
/**
|
|
84145
84145
|
* Determine whether a path is executable according to the mode and
|
|
84146
84146
|
* current (or specified) user and group IDs.
|
|
@@ -84213,7 +84213,7 @@ function requireWin32() {
|
|
|
84213
84213
|
});
|
|
84214
84214
|
win32.sync = win32.isexe = void 0;
|
|
84215
84215
|
const fs_1 = require$$0$b;
|
|
84216
|
-
const promises_1 = require$$0$
|
|
84216
|
+
const promises_1 = require$$0$l;
|
|
84217
84217
|
/**
|
|
84218
84218
|
* Determine whether a path is executable based on the file extension
|
|
84219
84219
|
* and PATHEXT environment variable (or specified pathExt option)
|
|
@@ -85249,7 +85249,7 @@ function requireSpawn() {
|
|
|
85249
85249
|
const promiseRetry = requirePromiseRetry();
|
|
85250
85250
|
const {
|
|
85251
85251
|
log
|
|
85252
|
-
} = requireLib$
|
|
85252
|
+
} = requireLib$I();
|
|
85253
85253
|
const makeError = requireMakeError();
|
|
85254
85254
|
const makeOpts = requireOpts();
|
|
85255
85255
|
spawn_1 = (gitArgs, opts = {}) => {
|
|
@@ -87547,7 +87547,7 @@ function requireClone() {
|
|
|
87547
87547
|
isWindows
|
|
87548
87548
|
} = requireUtils$3();
|
|
87549
87549
|
const pickManifest = requireLib$v();
|
|
87550
|
-
const fs = require$$0$
|
|
87550
|
+
const fs = require$$0$l;
|
|
87551
87551
|
clone_1 = (repo, ref = 'HEAD', target = null, opts = {}) => getRevs(repo, opts).then(revs => clone(repo, revs, ref, resolveRef(revs, ref, opts), target || defaultTarget(repo, opts.cwd), opts));
|
|
87552
87552
|
const maybeShallow = (repo, opts) => {
|
|
87553
87553
|
if (opts.gitShallow === false || opts.gitShallow) {
|
|
@@ -87664,7 +87664,7 @@ function requireIs() {
|
|
|
87664
87664
|
// not an airtight indicator, but a good gut-check to even bother trying
|
|
87665
87665
|
const {
|
|
87666
87666
|
stat
|
|
87667
|
-
} = require$$0$
|
|
87667
|
+
} = require$$0$l;
|
|
87668
87668
|
is = ({
|
|
87669
87669
|
cwd = process.cwd()
|
|
87670
87670
|
} = {}) => stat(cwd + '/.git').then(() => true, () => false);
|
|
@@ -87738,7 +87738,7 @@ function requireNormalize$1() {
|
|
|
87738
87738
|
const path = path$4;
|
|
87739
87739
|
const {
|
|
87740
87740
|
log
|
|
87741
|
-
} = requireLib$
|
|
87741
|
+
} = requireLib$I();
|
|
87742
87742
|
const moduleBuiltin = require$$5$4;
|
|
87743
87743
|
|
|
87744
87744
|
/**
|
|
@@ -87747,7 +87747,7 @@ function requireNormalize$1() {
|
|
|
87747
87747
|
let _hostedGitInfo;
|
|
87748
87748
|
function lazyHostedGitInfo() {
|
|
87749
87749
|
if (!_hostedGitInfo) {
|
|
87750
|
-
_hostedGitInfo = requireLib$
|
|
87750
|
+
_hostedGitInfo = requireLib$K();
|
|
87751
87751
|
}
|
|
87752
87752
|
return _hostedGitInfo;
|
|
87753
87753
|
}
|
|
@@ -88355,7 +88355,7 @@ function requireReadPackage$1() {
|
|
|
88355
88355
|
|
|
88356
88356
|
const {
|
|
88357
88357
|
readFile
|
|
88358
|
-
} = require$$0$
|
|
88358
|
+
} = require$$0$l;
|
|
88359
88359
|
const parseJSON = requireLib$F();
|
|
88360
88360
|
async function read(filename) {
|
|
88361
88361
|
try {
|
|
@@ -90302,7 +90302,7 @@ function requirePolyfill() {
|
|
|
90302
90302
|
symlink,
|
|
90303
90303
|
unlink,
|
|
90304
90304
|
utimes
|
|
90305
|
-
} = require$$0$
|
|
90305
|
+
} = require$$0$l;
|
|
90306
90306
|
const {
|
|
90307
90307
|
dirname,
|
|
90308
90308
|
isAbsolute,
|
|
@@ -90666,7 +90666,7 @@ var hasRequiredCp;
|
|
|
90666
90666
|
function requireCp() {
|
|
90667
90667
|
if (hasRequiredCp) return cp_1;
|
|
90668
90668
|
hasRequiredCp = 1;
|
|
90669
|
-
const fs = require$$0$
|
|
90669
|
+
const fs = require$$0$l;
|
|
90670
90670
|
const getOptions = requireGetOptions();
|
|
90671
90671
|
const node = requireNode$2();
|
|
90672
90672
|
const polyfill = requirePolyfill();
|
|
@@ -90701,7 +90701,7 @@ function requireWithTempDir() {
|
|
|
90701
90701
|
mkdir,
|
|
90702
90702
|
mkdtemp,
|
|
90703
90703
|
rm
|
|
90704
|
-
} = require$$0$
|
|
90704
|
+
} = require$$0$l;
|
|
90705
90705
|
|
|
90706
90706
|
// create a temp directory, ensure its permissions match its parent, then call
|
|
90707
90707
|
// the supplied function passing it the path to the directory. clean up after
|
|
@@ -90746,7 +90746,7 @@ function requireReaddirScoped() {
|
|
|
90746
90746
|
hasRequiredReaddirScoped = 1;
|
|
90747
90747
|
const {
|
|
90748
90748
|
readdir
|
|
90749
|
-
} = require$$0$
|
|
90749
|
+
} = require$$0$l;
|
|
90750
90750
|
const {
|
|
90751
90751
|
join
|
|
90752
90752
|
} = require$$0$d;
|
|
@@ -90779,7 +90779,7 @@ function requireMoveFile() {
|
|
|
90779
90779
|
relative,
|
|
90780
90780
|
isAbsolute
|
|
90781
90781
|
} = require$$0$d;
|
|
90782
|
-
const fs = require$$0$
|
|
90782
|
+
const fs = require$$0$l;
|
|
90783
90783
|
const pathExists = async path => {
|
|
90784
90784
|
try {
|
|
90785
90785
|
await fs.access(path);
|
|
@@ -90886,7 +90886,7 @@ function requireEntryIndex$1() {
|
|
|
90886
90886
|
readdir,
|
|
90887
90887
|
rm,
|
|
90888
90888
|
writeFile
|
|
90889
|
-
} = require$$0$
|
|
90889
|
+
} = require$$0$l;
|
|
90890
90890
|
const {
|
|
90891
90891
|
Minipass
|
|
90892
90892
|
} = requireCommonjs$b();
|
|
@@ -91666,7 +91666,7 @@ var hasRequiredRead$1;
|
|
|
91666
91666
|
function requireRead$1() {
|
|
91667
91667
|
if (hasRequiredRead$1) return read$1.exports;
|
|
91668
91668
|
hasRequiredRead$1 = 1;
|
|
91669
|
-
const fs = require$$0$
|
|
91669
|
+
const fs = require$$0$l;
|
|
91670
91670
|
const fsm = requireLib$o();
|
|
91671
91671
|
const ssri = requireLib$s();
|
|
91672
91672
|
const contentPath = requirePath$1();
|
|
@@ -92054,7 +92054,7 @@ function requireWrite$1() {
|
|
|
92054
92054
|
hasRequiredWrite$1 = 1;
|
|
92055
92055
|
const events = require$$0$c;
|
|
92056
92056
|
const contentPath = requirePath$1();
|
|
92057
|
-
const fs = require$$0$
|
|
92057
|
+
const fs = require$$0$l;
|
|
92058
92058
|
const {
|
|
92059
92059
|
moveFile
|
|
92060
92060
|
} = requireLib$p();
|
|
@@ -92359,7 +92359,7 @@ var hasRequiredRm$3;
|
|
|
92359
92359
|
function requireRm$3() {
|
|
92360
92360
|
if (hasRequiredRm$3) return rm_1$1;
|
|
92361
92361
|
hasRequiredRm$3 = 1;
|
|
92362
|
-
const fs = require$$0$
|
|
92362
|
+
const fs = require$$0$l;
|
|
92363
92363
|
const contentPath = requirePath$1();
|
|
92364
92364
|
const {
|
|
92365
92365
|
hasContent
|
|
@@ -92387,7 +92387,7 @@ function requireRm$2() {
|
|
|
92387
92387
|
hasRequiredRm$2 = 1;
|
|
92388
92388
|
const {
|
|
92389
92389
|
rm
|
|
92390
|
-
} = require$$0$
|
|
92390
|
+
} = require$$0$l;
|
|
92391
92391
|
const glob = requireGlob$2();
|
|
92392
92392
|
const index = requireEntryIndex$1();
|
|
92393
92393
|
const memo = requireMemoization$1();
|
|
@@ -92432,7 +92432,7 @@ function requireVerify$2() {
|
|
|
92432
92432
|
stat,
|
|
92433
92433
|
truncate,
|
|
92434
92434
|
writeFile
|
|
92435
|
-
} = require$$0$
|
|
92435
|
+
} = require$$0$l;
|
|
92436
92436
|
const contentPath = requirePath$1();
|
|
92437
92437
|
const fsm = requireLib$o();
|
|
92438
92438
|
const glob = requireGlob$2();
|
|
@@ -92683,7 +92683,7 @@ function requireTmp$1() {
|
|
|
92683
92683
|
const {
|
|
92684
92684
|
withTempDir
|
|
92685
92685
|
} = requireLib$p();
|
|
92686
|
-
const fs = require$$0$
|
|
92686
|
+
const fs = require$$0$l;
|
|
92687
92687
|
const path = require$$0$d;
|
|
92688
92688
|
tmp$1.mkdir = mktmpdir;
|
|
92689
92689
|
async function mktmpdir(cache, opts = {}) {
|
|
@@ -93011,7 +93011,7 @@ function requireLib$l() {
|
|
|
93011
93011
|
readFile,
|
|
93012
93012
|
readdir,
|
|
93013
93013
|
stat
|
|
93014
|
-
} = require$$0$
|
|
93014
|
+
} = require$$0$l;
|
|
93015
93015
|
const {
|
|
93016
93016
|
resolve,
|
|
93017
93017
|
basename,
|
|
@@ -100867,7 +100867,7 @@ function requireRunScriptPkg$1() {
|
|
|
100867
100867
|
const {
|
|
100868
100868
|
output,
|
|
100869
100869
|
input
|
|
100870
|
-
} = requireLib$
|
|
100870
|
+
} = requireLib$I();
|
|
100871
100871
|
output.standard(banner);
|
|
100872
100872
|
inputEnd = input.start();
|
|
100873
100873
|
}
|
|
@@ -114253,7 +114253,7 @@ function requireCheckResponse$1() {
|
|
|
114253
114253
|
const defaultOpts = requireDefaultOpts$1();
|
|
114254
114254
|
const {
|
|
114255
114255
|
log
|
|
114256
|
-
} = requireLib$
|
|
114256
|
+
} = requireLib$I();
|
|
114257
114257
|
const {
|
|
114258
114258
|
redact: cleanUrl
|
|
114259
114259
|
} = requireLib$f();
|
|
@@ -123251,7 +123251,7 @@ function requireRemote$2() {
|
|
|
123251
123251
|
const ssri = requireLib$s();
|
|
123252
123252
|
const {
|
|
123253
123253
|
log
|
|
123254
|
-
} = requireLib$
|
|
123254
|
+
} = requireLib$I();
|
|
123255
123255
|
const CachingMinipassPipeline = requirePipeline$1();
|
|
123256
123256
|
const {
|
|
123257
123257
|
getAgent
|
|
@@ -125105,7 +125105,7 @@ function requireGit() {
|
|
|
125105
125105
|
} = requireCommonjs$b();
|
|
125106
125106
|
const {
|
|
125107
125107
|
log
|
|
125108
|
-
} = requireLib$
|
|
125108
|
+
} = requireLib$I();
|
|
125109
125109
|
const DirFetcher = requireDir();
|
|
125110
125110
|
const Fetcher = requireFetcher();
|
|
125111
125111
|
const FileFetcher = requireFile$1();
|
|
@@ -130263,7 +130263,7 @@ function requireFetch$1() {
|
|
|
130263
130263
|
*/
|
|
130264
130264
|
const http2_1 = require$$0$s;
|
|
130265
130265
|
const make_fetch_happen_1 = __importDefault(requireLib$d());
|
|
130266
|
-
const proc_log_1 = requireLib$
|
|
130266
|
+
const proc_log_1 = requireLib$I();
|
|
130267
130267
|
const promise_retry_1 = __importDefault(requirePromiseRetry());
|
|
130268
130268
|
const util_1 = requireUtil();
|
|
130269
130269
|
const error_1 = requireError$5();
|
|
@@ -133465,7 +133465,7 @@ function requireTmpfile() {
|
|
|
133465
133465
|
value: true
|
|
133466
133466
|
});
|
|
133467
133467
|
tmpfile.withTempFile = void 0;
|
|
133468
|
-
const promises_1 = __importDefault(require$$0$
|
|
133468
|
+
const promises_1 = __importDefault(require$$0$l);
|
|
133469
133469
|
const os_1 = __importDefault(require$$0$f);
|
|
133470
133470
|
const path_1 = __importDefault(require$$0$d);
|
|
133471
133471
|
// Invokes the given handler with the path to a temporary file. The file
|
|
@@ -137027,7 +137027,7 @@ function requireFetcher() {
|
|
|
137027
137027
|
} = requireCommonjs$b();
|
|
137028
137028
|
const {
|
|
137029
137029
|
log
|
|
137030
|
-
} = requireLib$
|
|
137030
|
+
} = requireLib$I();
|
|
137031
137031
|
const _ = require_protected();
|
|
137032
137032
|
const cacheDir = requireCacheDir();
|
|
137033
137033
|
const isPackageBin = requireIsPackageBin();
|
|
@@ -137596,7 +137596,7 @@ function requireCheckResponse() {
|
|
|
137596
137596
|
const defaultOpts = requireDefaultOpts();
|
|
137597
137597
|
const {
|
|
137598
137598
|
log
|
|
137599
|
-
} = requireLib$
|
|
137599
|
+
} = requireLib$I();
|
|
137600
137600
|
const {
|
|
137601
137601
|
redact: cleanUrl
|
|
137602
137602
|
} = requireLib$f();
|
|
@@ -138212,7 +138212,7 @@ function requireEntryIndex() {
|
|
|
138212
138212
|
readdir,
|
|
138213
138213
|
rm,
|
|
138214
138214
|
writeFile
|
|
138215
|
-
} = require$$0$
|
|
138215
|
+
} = require$$0$l;
|
|
138216
138216
|
const {
|
|
138217
138217
|
Minipass
|
|
138218
138218
|
} = requireCommonjs$b();
|
|
@@ -138603,7 +138603,7 @@ var hasRequiredRead;
|
|
|
138603
138603
|
function requireRead() {
|
|
138604
138604
|
if (hasRequiredRead) return read.exports;
|
|
138605
138605
|
hasRequiredRead = 1;
|
|
138606
|
-
const fs = require$$0$
|
|
138606
|
+
const fs = require$$0$l;
|
|
138607
138607
|
const fsm = requireLib$o();
|
|
138608
138608
|
const ssri = requireLib$s();
|
|
138609
138609
|
const contentPath = requirePath();
|
|
@@ -138955,7 +138955,7 @@ function requireWrite() {
|
|
|
138955
138955
|
hasRequiredWrite = 1;
|
|
138956
138956
|
const events = require$$0$c;
|
|
138957
138957
|
const contentPath = requirePath();
|
|
138958
|
-
const fs = require$$0$
|
|
138958
|
+
const fs = require$$0$l;
|
|
138959
138959
|
const {
|
|
138960
138960
|
moveFile
|
|
138961
138961
|
} = requireLib$p();
|
|
@@ -142572,7 +142572,7 @@ var hasRequiredRm$1;
|
|
|
142572
142572
|
function requireRm$1() {
|
|
142573
142573
|
if (hasRequiredRm$1) return rm_1;
|
|
142574
142574
|
hasRequiredRm$1 = 1;
|
|
142575
|
-
const fs = require$$0$
|
|
142575
|
+
const fs = require$$0$l;
|
|
142576
142576
|
const contentPath = requirePath();
|
|
142577
142577
|
const {
|
|
142578
142578
|
hasContent
|
|
@@ -142600,7 +142600,7 @@ function requireRm() {
|
|
|
142600
142600
|
hasRequiredRm = 1;
|
|
142601
142601
|
const {
|
|
142602
142602
|
rm: rm$1
|
|
142603
|
-
} = require$$0$
|
|
142603
|
+
} = require$$0$l;
|
|
142604
142604
|
const glob = requireGlob();
|
|
142605
142605
|
const index = requireEntryIndex();
|
|
142606
142606
|
const memo = requireMemoization();
|
|
@@ -142645,7 +142645,7 @@ function requireVerify() {
|
|
|
142645
142645
|
stat,
|
|
142646
142646
|
truncate,
|
|
142647
142647
|
writeFile
|
|
142648
|
-
} = require$$0$
|
|
142648
|
+
} = require$$0$l;
|
|
142649
142649
|
const contentPath = requirePath();
|
|
142650
142650
|
const fsm = requireLib$o();
|
|
142651
142651
|
const glob = requireGlob();
|
|
@@ -142896,7 +142896,7 @@ function requireTmp() {
|
|
|
142896
142896
|
const {
|
|
142897
142897
|
withTempDir
|
|
142898
142898
|
} = requireLib$p();
|
|
142899
|
-
const fs = require$$0$
|
|
142899
|
+
const fs = require$$0$l;
|
|
142900
142900
|
const path = require$$0$d;
|
|
142901
142901
|
tmp.mkdir = mktmpdir;
|
|
142902
142902
|
async function mktmpdir(cache, opts = {}) {
|
|
@@ -143056,7 +143056,7 @@ function requireRemote() {
|
|
|
143056
143056
|
const ssri = requireLib$s();
|
|
143057
143057
|
const {
|
|
143058
143058
|
log
|
|
143059
|
-
} = requireLib$
|
|
143059
|
+
} = requireLib$I();
|
|
143060
143060
|
const CachingMinipassPipeline = requirePipeline();
|
|
143061
143061
|
const {
|
|
143062
143062
|
getAgent
|
|
@@ -144265,7 +144265,7 @@ function requireQuerySelectorAll() {
|
|
|
144265
144265
|
const localeCompare = requireStringLocaleCompare()('en');
|
|
144266
144266
|
const {
|
|
144267
144267
|
log
|
|
144268
|
-
} = requireLib$
|
|
144268
|
+
} = requireLib$I();
|
|
144269
144269
|
const {
|
|
144270
144270
|
minimatch
|
|
144271
144271
|
} = requireCommonjs$f();
|
|
@@ -145229,7 +145229,7 @@ function requireNode() {
|
|
|
145229
145229
|
} = requireCommonjs$g();
|
|
145230
145230
|
const {
|
|
145231
145231
|
log
|
|
145232
|
-
} = requireLib$
|
|
145232
|
+
} = requireLib$I();
|
|
145233
145233
|
const {
|
|
145234
145234
|
resolve,
|
|
145235
145235
|
relative,
|
|
@@ -148165,7 +148165,7 @@ function requireNormalize() {
|
|
|
148165
148165
|
const path = path$4;
|
|
148166
148166
|
const {
|
|
148167
148167
|
log
|
|
148168
|
-
} = requireLib$
|
|
148168
|
+
} = requireLib$I();
|
|
148169
148169
|
const moduleBuiltin = require$$5$4;
|
|
148170
148170
|
|
|
148171
148171
|
/**
|
|
@@ -148763,7 +148763,7 @@ function requireReadPackage() {
|
|
|
148763
148763
|
|
|
148764
148764
|
const {
|
|
148765
148765
|
readFile
|
|
148766
|
-
} = require$$0$
|
|
148766
|
+
} = require$$0$l;
|
|
148767
148767
|
const parseJSON = requireLib$F();
|
|
148768
148768
|
async function read(filename) {
|
|
148769
148769
|
try {
|
|
@@ -149454,7 +149454,7 @@ function requireAddRmPkgDeps() {
|
|
|
149454
149454
|
|
|
149455
149455
|
const {
|
|
149456
149456
|
log
|
|
149457
|
-
} = requireLib$
|
|
149457
|
+
} = requireLib$I();
|
|
149458
149458
|
const localeCompare = requireStringLocaleCompare()('en');
|
|
149459
149459
|
const add = ({
|
|
149460
149460
|
pkg,
|
|
@@ -150234,7 +150234,7 @@ function requireLib$2() {
|
|
|
150234
150234
|
const cacache = requireLib$9();
|
|
150235
150235
|
const {
|
|
150236
150236
|
time
|
|
150237
|
-
} = requireLib$
|
|
150237
|
+
} = requireLib$I();
|
|
150238
150238
|
const Advisory = requireAdvisory();
|
|
150239
150239
|
const {
|
|
150240
150240
|
homedir
|
|
@@ -150377,7 +150377,7 @@ function requireAuditReport() {
|
|
|
150377
150377
|
const {
|
|
150378
150378
|
log,
|
|
150379
150379
|
time
|
|
150380
|
-
} = requireLib$
|
|
150380
|
+
} = requireLib$I();
|
|
150381
150381
|
const npmFetch = requireLib$7();
|
|
150382
150382
|
class AuditReport extends Map {
|
|
150383
150383
|
#omit;
|
|
@@ -150691,7 +150691,7 @@ function requirePackumentCache() {
|
|
|
150691
150691
|
} = require$$1$c;
|
|
150692
150692
|
const {
|
|
150693
150693
|
log
|
|
150694
|
-
} = requireLib$
|
|
150694
|
+
} = requireLib$I();
|
|
150695
150695
|
|
|
150696
150696
|
// This is an in-memory cache that Pacote uses for packuments.
|
|
150697
150697
|
// Packuments are usually cached on disk. This allows for rapid re-requests
|
|
@@ -151934,7 +151934,7 @@ function requirePlaceDep() {
|
|
|
151934
151934
|
const localeCompare = requireStringLocaleCompare()('en');
|
|
151935
151935
|
const {
|
|
151936
151936
|
log
|
|
151937
|
-
} = requireLib$
|
|
151937
|
+
} = requireLib$I();
|
|
151938
151938
|
const {
|
|
151939
151939
|
redact
|
|
151940
151940
|
} = requireLib$f();
|
|
@@ -153613,7 +153613,7 @@ function requireShrinkwrap() {
|
|
|
153613
153613
|
|
|
153614
153614
|
const {
|
|
153615
153615
|
log
|
|
153616
|
-
} = requireLib$
|
|
153616
|
+
} = requireLib$I();
|
|
153617
153617
|
const YarnLock = requireYarnLock();
|
|
153618
153618
|
const {
|
|
153619
153619
|
readFile,
|
|
@@ -154750,7 +154750,7 @@ function requireBuildIdealTree() {
|
|
|
154750
154750
|
const {
|
|
154751
154751
|
log,
|
|
154752
154752
|
time
|
|
154753
|
-
} = requireLib$
|
|
154753
|
+
} = requireLib$I();
|
|
154754
154754
|
const {
|
|
154755
154755
|
redact
|
|
154756
154756
|
} = requireLib$f();
|
|
@@ -157414,7 +157414,7 @@ function requireRunScriptPkg() {
|
|
|
157414
157414
|
const {
|
|
157415
157415
|
output,
|
|
157416
157416
|
input
|
|
157417
|
-
} = requireLib$
|
|
157417
|
+
} = requireLib$I();
|
|
157418
157418
|
output.standard(banner);
|
|
157419
157419
|
inputEnd = input.start();
|
|
157420
157420
|
}
|
|
@@ -157571,7 +157571,7 @@ function requireRebuild() {
|
|
|
157571
157571
|
const {
|
|
157572
157572
|
log,
|
|
157573
157573
|
time
|
|
157574
|
-
} = requireLib$
|
|
157574
|
+
} = requireLib$I();
|
|
157575
157575
|
const boolEnv = b => b ? '1' : '';
|
|
157576
157576
|
const sortNodes = (a, b) => a.depth - b.depth || localeCompare(a.path, b.path);
|
|
157577
157577
|
const _checkBins = Symbol.for('checkBins');
|
|
@@ -158473,7 +158473,7 @@ function requireReify() {
|
|
|
158473
158473
|
const {
|
|
158474
158474
|
log,
|
|
158475
158475
|
time
|
|
158476
|
-
} = requireLib$
|
|
158476
|
+
} = requireLib$I();
|
|
158477
158477
|
const rpj = requireLib$D();
|
|
158478
158478
|
const hgi = requireLib$5();
|
|
158479
158479
|
const {
|
|
@@ -160553,7 +160553,7 @@ function requireArborist() {
|
|
|
160553
160553
|
const {
|
|
160554
160554
|
log,
|
|
160555
160555
|
time
|
|
160556
|
-
} = requireLib$
|
|
160556
|
+
} = requireLib$I();
|
|
160557
160557
|
const {
|
|
160558
160558
|
saveTypeMap
|
|
160559
160559
|
} = requireAddRmPkgDeps();
|
|
@@ -160978,5 +160978,5 @@ exports.terminalLinkExports = terminalLinkExports;
|
|
|
160978
160978
|
exports.updater = updater$1;
|
|
160979
160979
|
exports.yargsParser = yargsParser;
|
|
160980
160980
|
exports.yoctocolorsCjsExports = yoctocolorsCjsExports;
|
|
160981
|
-
//# debugId=
|
|
160981
|
+
//# debugId=406d7b8c-f921-4d3d-a49f-f886ed6115f9
|
|
160982
160982
|
//# sourceMappingURL=vendor.js.map
|