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

OSCHINA-MIRROR/abgox-PSCompletions

Клонировать/Скачать
zh-CN.json 11 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
abgox Отправлено 30.12.2024 18:46 925d312
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613
{
"root": [
{
"name": "add",
"tip": [
"为您的项目添加依赖项"
]
},
{
"name": "audit",
"tip": [
"对您的项目的依赖项进行安全审计"
]
},
{
"name": "autoclean",
"tip": [
"自动移除未使用的依赖项"
]
},
{
"name": "bin",
"tip": [
"显示 yarn bin 文件夹的位置"
]
},
{
"name": "cache",
"tip": [
"管理 Yarn 包缓存"
]
},
{
"name": "check",
"tip": [
"检查过时的依赖项"
]
},
{
"name": "config",
"tip": [
"管理 Yarn 的配置选项"
]
},
{
"name": "create",
"tip": [
"在 monorepo 中创建一个新的包"
]
},
{
"name": "dedupe",
"tip": [
"减少项目中依赖项的重复"
]
},
{
"name": "generate-lock-entry",
"tip": [
"在 yarn.lock 文件中生成一个条目"
]
},
{
"name": "global",
"tip": [
"全局运行 Yarn 命令"
]
},
{
"name": "help",
"tip": [
"显示 Yarn 命令的帮助信息"
]
},
{
"name": "import",
"tip": [
"将 npm 包导入 Yarn 项目中"
]
},
{
"name": "info",
"tip": [
"显示有关项目的信息"
]
},
{
"name": "init",
"tip": [
"创建一个新的 package.json 文件"
]
},
{
"name": "install",
"tip": [
"安装项目依赖"
]
},
{
"name": "licenses",
"tip": [
"显示已安装包的许可信息"
]
},
{
"name": "link",
"tip": [
"创建当前包的符号链接"
]
},
{
"name": "list",
"tip": [
"列出已安装的包"
]
},
{
"name": "lockfile",
"tip": [
"操作 yarn.lock 文件"
]
},
{
"name": "login",
"tip": [
"登录到 Yarn 注册表"
]
},
{
"name": "logout",
"tip": [
"从 Yarn 注册表登出"
]
},
{
"name": "node",
"tip": [
"管理 Yarn 的 Node.js 版本"
]
},
{
"name": "outdated",
"tip": [
"检查过时的依赖项"
]
},
{
"name": "owner",
"tip": [
"管理包的所有权"
]
},
{
"name": "pack",
"tip": [
"从项目中创建包的 tarball"
]
},
{
"name": "policies",
"tip": [
"管理项目范围内的策略"
]
},
{
"name": "prune",
"tip": [
"从项目中移除不必要的包"
]
},
{
"name": "publish",
"tip": [
"将包发布到注册表"
]
},
{
"name": "remove",
"tip": [
"从项目中移除依赖项"
],
"next": []
},
{
"name": "run",
"tip": [
"运行任意包脚本"
],
"next": []
},
{
"name": "tag",
"tip": [
"管理包的标签"
]
},
{
"name": "team",
"tip": [
"管理组织团队"
]
},
{
"name": "test",
"tip": [
"为项目运行测试"
]
},
{
"name": "unlink",
"tip": [
"移除包链接"
]
},
{
"name": "unplug",
"tip": [
"使用 PnP 未插件模式"
]
},
{
"name": "upgrade",
"tip": [
"将依赖项升级到最新版本"
],
"next": []
},
{
"name": "upgrade-interactive",
"tip": [
"交互式升级依赖项"
]
},
{
"name": "version",
"tip": [
"显示 Yarn 的版本"
]
},
{
"name": "versions",
"tip": [
"查看包的版本"
]
},
{
"name": "why",
"tip": [
"解释为何安装某个包"
]
},
{
"name": "workspace",
"tip": [
"管理 Yarn 工作区"
]
},
{
"name": "workspaces",
"tip": [
"管理 Yarn 工作区"
]
}
],
"options": [
{
"name": "-v",
"alias": [
"--version"
],
"tip": [
"U: -v|--version\n",
"显示 Yarn 的版本号"
]
}
],
"common_options": [
{
"name": "-h",
"alias": [
"--help"
],
"tip": [
"U: -h|--help\n",
"显示帮助信息"
]
},
{
"name": "-A",
"tip": [
"在所有 yarn 命令上启用审计。"
]
},
{
"name": "--audit",
"tip": [
"对您的项目的依赖项进行安全审计。"
]
},
{
"name": "--no-default-rc",
"tip": [
"阻止 Yarn 使用默认的 .yarnrc 文件。"
]
},
{
"name": "--use-yarnrc",
"next": 0,
"tip": [
"U: --use-yarnrc <path>\n",
"使用特定的 .yarnrc 文件。"
]
},
{
"name": "--verbose",
"tip": [
"启用详细日志。"
]
},
{
"name": "--offline",
"tip": [
"强制离线模式(无互联网访问)。"
]
},
{
"name": "--prefer-offline",
"tip": [
"使用离线镜像进行依赖项。"
]
},
{
"name": "--pnp",
"alias": [
"--enable-pnp"
],
"tip": [
"U: --pnp|--enable-pnp\n",
"启用 Plug'n'Play (PnP) 模式。"
]
},
{
"name": "--disable-pnp",
"tip": [
"禁用 Plug'n'Play (PnP) 模式。"
]
},
{
"name": "--strict-semver",
"tip": [
"强制语义版本。"
]
},
{
"name": "--json",
"tip": [
"输出 JSON 数据。"
]
},
{
"name": "--ignore-scripts",
"tip": [
"忽略包脚本。"
]
},
{
"name": "--har",
"tip": [
"输出 HTTP 档案 (HAR) 格式。"
]
},
{
"name": "--ignore-platform",
"tip": [
"忽略平台检查。"
]
},
{
"name": "--ignore-engines",
"tip": [
"忽略 package.json 中的 engines 字段。"
]
},
{
"name": "--ignore-optional",
"tip": [
"忽略可选依赖项。"
]
},
{
"name": "--force",
"tip": [
"强制安装和构建包。"
]
},
{
"name": "--skip-integrity-check",
"tip": [
"跳过完整性验证。"
]
},
{
"name": "--check-files",
"tip": [
"检查文件时间戳。"
]
},
{
"name": "--no-bin-links",
"tip": [
"禁用 bin 目录的符号链接创建。"
]
},
{
"name": "--flat",
"tip": [
"不使用安装依赖项的层次结构。"
]
},
{
"name": "--prod",
"alias": [
"--production"
],
"tip": [
"U: --prod|--production\n",
"仅安装生产依赖项。"
]
},
{
"name": "--no-lockfile",
"tip": [
"跳过创建锁文件。"
]
},
{
"name": "--pure-lockfile",
"tip": [
"创建纯净的锁文件(仅精确版本)。"
]
},
{
"name": "--frozen-lockfile",
"tip": [
"不更新锁文件。"
]
},
{
"name": "--update-checksums",
"tip": [
"更新锁文件中的包校验和。"
]
},
{
"name": "--link-duplicates",
"tip": [
"在项目中链接重复的包。"
]
},
{
"name": "--link-folder",
"next": 0,
"tip": [
"U: --link-folder <path>\n",
"指定要创建包链接的文件夹。"
]
},
{
"name": "--global-folder",
"next": 0,
"tip": [
"U: --global-folder <path>\n",
"指定全局包的文件夹。"
]
},
{
"name": "--modules-folder",
"next": 0,
"tip": [
"U: --modules-folder <path>\n",
"指定模块的文件夹。"
]
},
{
"name": "--preferred-cache-folder",
"next": 0,
"tip": [
"U: --preferred-cache-folder <path>\n",
"指定首选缓存文件夹。"
]
},
{
"name": "--cache-folder",
"next": 0,
"tip": [
"U: --cache-folder <path>\n",
"指定缓存文件夹。"
]
},
{
"name": "--mutex",
"tip": [
"使用互斥锁确保只有一个 Yarn 实例正在运行。"
]
},
{
"name": "--emoji",
"tip": [
"启用 Yarn 输出中的表情符号。"
]
},
{
"name": "-s",
"alias": [
"--silent"
],
"tip": [
"U: -s|--silent\n",
"静默模式, 禁用日志。"
]
},
{
"name": "--cwd",
"next": 0,
"tip": [
"U: --cwd <path>\n",
"指定当前工作目录。"
]
},
{
"name": "--proxy",
"next": 0,
"tip": [
"U: --proxy <host>\n",
"指定代理服务器。"
]
},
{
"name": "--https-proxy",
"next": 0,
"tip": [
"U: --https-proxy <host>\n",
"指定 HTTPS 代理服务器。"
]
},
{
"name": "--registry",
"next": 0,
"tip": [
"U: --registry <url>\n",
"指定要使用的注册表。"
]
},
{
"name": "--no-progress",
"tip": [
"禁用进度条。"
]
},
{
"name": "--network-concurrency",
"tip": [
"设置并发网络请求的最大数量。"
]
},
{
"name": "--network-timeout",
"tip": [
"设置网络请求超时。"
]
},
{
"name": "--non-interactive",
"tip": [
"禁用交互式提示。"
]
},
{
"name": "--scripts-prepend-node-path",
"tip": [
"在脚本调用前添加 Node.js 二进制路径。"
]
},
{
"name": "--no-node-version-check",
"tip": [
"禁用 Node.js 版本检查。"
]
},
{
"name": "--focus",
"tip": [
"专注于一个工作区。"
]
},
{
"name": "--otp",
"next": 0,
"tip": [
"U: --otp <password>\n",
"指定用于认证的一次性密码。"
]
}
],
"info": {
"completion_info": {
"url": "https://classic.yarnpkg.com/",
"description": [
"yarn - 软件包管理器。"
]
}
}
}

Опубликовать ( 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