-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage-lock.json
More file actions
29 lines (29 loc) · 1.06 KB
/
package-lock.json
File metadata and controls
29 lines (29 loc) · 1.06 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
{
"name": "nodebb-plugin-contact-page",
"version": "1.4.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "nodebb-plugin-contact-page",
"version": "1.4.2",
"license": "BSD-2-Clause",
"dependencies": {
"hcaptcha": "^0.2.0",
"simple-recaptcha-new": "^1.1.1"
}
},
"node_modules/hcaptcha": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/hcaptcha/-/hcaptcha-0.2.0.tgz",
"integrity": "sha512-x25z3RoEa9oqfyuQsgk2olc+LCNVDAJaGKUP1qFhpAybB6qjqOf4qB2y1E3LJpXDvM229JWEywc6iWnzWvGjNw==",
"license": "MIT"
},
"node_modules/simple-recaptcha-new": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/simple-recaptcha-new/-/simple-recaptcha-new-1.1.1.tgz",
"integrity": "sha512-LMmwfLJMxWdaP6AI7COxloliB8Y4xRMqe2apX3ymnqF9YQE3cuDjFVhOys7eSdkWcF/WopTKGvsMcU8NVUBakA==",
"license": "MIT"
}
}
}