server-timings
Version:
Adds `Server-Timings` header
31 lines (30 loc) • 669 B
JSON
{
"name": "server-timings",
"version": "2.0.1",
"description": "Adds `Server-Timings` header",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"timing",
"server-timing",
"network",
"express",
"middleware"
],
"author": "Remy Sharp",
"license": "MIT",
"dependencies": {
"on-headers": "^1.0.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/remy/server-timings.git"
},
"bugs": {
"url": "https://github.com/remy/server-timings/issues"
},
"homepage": "https://github.com/remy/server-timings#readme"
}