url-route-handler
Version:
The library provides a flexible and efficient way to map URL patterns to their respective handler methods. By defining a set of URL patterns and the corresponding handler functions, this package allows seamless routing, ensuring that each url is processed
45 lines • 993 B
JSON
{
"name": "url-route-handler",
"version": "1.0.2",
"description": "",
"engines": {
"node": ">=18.0.0"
},
"files": [
"dist"
],
"types": "dist/esm/index.d.ts",
"module": "dist/esm/index.mjs",
"main": "dist/cjs/index.cjs",
"exports": {
".": {
"types": "./dist/esm/index.d.ts",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.cjs"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/satyam-bhadoria/url-route-handler.git"
},
"author": "Satyam Bhadoria",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/satyam-bhadoria/url-route-handler/issues"
},
"homepage": "https://github.com/satyam-bhadoria/url-route-handler#readme",
"dependencies": {
"path-to-regexp": "^8.2.0"
},
"keywords": [
"url-route-handler",
"url-router",
"urlrouter",
"url-handler",
"urlhandler",
"router",
"express-url",
"expressurl",
"endpoint-router"
]
}