/var/lang/lib/node_modules/npm/man/man1
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 "NPM-ORG" "1" "February 2026" "NPM@11.11.0" "".SH "NAME"\fBnpm-org\fR - Manage orgs.SS "Synopsis".P.RS 2.nfnpm org set orgname username \[lB]developer | admin | owner\[rB]npm org rm orgname usernamenpm org ls orgname \[lB]<username>\[rB] alias: ogr.fi.RE.PNote: This command is unaware of workspaces..SS "Example".PAdd a new developer to an org:.P.RS 2.nf$ npm org set my-org @mx-smith.fi.RE.PAdd a new admin to an org (or change a developer to an admin):.P.RS 2.nf$ npm org set my-org @mx-santos admin.fi.RE.PRemove a user from an org:.P.RS 2.nf$ npm org rm my-org mx-santos.fi.RE.PList all users in an org:.P.RS 2.nf$ npm org ls my-org.fi.RE.PList all users in JSON format:.P.RS 2.nf$ npm org ls my-org --json.fi.RE.PSee what role a user has in an org:.P.RS 2.nf$ npm org ls my-org @mx-santos.fi.RE.SS "Description".PYou can use the \fBnpm org\fR commands to manage and view users of an organization. It supports adding and removing users, changing their roles, listing them, and finding specific ones and their roles..SS "Configuration".SS "\fBregistry\fR".RS 0.IP \(bu 4Default: "https://registry.npmjs.org/".IP \(bu 4Type: URL.RE 0 .PThe base URL of the npm registry..SS "\fBotp\fR".RS 0.IP \(bu 4Default: null.IP \(bu 4Type: null or String.RE 0 .PThis is a one-time password from a two-factor authenticator. It's needed when publishing or changing package permissions with \fBnpm access\fR..PIf not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one..SS "\fBjson\fR".RS 0.IP \(bu 4Default: false.IP \(bu 4Type: Boolean.RE 0 .PWhether or not to output JSON data, rather than the normal output..RS 0.IP \(bu 4In \fBnpm pkg set\fR it enables parsing set values with JSON.parse() before saving them to your \fBpackage.json\fR..RE 0 .PNot supported by all npm commands..SS "\fBparseable\fR".RS 0.IP \(bu 4Default: false.IP \(bu 4Type: Boolean.RE 0 .POutput parseable results from commands that write to standard output. For \fBnpm search\fR, this will be tab-separated table format..SS "See Also".RS 0.IP \(bu 4npm help "using orgs".IP \(bu 4\fBDocumentation on npm Orgs\fR \fI\(lahttps://docs.npmjs.com/orgs/\(ra\fR.RE 0