-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.01 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
{
"name": "evildns",
"version": "1.1.2",
"description": "Massive DNS Reverse Lookup Tool",
"main": "index.js",
"bin": {
"evildns": "./bin/evildns.js"
},
"dependencies": {
"async": "3.2.0",
"chalk": "4.1.0",
"cidr-clean": "1.1.4",
"commander": "7.0.0",
"debug": "4.3.1",
"draftlog": "1.0.12",
"fs-extra": "9.1.0",
"ip-to-int": "0.3.1",
"moment": "2.29.1",
"moment-duration-format": "2.3.2",
"netmask": "1.0.6",
"sanic.js": "1.1.2",
"sockmq": "3.2.0",
"sprintf": "0.1.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eviltik/evildns.git"
},
"keywords": [
"dns",
"reverse",
"lookup",
"massive",
"security",
"scanner"
],
"author": "eviltik",
"license": "MIT",
"bugs": {
"url": "https://github.com/eviltik/evildns/issues"
},
"homepage": "https://github.com/eviltik/evildns#readme"
}