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

71 lines
1.7 KiB
JSON
Raw Normal View History

2020-10-17 16:42:50 +00:00
{
"_from": "libmime@4.2.1",
"_id": "libmime@4.2.1",
"_inBundle": false,
"_integrity": "sha512-09y7zjSc5im1aNsq815zgo4/G3DnIzym3aDOHsGq4Ee5vrX4PdgQRybAsztz9Rv0NhO+J5C0llEUloa3sUmjmA==",
"_location": "/libmime",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "libmime@4.2.1",
"name": "libmime",
"escapedName": "libmime",
"rawSpec": "4.2.1",
"saveSpec": null,
"fetchSpec": "4.2.1"
},
"_requiredBy": [
"/mailparser",
"/mailsplit"
],
"_resolved": "https://registry.npmjs.org/libmime/-/libmime-4.2.1.tgz",
"_shasum": "d21aa5db88b131af18bf5a3caa1013da2c21a9dd",
"_spec": "libmime@4.2.1",
"_where": "/data/node_modules/mailparser",
"author": {
"name": "Andris Reinman",
"email": "andris@kreata.ee"
},
"bugs": {
"url": "https://github.com/andris9/libmime/issues"
},
"bundleDependencies": false,
"dependencies": {
"encoding-japanese": "1.0.30",
"iconv-lite": "0.5.0",
"libbase64": "1.2.1",
"libqp": "1.1.0"
},
"deprecated": false,
"description": "Encode and decode quoted printable and base64 strings",
"devDependencies": {
"chai": "4.2.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "6.5.0",
"grunt": "1.0.4",
"grunt-cli": "1.3.2",
"grunt-eslint": "22.0.0",
"grunt-mocha-test": "0.13.3",
"iconv": "2.3.5",
"mocha": "6.2.2"
},
"homepage": "https://github.com/andris9/libmime",
"keywords": [
"MIME",
"Base64",
"Quoted-Printable"
],
"license": "MIT",
"main": "lib/libmime",
"name": "libmime",
"repository": {
"type": "git",
"url": "git://github.com/andris9/libmime.git"
},
"scripts": {
"test": "grunt"
},
"version": "4.2.1"
}