MAINHACK
MAINHACK Shell
: /proc/self/root/opt/alt/alt-nodejs18/root/lib/node_modules/npm/node_modules/semver/functions/ [ drwxr-xr-x ]
const compare = require('./compare')
const lt = (a, b, loose) => compare(a, b, loose) < 0
module.exports = lt