PATH: //opt/alt/alt-nodejs20/root/lib/node_modules/npm/node_modules/semver/internal
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 constants.js
↓
X
📄 debug.js
↓
X
📄 identifiers.js
↓
X
📄 lrucache.js
↓
X
📄 parse-options.js
↓
X
📄 re.js
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: parse-options.js
// parse out just the options we care about const looseOption = Object.freeze({ loose: true }) const emptyOpts = Object.freeze({ }) const parseOptions = options => { if (!options) { return emptyOpts } if (typeof options !== 'object') { return looseOption } return options } module.exports = parseOptions
SIMPAN PERUBAHAN