Viewing File: /home/ubuntu/.nvm/versions/node/v14.21.3/lib/node_modules/npm/lib/get.js


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)
}
Back to Directory File Manager