hyperlog-index
Version:
forking indexes for hyperlog
49 lines (48 loc) • 1.03 kB
JSON
{
"name": "hyperlog-index",
"version": "5.2.2",
"description": "forking indexes for hyperlog",
"main": "index.js",
"directories": {
"example": "example",
"test": "test"
},
"dependencies": {
"inherits": "^2.0.1",
"through2": "^2.0.0"
},
"devDependencies": {
"covert": "^1.1.0",
"hyperlog": "^4.10.0",
"hyperlog-concestor": "^1.0.0",
"level-test": "^2.0.0",
"memdb": "^1.0.1",
"minimist": "^1.2.0",
"once": "^1.3.3",
"subleveldown": "^2.1.0",
"tape": "^4.0.0"
},
"scripts": {
"test": "tape test/*.js",
"coverage": "covert test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/hyperlog-index.git"
},
"keywords": [
"append-only",
"index",
"level",
"leveldb",
"log",
"materialized",
"view"
],
"author": "substack",
"license": "MIT",
"bugs": {
"url": "https://github.com/substack/hyperlog-index/issues"
},
"homepage": "https://github.com/substack/hyperlog-index#readme"
}