UNPKG

bloomit

Version:

Space efficient bloom filter based on the bloom-filters npm package.

39 lines (38 loc) 879 B
{ "name": "bloomit", "version": "2.0.1", "description": "Space efficient bloom filter based on the bloom-filters npm package.", "main": "dist/index.js", "dependencies": { "xxhashjs": "^0.2.2" }, "devDependencies": { "@types/xxhashjs": "^0.2.2", "chai": "^4.3.4", "mocha": "^9.0.0", "typescript": "^4.3.2" }, "scripts": { "build": "tsc", "pretest": "yarn build", "test": "mocha test/**/*-test.js --trace-deprecation --timeout=30000" }, "repository": { "type": "git", "url": "git+https://github.com/kblauhut/bloomit.git" }, "author": "Kolja Blauhut", "license": "MIT", "bugs": { "url": "https://github.com/kblauhut/bloomit/issues" }, "homepage": "https://github.com/kblauhut/bloomit#readme", "directories": { "test": "test" }, "keywords": [ "bloom-filter", "bloom", "filter" ] }