Welcome to mirror list, hosted at ThFree Co, Russian Federation.

list.1 « man - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a003e979e368d4df015990af909e708466dd368a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.\" generated with Ronn/v0.4.1
.\" http://github.com/rtomayko/ronn/
.
.TH "NPM\-LIST" "1" "April 2010" "" ""
.
.SH "NAME"
\fBnpm\-list\fR \-\- List installed packages
.
.SH "SYNOPSIS"
.
.nf
npm list [package]
npm ls [package]
.
.fi
.
.SH "DESCRIPTION"
This will show the installed (and, potentially, activated) versions of all the
packages that npm has installed, or just the \fBpackage\fR if specified.
.
.P
This is also aliased to \fBls\fR.
.
.P
\fBFIXME\fR: Prints to stderr, but should really be stdout, since the log is what
you're after.