{ "name": "imap", "version": "0.8.19", "author": "Brian White ", "description": "An IMAP module for node.js that makes communicating with IMAP servers easy", "main": "./lib/Connection", "dependencies": { "@joepie91/unreachable": "^1.0.0", "@validatem/any-property": "^0.1.3", "@validatem/core": "^0.3.15", "@validatem/is-function": "^0.1.0", "@validatem/is-string": "^1.0.0", "@validatem/required": "^0.1.1", "as-expression": "^1.0.0", "bluebird": "^3.7.2", "default-value": "^1.0.0", "last-item": "^1.0.0", "map-obj": "^4.2.1", "match-value": "^1.1.0", "p-defer": "^3.0.0", "p-try": "^2.2.0", "readable-stream": "1.1.x", "split-filter": "^1.1.3", "syncpipe": "^1.0.0", "utf7": ">=1.0.2" }, "scripts": { "test": "tap --no-coverage test/tests/*" }, "engines": { "node": ">=0.8.0" }, "keywords": [ "imap", "mail", "email", "reader", "client" ], "licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/node-imap/raw/master/LICENSE" } ], "repository": { "type": "git", "url": "http://github.com/mscdex/node-imap.git" }, "devDependencies": { "@joepie91/eslint-config": "^1.1.0", "bl": "^5.0.0", "chalk": "^4.1.1", "eslint": "^7.20.0", "p-event": "^4.2.0", "p-stream": "^1.0.3", "tap": "^15.0.9" } }