module.exports = get get.usage = "npm get (See `npm config`)" var npm = require("../npm") get.completion = npm.commands.config.completion function get (args, cb) { npm.commands.config(["get"].concat(args), cb) }