haraka/haraka-plugin-geoip

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "haraka-plugin-geoip",
  "version": "1.1.0",
  "description": "provide geographic information about mail senders.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=14"
  },
  "scripts": {
    "test": "npx mocha",
    "lint": "npx eslint index.js test/*.js",
    "lintfix": "npx eslint --fix index.js test/*.js",
    "cover": "NODE_ENV=cov npx nyc --reporter=lcovonly npm run test",
    "versions": "npx dependency-version-checker check"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/haraka/haraka-plugin-geoip.git"
  },
  "keywords": [
    "haraka",
    "email",
    "geoip",
    "smtp",
    "mta"
  ],
  "author": "Matt Simerson <matt@tnpi.net>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/haraka/haraka-plugin-geoip/issues"
  },
  "homepage": "https://github.com/haraka/haraka-plugin-geoip#readme",
  "devDependencies": {
    "eslint": "^8.57.0",
    "eslint-plugin-haraka": "^1.0.15",
    "haraka-test-fixtures": "^1.3.3",
    "mocha": "^10.4.0"
  },
  "dependencies": {
    "maxmind": "^4.3.18",
    "haraka-net-utils": "^1.5.4"
  }
}