Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/global-dirs/
Dindex.js53 const npmPrefix = path.resolve(getNpmPrefix()); constant
78 return npmPrefix;
82 exports.npm.prefix = npmPrefix;
83 exports.npm.packages = path.join(npmPrefix, process.platform === 'win32' ? 'node_modules' : 'lib/no…
84 exports.npm.binaries = process.platform === 'win32' ? npmPrefix : path.join(npmPrefix, 'bin');
/third_party/node/tools/
Dtest-npm-package.js46 const npmPrefix = path.join(tmpDir.path, 'npm-prefix');
57 'npm_config_prefix': npmPrefix,
Dlint-md.mjs21246 let npmPrefix = libnpmconfig.read(null, builtinNpmConfig).prefix; variable
21251 if (!npmPrefix) {
21252 npmPrefix = windows
21257 const globalsDefault = electron || argv.indexOf(npmPrefix) === 0;
21258 let globalDir = path$b.resolve(npmPrefix, globalsLibrary, 'node_modules');