11cb0ef41Sopenharmony_ciconst LS = require('./ls.js') 21cb0ef41Sopenharmony_ci 31cb0ef41Sopenharmony_ciclass LL extends LS { 41cb0ef41Sopenharmony_ci static name = 'll' 51cb0ef41Sopenharmony_ci static usage = ['[[<@scope>/]<pkg> ...]'] 61cb0ef41Sopenharmony_ci 71cb0ef41Sopenharmony_ci async exec (args) { 81cb0ef41Sopenharmony_ci this.npm.config.set('long', true) 91cb0ef41Sopenharmony_ci return super.exec(args) 101cb0ef41Sopenharmony_ci } 111cb0ef41Sopenharmony_ci} 121cb0ef41Sopenharmony_ci 131cb0ef41Sopenharmony_cimodule.exports = LL 14