X7ROOT File Manager
Current Path:
/usr/lib/node_modules/npm/node_modules/pacote/lib/util
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
pacote
/
lib
/
util
/
ðŸ“
..
📄
cache-key.js
(129 B)
📄
finished.js
(419 B)
📄
git.js
(8.15 KB)
📄
opt-check.js
(1.21 KB)
📄
pack-dir.js
(1.03 KB)
📄
proclog.js
(340 B)
📄
read-json.js
(481 B)
Editing: read-json.js
'use strict' module.exports = function (content) { // Code also yanked from read-package-json. function stripBOM (content) { content = content.toString() // Remove byte order marker. This catches EF BB BF (the UTF-8 BOM) // because the buffer-to-string conversion in `fs.readFileSync()` // translates it to FEFF, the UTF-16 BOM. if (content.charCodeAt(0) === 0xFEFF) return content.slice(1) return content } return JSON.parse(stripBOM(content)) }
Upload File
Create Folder