/
usr
/
lib
/
node_modules
/
npm
/
lib
/
commands
/
File Upload :
llllll
Current File: //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
Copyright ©2k19 -
Hexid
|
Tex7ure