Searched refs:adduserCouch (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/npm/node_modules/npm-profile/ |
D | index.js | 9 exports.adduserCouch = adduserCouch 59 .then(data => adduserCouch(data.username, data.email, data.password, opts)) 135 function adduserCouch (username, email, password, opts) { function
|
D | CHANGELOG.md | 35 - The previous adduser is available as adduserCouch
|
D | README.md | 24 * [`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/ |
D | legacy.js | 50 return profile.adduserCouch(u, e, p, opts)
|