There was an error while loading. Please reload this page.
1 parent 42ca59e commit c93f1c3Copy full SHA for c93f1c3
docs/content/commands/npm-view.md
@@ -94,6 +94,25 @@ this:
94
npm view connect versions
95
```
96
97
+### Configuration
98
+
99
+#### json
100
101
+Show information in JSON format. See [`Output`](#output) below.
102
103
+#### workspaces
104
105
+Enables workspaces context while searching the `package.json` in the
106
+current folder. Information about packages named in each workspace will
107
+be viewed.
108
109
+#### workspace
110
111
+Enables workspaces context and limits results to only those specified by
112
+this config item. Only the information about packages named in the
113
+workspaces given here will be viewed.
114
115
116
### Output
117
118
If only a single string field for a single version is output, then it
0 commit comments