PHP WebShell

Текущая директория: /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

Выполнить команду


Для локальной разработки. Не используйте в интернете!