PATH: //opt/alt/alt-nodejs22/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: debug.js
'use strict' const debug = ( typeof process === 'object' && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ) ? (...args) => console.error('SEMVER', ...args) : () => {} module.exports = debug
SIMPAN PERUBAHAN