Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/@npmcli/config/lib/
Dindex.js128 this.localPackage = null
635 if (this.localPackage == null) {
636 this.localPackage = await fileExists(this.localPrefix, 'package.json')
680 this.localPackage = hasPackageJson
712 this.localPackage = hasPackageJson
/third_party/node/deps/npm/lib/
Darborist-cmd.js35 && npm.localPackage
Dnpm.js393 get localPackage () { getter in Npm
394 return this.config.localPackage