summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-ls.1
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man1/npm-ls.1')
-rw-r--r--deps/npm/man/man1/npm-ls.119
1 files changed, 9 insertions, 10 deletions
diff --git a/deps/npm/man/man1/npm-ls.1 b/deps/npm/man/man1/npm-ls.1
index 2574e9ede2..c6d035446f 100644
--- a/deps/npm/man/man1/npm-ls.1
+++ b/deps/npm/man/man1/npm-ls.1
@@ -1,7 +1,6 @@
-.TH "NPM\-LS" "" "November 2019" "" ""
+.TH "NPM\-LS" "1" "November 2019" "" ""
.SH "NAME"
-\fBnpm-ls\fR
-.SH List installed packages
+\fBnpm-ls\fR \- List installed packages
.SS Synopsis
.P
.RS 2
@@ -23,7 +22,7 @@ For example, running \fBnpm ls promzard\fP in npm's source tree will show:
.P
.RS 2
.nf
- npm@6\.13\.0 /path/to/npm
+ npm@6\.13\.1 /path/to/npm
└─┬ init\-package\-json@0\.0\.4
└── promzard@0\.1\.5
.fi
@@ -143,20 +142,20 @@ Set it to false in order to use all\-ansi output\.
.SS See Also
.RS 0
.IP \(bu 2
-npm help npm\-config
+npm help config
.IP \(bu 2
npm help npmrc
.IP \(bu 2
npm help folders
.IP \(bu 2
-npm help npm\-install
+npm help install
.IP \(bu 2
-npm help npm\-link
+npm help link
.IP \(bu 2
-npm help npm\-prune
+npm help prune
.IP \(bu 2
-npm help npm\-outdated
+npm help outdated
.IP \(bu 2
-npm help npm\-update
+npm help update
.RE