Home
last modified time | relevance | path

Searched refs:globalconfig (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/npm/test/tap/
D00-config-setup.js5 exports.globalconfig = path.resolve(__dirname, '..', 'fixtures', 'config', 'globalconfig')
9 { globalconfig: exports.globalconfig, property
80 var gcini = 'globalconfig = ' + exports.globalconfig + '\n'
Dconfig-save.js10 'globalconfig = ' + common.globalconfig,
35 'globalconfig = ' + common.globalconfig,
Dconfig-builtin.js47 path: common.globalconfig,
Dconfig-project.js47 path: common.globalconfig,
Dconfig-basic.js53 path: common.globalconfig,
/third_party/node/deps/npm/test/
Dcommon-config.js11 exports.globalconfig = path.resolve(__dirname, 'fixtures', 'config', 'globalconfig')
18 var gcini = 'globalconfig = ' + exports.globalconfig + '\n'
27 { globalconfig: exports.globalconfig, property
Dcommon-tap.js109 ourenv.npm_config_globalconfig = exports.npm_config_globalconfig = configCommon.globalconfig
/third_party/node/deps/npm/node_modules/libnpmconfig/
Dindex.js20 globalconfig: { property
45 builtin.globalconfig ||
46 cli.globalconfig ||
47 env.globalconfig
/third_party/node/deps/npm/docs/content/configuring-npm/
Dnpmrc.md40 override the setting in the globalconfig file.
83 `$PREFIX/etc/npmrc` (or the `globalconfig` param, if set above):
/third_party/node/deps/npm/lib/config/
Ddefaults.js158 globalconfig: path.resolve(globalPrefix, 'etc', 'npmrc'), property
299 globalconfig: path, property
Dcore.js156 defaults.globalconfig = path.resolve(etc, 'npmrc')
/third_party/node/deps/npm/
DREADME.md131 npm config get globalconfig # defaults to /usr/local/etc/npmrc
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm.md126 If the `globalconfig` option is set in the cli, env, or user config,
/third_party/node/deps/npm/docs/content/using-npm/
Dconfig.md52 CLI option `--globalconfig` or environment variable `$NPM_CONFIG_GLOBALCONFIG`)
498 #### globalconfig subsubsection
/third_party/node/deps/npm/changelogs/
DCHANGELOG-5.md1889 Fix `npm-config` reference to `userconfig` & `globalconfig` environment
DCHANGELOG-2.md4181 [#7233](https://github.com/npm/npm/issues/7233) Ensure `globalconfig` path
/third_party/node/tools/
Dlint-md.mjs21124 globalconfig: { property
21149 builtin.globalconfig ||
21150 cli.globalconfig ||
21151 env.globalconfig