Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
node_modules /
npm /
lib /
doctor /
Delete
Unzip
Name
Size
Permission
Date
Action
check-files-permission.js
1.93
KB
-rw-r--r--
2023-02-16 16:16
check-ping.js
407
B
-rw-r--r--
2023-02-16 16:16
get-git-path.js
300
B
-rw-r--r--
2023-02-16 16:16
get-latest-nodejs-version.js
800
B
-rw-r--r--
2023-02-16 16:16
get-latest-npm-version.js
444
B
-rw-r--r--
2023-02-16 16:16
verify-cached-files.js
929
B
-rw-r--r--
2023-02-16 16:16
Save
Rename
var log = require('npmlog') var which = require('which') function getGitPath (cb) { var tracker = log.newItem('getGitPath', 1) tracker.info('getGitPath', 'Finding git in your PATH') which('git', function (err, path) { tracker.finish() cb(err, path) }) } module.exports = getGitPath