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