04e80f864d51a45ea75440782aaea97efb86e410
[platform/upstream/nodejs.git] / deps / npm / man / man3 / npm-prune.3
1 .\" Generated with Ronnjs 0.3.8
2 .\" http://github.com/kapouer/ronnjs/
3 .
4 .TH "NPM\-PRUNE" "3" "November 2013" "" ""
5 .
6 .SH "NAME"
7 \fBnpm-prune\fR \-\- Remove extraneous packages
8 .
9 .SH "SYNOPSIS"
10 .
11 .nf
12 npm\.commands\.prune([packages,] callback)
13 .
14 .fi
15 .
16 .SH "DESCRIPTION"
17 This command removes "extraneous" packages\.
18 .
19 .P
20 The first parameter is optional, and it specifies packages to be removed\.
21 .
22 .P
23 No packages are specified, then all packages will be checked\.
24 .
25 .P
26 Extraneous packages are packages that are not listed on the parent
27 package\'s dependencies list\.