@juntoz/koa-require-header
Version:
Koa middleware to require an http header and write to state variable
27 lines (26 loc) • 683 B
JSON
{
"name": "@juntoz/koa-require-header",
"version": "1.0.6",
"description": "Koa middleware to require an http header and write to state variable",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Juntoz/koa-require-header.git"
},
"keywords": [
"juntoz",
"koa"
],
"author": "Juntoz.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/Juntoz/koa-require-header/issues"
},
"homepage": "https://github.com/Juntoz/koa-require-header#readme",
"dependencies": {
"change-case": "^4.1.1"
}
}