File Explorer

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

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

debug.js240 B · 12 lines
'use strict' const debug = (  typeof process === 'object' &&  process.env &&  process.env.NODE_DEBUG &&  /\bsemver\b/i.test(process.env.NODE_DEBUG)) ? (...args) => console.error('SEMVER', ...args)  : () => {} module.exports = debug