pino-http
Version:
High-speed HTTP logger for Node.js
37 lines (36 loc) • 900 B
JSON
{
"name": "pino-http",
"version": "2.6.2",
"description": "High-speed HTTP logger for Node.js",
"main": "logger.js",
"dependencies": {
"pino": "^4.0.2"
},
"devDependencies": {
"autocannon": "^0.16.5",
"coveralls": "^2.11.15",
"http-ndjson": "^3.0.0",
"pre-commit": "^1.1.2",
"split2": "^2.0.1",
"standard": "^10.0.0",
"tap": "^10.0.0"
},
"scripts": {
"benchmark": "./scripts/benchmark-all",
"test": "standard && tap --no-cov test.js",
"ci": "standard && tap --cov test.js"
},
"author": "David Mark Clements",
"contributors": [
"Matteo Collina <hello@matteocollina.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pinojs/pino-http.git"
},
"bugs": {
"url": "https://github.com/pinojs/pino-http/issues"
},
"homepage": "https://github.com/pinojs/pino-http#readme"
}