npm shrinkwrap" is a command on npm CLI which is used as a deployment mechanism for locking down dependency versions for publication.
npm shrinkwrap
is a deployment mechanism used by npm that recursively saves the exact version of every dependency's dependencies to a npm-shrinkwrap.json
file.