Searched refs:fromManifest (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/npm/node_modules/pacote/lib/ |
D | fetch.js | 9 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)
|
D | finalize-manifest.js | 7 const fetchFromManifest = require('./fetch').fromManifest
|
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/registry/ |
D | tarball.js | 38 const fetchStream = fromManifest(mani, spec, opts).on( 48 module.exports.fromManifest = fromManifest 49 function fromManifest (manifest, spec, opts) { function
|
D | index.js | 24 fromManifest (manifest, spec, opts) { method 25 return regTarball.fromManifest(manifest, spec, opts)
|
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/ |
D | alias.js | 21 fromManifest (manifest, spec, opts) { method 22 return fetchRegistry.fromManifest(manifest, spec.subSpec, opts)
|
D | remote.js | 25 return fetchRegistry.fromManifest({ 31 fromManifest (manifest, spec, opts) { method
|
D | directory.js | 76 return pipe(this.fromManifest(mani, spec, opts), stream) 82 fromManifest (manifest, spec, opts) { method
|
D | git.js | 44 this.fromManifest( 52 fromManifest (manifest, spec, opts) { method
|
D | file.js | 75 fromManifest (manifest, spec, opts) {
|