D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
cpanel
/
ea-nodejs10
/
lib
/
node_modules
/
npm
/
docs
/
content
/
configuring-npm
/
Filename :
shrinkwrap-json.md
back
Copy
--- section: configuring-npm title: shrinkwrap.json description: A publishable lockfile --- # npm-shrinkwrap.json(5) ## A publishable lockfile ### Description `npm-shrinkwrap.json` is a file created by [`npm shrinkwrap`](/cli-commands/npm-shrinkwrap). It is identical to `package-lock.json`, with one major caveat: Unlike `package-lock.json`, `npm-shrinkwrap.json` may be included when publishing a package. The recommended use-case for `npm-shrinkwrap.json` is applications deployed through the publishing process on the registry: for example, daemons and command-line tools intended as global installs or `devDependencies`. It's strongly discouraged for library authors to publish this file, since that would prevent end users from having control over transitive dependency updates. Additionally, if both `package-lock.json` and `npm-shrinkwrap.json` are present in a package root, `package-lock.json` will be ignored in favor of this file. For full details and description of the `npm-shrinkwrap.json` file format, refer to the manual page for [package-lock.json](/configuring-npm/package-lock-json). ### See also * [npm shrinkwrap](/cli-commands/npm-shrinkwrap) * [package-lock.json](/configuring-npm/package-lock-json) * [package.json](/configuring-npm/package-json) * [npm install](/cli-commands/npm-install)
Name
Size
Last Modified
Owner
Permissions
Actions
folders.md
7.806
KB
September 13 2023 2:48:05
root
0644
install.md
2.916
KB
September 13 2023 2:48:05
root
0644
npmrc.md
2.866
KB
September 13 2023 2:48:05
root
0644
package-json.md
27.061
KB
September 13 2023 2:48:05
root
0644
package-lock-json.md
5.748
KB
September 13 2023 2:48:05
root
0644
package-locks.md
6.573
KB
September 13 2023 2:48:05
root
0644
shrinkwrap-json.md
1.293
KB
September 13 2023 2:48:05
root
0644
2017 © D7net | D704T team