xprezzo-logger-factory
Version:
HTTP request logger middleware for xprezzo
49 lines (48 loc) • 1.23 kB
JSON
{
"name": "xprezzo-logger-factory",
"description": "HTTP request logger middleware for xprezzo",
"version": "1.1.2",
"author": "Cloudgen Wong <cloudgen.wong@gmail.com>",
"license": "MIT",
"keywords": [
"http",
"logger",
"middleware",
"xprezzo"
],
"repository": "xprezzo/xprezzo-logger-factory",
"dependencies": {
"depd": "~2.0.0",
"xprezzo-basic-auth": "1.1.3",
"xprezzo-debug": "1.1.2",
"xprezzo-on-finished": "1.1.2",
"xprezzo-on-headers": "1.1.3"
},
"devDependencies": {
"eslint": "8.15.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-markdown": "2.2.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.0.0",
"mocha": "10.0.0",
"nyc": "15.1.0",
"split": "1.0.1",
"supertest": "6.1.0"
},
"files": [
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"lint": "eslint --plugin markdown --ext js,md .",
"test": "mocha --check-leaks --reporter spec --bail",
"test-ci": "nyc --reporter=text npm test -- --no-exit",
"test-cov": "nyc --reporter=html --reporter=text npm test"
}
}