/proc/self/root/proc/1/task/1/root/node24/lib/node_modules/npm/node_modules/semver/ranges
This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.
'use strict' const outside = require('./outside')// Determine if version is less than all the versions possible in the rangeconst ltr = (version, range, options) => outside(version, range, '<', options)module.exports = ltr