{
  "_from": "binary-search-tree@0.2.5",
  "_id": "binary-search-tree@0.2.5",
  "_inBundle": false,
  "_integrity": "sha512-CvNVKS6iXagL1uGwLagSXz1hzSMezxOuGnFi5FHGKqaTO3nPPWrAbyALUzK640j+xOTVm7lzD9YP8W1f/gvUdw==",
  "_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",
  "_shasum": "7dbb3b210fdca082450dad2334c304af39bdc784",
  "_spec": "binary-search-tree@0.2.5",
  "_where": "/home/tookacoi/remote.tooka-co.ir/node_modules/nedb",
  "author": {
    "name": "Louis Chatriot",
    "email": "louis.chatriot@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/louischatriot/node-binary-search-tree/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "underscore": "~1.4.4"
  },
  "deprecated": false,
  "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"
}
