@@ -2554,6 +2554,7 @@ Options:
2554
2554
[--audit-level <info|low|moderate|high|critical|none>] [--dry-run] [-f|--force]
2555
2555
[--json] [--package-lock-only] [--no-package-lock]
2556
2556
[--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
2557
+ [--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]]
2557
2558
[--foreground-scripts] [--ignore-scripts]
2558
2559
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
2559
2560
[-ws|--workspaces] [--include-workspace-root] [--install-links]
@@ -2571,6 +2572,7 @@ npm audit [fix|signatures]
2571
2572
#### \`package-lock-only\`
2572
2573
#### \`package-lock\`
2573
2574
#### \`omit\`
2575
+ #### \`include\`
2574
2576
#### \`foreground-scripts\`
2575
2577
#### \`ignore-scripts\`
2576
2578
#### \`workspace\`
@@ -2642,6 +2644,7 @@ npm ci
2642
2644
Options:
2643
2645
[--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling]
2644
2646
[--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
2647
+ [--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]]
2645
2648
[--strict-peer-deps] [--foreground-scripts] [--ignore-scripts] [--no-audit]
2646
2649
[--no-bin-links] [--no-fund] [--dry-run]
2647
2650
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
@@ -2661,6 +2664,7 @@ aliases: clean-install, ic, install-clean, isntall-clean
2661
2664
#### \`legacy-bundling\`
2662
2665
#### \`global-style\`
2663
2666
#### \`omit\`
2667
+ #### \`include\`
2664
2668
#### \`strict-peer-deps\`
2665
2669
#### \`foreground-scripts\`
2666
2670
#### \`ignore-scripts\`
@@ -2739,8 +2743,9 @@ npm dedupe
2739
2743
Options:
2740
2744
[--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling]
2741
2745
[--global-style] [--strict-peer-deps] [--no-package-lock]
2742
- [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]] [--ignore-scripts]
2743
- [--no-audit] [--no-bin-links] [--no-fund] [--dry-run]
2746
+ [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
2747
+ [--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]]
2748
+ [--ignore-scripts] [--no-audit] [--no-bin-links] [--no-fund] [--dry-run]
2744
2749
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
2745
2750
[-ws|--workspaces] [--include-workspace-root] [--install-links]
2746
2751
@@ -2760,6 +2765,7 @@ alias: ddp
2760
2765
#### \`strict-peer-deps\`
2761
2766
#### \`package-lock\`
2762
2767
#### \`omit\`
2768
+ #### \`include\`
2763
2769
#### \`ignore-scripts\`
2764
2770
#### \`audit\`
2765
2771
#### \`bin-links\`
@@ -3010,8 +3016,9 @@ npm find-dupes
3010
3016
Options:
3011
3017
[--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling]
3012
3018
[--global-style] [--strict-peer-deps] [--no-package-lock]
3013
- [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]] [--ignore-scripts]
3014
- [--no-audit] [--no-bin-links] [--no-fund]
3019
+ [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
3020
+ [--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]]
3021
+ [--ignore-scripts] [--no-audit] [--no-bin-links] [--no-fund]
3015
3022
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
3016
3023
[-ws|--workspaces] [--include-workspace-root] [--install-links]
3017
3024
@@ -3027,6 +3034,7 @@ npm find-dupes
3027
3034
#### \`strict-peer-deps\`
3028
3035
#### \`package-lock\`
3029
3036
#### \`omit\`
3037
+ #### \`include\`
3030
3038
#### \`ignore-scripts\`
3031
3039
#### \`audit\`
3032
3040
#### \`bin-links\`
@@ -3202,6 +3210,7 @@ Options:
3202
3210
[-E|--save-exact] [-g|--global]
3203
3211
[--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling]
3204
3212
[--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
3213
+ [--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]]
3205
3214
[--strict-peer-deps] [--prefer-dedupe] [--no-package-lock] [--package-lock-only]
3206
3215
[--foreground-scripts] [--ignore-scripts] [--no-audit] [--no-bin-links]
3207
3216
[--no-fund] [--dry-run] [--cpu <cpu>] [--os <os>]
@@ -3225,6 +3234,7 @@ aliases: add, i, in, ins, inst, insta, instal, isnt, isnta, isntal, isntall
3225
3234
#### \`legacy-bundling\`
3226
3235
#### \`global-style\`
3227
3236
#### \`omit\`
3237
+ #### \`include\`
3228
3238
#### \`strict-peer-deps\`
3229
3239
#### \`prefer-dedupe\`
3230
3240
#### \`package-lock\`
@@ -3252,6 +3262,7 @@ npm install-ci-test
3252
3262
Options:
3253
3263
[--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling]
3254
3264
[--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
3265
+ [--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]]
3255
3266
[--strict-peer-deps] [--foreground-scripts] [--ignore-scripts] [--no-audit]
3256
3267
[--no-bin-links] [--no-fund] [--dry-run]
3257
3268
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
@@ -3271,6 +3282,7 @@ aliases: cit, clean-install-test, sit
3271
3282
#### \`legacy-bundling\`
3272
3283
#### \`global-style\`
3273
3284
#### \`omit\`
3285
+ #### \`include\`
3274
3286
#### \`strict-peer-deps\`
3275
3287
#### \`foreground-scripts\`
3276
3288
#### \`ignore-scripts\`
@@ -3295,6 +3307,7 @@ Options:
3295
3307
[-E|--save-exact] [-g|--global]
3296
3308
[--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling]
3297
3309
[--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
3310
+ [--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]]
3298
3311
[--strict-peer-deps] [--prefer-dedupe] [--no-package-lock] [--package-lock-only]
3299
3312
[--foreground-scripts] [--ignore-scripts] [--no-audit] [--no-bin-links]
3300
3313
[--no-fund] [--dry-run] [--cpu <cpu>] [--os <os>]
@@ -3318,6 +3331,7 @@ alias: it
3318
3331
#### \`legacy-bundling\`
3319
3332
#### \`global-style\`
3320
3333
#### \`omit\`
3334
+ #### \`include\`
3321
3335
#### \`strict-peer-deps\`
3322
3336
#### \`prefer-dedupe\`
3323
3337
#### \`package-lock\`
@@ -3347,8 +3361,9 @@ Options:
3347
3361
[-E|--save-exact] [-g|--global]
3348
3362
[--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling]
3349
3363
[--global-style] [--strict-peer-deps] [--no-package-lock]
3350
- [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]] [--ignore-scripts]
3351
- [--no-audit] [--no-bin-links] [--no-fund] [--dry-run]
3364
+ [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
3365
+ [--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]]
3366
+ [--ignore-scripts] [--no-audit] [--no-bin-links] [--no-fund] [--dry-run]
3352
3367
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
3353
3368
[-ws|--workspaces] [--include-workspace-root] [--install-links]
3354
3369
@@ -3371,6 +3386,7 @@ alias: ln
3371
3386
#### \`strict-peer-deps\`
3372
3387
#### \`package-lock\`
3373
3388
#### \`omit\`
3389
+ #### \`include\`
3374
3390
#### \`ignore-scripts\`
3375
3391
#### \`audit\`
3376
3392
#### \`bin-links\`
@@ -3390,8 +3406,9 @@ npm ll [[<@scope>/]<pkg> ...]
3390
3406
3391
3407
Options:
3392
3408
[-a|--all] [--json] [-l|--long] [-p|--parseable] [-g|--global] [--depth <depth>]
3393
- [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]] [--link]
3394
- [--package-lock-only] [--unicode]
3409
+ [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
3410
+ [--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]]
3411
+ [--link] [--package-lock-only] [--unicode]
3395
3412
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
3396
3413
[-ws|--workspaces] [--include-workspace-root] [--install-links]
3397
3414
@@ -3412,6 +3429,7 @@ alias: la
3412
3429
#### \`global\`
3413
3430
#### \`depth\`
3414
3431
#### \`omit\`
3432
+ #### \`include\`
3415
3433
#### \`link\`
3416
3434
#### \`package-lock-only\`
3417
3435
#### \`unicode\`
@@ -3472,8 +3490,9 @@ npm ls <package-spec>
3472
3490
3473
3491
Options:
3474
3492
[-a|--all] [--json] [-l|--long] [-p|--parseable] [-g|--global] [--depth <depth>]
3475
- [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]] [--link]
3476
- [--package-lock-only] [--unicode]
3493
+ [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
3494
+ [--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]]
3495
+ [--link] [--package-lock-only] [--unicode]
3477
3496
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
3478
3497
[-ws|--workspaces] [--include-workspace-root] [--install-links]
3479
3498
@@ -3494,6 +3513,7 @@ alias: list
3494
3513
#### \`global\`
3495
3514
#### \`depth\`
3496
3515
#### \`omit\`
3516
+ #### \`include\`
3497
3517
#### \`link\`
3498
3518
#### \`package-lock-only\`
3499
3519
#### \`unicode\`
@@ -3744,8 +3764,9 @@ Usage:
3744
3764
npm prune [[<@scope>/]<pkg>...]
3745
3765
3746
3766
Options:
3747
- [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]] [--dry-run]
3748
- [--json] [--foreground-scripts] [--ignore-scripts]
3767
+ [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
3768
+ [--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]]
3769
+ [--dry-run] [--json] [--foreground-scripts] [--ignore-scripts]
3749
3770
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
3750
3771
[-ws|--workspaces] [--include-workspace-root] [--install-links]
3751
3772
@@ -3756,6 +3777,7 @@ npm prune [[<@scope>/]<pkg>...]
3756
3777
\`\`\`
3757
3778
3758
3779
#### \`omit\`
3780
+ #### \`include\`
3759
3781
#### \`dry-run\`
3760
3782
#### \`json\`
3761
3783
#### \`foreground-scripts\`
@@ -4265,6 +4287,7 @@ Options:
4265
4287
[-g|--global] [--install-strategy <hoisted|nested|shallow|linked>]
4266
4288
[--legacy-bundling] [--global-style]
4267
4289
[--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
4290
+ [--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]]
4268
4291
[--strict-peer-deps] [--no-package-lock] [--foreground-scripts]
4269
4292
[--ignore-scripts] [--no-audit] [--no-bin-links] [--no-fund] [--dry-run]
4270
4293
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
@@ -4286,6 +4309,7 @@ aliases: up, upgrade, udpate
4286
4309
#### \`legacy-bundling\`
4287
4310
#### \`global-style\`
4288
4311
#### \`omit\`
4312
+ #### \`include\`
4289
4313
#### \`strict-peer-deps\`
4290
4314
#### \`package-lock\`
4291
4315
#### \`foreground-scripts\`
0 commit comments