router5-helpers
Version:
Router5 helpers for comparing and checking routes
32 lines (31 loc) • 783 B
JSON
{
"name": "router5-helpers",
"version": "8.0.0",
"description": "Router5 helpers for comparing and checking routes",
"main": "dist/index.js",
"jsnext:main": "dist/index.es.js",
"module": "dist/index.es.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/router5/router5.git"
},
"keywords": [
"router5",
"helpers"
],
"author": "Thomas Roch <thomas.c.roch@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/router5/router5/issues"
},
"homepage": "https://github.com/router5/router5/tree/master/packages/router5-helpers",
"scripts": {
"test": "jest"
},
"gitHead": "e7726456fa78ae34a25ce942672485c84e006478"
}