Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/lib/content/commands/npm-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ If only a single string field for a single version is output, then it will not b
If the field is an object, it will be output as a JavaScript object literal.

If the `--json` flag is given, the outputted fields will be JSON.
The output is always an array, even if only a single version matches.

If the version range matches multiple versions then each printed value will be prefixed with the version it applies to.

Expand Down
Loading