-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 958 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
42
{
"name": "@softvisio/argon2",
"version": "1.6.26",
"description": "Argon2 re-packed",
"keywords": [
"argon2",
"crypto",
"encryption",
"hashing",
"password"
],
"homepage": "https://softvisio-node.github.io/argon2/",
"bugs": {
"url": "https://github.com/softvisio-node/argon2/issues",
"email": "root <[email protected]>"
},
"repository": {
"type": "git",
"url": "git+https://github.com/softvisio-node/argon2.git"
},
"license": "ISC",
"author": "root <[email protected]>",
"type": "module",
"exports": {
".": "./lib/argon2.js"
},
"files": [
"/bin",
"/lib",
"/resources",
"/src"
],
"scripts": {
"install": "node bin/install.js"
},
"dependencies": {
"@phc/format": "^1.0.0"
},
"peerDependencies": {
"@softvisio/utils": "^2.0.0"
}
}