%PDF- %PDF-
Direktori : /proc/self/root/proc/self/root/opt/plesk/node/18/lib/node_modules/npm/lib/commands/ |
Current File : //proc/self/root/proc/self/root/opt/plesk/node/18/lib/node_modules/npm/lib/commands/birthday.js |
const BaseCommand = require('../base-command.js') class Birthday extends BaseCommand { static name = 'birthday' static description = 'Birthday' static ignoreImplicitWorkspace = true static isShellout = true async exec () { this.npm.config.set('yes', true) return this.npm.exec('exec', ['@npmcli/npm-birthday']) } } module.exports = Birthday