UNPKG

@fastify/reply-from

Version:

forward your HTTP request to another server, for fastify

91 lines (90 loc) 2.21 kB
{ "name": "@fastify/reply-from", "version": "12.5.0", "description": "forward your HTTP request to another server, for fastify", "main": "index.js", "type": "commonjs", "types": "types/index.d.ts", "scripts": { "lint": "eslint", "lint:fix": "eslint --fix", "test": "npm run test:unit && npm run test:typescript", "test:unit": "c8 node --test --test-timeout=30000", "test:typescript": "tsd" }, "repository": { "type": "git", "url": "git+https://github.com/fastify/fastify-reply-from.git" }, "keywords": [ "fastify", "http", "forward", "proxy" ], "author": "Matteo Collina <hello@matteocollina.com>", "contributors": [ { "name": "James Sumners", "url": "https://james.sumners.info" }, { "name": "Manuel Spigolon", "email": "behemoth89@gmail.com" }, { "name": "Aras Abbasi", "email": "aras.abbasi@gmail.com" }, { "name": "Frazer Smith", "email": "frazer.dev@icloud.com", "url": "https://github.com/fdawgs" } ], "license": "MIT", "bugs": { "url": "https://github.com/fastify/fastify-reply-from/issues" }, "homepage": "https://github.com/fastify/fastify-reply-from#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/fastify" }, { "type": "opencollective", "url": "https://opencollective.com/fastify" } ], "devDependencies": { "@fastify/formbody": "^8.0.0", "@fastify/multipart": "^9.0.0", "@sinonjs/fake-timers": "^14.0.0", "@types/node": "^24.0.8", "@types/tap": "^18.0.0", "c8": "^10.1.3", "eslint": "^9.17.0", "fastify": "^5.0.0", "form-data": "^4.0.0", "h2url": "^0.2.0", "neostandard": "^0.12.0", "nock": "^14.0.0", "proxy": "^2.1.1", "proxyquire": "^2.1.3", "split2": "^4.2.0", "tsd": "^0.33.0" }, "dependencies": { "@fastify/error": "^4.0.0", "end-of-stream": "^1.4.4", "fast-content-type-parse": "^3.0.0", "fast-querystring": "^1.1.2", "fastify-plugin": "^5.0.1", "toad-cache": "^3.7.0", "undici": "^7.0.0" }, "publishConfig": { "access": "public" } }