]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/man/man3/npm-unpublish.3
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / man / man3 / npm-unpublish.3
1 .TH "NPM\-UNPUBLISH" "3" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-unpublish\fR \- Remove a package from the registry
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm\.commands\.unpublish(package, callback)
9 .fi
10 .RE
11 .SH DESCRIPTION
12 .P
13 This removes a package version from the registry, deleting its
14 entry and removing the tarball\.
15 .P
16 The package parameter must be defined\.
17 .P
18 Only the first element in the package parameter is used\.  If there is no first
19 element, then npm assumes that the package at the current working directory
20 is what is meant\.
21 .P
22 If no version is specified, or if all versions are removed then
23 the root package entry is removed from the registry entirely\.
24