-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
74 lines (74 loc) · 1.44 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "multi-hashing",
"version": "0.0.2",
"main": "multi-hashing for node js",
"author": {
"name": "Matthew Little",
"email": "zone117x@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/megeko/node-multi-hashing.git"
},
"dependencies": {
"bindings": "*",
"nan": "*"
},
"scripts": {
"build": "node-gyp rebuild"
},
"keywords": [
"nodejs",
"multi-hashing",
"allium",
"bcrypt",
"blake",
"blake2s",
"boolberry",
"c11",
"cryptonight",
"cryptonightfast",
"fresh",
"fugue",
"ghostrider",
"gost",
"groestl",
"groestlmyriad",
"hefty1",
"hsr",
"keccak",
"lbry",
"lyra2re2",
"lyra2rev2",
"lyra2rev3",
"lyra2z",
"lyra2z16m330",
"lyra2z330",
"m7",
"m7m",
"minotaur",
"neoscrypt",
"nist5",
"odo",
"phi1612",
"quark",
"qubit",
"scrypt",
"scryptjane",
"scryptn",
"sha1",
"sha256d",
"shavite3",
"skein",
"skunk",
"tribus",
"x11",
"x13",
"x15",
"x16r",
"x16rv2",
"x17",
"xevan",
"yescrypt"
]
}