UNPKG

yapople

Version:

Yet another POP3 library

40 lines (39 loc) 874 B
{ "name": "yapople", "version": "0.4.10", "author": "Andrew D.Laptev <a.d.laptev@gmail.com>", "description": "Yet another POP3 library", "main": "lib/yapople.js", "typings": "lib/yapople.d.ts", "scripts": { "test": "eslint . && jest", "coverage": "jest --coverage", "coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls" }, "repository": { "type": "git", "url": "https://github.com/agsh/yapople.git" }, "dependencies": { "mailparser": "^0.6.2" }, "keywords": [ "email", "e-mail", "mail", "pop3", "pop" ], "license": "MIT", "engines": { "node": ">=5.10" }, "devDependencies": { "coveralls": "^3.1.1", "eslint": "^8.57.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-standard": "^5.0.0", "jest": "^29.7.0" } }