fast-crc32c
Version:
CRC32C algorithm with hardware acceleration and software fallback.
38 lines (37 loc) • 869 B
JSON
{
"name": "fast-crc32c",
"description": "CRC32C algorithm with hardware acceleration and software fallback.",
"version": "2.0.0",
"author": "Xiaoyi Shi <ashi009@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/ashi009/node-fast-crc32c.git"
},
"main": "./loader",
"optionalDependencies": {
"sse4_crc32": "^6.0.1"
},
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"benchmark": "node benchmark"
},
"keywords": [
"crc",
"crc32",
"crc32c",
"sse",
"sse4",
"sse4.2"
],
"devDependencies": {
"benchtable": "^0.1.0",
"buffer-crc32": "^0.2.13",
"coveralls": "^3.0.6",
"mocha": "^6.2.1",
"nyc": "^14.1.1",
"random-string": "^0.2.0",
"should": "^13.2.3"
}
}