/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-DEPRECATE" "1" "February 2026" "NPM@11.11.0" "".SH "NAME"\fBnpm-deprecate\fR - Deprecate a version of a package.SS "Synopsis".P.RS 2.nfnpm deprecate <package-spec> <message>.fi.RE.PNote: This command is unaware of workspaces..SS "Description".PThis command will update the npm registry entry for a package, providing a deprecation warning to all who attempt to install it..PIt works on \fBversion ranges\fR \fI\(lahttps://semver.npmjs.com/\(ra\fR as well as specific versions, so you can do something like this:.P.RS 2.nfnpm deprecate my-thing@"< 0.2.3" "critical bug fixed in v0.2.3".fi.RE.PSemVer ranges passed to this command are interpreted such that they \fIdo\fR include prerelease versions. For example:.P.RS 2.nfnpm deprecate my-thing@1.x "1.x is no longer supported".fi.RE.PIn this case, a version \fBmy-thing@1.0.0-beta.0\fR will also be deprecated..PYou must be the package owner to deprecate something. See the \fBowner\fR and \fBadduser\fR help topics..PTo un-deprecate a package, specify an empty string (\fB""\fR) for the \fBmessage\fR argument. Note that you must use double quotes with no space between them to format an empty string..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 "\fBdry-run\fR".RS 0.IP \(bu 4Default: false.IP \(bu 4Type: Boolean.RE 0 .PIndicates that you don't want npm to make any changes and that it should only report what it would have done. This can be passed into any of the commands that modify your local installation, eg, \fBinstall\fR, \fBupdate\fR, \fBdedupe\fR, \fBuninstall\fR, as well as \fBpack\fR and \fBpublish\fR..PNote: This is NOT honored by other network related commands, eg \fBdist-tags\fR, \fBowner\fR, etc..SS "See Also".RS 0.IP \(bu 4npm help "package spec".IP \(bu 4npm help publish.IP \(bu 4npm help registry.IP \(bu 4npm help owner.IP \(bu 4npm help adduser.RE 0