Home
last modified time | relevance | path

Searched refs:_integrity (Results 1 – 21 of 21) sorted by relevance

/third_party/node/deps/npm/node_modules/pacote/lib/
Dfinalize-manifest.js104 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/
Dtarball.js27 _integrity: opts.integrity, property
60 integrity: manifest._integrity,
62 manifest._integrity
63 ? ssri.parse(manifest._integrity).pickAlgorithm()
Dmanifest.js57 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/
Dauto-prune.js36 _integrity: 'sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=', property
44 _integrity: 'sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=', property
55 _integrity: 'sha1-WoIdUnAxMlyG06AasQFzKgkfoew=', property
Dshrinkwrap-save-dev-with-existing-deps.js53 _integrity: 'sha1-deadbeef', property
61 _integrity: 'sha1-deadbeef', property
Dfetch-package-metadata.js44 t.equals(pkg._integrity, 'sha1-sNMrbEXCWcV4uiADdisgUTG9+9E=', '_integrity')
Dtagged-version-matching.js57 _integrity: 'sha1-0EJSKmsdk39848LlrRg/hZQo2B8=', property
Dci.js116 pkgjson._integrity,
/third_party/node/deps/npm/lib/install/
Dinflate-shrinkwrap.js184 _integrity: sw.integrity, property
254 child.package._integrity &&
255 ssri.parse(sw.integrity).match(child.package._integrity)
Dhas-modern-meta.js18 child.package._integrity || child.package._shasum ||
Ddiff-trees.js46 pkg._integrity ||
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/
Dgit.js119 _integrity: false,
133 _integrity: false,
Dremote.js27 _integrity: opts.integrity property
Ddirectory.js48 pkg._integrity = false // Don't auto-calculate integrity
/third_party/node/deps/npm/lib/install/action/
Dfetch.js13 const opts = npmConfig({integrity: pkg.package._integrity})
Dextract.js55 integrity: pkg.package._integrity,
/third_party/node/deps/npm/node_modules/pacote/
Dprefetch.js60 integrity: integrity || (manifest && manifest._integrity),
DCHANGELOG.md464 * **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…
DREADME.md75 "_integrity": SubresourceIntegrityHash,
/third_party/node/deps/npm/lib/
Dshrinkwrap.js135 pkginfo.integrity = child.package._integrity || undefined
/third_party/node/deps/npm/node_modules/libcipm/
DCHANGELOG.md283 * **metadata:** add _resolved, _integrity, and _from on install ([36642dc](https://github.com/npm/l…