UNPKG

python-arf

Version:

Node.js wrapper around the Python package arf, which is a processor for Abuse Reporting Format (ARF) messages.

85 lines (84 loc) 2.03 kB
{ "name": "python-arf", "description": "Node.js wrapper around the Python package arf, which is a processor for Abuse Reporting Format (ARF) messages.", "version": "0.0.3", "author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", "ava": { "verbose": true }, "bugs": { "url": "https://github.com/forwardemail/python-arf/issues", "email": "niftylettuce@gmail.com" }, "contributors": [ "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)" ], "dependencies": { "is-buffer": "^2.0.4", "is-valid-path": "^0.1.1", "rev-hash": "^3.0.0", "semver": "^7.3.2", "shelljs": "^0.8.4" }, "devDependencies": { "@commitlint/cli": "latest", "@commitlint/config-conventional": "latest", "ava": "latest", "codecov": "latest", "cross-env": "latest", "eslint": "6.x", "eslint-config-xo-lass": "latest", "fixpack": "latest", "husky": "latest", "lint-staged": "latest", "nyc": "latest", "remark-cli": "latest", "remark-preset-github": "latest", "xo": "0.25" }, "engines": { "node": ">= 10" }, "homepage": "https://github.com/forwardemail/python-arf", "keywords": [ "abuse", "arf", "email", "emails", "feedback", "format", "formats", "message", "messages", "parse", "parser", "parsing", "pip", "python", "report", "reporting", "wrapper" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/forwardemail/python-arf" }, "scripts": { "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", "lint": "yarn run lint:js && yarn run lint:md", "lint:js": "xo", "lint:md": "remark . -qfo", "pretest": "yarn run lint", "test": "cross-env NODE_ENV=test ava", "test-coverage": "cross-env NODE_ENV=test nyc yarn run test" }, "xo": { "prettier": true, "space": true, "extends": [ "xo-lass" ] } }