Home
last modified time | relevance | path

Searched refs:fromManifest (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/npm/node_modules/pacote/lib/
Dfetch.js9 fromManifest: ['manifest', 'spec', 'opts'], property
31 module.exports.fromManifest = fromManifest
32 function fromManifest (manifest, spec, opts) { function
33 return getFetcher(spec.type).fromManifest(manifest, spec, opts)
Dfinalize-manifest.js7 const fetchFromManifest = require('./fetch').fromManifest
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/registry/
Dtarball.js38 const fetchStream = fromManifest(mani, spec, opts).on(
48 module.exports.fromManifest = fromManifest
49 function fromManifest (manifest, spec, opts) { function
Dindex.js24 fromManifest (manifest, spec, opts) { method
25 return regTarball.fromManifest(manifest, spec, opts)
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/
Dalias.js21 fromManifest (manifest, spec, opts) { method
22 return fetchRegistry.fromManifest(manifest, spec.subSpec, opts)
Dremote.js25 return fetchRegistry.fromManifest({
31 fromManifest (manifest, spec, opts) { method
Ddirectory.js76 return pipe(this.fromManifest(mani, spec, opts), stream)
82 fromManifest (manifest, spec, opts) { method
Dgit.js44 this.fromManifest(
52 fromManifest (manifest, spec, opts) { method
Dfile.js75 fromManifest (manifest, spec, opts) {