Fixed requiring of .json
files that contained something besides an object, i.e. array or true
or false
or null
or a number.
Included a more complete list of built-in modules, which will fix any ENOENT errors like those seen in #33. Thanks to @robrich for the initial work on this approach in #34.