File Explorer

/proc/self/root/proc/1/task/1/root/node24/lib/node_modules/npm/node_modules/semver/classes

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 /.

index.js143 B · 8 lines
'use strict' module.exports = {  SemVer: require('./semver.js'),  Range: require('./range.js'),  Comparator: require('./comparator.js'),}