Searched refs:localBin (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/npm/lib/commands/ |
D | exec.js | 54 localBin, 82 localBin, property
|
D | init.js | 124 localBin, 136 localBin, property
|
D | doctor.js | 243 return this.checkFilesPermission(this.npm.localBin, false, R_OK | W_OK | X_OK, true)
|
/third_party/node/deps/npm/node_modules/libnpmexec/lib/ |
D | index.js | 83 localBin = resolve('./node_modules/.bin'), 136 const dir = dirname(dirname(localBin))
|
/third_party/node/deps/npm/lib/ |
D | npm.js | 416 get localBin () { getter in Npm 421 return this.global ? this.globalBin : this.localBin
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
D | command.js | 953 const localBin = path.resolve(baseDir, baseName); 954 if (fs.existsSync(localBin)) return localBin; 960 const foundExt = sourceExt.find(ext => fs.existsSync(`${localBin}${ext}`)); 961 if (foundExt) return `${localBin}${foundExt}`;
|
/third_party/node/deps/npm/test/lib/ |
D | npm.js | 86 t.equal(npm.bin, npm.localBin, 'bin is local bin after prefix setter') 95 t.not(npm.bin, npm.localBin, 'bin is not local bin after setting global') 103 t.not(npm.bin, npm.localBin, 'bin is not local bin after prefix setter')
|
/third_party/node/deps/npm/node_modules/libnpmexec/ |
D | README.md | 35 …- `localBin`: Location to the `node_modules/.bin` folder of the local project to start scanning fo…
|