Home
last modified time | relevance | path

Searched defs:gitHosts (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/hosted-git-info/lib/
Dindex.js23 static #gitHosts = { byShortcut: {}, byDomain: {} } field in GitHost
50 gitHosts: GitHost.#gitHosts, property
Dfrom-url.js36 module.exports = (giturl, opts, { gitHosts, protocols }) => { property