haraka/haraka-plugin-p0f

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "haraka-plugin-p0f",
  "version": "1.0.9",
  "description": "Haraka plugin that adds TCP fingerprinting",
  "main": "index.js",
  "scripts": {
    "cover": "NODE_ENV=cov npx nyc --reporter=lcovonly npm run test",
    "lint": "npx eslint *.js test",
    "lintfix": "npx eslint --fix *.js test",
    "test": "npx mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/haraka/haraka-plugin-p0f.git"
  },
  "keywords": [
    "haraka",
    "plugin",
    "p0f"
  ],
  "author": "Haraka Team <haraka.mail@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/haraka/haraka-plugin-p0f/issues"
  },
  "homepage": "https://github.com/haraka/haraka-plugin-p0f#readme",
  "devDependencies": {
    "eslint": ">=8",
    "eslint-plugin-haraka": "*",
    "haraka-test-fixtures": "*",
    "mocha": ">=9"
  },
  "dependencies": {
    "ipaddr.js": "^2.0.1"
  }
}