Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/libnpmaccess/lib/
Dindex.js43 const getCollaborators = async (pkg, opts) => { function
133 getCollaborators,
/third_party/node/deps/npm/test/lib/commands/
Daccess.js174 registry.getCollaborators({ spec: '@npmcli/test-package', collaborators })
188 registry.getCollaborators({ spec: '@npmcli/test-package', collaborators })
/third_party/node/deps/npm/lib/commands/
Daccess.js136 const collabs = await libnpmaccess.getCollaborators(pkgName, this.npm.flatOptions)
/third_party/node/deps/npm/node_modules/libnpmaccess/
DREADME.md39 #### `access.getCollaborators(spec, opts) -> Promise<Object>`