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