flumedb 0.1.6

Append-only log format used by Secure Scuttlebutt
Documentation
{
  "name": "gen_offset",
  "version": "1.0.0",
  "lockfileVersion": 1,
  "requires": true,
  "dependencies": {
    "aligned-block-file": {
      "version": "1.1.4",
      "resolved": "https://registry.npmjs.org/aligned-block-file/-/aligned-block-file-1.1.4.tgz",
      "integrity": "sha512-KE27h781ueGONLqSBY2ik6LJRr9vo0L/i3GGhtQgJfCk0MO2QNSgrXZVCk2t7UeZKYTxcTfl+yBgcZWqBiAGPQ==",
      "requires": {
        "hashlru": "2.3.0",
        "int53": "0.2.4",
        "mkdirp": "0.5.1",
        "obv": "0.0.0",
        "uint48be": "1.0.2"
      },
      "dependencies": {
        "obv": {
          "version": "0.0.0",
          "resolved": "https://registry.npmjs.org/obv/-/obv-0.0.0.tgz",
          "integrity": "sha1-7eq4Ro+R1BkzYu1/kdC5bdOaecE="
        }
      }
    },
    "append-batch": {
      "version": "0.0.1",
      "resolved": "https://registry.npmjs.org/append-batch/-/append-batch-0.0.1.tgz",
      "integrity": "sha1-kiSFjlVpl8zAfxHx7poShTKqDSU="
    },
    "cont": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/cont/-/cont-1.0.3.tgz",
      "integrity": "sha1-aHTx6TX8qZ0EjK6qrZoK6wILzOA=",
      "requires": {
        "continuable": "1.2.0",
        "continuable-para": "1.2.0",
        "continuable-series": "1.2.0"
      }
    },
    "continuable": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/continuable/-/continuable-1.2.0.tgz",
      "integrity": "sha1-CCd0aNQRNiAAdMz4cpQwjRafJbY="
    },
    "continuable-hash": {
      "version": "0.1.4",
      "resolved": "https://registry.npmjs.org/continuable-hash/-/continuable-hash-0.1.4.tgz",
      "integrity": "sha1-gcdNQXcdjJJ4Ph4A5fEbNNbfx4w=",
      "requires": {
        "continuable": "1.1.8"
      },
      "dependencies": {
        "continuable": {
          "version": "1.1.8",
          "resolved": "https://registry.npmjs.org/continuable/-/continuable-1.1.8.tgz",
          "integrity": "sha1-3Id7R0FghwrjvN6HM2Jo6+UFl9U="
        }
      }
    },
    "continuable-list": {
      "version": "0.1.6",
      "resolved": "https://registry.npmjs.org/continuable-list/-/continuable-list-0.1.6.tgz",
      "integrity": "sha1-h88G7FgHFuEN/5X7C4TF8OisrF8=",
      "requires": {
        "continuable": "1.1.8"
      },
      "dependencies": {
        "continuable": {
          "version": "1.1.8",
          "resolved": "https://registry.npmjs.org/continuable/-/continuable-1.1.8.tgz",
          "integrity": "sha1-3Id7R0FghwrjvN6HM2Jo6+UFl9U="
        }
      }
    },
    "continuable-para": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/continuable-para/-/continuable-para-1.2.0.tgz",
      "integrity": "sha1-RFUQ9klFndD8NchyAVFGEicxxYM=",
      "requires": {
        "continuable-hash": "0.1.4",
        "continuable-list": "0.1.6"
      }
    },
    "continuable-series": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/continuable-series/-/continuable-series-1.2.0.tgz",
      "integrity": "sha1-MkM5euk6cdZVswJoNKUVkLlYueg="
    },
    "explain-error": {
      "version": "1.0.4",
      "resolved": "https://registry.npmjs.org/explain-error/-/explain-error-1.0.4.tgz",
      "integrity": "sha1-p5PTrAytTGq1cemWj7urbLJTKSk="
    },
    "flumecodec": {
      "version": "0.0.1",
      "resolved": "https://registry.npmjs.org/flumecodec/-/flumecodec-0.0.1.tgz",
      "integrity": "sha1-rgSacUOGu4PjQmV6gpJLcDZKkNY=",
      "requires": {
        "level-codec": "6.2.0"
      }
    },
    "flumedb": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/flumedb/-/flumedb-1.0.1.tgz",
      "integrity": "sha512-mT0v0dY9EkWRGwDtTfavYNv2Z6nrMNlVZCNJD7qxjfPJymfv8kNYB4UvDdBHleHegvzjufjnE73IkRG5DgMjww==",
      "requires": {
        "cont": "1.0.3",
        "explain-error": "1.0.4",
        "obv": "0.0.1",
        "pull-cont": "0.0.0",
        "pull-looper": "1.0.0",
        "pull-stream": "3.6.9"
      }
    },
    "flumelog-offset": {
      "version": "3.3.2",
      "resolved": "https://registry.npmjs.org/flumelog-offset/-/flumelog-offset-3.3.2.tgz",
      "integrity": "sha512-KG0TCb+cWuEvnL44xjBhVNu+jRmJ8Msh2b1krYb4FllLwSbjreaCU/hH3uzv+HmUrtU/EhJepcAu79WxLH3EZQ==",
      "requires": {
        "aligned-block-file": "1.1.4",
        "append-batch": "0.0.1",
        "explain-error": "1.0.4",
        "hashlru": "2.3.0",
        "int53": "0.2.4",
        "looper": "4.0.0",
        "ltgt": "2.2.1",
        "obv": "0.0.1",
        "pull-cursor": "3.0.0",
        "pull-looper": "1.0.0",
        "uint48be": "1.0.2"
      }
    },
    "hashlru": {
      "version": "2.3.0",
      "resolved": "https://registry.npmjs.org/hashlru/-/hashlru-2.3.0.tgz",
      "integrity": "sha512-0cMsjjIC8I+D3M44pOQdsy0OHXGLVz6Z0beRuufhKa0KfaD2wGwAev6jILzXsd3/vpnNQJmWyZtIILqM1N+n5A=="
    },
    "int53": {
      "version": "0.2.4",
      "resolved": "https://registry.npmjs.org/int53/-/int53-0.2.4.tgz",
      "integrity": "sha1-XtjXqtbFxlZ8rmmqf/xKEJ7oD4Y="
    },
    "level-codec": {
      "version": "6.2.0",
      "resolved": "https://registry.npmjs.org/level-codec/-/level-codec-6.2.0.tgz",
      "integrity": "sha1-pLUkS7akwvcj1oodZOmAxTYn2dQ="
    },
    "looper": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/looper/-/looper-4.0.0.tgz",
      "integrity": "sha1-dwat7VmpntygbmtUu4bI7BnJUVU="
    },
    "ltgt": {
      "version": "2.2.1",
      "resolved": "https://registry.npmjs.org/ltgt/-/ltgt-2.2.1.tgz",
      "integrity": "sha1-81ypHEk/e3PaDgdJUwTxezH4fuU="
    },
    "minimist": {
      "version": "0.0.8",
      "resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
      "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0="
    },
    "mkdirp": {
      "version": "0.5.1",
      "resolved": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
      "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
      "requires": {
        "minimist": "0.0.8"
      }
    },
    "obv": {
      "version": "0.0.1",
      "resolved": "https://registry.npmjs.org/obv/-/obv-0.0.1.tgz",
      "integrity": "sha1-yyNhBjQVNvDaxIFeBnCCIcrX+14="
    },
    "pull-cont": {
      "version": "0.0.0",
      "resolved": "https://registry.npmjs.org/pull-cont/-/pull-cont-0.0.0.tgz",
      "integrity": "sha1-P6xIuBrJe3W6ATMgiLDOevjBvg4="
    },
    "pull-cursor": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/pull-cursor/-/pull-cursor-3.0.0.tgz",
      "integrity": "sha512-95lZVSF2eSEdOmUtlOBaD9p5YOvlYeCr5FBv2ySqcj/4rpaXI6d8OH+zPHHjKAf58R8QXJRZuyfHkcCX8TZbAg==",
      "requires": {
        "looper": "4.0.0",
        "ltgt": "2.2.1",
        "pull-stream": "3.6.9"
      }
    },
    "pull-looper": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/pull-looper/-/pull-looper-1.0.0.tgz",
      "integrity": "sha512-djlD60A6NGe5goLdP5pgbqzMEiWmk1bInuAzBp0QOH4vDrVwh05YDz6UP8+pOXveKEk8wHVP+rB2jBrK31QMPA==",
      "requires": {
        "looper": "4.0.0"
      }
    },
    "pull-stream": {
      "version": "3.6.9",
      "resolved": "https://registry.npmjs.org/pull-stream/-/pull-stream-3.6.9.tgz",
      "integrity": "sha512-hJn4POeBrkttshdNl0AoSCVjMVSuBwuHocMerUdoZ2+oIUzrWHFTwJMlbHND7OiKLVgvz6TFj8ZUVywUMXccbw=="
    },
    "uint48be": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/uint48be/-/uint48be-1.0.2.tgz",
      "integrity": "sha512-jNn1eEi81BLiZfJkjbiAKPDMj7iFrturKazqpBu0aJYLr6evgkn+9rgkX/gUwPBj5j2Ri5oUelsqC/S1zmpWBA=="
    }
  }
}