Skip to content

Commit

Permalink
docs: add instruction to query objects with npm view (#5527)
Browse files Browse the repository at this point in the history
* add instruction to query objects with npm view

* fix package version in example command in npm-view docs
  • Loading branch information
moonith committed Sep 22, 2022
1 parent a1ef180 commit 2d756cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/content/commands/npm-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ contributor in the list, you can run:
npm view express contributors[0].email
```

If the field value you are querying for is a property of an object, you should run:

```bash
npm view express time'[4.8.0]'
```

Multiple fields may be specified, and will be printed one after another.
For example, to get all the contributor names and email addresses, you
can do this:
Expand Down

0 comments on commit 2d756cb

Please sign in to comment.