@sequencemedia/hapi-common-log
Version:
Transforms a Hapi request to a Common Log Format log line
59 lines (58 loc) • 1.43 kB
JSON
{
"name": "@sequencemedia/hapi-common-log",
"version": "1.1.332",
"description": "Transforms a Hapi request to a Common Log Format log line",
"keywords": [
"hapi",
"common",
"log",
"format",
"common log format"
],
"main": "./src/index.mjs",
"type": "module",
"author": {
"name": "Jonathan Perry for Sequence Media Limited",
"email": "sequencemedia@sequencemedia.net",
"url": "https://sequencemedia.net"
},
"contributors": [
"Raquel Vélez <raquel@rckbt.me>"
],
"license": "ISC",
"engines": {
"node": ">=18.12.0 <=21.7.3 || >=22.2.0"
},
"repository": {
"type": "git",
"url": "git@github.com:sequencemedia/hapi-common-log.git"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"prepare": "husky",
"test": "cross-env NODE_ENV=test mocha test --recursive"
},
"dependencies": {
"debug": "^4.4.1",
"moment": "^2.30.1",
"moment-strftime": "^0.5.0"
},
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@sequencemedia/eslint-config-standard": "^0.2.69",
"chai": "^5.2.0",
"core-js": "^3.43.0",
"cross-env": "^7.0.3",
"eslint": "^9.30.1",
"globals": "^16.3.0",
"husky": "^9.1.7",
"mocha": "^11.7.1",
"sinon": "^21.0.0"
},
"imports": {
"#hapi-common-log": "./src/index.mjs"
}
}