1NPM-SHRINKWRAP(1) NPM-SHRINKWRAP(1)
2
3
4
6 npm-shrinkwrap - Lock down dependency versions for publication
7
9 npm shrinkwrap
10
12 This command repurposes package-lock.json into a publishable
13 npm-shrinkwrap.json or simply creates a new one. The file created and
14 updated by this command will then take precedence over any other exist‐
15 ing or future package-lock.json files. For a detailed explanation of
16 the design and purpose of package locks in npm, see npm help 5 pack‐
17 age-locks.
18
20 · npm help install
21
22 · npm help run-script
23
24 · npm help 7 scripts
25
26 · npm help 5 package.json
27
28 · npm help 5 package-locks
29
30 · npm help 5 package-lock.json
31
32 · npm help 5 shrinkwrap.json
33
34 · npm help ls
35
36
37
38
39
40 April 2019 NPM-SHRINKWRAP(1)