ufw-log-parser
Version: 
A lightweight and fast parser for UFW firewall logs, supporting TCP flags, timestamps, and detailed packet metadata.
67 lines (66 loc) • 1.44 kB
JSON
{
  "name": "ufw-log-parser",
  "version": "0.1.3",
  "description": "A lightweight and fast parser for UFW firewall logs, supporting TCP flags, timestamps, and detailed packet metadata.",
  "keywords": [
    "ufw",
    "ufw-logs",
    "log-parser",
    "firewall",
    "linux",
    "security",
    "parser",
    "log-analyzer",
    "iptables",
    "tcp-flags",
    "timestamps",
    "network"
  ],
  "homepage": "https://github.com/sefinek/ufw-log-parser#readme",
  "bugs": {
    "url": "https://github.com/sefinek/ufw-log-parser/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sefinek/ufw-log-parser.git"
  },
  "funding": {
    "type": "individual",
    "url": "https://sefinek.net/donate"
  },
  "license": "MIT",
  "author": "Sefinek <contact@sefinek.net> (https://sefinek.net)",
  "type": "commonjs",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "require": "./index.js",
      "default": "./index.js"
    }
  },
  "main": "index.js",
  "types": "index.d.ts",
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "files": [
    "index.js",
    "utils.js",
    "index.d.ts",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "jest test",
    "up": "ncu -u && npm install && npm update && npm audit fix"
  },
  "devDependencies": {
    "@eslint/js": "^9.33.0",
    "globals": "^16.3.0",
    "jest": "^30.0.5"
  },
  "engines": {
    "node": ">=18"
  }
}