express-nemo-performance
Version:
A middleware for express, extending requests with performance metrics
46 lines (45 loc) • 1.28 kB
JSON
{
"name": "express-nemo-performance",
"version": "1.3.0",
"description": "A middleware for express, extending requests with performance metrics",
"main": "index.js",
"scripts": {
"test": "mocha './{,!(node_modules)/**/}*.spec.js' --reporter spec --slow 10",
"test:watch": "mocha './{,!(node_modules)/**/}*.spec.js' --reporter spec --watch --slow 10",
"lint": "eslint --ext .js .",
"lint-fix": "eslint --fix --ext .js ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/StenaIT/express-nemo.git"
},
"keywords": [
"stena",
"express",
"middleware",
"http",
"performance",
"metrics"
],
"author": "Giorgio Salmi <giorgio.salmi@stena.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/StenaIT/express-nemo/issues"
},
"homepage": "https://github.com/StenaIT/express-nemo#readme",
"devDependencies": {
"chai": "^4.3.4",
"eslint": "^8.0.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-import": "^2.25.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"mocha": "^9.1.2",
"prettier-eslint": "^13.0.0"
},
"dependencies": {
"perfy": "^1.1.5",
"uuid": "^8.3.2"
}
}