✏️ 正在编辑: ll.js
路径:
/opt/alt/alt-nodejs16/root/usr/lib/node_modules/npm/lib/commands/ll.js
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
const LS = require('./ls.js') class LL extends LS { static name = 'll' static usage = ['[[<@scope>/]<pkg> ...]'] async exec (args) { this.npm.config.set('long', true) return super.exec(args) } } module.exports = LL
💾 保存文件
← 返回文件管理器