-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 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
{
"dependencies": {
"bottleneck": "^2.19.5",
"cli-progress": "^3.8.2",
"cli-table3": "^0.6.0",
"colors": "^1.4.0",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.0",
"node-fetch": "^2.6.1",
"simple-proxy-agent": "^1.1.0",
"user-agents": "^1.0.559"
},
"name": "proxy-checker-cli",
"description": "Simple utility which is designed to accept a file of ip:port lines and to produce beautiful table of check results in terminal and to write the file with proxies which passed the checks successfully.",
"version": "2.0.10",
"main": "test.js",
"devDependencies": {},
"bin": {
"proxy-checker-cli": "./bin/proxy-checker-cli"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/restyler/proxy-checker-cli.git"
},
"keywords": [
"proxy-checker",
"proxy",
"cli"
],
"author": "restyler <[email protected]> (https://pixeljets.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/restyler/proxy-checker-cli/issues"
},
"homepage": "https://github.com/restyler/proxy-checker-cli#readme"
}