{
  "_args": [
    [
      "bintrees@1.0.2",
      "/Users/carlos8f/projects/bot18"
    ]
  ],
  "_from": "bintrees@1.0.2",
  "_id": "bintrees@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-SfiW1uhYpKSZ34XDj7OZua/4QPg=",
  "_location": "/bintrees",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "bintrees@1.0.2",
    "name": "bintrees",
    "escapedName": "bintrees",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/",
    "/gdax"
  ],
  "_resolved": "https://registry.npmjs.org/bintrees/-/bintrees-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/Users/carlos8f/projects/bot18",
  "author": {
    "name": "Vadim Graboys",
    "email": "dimva13@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/vadimg/js_bintrees/issues"
  },
  "dependencies": {},
  "description": "Binary Search Trees",
  "devDependencies": {
    "jshint": "0.5.9",
    "nodeunit": "0.9.1",
    "reunion": "0.0.0",
    "underscore": "1.3.1"
  },
  "directories": {
    "lib": "lib"
  },
  "homepage": "https://github.com/vadimg/js_bintrees#readme",
  "keywords": [
    "binary tree",
    "red black tree",
    "red-black tree",
    "redblack tree"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "bintrees",
  "repository": {
    "type": "git",
    "url": "git://github.com/vadimg/js_bintrees.git"
  },
  "scripts": {
    "test": "nodeunit ./test/test_*.js && jshint lib/*.js index.js"
  },
  "version": "1.0.2"
}
