{
  "_args": [
    [
      "express-async-errors@3.1.1",
      "/var/www/html/armory/api"
    ]
  ],
  "_from": "express-async-errors@3.1.1",
  "_id": "express-async-errors@3.1.1",
  "_inBundle": false,
  "_integrity": "sha512-h6aK1da4tpqWSbyCa3FxB/V6Ehd4EEB15zyQq9qe75OZBp0krinNKuH4rAY+S/U/2I36vdLAUFSjQJ+TFmODng==",
  "_location": "/express-async-errors",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "express-async-errors@3.1.1",
    "name": "express-async-errors",
    "escapedName": "express-async-errors",
    "rawSpec": "3.1.1",
    "saveSpec": null,
    "fetchSpec": "3.1.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/express-async-errors/-/express-async-errors-3.1.1.tgz",
  "_spec": "3.1.1",
  "_where": "/var/www/html/armory/api",
  "author": {
    "name": "david@banham.id.au"
  },
  "bugs": {
    "url": "https://github.com/davidbanham/express-async-errors/issues"
  },
  "description": "Async/await error handling support for expressjs",
  "devDependencies": {
    "eslint": "^5.6.1",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.8.0",
    "express": "^4.16.2",
    "husky": "^0.14.3",
    "mocha": "^4.0.1",
    "nyc": "^13.0.1",
    "supertest": "^3.0.0"
  },
  "homepage": "https://github.com/davidbanham/express-async-errors#readme",
  "keywords": [
    "expressjs",
    "async/await",
    "async",
    "await",
    "es6"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "express-async-errors",
  "peerDependencies": {
    "express": "^4.16.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davidbanham/express-async-errors.git"
  },
  "scripts": {
    "coverage": "nyc mocha test.js",
    "lint": "eslint .",
    "precommit": "npm run lint",
    "report": "nyc report --reporter=html",
    "test": "mocha test.js"
  },
  "version": "3.1.1"
}
