Home
last modified time | relevance | path

Searched defs:npmrc (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/npm/node_modules/registry-auth-token/
Dindex.js54 function getLegacyAuthInfo (npmrc) { argument
68 function getAuthInfoForUrl (regUrl, npmrc) { argument
Dregistry-url.js1 module.exports = function (scope, npmrc) { argument
/third_party/node/deps/npm/test/tap/
Dnpm-api-not-loaded-error.js6 var npmrc = path.join(common.pkg, 'npmrc') variable
Dconfig-new-cafile.js11 var npmrc = path.resolve(dir, 'npmrc') variable
Drun-script-filter-private.js19 var npmrc = '//blah.com:_harsh=realms\n' variable
Dversion-allow-same-version.js8 const npmrc = path.resolve(pkg, './.npmrc') constant
Dconfig-list.js10 var npmrc = path.resolve(pkg, '.npmrc') variable
Dversion-message-config.js10 var npmrc = path.resolve(pkg, '.npmrc') variable
Dtag-version-prefix.js10 var npmrc = path.resolve(pkg, '.npmrc') variable
Dversion-lifecycle.js12 var npmrc = path.resolve(pkg, './.npmrc') variable
/third_party/node/deps/npm/node_modules/registry-auth-token/test/
Dauth-token.test.js119 assert.deepEqual(getAuthToken({npmrc: npmrc}), {token: 'qar', type: 'Bearer'}) property