diff options
author | isaacs <i@izs.me> | 2014-05-05 18:20:40 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2014-05-21 12:28:21 -0700 |
commit | f118b7181941873ad5b1fb76940a8109ea091cca (patch) | |
tree | 65dd8b05332bca8451fe0e972a220f5ff3111cdb /deps/npm/man/man1/find.1 | |
parent | 10b6156bd2f586bd7bd145f61274d18d2f5c2376 (diff) | |
download | node-v0.8-npm-1.4.10.tar.gz |
npm: upgrade to 1.4.10v0.8-npm-1.4.10
* Don't set referer if already set
* fetch: Send referer and npm-session headers
* run-script: Support --parseable and --json
* list runnable scripts (Evan Lucas)
* Use marked instead of ronn for html docs
Diffstat (limited to 'deps/npm/man/man1/find.1')
-rw-r--r-- | deps/npm/man/man1/find.1 | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/deps/npm/man/man1/find.1 b/deps/npm/man/man1/find.1 deleted file mode 100644 index 653597ffa..000000000 --- a/deps/npm/man/man1/find.1 +++ /dev/null @@ -1,72 +0,0 @@ -.\" Generated with Ronnjs/v0.1 -.\" http://github.com/kapouer/ronnjs/ -. -.TH "NPM\-SEARCH" "1" "November 2011" "" "" -. -.SH "NAME" -\fBnpm-search\fR \-\- Search for packages -. -.SH "SYNOPSIS" -. -.nf -npm search [search terms \.\.\.] -. -.fi -. -.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\. -. -.SH "SEE ALSO" -. -.IP "\(bu" 4 -npm help registry -. -.IP "\(bu" 4 -npm help config -. -.IP "\(bu" 4 -npm help view -. -.IP "" 0 - |