Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jajbshjahavahh
GitHub Repository: jajbshjahavahh/Gojo-Satoru
Path: blob/master/node_modules/bcrypt-pbkdf/package.json
2591 views
1
{
2
"name": "bcrypt-pbkdf",
3
"version": "1.0.2",
4
"description": "Port of the OpenBSD bcrypt_pbkdf function to pure JS",
5
"repository": {
6
"type": "git",
7
"url": "git://github.com/joyent/node-bcrypt-pbkdf.git"
8
},
9
"main": "index.js",
10
"dependencies": {
11
"tweetnacl": "^0.14.3"
12
},
13
"devDependencies": {},
14
"license": "BSD-3-Clause"
15
}
16
17