UNPKG
node-mitmproxy1
Version:
latest (5.0.1)
5.0.1
5.0.0
4.3.0
4.2.1
4.2.0
4.1.0
4.0.0
3.2.1
3.2.0
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
Node.js MITM Proxy
github.com/wuchangming/node-mitmproxy
wuchangming/node-mitmproxy
node-mitmproxy1
/
lib
/
index.js
4 lines
(3 loc)
•
82 B
JavaScript
View Raw
1
2
3
4
'use strict'
;
require
(
'babel-polyfill'
);
module
.
exports
=
require
(
'./mitmproxy'
);