pnpm 6.29.2 → 6.32.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/.bin/color-support +0 -5
- package/dist/node_modules/.bin/mkdirp +0 -5
- package/dist/node_modules/.bin/node-gyp +0 -5
- package/dist/node_modules/.bin/node-which +0 -5
- package/dist/node_modules/.bin/nopt +0 -5
- package/dist/node_modules/.bin/rimraf +0 -5
- package/dist/node_modules/.bin/semver +0 -5
- package/dist/node_modules/.modules.yaml +2 -2
- package/dist/node_modules/.pnpm/lock.yaml +25 -26
- package/dist/node_modules/@gar/promisify/package.json +1 -1
- package/dist/node_modules/@npmcli/fs/package.json +2 -5
- package/dist/node_modules/agentkeepalive/package.json +1 -1
- package/dist/node_modules/are-we-there-yet/package.json +11 -7
- package/dist/node_modules/color-support/bin.js +0 -0
- package/dist/node_modules/gauge/lib/themes.js +2 -2
- package/dist/node_modules/gauge/package.json +7 -4
- package/dist/node_modules/minimatch/minimatch.js +93 -69
- package/dist/node_modules/minimatch/package.json +6 -3
- package/dist/node_modules/mkdirp/bin/cmd.js +0 -0
- package/dist/node_modules/node-gyp/gyp/gyp +0 -0
- package/dist/node_modules/node-gyp/gyp/gyp.bat +0 -0
- package/dist/node_modules/node-gyp/gyp/gyp_main.py +0 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py +0 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/__init__.py +0 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/common_test.py +0 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py +0 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py +0 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py +0 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/input_test.py +0 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py +0 -0
- package/dist/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py +0 -0
- package/dist/node_modules/node-gyp/gyp/test_gyp.py +0 -0
- package/dist/node_modules/node-gyp/gyp/tools/emacs/run-unit-tests.sh +0 -0
- package/dist/node_modules/node-gyp/gyp/tools/graphviz.py +0 -0
- package/dist/node_modules/node-gyp/gyp/tools/pretty_gyp.py +0 -0
- package/dist/node_modules/node-gyp/gyp/tools/pretty_sln.py +0 -0
- package/dist/node_modules/node-gyp/gyp/tools/pretty_vcproj.py +0 -0
- package/dist/node_modules/node-gyp/update-gyp.py +0 -0
- package/dist/node_modules/nopt/bin/nopt.js +0 -0
- package/dist/node_modules/npmlog/lib/log.js +5 -4
- package/dist/node_modules/npmlog/package.json +9 -6
- package/dist/node_modules/rimraf/bin.js +0 -0
- package/dist/node_modules/semver/bin/semver.js +0 -0
- package/dist/node_modules/socks/build/client/socksclient.js +10 -7
- package/dist/node_modules/socks/build/client/socksclient.js.map +1 -1
- package/dist/node_modules/socks/package.json +9 -11
- package/dist/node_modules/which/bin/node-which +0 -0
- package/dist/node_modules/wide-align/LICENSE +0 -0
- package/dist/node_modules/wide-align/align.js +0 -0
- package/dist/node_modules/wide-align/package.json +0 -0
- package/dist/pnpm.cjs +1018 -895
- package/dist/pnpx.cjs +3270 -76
- package/package.json +30 -31
|
@@ -5,11 +5,6 @@ case `uname` in
|
|
|
5
5
|
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
|
-
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/color-support/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
|
|
10
|
-
else
|
|
11
|
-
export NODE_PATH="$NODE_PATH:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/color-support/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
|
|
12
|
-
fi
|
|
13
8
|
if [ -x "$basedir/node" ]; then
|
|
14
9
|
exec "$basedir/node" "$basedir/../color-support/bin.js" "$@"
|
|
15
10
|
else
|
|
@@ -5,11 +5,6 @@ case `uname` in
|
|
|
5
5
|
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
|
-
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/mkdirp/bin/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/mkdirp/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
|
|
10
|
-
else
|
|
11
|
-
export NODE_PATH="$NODE_PATH:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/mkdirp/bin/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/mkdirp/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
|
|
12
|
-
fi
|
|
13
8
|
if [ -x "$basedir/node" ]; then
|
|
14
9
|
exec "$basedir/node" "$basedir/../mkdirp/bin/cmd.js" "$@"
|
|
15
10
|
else
|
|
@@ -5,11 +5,6 @@ case `uname` in
|
|
|
5
5
|
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
|
-
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/node-gyp/bin/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/node-gyp/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
|
|
10
|
-
else
|
|
11
|
-
export NODE_PATH="$NODE_PATH:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/node-gyp/bin/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/node-gyp/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
|
|
12
|
-
fi
|
|
13
8
|
if [ -x "$basedir/node" ]; then
|
|
14
9
|
exec "$basedir/node" "$basedir/../node-gyp/bin/node-gyp.js" "$@"
|
|
15
10
|
else
|
|
@@ -5,11 +5,6 @@ case `uname` in
|
|
|
5
5
|
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
|
-
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/which/bin/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/which/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
|
|
10
|
-
else
|
|
11
|
-
export NODE_PATH="$NODE_PATH:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/which/bin/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/which/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
|
|
12
|
-
fi
|
|
13
8
|
if [ -x "$basedir/node" ]; then
|
|
14
9
|
exec "$basedir/node" "$basedir/../which/bin/node-which" "$@"
|
|
15
10
|
else
|
|
@@ -5,11 +5,6 @@ case `uname` in
|
|
|
5
5
|
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
|
-
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/nopt/bin/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/nopt/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
|
|
10
|
-
else
|
|
11
|
-
export NODE_PATH="$NODE_PATH:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/nopt/bin/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/nopt/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
|
|
12
|
-
fi
|
|
13
8
|
if [ -x "$basedir/node" ]; then
|
|
14
9
|
exec "$basedir/node" "$basedir/../nopt/bin/nopt.js" "$@"
|
|
15
10
|
else
|
|
@@ -5,11 +5,6 @@ case `uname` in
|
|
|
5
5
|
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
|
-
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/rimraf/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
|
|
10
|
-
else
|
|
11
|
-
export NODE_PATH="$NODE_PATH:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/rimraf/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
|
|
12
|
-
fi
|
|
13
8
|
if [ -x "$basedir/node" ]; then
|
|
14
9
|
exec "$basedir/node" "$basedir/../rimraf/bin.js" "$@"
|
|
15
10
|
else
|
|
@@ -5,11 +5,6 @@ case `uname` in
|
|
|
5
5
|
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
6
|
esac
|
|
7
7
|
|
|
8
|
-
if [ -z "$NODE_PATH" ]; then
|
|
9
|
-
export NODE_PATH="/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/semver/bin/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/semver/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
|
|
10
|
-
else
|
|
11
|
-
export NODE_PATH="$NODE_PATH:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/semver/bin/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules/semver/node_modules:/home/runner/work/pnpm/pnpm/packages/pnpm/node_modules:/home/runner/work/pnpm/pnpm/packages/node_modules:/home/runner/work/pnpm/pnpm/node_modules:/home/runner/work/pnpm/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules"
|
|
12
|
-
fi
|
|
13
8
|
if [ -x "$basedir/node" ]; then
|
|
14
9
|
exec "$basedir/node" "$basedir/../semver/bin/semver.js" "$@"
|
|
15
10
|
else
|
|
@@ -7,11 +7,11 @@ included:
|
|
|
7
7
|
injectedDeps: {}
|
|
8
8
|
layoutVersion: 5
|
|
9
9
|
nodeLinker: hoisted
|
|
10
|
-
packageManager: pnpm@
|
|
10
|
+
packageManager: pnpm@7.0.0-alpha.2
|
|
11
11
|
pendingBuilds:
|
|
12
12
|
- /node-gyp/8.4.1
|
|
13
13
|
- /encoding/0.1.13
|
|
14
|
-
prunedAt:
|
|
14
|
+
prunedAt: Tue, 22 Feb 2022 01:17:18 GMT
|
|
15
15
|
publicHoistPattern:
|
|
16
16
|
- '*types*'
|
|
17
17
|
- '*eslint*'
|
|
@@ -8,16 +8,15 @@ optionalDependencies:
|
|
|
8
8
|
|
|
9
9
|
packages:
|
|
10
10
|
|
|
11
|
-
/@gar/promisify/1.1.
|
|
12
|
-
resolution: {integrity: sha512-
|
|
11
|
+
/@gar/promisify/1.1.3:
|
|
12
|
+
resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==}
|
|
13
13
|
dev: false
|
|
14
14
|
optional: true
|
|
15
15
|
|
|
16
|
-
/@npmcli/fs/1.1.
|
|
17
|
-
resolution: {integrity: sha512-
|
|
18
|
-
engines: {node: ^12.13.0 || ^14.15.0 || >=16}
|
|
16
|
+
/@npmcli/fs/1.1.1:
|
|
17
|
+
resolution: {integrity: sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==}
|
|
19
18
|
dependencies:
|
|
20
|
-
'@gar/promisify': 1.1.
|
|
19
|
+
'@gar/promisify': 1.1.3
|
|
21
20
|
semver: 7.3.5
|
|
22
21
|
dev: false
|
|
23
22
|
optional: true
|
|
@@ -52,8 +51,8 @@ packages:
|
|
|
52
51
|
dev: false
|
|
53
52
|
optional: true
|
|
54
53
|
|
|
55
|
-
/agentkeepalive/4.2.
|
|
56
|
-
resolution: {integrity: sha512-
|
|
54
|
+
/agentkeepalive/4.2.1:
|
|
55
|
+
resolution: {integrity: sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==}
|
|
57
56
|
engines: {node: '>= 8.0.0'}
|
|
58
57
|
dependencies:
|
|
59
58
|
debug: 4.3.3
|
|
@@ -84,9 +83,9 @@ packages:
|
|
|
84
83
|
dev: false
|
|
85
84
|
optional: true
|
|
86
85
|
|
|
87
|
-
/are-we-there-yet/
|
|
88
|
-
resolution: {integrity: sha512-
|
|
89
|
-
engines: {node:
|
|
86
|
+
/are-we-there-yet/3.0.0:
|
|
87
|
+
resolution: {integrity: sha512-0GWpv50YSOcLXaN6/FAKY3vfRbllXWV2xvfA/oKJF8pzFhWXPV+yjhJXDBbjscDYowv7Yw1A3uigpzn5iEGTyw==}
|
|
88
|
+
engines: {node: ^12.13.0 || ^14.15.0 || >=16}
|
|
90
89
|
dependencies:
|
|
91
90
|
delegates: 1.0.0
|
|
92
91
|
readable-stream: 3.6.0
|
|
@@ -110,7 +109,7 @@ packages:
|
|
|
110
109
|
resolution: {integrity: sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==}
|
|
111
110
|
engines: {node: '>= 10'}
|
|
112
111
|
dependencies:
|
|
113
|
-
'@npmcli/fs': 1.1.
|
|
112
|
+
'@npmcli/fs': 1.1.1
|
|
114
113
|
'@npmcli/move-file': 1.1.2
|
|
115
114
|
chownr: 2.0.0
|
|
116
115
|
fs-minipass: 2.1.0
|
|
@@ -220,8 +219,8 @@ packages:
|
|
|
220
219
|
dev: false
|
|
221
220
|
optional: true
|
|
222
221
|
|
|
223
|
-
/gauge/4.0.
|
|
224
|
-
resolution: {integrity: sha512-
|
|
222
|
+
/gauge/4.0.1:
|
|
223
|
+
resolution: {integrity: sha512-zJ4jePUHR8cceduZ53b6temRalyGpkC2Kc2r3ecNphmL+uWNoJ3YcOcUjpbG6WwoE/Ef6/+aEZz63neI2WIa1Q==}
|
|
225
224
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16}
|
|
226
225
|
dependencies:
|
|
227
226
|
ansi-regex: 5.0.1
|
|
@@ -242,7 +241,7 @@ packages:
|
|
|
242
241
|
fs.realpath: 1.0.0
|
|
243
242
|
inflight: 1.0.6
|
|
244
243
|
inherits: 2.0.4
|
|
245
|
-
minimatch: 3.
|
|
244
|
+
minimatch: 3.1.2
|
|
246
245
|
once: 1.4.0
|
|
247
246
|
path-is-absolute: 1.0.1
|
|
248
247
|
dev: false
|
|
@@ -364,7 +363,7 @@ packages:
|
|
|
364
363
|
resolution: {integrity: sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==}
|
|
365
364
|
engines: {node: '>= 10'}
|
|
366
365
|
dependencies:
|
|
367
|
-
agentkeepalive: 4.2.
|
|
366
|
+
agentkeepalive: 4.2.1
|
|
368
367
|
cacache: 15.3.0
|
|
369
368
|
http-cache-semantics: 4.1.0
|
|
370
369
|
http-proxy-agent: 4.0.1
|
|
@@ -385,8 +384,8 @@ packages:
|
|
|
385
384
|
dev: false
|
|
386
385
|
optional: true
|
|
387
386
|
|
|
388
|
-
/minimatch/3.
|
|
389
|
-
resolution: {integrity: sha512-
|
|
387
|
+
/minimatch/3.1.2:
|
|
388
|
+
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
|
|
390
389
|
dependencies:
|
|
391
390
|
brace-expansion: 1.1.11
|
|
392
391
|
dev: false
|
|
@@ -487,7 +486,7 @@ packages:
|
|
|
487
486
|
graceful-fs: 4.2.9
|
|
488
487
|
make-fetch-happen: 9.1.0
|
|
489
488
|
nopt: 5.0.0
|
|
490
|
-
npmlog: 6.0.
|
|
489
|
+
npmlog: 6.0.1
|
|
491
490
|
rimraf: 3.0.2
|
|
492
491
|
semver: 7.3.5
|
|
493
492
|
tar: 6.1.11
|
|
@@ -506,13 +505,13 @@ packages:
|
|
|
506
505
|
dev: false
|
|
507
506
|
optional: true
|
|
508
507
|
|
|
509
|
-
/npmlog/6.0.
|
|
510
|
-
resolution: {integrity: sha512-
|
|
508
|
+
/npmlog/6.0.1:
|
|
509
|
+
resolution: {integrity: sha512-BTHDvY6nrRHuRfyjt1MAufLxYdVXZfd099H4+i1f0lPywNQyI4foeNXJRObB/uy+TYqUW0vAD9gbdSOXPst7Eg==}
|
|
511
510
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16}
|
|
512
511
|
dependencies:
|
|
513
|
-
are-we-there-yet:
|
|
512
|
+
are-we-there-yet: 3.0.0
|
|
514
513
|
console-control-strings: 1.1.0
|
|
515
|
-
gauge: 4.0.
|
|
514
|
+
gauge: 4.0.1
|
|
516
515
|
set-blocking: 2.0.0
|
|
517
516
|
dev: false
|
|
518
517
|
optional: true
|
|
@@ -617,14 +616,14 @@ packages:
|
|
|
617
616
|
dependencies:
|
|
618
617
|
agent-base: 6.0.2
|
|
619
618
|
debug: 4.3.3
|
|
620
|
-
socks: 2.6.
|
|
619
|
+
socks: 2.6.2
|
|
621
620
|
transitivePeerDependencies:
|
|
622
621
|
- supports-color
|
|
623
622
|
dev: false
|
|
624
623
|
optional: true
|
|
625
624
|
|
|
626
|
-
/socks/2.6.
|
|
627
|
-
resolution: {integrity: sha512-
|
|
625
|
+
/socks/2.6.2:
|
|
626
|
+
resolution: {integrity: sha512-zDZhHhZRY9PxRruRMR7kMhnf3I8hDs4S3f9RecfnGxvcBHQcKcIH/oUcEWffsfl1XxdYlA7nnlGbbTvPz9D8gA==}
|
|
628
627
|
engines: {node: '>= 10.13.0', npm: '>= 3.0.0'}
|
|
629
628
|
dependencies:
|
|
630
629
|
ip: 1.1.5
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@npmcli/fs",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "filesystem utilities for the npm cli",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"files": [
|
|
@@ -34,8 +34,5 @@
|
|
|
34
34
|
"@gar/promisify": "^1.0.1",
|
|
35
35
|
"semver": "^7.3.5"
|
|
36
36
|
},
|
|
37
|
-
"templateVersion": "2.3.1"
|
|
38
|
-
"engines": {
|
|
39
|
-
"node": "^12.13.0 || ^14.15.0 || >=16"
|
|
40
|
-
}
|
|
37
|
+
"templateVersion": "2.3.1"
|
|
41
38
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "are-we-there-yet",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Keep track of the overall completion of many disparate processes",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -13,7 +13,9 @@
|
|
|
13
13
|
"preversion": "npm test",
|
|
14
14
|
"postversion": "npm publish",
|
|
15
15
|
"prepublishOnly": "git push origin --follow-tags",
|
|
16
|
-
"snap": "tap"
|
|
16
|
+
"snap": "tap",
|
|
17
|
+
"postlint": "npm-template-check",
|
|
18
|
+
"template-copy": "npm-template-copy --force"
|
|
17
19
|
},
|
|
18
20
|
"repository": {
|
|
19
21
|
"type": "git",
|
|
@@ -26,9 +28,9 @@
|
|
|
26
28
|
},
|
|
27
29
|
"homepage": "https://github.com/npm/are-we-there-yet",
|
|
28
30
|
"devDependencies": {
|
|
29
|
-
"@npmcli/eslint-config": "^
|
|
30
|
-
"@npmcli/template-oss": "^
|
|
31
|
-
"eslint": "^
|
|
31
|
+
"@npmcli/eslint-config": "^2.0.0",
|
|
32
|
+
"@npmcli/template-oss": "^2.7.1",
|
|
33
|
+
"eslint": "^8.8.0",
|
|
32
34
|
"eslint-plugin-node": "^11.1.0",
|
|
33
35
|
"tap": "^15.0.9"
|
|
34
36
|
},
|
|
@@ -41,7 +43,7 @@
|
|
|
41
43
|
"lib"
|
|
42
44
|
],
|
|
43
45
|
"engines": {
|
|
44
|
-
"node": ">=
|
|
46
|
+
"node": "^12.13.0 || ^14.15.0 || >=16"
|
|
45
47
|
},
|
|
46
48
|
"tap": {
|
|
47
49
|
"branches": 68,
|
|
@@ -49,5 +51,7 @@
|
|
|
49
51
|
"functions": 86,
|
|
50
52
|
"lines": 92
|
|
51
53
|
},
|
|
52
|
-
"
|
|
54
|
+
"templateOSS": {
|
|
55
|
+
"version": "2.7.1"
|
|
56
|
+
}
|
|
53
57
|
}
|
|
File without changes
|
|
@@ -27,8 +27,8 @@ themes.addTheme('colorASCII', themes.getTheme('ASCII'), {
|
|
|
27
27
|
})
|
|
28
28
|
|
|
29
29
|
themes.addTheme('brailleSpinner', {
|
|
30
|
-
preProgressbar: '
|
|
31
|
-
postProgressbar: '
|
|
30
|
+
preProgressbar: '(',
|
|
31
|
+
postProgressbar: ')',
|
|
32
32
|
progressbarTheme: {
|
|
33
33
|
complete: '#',
|
|
34
34
|
remaining: '⠂',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gauge",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "A terminal based horizontal gauge",
|
|
5
5
|
"main": "lib",
|
|
6
6
|
"scripts": {
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"postversion": "npm publish",
|
|
13
13
|
"prepublishOnly": "git push origin --follow-tags",
|
|
14
14
|
"snap": "tap",
|
|
15
|
-
"posttest": "npm run lint"
|
|
15
|
+
"posttest": "npm run lint",
|
|
16
|
+
"template-copy": "npm-template-copy --force"
|
|
16
17
|
},
|
|
17
18
|
"repository": {
|
|
18
19
|
"type": "git",
|
|
@@ -41,7 +42,7 @@
|
|
|
41
42
|
"wide-align": "^1.1.2"
|
|
42
43
|
},
|
|
43
44
|
"devDependencies": {
|
|
44
|
-
"@npmcli/template-oss": "^2.
|
|
45
|
+
"@npmcli/template-oss": "^2.7.1",
|
|
45
46
|
"readable-stream": "^3.6.0",
|
|
46
47
|
"tap": "^15.0.10"
|
|
47
48
|
},
|
|
@@ -58,5 +59,7 @@
|
|
|
58
59
|
"functions": 92,
|
|
59
60
|
"lines": 90
|
|
60
61
|
},
|
|
61
|
-
"
|
|
62
|
+
"templateOSS": {
|
|
63
|
+
"version": "2.7.1"
|
|
64
|
+
}
|
|
62
65
|
}
|