{
  "_args": [
    [
      "libqp@2.1.0",
      "/var/www/html/sprbackend"
    ]
  ],
  "_from": "libqp@2.1.0",
  "_id": "libqp@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-O6O6/fsG5jiUVbvdgT7YX3xY3uIadR6wEZ7+vy9u7PKHAlSEB6blvC1o5pHBjgsi95Uo0aiBBdkyFecj6jtb7A==",
  "_location": "/libqp",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "libqp@2.1.0",
    "name": "libqp",
    "escapedName": "libqp",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "/libmime"
  ],
  "_resolved": "https://registry.npmjs.org/libqp/-/libqp-2.1.0.tgz",
  "_spec": "2.1.0",
  "_where": "/var/www/html/sprbackend",
  "author": {
    "name": "Andris Reinman"
  },
  "bugs": {
    "url": "https://github.com/nodemailer/libqp/issues"
  },
  "description": "Encode and decode quoted-printable strings according to rfc2045",
  "devDependencies": {
    "eslint-config-nodemailer": "1.2.0",
    "eslint-config-prettier": "9.1.0"
  },
  "homepage": "https://github.com/nodemailer/libqp",
  "keywords": [
    "quoted-printable",
    "mime"
  ],
  "license": "MIT",
  "main": "lib/libqp.js",
  "name": "libqp",
  "repository": {
    "type": "git",
    "url": "git://github.com/nodemailer/libqp.git"
  },
  "scripts": {
    "test": "node --test",
    "update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
  },
  "version": "2.1.0"
}
