@joellesenne/express-async-handler
Version:
Simple Middleware to manage exceptions within express routes in asynchronous
58 lines (57 loc) • 1.24 kB
JSON
{
"name": "@joellesenne/express-async-handler",
"version": "1.0.3",
"private": false,
"description": "Simple Middleware to manage exceptions within express routes in asynchronous",
"keywords": [
"Express",
"async",
"await",
"asyncHandler",
"Mocha"
],
"homepage": "https://github.com/joellesenne/express-async-handler#readme",
"bugs": {
"url": "https://github.com/joellesenne/express-async-handler/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joellesenne/express-async-handler.git"
},
"license": "MIT",
"author": {
"name": "Joël Lesenne",
"email": "contact@joellesenne.dev",
"url": "https://joellesenne.dev"
},
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "mocha test/index.test.js"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"chai": "4.3.4",
"eslint": "7.26.0",
"eslint-plugin-import": "2.23.2",
"mocha": "8.4.0"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.13.0"
},
"standard": {
"globals": [
"describe",
"context",
"before",
"beforeEach",
"after",
"afterEach",
"it",
"expect"
]
}
}