Linux premium311.web-hosting.com 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 Path : /opt/alt/alt-nodejs24/root/usr/lib/node_modules/npm/lib/commands/ |
Current File : //opt/alt/alt-nodejs24/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