Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
opt
/
alt
/
alt-nodejs10
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/alt-nodejs10/root/usr/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) }