🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 03:53:51 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs12
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
tar
/
lib
📍 /opt/alt/alt-nodejs12/root/usr/lib/node_modules/npm/node_modules.bundled/tar/lib
🔄 Refresh
✏️
Editing: normalize-windows-path.js
Read Only
// on windows, either \ or / are valid directory separators. // on unix, \ is a valid character in filenames. // so, on windows, and only on windows, we replace all \ chars with /, // so that we can use / as our one and only directory separator char. const platform = process.env.TESTING_TAR_FAKE_PLATFORM || process.platform module.exports = platform !== 'win32' ? p => p : p => p && p.replace(/\\/g, '/')
💾 Save Changes
❌ Cancel