node-crc
To compute CRC values by providing the length of bits, expression, reflection, an initial value and a final xor value. It has many built-in CRC functions.
crc
Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the browser.
easy-crc
A pure JavaScript and zero dependencies CRC node module.
node-crc16
A native node addon to calcalate and verify CRC16 values, adopted by MODBUS agreement.