diff --git a/automatify/README.md b/automatify/README.md deleted file mode 100644 index 71bc2620..00000000 --- a/automatify/README.md +++ /dev/null @@ -1,105 +0,0 @@ -# Automatify - -Automatify is a versatile web application designed to streamline text-related tasks through various automation features. Whether you need PDF text extraction, language translation, or text-to-speech functionalities, Automatify has you covered. - -## Core Functionalities - -### Speech-to-Text - -Automatify offers real-time speech recognition using the Web Speech API, enabling users to convert spoken language into written text. - -### PDF Text Extraction - -Utilizing the PDF.js library, Automatify extracts text content from PDF documents, making it accessible and editable for further use. - -### Language Translation - -Automatify supports language translation using external APIs, allowing users to translate text between different languages seamlessly. - -## User Testimonials - -*Placeholder for user testimonials and feedback.* - -## Contact Information - -For inquiries or support, please contact us at [contact@example.com](mailto:contact@example.com). - -## Enhancing User Experience - -Automatify enhances user experience through: - -- **Efficiency:** Automates tedious tasks like transcription and document processing. -- **Accessibility:** Converts text to speech and vice versa, aiding users with diverse needs. -- **Integration:** Seamlessly integrates with APIs for language translation, expanding usability. - -## Code Overview: Language Translation - -### Language Translation - -*Include overview of code for language translation, highlighting language selection and API integration.* - -## Speech-to-Text Web Application - -### Initialization - -Automatify's speech-to-text functionality utilizes the Web Speech API for accurate speech recognition. - -### Functionality - -*Detail key functions and user controls available within the speech-to-text web application.* - -## PDF Text Extraction - -### PDF Processing - -Automatify employs PDF.js for extracting text content from PDF documents, crucial for data accessibility and manipulation. - -### Importance - -*Highlight the significance of text extraction from PDFs in various user scenarios.* - -## Additional Features - -### JavaScript Functions - -*Discuss JavaScript functionalities enhancing user interaction, such as navigation changes and form validation.* - -### CSS Styling - -*Emphasize CSS elements and animations contributing to an engaging user interface experience.* - -## Available Scripts - -In the project directory, you can run: - -### `npm start` - -Runs the app in development mode. Open [http://localhost:3000](http://localhost:3000) to view it in your browser. - -### `npm run json-server --watch db.json` - -Starts npm server and json server concurrently. - -### `npm run start-dev` - -Runs the app in development mode with live reloading. - -### `npm test` - -Launches the test runner in interactive watch mode. - -### `npm run build` - -Builds the app for production, optimizing it for performance and preparing it for deployment. - -### `npm run eject` - -**Note: Use caution with `eject`, as it's a one-way operation that can't be undone.** - -## Future Enhancements - -*Discuss potential future improvements or features for Automatify.* - ---- - -Feel free to use the above template as is or modify it further to suit your project's specific needs and details. diff --git a/automatify/index.js b/automatify/index.js deleted file mode 100644 index 4b34c9b0..00000000 --- a/automatify/index.js +++ /dev/null @@ -1,35 +0,0 @@ -const express = require('express'); -const path = require('path'); -const port = 3000; -const app = express(); -// Serve static files from the 'view' directory - -app.use(express.static(path.join(__dirname, 'views'))); -// Serve static files from the 'uploads' directory for JS files -app.use('/uploads', express.static(path.join(__dirname, 'uploads'))); - -// Define routes for your application -// Route to serve index.html -app.get('/', (req, res) => { - res.sendFile(path.join(__dirname, 'views', 'index2.html')); -}); -app.get('/home', (req, res) => { - res.sendFile(path.join(__dirname, 'views', 'index2.html')); -}); - -// Route to serve about.html -app.get('/about', (req, res) => { - res.sendFile(path.join(__dirname, 'views', 'about.html')); -}); - -// Route to serve contact.html -app.get('/contact', (req, res) => { - res.sendFile(path.join(__dirname, 'views', 'contact.html')); -}); -// Start the server - - - -app.listen(port, () => { - console.log(`Server is running on http://localhost:${port}`); -}); diff --git a/automatify/package-lock.json b/automatify/package-lock.json deleted file mode 100644 index 9de0ee7d..00000000 --- a/automatify/package-lock.json +++ /dev/null @@ -1,1956 +0,0 @@ -{ - "name": "text_extract", - "version": "1.0.0", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "text_extract", - "version": "1.0.0", - "license": "ISC", - "dependencies": { - "@clerk/clerk-sdk-node": "^5.0.12", - "@clerk/nextjs": "^5.1.6", - "dotenv": "^16.4.5", - "ejs": "^3.1.9", - "express": "^4.19.2", - "express-fileupload": "^1.4.0", - "express-session": "^1.18.0", - "fs": "^0.0.1-security", - "hbs": "^4.2.0", - "mime": "^4.0.3", - "multer": "^1.4.5-lts.1", - "node-tesseract-ocr": "^2.2.1", - "nodejs-tesseract": "^1.0.1", - "pdf-parse": "^1.1.1", - "pdfreader": "^3.0.2" - } - }, - "node_modules/@clerk/backend": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@clerk/backend/-/backend-1.2.4.tgz", - "integrity": "sha512-H6K1kHPaDFM6pBdwDAHh1jWSZxCWhGPzDmqgc7LByjqKS6RZUf3cs5mJkIXyopUpHY7wvwj50vSF0xJ46MEzNA==", - "dependencies": { - "@clerk/shared": "2.3.1", - "@clerk/types": "4.6.1", - "cookie": "0.5.0", - "snakecase-keys": "5.4.4", - "tslib": "2.4.1" - }, - "engines": { - "node": ">=18.17.0" - } - }, - "node_modules/@clerk/clerk-react": { - "version": "5.2.5", - "resolved": "https://registry.npmjs.org/@clerk/clerk-react/-/clerk-react-5.2.5.tgz", - "integrity": "sha512-Ihf1t2LdWTagW3U5BH5KRwQ8i+ECaZGEUymhJ89eZA+Ux5iXwLfOIBdwCIs45gbVuFiQ8WK0W00eaDgsNaf1mw==", - "dependencies": { - "@clerk/shared": "2.3.1", - "@clerk/types": "4.6.1", - "tslib": "2.4.1" - }, - "engines": { - "node": ">=18.17.0" - }, - "peerDependencies": { - "react": ">=18 || >=19.0.0-beta", - "react-dom": ">=18 || >=19.0.0-beta" - } - }, - "node_modules/@clerk/clerk-sdk-node": { - "version": "5.0.12", - "resolved": "https://registry.npmjs.org/@clerk/clerk-sdk-node/-/clerk-sdk-node-5.0.12.tgz", - "integrity": "sha512-pH4AUDmKLOOcSP9GALpMaYwbMQbLFwuDb7Bvf1Di3ve9bEeoGEnt6UnnjiYvo3p+x02+NLwUmlF+Bek842mYGg==", - "dependencies": { - "@clerk/backend": "1.2.4", - "@clerk/shared": "2.3.1", - "@clerk/types": "4.6.1", - "tslib": "2.4.1" - }, - "engines": { - "node": ">=18.17.0" - } - }, - "node_modules/@clerk/nextjs": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/@clerk/nextjs/-/nextjs-5.1.6.tgz", - "integrity": "sha512-HAxDzvVJ6EM99NbxNYOvMfGSSFEXyz+yPo1ER7RoV95sTH61PZ4ugsg+Ml0AhjQ60j3xUU/BPhQEYogGxvQzEA==", - "dependencies": { - "@clerk/backend": "1.2.4", - "@clerk/clerk-react": "5.2.5", - "@clerk/shared": "2.3.1", - "@clerk/types": "4.6.1", - "crypto-js": "4.2.0", - "path-to-regexp": "6.2.2", - "tslib": "2.4.1" - }, - "engines": { - "node": ">=18.17.0" - }, - "peerDependencies": { - "next": "^13.5.4 || ^14.0.3 || >=15.0.0-rc", - "react": ">=18 || >=19.0.0-beta", - "react-dom": ">=18 || >=19.0.0-beta" - } - }, - "node_modules/@clerk/nextjs/node_modules/path-to-regexp": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.2.tgz", - "integrity": "sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==" - }, - "node_modules/@clerk/shared": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@clerk/shared/-/shared-2.3.1.tgz", - "integrity": "sha512-WX7cCViYqkNMnbFfT2B93ykNcSseoYM1obMUynO60VBl9Zi6Epde5tn9VRamhuOdojgPR+DyYkH9AzBpXFYnSg==", - "hasInstallScript": true, - "dependencies": { - "@clerk/types": "4.6.1", - "glob-to-regexp": "0.4.1", - "js-cookie": "3.0.5", - "std-env": "^3.7.0", - "swr": "^2.2.0" - }, - "engines": { - "node": ">=18.17.0" - }, - "peerDependencies": { - "react": ">=18 || >=19.0.0-beta", - "react-dom": ">=18 || >=19.0.0-beta" - }, - "peerDependenciesMeta": { - "react": { - "optional": true - }, - "react-dom": { - "optional": true - } - } - }, - "node_modules/@clerk/types": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/@clerk/types/-/types-4.6.1.tgz", - "integrity": "sha512-QFeNKPYDmTJ88l5QYG0SPwbABk42wRMalW3M/wAtr+wnQxBCXyX2XRZe9h4g2rH1VF+wG4Xe56abeeD+xE4iEw==", - "dependencies": { - "csstype": "3.1.1" - }, - "engines": { - "node": ">=18.17.0" - } - }, - "node_modules/@next/env": { - "version": "14.2.4", - "resolved": "https://registry.npmjs.org/@next/env/-/env-14.2.4.tgz", - "integrity": "sha512-3EtkY5VDkuV2+lNmKlbkibIJxcO4oIHEhBWne6PaAp+76J9KoSsGvNikp6ivzAT8dhhBMYrm6op2pS1ApG0Hzg==", - "peer": true - }, - "node_modules/@next/swc-darwin-arm64": { - "version": "14.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.4.tgz", - "integrity": "sha512-AH3mO4JlFUqsYcwFUHb1wAKlebHU/Hv2u2kb1pAuRanDZ7pD/A/KPD98RHZmwsJpdHQwfEc/06mgpSzwrJYnNg==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "darwin" - ], - "peer": true, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-darwin-x64": { - "version": "14.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.4.tgz", - "integrity": "sha512-QVadW73sWIO6E2VroyUjuAxhWLZWEpiFqHdZdoQ/AMpN9YWGuHV8t2rChr0ahy+irKX5mlDU7OY68k3n4tAZTg==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "darwin" - ], - "peer": true, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-linux-arm64-gnu": { - "version": "14.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.4.tgz", - "integrity": "sha512-KT6GUrb3oyCfcfJ+WliXuJnD6pCpZiosx2X3k66HLR+DMoilRb76LpWPGb4tZprawTtcnyrv75ElD6VncVamUQ==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-linux-arm64-musl": { - "version": "14.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.4.tgz", - "integrity": "sha512-Alv8/XGSs/ytwQcbCHwze1HmiIkIVhDHYLjczSVrf0Wi2MvKn/blt7+S6FJitj3yTlMwMxII1gIJ9WepI4aZ/A==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-linux-x64-gnu": { - "version": "14.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.4.tgz", - "integrity": "sha512-ze0ShQDBPCqxLImzw4sCdfnB3lRmN3qGMB2GWDRlq5Wqy4G36pxtNOo2usu/Nm9+V2Rh/QQnrRc2l94kYFXO6Q==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-linux-x64-musl": { - "version": "14.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.4.tgz", - "integrity": "sha512-8dwC0UJoc6fC7PX70csdaznVMNr16hQrTDAMPvLPloazlcaWfdPogq+UpZX6Drqb1OBlwowz8iG7WR0Tzk/diQ==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ], - "peer": true, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-win32-arm64-msvc": { - "version": "14.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.4.tgz", - "integrity": "sha512-jxyg67NbEWkDyvM+O8UDbPAyYRZqGLQDTPwvrBBeOSyVWW/jFQkQKQ70JDqDSYg1ZDdl+E3nkbFbq8xM8E9x8A==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "win32" - ], - "peer": true, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-win32-ia32-msvc": { - "version": "14.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.4.tgz", - "integrity": "sha512-twrmN753hjXRdcrZmZttb/m5xaCBFa48Dt3FbeEItpJArxriYDunWxJn+QFXdJ3hPkm4u7CKxncVvnmgQMY1ag==", - "cpu": [ - "ia32" - ], - "optional": true, - "os": [ - "win32" - ], - "peer": true, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-win32-x64-msvc": { - "version": "14.2.4", - "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.4.tgz", - "integrity": "sha512-tkLrjBzqFTP8DVrAAQmZelEahfR9OxWpFR++vAI9FBhCiIxtwHwBHC23SBHCTURBtwB4kc/x44imVOnkKGNVGg==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "win32" - ], - "peer": true, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@swc/counter": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz", - "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==", - "peer": true - }, - "node_modules/@swc/helpers": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.5.tgz", - "integrity": "sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==", - "peer": true, - "dependencies": { - "@swc/counter": "^0.1.3", - "tslib": "^2.4.0" - } - }, - "node_modules/accepts": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", - "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", - "dependencies": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/append-field": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/append-field/-/append-field-1.0.0.tgz", - "integrity": "sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==" - }, - "node_modules/array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" - }, - "node_modules/async": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", - "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - }, - "node_modules/body-parser": { - "version": "1.20.2", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", - "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==", - "dependencies": { - "bytes": "3.1.2", - "content-type": "~1.0.5", - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "on-finished": "2.4.1", - "qs": "6.11.0", - "raw-body": "2.5.2", - "type-is": "~1.6.18", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - } - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/buffer-from": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" - }, - "node_modules/busboy": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz", - "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==", - "dependencies": { - "streamsearch": "^1.1.0" - }, - "engines": { - "node": ">=10.16.0" - } - }, - "node_modules/bytes": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/call-bind": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", - "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", - "dependencies": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", - "set-function-length": "^1.2.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001636", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001636.tgz", - "integrity": "sha512-bMg2vmr8XBsbL6Lr0UHXy/21m84FTxDLWn2FSqMd5PrlbMxwJlQnC2YWYxVgp66PZE+BBNF2jYQUBKCo1FDeZg==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "peer": true - }, - "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/client-only": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz", - "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==" - }, - "node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" - }, - "node_modules/concat-stream": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", - "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", - "engines": [ - "node >= 0.8" - ], - "dependencies": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" - } - }, - "node_modules/content-disposition": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", - "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", - "dependencies": { - "safe-buffer": "5.2.1" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/content-type": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", - "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" - }, - "node_modules/core-util-is": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" - }, - "node_modules/crypto-js": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz", - "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==" - }, - "node_modules/csstype": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz", - "integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==" - }, - "node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/define-data-property": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", - "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", - "dependencies": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "gopd": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/destroy": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - } - }, - "node_modules/dot-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", - "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", - "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/dotenv": { - "version": "16.4.5", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", - "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://dotenvx.com" - } - }, - "node_modules/ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" - }, - "node_modules/ejs": { - "version": "3.1.9", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz", - "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==", - "dependencies": { - "jake": "^10.8.5" - }, - "bin": { - "ejs": "bin/cli.js" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/es-define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", - "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", - "dependencies": { - "get-intrinsic": "^1.2.4" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-errors": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" - }, - "node_modules/etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/express": { - "version": "4.19.2", - "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz", - "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==", - "dependencies": { - "accepts": "~1.3.8", - "array-flatten": "1.1.1", - "body-parser": "1.20.2", - "content-disposition": "0.5.4", - "content-type": "~1.0.4", - "cookie": "0.6.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "2.0.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "1.2.0", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.7", - "qs": "6.11.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.2.1", - "send": "0.18.0", - "serve-static": "1.15.0", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/express-fileupload": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.4.0.tgz", - "integrity": "sha512-RjzLCHxkv3umDeZKeFeMg8w7qe0V09w3B7oGZprr/oO2H/ISCgNzuqzn7gV3HRWb37GjRk429CCpSLS2KNTqMQ==", - "dependencies": { - "busboy": "^1.6.0" - }, - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/express-session": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.18.0.tgz", - "integrity": "sha512-m93QLWr0ju+rOwApSsyso838LQwgfs44QtOP/WBiwtAgPIo/SAh1a5c6nn2BR6mFNZehTpqKDESzP+fRHVbxwQ==", - "dependencies": { - "cookie": "0.6.0", - "cookie-signature": "1.0.7", - "debug": "2.6.9", - "depd": "~2.0.0", - "on-headers": "~1.0.2", - "parseurl": "~1.3.3", - "safe-buffer": "5.2.1", - "uid-safe": "~2.1.5" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/express-session/node_modules/cookie": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/express-session/node_modules/cookie-signature": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz", - "integrity": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==" - }, - "node_modules/express/node_modules/cookie": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/filelist": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", - "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", - "dependencies": { - "minimatch": "^5.0.1" - } - }, - "node_modules/filelist/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/filelist/node_modules/minimatch": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", - "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/finalhandler": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", - "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", - "dependencies": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "statuses": "2.0.1", - "unpipe": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/foreachasync": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/foreachasync/-/foreachasync-3.0.0.tgz", - "integrity": "sha512-J+ler7Ta54FwwNcx6wQRDhTIbNeyDcARMkOcguEqnEdtm0jKvN3Li3PDAb2Du3ubJYEWfYL83XMROXdsXAXycw==" - }, - "node_modules/forwarded": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", - "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/fs": { - "version": "0.0.1-security", - "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", - "integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==" - }, - "node_modules/function-bind": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-intrinsic": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", - "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", - "dependencies": { - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "hasown": "^2.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/glob": { - "version": "5.0.15", - "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", - "integrity": "sha512-c9IPMazfRITpmAAKi22dK1VKxGDX9ehhqfABDriL/lzO92xcUKEJPQHrVA/2YHSNFB4iFlykVmWvwo48nr3OxA==", - "dependencies": { - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "2 || 3", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - } - }, - "node_modules/glob-to-regexp": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" - }, - "node_modules/gopd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", - "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", - "dependencies": { - "get-intrinsic": "^1.1.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/graceful-fs": { - "version": "4.2.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", - "peer": true - }, - "node_modules/handlebars": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", - "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", - "dependencies": { - "minimist": "^1.2.5", - "neo-async": "^2.6.0", - "source-map": "^0.6.1", - "wordwrap": "^1.0.0" - }, - "bin": { - "handlebars": "bin/handlebars" - }, - "engines": { - "node": ">=0.4.7" - }, - "optionalDependencies": { - "uglify-js": "^3.1.4" - } - }, - "node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/has-property-descriptors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", - "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", - "dependencies": { - "es-define-property": "^1.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-proto": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", - "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/hasown": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", - "dependencies": { - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/hbs": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/hbs/-/hbs-4.2.0.tgz", - "integrity": "sha512-dQwHnrfWlTk5PvG9+a45GYpg0VpX47ryKF8dULVd6DtwOE6TEcYQXQ5QM6nyOx/h7v3bvEQbdn19EDAcfUAgZg==", - "dependencies": { - "handlebars": "4.7.7", - "walk": "2.3.15" - }, - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - } - }, - "node_modules/http-errors": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", - "dependencies": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "node_modules/ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" - }, - "node_modules/jake": { - "version": "10.8.7", - "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.7.tgz", - "integrity": "sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==", - "dependencies": { - "async": "^3.2.3", - "chalk": "^4.0.2", - "filelist": "^1.0.4", - "minimatch": "^3.1.2" - }, - "bin": { - "jake": "bin/cli.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/js-cookie": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz", - "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==", - "engines": { - "node": ">=14" - } - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "peer": true - }, - "node_modules/loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "peer": true, - "dependencies": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "bin": { - "loose-envify": "cli.js" - } - }, - "node_modules/lower-case": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", - "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", - "dependencies": { - "tslib": "^2.0.3" - } - }, - "node_modules/map-obj": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz", - "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" - }, - "node_modules/methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/mime/-/mime-4.0.3.tgz", - "integrity": "sha512-KgUb15Oorc0NEKPbvfa0wRU+PItIEZmiv+pyAO2i0oTIVTJhlzMclU7w4RXWQrSOVH5ax/p/CkIO7KI4OyFJTQ==", - "funding": [ - "https://github.com/sponsors/broofa" - ], - "bin": { - "mime": "bin/cli.js" - }, - "engines": { - "node": ">=16" - } - }, - "node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dependencies": { - "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/minimist": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/multer": { - "version": "1.4.5-lts.1", - "resolved": "https://registry.npmjs.org/multer/-/multer-1.4.5-lts.1.tgz", - "integrity": "sha512-ywPWvcDMeH+z9gQq5qYHCCy+ethsk4goepZ45GLD63fOu0YcNecQxi64nDs3qluZB+murG3/D4dJ7+dGctcCQQ==", - "dependencies": { - "append-field": "^1.0.0", - "busboy": "^1.0.0", - "concat-stream": "^1.5.2", - "mkdirp": "^0.5.4", - "object-assign": "^4.1.1", - "type-is": "^1.6.4", - "xtend": "^4.0.0" - }, - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "peer": true, - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, - "node_modules/negotiator": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" - }, - "node_modules/next": { - "version": "14.2.4", - "resolved": "https://registry.npmjs.org/next/-/next-14.2.4.tgz", - "integrity": "sha512-R8/V7vugY+822rsQGQCjoLhMuC9oFj9SOi4Cl4b2wjDrseD0LRZ10W7R6Czo4w9ZznVSshKjuIomsRjvm9EKJQ==", - "peer": true, - "dependencies": { - "@next/env": "14.2.4", - "@swc/helpers": "0.5.5", - "busboy": "1.6.0", - "caniuse-lite": "^1.0.30001579", - "graceful-fs": "^4.2.11", - "postcss": "8.4.31", - "styled-jsx": "5.1.1" - }, - "bin": { - "next": "dist/bin/next" - }, - "engines": { - "node": ">=18.17.0" - }, - "optionalDependencies": { - "@next/swc-darwin-arm64": "14.2.4", - "@next/swc-darwin-x64": "14.2.4", - "@next/swc-linux-arm64-gnu": "14.2.4", - "@next/swc-linux-arm64-musl": "14.2.4", - "@next/swc-linux-x64-gnu": "14.2.4", - "@next/swc-linux-x64-musl": "14.2.4", - "@next/swc-win32-arm64-msvc": "14.2.4", - "@next/swc-win32-ia32-msvc": "14.2.4", - "@next/swc-win32-x64-msvc": "14.2.4" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.1.0", - "@playwright/test": "^1.41.2", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "sass": "^1.3.0" - }, - "peerDependenciesMeta": { - "@opentelemetry/api": { - "optional": true - }, - "@playwright/test": { - "optional": true - }, - "sass": { - "optional": true - } - } - }, - "node_modules/no-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", - "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", - "dependencies": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" - } - }, - "node_modules/node-ensure": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/node-ensure/-/node-ensure-0.0.0.tgz", - "integrity": "sha512-DRI60hzo2oKN1ma0ckc6nQWlHU69RH6xN0sjQTjMpChPfTYvKZdcQFfdYK2RWbJcKyUizSIy/l8OTGxMAM1QDw==" - }, - "node_modules/node-tesseract-ocr": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/node-tesseract-ocr/-/node-tesseract-ocr-2.2.1.tgz", - "integrity": "sha512-Q9cD79JGpPNQBxbi1fV+OAsTxYKLpx22sagsxSyKbu1u+t6UarApf5m32uVc8a5QAP1Wk7fIPN0aJFGGEE9DyQ==", - "engines": { - "node": ">=10" - } - }, - "node_modules/nodejs-tesseract": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/nodejs-tesseract/-/nodejs-tesseract-1.0.1.tgz", - "integrity": "sha512-xNw60UhskTcmYAp0QllGIp44aLR9C9IANy7tmtfYcgLsyhHTq9gwrcGFOvPeXpys6WNbihAkQq0bUVTNx16FyA==", - "dependencies": { - "glob": "^5.0.10", - "uuid": "^3.0.0" - } - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-inspect": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", - "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/on-finished": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", - "dependencies": { - "ee-first": "1.1.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/on-headers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" - }, - "node_modules/pdf-parse": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/pdf-parse/-/pdf-parse-1.1.1.tgz", - "integrity": "sha512-v6ZJ/efsBpGrGGknjtq9J/oC8tZWq0KWL5vQrk2GlzLEQPUDB1ex+13Rmidl1neNN358Jn9EHZw5y07FFtaC7A==", - "dependencies": { - "debug": "^3.1.0", - "node-ensure": "^0.0.0" - }, - "engines": { - "node": ">=6.8.1" - } - }, - "node_modules/pdf-parse/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/pdf-parse/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - }, - "node_modules/pdf2json": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/pdf2json/-/pdf2json-3.0.1.tgz", - "integrity": "sha512-1pNsakC8F+OuFS72U+ZI0u8J/voPYYDYHj/0B/7ywYUm3w0QurkDBy3pH35kzygjgmJJVHk2a9I6gBswFF8hQQ==", - "bundleDependencies": [ - "@xmldom/xmldom" - ], - "dependencies": { - "@xmldom/xmldom": "^0.8.6" - }, - "bin": { - "pdf2json": "bin/pdf2json" - }, - "engines": { - "node": ">=14.18.0", - "npm": ">=8.12.1" - } - }, - "node_modules/pdf2json/node_modules/@xmldom/xmldom": { - "version": "0.8.6", - "inBundle": true, - "license": "MIT", - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/pdfreader": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/pdfreader/-/pdfreader-3.0.2.tgz", - "integrity": "sha512-9Wo4B+Z/Gy0oePD/7du/M7W4D/lFhKq6wyApt02CDsp5YYyrJbzzRqIkXrNBmc2w0sfEkfsNzTjjMUV1R3jJnA==", - "dependencies": { - "pdf2json": "3.0.1" - }, - "engines": { - "node": ">=14" - } - }, - "node_modules/picocolors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", - "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==", - "peer": true - }, - "node_modules/postcss": { - "version": "8.4.31", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", - "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "peer": true, - "dependencies": { - "nanoid": "^3.3.6", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "node_modules/process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" - }, - "node_modules/proxy-addr": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", - "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", - "dependencies": { - "forwarded": "0.2.0", - "ipaddr.js": "1.9.1" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/qs": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", - "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", - "dependencies": { - "side-channel": "^1.0.4" - }, - "engines": { - "node": ">=0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/random-bytes": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/random-bytes/-/random-bytes-1.0.0.tgz", - "integrity": "sha512-iv7LhNVO047HzYR3InF6pUcUsPQiHTM1Qal51DcGSuZFBil1aBBWG5eHPNek7bvILMaYJ/8RU1e8w1AMdHmLQQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/raw-body": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", - "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", - "dependencies": { - "bytes": "3.1.2", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/react": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", - "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", - "peer": true, - "dependencies": { - "loose-envify": "^1.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-dom": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", - "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", - "peer": true, - "dependencies": { - "loose-envify": "^1.1.0", - "scheduler": "^0.23.2" - }, - "peerDependencies": { - "react": "^18.3.1" - } - }, - "node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/readable-stream/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - }, - "node_modules/scheduler": { - "version": "0.23.2", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", - "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", - "peer": true, - "dependencies": { - "loose-envify": "^1.1.0" - } - }, - "node_modules/send": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", - "dependencies": { - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "mime": "1.6.0", - "ms": "2.1.3", - "on-finished": "2.4.1", - "range-parser": "~1.2.1", - "statuses": "2.0.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/send/node_modules/mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/send/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - }, - "node_modules/serve-static": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", - "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", - "dependencies": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.18.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/set-function-length": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", - "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", - "dependencies": { - "define-data-property": "^1.1.4", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", - "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" - }, - "node_modules/side-channel": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", - "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", - "dependencies": { - "call-bind": "^1.0.7", - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.4", - "object-inspect": "^1.13.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/snake-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz", - "integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==", - "dependencies": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/snakecase-keys": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/snakecase-keys/-/snakecase-keys-5.4.4.tgz", - "integrity": "sha512-YTywJG93yxwHLgrYLZjlC75moVEX04LZM4FHfihjHe1FCXm+QaLOFfSf535aXOAd0ArVQMWUAe8ZPm4VtWyXaA==", - "dependencies": { - "map-obj": "^4.1.0", - "snake-case": "^3.0.4", - "type-fest": "^2.5.2" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-js": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", - "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", - "peer": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/statuses": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/std-env": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz", - "integrity": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==" - }, - "node_modules/streamsearch": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz", - "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==", - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/string_decoder/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "node_modules/styled-jsx": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.1.tgz", - "integrity": "sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==", - "peer": true, - "dependencies": { - "client-only": "0.0.1" - }, - "engines": { - "node": ">= 12.0.0" - }, - "peerDependencies": { - "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0" - }, - "peerDependenciesMeta": { - "@babel/core": { - "optional": true - }, - "babel-plugin-macros": { - "optional": true - } - } - }, - "node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/swr": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/swr/-/swr-2.2.5.tgz", - "integrity": "sha512-QtxqyclFeAsxEUeZIYmsaQ0UjimSq1RZ9Un7I68/0ClKK/U3LoyQunwkQfJZr2fc22DfIXLNDc2wFyTEikCUpg==", - "dependencies": { - "client-only": "^0.0.1", - "use-sync-external-store": "^1.2.0" - }, - "peerDependencies": { - "react": "^16.11.0 || ^17.0.0 || ^18.0.0" - } - }, - "node_modules/toidentifier": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/tslib": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", - "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==" - }, - "node_modules/type-fest": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", - "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", - "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/type-is": { - "version": "1.6.18", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "dependencies": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/typedarray": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", - "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" - }, - "node_modules/uglify-js": { - "version": "3.17.4", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz", - "integrity": "sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==", - "optional": true, - "bin": { - "uglifyjs": "bin/uglifyjs" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/uid-safe": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.5.tgz", - "integrity": "sha512-KPHm4VL5dDXKz01UuEd88Df+KzynaohSL9fBh096KWAxSKZQDI2uBrVqtvRM4rwrIrRRKsdLNML/lnaaVSRioA==", - "dependencies": { - "random-bytes": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/use-sync-external-store": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.2.tgz", - "integrity": "sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw==", - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" - } - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" - }, - "node_modules/utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "bin": { - "uuid": "bin/uuid" - } - }, - "node_modules/vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/walk": { - "version": "2.3.15", - "resolved": "https://registry.npmjs.org/walk/-/walk-2.3.15.tgz", - "integrity": "sha512-4eRTBZljBfIISK1Vnt69Gvr2w/wc3U6Vtrw7qiN5iqYJPH7LElcYh/iU4XWhdCy2dZqv1ToMyYlybDylfG/5Vg==", - "dependencies": { - "foreachasync": "^3.0.0" - } - }, - "node_modules/wordwrap": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", - "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==" - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" - }, - "node_modules/xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", - "engines": { - "node": ">=0.4" - } - } - } -} diff --git a/automatify/package.json b/automatify/package.json deleted file mode 100644 index c2e81d5e..00000000 --- a/automatify/package.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "text_extract", - "version": "1.0.0", - "main": "index.mjs", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "start": "node ./index.js", - "dev": "nodemon ./index.js", - - "build": "npm install --production" - }, - "keywords": [], - "author": "", - "license": "ISC", - "dependencies": { - "@clerk/clerk-sdk-node": "^5.0.12", - "@clerk/nextjs": "^5.1.6", - "dotenv": "^16.4.5", - "ejs": "^3.1.9", - "express": "^4.19.2", - "express-fileupload": "^1.4.0", - "express-session": "^1.18.0", - "fs": "^0.0.1-security", - "hbs": "^4.2.0", - "mime": "^4.0.3", - "multer": "^1.4.5-lts.1", - "node-tesseract-ocr": "^2.2.1", - "nodejs-tesseract": "^1.0.1", - "pdf-parse": "^1.1.1", - "pdfreader": "^3.0.2" - }, - "description": "" -} diff --git a/automatify/photo.jpg b/automatify/photo.jpg deleted file mode 100644 index 84338142..00000000 Binary files a/automatify/photo.jpg and /dev/null differ diff --git a/automatify/uploads/bars.svg b/automatify/uploads/bars.svg deleted file mode 100644 index 5f24c5ea..00000000 --- a/automatify/uploads/bars.svg +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/automatify/uploads/countries.js b/automatify/uploads/countries.js deleted file mode 100644 index 17469c7e..00000000 --- a/automatify/uploads/countries.js +++ /dev/null @@ -1,100 +0,0 @@ -const countries = { - "am-ET": "Amharic", - "ar-SA": "Arabic", - "be-BY": "Bielarus", - "bem-ZM": "Bemba", - "bi-VU": "Bislama", - "bjs-BB": "Bajan", - "bn-IN": "Bengali", - "bo-CN": "Tibetan", - "br-FR": "Breton", - "bs-BA": "Bosnian", - "ca-ES": "Catalan", - "cop-EG": "Coptic", - "cs-CZ": "Czech", - "cy-GB": "Welsh", - "da-DK": "Danish", - "dz-BT": "Dzongkha", - "de-DE": "German", - "dv-MV": "Maldivian", - "el-GR": "Greek", - "en-GB": "English", - "es-ES": "Spanish", - "et-EE": "Estonian", - "eu-ES": "Basque", - "fa-IR": "Persian", - "fi-FI": "Finnish", - "fn-FNG": "Fanagalo", - "fo-FO": "Faroese", - "fr-FR": "French", - "gl-ES": "Galician", - "gu-IN": "Gujarati", - "ha-NE": "Hausa", - "he-IL": "Hebrew", - "hi-IN": "Hindi", - "hr-HR": "Croatian", - "hu-HU": "Hungarian", - "id-ID": "Indonesian", - "is-IS": "Icelandic", - "it-IT": "Italian", - "ja-JP": "Japanese", - "kk-KZ": "Kazakh", - "km-KM": "Khmer", - "kn-IN": "Kannada", - "ko-KR": "Korean", - "ku-TR": "Kurdish", - "ky-KG": "Kyrgyz", - "la-VA": "Latin", - "lo-LA": "Lao", - "lv-LV": "Latvian", - "men-SL": "Mende", - "mg-MG": "Malagasy", - "mi-NZ": "Maori", - "ms-MY": "Malay", - "mt-MT": "Maltese", - "my-MM": "Burmese", - "ne-NP": "Nepali", - "niu-NU": "Niuean", - "nl-NL": "Dutch", - "no-NO": "Norwegian", - "ny-MW": "Nyanja", - "ur-PK": "Pakistani", - "pau-PW": "Palauan", - "pa-IN": "Panjabi", - "ps-PK": "Pashto", - "pis-SB": "Pijin", - "pl-PL": "Polish", - "pt-PT": "Portuguese", - "rn-BI": "Kirundi", - "ro-RO": "Romanian", - "ru-RU": "Russian", - "sg-CF": "Sango", - "si-LK": "Sinhala", - "sk-SK": "Slovak", - "sm-WS": "Samoan", - "sn-ZW": "Shona", - "so-SO": "Somali", - "sq-AL": "Albanian", - "sr-RS": "Serbian", - "sv-SE": "Swedish", - "sw-SZ": "Swahili", - "ta-LK": "Tamil", - "te-IN": "Telugu", - "tet-TL": "Tetum", - "tg-TJ": "Tajik", - "th-TH": "Thai", - "ti-TI": "Tigrinya", - "tk-TM": "Turkmen", - "tl-PH": "Tagalog", - "tn-BW": "Tswana", - "to-TO": "Tongan", - "tr-TR": "Turkish", - "uk-UA": "Ukrainian", - "uz-UZ": "Uzbek", - "vi-VN": "Vietnamese", - "wo-SN": "Wolof", - "xh-ZA": "Xhosa", - "yi-YD": "Yiddish", - "zu-ZA": "Zulu" -}; -export default countries; \ No newline at end of file diff --git a/automatify/uploads/file-1692982521199.jpg b/automatify/uploads/file-1692982521199.jpg deleted file mode 100644 index 84338142..00000000 Binary files a/automatify/uploads/file-1692982521199.jpg and /dev/null differ diff --git a/automatify/uploads/file-1693377167031.png b/automatify/uploads/file-1693377167031.png deleted file mode 100644 index 77998ed6..00000000 Binary files a/automatify/uploads/file-1693377167031.png and /dev/null differ diff --git a/automatify/uploads/file-1698142166015.jpg b/automatify/uploads/file-1698142166015.jpg deleted file mode 100644 index 84338142..00000000 Binary files a/automatify/uploads/file-1698142166015.jpg and /dev/null differ diff --git a/automatify/uploads/file-1698142197613.jpg b/automatify/uploads/file-1698142197613.jpg deleted file mode 100644 index 84338142..00000000 Binary files a/automatify/uploads/file-1698142197613.jpg and /dev/null differ diff --git a/automatify/uploads/file-1698142207619.jpg b/automatify/uploads/file-1698142207619.jpg deleted file mode 100644 index 84338142..00000000 Binary files a/automatify/uploads/file-1698142207619.jpg and /dev/null differ diff --git a/automatify/uploads/file-1698142209752.jpg b/automatify/uploads/file-1698142209752.jpg deleted file mode 100644 index 84338142..00000000 Binary files a/automatify/uploads/file-1698142209752.jpg and /dev/null differ diff --git a/automatify/uploads/file-1698143102819.jpg b/automatify/uploads/file-1698143102819.jpg deleted file mode 100644 index 84338142..00000000 Binary files a/automatify/uploads/file-1698143102819.jpg and /dev/null differ diff --git a/automatify/uploads/file-1698143104749.jpg b/automatify/uploads/file-1698143104749.jpg deleted file mode 100644 index 84338142..00000000 Binary files a/automatify/uploads/file-1698143104749.jpg and /dev/null differ diff --git a/automatify/uploads/file-1698143104974.jpg b/automatify/uploads/file-1698143104974.jpg deleted file mode 100644 index 84338142..00000000 Binary files a/automatify/uploads/file-1698143104974.jpg and /dev/null differ diff --git a/automatify/uploads/main.js b/automatify/uploads/main.js deleted file mode 100644 index c4f48c7d..00000000 --- a/automatify/uploads/main.js +++ /dev/null @@ -1,60 +0,0 @@ -//change nav bar color on scroll -//import emailjs from 'emailjs-com'; - - - -window.addEventListener("scroll", () =>{ - document.querySelector("nav").classList.toggle - ("window-scroll", window.scrollY > 0); -}); - - -//show and hide nav menu - -const navMenu = document.querySelector(".nav__menu"); -const navToggle = document.querySelector("#open-menu-btn"); -const navClose = document.querySelector("#close-menu-btn"); - -//show nav menu -navToggle.addEventListener("click", () =>{ - navMenu.style.display = "flex"; - navClose.style.display = "inline-block"; - navToggle.style.display="none" - - - -}); - -navClose.addEventListener("click", () =>{ - navMenu.style.display = "none"; - navClose.style.display = "none"; - navToggle.style.display="inline-block"; -}); - - - -//emailjs - - -const btn = document.getElementById('button'); - -document.getElementById("form") - .addEventListener('submit', function(event) { - event.preventDefault(); - - btn.value = 'Sending...'; - - const serviceID = 'service_foqchvy'; - const templateID = 'template_bhakuza'; - - emailjs.sendForm(serviceID, templateID, this) - .then(() => { - btn.value = 'Send Email'; - alert('Sent!'); - //clear form - document.getElementById("form").reset(); - }, (err) => { - btn.value = 'Send Email'; - alert(JSON.stringify(err)); - }); -}); diff --git a/automatify/uploads/pdf.js b/automatify/uploads/pdf.js deleted file mode 100644 index bdc83e64..00000000 --- a/automatify/uploads/pdf.js +++ /dev/null @@ -1,49 +0,0 @@ - -document.addEventListener('DOMContentLoaded', function () { - const pdfjsLib = window['pdfjs-dist/build/pdf']; - pdfjsLib.GlobalWorkerOptions.workerSrc = "https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.7.570/pdf.worker.js"; - - const pdfFileInput = document.getElementById('pdfFile'); - const convertButton = document.getElementById('convertButton'); - const output = document.getElementById('output'); - - convertButton.addEventListener('click', convertToText); -}); - -async function convertToText() { - const pdfFileInput = document.getElementById('pdfFile'); - const output = document.getElementById('output'); - - if (!pdfFileInput.files.length) { - output.textContent = 'Please select a PDF file.'; - return; - } - - const file = pdfFileInput.files[0]; - const reader = new FileReader(); - - reader.onload = async function (e) { - const pdfData = new Uint8Array(e.target.result); - const text = await extractTextFromPDF(pdfData); - output.textContent = text; - }; - - reader.readAsArrayBuffer(file); -} - -async function extractTextFromPDF(pdfData) { - const loadingTask = pdfjsLib.getDocument({ data: pdfData }); - const pdf = await loadingTask.promise; - const numPages = pdf.numPages; - const text = []; - - for (let pageNum = 1; pageNum <= numPages; pageNum++) { - const page = await pdf.getPage(pageNum); - const content = await page.getTextContent(); - content.items.forEach((item) => { - text.push(item.str); - }); - } - - return text.join('\n'); -} diff --git a/automatify/uploads/speech.js b/automatify/uploads/speech.js deleted file mode 100644 index e980c994..00000000 --- a/automatify/uploads/speech.js +++ /dev/null @@ -1,58 +0,0 @@ -// Initialize the Web Speech API - const recognition = new webkitSpeechRecognition() || SpeechRecognition(); - recognition.continuous = true; - recognition.interimResults = true; - - let finalTranscript = ""; - let interimTranscript = ""; - - const startButton = document.getElementById("startButton"); - const stopButton = document.getElementById("stopButton"); - const clearButton = document.getElementById("clearButton"); - const output = document.getElementById("output"); - - startButton.addEventListener("click", () => { - startButton.disabled = true; - stopButton.disabled = false; - clearButton.disabled = true; - recognition.start(); - }); - - stopButton.addEventListener("click", () => { - startButton.disabled = false; - stopButton.disabled = true; - clearButton.disabled = false; - recognition.stop(); - }); - - clearButton.addEventListener("click", () => { - finalTranscript = ""; - interimTranscript = ""; - output.innerText = ""; // Clear the output - clearButton.disabled = true; - }); - - recognition.onstart = () => { - console.log("Listening started..."); - }; - - recognition.onresult = (event) => { - for (let i = event.resultIndex; i < event.results.length; i++) { - const transcript = event.results[i][0].transcript; - if (event.results[i].isFinal) { - finalTranscript += transcript; - } else { - interimTranscript += transcript; - } - } - - output.innerHTML = ` -

Final Transcript: ${finalTranscript}

-

Interim Transcript: ${interimTranscript}

- `; - }; - - recognition.onend = () => { - console.log("Listening stopped..."); - }; - diff --git a/automatify/uploads/style.css b/automatify/uploads/style.css deleted file mode 100644 index c2807fd5..00000000 --- a/automatify/uploads/style.css +++ /dev/null @@ -1,973 +0,0 @@ -* { - margin: 0; - padding: 0; - border: 0; - outline: 0; - text-decoration: none; - list-style: none; - box-sizing: border-box; - -} - -:root { - --color-primary:#6c63ff; - --color-success:#00bf8e; - --color-warning:#f7c94b; - --color-danger:#f75842; - --color-danger-variant:rgba(247, 88, 66, 0.4); - - --color-white:#fff; - --color-black:#000; - --color-light:rgba(255, 255, 255, 0.7); - --color-bg:#1f2641; - --color-bg1: #2e3267; - --color-bg2:#424890; - - --container-width-lg: 76%; - --container-width-sm: 90%; - --container-width-md: 94%; - - --transition : all 400ms ease; - - - -} -body{ - font-family: 'Montserrat', sans-serif; - line-height: 1.7; - color: var(--color-white); - background-color: var(--color-bg); - overflow-x: hidden; -} -.container{ - width: var(--container-width-lg); - margin: 0 auto; - -} -section{ - padding: 6rem 0; -} -section h2{ - text-align: center; - margin-bottom: 4rem; - } - - h1,h2,h3,h4,h5{ - line-height: 1.2; -} -h1{ - font-size: 2.4rem; - -} -h2{ - font-size: 2rem; -} -h3{ - font-size: 1.6rem; -} -h4{ - font-size: 1.3rem; -} -a{ - color: var(--color-white); -} - -img{ - width: 100%; - height: auto; - display: block; - object-fit: cover; -} -.btn{ - display: inline-block; - background-color: var(--color-white); - color: var(--color-black); - padding: 1rem 2rem; - border : 1px solid transparent; - font-weight: 500; - transition: var(--transition); -} -.btn:hover{ - background-color: transparent; - border: var(--color-white); - color: var(--color-white); -} -.btn-primary{ - background-color: var(--color-danger); - color: var(--color-white); - -} - -/* ===================== NAVBAR ===================== */ -.nav__menu li a { - font-weight: semibold; - font-size: medium - } -nav{ - - background-color: transparent; - width: 100vw; - height: 5rem; - position: fixed; - top: 0; - z-index: 11; - -} - -/* change navbar style on scroll using js */ -nav.window-scroll{ - background-color: var(--color-primary); - box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3); -} -.nav_container{ - height: 100%; - display: flex; - justify-content: space-between; - align-items: center; - -} - -nav button { - display:none; -} -.nav__menu { - display: flex; - justify-content: space-between; - align-items: center; - gap : 4rem; - } -.nav__menu a{ - font-size: 0.9rem; - transition: var(--transition); -} -.nav__menu a:hover{ - color: var(--color-bg2); -} - -/* ===================== HEADER ===================== */ - -header { - position: relative; - height: 70vh; - margin-bottom: 5rem; - overflow: hidden; - top: 5rem; -} -.header__container { - display: grid; - grid-template-columns: 1fr 1fr; - align-items: center; - height: 100%; - gap: 5rem; -} -header left p { - margin: 1rem 0 2.4rem; - margin-top: 2rem; -} -.header__left a{ - margin-top: 1rem; -} - - -/* ===================== CATEGORIES===================== */ - -.categories { - background: var(--color-bg1); - height: 25rem; -} -.categories h1 { - line-height: 1; - margin-bottom: 3rem; -} -.categories__container { - display: grid; - grid-template-columns: 40% 60%; - gap : 4rem; -} -.categories__left p { - margin : 1rem 0 2rem; -} -.categories__right { - display: grid; - grid-template-columns: repeat(3, 1fr); - gap: 1.2rem; - margin-right: 2rem; - margin-bottom: 2rem; -} -.category { - padding: 2rem; - background-color: var(--color-bg2); - border-radius: 2rem; - transition: var(--transition); -} -.categories { - background: var(--color-bg1); - height: 29rem; -} -.learn-more-link { - margin-bottom: 2rem; -} -.categories__left { - margin-right: 4rem; -} -.category:hover { - box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.3); - z-index: 1; -} -.category:nth-child(2) .category__icon { - background-color: var(--color-danger); -} -.category:nth-child(3) .category__icon { - background-color: var(--color-warning); -} -.category__icon { - background-color: var(--color-primary); - padding: 0.7rem; - border-radius: 0.9rem; -} -.category h5 { - margin: 2rem 0 1rem; -} -.category p { - font-size: 0.9rem; - color: var(--color-light); -} - - /*testimonials*/ - -.testimonials__container{ - overflow-x: hidden; - position: relative; - margin-bottom: 2rem; -} -.testimonials__Container h2{ - margin-top: 1rem; -} -.testimonial { - padding-top: 2rem; -} -.avatar { - width: 6rem; - height: 6rem; - border-radius: 50%; - overflow: hidden; - margin: 0 auto 1rem; - border: 1rem solid var(--color-bg1) - -} -.testimonial__info { - text-align: center; - -} -.test { - background: var(--color-primary); - padding: 2rem; - margin-top: 3rem; - position: relative; -} - - -.test::before{ - content: ""; - display: block; - background: linear-gradient(135deg,transparent, - var(--color-primary),var(--color-primary),var(--color-primary)); - - width: 3rem; - height: 3rem; - position: absolute; - left: 50%; - top: -1.5rem; - transform: rotate(45deg); - -} -.testimonials__Container { - position: relative; - } -.swiper { - width: 100%; - height: 100%; - } - - .swiper-slide { - text-align: center; - font-size: 18px; - display: flex; - justify-content: center; - align-items: center; - width: 100%; - } - - .swiper-slide img { - display: block; - width: 100%; - height: 100%; - object-fit: cover; - } - - .swiper-slide { - width: 80%; - } - - .swiper-slide:nth-child(2n) { - width: 60%; - } - - .swiper-slide:nth-child(3n) { - width: 40%; - } - - .testimonials__Container .swiper-pagination { - text-align: center; - position: absolute; - bottom: 0; - width: 100%; - - } - - -/* Style for footer container */ -footer { - - background: var(--color-bg1); - padding: 5rem 0 1rem; - font-size: 0.9rem; - color: var(--color-light); - text-align: center; -} - -.footer__container { - display:grid; - grid-template-columns: repeat(4, 1fr); - gap: 5rem; -} - -.footer__container > div h4 { - margin-bottom: 1.2rem; -} - -.footer__1 p { - margin-bottom: 0.7rem; -} - -footer ul li { - margin-bottom: 0.7rem; -} - -footer ul li a:hover { - text-decoration-line: underline; -} - -.footer_socials { - display: flex; - justify-content: center; - gap: 1rem; - font-size: 1.2rem; - margin-top: 1rem; -} -.footer__copyright { - display: flex; - justify-content: center; - align-items: center; - width: 100%; - margin-top: 2rem; - padding: 1rem 0; - border-top: 1px solid var(--color-bg2); - font-size: 0.8rem; -} - - - - -/* responsive for tablet */ - -@media screen and (max-width :1024px){ - .container{ - width: var(--container-width-sm); - - } - h1 { - font-size: 2.2rem; - } - - h2 { - font-size: 1.8rem; - } - - h3 { - font-size: 1.4rem; - } - - h4 { - font-size: 1.1rem; - } - /* responsive for navbar */ - nav button { - display: inline-block; - background: transparent; - color: var(--color-white); - cursor: pointer; - font-size: 1.8rem; - margin-top: 2rem; - } - nav button#close-menu-btn { - display: none; - } - .nav__menu { - - position: fixed; - top: 5rem; - height: fit-content; - right: 5%; - width: 18rem; - flex-direction: column; - display: none; - - gap: 0; - - } - .nav__menu li { - width: 100%; - height: 5.8rem; - animation: animateNavItems 400ms linear forwards; - transform-origin:top right; - opacity: 0; - } - .nav__menu li:nth-child(2){ - animation-delay: 200ms; - } - .nav__menu li:nth-child(3){ - animation-delay: 400ms; - } - .nav__menu li:nth-child(4){ - animation-delay: 600ms; - } - - - .nav__menu li a { - background: var(--color-primary); - box-shadow: -4rem 6rem 10rem rgba(0, 0, 0, 0.6); - width: 100%; - height: 100%; - display: grid; - place-items: center; - } - .nav__menu li a:hover{ - background: var(--color-bg2); - color: var(--color-white); - } - - .categories__container{ - grid-template-columns: 1fr; - } - @keyframes animateNavItems{ - 0% { - transform: rotateZ(-90deg) rotateX(90deg) scale(0.5); - } - 100% { - transform: rotateZ(0) rotateX(0) scale(1); - opacity: 1; - } - } - -/* responsive for header */ -header { - height: 60vh; - margin-bottom: 4rem; -} -.header__container { - gap:0; - padding-bottom:3rem; -} -/* responsive for categories */ -.categories__container { - grid-template-columns: 1fr; - gap: 3rem; - -} -.categories height { - height: auto; -}; -.categories__left { - margin-right: 0; - -} -.categories{ - margin-bottom: 10rem; -} - -/* responsive for testimonials */ -.testimonials__container { - margin-bottom: 3rem; -} -.testimonials__container h2 { - margin-top: 3rem; -} -.testimonials__container .swiper-pagination { - position: relative; - bottom: -2rem; -} -/* responsive for footer */ -.footer__container { - grid-template-columns: 1fr 1fr; - gap: 3rem; -} -} -/* responsive for mobile */ - -@media screen and (max-width: 600px) { - .container { - width: var(--container-width-sm); - } - .nav__menu { - right: 3%; - } - header { - height: 100vh; - } - .header__container { - grid-template-columns: 1fr; - gap: 3rem; - text-align: center; - margin-top: 0; - } - .header__left p { - margin-bottom: 1.3rem; - margin-top: 1.3rem; - } - .categories__right { - grid-template-columns: 1fr; - margin-top: 1rem; - padding-bottom: 12rem; - - } - .category { - padding: 1rem; - border-radius: 1rem; - } - .category__icon { - margin-top: 4px; - display: inline-block; - } - .test { - padding: 1.3rem; - } - .testimonial-item { - padding: 4rem; - - } - .testimonials__container { - padding: 1rem 0; - margin-top:40rem; - margin-bottom: 1rem; - } - .testimonial__info { - text-align: center; - } - - .footer__container { - grid-template-columns: 1fr; - text-align: center; - gap: 2rem; - } - - - - .footer_socials { - justify-content: center; - } - - footer { - margin-bottom: 0; - padding: 4rem 0; - - } - - - -} - - -/* =====================Translation Page=====================*/ - - -select { - width: 100%; - padding: 0.75rem; - border: 1px solid var(--color-bg2); - background-color: var(--color-bg1); - color: var(--color-white); - font-size: 1.2rem; -} - -select:hover, -select:focus { - border-color: var(--color-primary); -} -.button-container { - display: flex; - justify-content: center; - margin-top: 1.5rem; -} - - -h2 { - font-size: 1.8rem; - margin-bottom: 1rem; -} - -.wrapper { - display: flex; - flex-direction: column; - gap: 1rem; -} - -.input-text { - display: flex; - flex-direction: column; - gap: 1rem; -} - -textarea.from-text, -textarea.to-text { - width: 100%; - padding: 1rem; - border: 1px solid var(--color-bg2); - background-color: var(--color-bg1); - color: var(--color-white); - font-size: 1rem; - resize: none; -} - -ul.controls { - list-style: none; - display: flex; - gap: 1rem; -} - -li.row { - display: flex; - align-items: center; - gap: 1rem; -} - -li.from i, -li.to i { - font-size: 1.2rem; - cursor: pointer; -} - -li.exchange i { - font-size: 1.5rem; - cursor: pointer; -} - - - -button.translate { - background-color: var(--color-primary); - color: var(--color-white); - border: none; - padding: 1rem 2rem; - font-weight: 500; - cursor: pointer; - transition: var(--transition); -} - -button.translate:hover { - background-color: var(--color-bg2); -} - - - - -/* Specific styles for the PDF Text Extraction section */ -.section-heading { - font-size: 2rem; - margin-bottom: 4rem; - margin-top: 4rem; - -} -.pdf_cont{ - background: var(--color-bg1); - display: flex; - flex-direction: column; - align-items: center; - text-align: center; - padding: 6rem 0; - -} - -.file-input { - background: var(--color-bg1); - color: var(--color-light); - border: 2px solid var(--color-primary); - border-radius: 1rem; - padding: 1rem; - font-size: 1.2rem; - width: 100%; - margin-bottom: 2rem; - -} - -.action-button { - background-color: var(--color-danger); - color: var(--color-white); - padding: 1rem 2rem; - border: 1px solid transparent; - font-weight: 500; - transition: var(--transition); - font-size: 1.2rem; - margin-bottom: 2rem; - justify-content: center; - align-items: center; -} - -.action-button:hover { - background-color: transparent; - border: 1px solid var(--color-white); - color: var(--color-white); - text-align: center; -} - -.action-button:focus { - outline: none; -} - -.output-text { - background: var(--color-bg1); - color: var(--color-light); - border: 2px solid var(--color-primary); - border-radius: 1rem; - padding: 1rem; - font-size: 1.2rem; - white-space: pre-line; - -} - - -/* =====================text to speech=====================*/ - -/* CSS for Speech-to-Text section */ - -.container.Speech_to_Text { - background-color: var(--color-bg1); - border-radius: 8px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); - padding: 20px; - max-width: 800px; - margin: 0 auto; - margin-top: 3rem; - - padding-top: 3rem; - padding-bottom: 3rem; - text-align: center; -} - -.container.Speech_to_Text h1 { - font-size: 2.2rem; - text-align: center; - margin-bottom: 3rem; -} - -.container.Speech_to_Text button { - padding: 1rem 2rem; - font-size: 18px; - background-color: var(--color-danger); - color: var(--color-white); - border: none; - border-radius: 4px; - cursor: pointer; - margin: 5px; - transition: background-color 0.3s ease, transform 0.3s ease; - - text-align: center; - - - margin-left: auto; - margin-right: auto; - - -} - -.container.Speech_to_Text button:disabled { - background-color: var(--color-danger); - color: var(--color-white); - cursor: not-allowed; -} - - - -.container.Speech_to_Text button:hover { - background-color: #0056b3; -} - -#output { - background: var(--color-bg1); - color: var(--color-light); - border: 2px solid var(--color-primary); - border-radius: 1rem; - padding: 1rem; - font-size: 1.2rem; - white-space: pre-line; - margin-top: 3rem; - margin-bottom: 3rem; -} - -/* contact page */ - -/* Contact form container */ - -.contact h1{ - padding: 6rem 0; - font-size: 2.2rem; - text-align: center; - margin-top: 3rem; -} -#form { - background: var(--color-bg2); - padding: 2rem; - border-radius: 1rem; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); - margin-top: 3rem; - margin-bottom: 3rem; -} - -/* Contact form heading */ -#form h1 { - font-size: 2rem; - margin-bottom: 1.5rem; - color: var(--color-primary); - margin-top: 3rem; -} - -/* Form group styling */ -#form .field{ - margin-bottom: 1.5rem; -} - -/* Label styling */ -#form .field label { - display: block; - font-weight: bold; - color: var(--color-primary); -} - -/* Input and textarea styling */ -#form .field input[type="text"], -#form .field input[type="email"], -#form .field textarea { - width: 100%; - padding: 1rem; - background-color: var(--color-bg1); - color: var(--color-white); - border: 1px solid var(--color-light); - border-radius: 0.5rem; - transition: border-color 0.3s ease; -} - -/* Input and textarea focus styles */ -#form .field input[type="text"]:focus, -#form .field input[type="email"]:focus, -#form .field textarea:focus { - border-color: var(--color-primary); -} - -/* Button styling */ -#form input[type="submit"] { - appearance: none; - -webkit-appearance: none; - -moz-appearance: none; - background-color: var(--color-success); - color: var(--color-white); - padding: 1rem 2rem; - border: none; - border-radius: 0.5rem; - font-weight: 500; - transition: background-color 0.3s ease, transform 0.3s ease; - cursor: pointer; - text-align: center; - display: inline-block; -} - -/* Button hover effect */ -#form input[type="submit"]:hover { - background-color: var(--color-primary); - transform: scale(1.05); -} - - - -/* =====================About Page=====================*/ -/* Header styles */ -.about-header { - text-align: center; - margin-top: 5rem; - margin-bottom: -21rem; -} - -.about-header h1 { - font-size: 2.4rem; - margin-bottom: 0.5rem; - color: var(--color-primary); -} - -.about-header .subtitle { - font-size: 1rem; -} - -/* Section styles */ -.about-section { - padding: 2rem 5rem; - text-align: center; -} - -.about-section h2 { - margin-bottom: 1.5rem; - font-size: 2rem; - color: var(--color-primary); -} - -.about-section p { - margin-bottom: 1rem; - line-height: 1.6; -} - -/* List styles */ -.about-list { - list-style: disc; - padding-left: 2rem; -} - -.about-list li { - font-weight: 500; - margin: 0.5rem 0; -} - -/* Contact Us section */ -.about-section:last-child { - background-color: var(--container-width-lg); - padding-top: 3rem; - padding-bottom: 3rem; - text-align: center; - margin-bottom: 2rem; -} - -.about-section:last-child .contact-link { - color: #007bff; - text-decoration: none; - font-weight: bold; -} - -.about-section:last-child .contact-link:hover { - text-decoration: underline; -} - -.contact-link { - color: var(--color-primary); - text-decoration: underline; -} - -.contact-link:hover { - color: var(--color-bg2); -} diff --git a/automatify/uploads/translate.js b/automatify/uploads/translate.js deleted file mode 100644 index 224f9f65..00000000 --- a/automatify/uploads/translate.js +++ /dev/null @@ -1,60 +0,0 @@ -// translate.js -import countries from './countries.js'; - -console.log(countries["en-GB"]); // Outputs: "English (UK)" - - - -const selectTags = document.querySelectorAll("select"); -const fromText = document.querySelector(".from-text"); -const toText = document.querySelector(".to-text"); -const translateBtn = document.querySelector(".translate"); -const icons = document.querySelectorAll(".icons i"); - -// Populate select options for languages -selectTags.forEach((tag, id) => { - for (const country_code in countries) { - let selected = (id === 0 && country_code === "en-GB") || (id === 1 && country_code === "hi-IN") ? "selected" : ""; - let option = ``; - tag.insertAdjacentHTML("beforeend", option); - } -}); - -// Translation functionality -translateBtn.addEventListener("click", async () => { - let text = fromText.value.trim(); - if (!text) return; // Exit if input text is empty - - let translateFrom = selectTags[0].value; - let translateTo = selectTags[1].value; - let apiUrl = `https://api.mymemory.translated.net/get?q=${encodeURIComponent(text)}&langpair=${translateFrom}|${translateTo}`; - - try { - let res = await fetch(apiUrl); - if (!res.ok) throw new Error('Network response was not ok.'); - - let data = await res.json(); - if (data.responseData && data.responseData.translatedText) { - toText.value = data.responseData.translatedText; - } else { - throw new Error('Translation not found.'); - } - } catch (error) { - console.error('Error:', error); - toText.value = 'Translation failed.'; - } -}); - -// Copy and speech functionality -icons.forEach(icon => { - icon.addEventListener("click", ({ target }) => { - if (target.classList.contains("fa-copy")) { - let textToCopy = target.id === "from" ? fromText.value : toText.value; - navigator.clipboard.writeText(textToCopy); - } else if (target.classList.contains("fa-volume-up")) { - let utterance = new SpeechSynthesisUtterance(target.id === "from" ? fromText.value : toText.value); - utterance.lang = target.id === "from" ? selectTags[0].value : selectTags[1].value; - speechSynthesis.speak(utterance); - } - }); -}); diff --git a/automatify/views/about.html b/automatify/views/about.html deleted file mode 100644 index b932d355..00000000 --- a/automatify/views/about.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - About Automatify - Your Multilingual Text Automation Tool - - - - - - - - - - - - - - -
-

About Automatify

-

Your Multilingual Text Automation Tool

-
- -
-

Who We Are

-

Welcome to Automatify, your trusted partner in automating text-related tasks. We are a dedicated team of technology enthusiasts on a mission to simplify your workflow by providing innovative solutions for text identification, recognition, translation, and text-to-speech.

-
- -
-

Our Mission

-

At Automatify, our mission is to empower individuals and businesses by automating text-related processes. We believe that language should never be a barrier, and our tools enable you to effortlessly work with text in multiple languages. Whether you need text extracted from images, translations, or text-to-speech capabilities, Automatify has you covered.

-
- -
-

What We Offer

-

Automatify provides a wide range of text automation solutions, including:

- -
- -
-

Why Choose Automatify?

-

Here's why Automatify is your ideal choice for text automation:

- -
- -
-

Contact Us

-

We're here to assist you with your text automation needs. If you have questions, feedback, or require support, please don't hesitate to contact us. Automatify is dedicated to making your text-related tasks easier and more efficient.

-
- - - - - - - - diff --git a/automatify/views/contact.html b/automatify/views/contact.html deleted file mode 100644 index 0ab9c04f..00000000 --- a/automatify/views/contact.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - contact - - - - - - - - - - - - - -
-

Contact Us

-

Have a question or feedback? Fill out the form below to get in touch with us.

- - -
-
- - -
-
- - -
-
- - -
- -
- -
- - - - - - - - - - - - \ No newline at end of file diff --git a/automatify/views/index2.html b/automatify/views/index2.html deleted file mode 100644 index 6652f3b3..00000000 --- a/automatify/views/index2.html +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - - Automatify - - - - - - - - - - - - - - - -
-
-
-

Automatify

-

Automatify is a web application which is used automate task like Text extraction, Speech recognition and - transformation of text from one language to another language.

-
-
-
- -
-
-
-
- - -
-
-
-

Categories

-

Automate Identification and Recognition of Text from a PDF, Text translation, and Text to Speech in different Languages.

- Learn More -
-
-
- - - -
Pdf to Text
-

Convert PDF documents to text files with ease using our PDF to Text tool.

-
- -
- - - -
Text to Speech
-

Transform written text into spoken words with our Text to Speech converter.

-
-
- - - -
Text Translation
-

Easily translate text between different languages using our Text Translation tool.

-
-
-
-
- - -
-

Testimonials

-
-
-
- avatar -
-
-

kitty

-
Student
-
-
-

Translation tool was a lifesaver for my language studies.

-
-
-
-
- avatar -
-
-

Bruce

-
Student
-
-
-

The PDF extraction tool was incredibly useful for my research.

-
-
-
-
- avatar -
-
-

Messi

-
Student
-
-
-

Text to Speech - a versatile tool that turns text into spoken words with ease.

-
-
-
-
- avatar -
-
-

Lana

-
Student
-
-
-

Text to Speech: A handy tool for converting written content into audio effortlessly.

-
-
-
-
- avatar -
-
-

kidd

-
Student
-
-
-

Text to Speech: A handy tool for converting written content into audio effortlessly.

-
-
-
-
-
- - - - - - - - - - - - diff --git a/automatify/views/pdf.html b/automatify/views/pdf.html deleted file mode 100644 index beb45ee3..00000000 --- a/automatify/views/pdf.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - PDF Text Extraction - - - - - - - - - - - - - - - -
-
-
-

PDF Text Extraction

- - -
-
-
- -
- - - - - - diff --git a/automatify/views/photos/Projects.zip b/automatify/views/photos/Projects.zip deleted file mode 100644 index d8e1c78a..00000000 Binary files a/automatify/views/photos/Projects.zip and /dev/null differ diff --git a/automatify/views/photos/Turbo.C.3.2.zip b/automatify/views/photos/Turbo.C.3.2.zip deleted file mode 100644 index 27f19689..00000000 Binary files a/automatify/views/photos/Turbo.C.3.2.zip and /dev/null differ diff --git a/automatify/views/photos/WhatsApp Image 2023-10-21 at 19.23.24_024e72de.jpg b/automatify/views/photos/WhatsApp Image 2023-10-21 at 19.23.24_024e72de.jpg deleted file mode 100644 index 1a417b55..00000000 Binary files a/automatify/views/photos/WhatsApp Image 2023-10-21 at 19.23.24_024e72de.jpg and /dev/null differ diff --git a/automatify/views/photos/WhatsApp Image 2023-10-21 at 19.23.24_4513f603.jpg b/automatify/views/photos/WhatsApp Image 2023-10-21 at 19.23.24_4513f603.jpg deleted file mode 100644 index c41fc870..00000000 Binary files a/automatify/views/photos/WhatsApp Image 2023-10-21 at 19.23.24_4513f603.jpg and /dev/null differ diff --git a/automatify/views/photos/WhatsApp Image 2023-10-21 at 19.23.24_a84ef6aa.jpg b/automatify/views/photos/WhatsApp Image 2023-10-21 at 19.23.24_a84ef6aa.jpg deleted file mode 100644 index 381a199f..00000000 Binary files a/automatify/views/photos/WhatsApp Image 2023-10-21 at 19.23.24_a84ef6aa.jpg and /dev/null differ diff --git a/automatify/views/photos/WhatsApp Image 2023-10-21 at 19.23.25_de7357e7.jpg b/automatify/views/photos/WhatsApp Image 2023-10-21 at 19.23.25_de7357e7.jpg deleted file mode 100644 index 846b8ccb..00000000 Binary files a/automatify/views/photos/WhatsApp Image 2023-10-21 at 19.23.25_de7357e7.jpg and /dev/null differ diff --git a/automatify/views/photos/WhatsApp Image 2023-10-21 at 19.24.55_b8a55757.jpg b/automatify/views/photos/WhatsApp Image 2023-10-21 at 19.24.55_b8a55757.jpg deleted file mode 100644 index 0b9fae7c..00000000 Binary files a/automatify/views/photos/WhatsApp Image 2023-10-21 at 19.24.55_b8a55757.jpg and /dev/null differ diff --git a/automatify/views/photos/close.png b/automatify/views/photos/close.png deleted file mode 100644 index a84a1644..00000000 Binary files a/automatify/views/photos/close.png and /dev/null differ diff --git a/automatify/views/photos/document-conversion.png b/automatify/views/photos/document-conversion.png deleted file mode 100644 index efb5339a..00000000 Binary files a/automatify/views/photos/document-conversion.png and /dev/null differ diff --git a/automatify/views/photos/img_to_text_icon.png b/automatify/views/photos/img_to_text_icon.png deleted file mode 100644 index 551db0b4..00000000 Binary files a/automatify/views/photos/img_to_text_icon.png and /dev/null differ diff --git a/automatify/views/photos/logo.jpeg b/automatify/views/photos/logo.jpeg deleted file mode 100644 index 234fc900..00000000 Binary files a/automatify/views/photos/logo.jpeg and /dev/null differ diff --git a/automatify/views/photos/macos_less_time_translating.png b/automatify/views/photos/macos_less_time_translating.png deleted file mode 100644 index 368720eb..00000000 Binary files a/automatify/views/photos/macos_less_time_translating.png and /dev/null differ diff --git a/automatify/views/photos/menu.png b/automatify/views/photos/menu.png deleted file mode 100644 index b47d3473..00000000 Binary files a/automatify/views/photos/menu.png and /dev/null differ diff --git a/automatify/views/photos/speech-recognition.png b/automatify/views/photos/speech-recognition.png deleted file mode 100644 index 86042289..00000000 Binary files a/automatify/views/photos/speech-recognition.png and /dev/null differ diff --git a/automatify/views/photos/text-to-speech.png b/automatify/views/photos/text-to-speech.png deleted file mode 100644 index 6d181822..00000000 Binary files a/automatify/views/photos/text-to-speech.png and /dev/null differ diff --git a/automatify/views/photos/translation.png b/automatify/views/photos/translation.png deleted file mode 100644 index ea6c472e..00000000 Binary files a/automatify/views/photos/translation.png and /dev/null differ diff --git a/automatify/views/speech.html b/automatify/views/speech.html deleted file mode 100644 index 8cf6446b..00000000 --- a/automatify/views/speech.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - Speech-to-Text - - - - - - - - - - -
-
-

Speech-to-Text

- - - -
-
-
- - - - - - - - diff --git a/automatify/views/style.css b/automatify/views/style.css deleted file mode 100644 index c2807fd5..00000000 --- a/automatify/views/style.css +++ /dev/null @@ -1,973 +0,0 @@ -* { - margin: 0; - padding: 0; - border: 0; - outline: 0; - text-decoration: none; - list-style: none; - box-sizing: border-box; - -} - -:root { - --color-primary:#6c63ff; - --color-success:#00bf8e; - --color-warning:#f7c94b; - --color-danger:#f75842; - --color-danger-variant:rgba(247, 88, 66, 0.4); - - --color-white:#fff; - --color-black:#000; - --color-light:rgba(255, 255, 255, 0.7); - --color-bg:#1f2641; - --color-bg1: #2e3267; - --color-bg2:#424890; - - --container-width-lg: 76%; - --container-width-sm: 90%; - --container-width-md: 94%; - - --transition : all 400ms ease; - - - -} -body{ - font-family: 'Montserrat', sans-serif; - line-height: 1.7; - color: var(--color-white); - background-color: var(--color-bg); - overflow-x: hidden; -} -.container{ - width: var(--container-width-lg); - margin: 0 auto; - -} -section{ - padding: 6rem 0; -} -section h2{ - text-align: center; - margin-bottom: 4rem; - } - - h1,h2,h3,h4,h5{ - line-height: 1.2; -} -h1{ - font-size: 2.4rem; - -} -h2{ - font-size: 2rem; -} -h3{ - font-size: 1.6rem; -} -h4{ - font-size: 1.3rem; -} -a{ - color: var(--color-white); -} - -img{ - width: 100%; - height: auto; - display: block; - object-fit: cover; -} -.btn{ - display: inline-block; - background-color: var(--color-white); - color: var(--color-black); - padding: 1rem 2rem; - border : 1px solid transparent; - font-weight: 500; - transition: var(--transition); -} -.btn:hover{ - background-color: transparent; - border: var(--color-white); - color: var(--color-white); -} -.btn-primary{ - background-color: var(--color-danger); - color: var(--color-white); - -} - -/* ===================== NAVBAR ===================== */ -.nav__menu li a { - font-weight: semibold; - font-size: medium - } -nav{ - - background-color: transparent; - width: 100vw; - height: 5rem; - position: fixed; - top: 0; - z-index: 11; - -} - -/* change navbar style on scroll using js */ -nav.window-scroll{ - background-color: var(--color-primary); - box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3); -} -.nav_container{ - height: 100%; - display: flex; - justify-content: space-between; - align-items: center; - -} - -nav button { - display:none; -} -.nav__menu { - display: flex; - justify-content: space-between; - align-items: center; - gap : 4rem; - } -.nav__menu a{ - font-size: 0.9rem; - transition: var(--transition); -} -.nav__menu a:hover{ - color: var(--color-bg2); -} - -/* ===================== HEADER ===================== */ - -header { - position: relative; - height: 70vh; - margin-bottom: 5rem; - overflow: hidden; - top: 5rem; -} -.header__container { - display: grid; - grid-template-columns: 1fr 1fr; - align-items: center; - height: 100%; - gap: 5rem; -} -header left p { - margin: 1rem 0 2.4rem; - margin-top: 2rem; -} -.header__left a{ - margin-top: 1rem; -} - - -/* ===================== CATEGORIES===================== */ - -.categories { - background: var(--color-bg1); - height: 25rem; -} -.categories h1 { - line-height: 1; - margin-bottom: 3rem; -} -.categories__container { - display: grid; - grid-template-columns: 40% 60%; - gap : 4rem; -} -.categories__left p { - margin : 1rem 0 2rem; -} -.categories__right { - display: grid; - grid-template-columns: repeat(3, 1fr); - gap: 1.2rem; - margin-right: 2rem; - margin-bottom: 2rem; -} -.category { - padding: 2rem; - background-color: var(--color-bg2); - border-radius: 2rem; - transition: var(--transition); -} -.categories { - background: var(--color-bg1); - height: 29rem; -} -.learn-more-link { - margin-bottom: 2rem; -} -.categories__left { - margin-right: 4rem; -} -.category:hover { - box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.3); - z-index: 1; -} -.category:nth-child(2) .category__icon { - background-color: var(--color-danger); -} -.category:nth-child(3) .category__icon { - background-color: var(--color-warning); -} -.category__icon { - background-color: var(--color-primary); - padding: 0.7rem; - border-radius: 0.9rem; -} -.category h5 { - margin: 2rem 0 1rem; -} -.category p { - font-size: 0.9rem; - color: var(--color-light); -} - - /*testimonials*/ - -.testimonials__container{ - overflow-x: hidden; - position: relative; - margin-bottom: 2rem; -} -.testimonials__Container h2{ - margin-top: 1rem; -} -.testimonial { - padding-top: 2rem; -} -.avatar { - width: 6rem; - height: 6rem; - border-radius: 50%; - overflow: hidden; - margin: 0 auto 1rem; - border: 1rem solid var(--color-bg1) - -} -.testimonial__info { - text-align: center; - -} -.test { - background: var(--color-primary); - padding: 2rem; - margin-top: 3rem; - position: relative; -} - - -.test::before{ - content: ""; - display: block; - background: linear-gradient(135deg,transparent, - var(--color-primary),var(--color-primary),var(--color-primary)); - - width: 3rem; - height: 3rem; - position: absolute; - left: 50%; - top: -1.5rem; - transform: rotate(45deg); - -} -.testimonials__Container { - position: relative; - } -.swiper { - width: 100%; - height: 100%; - } - - .swiper-slide { - text-align: center; - font-size: 18px; - display: flex; - justify-content: center; - align-items: center; - width: 100%; - } - - .swiper-slide img { - display: block; - width: 100%; - height: 100%; - object-fit: cover; - } - - .swiper-slide { - width: 80%; - } - - .swiper-slide:nth-child(2n) { - width: 60%; - } - - .swiper-slide:nth-child(3n) { - width: 40%; - } - - .testimonials__Container .swiper-pagination { - text-align: center; - position: absolute; - bottom: 0; - width: 100%; - - } - - -/* Style for footer container */ -footer { - - background: var(--color-bg1); - padding: 5rem 0 1rem; - font-size: 0.9rem; - color: var(--color-light); - text-align: center; -} - -.footer__container { - display:grid; - grid-template-columns: repeat(4, 1fr); - gap: 5rem; -} - -.footer__container > div h4 { - margin-bottom: 1.2rem; -} - -.footer__1 p { - margin-bottom: 0.7rem; -} - -footer ul li { - margin-bottom: 0.7rem; -} - -footer ul li a:hover { - text-decoration-line: underline; -} - -.footer_socials { - display: flex; - justify-content: center; - gap: 1rem; - font-size: 1.2rem; - margin-top: 1rem; -} -.footer__copyright { - display: flex; - justify-content: center; - align-items: center; - width: 100%; - margin-top: 2rem; - padding: 1rem 0; - border-top: 1px solid var(--color-bg2); - font-size: 0.8rem; -} - - - - -/* responsive for tablet */ - -@media screen and (max-width :1024px){ - .container{ - width: var(--container-width-sm); - - } - h1 { - font-size: 2.2rem; - } - - h2 { - font-size: 1.8rem; - } - - h3 { - font-size: 1.4rem; - } - - h4 { - font-size: 1.1rem; - } - /* responsive for navbar */ - nav button { - display: inline-block; - background: transparent; - color: var(--color-white); - cursor: pointer; - font-size: 1.8rem; - margin-top: 2rem; - } - nav button#close-menu-btn { - display: none; - } - .nav__menu { - - position: fixed; - top: 5rem; - height: fit-content; - right: 5%; - width: 18rem; - flex-direction: column; - display: none; - - gap: 0; - - } - .nav__menu li { - width: 100%; - height: 5.8rem; - animation: animateNavItems 400ms linear forwards; - transform-origin:top right; - opacity: 0; - } - .nav__menu li:nth-child(2){ - animation-delay: 200ms; - } - .nav__menu li:nth-child(3){ - animation-delay: 400ms; - } - .nav__menu li:nth-child(4){ - animation-delay: 600ms; - } - - - .nav__menu li a { - background: var(--color-primary); - box-shadow: -4rem 6rem 10rem rgba(0, 0, 0, 0.6); - width: 100%; - height: 100%; - display: grid; - place-items: center; - } - .nav__menu li a:hover{ - background: var(--color-bg2); - color: var(--color-white); - } - - .categories__container{ - grid-template-columns: 1fr; - } - @keyframes animateNavItems{ - 0% { - transform: rotateZ(-90deg) rotateX(90deg) scale(0.5); - } - 100% { - transform: rotateZ(0) rotateX(0) scale(1); - opacity: 1; - } - } - -/* responsive for header */ -header { - height: 60vh; - margin-bottom: 4rem; -} -.header__container { - gap:0; - padding-bottom:3rem; -} -/* responsive for categories */ -.categories__container { - grid-template-columns: 1fr; - gap: 3rem; - -} -.categories height { - height: auto; -}; -.categories__left { - margin-right: 0; - -} -.categories{ - margin-bottom: 10rem; -} - -/* responsive for testimonials */ -.testimonials__container { - margin-bottom: 3rem; -} -.testimonials__container h2 { - margin-top: 3rem; -} -.testimonials__container .swiper-pagination { - position: relative; - bottom: -2rem; -} -/* responsive for footer */ -.footer__container { - grid-template-columns: 1fr 1fr; - gap: 3rem; -} -} -/* responsive for mobile */ - -@media screen and (max-width: 600px) { - .container { - width: var(--container-width-sm); - } - .nav__menu { - right: 3%; - } - header { - height: 100vh; - } - .header__container { - grid-template-columns: 1fr; - gap: 3rem; - text-align: center; - margin-top: 0; - } - .header__left p { - margin-bottom: 1.3rem; - margin-top: 1.3rem; - } - .categories__right { - grid-template-columns: 1fr; - margin-top: 1rem; - padding-bottom: 12rem; - - } - .category { - padding: 1rem; - border-radius: 1rem; - } - .category__icon { - margin-top: 4px; - display: inline-block; - } - .test { - padding: 1.3rem; - } - .testimonial-item { - padding: 4rem; - - } - .testimonials__container { - padding: 1rem 0; - margin-top:40rem; - margin-bottom: 1rem; - } - .testimonial__info { - text-align: center; - } - - .footer__container { - grid-template-columns: 1fr; - text-align: center; - gap: 2rem; - } - - - - .footer_socials { - justify-content: center; - } - - footer { - margin-bottom: 0; - padding: 4rem 0; - - } - - - -} - - -/* =====================Translation Page=====================*/ - - -select { - width: 100%; - padding: 0.75rem; - border: 1px solid var(--color-bg2); - background-color: var(--color-bg1); - color: var(--color-white); - font-size: 1.2rem; -} - -select:hover, -select:focus { - border-color: var(--color-primary); -} -.button-container { - display: flex; - justify-content: center; - margin-top: 1.5rem; -} - - -h2 { - font-size: 1.8rem; - margin-bottom: 1rem; -} - -.wrapper { - display: flex; - flex-direction: column; - gap: 1rem; -} - -.input-text { - display: flex; - flex-direction: column; - gap: 1rem; -} - -textarea.from-text, -textarea.to-text { - width: 100%; - padding: 1rem; - border: 1px solid var(--color-bg2); - background-color: var(--color-bg1); - color: var(--color-white); - font-size: 1rem; - resize: none; -} - -ul.controls { - list-style: none; - display: flex; - gap: 1rem; -} - -li.row { - display: flex; - align-items: center; - gap: 1rem; -} - -li.from i, -li.to i { - font-size: 1.2rem; - cursor: pointer; -} - -li.exchange i { - font-size: 1.5rem; - cursor: pointer; -} - - - -button.translate { - background-color: var(--color-primary); - color: var(--color-white); - border: none; - padding: 1rem 2rem; - font-weight: 500; - cursor: pointer; - transition: var(--transition); -} - -button.translate:hover { - background-color: var(--color-bg2); -} - - - - -/* Specific styles for the PDF Text Extraction section */ -.section-heading { - font-size: 2rem; - margin-bottom: 4rem; - margin-top: 4rem; - -} -.pdf_cont{ - background: var(--color-bg1); - display: flex; - flex-direction: column; - align-items: center; - text-align: center; - padding: 6rem 0; - -} - -.file-input { - background: var(--color-bg1); - color: var(--color-light); - border: 2px solid var(--color-primary); - border-radius: 1rem; - padding: 1rem; - font-size: 1.2rem; - width: 100%; - margin-bottom: 2rem; - -} - -.action-button { - background-color: var(--color-danger); - color: var(--color-white); - padding: 1rem 2rem; - border: 1px solid transparent; - font-weight: 500; - transition: var(--transition); - font-size: 1.2rem; - margin-bottom: 2rem; - justify-content: center; - align-items: center; -} - -.action-button:hover { - background-color: transparent; - border: 1px solid var(--color-white); - color: var(--color-white); - text-align: center; -} - -.action-button:focus { - outline: none; -} - -.output-text { - background: var(--color-bg1); - color: var(--color-light); - border: 2px solid var(--color-primary); - border-radius: 1rem; - padding: 1rem; - font-size: 1.2rem; - white-space: pre-line; - -} - - -/* =====================text to speech=====================*/ - -/* CSS for Speech-to-Text section */ - -.container.Speech_to_Text { - background-color: var(--color-bg1); - border-radius: 8px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); - padding: 20px; - max-width: 800px; - margin: 0 auto; - margin-top: 3rem; - - padding-top: 3rem; - padding-bottom: 3rem; - text-align: center; -} - -.container.Speech_to_Text h1 { - font-size: 2.2rem; - text-align: center; - margin-bottom: 3rem; -} - -.container.Speech_to_Text button { - padding: 1rem 2rem; - font-size: 18px; - background-color: var(--color-danger); - color: var(--color-white); - border: none; - border-radius: 4px; - cursor: pointer; - margin: 5px; - transition: background-color 0.3s ease, transform 0.3s ease; - - text-align: center; - - - margin-left: auto; - margin-right: auto; - - -} - -.container.Speech_to_Text button:disabled { - background-color: var(--color-danger); - color: var(--color-white); - cursor: not-allowed; -} - - - -.container.Speech_to_Text button:hover { - background-color: #0056b3; -} - -#output { - background: var(--color-bg1); - color: var(--color-light); - border: 2px solid var(--color-primary); - border-radius: 1rem; - padding: 1rem; - font-size: 1.2rem; - white-space: pre-line; - margin-top: 3rem; - margin-bottom: 3rem; -} - -/* contact page */ - -/* Contact form container */ - -.contact h1{ - padding: 6rem 0; - font-size: 2.2rem; - text-align: center; - margin-top: 3rem; -} -#form { - background: var(--color-bg2); - padding: 2rem; - border-radius: 1rem; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); - margin-top: 3rem; - margin-bottom: 3rem; -} - -/* Contact form heading */ -#form h1 { - font-size: 2rem; - margin-bottom: 1.5rem; - color: var(--color-primary); - margin-top: 3rem; -} - -/* Form group styling */ -#form .field{ - margin-bottom: 1.5rem; -} - -/* Label styling */ -#form .field label { - display: block; - font-weight: bold; - color: var(--color-primary); -} - -/* Input and textarea styling */ -#form .field input[type="text"], -#form .field input[type="email"], -#form .field textarea { - width: 100%; - padding: 1rem; - background-color: var(--color-bg1); - color: var(--color-white); - border: 1px solid var(--color-light); - border-radius: 0.5rem; - transition: border-color 0.3s ease; -} - -/* Input and textarea focus styles */ -#form .field input[type="text"]:focus, -#form .field input[type="email"]:focus, -#form .field textarea:focus { - border-color: var(--color-primary); -} - -/* Button styling */ -#form input[type="submit"] { - appearance: none; - -webkit-appearance: none; - -moz-appearance: none; - background-color: var(--color-success); - color: var(--color-white); - padding: 1rem 2rem; - border: none; - border-radius: 0.5rem; - font-weight: 500; - transition: background-color 0.3s ease, transform 0.3s ease; - cursor: pointer; - text-align: center; - display: inline-block; -} - -/* Button hover effect */ -#form input[type="submit"]:hover { - background-color: var(--color-primary); - transform: scale(1.05); -} - - - -/* =====================About Page=====================*/ -/* Header styles */ -.about-header { - text-align: center; - margin-top: 5rem; - margin-bottom: -21rem; -} - -.about-header h1 { - font-size: 2.4rem; - margin-bottom: 0.5rem; - color: var(--color-primary); -} - -.about-header .subtitle { - font-size: 1rem; -} - -/* Section styles */ -.about-section { - padding: 2rem 5rem; - text-align: center; -} - -.about-section h2 { - margin-bottom: 1.5rem; - font-size: 2rem; - color: var(--color-primary); -} - -.about-section p { - margin-bottom: 1rem; - line-height: 1.6; -} - -/* List styles */ -.about-list { - list-style: disc; - padding-left: 2rem; -} - -.about-list li { - font-weight: 500; - margin: 0.5rem 0; -} - -/* Contact Us section */ -.about-section:last-child { - background-color: var(--container-width-lg); - padding-top: 3rem; - padding-bottom: 3rem; - text-align: center; - margin-bottom: 2rem; -} - -.about-section:last-child .contact-link { - color: #007bff; - text-decoration: none; - font-weight: bold; -} - -.about-section:last-child .contact-link:hover { - text-decoration: underline; -} - -.contact-link { - color: var(--color-primary); - text-decoration: underline; -} - -.contact-link:hover { - color: var(--color-bg2); -} diff --git a/automatify/views/translation.html b/automatify/views/translation.html deleted file mode 100644 index 1ece6def..00000000 --- a/automatify/views/translation.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - Translation - - - - - - - - Translate - Automatify - - - - - - - - - - - - - - - -
- -
- -

Translation of text

-
-
- - -
-
    -
  • - - -
  • -
  • -
  • - - -
    - - -
    -
  • -
-
-
- -
-
- -
-
- - - - - - - - - - - - - - - - diff --git a/automatify/views/uil uil-multiply b/automatify/views/uil uil-multiply deleted file mode 100644 index e69de29b..00000000