Home
last modified time | relevance | path

Searched refs:tfaNotRequired (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/lib/
Daccess.js141 access['2fa-not-required'] = access.tfaNotRequired = ([pkg], opts) => {
142 return modifyPackage(pkg, opts, libaccess.tfaNotRequired, false)
/third_party/node/deps/npm/node_modules/libnpmaccess/test/
Dindex.js46 return access.tfaNotRequired('@foo/bar', OPTS).then(ret => {
337 access.tfaNotRequired('foo/bar').then(resolve, reject)
/third_party/node/deps/npm/node_modules/libnpmaccess/
DREADME.md30 * [`tfaNotRequired()`](#tfa-not-required)
150 #### <a name="tfa-not-required"></a> `> access.tfaNotRequired(spec, [opts]) -> Promise`
161 await access.tfaNotRequired('lodash', {otp: '123654', token: 'myregistrytoken'})
Dindex.js172 cmd.tfaNotRequired = (spec, opts) => setRequires2fa(spec, false, opts) function