{
  "_args": [
    [
      {
        "raw": "mailgun-js@^0.18.0",
        "scope": null,
        "escapedName": "mailgun-js",
        "name": "mailgun-js",
        "rawSpec": "^0.18.0",
        "spec": ">=0.18.0 <0.19.0",
        "type": "range"
      },
      "C:\\www\\dallashi\\videojs-record\\node_modules\\log4js"
    ]
  ],
  "_from": "mailgun-js@>=0.18.0 <0.19.0",
  "_id": "mailgun-js@0.18.0",
  "_inCache": true,
  "_location": "/mailgun-js",
  "_nodeVersion": "10.0.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/mailgun-js_0.18.0_1525135082655_0.3997933737120487"
  },
  "_npmUser": {
    "name": "bojand",
    "email": "dbojan@gmail.com"
  },
  "_npmVersion": "5.6.0",
  "_phantomChildren": {
    "lodash": "4.17.10",
    "ms": "2.0.0"
  },
  "_requested": {
    "raw": "mailgun-js@^0.18.0",
    "scope": null,
    "escapedName": "mailgun-js",
    "name": "mailgun-js",
    "rawSpec": "^0.18.0",
    "spec": ">=0.18.0 <0.19.0",
    "type": "range"
  },
  "_requiredBy": [
    "/log4js"
  ],
  "_resolved": "https://registry.npmjs.org/mailgun-js/-/mailgun-js-0.18.0.tgz",
  "_shasum": "81fed0c66a411d3ff6c4354861ad21387afcfaaa",
  "_shrinkwrap": null,
  "_spec": "mailgun-js@^0.18.0",
  "_where": "C:\\www\\dallashi\\videojs-record\\node_modules\\log4js",
  "author": {
    "name": "Bojan Djurkovic",
    "email": "dbojan@gmail.com"
  },
  "bugs": {
    "url": "http://github.com/bojand/mailgun-js/issues"
  },
  "dependencies": {
    "async": "~2.6.0",
    "debug": "~3.1.0",
    "form-data": "~2.3.0",
    "inflection": "~1.12.0",
    "is-stream": "^1.1.0",
    "path-proxy": "~1.0.0",
    "promisify-call": "^2.0.2",
    "proxy-agent": "~3.0.0",
    "tsscmp": "~1.0.0"
  },
  "description": "Simple Node.js helper module for Mailgun API",
  "devDependencies": {
    "clone": "~2.1.0",
    "mocha": "~5.1.1",
    "nodemailer": "~4.6.4",
    "request": "^2.85.0",
    "standard": "^11.0.0"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "integrity": "sha512-o0P6jjZlx5CQj12tvVgDTbgjTqVN0+5h6/6P1+3c6xmozVKBwniQ6Qt3MkCSF0+ueVTbobAfWyGpWRZMJu8t1g==",
    "shasum": "81fed0c66a411d3ff6c4354861ad21387afcfaaa",
    "tarball": "https://registry.npmjs.org/mailgun-js/-/mailgun-js-0.18.0.tgz",
    "fileCount": 9,
    "unpackedSize": 57304,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa57bsCRA9TVsSAnZWagAA7tsP/2B8zzS1jrfMxZxQQa9E\nCukmO08Qjis1GIgSp1RAdmVxtX2zBEK7yHKmoRH0qLUEuTxYy9EmcOvfyK0/\nsdfKxYY/Y0XW/wdMM4wOh7yun2YpZTpcsjnzU4QRxYugcgP984Awy4eY2grm\n2IQJkUdcquKnXiHEhETDr40UccLbutW7nnuWbeyHmMPnAVpNPBVr8L0Yvi9w\njLBy6petRRh2DBaW3NT4dlEEgIZrrMq4dJ9kCuQ492JymHIhSvOTZgqRqMCK\nk06hzNWCaQSfYY+3o/RAVhxxlqT4CQ2ppocRTxoxJ1ByCgkSCTwo9XrF1abX\nQeoZr4STHTgkvXfuMYJWNdjfOa/bHGCOQyajHc+xjv28Miu4zQ8w/XSz5MIf\nbqfM4oCT/C5RtTHGnYNcm9H8WTWEy/RsDK5/Kv/xKroQeJC8ymC8F1sfCG98\nDl1Q9ZcofVgh6o/zPPm6AbyarQ/hOjVZSSOa7R+7z7a5SyWhFA4IQ8fiV4q6\noZTw28ypwuAZLs4/tOuq/UTXDXdDbPyOVjfvuR+YSEFf2u9WPtQWfUr3Az7t\n8RQc+ZavYanZmo/nhj+7nvlwIGiElFjeH8gmV9Kto3V191wVMZiOM1E3Pz2T\ncuZ+4wbruIIefpG21/GylhjtrlogiNd6qQW+2pERo4dmbY5vb/ETvcJbeqrV\nGAth\r\n=eCq0\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "gitHead": "e594a1a602c671d7620dfa6ee4aa78f963e5ae77",
  "homepage": "https://github.com/bojand/mailgun-js",
  "keywords": [
    "email",
    "mailgun"
  ],
  "license": "MIT",
  "main": "./lib/mailgun.js",
  "maintainers": [
    {
      "name": "bojand",
      "email": "dbojan@gmail.com"
    }
  ],
  "name": "mailgun-js",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/bojand/mailgun-js.git"
  },
  "scripts": {
    "docs": "./bin/docs",
    "lint": "standard lib/**/*.js && standard --env mocha test/**/*.js",
    "lint:fix": "standard --fix lib/**/*.js && standard --env mocha --fix test/**/*.js",
    "mocha": "mocha --ui exports --slow 1500ms --timeout 10000ms --reporter spec",
    "test": "npm run lint && npm run mocha"
  },
  "standard": {
    "env": {
      "node": true,
      "mocha": true
    }
  },
  "version": "0.18.0"
}
