@pirxpilot/on-headers
Version:
Execute a listener when a response is about to write headers
34 lines (33 loc) • 665 B
JSON
{
"name": "@pirxpilot/on-headers",
"description": "Execute a listener when a response is about to write headers",
"version": "2.0.0",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"license": "MIT",
"keywords": [
"event",
"headers",
"http",
"onheaders"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pirxpilot/on-headers.git"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"supertest": "7.1.0"
},
"files": [
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"engines": {
"node": ">= 20.0.0"
},
"scripts": {
"test": "make check"
}
}