0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.191.118.36


Current Path : /proc/self/root/usr/share/npm/lib/
Upload File :
Current File : //proc/self/root/usr/share/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)
}