/var/lang/lib/node_modules/npm/man/man7
This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.
.TH "ORGANIZATIONS" "7" "February 2026" "NPM@11.11.0" "".SH "NAME"\fBOrganizations\fR - Working with teams & organizations.SS "Description".PThere are three levels of org users:.RS 0.IP 1. 4Super admin, controls billing & adding people to the org..IP 2. 4Team admin, manages team membership & package access..IP 3. 4Developer, works on packages they are given access to..RE 0 .PThe super admin is the only person who can add users to the org because it impacts the monthly bill. The super admin will use the website to manage membership. Every org has a \fBdevelopers\fR team that all users are automatically added to..PThe team admin is the person who manages team creation, team membership, and package access for teams. The team admin grants package access to teams, not individuals..PThe developer will be able to access packages based on the teams they are on. Access is either read-write or read-only..PThere are two main commands:.RS 0.IP 1. 4\fBnpm team\fR see npm help team for more details.IP 2. 4\fBnpm access\fR see npm help access for more details.RE 0 .SS "Team Admins create teams".RS 0.IP \(bu 4Check who you\[cq]ve added to your org:.RE 0 .P.RS 2.nfnpm team ls <org>:developers.fi.RE.RS 0.IP \(bu 4Each org is automatically given a \fBdevelopers\fR team, so you can see the whole list of team members in your org. This team automatically gets read-write access to all packages, but you can change that with the \fBaccess\fR command..IP \(bu 4Create a new team:.RE 0 .P.RS 2.nfnpm team create <org:team>.fi.RE.RS 0.IP \(bu 4Add members to that team:.RE 0 .P.RS 2.nfnpm team add <org:team> <user>.fi.RE.SS "Publish a package and adjust package access".RS 0.IP \(bu 4In package directory, run.RE 0 .P.RS 2.nfnpm init --scope=<org>.fi.RE.Pto scope it for your org & publish as usual.RS 0.IP \(bu 4Grant access:.RE 0 .P.RS 2.nfnpm access grant <read-only|read-write> <org:team> \[lB]<package>\[rB].fi.RE.RS 0.IP \(bu 4Revoke access:.RE 0 .P.RS 2.nfnpm access revoke <org:team> \[lB]<package>\[rB].fi.RE.SS "Monitor your package access".RS 0.IP \(bu 4See what org packages a team member can access:.RE 0 .P.RS 2.nfnpm access list packages <org> <user>.fi.RE.RS 0.IP \(bu 4See packages available to a specific team:.RE 0 .P.RS 2.nfnpm access list packages <org:team>.fi.RE.RS 0.IP \(bu 4Check which teams are collaborating on a package:.RE 0 .P.RS 2.nfnpm access list collaborators <pkg>.fi.RE.SS "See also".RS 0.IP \(bu 4npm help team.IP \(bu 4npm help access.IP \(bu 4npm help scope.RE 0