create-expresss 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +102 -0
- package/package.json +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/README.md +72 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/.env +6 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/.env.example +6 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/config/db.js +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/middleware/auth.js +17 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/.bin/mime +16 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/.bin/mime.cmd +17 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/.bin/mime.ps1 +28 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/.bin/semver +16 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/.bin/semver.cmd +17 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/.bin/semver.ps1 +28 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/.package-lock.json +1118 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/README.md +15 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/assert/strict.d.ts +59 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/assert.d.ts +950 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/async_hooks.d.ts +711 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/buffer.buffer.d.ts +466 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/buffer.d.ts +1765 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/child_process.d.ts +1366 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/cluster.d.ts +432 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/console.d.ts +93 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/constants.d.ts +14 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/crypto.d.ts +4058 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/dgram.d.ts +537 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/diagnostics_channel.d.ts +552 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/dns/promises.d.ts +497 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/dns.d.ts +876 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/domain.d.ts +150 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/events.d.ts +1008 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/fs/promises.d.ts +1468 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/fs.d.ts +4780 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/globals.d.ts +150 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/globals.typedarray.d.ts +101 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/http.d.ts +2147 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/http2.d.ts +2485 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/https.d.ts +400 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/index.d.ts +117 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/inspector/promises.d.ts +35 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/inspector.d.ts +264 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/inspector.generated.d.ts +4406 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/module.d.ts +755 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/net.d.ts +970 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/os.d.ts +498 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/package.json +155 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/path/posix.d.ts +8 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/path/win32.d.ts +8 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/path.d.ts +178 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/perf_hooks.d.ts +612 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/process.d.ts +2204 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/punycode.d.ts +89 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/querystring.d.ts +139 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/quic.d.ts +897 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/readline/promises.d.ts +158 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/readline.d.ts +507 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/repl.d.ts +420 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/sea.d.ts +47 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/sqlite.d.ts +1068 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/stream/consumers.d.ts +114 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/stream/iter.d.ts +301 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/stream/promises.d.ts +211 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/stream/web.d.ts +300 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/stream.d.ts +1774 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/string_decoder.d.ts +27 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/test/reporters.d.ts +59 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/test.d.ts +2279 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/timers/promises.d.ts +93 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/timers.d.ts +149 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/tls.d.ts +1193 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/trace_events.d.ts +103 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/ts5.6/index.d.ts +119 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/ts5.7/index.d.ts +119 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/tty.d.ts +225 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/url.d.ts +556 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/util/types.d.ts +558 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/util.d.ts +1677 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/v8.d.ts +980 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/vm.d.ts +1136 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/wasi.d.ts +131 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/events.d.ts +106 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/streams.d.ts +115 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/worker_threads.d.ts +671 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/zlib/iter.d.ts +131 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/@types/node/zlib.d.ts +589 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/accepts/HISTORY.md +243 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/accepts/LICENSE +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/accepts/README.md +140 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/accepts/index.js +238 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/accepts/package.json +47 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/array-flatten/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/array-flatten/README.md +43 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/array-flatten/array-flatten.js +64 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/array-flatten/package.json +39 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/aws-ssl-profiles/LICENSE +19 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/aws-ssl-profiles/README.md +146 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/aws-ssl-profiles/lib/@types/profiles.d.ts +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/aws-ssl-profiles/lib/@types/profiles.js +2 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/aws-ssl-profiles/lib/index.d.ts +8 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/aws-ssl-profiles/lib/index.js +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.d.ts +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.js +2888 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.d.ts +8 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.js +111 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/aws-ssl-profiles/package.json +52 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/.travis.yml +18 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/.vscode/settings.json +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/LICENSE +50 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/README.md +251 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/bin/bcrypt +25 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/bower.json +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/dist/README.md +15 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/dist/bcrypt.js +1379 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/dist/bcrypt.min.js +48 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/dist/bcrypt.min.js.gz +0 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/dist/bcrypt.min.map +8 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/externs/bcrypt.js +91 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/externs/minimal-env.js +98 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/index.js +29 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/package.json +47 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/scripts/build.js +37 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/src/bcrypt/impl.js +669 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/src/bcrypt/prng/README.md +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/src/bcrypt/prng/accum.js +133 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/src/bcrypt/prng/isaac.js +140 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/src/bcrypt/util/base64.js +115 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/src/bcrypt/util.js +33 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/src/bcrypt.js +327 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/src/bower.json +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/src/wrap.js +50 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/tests/quickbrown.txt +150 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/tests/suite.js +197 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/body-parser/HISTORY.md +686 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/body-parser/LICENSE +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/body-parser/README.md +476 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/body-parser/index.js +156 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/body-parser/lib/read.js +205 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/body-parser/lib/types/json.js +243 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/body-parser/lib/types/raw.js +101 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/body-parser/lib/types/text.js +121 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/body-parser/lib/types/urlencoded.js +299 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/body-parser/package.json +55 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/buffer-equal-constant-time/.travis.yml +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/buffer-equal-constant-time/LICENSE.txt +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/buffer-equal-constant-time/README.md +50 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/buffer-equal-constant-time/index.js +41 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/buffer-equal-constant-time/package.json +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/buffer-equal-constant-time/test.js +42 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bytes/History.md +97 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bytes/LICENSE +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bytes/Readme.md +152 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bytes/index.js +170 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/bytes/package.json +42 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bound/.eslintrc +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bound/.github/FUNDING.yml +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bound/.nycrc +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bound/CHANGELOG.md +42 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bound/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bound/README.md +53 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bound/index.d.ts +94 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bound/index.js +19 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bound/package.json +99 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bound/test/index.js +61 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/call-bound/tsconfig.json +10 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/content-disposition/HISTORY.md +60 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/content-disposition/LICENSE +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/content-disposition/README.md +142 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/content-disposition/index.js +458 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/content-disposition/package.json +44 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/content-type/HISTORY.md +29 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/content-type/LICENSE +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/content-type/README.md +94 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/content-type/index.js +225 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/content-type/package.json +42 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/cookie/LICENSE +24 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/cookie/README.md +317 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/cookie/SECURITY.md +25 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/cookie/index.js +335 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/cookie/package.json +44 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/cookie-signature/History.md +42 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/cookie-signature/Readme.md +42 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/cookie-signature/index.js +51 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/cookie-signature/package.json +18 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/cors/LICENSE +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/cors/README.md +277 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/cors/lib/index.js +238 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/cors/package.json +42 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/debug/.coveralls.yml +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/debug/.eslintrc +11 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/debug/.travis.yml +14 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/debug/CHANGELOG.md +362 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/debug/LICENSE +19 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/debug/Makefile +50 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/debug/README.md +312 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/debug/component.json +19 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/debug/karma.conf.js +70 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/debug/node.js +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/debug/package.json +49 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/debug/src/browser.js +185 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/debug/src/debug.js +202 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/debug/src/index.js +10 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/debug/src/inspector-log.js +15 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/debug/src/node.js +248 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/denque/CHANGELOG.md +29 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/denque/LICENSE +201 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/denque/README.md +77 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/denque/index.d.ts +47 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/denque/index.js +481 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/denque/package.json +58 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/depd/History.md +103 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/depd/LICENSE +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/depd/Readme.md +280 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/depd/index.js +538 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/depd/lib/browser/index.js +77 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/depd/package.json +45 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/destroy/LICENSE +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/destroy/README.md +63 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/destroy/index.js +209 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/destroy/package.json +48 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dotenv/CHANGELOG.md +520 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dotenv/LICENSE +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dotenv/README-es.md +411 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dotenv/README.md +645 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dotenv/SECURITY.md +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dotenv/config.d.ts +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dotenv/config.js +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dotenv/lib/cli-options.js +17 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dotenv/lib/env-options.js +28 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dotenv/lib/main.d.ts +162 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dotenv/lib/main.js +386 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dotenv/package.json +62 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/.eslintrc +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/.nycrc +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/README.md +54 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/get.d.ts +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/get.js +30 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/package.json +76 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/set.d.ts +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/set.js +35 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/test/get.js +34 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/test/index.js +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/test/set.js +50 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/tsconfig.json +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/ecdsa-sig-formatter/CODEOWNERS +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/ecdsa-sig-formatter/LICENSE +201 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/ecdsa-sig-formatter/README.md +65 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/ecdsa-sig-formatter/package.json +46 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts +17 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +187 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/ee-first/LICENSE +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/ee-first/README.md +80 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/ee-first/index.js +95 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/ee-first/package.json +29 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/encodeurl/LICENSE +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/encodeurl/README.md +109 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/encodeurl/index.js +60 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/encodeurl/package.json +40 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-define-property/.eslintrc +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-define-property/.nycrc +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-define-property/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-define-property/README.md +49 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-define-property/index.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-define-property/index.js +14 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-define-property/package.json +81 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-define-property/test/index.js +56 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-define-property/tsconfig.json +10 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-errors/.eslintrc +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-errors/CHANGELOG.md +40 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-errors/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-errors/README.md +55 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-errors/eval.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-errors/eval.js +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-errors/index.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-errors/index.js +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-errors/package.json +80 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-errors/range.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-errors/range.js +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-errors/ref.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-errors/ref.js +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-errors/syntax.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-errors/syntax.js +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-errors/test/index.js +19 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-errors/tsconfig.json +49 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-errors/type.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-errors/type.js +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-errors/uri.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-errors/uri.js +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/.eslintrc +16 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/CHANGELOG.md +44 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/README.md +63 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/ToObject.js +10 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/index.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/index.js +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/isObject.js +6 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/package.json +79 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/test/index.js +38 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/tsconfig.json +7 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/escape-html/LICENSE +24 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/escape-html/Readme.md +43 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/escape-html/index.js +78 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/escape-html/package.json +24 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/etag/HISTORY.md +83 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/etag/LICENSE +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/etag/README.md +159 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/etag/index.js +131 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/etag/package.json +47 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/express/History.md +3676 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/express/LICENSE +24 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/express/Readme.md +260 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/express/index.js +11 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/express/lib/application.js +661 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/express/lib/express.js +116 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/express/lib/middleware/init.js +43 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/express/lib/middleware/query.js +47 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/express/lib/request.js +525 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/express/lib/response.js +1179 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/express/lib/router/index.js +673 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/express/lib/router/layer.js +181 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/express/lib/router/route.js +230 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/express/lib/utils.js +304 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/express/lib/view.js +182 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/express/package.json +102 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/finalhandler/HISTORY.md +216 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/finalhandler/LICENSE +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/finalhandler/README.md +147 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/finalhandler/SECURITY.md +25 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/finalhandler/index.js +341 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/finalhandler/package.json +47 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/forwarded/HISTORY.md +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/forwarded/LICENSE +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/forwarded/README.md +57 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/forwarded/index.js +90 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/forwarded/package.json +45 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/fresh/HISTORY.md +70 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/fresh/LICENSE +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/fresh/README.md +119 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/fresh/index.js +137 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/fresh/package.json +46 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/function-bind/.eslintrc +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/function-bind/.nycrc +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/function-bind/CHANGELOG.md +136 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/function-bind/LICENSE +20 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/function-bind/README.md +46 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/function-bind/implementation.js +84 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/function-bind/index.js +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/function-bind/package.json +87 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/function-bind/test/.eslintrc +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/function-bind/test/index.js +252 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/generate-function/.travis.yml +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/generate-function/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/generate-function/README.md +89 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/generate-function/example.js +27 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/generate-function/index.js +181 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/generate-function/package.json +32 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/generate-function/test.js +49 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-intrinsic/.eslintrc +42 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-intrinsic/.nycrc +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-intrinsic/CHANGELOG.md +186 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-intrinsic/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-intrinsic/README.md +71 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-intrinsic/index.js +378 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-intrinsic/package.json +97 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-proto/.eslintrc +10 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-proto/.nycrc +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-proto/CHANGELOG.md +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-proto/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-proto/README.md +50 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-proto/index.d.ts +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-proto/index.js +27 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-proto/package.json +81 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-proto/test/index.js +68 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/get-proto/tsconfig.json +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/gopd/.eslintrc +16 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/gopd/CHANGELOG.md +45 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/gopd/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/gopd/README.md +40 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/gopd/gOPD.d.ts +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/gopd/gOPD.js +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/gopd/index.d.ts +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/gopd/index.js +15 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/gopd/package.json +77 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/gopd/test/index.js +36 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/gopd/tsconfig.json +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/.eslintrc +11 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/.nycrc +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/README.md +46 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/index.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/index.js +14 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/package.json +111 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/shams.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/shams.js +45 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/test/index.js +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/test/shams/core-js.js +29 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/test/tests.js +58 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/tsconfig.json +10 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/hasown/.nycrc +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/hasown/CHANGELOG.md +58 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/hasown/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/hasown/README.md +40 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/hasown/eslint.config.mjs +6 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/hasown/index.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/hasown/index.js +8 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/hasown/package.json +91 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/hasown/tsconfig.json +6 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/http-errors/HISTORY.md +186 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/http-errors/LICENSE +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/http-errors/README.md +169 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/http-errors/index.js +290 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/http-errors/package.json +54 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/Changelog.md +162 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/README.md +156 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/dbcs-codec.js +555 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/dbcs-data.js +176 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/index.js +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/internal.js +188 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/sbcs-codec.js +72 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/sbcs-data.js +174 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/tables/gbk-added.json +55 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/utf16.js +177 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/utf7.js +290 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/lib/bom-handling.js +52 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/lib/extend-node.js +217 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/lib/index.d.ts +24 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/lib/index.js +153 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/lib/streams.js +121 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/package.json +46 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/inherits/LICENSE +16 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/inherits/README.md +42 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/inherits/inherits.js +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/inherits/inherits_browser.js +27 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/inherits/package.json +29 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/ipaddr.js/LICENSE +19 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/ipaddr.js/README.md +233 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/ipaddr.js/ipaddr.min.js +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/ipaddr.js/lib/ipaddr.js +673 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +68 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/ipaddr.js/package.json +35 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/is-property/LICENSE +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/is-property/README.md +28 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/is-property/is-property.js +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/is-property/package.json +36 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/README.md +396 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/decode.js +30 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/index.js +8 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/lib/JsonWebTokenError.js +14 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/lib/NotBeforeError.js +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/lib/TokenExpiredError.js +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/lib/psSupported.js +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/lib/timespan.js +18 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js +66 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/node_modules/ms/index.js +162 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/node_modules/ms/license.md +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/node_modules/ms/package.json +38 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/node_modules/ms/readme.md +59 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/package.json +70 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/sign.js +253 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/verify.js +263 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jwa/LICENSE +17 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jwa/README.md +150 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jwa/index.js +266 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jwa/opslevel.yml +6 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jwa/package.json +37 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jws/CHANGELOG.md +56 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jws/LICENSE +17 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jws/index.js +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jws/lib/data-stream.js +55 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jws/lib/sign-stream.js +83 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jws/lib/tostring.js +10 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jws/lib/verify-stream.js +125 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jws/opslevel.yml +6 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jws/package.json +34 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/jws/readme.md +255 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.includes/LICENSE +47 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.includes/README.md +18 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.includes/index.js +745 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.includes/package.json +17 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.isboolean/LICENSE +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.isboolean/README.md +18 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.isboolean/index.js +70 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.isboolean/package.json +17 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.isinteger/LICENSE +47 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.isinteger/README.md +18 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.isinteger/index.js +265 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.isinteger/package.json +17 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.isnumber/LICENSE +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.isnumber/README.md +18 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.isnumber/index.js +79 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.isnumber/package.json +17 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.isplainobject/LICENSE +47 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.isplainobject/README.md +18 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.isplainobject/index.js +139 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.isplainobject/package.json +17 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.isstring/LICENSE +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.isstring/README.md +18 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.isstring/index.js +95 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.isstring/package.json +17 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.once/LICENSE +47 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.once/README.md +18 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.once/index.js +294 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lodash.once/package.json +17 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/long/LICENSE +202 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/long/README.md +286 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/long/index.d.ts +2 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/long/index.js +1581 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/long/package.json +58 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/long/types.d.ts +474 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/long/umd/index.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/long/umd/index.js +1622 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/long/umd/package.json +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/long/umd/types.d.ts +474 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lru.min/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lru.min/README.md +392 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lru.min/browser/lru.min.js +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lru.min/lib/index.d.ts +38 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lru.min/lib/index.js +248 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lru.min/lib/index.mjs +227 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/lru.min/package.json +87 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/.eslintrc +16 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/README.md +50 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/abs.js +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/floor.js +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/isFinite.js +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/isInteger.js +16 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/isNaN.js +6 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/max.d.ts +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/max.js +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/min.d.ts +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/min.js +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/mod.js +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/package.json +86 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/pow.js +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/round.d.ts +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/round.js +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/sign.js +11 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/test/index.js +192 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/media-typer/HISTORY.md +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/media-typer/LICENSE +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/media-typer/README.md +81 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/media-typer/index.js +270 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/media-typer/package.json +26 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/merge-descriptors/HISTORY.md +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/merge-descriptors/LICENSE +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/merge-descriptors/README.md +49 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/merge-descriptors/index.js +60 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/merge-descriptors/package.json +39 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/methods/HISTORY.md +29 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/methods/LICENSE +24 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/methods/README.md +51 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/methods/index.js +69 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/methods/package.json +36 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mime/CHANGELOG.md +164 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mime/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mime/README.md +90 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mime/cli.js +8 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mime/mime.js +108 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mime/package.json +44 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mime/src/build.js +53 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mime/src/test.js +60 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mime/types.json +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mime-db/HISTORY.md +507 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mime-db/LICENSE +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mime-db/README.md +100 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mime-db/db.json +8519 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mime-db/index.js +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mime-db/package.json +60 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mime-types/HISTORY.md +397 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mime-types/LICENSE +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mime-types/README.md +113 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mime-types/index.js +188 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mime-types/package.json +44 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/ms/index.js +152 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/ms/license.md +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/ms/package.json +37 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/ms/readme.md +51 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/License +19 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/README.md +114 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/index.d.ts +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/index.js +77 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/auth_41.js +95 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.js +115 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.md +18 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/auth_plugins/index.js +8 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/auth_plugins/mysql_clear_password.js +17 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/auth_plugins/mysql_native_password.js +34 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/auth_plugins/sha256_password.js +74 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/base/connection.js +1139 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/base/pool.js +347 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/auth_switch.js +151 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/binlog_dump.js +109 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/change_user.js +68 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/client_handshake.js +386 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/close_statement.js +18 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/command.js +54 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/execute.js +116 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/index.js +29 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/ping.js +36 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/prepare.js +143 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/query.js +365 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/quit.js +29 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/register_slave.js +27 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/reset_connection.js +29 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/server_handshake.js +205 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/compressed_protocol.js +153 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/connection.js +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/connection_config.js +300 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/charset_encodings.js +317 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/charsets.js +317 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/client.js +39 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/commands.js +37 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/cursor.js +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/encoding_charset.js +50 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/errors.js +3973 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/field_flags.js +20 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/server_status.js +44 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/session_track.js +11 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/ssl_profiles.js +11 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/types.js +64 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/create_connection.js +10 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/create_pool.js +10 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/create_pool_cluster.js +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/helpers.js +83 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packet_parser.js +195 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/auth_next_factor.js +35 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/auth_switch_request.js +38 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/auth_switch_request_more_data.js +33 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/auth_switch_response.js +30 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/binary_row.js +95 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/binlog_dump.js +33 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/binlog_query_statusvars.js +115 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/change_user.js +97 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/close_statement.js +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/column_definition.js +291 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/encode_parameter.js +69 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/execute.js +177 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/handshake.js +112 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/handshake_response.js +173 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/index.js +154 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/packet.js +978 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/prepare_statement.js +27 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/prepared_statement_header.js +16 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/query.js +102 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/register_slave.js +46 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/reset_connection.js +17 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/resultset_header.js +124 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/ssl_request.js +25 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/text_row.js +47 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/parsers/binary_parser.js +235 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/parsers/parser_cache.js +68 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/parsers/static_binary_parser.js +213 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/parsers/static_text_parser.js +152 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/parsers/string.js +50 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/parsers/text_parser.js +214 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/pool.js +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/pool_cluster.js +375 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/pool_config.js +34 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/pool_connection.js +81 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/promise/capture_local_err.js +25 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/promise/connection.js +237 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/promise/inherit_events.js +27 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/promise/make_done_cb.js +16 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/promise/pool.js +118 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/promise/pool_cluster.js +59 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/promise/pool_connection.js +19 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/promise/prepared_statement_info.js +35 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/results_stream.js +38 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/server.js +37 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/tracing.js +81 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/README.md +138 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/dbcs-codec.js +532 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/dbcs-data.js +185 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/index.js +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/internal.js +218 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/sbcs-codec.js +75 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/sbcs-data.js +178 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/utf16.js +187 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/utf32.js +307 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/utf7.js +283 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/lib/bom-handling.js +48 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/lib/helpers/merge-exports.js +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/lib/index.d.ts +129 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/lib/index.js +182 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/lib/streams.js +105 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/package.json +70 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/types/encodings.d.ts +423 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/package.json +95 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/promise.d.ts +141 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/promise.js +209 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/LICENSE.txt +15 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/index.d.ts +93 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/info.txt +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/Auth.d.ts +30 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/Connection.d.ts +456 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/Pool.d.ts +78 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/PoolCluster.d.ts +92 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/PoolConnection.d.ts +11 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/Server.d.ts +11 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/Tracing.d.ts +71 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/constants/CharsetToEncoding.d.ts +8 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/constants/Charsets.d.ts +326 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/constants/Types.d.ts +70 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/constants/index.d.ts +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/parsers/ParserCache.d.ts +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/parsers/index.d.ts +18 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/parsers/typeCast.d.ts +54 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/Field.d.ts +10 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/FieldPacket.d.ts +27 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/OkPacket.d.ts +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/ProcedurePacket.d.ts +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/ResultSetHeader.d.ts +18 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/RowDataPacket.d.ts +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/index.d.ts +28 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/ErrorPacketParams.d.ts +6 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/OkPacketParams.d.ts +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/ExecutableBase.d.ts +41 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Prepare.d.ts +65 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Query.d.ts +235 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/QueryableBase.d.ts +41 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Sequence.d.ts +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/ExecutableBase.d.ts +17 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/QueryableBase.d.ts +18 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/named-placeholders/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/named-placeholders/README.md +27 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/named-placeholders/index.js +179 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/named-placeholders/package.json +36 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/negotiator/HISTORY.md +108 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/negotiator/LICENSE +24 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/negotiator/README.md +203 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/negotiator/index.js +82 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/negotiator/lib/charset.js +169 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/negotiator/lib/encoding.js +184 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/negotiator/lib/language.js +179 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/negotiator/lib/mediaType.js +294 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/negotiator/package.json +42 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-assign/index.js +90 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-assign/license +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-assign/package.json +42 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-assign/readme.md +61 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/.eslintrc +53 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/.github/FUNDING.yml +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/.nycrc +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/CHANGELOG.md +424 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/example/all.js +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/example/circular.js +6 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/example/fn.js +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/example/inspect.js +10 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/index.js +544 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/package-support.json +20 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/package.json +105 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/readme.markdown +84 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/bigint.js +58 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/browser/dom.js +15 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/circular.js +16 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/deep.js +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/element.js +53 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/err.js +48 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/fakes.js +29 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/fn.js +76 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/global.js +17 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/has.js +15 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/holes.js +15 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/indent-option.js +271 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/inspect.js +139 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/lowbyte.js +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/number.js +58 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/quoteStyle.js +26 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/toStringTag.js +40 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/undef.js +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/values.js +261 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test-core-js.js +26 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/util.inspect.js +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/on-finished/HISTORY.md +98 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/on-finished/LICENSE +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/on-finished/README.md +162 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/on-finished/index.js +234 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/on-finished/package.json +39 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/parseurl/HISTORY.md +58 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/parseurl/LICENSE +24 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/parseurl/README.md +133 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/parseurl/index.js +158 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/parseurl/package.json +40 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/path-to-regexp/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/path-to-regexp/Readme.md +35 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/path-to-regexp/index.js +158 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/path-to-regexp/package.json +30 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/proxy-addr/HISTORY.md +161 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/proxy-addr/LICENSE +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/proxy-addr/README.md +139 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/proxy-addr/index.js +327 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/proxy-addr/package.json +47 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/qs/.editorconfig +46 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/qs/.github/FUNDING.yml +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/qs/.github/SECURITY.md +11 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/qs/.github/THREAT_MODEL.md +78 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/qs/.nycrc +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/qs/CHANGELOG.md +822 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/qs/LICENSE.md +29 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/qs/README.md +758 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/qs/dist/qs.js +141 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/qs/eslint.config.mjs +57 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/qs/lib/formats.js +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/qs/lib/index.js +11 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/qs/lib/parse.js +403 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/qs/lib/stringify.js +363 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/qs/lib/utils.js +342 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/qs/package.json +94 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/qs/test/empty-keys-cases.js +267 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/qs/test/parse.js +1703 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/qs/test/stringify.js +1448 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/qs/test/utils.js +432 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/range-parser/HISTORY.md +56 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/range-parser/LICENSE +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/range-parser/README.md +84 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/range-parser/index.js +162 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/range-parser/package.json +44 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/raw-body/LICENSE +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/raw-body/README.md +223 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/raw-body/index.d.ts +87 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/raw-body/index.js +336 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/raw-body/package.json +47 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/safe-buffer/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/safe-buffer/README.md +584 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/safe-buffer/index.d.ts +187 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/safe-buffer/index.js +65 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/safe-buffer/package.json +51 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/safer-buffer/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/safer-buffer/Porting-Buffer.md +268 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/safer-buffer/Readme.md +156 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/safer-buffer/dangerous.js +58 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/safer-buffer/package.json +34 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/safer-buffer/safer.js +77 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/safer-buffer/tests.js +406 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/LICENSE +15 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/README.md +680 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/bin/semver.js +195 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/classes/comparator.js +143 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/classes/index.js +7 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/classes/range.js +564 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/classes/semver.js +333 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/clean.js +8 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/cmp.js +54 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/coerce.js +62 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/compare-build.js +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/compare-loose.js +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/compare.js +7 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/diff.js +60 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/eq.js +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/gt.js +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/gte.js +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/inc.js +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/lt.js +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/lte.js +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/major.js +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/minor.js +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/neq.js +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/parse.js +18 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/patch.js +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/prerelease.js +8 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/rcompare.js +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/rsort.js +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/satisfies.js +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/sort.js +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/truncate.js +48 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/valid.js +8 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/index.js +93 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/internal/constants.js +37 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/internal/debug.js +11 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/internal/identifiers.js +29 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/internal/lrucache.js +42 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/internal/parse-options.js +17 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/internal/re.js +223 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/package.json +78 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/preload.js +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/range.bnf +17 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/ranges/gtr.js +6 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/ranges/intersects.js +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/ranges/ltr.js +6 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/ranges/max-satisfying.js +27 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/ranges/min-satisfying.js +26 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/ranges/min-version.js +63 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/ranges/outside.js +82 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/ranges/simplify.js +49 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/ranges/subset.js +249 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/ranges/to-comparators.js +10 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/semver/ranges/valid.js +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/send/HISTORY.md +538 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/send/LICENSE +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/send/README.md +327 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/send/SECURITY.md +24 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/send/index.js +1142 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/send/node_modules/ms/index.js +162 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/send/node_modules/ms/license.md +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/send/node_modules/ms/package.json +38 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/send/node_modules/ms/readme.md +59 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/send/package.json +62 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/serve-static/HISTORY.md +493 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/serve-static/LICENSE +25 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/serve-static/README.md +257 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/serve-static/index.js +209 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/serve-static/package.json +42 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/setprototypeof/LICENSE +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/setprototypeof/README.md +31 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/setprototypeof/index.d.ts +2 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/setprototypeof/index.js +17 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/setprototypeof/package.json +38 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/setprototypeof/test/index.js +24 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel/.editorconfig +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel/.eslintrc +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel/.github/FUNDING.yml +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel/.nycrc +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel/CHANGELOG.md +110 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel/README.md +61 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel/index.d.ts +14 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel/index.js +43 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel/package.json +85 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel/test/index.js +104 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel/tsconfig.json +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/.editorconfig +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/.eslintrc +11 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/.nycrc +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/CHANGELOG.md +36 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/README.md +62 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/index.d.ts +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/index.js +111 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/list.d.ts +14 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/package.json +77 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/test/index.js +154 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/tsconfig.json +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/.editorconfig +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/.eslintrc +11 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/.nycrc +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/CHANGELOG.md +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/README.md +62 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/index.d.ts +15 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/index.js +68 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/package.json +80 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/test/index.js +114 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/tsconfig.json +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/.editorconfig +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/.eslintrc +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/.nycrc +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/README.md +62 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/index.d.ts +15 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/index.js +84 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/package.json +87 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/test/index.js +114 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/tsconfig.json +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/sql-escaper/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/sql-escaper/README.md +424 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/sql-escaper/lib/index.d.ts +15 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/sql-escaper/lib/index.js +398 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/sql-escaper/lib/index.mjs +305 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/sql-escaper/lib/types.d.ts +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/sql-escaper/lib/types.js +2 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/sql-escaper/package.json +81 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/statuses/HISTORY.md +87 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/statuses/LICENSE +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/statuses/README.md +139 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/statuses/codes.json +65 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/statuses/index.js +146 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/statuses/package.json +49 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/toidentifier/HISTORY.md +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/toidentifier/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/toidentifier/README.md +61 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/toidentifier/index.js +32 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/toidentifier/package.json +38 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/type-is/HISTORY.md +259 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/type-is/LICENSE +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/type-is/README.md +170 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/type-is/index.js +266 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/type-is/package.json +45 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/LICENSE +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/README.md +6 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/agent.d.ts +32 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/api.d.ts +43 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/balanced-pool.d.ts +30 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/cache-interceptor.d.ts +179 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/cache.d.ts +36 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/client-stats.d.ts +15 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/client.d.ts +123 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/connector.d.ts +36 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/content-type.d.ts +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/cookies.d.ts +30 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/dispatcher.d.ts +279 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/errors.d.ts +177 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/eventsource.d.ts +66 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/fetch.d.ts +211 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/formdata.d.ts +108 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/global-origin.d.ts +7 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/h2c-client.d.ts +73 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/handlers.d.ts +15 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/header.d.ts +160 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/index.d.ts +91 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/interceptors.d.ts +80 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/mock-agent.d.ts +68 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/mock-client.d.ts +27 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/mock-interceptor.d.ts +94 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/mock-pool.d.ts +27 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/package.json +55 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/patch.d.ts +29 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/pool.d.ts +41 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/proxy-agent.d.ts +29 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/readable.d.ts +68 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/retry-handler.d.ts +125 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/round-robin-pool.d.ts +41 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/snapshot-agent.d.ts +109 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/socks5-proxy-agent.d.ts +25 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/util.d.ts +18 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/utility.d.ts +7 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/webidl.d.ts +347 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/undici-types/websocket.d.ts +188 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/unpipe/HISTORY.md +4 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/unpipe/LICENSE +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/unpipe/README.md +43 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/unpipe/index.js +69 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/unpipe/package.json +27 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/utils-merge/LICENSE +20 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/utils-merge/README.md +34 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/utils-merge/index.js +23 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/utils-merge/package.json +40 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/vary/HISTORY.md +39 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/vary/LICENSE +22 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/vary/README.md +101 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/vary/index.js +149 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/node_modules/vary/package.json +43 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/package-lock.json +1130 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/package.json +19 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/routes/auth.js +53 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/routes/departments.js +38 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/routes/employees.js +70 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/routes/reports.js +71 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/routes/salaries.js +92 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/scripts/seedUser.js +25 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/backend-project/server.js +29 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/database/epms_schema.sql +53 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/docs/ERD.md +75 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/README.md +16 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/eslint.config.js +21 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/index.html +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/package-lock.json +3167 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/package.json +31 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/public/favicon.svg +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/public/icons.svg +24 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/src/App.jsx +36 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/src/api/client.js +15 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/src/assets/hero.png +0 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/src/assets/react.svg +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/src/assets/vite.svg +1 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/src/components/Alert.jsx +13 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/src/components/Layout.jsx +54 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/src/components/ProtectedRoute.jsx +15 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/src/context/AuthContext.jsx +40 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/src/index.css +5 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/src/main.jsx +10 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/src/pages/DepartmentPage.jsx +85 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/src/pages/EmployeePage.jsx +141 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/src/pages/Login.jsx +77 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/src/pages/Register.jsx +64 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/src/pages/ReportsPage.jsx +153 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/src/pages/SalaryPage.jsx +186 -0
- package/template/EPMS/Davina_LastName_National_Practical_Exam_2026/frontend-project/vite.config.js +16 -0
- package/template/SCMS/README.md +148 -0
- package/template/SCMS/backend-project/.env +6 -0
- package/template/SCMS/backend-project/.env.example +6 -0
- package/template/SCMS/backend-project/config/db.js +13 -0
- package/template/SCMS/backend-project/middleware/auth.js +19 -0
- package/template/SCMS/backend-project/node_modules/.bin/mime +16 -0
- package/template/SCMS/backend-project/node_modules/.bin/mime.cmd +17 -0
- package/template/SCMS/backend-project/node_modules/.bin/mime.ps1 +28 -0
- package/template/SCMS/backend-project/node_modules/.bin/semver +16 -0
- package/template/SCMS/backend-project/node_modules/.bin/semver.cmd +17 -0
- package/template/SCMS/backend-project/node_modules/.bin/semver.ps1 +28 -0
- package/template/SCMS/backend-project/node_modules/.package-lock.json +1118 -0
- package/template/SCMS/backend-project/node_modules/@types/node/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/@types/node/README.md +15 -0
- package/template/SCMS/backend-project/node_modules/@types/node/assert/strict.d.ts +59 -0
- package/template/SCMS/backend-project/node_modules/@types/node/assert.d.ts +950 -0
- package/template/SCMS/backend-project/node_modules/@types/node/async_hooks.d.ts +711 -0
- package/template/SCMS/backend-project/node_modules/@types/node/buffer.buffer.d.ts +466 -0
- package/template/SCMS/backend-project/node_modules/@types/node/buffer.d.ts +1765 -0
- package/template/SCMS/backend-project/node_modules/@types/node/child_process.d.ts +1366 -0
- package/template/SCMS/backend-project/node_modules/@types/node/cluster.d.ts +432 -0
- package/template/SCMS/backend-project/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
- package/template/SCMS/backend-project/node_modules/@types/node/console.d.ts +93 -0
- package/template/SCMS/backend-project/node_modules/@types/node/constants.d.ts +14 -0
- package/template/SCMS/backend-project/node_modules/@types/node/crypto.d.ts +4058 -0
- package/template/SCMS/backend-project/node_modules/@types/node/dgram.d.ts +537 -0
- package/template/SCMS/backend-project/node_modules/@types/node/diagnostics_channel.d.ts +552 -0
- package/template/SCMS/backend-project/node_modules/@types/node/dns/promises.d.ts +497 -0
- package/template/SCMS/backend-project/node_modules/@types/node/dns.d.ts +876 -0
- package/template/SCMS/backend-project/node_modules/@types/node/domain.d.ts +150 -0
- package/template/SCMS/backend-project/node_modules/@types/node/events.d.ts +1008 -0
- package/template/SCMS/backend-project/node_modules/@types/node/fs/promises.d.ts +1468 -0
- package/template/SCMS/backend-project/node_modules/@types/node/fs.d.ts +4780 -0
- package/template/SCMS/backend-project/node_modules/@types/node/globals.d.ts +150 -0
- package/template/SCMS/backend-project/node_modules/@types/node/globals.typedarray.d.ts +101 -0
- package/template/SCMS/backend-project/node_modules/@types/node/http.d.ts +2147 -0
- package/template/SCMS/backend-project/node_modules/@types/node/http2.d.ts +2485 -0
- package/template/SCMS/backend-project/node_modules/@types/node/https.d.ts +400 -0
- package/template/SCMS/backend-project/node_modules/@types/node/index.d.ts +117 -0
- package/template/SCMS/backend-project/node_modules/@types/node/inspector/promises.d.ts +35 -0
- package/template/SCMS/backend-project/node_modules/@types/node/inspector.d.ts +264 -0
- package/template/SCMS/backend-project/node_modules/@types/node/inspector.generated.d.ts +4406 -0
- package/template/SCMS/backend-project/node_modules/@types/node/module.d.ts +755 -0
- package/template/SCMS/backend-project/node_modules/@types/node/net.d.ts +970 -0
- package/template/SCMS/backend-project/node_modules/@types/node/os.d.ts +498 -0
- package/template/SCMS/backend-project/node_modules/@types/node/package.json +155 -0
- package/template/SCMS/backend-project/node_modules/@types/node/path/posix.d.ts +8 -0
- package/template/SCMS/backend-project/node_modules/@types/node/path/win32.d.ts +8 -0
- package/template/SCMS/backend-project/node_modules/@types/node/path.d.ts +178 -0
- package/template/SCMS/backend-project/node_modules/@types/node/perf_hooks.d.ts +612 -0
- package/template/SCMS/backend-project/node_modules/@types/node/process.d.ts +2204 -0
- package/template/SCMS/backend-project/node_modules/@types/node/punycode.d.ts +89 -0
- package/template/SCMS/backend-project/node_modules/@types/node/querystring.d.ts +139 -0
- package/template/SCMS/backend-project/node_modules/@types/node/quic.d.ts +897 -0
- package/template/SCMS/backend-project/node_modules/@types/node/readline/promises.d.ts +158 -0
- package/template/SCMS/backend-project/node_modules/@types/node/readline.d.ts +507 -0
- package/template/SCMS/backend-project/node_modules/@types/node/repl.d.ts +420 -0
- package/template/SCMS/backend-project/node_modules/@types/node/sea.d.ts +47 -0
- package/template/SCMS/backend-project/node_modules/@types/node/sqlite.d.ts +1068 -0
- package/template/SCMS/backend-project/node_modules/@types/node/stream/consumers.d.ts +114 -0
- package/template/SCMS/backend-project/node_modules/@types/node/stream/iter.d.ts +301 -0
- package/template/SCMS/backend-project/node_modules/@types/node/stream/promises.d.ts +211 -0
- package/template/SCMS/backend-project/node_modules/@types/node/stream/web.d.ts +300 -0
- package/template/SCMS/backend-project/node_modules/@types/node/stream.d.ts +1774 -0
- package/template/SCMS/backend-project/node_modules/@types/node/string_decoder.d.ts +27 -0
- package/template/SCMS/backend-project/node_modules/@types/node/test/reporters.d.ts +59 -0
- package/template/SCMS/backend-project/node_modules/@types/node/test.d.ts +2279 -0
- package/template/SCMS/backend-project/node_modules/@types/node/timers/promises.d.ts +93 -0
- package/template/SCMS/backend-project/node_modules/@types/node/timers.d.ts +149 -0
- package/template/SCMS/backend-project/node_modules/@types/node/tls.d.ts +1193 -0
- package/template/SCMS/backend-project/node_modules/@types/node/trace_events.d.ts +103 -0
- package/template/SCMS/backend-project/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
- package/template/SCMS/backend-project/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/template/SCMS/backend-project/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
- package/template/SCMS/backend-project/node_modules/@types/node/ts5.6/index.d.ts +119 -0
- package/template/SCMS/backend-project/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/template/SCMS/backend-project/node_modules/@types/node/ts5.7/index.d.ts +119 -0
- package/template/SCMS/backend-project/node_modules/@types/node/tty.d.ts +225 -0
- package/template/SCMS/backend-project/node_modules/@types/node/url.d.ts +556 -0
- package/template/SCMS/backend-project/node_modules/@types/node/util/types.d.ts +558 -0
- package/template/SCMS/backend-project/node_modules/@types/node/util.d.ts +1677 -0
- package/template/SCMS/backend-project/node_modules/@types/node/v8.d.ts +980 -0
- package/template/SCMS/backend-project/node_modules/@types/node/vm.d.ts +1136 -0
- package/template/SCMS/backend-project/node_modules/@types/node/wasi.d.ts +131 -0
- package/template/SCMS/backend-project/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
- package/template/SCMS/backend-project/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/template/SCMS/backend-project/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/template/SCMS/backend-project/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/template/SCMS/backend-project/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/template/SCMS/backend-project/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/template/SCMS/backend-project/node_modules/@types/node/web-globals/events.d.ts +106 -0
- package/template/SCMS/backend-project/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
- package/template/SCMS/backend-project/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/template/SCMS/backend-project/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/template/SCMS/backend-project/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/template/SCMS/backend-project/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/template/SCMS/backend-project/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/template/SCMS/backend-project/node_modules/@types/node/web-globals/streams.d.ts +115 -0
- package/template/SCMS/backend-project/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/template/SCMS/backend-project/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/template/SCMS/backend-project/node_modules/@types/node/worker_threads.d.ts +671 -0
- package/template/SCMS/backend-project/node_modules/@types/node/zlib/iter.d.ts +131 -0
- package/template/SCMS/backend-project/node_modules/@types/node/zlib.d.ts +589 -0
- package/template/SCMS/backend-project/node_modules/accepts/HISTORY.md +243 -0
- package/template/SCMS/backend-project/node_modules/accepts/LICENSE +23 -0
- package/template/SCMS/backend-project/node_modules/accepts/README.md +140 -0
- package/template/SCMS/backend-project/node_modules/accepts/index.js +238 -0
- package/template/SCMS/backend-project/node_modules/accepts/package.json +47 -0
- package/template/SCMS/backend-project/node_modules/array-flatten/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/array-flatten/README.md +43 -0
- package/template/SCMS/backend-project/node_modules/array-flatten/array-flatten.js +64 -0
- package/template/SCMS/backend-project/node_modules/array-flatten/package.json +39 -0
- package/template/SCMS/backend-project/node_modules/aws-ssl-profiles/LICENSE +19 -0
- package/template/SCMS/backend-project/node_modules/aws-ssl-profiles/README.md +146 -0
- package/template/SCMS/backend-project/node_modules/aws-ssl-profiles/lib/@types/profiles.d.ts +4 -0
- package/template/SCMS/backend-project/node_modules/aws-ssl-profiles/lib/@types/profiles.js +2 -0
- package/template/SCMS/backend-project/node_modules/aws-ssl-profiles/lib/index.d.ts +8 -0
- package/template/SCMS/backend-project/node_modules/aws-ssl-profiles/lib/index.js +13 -0
- package/template/SCMS/backend-project/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.d.ts +9 -0
- package/template/SCMS/backend-project/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.js +2888 -0
- package/template/SCMS/backend-project/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.d.ts +8 -0
- package/template/SCMS/backend-project/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.js +111 -0
- package/template/SCMS/backend-project/node_modules/aws-ssl-profiles/package.json +52 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/.travis.yml +18 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/.vscode/settings.json +3 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/LICENSE +50 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/README.md +251 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/bin/bcrypt +25 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/bower.json +22 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/dist/README.md +15 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/dist/bcrypt.js +1379 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/dist/bcrypt.min.js +48 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/dist/bcrypt.min.js.gz +0 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/dist/bcrypt.min.map +8 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/externs/bcrypt.js +91 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/externs/minimal-env.js +98 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/index.js +29 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/package.json +47 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/scripts/build.js +37 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/src/bcrypt/impl.js +669 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/src/bcrypt/prng/README.md +5 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/src/bcrypt/prng/accum.js +133 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/src/bcrypt/prng/isaac.js +140 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/src/bcrypt/util/base64.js +115 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/src/bcrypt/util.js +33 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/src/bcrypt.js +327 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/src/bower.json +22 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/src/wrap.js +50 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/tests/quickbrown.txt +150 -0
- package/template/SCMS/backend-project/node_modules/bcryptjs/tests/suite.js +197 -0
- package/template/SCMS/backend-project/node_modules/body-parser/HISTORY.md +686 -0
- package/template/SCMS/backend-project/node_modules/body-parser/LICENSE +23 -0
- package/template/SCMS/backend-project/node_modules/body-parser/README.md +476 -0
- package/template/SCMS/backend-project/node_modules/body-parser/index.js +156 -0
- package/template/SCMS/backend-project/node_modules/body-parser/lib/read.js +205 -0
- package/template/SCMS/backend-project/node_modules/body-parser/lib/types/json.js +243 -0
- package/template/SCMS/backend-project/node_modules/body-parser/lib/types/raw.js +101 -0
- package/template/SCMS/backend-project/node_modules/body-parser/lib/types/text.js +121 -0
- package/template/SCMS/backend-project/node_modules/body-parser/lib/types/urlencoded.js +299 -0
- package/template/SCMS/backend-project/node_modules/body-parser/package.json +55 -0
- package/template/SCMS/backend-project/node_modules/buffer-equal-constant-time/.travis.yml +4 -0
- package/template/SCMS/backend-project/node_modules/buffer-equal-constant-time/LICENSE.txt +12 -0
- package/template/SCMS/backend-project/node_modules/buffer-equal-constant-time/README.md +50 -0
- package/template/SCMS/backend-project/node_modules/buffer-equal-constant-time/index.js +41 -0
- package/template/SCMS/backend-project/node_modules/buffer-equal-constant-time/package.json +21 -0
- package/template/SCMS/backend-project/node_modules/buffer-equal-constant-time/test.js +42 -0
- package/template/SCMS/backend-project/node_modules/bytes/History.md +97 -0
- package/template/SCMS/backend-project/node_modules/bytes/LICENSE +23 -0
- package/template/SCMS/backend-project/node_modules/bytes/Readme.md +152 -0
- package/template/SCMS/backend-project/node_modules/bytes/index.js +170 -0
- package/template/SCMS/backend-project/node_modules/bytes/package.json +42 -0
- package/template/SCMS/backend-project/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
- package/template/SCMS/backend-project/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/template/SCMS/backend-project/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/template/SCMS/backend-project/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
- package/template/SCMS/backend-project/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/template/SCMS/backend-project/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/template/SCMS/backend-project/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/template/SCMS/backend-project/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/template/SCMS/backend-project/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/template/SCMS/backend-project/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/template/SCMS/backend-project/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/template/SCMS/backend-project/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/template/SCMS/backend-project/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/template/SCMS/backend-project/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
- package/template/SCMS/backend-project/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/template/SCMS/backend-project/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/template/SCMS/backend-project/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/template/SCMS/backend-project/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/template/SCMS/backend-project/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/template/SCMS/backend-project/node_modules/call-bound/.eslintrc +13 -0
- package/template/SCMS/backend-project/node_modules/call-bound/.github/FUNDING.yml +12 -0
- package/template/SCMS/backend-project/node_modules/call-bound/.nycrc +9 -0
- package/template/SCMS/backend-project/node_modules/call-bound/CHANGELOG.md +42 -0
- package/template/SCMS/backend-project/node_modules/call-bound/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/call-bound/README.md +53 -0
- package/template/SCMS/backend-project/node_modules/call-bound/index.d.ts +94 -0
- package/template/SCMS/backend-project/node_modules/call-bound/index.js +19 -0
- package/template/SCMS/backend-project/node_modules/call-bound/package.json +99 -0
- package/template/SCMS/backend-project/node_modules/call-bound/test/index.js +61 -0
- package/template/SCMS/backend-project/node_modules/call-bound/tsconfig.json +10 -0
- package/template/SCMS/backend-project/node_modules/content-disposition/HISTORY.md +60 -0
- package/template/SCMS/backend-project/node_modules/content-disposition/LICENSE +22 -0
- package/template/SCMS/backend-project/node_modules/content-disposition/README.md +142 -0
- package/template/SCMS/backend-project/node_modules/content-disposition/index.js +458 -0
- package/template/SCMS/backend-project/node_modules/content-disposition/package.json +44 -0
- package/template/SCMS/backend-project/node_modules/content-type/HISTORY.md +29 -0
- package/template/SCMS/backend-project/node_modules/content-type/LICENSE +22 -0
- package/template/SCMS/backend-project/node_modules/content-type/README.md +94 -0
- package/template/SCMS/backend-project/node_modules/content-type/index.js +225 -0
- package/template/SCMS/backend-project/node_modules/content-type/package.json +42 -0
- package/template/SCMS/backend-project/node_modules/cookie/LICENSE +24 -0
- package/template/SCMS/backend-project/node_modules/cookie/README.md +317 -0
- package/template/SCMS/backend-project/node_modules/cookie/SECURITY.md +25 -0
- package/template/SCMS/backend-project/node_modules/cookie/index.js +335 -0
- package/template/SCMS/backend-project/node_modules/cookie/package.json +44 -0
- package/template/SCMS/backend-project/node_modules/cookie-signature/History.md +42 -0
- package/template/SCMS/backend-project/node_modules/cookie-signature/Readme.md +42 -0
- package/template/SCMS/backend-project/node_modules/cookie-signature/index.js +51 -0
- package/template/SCMS/backend-project/node_modules/cookie-signature/package.json +18 -0
- package/template/SCMS/backend-project/node_modules/cors/LICENSE +22 -0
- package/template/SCMS/backend-project/node_modules/cors/README.md +277 -0
- package/template/SCMS/backend-project/node_modules/cors/lib/index.js +238 -0
- package/template/SCMS/backend-project/node_modules/cors/package.json +42 -0
- package/template/SCMS/backend-project/node_modules/debug/.coveralls.yml +1 -0
- package/template/SCMS/backend-project/node_modules/debug/.eslintrc +11 -0
- package/template/SCMS/backend-project/node_modules/debug/.travis.yml +14 -0
- package/template/SCMS/backend-project/node_modules/debug/CHANGELOG.md +362 -0
- package/template/SCMS/backend-project/node_modules/debug/LICENSE +19 -0
- package/template/SCMS/backend-project/node_modules/debug/Makefile +50 -0
- package/template/SCMS/backend-project/node_modules/debug/README.md +312 -0
- package/template/SCMS/backend-project/node_modules/debug/component.json +19 -0
- package/template/SCMS/backend-project/node_modules/debug/karma.conf.js +70 -0
- package/template/SCMS/backend-project/node_modules/debug/node.js +1 -0
- package/template/SCMS/backend-project/node_modules/debug/package.json +49 -0
- package/template/SCMS/backend-project/node_modules/debug/src/browser.js +185 -0
- package/template/SCMS/backend-project/node_modules/debug/src/debug.js +202 -0
- package/template/SCMS/backend-project/node_modules/debug/src/index.js +10 -0
- package/template/SCMS/backend-project/node_modules/debug/src/inspector-log.js +15 -0
- package/template/SCMS/backend-project/node_modules/debug/src/node.js +248 -0
- package/template/SCMS/backend-project/node_modules/denque/CHANGELOG.md +29 -0
- package/template/SCMS/backend-project/node_modules/denque/LICENSE +201 -0
- package/template/SCMS/backend-project/node_modules/denque/README.md +77 -0
- package/template/SCMS/backend-project/node_modules/denque/index.d.ts +47 -0
- package/template/SCMS/backend-project/node_modules/denque/index.js +481 -0
- package/template/SCMS/backend-project/node_modules/denque/package.json +58 -0
- package/template/SCMS/backend-project/node_modules/depd/History.md +103 -0
- package/template/SCMS/backend-project/node_modules/depd/LICENSE +22 -0
- package/template/SCMS/backend-project/node_modules/depd/Readme.md +280 -0
- package/template/SCMS/backend-project/node_modules/depd/index.js +538 -0
- package/template/SCMS/backend-project/node_modules/depd/lib/browser/index.js +77 -0
- package/template/SCMS/backend-project/node_modules/depd/package.json +45 -0
- package/template/SCMS/backend-project/node_modules/destroy/LICENSE +23 -0
- package/template/SCMS/backend-project/node_modules/destroy/README.md +63 -0
- package/template/SCMS/backend-project/node_modules/destroy/index.js +209 -0
- package/template/SCMS/backend-project/node_modules/destroy/package.json +48 -0
- package/template/SCMS/backend-project/node_modules/dotenv/CHANGELOG.md +520 -0
- package/template/SCMS/backend-project/node_modules/dotenv/LICENSE +23 -0
- package/template/SCMS/backend-project/node_modules/dotenv/README-es.md +411 -0
- package/template/SCMS/backend-project/node_modules/dotenv/README.md +645 -0
- package/template/SCMS/backend-project/node_modules/dotenv/SECURITY.md +1 -0
- package/template/SCMS/backend-project/node_modules/dotenv/config.d.ts +1 -0
- package/template/SCMS/backend-project/node_modules/dotenv/config.js +9 -0
- package/template/SCMS/backend-project/node_modules/dotenv/lib/cli-options.js +17 -0
- package/template/SCMS/backend-project/node_modules/dotenv/lib/env-options.js +28 -0
- package/template/SCMS/backend-project/node_modules/dotenv/lib/main.d.ts +162 -0
- package/template/SCMS/backend-project/node_modules/dotenv/lib/main.js +386 -0
- package/template/SCMS/backend-project/node_modules/dotenv/package.json +62 -0
- package/template/SCMS/backend-project/node_modules/dunder-proto/.eslintrc +5 -0
- package/template/SCMS/backend-project/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/template/SCMS/backend-project/node_modules/dunder-proto/.nycrc +13 -0
- package/template/SCMS/backend-project/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/template/SCMS/backend-project/node_modules/dunder-proto/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/dunder-proto/README.md +54 -0
- package/template/SCMS/backend-project/node_modules/dunder-proto/get.d.ts +5 -0
- package/template/SCMS/backend-project/node_modules/dunder-proto/get.js +30 -0
- package/template/SCMS/backend-project/node_modules/dunder-proto/package.json +76 -0
- package/template/SCMS/backend-project/node_modules/dunder-proto/set.d.ts +5 -0
- package/template/SCMS/backend-project/node_modules/dunder-proto/set.js +35 -0
- package/template/SCMS/backend-project/node_modules/dunder-proto/test/get.js +34 -0
- package/template/SCMS/backend-project/node_modules/dunder-proto/test/index.js +4 -0
- package/template/SCMS/backend-project/node_modules/dunder-proto/test/set.js +50 -0
- package/template/SCMS/backend-project/node_modules/dunder-proto/tsconfig.json +9 -0
- package/template/SCMS/backend-project/node_modules/ecdsa-sig-formatter/CODEOWNERS +1 -0
- package/template/SCMS/backend-project/node_modules/ecdsa-sig-formatter/LICENSE +201 -0
- package/template/SCMS/backend-project/node_modules/ecdsa-sig-formatter/README.md +65 -0
- package/template/SCMS/backend-project/node_modules/ecdsa-sig-formatter/package.json +46 -0
- package/template/SCMS/backend-project/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts +17 -0
- package/template/SCMS/backend-project/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +187 -0
- package/template/SCMS/backend-project/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +23 -0
- package/template/SCMS/backend-project/node_modules/ee-first/LICENSE +22 -0
- package/template/SCMS/backend-project/node_modules/ee-first/README.md +80 -0
- package/template/SCMS/backend-project/node_modules/ee-first/index.js +95 -0
- package/template/SCMS/backend-project/node_modules/ee-first/package.json +29 -0
- package/template/SCMS/backend-project/node_modules/encodeurl/LICENSE +22 -0
- package/template/SCMS/backend-project/node_modules/encodeurl/README.md +109 -0
- package/template/SCMS/backend-project/node_modules/encodeurl/index.js +60 -0
- package/template/SCMS/backend-project/node_modules/encodeurl/package.json +40 -0
- package/template/SCMS/backend-project/node_modules/es-define-property/.eslintrc +13 -0
- package/template/SCMS/backend-project/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/template/SCMS/backend-project/node_modules/es-define-property/.nycrc +9 -0
- package/template/SCMS/backend-project/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/template/SCMS/backend-project/node_modules/es-define-property/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/es-define-property/README.md +49 -0
- package/template/SCMS/backend-project/node_modules/es-define-property/index.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/es-define-property/index.js +14 -0
- package/template/SCMS/backend-project/node_modules/es-define-property/package.json +81 -0
- package/template/SCMS/backend-project/node_modules/es-define-property/test/index.js +56 -0
- package/template/SCMS/backend-project/node_modules/es-define-property/tsconfig.json +10 -0
- package/template/SCMS/backend-project/node_modules/es-errors/.eslintrc +5 -0
- package/template/SCMS/backend-project/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/template/SCMS/backend-project/node_modules/es-errors/CHANGELOG.md +40 -0
- package/template/SCMS/backend-project/node_modules/es-errors/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/es-errors/README.md +55 -0
- package/template/SCMS/backend-project/node_modules/es-errors/eval.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/es-errors/eval.js +4 -0
- package/template/SCMS/backend-project/node_modules/es-errors/index.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/es-errors/index.js +4 -0
- package/template/SCMS/backend-project/node_modules/es-errors/package.json +80 -0
- package/template/SCMS/backend-project/node_modules/es-errors/range.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/es-errors/range.js +4 -0
- package/template/SCMS/backend-project/node_modules/es-errors/ref.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/es-errors/ref.js +4 -0
- package/template/SCMS/backend-project/node_modules/es-errors/syntax.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/es-errors/syntax.js +4 -0
- package/template/SCMS/backend-project/node_modules/es-errors/test/index.js +19 -0
- package/template/SCMS/backend-project/node_modules/es-errors/tsconfig.json +49 -0
- package/template/SCMS/backend-project/node_modules/es-errors/type.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/es-errors/type.js +4 -0
- package/template/SCMS/backend-project/node_modules/es-errors/uri.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/es-errors/uri.js +4 -0
- package/template/SCMS/backend-project/node_modules/es-object-atoms/.eslintrc +16 -0
- package/template/SCMS/backend-project/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/template/SCMS/backend-project/node_modules/es-object-atoms/CHANGELOG.md +44 -0
- package/template/SCMS/backend-project/node_modules/es-object-atoms/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/es-object-atoms/README.md +63 -0
- package/template/SCMS/backend-project/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/template/SCMS/backend-project/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/template/SCMS/backend-project/node_modules/es-object-atoms/ToObject.js +10 -0
- package/template/SCMS/backend-project/node_modules/es-object-atoms/index.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/es-object-atoms/index.js +4 -0
- package/template/SCMS/backend-project/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/es-object-atoms/isObject.js +6 -0
- package/template/SCMS/backend-project/node_modules/es-object-atoms/package.json +79 -0
- package/template/SCMS/backend-project/node_modules/es-object-atoms/test/index.js +38 -0
- package/template/SCMS/backend-project/node_modules/es-object-atoms/tsconfig.json +7 -0
- package/template/SCMS/backend-project/node_modules/escape-html/LICENSE +24 -0
- package/template/SCMS/backend-project/node_modules/escape-html/Readme.md +43 -0
- package/template/SCMS/backend-project/node_modules/escape-html/index.js +78 -0
- package/template/SCMS/backend-project/node_modules/escape-html/package.json +24 -0
- package/template/SCMS/backend-project/node_modules/etag/HISTORY.md +83 -0
- package/template/SCMS/backend-project/node_modules/etag/LICENSE +22 -0
- package/template/SCMS/backend-project/node_modules/etag/README.md +159 -0
- package/template/SCMS/backend-project/node_modules/etag/index.js +131 -0
- package/template/SCMS/backend-project/node_modules/etag/package.json +47 -0
- package/template/SCMS/backend-project/node_modules/express/History.md +3676 -0
- package/template/SCMS/backend-project/node_modules/express/LICENSE +24 -0
- package/template/SCMS/backend-project/node_modules/express/Readme.md +260 -0
- package/template/SCMS/backend-project/node_modules/express/index.js +11 -0
- package/template/SCMS/backend-project/node_modules/express/lib/application.js +661 -0
- package/template/SCMS/backend-project/node_modules/express/lib/express.js +116 -0
- package/template/SCMS/backend-project/node_modules/express/lib/middleware/init.js +43 -0
- package/template/SCMS/backend-project/node_modules/express/lib/middleware/query.js +47 -0
- package/template/SCMS/backend-project/node_modules/express/lib/request.js +525 -0
- package/template/SCMS/backend-project/node_modules/express/lib/response.js +1179 -0
- package/template/SCMS/backend-project/node_modules/express/lib/router/index.js +673 -0
- package/template/SCMS/backend-project/node_modules/express/lib/router/layer.js +181 -0
- package/template/SCMS/backend-project/node_modules/express/lib/router/route.js +230 -0
- package/template/SCMS/backend-project/node_modules/express/lib/utils.js +304 -0
- package/template/SCMS/backend-project/node_modules/express/lib/view.js +182 -0
- package/template/SCMS/backend-project/node_modules/express/package.json +102 -0
- package/template/SCMS/backend-project/node_modules/finalhandler/HISTORY.md +216 -0
- package/template/SCMS/backend-project/node_modules/finalhandler/LICENSE +22 -0
- package/template/SCMS/backend-project/node_modules/finalhandler/README.md +147 -0
- package/template/SCMS/backend-project/node_modules/finalhandler/SECURITY.md +25 -0
- package/template/SCMS/backend-project/node_modules/finalhandler/index.js +341 -0
- package/template/SCMS/backend-project/node_modules/finalhandler/package.json +47 -0
- package/template/SCMS/backend-project/node_modules/forwarded/HISTORY.md +21 -0
- package/template/SCMS/backend-project/node_modules/forwarded/LICENSE +22 -0
- package/template/SCMS/backend-project/node_modules/forwarded/README.md +57 -0
- package/template/SCMS/backend-project/node_modules/forwarded/index.js +90 -0
- package/template/SCMS/backend-project/node_modules/forwarded/package.json +45 -0
- package/template/SCMS/backend-project/node_modules/fresh/HISTORY.md +70 -0
- package/template/SCMS/backend-project/node_modules/fresh/LICENSE +23 -0
- package/template/SCMS/backend-project/node_modules/fresh/README.md +119 -0
- package/template/SCMS/backend-project/node_modules/fresh/index.js +137 -0
- package/template/SCMS/backend-project/node_modules/fresh/package.json +46 -0
- package/template/SCMS/backend-project/node_modules/function-bind/.eslintrc +21 -0
- package/template/SCMS/backend-project/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/template/SCMS/backend-project/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/template/SCMS/backend-project/node_modules/function-bind/.nycrc +13 -0
- package/template/SCMS/backend-project/node_modules/function-bind/CHANGELOG.md +136 -0
- package/template/SCMS/backend-project/node_modules/function-bind/LICENSE +20 -0
- package/template/SCMS/backend-project/node_modules/function-bind/README.md +46 -0
- package/template/SCMS/backend-project/node_modules/function-bind/implementation.js +84 -0
- package/template/SCMS/backend-project/node_modules/function-bind/index.js +5 -0
- package/template/SCMS/backend-project/node_modules/function-bind/package.json +87 -0
- package/template/SCMS/backend-project/node_modules/function-bind/test/.eslintrc +9 -0
- package/template/SCMS/backend-project/node_modules/function-bind/test/index.js +252 -0
- package/template/SCMS/backend-project/node_modules/generate-function/.travis.yml +3 -0
- package/template/SCMS/backend-project/node_modules/generate-function/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/generate-function/README.md +89 -0
- package/template/SCMS/backend-project/node_modules/generate-function/example.js +27 -0
- package/template/SCMS/backend-project/node_modules/generate-function/index.js +181 -0
- package/template/SCMS/backend-project/node_modules/generate-function/package.json +32 -0
- package/template/SCMS/backend-project/node_modules/generate-function/test.js +49 -0
- package/template/SCMS/backend-project/node_modules/get-intrinsic/.eslintrc +42 -0
- package/template/SCMS/backend-project/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/template/SCMS/backend-project/node_modules/get-intrinsic/.nycrc +9 -0
- package/template/SCMS/backend-project/node_modules/get-intrinsic/CHANGELOG.md +186 -0
- package/template/SCMS/backend-project/node_modules/get-intrinsic/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/get-intrinsic/README.md +71 -0
- package/template/SCMS/backend-project/node_modules/get-intrinsic/index.js +378 -0
- package/template/SCMS/backend-project/node_modules/get-intrinsic/package.json +97 -0
- package/template/SCMS/backend-project/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/template/SCMS/backend-project/node_modules/get-proto/.eslintrc +10 -0
- package/template/SCMS/backend-project/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/template/SCMS/backend-project/node_modules/get-proto/.nycrc +9 -0
- package/template/SCMS/backend-project/node_modules/get-proto/CHANGELOG.md +21 -0
- package/template/SCMS/backend-project/node_modules/get-proto/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/template/SCMS/backend-project/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/template/SCMS/backend-project/node_modules/get-proto/README.md +50 -0
- package/template/SCMS/backend-project/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/template/SCMS/backend-project/node_modules/get-proto/index.d.ts +5 -0
- package/template/SCMS/backend-project/node_modules/get-proto/index.js +27 -0
- package/template/SCMS/backend-project/node_modules/get-proto/package.json +81 -0
- package/template/SCMS/backend-project/node_modules/get-proto/test/index.js +68 -0
- package/template/SCMS/backend-project/node_modules/get-proto/tsconfig.json +9 -0
- package/template/SCMS/backend-project/node_modules/gopd/.eslintrc +16 -0
- package/template/SCMS/backend-project/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/template/SCMS/backend-project/node_modules/gopd/CHANGELOG.md +45 -0
- package/template/SCMS/backend-project/node_modules/gopd/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/gopd/README.md +40 -0
- package/template/SCMS/backend-project/node_modules/gopd/gOPD.d.ts +1 -0
- package/template/SCMS/backend-project/node_modules/gopd/gOPD.js +4 -0
- package/template/SCMS/backend-project/node_modules/gopd/index.d.ts +5 -0
- package/template/SCMS/backend-project/node_modules/gopd/index.js +15 -0
- package/template/SCMS/backend-project/node_modules/gopd/package.json +77 -0
- package/template/SCMS/backend-project/node_modules/gopd/test/index.js +36 -0
- package/template/SCMS/backend-project/node_modules/gopd/tsconfig.json +9 -0
- package/template/SCMS/backend-project/node_modules/has-symbols/.eslintrc +11 -0
- package/template/SCMS/backend-project/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/template/SCMS/backend-project/node_modules/has-symbols/.nycrc +9 -0
- package/template/SCMS/backend-project/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/template/SCMS/backend-project/node_modules/has-symbols/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/has-symbols/README.md +46 -0
- package/template/SCMS/backend-project/node_modules/has-symbols/index.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/has-symbols/index.js +14 -0
- package/template/SCMS/backend-project/node_modules/has-symbols/package.json +111 -0
- package/template/SCMS/backend-project/node_modules/has-symbols/shams.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/has-symbols/shams.js +45 -0
- package/template/SCMS/backend-project/node_modules/has-symbols/test/index.js +22 -0
- package/template/SCMS/backend-project/node_modules/has-symbols/test/shams/core-js.js +29 -0
- package/template/SCMS/backend-project/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
- package/template/SCMS/backend-project/node_modules/has-symbols/test/tests.js +58 -0
- package/template/SCMS/backend-project/node_modules/has-symbols/tsconfig.json +10 -0
- package/template/SCMS/backend-project/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/template/SCMS/backend-project/node_modules/hasown/.nycrc +13 -0
- package/template/SCMS/backend-project/node_modules/hasown/CHANGELOG.md +58 -0
- package/template/SCMS/backend-project/node_modules/hasown/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/hasown/README.md +40 -0
- package/template/SCMS/backend-project/node_modules/hasown/eslint.config.mjs +6 -0
- package/template/SCMS/backend-project/node_modules/hasown/index.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/hasown/index.js +8 -0
- package/template/SCMS/backend-project/node_modules/hasown/package.json +91 -0
- package/template/SCMS/backend-project/node_modules/hasown/tsconfig.json +6 -0
- package/template/SCMS/backend-project/node_modules/http-errors/HISTORY.md +186 -0
- package/template/SCMS/backend-project/node_modules/http-errors/LICENSE +23 -0
- package/template/SCMS/backend-project/node_modules/http-errors/README.md +169 -0
- package/template/SCMS/backend-project/node_modules/http-errors/index.js +290 -0
- package/template/SCMS/backend-project/node_modules/http-errors/package.json +54 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/Changelog.md +162 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/README.md +156 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/encodings/dbcs-codec.js +555 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/encodings/dbcs-data.js +176 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/encodings/index.js +22 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/encodings/internal.js +188 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/encodings/sbcs-codec.js +72 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/encodings/sbcs-data.js +174 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/encodings/tables/gbk-added.json +55 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/encodings/utf16.js +177 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/encodings/utf7.js +290 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/lib/bom-handling.js +52 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/lib/extend-node.js +217 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/lib/index.d.ts +24 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/lib/index.js +153 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/lib/streams.js +121 -0
- package/template/SCMS/backend-project/node_modules/iconv-lite/package.json +46 -0
- package/template/SCMS/backend-project/node_modules/inherits/LICENSE +16 -0
- package/template/SCMS/backend-project/node_modules/inherits/README.md +42 -0
- package/template/SCMS/backend-project/node_modules/inherits/inherits.js +9 -0
- package/template/SCMS/backend-project/node_modules/inherits/inherits_browser.js +27 -0
- package/template/SCMS/backend-project/node_modules/inherits/package.json +29 -0
- package/template/SCMS/backend-project/node_modules/ipaddr.js/LICENSE +19 -0
- package/template/SCMS/backend-project/node_modules/ipaddr.js/README.md +233 -0
- package/template/SCMS/backend-project/node_modules/ipaddr.js/ipaddr.min.js +1 -0
- package/template/SCMS/backend-project/node_modules/ipaddr.js/lib/ipaddr.js +673 -0
- package/template/SCMS/backend-project/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +68 -0
- package/template/SCMS/backend-project/node_modules/ipaddr.js/package.json +35 -0
- package/template/SCMS/backend-project/node_modules/is-property/LICENSE +22 -0
- package/template/SCMS/backend-project/node_modules/is-property/README.md +28 -0
- package/template/SCMS/backend-project/node_modules/is-property/is-property.js +5 -0
- package/template/SCMS/backend-project/node_modules/is-property/package.json +36 -0
- package/template/SCMS/backend-project/node_modules/jsonwebtoken/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/jsonwebtoken/README.md +396 -0
- package/template/SCMS/backend-project/node_modules/jsonwebtoken/decode.js +30 -0
- package/template/SCMS/backend-project/node_modules/jsonwebtoken/index.js +8 -0
- package/template/SCMS/backend-project/node_modules/jsonwebtoken/lib/JsonWebTokenError.js +14 -0
- package/template/SCMS/backend-project/node_modules/jsonwebtoken/lib/NotBeforeError.js +13 -0
- package/template/SCMS/backend-project/node_modules/jsonwebtoken/lib/TokenExpiredError.js +13 -0
- package/template/SCMS/backend-project/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js +3 -0
- package/template/SCMS/backend-project/node_modules/jsonwebtoken/lib/psSupported.js +3 -0
- package/template/SCMS/backend-project/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js +3 -0
- package/template/SCMS/backend-project/node_modules/jsonwebtoken/lib/timespan.js +18 -0
- package/template/SCMS/backend-project/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js +66 -0
- package/template/SCMS/backend-project/node_modules/jsonwebtoken/node_modules/ms/index.js +162 -0
- package/template/SCMS/backend-project/node_modules/jsonwebtoken/node_modules/ms/license.md +21 -0
- package/template/SCMS/backend-project/node_modules/jsonwebtoken/node_modules/ms/package.json +38 -0
- package/template/SCMS/backend-project/node_modules/jsonwebtoken/node_modules/ms/readme.md +59 -0
- package/template/SCMS/backend-project/node_modules/jsonwebtoken/package.json +70 -0
- package/template/SCMS/backend-project/node_modules/jsonwebtoken/sign.js +253 -0
- package/template/SCMS/backend-project/node_modules/jsonwebtoken/verify.js +263 -0
- package/template/SCMS/backend-project/node_modules/jwa/LICENSE +17 -0
- package/template/SCMS/backend-project/node_modules/jwa/README.md +150 -0
- package/template/SCMS/backend-project/node_modules/jwa/index.js +266 -0
- package/template/SCMS/backend-project/node_modules/jwa/opslevel.yml +6 -0
- package/template/SCMS/backend-project/node_modules/jwa/package.json +37 -0
- package/template/SCMS/backend-project/node_modules/jws/CHANGELOG.md +56 -0
- package/template/SCMS/backend-project/node_modules/jws/LICENSE +17 -0
- package/template/SCMS/backend-project/node_modules/jws/index.js +22 -0
- package/template/SCMS/backend-project/node_modules/jws/lib/data-stream.js +55 -0
- package/template/SCMS/backend-project/node_modules/jws/lib/sign-stream.js +83 -0
- package/template/SCMS/backend-project/node_modules/jws/lib/tostring.js +10 -0
- package/template/SCMS/backend-project/node_modules/jws/lib/verify-stream.js +125 -0
- package/template/SCMS/backend-project/node_modules/jws/opslevel.yml +6 -0
- package/template/SCMS/backend-project/node_modules/jws/package.json +34 -0
- package/template/SCMS/backend-project/node_modules/jws/readme.md +255 -0
- package/template/SCMS/backend-project/node_modules/lodash.includes/LICENSE +47 -0
- package/template/SCMS/backend-project/node_modules/lodash.includes/README.md +18 -0
- package/template/SCMS/backend-project/node_modules/lodash.includes/index.js +745 -0
- package/template/SCMS/backend-project/node_modules/lodash.includes/package.json +17 -0
- package/template/SCMS/backend-project/node_modules/lodash.isboolean/LICENSE +22 -0
- package/template/SCMS/backend-project/node_modules/lodash.isboolean/README.md +18 -0
- package/template/SCMS/backend-project/node_modules/lodash.isboolean/index.js +70 -0
- package/template/SCMS/backend-project/node_modules/lodash.isboolean/package.json +17 -0
- package/template/SCMS/backend-project/node_modules/lodash.isinteger/LICENSE +47 -0
- package/template/SCMS/backend-project/node_modules/lodash.isinteger/README.md +18 -0
- package/template/SCMS/backend-project/node_modules/lodash.isinteger/index.js +265 -0
- package/template/SCMS/backend-project/node_modules/lodash.isinteger/package.json +17 -0
- package/template/SCMS/backend-project/node_modules/lodash.isnumber/LICENSE +22 -0
- package/template/SCMS/backend-project/node_modules/lodash.isnumber/README.md +18 -0
- package/template/SCMS/backend-project/node_modules/lodash.isnumber/index.js +79 -0
- package/template/SCMS/backend-project/node_modules/lodash.isnumber/package.json +17 -0
- package/template/SCMS/backend-project/node_modules/lodash.isplainobject/LICENSE +47 -0
- package/template/SCMS/backend-project/node_modules/lodash.isplainobject/README.md +18 -0
- package/template/SCMS/backend-project/node_modules/lodash.isplainobject/index.js +139 -0
- package/template/SCMS/backend-project/node_modules/lodash.isplainobject/package.json +17 -0
- package/template/SCMS/backend-project/node_modules/lodash.isstring/LICENSE +22 -0
- package/template/SCMS/backend-project/node_modules/lodash.isstring/README.md +18 -0
- package/template/SCMS/backend-project/node_modules/lodash.isstring/index.js +95 -0
- package/template/SCMS/backend-project/node_modules/lodash.isstring/package.json +17 -0
- package/template/SCMS/backend-project/node_modules/lodash.once/LICENSE +47 -0
- package/template/SCMS/backend-project/node_modules/lodash.once/README.md +18 -0
- package/template/SCMS/backend-project/node_modules/lodash.once/index.js +294 -0
- package/template/SCMS/backend-project/node_modules/lodash.once/package.json +17 -0
- package/template/SCMS/backend-project/node_modules/long/LICENSE +202 -0
- package/template/SCMS/backend-project/node_modules/long/README.md +286 -0
- package/template/SCMS/backend-project/node_modules/long/index.d.ts +2 -0
- package/template/SCMS/backend-project/node_modules/long/index.js +1581 -0
- package/template/SCMS/backend-project/node_modules/long/package.json +58 -0
- package/template/SCMS/backend-project/node_modules/long/types.d.ts +474 -0
- package/template/SCMS/backend-project/node_modules/long/umd/index.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/long/umd/index.js +1622 -0
- package/template/SCMS/backend-project/node_modules/long/umd/package.json +3 -0
- package/template/SCMS/backend-project/node_modules/long/umd/types.d.ts +474 -0
- package/template/SCMS/backend-project/node_modules/lru.min/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/lru.min/README.md +392 -0
- package/template/SCMS/backend-project/node_modules/lru.min/browser/lru.min.js +1 -0
- package/template/SCMS/backend-project/node_modules/lru.min/lib/index.d.ts +38 -0
- package/template/SCMS/backend-project/node_modules/lru.min/lib/index.js +248 -0
- package/template/SCMS/backend-project/node_modules/lru.min/lib/index.mjs +227 -0
- package/template/SCMS/backend-project/node_modules/lru.min/package.json +87 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/.eslintrc +16 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/README.md +50 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/abs.js +4 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/floor.js +4 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/isFinite.js +12 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/isInteger.js +16 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/isNaN.js +6 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/max.d.ts +1 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/max.js +4 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/min.d.ts +1 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/min.js +4 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/mod.js +9 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/package.json +86 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/pow.js +4 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/round.d.ts +1 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/round.js +4 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/sign.js +11 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/test/index.js +192 -0
- package/template/SCMS/backend-project/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/template/SCMS/backend-project/node_modules/media-typer/HISTORY.md +22 -0
- package/template/SCMS/backend-project/node_modules/media-typer/LICENSE +22 -0
- package/template/SCMS/backend-project/node_modules/media-typer/README.md +81 -0
- package/template/SCMS/backend-project/node_modules/media-typer/index.js +270 -0
- package/template/SCMS/backend-project/node_modules/media-typer/package.json +26 -0
- package/template/SCMS/backend-project/node_modules/merge-descriptors/HISTORY.md +21 -0
- package/template/SCMS/backend-project/node_modules/merge-descriptors/LICENSE +23 -0
- package/template/SCMS/backend-project/node_modules/merge-descriptors/README.md +49 -0
- package/template/SCMS/backend-project/node_modules/merge-descriptors/index.js +60 -0
- package/template/SCMS/backend-project/node_modules/merge-descriptors/package.json +39 -0
- package/template/SCMS/backend-project/node_modules/methods/HISTORY.md +29 -0
- package/template/SCMS/backend-project/node_modules/methods/LICENSE +24 -0
- package/template/SCMS/backend-project/node_modules/methods/README.md +51 -0
- package/template/SCMS/backend-project/node_modules/methods/index.js +69 -0
- package/template/SCMS/backend-project/node_modules/methods/package.json +36 -0
- package/template/SCMS/backend-project/node_modules/mime/CHANGELOG.md +164 -0
- package/template/SCMS/backend-project/node_modules/mime/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/mime/README.md +90 -0
- package/template/SCMS/backend-project/node_modules/mime/cli.js +8 -0
- package/template/SCMS/backend-project/node_modules/mime/mime.js +108 -0
- package/template/SCMS/backend-project/node_modules/mime/package.json +44 -0
- package/template/SCMS/backend-project/node_modules/mime/src/build.js +53 -0
- package/template/SCMS/backend-project/node_modules/mime/src/test.js +60 -0
- package/template/SCMS/backend-project/node_modules/mime/types.json +1 -0
- package/template/SCMS/backend-project/node_modules/mime-db/HISTORY.md +507 -0
- package/template/SCMS/backend-project/node_modules/mime-db/LICENSE +23 -0
- package/template/SCMS/backend-project/node_modules/mime-db/README.md +100 -0
- package/template/SCMS/backend-project/node_modules/mime-db/db.json +8519 -0
- package/template/SCMS/backend-project/node_modules/mime-db/index.js +12 -0
- package/template/SCMS/backend-project/node_modules/mime-db/package.json +60 -0
- package/template/SCMS/backend-project/node_modules/mime-types/HISTORY.md +397 -0
- package/template/SCMS/backend-project/node_modules/mime-types/LICENSE +23 -0
- package/template/SCMS/backend-project/node_modules/mime-types/README.md +113 -0
- package/template/SCMS/backend-project/node_modules/mime-types/index.js +188 -0
- package/template/SCMS/backend-project/node_modules/mime-types/package.json +44 -0
- package/template/SCMS/backend-project/node_modules/ms/index.js +152 -0
- package/template/SCMS/backend-project/node_modules/ms/license.md +21 -0
- package/template/SCMS/backend-project/node_modules/ms/package.json +37 -0
- package/template/SCMS/backend-project/node_modules/ms/readme.md +51 -0
- package/template/SCMS/backend-project/node_modules/mysql2/License +19 -0
- package/template/SCMS/backend-project/node_modules/mysql2/README.md +114 -0
- package/template/SCMS/backend-project/node_modules/mysql2/index.d.ts +1 -0
- package/template/SCMS/backend-project/node_modules/mysql2/index.js +77 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/auth_41.js +95 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.js +115 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.md +18 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/auth_plugins/index.js +8 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/auth_plugins/mysql_clear_password.js +17 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/auth_plugins/mysql_native_password.js +34 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/auth_plugins/sha256_password.js +74 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/base/connection.js +1139 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/base/pool.js +347 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/commands/auth_switch.js +151 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/commands/binlog_dump.js +109 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/commands/change_user.js +68 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/commands/client_handshake.js +386 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/commands/close_statement.js +18 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/commands/command.js +54 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/commands/execute.js +116 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/commands/index.js +29 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/commands/ping.js +36 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/commands/prepare.js +143 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/commands/query.js +365 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/commands/quit.js +29 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/commands/register_slave.js +27 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/commands/reset_connection.js +29 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/commands/server_handshake.js +205 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/compressed_protocol.js +153 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/connection.js +12 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/connection_config.js +300 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/constants/charset_encodings.js +317 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/constants/charsets.js +317 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/constants/client.js +39 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/constants/commands.js +37 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/constants/cursor.js +9 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/constants/encoding_charset.js +50 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/constants/errors.js +3973 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/constants/field_flags.js +20 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/constants/server_status.js +44 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/constants/session_track.js +11 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/constants/ssl_profiles.js +11 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/constants/types.js +64 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/create_connection.js +10 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/create_pool.js +10 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/create_pool_cluster.js +9 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/helpers.js +83 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packet_parser.js +195 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/auth_next_factor.js +35 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/auth_switch_request.js +38 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/auth_switch_request_more_data.js +33 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/auth_switch_response.js +30 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/binary_row.js +95 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/binlog_dump.js +33 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/binlog_query_statusvars.js +115 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/change_user.js +97 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/close_statement.js +21 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/column_definition.js +291 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/encode_parameter.js +69 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/execute.js +177 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/handshake.js +112 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/handshake_response.js +173 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/index.js +154 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/packet.js +978 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/prepare_statement.js +27 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/prepared_statement_header.js +16 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/query.js +102 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/register_slave.js +46 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/reset_connection.js +17 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/resultset_header.js +124 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/ssl_request.js +25 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/packets/text_row.js +47 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/parsers/binary_parser.js +235 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/parsers/parser_cache.js +68 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/parsers/static_binary_parser.js +213 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/parsers/static_text_parser.js +152 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/parsers/string.js +50 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/parsers/text_parser.js +214 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/pool.js +12 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/pool_cluster.js +375 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/pool_config.js +34 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/pool_connection.js +81 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/promise/capture_local_err.js +25 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/promise/connection.js +237 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/promise/inherit_events.js +27 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/promise/make_done_cb.js +16 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/promise/pool.js +118 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/promise/pool_cluster.js +59 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/promise/pool_connection.js +19 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/promise/prepared_statement_info.js +35 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/results_stream.js +38 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/server.js +37 -0
- package/template/SCMS/backend-project/node_modules/mysql2/lib/tracing.js +81 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/README.md +138 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/dbcs-codec.js +532 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/dbcs-data.js +185 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/index.js +23 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/internal.js +218 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/sbcs-codec.js +75 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/sbcs-data.js +178 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/utf16.js +187 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/utf32.js +307 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/utf7.js +283 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/lib/bom-handling.js +48 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/lib/helpers/merge-exports.js +13 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/lib/index.d.ts +129 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/lib/index.js +182 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/lib/streams.js +105 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/package.json +70 -0
- package/template/SCMS/backend-project/node_modules/mysql2/node_modules/iconv-lite/types/encodings.d.ts +423 -0
- package/template/SCMS/backend-project/node_modules/mysql2/package.json +95 -0
- package/template/SCMS/backend-project/node_modules/mysql2/promise.d.ts +141 -0
- package/template/SCMS/backend-project/node_modules/mysql2/promise.js +209 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/LICENSE.txt +15 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/index.d.ts +93 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/info.txt +1 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/Auth.d.ts +30 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/Connection.d.ts +456 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/Pool.d.ts +78 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/PoolCluster.d.ts +92 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/PoolConnection.d.ts +11 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/Server.d.ts +11 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/Tracing.d.ts +71 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/constants/CharsetToEncoding.d.ts +8 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/constants/Charsets.d.ts +326 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/constants/Types.d.ts +70 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/constants/index.d.ts +5 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/parsers/ParserCache.d.ts +4 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/parsers/index.d.ts +18 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/parsers/typeCast.d.ts +54 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/Field.d.ts +10 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/FieldPacket.d.ts +27 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/OkPacket.d.ts +23 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/ProcedurePacket.d.ts +13 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/ResultSetHeader.d.ts +18 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/RowDataPacket.d.ts +9 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/index.d.ts +28 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/ErrorPacketParams.d.ts +6 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/OkPacketParams.d.ts +9 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/ExecutableBase.d.ts +41 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Prepare.d.ts +65 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Query.d.ts +235 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/QueryableBase.d.ts +41 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Sequence.d.ts +5 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/ExecutableBase.d.ts +17 -0
- package/template/SCMS/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/QueryableBase.d.ts +18 -0
- package/template/SCMS/backend-project/node_modules/named-placeholders/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/named-placeholders/README.md +27 -0
- package/template/SCMS/backend-project/node_modules/named-placeholders/index.js +179 -0
- package/template/SCMS/backend-project/node_modules/named-placeholders/package.json +36 -0
- package/template/SCMS/backend-project/node_modules/negotiator/HISTORY.md +108 -0
- package/template/SCMS/backend-project/node_modules/negotiator/LICENSE +24 -0
- package/template/SCMS/backend-project/node_modules/negotiator/README.md +203 -0
- package/template/SCMS/backend-project/node_modules/negotiator/index.js +82 -0
- package/template/SCMS/backend-project/node_modules/negotiator/lib/charset.js +169 -0
- package/template/SCMS/backend-project/node_modules/negotiator/lib/encoding.js +184 -0
- package/template/SCMS/backend-project/node_modules/negotiator/lib/language.js +179 -0
- package/template/SCMS/backend-project/node_modules/negotiator/lib/mediaType.js +294 -0
- package/template/SCMS/backend-project/node_modules/negotiator/package.json +42 -0
- package/template/SCMS/backend-project/node_modules/object-assign/index.js +90 -0
- package/template/SCMS/backend-project/node_modules/object-assign/license +21 -0
- package/template/SCMS/backend-project/node_modules/object-assign/package.json +42 -0
- package/template/SCMS/backend-project/node_modules/object-assign/readme.md +61 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/.eslintrc +53 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/.github/FUNDING.yml +12 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/.nycrc +13 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/CHANGELOG.md +424 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/example/all.js +23 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/example/circular.js +6 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/example/fn.js +5 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/example/inspect.js +10 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/index.js +544 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/package-support.json +20 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/package.json +105 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/readme.markdown +84 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/test/bigint.js +58 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/test/browser/dom.js +15 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/test/circular.js +16 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/test/deep.js +12 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/test/element.js +53 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/test/err.js +48 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/test/fakes.js +29 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/test/fn.js +76 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/test/global.js +17 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/test/has.js +15 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/test/holes.js +15 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/test/indent-option.js +271 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/test/inspect.js +139 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/test/lowbyte.js +12 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/test/number.js +58 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/test/quoteStyle.js +26 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/test/toStringTag.js +40 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/test/undef.js +12 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/test/values.js +261 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/test-core-js.js +26 -0
- package/template/SCMS/backend-project/node_modules/object-inspect/util.inspect.js +1 -0
- package/template/SCMS/backend-project/node_modules/on-finished/HISTORY.md +98 -0
- package/template/SCMS/backend-project/node_modules/on-finished/LICENSE +23 -0
- package/template/SCMS/backend-project/node_modules/on-finished/README.md +162 -0
- package/template/SCMS/backend-project/node_modules/on-finished/index.js +234 -0
- package/template/SCMS/backend-project/node_modules/on-finished/package.json +39 -0
- package/template/SCMS/backend-project/node_modules/parseurl/HISTORY.md +58 -0
- package/template/SCMS/backend-project/node_modules/parseurl/LICENSE +24 -0
- package/template/SCMS/backend-project/node_modules/parseurl/README.md +133 -0
- package/template/SCMS/backend-project/node_modules/parseurl/index.js +158 -0
- package/template/SCMS/backend-project/node_modules/parseurl/package.json +40 -0
- package/template/SCMS/backend-project/node_modules/path-to-regexp/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/path-to-regexp/Readme.md +35 -0
- package/template/SCMS/backend-project/node_modules/path-to-regexp/index.js +158 -0
- package/template/SCMS/backend-project/node_modules/path-to-regexp/package.json +30 -0
- package/template/SCMS/backend-project/node_modules/proxy-addr/HISTORY.md +161 -0
- package/template/SCMS/backend-project/node_modules/proxy-addr/LICENSE +22 -0
- package/template/SCMS/backend-project/node_modules/proxy-addr/README.md +139 -0
- package/template/SCMS/backend-project/node_modules/proxy-addr/index.js +327 -0
- package/template/SCMS/backend-project/node_modules/proxy-addr/package.json +47 -0
- package/template/SCMS/backend-project/node_modules/qs/.editorconfig +46 -0
- package/template/SCMS/backend-project/node_modules/qs/.github/FUNDING.yml +12 -0
- package/template/SCMS/backend-project/node_modules/qs/.github/SECURITY.md +11 -0
- package/template/SCMS/backend-project/node_modules/qs/.github/THREAT_MODEL.md +78 -0
- package/template/SCMS/backend-project/node_modules/qs/.nycrc +13 -0
- package/template/SCMS/backend-project/node_modules/qs/CHANGELOG.md +822 -0
- package/template/SCMS/backend-project/node_modules/qs/LICENSE.md +29 -0
- package/template/SCMS/backend-project/node_modules/qs/README.md +758 -0
- package/template/SCMS/backend-project/node_modules/qs/dist/qs.js +141 -0
- package/template/SCMS/backend-project/node_modules/qs/eslint.config.mjs +57 -0
- package/template/SCMS/backend-project/node_modules/qs/lib/formats.js +23 -0
- package/template/SCMS/backend-project/node_modules/qs/lib/index.js +11 -0
- package/template/SCMS/backend-project/node_modules/qs/lib/parse.js +403 -0
- package/template/SCMS/backend-project/node_modules/qs/lib/stringify.js +363 -0
- package/template/SCMS/backend-project/node_modules/qs/lib/utils.js +342 -0
- package/template/SCMS/backend-project/node_modules/qs/package.json +94 -0
- package/template/SCMS/backend-project/node_modules/qs/test/empty-keys-cases.js +267 -0
- package/template/SCMS/backend-project/node_modules/qs/test/parse.js +1703 -0
- package/template/SCMS/backend-project/node_modules/qs/test/stringify.js +1448 -0
- package/template/SCMS/backend-project/node_modules/qs/test/utils.js +432 -0
- package/template/SCMS/backend-project/node_modules/range-parser/HISTORY.md +56 -0
- package/template/SCMS/backend-project/node_modules/range-parser/LICENSE +23 -0
- package/template/SCMS/backend-project/node_modules/range-parser/README.md +84 -0
- package/template/SCMS/backend-project/node_modules/range-parser/index.js +162 -0
- package/template/SCMS/backend-project/node_modules/range-parser/package.json +44 -0
- package/template/SCMS/backend-project/node_modules/raw-body/LICENSE +22 -0
- package/template/SCMS/backend-project/node_modules/raw-body/README.md +223 -0
- package/template/SCMS/backend-project/node_modules/raw-body/index.d.ts +87 -0
- package/template/SCMS/backend-project/node_modules/raw-body/index.js +336 -0
- package/template/SCMS/backend-project/node_modules/raw-body/package.json +47 -0
- package/template/SCMS/backend-project/node_modules/safe-buffer/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/safe-buffer/README.md +584 -0
- package/template/SCMS/backend-project/node_modules/safe-buffer/index.d.ts +187 -0
- package/template/SCMS/backend-project/node_modules/safe-buffer/index.js +65 -0
- package/template/SCMS/backend-project/node_modules/safe-buffer/package.json +51 -0
- package/template/SCMS/backend-project/node_modules/safer-buffer/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/safer-buffer/Porting-Buffer.md +268 -0
- package/template/SCMS/backend-project/node_modules/safer-buffer/Readme.md +156 -0
- package/template/SCMS/backend-project/node_modules/safer-buffer/dangerous.js +58 -0
- package/template/SCMS/backend-project/node_modules/safer-buffer/package.json +34 -0
- package/template/SCMS/backend-project/node_modules/safer-buffer/safer.js +77 -0
- package/template/SCMS/backend-project/node_modules/safer-buffer/tests.js +406 -0
- package/template/SCMS/backend-project/node_modules/semver/LICENSE +15 -0
- package/template/SCMS/backend-project/node_modules/semver/README.md +680 -0
- package/template/SCMS/backend-project/node_modules/semver/bin/semver.js +195 -0
- package/template/SCMS/backend-project/node_modules/semver/classes/comparator.js +143 -0
- package/template/SCMS/backend-project/node_modules/semver/classes/index.js +7 -0
- package/template/SCMS/backend-project/node_modules/semver/classes/range.js +564 -0
- package/template/SCMS/backend-project/node_modules/semver/classes/semver.js +333 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/clean.js +8 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/cmp.js +54 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/coerce.js +62 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/compare-build.js +9 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/compare-loose.js +5 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/compare.js +7 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/diff.js +60 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/eq.js +5 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/gt.js +5 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/gte.js +5 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/inc.js +21 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/lt.js +5 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/lte.js +5 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/major.js +5 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/minor.js +5 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/neq.js +5 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/parse.js +18 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/patch.js +5 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/prerelease.js +8 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/rcompare.js +5 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/rsort.js +5 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/satisfies.js +12 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/sort.js +5 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/truncate.js +48 -0
- package/template/SCMS/backend-project/node_modules/semver/functions/valid.js +8 -0
- package/template/SCMS/backend-project/node_modules/semver/index.js +93 -0
- package/template/SCMS/backend-project/node_modules/semver/internal/constants.js +37 -0
- package/template/SCMS/backend-project/node_modules/semver/internal/debug.js +11 -0
- package/template/SCMS/backend-project/node_modules/semver/internal/identifiers.js +29 -0
- package/template/SCMS/backend-project/node_modules/semver/internal/lrucache.js +42 -0
- package/template/SCMS/backend-project/node_modules/semver/internal/parse-options.js +17 -0
- package/template/SCMS/backend-project/node_modules/semver/internal/re.js +223 -0
- package/template/SCMS/backend-project/node_modules/semver/package.json +78 -0
- package/template/SCMS/backend-project/node_modules/semver/preload.js +4 -0
- package/template/SCMS/backend-project/node_modules/semver/range.bnf +17 -0
- package/template/SCMS/backend-project/node_modules/semver/ranges/gtr.js +6 -0
- package/template/SCMS/backend-project/node_modules/semver/ranges/intersects.js +9 -0
- package/template/SCMS/backend-project/node_modules/semver/ranges/ltr.js +6 -0
- package/template/SCMS/backend-project/node_modules/semver/ranges/max-satisfying.js +27 -0
- package/template/SCMS/backend-project/node_modules/semver/ranges/min-satisfying.js +26 -0
- package/template/SCMS/backend-project/node_modules/semver/ranges/min-version.js +63 -0
- package/template/SCMS/backend-project/node_modules/semver/ranges/outside.js +82 -0
- package/template/SCMS/backend-project/node_modules/semver/ranges/simplify.js +49 -0
- package/template/SCMS/backend-project/node_modules/semver/ranges/subset.js +249 -0
- package/template/SCMS/backend-project/node_modules/semver/ranges/to-comparators.js +10 -0
- package/template/SCMS/backend-project/node_modules/semver/ranges/valid.js +13 -0
- package/template/SCMS/backend-project/node_modules/send/HISTORY.md +538 -0
- package/template/SCMS/backend-project/node_modules/send/LICENSE +23 -0
- package/template/SCMS/backend-project/node_modules/send/README.md +327 -0
- package/template/SCMS/backend-project/node_modules/send/SECURITY.md +24 -0
- package/template/SCMS/backend-project/node_modules/send/index.js +1142 -0
- package/template/SCMS/backend-project/node_modules/send/node_modules/ms/index.js +162 -0
- package/template/SCMS/backend-project/node_modules/send/node_modules/ms/license.md +21 -0
- package/template/SCMS/backend-project/node_modules/send/node_modules/ms/package.json +38 -0
- package/template/SCMS/backend-project/node_modules/send/node_modules/ms/readme.md +59 -0
- package/template/SCMS/backend-project/node_modules/send/package.json +62 -0
- package/template/SCMS/backend-project/node_modules/serve-static/HISTORY.md +493 -0
- package/template/SCMS/backend-project/node_modules/serve-static/LICENSE +25 -0
- package/template/SCMS/backend-project/node_modules/serve-static/README.md +257 -0
- package/template/SCMS/backend-project/node_modules/serve-static/index.js +209 -0
- package/template/SCMS/backend-project/node_modules/serve-static/package.json +42 -0
- package/template/SCMS/backend-project/node_modules/setprototypeof/LICENSE +13 -0
- package/template/SCMS/backend-project/node_modules/setprototypeof/README.md +31 -0
- package/template/SCMS/backend-project/node_modules/setprototypeof/index.d.ts +2 -0
- package/template/SCMS/backend-project/node_modules/setprototypeof/index.js +17 -0
- package/template/SCMS/backend-project/node_modules/setprototypeof/package.json +38 -0
- package/template/SCMS/backend-project/node_modules/setprototypeof/test/index.js +24 -0
- package/template/SCMS/backend-project/node_modules/side-channel/.editorconfig +9 -0
- package/template/SCMS/backend-project/node_modules/side-channel/.eslintrc +12 -0
- package/template/SCMS/backend-project/node_modules/side-channel/.github/FUNDING.yml +12 -0
- package/template/SCMS/backend-project/node_modules/side-channel/.nycrc +13 -0
- package/template/SCMS/backend-project/node_modules/side-channel/CHANGELOG.md +110 -0
- package/template/SCMS/backend-project/node_modules/side-channel/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/side-channel/README.md +61 -0
- package/template/SCMS/backend-project/node_modules/side-channel/index.d.ts +14 -0
- package/template/SCMS/backend-project/node_modules/side-channel/index.js +43 -0
- package/template/SCMS/backend-project/node_modules/side-channel/package.json +85 -0
- package/template/SCMS/backend-project/node_modules/side-channel/test/index.js +104 -0
- package/template/SCMS/backend-project/node_modules/side-channel/tsconfig.json +9 -0
- package/template/SCMS/backend-project/node_modules/side-channel-list/.editorconfig +9 -0
- package/template/SCMS/backend-project/node_modules/side-channel-list/.eslintrc +11 -0
- package/template/SCMS/backend-project/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
- package/template/SCMS/backend-project/node_modules/side-channel-list/.nycrc +13 -0
- package/template/SCMS/backend-project/node_modules/side-channel-list/CHANGELOG.md +36 -0
- package/template/SCMS/backend-project/node_modules/side-channel-list/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/side-channel-list/README.md +62 -0
- package/template/SCMS/backend-project/node_modules/side-channel-list/index.d.ts +13 -0
- package/template/SCMS/backend-project/node_modules/side-channel-list/index.js +111 -0
- package/template/SCMS/backend-project/node_modules/side-channel-list/list.d.ts +14 -0
- package/template/SCMS/backend-project/node_modules/side-channel-list/package.json +77 -0
- package/template/SCMS/backend-project/node_modules/side-channel-list/test/index.js +154 -0
- package/template/SCMS/backend-project/node_modules/side-channel-list/tsconfig.json +9 -0
- package/template/SCMS/backend-project/node_modules/side-channel-map/.editorconfig +9 -0
- package/template/SCMS/backend-project/node_modules/side-channel-map/.eslintrc +11 -0
- package/template/SCMS/backend-project/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
- package/template/SCMS/backend-project/node_modules/side-channel-map/.nycrc +13 -0
- package/template/SCMS/backend-project/node_modules/side-channel-map/CHANGELOG.md +22 -0
- package/template/SCMS/backend-project/node_modules/side-channel-map/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/side-channel-map/README.md +62 -0
- package/template/SCMS/backend-project/node_modules/side-channel-map/index.d.ts +15 -0
- package/template/SCMS/backend-project/node_modules/side-channel-map/index.js +68 -0
- package/template/SCMS/backend-project/node_modules/side-channel-map/package.json +80 -0
- package/template/SCMS/backend-project/node_modules/side-channel-map/test/index.js +114 -0
- package/template/SCMS/backend-project/node_modules/side-channel-map/tsconfig.json +9 -0
- package/template/SCMS/backend-project/node_modules/side-channel-weakmap/.editorconfig +9 -0
- package/template/SCMS/backend-project/node_modules/side-channel-weakmap/.eslintrc +12 -0
- package/template/SCMS/backend-project/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
- package/template/SCMS/backend-project/node_modules/side-channel-weakmap/.nycrc +13 -0
- package/template/SCMS/backend-project/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
- package/template/SCMS/backend-project/node_modules/side-channel-weakmap/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/side-channel-weakmap/README.md +62 -0
- package/template/SCMS/backend-project/node_modules/side-channel-weakmap/index.d.ts +15 -0
- package/template/SCMS/backend-project/node_modules/side-channel-weakmap/index.js +84 -0
- package/template/SCMS/backend-project/node_modules/side-channel-weakmap/package.json +87 -0
- package/template/SCMS/backend-project/node_modules/side-channel-weakmap/test/index.js +114 -0
- package/template/SCMS/backend-project/node_modules/side-channel-weakmap/tsconfig.json +9 -0
- package/template/SCMS/backend-project/node_modules/sql-escaper/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/sql-escaper/README.md +424 -0
- package/template/SCMS/backend-project/node_modules/sql-escaper/lib/index.d.ts +15 -0
- package/template/SCMS/backend-project/node_modules/sql-escaper/lib/index.js +398 -0
- package/template/SCMS/backend-project/node_modules/sql-escaper/lib/index.mjs +305 -0
- package/template/SCMS/backend-project/node_modules/sql-escaper/lib/types.d.ts +5 -0
- package/template/SCMS/backend-project/node_modules/sql-escaper/lib/types.js +2 -0
- package/template/SCMS/backend-project/node_modules/sql-escaper/package.json +81 -0
- package/template/SCMS/backend-project/node_modules/statuses/HISTORY.md +87 -0
- package/template/SCMS/backend-project/node_modules/statuses/LICENSE +23 -0
- package/template/SCMS/backend-project/node_modules/statuses/README.md +139 -0
- package/template/SCMS/backend-project/node_modules/statuses/codes.json +65 -0
- package/template/SCMS/backend-project/node_modules/statuses/index.js +146 -0
- package/template/SCMS/backend-project/node_modules/statuses/package.json +49 -0
- package/template/SCMS/backend-project/node_modules/toidentifier/HISTORY.md +9 -0
- package/template/SCMS/backend-project/node_modules/toidentifier/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/toidentifier/README.md +61 -0
- package/template/SCMS/backend-project/node_modules/toidentifier/index.js +32 -0
- package/template/SCMS/backend-project/node_modules/toidentifier/package.json +38 -0
- package/template/SCMS/backend-project/node_modules/type-is/HISTORY.md +259 -0
- package/template/SCMS/backend-project/node_modules/type-is/LICENSE +23 -0
- package/template/SCMS/backend-project/node_modules/type-is/README.md +170 -0
- package/template/SCMS/backend-project/node_modules/type-is/index.js +266 -0
- package/template/SCMS/backend-project/node_modules/type-is/package.json +45 -0
- package/template/SCMS/backend-project/node_modules/undici-types/LICENSE +21 -0
- package/template/SCMS/backend-project/node_modules/undici-types/README.md +6 -0
- package/template/SCMS/backend-project/node_modules/undici-types/agent.d.ts +32 -0
- package/template/SCMS/backend-project/node_modules/undici-types/api.d.ts +43 -0
- package/template/SCMS/backend-project/node_modules/undici-types/balanced-pool.d.ts +30 -0
- package/template/SCMS/backend-project/node_modules/undici-types/cache-interceptor.d.ts +179 -0
- package/template/SCMS/backend-project/node_modules/undici-types/cache.d.ts +36 -0
- package/template/SCMS/backend-project/node_modules/undici-types/client-stats.d.ts +15 -0
- package/template/SCMS/backend-project/node_modules/undici-types/client.d.ts +123 -0
- package/template/SCMS/backend-project/node_modules/undici-types/connector.d.ts +36 -0
- package/template/SCMS/backend-project/node_modules/undici-types/content-type.d.ts +21 -0
- package/template/SCMS/backend-project/node_modules/undici-types/cookies.d.ts +30 -0
- package/template/SCMS/backend-project/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
- package/template/SCMS/backend-project/node_modules/undici-types/dispatcher.d.ts +279 -0
- package/template/SCMS/backend-project/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
- package/template/SCMS/backend-project/node_modules/undici-types/errors.d.ts +177 -0
- package/template/SCMS/backend-project/node_modules/undici-types/eventsource.d.ts +66 -0
- package/template/SCMS/backend-project/node_modules/undici-types/fetch.d.ts +211 -0
- package/template/SCMS/backend-project/node_modules/undici-types/formdata.d.ts +108 -0
- package/template/SCMS/backend-project/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/template/SCMS/backend-project/node_modules/undici-types/global-origin.d.ts +7 -0
- package/template/SCMS/backend-project/node_modules/undici-types/h2c-client.d.ts +73 -0
- package/template/SCMS/backend-project/node_modules/undici-types/handlers.d.ts +15 -0
- package/template/SCMS/backend-project/node_modules/undici-types/header.d.ts +160 -0
- package/template/SCMS/backend-project/node_modules/undici-types/index.d.ts +91 -0
- package/template/SCMS/backend-project/node_modules/undici-types/interceptors.d.ts +80 -0
- package/template/SCMS/backend-project/node_modules/undici-types/mock-agent.d.ts +68 -0
- package/template/SCMS/backend-project/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/template/SCMS/backend-project/node_modules/undici-types/mock-client.d.ts +27 -0
- package/template/SCMS/backend-project/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/template/SCMS/backend-project/node_modules/undici-types/mock-interceptor.d.ts +94 -0
- package/template/SCMS/backend-project/node_modules/undici-types/mock-pool.d.ts +27 -0
- package/template/SCMS/backend-project/node_modules/undici-types/package.json +55 -0
- package/template/SCMS/backend-project/node_modules/undici-types/patch.d.ts +29 -0
- package/template/SCMS/backend-project/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/template/SCMS/backend-project/node_modules/undici-types/pool.d.ts +41 -0
- package/template/SCMS/backend-project/node_modules/undici-types/proxy-agent.d.ts +29 -0
- package/template/SCMS/backend-project/node_modules/undici-types/readable.d.ts +68 -0
- package/template/SCMS/backend-project/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/template/SCMS/backend-project/node_modules/undici-types/retry-handler.d.ts +125 -0
- package/template/SCMS/backend-project/node_modules/undici-types/round-robin-pool.d.ts +41 -0
- package/template/SCMS/backend-project/node_modules/undici-types/snapshot-agent.d.ts +109 -0
- package/template/SCMS/backend-project/node_modules/undici-types/socks5-proxy-agent.d.ts +25 -0
- package/template/SCMS/backend-project/node_modules/undici-types/util.d.ts +18 -0
- package/template/SCMS/backend-project/node_modules/undici-types/utility.d.ts +7 -0
- package/template/SCMS/backend-project/node_modules/undici-types/webidl.d.ts +347 -0
- package/template/SCMS/backend-project/node_modules/undici-types/websocket.d.ts +188 -0
- package/template/SCMS/backend-project/node_modules/unpipe/HISTORY.md +4 -0
- package/template/SCMS/backend-project/node_modules/unpipe/LICENSE +22 -0
- package/template/SCMS/backend-project/node_modules/unpipe/README.md +43 -0
- package/template/SCMS/backend-project/node_modules/unpipe/index.js +69 -0
- package/template/SCMS/backend-project/node_modules/unpipe/package.json +27 -0
- package/template/SCMS/backend-project/node_modules/utils-merge/LICENSE +20 -0
- package/template/SCMS/backend-project/node_modules/utils-merge/README.md +34 -0
- package/template/SCMS/backend-project/node_modules/utils-merge/index.js +23 -0
- package/template/SCMS/backend-project/node_modules/utils-merge/package.json +40 -0
- package/template/SCMS/backend-project/node_modules/vary/HISTORY.md +39 -0
- package/template/SCMS/backend-project/node_modules/vary/LICENSE +22 -0
- package/template/SCMS/backend-project/node_modules/vary/README.md +101 -0
- package/template/SCMS/backend-project/node_modules/vary/index.js +149 -0
- package/template/SCMS/backend-project/node_modules/vary/package.json +43 -0
- package/template/SCMS/backend-project/package-lock.json +1130 -0
- package/template/SCMS/backend-project/package.json +19 -0
- package/template/SCMS/backend-project/routes/auth.js +60 -0
- package/template/SCMS/backend-project/routes/deliveries.js +95 -0
- package/template/SCMS/backend-project/routes/reports.js +94 -0
- package/template/SCMS/backend-project/routes/shipments.js +94 -0
- package/template/SCMS/backend-project/routes/suppliers.js +39 -0
- package/template/SCMS/backend-project/seed.js +25 -0
- package/template/SCMS/backend-project/server.js +29 -0
- package/template/SCMS/database/schema.sql +53 -0
- package/template/SCMS/docs/ERD.md +145 -0
- package/template/SCMS/frontend-project/README.md +16 -0
- package/template/SCMS/frontend-project/eslint.config.js +21 -0
- package/template/SCMS/frontend-project/index.html +13 -0
- package/template/SCMS/frontend-project/package-lock.json +3167 -0
- package/template/SCMS/frontend-project/package.json +31 -0
- package/template/SCMS/frontend-project/public/favicon.svg +1 -0
- package/template/SCMS/frontend-project/public/icons.svg +24 -0
- package/template/SCMS/frontend-project/src/App.css +184 -0
- package/template/SCMS/frontend-project/src/App.jsx +61 -0
- package/template/SCMS/frontend-project/src/api/axios.js +32 -0
- package/template/SCMS/frontend-project/src/assets/hero.png +0 -0
- package/template/SCMS/frontend-project/src/assets/react.svg +1 -0
- package/template/SCMS/frontend-project/src/assets/vite.svg +1 -0
- package/template/SCMS/frontend-project/src/components/Alert.jsx +23 -0
- package/template/SCMS/frontend-project/src/components/AuthLayout.jsx +37 -0
- package/template/SCMS/frontend-project/src/components/Layout.jsx +72 -0
- package/template/SCMS/frontend-project/src/context/AuthContext.jsx +46 -0
- package/template/SCMS/frontend-project/src/index.css +6 -0
- package/template/SCMS/frontend-project/src/main.jsx +10 -0
- package/template/SCMS/frontend-project/src/pages/Delivery.jsx +294 -0
- package/template/SCMS/frontend-project/src/pages/Login.jsx +76 -0
- package/template/SCMS/frontend-project/src/pages/Reports.jsx +220 -0
- package/template/SCMS/frontend-project/src/pages/Shipment.jsx +287 -0
- package/template/SCMS/frontend-project/src/pages/SignUp.jsx +109 -0
- package/template/SCMS/frontend-project/src/pages/Supplier.jsx +180 -0
- package/template/SCMS/frontend-project/vite.config.js +16 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/README.md +93 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/backend-project/.env.example +6 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/backend-project/config/db.js +13 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/backend-project/middleware/auth.js +18 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/backend-project/package-lock.json +1130 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/backend-project/package.json +18 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/backend-project/routes/auth.js +53 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/backend-project/routes/products.js +44 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/backend-project/routes/reports.js +109 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/backend-project/routes/transactions.js +174 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/backend-project/routes/warehouses.js +35 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/backend-project/server.js +45 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/database/ERD_NOTES.md +55 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/database/schema.sql +37 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/frontend-project/index.html +12 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/frontend-project/package-lock.json +3020 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/frontend-project/package.json +26 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/frontend-project/postcss.config.js +6 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/frontend-project/src/App.jsx +33 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/frontend-project/src/api/axios.js +30 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/frontend-project/src/components/Alert.jsx +17 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/frontend-project/src/components/Layout.jsx +108 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/frontend-project/src/components/ProtectedRoute.jsx +9 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/frontend-project/src/index.css +29 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/frontend-project/src/main.jsx +13 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/frontend-project/src/pages/Login.jsx +104 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/frontend-project/src/pages/Products.jsx +148 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/frontend-project/src/pages/Reports.jsx +194 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/frontend-project/src/pages/Transactions.jsx +276 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/frontend-project/src/pages/Warehouses.jsx +133 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/frontend-project/tailwind.config.js +20 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/frontend-project/vite.config.js +15 -0
- package/template/sms/Davina_Student_National_Practical_Exam_2026/package.json +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/ERD.md +98 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/README.md +146 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/.env +6 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/.env.example +6 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/config/db.js +14 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/middleware/auth.js +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/.bin/mime +16 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/.bin/mime.cmd +17 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/.bin/mime.ps1 +28 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/.bin/semver +16 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/.bin/semver.cmd +17 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/.bin/semver.ps1 +28 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/.package-lock.json +1118 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/README.md +15 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/assert/strict.d.ts +59 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/assert.d.ts +950 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/async_hooks.d.ts +711 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/buffer.buffer.d.ts +466 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/buffer.d.ts +1765 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/child_process.d.ts +1366 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/cluster.d.ts +432 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/console.d.ts +93 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/constants.d.ts +14 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/crypto.d.ts +4058 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/dgram.d.ts +537 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/diagnostics_channel.d.ts +552 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/dns/promises.d.ts +497 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/dns.d.ts +876 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/domain.d.ts +150 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/events.d.ts +1008 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/fs/promises.d.ts +1468 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/fs.d.ts +4780 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/globals.d.ts +150 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/globals.typedarray.d.ts +101 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/http.d.ts +2147 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/http2.d.ts +2485 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/https.d.ts +400 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/index.d.ts +117 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/inspector/promises.d.ts +35 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/inspector.d.ts +264 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/inspector.generated.d.ts +4406 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/module.d.ts +755 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/net.d.ts +970 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/os.d.ts +498 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/package.json +155 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/path/posix.d.ts +8 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/path/win32.d.ts +8 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/path.d.ts +178 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/perf_hooks.d.ts +612 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/process.d.ts +2204 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/punycode.d.ts +89 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/querystring.d.ts +139 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/quic.d.ts +897 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/readline/promises.d.ts +158 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/readline.d.ts +507 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/repl.d.ts +420 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/sea.d.ts +47 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/sqlite.d.ts +1068 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/stream/consumers.d.ts +114 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/stream/iter.d.ts +301 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/stream/promises.d.ts +211 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/stream/web.d.ts +300 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/stream.d.ts +1774 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/string_decoder.d.ts +27 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/test/reporters.d.ts +59 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/test.d.ts +2279 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/timers/promises.d.ts +93 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/timers.d.ts +149 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/tls.d.ts +1193 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/trace_events.d.ts +103 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/ts5.6/index.d.ts +119 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/ts5.7/index.d.ts +119 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/tty.d.ts +225 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/url.d.ts +556 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/util/types.d.ts +558 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/util.d.ts +1677 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/v8.d.ts +980 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/vm.d.ts +1136 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/wasi.d.ts +131 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/events.d.ts +106 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/streams.d.ts +115 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/worker_threads.d.ts +671 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/zlib/iter.d.ts +131 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/@types/node/zlib.d.ts +589 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/accepts/HISTORY.md +243 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/accepts/LICENSE +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/accepts/README.md +140 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/accepts/index.js +238 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/accepts/package.json +47 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/array-flatten/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/array-flatten/README.md +43 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/array-flatten/array-flatten.js +64 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/array-flatten/package.json +39 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/aws-ssl-profiles/LICENSE +19 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/aws-ssl-profiles/README.md +146 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/aws-ssl-profiles/lib/@types/profiles.d.ts +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/aws-ssl-profiles/lib/@types/profiles.js +2 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/aws-ssl-profiles/lib/index.d.ts +8 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/aws-ssl-profiles/lib/index.js +13 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.d.ts +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.js +2888 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.d.ts +8 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.js +111 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/aws-ssl-profiles/package.json +52 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/.travis.yml +18 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/.vscode/settings.json +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/LICENSE +50 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/README.md +251 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/bin/bcrypt +25 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/bower.json +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/dist/README.md +15 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/dist/bcrypt.js +1379 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/dist/bcrypt.min.js +48 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/dist/bcrypt.min.js.gz +0 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/dist/bcrypt.min.map +8 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/externs/bcrypt.js +91 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/externs/minimal-env.js +98 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/index.js +29 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/package.json +47 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/scripts/build.js +37 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/src/bcrypt/impl.js +669 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/src/bcrypt/prng/README.md +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/src/bcrypt/prng/accum.js +133 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/src/bcrypt/prng/isaac.js +140 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/src/bcrypt/util/base64.js +115 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/src/bcrypt/util.js +33 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/src/bcrypt.js +327 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/src/bower.json +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/src/wrap.js +50 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/tests/quickbrown.txt +150 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bcryptjs/tests/suite.js +197 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/body-parser/HISTORY.md +686 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/body-parser/LICENSE +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/body-parser/README.md +476 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/body-parser/index.js +156 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/body-parser/lib/read.js +205 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/body-parser/lib/types/json.js +243 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/body-parser/lib/types/raw.js +101 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/body-parser/lib/types/text.js +121 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/body-parser/lib/types/urlencoded.js +299 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/body-parser/package.json +55 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/buffer-equal-constant-time/.travis.yml +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/buffer-equal-constant-time/LICENSE.txt +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/buffer-equal-constant-time/README.md +50 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/buffer-equal-constant-time/index.js +41 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/buffer-equal-constant-time/package.json +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/buffer-equal-constant-time/test.js +42 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bytes/History.md +97 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bytes/LICENSE +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bytes/Readme.md +152 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bytes/index.js +170 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/bytes/package.json +42 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bound/.eslintrc +13 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bound/.github/FUNDING.yml +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bound/.nycrc +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bound/CHANGELOG.md +42 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bound/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bound/README.md +53 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bound/index.d.ts +94 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bound/index.js +19 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bound/package.json +99 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bound/test/index.js +61 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/call-bound/tsconfig.json +10 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/content-disposition/HISTORY.md +60 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/content-disposition/LICENSE +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/content-disposition/README.md +142 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/content-disposition/index.js +458 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/content-disposition/package.json +44 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/content-type/HISTORY.md +29 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/content-type/LICENSE +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/content-type/README.md +94 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/content-type/index.js +225 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/content-type/package.json +42 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/cookie/LICENSE +24 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/cookie/README.md +317 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/cookie/SECURITY.md +25 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/cookie/index.js +335 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/cookie/package.json +44 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/cookie-signature/History.md +42 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/cookie-signature/Readme.md +42 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/cookie-signature/index.js +51 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/cookie-signature/package.json +18 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/cors/LICENSE +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/cors/README.md +277 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/cors/lib/index.js +238 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/cors/package.json +42 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/debug/.coveralls.yml +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/debug/.eslintrc +11 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/debug/.travis.yml +14 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/debug/CHANGELOG.md +362 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/debug/LICENSE +19 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/debug/Makefile +50 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/debug/README.md +312 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/debug/component.json +19 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/debug/karma.conf.js +70 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/debug/node.js +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/debug/package.json +49 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/debug/src/browser.js +185 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/debug/src/debug.js +202 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/debug/src/index.js +10 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/debug/src/inspector-log.js +15 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/debug/src/node.js +248 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/denque/CHANGELOG.md +29 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/denque/LICENSE +201 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/denque/README.md +77 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/denque/index.d.ts +47 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/denque/index.js +481 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/denque/package.json +58 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/depd/History.md +103 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/depd/LICENSE +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/depd/Readme.md +280 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/depd/index.js +538 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/depd/lib/browser/index.js +77 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/depd/package.json +45 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/destroy/LICENSE +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/destroy/README.md +63 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/destroy/index.js +209 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/destroy/package.json +48 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dotenv/CHANGELOG.md +520 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dotenv/LICENSE +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dotenv/README-es.md +411 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dotenv/README.md +645 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dotenv/SECURITY.md +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dotenv/config.d.ts +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dotenv/config.js +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dotenv/lib/cli-options.js +17 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dotenv/lib/env-options.js +28 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dotenv/lib/main.d.ts +162 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dotenv/lib/main.js +386 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dotenv/package.json +62 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/.eslintrc +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/.nycrc +13 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/README.md +54 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/get.d.ts +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/get.js +30 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/package.json +76 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/set.d.ts +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/set.js +35 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/test/get.js +34 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/test/index.js +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/test/set.js +50 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/dunder-proto/tsconfig.json +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/ecdsa-sig-formatter/CODEOWNERS +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/ecdsa-sig-formatter/LICENSE +201 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/ecdsa-sig-formatter/README.md +65 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/ecdsa-sig-formatter/package.json +46 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts +17 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +187 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/ee-first/LICENSE +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/ee-first/README.md +80 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/ee-first/index.js +95 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/ee-first/package.json +29 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/encodeurl/LICENSE +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/encodeurl/README.md +109 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/encodeurl/index.js +60 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/encodeurl/package.json +40 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-define-property/.eslintrc +13 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-define-property/.nycrc +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-define-property/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-define-property/README.md +49 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-define-property/index.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-define-property/index.js +14 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-define-property/package.json +81 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-define-property/test/index.js +56 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-define-property/tsconfig.json +10 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-errors/.eslintrc +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-errors/CHANGELOG.md +40 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-errors/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-errors/README.md +55 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-errors/eval.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-errors/eval.js +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-errors/index.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-errors/index.js +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-errors/package.json +80 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-errors/range.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-errors/range.js +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-errors/ref.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-errors/ref.js +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-errors/syntax.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-errors/syntax.js +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-errors/test/index.js +19 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-errors/tsconfig.json +49 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-errors/type.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-errors/type.js +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-errors/uri.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-errors/uri.js +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/.eslintrc +16 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/CHANGELOG.md +44 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/README.md +63 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/ToObject.js +10 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/index.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/index.js +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/isObject.js +6 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/package.json +79 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/test/index.js +38 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/es-object-atoms/tsconfig.json +7 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/escape-html/LICENSE +24 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/escape-html/Readme.md +43 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/escape-html/index.js +78 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/escape-html/package.json +24 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/etag/HISTORY.md +83 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/etag/LICENSE +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/etag/README.md +159 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/etag/index.js +131 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/etag/package.json +47 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/express/History.md +3676 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/express/LICENSE +24 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/express/Readme.md +260 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/express/index.js +11 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/express/lib/application.js +661 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/express/lib/express.js +116 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/express/lib/middleware/init.js +43 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/express/lib/middleware/query.js +47 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/express/lib/request.js +525 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/express/lib/response.js +1179 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/express/lib/router/index.js +673 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/express/lib/router/layer.js +181 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/express/lib/router/route.js +230 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/express/lib/utils.js +304 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/express/lib/view.js +182 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/express/package.json +102 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/finalhandler/HISTORY.md +216 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/finalhandler/LICENSE +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/finalhandler/README.md +147 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/finalhandler/SECURITY.md +25 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/finalhandler/index.js +341 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/finalhandler/package.json +47 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/forwarded/HISTORY.md +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/forwarded/LICENSE +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/forwarded/README.md +57 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/forwarded/index.js +90 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/forwarded/package.json +45 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/fresh/HISTORY.md +70 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/fresh/LICENSE +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/fresh/README.md +119 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/fresh/index.js +137 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/fresh/package.json +46 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/function-bind/.eslintrc +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/function-bind/.nycrc +13 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/function-bind/CHANGELOG.md +136 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/function-bind/LICENSE +20 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/function-bind/README.md +46 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/function-bind/implementation.js +84 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/function-bind/index.js +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/function-bind/package.json +87 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/function-bind/test/.eslintrc +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/function-bind/test/index.js +252 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/generate-function/.travis.yml +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/generate-function/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/generate-function/README.md +89 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/generate-function/example.js +27 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/generate-function/index.js +181 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/generate-function/package.json +32 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/generate-function/test.js +49 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-intrinsic/.eslintrc +42 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-intrinsic/.nycrc +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-intrinsic/CHANGELOG.md +186 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-intrinsic/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-intrinsic/README.md +71 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-intrinsic/index.js +378 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-intrinsic/package.json +97 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-proto/.eslintrc +10 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-proto/.nycrc +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-proto/CHANGELOG.md +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-proto/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-proto/README.md +50 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-proto/index.d.ts +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-proto/index.js +27 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-proto/package.json +81 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-proto/test/index.js +68 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/get-proto/tsconfig.json +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/gopd/.eslintrc +16 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/gopd/CHANGELOG.md +45 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/gopd/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/gopd/README.md +40 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/gopd/gOPD.d.ts +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/gopd/gOPD.js +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/gopd/index.d.ts +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/gopd/index.js +15 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/gopd/package.json +77 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/gopd/test/index.js +36 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/gopd/tsconfig.json +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/.eslintrc +11 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/.nycrc +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/README.md +46 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/index.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/index.js +14 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/package.json +111 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/shams.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/shams.js +45 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/test/index.js +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/test/shams/core-js.js +29 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/test/tests.js +58 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/has-symbols/tsconfig.json +10 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/hasown/.nycrc +13 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/hasown/CHANGELOG.md +58 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/hasown/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/hasown/README.md +40 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/hasown/eslint.config.mjs +6 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/hasown/index.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/hasown/index.js +8 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/hasown/package.json +91 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/hasown/tsconfig.json +6 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/http-errors/HISTORY.md +186 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/http-errors/LICENSE +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/http-errors/README.md +169 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/http-errors/index.js +290 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/http-errors/package.json +54 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/Changelog.md +162 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/README.md +156 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/dbcs-codec.js +555 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/dbcs-data.js +176 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/index.js +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/internal.js +188 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/sbcs-codec.js +72 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/sbcs-data.js +174 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/tables/gbk-added.json +55 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/utf16.js +177 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/encodings/utf7.js +290 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/lib/bom-handling.js +52 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/lib/extend-node.js +217 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/lib/index.d.ts +24 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/lib/index.js +153 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/lib/streams.js +121 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/iconv-lite/package.json +46 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/inherits/LICENSE +16 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/inherits/README.md +42 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/inherits/inherits.js +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/inherits/inherits_browser.js +27 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/inherits/package.json +29 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/ipaddr.js/LICENSE +19 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/ipaddr.js/README.md +233 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/ipaddr.js/ipaddr.min.js +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/ipaddr.js/lib/ipaddr.js +673 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +68 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/ipaddr.js/package.json +35 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/is-property/LICENSE +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/is-property/README.md +28 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/is-property/is-property.js +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/is-property/package.json +36 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/README.md +396 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/decode.js +30 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/index.js +8 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/lib/JsonWebTokenError.js +14 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/lib/NotBeforeError.js +13 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/lib/TokenExpiredError.js +13 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/lib/psSupported.js +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/lib/timespan.js +18 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js +66 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/node_modules/ms/index.js +162 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/node_modules/ms/license.md +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/node_modules/ms/package.json +38 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/node_modules/ms/readme.md +59 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/package.json +70 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/sign.js +253 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jsonwebtoken/verify.js +263 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jwa/LICENSE +17 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jwa/README.md +150 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jwa/index.js +266 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jwa/opslevel.yml +6 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jwa/package.json +37 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jws/CHANGELOG.md +56 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jws/LICENSE +17 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jws/index.js +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jws/lib/data-stream.js +55 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jws/lib/sign-stream.js +83 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jws/lib/tostring.js +10 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jws/lib/verify-stream.js +125 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jws/opslevel.yml +6 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jws/package.json +34 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/jws/readme.md +255 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.includes/LICENSE +47 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.includes/README.md +18 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.includes/index.js +745 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.includes/package.json +17 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.isboolean/LICENSE +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.isboolean/README.md +18 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.isboolean/index.js +70 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.isboolean/package.json +17 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.isinteger/LICENSE +47 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.isinteger/README.md +18 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.isinteger/index.js +265 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.isinteger/package.json +17 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.isnumber/LICENSE +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.isnumber/README.md +18 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.isnumber/index.js +79 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.isnumber/package.json +17 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.isplainobject/LICENSE +47 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.isplainobject/README.md +18 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.isplainobject/index.js +139 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.isplainobject/package.json +17 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.isstring/LICENSE +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.isstring/README.md +18 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.isstring/index.js +95 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.isstring/package.json +17 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.once/LICENSE +47 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.once/README.md +18 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.once/index.js +294 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lodash.once/package.json +17 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/long/LICENSE +202 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/long/README.md +286 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/long/index.d.ts +2 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/long/index.js +1581 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/long/package.json +58 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/long/types.d.ts +474 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/long/umd/index.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/long/umd/index.js +1622 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/long/umd/package.json +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/long/umd/types.d.ts +474 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lru.min/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lru.min/README.md +392 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lru.min/browser/lru.min.js +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lru.min/lib/index.d.ts +38 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lru.min/lib/index.js +248 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lru.min/lib/index.mjs +227 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/lru.min/package.json +87 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/.eslintrc +16 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/README.md +50 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/abs.js +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/floor.js +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/isFinite.js +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/isInteger.js +16 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/isNaN.js +6 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/max.d.ts +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/max.js +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/min.d.ts +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/min.js +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/mod.js +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/package.json +86 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/pow.js +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/round.d.ts +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/round.js +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/sign.js +11 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/test/index.js +192 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/media-typer/HISTORY.md +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/media-typer/LICENSE +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/media-typer/README.md +81 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/media-typer/index.js +270 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/media-typer/package.json +26 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/merge-descriptors/HISTORY.md +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/merge-descriptors/LICENSE +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/merge-descriptors/README.md +49 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/merge-descriptors/index.js +60 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/merge-descriptors/package.json +39 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/methods/HISTORY.md +29 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/methods/LICENSE +24 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/methods/README.md +51 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/methods/index.js +69 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/methods/package.json +36 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mime/CHANGELOG.md +164 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mime/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mime/README.md +90 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mime/cli.js +8 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mime/mime.js +108 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mime/package.json +44 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mime/src/build.js +53 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mime/src/test.js +60 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mime/types.json +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mime-db/HISTORY.md +507 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mime-db/LICENSE +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mime-db/README.md +100 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mime-db/db.json +8519 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mime-db/index.js +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mime-db/package.json +60 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mime-types/HISTORY.md +397 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mime-types/LICENSE +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mime-types/README.md +113 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mime-types/index.js +188 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mime-types/package.json +44 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/ms/index.js +152 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/ms/license.md +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/ms/package.json +37 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/ms/readme.md +51 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/License +19 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/README.md +114 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/index.d.ts +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/index.js +77 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/auth_41.js +95 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.js +115 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.md +18 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/auth_plugins/index.js +8 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/auth_plugins/mysql_clear_password.js +17 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/auth_plugins/mysql_native_password.js +34 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/auth_plugins/sha256_password.js +74 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/base/connection.js +1139 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/base/pool.js +347 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/auth_switch.js +151 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/binlog_dump.js +109 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/change_user.js +68 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/client_handshake.js +386 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/close_statement.js +18 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/command.js +54 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/execute.js +116 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/index.js +29 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/ping.js +36 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/prepare.js +143 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/query.js +365 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/quit.js +29 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/register_slave.js +27 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/reset_connection.js +29 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/commands/server_handshake.js +205 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/compressed_protocol.js +153 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/connection.js +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/connection_config.js +300 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/charset_encodings.js +317 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/charsets.js +317 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/client.js +39 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/commands.js +37 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/cursor.js +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/encoding_charset.js +50 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/errors.js +3973 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/field_flags.js +20 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/server_status.js +44 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/session_track.js +11 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/ssl_profiles.js +11 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/constants/types.js +64 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/create_connection.js +10 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/create_pool.js +10 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/create_pool_cluster.js +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/helpers.js +83 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packet_parser.js +195 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/auth_next_factor.js +35 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/auth_switch_request.js +38 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/auth_switch_request_more_data.js +33 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/auth_switch_response.js +30 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/binary_row.js +95 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/binlog_dump.js +33 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/binlog_query_statusvars.js +115 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/change_user.js +97 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/close_statement.js +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/column_definition.js +291 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/encode_parameter.js +69 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/execute.js +177 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/handshake.js +112 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/handshake_response.js +173 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/index.js +154 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/packet.js +978 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/prepare_statement.js +27 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/prepared_statement_header.js +16 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/query.js +102 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/register_slave.js +46 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/reset_connection.js +17 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/resultset_header.js +124 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/ssl_request.js +25 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/packets/text_row.js +47 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/parsers/binary_parser.js +235 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/parsers/parser_cache.js +68 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/parsers/static_binary_parser.js +213 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/parsers/static_text_parser.js +152 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/parsers/string.js +50 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/parsers/text_parser.js +214 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/pool.js +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/pool_cluster.js +375 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/pool_config.js +34 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/pool_connection.js +81 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/promise/capture_local_err.js +25 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/promise/connection.js +237 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/promise/inherit_events.js +27 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/promise/make_done_cb.js +16 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/promise/pool.js +118 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/promise/pool_cluster.js +59 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/promise/pool_connection.js +19 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/promise/prepared_statement_info.js +35 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/results_stream.js +38 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/server.js +37 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/lib/tracing.js +81 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/README.md +138 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/dbcs-codec.js +532 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/dbcs-data.js +185 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/index.js +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/internal.js +218 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/sbcs-codec.js +75 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/sbcs-data.js +178 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/utf16.js +187 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/utf32.js +307 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/encodings/utf7.js +283 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/lib/bom-handling.js +48 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/lib/helpers/merge-exports.js +13 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/lib/index.d.ts +129 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/lib/index.js +182 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/lib/streams.js +105 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/package.json +70 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/node_modules/iconv-lite/types/encodings.d.ts +423 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/package.json +95 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/promise.d.ts +141 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/promise.js +209 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/LICENSE.txt +15 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/index.d.ts +93 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/info.txt +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/Auth.d.ts +30 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/Connection.d.ts +456 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/Pool.d.ts +78 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/PoolCluster.d.ts +92 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/PoolConnection.d.ts +11 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/Server.d.ts +11 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/Tracing.d.ts +71 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/constants/CharsetToEncoding.d.ts +8 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/constants/Charsets.d.ts +326 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/constants/Types.d.ts +70 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/constants/index.d.ts +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/parsers/ParserCache.d.ts +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/parsers/index.d.ts +18 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/parsers/typeCast.d.ts +54 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/Field.d.ts +10 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/FieldPacket.d.ts +27 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/OkPacket.d.ts +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/ProcedurePacket.d.ts +13 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/ResultSetHeader.d.ts +18 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/RowDataPacket.d.ts +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/index.d.ts +28 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/ErrorPacketParams.d.ts +6 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/OkPacketParams.d.ts +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/ExecutableBase.d.ts +41 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Prepare.d.ts +65 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Query.d.ts +235 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/QueryableBase.d.ts +41 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Sequence.d.ts +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/ExecutableBase.d.ts +17 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/QueryableBase.d.ts +18 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/named-placeholders/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/named-placeholders/README.md +27 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/named-placeholders/index.js +179 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/named-placeholders/package.json +36 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/negotiator/HISTORY.md +108 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/negotiator/LICENSE +24 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/negotiator/README.md +203 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/negotiator/index.js +82 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/negotiator/lib/charset.js +169 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/negotiator/lib/encoding.js +184 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/negotiator/lib/language.js +179 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/negotiator/lib/mediaType.js +294 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/negotiator/package.json +42 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-assign/index.js +90 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-assign/license +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-assign/package.json +42 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-assign/readme.md +61 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/.eslintrc +53 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/.github/FUNDING.yml +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/.nycrc +13 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/CHANGELOG.md +424 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/example/all.js +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/example/circular.js +6 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/example/fn.js +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/example/inspect.js +10 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/index.js +544 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/package-support.json +20 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/package.json +105 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/readme.markdown +84 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/bigint.js +58 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/browser/dom.js +15 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/circular.js +16 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/deep.js +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/element.js +53 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/err.js +48 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/fakes.js +29 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/fn.js +76 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/global.js +17 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/has.js +15 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/holes.js +15 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/indent-option.js +271 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/inspect.js +139 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/lowbyte.js +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/number.js +58 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/quoteStyle.js +26 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/toStringTag.js +40 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/undef.js +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test/values.js +261 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/test-core-js.js +26 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/object-inspect/util.inspect.js +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/on-finished/HISTORY.md +98 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/on-finished/LICENSE +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/on-finished/README.md +162 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/on-finished/index.js +234 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/on-finished/package.json +39 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/parseurl/HISTORY.md +58 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/parseurl/LICENSE +24 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/parseurl/README.md +133 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/parseurl/index.js +158 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/parseurl/package.json +40 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/path-to-regexp/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/path-to-regexp/Readme.md +35 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/path-to-regexp/index.js +158 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/path-to-regexp/package.json +30 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/proxy-addr/HISTORY.md +161 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/proxy-addr/LICENSE +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/proxy-addr/README.md +139 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/proxy-addr/index.js +327 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/proxy-addr/package.json +47 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/qs/.editorconfig +46 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/qs/.github/FUNDING.yml +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/qs/.github/SECURITY.md +11 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/qs/.github/THREAT_MODEL.md +78 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/qs/.nycrc +13 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/qs/CHANGELOG.md +822 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/qs/LICENSE.md +29 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/qs/README.md +758 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/qs/dist/qs.js +141 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/qs/eslint.config.mjs +57 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/qs/lib/formats.js +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/qs/lib/index.js +11 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/qs/lib/parse.js +403 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/qs/lib/stringify.js +363 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/qs/lib/utils.js +342 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/qs/package.json +94 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/qs/test/empty-keys-cases.js +267 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/qs/test/parse.js +1703 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/qs/test/stringify.js +1448 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/qs/test/utils.js +432 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/range-parser/HISTORY.md +56 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/range-parser/LICENSE +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/range-parser/README.md +84 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/range-parser/index.js +162 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/range-parser/package.json +44 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/raw-body/LICENSE +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/raw-body/README.md +223 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/raw-body/index.d.ts +87 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/raw-body/index.js +336 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/raw-body/package.json +47 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/safe-buffer/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/safe-buffer/README.md +584 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/safe-buffer/index.d.ts +187 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/safe-buffer/index.js +65 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/safe-buffer/package.json +51 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/safer-buffer/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/safer-buffer/Porting-Buffer.md +268 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/safer-buffer/Readme.md +156 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/safer-buffer/dangerous.js +58 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/safer-buffer/package.json +34 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/safer-buffer/safer.js +77 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/safer-buffer/tests.js +406 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/LICENSE +15 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/README.md +680 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/bin/semver.js +195 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/classes/comparator.js +143 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/classes/index.js +7 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/classes/range.js +564 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/classes/semver.js +333 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/clean.js +8 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/cmp.js +54 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/coerce.js +62 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/compare-build.js +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/compare-loose.js +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/compare.js +7 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/diff.js +60 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/eq.js +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/gt.js +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/gte.js +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/inc.js +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/lt.js +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/lte.js +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/major.js +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/minor.js +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/neq.js +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/parse.js +18 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/patch.js +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/prerelease.js +8 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/rcompare.js +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/rsort.js +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/satisfies.js +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/sort.js +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/truncate.js +48 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/functions/valid.js +8 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/index.js +93 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/internal/constants.js +37 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/internal/debug.js +11 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/internal/identifiers.js +29 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/internal/lrucache.js +42 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/internal/parse-options.js +17 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/internal/re.js +223 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/package.json +78 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/preload.js +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/range.bnf +17 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/ranges/gtr.js +6 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/ranges/intersects.js +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/ranges/ltr.js +6 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/ranges/max-satisfying.js +27 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/ranges/min-satisfying.js +26 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/ranges/min-version.js +63 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/ranges/outside.js +82 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/ranges/simplify.js +49 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/ranges/subset.js +249 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/ranges/to-comparators.js +10 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/semver/ranges/valid.js +13 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/send/HISTORY.md +538 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/send/LICENSE +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/send/README.md +327 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/send/SECURITY.md +24 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/send/index.js +1142 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/send/node_modules/ms/index.js +162 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/send/node_modules/ms/license.md +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/send/node_modules/ms/package.json +38 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/send/node_modules/ms/readme.md +59 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/send/package.json +62 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/serve-static/HISTORY.md +493 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/serve-static/LICENSE +25 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/serve-static/README.md +257 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/serve-static/index.js +209 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/serve-static/package.json +42 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/setprototypeof/LICENSE +13 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/setprototypeof/README.md +31 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/setprototypeof/index.d.ts +2 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/setprototypeof/index.js +17 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/setprototypeof/package.json +38 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/setprototypeof/test/index.js +24 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel/.editorconfig +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel/.eslintrc +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel/.github/FUNDING.yml +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel/.nycrc +13 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel/CHANGELOG.md +110 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel/README.md +61 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel/index.d.ts +14 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel/index.js +43 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel/package.json +85 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel/test/index.js +104 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel/tsconfig.json +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/.editorconfig +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/.eslintrc +11 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/.nycrc +13 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/CHANGELOG.md +36 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/README.md +62 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/index.d.ts +13 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/index.js +111 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/list.d.ts +14 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/package.json +77 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/test/index.js +154 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-list/tsconfig.json +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/.editorconfig +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/.eslintrc +11 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/.nycrc +13 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/CHANGELOG.md +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/README.md +62 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/index.d.ts +15 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/index.js +68 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/package.json +80 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/test/index.js +114 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-map/tsconfig.json +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/.editorconfig +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/.eslintrc +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/.nycrc +13 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/README.md +62 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/index.d.ts +15 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/index.js +84 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/package.json +87 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/test/index.js +114 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/side-channel-weakmap/tsconfig.json +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/sql-escaper/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/sql-escaper/README.md +424 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/sql-escaper/lib/index.d.ts +15 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/sql-escaper/lib/index.js +398 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/sql-escaper/lib/index.mjs +305 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/sql-escaper/lib/types.d.ts +5 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/sql-escaper/lib/types.js +2 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/sql-escaper/package.json +81 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/statuses/HISTORY.md +87 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/statuses/LICENSE +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/statuses/README.md +139 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/statuses/codes.json +65 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/statuses/index.js +146 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/statuses/package.json +49 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/toidentifier/HISTORY.md +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/toidentifier/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/toidentifier/README.md +61 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/toidentifier/index.js +32 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/toidentifier/package.json +38 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/type-is/HISTORY.md +259 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/type-is/LICENSE +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/type-is/README.md +170 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/type-is/index.js +266 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/type-is/package.json +45 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/LICENSE +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/README.md +6 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/agent.d.ts +32 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/api.d.ts +43 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/balanced-pool.d.ts +30 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/cache-interceptor.d.ts +179 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/cache.d.ts +36 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/client-stats.d.ts +15 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/client.d.ts +123 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/connector.d.ts +36 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/content-type.d.ts +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/cookies.d.ts +30 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/dispatcher.d.ts +279 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/errors.d.ts +177 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/eventsource.d.ts +66 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/fetch.d.ts +211 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/formdata.d.ts +108 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/global-origin.d.ts +7 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/h2c-client.d.ts +73 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/handlers.d.ts +15 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/header.d.ts +160 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/index.d.ts +91 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/interceptors.d.ts +80 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/mock-agent.d.ts +68 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/mock-client.d.ts +27 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/mock-interceptor.d.ts +94 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/mock-pool.d.ts +27 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/package.json +55 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/patch.d.ts +29 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/pool.d.ts +41 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/proxy-agent.d.ts +29 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/readable.d.ts +68 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/retry-handler.d.ts +125 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/round-robin-pool.d.ts +41 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/snapshot-agent.d.ts +109 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/socks5-proxy-agent.d.ts +25 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/util.d.ts +18 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/utility.d.ts +7 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/webidl.d.ts +347 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/undici-types/websocket.d.ts +188 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/unpipe/HISTORY.md +4 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/unpipe/LICENSE +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/unpipe/README.md +43 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/unpipe/index.js +69 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/unpipe/package.json +27 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/utils-merge/LICENSE +20 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/utils-merge/README.md +34 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/utils-merge/index.js +23 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/utils-merge/package.json +40 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/vary/HISTORY.md +39 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/vary/LICENSE +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/vary/README.md +101 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/vary/index.js +149 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/node_modules/vary/package.json +43 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/package-lock.json +1131 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/package.json +22 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/routes/auth.js +69 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/routes/customers.js +38 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/routes/products.js +38 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/routes/reports.js +96 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/routes/sales.js +190 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/scripts/seedUser.js +27 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/backend-project/server.js +38 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/database/schema.sql +46 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/README.md +16 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/eslint.config.js +21 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/index.html +13 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/package-lock.json +3167 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/package.json +31 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/public/favicon.svg +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/public/icons.svg +24 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/src/App.css +184 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/src/App.jsx +40 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/src/api/axios.js +15 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/src/assets/hero.png +0 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/src/assets/react.svg +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/src/assets/vite.svg +1 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/src/components/Layout.jsx +67 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/src/components/ProtectedRoute.jsx +20 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/src/context/AuthContext.jsx +47 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/src/index.css +7 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/src/main.jsx +10 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/src/pages/Customer.jsx +159 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/src/pages/Login.jsx +94 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/src/pages/Product.jsx +152 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/src/pages/Reports.jsx +177 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/src/pages/Sales.jsx +362 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/src/pages/SignUp.jsx +125 -0
- package/template/srms/Sangano_Ineza_Davina_National_Practical_Exam_2026/frontend-project/vite.config.js +7 -0
|
@@ -0,0 +1,1193 @@
|
|
|
1
|
+
declare module "node:tls" {
|
|
2
|
+
import { NonSharedBuffer } from "node:buffer";
|
|
3
|
+
import { X509Certificate } from "node:crypto";
|
|
4
|
+
import * as net from "node:net";
|
|
5
|
+
import * as stream from "stream";
|
|
6
|
+
const CLIENT_RENEG_LIMIT: number;
|
|
7
|
+
const CLIENT_RENEG_WINDOW: number;
|
|
8
|
+
interface Certificate extends NodeJS.Dict<string | string[]> {
|
|
9
|
+
/**
|
|
10
|
+
* Country code.
|
|
11
|
+
*/
|
|
12
|
+
C?: string | string[];
|
|
13
|
+
/**
|
|
14
|
+
* Street.
|
|
15
|
+
*/
|
|
16
|
+
ST?: string | string[];
|
|
17
|
+
/**
|
|
18
|
+
* Locality.
|
|
19
|
+
*/
|
|
20
|
+
L?: string | string[];
|
|
21
|
+
/**
|
|
22
|
+
* Organization.
|
|
23
|
+
*/
|
|
24
|
+
O?: string | string[];
|
|
25
|
+
/**
|
|
26
|
+
* Organizational unit.
|
|
27
|
+
*/
|
|
28
|
+
OU?: string | string[];
|
|
29
|
+
/**
|
|
30
|
+
* Common name.
|
|
31
|
+
*/
|
|
32
|
+
CN?: string | string[];
|
|
33
|
+
}
|
|
34
|
+
interface PeerCertificate {
|
|
35
|
+
/**
|
|
36
|
+
* `true` if a Certificate Authority (CA), `false` otherwise.
|
|
37
|
+
* @since v18.13.0
|
|
38
|
+
*/
|
|
39
|
+
ca: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* The DER encoded X.509 certificate data.
|
|
42
|
+
*/
|
|
43
|
+
raw: NonSharedBuffer;
|
|
44
|
+
/**
|
|
45
|
+
* The certificate subject.
|
|
46
|
+
*/
|
|
47
|
+
subject: Certificate;
|
|
48
|
+
/**
|
|
49
|
+
* The certificate issuer, described in the same terms as the `subject`.
|
|
50
|
+
*/
|
|
51
|
+
issuer: Certificate;
|
|
52
|
+
/**
|
|
53
|
+
* The date-time the certificate is valid from.
|
|
54
|
+
*/
|
|
55
|
+
valid_from: string;
|
|
56
|
+
/**
|
|
57
|
+
* The date-time the certificate is valid to.
|
|
58
|
+
*/
|
|
59
|
+
valid_to: string;
|
|
60
|
+
/**
|
|
61
|
+
* The certificate serial number, as a hex string.
|
|
62
|
+
*/
|
|
63
|
+
serialNumber: string;
|
|
64
|
+
/**
|
|
65
|
+
* The SHA-1 digest of the DER encoded certificate.
|
|
66
|
+
* It is returned as a `:` separated hexadecimal string.
|
|
67
|
+
*/
|
|
68
|
+
fingerprint: string;
|
|
69
|
+
/**
|
|
70
|
+
* The SHA-256 digest of the DER encoded certificate.
|
|
71
|
+
* It is returned as a `:` separated hexadecimal string.
|
|
72
|
+
*/
|
|
73
|
+
fingerprint256: string;
|
|
74
|
+
/**
|
|
75
|
+
* The SHA-512 digest of the DER encoded certificate.
|
|
76
|
+
* It is returned as a `:` separated hexadecimal string.
|
|
77
|
+
*/
|
|
78
|
+
fingerprint512: string;
|
|
79
|
+
/**
|
|
80
|
+
* The extended key usage, a set of OIDs.
|
|
81
|
+
*/
|
|
82
|
+
ext_key_usage?: string[];
|
|
83
|
+
/**
|
|
84
|
+
* A string containing concatenated names for the subject,
|
|
85
|
+
* an alternative to the `subject` names.
|
|
86
|
+
*/
|
|
87
|
+
subjectaltname?: string;
|
|
88
|
+
/**
|
|
89
|
+
* An array describing the AuthorityInfoAccess, used with OCSP.
|
|
90
|
+
*/
|
|
91
|
+
infoAccess?: NodeJS.Dict<string[]>;
|
|
92
|
+
/**
|
|
93
|
+
* For RSA keys: The RSA bit size.
|
|
94
|
+
*
|
|
95
|
+
* For EC keys: The key size in bits.
|
|
96
|
+
*/
|
|
97
|
+
bits?: number;
|
|
98
|
+
/**
|
|
99
|
+
* The RSA exponent, as a string in hexadecimal number notation.
|
|
100
|
+
*/
|
|
101
|
+
exponent?: string;
|
|
102
|
+
/**
|
|
103
|
+
* The RSA modulus, as a hexadecimal string.
|
|
104
|
+
*/
|
|
105
|
+
modulus?: string;
|
|
106
|
+
/**
|
|
107
|
+
* The public key.
|
|
108
|
+
*/
|
|
109
|
+
pubkey?: NonSharedBuffer;
|
|
110
|
+
/**
|
|
111
|
+
* The ASN.1 name of the OID of the elliptic curve.
|
|
112
|
+
* Well-known curves are identified by an OID.
|
|
113
|
+
* While it is unusual, it is possible that the curve
|
|
114
|
+
* is identified by its mathematical properties,
|
|
115
|
+
* in which case it will not have an OID.
|
|
116
|
+
*/
|
|
117
|
+
asn1Curve?: string;
|
|
118
|
+
/**
|
|
119
|
+
* The NIST name for the elliptic curve, if it has one
|
|
120
|
+
* (not all well-known curves have been assigned names by NIST).
|
|
121
|
+
*/
|
|
122
|
+
nistCurve?: string;
|
|
123
|
+
}
|
|
124
|
+
interface DetailedPeerCertificate extends PeerCertificate {
|
|
125
|
+
/**
|
|
126
|
+
* The issuer certificate object.
|
|
127
|
+
* For self-signed certificates, this may be a circular reference.
|
|
128
|
+
*/
|
|
129
|
+
issuerCertificate: DetailedPeerCertificate;
|
|
130
|
+
}
|
|
131
|
+
interface CipherNameAndProtocol {
|
|
132
|
+
/**
|
|
133
|
+
* The cipher name.
|
|
134
|
+
*/
|
|
135
|
+
name: string;
|
|
136
|
+
/**
|
|
137
|
+
* SSL/TLS protocol version.
|
|
138
|
+
*/
|
|
139
|
+
version: string;
|
|
140
|
+
/**
|
|
141
|
+
* IETF name for the cipher suite.
|
|
142
|
+
*/
|
|
143
|
+
standardName: string;
|
|
144
|
+
}
|
|
145
|
+
interface EphemeralKeyInfo {
|
|
146
|
+
/**
|
|
147
|
+
* The supported types are 'DH' and 'ECDH'.
|
|
148
|
+
*/
|
|
149
|
+
type: string;
|
|
150
|
+
/**
|
|
151
|
+
* The name property is available only when type is 'ECDH'.
|
|
152
|
+
*/
|
|
153
|
+
name?: string | undefined;
|
|
154
|
+
/**
|
|
155
|
+
* The size of parameter of an ephemeral key exchange.
|
|
156
|
+
*/
|
|
157
|
+
size: number;
|
|
158
|
+
}
|
|
159
|
+
interface KeyObject {
|
|
160
|
+
/**
|
|
161
|
+
* Private keys in PEM format.
|
|
162
|
+
*/
|
|
163
|
+
pem: string | Buffer;
|
|
164
|
+
/**
|
|
165
|
+
* Optional passphrase.
|
|
166
|
+
*/
|
|
167
|
+
passphrase?: string | undefined;
|
|
168
|
+
}
|
|
169
|
+
interface PxfObject {
|
|
170
|
+
/**
|
|
171
|
+
* PFX or PKCS12 encoded private key and certificate chain.
|
|
172
|
+
*/
|
|
173
|
+
buf: string | Buffer;
|
|
174
|
+
/**
|
|
175
|
+
* Optional passphrase.
|
|
176
|
+
*/
|
|
177
|
+
passphrase?: string | undefined;
|
|
178
|
+
}
|
|
179
|
+
interface TLSSocketOptions extends SecureContextOptions, CommonConnectionOptions {
|
|
180
|
+
/**
|
|
181
|
+
* If true the TLS socket will be instantiated in server-mode.
|
|
182
|
+
* Defaults to false.
|
|
183
|
+
*/
|
|
184
|
+
isServer?: boolean | undefined;
|
|
185
|
+
/**
|
|
186
|
+
* An optional net.Server instance.
|
|
187
|
+
*/
|
|
188
|
+
server?: net.Server | undefined;
|
|
189
|
+
/**
|
|
190
|
+
* An optional Buffer instance containing a TLS session.
|
|
191
|
+
*/
|
|
192
|
+
session?: Buffer | undefined;
|
|
193
|
+
}
|
|
194
|
+
interface TLSSocketEventMap extends net.SocketEventMap {
|
|
195
|
+
"keylog": [line: NonSharedBuffer];
|
|
196
|
+
"OCSPResponse": [response: NonSharedBuffer];
|
|
197
|
+
"secure": [];
|
|
198
|
+
"secureConnect": [];
|
|
199
|
+
"session": [session: NonSharedBuffer];
|
|
200
|
+
}
|
|
201
|
+
/**
|
|
202
|
+
* Performs transparent encryption of written data and all required TLS
|
|
203
|
+
* negotiation.
|
|
204
|
+
*
|
|
205
|
+
* Instances of `tls.TLSSocket` implement the duplex `Stream` interface.
|
|
206
|
+
*
|
|
207
|
+
* Methods that return TLS connection metadata (e.g.{@link TLSSocket.getPeerCertificate}) will only return data while the
|
|
208
|
+
* connection is open.
|
|
209
|
+
* @since v0.11.4
|
|
210
|
+
*/
|
|
211
|
+
class TLSSocket extends net.Socket {
|
|
212
|
+
/**
|
|
213
|
+
* Construct a new tls.TLSSocket object from an existing TCP socket.
|
|
214
|
+
*/
|
|
215
|
+
constructor(socket: net.Socket | stream.Duplex, options?: TLSSocketOptions);
|
|
216
|
+
/**
|
|
217
|
+
* This property is `true` if the peer certificate was signed by one of the CAs
|
|
218
|
+
* specified when creating the `tls.TLSSocket` instance, otherwise `false`.
|
|
219
|
+
* @since v0.11.4
|
|
220
|
+
*/
|
|
221
|
+
authorized: boolean;
|
|
222
|
+
/**
|
|
223
|
+
* Returns the reason why the peer's certificate was not been verified. This
|
|
224
|
+
* property is set only when `tlsSocket.authorized === false`.
|
|
225
|
+
* @since v0.11.4
|
|
226
|
+
*/
|
|
227
|
+
authorizationError: Error;
|
|
228
|
+
/**
|
|
229
|
+
* Always returns `true`. This may be used to distinguish TLS sockets from regular`net.Socket` instances.
|
|
230
|
+
* @since v0.11.4
|
|
231
|
+
*/
|
|
232
|
+
encrypted: true;
|
|
233
|
+
/**
|
|
234
|
+
* String containing the selected ALPN protocol.
|
|
235
|
+
* Before a handshake has completed, this value is always null.
|
|
236
|
+
* When a handshake is completed but not ALPN protocol was selected, tlsSocket.alpnProtocol equals false.
|
|
237
|
+
*/
|
|
238
|
+
alpnProtocol: string | false | null;
|
|
239
|
+
/**
|
|
240
|
+
* String containing the server name requested via SNI (Server Name Indication) TLS extension.
|
|
241
|
+
*/
|
|
242
|
+
servername: string | false | null;
|
|
243
|
+
/**
|
|
244
|
+
* Returns an object representing the local certificate. The returned object has
|
|
245
|
+
* some properties corresponding to the fields of the certificate.
|
|
246
|
+
*
|
|
247
|
+
* See {@link TLSSocket.getPeerCertificate} for an example of the certificate
|
|
248
|
+
* structure.
|
|
249
|
+
*
|
|
250
|
+
* If there is no local certificate, an empty object will be returned. If the
|
|
251
|
+
* socket has been destroyed, `null` will be returned.
|
|
252
|
+
* @since v11.2.0
|
|
253
|
+
*/
|
|
254
|
+
getCertificate(): PeerCertificate | object | null;
|
|
255
|
+
/**
|
|
256
|
+
* Returns an object containing information on the negotiated cipher suite.
|
|
257
|
+
*
|
|
258
|
+
* For example, a TLSv1.2 protocol with AES256-SHA cipher:
|
|
259
|
+
*
|
|
260
|
+
* ```json
|
|
261
|
+
* {
|
|
262
|
+
* "name": "AES256-SHA",
|
|
263
|
+
* "standardName": "TLS_RSA_WITH_AES_256_CBC_SHA",
|
|
264
|
+
* "version": "SSLv3"
|
|
265
|
+
* }
|
|
266
|
+
* ```
|
|
267
|
+
*
|
|
268
|
+
* See [SSL\_CIPHER\_get\_name](https://www.openssl.org/docs/man1.1.1/man3/SSL_CIPHER_get_name.html) for more information.
|
|
269
|
+
* @since v0.11.4
|
|
270
|
+
*/
|
|
271
|
+
getCipher(): CipherNameAndProtocol;
|
|
272
|
+
/**
|
|
273
|
+
* Returns an object representing the type, name, and size of parameter of
|
|
274
|
+
* an ephemeral key exchange in `perfect forward secrecy` on a client
|
|
275
|
+
* connection. It returns an empty object when the key exchange is not
|
|
276
|
+
* ephemeral. As this is only supported on a client socket; `null` is returned
|
|
277
|
+
* if called on a server socket. The supported types are `'DH'` and `'ECDH'`. The `name` property is available only when type is `'ECDH'`.
|
|
278
|
+
*
|
|
279
|
+
* For example: `{ type: 'ECDH', name: 'prime256v1', size: 256 }`.
|
|
280
|
+
* @since v5.0.0
|
|
281
|
+
*/
|
|
282
|
+
getEphemeralKeyInfo(): EphemeralKeyInfo | object | null;
|
|
283
|
+
/**
|
|
284
|
+
* As the `Finished` messages are message digests of the complete handshake
|
|
285
|
+
* (with a total of 192 bits for TLS 1.0 and more for SSL 3.0), they can
|
|
286
|
+
* be used for external authentication procedures when the authentication
|
|
287
|
+
* provided by SSL/TLS is not desired or is not enough.
|
|
288
|
+
*
|
|
289
|
+
* Corresponds to the `SSL_get_finished` routine in OpenSSL and may be used
|
|
290
|
+
* to implement the `tls-unique` channel binding from [RFC 5929](https://tools.ietf.org/html/rfc5929).
|
|
291
|
+
* @since v9.9.0
|
|
292
|
+
* @return The latest `Finished` message that has been sent to the socket as part of a SSL/TLS handshake, or `undefined` if no `Finished` message has been sent yet.
|
|
293
|
+
*/
|
|
294
|
+
getFinished(): NonSharedBuffer | undefined;
|
|
295
|
+
/**
|
|
296
|
+
* Returns an object representing the peer's certificate. If the peer does not
|
|
297
|
+
* provide a certificate, an empty object will be returned. If the socket has been
|
|
298
|
+
* destroyed, `null` will be returned.
|
|
299
|
+
*
|
|
300
|
+
* If the full certificate chain was requested, each certificate will include an`issuerCertificate` property containing an object representing its issuer's
|
|
301
|
+
* certificate.
|
|
302
|
+
* @since v0.11.4
|
|
303
|
+
* @param detailed Include the full certificate chain if `true`, otherwise include just the peer's certificate.
|
|
304
|
+
* @return A certificate object.
|
|
305
|
+
*/
|
|
306
|
+
getPeerCertificate(detailed: true): DetailedPeerCertificate;
|
|
307
|
+
getPeerCertificate(detailed?: false): PeerCertificate;
|
|
308
|
+
getPeerCertificate(detailed?: boolean): PeerCertificate | DetailedPeerCertificate;
|
|
309
|
+
/**
|
|
310
|
+
* As the `Finished` messages are message digests of the complete handshake
|
|
311
|
+
* (with a total of 192 bits for TLS 1.0 and more for SSL 3.0), they can
|
|
312
|
+
* be used for external authentication procedures when the authentication
|
|
313
|
+
* provided by SSL/TLS is not desired or is not enough.
|
|
314
|
+
*
|
|
315
|
+
* Corresponds to the `SSL_get_peer_finished` routine in OpenSSL and may be used
|
|
316
|
+
* to implement the `tls-unique` channel binding from [RFC 5929](https://tools.ietf.org/html/rfc5929).
|
|
317
|
+
* @since v9.9.0
|
|
318
|
+
* @return The latest `Finished` message that is expected or has actually been received from the socket as part of a SSL/TLS handshake, or `undefined` if there is no `Finished` message so
|
|
319
|
+
* far.
|
|
320
|
+
*/
|
|
321
|
+
getPeerFinished(): NonSharedBuffer | undefined;
|
|
322
|
+
/**
|
|
323
|
+
* Returns a string containing the negotiated SSL/TLS protocol version of the
|
|
324
|
+
* current connection. The value `'unknown'` will be returned for connected
|
|
325
|
+
* sockets that have not completed the handshaking process. The value `null` will
|
|
326
|
+
* be returned for server sockets or disconnected client sockets.
|
|
327
|
+
*
|
|
328
|
+
* Protocol versions are:
|
|
329
|
+
*
|
|
330
|
+
* * `'SSLv3'`
|
|
331
|
+
* * `'TLSv1'`
|
|
332
|
+
* * `'TLSv1.1'`
|
|
333
|
+
* * `'TLSv1.2'`
|
|
334
|
+
* * `'TLSv1.3'`
|
|
335
|
+
*
|
|
336
|
+
* See the OpenSSL [`SSL_get_version`](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html) documentation for more information.
|
|
337
|
+
* @since v5.7.0
|
|
338
|
+
*/
|
|
339
|
+
getProtocol(): string | null;
|
|
340
|
+
/**
|
|
341
|
+
* Returns the TLS session data or `undefined` if no session was
|
|
342
|
+
* negotiated. On the client, the data can be provided to the `session` option of {@link connect} to resume the connection. On the server, it may be useful
|
|
343
|
+
* for debugging.
|
|
344
|
+
*
|
|
345
|
+
* See `Session Resumption` for more information.
|
|
346
|
+
*
|
|
347
|
+
* Note: `getSession()` works only for TLSv1.2 and below. For TLSv1.3, applications
|
|
348
|
+
* must use the `'session'` event (it also works for TLSv1.2 and below).
|
|
349
|
+
* @since v0.11.4
|
|
350
|
+
*/
|
|
351
|
+
getSession(): NonSharedBuffer | undefined;
|
|
352
|
+
/**
|
|
353
|
+
* See [SSL\_get\_shared\_sigalgs](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_shared_sigalgs.html) for more information.
|
|
354
|
+
* @since v12.11.0
|
|
355
|
+
* @return List of signature algorithms shared between the server and the client in the order of decreasing preference.
|
|
356
|
+
*/
|
|
357
|
+
getSharedSigalgs(): string[];
|
|
358
|
+
/**
|
|
359
|
+
* For a client, returns the TLS session ticket if one is available, or`undefined`. For a server, always returns `undefined`.
|
|
360
|
+
*
|
|
361
|
+
* It may be useful for debugging.
|
|
362
|
+
*
|
|
363
|
+
* See `Session Resumption` for more information.
|
|
364
|
+
* @since v0.11.4
|
|
365
|
+
*/
|
|
366
|
+
getTLSTicket(): NonSharedBuffer | undefined;
|
|
367
|
+
/**
|
|
368
|
+
* See `Session Resumption` for more information.
|
|
369
|
+
* @since v0.5.6
|
|
370
|
+
* @return `true` if the session was reused, `false` otherwise.
|
|
371
|
+
*/
|
|
372
|
+
isSessionReused(): boolean;
|
|
373
|
+
/**
|
|
374
|
+
* The `tlsSocket.renegotiate()` method initiates a TLS renegotiation process.
|
|
375
|
+
* Upon completion, the `callback` function will be passed a single argument
|
|
376
|
+
* that is either an `Error` (if the request failed) or `null`.
|
|
377
|
+
*
|
|
378
|
+
* This method can be used to request a peer's certificate after the secure
|
|
379
|
+
* connection has been established.
|
|
380
|
+
*
|
|
381
|
+
* When running as the server, the socket will be destroyed with an error after `handshakeTimeout` timeout.
|
|
382
|
+
*
|
|
383
|
+
* For TLSv1.3, renegotiation cannot be initiated, it is not supported by the
|
|
384
|
+
* protocol.
|
|
385
|
+
* @since v0.11.8
|
|
386
|
+
* @param callback If `renegotiate()` returned `true`, callback is attached once to the `'secure'` event. If `renegotiate()` returned `false`, `callback` will be called in the next tick with
|
|
387
|
+
* an error, unless the `tlsSocket` has been destroyed, in which case `callback` will not be called at all.
|
|
388
|
+
* @return `true` if renegotiation was initiated, `false` otherwise.
|
|
389
|
+
*/
|
|
390
|
+
renegotiate(
|
|
391
|
+
options: {
|
|
392
|
+
rejectUnauthorized?: boolean | undefined;
|
|
393
|
+
requestCert?: boolean | undefined;
|
|
394
|
+
},
|
|
395
|
+
callback: (err: Error | null) => void,
|
|
396
|
+
): undefined | boolean;
|
|
397
|
+
/**
|
|
398
|
+
* The `tlsSocket.setKeyCert()` method sets the private key and certificate to use for the socket.
|
|
399
|
+
* This is mainly useful if you wish to select a server certificate from a TLS server's `ALPNCallback`.
|
|
400
|
+
* @since v22.5.0, v20.17.0
|
|
401
|
+
* @param context An object containing at least `key` and `cert` properties from the {@link createSecureContext()} `options`,
|
|
402
|
+
* or a TLS context object created with {@link createSecureContext()} itself.
|
|
403
|
+
*/
|
|
404
|
+
setKeyCert(context: SecureContextOptions | SecureContext): void;
|
|
405
|
+
/**
|
|
406
|
+
* The `tlsSocket.setMaxSendFragment()` method sets the maximum TLS fragment size.
|
|
407
|
+
* Returns `true` if setting the limit succeeded; `false` otherwise.
|
|
408
|
+
*
|
|
409
|
+
* Smaller fragment sizes decrease the buffering latency on the client: larger
|
|
410
|
+
* fragments are buffered by the TLS layer until the entire fragment is received
|
|
411
|
+
* and its integrity is verified; large fragments can span multiple roundtrips
|
|
412
|
+
* and their processing can be delayed due to packet loss or reordering. However,
|
|
413
|
+
* smaller fragments add extra TLS framing bytes and CPU overhead, which may
|
|
414
|
+
* decrease overall server throughput.
|
|
415
|
+
* @since v0.11.11
|
|
416
|
+
* @param [size=16384] The maximum TLS fragment size. The maximum value is `16384`.
|
|
417
|
+
*/
|
|
418
|
+
setMaxSendFragment(size: number): boolean;
|
|
419
|
+
/**
|
|
420
|
+
* Disables TLS renegotiation for this `TLSSocket` instance. Once called, attempts
|
|
421
|
+
* to renegotiate will trigger an `'error'` event on the `TLSSocket`.
|
|
422
|
+
* @since v8.4.0
|
|
423
|
+
*/
|
|
424
|
+
disableRenegotiation(): void;
|
|
425
|
+
/**
|
|
426
|
+
* When enabled, TLS packet trace information is written to `stderr`. This can be
|
|
427
|
+
* used to debug TLS connection problems.
|
|
428
|
+
*
|
|
429
|
+
* The format of the output is identical to the output of`openssl s_client -trace` or `openssl s_server -trace`. While it is produced by
|
|
430
|
+
* OpenSSL's `SSL_trace()` function, the format is undocumented, can change
|
|
431
|
+
* without notice, and should not be relied on.
|
|
432
|
+
* @since v12.2.0
|
|
433
|
+
*/
|
|
434
|
+
enableTrace(): void;
|
|
435
|
+
/**
|
|
436
|
+
* Returns the peer certificate as an `X509Certificate` object.
|
|
437
|
+
*
|
|
438
|
+
* If there is no peer certificate, or the socket has been destroyed,`undefined` will be returned.
|
|
439
|
+
* @since v15.9.0
|
|
440
|
+
*/
|
|
441
|
+
getPeerX509Certificate(): X509Certificate | undefined;
|
|
442
|
+
/**
|
|
443
|
+
* Returns the local certificate as an `X509Certificate` object.
|
|
444
|
+
*
|
|
445
|
+
* If there is no local certificate, or the socket has been destroyed,`undefined` will be returned.
|
|
446
|
+
* @since v15.9.0
|
|
447
|
+
*/
|
|
448
|
+
getX509Certificate(): X509Certificate | undefined;
|
|
449
|
+
/**
|
|
450
|
+
* Keying material is used for validations to prevent different kind of attacks in
|
|
451
|
+
* network protocols, for example in the specifications of IEEE 802.1X.
|
|
452
|
+
*
|
|
453
|
+
* Example
|
|
454
|
+
*
|
|
455
|
+
* ```js
|
|
456
|
+
* const keyingMaterial = tlsSocket.exportKeyingMaterial(
|
|
457
|
+
* 128,
|
|
458
|
+
* 'client finished');
|
|
459
|
+
*
|
|
460
|
+
* /*
|
|
461
|
+
* Example return value of keyingMaterial:
|
|
462
|
+
* <Buffer 76 26 af 99 c5 56 8e 42 09 91 ef 9f 93 cb ad 6c 7b 65 f8 53 f1 d8 d9
|
|
463
|
+
* 12 5a 33 b8 b5 25 df 7b 37 9f e0 e2 4f b8 67 83 a3 2f cd 5d 41 42 4c 91
|
|
464
|
+
* 74 ef 2c ... 78 more bytes>
|
|
465
|
+
*
|
|
466
|
+
* ```
|
|
467
|
+
*
|
|
468
|
+
* See the OpenSSL [`SSL_export_keying_material`](https://www.openssl.org/docs/man1.1.1/man3/SSL_export_keying_material.html) documentation for more
|
|
469
|
+
* information.
|
|
470
|
+
* @since v13.10.0, v12.17.0
|
|
471
|
+
* @param length number of bytes to retrieve from keying material
|
|
472
|
+
* @param label an application specific label, typically this will be a value from the [IANA Exporter Label
|
|
473
|
+
* Registry](https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#exporter-labels).
|
|
474
|
+
* @param context Optionally provide a context.
|
|
475
|
+
* @return requested bytes of the keying material
|
|
476
|
+
*/
|
|
477
|
+
exportKeyingMaterial(length: number, label: string, context: Buffer): NonSharedBuffer;
|
|
478
|
+
// #region InternalEventEmitter
|
|
479
|
+
addListener<E extends keyof TLSSocketEventMap>(
|
|
480
|
+
eventName: E,
|
|
481
|
+
listener: (...args: TLSSocketEventMap[E]) => void,
|
|
482
|
+
): this;
|
|
483
|
+
addListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
484
|
+
emit<E extends keyof TLSSocketEventMap>(eventName: E, ...args: TLSSocketEventMap[E]): boolean;
|
|
485
|
+
emit(eventName: string | symbol, ...args: any[]): boolean;
|
|
486
|
+
listenerCount<E extends keyof TLSSocketEventMap>(
|
|
487
|
+
eventName: E,
|
|
488
|
+
listener?: (...args: TLSSocketEventMap[E]) => void,
|
|
489
|
+
): number;
|
|
490
|
+
listenerCount(eventName: string | symbol, listener?: (...args: any[]) => void): number;
|
|
491
|
+
listeners<E extends keyof TLSSocketEventMap>(eventName: E): ((...args: TLSSocketEventMap[E]) => void)[];
|
|
492
|
+
listeners(eventName: string | symbol): ((...args: any[]) => void)[];
|
|
493
|
+
off<E extends keyof TLSSocketEventMap>(eventName: E, listener: (...args: TLSSocketEventMap[E]) => void): this;
|
|
494
|
+
off(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
495
|
+
on<E extends keyof TLSSocketEventMap>(eventName: E, listener: (...args: TLSSocketEventMap[E]) => void): this;
|
|
496
|
+
on(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
497
|
+
once<E extends keyof TLSSocketEventMap>(eventName: E, listener: (...args: TLSSocketEventMap[E]) => void): this;
|
|
498
|
+
once(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
499
|
+
prependListener<E extends keyof TLSSocketEventMap>(
|
|
500
|
+
eventName: E,
|
|
501
|
+
listener: (...args: TLSSocketEventMap[E]) => void,
|
|
502
|
+
): this;
|
|
503
|
+
prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
504
|
+
prependOnceListener<E extends keyof TLSSocketEventMap>(
|
|
505
|
+
eventName: E,
|
|
506
|
+
listener: (...args: TLSSocketEventMap[E]) => void,
|
|
507
|
+
): this;
|
|
508
|
+
prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
509
|
+
rawListeners<E extends keyof TLSSocketEventMap>(eventName: E): ((...args: TLSSocketEventMap[E]) => void)[];
|
|
510
|
+
rawListeners(eventName: string | symbol): ((...args: any[]) => void)[];
|
|
511
|
+
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics
|
|
512
|
+
removeAllListeners<E extends keyof TLSSocketEventMap>(eventName?: E): this;
|
|
513
|
+
removeAllListeners(eventName?: string | symbol): this;
|
|
514
|
+
removeListener<E extends keyof TLSSocketEventMap>(
|
|
515
|
+
eventName: E,
|
|
516
|
+
listener: (...args: TLSSocketEventMap[E]) => void,
|
|
517
|
+
): this;
|
|
518
|
+
removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
519
|
+
// #endregion
|
|
520
|
+
}
|
|
521
|
+
interface CommonConnectionOptions {
|
|
522
|
+
/**
|
|
523
|
+
* An optional TLS context object from tls.createSecureContext()
|
|
524
|
+
*/
|
|
525
|
+
secureContext?: SecureContext | undefined;
|
|
526
|
+
/**
|
|
527
|
+
* When enabled, TLS packet trace information is written to `stderr`. This can be
|
|
528
|
+
* used to debug TLS connection problems.
|
|
529
|
+
* @default false
|
|
530
|
+
*/
|
|
531
|
+
enableTrace?: boolean | undefined;
|
|
532
|
+
/**
|
|
533
|
+
* If true the server will request a certificate from clients that
|
|
534
|
+
* connect and attempt to verify that certificate. Defaults to
|
|
535
|
+
* false.
|
|
536
|
+
*/
|
|
537
|
+
requestCert?: boolean | undefined;
|
|
538
|
+
/**
|
|
539
|
+
* An array of strings, or a single `Buffer`, `TypedArray`, or `DataView` containing the supported
|
|
540
|
+
* ALPN protocols. Buffers should have the format `[len][name][len][name]...`
|
|
541
|
+
* e.g. `'\x08http/1.1\x08http/1.0'`, where the `len` byte is the length of the
|
|
542
|
+
* next protocol name. Passing an array is usually much simpler, e.g.
|
|
543
|
+
* `['http/1.1', 'http/1.0']`. Protocols earlier in the list have higher
|
|
544
|
+
* preference than those later.
|
|
545
|
+
*/
|
|
546
|
+
ALPNProtocols?: readonly string[] | NodeJS.ArrayBufferView | undefined;
|
|
547
|
+
/**
|
|
548
|
+
* SNICallback(servername, cb) <Function> A function that will be
|
|
549
|
+
* called if the client supports SNI TLS extension. Two arguments
|
|
550
|
+
* will be passed when called: servername and cb. SNICallback should
|
|
551
|
+
* invoke cb(null, ctx), where ctx is a SecureContext instance.
|
|
552
|
+
* (tls.createSecureContext(...) can be used to get a proper
|
|
553
|
+
* SecureContext.) If SNICallback wasn't provided the default callback
|
|
554
|
+
* with high-level API will be used (see below).
|
|
555
|
+
*/
|
|
556
|
+
SNICallback?: ((servername: string, cb: (err: Error | null, ctx?: SecureContext) => void) => void) | undefined;
|
|
557
|
+
/**
|
|
558
|
+
* If true the server will reject any connection which is not
|
|
559
|
+
* authorized with the list of supplied CAs. This option only has an
|
|
560
|
+
* effect if requestCert is true.
|
|
561
|
+
* @default true
|
|
562
|
+
*/
|
|
563
|
+
rejectUnauthorized?: boolean | undefined;
|
|
564
|
+
/**
|
|
565
|
+
* If true, specifies that the OCSP status request extension will be
|
|
566
|
+
* added to the client hello and an 'OCSPResponse' event will be
|
|
567
|
+
* emitted on the socket before establishing a secure communication.
|
|
568
|
+
*/
|
|
569
|
+
requestOCSP?: boolean | undefined;
|
|
570
|
+
}
|
|
571
|
+
interface TlsOptions extends SecureContextOptions, CommonConnectionOptions, net.ServerOpts {
|
|
572
|
+
/**
|
|
573
|
+
* Abort the connection if the SSL/TLS handshake does not finish in the
|
|
574
|
+
* specified number of milliseconds. A 'tlsClientError' is emitted on
|
|
575
|
+
* the tls.Server object whenever a handshake times out. Default:
|
|
576
|
+
* 120000 (120 seconds).
|
|
577
|
+
*/
|
|
578
|
+
handshakeTimeout?: number | undefined;
|
|
579
|
+
/**
|
|
580
|
+
* The number of seconds after which a TLS session created by the
|
|
581
|
+
* server will no longer be resumable. See Session Resumption for more
|
|
582
|
+
* information. Default: 300.
|
|
583
|
+
*/
|
|
584
|
+
sessionTimeout?: number | undefined;
|
|
585
|
+
/**
|
|
586
|
+
* 48-bytes of cryptographically strong pseudo-random data.
|
|
587
|
+
*/
|
|
588
|
+
ticketKeys?: Buffer | undefined;
|
|
589
|
+
/**
|
|
590
|
+
* @param socket
|
|
591
|
+
* @param identity identity parameter sent from the client.
|
|
592
|
+
* @return pre-shared key that must either be
|
|
593
|
+
* a buffer or `null` to stop the negotiation process. Returned PSK must be
|
|
594
|
+
* compatible with the selected cipher's digest.
|
|
595
|
+
*
|
|
596
|
+
* When negotiating TLS-PSK (pre-shared keys), this function is called
|
|
597
|
+
* with the identity provided by the client.
|
|
598
|
+
* If the return value is `null` the negotiation process will stop and an
|
|
599
|
+
* "unknown_psk_identity" alert message will be sent to the other party.
|
|
600
|
+
* If the server wishes to hide the fact that the PSK identity was not known,
|
|
601
|
+
* the callback must provide some random data as `psk` to make the connection
|
|
602
|
+
* fail with "decrypt_error" before negotiation is finished.
|
|
603
|
+
* PSK ciphers are disabled by default, and using TLS-PSK thus
|
|
604
|
+
* requires explicitly specifying a cipher suite with the `ciphers` option.
|
|
605
|
+
* More information can be found in the RFC 4279.
|
|
606
|
+
*/
|
|
607
|
+
pskCallback?: ((socket: TLSSocket, identity: string) => NodeJS.ArrayBufferView | null) | undefined;
|
|
608
|
+
/**
|
|
609
|
+
* hint to send to a client to help
|
|
610
|
+
* with selecting the identity during TLS-PSK negotiation. Will be ignored
|
|
611
|
+
* in TLS 1.3. Upon failing to set pskIdentityHint `tlsClientError` will be
|
|
612
|
+
* emitted with `ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED` code.
|
|
613
|
+
*/
|
|
614
|
+
pskIdentityHint?: string | undefined;
|
|
615
|
+
}
|
|
616
|
+
interface PSKCallbackNegotation {
|
|
617
|
+
psk: NodeJS.ArrayBufferView;
|
|
618
|
+
identity: string;
|
|
619
|
+
}
|
|
620
|
+
interface ConnectionOptions extends SecureContextOptions, CommonConnectionOptions {
|
|
621
|
+
host?: string | undefined;
|
|
622
|
+
port?: number | undefined;
|
|
623
|
+
path?: string | undefined; // Creates unix socket connection to path. If this option is specified, `host` and `port` are ignored.
|
|
624
|
+
socket?: stream.Duplex | undefined; // Establish secure connection on a given socket rather than creating a new socket
|
|
625
|
+
checkServerIdentity?: typeof checkServerIdentity | undefined;
|
|
626
|
+
servername?: string | undefined; // SNI TLS Extension
|
|
627
|
+
session?: Buffer | undefined;
|
|
628
|
+
minDHSize?: number | undefined;
|
|
629
|
+
lookup?: net.LookupFunction | undefined;
|
|
630
|
+
timeout?: number | undefined;
|
|
631
|
+
/**
|
|
632
|
+
* When negotiating TLS-PSK (pre-shared keys), this function is called
|
|
633
|
+
* with optional identity `hint` provided by the server or `null`
|
|
634
|
+
* in case of TLS 1.3 where `hint` was removed.
|
|
635
|
+
* It will be necessary to provide a custom `tls.checkServerIdentity()`
|
|
636
|
+
* for the connection as the default one will try to check hostname/IP
|
|
637
|
+
* of the server against the certificate but that's not applicable for PSK
|
|
638
|
+
* because there won't be a certificate present.
|
|
639
|
+
* More information can be found in the RFC 4279.
|
|
640
|
+
*
|
|
641
|
+
* @param hint message sent from the server to help client
|
|
642
|
+
* decide which identity to use during negotiation.
|
|
643
|
+
* Always `null` if TLS 1.3 is used.
|
|
644
|
+
* @returns Return `null` to stop the negotiation process. `psk` must be
|
|
645
|
+
* compatible with the selected cipher's digest.
|
|
646
|
+
* `identity` must use UTF-8 encoding.
|
|
647
|
+
*/
|
|
648
|
+
pskCallback?: ((hint: string | null) => PSKCallbackNegotation | null) | undefined;
|
|
649
|
+
}
|
|
650
|
+
interface ServerEventMap extends net.ServerEventMap {
|
|
651
|
+
"connection": [socket: net.Socket];
|
|
652
|
+
"keylog": [line: NonSharedBuffer, tlsSocket: TLSSocket];
|
|
653
|
+
"newSession": [sessionId: NonSharedBuffer, sessionData: NonSharedBuffer, callback: () => void];
|
|
654
|
+
"OCSPRequest": [
|
|
655
|
+
certificate: NonSharedBuffer,
|
|
656
|
+
issuer: NonSharedBuffer,
|
|
657
|
+
callback: (err: Error | null, resp: Buffer | null) => void,
|
|
658
|
+
];
|
|
659
|
+
"resumeSession": [sessionId: Buffer, callback: (err: Error | null, sessionData?: Buffer) => void];
|
|
660
|
+
"secureConnection": [tlsSocket: TLSSocket];
|
|
661
|
+
"tlsClientError": [exception: Error, tlsSocket: TLSSocket];
|
|
662
|
+
}
|
|
663
|
+
/**
|
|
664
|
+
* Accepts encrypted connections using TLS or SSL.
|
|
665
|
+
* @since v0.3.2
|
|
666
|
+
*/
|
|
667
|
+
class Server extends net.Server {
|
|
668
|
+
constructor(secureConnectionListener?: (socket: TLSSocket) => void);
|
|
669
|
+
constructor(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void);
|
|
670
|
+
/**
|
|
671
|
+
* The `server.addContext()` method adds a secure context that will be used if
|
|
672
|
+
* the client request's SNI name matches the supplied `hostname` (or wildcard).
|
|
673
|
+
*
|
|
674
|
+
* When there are multiple matching contexts, the most recently added one is
|
|
675
|
+
* used.
|
|
676
|
+
* @since v0.5.3
|
|
677
|
+
* @param hostname A SNI host name or wildcard (e.g. `'*'`)
|
|
678
|
+
* @param context An object containing any of the possible properties from the {@link createSecureContext} `options` arguments (e.g. `key`, `cert`, `ca`, etc), or a TLS context object created
|
|
679
|
+
* with {@link createSecureContext} itself.
|
|
680
|
+
*/
|
|
681
|
+
addContext(hostname: string, context: SecureContextOptions | SecureContext): void;
|
|
682
|
+
/**
|
|
683
|
+
* Returns the session ticket keys.
|
|
684
|
+
*
|
|
685
|
+
* See `Session Resumption` for more information.
|
|
686
|
+
* @since v3.0.0
|
|
687
|
+
* @return A 48-byte buffer containing the session ticket keys.
|
|
688
|
+
*/
|
|
689
|
+
getTicketKeys(): NonSharedBuffer;
|
|
690
|
+
/**
|
|
691
|
+
* The `server.setSecureContext()` method replaces the secure context of an
|
|
692
|
+
* existing server. Existing connections to the server are not interrupted.
|
|
693
|
+
* @since v11.0.0
|
|
694
|
+
* @param options An object containing any of the possible properties from the {@link createSecureContext} `options` arguments (e.g. `key`, `cert`, `ca`, etc).
|
|
695
|
+
*/
|
|
696
|
+
setSecureContext(options: SecureContextOptions): void;
|
|
697
|
+
/**
|
|
698
|
+
* Sets the session ticket keys.
|
|
699
|
+
*
|
|
700
|
+
* Changes to the ticket keys are effective only for future server connections.
|
|
701
|
+
* Existing or currently pending server connections will use the previous keys.
|
|
702
|
+
*
|
|
703
|
+
* See `Session Resumption` for more information.
|
|
704
|
+
* @since v3.0.0
|
|
705
|
+
* @param keys A 48-byte buffer containing the session ticket keys.
|
|
706
|
+
*/
|
|
707
|
+
setTicketKeys(keys: Buffer): void;
|
|
708
|
+
// #region InternalEventEmitter
|
|
709
|
+
addListener<E extends keyof ServerEventMap>(eventName: E, listener: (...args: ServerEventMap[E]) => void): this;
|
|
710
|
+
addListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
711
|
+
emit<E extends keyof ServerEventMap>(eventName: E, ...args: ServerEventMap[E]): boolean;
|
|
712
|
+
emit(eventName: string | symbol, ...args: any[]): boolean;
|
|
713
|
+
listenerCount<E extends keyof ServerEventMap>(
|
|
714
|
+
eventName: E,
|
|
715
|
+
listener?: (...args: ServerEventMap[E]) => void,
|
|
716
|
+
): number;
|
|
717
|
+
listenerCount(eventName: string | symbol, listener?: (...args: any[]) => void): number;
|
|
718
|
+
listeners<E extends keyof ServerEventMap>(eventName: E): ((...args: ServerEventMap[E]) => void)[];
|
|
719
|
+
listeners(eventName: string | symbol): ((...args: any[]) => void)[];
|
|
720
|
+
off<E extends keyof ServerEventMap>(eventName: E, listener: (...args: ServerEventMap[E]) => void): this;
|
|
721
|
+
off(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
722
|
+
on<E extends keyof ServerEventMap>(eventName: E, listener: (...args: ServerEventMap[E]) => void): this;
|
|
723
|
+
on(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
724
|
+
once<E extends keyof ServerEventMap>(eventName: E, listener: (...args: ServerEventMap[E]) => void): this;
|
|
725
|
+
once(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
726
|
+
prependListener<E extends keyof ServerEventMap>(
|
|
727
|
+
eventName: E,
|
|
728
|
+
listener: (...args: ServerEventMap[E]) => void,
|
|
729
|
+
): this;
|
|
730
|
+
prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
731
|
+
prependOnceListener<E extends keyof ServerEventMap>(
|
|
732
|
+
eventName: E,
|
|
733
|
+
listener: (...args: ServerEventMap[E]) => void,
|
|
734
|
+
): this;
|
|
735
|
+
prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
736
|
+
rawListeners<E extends keyof ServerEventMap>(eventName: E): ((...args: ServerEventMap[E]) => void)[];
|
|
737
|
+
rawListeners(eventName: string | symbol): ((...args: any[]) => void)[];
|
|
738
|
+
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics
|
|
739
|
+
removeAllListeners<E extends keyof ServerEventMap>(eventName?: E): this;
|
|
740
|
+
removeAllListeners(eventName?: string | symbol): this;
|
|
741
|
+
removeListener<E extends keyof ServerEventMap>(
|
|
742
|
+
eventName: E,
|
|
743
|
+
listener: (...args: ServerEventMap[E]) => void,
|
|
744
|
+
): this;
|
|
745
|
+
removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
746
|
+
// #endregion
|
|
747
|
+
}
|
|
748
|
+
type SecureVersion = "TLSv1.3" | "TLSv1.2" | "TLSv1.1" | "TLSv1";
|
|
749
|
+
interface SecureContextOptions {
|
|
750
|
+
/**
|
|
751
|
+
* If set, this will be called when a client opens a connection using the ALPN extension.
|
|
752
|
+
* One argument will be passed to the callback: an object containing `servername` and `protocols` fields,
|
|
753
|
+
* respectively containing the server name from the SNI extension (if any) and an array of
|
|
754
|
+
* ALPN protocol name strings. The callback must return either one of the strings listed in `protocols`,
|
|
755
|
+
* which will be returned to the client as the selected ALPN protocol, or `undefined`,
|
|
756
|
+
* to reject the connection with a fatal alert. If a string is returned that does not match one of
|
|
757
|
+
* the client's ALPN protocols, an error will be thrown.
|
|
758
|
+
* This option cannot be used with the `ALPNProtocols` option, and setting both options will throw an error.
|
|
759
|
+
*/
|
|
760
|
+
ALPNCallback?: ((arg: { servername: string; protocols: string[] }) => string | undefined) | undefined;
|
|
761
|
+
/**
|
|
762
|
+
* Treat intermediate (non-self-signed)
|
|
763
|
+
* certificates in the trust CA certificate list as trusted.
|
|
764
|
+
* @since v22.9.0, v20.18.0
|
|
765
|
+
*/
|
|
766
|
+
allowPartialTrustChain?: boolean | undefined;
|
|
767
|
+
/**
|
|
768
|
+
* Optionally override the trusted CA certificates. Default is to trust
|
|
769
|
+
* the well-known CAs curated by Mozilla. Mozilla's CAs are completely
|
|
770
|
+
* replaced when CAs are explicitly specified using this option.
|
|
771
|
+
*/
|
|
772
|
+
ca?: string | Buffer | Array<string | Buffer> | undefined;
|
|
773
|
+
/**
|
|
774
|
+
* Cert chains in PEM format. One cert chain should be provided per
|
|
775
|
+
* private key. Each cert chain should consist of the PEM formatted
|
|
776
|
+
* certificate for a provided private key, followed by the PEM
|
|
777
|
+
* formatted intermediate certificates (if any), in order, and not
|
|
778
|
+
* including the root CA (the root CA must be pre-known to the peer,
|
|
779
|
+
* see ca). When providing multiple cert chains, they do not have to
|
|
780
|
+
* be in the same order as their private keys in key. If the
|
|
781
|
+
* intermediate certificates are not provided, the peer will not be
|
|
782
|
+
* able to validate the certificate, and the handshake will fail.
|
|
783
|
+
*/
|
|
784
|
+
cert?: string | Buffer | Array<string | Buffer> | undefined;
|
|
785
|
+
/**
|
|
786
|
+
* Colon-separated list of supported signature algorithms. The list
|
|
787
|
+
* can contain digest algorithms (SHA256, MD5 etc.), public key
|
|
788
|
+
* algorithms (RSA-PSS, ECDSA etc.), combination of both (e.g
|
|
789
|
+
* 'RSA+SHA384') or TLS v1.3 scheme names (e.g. rsa_pss_pss_sha512).
|
|
790
|
+
*/
|
|
791
|
+
sigalgs?: string | undefined;
|
|
792
|
+
/**
|
|
793
|
+
* Cipher suite specification, replacing the default. For more
|
|
794
|
+
* information, see modifying the default cipher suite. Permitted
|
|
795
|
+
* ciphers can be obtained via tls.getCiphers(). Cipher names must be
|
|
796
|
+
* uppercased in order for OpenSSL to accept them.
|
|
797
|
+
*/
|
|
798
|
+
ciphers?: string | undefined;
|
|
799
|
+
/**
|
|
800
|
+
* Name of an OpenSSL engine which can provide the client certificate.
|
|
801
|
+
* @deprecated
|
|
802
|
+
*/
|
|
803
|
+
clientCertEngine?: string | undefined;
|
|
804
|
+
/**
|
|
805
|
+
* PEM formatted CRLs (Certificate Revocation Lists).
|
|
806
|
+
*/
|
|
807
|
+
crl?: string | Buffer | Array<string | Buffer> | undefined;
|
|
808
|
+
/**
|
|
809
|
+
* `'auto'` or custom Diffie-Hellman parameters, required for non-ECDHE perfect forward secrecy.
|
|
810
|
+
* If omitted or invalid, the parameters are silently discarded and DHE ciphers will not be available.
|
|
811
|
+
* ECDHE-based perfect forward secrecy will still be available.
|
|
812
|
+
*/
|
|
813
|
+
dhparam?: string | Buffer | undefined;
|
|
814
|
+
/**
|
|
815
|
+
* A string describing a named curve or a colon separated list of curve
|
|
816
|
+
* NIDs or names, for example P-521:P-384:P-256, to use for ECDH key
|
|
817
|
+
* agreement. Set to auto to select the curve automatically. Use
|
|
818
|
+
* crypto.getCurves() to obtain a list of available curve names. On
|
|
819
|
+
* recent releases, openssl ecparam -list_curves will also display the
|
|
820
|
+
* name and description of each available elliptic curve. Default:
|
|
821
|
+
* tls.DEFAULT_ECDH_CURVE.
|
|
822
|
+
*/
|
|
823
|
+
ecdhCurve?: string | undefined;
|
|
824
|
+
/**
|
|
825
|
+
* Attempt to use the server's cipher suite preferences instead of the
|
|
826
|
+
* client's. When true, causes SSL_OP_CIPHER_SERVER_PREFERENCE to be
|
|
827
|
+
* set in secureOptions
|
|
828
|
+
*/
|
|
829
|
+
honorCipherOrder?: boolean | undefined;
|
|
830
|
+
/**
|
|
831
|
+
* Private keys in PEM format. PEM allows the option of private keys
|
|
832
|
+
* being encrypted. Encrypted keys will be decrypted with
|
|
833
|
+
* options.passphrase. Multiple keys using different algorithms can be
|
|
834
|
+
* provided either as an array of unencrypted key strings or buffers,
|
|
835
|
+
* or an array of objects in the form {pem: <string|buffer>[,
|
|
836
|
+
* passphrase: <string>]}. The object form can only occur in an array.
|
|
837
|
+
* object.passphrase is optional. Encrypted keys will be decrypted with
|
|
838
|
+
* object.passphrase if provided, or options.passphrase if it is not.
|
|
839
|
+
*/
|
|
840
|
+
key?: string | Buffer | Array<string | Buffer | KeyObject> | undefined;
|
|
841
|
+
/**
|
|
842
|
+
* Name of an OpenSSL engine to get private key from. Should be used
|
|
843
|
+
* together with privateKeyIdentifier.
|
|
844
|
+
* @deprecated
|
|
845
|
+
*/
|
|
846
|
+
privateKeyEngine?: string | undefined;
|
|
847
|
+
/**
|
|
848
|
+
* Identifier of a private key managed by an OpenSSL engine. Should be
|
|
849
|
+
* used together with privateKeyEngine. Should not be set together with
|
|
850
|
+
* key, because both options define a private key in different ways.
|
|
851
|
+
* @deprecated
|
|
852
|
+
*/
|
|
853
|
+
privateKeyIdentifier?: string | undefined;
|
|
854
|
+
/**
|
|
855
|
+
* Optionally set the maximum TLS version to allow. One
|
|
856
|
+
* of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the
|
|
857
|
+
* `secureProtocol` option, use one or the other.
|
|
858
|
+
* **Default:** `'TLSv1.3'`, unless changed using CLI options. Using
|
|
859
|
+
* `--tls-max-v1.2` sets the default to `'TLSv1.2'`. Using `--tls-max-v1.3` sets the default to
|
|
860
|
+
* `'TLSv1.3'`. If multiple of the options are provided, the highest maximum is used.
|
|
861
|
+
*/
|
|
862
|
+
maxVersion?: SecureVersion | undefined;
|
|
863
|
+
/**
|
|
864
|
+
* Optionally set the minimum TLS version to allow. One
|
|
865
|
+
* of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the
|
|
866
|
+
* `secureProtocol` option, use one or the other. It is not recommended to use
|
|
867
|
+
* less than TLSv1.2, but it may be required for interoperability.
|
|
868
|
+
* **Default:** `'TLSv1.2'`, unless changed using CLI options. Using
|
|
869
|
+
* `--tls-v1.0` sets the default to `'TLSv1'`. Using `--tls-v1.1` sets the default to
|
|
870
|
+
* `'TLSv1.1'`. Using `--tls-min-v1.3` sets the default to
|
|
871
|
+
* 'TLSv1.3'. If multiple of the options are provided, the lowest minimum is used.
|
|
872
|
+
*/
|
|
873
|
+
minVersion?: SecureVersion | undefined;
|
|
874
|
+
/**
|
|
875
|
+
* Shared passphrase used for a single private key and/or a PFX.
|
|
876
|
+
*/
|
|
877
|
+
passphrase?: string | undefined;
|
|
878
|
+
/**
|
|
879
|
+
* PFX or PKCS12 encoded private key and certificate chain. pfx is an
|
|
880
|
+
* alternative to providing key and cert individually. PFX is usually
|
|
881
|
+
* encrypted, if it is, passphrase will be used to decrypt it. Multiple
|
|
882
|
+
* PFX can be provided either as an array of unencrypted PFX buffers,
|
|
883
|
+
* or an array of objects in the form {buf: <string|buffer>[,
|
|
884
|
+
* passphrase: <string>]}. The object form can only occur in an array.
|
|
885
|
+
* object.passphrase is optional. Encrypted PFX will be decrypted with
|
|
886
|
+
* object.passphrase if provided, or options.passphrase if it is not.
|
|
887
|
+
*/
|
|
888
|
+
pfx?: string | Buffer | Array<string | Buffer | PxfObject> | undefined;
|
|
889
|
+
/**
|
|
890
|
+
* Optionally affect the OpenSSL protocol behavior, which is not
|
|
891
|
+
* usually necessary. This should be used carefully if at all! Value is
|
|
892
|
+
* a numeric bitmask of the SSL_OP_* options from OpenSSL Options
|
|
893
|
+
*/
|
|
894
|
+
secureOptions?: number | undefined; // Value is a numeric bitmask of the `SSL_OP_*` options
|
|
895
|
+
/**
|
|
896
|
+
* Legacy mechanism to select the TLS protocol version to use, it does
|
|
897
|
+
* not support independent control of the minimum and maximum version,
|
|
898
|
+
* and does not support limiting the protocol to TLSv1.3. Use
|
|
899
|
+
* minVersion and maxVersion instead. The possible values are listed as
|
|
900
|
+
* SSL_METHODS, use the function names as strings. For example, use
|
|
901
|
+
* 'TLSv1_1_method' to force TLS version 1.1, or 'TLS_method' to allow
|
|
902
|
+
* any TLS protocol version up to TLSv1.3. It is not recommended to use
|
|
903
|
+
* TLS versions less than 1.2, but it may be required for
|
|
904
|
+
* interoperability. Default: none, see minVersion.
|
|
905
|
+
*/
|
|
906
|
+
secureProtocol?: string | undefined;
|
|
907
|
+
/**
|
|
908
|
+
* Opaque identifier used by servers to ensure session state is not
|
|
909
|
+
* shared between applications. Unused by clients.
|
|
910
|
+
*/
|
|
911
|
+
sessionIdContext?: string | undefined;
|
|
912
|
+
/**
|
|
913
|
+
* 48-bytes of cryptographically strong pseudo-random data.
|
|
914
|
+
* See Session Resumption for more information.
|
|
915
|
+
*/
|
|
916
|
+
ticketKeys?: Buffer | undefined;
|
|
917
|
+
/**
|
|
918
|
+
* The number of seconds after which a TLS session created by the
|
|
919
|
+
* server will no longer be resumable. See Session Resumption for more
|
|
920
|
+
* information. Default: 300.
|
|
921
|
+
*/
|
|
922
|
+
sessionTimeout?: number | undefined;
|
|
923
|
+
}
|
|
924
|
+
interface SecureContext {
|
|
925
|
+
context: any;
|
|
926
|
+
}
|
|
927
|
+
/**
|
|
928
|
+
* Verifies the certificate `cert` is issued to `hostname`.
|
|
929
|
+
*
|
|
930
|
+
* Returns [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object, populating it with `reason`, `host`, and `cert` on
|
|
931
|
+
* failure. On success, returns [undefined](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Undefined_type).
|
|
932
|
+
*
|
|
933
|
+
* This function is intended to be used in combination with the`checkServerIdentity` option that can be passed to {@link connect} and as
|
|
934
|
+
* such operates on a `certificate object`. For other purposes, consider using `x509.checkHost()` instead.
|
|
935
|
+
*
|
|
936
|
+
* This function can be overwritten by providing an alternative function as the `options.checkServerIdentity` option that is passed to `tls.connect()`. The
|
|
937
|
+
* overwriting function can call `tls.checkServerIdentity()` of course, to augment
|
|
938
|
+
* the checks done with additional verification.
|
|
939
|
+
*
|
|
940
|
+
* This function is only called if the certificate passed all other checks, such as
|
|
941
|
+
* being issued by trusted CA (`options.ca`).
|
|
942
|
+
*
|
|
943
|
+
* Earlier versions of Node.js incorrectly accepted certificates for a given`hostname` if a matching `uniformResourceIdentifier` subject alternative name
|
|
944
|
+
* was present (see [CVE-2021-44531](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44531)). Applications that wish to accept`uniformResourceIdentifier` subject alternative names can use
|
|
945
|
+
* a custom `options.checkServerIdentity` function that implements the desired behavior.
|
|
946
|
+
* @since v0.8.4
|
|
947
|
+
* @param hostname The host name or IP address to verify the certificate against.
|
|
948
|
+
* @param cert A `certificate object` representing the peer's certificate.
|
|
949
|
+
*/
|
|
950
|
+
function checkServerIdentity(hostname: string, cert: PeerCertificate): Error | undefined;
|
|
951
|
+
/**
|
|
952
|
+
* Creates a new {@link Server}. The `secureConnectionListener`, if provided, is
|
|
953
|
+
* automatically set as a listener for the `'secureConnection'` event.
|
|
954
|
+
*
|
|
955
|
+
* The `ticketKeys` options is automatically shared between `node:cluster` module
|
|
956
|
+
* workers.
|
|
957
|
+
*
|
|
958
|
+
* The following illustrates a simple echo server:
|
|
959
|
+
*
|
|
960
|
+
* ```js
|
|
961
|
+
* import tls from 'node:tls';
|
|
962
|
+
* import fs from 'node:fs';
|
|
963
|
+
*
|
|
964
|
+
* const options = {
|
|
965
|
+
* key: fs.readFileSync('server-key.pem'),
|
|
966
|
+
* cert: fs.readFileSync('server-cert.pem'),
|
|
967
|
+
*
|
|
968
|
+
* // This is necessary only if using client certificate authentication.
|
|
969
|
+
* requestCert: true,
|
|
970
|
+
*
|
|
971
|
+
* // This is necessary only if the client uses a self-signed certificate.
|
|
972
|
+
* ca: [ fs.readFileSync('client-cert.pem') ],
|
|
973
|
+
* };
|
|
974
|
+
*
|
|
975
|
+
* const server = tls.createServer(options, (socket) => {
|
|
976
|
+
* console.log('server connected',
|
|
977
|
+
* socket.authorized ? 'authorized' : 'unauthorized');
|
|
978
|
+
* socket.write('welcome!\n');
|
|
979
|
+
* socket.setEncoding('utf8');
|
|
980
|
+
* socket.pipe(socket);
|
|
981
|
+
* });
|
|
982
|
+
* server.listen(8000, () => {
|
|
983
|
+
* console.log('server bound');
|
|
984
|
+
* });
|
|
985
|
+
* ```
|
|
986
|
+
*
|
|
987
|
+
* The server can be tested by connecting to it using the example client from {@link connect}.
|
|
988
|
+
* @since v0.3.2
|
|
989
|
+
*/
|
|
990
|
+
function createServer(secureConnectionListener?: (socket: TLSSocket) => void): Server;
|
|
991
|
+
function createServer(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void): Server;
|
|
992
|
+
/**
|
|
993
|
+
* The `callback` function, if specified, will be added as a listener for the `'secureConnect'` event.
|
|
994
|
+
*
|
|
995
|
+
* `tls.connect()` returns a {@link TLSSocket} object.
|
|
996
|
+
*
|
|
997
|
+
* Unlike the `https` API, `tls.connect()` does not enable the
|
|
998
|
+
* SNI (Server Name Indication) extension by default, which may cause some
|
|
999
|
+
* servers to return an incorrect certificate or reject the connection
|
|
1000
|
+
* altogether. To enable SNI, set the `servername` option in addition
|
|
1001
|
+
* to `host`.
|
|
1002
|
+
*
|
|
1003
|
+
* The following illustrates a client for the echo server example from {@link createServer}:
|
|
1004
|
+
*
|
|
1005
|
+
* ```js
|
|
1006
|
+
* // Assumes an echo server that is listening on port 8000.
|
|
1007
|
+
* import tls from 'node:tls';
|
|
1008
|
+
* import fs from 'node:fs';
|
|
1009
|
+
*
|
|
1010
|
+
* const options = {
|
|
1011
|
+
* // Necessary only if the server requires client certificate authentication.
|
|
1012
|
+
* key: fs.readFileSync('client-key.pem'),
|
|
1013
|
+
* cert: fs.readFileSync('client-cert.pem'),
|
|
1014
|
+
*
|
|
1015
|
+
* // Necessary only if the server uses a self-signed certificate.
|
|
1016
|
+
* ca: [ fs.readFileSync('server-cert.pem') ],
|
|
1017
|
+
*
|
|
1018
|
+
* // Necessary only if the server's cert isn't for "localhost".
|
|
1019
|
+
* checkServerIdentity: () => { return null; },
|
|
1020
|
+
* };
|
|
1021
|
+
*
|
|
1022
|
+
* const socket = tls.connect(8000, options, () => {
|
|
1023
|
+
* console.log('client connected',
|
|
1024
|
+
* socket.authorized ? 'authorized' : 'unauthorized');
|
|
1025
|
+
* process.stdin.pipe(socket);
|
|
1026
|
+
* process.stdin.resume();
|
|
1027
|
+
* });
|
|
1028
|
+
* socket.setEncoding('utf8');
|
|
1029
|
+
* socket.on('data', (data) => {
|
|
1030
|
+
* console.log(data);
|
|
1031
|
+
* });
|
|
1032
|
+
* socket.on('end', () => {
|
|
1033
|
+
* console.log('server ends connection');
|
|
1034
|
+
* });
|
|
1035
|
+
* ```
|
|
1036
|
+
* @since v0.11.3
|
|
1037
|
+
*/
|
|
1038
|
+
function connect(options: ConnectionOptions, secureConnectListener?: () => void): TLSSocket;
|
|
1039
|
+
function connect(
|
|
1040
|
+
port: number,
|
|
1041
|
+
host?: string,
|
|
1042
|
+
options?: ConnectionOptions,
|
|
1043
|
+
secureConnectListener?: () => void,
|
|
1044
|
+
): TLSSocket;
|
|
1045
|
+
function connect(port: number, options?: ConnectionOptions, secureConnectListener?: () => void): TLSSocket;
|
|
1046
|
+
/**
|
|
1047
|
+
* `{@link createServer}` sets the default value of the `honorCipherOrder` option
|
|
1048
|
+
* to `true`, other APIs that create secure contexts leave it unset.
|
|
1049
|
+
*
|
|
1050
|
+
* `{@link createServer}` uses a 128 bit truncated SHA1 hash value generated
|
|
1051
|
+
* from `process.argv` as the default value of the `sessionIdContext` option, other
|
|
1052
|
+
* APIs that create secure contexts have no default value.
|
|
1053
|
+
*
|
|
1054
|
+
* The `tls.createSecureContext()` method creates a `SecureContext` object. It is
|
|
1055
|
+
* usable as an argument to several `tls` APIs, such as `server.addContext()`,
|
|
1056
|
+
* but has no public methods. The {@link Server} constructor and the {@link createServer} method do not support the `secureContext` option.
|
|
1057
|
+
*
|
|
1058
|
+
* A key is _required_ for ciphers that use certificates. Either `key` or `pfx` can be used to provide it.
|
|
1059
|
+
*
|
|
1060
|
+
* If the `ca` option is not given, then Node.js will default to using [Mozilla's publicly trusted list of
|
|
1061
|
+
* CAs](https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt).
|
|
1062
|
+
*
|
|
1063
|
+
* Custom DHE parameters are discouraged in favor of the new `dhparam: 'auto' `option. When set to `'auto'`, well-known DHE parameters of sufficient strength
|
|
1064
|
+
* will be selected automatically. Otherwise, if necessary, `openssl dhparam` can
|
|
1065
|
+
* be used to create custom parameters. The key length must be greater than or
|
|
1066
|
+
* equal to 1024 bits or else an error will be thrown. Although 1024 bits is
|
|
1067
|
+
* permissible, use 2048 bits or larger for stronger security.
|
|
1068
|
+
* @since v0.11.13
|
|
1069
|
+
*/
|
|
1070
|
+
function createSecureContext(options?: SecureContextOptions): SecureContext;
|
|
1071
|
+
/**
|
|
1072
|
+
* Returns an array containing the CA certificates from various sources, depending on `type`:
|
|
1073
|
+
*
|
|
1074
|
+
* * `"default"`: return the CA certificates that will be used by the Node.js TLS clients by default.
|
|
1075
|
+
* * When `--use-bundled-ca` is enabled (default), or `--use-openssl-ca` is not enabled,
|
|
1076
|
+
* this would include CA certificates from the bundled Mozilla CA store.
|
|
1077
|
+
* * When `--use-system-ca` is enabled, this would also include certificates from the system's
|
|
1078
|
+
* trusted store.
|
|
1079
|
+
* * When `NODE_EXTRA_CA_CERTS` is used, this would also include certificates loaded from the specified
|
|
1080
|
+
* file.
|
|
1081
|
+
* * `"system"`: return the CA certificates that are loaded from the system's trusted store, according
|
|
1082
|
+
* to rules set by `--use-system-ca`. This can be used to get the certificates from the system
|
|
1083
|
+
* when `--use-system-ca` is not enabled.
|
|
1084
|
+
* * `"bundled"`: return the CA certificates from the bundled Mozilla CA store. This would be the same
|
|
1085
|
+
* as `tls.rootCertificates`.
|
|
1086
|
+
* * `"extra"`: return the CA certificates loaded from `NODE_EXTRA_CA_CERTS`. It's an empty array if
|
|
1087
|
+
* `NODE_EXTRA_CA_CERTS` is not set.
|
|
1088
|
+
* @since v22.15.0
|
|
1089
|
+
* @param type The type of CA certificates that will be returned. Valid values
|
|
1090
|
+
* are `"default"`, `"system"`, `"bundled"` and `"extra"`.
|
|
1091
|
+
* **Default:** `"default"`.
|
|
1092
|
+
* @returns An array of PEM-encoded certificates. The array may contain duplicates
|
|
1093
|
+
* if the same certificate is repeatedly stored in multiple sources.
|
|
1094
|
+
*/
|
|
1095
|
+
function getCACertificates(type?: "default" | "system" | "bundled" | "extra"): string[];
|
|
1096
|
+
/**
|
|
1097
|
+
* Returns an array with the names of the supported TLS ciphers. The names are
|
|
1098
|
+
* lower-case for historical reasons, but must be uppercased to be used in
|
|
1099
|
+
* the `ciphers` option of `{@link createSecureContext}`.
|
|
1100
|
+
*
|
|
1101
|
+
* Not all supported ciphers are enabled by default. See
|
|
1102
|
+
* [Modifying the default TLS cipher suite](https://nodejs.org/docs/latest-v25.x/api/tls.html#modifying-the-default-tls-cipher-suite).
|
|
1103
|
+
*
|
|
1104
|
+
* Cipher names that start with `'tls_'` are for TLSv1.3, all the others are for
|
|
1105
|
+
* TLSv1.2 and below.
|
|
1106
|
+
*
|
|
1107
|
+
* ```js
|
|
1108
|
+
* console.log(tls.getCiphers()); // ['aes128-gcm-sha256', 'aes128-sha', ...]
|
|
1109
|
+
* ```
|
|
1110
|
+
* @since v0.10.2
|
|
1111
|
+
*/
|
|
1112
|
+
function getCiphers(): string[];
|
|
1113
|
+
/**
|
|
1114
|
+
* Sets the default CA certificates used by Node.js TLS clients. If the provided
|
|
1115
|
+
* certificates are parsed successfully, they will become the default CA
|
|
1116
|
+
* certificate list returned by {@link getCACertificates} and used
|
|
1117
|
+
* by subsequent TLS connections that don't specify their own CA certificates.
|
|
1118
|
+
* The certificates will be deduplicated before being set as the default.
|
|
1119
|
+
*
|
|
1120
|
+
* This function only affects the current Node.js thread. Previous
|
|
1121
|
+
* sessions cached by the HTTPS agent won't be affected by this change, so
|
|
1122
|
+
* this method should be called before any unwanted cachable TLS connections are
|
|
1123
|
+
* made.
|
|
1124
|
+
*
|
|
1125
|
+
* To use system CA certificates as the default:
|
|
1126
|
+
*
|
|
1127
|
+
* ```js
|
|
1128
|
+
* import tls from 'node:tls';
|
|
1129
|
+
* tls.setDefaultCACertificates(tls.getCACertificates('system'));
|
|
1130
|
+
* ```
|
|
1131
|
+
*
|
|
1132
|
+
* This function completely replaces the default CA certificate list. To add additional
|
|
1133
|
+
* certificates to the existing defaults, get the current certificates and append to them:
|
|
1134
|
+
*
|
|
1135
|
+
* ```js
|
|
1136
|
+
* import tls from 'node:tls';
|
|
1137
|
+
* const currentCerts = tls.getCACertificates('default');
|
|
1138
|
+
* const additionalCerts = ['-----BEGIN CERTIFICATE-----\n...'];
|
|
1139
|
+
* tls.setDefaultCACertificates([...currentCerts, ...additionalCerts]);
|
|
1140
|
+
* ```
|
|
1141
|
+
* @since v24.5.0
|
|
1142
|
+
* @param certs An array of CA certificates in PEM format.
|
|
1143
|
+
*/
|
|
1144
|
+
function setDefaultCACertificates(certs: ReadonlyArray<string | NodeJS.ArrayBufferView>): void;
|
|
1145
|
+
/**
|
|
1146
|
+
* The default curve name to use for ECDH key agreement in a tls server.
|
|
1147
|
+
* The default value is `'auto'`. See `{@link createSecureContext()}` for further
|
|
1148
|
+
* information.
|
|
1149
|
+
* @since v0.11.13
|
|
1150
|
+
*/
|
|
1151
|
+
let DEFAULT_ECDH_CURVE: string;
|
|
1152
|
+
/**
|
|
1153
|
+
* The default value of the `maxVersion` option of `{@link createSecureContext()}`.
|
|
1154
|
+
* It can be assigned any of the supported TLS protocol versions,
|
|
1155
|
+
* `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. **Default:** `'TLSv1.3'`, unless
|
|
1156
|
+
* changed using CLI options. Using `--tls-max-v1.2` sets the default to `'TLSv1.2'`. Using
|
|
1157
|
+
* `--tls-max-v1.3` sets the default to `'TLSv1.3'`. If multiple of the options
|
|
1158
|
+
* are provided, the highest maximum is used.
|
|
1159
|
+
* @since v11.4.0
|
|
1160
|
+
*/
|
|
1161
|
+
let DEFAULT_MAX_VERSION: SecureVersion;
|
|
1162
|
+
/**
|
|
1163
|
+
* The default value of the `minVersion` option of `{@link createSecureContext()}`.
|
|
1164
|
+
* It can be assigned any of the supported TLS protocol versions,
|
|
1165
|
+
* `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. **Default:** `'TLSv1.2'`, unless
|
|
1166
|
+
* changed using CLI options. Using `--tls-min-v1.0` sets the default to
|
|
1167
|
+
* `'TLSv1'`. Using `--tls-min-v1.1` sets the default to `'TLSv1.1'`. Using
|
|
1168
|
+
* `--tls-min-v1.3` sets the default to `'TLSv1.3'`. If multiple of the options
|
|
1169
|
+
* are provided, the lowest minimum is used.
|
|
1170
|
+
* @since v11.4.0
|
|
1171
|
+
*/
|
|
1172
|
+
let DEFAULT_MIN_VERSION: SecureVersion;
|
|
1173
|
+
/**
|
|
1174
|
+
* The default value of the `ciphers` option of `{@link createSecureContext()}`.
|
|
1175
|
+
* It can be assigned any of the supported OpenSSL ciphers.
|
|
1176
|
+
* Defaults to the content of `crypto.constants.defaultCoreCipherList`, unless
|
|
1177
|
+
* changed using CLI options using `--tls-default-ciphers`.
|
|
1178
|
+
* @since v19.8.0
|
|
1179
|
+
*/
|
|
1180
|
+
let DEFAULT_CIPHERS: string;
|
|
1181
|
+
/**
|
|
1182
|
+
* An immutable array of strings representing the root certificates (in PEM format)
|
|
1183
|
+
* from the bundled Mozilla CA store as supplied by the current Node.js version.
|
|
1184
|
+
*
|
|
1185
|
+
* The bundled CA store, as supplied by Node.js, is a snapshot of Mozilla CA store
|
|
1186
|
+
* that is fixed at release time. It is identical on all supported platforms.
|
|
1187
|
+
* @since v12.3.0
|
|
1188
|
+
*/
|
|
1189
|
+
const rootCertificates: readonly string[];
|
|
1190
|
+
}
|
|
1191
|
+
declare module "tls" {
|
|
1192
|
+
export * from "node:tls";
|
|
1193
|
+
}
|