1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/abgox-PSCompletions

Клонировать/Скачать
en-US.json 11 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
abgox Отправлено 30.12.2024 18:46 925d312
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613
{
"root": [
{
"name": "add",
"tip": [
"Add dependencies to your project"
]
},
{
"name": "audit",
"tip": [
"Run a security audit on your project's dependencies"
]
},
{
"name": "autoclean",
"tip": [
"Automatically remove unused dependencies"
]
},
{
"name": "bin",
"tip": [
"Display the location of the yarn bin folder"
]
},
{
"name": "cache",
"tip": [
"Manage the Yarn package cache"
]
},
{
"name": "check",
"tip": [
"Check for outdated dependencies"
]
},
{
"name": "config",
"tip": [
"Manage the configuration options for Yarn"
]
},
{
"name": "create",
"tip": [
"Create a new package in a monorepo"
]
},
{
"name": "dedupe",
"tip": [
"Reduce duplication in the project dependencies"
]
},
{
"name": "generate-lock-entry",
"tip": [
"Generate an entry in the yarn.lock file"
]
},
{
"name": "global",
"tip": [
"Run a Yarn command globally"
]
},
{
"name": "help",
"tip": [
"Show help for Yarn commands"
]
},
{
"name": "import",
"tip": [
"Import an npm package to a Yarn project"
]
},
{
"name": "info",
"tip": [
"Display information about the project"
]
},
{
"name": "init",
"tip": [
"Create a new package.json file"
]
},
{
"name": "install",
"tip": [
"Install project dependencies"
]
},
{
"name": "licenses",
"tip": [
"Show licensing information for installed packages"
]
},
{
"name": "link",
"tip": [
"Create a symlink to the current package"
]
},
{
"name": "list",
"tip": [
"List the installed packages"
]
},
{
"name": "lockfile",
"tip": [
"Manipulate the yarn.lock file"
]
},
{
"name": "login",
"tip": [
"Log in to a Yarn registry"
]
},
{
"name": "logout",
"tip": [
"Log out from a Yarn registry"
]
},
{
"name": "node",
"tip": [
"Manage the Node.js version for Yarn"
]
},
{
"name": "outdated",
"tip": [
"Check for outdated dependencies"
]
},
{
"name": "owner",
"tip": [
"Manage package ownership"
]
},
{
"name": "pack",
"tip": [
"Create a package tarball from the project"
]
},
{
"name": "policies",
"tip": [
"Manage project-wide policies"
]
},
{
"name": "prune",
"tip": [
"Remove unnecessary packages from the project"
]
},
{
"name": "publish",
"tip": [
"Publish a package to a registry"
]
},
{
"name": "remove",
"tip": [
"Remove dependencies from the project"
],
"next": []
},
{
"name": "run",
"tip": [
"Run arbitrary package scripts"
],
"next": []
},
{
"name": "tag",
"tip": [
"Manage package tags"
]
},
{
"name": "team",
"tip": [
"Manage organization teams"
]
},
{
"name": "test",
"tip": [
"Run tests for the project"
]
},
{
"name": "unlink",
"tip": [
"Remove a package link"
]
},
{
"name": "unplug",
"tip": [
"Use PnP un-plugged mode"
]
},
{
"name": "upgrade",
"tip": [
"Upgrade dependencies to their latest versions"
],
"next": []
},
{
"name": "upgrade-interactive",
"tip": [
"Interactively upgrade dependencies"
]
},
{
"name": "version",
"tip": [
"Show the version of Yarn"
]
},
{
"name": "versions",
"tip": [
"View the versions of a package"
]
},
{
"name": "why",
"tip": [
"Explain why a package is installed"
]
},
{
"name": "workspace",
"tip": [
"Manage Yarn workspaces"
]
},
{
"name": "workspaces",
"tip": [
"Manage Yarn workspaces"
]
}
],
"options": [
{
"name": "-v",
"alias": [
"--version"
],
"tip": [
"U: -v|--version\n",
"Displays the version of Yarn"
]
}
],
"common_options": [
{
"name": "-h",
"alias": [
"--help"
],
"tip": [
"U: -h|--help\n",
"Displays help information"
]
},
{
"name": "-A",
"tip": [
"Enable audit on all yarn commands."
]
},
{
"name": "--audit",
"tip": [
"Run a security audit on your project's dependencies."
]
},
{
"name": "--no-default-rc",
"tip": [
"Prevent Yarn from using the default .yarnrc file."
]
},
{
"name": "--use-yarnrc",
"next": 0,
"tip": [
"U: --use-yarnrc <path>\n",
"Use a specific .yarnrc file."
]
},
{
"name": "--verbose",
"tip": [
"Enable verbose logging."
]
},
{
"name": "--offline",
"tip": [
"Force offline mode (no internet access)."
]
},
{
"name": "--prefer-offline",
"tip": [
"Use offline mirror for dependencies."
]
},
{
"name": "--pnp",
"alias": [
"--enable-pnp"
],
"tip": [
"U: --pnp|--enable-pnp\n",
"Enable Plug'n'Play (PnP) mode."
]
},
{
"name": "--disable-pnp",
"tip": [
"Disable Plug'n'Play (PnP) mode."
]
},
{
"name": "--strict-semver",
"tip": [
"Enforce strict semantic versioning."
]
},
{
"name": "--json",
"tip": [
"Output JSON data."
]
},
{
"name": "--ignore-scripts",
"tip": [
"Ignore package scripts."
]
},
{
"name": "--har",
"tip": [
"Output HTTP Archive (HAR) format."
]
},
{
"name": "--ignore-platform",
"tip": [
"Ignore platform checks."
]
},
{
"name": "--ignore-engines",
"tip": [
"Ignore engines field in package.json."
]
},
{
"name": "--ignore-optional",
"tip": [
"Ignore optional dependencies."
]
},
{
"name": "--force",
"tip": [
"Install and build packages forcefully."
]
},
{
"name": "--skip-integrity-check",
"tip": [
"Skip integrity verification."
]
},
{
"name": "--check-files",
"tip": [
"Check file timestamps."
]
},
{
"name": "--no-bin-links",
"tip": [
"Disable the creation of symlinks in bin directories."
]
},
{
"name": "--flat",
"tip": [
"Do not use a hierarchy for installed dependencies."
]
},
{
"name": "--prod",
"alias": [
"--production"
],
"tip": [
"U: --prod|--production\n",
"Only install production dependencies."
]
},
{
"name": "--no-lockfile",
"tip": [
"Skip creating a lockfile."
]
},
{
"name": "--pure-lockfile",
"tip": [
"Create a pure lockfile (only exact versions)."
]
},
{
"name": "--frozen-lockfile",
"tip": [
"Do not update the lockfile."
]
},
{
"name": "--update-checksums",
"tip": [
"Update package checksums in the lockfile."
]
},
{
"name": "--link-duplicates",
"tip": [
"Link duplicate packages in the project."
]
},
{
"name": "--link-folder",
"next": 0,
"tip": [
"U: --link-folder <path>\n",
"Specify the folder to create package links."
]
},
{
"name": "--global-folder",
"next": 0,
"tip": [
"U: --global-folder <path>\n",
"Specify the folder for global packages."
]
},
{
"name": "--modules-folder",
"next": 0,
"tip": [
"U: --modules-folder <path>\n",
"Specify the folder for modules."
]
},
{
"name": "--preferred-cache-folder",
"next": 0,
"tip": [
"U: --preferred-cache-folder <path>\n",
"Specify the preferred cache folder."
]
},
{
"name": "--cache-folder",
"next": 0,
"tip": [
"U: --cache-folder <path>\n",
"Specify the cache folder."
]
},
{
"name": "--mutex",
"tip": [
"Use a mutex to ensure only one Yarn instance is running."
]
},
{
"name": "--emoji",
"tip": [
"Enable emoji in Yarn's output."
]
},
{
"name": "-s",
"alias": [
"--silent"
],
"tip": [
"U: -s|--silent\n",
"Silent mode, disable logs."
]
},
{
"name": "--cwd",
"next": 0,
"tip": [
"U: --cwd <path>\n",
"Specify the current working directory."
]
},
{
"name": "--proxy",
"next": 0,
"tip": [
"U: --proxy <host>\n",
"Specify a proxy server."
]
},
{
"name": "--https-proxy",
"next": 0,
"tip": [
"U: --https-proxy <host>\n",
"Specify an HTTPS proxy server."
]
},
{
"name": "--registry",
"next": 0,
"tip": [
"U: --registry <url>\n",
"Specify the registry to use."
]
},
{
"name": "--no-progress",
"tip": [
"Disable progress bars."
]
},
{
"name": "--network-concurrency",
"tip": [
"Set the maximum number of concurrent network requests."
]
},
{
"name": "--network-timeout",
"tip": [
"Set the network request timeout."
]
},
{
"name": "--non-interactive",
"tip": [
"Disable interactive prompts."
]
},
{
"name": "--scripts-prepend-node-path",
"tip": [
"Prepend the Node.js binary path to script calls."
]
},
{
"name": "--no-node-version-check",
"tip": [
"Disable Node.js version check."
]
},
{
"name": "--focus",
"tip": [
"Focus on a single workspace."
]
},
{
"name": "--otp",
"next": 0,
"tip": [
"U: --otp <password>\n",
"Specify one-time password for authentication."
]
}
],
"info": {
"completion_info": {
"url": "https://classic.yarnpkg.com/",
"description": [
"yarn - package manager."
]
}
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/abgox-PSCompletions.git
git@api.gitlife.ru:oschina-mirror/abgox-PSCompletions.git
oschina-mirror
abgox-PSCompletions
abgox-PSCompletions
main