uawdijnntqw1x1x1
IP : 216.73.216.153
Hostname : 6.87.74.97.host.secureserver.net
Kernel : Linux 6.87.74.97.host.secureserver.net 4.18.0-553.83.1.el8_10.x86_64 #1 SMP Mon Nov 10 04:22:44 EST 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
emeraadmin
/
www
/
node_modules
/
lodash.isinteger
/
..
/
v8flags
/
config-path.js
/
/
var os = require('os'); var path = require('path'); var userHome = require('homedir-polyfill')(); var env = process.env; var name = 'js-v8flags'; function macos() { var library = path.join(userHome, 'Library'); return path.join(library, 'Caches', name); } function windows() { var appData = env.LOCALAPPDATA || path.join(userHome, 'AppData', 'Local'); return path.join(appData, name); } // https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html function linux() { var username = path.basename(userHome); return path.join(env.XDG_CACHE_HOME || path.join(userHome, '.cache'), name); } module.exports = function(platform) { if (!userHome) { return os.tmpdir(); } if (platform === 'darwin') { return macos(); } if (platform === 'win32') { return windows(); } return linux(); };
/home/emeraadmin/www/node_modules/lodash.isinteger/../v8flags/config-path.js