We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ef180 commit 2d756cbCopy full SHA for 2d756cb
docs/content/commands/npm-view.md
@@ -72,6 +72,12 @@ contributor in the list, you can run:
72
npm view express contributors[0].email
73
```
74
75
+If the field value you are querying for is a property of an object, you should run:
76
+
77
+```bash
78
+npm view express time'[4.8.0]'
79
+```
80
81
Multiple fields may be specified, and will be printed one after another.
82
For example, to get all the contributor names and email addresses, you
83
can do this:
0 commit comments