relative-require-regex
A regex to test whether a require string is a system path (relative or absolute). Module lookups like "url"
will return false.
var relative = relative falserelative falserelative false relative truerelative truerelative true
Usage
reg = relative()
Returns a new regex that tests whether the require path is relative or not, according to Node's resolve algorithm.
License
MIT, see LICENSE.md for details.