UNPKG

koa-even-better-http-proxy

Version:
60 lines (59 loc) 1.79 kB
{ "name": "koa-even-better-http-proxy", "type": "module", "version": "0.4.2", "description": "http proxy middleware for Koa", "engines": { "node": ">=14.0.0" }, "engineStrict": true, "main": "index.js", "scripts": { "test": "npm -s run mocha && npm run -s lint", "test:debug": "NODE_OPTIONS='--experimental-vm-modules --es-module-specifier-resolution=node' mocha debug -R spec test --recursive", "mocha": "NODE_OPTIONS='--experimental-vm-modules --es-module-specifier-resolution=node' mocha -R spec test --recursive --forbid-pending --exit", "format": "prettier --write --single-quote --print-width=80 --arrow-parens=always --trailing-comma=es5 --tab-width=4 \"**/*.js\"", "lint": "eslint --fix .", "lint:safe": "eslint .", "jscpd": "jscpd --pattern '**/*.js' --ignore '**/node_modules/**,**/test/**'" }, "repository": { "type": "git", "url": "https://gitlab.com/Keymandll/koa-even-better-http-proxy.git" }, "keywords": [ "koa-better-http-proxy", "koa-even-better-http-proxy", "koa", "proxy" ], "author": { "name": "misc" }, "license": "MIT", "bugs": { "url": "https://gitlab.com/Keymandll/koa-even-better-http-proxy/-/issues" }, "devDependencies": { "body-parser": "^1.20.0", "chai": "^4.3.6", "cookie-parser": "^1.4.6", "eslint": "^8.22.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "express": "^4.18.1", "jscpd": "^3.4.5", "koa": "^2.13.4", "mocha": "^10.0.0", "prettier": "^2.7.1", "supertest": "^6.2.4" }, "dependencies": { "es6-promise": "^4.2.8", "lodash": "^4.17.21", "raw-body": "^2.5.1", "winston": "^3.8.1" }, "contributors": [] }