Eg: ``` var require = function() { console.log('test') } require("this isn't a dependency") ``` It should be pretty simple to detect scopes in which require is redefined and exclude requires there.