/var/www/greso.tech/server/nsm/node_modules/static-module/test/vars
NameSizeModeActions
five.js1410644editdlrm
multi-require.js3810644editdlrm
one.js1040644editdlrm
source.js1190644editdlrm
vars.html90644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/static-module/test/vars/five.js (141B)
var a = 1, fs = require('fs'), b = 2, html = fs.readFileSync(__dirname + '/vars.html', 'utf8'), c = 3 ; console.log(html + a + b + c);