@@ -191,6 +191,7 @@ $ npm audit --audit-level=moderate
191
191
192
192
<!-- AUTOGENERATED CONFIG DESCRIPTIONS START -->
193
193
<!-- automatically generated, do not edit manually -->
194
+ <!-- see lib/utils/config/definitions.js -->
194
195
#### ` audit-level `
195
196
196
197
* Default: null
@@ -199,6 +200,9 @@ $ npm audit --audit-level=moderate
199
200
The minimum level of vulnerability for ` npm audit ` to exit with a non-zero
200
201
exit code.
201
202
203
+ <!-- automatically generated, do not edit manually -->
204
+ <!-- see lib/utils/config/definitions.js -->
205
+
202
206
#### ` dry-run `
203
207
204
208
* Default: false
@@ -212,6 +216,9 @@ commands that modify your local installation, eg, `install`, `update`,
212
216
Note: This is NOT honored by other network related commands, eg ` dist-tags ` ,
213
217
` owner ` , etc.
214
218
219
+ <!-- automatically generated, do not edit manually -->
220
+ <!-- see lib/utils/config/definitions.js -->
221
+
215
222
#### ` force `
216
223
217
224
* Default: false
@@ -237,6 +244,9 @@ mistakes, unnecessary performance degradation, and malicious input.
237
244
If you don't have a clear idea of what you want to do, it is strongly
238
245
recommended that you do not use this option!
239
246
247
+ <!-- automatically generated, do not edit manually -->
248
+ <!-- see lib/utils/config/definitions.js -->
249
+
240
250
#### ` json `
241
251
242
252
* Default: false
@@ -249,6 +259,9 @@ Whether or not to output JSON data, rather than the normal output.
249
259
250
260
Not supported by all npm commands.
251
261
262
+ <!-- automatically generated, do not edit manually -->
263
+ <!-- see lib/utils/config/definitions.js -->
264
+
252
265
#### ` package-lock-only `
253
266
254
267
* Default: false
@@ -263,6 +276,9 @@ instead of checking `node_modules` and downloading dependencies.
263
276
For ` list ` this means the output will be based on the tree described by the
264
277
` package-lock.json ` , rather than the contents of ` node_modules ` .
265
278
279
+ <!-- automatically generated, do not edit manually -->
280
+ <!-- see lib/utils/config/definitions.js -->
281
+
266
282
#### ` omit `
267
283
268
284
* Default: 'dev' if the ` NODE_ENV ` environment variable is set to
@@ -281,6 +297,9 @@ it will be included.
281
297
If the resulting omit list includes ` 'dev' ` , then the ` NODE_ENV ` environment
282
298
variable will be set to ` 'production' ` for all lifecycle scripts.
283
299
300
+ <!-- automatically generated, do not edit manually -->
301
+ <!-- see lib/utils/config/definitions.js -->
302
+
284
303
#### ` workspace `
285
304
286
305
* Default:
@@ -303,6 +322,9 @@ brand new workspace within the project.
303
322
304
323
This value is not exported to the environment for child processes.
305
324
325
+ <!-- automatically generated, do not edit manually -->
326
+ <!-- see lib/utils/config/definitions.js -->
327
+
306
328
#### ` workspaces `
307
329
308
330
* Default: false
@@ -313,6 +335,9 @@ workspaces.
313
335
314
336
This value is not exported to the environment for child processes.
315
337
338
+ <!-- automatically generated, do not edit manually -->
339
+ <!-- see lib/utils/config/definitions.js -->
340
+
316
341
<!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
317
342
318
343
### See Also
0 commit comments