summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/search.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/cli/search.md')
-rw-r--r--deps/npm/doc/cli/search.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/deps/npm/doc/cli/search.md b/deps/npm/doc/cli/search.md
deleted file mode 100644
index e9e408c67..000000000
--- a/deps/npm/doc/cli/search.md
+++ /dev/null
@@ -1,20 +0,0 @@
-npm-search(1) -- Search for packages
-====================================
-
-## SYNOPSIS
-
- npm search [search terms ...]
-
-## DESCRIPTION
-
-Search the registry for packages matching the search terms.
-
-If a term starts with `/`, then it's interpreted as a regular expression.
-A trailing `/` will be ignored in this case. (Note that many regular
-expression characters must be escaped or quoted in most shells.)
-
-## SEE ALSO
-
-* npm-registry(1)
-* npm-config(1)
-* npm-view(1)