@ronomon/reed-solomon
Version:
Fast, reliable Reed-Solomon erasure coding as a native addon for Node.js
41 lines (40 loc) • 906 B
JSON
{
"name": "@ronomon/reed-solomon",
"version": "6.0.0",
"description": "Fast, reliable Reed-Solomon erasure coding as a native addon for Node.js",
"main": "binding.node",
"files": [
"benchmark.js",
"binding.c",
"binding.gyp",
"test.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ronomon/reed-solomon.git"
},
"keywords": [
"reed-solomon",
"erasure coding",
"replication",
"parity",
"redundancy",
"forward",
"error",
"correction"
],
"author": "Joran Dirk Greef",
"license": "MIT",
"bugs": {
"url": "https://github.com/ronomon/reed-solomon/issues"
},
"homepage": "https://github.com/ronomon/reed-solomon#readme",
"scripts": {
"prepublishOnly": "rm -f binding.node",
"postinstall": "node-gyp clean",
"test": "node test.js"
},
"dependencies": {
"@ronomon/queue": "^3.0.1"
}
}