]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/man/man3/npm-owner.3
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / man / man3 / npm-owner.3
1 .TH "NPM\-OWNER" "3" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-owner\fR \- Manage package owners
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm\.commands\.owner(args, callback)
9 .fi
10 .RE
11 .SH DESCRIPTION
12 .P
13 The first element of the 'args' parameter defines what to do, and the subsequent
14 elements depend on the action\. Possible values for the action are (order of
15 parameters are given in parenthesis):
16 .RS 0
17 .IP \(bu 2
18 ls (package):
19 List all the users who have access to modify a package and push new versions\.
20 Handy when you need to know who to bug for help\.
21 .IP \(bu 2
22 add (user, package):
23 Add a new user as a maintainer of a package\.  This user is enabled to modify
24 metadata, publish new versions, and add other owners\.
25 .IP \(bu 2
26 rm (user, package):
27 Remove a user from the package owner list\.  This immediately revokes their
28 privileges\.
29
30 .RE
31 .P
32 Note that there is only one level of access\.  Either you can modify a package,
33 or you can't\.  Future versions may contain more fine\-grained access levels, but
34 that is not implemented at this time\.
35 .SH SEE ALSO
36 .RS 0
37 .IP \(bu 2
38 npm apihelp publish
39 .IP \(bu 2
40 npm help 7 registry
41
42 .RE
43