{
  "_args": [
    [
      "libbase64@1.3.0",
      "/var/www/html/sprbackend"
    ]
  ],
  "_from": "libbase64@1.3.0",
  "_id": "libbase64@1.3.0",
  "_inBundle": false,
  "_integrity": "sha512-GgOXd0Eo6phYgh0DJtjQ2tO8dc0IVINtZJeARPeiIJqge+HdsWSuaDTe8ztQ7j/cONByDZ3zeB325AHiv5O0dg==",
  "_location": "/libbase64",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "libbase64@1.3.0",
    "name": "libbase64",
    "escapedName": "libbase64",
    "rawSpec": "1.3.0",
    "saveSpec": null,
    "fetchSpec": "1.3.0"
  },
  "_requiredBy": [
    "/libmime"
  ],
  "_resolved": "https://registry.npmjs.org/libbase64/-/libbase64-1.3.0.tgz",
  "_spec": "1.3.0",
  "_where": "/var/www/html/sprbackend",
  "author": {
    "name": "Andris Reinman"
  },
  "bugs": {
    "url": "https://github.com/nodemailer/libbase64/issues"
  },
  "dependencies": {},
  "description": "Encode and decode base64 encoded 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.3.0"
  },
  "homepage": "https://github.com/nodemailer/libbase64",
  "keywords": [
    "base64",
    "mime"
  ],
  "license": "MIT",
  "main": "lib/libbase64.js",
  "name": "libbase64",
  "repository": {
    "type": "git",
    "url": "git://github.com/nodemailer/libbase64.git"
  },
  "scripts": {
    "test": "grunt",
    "update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
  },
  "version": "1.3.0"
}
