✏️ 正在编辑: birthday.js
路径:
/opt/alt/alt-nodejs16/root/usr/lib/node_modules/npm/lib/commands/birthday.js
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
const BaseCommand = require('../base-command.js') const log = require('../utils/log-shim') class Birthday extends BaseCommand { static name = 'birthday' static description = 'Birthday, deprecated' static ignoreImplicitWorkspace = true static isShellout = true async exec () { this.npm.config.set('yes', true) log.warn('birthday', 'birthday is deprecated and will be removed in a future release') return this.npm.exec('exec', ['@npmcli/npm-birthday']) } } module.exports = Birthday
💾 保存文件
← 返回文件管理器