Server IP : 104.21.41.133 / Your IP :
3.147.81.20 [Reverse IP] Web Server : LiteSpeed System : Linux altar63.supremepanel63.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : abranoticias ( 1103) PHP Version : 8.0.30 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/lib/node_modules/npm/lib/
Current File : /proc/self/root/lib/node_modules/npm/lib//bin.js
module.exports = bin
var npm = require('./npm.js')
var osenv = require('osenv')
var output = require('./utils/output.js')
bin.usage = 'npm bin [--global]'
function bin (args, silent, cb) {
if (typeof cb !== 'function') {
cb = silent
silent = false
}
var b = npm.bin
var PATH = osenv.path()
if (!silent) output(b)
process.nextTick(cb.bind(this, null, b))
if (npm.config.get('global') && PATH.indexOf(b) === -1) {
npm.config.get('logstream').write('(not in PATH env variable)\n')
}
}