File Explorer

/proc/self/root/proc/1/task/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 /.

deny-scripts.js316 B · 11 lines
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