{ "name": "@tinyhttp/res", "version": "2.2.5", "type": "module", "description": "response extensions for tinyhttp", "homepage": "https://tinyhttp.v1rtl.site", "repository": { "type": "git", "url": "https://github.com/tinyhttp/tinyhttp.git", "directory": "packages/res" }, "types": "./dist/index.d.ts", "exports": "./dist/index.js", "keywords": [ "tinyhttp", "node.js", "web framework", "web", "backend", "res" ], "engines": { "node": ">=12.20.0" }, "author": "v1rtl", "license": "MIT", "dependencies": { "@tinyhttp/vary": "^0.1.3", "es-escape-html": "^0.1.1", "mime": "4.0.4", "@tinyhttp/content-disposition": "2.2.2", "@tinyhttp/cookie": "2.1.1", "@tinyhttp/cookie-signature": "2.1.1", "@tinyhttp/encode-url": "2.1.1", "@tinyhttp/req": "2.2.5", "@tinyhttp/send": "2.2.3" }, "scripts": { "build": "tsc" } }