Home
last modified time | relevance | path

Searched refs:RemoteFetcher (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/pacote/lib/
Dindex.js6 const RemoteFetcher = require('./remote.js') constant
13 RemoteFetcher, property
Dremote.js10 class RemoteFetcher extends Fetcher { class
91 module.exports = RemoteFetcher
Dregistry.js2 const RemoteFetcher = require('./remote.js') constant
329 return new RemoteFetcher(this.resolved, {
Dgit.js3 const RemoteFetcher = require('./remote.js') constant
252 return new RemoteFetcher(h.tarball({ noCommittish: false }), {
Dfetcher.js478 const RemoteFetcher = require('./remote.js') constant
488 return new RemoteFetcher(spec, opts)
/third_party/node/deps/npm/node_modules/pacote/
DREADME.md191 * `RemoteFetcher`