]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/doc/api/npm-prune.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / doc / api / npm-prune.md
1 npm-prune(3) -- Remove extraneous packages
2 ==========================================
3
4 ## SYNOPSIS
5
6     npm.commands.prune([packages,] callback)
7
8 ## DESCRIPTION
9
10 This command removes "extraneous" packages.
11
12 The first parameter is optional, and it specifies packages to be removed.
13
14 No packages are specified, then all packages will be checked.
15
16 Extraneous packages are packages that are not listed on the parent
17 package's dependencies list.