bfilter
Version:
Bloom filters for javascript
35 lines (34 loc) • 771 B
JSON
{
"name": "bfilter",
"version": "2.4.0",
"description": "Bloom filters for javascript",
"keywords": [
"bloom",
"filter",
"murmur3"
],
"license": "MIT",
"repository": "git://github.com/bcoin-org/bfilter.git",
"homepage": "https://github.com/bcoin-org/bfilter",
"bugs": {
"url": "https://github.com/bcoin-org/bfilter/issues"
},
"author": "Christopher Jeffrey <chjjeffrey@gmail.com>",
"main": "./lib/bfilter.js",
"scripts": {
"lint": "eslint lib/ test/",
"test": "bmocha --reporter spec test/*-test.js"
},
"dependencies": {
"bcrypto": "~5.5.2",
"bsert": "~0.0.13",
"bufio": "~1.2.3"
},
"devDependencies": {
"bmocha": "^2.2.1",
"bslintrc": "^0.0.3"
},
"engines": {
"node": ">=8.0.0"
}
}