/third_party/node/deps/npm/test/tap/ |
D | config-credentials.js | 3 var npmconf = require('../../lib/config/core.js') variable 9 npmconf.load({}, function (er, conf) { 20 npmconf.load(common.builtin, function (er, conf) { 32 npmconf.load(common.builtin, function (er, conf) { 44 npmconf.load(common.builtin, function (er, conf) { 56 npmconf.load(common.builtin, function (er, conf) { 68 npmconf.load(common.builtin, function (er, conf) { 92 npmconf.load(common.builtin, function (er, conf) { 110 npmconf.load(common.builtin, function (er, conf) { 127 npmconf.load(common.builtin, function (er, conf) { [all …]
|
D | config-builtin.js | 2 var npmconf = require('../../lib/config/core.js') variable 55 npmconf.load(cli, common.builtin, function (er, conf) { 59 t.same(npmconf.rootConf.list, []) 60 t.equal(npmconf.rootConf.root, npmconf.defs.defaults) 61 t.equal(conf.root, npmconf.defs.defaults)
|
D | config-project.js | 5 var npmconf = require('../../lib/config/core.js') variable 55 npmconf.load(cli, function (er, conf) { 59 t.same(npmconf.rootConf.list, []) 60 t.equal(npmconf.rootConf.root, npmconf.defs.defaults) 61 t.equal(conf.root, npmconf.defs.defaults)
|
D | config-basic.js | 3 var npmconf = require('../../lib/config/core.js') variable 66 npmconf.load(cli, function (er, conf) { 72 t.same(npmconf.rootConf.list, [], 'root configuration is empty') 73 isDeeplyDetails(t, npmconf.rootConf.root, npmconf.defs.defaults, 'defaults') 74 isDeeplyDetails(t, conf.root, npmconf.defs.defaults, 'current root config is defaults')
|
D | config-new-cafile.js | 7 var npmconf = require('../../lib/config/core.js') variable 17 npmconf.load({ userconfig: npmrc }, function (error, conf) { 18 npmconf.loaded = false 25 npmconf.load({ userconfig: npmrc }, function (error, conf) {
|
D | config-save.js | 7 var npmconf = require('../../lib/config/core.js') variable 64 npmconf.load(function (er, conf) { 84 npmconf.load(function (er, conf) {
|
D | config-malformed.js | 3 var npmconf = require('../../lib/config/core.js') variable 7 npmconf.load({}, common.malformed, function (er, conf) {
|
D | config-certfile.js | 6 var npmconf = require('../../lib/config/core.js') variable 11 npmconf.load({cafile: cafile}, function (er, conf) {
|
D | config-envReplace.js | 9 const npmconf = require('../../lib/config/core.js') constant 46 npmconf.load(function (error, conf) {
|
/third_party/node/deps/npm/lib/ |
D | config.js | 6 var npmconf = require('./config/core.js') variable 9 var types = npmconf.defs.types 106 ]).concat(Object.keys(npmconf.defaults).reduce(function (arr, key) { 108 obj[key] = npmconf.defaults[key] 268 var defaults = npmconf.defaults
|
D | completion.js | 6 var npmconf = require('./config/core.js') variable 7 var configDefs = npmconf.defs
|
D | npm.js | 25 var npmconf = require('./config/core.js') 259 npmconf.load(cli, builtin, function (er, config) {
|
/third_party/node/deps/npm/bin/ |
D | npm-cli.js | 29 var npmconf = require('../lib/config/core.js') 33 var configDefs = npmconf.defs
|
/third_party/node/deps/npm/changelogs/ |
D | CHANGELOG-1.md | 124 `npmconf@2.0.1` ([@othiym23](https://github.com/othiym23)) 144 [#6055](https://github.com/npm/npm/issues/6055) npmconf@1.1.8: restore 263 [#5591](https://github.com/npm/npm/issues/5591) bump nopt and npmconf 280 * `npmconf@1.1.2` ([@isaacs](https://github.com/isaacs)) 285 * npmconf: Float patch to remove 'scope' from config defs 309 * `npmconf@1.0.5` ([@isaacs](https://github.com/isaacs)) 372 * `npmconf@1.0.0`, Refactor config/uid/prefix loading process 618 * [`4315286`](https://github.com/npm/npm/commit/4315286) `npmconf@0.1.12`
|
D | CHANGELOG-2.md | 3706 [#7791](https://github.com/npm/npm/issues/7791) Fix brackets in npmconf so 4770 [#6397](https://github.com/npm/npm/issues/6397) Defactor npmconf back into 4996 [#6272](https://github.com/npm/npm/issues/6272) `npmconf` decides what the 5031 [#6201](https://github.com/npm/npm/issues/6201) `npmconf@2.1.0`: scope 5146 `npmconf@2.0.8`: disallow semver ranges in tag configuration 5161 `npmconf@2.0.7`: support -C as an alias for --prefix 5202 `npmconf@2.0.6`: init.version defaults to 1.0.0
|