find-my-way
Advanced tools
Comparing version 1.15.4 to 1.16.0
{ | ||
"name": "find-my-way", | ||
"version": "1.15.4", | ||
"version": "1.16.0", | ||
"description": "Crazy fast http radix based router", | ||
"main": "index.js", | ||
"typings": "index.d.ts", | ||
"scripts": { | ||
"bench": "node bench.js", | ||
"test": "standard && tap -j4 test/*.test.js", | ||
"coveralls": "tap -j4 test/*.test.js --cov --coverage-report=text-lcov | coveralls" | ||
"test:typescript": "tsc --project ./test/types/tsconfig.json", | ||
"test": "standard && tap -j4 test/*.test.js && npm run test:typescript", | ||
"coveralls": "if [[ $(node -v) != \"v4.9.1\" ]]; then tap -j4 test/*.test.js --cov --coverage-report=text-lcov | coveralls; fi" | ||
}, | ||
@@ -29,2 +31,3 @@ "repository": { | ||
"devDependencies": { | ||
"@types/node": "^10.12.12", | ||
"benchmark": "^2.1.4", | ||
@@ -35,3 +38,4 @@ "coveralls": "^3.0.2", | ||
"standard": "^12.0.1", | ||
"tap": "^12.0.1" | ||
"tap": "^12.0.1", | ||
"typescript": "^3.2.1" | ||
}, | ||
@@ -38,0 +42,0 @@ "dependencies": { |
@@ -297,5 +297,9 @@ # find-my-way | ||
This project is kindly sponsored by [LetzDoIt](http://www.letzdoitapp.com/).<br> | ||
It is inspired by the [echo](https://github.com/labstack/echo) router, some parts have been extracted from [trekjs](https://github.com/trekjs) router. | ||
<a name="sponsor"></a> | ||
#### Past sponsor | ||
- [LetzDoIt](http://www.letzdoitapp.com/) | ||
<a name="license"></a> | ||
@@ -302,0 +306,0 @@ ## License |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
139459
34
4012
310
8