diff options
Diffstat (limited to 'deps/npm/man/man1/view.1')
-rw-r--r-- | deps/npm/man/man1/view.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/deps/npm/man/man1/view.1 b/deps/npm/man/man1/view.1 index a30b6ab4f..2b4a2f4bd 100644 --- a/deps/npm/man/man1/view.1 +++ b/deps/npm/man/man1/view.1 @@ -148,7 +148,10 @@ npm view yui3@\'>0\.5\.4\' dependencies\.jsdom .SH "OUTPUT" If only a single string field for a single version is output, then it will not be colorized or quoted, so as to enable piping the output to -another command\. +another command\. If the field is an object, it will be output as a JavaScript object literal\. +. +.P +If the \-\-json flag is given, the outputted fields will be JSON\. . .P If the version range matches multiple versions, than each printed value |