/third_party/node/deps/npm/node_modules/pacote/lib/ |
D | finalize-manifest.js | 104 this._integrity = pkg._integrity || fromTarball._integrity || null 138 const needsIntegrity = !pkg || (!pkg._integrity && pkg._integrity !== false) 188 _integrity: needsIntegrity && hash && hash.sha512 && hash.sha512[0].toString(), property 241 pkg && pkg._integrity && 244 `${pkg._resolved}:${ssri.stringify(pkg._integrity)}`
|
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/registry/ |
D | tarball.js | 27 _integrity: opts.integrity, property 60 integrity: manifest._integrity, 62 manifest._integrity 63 ? ssri.parse(manifest._integrity).pickAlgorithm()
|
D | manifest.js | 57 manifest._integrity = manifest.dist && manifest.dist.integrity 59 if (!manifest._integrity && shasum) { 61 manifest._integrity = ssri.fromHex(shasum, 'sha1').toString()
|
/third_party/node/deps/npm/test/tap/ |
D | auto-prune.js | 36 _integrity: 'sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=', property 44 _integrity: 'sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=', property 55 _integrity: 'sha1-WoIdUnAxMlyG06AasQFzKgkfoew=', property
|
D | shrinkwrap-save-dev-with-existing-deps.js | 53 _integrity: 'sha1-deadbeef', property 61 _integrity: 'sha1-deadbeef', property
|
D | fetch-package-metadata.js | 44 t.equals(pkg._integrity, 'sha1-sNMrbEXCWcV4uiADdisgUTG9+9E=', '_integrity')
|
D | tagged-version-matching.js | 57 _integrity: 'sha1-0EJSKmsdk39848LlrRg/hZQo2B8=', property
|
D | ci.js | 116 pkgjson._integrity,
|
/third_party/node/deps/npm/lib/install/ |
D | inflate-shrinkwrap.js | 184 _integrity: sw.integrity, property 254 child.package._integrity && 255 ssri.parse(sw.integrity).match(child.package._integrity)
|
D | has-modern-meta.js | 18 child.package._integrity || child.package._shasum ||
|
D | diff-trees.js | 46 pkg._integrity ||
|
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/ |
D | git.js | 119 _integrity: false, 133 _integrity: false,
|
D | remote.js | 27 _integrity: opts.integrity property
|
D | directory.js | 48 pkg._integrity = false // Don't auto-calculate integrity
|
/third_party/node/deps/npm/lib/install/action/ |
D | fetch.js | 13 const opts = npmConfig({integrity: pkg.package._integrity})
|
D | extract.js | 55 integrity: pkg.package._integrity,
|
/third_party/node/deps/npm/node_modules/pacote/ |
D | prefetch.js | 60 integrity: integrity || (manifest && manifest._integrity),
|
D | CHANGELOG.md | 464 * **extract:** append _resolved and _integrity automatically ([#134](https://github.com/npm/pacote/… 1317 * **finalize:** refactored finalize-manifest code + add _integrity=false sentinel ([657b7fa](https:… 1329 * **prefetch:** fall back to the _integrity in the manifest if none calculated ([083ac79](https://g… 1358 * manifest() no longer includes the `_shasum` field. It's been replaced by `_integrity`, which is a…
|
D | README.md | 75 "_integrity": SubresourceIntegrityHash,
|
/third_party/node/deps/npm/lib/ |
D | shrinkwrap.js | 135 pkginfo.integrity = child.package._integrity || undefined
|
/third_party/node/deps/npm/node_modules/libcipm/ |
D | CHANGELOG.md | 283 * **metadata:** add _resolved, _integrity, and _from on install ([36642dc](https://github.com/npm/l…
|