whoami7 - Manager
:
/
opt
/
alt
/
alt-nodejs24
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
commands
/
Upload File:
files >> //opt/alt/alt-nodejs24/root/usr/lib/node_modules/npm/lib/commands/undeprecate.js
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
Copyright ©2021 || Defacer Indonesia