jsonquery-engine
Version:
level-queryengine plugin to query levelup/leveldb using indexes with the mongodb query syntax (through the jsonquery module)
46 lines (45 loc) • 1.04 kB
JSON
{
"name": "jsonquery-engine",
"version": "1.0.2",
"description": "level-queryengine plugin to query levelup/leveldb using indexes with the mongodb query syntax (through the jsonquery module)",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/eugeneware/jsonquery-engine.git"
},
"keywords": [
"levelup",
"leveldb",
"jsonquery",
"mongodb",
"query",
"index",
"engine",
"query-engine",
"indexes",
"indexing",
"search"
],
"author": "Eugene Ware <eugene@noblesamurai.com>",
"license": "BSD",
"dependencies": {
"jsonquery": "~0.1.3",
"through": "~2.3.4",
"pairs": "0.0.2",
"joiner-stream": "0.0.2",
"and-stream": "0.0.2"
},
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.18.2",
"rimraf": "~2.2.2",
"after": "~0.8.1",
"levelup": "^0.18.3",
"leveldown": "^0.10.2",
"level-queryengine": "^3.0.0",
"bytewise": "^0.7.0"
}
}