修复书写错误
parents
Showing
.gitignore
0 → 100644
.npmignore
0 → 100644
README.md
0 → 100644
index.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | |||
| "name": "request-proxy", | |||
| "version": "1.0.0", | |||
| "description": "", | |||
| "main": "index.js", | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "author": "", | |||
| "license": "ISC", | |||
| "dependencies": { | |||
| "agentkeepalive": "^3.3.0", | |||
| "request": "^2.83.0" | |||
| } | |||
| } |
Please register or sign in to comment