polycrc
Version:
Fast Javascript calculation of custom CRC checksum. Prebuilt models for CRC-6, CRC-8, CRC-10, CRC-16, CRC-24, CRC-32, CRC-32C.
42 lines (41 loc) • 922 B
JSON
{
"name": "polycrc",
"version": "1.1.1",
"main": "polycrc.js",
"description": "Fast Javascript calculation of custom CRC checksum. Prebuilt models for CRC-6, CRC-8, CRC-10, CRC-16, CRC-24, CRC-32, CRC-32C.",
"scripts": {
"test": "tape test/*.js"
},
"keywords": [
"crc",
"crc6",
"crc8",
"crc10",
"crc16",
"crc24",
"crc32",
"crc32c",
"pycrc",
"polynom"
],
"devDependencies": {
"buffer-crc32": "^0.2.13",
"crc": "^4.1.0",
"crc-32": "^1.2.1",
"crc-full": "^1.1.0",
"crc32": "^0.2.2",
"cyclic-32": "^1.2.0",
"fast-crc32c": "^2.0.0",
"js-crc": "^0.2.0",
"node-crc": "^1.3.2",
"sse4_crc32": "^7.0.0",
"standard": "^16.0.4",
"tape": "^5.5.2"
},
"author": {
"name": "Vladimir Latyshev",
"email": "latysheff@gmail.com"
},
"license": "MIT",
"repository": "https://github.com/latysheff/node-polycrc.git"
}