/proc/self/root/proc/self/root/proc/1/root/node24/lib/node_modules/npm/lib/commands
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 /.
const AllowScriptsCmd = require('../utils/allow-scripts-cmd.js') class DenyScripts extends AllowScriptsCmd { static description = 'Deny install scripts for specific dependencies' static name = 'deny-scripts' static usage = ['<pkg> [<pkg> ...]', '--all'] static verb = 'deny'} module.exports = DenyScripts