pnpm 6.25.0-1 → 6.25.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/node_modules/.bin/color-support +17 -0
- package/dist/node_modules/.bin/mkdirp +17 -0
- package/dist/node_modules/.bin/node-gyp +17 -0
- package/dist/node_modules/.bin/node-which +17 -0
- package/dist/node_modules/.bin/nopt +17 -0
- package/dist/node_modules/.bin/rimraf +17 -0
- package/dist/node_modules/.bin/semver +17 -0
- package/dist/node_modules/.modules.yaml +23 -0
- package/dist/node_modules/.pnpm/lock.yaml +724 -0
- package/dist/node_modules/graceful-fs/package.json +1 -1
- package/dist/node_modules/graceful-fs/polyfills.js +4 -2
- package/dist/pnpm.cjs +2390 -7634
- package/package.json +22 -21
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
+
esac
|
|
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
|
+
if [ -x "$basedir/node" ]; then
|
|
14
|
+
exec "$basedir/node" "$basedir/../color-support/bin.js" "$@"
|
|
15
|
+
else
|
|
16
|
+
exec node "$basedir/../color-support/bin.js" "$@"
|
|
17
|
+
fi
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
+
esac
|
|
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
|
+
if [ -x "$basedir/node" ]; then
|
|
14
|
+
exec "$basedir/node" "$basedir/../mkdirp/bin/cmd.js" "$@"
|
|
15
|
+
else
|
|
16
|
+
exec node "$basedir/../mkdirp/bin/cmd.js" "$@"
|
|
17
|
+
fi
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
+
esac
|
|
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
|
+
if [ -x "$basedir/node" ]; then
|
|
14
|
+
exec "$basedir/node" "$basedir/../node-gyp/bin/node-gyp.js" "$@"
|
|
15
|
+
else
|
|
16
|
+
exec node "$basedir/../node-gyp/bin/node-gyp.js" "$@"
|
|
17
|
+
fi
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
+
esac
|
|
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
|
+
if [ -x "$basedir/node" ]; then
|
|
14
|
+
exec "$basedir/node" "$basedir/../which/bin/node-which" "$@"
|
|
15
|
+
else
|
|
16
|
+
exec node "$basedir/../which/bin/node-which" "$@"
|
|
17
|
+
fi
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
+
esac
|
|
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
|
+
if [ -x "$basedir/node" ]; then
|
|
14
|
+
exec "$basedir/node" "$basedir/../nopt/bin/nopt.js" "$@"
|
|
15
|
+
else
|
|
16
|
+
exec node "$basedir/../nopt/bin/nopt.js" "$@"
|
|
17
|
+
fi
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
+
esac
|
|
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
|
+
if [ -x "$basedir/node" ]; then
|
|
14
|
+
exec "$basedir/node" "$basedir/../rimraf/bin.js" "$@"
|
|
15
|
+
else
|
|
16
|
+
exec node "$basedir/../rimraf/bin.js" "$@"
|
|
17
|
+
fi
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
+
esac
|
|
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
|
+
if [ -x "$basedir/node" ]; then
|
|
14
|
+
exec "$basedir/node" "$basedir/../semver/bin/semver.js" "$@"
|
|
15
|
+
else
|
|
16
|
+
exec node "$basedir/../semver/bin/semver.js" "$@"
|
|
17
|
+
fi
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
hoistPattern:
|
|
2
|
+
- '*'
|
|
3
|
+
included:
|
|
4
|
+
dependencies: true
|
|
5
|
+
devDependencies: true
|
|
6
|
+
optionalDependencies: true
|
|
7
|
+
layoutVersion: 5
|
|
8
|
+
nodeLinker: hoisted
|
|
9
|
+
packageManager: pnpm@6.25.0
|
|
10
|
+
pendingBuilds:
|
|
11
|
+
- /node-gyp/8.4.1
|
|
12
|
+
- /encoding/0.1.13
|
|
13
|
+
prunedAt: Sat, 08 Jan 2022 15:59:46 GMT
|
|
14
|
+
publicHoistPattern:
|
|
15
|
+
- '*types*'
|
|
16
|
+
- '*eslint*'
|
|
17
|
+
- '@prettier/plugin-*'
|
|
18
|
+
- '*prettier-plugin-*'
|
|
19
|
+
registries:
|
|
20
|
+
default: https://registry.npmjs.org/
|
|
21
|
+
skipped: []
|
|
22
|
+
storeDir: /home/runner/.pnpm-store/v3
|
|
23
|
+
virtualStoreDir: .pnpm
|