summaryrefslogtreecommitdiff
path: root/deps/npm/man/man3/search.3
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-07-12 08:56:59 -0700
committerisaacs <i@izs.me>2013-07-12 08:56:59 -0700
commit9da67fa5198f3c0839904ae05cbfe88c61b3ad09 (patch)
tree61c03f98b7c2ae549f67c01e1afe6dcbe84847d6 /deps/npm/man/man3/search.3
parentf88b8dad84cd8f37000e55f0b5de7963cbb252cf (diff)
downloadnode-new-9da67fa5198f3c0839904ae05cbfe88c61b3ad09.tar.gz
npm: Upgrade to 1.3.3
Diffstat (limited to 'deps/npm/man/man3/search.3')
-rw-r--r--deps/npm/man/man3/search.364
1 files changed, 0 insertions, 64 deletions
diff --git a/deps/npm/man/man3/search.3 b/deps/npm/man/man3/search.3
deleted file mode 100644
index 0a18fe9db3..0000000000
--- a/deps/npm/man/man3/search.3
+++ /dev/null
@@ -1,64 +0,0 @@
-.\" Generated with Ronnjs 0.3.8
-.\" http://github.com/kapouer/ronnjs/
-.
-.TH "NPM\-SEARCH" "3" "June 2013" "" ""
-.
-.SH "NAME"
-\fBnpm-search\fR \-\- Search for packages
-.
-.SH "SYNOPSIS"
-.
-.nf
-npm\.commands\.search(searchTerms, [silent,] [staleness,] callback)
-.
-.fi
-.
-.SH "DESCRIPTION"
-Search the registry for packages matching the search terms\. The available parameters are:
-.
-.IP "\(bu" 4
-searchTerms:
-Array of search terms\. These terms are case\-insensitive\.
-.
-.IP "\(bu" 4
-silent:
-If true, npm will not log anything to the console\.
-.
-.IP "\(bu" 4
-staleness:
-This is the threshold for stale packages\. "Fresh" packages are not refreshed
-from the registry\. This value is measured in seconds\.
-.
-.IP "\(bu" 4
-callback:
-Returns an object where each key is the name of a package, and the value
-is information about that package along with a \'words\' property, which is
-a space\-delimited string of all of the interesting words in that package\.
-The only properties included are those that are searched, which generally include:
-.
-.IP "\(bu" 4
-name
-.
-.IP "\(bu" 4
-description
-.
-.IP "\(bu" 4
-maintainers
-.
-.IP "\(bu" 4
-url
-.
-.IP "\(bu" 4
-keywords
-.
-.IP "" 0
-
-.
-.IP "" 0
-.
-.P
-A search on the registry excludes any result that does not match all of the
-search terms\. It also removes any items from the results that contain an
-excluded term (the "searchexclude" config)\. The search is case insensitive
-and doesn\'t try to read your mind (it doesn\'t do any verb tense matching or the
-like)\.