{
  "_args": [
    [
      "express-async-handler@1.1.4",
      "D:\\Development\\Work\\CENOS\\cenos-licenses"
    ]
  ],
  "_from": "express-async-handler@1.1.4",
  "_id": "express-async-handler@1.1.4",
  "_inBundle": false,
  "_integrity": "sha512-HdmbVF4V4w1q/iz++RV7bUxIeepTukWewiJGkoCKQMtvPF11MLTa7It9PRc/reysXXZSEyD4Pthchju+IUbMiQ==",
  "_location": "/express-async-handler",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "express-async-handler@1.1.4",
    "name": "express-async-handler",
    "escapedName": "express-async-handler",
    "rawSpec": "1.1.4",
    "saveSpec": null,
    "fetchSpec": "1.1.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/express-async-handler/-/express-async-handler-1.1.4.tgz",
  "_spec": "1.1.4",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-licenses",
  "author": {
    "name": "Alex Bazhenov"
  },
  "bugs": {
    "url": "https://github.com/Abazhenov/express-async-handler/issues"
  },
  "description": "Express Error Handler for Async Functions",
  "devDependencies": {
    "@types/express": "*",
    "chai": "^4.1.2",
    "mocha": "^5.0.0",
    "sinon": "^4.2.1",
    "sinon-chai": "^2.14.0"
  },
  "homepage": "https://github.com/Abazhenov/express-async-handler#readme",
  "keywords": [
    "express",
    "async",
    "error middleware",
    "await",
    "error",
    "handling"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "express-async-handler",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Abazhenov/express-async-handler.git"
  },
  "scripts": {
    "test": "mocha test.js"
  },
  "version": "1.1.4"
}
