📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-29 07:38:40
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs24
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
commands
📍 /opt/alt/alt-nodejs24/root/usr/lib/node_modules/npm/lib/commands
🔄 Refresh
✏️
Editing: undeprecate.js
Read Only
const Deprecate = require('./deprecate.js') class Undeprecate extends Deprecate { static description = 'Undeprecate a version of a package' static name = 'undeprecate' static usage = ['<package-spec>'] async exec ([pkg]) { return super.exec([pkg, '']) } } module.exports = Undeprecate
💾 Save Changes
❌ Cancel