.TH "NPM\-PACK" "3" "October 2014" "" "".SH "NAME"\fBnpm-pack\fR \- Create a tarball from a package.SH SYNOPSIS.P.RS 2.nfnpm\.commands\.pack([packages,] callback).fi.RE.SH DESCRIPTION.PFor anything that's installable (that is, a package folder, tarball,tarball url, name@tag, name@version, or name), this command will fetchit to the cache, and then copy the tarball to the current workingdirectory as \fB<name>\-<version>\.tgz\fR, and then write the filenames out tostdout\..PIf the same package is specified multiple times, then the file will beoverwritten the second time\..PIf no arguments are supplied, then npm packs the current package folder\.