UNPKG

@ladjs/proxy

Version:
87 lines (86 loc) 1.85 kB
{ "name": "@ladjs/proxy", "description": "Proxy for Lad", "version": "5.0.4", "author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", "bugs": { "url": "https://github.com/ladjs/proxy/issues", "email": "niftylettuce@gmail.com" }, "contributors": [ "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)" ], "dependencies": { "boolean": "^3.2.0", "finalhandler": "^2.1.0", "findhit-proxywrap": "^0.3.13", "lodash": "^4.17.21", "router": "^2.2.0", "url-parse": "^1.5.10" }, "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "ava": "^5.3.1", "cross-env": "^7.0.3", "eslint": "^8.52.0", "eslint-config-xo-lass": "^2.0.1", "fixpack": "^4.0.0", "husky": "^9.0.11", "lint-staged": "^15.2.7", "nyc": "^15.1.0", "remark-cli": "11", "remark-preset-github": "^4.0.4", "sinon": "^17.0.0", "supertest": "^7.1.3", "xo": "^0.56.0" }, "engines": { "node": ">=14" }, "files": [ "index.js" ], "homepage": "https://github.com/ladjs/proxy", "keywords": [ "config", "domain", "domains", "encrypted", "forward", "forwarding", "handler", "host", "hosts", "http", "https", "koa", "lad", "nginx", "port", "ports", "proxy", "reverse", "tls", "tunnel", "vhost", "virtual", "virtuals" ], "license": "MIT", "main": "index.js", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/ladjs/proxy" }, "scripts": { "lint": "xo --fix && remark . -qfo && fixpack", "pre-commit": "lint-staged", "prepare": "husky", "pretest": "npm run lint", "test": "cross-env NODE_ENV=test nyc ava" } }