-
-
Notifications
You must be signed in to change notification settings - Fork 106
/
package.json
50 lines (50 loc) · 1.17 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
{
"name": "proxy-lists",
"version": "1.23.3",
"description": "Get proxies from publicly available proxy lists.",
"keywords": [
"proxies",
"proxylist",
"proxylists",
"proxy"
],
"main": "index.js",
"scripts": {
"test": "npm run test:unit",
"test:unit": "./node_modules/.bin/mocha test/unit/ --recursive --reporter spec --ui bdd",
"update:geoip-database": "node ./node_modules/geoip-lite/scripts/updatedb.js"
},
"bin": {
"proxy-lists": "cli.js"
},
"repository": {
"type": "git",
"url": "git://github.com/chill117/proxy-lists"
},
"author": {
"name": "Charles Hill",
"email": "chill@degreesofzero.com"
},
"license": "MIT",
"funding": {
"type": "individual",
"url": "https://degreesofzero.com/donate.html?project=proxy-lists"
},
"readmeFilename": "readme.md",
"bugs": {
"url": "https://github.com/chill117/proxy-lists/issues"
},
"dependencies": {
"async": "3.2.1",
"commander": "8.1.0",
"data-sourcer": "1.10.3",
"debug": "4.3.2",
"geoip-lite": "1.4.2",
"underscore": "1.13.1",
"user-agents": "1.0.762"
},
"devDependencies": {
"chai": "4.3.4",
"mocha": "9.1.1"
}
}