summaryrefslogtreecommitdiff
path: root/deps/npm/man/man3/npm-view.3
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man3/npm-view.3')
-rw-r--r--deps/npm/man/man3/npm-view.310
1 files changed, 5 insertions, 5 deletions
diff --git a/deps/npm/man/man3/npm-view.3 b/deps/npm/man/man3/npm-view.3
index 2b8645ee8..6921675a4 100644
--- a/deps/npm/man/man3/npm-view.3
+++ b/deps/npm/man/man3/npm-view.3
@@ -1,4 +1,4 @@
-.TH "NPM\-VIEW" "3" "June 2015" "" ""
+.TH "NPM\-VIEW" "3" "August 2015" "" ""
.SH "NAME"
\fBnpm-view\fR \- View registry info
.SH SYNOPSIS
@@ -11,7 +11,7 @@ npm\.commands\.view(args, [silent,] callback)
.SH DESCRIPTION
.P
This command shows data about a package and prints it to the stream
-referenced by the \fBoutfd\fR config, which defaults to stdout\.
+referenced by the \fBoutfd\fP config, which defaults to stdout\.
.P
The "args" parameter is an ordered list that closely resembles the command\-line
usage\. The elements should be ordered such that the first element is
@@ -21,7 +21,7 @@ which can be used to get only the information desired from the registry\.
.P
The callback will be passed all of the data returned by the query\.
.P
-For example, to get the package registry entry for the \fBconnect\fR package,
+For example, to get the package registry entry for the \fBconnect\fP package,
you can do this:
.P
.RS 2
@@ -33,7 +33,7 @@ npm\.commands\.view(["connect"], callback)
If no version is specified, "latest" is assumed\.
.P
Field names can be specified after the package descriptor\.
-For example, to show the dependencies of the \fBronn\fR package at version
+For example, to show the dependencies of the \fBronn\fP package at version
0\.3\.5, you could do the following:
.P
.RS 2
@@ -84,7 +84,7 @@ npm\.commands\.view(["express", "contributors\.name", "contributors\.email"], ca
.P
"Person" fields are shown as a string if they would be shown as an
object\. So, for example, this will show the list of npm contributors in
-the shortened string format\. (See \fBnpm help json\fR for more on this\.)
+the shortened string format\. (See \fBnpm help json\fP for more on this\.)
.P
.RS 2
.nf