-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
47 lines (47 loc) · 1.1 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": "nodesub",
"version": "0.0.14",
"description": "Nodesub: A CLI tool for finding subdomains in bug bounty programs",
"bin": {
"nodesub": "nodesub.js"
},
"keywords": [
"amass",
"bug-bounty",
"cli",
"recon",
"subdomain-enumeration",
"subdomains"
],
"author": "pikpikcu",
"license": "MIT",
"dependencies": {
"axios": "^1.4.0",
"axios-rate-limit": "^1.3.0",
"bottleneck": "^2.19.5",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"child_process": "^1.0.2",
"cli-color": "^2.0.3",
"cli-spinner": "^0.2.10",
"cli-spinners": "^2.9.0",
"cloudscraper": "^4.6.0",
"commander": "^10.0.1",
"csv-writer": "^1.6.0",
"dns": "^0.1.2",
"dns-zonefile": "^0.3.2",
"fast-glob": "^3.2.12",
"figlet": "^1.6.0",
"form-data": "^4.0.0",
"fs": "0.0.1-security",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0",
"node-fetch": "^3.3.1",
"nodesub": "^0.0.9",
"path": "^0.12.7",
"pdfkit": "^0.13.0",
"socks-proxy-agent": "^5.0.0",
"subquest": "^1.5.3",
"url": "^0.11.0"
}
}