-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.16 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.16 KB
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": "node-proxy-pools",
"version": "1.1.7",
"description": "make proxy requests always work",
"main": "src/index.js",
"scripts": {
"pretest": "tsc",
"test": "mocha -r ts-node/register test/**/*.spec.ts --timeout 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jerradpatch/node-proxy-pools.git"
},
"keywords": [
"proxy",
"node",
"request",
"consistancy"
],
"author": "jerrad patch",
"license": "ISC",
"bugs": {
"url": "https://github.com/jerradpatch/node-proxy-pools/issues"
},
"homepage": "https://github.com/jerradpatch/node-proxy-pools#readme",
"dependencies": {
"axios": "^0.18.0",
"axios-https-proxy-fix": "^0.17.1",
"bottleneck": "^2.18.0",
"random-useragent": "^0.3.1"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/chai-http": "^3.0.5",
"@types/es6-promise": "^3.3.0",
"@types/mocha": "^5.2.5",
"chai": "^4.2.0",
"chai-http": "^4.2.1",
"load-json-file": "^5.2.0",
"mocha": "^5.2.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"rxjs": "^6.5.1",
"ts-node": "^7.0.1",
"typescript": "^3.2.2"
}
}