Sindbad~EG File Manager

Current Path : /lib/node_modules/npm/lib/commands/
Upload File :
Current File : //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

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists