/
lib
/
node_modules
/
npm
/
lib
/
File Upload :
llllll
Current File: //lib/node_modules/npm/lib/ll.js
const LS = require('./ls.js') class LL extends LS { /* istanbul ignore next - see test/lib/load-all-commands.js */ static get name () { return 'll' } /* istanbul ignore next - see test/lib/load-all-commands.js */ static get usage () { return ['[[<@scope>/]<pkg> ...]'] } exec (args, cb) { this.npm.config.set('long', true) super.exec(args, cb) } } module.exports = LL
Copyright ©2k19 -
Hexid
|
Tex7ure