{
  "_args": [
    [
      "libmime@5.3.5",
      "/var/www/html/sprbackend"
    ]
  ],
  "_from": "libmime@5.3.5",
  "_id": "libmime@5.3.5",
  "_inBundle": false,
  "_integrity": "sha512-nSlR1yRZ43L3cZCiWEw7ali3jY29Hz9CQQ96Oy+sSspYnIP5N54ucOPHqooBsXzwrX1pwn13VUE05q4WmzfaLg==",
  "_location": "/libmime",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "libmime@5.3.5",
    "name": "libmime",
    "escapedName": "libmime",
    "rawSpec": "5.3.5",
    "saveSpec": null,
    "fetchSpec": "5.3.5"
  },
  "_requiredBy": [
    "/mailparser"
  ],
  "_resolved": "https://registry.npmjs.org/libmime/-/libmime-5.3.5.tgz",
  "_spec": "5.3.5",
  "_where": "/var/www/html/sprbackend",
  "author": {
    "name": "Andris Reinman",
    "email": "andris@kreata.ee"
  },
  "bugs": {
    "url": "https://github.com/nodemailer/libmime/issues"
  },
  "dependencies": {
    "encoding-japanese": "2.1.0",
    "iconv-lite": "0.6.3",
    "libbase64": "1.3.0",
    "libqp": "2.1.0"
  },
  "description": "Encode and decode quoted printable and base64 strings",
  "devDependencies": {
    "chai": "4.4.1",
    "eslint-config-nodemailer": "1.2.0",
    "eslint-config-prettier": "9.1.0",
    "grunt": "1.6.1",
    "grunt-cli": "1.4.3",
    "grunt-eslint": "24.3.0",
    "grunt-mocha-test": "0.13.3",
    "mocha": "10.4.0"
  },
  "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.5"
}
