The usual behaviour of the require() function is to use caching. So if several modules request another one, all of them get references to the very same object repre
require()