-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathpackage-lock.json
More file actions
40 lines (40 loc) · 1.48 KB
/
package-lock.json
File metadata and controls
40 lines (40 loc) · 1.48 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
{
"name": "node-kafka-poc",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"avsc": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/avsc/-/avsc-5.6.2.tgz",
"integrity": "sha512-DL5szWXKt2dG+gBwacRyKHqFKuicjswhlyTREsKXZP13PecO6NUmjf2lk9ZUoxcaFr8X1Q8MDTUp+9MgaaHJpA=="
},
"bindings": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
"integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
"requires": {
"file-uri-to-path": "1.0.0"
}
},
"file-uri-to-path": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
"integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw=="
},
"nan": {
"version": "2.14.2",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz",
"integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ=="
},
"node-rdkafka": {
"version": "2.10.1",
"resolved": "https://registry.npmjs.org/node-rdkafka/-/node-rdkafka-2.10.1.tgz",
"integrity": "sha512-yRb9Y90ipef4X+S/UbvQedUNtKZONa9RR6hCpAaGD83NqUga/uxTofdRQG8bm7SEh/DNuaifIJjRzLcoG9nUSQ==",
"requires": {
"bindings": "^1.3.1",
"nan": "^2.14.0"
}
}
}
}