UNPKG

hyperlog-join

Version:
42 lines (41 loc) 914 B
{ "name": "hyperlog-join", "version": "2.0.1", "description": "relational joins over a hyperlog", "main": "index.js", "scripts": { "test": "tape test/*.js" }, "keywords": [ "hyperlog", "index", "materialized view" ], "author": "substack", "license": "BSD", "dependencies": { "concat-stream": "^1.6.0", "hyperlog-index": "^5.0.1", "inherits": "^2.0.1", "read-only-stream": "^2.0.0", "subleveldown": "^2.1.0", "through2": "^2.0.0" }, "devDependencies": { "hyperlog": "^4.7.0", "memdb": "^1.3.1", "tape": "^4.4.0" }, "directories": { "example": "example", "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/substack/hyperlog-join.git" }, "bugs": { "url": "https://github.com/substack/hyperlog-join/issues" }, "homepage": "https://github.com/substack/hyperlog-join#readme" }