Home
last modified time | relevance | path

Searched refs:checkGit (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/lib/install/
Dvalidate-tree.js7 var checkGit = npmInstallChecks.checkGit variable
24 mod.parent && !mod.isLink && [checkGit, mod.realpath],
/third_party/node/deps/npm/node_modules/npm-install-checks/
Dindex.js126 exports.checkGit = checkGit
127 function checkGit (folder, cb) { function
DREADME.md24 ### .checkGit(folder, cb)
/third_party/node/deps/npm/node_modules/pacote/lib/util/
Dgit.js202 return BB.resolve(cwdOwner(gitOpts, opts).then(() => checkGit(opts).then(gitPath => {
226 return BB.resolve(cwdOwner(gitOpts, opts).then(() => checkGit(opts).then(gitPath => {
269 function checkGit (opts) { function
/third_party/node/deps/npm/lib/
Dversion.js106 !localData.hasGit && [checkGit, localData],
255 function checkGit (localData, cb) { function