1
|
{
|
2
|
"name": "buffer-xor",
|
3
|
"version": "1.0.3",
|
4
|
"description": "A simple module for bitwise-xor on buffers",
|
5
|
"main": "index.js",
|
6
|
"scripts": {
|
7
|
"standard": "standard",
|
8
|
"test": "npm run-script unit",
|
9
|
"unit": "mocha"
|
10
|
},
|
11
|
"repository": {
|
12
|
"type": "git",
|
13
|
"url": "https://github.com/crypto-browserify/buffer-xor.git"
|
14
|
},
|
15
|
"bugs": {
|
16
|
"url": "https://github.com/crypto-browserify/buffer-xor/issues"
|
17
|
},
|
18
|
"homepage": "https://github.com/crypto-browserify/buffer-xor",
|
19
|
"keywords": [
|
20
|
"bits",
|
21
|
"bitwise",
|
22
|
"buffer",
|
23
|
"buffer-xor",
|
24
|
"crypto",
|
25
|
"inline",
|
26
|
"math",
|
27
|
"memory",
|
28
|
"performance",
|
29
|
"xor"
|
30
|
],
|
31
|
"author": "Daniel Cousens",
|
32
|
"license": "MIT",
|
33
|
"devDependencies": {
|
34
|
"mocha": "*",
|
35
|
"standard": "*"
|
36
|
}
|
37
|
}
|