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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'man1/list.1')
-rw-r--r--man1/list.186
1 files changed, 23 insertions, 63 deletions
diff --git a/man1/list.1 b/man1/list.1
index 4a75b7329..8432cde52 100644
--- a/man1/list.1
+++ b/man1/list.1
@@ -1,98 +1,58 @@
.\" Generated with Ronnjs/v0.1
.\" http://github.com/kapouer/ronnjs/
.
-.TH "NPM\-LIST" "1" "March 2011" "" ""
+.TH "NPM\-LS" "1" "March 2011" "" ""
.
.SH "NAME"
-\fBnpm-list\fR \-\- List installed packages
+\fBnpm-ls\fR \-\- List installed packages
.
.SH "SYNOPSIS"
.
.nf
npm list
npm ls
+npm la
+npm ll
.
.fi
.
.SH "DESCRIPTION"
This command will print to stdout all the versions of packages that are
-either installed or available in the registry, with their tags and whether
-or not they\'re active and/or stable\.
+installed, as well as their dependencies, in a tree\-structure\.
.
.P
-To filter a single package or state, you can provide words to filter on
-and highlight (if appropriate)\. For instance, to see all the stable
-packages, you could do this:
-.
-.IP "" 4
-.
-.nf
-npm ls stable
-.
-.fi
-.
-.IP "" 0
+It does not take arguments\.
.
.P
-Another common usage is to find the set of all packages that are
-installed\. This can be accomplished by doing this:
-.
-.IP "" 4
-.
-.nf
-npm ls installed
-.
-.fi
-.
-.IP "" 0
-.
-.SH "CONFIGURATION"
-.
-.SS "registry"
-Default: https://registry\.npmjs\.org/
+It will print out extraneous, missing, and invalid packages\.
.
.P
-The base URL of the npm package registry\.
+When run as \fBll\fR or \fBla\fR, it shows extended information by default\.
.
-.SS "listopts"
-Default: ""
-.
-.P
-A whitespace\-separated list of extra args that are always passed to npm ls
+.SH "CONFIGURATION"
.
-.P
-For example: \fBlistopts = remote\fR
+.SS "long"
.
-.P
-\fBnpm ls\fR
+.IP "\(bu" 4
+Default: false
.
-.P
-The output here will always filter by remote
+.IP "\(bu" 4
+Type: Boolean
.
-.SS "description"
-Default: true
+.IP "" 0
.
.P
-Show the package description in npm ls\.
+Show extended information\.
.
-.SS "outfd"
-Default: Standard Output FD (1)
+.SS "parseable"
.
-.P
-The file descriptor (integer) or stream object where npm will write
-"normal" output\. For instance, the \fBls\fR and \fBview\fR commands write their
-output here\.
+.IP "\(bu" 4
+Default: false
.
-.P
-When using npm programmatically, you may want to provide a
-FileWriteStream, or some other form of WritableStream\.
+.IP "\(bu" 4
+Type: Boolean
.
-.SS "color"
-Default: true
-.
-.P
-Set to false to disable colorized output\.
+.IP "" 0
.
.P
-In versions of node that expose the \fBisatty\fR function, npm will never
-write colorized output to a non\-terminal file descriptor\.
+Show parseable output instead of tree view\.