{
  "_args": [
    [
      {
        "raw": "binary-search-tree@0.2.5",
        "scope": null,
        "escapedName": "binary-search-tree",
        "name": "binary-search-tree",
        "rawSpec": "0.2.5",
        "spec": "0.2.5",
        "type": "version"
      },
      "/var/www/panorama.moderntree.net/datadump/node_modules/nedb"
    ]
  ],
  "_from": "binary-search-tree@0.2.5",
  "_id": "binary-search-tree@0.2.5",
  "_inCache": true,
  "_location": "/binary-search-tree",
  "_nodeVersion": "4.2.1",
  "_npmUser": {
    "name": "louischatriot",
    "email": "louis.chatriot@gmail.com"
  },
  "_npmVersion": "2.14.7",
  "_phantomChildren": {},
  "_requested": {
    "raw": "binary-search-tree@0.2.5",
    "scope": null,
    "escapedName": "binary-search-tree",
    "name": "binary-search-tree",
    "rawSpec": "0.2.5",
    "spec": "0.2.5",
    "type": "version"
  },
  "_requiredBy": [
    "/nedb"
  ],
  "_resolved": "https://registry.npmjs.org/binary-search-tree/-/binary-search-tree-0.2.5.tgz",
  "_shasum": "7dbb3b210fdca082450dad2334c304af39bdc784",
  "_shrinkwrap": null,
  "_spec": "binary-search-tree@0.2.5",
  "_where": "/var/www/panorama.moderntree.net/datadump/node_modules/nedb",
  "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"
  },
  "directories": {},
  "dist": {
    "shasum": "7dbb3b210fdca082450dad2334c304af39bdc784",
    "tarball": "https://registry.npmjs.org/binary-search-tree/-/binary-search-tree-0.2.5.tgz"
  },
  "gitHead": "4b0a43c1f2fe11ff0461441cfba9e56ab59ba28c",
  "homepage": "https://github.com/louischatriot/node-binary-search-tree",
  "keywords": [
    "AVL tree",
    "binary search tree",
    "self-balancing",
    "AVL tree"
  ],
  "licence": "MIT",
  "main": "index",
  "maintainers": [
    {
      "name": "louischatriot",
      "email": "louis.chatriot@gmail.com"
    }
  ],
  "name": "binary-search-tree",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/louischatriot/node-binary-search-tree.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "0.2.5"
}
