Home
last modified time | relevance | path

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

/third_party/node/deps/npm/lib/install/
Dread-shrinkwrap.js11 const PKGLOCK_VERSION = require('../npm.js').lockfileVersion constant
28 if (parsed && parsed.lockfileVersion !== PKGLOCK_VERSION) {
29 …rinkwrap', `This version of npm is compatible with lockfileVersion@${PKGLOCK_VERSION}, but ${name}…
/third_party/node/deps/npm/lib/
Dshrinkwrap.js37 const PKGLOCK_VERSION = npm.lockfileVersion constant
271 pkginfo.lockfileVersion = PKGLOCK_VERSION