diff options
Diffstat (limited to 'deps/npm/man/man1')
-rw-r--r-- | deps/npm/man/man1/config.1 | 40 | ||||
-rw-r--r-- | deps/npm/man/man1/developers.1 | 3 | ||||
-rw-r--r-- | deps/npm/man/man1/npm.1 | 2 | ||||
-rw-r--r-- | deps/npm/man/man1/search.1 | 42 |
4 files changed, 43 insertions, 44 deletions
diff --git a/deps/npm/man/man1/config.1 b/deps/npm/man/man1/config.1 index 3cbbc7211..f63e15532 100644 --- a/deps/npm/man/man1/config.1 +++ b/deps/npm/man/man1/config.1 @@ -368,6 +368,20 @@ Type: Boolean or \fB"always"\fR If false, never shows colors\. If \fB"always"\fR then always shows colors\. If true, then only prints color codes for tty file descriptors\. . +.SS "coverage" +. +.IP "\(bu" 4 +Default: false +. +.IP "\(bu" 4 +Type: Boolean +. +.IP "" 0 +. +.P +A flag to tell test\-harness to run with their coverage options enabled, +if they respond to the \fBnpm_config_coverage\fR environment variable\. +. .SS "depth" . .IP "\(bu" 4 @@ -645,19 +659,23 @@ The location to write log output\. .SS "loglevel" . .IP "\(bu" 4 -Default: "warn" +Default: "http" . .IP "\(bu" 4 Type: String . .IP "\(bu" 4 -Values: "silent", "win", "error", "warn", "info", "verbose", "silly" +Values: "silent", "win", "error", "warn", "http", "info", "verbose", "silly" . .IP "" 0 . .P What level of logs to report\. On failure, \fIall\fR logs are written to \fBnpm\-debug\.log\fR in the current working directory\. . +.P +Any logs of a higher level than the setting are shown\. +The default is "http", which shows http, warn, and error output\. +. .SS "logprefix" . .IP "\(bu" 4 @@ -930,6 +948,24 @@ Type: String .P Space\-separated options that limit the results from search\. . +.SS "searchsort" +. +.IP "\(bu" 4 +Default: "name" +. +.IP "\(bu" 4 +Type: String +. +.IP "\(bu" 4 +Values: "name", "\-name", "date", "\-date", "description", +"\-description", "keywords", "\-keywords" +. +.IP "" 0 +. +.P +Indication of which field to sort search results by\. Prefix with a \fB\-\fR +character to indicate reverse sort\. +. .SS "shell" . .IP "\(bu" 4 diff --git a/deps/npm/man/man1/developers.1 b/deps/npm/man/man1/developers.1 index 8ef25dac2..a2678d672 100644 --- a/deps/npm/man/man1/developers.1 +++ b/deps/npm/man/man1/developers.1 @@ -222,8 +222,7 @@ or a path to a folder\. . .P Note that pretty much \fBeverything in that folder will be exposed\fR -by default\. So, if you have secret stuff in there, use a \fB\|\.npminclude\fR -or \fB\|\.npmignore\fR file to list out the globs to include/ignore, or publish +by default\. So, if you have secret stuff in there, use a \fB\|\.npmignore\fR file to list out the globs to ignore, or publish from a fresh checkout\. . .SH "Brag about it" diff --git a/deps/npm/man/man1/npm.1 b/deps/npm/man/man1/npm.1 index fd31e7ab0..b5e29a1be 100644 --- a/deps/npm/man/man1/npm.1 +++ b/deps/npm/man/man1/npm.1 @@ -14,7 +14,7 @@ npm <command> [args] .fi . .SH "VERSION" -1.1.0-alpha-6 +1.1.0-beta-2 . .SH "DESCRIPTION" npm is the package manager for the Node JavaScript platform\. It puts diff --git a/deps/npm/man/man1/search.1 b/deps/npm/man/man1/search.1 index 21217986f..39985a720 100644 --- a/deps/npm/man/man1/search.1 +++ b/deps/npm/man/man1/search.1 @@ -16,46 +16,10 @@ npm search [search terms \.\.\.] .SH "DESCRIPTION" Search the registry for packages matching the search terms\. . -.SH "CONFIGURATION" -. -.SS "description" -. -.IP "\(bu" 4 -Default: true -. -.IP "\(bu" 4 -Type: Boolean -. -.IP "" 0 -. -.P -Show the description in \fBnpm search\fR -. -.SS "searchopts" -. -.IP "\(bu" 4 -Default: "" -. -.IP "\(bu" 4 -Type: String -. -.IP "" 0 -. -.P -Space\-separated options that are always passed to search\. -. -.SS "searchexclude" -. -.IP "\(bu" 4 -Default: "" -. -.IP "\(bu" 4 -Type: String -. -.IP "" 0 -. .P -Space\-separated options that limit the results from search\. +If a term starts with \fB/\fR, then it\'s interpreted as a regular expression\. +A trailing \fB/\fR will be ignored in this case\. (Note that many regular +expression characters must be escaped or quoted in most shells\.) . .SH "SEE ALSO" . |