Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/npm-profile/
Dindex.js9 exports.adduserCouch = adduserCouch
59 .then(data => adduserCouch(data.username, data.email, data.password, opts))
135 function adduserCouch (username, email, password, opts) { function
DCHANGELOG.md35 - The previous adduser is available as adduserCouch
DREADME.md24 * [`adduserCouch()`](#adduser-couch)
123 its `code` property set to `ENYI` . You should retry with `adduserCouch`.
163 ### <a name="adduser-couch"></a> `> profile.adduserCouch(username, email, password, [opts]) → Promi…
/third_party/node/deps/npm/lib/auth/
Dlegacy.js50 return profile.adduserCouch(u, e, p, opts)