File Explorer

/proc/self/root/proc/1/task/1/root/node24/lib/node_modules/npm/node_modules/@npmcli/git/lib

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.js242 B · 10 lines
module.exports = {  clone: require('./clone.js'),  revs: require('./revs.js'),  spawn: require('./spawn.js'),  is: require('./is.js'),  find: require('./find.js'),  isClean: require('./is-clean.js'),  errors: require('./errors.js'),}