-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathzh-CN.json
613 lines (613 loc) · 10.5 KB
/
zh-CN.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
{
"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 - 软件包管理器。"
]
}
}
}