-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 826 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 826 Bytes
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
{
"name": "proxy-examples-javascript",
"version": "1.0.0",
"description": "JavaScript proxy usage examples",
"type": "module",
"engines": {
"node": ">=24.14.0",
"npm": ">=11.9.0"
},
"scripts": {
"test": "node run_tests.js"
},
"dependencies": {
"axios": "^1.15.0",
"cheerio": "^1.0.0",
"got": "^14.4.0",
"https-proxy-agent": "^7.0.0",
"ky": "^1.7.0",
"make-fetch-happen": "^14.0.3",
"needle": "^3.3.0",
"node-fetch": "^3.3.0",
"nvm": "^0.0.4",
"playwright": "^1.50.0",
"puppeteer": "^24.0.0",
"socks-proxy-agent": "^8.0.0",
"superagent": "^10.1.0",
"typed-rest-client": "^2.2.0",
"undici": "^7.24.5",
"wretch": "^2.11.0"
},
"keywords": [
"proxy",
"http",
"examples"
],
"author": "ProxyMesh",
"license": "MIT"
}