Слияние кода завершено, страница обновится автоматически
{
"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 )