Lines Matching full:json
2 title: npm-shrinkwrap.json
9 `npm-shrinkwrap.json` is a file created by [`npm
11 `package-lock.json`, with one major caveat: Unlike `package-lock.json`,
12 `npm-shrinkwrap.json` may be included when publishing a package.
14 The recommended use-case for `npm-shrinkwrap.json` is applications deployed
21 If both `package-lock.json` and `npm-shrinkwrap.json` are present in a
22 package root, `npm-shrinkwrap.json` will be preferred over the
23 `package-lock.json` file.
25 For full details and description of the `npm-shrinkwrap.json` file format,
27 [package-lock.json](/configuring-npm/package-lock-json).
32 * [package-lock.json](/configuring-npm/package-lock-json)
33 * [package.json](/configuring-npm/package-json)