xref: /third_party/node/deps/npm/lib/commands/ll.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/deps/npm/lib/commands/
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

Indexes created Thu Nov 07 10:32:03 CST 2024