You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "imap",
|
|
|
|
"version": "0.8.19",
|
|
|
|
"author": "Brian White <mscdex@mscdex.net>",
|
|
|
|
"description": "An IMAP module for node.js that makes communicating with IMAP servers easy",
|
|
|
|
"main": "./lib/Connection",
|
|
|
|
"dependencies": {
|
|
|
|
"bluebird": "^3.7.2",
|
|
|
|
"default-value": "^1.0.0",
|
|
|
|
"map-obj": "^4.2.1",
|
|
|
|
"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": "node test/test.js"
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"eslint": "^7.20.0"
|
|
|
|
}
|
|
|
|
}
|