mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-05-11 07:28:59 +00:00
add the missed dependency
This commit is contained in:
parent
2e9e556e26
commit
71477d5aae
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "anyproxy",
|
"name": "anyproxy",
|
||||||
"version": "4.0.9",
|
"version": "4.0.10",
|
||||||
"description": "A fully configurable HTTP/HTTPS proxy in Node.js",
|
"description": "A fully configurable HTTP/HTTPS proxy in Node.js",
|
||||||
"main": "proxy.js",
|
"main": "proxy.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
@ -23,6 +23,7 @@
|
|||||||
"express": "^4.8.5",
|
"express": "^4.8.5",
|
||||||
"fast-json-stringify": "^0.17.0",
|
"fast-json-stringify": "^0.17.0",
|
||||||
"iconv-lite": "^0.4.6",
|
"iconv-lite": "^0.4.6",
|
||||||
|
"inquirer": "^5.2.0",
|
||||||
"ip": "^0.3.2",
|
"ip": "^0.3.2",
|
||||||
"juicer": "^0.6.6-stable",
|
"juicer": "^0.6.6-stable",
|
||||||
"mime-types": "2.1.11",
|
"mime-types": "2.1.11",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user