{
  "_args": [
    [
      "splaytree@0.1.4",
      "/home/pi/harperdb"
    ]
  ],
  "_from": "splaytree@0.1.4",
  "_id": "splaytree@0.1.4",
  "_inBundle": false,
  "_integrity": "sha512-D50hKrjZgBzqD3FT2Ek53f2dcDLAQT8SSGrzj3vidNH5ISRgceeGVJ2dQIthKOuayqFXfFjXheHNo4bbt9LhRQ==",
  "_location": "/splaytree",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "splaytree@0.1.4",
    "name": "splaytree",
    "escapedName": "splaytree",
    "rawSpec": "0.1.4",
    "saveSpec": null,
    "fetchSpec": "0.1.4"
  },
  "_requiredBy": [
    "/martinez-polygon-clipping"
  ],
  "_resolved": "https://registry.npmjs.org/splaytree/-/splaytree-0.1.4.tgz",
  "_spec": "0.1.4",
  "_where": "/home/pi/harperdb",
  "author": {
    "name": "Alexander Milevski",
    "email": "info@w8r.name"
  },
  "bugs": {
    "url": "https://github.com/w8r/splay/issues"
  },
  "dependencies": {},
  "description": "Fast Splay tree for Node and browser",
  "devDependencies": {
    "avl": "^1.4.0",
    "benchmark": "^2.1.4",
    "bintrees": "^1.0.1",
    "chai": "^4.1.0",
    "eslint": "^4.2.0",
    "eslint-config-airbnb-base": "^11.2.0",
    "eslint-plugin-import": "^2.7.0",
    "functional-red-black-tree": "^1.0.1",
    "google-closure-library": "^20170626.0.0",
    "mocha": "^3.4.2",
    "nodemon": "^1.11.0",
    "rollup": "^0.45.2",
    "rollup-plugin-buble": "^0.15.0",
    "rollup-plugin-multi-entry": "^2.0.1",
    "rollup-watch": "^4.3.1",
    "source-map-support": "^0.4.15",
    "tern": "^0.21.0",
    "typescript": "^2.4.2"
  },
  "files": [
    "dist",
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/w8r/splay#readme",
  "jsnext:main": "index",
  "keywords": [
    "binary-tree",
    "bst",
    "splay-tree",
    "splay",
    "balanced-search-tree"
  ],
  "license": "MIT",
  "main": "dist/splay.js",
  "module": "index",
  "name": "splaytree",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/w8r/splay.git"
  },
  "scripts": {
    "benchmark": "node bench/benchmark.js",
    "build": "rollup -c build/rollup.config.umd.js && rollup -c build/rollup.config.es6.js && npm run types",
    "lint": "eslint src",
    "prebenchmark": "npm run build",
    "prebuild": "npm run lint",
    "prepublish": "npm run build && npm test",
    "pretest": "rollup -c build/rollup.config.tests.js",
    "start": "npm run test:watch",
    "test": "mocha build/tests-bundle.js && npm run types",
    "test:watch": "nodemon --watch src --watch tests --exec 'npm test'",
    "types": "tsc index.d.ts tests/types.ts"
  },
  "types": "index.d.ts",
  "version": "0.1.4"
}
