UNPKG

flow-proxy-middleware

Version:

> 本中间件是对http-proxy-middleware的封装,能够实现webpack的proxy写法

34 lines (33 loc) 767 B
{ "name": "flow-proxy-middleware", "version": "0.1.1", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ysk2014/node-flow-proxy-middleware.git" }, "keywords": [ "http-proxy-middleware", "flow-build", "express", "webpack" ], "author": { "name": "claus", "url": "https://github.com/ysk2014" }, "bugs": { "url": "https://github.com/ysk2014/node-flow-proxy-middleware/issues" }, "homepage": "https://github.com/ysk2014/node-flow-proxy-middleware#readme", "license": "ISC", "dependencies": { "is-glob": "^4.0.0", "lodash": "^4.17.5", "micromatch": "^3.1.10" } }