/third_party/node/deps/npm/lib/install/ |
D | read-shrinkwrap.js | 11 const PKGLOCK_VERSION = require('../npm.js').lockfileVersion 28 if (parsed && parsed.lockfileVersion !== PKGLOCK_VERSION) { 29 …OCK_VERSION}, but ${name} was generated for lockfileVersion@${parsed.lockfileVersion || 0}. I'll t…
|
D | audit.js | 124 delete sw.lockfileVersion
|
/third_party/node/deps/npm/test/tap/ |
D | install-test-cli-with-broken-package-lock.js | 27 lockfileVersion: 1, property 50 lockfileVersion: 1, property
|
D | lockfile-empty-dep-value.js | 22 lockfileVersion: 1, property
|
D | shrinkwrap-extra-metadata.js | 48 'lockfileVersion': npm.lockfileVersion, property
|
D | shrinkwrap-version-match.js | 27 lockfileVersion: 1, property
|
D | lockfile-http-deps.js | 37 lockfileVersion: 1, property
|
D | shrinkwrap-resolve-conflict.js | 96 lockfileVersion: 1, property
|
D | update-symlink.js | 47 lockfileVersion: 1, property
|
D | shrinkwrap-scoped-auth.js | 46 lockfileVersion: 1, property
|
D | shrinkwrap-global-auth.js | 38 lockfileVersion: 1, property
|
D | dedupe-git-semver.js | 115 lockfileVersion: 1, property
|
D | install-cli-only-shrinkwrap.js | 31 lockfileVersion: 1, property
|
D | tagged-version-matching.js | 67 lockfileVersion: 1, property
|
D | shrinkwrap-_auth.js | 40 lockfileVersion: 1, property
|
D | outdated-symlink.js | 47 lockfileVersion: 1, property
|
D | auto-prune.js | 66 lockfileVersion: 1, property
|
D | spec-local-specifiers.js | 625 lockfileVersion: 1, property 675 lockfileVersion: 1, property
|
/third_party/node/deps/npm/lib/ |
D | shrinkwrap.js | 37 const PKGLOCK_VERSION = npm.lockfileVersion 271 pkginfo.lockfileVersion = PKGLOCK_VERSION
|
D | npm.js | 75 npm.lockfileVersion = 1
|
/third_party/node/deps/npm/node_modules/libcipm/ |
D | index.js | 163 if (!pkg._shrinkwrap || !pkg._shrinkwrap.lockfileVersion) {
|
/third_party/node/deps/npm/docs/content/configuring-npm/ |
D | package-lock-json.md | 51 #### lockfileVersion subsubsection
|
/third_party/typescript/tests/baselines/reference/user/ |
D | npm.log | 550 node_modules/npm/lib/npm.js(77,7): error TS2339: Property 'lockfileVersion' does not exist on type … 734 node_modules/npm/lib/shrinkwrap.js(30,29): error TS2339: Property 'lockfileVersion' does not exist … 1666 …est/tap/shrinkwrap-extra-metadata.js(52,38): error TS2339: Property 'lockfileVersion' does not exi…
|