tunnckoCore/koa-better-router

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "koa-better-router",
  "version": "2.1.1",
  "description": "Stable and lovely router for [koa][], using [path-match][]. Foundation for building powerful, flexible and RESTful APIs easily.",
  "repository": "tunnckoCore/koa-better-router",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "precommit.silent": true,
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "lint": "standard --verbose",
    "pretest": "npm run lint",
    "test": "npm run coverage",
    "posttest": "npm run lint:coverage",
    "coverage": "nyc node test.js",
    "lint:coverage": "nyc check-coverage --lines 100 --branches 100 --statements 100 --functions 100",
    "report-coverage": "nyc report --reporter=text-lcov | coveralls",
    "prerelease": "npm test",
    "release": "standard-version --sign --no-verify",
    "precommit": "git add --all",
    "commit": "git-cz"
  },
  "dependencies": {
    "extend-shallow": "^3.0.0",
    "is-es6-generator-function": "^1.0.0",
    "koa-compose": "^4.0.0",
    "koa-convert": "^1.2.0",
    "lazy-cache": "^2.0.1",
    "methods": "^1.1.2",
    "path-match": "^1.2.4"
  },
  "devDependencies": {
    "bel": "^6.0.0",
    "commitizen": "^4.0.0",
    "coveralls": "^3.0.0",
    "cz-conventional-changelog": "^3.0.0",
    "is-es6-generator-function": "^1.0.0",
    "koa": "^1.2.4",
    "koa-better-body": "^3.0.2",
    "koa2": "^2.0.0-alpha.7",
    "mukla": "^0.4.1",
    "nyc": "^14.0.0",
    "pre-commit": "^1.1.3",
    "standard": "^14.0.0",
    "standard-version": "^7.0.0",
    "supertest": "^4.0.0"
  },
  "files": [
    "index.js",
    "utils.js"
  ],
  "renovate": {
    "extends": "tunnckocore",
    "ignoreDeps": ["koa"]
  },
  "keywords": [
    "better",
    "betterstack",
    "easy",
    "flexible",
    "get",
    "koa",
    "koajs",
    "match",
    "matcher",
    "matching",
    "middleware",
    "params",
    "path",
    "pathmatch",
    "plugin",
    "post",
    "power",
    "powerful",
    "rest",
    "restful",
    "route",
    "router",
    "routing",
    "stack"
  ],
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "verb": {
    "run": true,
    "toc": {
      "render": true,
      "method": "preWrite",
      "maxdepth": 4
    },
    "layout": "empty",
    "tasks": [
      "readme"
    ],
    "related": {
      "list": [
        "koa-better-ratelimit",
        "koa-better-body",
        "koa-ip-filter",
        "koa-bel",
        "nanomatch",
        "koa-better-serve",
        "koa-rest-router"
      ]
    },
    "reflinks": [
      "appveyor-img",
      "appveyor-url",
      "koa",
      "koa-convert",
      "koa-rest-router",
      "koa-send",
      "methods",
      "micromatch",
      "path-match",
      "path-to-regexp",
      "recipe",
      "short-meaningful-recipe-name",
      "through2",
      "use",
      "vinyl",
      "charlike",
      "commitizen",
      "standard-version",
      "verb",
      "verb-generate-readme"
    ],
    "lint": {
      "reflinks": true
    }
  }
}