mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-25 10:01:30 -04:00
71 lines
2.0 KiB
JSON
71 lines
2.0 KiB
JSON
{
|
|
"_from": "express-async-errors@^3.0.0",
|
|
"_id": "express-async-errors@3.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-h6aK1da4tpqWSbyCa3FxB/V6Ehd4EEB15zyQq9qe75OZBp0krinNKuH4rAY+S/U/2I36vdLAUFSjQJ+TFmODng==",
|
|
"_location": "/express-async-errors",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "express-async-errors@^3.0.0",
|
|
"name": "express-async-errors",
|
|
"escapedName": "express-async-errors",
|
|
"rawSpec": "^3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/probot"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/express-async-errors/-/express-async-errors-3.1.1.tgz",
|
|
"_shasum": "6053236d61d21ddef4892d6bd1d736889fc9da41",
|
|
"_spec": "express-async-errors@^3.0.0",
|
|
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver/node_modules/probot",
|
|
"author": {
|
|
"name": "david@banham.id.au"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/davidbanham/express-async-errors/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"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"
|
|
}
|