Home
last modified time | relevance | path

Searched refs:PKGLOCK (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/lib/
Dshrinkwrap.js35 const PKGLOCK = 'package-lock.json' constant
57 path.resolve(npm.prefix, PKGLOCK),
61 …log.notice('', `${PKGLOCK} has been renamed to ${SHRINKWRAP}. ${SHRINKWRAP} will be used for futur…
207 checkPackageFile(dir, PKGLOCK),
214 path: path.resolve(dir, opts.defaultFile || PKGLOCK),
Dversion.js156 const PKGLOCK = 'package-lock.json' constant
167 readLockfile(PKGLOCK),
172 const file = shrinkwrap ? SHRINKWRAP : PKGLOCK