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.
In the file
lib/avltree.jsthere is a require forutil, but this lib was never specified as a dependency in package.json.When trying to use
node-binary-search-treeon a project that don't haveutilas a dependency it's generate an error.