npm-deprecate (1) Linux Manual Page
npm-deprecate – Deprecate a version of a package Synopsisnpm deprecate <pkg>[@<version>] <message>DescriptionThis command will update the npm registry entry for a package, providing a deprecation warning to all who attempt to install it. It works on version ranges https://semver.npmjs.com/ as well as specific versions, so you can do something like this: npm deprecate my-thing@"< 0.2.3"…
