Home
last modified time | relevance | path

Searched refs:npmconf (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/npm/test/tap/
Dconfig-credentials.js3 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 …]
Dconfig-builtin.js2 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)
Dconfig-project.js5 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)
Dconfig-basic.js3 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')
Dconfig-new-cafile.js7 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) {
Dconfig-save.js7 var npmconf = require('../../lib/config/core.js') variable
64 npmconf.load(function (er, conf) {
84 npmconf.load(function (er, conf) {
Dconfig-malformed.js3 var npmconf = require('../../lib/config/core.js') variable
7 npmconf.load({}, common.malformed, function (er, conf) {
Dconfig-certfile.js6 var npmconf = require('../../lib/config/core.js') variable
11 npmconf.load({cafile: cafile}, function (er, conf) {
Dconfig-envReplace.js9 const npmconf = require('../../lib/config/core.js') constant
46 npmconf.load(function (error, conf) {
/third_party/node/deps/npm/lib/
Dconfig.js6 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
Dcompletion.js6 var npmconf = require('./config/core.js') variable
7 var configDefs = npmconf.defs
Dnpm.js25 var npmconf = require('./config/core.js')
259 npmconf.load(cli, builtin, function (er, config) {
/third_party/node/deps/npm/bin/
Dnpm-cli.js29 var npmconf = require('../lib/config/core.js')
33 var configDefs = npmconf.defs
/third_party/node/deps/npm/changelogs/
DCHANGELOG-1.md124 `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`
DCHANGELOG-2.md3706 [#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