-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage-lock.json
37 lines (37 loc) · 1.17 KB
/
package-lock.json
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
{
"name": "arping",
"version": "0.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"nan": {
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz",
"integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg=="
},
"pcap": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/pcap/-/pcap-2.1.0.tgz",
"integrity": "sha512-immYRefC8nWvfH0HbmB/O+8xcd5TsN+VzOusFY0BNpQtZXlKwZo/2AiZHAukcC41vcgVI7dUrBxQCsQc71NaOw==",
"requires": {
"nan": "^2.0.9",
"socketwatcher": "git+https://github.com/bytzdev/node-socketwatcher.git"
}
},
"raw-socket": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/raw-socket/-/raw-socket-1.7.0.tgz",
"integrity": "sha512-mXqWihgwaFNmV5le0dWk5o+03M3A2zBIkC9BNaE6R0CJN9eYot++j2FIqgNSDq6/Vmu32PPI155SiiWNV2yyFQ==",
"requires": {
"nan": "2.14.*"
}
},
"socketwatcher": {
"version": "git+https://github.com/bytzdev/node-socketwatcher.git#d252d3f8c45f565a0a48ebd155d4f9e4666798d9",
"from": "git+https://github.com/bytzdev/node-socketwatcher.git",
"requires": {
"nan": "^2.0.9"
}
}
}
}