Searched refs:fetchRegistry (Results 1 – 3 of 3) sorted by relevance
4 const fetchRegistry = require('./registry') constant10 return fetchRegistry.packument(spec.subSpec, opts)14 return fetchRegistry.manifest(spec.subSpec, opts)18 return fetchRegistry.tarball(spec.subSpec, opts)22 return fetchRegistry.fromManifest(manifest, spec.subSpec, opts)
6 const fetchRegistry = require('./registry') constant25 return fetchRegistry.fromManifest({
9 const fetchRegistry = module.exports = Object.create(null) constant11 Fetcher.impl(fetchRegistry, {