{
  "_args": [
    [
      "node-lmdb@0.9.3",
      "/home/pi/harperdb"
    ]
  ],
  "_from": "node-lmdb@0.9.3",
  "_id": "node-lmdb@0.9.3",
  "_inBundle": false,
  "_integrity": "sha512-aUkxFd7XvzRsvtv1zYKRYSPzjTCHHcPJs5kqluw0ZKG+o2FiMaq+uS2Mj4wewC+9Zjxntd1teNXqR5pjeGUJ2A==",
  "_location": "/node-lmdb",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-lmdb@0.9.3",
    "name": "node-lmdb",
    "escapedName": "node-lmdb",
    "rawSpec": "0.9.3",
    "saveSpec": null,
    "fetchSpec": "0.9.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/node-lmdb/-/node-lmdb-0.9.3.tgz",
  "_spec": "0.9.3",
  "_where": "/home/pi/harperdb",
  "author": {
    "name": "Timur Kristóf",
    "email": "venemo@fedoraproject.org"
  },
  "bugs": {
    "url": "https://github.com/Venemo/node-lmdb/issues"
  },
  "contributors": [
    {
      "name": "Timur Kristóf"
    },
    {
      "name": "Erich Ocean"
    },
    {
      "name": "Braydon Fuller"
    },
    {
      "name": "Andreas Holstenson",
      "url": "aholstenson"
    },
    {
      "name": "antoinevw"
    },
    {
      "name": "b-ono"
    },
    {
      "name": "da77a"
    },
    {
      "name": "John Hewson",
      "url": "jahewson"
    },
    {
      "name": "Jeffrey Esquivel S.",
      "url": "jeffesquivels"
    },
    {
      "name": "Stefan Thomas",
      "url": "justmoon"
    },
    {
      "name": "Matt-Esch"
    },
    {
      "name": "Oliver Zhou",
      "url": "oliverzy"
    },
    {
      "name": "Pascal Berrang",
      "url": "paberr"
    },
    {
      "name": "Raymond Neilson",
      "url": "rneilson"
    },
    {
      "name": "Kris Zyp",
      "url": "kriszyp"
    }
  ],
  "dependencies": {
    "bindings": "^1.5.0",
    "nan": "^2.14.1",
    "prebuild-install": "^5.2.5"
  },
  "description": "Node binding for LMDB, the Lightning Memory-Mapped Database",
  "devDependencies": {
    "benchmark": "^2.1.4",
    "chai": "^3.5.0",
    "jshint": "^2.9.4",
    "mkdirp": "^0.5.1",
    "mocha": "^5.2.0",
    "node-gyp": "^5.1.1",
    "prebuild": "8.2.1",
    "rimraf": "^2.6.1"
  },
  "gypfile": true,
  "homepage": "https://github.com/Venemo/node-lmdb#readme",
  "keywords": [
    "lmdb",
    "database",
    "mdb",
    "lightning",
    "binding"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "node-lmdb",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Venemo/node-lmdb.git"
  },
  "scripts": {
    "benchmark": "node ./benchmark/index.js",
    "install": "prebuild-install || node-gyp rebuild",
    "prebuild": "prebuild --all --verbose",
    "test": "mocha test/**.test.js --recursive"
  },
  "version": "0.9.3"
}
