Home
last modified time | relevance | path

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

/third_party/node/deps/npm/lib/commands/
Dlink.js69 const globalTop = resolve(this.npm.globalDir, '..')
74 path: globalTop,
131 add: names.map(l => `file:${resolve(globalTop, 'node_modules', l).replace(/#/g, '%23')}`),
143 const globalTop = resolve(this.npm.globalDir, '..')
148 path: globalTop,
Dinstall.js103 const globalTop = resolve(this.npm.globalDir, '..')
106 const where = isGlobalInstall ? globalTop : this.npm.prefix
134 if (where === globalTop && !args.length) {
140 if (where === globalTop && !args.every(Boolean)) {
Drebuild.js27 const globalTop = resolve(this.npm.globalDir, '..')
28 const where = this.npm.global ? globalTop : this.npm.prefix
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Drebuild.js222 if (!node.globalTop || this.options.force) {
393 top: !!(node.isTop || node.globalTop),
395 global: !!node.globalTop,
Disolated-reifier.js301 globalTop: false, property
396 globalTop: false, property
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Dnode.js282 get globalTop () { getter in Node
314 top: this.globalTop,
877 const { globalTop, isTop, path, sourceReference } = this
879 globalTop: srcGlobalTop,
883 const thisDev = isTop && !globalTop && path
1403 return !this.parent || this.globalTop
Ddeepest-nesting-target.js8 if (target.isProjectRoot || !target.resolveParent || target.globalTop) {