]> 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-shrinkwrap.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-shrinkwrap.3
1 .TH "NPM\-SHRINKWRAP" "3" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-shrinkwrap\fR \- programmatically generate package shrinkwrap file
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm\.commands\.shrinkwrap(args, [silent,] callback)
9 .fi
10 .RE
11 .SH DESCRIPTION
12 .P
13 This acts much the same ways as shrinkwrapping on the command\-line\.
14 .P
15 This command does not take any arguments, but 'args' must be defined\.
16 Beyond that, if any arguments are passed in, npm will politely warn that it
17 does not take positional arguments\.
18 .P
19 If the 'silent' parameter is set to true, nothing will be output to the screen,
20 but the shrinkwrap file will still be written\.
21 .P
22 Finally, 'callback' is a function that will be called when the shrinkwrap has
23 been saved\.
24