UNPKG

rabin

Version:

node native bindings to a C rabin fingerprinting algorithm

49 lines (48 loc) 1.11 kB
{ "name": "rabin", "version": "2.0.1", "description": "node native bindings to a C rabin fingerprinting algorithm", "main": "index.js", "bin": { "rabin": "cli.js" }, "keywords": [ "rabin", "cdc", "chunking", "fingerprint", "rolling hash", "dedupe", "deduplication", "rsync" ], "scripts": { "test": "echo \"It built! Add more tests later.\" && prebuild-ci", "install": "prebuild-install || node-gyp rebuild", "prebuild": "prebuild --all --strip --verbose" }, "gypfile": true, "author": "max ogden", "license": "ISC", "dependencies": { "bindings": "^1.2.1", "bl": "^1.0.0", "debug": "^2.2.0", "minimist": "^1.2.0", "nan": "^2.1.0", "prebuild-install": "^2.1.0", "readable-stream": "^2.0.4" }, "devDependencies": { "prebuild": "^6.0.2", "prebuild-ci": "^2.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/datproject/rabin.git" }, "bugs": { "url": "https://github.com/datproject/rabin/issues" }, "homepage": "https://github.com/datproject/rabin#readme" }