We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b899ded commit 2471efaCopy full SHA for 2471efa
package.json
@@ -1,17 +1,11 @@
1
{
2
- "author": "Brian J. Brennan <[email protected]> (http://bjb.io)",
3
- "name": "buffer-crc32",
+ "name": "typedarray-crc32",
4
"description": "A pure javascript CRC32 algorithm that plays nice with binary data",
5
- "version": "0.2.1",
6
- "contributors": [
7
- { "name": "Vladimir Kuznetsov",
8
- "github": "mistakster"
9
- }
10
- ],
11
- "homepage": "https://github.com/brianloveswords/buffer-crc32",
+ "version": "0.0.1",
+ "homepage": "https://github.com/otherlab/typedarray-crc32",
12
"repository": {
13
"type": "git",
14
- "url": "git://github.com/brianloveswords/buffer-crc32.git"
+ "url": "git://github.com/otherlab/typedarray-crc32.git"
15
},
16
"main": "index.js",
17
"scripts": {
0 commit comments