express-uncapitalize
Version:
An Express middleware module that will redirect user HTTP requests that contain uppercase letters, to the same URL converted to lowercase.
24 lines • 638 B
JSON
{
"name": "express-uncapitalize",
"version": "1.0.0",
"description": "An Express middleware module that will redirect user HTTP requests that contain uppercase letters, to the same URL converted to lowercase.",
"main": "express-uncapitalize.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url" : "https://github.com/jamiesteven/express-uncapitalize.git"
},
"keywords": [
"express",
"express-js",
"redirect",
"capitlization",
"lowercase",
"uppercase",
"middleware"
],
"author": "Jamie Steven",
"license": "MIT"
}