Searched refs:PKGLOCK (Results 1 – 2 of 2) sorted by relevance
35 const PKGLOCK = 'package-lock.json' constant57 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),
156 const PKGLOCK = 'package-lock.json' constant167 readLockfile(PKGLOCK),172 const file = shrinkwrap ? SHRINKWRAP : PKGLOCK