[ Root System Explorer ]
Location:
Root
/
opt
/
alt
/
alt-nodejs20
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
libnpmversion
/
lib
+ Folder
+ File
Upload
Editing: read-json.js
// can't use read-package-json-fast, because we want to ensure // that we make as few changes as possible, even for safety issues. const { readFile } = require('node:fs/promises') const parse = require('json-parse-even-better-errors') module.exports = async path => parse(await readFile(path))
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 commit.js
FILE
Ren
[EDIT]
DEL
📄 enforce-clean.js
FILE
Ren
[EDIT]
DEL
📄 index.js
FILE
Ren
[EDIT]
DEL
📄 read-json.js
FILE
Ren
[EDIT]
DEL
📄 retrieve-tag.js
FILE
Ren
[EDIT]
DEL
📄 tag.js
FILE
Ren
[EDIT]
DEL
📄 version.js
FILE
Ren
[EDIT]
DEL
📄 write-json.js
FILE
Ren
[EDIT]
DEL