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

approve-scripts.js358 B · 11 lines
const AllowScriptsCmd = require('../utils/allow-scripts-cmd.js') class ApproveScripts extends AllowScriptsCmd {  static description = 'Approve install scripts for specific dependencies'  static name = 'approve-scripts'  static usage = ['<pkg> [<pkg> ...]', '--all', '--allow-scripts-pending']  static verb = 'approve'} module.exports = ApproveScripts