Home
last modified time | relevance | path

Searched refs:SHRINKWRAP (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/lib/
Dshrinkwrap.js36 const SHRINKWRAP = 'npm-shrinkwrap.json' constant
58 path.resolve(npm.prefix, SHRINKWRAP),
61 …log.notice('', `${PKGLOCK} has been renamed to ${SHRINKWRAP}. ${SHRINKWRAP} will be used for futur…
62 return readFile(path.resolve(npm.prefix, SHRINKWRAP)).then((d) => {
75 defaultFile: SHRINKWRAP
206 checkPackageFile(dir, SHRINKWRAP),
Dversion.js155 const SHRINKWRAP = 'npm-shrinkwrap.json' constant
166 readLockfile(SHRINKWRAP),
172 const file = shrinkwrap ? SHRINKWRAP : PKGLOCK
/third_party/node/deps/npm/changelogs/
DCHANGELOG-3.md83 #### SHRINKWRAP GIT & TAGGED DEPENDENCY FIX
203 #### SHRINKWRAP LEVEL UP
436 #### BETTER SHRINKWRAP WITH GIT DEPENDENCIES
575 #### SHRINKWRAP AND DEV DEPENDENCIES
705 #### SHRINKWRAP IS COMPLICATED BUT IT'S BETTER NOW
1460 #### SHRINKWRAP FIX
3760 #### SHRINKWRAP + DEV DEPS NOW RESPECTED
DCHANGELOG-4.md103 #### NO SHRINKWRAP, NO PROBLEM