From 71e285b94c7edaa43aa8115965cf5a36b8e0f80a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 3 Apr 2019 15:43:32 +0200 Subject: Node.js v11.13.0 --- .../node/deps/npm/html/doc/cli/npm-shrinkwrap.html | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 deps/node/deps/npm/html/doc/cli/npm-shrinkwrap.html (limited to 'deps/node/deps/npm/html/doc/cli/npm-shrinkwrap.html') diff --git a/deps/node/deps/npm/html/doc/cli/npm-shrinkwrap.html b/deps/node/deps/npm/html/doc/cli/npm-shrinkwrap.html new file mode 100644 index 00000000..2b07d444 --- /dev/null +++ b/deps/node/deps/npm/html/doc/cli/npm-shrinkwrap.html @@ -0,0 +1,44 @@ + + + npm-shrinkwrap + + + + + + +
+ +

npm-shrinkwrap

Lock down dependency versions for publication

+

SYNOPSIS

+
npm shrinkwrap

DESCRIPTION

+

This command repurposes package-lock.json into a publishable +npm-shrinkwrap.json or simply creates a new one. The file created and updated +by this command will then take precedence over any other existing or future +package-lock.json files. For a detailed explanation of the design and purpose +of package locks in npm, see npm-package-locks(5).

+

SEE ALSO

+ + +
+ + + + + + + + + + + + -- cgit v1.2.3