Home
last modified time | relevance | path

Searched refs:fetchRegistry (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/
Dalias.js4 const fetchRegistry = require('./registry') constant
10 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)
Dremote.js6 const fetchRegistry = require('./registry') constant
25 return fetchRegistry.fromManifest({
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/registry/
Dindex.js9 const fetchRegistry = module.exports = Object.create(null) constant
11 Fetcher.impl(fetchRegistry, {