bytespace
Version:
Efficient keypath subspaces prefixed with bytewise tuples
47 lines (46 loc) • 1.18 kB
JSON
{
"name": "bytespace",
"version": "0.11.0",
"description": "Efficient keypath subspaces prefixed with bytewise tuples",
"main": "index.js",
"scripts": {
"release:minor": "npm version minor && npm publish && git push --follow-tags",
"release:patch": "npm version patch && npm publish && git push --follow-tags",
"test": "tape test/*.js | faucet"
},
"repository": {
"type": "git",
"url": "https://github.com/deanlandolt/bytespace.git"
},
"keywords": [
"level",
"sublevel",
"bytewise",
"tuple",
"space",
"namespace"
],
"author": "Dean Landolt <dean@deanlandolt.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/deanlandolt/bytespace/issues"
},
"homepage": "https://github.com/deanlandolt/bytespace",
"dependencies": {
"bytewise-core": "^1.2.3",
"level-codec": "^6.1.0",
"level-errors": "^1.0.4",
"xtend": "^4.0.1"
},
"devDependencies": {
"after": "^0.8.1",
"faucet": "^0.0.1",
"leveldown": "^1.4.4",
"levelup": "^1.3.1",
"list-stream": "^1.0.1",
"memdown": "^1.1.2",
"multilevel": "^7.3.0",
"rimraf": "^2.5.1",
"tape": "^4.4.0"
}
}