Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/
Dnormalize.js336 const gitRoot = await git.find({ cwd: pkg.path, root }) constant
338 if (gitRoot) {
340 head = await fs.readFile(path.resolve(gitRoot, '.git/HEAD'), 'utf8')
349 const headFile = path.resolve(gitRoot, '.git', headRef)
357 const packFile = path.resolve(gitRoot, '.git/packed-refs')