{ "_args": [ [ "binary-search-tree@0.2.5", "/home/shihaam/www/freezer.shihaam.me/app" ] ], "_from": "binary-search-tree@0.2.5", "_id": "binary-search-tree@0.2.5", "_inBundle": false, "_integrity": "sha1-fbs7IQ/coIJFDa0jNMMErzm9x4Q=", "_location": "/binary-search-tree", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "binary-search-tree@0.2.5", "name": "binary-search-tree", "escapedName": "binary-search-tree", "rawSpec": "0.2.5", "saveSpec": null, "fetchSpec": "0.2.5" }, "_requiredBy": [ "/nedb" ], "_resolved": "https://registry.npmjs.org/binary-search-tree/-/binary-search-tree-0.2.5.tgz", "_spec": "0.2.5", "_where": "/home/shihaam/www/freezer.shihaam.me/app", "author": { "name": "Louis Chatriot", "email": "louis.chatriot@gmail.com" }, "bugs": { "url": "https://github.com/louischatriot/node-binary-search-tree/issues" }, "dependencies": { "underscore": "~1.4.4" }, "description": "Different binary search tree implementations, including a self-balancing one (AVL)", "devDependencies": { "chai": "1.0.x", "mocha": "1.4.x" }, "homepage": "https://github.com/louischatriot/node-binary-search-tree", "keywords": [ "AVL tree", "binary search tree", "self-balancing", "AVL tree" ], "licence": "MIT", "main": "index", "name": "binary-search-tree", "repository": { "type": "git", "url": "git+ssh://git@github.com/louischatriot/node-binary-search-tree.git" }, "scripts": { "test": "make test" }, "version": "0.2.5" }