SILENT KILLERPanel

Current Path: > > usr > lib > node_modules > npm > > node_modules > xdg-basedir


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.9
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //usr/lib/node_modules/npm//node_modules/xdg-basedir

NameTypeSizeLast ModifiedActions
index.js File 720 bytes March 10 2021 14:36:36.
license File 1119 bytes March 10 2021 14:36:36.
package.json File 1661 bytes March 10 2021 14:36:36.
readme.md File 1582 bytes March 10 2021 14:36:36.

Reading File: //usr/lib/node_modules/npm//node_modules/xdg-basedir/index.js

'use strict';
const os = require('os');
const path = require('path');

const home = os.homedir();
const env = process.env;

exports.data = env.XDG_DATA_HOME ||
	(home ? path.join(home, '.local', 'share') : null);

exports.config = env.XDG_CONFIG_HOME ||
	(home ? path.join(home, '.config') : null);

exports.cache = env.XDG_CACHE_HOME || (home ? path.join(home, '.cache') : null);

exports.runtime = env.XDG_RUNTIME_DIR || null;

exports.dataDirs = (env.XDG_DATA_DIRS || '/usr/local/share/:/usr/share/').split(':');

if (exports.data) {
	exports.dataDirs.unshift(exports.data);
}

exports.configDirs = (env.XDG_CONFIG_DIRS || '/etc/xdg').split(':');

if (exports.config) {
	exports.configDirs.unshift(exports.config);
}

SILENT KILLER Tool