Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/@npmcli/config/lib/
Dindex.js676 const hasPackageJson = await fileExists(p, 'package.json')
678 if (!this.localPrefix && (hasPackageJson || await dirExists(p, 'node_modules'))) {
680 this.localPackage = hasPackageJson
691 if (this.localPrefix && hasPackageJson) {
712 this.localPackage = hasPackageJson
/third_party/node/deps/npm/lib/commands/
Dls.js361 const hasPackageJson = constant
363 if (node.isRoot && hasPackageJson) {