if you're always doing var foo = require('foo').foo why not save a step and just var foo = require('foo') ?