🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 15:41:44 | PHP 8.1.34
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
tar
/
lib
📍 /usr/lib/node_modules/npm/node_modules/tar/lib
🔄 Refresh
✏️
Editing: normalize-unicode.js
Read Only
// warning: extremely hot code path. // This has been meticulously optimized for use // within npm install on large package trees. // Do not edit without careful benchmarking. const normalizeCache = Object.create(null) const {hasOwnProperty} = Object.prototype module.exports = s => { if (!hasOwnProperty.call(normalizeCache, s)) normalizeCache[s] = s.normalize('NFKD') return normalizeCache[s] }
💾 Save Changes
❌ Cancel