UNPKG

baobao_with_papa

Version:

baobao_is_my_favorite_shero

13 lines (7 loc) 247 B
module.exports = get get.usage = 'npm get <key> <value> (See `npm config`)' var npm = require('./npm.js') get.completion = npm.commands.config.completion function get (args, cb) { npm.commands.config(['get'].concat(args), cb) }