• File: ll.js
  • Full Path: /home/masbinta/public_html/admin/installer/css/sass/sym404/root/opt/cpanel/ea-nodejs16/lib/node_modules/npm/lib/commands/ll.js
  • File size: 234 bytes
  • MIME-type: text/plain
  • Charset: utf-8
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