forked from pcelvng/netjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.16 KB
/
package.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@pcelvng/net",
"version": "0.12.1",
"description": "simple network diagnostic tool chest.",
"homepage": "https://github.com/pcelvng/netjs",
"repository": "github:pcelvng/netjs.git",
"main": "net.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ping",
"net-ping",
"net",
"netstats",
"gateway",
"network utils",
"pings",
"ip geo location",
"geo ip",
"public ip",
"mac address",
"network map",
"arp",
"icmp",
"network",
"dns",
"reverse-dns",
"speed test",
"traceroute",
"download speed",
"upload speed"
],
"author": "rlball",
"license": "MIT",
"devDependencies": {
"@types/node": "^10.9.3",
"typescript": "^3.0.1"
},
"dependencies": {
"address": "^1.0.3",
"external-ip": "^2.0.3",
"ip": "^1.1.5",
"iplocation": "^5.0.1",
"local-devices": "^1.1.1",
"network": "^0.4.1",
"node-arp": "^1.0.6",
"nodejs-traceroute": "^1.1.1",
"request": "^2.88.0",
"speedtest-net": "^1.4.3",
"tcp-ping": "^0.1.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}