summaryrefslogtreecommitdiff
path: root/deps/npm/doc/api/prune.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/api/prune.md')
-rw-r--r--deps/npm/doc/api/prune.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/deps/npm/doc/api/prune.md b/deps/npm/doc/api/prune.md
new file mode 100644
index 0000000000..2a4f177485
--- /dev/null
+++ b/deps/npm/doc/api/prune.md
@@ -0,0 +1,17 @@
+npm-prune(3) -- Remove extraneous packages
+==========================================
+
+## SYNOPSIS
+
+ npm.commands.prune([packages,] callback)
+
+## DESCRIPTION
+
+This command removes "extraneous" packages.
+
+The first parameter is optional, and it specifies packages to be removed.
+
+No packages are specified, then all packages will be checked.
+
+Extraneous packages are packages that are not listed on the parent
+package's dependencies list.