#!/bin/sh basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") case `uname` in *CYGWIN*) basedir=`cygpath -w "$basedir"`;; esac if [ -x "$basedir/node" ]; then exec "$basedir/node" "$basedir/../dist/yarnpkg.js" "$@" else exec node "$basedir/../dist/yarnpkg.js" "$@" fi
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
nodewin | Folder | 0755 |
|
|
corepack | File | 284 B | 0755 |
|
corepack.cmd | File | 180 B | 0755 |
|
corepack.ps1 | File | 789 B | 0755 |
|
npm | File | 274 B | 0755 |
|
npm.cmd | File | 170 B | 0755 |
|
npm.ps1 | File | 769 B | 0755 |
|
npx | File | 274 B | 0755 |
|
npx.cmd | File | 170 B | 0755 |
|
npx.ps1 | File | 769 B | 0755 |
|
pnpm | File | 276 B | 0755 |
|
pnpm.cmd | File | 172 B | 0755 |
|
pnpm.ps1 | File | 773 B | 0755 |
|
pnpx | File | 276 B | 0755 |
|
pnpx.cmd | File | 172 B | 0755 |
|
pnpx.ps1 | File | 773 B | 0755 |
|
yarn | File | 276 B | 0755 |
|
yarn.cmd | File | 172 B | 0755 |
|
yarn.ps1 | File | 773 B | 0755 |
|
yarnpkg | File | 282 B | 0755 |
|
yarnpkg.cmd | File | 178 B | 0755 |
|
yarnpkg.ps1 | File | 785 B | 0755 |
|