-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
41 lines (41 loc) · 922 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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": "[email protected]"
},
"license": "MIT",
"repository": "https://github.com/latysheff/node-polycrc.git"
}