Searched defs:team (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/npm/lib/ |
D | team.js | 54 function team ([cmd, entity = '', user = ''], cb) { function 88 team: entity property 103 team: entity property 118 team: entity, property 134 team: entity, property
|
D | access.js | 106 const [, scope, team] = scopeteam.match(/^@?([^:]+):(.*)$/) || [] constant 124 const [, scope, team] = scopeteam.match(/^@?([^:]+):(.*)$/) || [] constant
|
/third_party/node/deps/npm/node_modules/libnpmaccess/ |
D | README.md | 114 // `@foo/bar` is now read/write enabled for the @foo:myteam team. argument 129 await access.revoke('@foo/bar', '@foo:myteam', { argument 206 ##### Example
|
/third_party/node/deps/npm/node_modules/libnpmteam/ |
D | README.md | 100 await team.add('zkat', '@npm:cli', {token: 'myregistrytoken'}) argument 111 await team.rm('zkat', '@npm:cli', {token: 'myregistrytoken'}) argument
|
/third_party/node/deps/npm/test/tap/ |
D | team.js | 37 t.same(JSON.parse(stdout), {created: true, team: `myorg:${teamData.name}`}) property 63 t.same(JSON.parse(stdout), {created: true, team: `myorg:${teamData.name}`}) property 86 t.same(JSON.parse(stdout), {deleted: true, team: `myorg:${teamData.name}`}) property
|
/third_party/node/deps/npm/node_modules/libnpm/ |
D | index.js | 18 team: require('./team.js'), property
|
/third_party/node/deps/npm/node_modules/libnpmteam/test/ |
D | index.js | 8 const team = require('../index.js') constant
|