package.json
3.91 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"_from": "bcrypt@^3.0.4",
"_id": "bcrypt@3.0.7",
"_inBundle": false,
"_integrity": "sha512-K5UglF9VQvBMHl/1elNyyFvAfOY9Bj+rpKrCSR9sFwcW8FywAYJSRwTURNej5TaAK2TEJkcJ6r6lh1YPmspx5Q==",
"_location": "/bcrypt",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bcrypt@^3.0.4",
"name": "bcrypt",
"escapedName": "bcrypt",
"rawSpec": "^3.0.4",
"saveSpec": null,
"fetchSpec": "^3.0.4"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-3.0.7.tgz",
"_shasum": "1187d29df2e1cde44268152b13e3d4a655a7c7de",
"_spec": "bcrypt@^3.0.4",
"_where": "C:\\Users\\YE JINN\\Desktop\\OPproject",
"author": {
"name": "Nick Campbell",
"url": "https://github.com/ncb000gt"
},
"binary": {
"module_name": "bcrypt_lib",
"module_path": "./lib/binding/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}-{libc}.tar.gz",
"host": "https://github.com/kelektiv/node.bcrypt.js/releases/download/",
"remote_path": "v{version}"
},
"bugs": {
"url": "https://github.com/kelektiv/node.bcrypt.js/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Antonio Salazar Cardozo",
"email": "savedfastcool@gmail.com",
"url": "https://github.com/Shadowfiend"
},
{
"name": "Van Nguyen",
"email": "the.gol.effect@gmail.com",
"url": "https://github.com/thegoleffect"
},
{
"name": "David Trejo",
"email": "david@dtrejo.com",
"url": "https://github.com/dtrejo"
},
{
"name": "Ben Glow",
"email": "glen.low@pixelglow.com",
"url": "https://github.com/pixelglow"
},
{
"name": "NewITFarmer.com",
"url": "https://github.com/newitfarmer"
},
{
"name": "Alfred Westerveld",
"email": "alfredwesterveld@gmail.com",
"url": "https://github.com/alfredwesterveld"
},
{
"name": "Vincent Côté-Roy",
"email": "vincentcr@gmail.com",
"url": "https://github.com/vincentcr"
},
{
"name": "Lloyd Hilaiel",
"email": "lloyd@hilaiel.com",
"url": "https://github.com/lloyd"
},
{
"name": "Roman Shtylman",
"email": "shtylman@gmail.com",
"url": "https://github.com/shtylman"
},
{
"name": "Vadim Graboys",
"email": "dimva13@gmail.com",
"url": "https://github.com/vadimg"
},
{
"name": "Ben Noorduis",
"url": "https://github.com/bnoordhuis"
},
{
"name": "Nate Rajlich",
"email": "nathan@tootallnate.net",
"url": "https://github.com/tootallnate"
},
{
"name": "Sean McArthur",
"email": "sean.monstar@gmail.com",
"url": "https://github.com/seanmonstar"
},
{
"name": "Fanie Oosthuysen",
"email": "fanie.oosthuysen@gmail.com",
"url": "https://github.com/weareu"
},
{
"name": "Amitosh Swain Mahapatra",
"email": "amitosh.swain@gmail.com",
"url": "https://github.com/Agathver"
},
{
"name": "Corbin Crutchley",
"email": "crutchcorn@gmail.com",
"url": "https://github.com/crutchcorn"
}
],
"dependencies": {
"nan": "2.14.0",
"node-pre-gyp": "0.13.0"
},
"deprecated": false,
"description": "A bcrypt library for NodeJS.",
"devDependencies": {
"nodeunit": "^0.11.3"
},
"engines": {
"node": ">= 6.0.0"
},
"homepage": "https://github.com/kelektiv/node.bcrypt.js#readme",
"keywords": [
"bcrypt",
"password",
"auth",
"authentication",
"encryption",
"crypt",
"crypto"
],
"license": "MIT",
"main": "./bcrypt",
"name": "bcrypt",
"repository": {
"type": "git",
"url": "git+https://github.com/kelektiv/node.bcrypt.js.git"
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"test": "npm install --build-from-source && nodeunit test"
},
"version": "3.0.7"
}