@@ -191,6 +191,7 @@ $ npm audit --audit-level=moderate
191191
192192<!-- AUTOGENERATED CONFIG DESCRIPTIONS START -->
193193<!-- automatically generated, do not edit manually -->
194+ <!-- see lib/utils/config/definitions.js -->
194195#### ` audit-level `
195196
196197* Default: null
@@ -199,6 +200,9 @@ $ npm audit --audit-level=moderate
199200The minimum level of vulnerability for ` npm audit ` to exit with a non-zero
200201exit code.
201202
203+ <!-- automatically generated, do not edit manually -->
204+ <!-- see lib/utils/config/definitions.js -->
205+
202206#### ` dry-run `
203207
204208* Default: false
@@ -212,6 +216,9 @@ commands that modify your local installation, eg, `install`, `update`,
212216Note: This is NOT honored by other network related commands, eg ` dist-tags ` ,
213217` owner ` , etc.
214218
219+ <!-- automatically generated, do not edit manually -->
220+ <!-- see lib/utils/config/definitions.js -->
221+
215222#### ` force `
216223
217224* Default: false
@@ -237,6 +244,9 @@ mistakes, unnecessary performance degradation, and malicious input.
237244If you don't have a clear idea of what you want to do, it is strongly
238245recommended that you do not use this option!
239246
247+ <!-- automatically generated, do not edit manually -->
248+ <!-- see lib/utils/config/definitions.js -->
249+
240250#### ` json `
241251
242252* Default: false
@@ -249,6 +259,9 @@ Whether or not to output JSON data, rather than the normal output.
249259
250260Not supported by all npm commands.
251261
262+ <!-- automatically generated, do not edit manually -->
263+ <!-- see lib/utils/config/definitions.js -->
264+
252265#### ` package-lock-only `
253266
254267* Default: false
@@ -263,6 +276,9 @@ instead of checking `node_modules` and downloading dependencies.
263276For ` list ` this means the output will be based on the tree described by the
264277` package-lock.json ` , rather than the contents of ` node_modules ` .
265278
279+ <!-- automatically generated, do not edit manually -->
280+ <!-- see lib/utils/config/definitions.js -->
281+
266282#### ` omit `
267283
268284* Default: 'dev' if the ` NODE_ENV ` environment variable is set to
@@ -281,6 +297,9 @@ it will be included.
281297If the resulting omit list includes ` 'dev' ` , then the ` NODE_ENV ` environment
282298variable will be set to ` 'production' ` for all lifecycle scripts.
283299
300+ <!-- automatically generated, do not edit manually -->
301+ <!-- see lib/utils/config/definitions.js -->
302+
284303#### ` workspace `
285304
286305* Default:
@@ -303,6 +322,9 @@ brand new workspace within the project.
303322
304323This value is not exported to the environment for child processes.
305324
325+ <!-- automatically generated, do not edit manually -->
326+ <!-- see lib/utils/config/definitions.js -->
327+
306328#### ` workspaces `
307329
308330* Default: false
@@ -313,6 +335,9 @@ workspaces.
313335
314336This value is not exported to the environment for child processes.
315337
338+ <!-- automatically generated, do not edit manually -->
339+ <!-- see lib/utils/config/definitions.js -->
340+
316341<!-- AUTOGENERATED CONFIG DESCRIPTIONS END -->
317342
318343### See Also
0 commit comments