In the file `lib/avltree.js` there is a require for `util`, but this lib was never specified as a dependency in package.json. When trying to use `node-binary-search-tree` on a project that don't have `util` as a dependency it's generate an error.