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
|
{
"name": "bcrypt-nodejs",
"description": "A native JS bcrypt library for NodeJS.",
"main": "./bCrypt",
"author": {
"name": "Shane Girish",
"email": "shaneGirish@gmail.com"
},
"version": "0.0.3",
"repository": {
"type": "git",
"url": "git+https://github.com/shaneGirish/bcryptJS.git"
},
"bugs": {
"url": "https://github.com/shaneGirish/bcrypt-nodejs/issues"
},
"contributors": [
{
"name": "Alex Murray",
"url": "https://github.com/alexmurray"
},
{
"name": "Nicolas Pelletier",
"url": "https://github.com/NicolasPelletier"
},
{
"name": "Josh Rogers",
"url": "https://github.com/geekymole"
}
],
"keywords": [
"bcrypt",
"javascript",
"js",
"hash",
"password",
"auth",
"authentication",
"encryption",
"crypt",
"crypto"
],
"_id": "bcrypt-nodejs@0.0.3",
"dist": {
"shasum": "c60917f26dc235661566c681061c303c2b28842b",
"tarball": "https://registry.npmjs.org/bcrypt-nodejs/-/bcrypt-nodejs-0.0.3.tgz"
},
"_npmVersion": "1.2.0",
"_npmUser": {
"name": "shanegirish",
"email": "shaneGirish@gmail.com"
},
"maintainers": [
{
"name": "shanegirish",
"email": "shanegirish@gmail.com"
}
],
"directories": {},
"_shasum": "c60917f26dc235661566c681061c303c2b28842b",
"_resolved": "https://registry.npmjs.org/bcrypt-nodejs/-/bcrypt-nodejs-0.0.3.tgz",
"_from": "bcrypt-nodejs@0.0.3",
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/shaneGirish/bcryptJS#readme"
}
|