📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 12:46:19
📂
/ (Root)
/
home
/
supecsoq
/
.trash
/
node_modules
/
semver
/
internal
📍 /home/supecsoq/.trash/node_modules/semver/internal
🔄 Refresh
✏️
Editing: parse-options.js
Writable
'use strict' // 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
💾 Save Changes
❌ Cancel