🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 12:09:08 | PHP 8.1.34
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
commands
📍 /usr/lib/node_modules/npm/lib/commands
🔄 Refresh
✏️
Editing: ll.js
Read Only
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
💾 Save Changes
❌ Cancel