diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..35cea8c Binary files /dev/null and b/.DS_Store differ diff --git a/.gitIgnore b/.gitIgnore new file mode 100644 index 0000000..c6bba59 --- /dev/null +++ b/.gitIgnore @@ -0,0 +1,130 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* +.pnpm-debug.log* + +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage +*.lcov + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# Snowpack dependency directory (https://snowpack.dev/) +web_modules/ + +# TypeScript cache +*.tsbuildinfo + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional stylelint cache +.stylelintcache + +# Microbundle cache +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variable files +.env +.env.development.local +.env.test.local +.env.production.local +.env.local + +# parcel-bundler cache (https://parceljs.org/) +.cache +.parcel-cache + +# Next.js build output +.next +out + +# Nuxt.js build / generate output +.nuxt +dist + +# Gatsby files +.cache/ +# Comment in the public line in if your project uses Gatsby and not Next.js +# https://nextjs.org/blog/next-9-1#public-directory-support +# public + +# vuepress build output +.vuepress/dist + +# vuepress v2.x temp and cache directory +.temp +.cache + +# Docusaurus cache and generated files +.docusaurus + +# Serverless directories +.serverless/ + +# FuseBox cache +.fusebox/ + +# DynamoDB Local files +.dynamodb/ + +# TernJS port file +.tern-port + +# Stores VSCode versions used for testing VSCode extensions +.vscode-test + +# yarn v2 +.yarn/cache +.yarn/unplugged +.yarn/build-state.yml +.yarn/install-state.gz +.pnp.* diff --git a/db.js b/db.js new file mode 100644 index 0000000..8abe3fc --- /dev/null +++ b/db.js @@ -0,0 +1,25 @@ +const { MongoClient } = require("mongodb"); + +// Connect to MongoDB +const uri = + "mongodb+srv://admin:NbMBPAdnaltxDM92@cluster0.f2l9gud.mongodb.net/?retryWrites=true&w=majority"; +const client = new MongoClient(uri); + +async function connect() { + // Connect the client to the server + await client.connect(); + // Send a ping to confirm a successful connection + await client.db("admin").command({ ping: 1 }); + console.log( + "Pinged your deployment. You successfully connected to MongoDB!" + ); +} + +async function getCollection(collectionName) { + // Get a reference to the database + const db = client.db("myDatabase"); + // Get a reference to the collection + return db.collection(collectionName); +} + +module.exports = { connect, getCollection }; diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..15e7349 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,3398 @@ +{ + "name": "marketingtool", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "marketingtool", + "version": "1.0.0", + "license": "ISC", + "dependencies": { + "bcrypt": "^5.1.1", + "connect-mongodb-session": "^3.1.1", + "ejs": "^3.1.9", + "express": "^4.18.2", + "express-session": "^1.17.3", + "mongoose": "^7.4.5", + "multer": "^1.4.5-lts.1", + "path": "^0.12.7" + }, + "devDependencies": { + "nodemon": "^3.0.1" + } + }, + "node_modules/@aws-crypto/crc32": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-3.0.0.tgz", + "integrity": "sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA==", + "optional": true, + "dependencies": { + "@aws-crypto/util": "^3.0.0", + "@aws-sdk/types": "^3.222.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/crc32/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "optional": true + }, + "node_modules/@aws-crypto/ie11-detection": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz", + "integrity": "sha512-341lBBkiY1DfDNKai/wXM3aujNBkXR7tq1URPQDL9wi3AUbI80NR74uF1TXHMm7po1AcnFk8iu2S2IeU/+/A+Q==", + "optional": true, + "dependencies": { + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/ie11-detection/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "optional": true + }, + "node_modules/@aws-crypto/sha256-browser": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-3.0.0.tgz", + "integrity": "sha512-8VLmW2B+gjFbU5uMeqtQM6Nj0/F1bro80xQXCW6CQBWgosFWXTx77aeOF5CAIAmbOK64SdMBJdNr6J41yP5mvQ==", + "optional": true, + "dependencies": { + "@aws-crypto/ie11-detection": "^3.0.0", + "@aws-crypto/sha256-js": "^3.0.0", + "@aws-crypto/supports-web-crypto": "^3.0.0", + "@aws-crypto/util": "^3.0.0", + "@aws-sdk/types": "^3.222.0", + "@aws-sdk/util-locate-window": "^3.0.0", + "@aws-sdk/util-utf8-browser": "^3.0.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/sha256-browser/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "optional": true + }, + "node_modules/@aws-crypto/sha256-js": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-3.0.0.tgz", + "integrity": "sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ==", + "optional": true, + "dependencies": { + "@aws-crypto/util": "^3.0.0", + "@aws-sdk/types": "^3.222.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/sha256-js/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "optional": true + }, + "node_modules/@aws-crypto/supports-web-crypto": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-3.0.0.tgz", + "integrity": "sha512-06hBdMwUAb2WFTuGG73LSC0wfPu93xWwo5vL2et9eymgmu3Id5vFAHBbajVWiGhPO37qcsdCap/FqXvJGJWPIg==", + "optional": true, + "dependencies": { + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "optional": true + }, + "node_modules/@aws-crypto/util": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-3.0.0.tgz", + "integrity": "sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "^3.222.0", + "@aws-sdk/util-utf8-browser": "^3.0.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/util/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "optional": true + }, + "node_modules/@aws-sdk/client-cognito-identity": { + "version": "3.405.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.405.0.tgz", + "integrity": "sha512-kvmNAREFQbhaZoEMQzBOYTaN7cFIOLgk2DZYYlHh2ErUYXSbvbVOBUriMRW9hRDtKLooe3ZFBLO3sWKvQE/AfA==", + "optional": true, + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/client-sts": "3.405.0", + "@aws-sdk/credential-provider-node": "3.405.0", + "@aws-sdk/middleware-host-header": "3.398.0", + "@aws-sdk/middleware-logger": "3.398.0", + "@aws-sdk/middleware-recursion-detection": "3.398.0", + "@aws-sdk/middleware-signing": "3.398.0", + "@aws-sdk/middleware-user-agent": "3.398.0", + "@aws-sdk/types": "3.398.0", + "@aws-sdk/util-endpoints": "3.398.0", + "@aws-sdk/util-user-agent-browser": "3.398.0", + "@aws-sdk/util-user-agent-node": "3.405.0", + "@smithy/config-resolver": "^2.0.5", + "@smithy/fetch-http-handler": "^2.0.5", + "@smithy/hash-node": "^2.0.5", + "@smithy/invalid-dependency": "^2.0.5", + "@smithy/middleware-content-length": "^2.0.5", + "@smithy/middleware-endpoint": "^2.0.5", + "@smithy/middleware-retry": "^2.0.5", + "@smithy/middleware-serde": "^2.0.5", + "@smithy/middleware-stack": "^2.0.0", + "@smithy/node-config-provider": "^2.0.6", + "@smithy/node-http-handler": "^2.0.5", + "@smithy/protocol-http": "^2.0.5", + "@smithy/smithy-client": "^2.0.5", + "@smithy/types": "^2.2.2", + "@smithy/url-parser": "^2.0.5", + "@smithy/util-base64": "^2.0.0", + "@smithy/util-body-length-browser": "^2.0.0", + "@smithy/util-body-length-node": "^2.1.0", + "@smithy/util-defaults-mode-browser": "^2.0.6", + "@smithy/util-defaults-mode-node": "^2.0.6", + "@smithy/util-retry": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/client-sso": { + "version": "3.405.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.405.0.tgz", + "integrity": "sha512-z1ssydU07bDhe0tNXQwVO+rWh/iSfK48JI8s8vgpBNwH+NejMzIJ9r3AkjCiJ+LSAwlBZItUsNWwR0veIfgBiw==", + "optional": true, + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/middleware-host-header": "3.398.0", + "@aws-sdk/middleware-logger": "3.398.0", + "@aws-sdk/middleware-recursion-detection": "3.398.0", + "@aws-sdk/middleware-user-agent": "3.398.0", + "@aws-sdk/types": "3.398.0", + "@aws-sdk/util-endpoints": "3.398.0", + "@aws-sdk/util-user-agent-browser": "3.398.0", + "@aws-sdk/util-user-agent-node": "3.405.0", + "@smithy/config-resolver": "^2.0.5", + "@smithy/fetch-http-handler": "^2.0.5", + "@smithy/hash-node": "^2.0.5", + "@smithy/invalid-dependency": "^2.0.5", + "@smithy/middleware-content-length": "^2.0.5", + "@smithy/middleware-endpoint": "^2.0.5", + "@smithy/middleware-retry": "^2.0.5", + "@smithy/middleware-serde": "^2.0.5", + "@smithy/middleware-stack": "^2.0.0", + "@smithy/node-config-provider": "^2.0.6", + "@smithy/node-http-handler": "^2.0.5", + "@smithy/protocol-http": "^2.0.5", + "@smithy/smithy-client": "^2.0.5", + "@smithy/types": "^2.2.2", + "@smithy/url-parser": "^2.0.5", + "@smithy/util-base64": "^2.0.0", + "@smithy/util-body-length-browser": "^2.0.0", + "@smithy/util-body-length-node": "^2.1.0", + "@smithy/util-defaults-mode-browser": "^2.0.6", + "@smithy/util-defaults-mode-node": "^2.0.6", + "@smithy/util-retry": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/client-sts": { + "version": "3.405.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.405.0.tgz", + "integrity": "sha512-asVEpda3zu5QUO5ZNNjbLBS0718IhxxyUDVrNmVTKZoOhK1pMNouGZf+l49v0Lb5cOPbUds8cxsNaInj2MvIKw==", + "optional": true, + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/credential-provider-node": "3.405.0", + "@aws-sdk/middleware-host-header": "3.398.0", + "@aws-sdk/middleware-logger": "3.398.0", + "@aws-sdk/middleware-recursion-detection": "3.398.0", + "@aws-sdk/middleware-sdk-sts": "3.398.0", + "@aws-sdk/middleware-signing": "3.398.0", + "@aws-sdk/middleware-user-agent": "3.398.0", + "@aws-sdk/types": "3.398.0", + "@aws-sdk/util-endpoints": "3.398.0", + "@aws-sdk/util-user-agent-browser": "3.398.0", + "@aws-sdk/util-user-agent-node": "3.405.0", + "@smithy/config-resolver": "^2.0.5", + "@smithy/fetch-http-handler": "^2.0.5", + "@smithy/hash-node": "^2.0.5", + "@smithy/invalid-dependency": "^2.0.5", + "@smithy/middleware-content-length": "^2.0.5", + "@smithy/middleware-endpoint": "^2.0.5", + "@smithy/middleware-retry": "^2.0.5", + "@smithy/middleware-serde": "^2.0.5", + "@smithy/middleware-stack": "^2.0.0", + "@smithy/node-config-provider": "^2.0.6", + "@smithy/node-http-handler": "^2.0.5", + "@smithy/protocol-http": "^2.0.5", + "@smithy/smithy-client": "^2.0.5", + "@smithy/types": "^2.2.2", + "@smithy/url-parser": "^2.0.5", + "@smithy/util-base64": "^2.0.0", + "@smithy/util-body-length-browser": "^2.0.0", + "@smithy/util-body-length-node": "^2.1.0", + "@smithy/util-defaults-mode-browser": "^2.0.6", + "@smithy/util-defaults-mode-node": "^2.0.6", + "@smithy/util-retry": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "fast-xml-parser": "4.2.5", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-cognito-identity": { + "version": "3.405.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-cognito-identity/-/credential-provider-cognito-identity-3.405.0.tgz", + "integrity": "sha512-tmu8r0kB3qHHIitQAwiziWzxoaGCv/vCh00EcabuW3x3UsKQUF71ZLuNcMOv5wqTsQw0Fmv3dKy2tzVmRm3Z5g==", + "optional": true, + "dependencies": { + "@aws-sdk/client-cognito-identity": "3.405.0", + "@aws-sdk/types": "3.398.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-env": { + "version": "3.398.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.398.0.tgz", + "integrity": "sha512-Z8Yj5z7FroAsR6UVML+XUdlpoqEe9Dnle8c2h8/xWwIC2feTfIBhjLhRVxfbpbM1pLgBSNEcZ7U8fwq5l7ESVQ==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.398.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-ini": { + "version": "3.405.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.405.0.tgz", + "integrity": "sha512-b4TqVsM4WQM96GDVs+TYOhU2/0SnUWzz6NH55qY1y2xyF8/pZEhc0XXdpvZtQQBLGdROhXCbxhBVye8GmTpgcg==", + "optional": true, + "dependencies": { + "@aws-sdk/credential-provider-env": "3.398.0", + "@aws-sdk/credential-provider-process": "3.405.0", + "@aws-sdk/credential-provider-sso": "3.405.0", + "@aws-sdk/credential-provider-web-identity": "3.398.0", + "@aws-sdk/types": "3.398.0", + "@smithy/credential-provider-imds": "^2.0.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/shared-ini-file-loader": "^2.0.6", + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-node": { + "version": "3.405.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.405.0.tgz", + "integrity": "sha512-AMmRP09nwYsft0MXDlHIxMQe7IloWW8As0lbZmPrG7Y7mK5RDmCIwD2yMDz77Zqlv09FsYt+9+cOK2fTNhim+Q==", + "optional": true, + "dependencies": { + "@aws-sdk/credential-provider-env": "3.398.0", + "@aws-sdk/credential-provider-ini": "3.405.0", + "@aws-sdk/credential-provider-process": "3.405.0", + "@aws-sdk/credential-provider-sso": "3.405.0", + "@aws-sdk/credential-provider-web-identity": "3.398.0", + "@aws-sdk/types": "3.398.0", + "@smithy/credential-provider-imds": "^2.0.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/shared-ini-file-loader": "^2.0.6", + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-process": { + "version": "3.405.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.405.0.tgz", + "integrity": "sha512-EqAMcUVeZAICYHHL8x5Fi5CYPgCo9UCE7ScWmU5Sa2wAFY4XLyQ1mMxX3lKGYx9lBxWk3dqnhmvlcqdzN7AjyQ==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.398.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/shared-ini-file-loader": "^2.0.6", + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-sso": { + "version": "3.405.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.405.0.tgz", + "integrity": "sha512-fXqSgQHz7qcmIWMVguwSMSjqFkVfN2+XiNgiskcmeYiCS7mIGAgUnKABZc9Ds2+YW9ATYiY0BOD5aWxc8TX5fA==", + "optional": true, + "dependencies": { + "@aws-sdk/client-sso": "3.405.0", + "@aws-sdk/token-providers": "3.405.0", + "@aws-sdk/types": "3.398.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/shared-ini-file-loader": "^2.0.6", + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-web-identity": { + "version": "3.398.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.398.0.tgz", + "integrity": "sha512-iG3905Alv9pINbQ8/MIsshgqYMbWx+NDQWpxbIW3W0MkSH3iAqdVpSCteYidYX9G/jv2Um1nW3y360ib20bvNg==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.398.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-providers": { + "version": "3.405.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-providers/-/credential-providers-3.405.0.tgz", + "integrity": "sha512-332QZ2Wrr5gfFUGPLwITcjhxnBD4y94fxKg7qerSBq7fjjIkl/OjnchZf5ReePrjpglxs6hgLdGrPYIYPC4Hhw==", + "optional": true, + "dependencies": { + "@aws-sdk/client-cognito-identity": "3.405.0", + "@aws-sdk/client-sso": "3.405.0", + "@aws-sdk/client-sts": "3.405.0", + "@aws-sdk/credential-provider-cognito-identity": "3.405.0", + "@aws-sdk/credential-provider-env": "3.398.0", + "@aws-sdk/credential-provider-ini": "3.405.0", + "@aws-sdk/credential-provider-node": "3.405.0", + "@aws-sdk/credential-provider-process": "3.405.0", + "@aws-sdk/credential-provider-sso": "3.405.0", + "@aws-sdk/credential-provider-web-identity": "3.398.0", + "@aws-sdk/types": "3.398.0", + "@smithy/credential-provider-imds": "^2.0.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-host-header": { + "version": "3.398.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.398.0.tgz", + "integrity": "sha512-m+5laWdBaxIZK2ko0OwcCHJZJ5V1MgEIt8QVQ3k4/kOkN9ICjevOYmba751pHoTnbOYB7zQd6D2OT3EYEEsUcA==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.398.0", + "@smithy/protocol-http": "^2.0.5", + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-logger": { + "version": "3.398.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.398.0.tgz", + "integrity": "sha512-CiJjW+FL12elS6Pn7/UVjVK8HWHhXMfvHZvOwx/Qkpy340sIhkuzOO6fZEruECDTZhl2Wqn81XdJ1ZQ4pRKpCg==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.398.0", + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-recursion-detection": { + "version": "3.398.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.398.0.tgz", + "integrity": "sha512-7QpOqPQAZNXDXv6vsRex4R8dLniL0E/80OPK4PPFsrCh9btEyhN9Begh4i1T+5lL28hmYkztLOkTQ2N5J3hgRQ==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.398.0", + "@smithy/protocol-http": "^2.0.5", + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-sdk-sts": { + "version": "3.398.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.398.0.tgz", + "integrity": "sha512-+JH76XHEgfVihkY+GurohOQ5Z83zVN1nYcQzwCFnCDTh4dG4KwhnZKG+WPw6XJECocY0R+H0ivofeALHvVWJtQ==", + "optional": true, + "dependencies": { + "@aws-sdk/middleware-signing": "3.398.0", + "@aws-sdk/types": "3.398.0", + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-signing": { + "version": "3.398.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.398.0.tgz", + "integrity": "sha512-O0KqXAix1TcvZBFt1qoFkHMUNJOSgjJTYS7lFTRKSwgsD27bdW2TM2r9R8DAccWFt5Amjkdt+eOwQMIXPGTm8w==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.398.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/protocol-http": "^2.0.5", + "@smithy/signature-v4": "^2.0.0", + "@smithy/types": "^2.2.2", + "@smithy/util-middleware": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-user-agent": { + "version": "3.398.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.398.0.tgz", + "integrity": "sha512-nF1jg0L+18b5HvTcYzwyFgfZQQMELJINFqI0mi4yRKaX7T5a3aGp5RVLGGju/6tAGTuFbfBoEhkhU3kkxexPYQ==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.398.0", + "@aws-sdk/util-endpoints": "3.398.0", + "@smithy/protocol-http": "^2.0.5", + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/token-providers": { + "version": "3.405.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.405.0.tgz", + "integrity": "sha512-rVzC7ptf7TlV84M9w+Ds9isio1EY7bs1MRFv/6lmYstsyTri+DaZG10TwXSGfzIMwB0yVh11niCxO9wSjQ36zg==", + "optional": true, + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/middleware-host-header": "3.398.0", + "@aws-sdk/middleware-logger": "3.398.0", + "@aws-sdk/middleware-recursion-detection": "3.398.0", + "@aws-sdk/middleware-user-agent": "3.398.0", + "@aws-sdk/types": "3.398.0", + "@aws-sdk/util-endpoints": "3.398.0", + "@aws-sdk/util-user-agent-browser": "3.398.0", + "@aws-sdk/util-user-agent-node": "3.405.0", + "@smithy/config-resolver": "^2.0.5", + "@smithy/fetch-http-handler": "^2.0.5", + "@smithy/hash-node": "^2.0.5", + "@smithy/invalid-dependency": "^2.0.5", + "@smithy/middleware-content-length": "^2.0.5", + "@smithy/middleware-endpoint": "^2.0.5", + "@smithy/middleware-retry": "^2.0.5", + "@smithy/middleware-serde": "^2.0.5", + "@smithy/middleware-stack": "^2.0.0", + "@smithy/node-config-provider": "^2.0.6", + "@smithy/node-http-handler": "^2.0.5", + "@smithy/property-provider": "^2.0.0", + "@smithy/protocol-http": "^2.0.5", + "@smithy/shared-ini-file-loader": "^2.0.6", + "@smithy/smithy-client": "^2.0.5", + "@smithy/types": "^2.2.2", + "@smithy/url-parser": "^2.0.5", + "@smithy/util-base64": "^2.0.0", + "@smithy/util-body-length-browser": "^2.0.0", + "@smithy/util-body-length-node": "^2.1.0", + "@smithy/util-defaults-mode-browser": "^2.0.6", + "@smithy/util-defaults-mode-node": "^2.0.6", + "@smithy/util-retry": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/types": { + "version": "3.398.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.398.0.tgz", + "integrity": "sha512-r44fkS+vsEgKCuEuTV+TIk0t0m5ZlXHNjSDYEUvzLStbbfUFiNus/YG4UCa0wOk9R7VuQI67badsvvPeVPCGDQ==", + "optional": true, + "dependencies": { + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/util-endpoints": { + "version": "3.398.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.398.0.tgz", + "integrity": "sha512-Fy0gLYAei/Rd6BrXG4baspCnWTUSd0NdokU1pZh4KlfEAEN1i8SPPgfiO5hLk7+2inqtCmqxVJlfqbMVe9k4bw==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.398.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/util-locate-window": { + "version": "3.310.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.310.0.tgz", + "integrity": "sha512-qo2t/vBTnoXpjKxlsC2e1gBrRm80M3bId27r0BRB2VniSSe7bL1mmzM+/HFtujm0iAxtPM+aLEflLJlJeDPg0w==", + "optional": true, + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/util-user-agent-browser": { + "version": "3.398.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.398.0.tgz", + "integrity": "sha512-A3Tzx1tkDHlBT+IgxmsMCHbV8LM7SwwCozq2ZjJRx0nqw3MCrrcxQFXldHeX/gdUMO+0Oocb7HGSnVODTq+0EA==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.398.0", + "@smithy/types": "^2.2.2", + "bowser": "^2.11.0", + "tslib": "^2.5.0" + } + }, + "node_modules/@aws-sdk/util-user-agent-node": { + "version": "3.405.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.405.0.tgz", + "integrity": "sha512-6Ssld7aalKCnW6lSGfiiWpqwo2L+AmYq2oV3P9yYAo9ZL+Q78dXquabwj3uq3plJ4l2xE4Gfcf2FJ/1PZpqDvQ==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.398.0", + "@smithy/node-config-provider": "^2.0.6", + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "aws-crt": ">=1.0.0" + }, + "peerDependenciesMeta": { + "aws-crt": { + "optional": true + } + } + }, + "node_modules/@aws-sdk/util-utf8-browser": { + "version": "3.259.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz", + "integrity": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==", + "optional": true, + "dependencies": { + "tslib": "^2.3.1" + } + }, + "node_modules/@mapbox/node-pre-gyp": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz", + "integrity": "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==", + "dependencies": { + "detect-libc": "^2.0.0", + "https-proxy-agent": "^5.0.0", + "make-dir": "^3.1.0", + "node-fetch": "^2.6.7", + "nopt": "^5.0.0", + "npmlog": "^5.0.1", + "rimraf": "^3.0.2", + "semver": "^7.3.5", + "tar": "^6.1.11" + }, + "bin": { + "node-pre-gyp": "bin/node-pre-gyp" + } + }, + "node_modules/@mongodb-js/saslprep": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.1.0.tgz", + "integrity": "sha512-Xfijy7HvfzzqiOAhAepF4SGN5e9leLkMvg/OPOF97XemjfVCYN/oWa75wnkc6mltMSTwY+XlbhWgUOJmkFspSw==", + "optional": true, + "dependencies": { + "sparse-bitfield": "^3.0.3" + } + }, + "node_modules/@smithy/abort-controller": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-2.0.5.tgz", + "integrity": "sha512-byVZ2KWLMPYAZGKjRpniAzLcygJO4ruClZKdJTuB0eCB76ONFTdptBHlviHpAZXknRz7skYWPfcgO9v30A1SyA==", + "optional": true, + "dependencies": { + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/config-resolver": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-2.0.5.tgz", + "integrity": "sha512-n0c2AXz+kjALY2FQr7Zy9zhYigXzboIh1AuUUVCqFBKFtdEvTwnwPXrTDoEehLiRTUHNL+4yzZ3s+D0kKYSLSg==", + "optional": true, + "dependencies": { + "@smithy/types": "^2.2.2", + "@smithy/util-config-provider": "^2.0.0", + "@smithy/util-middleware": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/credential-provider-imds": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-2.0.7.tgz", + "integrity": "sha512-XivkZj/pipzpQPxgleE1odwJQ6oDsVViB4VUO/HRDI4EdEfZjud44USupOUOa/xOjS39/75DYB4zgTbyV+totw==", + "optional": true, + "dependencies": { + "@smithy/node-config-provider": "^2.0.7", + "@smithy/property-provider": "^2.0.6", + "@smithy/types": "^2.2.2", + "@smithy/url-parser": "^2.0.5", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/eventstream-codec": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@smithy/eventstream-codec/-/eventstream-codec-2.0.5.tgz", + "integrity": "sha512-iqR6OuOV3zbQK8uVs9o+9AxhVk8kW9NAxA71nugwUB+kTY9C35pUd0A5/m4PRT0Y0oIW7W4kgnSR3fdYXQjECw==", + "optional": true, + "dependencies": { + "@aws-crypto/crc32": "3.0.0", + "@smithy/types": "^2.2.2", + "@smithy/util-hex-encoding": "^2.0.0", + "tslib": "^2.5.0" + } + }, + "node_modules/@smithy/fetch-http-handler": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-2.0.5.tgz", + "integrity": "sha512-EzFoMowdBNy1VqtvkiXgPFEdosIAt4/4bgZ8uiDiUyfhmNXq/3bV+CagPFFBsgFOR/X2XK4zFZHRsoa7PNHVVg==", + "optional": true, + "dependencies": { + "@smithy/protocol-http": "^2.0.5", + "@smithy/querystring-builder": "^2.0.5", + "@smithy/types": "^2.2.2", + "@smithy/util-base64": "^2.0.0", + "tslib": "^2.5.0" + } + }, + "node_modules/@smithy/hash-node": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-2.0.5.tgz", + "integrity": "sha512-mk551hIywBITT+kXruRNXk7f8Fy7DTzBjZJSr/V6nolYKmUHIG3w5QU6nO9qPYEQGKc/yEPtkpdS28ndeG93lA==", + "optional": true, + "dependencies": { + "@smithy/types": "^2.2.2", + "@smithy/util-buffer-from": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/invalid-dependency": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-2.0.5.tgz", + "integrity": "sha512-0wEi+JT0hM+UUwrJVYbqjuGFhy5agY/zXyiN7BNAJ1XoCDjU5uaNSj8ekPWsXd/d4yM6NSe8UbPd8cOc1+3oBQ==", + "optional": true, + "dependencies": { + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + } + }, + "node_modules/@smithy/is-array-buffer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.0.0.tgz", + "integrity": "sha512-z3PjFjMyZNI98JFRJi/U0nGoLWMSJlDjAW4QUX2WNZLas5C0CmVV6LJ01JI0k90l7FvpmixjWxPFmENSClQ7ug==", + "optional": true, + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/middleware-content-length": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-2.0.5.tgz", + "integrity": "sha512-E7VwV5H02fgZIUGRli4GevBCAPvkyEI/fgl9SU47nPPi3DAAX3nEtUb8xfGbXjOcJ5BdSUoWWZn42tEd/blOqA==", + "optional": true, + "dependencies": { + "@smithy/protocol-http": "^2.0.5", + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/middleware-endpoint": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-2.0.5.tgz", + "integrity": "sha512-tyzDuoNTbsMQCq5Xkc4QOt6e2GACUllQIV8SQ5fc59FtOIV9/vbf58/GxVjZm2o8+MMbdDBANjTDZe/ijZKfyA==", + "optional": true, + "dependencies": { + "@smithy/middleware-serde": "^2.0.5", + "@smithy/types": "^2.2.2", + "@smithy/url-parser": "^2.0.5", + "@smithy/util-middleware": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/middleware-retry": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-2.0.5.tgz", + "integrity": "sha512-ulIfbFyzQTVnJbLjUl1CTSi0etg6tej/ekwaLp0Gn8ybUkDkKYa+uB6CF/m2J5B6meRwyJlsryR+DjaOVyiicg==", + "optional": true, + "dependencies": { + "@smithy/protocol-http": "^2.0.5", + "@smithy/service-error-classification": "^2.0.0", + "@smithy/types": "^2.2.2", + "@smithy/util-middleware": "^2.0.0", + "@smithy/util-retry": "^2.0.0", + "tslib": "^2.5.0", + "uuid": "^8.3.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/middleware-serde": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-2.0.5.tgz", + "integrity": "sha512-in0AA5sous74dOfTGU9rMJBXJ0bDVNxwdXtEt5lh3FVd2sEyjhI+rqpLLRF1E4ixbw3RSEf80hfRpcPdjg4vvQ==", + "optional": true, + "dependencies": { + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/middleware-stack": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-2.0.0.tgz", + "integrity": "sha512-31XC1xNF65nlbc16yuh3wwTudmqs6qy4EseQUGF8A/p2m/5wdd/cnXJqpniy/XvXVwkHPz/GwV36HqzHtIKATQ==", + "optional": true, + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/node-config-provider": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-2.0.7.tgz", + "integrity": "sha512-GuLxhnf0aVQsfQp4ZWaM1TRCIndpQjAswyFcmDFRNf4yFqpxpLPDeV540+O0Z21Hmu3deoQm/dCPXbVn90PYzg==", + "optional": true, + "dependencies": { + "@smithy/property-provider": "^2.0.6", + "@smithy/shared-ini-file-loader": "^2.0.6", + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/node-http-handler": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-2.0.5.tgz", + "integrity": "sha512-lZm5DZf4b3V0saUw9WTC4/du887P6cy2fUyQgQQKRRV6OseButyD5yTzeMmXE53CaXJBMBsUvvIQ0hRVxIq56w==", + "optional": true, + "dependencies": { + "@smithy/abort-controller": "^2.0.5", + "@smithy/protocol-http": "^2.0.5", + "@smithy/querystring-builder": "^2.0.5", + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/property-provider": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-2.0.6.tgz", + "integrity": "sha512-CVem6ZkkWxbTnhjDLyLESY0oLA6IUZYtdqrCpGQKUXaFBOuc/izjm7fIFGBxEbjZ1EGcH9hHxrjqX36RWULNRg==", + "optional": true, + "dependencies": { + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/protocol-http": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-2.0.5.tgz", + "integrity": "sha512-d2hhHj34mA2V86doiDfrsy2fNTnUOowGaf9hKb0hIPHqvcnShU4/OSc4Uf1FwHkAdYF3cFXTrj5VGUYbEuvMdw==", + "optional": true, + "dependencies": { + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/querystring-builder": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-2.0.5.tgz", + "integrity": "sha512-4DCX9krxLzATj+HdFPC3i8pb7XTAWzzKqSw8aTZMjXjtQY+vhe4azMAqIvbb6g7JKwIkmkRAjK6EXO3YWSnJVQ==", + "optional": true, + "dependencies": { + "@smithy/types": "^2.2.2", + "@smithy/util-uri-escape": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/querystring-parser": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-2.0.5.tgz", + "integrity": "sha512-C2stCULH0r54KBksv3AWcN8CLS3u9+WsEW8nBrvctrJ5rQTNa1waHkffpVaiKvcW2nP0aIMBPCobD/kYf/q9mA==", + "optional": true, + "dependencies": { + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/service-error-classification": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-2.0.0.tgz", + "integrity": "sha512-2z5Nafy1O0cTf69wKyNjGW/sNVMiqDnb4jgwfMG8ye8KnFJ5qmJpDccwIbJNhXIfbsxTg9SEec2oe1cexhMJvw==", + "optional": true, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/shared-ini-file-loader": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.0.6.tgz", + "integrity": "sha512-NO6dHqho6APbVR0DxPtYoL4KXBqUeSM3Slsd103MOgL50YbzzsQmMLtDMZ87W8MlvvCN0tuiq+OrAO/rM7hTQg==", + "optional": true, + "dependencies": { + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/signature-v4": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-2.0.5.tgz", + "integrity": "sha512-ABIzXmUDXK4n2c9cXjQLELgH2RdtABpYKT+U131e2I6RbCypFZmxIHmIBufJzU2kdMCQ3+thBGDWorAITFW04A==", + "optional": true, + "dependencies": { + "@smithy/eventstream-codec": "^2.0.5", + "@smithy/is-array-buffer": "^2.0.0", + "@smithy/types": "^2.2.2", + "@smithy/util-hex-encoding": "^2.0.0", + "@smithy/util-middleware": "^2.0.0", + "@smithy/util-uri-escape": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/smithy-client": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-2.0.5.tgz", + "integrity": "sha512-kCTFr8wfOAWKDzGvfBElc6shHigWtHNhMQ1IbosjC4jOlayFyZMSs2PysKB+Ox/dhQ41KqOzgVjgiQ+PyWqHMQ==", + "optional": true, + "dependencies": { + "@smithy/middleware-stack": "^2.0.0", + "@smithy/types": "^2.2.2", + "@smithy/util-stream": "^2.0.5", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/types": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.2.2.tgz", + "integrity": "sha512-4PS0y1VxDnELGHGgBWlDksB2LJK8TG8lcvlWxIsgR+8vROI7Ms8h1P4FQUx+ftAX2QZv5g1CJCdhdRmQKyonyw==", + "optional": true, + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/url-parser": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-2.0.5.tgz", + "integrity": "sha512-OdMBvZhpckQSkugCXNJQCvqJ71wE7Ftxce92UOQLQ9pwF6hoS5PLL7wEfpnuEXtStzBqJYkzu1C1ZfjuFGOXAA==", + "optional": true, + "dependencies": { + "@smithy/querystring-parser": "^2.0.5", + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + } + }, + "node_modules/@smithy/util-base64": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-2.0.0.tgz", + "integrity": "sha512-Zb1E4xx+m5Lud8bbeYi5FkcMJMnn+1WUnJF3qD7rAdXpaL7UjkFQLdmW5fHadoKbdHpwH9vSR8EyTJFHJs++tA==", + "optional": true, + "dependencies": { + "@smithy/util-buffer-from": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-body-length-browser": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-2.0.0.tgz", + "integrity": "sha512-JdDuS4ircJt+FDnaQj88TzZY3+njZ6O+D3uakS32f2VNnDo3vyEuNdBOh/oFd8Df1zSZOuH1HEChk2AOYDezZg==", + "optional": true, + "dependencies": { + "tslib": "^2.5.0" + } + }, + "node_modules/@smithy/util-body-length-node": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-2.1.0.tgz", + "integrity": "sha512-/li0/kj/y3fQ3vyzn36NTLGmUwAICb7Jbe/CsWCktW363gh1MOcpEcSO3mJ344Gv2dqz8YJCLQpb6hju/0qOWw==", + "optional": true, + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-buffer-from": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.0.0.tgz", + "integrity": "sha512-/YNnLoHsR+4W4Vf2wL5lGv0ksg8Bmk3GEGxn2vEQt52AQaPSCuaO5PM5VM7lP1K9qHRKHwrPGktqVoAHKWHxzw==", + "optional": true, + "dependencies": { + "@smithy/is-array-buffer": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-config-provider": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-2.0.0.tgz", + "integrity": "sha512-xCQ6UapcIWKxXHEU4Mcs2s7LcFQRiU3XEluM2WcCjjBtQkUN71Tb+ydGmJFPxMUrW/GWMgQEEGipLym4XG0jZg==", + "optional": true, + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-defaults-mode-browser": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.0.6.tgz", + "integrity": "sha512-h8xyKTZIIom62DN4xbPUmL+RL1deZcK1qJGmCr4c2yXjOrs5/iZ1VtQQcl+xP78620ga/565AikZE1sktdg2yA==", + "optional": true, + "dependencies": { + "@smithy/property-provider": "^2.0.6", + "@smithy/types": "^2.2.2", + "bowser": "^2.11.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@smithy/util-defaults-mode-node": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.0.7.tgz", + "integrity": "sha512-2C1YfmYJj9bpM/cRAgQppYNzPd8gDEXZ5XIVDuEQg3TmmIiinZaFf/HsHYo9NK/PMy5oawJVdIuR7SVriIo1AQ==", + "optional": true, + "dependencies": { + "@smithy/config-resolver": "^2.0.5", + "@smithy/credential-provider-imds": "^2.0.7", + "@smithy/node-config-provider": "^2.0.7", + "@smithy/property-provider": "^2.0.6", + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@smithy/util-hex-encoding": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-2.0.0.tgz", + "integrity": "sha512-c5xY+NUnFqG6d7HFh1IFfrm3mGl29lC+vF+geHv4ToiuJCBmIfzx6IeHLg+OgRdPFKDXIw6pvi+p3CsscaMcMA==", + "optional": true, + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-middleware": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-2.0.0.tgz", + "integrity": "sha512-eCWX4ECuDHn1wuyyDdGdUWnT4OGyIzV0LN1xRttBFMPI9Ff/4heSHVxneyiMtOB//zpXWCha1/SWHJOZstG7kA==", + "optional": true, + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-retry": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-2.0.0.tgz", + "integrity": "sha512-/dvJ8afrElasuiiIttRJeoS2sy8YXpksQwiM/TcepqdRVp7u4ejd9C4IQURHNjlfPUT7Y6lCDSa2zQJbdHhVTg==", + "optional": true, + "dependencies": { + "@smithy/service-error-classification": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">= 14.0.0" + } + }, + "node_modules/@smithy/util-stream": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-2.0.5.tgz", + "integrity": "sha512-ylx27GwI05xLpYQ4hDIfS15vm+wYjNN0Sc2P0FxuzgRe8v0BOLHppGIQ+Bezcynk8C9nUzsUue3TmtRhjut43g==", + "optional": true, + "dependencies": { + "@smithy/fetch-http-handler": "^2.0.5", + "@smithy/node-http-handler": "^2.0.5", + "@smithy/types": "^2.2.2", + "@smithy/util-base64": "^2.0.0", + "@smithy/util-buffer-from": "^2.0.0", + "@smithy/util-hex-encoding": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-uri-escape": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-2.0.0.tgz", + "integrity": "sha512-ebkxsqinSdEooQduuk9CbKcI+wheijxEb3utGXkCoYQkJnwTnLbH1JXGimJtUkQwNQbsbuYwG2+aFVyZf5TLaw==", + "optional": true, + "dependencies": { + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-utf8": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.0.0.tgz", + "integrity": "sha512-rctU1VkziY84n5OXe3bPNpKR001ZCME2JCaBBFgtiM2hfKbHFudc/BkMuPab8hRbLd0j3vbnBTTZ1igBf0wgiQ==", + "optional": true, + "dependencies": { + "@smithy/util-buffer-from": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@types/node": { + "version": "20.5.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.6.tgz", + "integrity": "sha512-Gi5wRGPbbyOTX+4Y2iULQ27oUPrefaB0PxGQJnfyWN3kvEDGM3mIB5M/gQLmitZf7A9FmLeaqxD3L1CXpm3VKQ==" + }, + "node_modules/@types/webidl-conversions": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "integrity": "sha512-xTE1E+YF4aWPJJeUzaZI5DRntlkY3+BCVJi0axFptnjGmAoWxkyREIh/XMrfxVLejwQxMCfDXdICo0VLxThrog==" + }, + "node_modules/@types/whatwg-url": { + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-8.2.2.tgz", + "integrity": "sha512-FtQu10RWgn3D9U4aazdwIE2yzphmTJREDqNdODHrbrZmmMqI0vMheC/6NE/J1Yveaj8H+ela+YwWTjq5PGmuhA==", + "dependencies": { + "@types/node": "*", + "@types/webidl-conversions": "*" + } + }, + "node_modules/abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" + }, + "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/agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "dependencies": { + "debug": "4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/agent-base/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/agent-base/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "engines": { + "node": ">=8" + } + }, + "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/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "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/aproba": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", + "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==" + }, + "node_modules/archetype": { + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/archetype/-/archetype-0.13.0.tgz", + "integrity": "sha512-ts/rng/A4UQPw1ZuQWWZvR2T0q2S5+zQGBH0RPsSlmyIAsZuIGEm1rgRga2NJnHODBbW/jVWMZIWbtlEyrS7JQ==", + "dependencies": { + "lodash.clonedeep": "4.x", + "lodash.set": "4.x", + "mpath": "0.8.x" + }, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/archetype/node_modules/mpath": { + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.4.tgz", + "integrity": "sha512-DTxNZomBcTWlrMW76jy1wvV37X/cNNxPW1y2Jzd4DZkAaC5ZGsm8bfGfNOthcDuRJujXLqiuS6o3Tpy0JEoh7g==", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/are-we-there-yet": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz", + "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==", + "dependencies": { + "delegates": "^1.0.0", + "readable-stream": "^3.6.0" + }, + "engines": { + "node": ">=10" + } + }, + "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/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "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/bcrypt": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-5.1.1.tgz", + "integrity": "sha512-AGBHOG5hPYZ5Xl9KXzU5iKq9516yEmvCKDg3ecP5kX2aB6UqTeXZxk2ELnDgDm6BQSMlLt9rDB4LoSMx0rYwww==", + "hasInstallScript": true, + "dependencies": { + "@mapbox/node-pre-gyp": "^1.0.11", + "node-addon-api": "^5.0.0" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/body-parser": { + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", + "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.4", + "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.1", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/bowser": { + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz", + "integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==", + "optional": true + }, + "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/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/bson": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/bson/-/bson-5.4.0.tgz", + "integrity": "sha512-WRZ5SQI5GfUuKnPTNmAYPiKIof3ORXAF4IRU5UcgmivNIon01rWQlw5RUH954dpu8yGL8T59YShVddIPaU/gFA==", + "engines": { + "node": ">=14.20.1" + } + }, + "node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "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.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dependencies": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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/chalk/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/chalk/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/chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ], + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "engines": { + "node": ">=10" + } + }, + "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/color-support": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", + "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", + "bin": { + "color-support": "bin.js" + } + }, + "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/concat-stream/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/concat-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/concat-stream/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/connect-mongodb-session": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/connect-mongodb-session/-/connect-mongodb-session-3.1.1.tgz", + "integrity": "sha512-HBfQW7lRLb64DopgxL4Pv8/iay4HcS1WU7YJfi7B8UbBPZGzVEHx67mx8xP5c2rWUMCQ4Xi/u4GUSC7e90Hhtw==", + "dependencies": { + "archetype": "0.13.x", + "mongodb": "4.x" + } + }, + "node_modules/connect-mongodb-session/node_modules/bson": { + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/bson/-/bson-4.7.2.tgz", + "integrity": "sha512-Ry9wCtIZ5kGqkJoi6aD8KjxFZEx78guTQDnpXWiNthsxzrxAK/i8E6pCHAIZTbaEFWcOCvbecMukfK7XUvyLpQ==", + "dependencies": { + "buffer": "^5.6.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/connect-mongodb-session/node_modules/mongodb": { + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.17.1.tgz", + "integrity": "sha512-MBuyYiPUPRTqfH2dV0ya4dcr2E5N52ocBuZ8Sgg/M030nGF78v855B3Z27mZJnp8PxjnUquEnAtjOsphgMZOlQ==", + "dependencies": { + "bson": "^4.7.2", + "mongodb-connection-string-url": "^2.6.0", + "socks": "^2.7.1" + }, + "engines": { + "node": ">=12.9.0" + }, + "optionalDependencies": { + "@aws-sdk/credential-providers": "^3.186.0", + "@mongodb-js/saslprep": "^1.1.0" + } + }, + "node_modules/console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==" + }, + "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/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/delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==" + }, + "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/detect-libc": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.2.tgz", + "integrity": "sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==", + "engines": { + "node": ">=8" + } + }, + "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/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "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/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.18.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", + "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.1", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.5.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-session": { + "version": "1.17.3", + "resolved": "https://registry.npmjs.org/express-session/-/express-session-1.17.3.tgz", + "integrity": "sha512-4+otWXlShYlG1Ma+2Jnn+xgKUZTMJ5QD3YvfilX3AcocOAbIkVylSWEklzALe/+Pu4qV6TYBj5GwOBFfdKqLBw==", + "dependencies": { + "cookie": "0.4.2", + "cookie-signature": "1.0.6", + "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.4.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", + "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fast-xml-parser": { + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz", + "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==", + "funding": [ + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + }, + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "optional": true, + "dependencies": { + "strnum": "^1.0.5" + }, + "bin": { + "fxparser": "src/cli/cli.js" + } + }, + "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/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "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/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-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/fs-minipass/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "node_modules/gauge": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz", + "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==", + "dependencies": { + "aproba": "^1.0.3 || ^2.0.0", + "color-support": "^1.1.2", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.1", + "object-assign": "^4.1.1", + "signal-exit": "^3.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "wide-align": "^1.1.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/get-intrinsic": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz", + "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==", + "dependencies": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/has-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", + "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", + "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/has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==" + }, + "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/https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "dependencies": { + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/https-proxy-agent/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/https-proxy-agent/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "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/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "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/ignore-by-default": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", + "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==", + "dev": true + }, + "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/ip": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", + "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==" + }, + "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/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "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/kareem": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/kareem/-/kareem-2.5.1.tgz", + "integrity": "sha512-7jFxRVm+jD+rkq3kY0iZDJfsO2/t4BBPeEb2qKn2lR/9KhuksYk5hxzfRYWMPV8P/x2d0kHD306YyWLzjjH+uA==", + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/lodash.clonedeep": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", + "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==" + }, + "node_modules/lodash.set": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz", + "integrity": "sha512-4hNPN5jlm/N/HLMCO43v8BXKq9Z7QdAGc/VGrRD61w8gN9g/6jF9A4L1pbUgBLCffi0w9VsXfTOij5x8iTyFvg==" + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-dir/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "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/memory-pager": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz", + "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==", + "optional": true + }, + "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": "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/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/minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "dependencies": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/minizlib/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/mongodb": { + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-5.7.0.tgz", + "integrity": "sha512-zm82Bq33QbqtxDf58fLWBwTjARK3NSvKYjyz997KSy6hpat0prjeX/kxjbPVyZY60XYPDNETaHkHJI2UCzSLuw==", + "dependencies": { + "bson": "^5.4.0", + "mongodb-connection-string-url": "^2.6.0", + "socks": "^2.7.1" + }, + "engines": { + "node": ">=14.20.1" + }, + "optionalDependencies": { + "saslprep": "^1.0.3" + }, + "peerDependencies": { + "@aws-sdk/credential-providers": "^3.201.0", + "@mongodb-js/zstd": "^1.1.0", + "kerberos": "^2.0.1", + "mongodb-client-encryption": ">=2.3.0 <3", + "snappy": "^7.2.2" + }, + "peerDependenciesMeta": { + "@aws-sdk/credential-providers": { + "optional": true + }, + "@mongodb-js/zstd": { + "optional": true + }, + "kerberos": { + "optional": true + }, + "mongodb-client-encryption": { + "optional": true + }, + "snappy": { + "optional": true + } + } + }, + "node_modules/mongodb-connection-string-url": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-2.6.0.tgz", + "integrity": "sha512-WvTZlI9ab0QYtTYnuMLgobULWhokRjtC7db9LtcVfJ+Hsnyr5eo6ZtNAt3Ly24XZScGMelOcGtm7lSn0332tPQ==", + "dependencies": { + "@types/whatwg-url": "^8.2.1", + "whatwg-url": "^11.0.0" + } + }, + "node_modules/mongoose": { + "version": "7.4.5", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.4.5.tgz", + "integrity": "sha512-X7Mw7KHUYZmyOQmlu7D9TnZh/3vOrAYmZwEpXDU0VDvLPKT0T7PF6blwiv3aXOEMwv9T3rLTC9lJb3C5dWld2A==", + "dependencies": { + "bson": "^5.4.0", + "kareem": "2.5.1", + "mongodb": "5.7.0", + "mpath": "0.9.0", + "mquery": "5.0.0", + "ms": "2.1.3", + "sift": "16.0.1" + }, + "engines": { + "node": ">=14.20.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mongoose" + } + }, + "node_modules/mongoose/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/mpath": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.9.0.tgz", + "integrity": "sha512-ikJRQTk8hw5DEoFVxHG1Gn9T/xcjtdnOKIU1JTmGjZZlg9LST2mBLmcX3/ICIbgJydT2GOc15RnNy5mHmzfSew==", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/mquery": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/mquery/-/mquery-5.0.0.tgz", + "integrity": "sha512-iQMncpmEK8R8ncT8HJGsGc9Dsp8xcgYMVSbs5jgnm1lFHTZqMJTUWTDx1LBO8+mK3tPNZWFLBghQEIOULSTHZg==", + "dependencies": { + "debug": "4.x" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/mquery/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/mquery/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "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/multer/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/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/node-addon-api": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-5.1.0.tgz", + "integrity": "sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==" + }, + "node_modules/node-fetch": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/node-fetch/node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + }, + "node_modules/node-fetch/node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + }, + "node_modules/node-fetch/node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/nodemon": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.1.tgz", + "integrity": "sha512-g9AZ7HmkhQkqXkRc20w+ZfQ73cHLbE8hnPbtaFbFtCumZsjyMhKk9LajQ07U5Ux28lvFjZ5X7HvWR1xzU8jHVw==", + "dev": true, + "dependencies": { + "chokidar": "^3.5.2", + "debug": "^3.2.7", + "ignore-by-default": "^1.0.1", + "minimatch": "^3.1.2", + "pstree.remy": "^1.1.8", + "semver": "^7.5.3", + "simple-update-notifier": "^2.0.0", + "supports-color": "^5.5.0", + "touch": "^3.1.0", + "undefsafe": "^2.0.5" + }, + "bin": { + "nodemon": "bin/nodemon.js" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/nodemon" + } + }, + "node_modules/nodemon/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/nodemon/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==", + "dev": true + }, + "node_modules/nopt": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", + "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", + "dependencies": { + "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npmlog": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz", + "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==", + "dependencies": { + "are-we-there-yet": "^2.0.0", + "console-control-strings": "^1.1.0", + "gauge": "^3.0.0", + "set-blocking": "^2.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.12.3", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", + "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", + "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": { + "version": "0.12.7", + "resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz", + "integrity": "sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==", + "dependencies": { + "process": "^0.11.1", + "util": "^0.10.3" + } + }, + "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/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", + "engines": { + "node": ">= 0.6.0" + } + }, + "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/pstree.remy": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", + "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==", + "dev": true + }, + "node_modules/punycode": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", + "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "engines": { + "node": ">=6" + } + }, + "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.1", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", + "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "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/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "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/saslprep": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.3.tgz", + "integrity": "sha512-/MY/PEMbk2SuY5sScONwhUDsV2p77Znkb/q3nSVstq/yQzYJOH/Azh29p9oJLsl3LnQwSvZDKagDGBsBwSooag==", + "optional": true, + "dependencies": { + "sparse-bitfield": "^3.0.3" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "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/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-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==" + }, + "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.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dependencies": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/sift": { + "version": "16.0.1", + "resolved": "https://registry.npmjs.org/sift/-/sift-16.0.1.tgz", + "integrity": "sha512-Wv6BjQ5zbhW7VFefWusVP33T/EM0vYikCaQ2qR8yULbsilAT8/wQaXvuQ3ptGLpoKx+lihJE3y2UTgKDyyNHZQ==" + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, + "node_modules/simple-update-notifier": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz", + "integrity": "sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==", + "dev": true, + "dependencies": { + "semver": "^7.5.3" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/smart-buffer": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", + "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/socks": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz", + "integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==", + "dependencies": { + "ip": "^2.0.0", + "smart-buffer": "^4.2.0" + }, + "engines": { + "node": ">= 10.13.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/sparse-bitfield": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", + "integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==", + "optional": true, + "dependencies": { + "memory-pager": "^1.0.2" + } + }, + "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/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.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strnum": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz", + "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==", + "optional": true + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/tar": { + "version": "6.1.15", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.15.tgz", + "integrity": "sha512-/zKt9UyngnxIT/EAGYuxaMYgOIJiP81ab9ZfkILq4oNLPFX50qyYmu7jRj9qeXoxmJHjGlbH0+cm2uy1WCs10A==", + "dependencies": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^5.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.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/touch": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz", + "integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==", + "dev": true, + "dependencies": { + "nopt": "~1.0.10" + }, + "bin": { + "nodetouch": "bin/nodetouch.js" + } + }, + "node_modules/touch/node_modules/nopt": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", + "integrity": "sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==", + "dev": true, + "dependencies": { + "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": "*" + } + }, + "node_modules/tr46": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", + "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==", + "dependencies": { + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", + "optional": true + }, + "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/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/undefsafe": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", + "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==", + "dev": true + }, + "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/util": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", + "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==", + "dependencies": { + "inherits": "2.0.3" + } + }, + "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/util/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==" + }, + "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": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "optional": true, + "bin": { + "uuid": "dist/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/webidl-conversions": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", + "engines": { + "node": ">=12" + } + }, + "node_modules/whatwg-url": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz", + "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==", + "dependencies": { + "tr46": "^3.0.0", + "webidl-conversions": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/wide-align": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", + "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", + "dependencies": { + "string-width": "^1.0.2 || 2 || 3 || 4" + } + }, + "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" + } + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..db8367b --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "marketingtool", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "start": "nodemon server.js", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "TechTasa", + "license": "ISC", + "dependencies": { + "bcrypt": "^5.1.1", + "connect-mongodb-session": "^3.1.1", + "ejs": "^3.1.9", + "express": "^4.18.2", + "express-session": "^1.17.3", + "mongoose": "^7.4.5", + "multer": "^1.4.5-lts.1", + "path": "^0.12.7" + }, + "devDependencies": { + "nodemon": "^3.0.1" + } +} diff --git a/public/Icons/Acxiom.png b/public/Icons/Acxiom.png new file mode 100644 index 0000000..dd92941 Binary files /dev/null and b/public/Icons/Acxiom.png differ diff --git a/public/Icons/Adapt.png b/public/Icons/Adapt.png new file mode 100644 index 0000000..0751c39 Binary files /dev/null and b/public/Icons/Adapt.png differ diff --git a/public/Icons/Apna.png b/public/Icons/Apna.png new file mode 100644 index 0000000..37d0f65 Binary files /dev/null and b/public/Icons/Apna.png differ diff --git a/public/Icons/ClearBit.png b/public/Icons/ClearBit.png new file mode 100644 index 0000000..f05901e Binary files /dev/null and b/public/Icons/ClearBit.png differ diff --git a/public/Icons/CoreLogic.png b/public/Icons/CoreLogic.png new file mode 100644 index 0000000..087f235 Binary files /dev/null and b/public/Icons/CoreLogic.png differ diff --git a/public/Icons/DataLogix.png b/public/Icons/DataLogix.png new file mode 100644 index 0000000..765d595 Binary files /dev/null and b/public/Icons/DataLogix.png differ diff --git a/public/Icons/DataNyze.png b/public/Icons/DataNyze.png new file mode 100644 index 0000000..3c1b787 Binary files /dev/null and b/public/Icons/DataNyze.png differ diff --git a/public/Icons/DataSift.png b/public/Icons/DataSift.png new file mode 100644 index 0000000..06464f1 Binary files /dev/null and b/public/Icons/DataSift.png differ diff --git a/public/Icons/Equifax.png b/public/Icons/Equifax.png new file mode 100644 index 0000000..5af8adc Binary files /dev/null and b/public/Icons/Equifax.png differ diff --git a/public/Icons/Experian.png b/public/Icons/Experian.png new file mode 100644 index 0000000..efaa1a3 Binary files /dev/null and b/public/Icons/Experian.png differ diff --git a/public/Icons/GlassDoor.png b/public/Icons/GlassDoor.png new file mode 100644 index 0000000..6aed2c1 Binary files /dev/null and b/public/Icons/GlassDoor.png differ diff --git a/public/Icons/Gnip.png b/public/Icons/Gnip.png new file mode 100644 index 0000000..448a8f4 Binary files /dev/null and b/public/Icons/Gnip.png differ diff --git a/public/Icons/InsideView.png b/public/Icons/InsideView.png new file mode 100644 index 0000000..5541763 Binary files /dev/null and b/public/Icons/InsideView.png differ diff --git a/public/Icons/Intelius.png b/public/Icons/Intelius.png new file mode 100644 index 0000000..e8c1524 Binary files /dev/null and b/public/Icons/Intelius.png differ diff --git a/public/Icons/Iri.png b/public/Icons/Iri.png new file mode 100644 index 0000000..783b472 Binary files /dev/null and b/public/Icons/Iri.png differ diff --git a/public/Icons/Lead411.png b/public/Icons/Lead411.png new file mode 100644 index 0000000..c7f955b Binary files /dev/null and b/public/Icons/Lead411.png differ diff --git a/public/Icons/LeadIq.png b/public/Icons/LeadIq.png new file mode 100644 index 0000000..8ce09d4 Binary files /dev/null and b/public/Icons/LeadIq.png differ diff --git a/public/Icons/LeadsOnion.png b/public/Icons/LeadsOnion.png new file mode 100644 index 0000000..44f56be Binary files /dev/null and b/public/Icons/LeadsOnion.png differ diff --git a/public/Icons/LindedinSales.png b/public/Icons/LindedinSales.png new file mode 100644 index 0000000..97f88c7 Binary files /dev/null and b/public/Icons/LindedinSales.png differ diff --git a/public/Icons/Lusha.png b/public/Icons/Lusha.png new file mode 100644 index 0000000..2d44df6 Binary files /dev/null and b/public/Icons/Lusha.png differ diff --git a/public/Icons/Monster.png b/public/Icons/Monster.png new file mode 100644 index 0000000..a325204 Binary files /dev/null and b/public/Icons/Monster.png differ diff --git a/public/Icons/Naukri.png b/public/Icons/Naukri.png new file mode 100644 index 0000000..85d0a91 Binary files /dev/null and b/public/Icons/Naukri.png differ diff --git a/public/Icons/Nielsen.png b/public/Icons/Nielsen.png new file mode 100644 index 0000000..b6ffb87 Binary files /dev/null and b/public/Icons/Nielsen.png differ diff --git a/public/Icons/Owler.png b/public/Icons/Owler.png new file mode 100644 index 0000000..7c5e015 Binary files /dev/null and b/public/Icons/Owler.png differ diff --git a/public/Icons/PeekYou.png b/public/Icons/PeekYou.png new file mode 100644 index 0000000..9c252ac Binary files /dev/null and b/public/Icons/PeekYou.png differ diff --git a/public/Icons/RecordedFuture.png b/public/Icons/RecordedFuture.png new file mode 100644 index 0000000..5696368 Binary files /dev/null and b/public/Icons/RecordedFuture.png differ diff --git a/public/Icons/SalesIntel.png b/public/Icons/SalesIntel.png new file mode 100644 index 0000000..39751aa Binary files /dev/null and b/public/Icons/SalesIntel.png differ diff --git a/public/Icons/Seamless.png b/public/Icons/Seamless.png new file mode 100644 index 0000000..9c524fc Binary files /dev/null and b/public/Icons/Seamless.png differ diff --git a/public/Icons/Shine.png b/public/Icons/Shine.png new file mode 100644 index 0000000..f71de9a Binary files /dev/null and b/public/Icons/Shine.png differ diff --git a/public/Icons/Slintel.png b/public/Icons/Slintel.png new file mode 100644 index 0000000..0ad9790 Binary files /dev/null and b/public/Icons/Slintel.png differ diff --git a/public/Icons/TransUnion.png b/public/Icons/TransUnion.png new file mode 100644 index 0000000..93527ba Binary files /dev/null and b/public/Icons/TransUnion.png differ diff --git a/public/Icons/UpLead.png b/public/Icons/UpLead.png new file mode 100644 index 0000000..268c6a7 Binary files /dev/null and b/public/Icons/UpLead.png differ diff --git a/public/Icons/WRecruiter.png b/public/Icons/WRecruiter.png new file mode 100644 index 0000000..e48eb72 Binary files /dev/null and b/public/Icons/WRecruiter.png differ diff --git a/public/Icons/ZoomInfo.png b/public/Icons/ZoomInfo.png new file mode 100644 index 0000000..68e6b72 Binary files /dev/null and b/public/Icons/ZoomInfo.png differ diff --git a/public/Icons/eBureau.png b/public/Icons/eBureau.png new file mode 100644 index 0000000..ff9338a Binary files /dev/null and b/public/Icons/eBureau.png differ diff --git a/public/Icons/idAnalytics.png b/public/Icons/idAnalytics.png new file mode 100644 index 0000000..3c47272 Binary files /dev/null and b/public/Icons/idAnalytics.png differ diff --git a/public/Imgs/Banner/1.png b/public/Imgs/Banner/1.png new file mode 100644 index 0000000..4ad2c93 Binary files /dev/null and b/public/Imgs/Banner/1.png differ diff --git a/public/Imgs/Banner/10.png b/public/Imgs/Banner/10.png new file mode 100644 index 0000000..71a3b8f Binary files /dev/null and b/public/Imgs/Banner/10.png differ diff --git a/public/Imgs/Banner/11.png b/public/Imgs/Banner/11.png new file mode 100644 index 0000000..fc661a0 Binary files /dev/null and b/public/Imgs/Banner/11.png differ diff --git a/public/Imgs/Banner/12.png b/public/Imgs/Banner/12.png new file mode 100644 index 0000000..402260f Binary files /dev/null and b/public/Imgs/Banner/12.png differ diff --git a/public/Imgs/Banner/13.png b/public/Imgs/Banner/13.png new file mode 100644 index 0000000..aafa924 Binary files /dev/null and b/public/Imgs/Banner/13.png differ diff --git a/public/Imgs/Banner/14.png b/public/Imgs/Banner/14.png new file mode 100644 index 0000000..8171b4a Binary files /dev/null and b/public/Imgs/Banner/14.png differ diff --git a/public/Imgs/Banner/2.png b/public/Imgs/Banner/2.png new file mode 100644 index 0000000..29ffa10 Binary files /dev/null and b/public/Imgs/Banner/2.png differ diff --git a/public/Imgs/Banner/3.png b/public/Imgs/Banner/3.png new file mode 100644 index 0000000..8ce8944 Binary files /dev/null and b/public/Imgs/Banner/3.png differ diff --git a/public/Imgs/Banner/4.png b/public/Imgs/Banner/4.png new file mode 100644 index 0000000..6834ea6 Binary files /dev/null and b/public/Imgs/Banner/4.png differ diff --git a/public/Imgs/Banner/5.png b/public/Imgs/Banner/5.png new file mode 100644 index 0000000..31300bc Binary files /dev/null and b/public/Imgs/Banner/5.png differ diff --git a/public/Imgs/Banner/6.png b/public/Imgs/Banner/6.png new file mode 100644 index 0000000..c2acffc Binary files /dev/null and b/public/Imgs/Banner/6.png differ diff --git a/public/Imgs/Banner/7.png b/public/Imgs/Banner/7.png new file mode 100644 index 0000000..0818aac Binary files /dev/null and b/public/Imgs/Banner/7.png differ diff --git a/public/Imgs/Banner/8.png b/public/Imgs/Banner/8.png new file mode 100644 index 0000000..47cc728 Binary files /dev/null and b/public/Imgs/Banner/8.png differ diff --git a/public/Imgs/Banner/9.png b/public/Imgs/Banner/9.png new file mode 100644 index 0000000..0d088d9 Binary files /dev/null and b/public/Imgs/Banner/9.png differ diff --git a/public/Imgs/Icons/Acxiom.png b/public/Imgs/Icons/Acxiom.png new file mode 100644 index 0000000..dd92941 Binary files /dev/null and b/public/Imgs/Icons/Acxiom.png differ diff --git a/public/Imgs/Icons/Adapt.png b/public/Imgs/Icons/Adapt.png new file mode 100644 index 0000000..0751c39 Binary files /dev/null and b/public/Imgs/Icons/Adapt.png differ diff --git a/public/Imgs/Icons/Apna.png b/public/Imgs/Icons/Apna.png new file mode 100644 index 0000000..37d0f65 Binary files /dev/null and b/public/Imgs/Icons/Apna.png differ diff --git a/public/Imgs/Icons/ClearBit.png b/public/Imgs/Icons/ClearBit.png new file mode 100644 index 0000000..f05901e Binary files /dev/null and b/public/Imgs/Icons/ClearBit.png differ diff --git a/public/Imgs/Icons/CoreLogic.png b/public/Imgs/Icons/CoreLogic.png new file mode 100644 index 0000000..087f235 Binary files /dev/null and b/public/Imgs/Icons/CoreLogic.png differ diff --git a/public/Imgs/Icons/DataLogix.png b/public/Imgs/Icons/DataLogix.png new file mode 100644 index 0000000..765d595 Binary files /dev/null and b/public/Imgs/Icons/DataLogix.png differ diff --git a/public/Imgs/Icons/DataNyze.png b/public/Imgs/Icons/DataNyze.png new file mode 100644 index 0000000..3c1b787 Binary files /dev/null and b/public/Imgs/Icons/DataNyze.png differ diff --git a/public/Imgs/Icons/DataSift.png b/public/Imgs/Icons/DataSift.png new file mode 100644 index 0000000..06464f1 Binary files /dev/null and b/public/Imgs/Icons/DataSift.png differ diff --git a/public/Imgs/Icons/Equifax.png b/public/Imgs/Icons/Equifax.png new file mode 100644 index 0000000..5af8adc Binary files /dev/null and b/public/Imgs/Icons/Equifax.png differ diff --git a/public/Imgs/Icons/Experian.png b/public/Imgs/Icons/Experian.png new file mode 100644 index 0000000..efaa1a3 Binary files /dev/null and b/public/Imgs/Icons/Experian.png differ diff --git a/public/Imgs/Icons/GlassDoor.png b/public/Imgs/Icons/GlassDoor.png new file mode 100644 index 0000000..6aed2c1 Binary files /dev/null and b/public/Imgs/Icons/GlassDoor.png differ diff --git a/public/Imgs/Icons/Gnip.png b/public/Imgs/Icons/Gnip.png new file mode 100644 index 0000000..448a8f4 Binary files /dev/null and b/public/Imgs/Icons/Gnip.png differ diff --git a/public/Imgs/Icons/InsideView.png b/public/Imgs/Icons/InsideView.png new file mode 100644 index 0000000..5541763 Binary files /dev/null and b/public/Imgs/Icons/InsideView.png differ diff --git a/public/Imgs/Icons/Intelius.png b/public/Imgs/Icons/Intelius.png new file mode 100644 index 0000000..e8c1524 Binary files /dev/null and b/public/Imgs/Icons/Intelius.png differ diff --git a/public/Imgs/Icons/Iri.png b/public/Imgs/Icons/Iri.png new file mode 100644 index 0000000..783b472 Binary files /dev/null and b/public/Imgs/Icons/Iri.png differ diff --git a/public/Imgs/Icons/Lead411.png b/public/Imgs/Icons/Lead411.png new file mode 100644 index 0000000..c7f955b Binary files /dev/null and b/public/Imgs/Icons/Lead411.png differ diff --git a/public/Imgs/Icons/LeadIq.png b/public/Imgs/Icons/LeadIq.png new file mode 100644 index 0000000..8ce09d4 Binary files /dev/null and b/public/Imgs/Icons/LeadIq.png differ diff --git a/public/Imgs/Icons/LeadsOnion.png b/public/Imgs/Icons/LeadsOnion.png new file mode 100644 index 0000000..44f56be Binary files /dev/null and b/public/Imgs/Icons/LeadsOnion.png differ diff --git a/public/Imgs/Icons/LindedinSales.png b/public/Imgs/Icons/LindedinSales.png new file mode 100644 index 0000000..97f88c7 Binary files /dev/null and b/public/Imgs/Icons/LindedinSales.png differ diff --git a/public/Imgs/Icons/Logog.png b/public/Imgs/Icons/Logog.png new file mode 100644 index 0000000..1eedcb1 Binary files /dev/null and b/public/Imgs/Icons/Logog.png differ diff --git a/public/Imgs/Icons/Lusha.png b/public/Imgs/Icons/Lusha.png new file mode 100644 index 0000000..2d44df6 Binary files /dev/null and b/public/Imgs/Icons/Lusha.png differ diff --git a/public/Imgs/Icons/Monster.png b/public/Imgs/Icons/Monster.png new file mode 100644 index 0000000..a325204 Binary files /dev/null and b/public/Imgs/Icons/Monster.png differ diff --git a/public/Imgs/Icons/Naukri.png b/public/Imgs/Icons/Naukri.png new file mode 100644 index 0000000..85d0a91 Binary files /dev/null and b/public/Imgs/Icons/Naukri.png differ diff --git a/public/Imgs/Icons/Nielsen.png b/public/Imgs/Icons/Nielsen.png new file mode 100644 index 0000000..b6ffb87 Binary files /dev/null and b/public/Imgs/Icons/Nielsen.png differ diff --git a/public/Imgs/Icons/Owler.png b/public/Imgs/Icons/Owler.png new file mode 100644 index 0000000..7c5e015 Binary files /dev/null and b/public/Imgs/Icons/Owler.png differ diff --git a/public/Imgs/Icons/PeekYou.png b/public/Imgs/Icons/PeekYou.png new file mode 100644 index 0000000..9c252ac Binary files /dev/null and b/public/Imgs/Icons/PeekYou.png differ diff --git a/public/Imgs/Icons/RecordedFuture.png b/public/Imgs/Icons/RecordedFuture.png new file mode 100644 index 0000000..5696368 Binary files /dev/null and b/public/Imgs/Icons/RecordedFuture.png differ diff --git a/public/Imgs/Icons/SalesIntel.png b/public/Imgs/Icons/SalesIntel.png new file mode 100644 index 0000000..39751aa Binary files /dev/null and b/public/Imgs/Icons/SalesIntel.png differ diff --git a/public/Imgs/Icons/Seamless.png b/public/Imgs/Icons/Seamless.png new file mode 100644 index 0000000..9c524fc Binary files /dev/null and b/public/Imgs/Icons/Seamless.png differ diff --git a/public/Imgs/Icons/Shine.png b/public/Imgs/Icons/Shine.png new file mode 100644 index 0000000..f71de9a Binary files /dev/null and b/public/Imgs/Icons/Shine.png differ diff --git a/public/Imgs/Icons/Slintel.png b/public/Imgs/Icons/Slintel.png new file mode 100644 index 0000000..0ad9790 Binary files /dev/null and b/public/Imgs/Icons/Slintel.png differ diff --git a/public/Imgs/Icons/TransUnion.png b/public/Imgs/Icons/TransUnion.png new file mode 100644 index 0000000..93527ba Binary files /dev/null and b/public/Imgs/Icons/TransUnion.png differ diff --git a/public/Imgs/Icons/UpLead.png b/public/Imgs/Icons/UpLead.png new file mode 100644 index 0000000..268c6a7 Binary files /dev/null and b/public/Imgs/Icons/UpLead.png differ diff --git a/public/Imgs/Icons/WRecruiter.png b/public/Imgs/Icons/WRecruiter.png new file mode 100644 index 0000000..e48eb72 Binary files /dev/null and b/public/Imgs/Icons/WRecruiter.png differ diff --git a/public/Imgs/Icons/ZoomInfo.png b/public/Imgs/Icons/ZoomInfo.png new file mode 100644 index 0000000..68e6b72 Binary files /dev/null and b/public/Imgs/Icons/ZoomInfo.png differ diff --git a/public/Imgs/Icons/cart.svg b/public/Imgs/Icons/cart.svg new file mode 100644 index 0000000..5cdfb77 --- /dev/null +++ b/public/Imgs/Icons/cart.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/public/Imgs/Icons/eBureau.png b/public/Imgs/Icons/eBureau.png new file mode 100644 index 0000000..ff9338a Binary files /dev/null and b/public/Imgs/Icons/eBureau.png differ diff --git a/public/Imgs/Icons/hamburger.svg b/public/Imgs/Icons/hamburger.svg new file mode 100644 index 0000000..666002d --- /dev/null +++ b/public/Imgs/Icons/hamburger.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/public/Imgs/Icons/idAnalytics.png b/public/Imgs/Icons/idAnalytics.png new file mode 100644 index 0000000..3c47272 Binary files /dev/null and b/public/Imgs/Icons/idAnalytics.png differ diff --git a/public/Imgs/Icons/pin.svg b/public/Imgs/Icons/pin.svg new file mode 100644 index 0000000..3a75838 --- /dev/null +++ b/public/Imgs/Icons/pin.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/public/Imgs/Icons/rating.svg b/public/Imgs/Icons/rating.svg new file mode 100644 index 0000000..c8958a8 --- /dev/null +++ b/public/Imgs/Icons/rating.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/public/Imgs/Icons/search.svg b/public/Imgs/Icons/search.svg new file mode 100644 index 0000000..404b8de --- /dev/null +++ b/public/Imgs/Icons/search.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/public/Imgs/LOGOS/CRM.png b/public/Imgs/LOGOS/CRM.png new file mode 100644 index 0000000..f5bd612 Binary files /dev/null and b/public/Imgs/LOGOS/CRM.png differ diff --git a/public/Imgs/LOGOS/GetYouths_Logo.svg b/public/Imgs/LOGOS/GetYouths_Logo.svg new file mode 100644 index 0000000..d8fc0f4 --- /dev/null +++ b/public/Imgs/LOGOS/GetYouths_Logo.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/public/Imgs/LOGOS/Lead-Gen.png b/public/Imgs/LOGOS/Lead-Gen.png new file mode 100644 index 0000000..b972dfc Binary files /dev/null and b/public/Imgs/LOGOS/Lead-Gen.png differ diff --git a/public/Imgs/LOGOS/Oceanone_logo_white.svg b/public/Imgs/LOGOS/Oceanone_logo_white.svg new file mode 100644 index 0000000..4dafb79 --- /dev/null +++ b/public/Imgs/LOGOS/Oceanone_logo_white.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/public/Imgs/LOGOS/SL_LOGO.svg b/public/Imgs/LOGOS/SL_LOGO.svg new file mode 100644 index 0000000..41b5988 --- /dev/null +++ b/public/Imgs/LOGOS/SL_LOGO.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/Imgs/LOGOS/SurelyLeads.png b/public/Imgs/LOGOS/SurelyLeads.png new file mode 100644 index 0000000..51b48c4 Binary files /dev/null and b/public/Imgs/LOGOS/SurelyLeads.png differ diff --git a/public/Imgs/LOGOS/Tech_Tasa_Logo.svg b/public/Imgs/LOGOS/Tech_Tasa_Logo.svg new file mode 100644 index 0000000..a863311 --- /dev/null +++ b/public/Imgs/LOGOS/Tech_Tasa_Logo.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/public/Imgs/LOGOS/Tech_Tasa_Logo_Png.png b/public/Imgs/LOGOS/Tech_Tasa_Logo_Png.png new file mode 100644 index 0000000..8db352b Binary files /dev/null and b/public/Imgs/LOGOS/Tech_Tasa_Logo_Png.png differ diff --git a/public/Imgs/LOGOS/XpertRupees_Logo.svg b/public/Imgs/LOGOS/XpertRupees_Logo.svg new file mode 100644 index 0000000..f6a5077 --- /dev/null +++ b/public/Imgs/LOGOS/XpertRupees_Logo.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/public/Imgs/LOGOS/XpertRupees_Logo_White.svg b/public/Imgs/LOGOS/XpertRupees_Logo_White.svg new file mode 100644 index 0000000..e0606d7 --- /dev/null +++ b/public/Imgs/LOGOS/XpertRupees_Logo_White.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/public/Imgs/LOGOS/logo_oceanone.png b/public/Imgs/LOGOS/logo_oceanone.png new file mode 100644 index 0000000..dfca19e Binary files /dev/null and b/public/Imgs/LOGOS/logo_oceanone.png differ diff --git a/public/Imgs/Products/CRM.png b/public/Imgs/Products/CRM.png new file mode 100644 index 0000000..f5bd612 Binary files /dev/null and b/public/Imgs/Products/CRM.png differ diff --git a/public/Imgs/Products/CreditCard.png b/public/Imgs/Products/CreditCard.png new file mode 100644 index 0000000..2ea2769 Binary files /dev/null and b/public/Imgs/Products/CreditCard.png differ diff --git a/public/Imgs/Products/Lead-Gen.png b/public/Imgs/Products/Lead-Gen.png new file mode 100644 index 0000000..b972dfc Binary files /dev/null and b/public/Imgs/Products/Lead-Gen.png differ diff --git a/public/Imgs/Products/Nutriley.png b/public/Imgs/Products/Nutriley.png new file mode 100644 index 0000000..fdf2b41 Binary files /dev/null and b/public/Imgs/Products/Nutriley.png differ diff --git a/public/Imgs/Products/Nutriley/8inch Capsules 50Capsules 40Capsules.png b/public/Imgs/Products/Nutriley/8inch Capsules 50Capsules 40Capsules.png new file mode 100644 index 0000000..b4c1383 Binary files /dev/null and b/public/Imgs/Products/Nutriley/8inch Capsules 50Capsules 40Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/8inch Oil 15Ml.png b/public/Imgs/Products/Nutriley/8inch Oil 15Ml.png new file mode 100644 index 0000000..995502a Binary files /dev/null and b/public/Imgs/Products/Nutriley/8inch Oil 15Ml.png differ diff --git a/public/Imgs/Products/Nutriley/9Inch Capsules 50Capsules 40Capsules.png b/public/Imgs/Products/Nutriley/9Inch Capsules 50Capsules 40Capsules.png new file mode 100644 index 0000000..612aa44 Binary files /dev/null and b/public/Imgs/Products/Nutriley/9Inch Capsules 50Capsules 40Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/9Inch Oil 15Ml.png b/public/Imgs/Products/Nutriley/9Inch Oil 15Ml.png new file mode 100644 index 0000000..4a3066c Binary files /dev/null and b/public/Imgs/Products/Nutriley/9Inch Oil 15Ml.png differ diff --git a/public/Imgs/Products/Nutriley/ALQUIT POWDER 30Sachets.png b/public/Imgs/Products/Nutriley/ALQUIT POWDER 30Sachets.png new file mode 100644 index 0000000..f38c02a Binary files /dev/null and b/public/Imgs/Products/Nutriley/ALQUIT POWDER 30Sachets.png differ diff --git a/public/Imgs/Products/Nutriley/Abifec Capsules 50 Capsules.png b/public/Imgs/Products/Nutriley/Abifec Capsules 50 Capsules.png new file mode 100644 index 0000000..2ba4214 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Abifec Capsules 50 Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Amino Mass 500Gms, 1Kg.png b/public/Imgs/Products/Nutriley/Amino Mass 500Gms, 1Kg.png new file mode 100644 index 0000000..4df60b9 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Amino Mass 500Gms, 1Kg.png differ diff --git a/public/Imgs/Products/Nutriley/Ayush Kwath Capsules 30, 60 Capsules _ 100Gm.png b/public/Imgs/Products/Nutriley/Ayush Kwath Capsules 30, 60 Capsules _ 100Gm.png new file mode 100644 index 0000000..44c5b65 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Ayush Kwath Capsules 30, 60 Capsules _ 100Gm.png differ diff --git a/public/Imgs/Products/Nutriley/Body Gain 500Gms, 1Kg.png b/public/Imgs/Products/Nutriley/Body Gain 500Gms, 1Kg.png new file mode 100644 index 0000000..5f83f06 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Body Gain 500Gms, 1Kg.png differ diff --git a/public/Imgs/Products/Nutriley/Bosom Capsules 60Capsules.png b/public/Imgs/Products/Nutriley/Bosom Capsules 60Capsules.png new file mode 100644 index 0000000..f26cf0b Binary files /dev/null and b/public/Imgs/Products/Nutriley/Bosom Capsules 60Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Bosom Oil 100Ml.png b/public/Imgs/Products/Nutriley/Bosom Oil 100Ml.png new file mode 100644 index 0000000..19bd197 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Bosom Oil 100Ml.png differ diff --git a/public/Imgs/Products/Nutriley/Cholesfit Capsules 60Capsules.png b/public/Imgs/Products/Nutriley/Cholesfit Capsules 60Capsules.png new file mode 100644 index 0000000..a74695e Binary files /dev/null and b/public/Imgs/Products/Nutriley/Cholesfit Capsules 60Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Coleen Capsules 60Capsules.png b/public/Imgs/Products/Nutriley/Coleen Capsules 60Capsules.png new file mode 100644 index 0000000..2bd7146 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Coleen Capsules 60Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Diabakon Capsules 60Capsules.png b/public/Imgs/Products/Nutriley/Diabakon Capsules 60Capsules.png new file mode 100644 index 0000000..c9cc2a9 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Diabakon Capsules 60Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Draintaar Capsules 60 Capsules.png b/public/Imgs/Products/Nutriley/Draintaar Capsules 60 Capsules.png new file mode 100644 index 0000000..5bbb7c6 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Draintaar Capsules 60 Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Durapill Capsules 50Capsules.png b/public/Imgs/Products/Nutriley/Durapill Capsules 50Capsules.png new file mode 100644 index 0000000..c6036a4 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Durapill Capsules 50Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Durapill Lotion 15Ml.png b/public/Imgs/Products/Nutriley/Durapill Lotion 15Ml.png new file mode 100644 index 0000000..6c8c2e5 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Durapill Lotion 15Ml.png differ diff --git a/public/Imgs/Products/Nutriley/Extra Kilos 500Gms, 1Kg.png b/public/Imgs/Products/Nutriley/Extra Kilos 500Gms, 1Kg.png new file mode 100644 index 0000000..e949715 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Extra Kilos 500Gms, 1Kg.png differ diff --git a/public/Imgs/Products/Nutriley/Feminity Capsules 50 Capsules.png b/public/Imgs/Products/Nutriley/Feminity Capsules 50 Capsules.png new file mode 100644 index 0000000..09c3966 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Feminity Capsules 50 Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Fix Time 30 Capsules 6 Capsules.png b/public/Imgs/Products/Nutriley/Fix Time 30 Capsules 6 Capsules.png new file mode 100644 index 0000000..784918a Binary files /dev/null and b/public/Imgs/Products/Nutriley/Fix Time 30 Capsules 6 Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Hair Gain Capsules 60Capsules.png b/public/Imgs/Products/Nutriley/Hair Gain Capsules 60Capsules.png new file mode 100644 index 0000000..728260c Binary files /dev/null and b/public/Imgs/Products/Nutriley/Hair Gain Capsules 60Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Hair Gain Lotion 200Ml.png b/public/Imgs/Products/Nutriley/Hair Gain Lotion 200Ml.png new file mode 100644 index 0000000..84b67ad Binary files /dev/null and b/public/Imgs/Products/Nutriley/Hair Gain Lotion 200Ml.png differ diff --git a/public/Imgs/Products/Nutriley/HighMax 500Gms, 1Kg.png b/public/Imgs/Products/Nutriley/HighMax 500Gms, 1Kg.png new file mode 100644 index 0000000..c90f36e Binary files /dev/null and b/public/Imgs/Products/Nutriley/HighMax 500Gms, 1Kg.png differ diff --git a/public/Imgs/Products/Nutriley/Kidigain 500Gms.png b/public/Imgs/Products/Nutriley/Kidigain 500Gms.png new file mode 100644 index 0000000..7f2bf21 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Kidigain 500Gms.png differ diff --git a/public/Imgs/Products/Nutriley/Mensureg Capsules 60Capsules.png b/public/Imgs/Products/Nutriley/Mensureg Capsules 60Capsules.png new file mode 100644 index 0000000..100ee30 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Mensureg Capsules 60Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Mythocare Capsules 60Capsules.png b/public/Imgs/Products/Nutriley/Mythocare Capsules 60Capsules.png new file mode 100644 index 0000000..0f0a82a Binary files /dev/null and b/public/Imgs/Products/Nutriley/Mythocare Capsules 60Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Nutrimass Gold 500Gms, 1Kg.png b/public/Imgs/Products/Nutriley/Nutrimass Gold 500Gms, 1Kg.png new file mode 100644 index 0000000..0e541fe Binary files /dev/null and b/public/Imgs/Products/Nutriley/Nutrimass Gold 500Gms, 1Kg.png differ diff --git a/public/Imgs/Products/Nutriley/Orthorelief Capsules 60Capsules.png b/public/Imgs/Products/Nutriley/Orthorelief Capsules 60Capsules.png new file mode 100644 index 0000000..56ba9a9 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Orthorelief Capsules 60Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Orthosure Capsules 60Capsules.png b/public/Imgs/Products/Nutriley/Orthosure Capsules 60Capsules.png new file mode 100644 index 0000000..dfa6e53 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Orthosure Capsules 60Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Orthosure Gold Capsules 60Capsules.png b/public/Imgs/Products/Nutriley/Orthosure Gold Capsules 60Capsules.png new file mode 100644 index 0000000..ab31587 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Orthosure Gold Capsules 60Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Orthosure Gold Oil 30Ml.png b/public/Imgs/Products/Nutriley/Orthosure Gold Oil 30Ml.png new file mode 100644 index 0000000..51a7aa6 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Orthosure Gold Oil 30Ml.png differ diff --git a/public/Imgs/Products/Nutriley/Orthosure Oil 30Ml.png b/public/Imgs/Products/Nutriley/Orthosure Oil 30Ml.png new file mode 100644 index 0000000..28a8b5e Binary files /dev/null and b/public/Imgs/Products/Nutriley/Orthosure Oil 30Ml.png differ diff --git a/public/Imgs/Products/Nutriley/Pilfree Capsules 60Capsules.png b/public/Imgs/Products/Nutriley/Pilfree Capsules 60Capsules.png new file mode 100644 index 0000000..31c66f5 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Pilfree Capsules 60Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Proglan Capsules 50 Capsules.png b/public/Imgs/Products/Nutriley/Proglan Capsules 50 Capsules.png new file mode 100644 index 0000000..e40fe11 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Proglan Capsules 50 Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Regain Capsules 50Tablets.png b/public/Imgs/Products/Nutriley/Regain Capsules 50Tablets.png new file mode 100644 index 0000000..6b04360 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Regain Capsules 50Tablets.png differ diff --git a/public/Imgs/Products/Nutriley/Repressor Capsules 50Capsules.png b/public/Imgs/Products/Nutriley/Repressor Capsules 50Capsules.png new file mode 100644 index 0000000..afefc04 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Repressor Capsules 50Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Revite Capsules 100Capsules.png b/public/Imgs/Products/Nutriley/Revite Capsules 100Capsules.png new file mode 100644 index 0000000..19cc073 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Revite Capsules 100Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Slimley Capsules 50Capsules.png b/public/Imgs/Products/Nutriley/Slimley Capsules 50Capsules.png new file mode 100644 index 0000000..e67f841 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Slimley Capsules 50Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Slimley Powder 300Gms.png b/public/Imgs/Products/Nutriley/Slimley Powder 300Gms.png new file mode 100644 index 0000000..4889ac3 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Slimley Powder 300Gms.png differ diff --git a/public/Imgs/Products/Nutriley/Spermogra Capsules 50Capsules.png b/public/Imgs/Products/Nutriley/Spermogra Capsules 50Capsules.png new file mode 100644 index 0000000..a28a215 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Spermogra Capsules 50Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Stonecrush Capsules 60Capsules.png b/public/Imgs/Products/Nutriley/Stonecrush Capsules 60Capsules.png new file mode 100644 index 0000000..b7db770 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Stonecrush Capsules 60Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/TulsiJeewan Drops 30Ml.png b/public/Imgs/Products/Nutriley/TulsiJeewan Drops 30Ml.png new file mode 100644 index 0000000..f1b75e0 Binary files /dev/null and b/public/Imgs/Products/Nutriley/TulsiJeewan Drops 30Ml.png differ diff --git a/public/Imgs/Products/Nutriley/Ultimate Protein 500Gms, 1Kg.png b/public/Imgs/Products/Nutriley/Ultimate Protein 500Gms, 1Kg.png new file mode 100644 index 0000000..3487e92 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Ultimate Protein 500Gms, 1Kg.png differ diff --git a/public/Imgs/Products/Nutriley/Varicocystta Capsules 50 Capsules.png b/public/Imgs/Products/Nutriley/Varicocystta Capsules 50 Capsules.png new file mode 100644 index 0000000..5ea0d0c Binary files /dev/null and b/public/Imgs/Products/Nutriley/Varicocystta Capsules 50 Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Vedic Amrit Capsules 60Capsules.png b/public/Imgs/Products/Nutriley/Vedic Amrit Capsules 60Capsules.png new file mode 100644 index 0000000..578ab26 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Vedic Amrit Capsules 60Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Wheeze-Off Capsules 60Capsules.png b/public/Imgs/Products/Nutriley/Wheeze-Off Capsules 60Capsules.png new file mode 100644 index 0000000..4f3af57 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Wheeze-Off Capsules 60Capsules.png differ diff --git a/public/Imgs/Products/Nutriley/Whey Protein Gold 500Gms, 1Kg.png b/public/Imgs/Products/Nutriley/Whey Protein Gold 500Gms, 1Kg.png new file mode 100644 index 0000000..c89a963 Binary files /dev/null and b/public/Imgs/Products/Nutriley/Whey Protein Gold 500Gms, 1Kg.png differ diff --git a/public/Imgs/Products/OC1REX.png b/public/Imgs/Products/OC1REX.png new file mode 100644 index 0000000..f386cec Binary files /dev/null and b/public/Imgs/Products/OC1REX.png differ diff --git a/public/Imgs/Products/UrgentBackUp.png b/public/Imgs/Products/UrgentBackUp.png new file mode 100644 index 0000000..bb40624 Binary files /dev/null and b/public/Imgs/Products/UrgentBackUp.png differ diff --git a/public/Imgs/Products/Voip.png b/public/Imgs/Products/Voip.png new file mode 100644 index 0000000..2a994de Binary files /dev/null and b/public/Imgs/Products/Voip.png differ diff --git a/public/Imgs/Products/Youth.png b/public/Imgs/Products/Youth.png new file mode 100644 index 0000000..0974f59 Binary files /dev/null and b/public/Imgs/Products/Youth.png differ diff --git a/public/Imgs/logos1/SurelyLeads_Logo.svg b/public/Imgs/logos1/SurelyLeads_Logo.svg new file mode 100644 index 0000000..aeee623 --- /dev/null +++ b/public/Imgs/logos1/SurelyLeads_Logo.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/public/Imgs/logos1/Tech_Tasa_Logo.svg b/public/Imgs/logos1/Tech_Tasa_Logo.svg new file mode 100644 index 0000000..a863311 --- /dev/null +++ b/public/Imgs/logos1/Tech_Tasa_Logo.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/public/Imgs/logos1/XpertRupees_Logo.svg b/public/Imgs/logos1/XpertRupees_Logo.svg new file mode 100644 index 0000000..d02a6c3 --- /dev/null +++ b/public/Imgs/logos1/XpertRupees_Logo.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/public/Imgs/logos1/getyouth.jpg b/public/Imgs/logos1/getyouth.jpg new file mode 100644 index 0000000..f3fd814 Binary files /dev/null and b/public/Imgs/logos1/getyouth.jpg differ diff --git a/public/Imgs/logos1/logo_oceanone.png b/public/Imgs/logos1/logo_oceanone.png new file mode 100644 index 0000000..dfca19e Binary files /dev/null and b/public/Imgs/logos1/logo_oceanone.png differ diff --git a/public/Imgs/logos1/urgentbacups.jpg b/public/Imgs/logos1/urgentbacups.jpg new file mode 100644 index 0000000..1a01b89 Binary files /dev/null and b/public/Imgs/logos1/urgentbacups.jpg differ diff --git a/public/images/APMS-banner.jpg b/public/images/APMS-banner.jpg new file mode 100644 index 0000000..2982c91 Binary files /dev/null and b/public/images/APMS-banner.jpg differ diff --git a/public/images/About.png b/public/images/About.png new file mode 100644 index 0000000..e56b887 Binary files /dev/null and b/public/images/About.png differ diff --git a/public/images/About44.png b/public/images/About44.png new file mode 100644 index 0000000..4f92063 Binary files /dev/null and b/public/images/About44.png differ diff --git a/public/images/Acxiom.png b/public/images/Acxiom.png new file mode 100644 index 0000000..dd92941 Binary files /dev/null and b/public/images/Acxiom.png differ diff --git a/public/images/Insurence.jpg b/public/images/Insurence.jpg new file mode 100644 index 0000000..4670a6d Binary files /dev/null and b/public/images/Insurence.jpg differ diff --git a/public/images/Leads.png b/public/images/Leads.png new file mode 100644 index 0000000..115a973 Binary files /dev/null and b/public/images/Leads.png differ diff --git a/public/images/Leads2.png b/public/images/Leads2.png new file mode 100644 index 0000000..97ca777 Binary files /dev/null and b/public/images/Leads2.png differ diff --git a/public/images/SurelyLeadsCRM.png b/public/images/SurelyLeadsCRM.png new file mode 100644 index 0000000..b6aedf2 Binary files /dev/null and b/public/images/SurelyLeadsCRM.png differ diff --git a/public/images/SurelyLeads_Logo.svg b/public/images/SurelyLeads_Logo.svg new file mode 100644 index 0000000..4c1eb74 --- /dev/null +++ b/public/images/SurelyLeads_Logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/images/Travel-Tourism-Transportation.jpg b/public/images/Travel-Tourism-Transportation.jpg new file mode 100644 index 0000000..d4301ce Binary files /dev/null and b/public/images/Travel-Tourism-Transportation.jpg differ diff --git a/public/images/Vision.png b/public/images/Vision.png new file mode 100644 index 0000000..694e19e Binary files /dev/null and b/public/images/Vision.png differ diff --git a/public/images/Visionorg.png b/public/images/Visionorg.png new file mode 100644 index 0000000..6caf2f1 Binary files /dev/null and b/public/images/Visionorg.png differ diff --git a/public/images/about2.jpg b/public/images/about2.jpg new file mode 100644 index 0000000..0ac1a8f Binary files /dev/null and b/public/images/about2.jpg differ diff --git a/public/images/about3.jpg b/public/images/about3.jpg new file mode 100644 index 0000000..e47dff4 Binary files /dev/null and b/public/images/about3.jpg differ diff --git a/public/images/about4.webp b/public/images/about4.webp new file mode 100644 index 0000000..ecaadef Binary files /dev/null and b/public/images/about4.webp differ diff --git a/public/images/about5.jpg b/public/images/about5.jpg new file mode 100644 index 0000000..e453c63 Binary files /dev/null and b/public/images/about5.jpg differ diff --git a/public/images/about6.webp b/public/images/about6.webp new file mode 100644 index 0000000..8f03a5a Binary files /dev/null and b/public/images/about6.webp differ diff --git a/public/images/about7.webp b/public/images/about7.webp new file mode 100644 index 0000000..ec11083 Binary files /dev/null and b/public/images/about7.webp differ diff --git a/public/images/abouts.webp b/public/images/abouts.webp new file mode 100644 index 0000000..94fc8dc Binary files /dev/null and b/public/images/abouts.webp differ diff --git a/public/images/bank.jpg b/public/images/bank.jpg new file mode 100644 index 0000000..a1bba34 Binary files /dev/null and b/public/images/bank.jpg differ diff --git a/public/images/bankinf.jpg b/public/images/bankinf.jpg new file mode 100644 index 0000000..bb84cfe Binary files /dev/null and b/public/images/bankinf.jpg differ diff --git a/public/images/cantact1.webp b/public/images/cantact1.webp new file mode 100644 index 0000000..9d70cd6 Binary files /dev/null and b/public/images/cantact1.webp differ diff --git a/public/images/career1.webp b/public/images/career1.webp new file mode 100644 index 0000000..77437f1 Binary files /dev/null and b/public/images/career1.webp differ diff --git a/public/images/career2.webp b/public/images/career2.webp new file mode 100644 index 0000000..a4eaa7a Binary files /dev/null and b/public/images/career2.webp differ diff --git a/public/images/career3.jpg b/public/images/career3.jpg new file mode 100644 index 0000000..f6625d7 Binary files /dev/null and b/public/images/career3.jpg differ diff --git a/public/images/career311.jpg b/public/images/career311.jpg new file mode 100644 index 0000000..e07903d Binary files /dev/null and b/public/images/career311.jpg differ diff --git a/public/images/consumer.jpg b/public/images/consumer.jpg new file mode 100644 index 0000000..b6bd74e Binary files /dev/null and b/public/images/consumer.jpg differ diff --git a/public/images/energy.jpg b/public/images/energy.jpg new file mode 100644 index 0000000..be2cbc5 Binary files /dev/null and b/public/images/energy.jpg differ diff --git a/public/images/first.png b/public/images/first.png new file mode 100644 index 0000000..27e06a0 Binary files /dev/null and b/public/images/first.png differ diff --git a/public/images/helth.jpg b/public/images/helth.jpg new file mode 100644 index 0000000..b30b845 Binary files /dev/null and b/public/images/helth.jpg differ diff --git a/public/images/homepage.webp b/public/images/homepage.webp new file mode 100644 index 0000000..5232142 Binary files /dev/null and b/public/images/homepage.webp differ diff --git a/public/images/image1.png b/public/images/image1.png new file mode 100644 index 0000000..be25541 Binary files /dev/null and b/public/images/image1.png differ diff --git a/public/images/image2.png b/public/images/image2.png new file mode 100644 index 0000000..ad35853 Binary files /dev/null and b/public/images/image2.png differ diff --git a/public/images/image3.png b/public/images/image3.png new file mode 100644 index 0000000..2d27b1e Binary files /dev/null and b/public/images/image3.png differ diff --git a/public/images/image4.png b/public/images/image4.png new file mode 100644 index 0000000..d0c7607 Binary files /dev/null and b/public/images/image4.png differ diff --git a/public/images/image5.png b/public/images/image5.png new file mode 100644 index 0000000..62f6680 Binary files /dev/null and b/public/images/image5.png differ diff --git a/public/images/indu1.webp b/public/images/indu1.webp new file mode 100644 index 0000000..be5600b Binary files /dev/null and b/public/images/indu1.webp differ diff --git a/public/images/industries.jpg b/public/images/industries.jpg new file mode 100644 index 0000000..bc2e583 Binary files /dev/null and b/public/images/industries.jpg differ diff --git a/public/images/insurence12.jpg b/public/images/insurence12.jpg new file mode 100644 index 0000000..114343f Binary files /dev/null and b/public/images/insurence12.jpg differ diff --git a/public/images/lead.jpg b/public/images/lead.jpg new file mode 100644 index 0000000..e47b6ef Binary files /dev/null and b/public/images/lead.jpg differ diff --git a/public/images/lead2.jpg b/public/images/lead2.jpg new file mode 100644 index 0000000..fd62d57 Binary files /dev/null and b/public/images/lead2.jpg differ diff --git a/public/images/lead3.jpg b/public/images/lead3.jpg new file mode 100644 index 0000000..c1eb901 Binary files /dev/null and b/public/images/lead3.jpg differ diff --git a/public/images/lead4.jpg b/public/images/lead4.jpg new file mode 100644 index 0000000..1414551 Binary files /dev/null and b/public/images/lead4.jpg differ diff --git a/public/images/maeketing.jpg b/public/images/maeketing.jpg new file mode 100644 index 0000000..1cb8826 Binary files /dev/null and b/public/images/maeketing.jpg differ diff --git a/public/images/map (2).png b/public/images/map (2).png new file mode 100644 index 0000000..e3824eb Binary files /dev/null and b/public/images/map (2).png differ diff --git a/public/images/map.png b/public/images/map.png new file mode 100644 index 0000000..e3824eb Binary files /dev/null and b/public/images/map.png differ diff --git a/public/images/marketing2.jpg b/public/images/marketing2.jpg new file mode 100644 index 0000000..426c28c Binary files /dev/null and b/public/images/marketing2.jpg differ diff --git a/public/images/marketing3.jpg b/public/images/marketing3.jpg new file mode 100644 index 0000000..53252ab Binary files /dev/null and b/public/images/marketing3.jpg differ diff --git a/public/images/media.jpg b/public/images/media.jpg new file mode 100644 index 0000000..b07ba3a Binary files /dev/null and b/public/images/media.jpg differ diff --git a/public/images/our.jpg b/public/images/our.jpg new file mode 100644 index 0000000..d497941 Binary files /dev/null and b/public/images/our.jpg differ diff --git a/public/images/our2.jpg b/public/images/our2.jpg new file mode 100644 index 0000000..432aaae Binary files /dev/null and b/public/images/our2.jpg differ diff --git a/public/images/our3.jpg b/public/images/our3.jpg new file mode 100644 index 0000000..c6a4b4c Binary files /dev/null and b/public/images/our3.jpg differ diff --git a/public/images/ourservice.jpg b/public/images/ourservice.jpg new file mode 100644 index 0000000..338ea07 Binary files /dev/null and b/public/images/ourservice.jpg differ diff --git a/public/images/retail.jpg b/public/images/retail.jpg new file mode 100644 index 0000000..cc6dd75 Binary files /dev/null and b/public/images/retail.jpg differ diff --git a/public/images/second.png b/public/images/second.png new file mode 100644 index 0000000..f31d682 Binary files /dev/null and b/public/images/second.png differ diff --git a/public/images/slide1.jpg b/public/images/slide1.jpg new file mode 100644 index 0000000..000f63a Binary files /dev/null and b/public/images/slide1.jpg differ diff --git a/public/images/slide2.png b/public/images/slide2.png new file mode 100644 index 0000000..c7f890b Binary files /dev/null and b/public/images/slide2.png differ diff --git a/public/images/slide3.jpg b/public/images/slide3.jpg new file mode 100644 index 0000000..e6246cf Binary files /dev/null and b/public/images/slide3.jpg differ diff --git a/public/images/table1.jpg b/public/images/table1.jpg new file mode 100644 index 0000000..212aee2 Binary files /dev/null and b/public/images/table1.jpg differ diff --git a/public/images/table3.webp b/public/images/table3.webp new file mode 100644 index 0000000..7d63f88 Binary files /dev/null and b/public/images/table3.webp differ diff --git a/public/images/team.jpg b/public/images/team.jpg new file mode 100644 index 0000000..b86f190 Binary files /dev/null and b/public/images/team.jpg differ diff --git a/public/images/teavel.jpg b/public/images/teavel.jpg new file mode 100644 index 0000000..75ae19a Binary files /dev/null and b/public/images/teavel.jpg differ diff --git a/public/images/technology.jpg b/public/images/technology.jpg new file mode 100644 index 0000000..a53b28e Binary files /dev/null and b/public/images/technology.jpg differ diff --git a/public/images/third.png b/public/images/third.png new file mode 100644 index 0000000..ba0f58e Binary files /dev/null and b/public/images/third.png differ diff --git a/public/images/thumb-industry-automotive.jpg b/public/images/thumb-industry-automotive.jpg new file mode 100644 index 0000000..3a55ea2 Binary files /dev/null and b/public/images/thumb-industry-automotive.jpg differ diff --git a/public/images/thumb-industry-banking.jpg b/public/images/thumb-industry-banking.jpg new file mode 100644 index 0000000..ce709d2 Binary files /dev/null and b/public/images/thumb-industry-banking.jpg differ diff --git a/public/images/thumb-industry-ce.jpg b/public/images/thumb-industry-ce.jpg new file mode 100644 index 0000000..31345bf Binary files /dev/null and b/public/images/thumb-industry-ce.jpg differ diff --git a/public/images/thumb-industry-energy.jpg b/public/images/thumb-industry-energy.jpg new file mode 100644 index 0000000..454523c Binary files /dev/null and b/public/images/thumb-industry-energy.jpg differ diff --git a/public/images/thumb-industry-healthcare.jpg b/public/images/thumb-industry-healthcare.jpg new file mode 100644 index 0000000..d13a7c6 Binary files /dev/null and b/public/images/thumb-industry-healthcare.jpg differ diff --git a/public/images/thumb-industry-insurance.jpg b/public/images/thumb-industry-insurance.jpg new file mode 100644 index 0000000..b1ed5f2 Binary files /dev/null and b/public/images/thumb-industry-insurance.jpg differ diff --git a/public/images/thumb-industry-media-comms.jpg b/public/images/thumb-industry-media-comms.jpg new file mode 100644 index 0000000..7df6e4a Binary files /dev/null and b/public/images/thumb-industry-media-comms.jpg differ diff --git a/public/images/thumb-industry-retail.jpg b/public/images/thumb-industry-retail.jpg new file mode 100644 index 0000000..93fab17 Binary files /dev/null and b/public/images/thumb-industry-retail.jpg differ diff --git a/public/images/thumb-industry-technology.jpg b/public/images/thumb-industry-technology.jpg new file mode 100644 index 0000000..94f19f2 Binary files /dev/null and b/public/images/thumb-industry-technology.jpg differ diff --git a/public/pages/about.html b/public/pages/about.html new file mode 100644 index 0000000..c95daeb --- /dev/null +++ b/public/pages/about.html @@ -0,0 +1,310 @@ + + + + + + About + + + + +
+
+ +

About Us

+ +
+
+ + + +
+ +
+

About Our Company

+

+ Surely Leads is a marketing agency that caters to Enterprise and Technology companies across the + globe + to + improve ROI on their marketing spend and shorten sales cycle with its market insight and demand + generation services. + We are a 100% pay for performance company that provides end to end solution to Sales & Marketing + including the creation of demand generation campaigns to fulfill clients MQL (Marketing Qualified + Lead), + HQL (High-Quality Lead) and SQL (Sales Qualified Lead) requirements. Every month we connect 1000’s + of + potential buyers with our customers globally from UnboundB2B platform that uses the power of BI, + Data, + Internet & Human Resources. + Surely Leads was founded by Hi-Tech Industry veterans who embrace technology and innovation in Sales + & + Marketing. +

+
    +
  • Lead Generation
  • +
  • Appointment Setting
  • +
  • Data Management
  • +
+ +
+
+
+ +
+

Our Vision

+

Build it, and we will get them for you. + + We operate like your extended sales team to deliver end to end sales enablement services from + database + management to lead generation and appointment settings, and we believe in delivering quality results + that improve the ROI of your sales efforts. + We would confidently stake out reputation on our integrity and the level of service we provide, and + we + strive to build long term partnerships based on trust, value addition, and continuous improvement. +

+ +
+
+
+
+ + + + \ No newline at end of file diff --git a/public/pages/career.html b/public/pages/career.html new file mode 100644 index 0000000..e8529bb --- /dev/null +++ b/public/pages/career.html @@ -0,0 +1,470 @@ + + + + + + Career + + + + +
+ +

Open Positions

+
+ + + + + + +
+

Lead Generation Executive

+

All Branches

+
Full-Time
+ +
+ + +
+

Tele Caller

+

All Branches

+

Full-Time

+ +
+ + +
+

Team Leader

+

All Branches

+

Full-Time

+ +
+ + + +
+

MIS

+

All Branches

+

Full-Time

+ +
+ + + +
+

Accountant

+

All Branches

+

Full-Time

+ +
+ + + +
+

HR Manager

+

All Branches

+
Full-Time
+ +
+ +
+

HR Recruiter

+

All Branches

+
Full-Time
+ +
+ +
+

IT-Hardware

+

All Branches

+
Full-Time
+ +
+ +
+

Business Development Manager

+

All Branches

+
Full-Time
+ +
+ +
+

Digital Marketing

+

All Branches

+
Full-Time
+ +
+ + + + +
+
+ + + + + + \ No newline at end of file diff --git a/public/pages/contact.html b/public/pages/contact.html new file mode 100644 index 0000000..13b3ba3 --- /dev/null +++ b/public/pages/contact.html @@ -0,0 +1,303 @@ + + + + + + Contact + + + + +
+
+

How Can We Help!

+
+
+

Contact

+

xxxxxxxxxxxxx

+

info@xx.com

+
+
+

Send a Message

+
+ + + + +
+
+
+ + + + + \ No newline at end of file diff --git a/public/pages/landing.html b/public/pages/landing.html new file mode 100644 index 0000000..750bfb6 --- /dev/null +++ b/public/pages/landing.html @@ -0,0 +1,1894 @@ + + + + + + + Landing + + + + +
+ + +
+ + + + +
+ + +
+

Meet Our Team

+
+
+
+ +

xxxxxxxx

+

UI/UX,Front End Developer

+
+
+ +

Mohammad Tasaduq Khan

+

Marketing Manager

+
+
+ +

xxxxxxxx

+

Full-Stack Developer

+
+
+ +

Nikita Biradar

+

Front End Developer

+
+
+
+ +
+

Meet Our Clients

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ +
+ + + + +
+ + + + +
+ + + + + + \ No newline at end of file diff --git a/public/pages/login.html b/public/pages/login.html new file mode 100644 index 0000000..75d3e6c --- /dev/null +++ b/public/pages/login.html @@ -0,0 +1,293 @@ + + + + + + Login + + + +
+
+
+

Login

+ + + + +

Forgotten account

+
+ + + +
+
+
+ + + + \ No newline at end of file diff --git a/public/pages/register.html b/public/pages/register.html new file mode 100644 index 0000000..daa50ac --- /dev/null +++ b/public/pages/register.html @@ -0,0 +1,295 @@ + + + + + + Registration + + + +
+
+
+

signup

+ + + + + + + + + + + + + +

Clicking create account means that you are agree to our terms of services.

+
+ + +
+
+
+ + + \ No newline at end of file diff --git a/public/pages/services.html b/public/pages/services.html new file mode 100644 index 0000000..0389b77 --- /dev/null +++ b/public/pages/services.html @@ -0,0 +1,323 @@ + + + + + + Services + + + + +
+
+
+
+
+
+

“I've learned that people will forget what you said, people will forget what you did, but people will never forget how you made them feel.” + - Maya Angelou +

+
+
+
+ +
+
+   +
+
+
+

“Simple is good.” + - Jim Henson +

+
+
+
+ +
+
+   +
+
+
+

“Everybody has a plan until they get punched in the mouth.” + - Mike Tyson +

+
+
+
+ +
+
+   +
+
+
+

“We are what we pretend to be, so we must be careful about what we pretend to be” + - Kurt Vonnegut, Jr. +

+
+
+
+ +
+
+   +
+
+
+

“Perfect is the enemy of good.” + - Voltaire +

+
+
+
+
+ + + + + + \ No newline at end of file diff --git a/public/pages/signUpSelect.html b/public/pages/signUpSelect.html new file mode 100644 index 0000000..462300c --- /dev/null +++ b/public/pages/signUpSelect.html @@ -0,0 +1,136 @@ + + + + + + + + + GetYouth + + + + + + + + +
+ +
+
+
+
+ Visitor +
+
+ Company +
+
+
+ + + \ No newline at end of file diff --git a/public/pages/visitorSignUp.html b/public/pages/visitorSignUp.html new file mode 100644 index 0000000..fa68e06 --- /dev/null +++ b/public/pages/visitorSignUp.html @@ -0,0 +1,291 @@ + + + + + + Registration + + + +
+
+
+

signup

+ + + + + + + + + +

Clicking create account means that you are agree to our terms of services.

+
+ + +
+
+
+ + + \ No newline at end of file diff --git a/routes/Admin/dashboard.js b/routes/Admin/dashboard.js new file mode 100644 index 0000000..f1f184e --- /dev/null +++ b/routes/Admin/dashboard.js @@ -0,0 +1,25 @@ +const express = require("express"); +const { MongoClient } = require("mongodb"); +const router = express.Router(); +const bcrypt = require("bcrypt"); +const { connect, getCollection } = require("../../db"); + +(async () => { + try { + // Get a reference to the users collection + const userCollection = await getCollection("users"); + router.get("/dashboard", (req, res) => { + if (req.session.isAuthenticated && req.session.role == "admin") { + const username = req.session.username; + // Access session data here, e.g., username + res.send(`

ADMIN DASHBOARD

`); + //res.render("dashboard", { username }); + } else { + // Redirect or handle unauthenticated access + res.redirect("/login"); + } + }); + } finally { + } +})(); +module.exports = router; diff --git a/routes/Company/coverPicture.js b/routes/Company/coverPicture.js new file mode 100644 index 0000000..505b7a6 --- /dev/null +++ b/routes/Company/coverPicture.js @@ -0,0 +1,67 @@ +const express = require("express"); +const { MongoClient } = require("mongodb"); +const router = express.Router(); +const bcrypt = require("bcrypt"); +const { connect, getCollection } = require("../../db"); +const { ObjectId } = require("mongodb"); +const multer = require("multer"); + +const storage = multer.diskStorage({ + destination: function (req, file, cb) { + cb(null, "uploads/"); + }, + filename: function (req, file, cb) { + cb(null, file.originalname); + }, +}); + +const upload = multer({ storage: storage }); + +(async () => { + try { + const userCollection = await getCollection("users"); + + router.post("/cover/:id", upload.single("cover"), async (req, res) => { + const id = req.params.id; + const user = await userCollection.findOne({ _id: new ObjectId(id) }); + + if (!user) { + return res.status(404).send({ message: "User not found" }); + } + + // Assuming 'cover' is the name of the form field in your client-side form + const coverImage = req.file.path; // get the path of the uploaded file + + // Update the user document with the cover image path + const result = await userCollection.updateOne( + { _id: new ObjectId(id) }, + { $set: { cover: coverImage } } + ); + + if (result.modifiedCount === 2) { + res.redirect(`/cover/${id}`); + } else { + res.status(500).send({ message: "Failed to upload cover image" }); + } + }); + + router.get("/cover/:id", async (req, res) => { + // Get the user id from the request parameters + const id = req.params.id; + let idString = id.toString(); + // Check if id is a valid 24-character hex string + if (!ObjectId.isValid(id)) { + return res.status(400).send("Invalid id"); + } + const user = await userCollection.findOne({ _id: new ObjectId(id) }); + user._id = idString; + // Render the 'cover' view and pass the user data and id to it + res.render("cover", { user: user }); + }); + } finally { + // Ensures that the client will close when you finish/error + // await client.close(); + } +})(); + +module.exports = router; diff --git a/routes/Company/createproduct.js b/routes/Company/createproduct.js new file mode 100644 index 0000000..e831a5e --- /dev/null +++ b/routes/Company/createproduct.js @@ -0,0 +1,57 @@ +const express = require("express"); +const { MongoClient } = require("mongodb"); +const router = express.Router(); +const bcrypt = require("bcrypt"); +const { connect, getCollection } = require("../../db"); +const { ObjectId } = require("mongodb"); +const multer = require("multer"); + +const storage = multer.diskStorage({ + destination: function (req, file, cb) { + cb(null, "uploads/"); + }, + filename: function (req, file, cb) { + cb(null, file.originalname); + }, +}); + +const upload = multer({ storage: storage }); + +(async () => { + try { + const userCollection = await getCollection("users"); + const productsCollection = await getCollection("products"); + + router.get("/product/create/:userId", async (req, res) => { + const userId = req.params.userId; + res.render("createProduct", { user: userId }); + }); + + router.post( + "/product/create/:userId", + upload.single("logo"), + async (req, res) => { + const userId = req.params.userId; + + // Assuming 'logo' is the name of the form field in your client-side form + req.body.logo = req.file.path; + + // Get the product data from the request body + const newProductData = req.body; + newProductData.createdBy = userId; // Add the createdBy field + + // Insert the new product into the database + const result = await productsCollection.insertOne(newProductData); + const productId = result.insertedId; // Get the id of the inserted product + + // Redirect to the product page (or wherever you want) + res.redirect(`/products/${userId}`); + } + ); + } finally { + // Ensures that the client will close when you finish/error + // await client.close(); + } +})(); + +module.exports = router; diff --git a/routes/Company/deleteproduct.js b/routes/Company/deleteproduct.js new file mode 100644 index 0000000..1facd9b --- /dev/null +++ b/routes/Company/deleteproduct.js @@ -0,0 +1,44 @@ +const express = require("express"); +const { MongoClient } = require("mongodb"); +const router = express.Router(); +const bcrypt = require("bcrypt"); +const { connect, getCollection } = require("../../db"); +const { ObjectId } = require("mongodb"); +const multer = require("multer"); + +const storage = multer.diskStorage({ + destination: function (req, file, cb) { + cb(null, "uploads/"); + }, + filename: function (req, file, cb) { + cb(null, file.originalname); + }, +}); + +const upload = multer({ storage: storage }); + +(async () => { + try { + const userCollection = await getCollection("users"); + const productsCollection = await getCollection("products"); + + router.post("/product/delete/:userId/:productId", async (req, res) => { + const userId = req.params.userId; + const productId = req.params.productId; + + // Delete the product from the database + await productsCollection.deleteOne({ + _id: new ObjectId(productId), + createdBy: userId, + }); + + // Redirect to the user's products page (or wherever you want) + res.redirect(`/products/${userId}`); + }); + } finally { + // Ensures that the client will close when you finish/error + // await client.close(); + } +})(); + +module.exports = router; diff --git a/routes/Company/editproduct.js b/routes/Company/editproduct.js new file mode 100644 index 0000000..499dced --- /dev/null +++ b/routes/Company/editproduct.js @@ -0,0 +1,68 @@ +const express = require("express"); +const { MongoClient } = require("mongodb"); +const router = express.Router(); +const bcrypt = require("bcrypt"); +const { connect, getCollection } = require("../../db"); +const { ObjectId } = require("mongodb"); +const multer = require("multer"); + +const storage = multer.diskStorage({ + destination: function (req, file, cb) { + cb(null, "uploads/"); + }, + filename: function (req, file, cb) { + cb(null, file.originalname); + }, +}); + +const upload = multer({ storage: storage }); + +(async () => { + try { + const userCollection = await getCollection("users"); + const productsCollection = await getCollection("products"); + + router.get("/product/:userId/:productId", async (req, res) => { + const userId = req.params.userId; + const productId = req.params.productId; + console.log(userId, productId); + // Find the product in the database + const product = await productsCollection.findOne({ + _id: new ObjectId(productId), + createdBy: userId, + }); + // console.log("Logo", product); + // Render the 'edit-product' view and pass the product data to it + res.render("editProduct", { product: product, user: userId }); + }); + + router.post( + "/product/:userId/:productId", + upload.single("logo"), + async (req, res) => { + const userId = req.params.userId; + const productId = req.params.productId; + // console.log("File PAth", req.file.path); + // Assuming 'cover' is the name of the form field in your client-side form + req.body.logo = req.file.path; + console.log("Body", req.body.logo); + // Get the updated product data from the request body + const updatedProductData = req.body; + console.log(updatedProductData); + // Update the product in the database + await productsCollection.updateOne( + { _id: new ObjectId(productId), createdBy: userId }, + { $set: updatedProductData } + ); + + // Redirect to the product page (or wherever you want) + res.redirect(`/product/${userId}/${productId}`); + } + ); + } finally { + // Ensures that the client will close when you finish/error + // await client.close(); + } +})(); + +module.exports = router; diff --git a/routes/Company/logo.js b/routes/Company/logo.js new file mode 100644 index 0000000..6a91067 --- /dev/null +++ b/routes/Company/logo.js @@ -0,0 +1,68 @@ +const express = require("express"); +const { MongoClient } = require("mongodb"); +const router = express.Router(); +const bcrypt = require("bcrypt"); +const { connect, getCollection } = require("../../db"); +const { ObjectId } = require("mongodb"); +const multer = require("multer"); + +const storage = multer.diskStorage({ + destination: function (req, file, cb) { + cb(null, "uploads/"); + }, + filename: function (req, file, cb) { + cb(null, file.originalname); + }, +}); + +const upload = multer({ storage: storage }); + +(async () => { + try { + const userCollection = await getCollection("users"); + + router.post("/logo/:id", upload.single("logo"), async (req, res) => { + const id = req.params.id; + const user = await userCollection.findOne({ _id: new ObjectId(id) }); + + if (!user) { + return res.status(404).send({ message: "User not found" }); + } + + // Assuming 'cover' is the name of the form field in your client-side form + const logoImage = req.file.path; // get the path of the uploaded file + + // Update the user document with the cover image path + const result = await userCollection.updateOne( + { _id: new ObjectId(id) }, + { $set: { logo: logoImage } } + ); + + if (result.modifiedCount === 1) { + res.send({ message: "Logo image uploaded successfully" }); + } else { + res.status(500).send({ message: "Failed to upload Logo image" }); + } + }); + + router.get("/logo/:id", async (req, res) => { + // Redirect to / + // Get the user id from the request parameters + const id = req.params.id; + const user = await userCollection.findOne({ _id: new ObjectId(id) }); + res.send(` +
+ logoalt +
+ + +
+ `); + }); + } finally { + // Ensures that the client will close when you finish/error + // await client.close(); + } +})(); + +module.exports = router; diff --git a/routes/Company/products.js b/routes/Company/products.js new file mode 100644 index 0000000..9d89c6a --- /dev/null +++ b/routes/Company/products.js @@ -0,0 +1,47 @@ +const express = require("express"); +const { MongoClient } = require("mongodb"); +const router = express.Router(); +const bcrypt = require("bcrypt"); +const { connect, getCollection } = require("../../db"); +const { ObjectId } = require("mongodb"); +const multer = require("multer"); + +const storage = multer.diskStorage({ + destination: function (req, file, cb) { + cb(null, "uploads/"); + }, + filename: function (req, file, cb) { + cb(null, file.originalname); + }, +}); + +const upload = multer({ storage: storage }); + +(async () => { + try { + const userCollection = await getCollection("users"); + const productsCollection = await getCollection("products"); + + router.get("/products/:id", async (req, res) => { + // Redirect to / + // Get the user id from the request parameters + const id = req.params.id; + let idString = id.toString(); + + const user = await userCollection.findOne({ _id: new ObjectId(id) }); + const products = await productsCollection + .find({ createdBy: id }) + .toArray(); + + // console.log(products); + user._id = idString; + + res.render("products", { user: user, products: products }); + }); + } finally { + // Ensures that the client will close when you finish/error + // await client.close(); + } +})(); + +module.exports = router; diff --git a/routes/Mutual/landing.js b/routes/Mutual/landing.js new file mode 100644 index 0000000..db84314 --- /dev/null +++ b/routes/Mutual/landing.js @@ -0,0 +1,20 @@ +const express = require("express"); +const { MongoClient } = require("mongodb"); +const router = express.Router(); +const bcrypt = require("bcrypt"); +const { connect, getCollection } = require("../../db"); +const path = require("path"); +(async () => { + try { + // Get a reference to the users collection + const userCollection = await getCollection("users"); + router.get("/", (req, res) => { + // Display the Landing File + res.sendFile( + path.join(__dirname, "..", "../", "public", "pages", "landing.html") + ); + }); + } finally { + } +})(); +module.exports = router; diff --git a/routes/Mutual/profile.js b/routes/Mutual/profile.js new file mode 100644 index 0000000..ca47e5b --- /dev/null +++ b/routes/Mutual/profile.js @@ -0,0 +1,122 @@ +const express = require("express"); +const { MongoClient } = require("mongodb"); +const router = express.Router(); +const bcrypt = require("bcrypt"); +const { connect, getCollection } = require("../../db"); +const { ObjectId } = require("mongodb"); + +(async () => { + try { + const userCollection = await getCollection("users"); + + // Define the /edit/:id endpoint for GET requests + router.get("/profile/:id", async (req, res) => { + // Get the user id from the request parameters + const id = req.params.id; + let idString = id.toString(); + // Check if id is a valid 24-character hex string + if (!ObjectId.isValid(id)) { + return res.status(400).send("Invalid id"); + } + const user = await userCollection.findOne({ _id: new ObjectId(id) }); + user._id = idString; + // Render the 'cover' view and pass the user data and id to it + res.render("profile", { user: user }); + }); + + // Define the /edit/:id endpoint for POST requests + router.post("/profile/:id", async (req, res) => { + // Get the data from the request body + const data = req.body; + + // Get the user id from the request parameters + const id = req.params.id; + + // Hash the password if it was provided + let update = { + name: data.name, + email: data.email, + phone: data.phone, + companyName: data.companyname, + }; + if (data.password) { + const hashedPassword = await bcrypt.hash(data.password, 10); + update.password = hashedPassword; + } + + // Update the user in the collection + await userCollection.updateOne( + { _id: new ObjectId(id) }, + { $set: update } + ); + + // Redirect to /users + res.redirect("/"); + }); + + // Define the /delete/:id endpoint for GET requests + router.get("/delete/:id", async (req, res) => { + // Get the user id from the request parameters + const id = req.params.id; + + // Find the user in the collection + const user = await userCollection.findOne({ _id: new ObjectId(id) }); + + // Prompt the user for confirmation + res.send(` +

Are you sure you want to delete ${user.name}?

+
+ +
+ No, cancel + + + `); + }); + + // Define the /delete/:id endpoint for POST requests + router.post("/delete/:id", async (req, res) => { + // Get the user id from the request parameters + const id = req.params.id; + + // Delete the user from the collection + await userCollection.deleteOne({ _id: new ObjectId(id) }); + + // Redirect to /users + res.redirect("/users"); + }); + } finally { + // Ensures that the client will close when you finish/error + // await client.close(); + } +})(); + +module.exports = router; diff --git a/routes/ServerRoutes/aboutus.js b/routes/ServerRoutes/aboutus.js new file mode 100644 index 0000000..e3dce3e --- /dev/null +++ b/routes/ServerRoutes/aboutus.js @@ -0,0 +1,20 @@ +const express = require("express"); +const { MongoClient } = require("mongodb"); +const router = express.Router(); +const bcrypt = require("bcrypt"); +const { connect, getCollection } = require("../../db"); +const path = require("path"); +(async () => { + try { + // Get a reference to the users collection + const userCollection = await getCollection("users"); + router.get("/aboutus", (req, res) => { + // Display the About File + res.sendFile( + path.join(__dirname, "..", "../", "public", "pages", "about.html") + ); + }); + } finally { + } +})(); +module.exports = router; diff --git a/routes/ServerRoutes/auth.js b/routes/ServerRoutes/auth.js new file mode 100644 index 0000000..7eff56f --- /dev/null +++ b/routes/ServerRoutes/auth.js @@ -0,0 +1,21 @@ +const express = require("express"); +const { MongoClient } = require("mongodb"); +const router = express.Router(); +const bcrypt = require("bcrypt"); +const { connect, getCollection } = require("../../db"); +const path = require("path"); + +(async () => { + try { + // Get a reference to the users collection + const userCollection = await getCollection("users"); + router.get("/auth", (req, res) => { + if (req.session.username) { + // console.log(req.session); + res.send(req.session); + } + }); + } finally { + } +})(); +module.exports = router; diff --git a/routes/ServerRoutes/career.js b/routes/ServerRoutes/career.js new file mode 100644 index 0000000..6466537 --- /dev/null +++ b/routes/ServerRoutes/career.js @@ -0,0 +1,21 @@ +const express = require("express"); +const { MongoClient } = require("mongodb"); +const router = express.Router(); +const bcrypt = require("bcrypt"); +const { connect, getCollection } = require("../../db"); +const path = require("path"); + +(async () => { + try { + // Get a reference to the users collection + const userCollection = await getCollection("users"); + router.get("/career", (req, res) => { + // Display the Career File + res.sendFile( + path.join(__dirname, "..", "../", "public", "pages", "career.html") + ); + }); + } finally { + } +})(); +module.exports = router; diff --git a/routes/ServerRoutes/contactus.js b/routes/ServerRoutes/contactus.js new file mode 100644 index 0000000..8803bea --- /dev/null +++ b/routes/ServerRoutes/contactus.js @@ -0,0 +1,20 @@ +const express = require("express"); +const { MongoClient } = require("mongodb"); +const router = express.Router(); +const bcrypt = require("bcrypt"); +const { connect, getCollection } = require("../../db"); +const path = require("path"); +(async () => { + try { + // Get a reference to the users collection + const userCollection = await getCollection("users"); + router.get("/contactus", (req, res) => { + // Display the Contact File + res.sendFile( + path.join(__dirname, "..", "../", "public", "pages", "contact.html") + ); + }); + } finally { + } +})(); +module.exports = router; diff --git a/routes/ServerRoutes/login.js b/routes/ServerRoutes/login.js new file mode 100644 index 0000000..d6afbe4 --- /dev/null +++ b/routes/ServerRoutes/login.js @@ -0,0 +1,70 @@ +//More Readable Login.js +const express = require("express"); +const { redirect } = require("express/lib/response"); +const { MongoClient } = require("mongodb"); +const router = express.Router(); +const bcrypt = require("bcrypt"); +const { connect, getCollection } = require("../../db"); +const path = require("path"); + +(async () => { + try { + // Get a reference to the users collection + const userCollection = await getCollection("users"); + + // Define the /login endpoint for GET requests + router.get("/login", (req, res) => { + // Display the login File + res.sendFile( + path.join(__dirname, "..", "../", "public", "pages", "login.html") + ); + }); + + // Define the /login endpoint for POST requests + router.post("/login", async (req, res) => { + const data = req.body; + const user = await userCollection.findOne({ name: data.name }); + + if (!user) { + return res.status(401).send("Invalid username or password"); + } + + const isPasswordValid = await bcrypt.compare( + data.password, + user.password + ); + + if (!isPasswordValid) { + return res.status(401).send("Invalid username or password"); + } + + console.log("Username and Password validated", data, user); + req.session.isAuthenticated = true; + req.session.username = user._id; + req.session.role = user.role; + req.session.save((err) => { + if (err) { + // handle error + console.log(err); + } else { + if (user.role == "admin") { + console.log(`Admin account redirected to dashboard ${user.role}`); + res.redirect("/dashboard"); + } else if (user.role == "visitor") { + console.log(`Visitor account redirected to landing ${user.role}`); + res.redirect("/"); + } else if (user.role == "company") { + console.log(`Company account redirected to landing ${user.role}`); + res.redirect("/"); + } + } + }); + }); + } catch (error) { + console.error("Error in login route:", error); + res.status(500).send("Internal server error"); + } finally { + } +})(); + +module.exports = router; diff --git a/routes/ServerRoutes/logout.js b/routes/ServerRoutes/logout.js new file mode 100644 index 0000000..706a079 --- /dev/null +++ b/routes/ServerRoutes/logout.js @@ -0,0 +1,28 @@ +const express = require("express"); +const { MongoClient } = require("mongodb"); +const router = express.Router(); +const bcrypt = require("bcrypt"); +const { connect, getCollection } = require("../../db"); +const path = require("path"); + +(async () => { + try { + // Get a reference to the users collection + const userCollection = await getCollection("users"); + router.get("/landing", (req, res) => { + // Display the login File + res.sendFile( + path.join(__dirname, "..", "../", "public", "pages", "landing.html") + ); + }); + + //username and password + const myusername = "user1"; + const mypassword = "mypassword"; + + // a variable to save a session + var session; + } finally { + } +})(); +module.exports = router; diff --git a/routes/ServerRoutes/register.js b/routes/ServerRoutes/register.js new file mode 100644 index 0000000..20c0b2c --- /dev/null +++ b/routes/ServerRoutes/register.js @@ -0,0 +1,43 @@ +const express = require("express"); +const { MongoClient } = require("mongodb"); +const router = express.Router(); +const bcrypt = require("bcrypt"); +const { connect, getCollection } = require("../../db"); +const path = require("path"); + +(async () => { + try { + // Get a reference to the users collection + const userCollection = await getCollection("users"); + + // Define the /register endpoint for GET requests + router.get("/register", (req, res) => { + // Display the login File + res.sendFile( + path.join(__dirname, "..", "../", "public", "pages", "register.html") + ); + }); + + // Define the /register endpoint for POST requests + router.post("/register", async (req, res) => { + // Get the data from the request body + const data = req.body; + + // Hash the password + const hashedPassword = await bcrypt.hash(data.password, 10); + + // Insert the data into the collection + const result = await userCollection.insertOne({ + ...data, + password: hashedPassword, + }); + console.log(`Data inserted with _id: ${result.insertedId}`); + res.redirect("/login"); + }); + } finally { + // Ensures that the client will close when you finish/error + // await client.close(); + } +})(); + +module.exports = router; diff --git a/routes/ServerRoutes/services.js b/routes/ServerRoutes/services.js new file mode 100644 index 0000000..915eedd --- /dev/null +++ b/routes/ServerRoutes/services.js @@ -0,0 +1,21 @@ +const express = require("express"); +const { MongoClient } = require("mongodb"); +const router = express.Router(); +const bcrypt = require("bcrypt"); +const { connect, getCollection } = require("../../db"); +const path = require("path"); + +(async () => { + try { + // Get a reference to the users collection + const userCollection = await getCollection("users"); + router.get("/services", (req, res) => { + // Display the login File + res.sendFile( + path.join(__dirname, "..", "../", "public", "pages", "services.html") + ); + }); + } finally { + } +})(); +module.exports = router; diff --git a/routes/ServerRoutes/signUpSelect.js b/routes/ServerRoutes/signUpSelect.js new file mode 100644 index 0000000..8026c2a --- /dev/null +++ b/routes/ServerRoutes/signUpSelect.js @@ -0,0 +1,28 @@ +const express = require("express"); +const { MongoClient } = require("mongodb"); +const router = express.Router(); +const bcrypt = require("bcrypt"); +const { connect, getCollection } = require("../../db"); +const path = require("path"); + +(async () => { + try { + // Get a reference to the users collection + const userCollection = await getCollection("users"); + router.get("/signUpSelect", (req, res) => { + // Display the Landing File + res.sendFile( + path.join( + __dirname, + "..", + "../", + "public", + "pages", + "signUpSelect.html" + ) + ); + }); + } finally { + } +})(); +module.exports = router; diff --git a/routes/ServerRoutes/visitorSignUp.js b/routes/ServerRoutes/visitorSignUp.js new file mode 100644 index 0000000..74b11c1 --- /dev/null +++ b/routes/ServerRoutes/visitorSignUp.js @@ -0,0 +1,50 @@ +const express = require("express"); +const { MongoClient } = require("mongodb"); +const router = express.Router(); +const bcrypt = require("bcrypt"); +const { connect, getCollection } = require("../../db"); +const path = require("path"); + +(async () => { + try { + // Get a reference to the users collection + const userCollection = await getCollection("users"); + + // Define the /register endpoint for GET requests + router.get("/visitorSignUp", (req, res) => { + // Display the login File + res.sendFile( + path.join( + __dirname, + "..", + "../", + "public", + "pages", + "visitorSignUp.html" + ) + ); + }); + + // Define the /register endpoint for POST requests + router.post("/visitorSignUp", async (req, res) => { + // Get the data from the request body + const data = req.body; + + // Hash the password + const hashedPassword = await bcrypt.hash(data.password, 10); + + // Insert the data into the collection + const result = await userCollection.insertOne({ + ...data, + password: hashedPassword, + }); + console.log(`Data inserted with _id: ${result.insertedId}`); + res.redirect("/login"); + }); + } finally { + // Ensures that the client will close when you finish/error + // await client.close(); + } +})(); + +module.exports = router; diff --git a/server.js b/server.js new file mode 100644 index 0000000..9e2e4db --- /dev/null +++ b/server.js @@ -0,0 +1,121 @@ +const express = require("express"); +const session = require("express-session"); +const app = express(); +const MongoDBStore = require("connect-mongodb-session")(session); + +const signUpSelectRouter = require("./routes/ServerRoutes/signUpSelect"); +const registerRouter = require("./routes/ServerRoutes/register"); +const visitorSignUpRouter = require("./routes/ServerRoutes/visitorSignUp"); +const loginRouter = require("./routes/ServerRoutes/login"); +const authRouter = require("./routes/ServerRoutes/auth"); +const userRouter = require("./routes/Mutual/profile"); +const coverRouter = require("./routes/Company/coverPicture"); +const logoRouter = require("./routes/Company/logo"); +const productsRouter = require("./routes/Company/products"); +const createproductsRouter = require("./routes/Company/createproduct"); +const editproductsRouter = require("./routes/Company/editproduct"); +const deleteproductsRouter = require("./routes/Company/deleteproduct"); +const dashboardRouter = require("./routes/Admin/dashboard"); +const landingRouter = require("./routes/Mutual/landing"); +const servicesRouter = require("./routes/ServerRoutes/services"); +const aboutusRouter = require("./routes/ServerRoutes/aboutus"); +const careerRouter = require("./routes/ServerRoutes/career"); +const contactusRouter = require("./routes/ServerRoutes/contactus"); +const logoutRouter = require("./routes/ServerRoutes/logout"); +const path = require("path"); + +// Serve static files from the "uploads" directory +app.use("/uploads", express.static(path.join(__dirname, "uploads"))); +app.use(express.static("public")); +app.use(express.urlencoded({ extended: true })); +const { connect, getCollection } = require("./db"); +app.use(express.json()); +// Set EJS as the templating engine +app.set("view engine", "ejs"); + +// Set up session middleware +const store = new MongoDBStore({ + uri: "mongodb+srv://admin:NbMBPAdnaltxDM92@cluster0.f2l9gud.mongodb.net/?retryWrites=true&w=majority", + collection: "sessions", +}); +app.use( + session({ + secret: "your-secret-key", + resave: false, + saveUninitialized: true, + store: store, + cookie: { secure: false }, + }) +); + +// Connect to MongoDB +connect(); + +app.post("/user", (req, res) => { + if (req.body.username == myusername && req.body.password == mypassword) { + session = req.session; + session.userid = req.body.username; + console.log(req.session); + res.send(`Hey there, welcome click to logout`); + } else { + res.send("Invalid username or password"); + } +}); + +app.get("/logout", (req, res) => { + req.session.destroy(); + res.redirect("/"); +}); + +// Use the signUpSelectRouter router to handle requests to /signUpSelect +app.use(signUpSelectRouter); + +app.use(coverRouter); + +app.use(logoRouter); + +app.use(productsRouter); + +app.use(createproductsRouter); +app.use(editproductsRouter); +app.use(deleteproductsRouter); + +// Use the register router to handle requests to /register +app.use(registerRouter); + +// Use the visitorSignUp Router to handle requests to /visitorSignUp +app.use(visitorSignUpRouter); + +// Use the login router to handle requests to /login +app.use(loginRouter); + +// Use the auth router to handle requests to /auth +app.use(authRouter); + +// Use the user router to handle requests to /users +app.use(userRouter); + +// Use the user router to handle requests to /Dashboar +app.use(dashboardRouter); + +// Use the user router to handle requests to /Landing +app.use(landingRouter); + +// Use the user router to handle requests to /Services +app.use(servicesRouter); + +// Use the user router to handle requests to /About +app.use(aboutusRouter); + +// Use the user router to handle requests to /Career +app.use(careerRouter); + +// Use the user router to handle requests to /Contact +app.use(contactusRouter); + +// Use the user router to handle requests to /Contact +app.use(logoutRouter); + +app.listen(7000, () => { + console.log("Server listening on port 7000"); +}); diff --git a/uploads/Sign2.jpg b/uploads/Sign2.jpg new file mode 100644 index 0000000..17127e5 Binary files /dev/null and b/uploads/Sign2.jpg differ diff --git a/uploads/photo-1682687982470-8f1b0e79151a.jpeg b/uploads/photo-1682687982470-8f1b0e79151a.jpeg new file mode 100644 index 0000000..4c6ca76 Binary files /dev/null and b/uploads/photo-1682687982470-8f1b0e79151a.jpeg differ diff --git a/uploads/photo-1682695796954-bad0d0f59ff1.jpeg b/uploads/photo-1682695796954-bad0d0f59ff1.jpeg new file mode 100644 index 0000000..aa5c222 Binary files /dev/null and b/uploads/photo-1682695796954-bad0d0f59ff1.jpeg differ diff --git a/uploads/photo-1683009427479-c7e36bbb7bca.jpeg b/uploads/photo-1683009427479-c7e36bbb7bca.jpeg new file mode 100644 index 0000000..3015b78 Binary files /dev/null and b/uploads/photo-1683009427479-c7e36bbb7bca.jpeg differ diff --git a/uploads/premium_photo-1680127401632-dcc0f571d4b9.jpeg b/uploads/premium_photo-1680127401632-dcc0f571d4b9.jpeg new file mode 100644 index 0000000..b86bf37 Binary files /dev/null and b/uploads/premium_photo-1680127401632-dcc0f571d4b9.jpeg differ diff --git a/uploads/urgentbacups.jpg b/uploads/urgentbacups.jpg new file mode 100644 index 0000000..1a01b89 Binary files /dev/null and b/uploads/urgentbacups.jpg differ diff --git a/views/cover.ejs b/views/cover.ejs new file mode 100644 index 0000000..3ac0a1f --- /dev/null +++ b/views/cover.ejs @@ -0,0 +1,122 @@ + + + + + + Your Title + + + + + + + +
+ coveralt +
+
+ +
+
+ +
+
+
+ + \ No newline at end of file diff --git a/views/createProduct.ejs b/views/createProduct.ejs new file mode 100644 index 0000000..07c03a3 --- /dev/null +++ b/views/createProduct.ejs @@ -0,0 +1,179 @@ + + + + + + Document + + + + + +
+ +
+

Product Information

+

Create Your Product

+
+ +
+
+ +
+ +
+
+ +
+
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ + + + + +
+ +
+ +
+
+ +
+ +
+ +
+
+ + + +
+
+
+ + +
+
+ + + diff --git a/views/editProduct.ejs b/views/editProduct.ejs new file mode 100644 index 0000000..0cc8f9d --- /dev/null +++ b/views/editProduct.ejs @@ -0,0 +1,191 @@ + + + + + + Document + + + + + +
+ +
+

Product Information

+

Edit And Make Changes To Your Product

+
+ ../<%= product.logo %> +
+
+ +
+ +
+
+ +
+
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ + + + + +
+ +
+ +
+
+ +
+ +
+ +
+
+ + + +
+
+
+ + +
+
+ + + + diff --git a/views/products.ejs b/views/products.ejs new file mode 100644 index 0000000..de5e60f --- /dev/null +++ b/views/products.ejs @@ -0,0 +1,158 @@ + + + + + + Document + + + + + +
+ Create New Product +
+ +
+
+ +

My Products

+ +
+ + + + <% if (!products || products.length === 0) { %> +

You Have No Products

+ <% } else { %> + <% products.forEach(function(product) { %> + + + + <% }); %> + <% } %> + +
+
+
+ + + \ No newline at end of file diff --git a/views/profile.ejs b/views/profile.ejs new file mode 100644 index 0000000..6405b0c --- /dev/null +++ b/views/profile.ejs @@ -0,0 +1,170 @@ + + + + + + Document + + + + + +
+ +
+

Personal Information

+

Use a permanent address where you can receive mail.

+ +
+
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ + + + + +
+ +
+ +
+
+ +
+ +
+ +
+
+ + + +
+
+
+ + +
+
+ + + \ No newline at end of file