UNPKG

koa1-server-timing

Version:
93 lines (92 loc) 2.06 kB
{ "name": "koa1-server-timing", "version": "0.2.4", "description": "Koa1 Server Timinig header generation middleware", "main": "index.js", "scripts": { "release": "npmpub", "test": "node --harmony node_modules/.bin/jest", "lint": "eslint *.js --ignore-path .gitignore && remark . --quiet --frail" }, "repository": { "type": "git", "url": "git+https://github.com/SharksevenRo/koa1-server-timing.git" }, "files": [ "index.js" ], "keywords": [ "koa", "monitoring", "servertiming", "middleware" ], "engines": { "node": ">=6" }, "author": "Tino Vyatkin <tino@vtkn.io>", "license": "MIT", "bugs": { "url": "https://github.com/SharksevenRo/koa1-server-timing/issues" }, "homepage": "https://github.com/SharksevenRo/koa1-server-timing#readme", "peerDependencies": { "koa": "^1.0.0" }, "devDependencies": { "describe": "^1.2.0", "eslint": "^4.4.0", "eslint-config-standard": "^10.1.0", "eslint-plugin-jest": "^21.0.0", "eslint-plugin-promise": "^3.4.1", "eslint-plugin-standard": "^3.0.1", "jest": "^21.0.0", "koa": "^1.0.0", "koa-router": "^5.4.2", "npmpub": "^3.1.0", "remark-cli": "^4.0.0", "remark-preset-lint-consistent": "^2.0.0", "remark-preset-lint-recommended": "^3.0.0", "supertest": "^3.0.0" }, "eslintConfig": { "plugins": [ "jest", "promise", "standard" ], "extends": "standard", "rules": { "jest/no-exclusive-tests": 2, "jest/no-identical-title": 2, "arrow-parens": 0, "eqeqeq": 0, "no-return-assign": 0, "no-var": 2, "semi": [ 2, "always" ], "space-before-function-paren": [ 2, "never" ], "yoda": 0, "arrow-spacing": 2, "dot-location": [ 2, "property" ], "prefer-arrow-callback": 2 }, "env": { "jest": true } }, "remarkConfig": { "presets": [ "lint-recommended", "lint-consistent" ] } }