Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80540 views
1
{
2
"name": "pbkdf2",
3
"version": "3.0.4",
4
"description": "This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()",
5
"main": "./index.js",
6
"browser": "./browser.js",
7
"keywords": [
8
"pbkdf2",
9
"kdf",
10
"salt",
11
"hash"
12
],
13
"scripts": {
14
"coverage": "istanbul cover _mocha -- -t 20000 test/index.js",
15
"coveralls": "npm run coverage && coveralls < coverage/lcov.info",
16
"standard": "standard",
17
"test": "mocha --reporter list -t 20000 test/index.js",
18
"bundle-test": "browserify test/index.js > test/bundle.js"
19
},
20
"repository": {
21
"type": "git",
22
"url": "git+https://github.com/crypto-browserify/pbkdf2.git"
23
},
24
"author": {
25
"name": "Daniel Cousens"
26
},
27
"license": "MIT",
28
"bugs": {
29
"url": "https://github.com/crypto-browserify/pbkdf2/issues"
30
},
31
"homepage": "https://github.com/crypto-browserify/pbkdf2",
32
"devDependencies": {
33
"browserify": "^8.1.1",
34
"coveralls": "^2.11.2",
35
"istanbul": "^0.3.5",
36
"mocha": "^2.1.0",
37
"standard": "^3.0.0"
38
},
39
"dependencies": {
40
"create-hmac": "^1.1.2"
41
},
42
"standard": {
43
"ignore": [
44
"test/**"
45
]
46
},
47
"gitHead": "c9b595c784154e433995faf6cd81813aef29c713",
48
"_id": "[email protected]",
49
"_shasum": "12c8bfaf920543786a85150b03f68d5f1aa982fc",
50
"_from": "pbkdf2@>=3.0.3 <4.0.0",
51
"_npmVersion": "2.7.1",
52
"_nodeVersion": "0.12.0",
53
"_npmUser": {
54
"name": "dcousens",
55
"email": "[email protected]"
56
},
57
"maintainers": [
58
{
59
"name": "fundon",
60
"email": "[email protected]"
61
},
62
{
63
"name": "cwmma",
64
"email": "[email protected]"
65
},
66
{
67
"name": "dcousens",
68
"email": "[email protected]"
69
},
70
{
71
"name": "jprichardson",
72
"email": "[email protected]"
73
},
74
{
75
"name": "dominictarr",
76
"email": "[email protected]"
77
},
78
{
79
"name": "indutny",
80
"email": "[email protected]"
81
}
82
],
83
"dist": {
84
"shasum": "12c8bfaf920543786a85150b03f68d5f1aa982fc",
85
"tarball": "http://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.4.tgz"
86
},
87
"directories": {},
88
"_resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.4.tgz",
89
"readme": "ERROR: No README data found!"
90
}
91
92