{
  "_args": [
    [
      "node-imap@0.9.6",
      "/var/www/html/api.shopperr.in"
    ]
  ],
  "_from": "node-imap@0.9.6",
  "_id": "node-imap@0.9.6",
  "_inBundle": false,
  "_integrity": "sha512-pYQ2AtjQwrSvILq8EYInv3E3svrJwrTOxzW7uBGpP//AkCs/pMdO+O6KEgUlSchh/0/N0MSWs5io3xZhxJ9yLg==",
  "_location": "/node-imap",
  "_phantomChildren": {
    "inherits": "2.0.4",
    "string_decoder": "1.1.1",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-imap@0.9.6",
    "name": "node-imap",
    "escapedName": "node-imap",
    "rawSpec": "0.9.6",
    "saveSpec": null,
    "fetchSpec": "0.9.6"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/node-imap/-/node-imap-0.9.6.tgz",
  "_spec": "0.9.6",
  "_where": "/var/www/html/api.shopperr.in",
  "author": {
    "name": "Brian White",
    "email": "mscdex@mscdex.net"
  },
  "bugs": {
    "url": "https://github.com/mikebevz/node-imap/issues"
  },
  "contributors": [
    {
      "name": "Michael Bevz",
      "email": "michael.bevz@gmail.com"
    }
  ],
  "dependencies": {
    "readable-stream": "^3.6.0",
    "utf7": "^1.0.2"
  },
  "description": "A fork of the famous and outdated IMAP module for node.js that makes communicating with IMAP servers easy",
  "devDependencies": {
    "eslint": "^7.1.0"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "homepage": "https://github.com/mikebevz/node-imap#readme",
  "keywords": [
    "imap",
    "mail",
    "email",
    "reader",
    "client"
  ],
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/mscdex/node-imap/raw/master/LICENSE"
    }
  ],
  "main": "./lib/Connection",
  "name": "node-imap",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mikebevz/node-imap.git"
  },
  "scripts": {
    "test": "node test/test.js"
  },
  "version": "0.9.6"
}
