{
  "_from": "libmime@5.3.7",
  "_id": "libmime@5.3.7",
  "_inBundle": false,
  "_integrity": "sha512-FlDb3Wtha8P01kTL3P9M+ZDNDWPKPmKHWaU/cG/lg5pfuAwdflVpZE+wm9m7pKmC5ww6s+zTxBKS1p6yl3KpSw==",
  "_location": "/libmime",
  "_phantomChildren": {
    "safer-buffer": "2.1.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "libmime@5.3.7",
    "name": "libmime",
    "escapedName": "libmime",
    "rawSpec": "5.3.7",
    "saveSpec": null,
    "fetchSpec": "5.3.7"
  },
  "_requiredBy": [
    "/@zone-eu/mailsplit",
    "/mailparser"
  ],
  "_resolved": "https://registry.npmjs.org/libmime/-/libmime-5.3.7.tgz",
  "_shasum": "3835b6443d982d5cd1ac32ee241adbbc11b34406",
  "_spec": "libmime@5.3.7",
  "_where": "/home/easypc6/backend/node_modules/mailparser",
  "author": {
    "name": "Andris Reinman",
    "email": "andris@kreata.ee"
  },
  "bugs": {
    "url": "https://github.com/nodemailer/libmime/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "encoding-japanese": "2.2.0",
    "iconv-lite": "0.6.3",
    "libbase64": "1.3.0",
    "libqp": "2.1.1"
  },
  "deprecated": false,
  "description": "Encode and decode quoted printable and base64 strings",
  "devDependencies": {
    "chai": "4.4.1",
    "eslint-config-nodemailer": "1.2.0",
    "eslint-config-prettier": "10.1.5",
    "grunt": "1.6.1",
    "grunt-cli": "1.5.0",
    "grunt-eslint": "24.3.0",
    "grunt-mocha-test": "0.13.3",
    "mocha": "11.7.1"
  },
  "files": [
    "lib",
    "CHANGELOG.md"
  ],
  "homepage": "https://github.com/nodemailer/libmime",
  "keywords": [
    "MIME",
    "Base64",
    "Quoted-Printable"
  ],
  "license": "MIT",
  "main": "lib/libmime.js",
  "name": "libmime",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nodemailer/libmime.git"
  },
  "scripts": {
    "test": "grunt",
    "update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
  },
  "version": "5.3.7"
}
