dockerized_openAger/nodered/rootfs/data/node_modules/imap/package.json

70 lines
1.6 KiB
JSON
Raw Normal View History

2020-10-17 16:42:50 +00:00
{
"_from": "imap@^0.8.19",
"_id": "imap@0.8.19",
"_inBundle": false,
"_integrity": "sha1-NniHOTSrCc6mukh0HyhNoq9Z2NU=",
"_location": "/imap",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "imap@^0.8.19",
"name": "imap",
"escapedName": "imap",
"rawSpec": "^0.8.19",
"saveSpec": null,
"fetchSpec": "^0.8.19"
},
"_requiredBy": [
"/node-red-node-email"
],
"_resolved": "https://registry.npmjs.org/imap/-/imap-0.8.19.tgz",
"_shasum": "3678873934ab09cea6ba48741f284da2af59d8d5",
"_spec": "imap@^0.8.19",
"_where": "/data/node_modules/node-red-node-email",
"author": {
"name": "Brian White",
"email": "mscdex@mscdex.net"
},
"bugs": {
"url": "https://github.com/mscdex/node-imap/issues"
},
"bundleDependencies": false,
"dependencies": {
"readable-stream": "1.1.x",
"utf7": ">=1.0.2"
},
"deprecated": false,
"description": "An IMAP module for node.js that makes communicating with IMAP servers easy",
"engines": {
"node": ">=0.8.0"
},
"homepage": "https://github.com/mscdex/node-imap#readme",
"keywords": [
"imap",
"mail",
"email",
"reader",
"client"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/mscdex/node-imap/raw/master/LICENSE"
}
],
"main": "./lib/Connection",
"name": "imap",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mscdex/node-imap.git"
},
"scripts": {
"test": "node test/test.js"
},
"version": "0.8.19"
}