UNPKG

@appolo/router

Version:
50 lines (49 loc) 994 B
{ "name": "@appolo/router", "description": "fast routing", "keywords": [ "route", "router", "fast", "appolo" ], "author": { "name": "Roman Svichar", "email": "shmoop207@gmail.com" }, "engines": { "node": ">= 8.4.x", "npm": ">= 5.3.x" }, "scripts": { "test": "mocha test" }, "publishConfig": { "access": "public" }, "main": "./index.js", "version": "8.0.2", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/shmoop207/appolo-router.git" }, "readme": "", "readmeFilename": "README.md", "dependencies": { "path-to-regexp": "^6.1.0" }, "devDependencies": { "@types/node": "^14.6.4", "@types/benchmark": "^1.0.33", "@types/chai": "^4.2.12", "@types/lodash": "^4.14.161", "@types/mocha": "^8.0.3", "benchmark": "^2.1.4", "chai": "^4.2.0", "express": "^4.17.1", "find-my-way": "^3.0.4", "mocha": "^8.1.3", "typescript": "^4.0.2" } }