I noticed that running an empty node interpreter always provides these global variables:
require
global
process
GLOBAL
root
"this", "global", "GLOBAL", and "root" are redundant?
Is there any way to bring "process" in manually using "require('process')"?
