- Removed `COMMON_ERRORS.md` file to streamline documentation. - Added `Flask-Limiter` for rate limiting and `redis` for session management in `requirements.txt`. - Expanded `ROADMAP.md` to include completed security features and planned enhancements for version 2.2. - Enhanced `setup_myp.sh` for ultra-secure kiosk installation, including system hardening and security configurations. - Updated `app.py` to integrate CSRF protection and improved logging setup. - Refactored user model to include username and active status for better user management. - Improved job scheduler with uptime tracking and task management features. - Updated various templates for a more cohesive user interface and experience.
28 lines
647 B
JSON
Executable File
28 lines
647 B
JSON
Executable File
{
|
|
"name": "didyoumean",
|
|
"version": "1.2.2",
|
|
"description": "Match human-quality input to potential matches by edit distance.",
|
|
"homepage": "https://github.com/dcporter/didyoumean.js",
|
|
"author": {
|
|
"name": "Dave Porter",
|
|
"email": "dcporter@gmail.com",
|
|
"url": "http://dcporter.net/"
|
|
},
|
|
"keywords": [
|
|
"didyoumean",
|
|
"mean",
|
|
"edit",
|
|
"distance",
|
|
"levenshtein"
|
|
],
|
|
"main": "./didYouMean-1.2.1.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/dcporter/didyoumean.js.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dcporter/didyoumean.js/issues"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|