PATH:
opt
/
alt
/
alt-nodejs20
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
tar
/
lib
// 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('NFD') } return normalizeCache[s] }
[-] strip-trailing-slashes.js
[open]
[+]
..
[-] mode-fix.js
[open]
[-] unpack.js
[open]
[-] path-reservations.js
[open]
[-] pax.js
[open]
[-] read-entry.js
[open]
[-] normalize-unicode.js
[open]
[-] extract.js
[open]
[-] replace.js
[open]
[-] winchars.js
[open]
[-] create.js
[open]
[-] parse.js
[open]
[-] pack.js
[open]
[-] large-numbers.js
[open]
[-] get-write-flag.js
[open]
[-] update.js
[open]
[-] types.js
[open]
[-] normalize-windows-path.js
[open]
[-] high-level-opt.js
[open]
[-] warn-mixin.js
[open]
[-] write-entry.js
[open]
[-] strip-absolute-path.js
[open]
[-] mkdir.js
[open]
[-] list.js
[open]
[-] header.js
[open]