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

57 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2020-10-17 16:42:50 +00:00
{
"_from": "poplib@^0.1.7",
"_id": "poplib@0.1.7",
"_inBundle": false,
"_integrity": "sha1-L0tYtVkpcjUM2X9IKrpo+OBVdLw=",
"_location": "/poplib",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "poplib@^0.1.7",
"name": "poplib",
"escapedName": "poplib",
"rawSpec": "^0.1.7",
"saveSpec": null,
"fetchSpec": "^0.1.7"
},
"_requiredBy": [
"/node-red-node-email"
],
"_resolved": "https://registry.npmjs.org/poplib/-/poplib-0.1.7.tgz",
"_shasum": "2f4b58b5592972350cd97f482aba68f8e05574bc",
"_spec": "poplib@^0.1.7",
"_where": "/data/node_modules/node-red-node-email",
"author": {
"name": "Ditesh Shashikant Gathani",
"email": "ditesh@gathani.org",
"url": "http://ditesh.gathani.org/blog/"
},
"bugs": {
"url": "https://github.com/ditesh/node-poplib/issues"
},
"bundleDependencies": false,
"dependencies": {
"optimist": "*"
},
"deprecated": false,
"description": "POP3 client library for Node.js",
"homepage": "https://github.com/ditesh/node-poplib",
"keywords": [
"POP3",
"pop3",
"pop",
"client",
"mail",
"email"
],
"license": "MIT",
"main": "main.js",
"name": "poplib",
"repository": {
"type": "git",
"url": "git+https://github.com/ditesh/node-poplib.git"
},
"version": "0.1.7"
}