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,1068 @@
|
|
|
1
|
+
declare module "node:sqlite" {
|
|
2
|
+
import { PathLike } from "node:fs";
|
|
3
|
+
type SQLInputValue = null | number | bigint | string | NodeJS.ArrayBufferView;
|
|
4
|
+
type SQLOutputValue = null | number | bigint | string | NodeJS.NonSharedUint8Array;
|
|
5
|
+
interface DatabaseSyncOptions {
|
|
6
|
+
/**
|
|
7
|
+
* If `true`, the database is opened by the constructor. When
|
|
8
|
+
* this value is `false`, the database must be opened via the `open()` method.
|
|
9
|
+
* @since v22.5.0
|
|
10
|
+
* @default true
|
|
11
|
+
*/
|
|
12
|
+
open?: boolean | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* If `true`, foreign key constraints
|
|
15
|
+
* are enabled. This is recommended but can be disabled for compatibility with
|
|
16
|
+
* legacy database schemas. The enforcement of foreign key constraints can be
|
|
17
|
+
* enabled and disabled after opening the database using
|
|
18
|
+
* [`PRAGMA foreign_keys`](https://www.sqlite.org/pragma.html#pragma_foreign_keys).
|
|
19
|
+
* @since v22.10.0
|
|
20
|
+
* @default true
|
|
21
|
+
*/
|
|
22
|
+
enableForeignKeyConstraints?: boolean | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* If `true`, SQLite will accept
|
|
25
|
+
* [double-quoted string literals](https://www.sqlite.org/quirks.html#dblquote).
|
|
26
|
+
* This is not recommended but can be
|
|
27
|
+
* enabled for compatibility with legacy database schemas.
|
|
28
|
+
* @since v22.10.0
|
|
29
|
+
* @default false
|
|
30
|
+
*/
|
|
31
|
+
enableDoubleQuotedStringLiterals?: boolean | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* If `true`, the database is opened in read-only mode.
|
|
34
|
+
* If the database does not exist, opening it will fail.
|
|
35
|
+
* @since v22.12.0
|
|
36
|
+
* @default false
|
|
37
|
+
*/
|
|
38
|
+
readOnly?: boolean | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* If `true`, the `loadExtension` SQL function
|
|
41
|
+
* and the `loadExtension()` method are enabled.
|
|
42
|
+
* You can call `enableLoadExtension(false)` later to disable this feature.
|
|
43
|
+
* @since v22.13.0
|
|
44
|
+
* @default false
|
|
45
|
+
*/
|
|
46
|
+
allowExtension?: boolean | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* The [busy timeout](https://sqlite.org/c3ref/busy_timeout.html) in milliseconds. This is the maximum amount of
|
|
49
|
+
* time that SQLite will wait for a database lock to be released before
|
|
50
|
+
* returning an error.
|
|
51
|
+
* @since v24.0.0
|
|
52
|
+
* @default 0
|
|
53
|
+
*/
|
|
54
|
+
timeout?: number | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* If `true`, integer fields are read as JavaScript `BigInt` values. If `false`,
|
|
57
|
+
* integer fields are read as JavaScript numbers.
|
|
58
|
+
* @since v24.4.0
|
|
59
|
+
* @default false
|
|
60
|
+
*/
|
|
61
|
+
readBigInts?: boolean | undefined;
|
|
62
|
+
/**
|
|
63
|
+
* If `true`, query results are returned as arrays instead of objects.
|
|
64
|
+
* @since v24.4.0
|
|
65
|
+
* @default false
|
|
66
|
+
*/
|
|
67
|
+
returnArrays?: boolean | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* If `true`, allows binding named parameters without the prefix
|
|
70
|
+
* character (e.g., `foo` instead of `:foo`).
|
|
71
|
+
* @since v24.4.40
|
|
72
|
+
* @default true
|
|
73
|
+
*/
|
|
74
|
+
allowBareNamedParameters?: boolean | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* If `true`, unknown named parameters are ignored when binding.
|
|
77
|
+
* If `false`, an exception is thrown for unknown named parameters.
|
|
78
|
+
* @since v24.4.40
|
|
79
|
+
* @default false
|
|
80
|
+
*/
|
|
81
|
+
allowUnknownNamedParameters?: boolean | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* If `true`, enables the defensive flag. When the defensive flag is enabled,
|
|
84
|
+
* language features that allow ordinary SQL to deliberately corrupt the database file are disabled.
|
|
85
|
+
* The defensive flag can also be set using `enableDefensive()`.
|
|
86
|
+
* @since v25.1.0
|
|
87
|
+
* @default true
|
|
88
|
+
*/
|
|
89
|
+
defensive?: boolean | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* Configuration for various SQLite limits. These limits
|
|
92
|
+
* can be used to prevent excessive resource consumption when handling
|
|
93
|
+
* potentially malicious input. See [Run-Time Limits](https://www.sqlite.org/c3ref/c_limit_attached.html) and [Limit Constants](https://www.sqlite.org/c3ref/limit.html)
|
|
94
|
+
* in the SQLite documentation for details. Default values are determined by
|
|
95
|
+
* SQLite's compile-time defaults and may vary depending on how SQLite was
|
|
96
|
+
* built. The following properties are supported:
|
|
97
|
+
* @since v25.8.0
|
|
98
|
+
*/
|
|
99
|
+
limits?: NodeJS.PartialOptions<DatabaseLimits> | undefined;
|
|
100
|
+
}
|
|
101
|
+
interface DatabaseLimits {
|
|
102
|
+
length: number;
|
|
103
|
+
sqlLength: number;
|
|
104
|
+
column: number;
|
|
105
|
+
exprDepth: number;
|
|
106
|
+
compoundSelect: number;
|
|
107
|
+
vdbeOp: number;
|
|
108
|
+
functionArg: number;
|
|
109
|
+
attach: number;
|
|
110
|
+
likePatternLength: number;
|
|
111
|
+
variableNumber: number;
|
|
112
|
+
triggerDepth: number;
|
|
113
|
+
}
|
|
114
|
+
interface CreateSessionOptions {
|
|
115
|
+
/**
|
|
116
|
+
* A specific table to track changes for. By default, changes to all tables are tracked.
|
|
117
|
+
* @since v22.12.0
|
|
118
|
+
*/
|
|
119
|
+
table?: string | undefined;
|
|
120
|
+
/**
|
|
121
|
+
* Name of the database to track. This is useful when multiple databases have been added using
|
|
122
|
+
* [`ATTACH DATABASE`](https://www.sqlite.org/lang_attach.html).
|
|
123
|
+
* @since v22.12.0
|
|
124
|
+
* @default 'main'
|
|
125
|
+
*/
|
|
126
|
+
db?: string | undefined;
|
|
127
|
+
}
|
|
128
|
+
interface ApplyChangesetOptions {
|
|
129
|
+
/**
|
|
130
|
+
* Skip changes that, when targeted table name is supplied to this function, return a truthy value.
|
|
131
|
+
* By default, all changes are attempted.
|
|
132
|
+
* @since v22.12.0
|
|
133
|
+
*/
|
|
134
|
+
filter?: ((tableName: string) => boolean) | undefined;
|
|
135
|
+
/**
|
|
136
|
+
* A function that determines how to handle conflicts. The function receives one argument,
|
|
137
|
+
* which can be one of the following values:
|
|
138
|
+
*
|
|
139
|
+
* * `SQLITE_CHANGESET_DATA`: A `DELETE` or `UPDATE` change does not contain the expected "before" values.
|
|
140
|
+
* * `SQLITE_CHANGESET_NOTFOUND`: A row matching the primary key of the `DELETE` or `UPDATE` change does not exist.
|
|
141
|
+
* * `SQLITE_CHANGESET_CONFLICT`: An `INSERT` change results in a duplicate primary key.
|
|
142
|
+
* * `SQLITE_CHANGESET_FOREIGN_KEY`: Applying a change would result in a foreign key violation.
|
|
143
|
+
* * `SQLITE_CHANGESET_CONSTRAINT`: Applying a change results in a `UNIQUE`, `CHECK`, or `NOT NULL` constraint
|
|
144
|
+
* violation.
|
|
145
|
+
*
|
|
146
|
+
* The function should return one of the following values:
|
|
147
|
+
*
|
|
148
|
+
* * `SQLITE_CHANGESET_OMIT`: Omit conflicting changes.
|
|
149
|
+
* * `SQLITE_CHANGESET_REPLACE`: Replace existing values with conflicting changes (only valid with
|
|
150
|
+
`SQLITE_CHANGESET_DATA` or `SQLITE_CHANGESET_CONFLICT` conflicts).
|
|
151
|
+
* * `SQLITE_CHANGESET_ABORT`: Abort on conflict and roll back the database.
|
|
152
|
+
*
|
|
153
|
+
* When an error is thrown in the conflict handler or when any other value is returned from the handler,
|
|
154
|
+
* applying the changeset is aborted and the database is rolled back.
|
|
155
|
+
*
|
|
156
|
+
* **Default**: A function that returns `SQLITE_CHANGESET_ABORT`.
|
|
157
|
+
* @since v22.12.0
|
|
158
|
+
*/
|
|
159
|
+
onConflict?: ((conflictType: number) => number) | undefined;
|
|
160
|
+
}
|
|
161
|
+
interface FunctionOptions {
|
|
162
|
+
/**
|
|
163
|
+
* If `true`, the [`SQLITE_DETERMINISTIC`](https://www.sqlite.org/c3ref/c_deterministic.html) flag is
|
|
164
|
+
* set on the created function.
|
|
165
|
+
* @default false
|
|
166
|
+
*/
|
|
167
|
+
deterministic?: boolean | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* If `true`, the [`SQLITE_DIRECTONLY`](https://www.sqlite.org/c3ref/c_directonly.html) flag is set on
|
|
170
|
+
* the created function.
|
|
171
|
+
* @default false
|
|
172
|
+
*/
|
|
173
|
+
directOnly?: boolean | undefined;
|
|
174
|
+
/**
|
|
175
|
+
* If `true`, integer arguments to `function`
|
|
176
|
+
* are converted to `BigInt`s. If `false`, integer arguments are passed as
|
|
177
|
+
* JavaScript numbers.
|
|
178
|
+
* @default false
|
|
179
|
+
*/
|
|
180
|
+
useBigIntArguments?: boolean | undefined;
|
|
181
|
+
/**
|
|
182
|
+
* If `true`, `function` may be invoked with any number of
|
|
183
|
+
* arguments (between zero and
|
|
184
|
+
* [`SQLITE_MAX_FUNCTION_ARG`](https://www.sqlite.org/limits.html#max_function_arg)). If `false`,
|
|
185
|
+
* `function` must be invoked with exactly `function.length` arguments.
|
|
186
|
+
* @default false
|
|
187
|
+
*/
|
|
188
|
+
varargs?: boolean | undefined;
|
|
189
|
+
}
|
|
190
|
+
interface AggregateOptions<T extends SQLInputValue = SQLInputValue> extends FunctionOptions {
|
|
191
|
+
/**
|
|
192
|
+
* The identity value for the aggregation function. This value is used when the aggregation
|
|
193
|
+
* function is initialized. When a `Function` is passed the identity will be its return value.
|
|
194
|
+
*/
|
|
195
|
+
start: T | (() => T);
|
|
196
|
+
/**
|
|
197
|
+
* The function to call for each row in the aggregation. The
|
|
198
|
+
* function receives the current state and the row value. The return value of
|
|
199
|
+
* this function should be the new state.
|
|
200
|
+
*/
|
|
201
|
+
step: (accumulator: T, ...args: SQLOutputValue[]) => T;
|
|
202
|
+
/**
|
|
203
|
+
* The function to call to get the result of the
|
|
204
|
+
* aggregation. The function receives the final state and should return the
|
|
205
|
+
* result of the aggregation.
|
|
206
|
+
*/
|
|
207
|
+
result?: ((accumulator: T) => SQLInputValue) | undefined;
|
|
208
|
+
/**
|
|
209
|
+
* When this function is provided, the `aggregate` method will work as a window function.
|
|
210
|
+
* The function receives the current state and the dropped row value. The return value of this function should be the
|
|
211
|
+
* new state.
|
|
212
|
+
*/
|
|
213
|
+
inverse?: ((accumulator: T, ...args: SQLOutputValue[]) => T) | undefined;
|
|
214
|
+
}
|
|
215
|
+
interface PrepareOptions {
|
|
216
|
+
/**
|
|
217
|
+
* If `true`, integer fields are read as `BigInt`s.
|
|
218
|
+
* @since v25.5.0
|
|
219
|
+
*/
|
|
220
|
+
readBigInts?: boolean | undefined;
|
|
221
|
+
/**
|
|
222
|
+
* If `true`, results are returned as arrays.
|
|
223
|
+
* @since v25.5.0
|
|
224
|
+
*/
|
|
225
|
+
returnArrays?: boolean | undefined;
|
|
226
|
+
/**
|
|
227
|
+
* If `true`, allows binding named parameters without the prefix character.
|
|
228
|
+
* @since v25.5.0
|
|
229
|
+
*/
|
|
230
|
+
allowBareNamedParameters?: boolean | undefined;
|
|
231
|
+
/**
|
|
232
|
+
* If `true`, unknown named parameters are ignored.
|
|
233
|
+
* @since v25.5.0
|
|
234
|
+
*/
|
|
235
|
+
allowUnknownNamedParameters?: boolean | undefined;
|
|
236
|
+
}
|
|
237
|
+
/**
|
|
238
|
+
* This class represents a single [connection](https://www.sqlite.org/c3ref/sqlite3.html) to a SQLite database. All APIs
|
|
239
|
+
* exposed by this class execute synchronously.
|
|
240
|
+
* @since v22.5.0
|
|
241
|
+
*/
|
|
242
|
+
class DatabaseSync implements Disposable {
|
|
243
|
+
/**
|
|
244
|
+
* Constructs a new `DatabaseSync` instance.
|
|
245
|
+
* @param path The path of the database.
|
|
246
|
+
* A SQLite database can be stored in a file or completely [in memory](https://www.sqlite.org/inmemorydb.html).
|
|
247
|
+
* To use a file-backed database, the path should be a file path.
|
|
248
|
+
* To use an in-memory database, the path should be the special name `':memory:'`.
|
|
249
|
+
* @param options Configuration options for the database connection.
|
|
250
|
+
*/
|
|
251
|
+
constructor(path: PathLike, options?: DatabaseSyncOptions);
|
|
252
|
+
/**
|
|
253
|
+
* Registers a new aggregate function with the SQLite database. This method is a wrapper around
|
|
254
|
+
* [`sqlite3_create_window_function()`](https://www.sqlite.org/c3ref/create_function.html).
|
|
255
|
+
*
|
|
256
|
+
* When used as a window function, the `result` function will be called multiple times.
|
|
257
|
+
*
|
|
258
|
+
* ```js
|
|
259
|
+
* import { DatabaseSync } from 'node:sqlite';
|
|
260
|
+
*
|
|
261
|
+
* const db = new DatabaseSync(':memory:');
|
|
262
|
+
* db.exec(`
|
|
263
|
+
* CREATE TABLE t3(x, y);
|
|
264
|
+
* INSERT INTO t3 VALUES ('a', 4),
|
|
265
|
+
* ('b', 5),
|
|
266
|
+
* ('c', 3),
|
|
267
|
+
* ('d', 8),
|
|
268
|
+
* ('e', 1);
|
|
269
|
+
* `);
|
|
270
|
+
*
|
|
271
|
+
* db.aggregate('sumint', {
|
|
272
|
+
* start: 0,
|
|
273
|
+
* step: (acc, value) => acc + value,
|
|
274
|
+
* });
|
|
275
|
+
*
|
|
276
|
+
* db.prepare('SELECT sumint(y) as total FROM t3').get(); // { total: 21 }
|
|
277
|
+
* ```
|
|
278
|
+
* @since v24.0.0
|
|
279
|
+
* @param name The name of the SQLite function to create.
|
|
280
|
+
* @param options Function configuration settings.
|
|
281
|
+
*/
|
|
282
|
+
aggregate(name: string, options: AggregateOptions): void;
|
|
283
|
+
aggregate<T extends SQLInputValue>(name: string, options: AggregateOptions<T>): void;
|
|
284
|
+
/**
|
|
285
|
+
* Closes the database connection. An exception is thrown if the database is not
|
|
286
|
+
* open. This method is a wrapper around [`sqlite3_close_v2()`](https://www.sqlite.org/c3ref/close.html).
|
|
287
|
+
* @since v22.5.0
|
|
288
|
+
*/
|
|
289
|
+
close(): void;
|
|
290
|
+
/**
|
|
291
|
+
* Loads a shared library into the database connection. This method is a wrapper
|
|
292
|
+
* around [`sqlite3_load_extension()`](https://www.sqlite.org/c3ref/load_extension.html). It is required to enable the
|
|
293
|
+
* `allowExtension` option when constructing the `DatabaseSync` instance.
|
|
294
|
+
* @since v22.13.0
|
|
295
|
+
* @param path The path to the shared library to load.
|
|
296
|
+
*/
|
|
297
|
+
loadExtension(path: string): void;
|
|
298
|
+
/**
|
|
299
|
+
* Enables or disables the `loadExtension` SQL function, and the `loadExtension()`
|
|
300
|
+
* method. When `allowExtension` is `false` when constructing, you cannot enable
|
|
301
|
+
* loading extensions for security reasons.
|
|
302
|
+
* @since v22.13.0
|
|
303
|
+
* @param allow Whether to allow loading extensions.
|
|
304
|
+
*/
|
|
305
|
+
enableLoadExtension(allow: boolean): void;
|
|
306
|
+
/**
|
|
307
|
+
* Enables or disables the defensive flag. When the defensive flag is active,
|
|
308
|
+
* language features that allow ordinary SQL to deliberately corrupt the database file are disabled.
|
|
309
|
+
* See [`SQLITE_DBCONFIG_DEFENSIVE`](https://www.sqlite.org/c3ref/c_dbconfig_defensive.html#sqlitedbconfigdefensive) in the SQLite documentation for details.
|
|
310
|
+
* @since v25.1.0
|
|
311
|
+
* @param active Whether to set the defensive flag.
|
|
312
|
+
*/
|
|
313
|
+
enableDefensive(active: boolean): void;
|
|
314
|
+
/**
|
|
315
|
+
* This method is a wrapper around [`sqlite3_db_filename()`](https://sqlite.org/c3ref/db_filename.html)
|
|
316
|
+
* @since v24.0.0
|
|
317
|
+
* @param dbName Name of the database. This can be `'main'` (the default primary database) or any other
|
|
318
|
+
* database that has been added with [`ATTACH DATABASE`](https://www.sqlite.org/lang_attach.html) **Default:** `'main'`.
|
|
319
|
+
* @returns The location of the database file. When using an in-memory database,
|
|
320
|
+
* this method returns null.
|
|
321
|
+
*/
|
|
322
|
+
location(dbName?: string): string | null;
|
|
323
|
+
/**
|
|
324
|
+
* This method allows one or more SQL statements to be executed without returning
|
|
325
|
+
* any results. This method is useful when executing SQL statements read from a
|
|
326
|
+
* file. This method is a wrapper around [`sqlite3_exec()`](https://www.sqlite.org/c3ref/exec.html).
|
|
327
|
+
* @since v22.5.0
|
|
328
|
+
* @param sql A SQL string to execute.
|
|
329
|
+
*/
|
|
330
|
+
exec(sql: string): void;
|
|
331
|
+
/**
|
|
332
|
+
* This method is used to create SQLite user-defined functions. This method is a
|
|
333
|
+
* wrapper around [`sqlite3_create_function_v2()`](https://www.sqlite.org/c3ref/create_function.html).
|
|
334
|
+
* @since v22.13.0
|
|
335
|
+
* @param name The name of the SQLite function to create.
|
|
336
|
+
* @param options Optional configuration settings for the function.
|
|
337
|
+
* @param fn The JavaScript function to call when the SQLite function is
|
|
338
|
+
* invoked. The return value of this function should be a valid SQLite data type:
|
|
339
|
+
* see [Type conversion between JavaScript and SQLite](https://nodejs.org/docs/latest-v25.x/api/sqlite.html#type-conversion-between-javascript-and-sqlite). The result defaults to
|
|
340
|
+
* `NULL` if the return value is `undefined`.
|
|
341
|
+
*/
|
|
342
|
+
function(
|
|
343
|
+
name: string,
|
|
344
|
+
options: FunctionOptions,
|
|
345
|
+
fn: (...args: SQLOutputValue[]) => SQLInputValue,
|
|
346
|
+
): void;
|
|
347
|
+
function(name: string, fn: (...args: SQLOutputValue[]) => SQLInputValue): void;
|
|
348
|
+
/**
|
|
349
|
+
* Sets an authorizer callback that SQLite will invoke whenever it attempts to
|
|
350
|
+
* access data or modify the database schema through prepared statements.
|
|
351
|
+
* This can be used to implement security policies, audit access, or restrict certain operations.
|
|
352
|
+
* This method is a wrapper around [`sqlite3_set_authorizer()`](https://sqlite.org/c3ref/set_authorizer.html).
|
|
353
|
+
*
|
|
354
|
+
* When invoked, the callback receives five arguments:
|
|
355
|
+
*
|
|
356
|
+
* * `actionCode` {number} The type of operation being performed (e.g.,
|
|
357
|
+
* `SQLITE_INSERT`, `SQLITE_UPDATE`, `SQLITE_SELECT`).
|
|
358
|
+
* * `arg1` {string|null} The first argument (context-dependent, often a table name).
|
|
359
|
+
* * `arg2` {string|null} The second argument (context-dependent, often a column name).
|
|
360
|
+
* * `dbName` {string|null} The name of the database.
|
|
361
|
+
* * `triggerOrView` {string|null} The name of the trigger or view causing the access.
|
|
362
|
+
*
|
|
363
|
+
* The callback must return one of the following constants:
|
|
364
|
+
*
|
|
365
|
+
* * `SQLITE_OK` - Allow the operation.
|
|
366
|
+
* * `SQLITE_DENY` - Deny the operation (causes an error).
|
|
367
|
+
* * `SQLITE_IGNORE` - Ignore the operation (silently skip).
|
|
368
|
+
*
|
|
369
|
+
* ```js
|
|
370
|
+
* import { DatabaseSync, constants } from 'node:sqlite';
|
|
371
|
+
* const db = new DatabaseSync(':memory:');
|
|
372
|
+
*
|
|
373
|
+
* // Set up an authorizer that denies all table creation
|
|
374
|
+
* db.setAuthorizer((actionCode) => {
|
|
375
|
+
* if (actionCode === constants.SQLITE_CREATE_TABLE) {
|
|
376
|
+
* return constants.SQLITE_DENY;
|
|
377
|
+
* }
|
|
378
|
+
* return constants.SQLITE_OK;
|
|
379
|
+
* });
|
|
380
|
+
*
|
|
381
|
+
* // This will work
|
|
382
|
+
* db.prepare('SELECT 1').get();
|
|
383
|
+
*
|
|
384
|
+
* // This will throw an error due to authorization denial
|
|
385
|
+
* try {
|
|
386
|
+
* db.exec('CREATE TABLE blocked (id INTEGER)');
|
|
387
|
+
* } catch (err) {
|
|
388
|
+
* console.log('Operation blocked:', err.message);
|
|
389
|
+
* }
|
|
390
|
+
* ```
|
|
391
|
+
* @since v24.10.0
|
|
392
|
+
* @param callback The authorizer function to set, or `null` to
|
|
393
|
+
* clear the current authorizer.
|
|
394
|
+
*/
|
|
395
|
+
setAuthorizer(
|
|
396
|
+
callback:
|
|
397
|
+
| ((
|
|
398
|
+
actionCode: number,
|
|
399
|
+
arg1: string | null,
|
|
400
|
+
arg2: string | null,
|
|
401
|
+
dbName: string | null,
|
|
402
|
+
triggerOrView: string | null,
|
|
403
|
+
) => number)
|
|
404
|
+
| null,
|
|
405
|
+
): void;
|
|
406
|
+
/**
|
|
407
|
+
* Whether the database is currently open or not.
|
|
408
|
+
* @since v22.15.0
|
|
409
|
+
*/
|
|
410
|
+
readonly isOpen: boolean;
|
|
411
|
+
/**
|
|
412
|
+
* Whether the database is currently within a transaction. This method
|
|
413
|
+
* is a wrapper around [`sqlite3_get_autocommit()`](https://sqlite.org/c3ref/get_autocommit.html).
|
|
414
|
+
* @since v24.0.0
|
|
415
|
+
*/
|
|
416
|
+
readonly isTransaction: boolean;
|
|
417
|
+
/**
|
|
418
|
+
* An object for getting and setting SQLite database limits at runtime.
|
|
419
|
+
* Each property corresponds to an SQLite limit and can be read or written.
|
|
420
|
+
*
|
|
421
|
+
* ```js
|
|
422
|
+
* const db = new DatabaseSync(':memory:');
|
|
423
|
+
*
|
|
424
|
+
* // Read current limit
|
|
425
|
+
* console.log(db.limits.length);
|
|
426
|
+
*
|
|
427
|
+
* // Set a new limit
|
|
428
|
+
* db.limits.sqlLength = 100000;
|
|
429
|
+
*
|
|
430
|
+
* // Reset a limit to its compile-time maximum
|
|
431
|
+
* db.limits.sqlLength = Infinity;
|
|
432
|
+
* ```
|
|
433
|
+
*
|
|
434
|
+
* Available properties: `length`, `sqlLength`, `column`, `exprDepth`,
|
|
435
|
+
* `compoundSelect`, `vdbeOp`, `functionArg`, `attach`, `likePatternLength`,
|
|
436
|
+
* `variableNumber`, `triggerDepth`.
|
|
437
|
+
*
|
|
438
|
+
* Setting a property to `Infinity` resets the limit to its compile-time maximum value.
|
|
439
|
+
* @since v25.8.0
|
|
440
|
+
*/
|
|
441
|
+
readonly limits: DatabaseLimits;
|
|
442
|
+
/**
|
|
443
|
+
* Opens the database specified in the `path` argument of the `DatabaseSync`constructor. This method should only be used when the database is not opened via
|
|
444
|
+
* the constructor. An exception is thrown if the database is already open.
|
|
445
|
+
* @since v22.5.0
|
|
446
|
+
*/
|
|
447
|
+
open(): void;
|
|
448
|
+
/**
|
|
449
|
+
* Compiles a SQL statement into a [prepared statement](https://www.sqlite.org/c3ref/stmt.html). This method is a wrapper
|
|
450
|
+
* around [`sqlite3_prepare_v2()`](https://www.sqlite.org/c3ref/prepare.html).
|
|
451
|
+
* @since v22.5.0
|
|
452
|
+
* @param sql A SQL string to compile to a prepared statement.
|
|
453
|
+
* @param options Optional configuration for the prepared statement.
|
|
454
|
+
* @return The prepared statement.
|
|
455
|
+
*/
|
|
456
|
+
prepare(sql: string, options?: PrepareOptions): StatementSync;
|
|
457
|
+
/**
|
|
458
|
+
* Creates a new {@link SQLTagStore}, which is a Least Recently Used (LRU) cache
|
|
459
|
+
* for storing prepared statements. This allows for the efficient reuse of
|
|
460
|
+
* prepared statements by tagging them with a unique identifier.
|
|
461
|
+
*
|
|
462
|
+
* When a tagged SQL literal is executed, the `SQLTagStore` checks if a prepared
|
|
463
|
+
* statement for the corresponding SQL query string already exists in the cache.
|
|
464
|
+
* If it does, the cached statement is used. If not, a new prepared statement is
|
|
465
|
+
* created, executed, and then stored in the cache for future use. This mechanism
|
|
466
|
+
* helps to avoid the overhead of repeatedly parsing and preparing the same SQL
|
|
467
|
+
* statements.
|
|
468
|
+
*
|
|
469
|
+
* Tagged statements bind the placeholder values from the template literal as
|
|
470
|
+
* parameters to the underlying prepared statement. For example:
|
|
471
|
+
*
|
|
472
|
+
* ```js
|
|
473
|
+
* sqlTagStore.get`SELECT ${value}`;
|
|
474
|
+
* ```
|
|
475
|
+
*
|
|
476
|
+
* is equivalent to:
|
|
477
|
+
*
|
|
478
|
+
* ```js
|
|
479
|
+
* db.prepare('SELECT ?').get(value);
|
|
480
|
+
* ```
|
|
481
|
+
*
|
|
482
|
+
* However, in the first example, the tag store will cache the underlying prepared
|
|
483
|
+
* statement for future use.
|
|
484
|
+
*
|
|
485
|
+
* > **Note:** The `${value}` syntax in tagged statements _binds_ a parameter to
|
|
486
|
+
* > the prepared statement. This differs from its behavior in _untagged_ template
|
|
487
|
+
* > literals, where it performs string interpolation.
|
|
488
|
+
* >
|
|
489
|
+
* > ```js
|
|
490
|
+
* > // This a safe example of binding a parameter to a tagged statement.
|
|
491
|
+
* > sqlTagStore.run`INSERT INTO t1 (id) VALUES (${id})`;
|
|
492
|
+
* >
|
|
493
|
+
* > // This is an *unsafe* example of an untagged template string.
|
|
494
|
+
* > // `id` is interpolated into the query text as a string.
|
|
495
|
+
* > // This can lead to SQL injection and data corruption.
|
|
496
|
+
* > db.run(`INSERT INTO t1 (id) VALUES (${id})`);
|
|
497
|
+
* > ```
|
|
498
|
+
*
|
|
499
|
+
* The tag store will match a statement from the cache if the query strings
|
|
500
|
+
* (including the positions of any bound placeholders) are identical.
|
|
501
|
+
*
|
|
502
|
+
* ```js
|
|
503
|
+
* // The following statements will match in the cache:
|
|
504
|
+
* sqlTagStore.get`SELECT * FROM t1 WHERE id = ${id} AND active = 1`;
|
|
505
|
+
* sqlTagStore.get`SELECT * FROM t1 WHERE id = ${12345} AND active = 1`;
|
|
506
|
+
*
|
|
507
|
+
* // The following statements will not match, as the query strings
|
|
508
|
+
* // and bound placeholders differ:
|
|
509
|
+
* sqlTagStore.get`SELECT * FROM t1 WHERE id = ${id} AND active = 1`;
|
|
510
|
+
* sqlTagStore.get`SELECT * FROM t1 WHERE id = 12345 AND active = 1`;
|
|
511
|
+
*
|
|
512
|
+
* // The following statements will not match, as matches are case-sensitive:
|
|
513
|
+
* sqlTagStore.get`SELECT * FROM t1 WHERE id = ${id} AND active = 1`;
|
|
514
|
+
* sqlTagStore.get`select * from t1 where id = ${id} and active = 1`;
|
|
515
|
+
* ```
|
|
516
|
+
*
|
|
517
|
+
* The only way of binding parameters in tagged statements is with the `${value}`
|
|
518
|
+
* syntax. Do not add parameter binding placeholders (`?` etc.) to the SQL query
|
|
519
|
+
* string itself.
|
|
520
|
+
*
|
|
521
|
+
* ```js
|
|
522
|
+
* import { DatabaseSync } from 'node:sqlite';
|
|
523
|
+
*
|
|
524
|
+
* const db = new DatabaseSync(':memory:');
|
|
525
|
+
* const sql = db.createSQLTagStore();
|
|
526
|
+
*
|
|
527
|
+
* db.exec('CREATE TABLE users (id INT, name TEXT)');
|
|
528
|
+
*
|
|
529
|
+
* // Using the 'run' method to insert data.
|
|
530
|
+
* // The tagged literal is used to identify the prepared statement.
|
|
531
|
+
* sql.run`INSERT INTO users VALUES (1, 'Alice')`;
|
|
532
|
+
* sql.run`INSERT INTO users VALUES (2, 'Bob')`;
|
|
533
|
+
*
|
|
534
|
+
* // Using the 'get' method to retrieve a single row.
|
|
535
|
+
* const name = 'Alice';
|
|
536
|
+
* const user = sql.get`SELECT * FROM users WHERE name = ${name}`;
|
|
537
|
+
* console.log(user); // { id: 1, name: 'Alice' }
|
|
538
|
+
*
|
|
539
|
+
* // Using the 'all' method to retrieve all rows.
|
|
540
|
+
* const allUsers = sql.all`SELECT * FROM users ORDER BY id`;
|
|
541
|
+
* console.log(allUsers);
|
|
542
|
+
* // [
|
|
543
|
+
* // { id: 1, name: 'Alice' },
|
|
544
|
+
* // { id: 2, name: 'Bob' }
|
|
545
|
+
* // ]
|
|
546
|
+
* ```
|
|
547
|
+
* @since v24.9.0
|
|
548
|
+
* @returns A new SQL tag store for caching prepared statements.
|
|
549
|
+
*/
|
|
550
|
+
createTagStore(maxSize?: number): SQLTagStore;
|
|
551
|
+
/**
|
|
552
|
+
* Creates and attaches a session to the database. This method is a wrapper around
|
|
553
|
+
* [`sqlite3session_create()`](https://www.sqlite.org/session/sqlite3session_create.html) and
|
|
554
|
+
* [`sqlite3session_attach()`](https://www.sqlite.org/session/sqlite3session_attach.html).
|
|
555
|
+
* @param options The configuration options for the session.
|
|
556
|
+
* @returns A session handle.
|
|
557
|
+
* @since v22.12.0
|
|
558
|
+
*/
|
|
559
|
+
createSession(options?: CreateSessionOptions): Session;
|
|
560
|
+
/**
|
|
561
|
+
* An exception is thrown if the database is not
|
|
562
|
+
* open. This method is a wrapper around
|
|
563
|
+
* [`sqlite3changeset_apply()`](https://www.sqlite.org/session/sqlite3changeset_apply.html).
|
|
564
|
+
*
|
|
565
|
+
* ```js
|
|
566
|
+
* import { DatabaseSync } from 'node:sqlite';
|
|
567
|
+
*
|
|
568
|
+
* const sourceDb = new DatabaseSync(':memory:');
|
|
569
|
+
* const targetDb = new DatabaseSync(':memory:');
|
|
570
|
+
*
|
|
571
|
+
* sourceDb.exec('CREATE TABLE data(key INTEGER PRIMARY KEY, value TEXT)');
|
|
572
|
+
* targetDb.exec('CREATE TABLE data(key INTEGER PRIMARY KEY, value TEXT)');
|
|
573
|
+
*
|
|
574
|
+
* const session = sourceDb.createSession();
|
|
575
|
+
*
|
|
576
|
+
* const insert = sourceDb.prepare('INSERT INTO data (key, value) VALUES (?, ?)');
|
|
577
|
+
* insert.run(1, 'hello');
|
|
578
|
+
* insert.run(2, 'world');
|
|
579
|
+
*
|
|
580
|
+
* const changeset = session.changeset();
|
|
581
|
+
* targetDb.applyChangeset(changeset);
|
|
582
|
+
* // Now that the changeset has been applied, targetDb contains the same data as sourceDb.
|
|
583
|
+
* ```
|
|
584
|
+
* @param changeset A binary changeset or patchset.
|
|
585
|
+
* @param options The configuration options for how the changes will be applied.
|
|
586
|
+
* @returns Whether the changeset was applied successfully without being aborted.
|
|
587
|
+
* @since v22.12.0
|
|
588
|
+
*/
|
|
589
|
+
applyChangeset(changeset: Uint8Array, options?: ApplyChangesetOptions): boolean;
|
|
590
|
+
/**
|
|
591
|
+
* Closes the database connection. If the database connection is already closed
|
|
592
|
+
* then this is a no-op.
|
|
593
|
+
* @since v22.15.0
|
|
594
|
+
*/
|
|
595
|
+
[Symbol.dispose](): void;
|
|
596
|
+
}
|
|
597
|
+
/**
|
|
598
|
+
* @since v22.12.0
|
|
599
|
+
*/
|
|
600
|
+
interface Session {
|
|
601
|
+
/**
|
|
602
|
+
* Retrieves a changeset containing all changes since the changeset was created. Can be called multiple times.
|
|
603
|
+
* An exception is thrown if the database or the session is not open. This method is a wrapper around
|
|
604
|
+
* [`sqlite3session_changeset()`](https://www.sqlite.org/session/sqlite3session_changeset.html).
|
|
605
|
+
* @returns Binary changeset that can be applied to other databases.
|
|
606
|
+
* @since v22.12.0
|
|
607
|
+
*/
|
|
608
|
+
changeset(): NodeJS.NonSharedUint8Array;
|
|
609
|
+
/**
|
|
610
|
+
* Similar to the method above, but generates a more compact patchset. See
|
|
611
|
+
* [Changesets and Patchsets](https://www.sqlite.org/sessionintro.html#changesets_and_patchsets)
|
|
612
|
+
* in the documentation of SQLite. An exception is thrown if the database or the session is not open. This method is a
|
|
613
|
+
* wrapper around
|
|
614
|
+
* [`sqlite3session_patchset()`](https://www.sqlite.org/session/sqlite3session_patchset.html).
|
|
615
|
+
* @returns Binary patchset that can be applied to other databases.
|
|
616
|
+
* @since v22.12.0
|
|
617
|
+
*/
|
|
618
|
+
patchset(): NodeJS.NonSharedUint8Array;
|
|
619
|
+
/**
|
|
620
|
+
* Closes the session. An exception is thrown if the database or the session is not open. This method is a
|
|
621
|
+
* wrapper around
|
|
622
|
+
* [`sqlite3session_delete()`](https://www.sqlite.org/session/sqlite3session_delete.html).
|
|
623
|
+
*/
|
|
624
|
+
close(): void;
|
|
625
|
+
/**
|
|
626
|
+
* Closes the session. If the session is already closed, does nothing.
|
|
627
|
+
* @since v24.9.0
|
|
628
|
+
*/
|
|
629
|
+
[Symbol.dispose](): void;
|
|
630
|
+
}
|
|
631
|
+
/**
|
|
632
|
+
* This class represents a single LRU (Least Recently Used) cache for storing
|
|
633
|
+
* prepared statements.
|
|
634
|
+
*
|
|
635
|
+
* Instances of this class are created via the `database.createTagStore()`
|
|
636
|
+
* method, not by using a constructor. The store caches prepared statements based
|
|
637
|
+
* on the provided SQL query string. When the same query is seen again, the store
|
|
638
|
+
* retrieves the cached statement and safely applies the new values through
|
|
639
|
+
* parameter binding, thereby preventing attacks like SQL injection.
|
|
640
|
+
*
|
|
641
|
+
* The cache has a maxSize that defaults to 1000 statements, but a custom size can
|
|
642
|
+
* be provided (e.g., `database.createTagStore(100)`). All APIs exposed by this
|
|
643
|
+
* class execute synchronously.
|
|
644
|
+
* @since v24.9.0
|
|
645
|
+
*/
|
|
646
|
+
interface SQLTagStore {
|
|
647
|
+
/**
|
|
648
|
+
* Executes the given SQL query and returns all resulting rows as an array of
|
|
649
|
+
* objects.
|
|
650
|
+
*
|
|
651
|
+
* This function is intended to be used as a template literal tag, not to be
|
|
652
|
+
* called directly.
|
|
653
|
+
* @since v24.9.0
|
|
654
|
+
* @param stringElements Template literal elements containing the SQL
|
|
655
|
+
* query.
|
|
656
|
+
* @param boundParameters Parameter values to be bound to placeholders in the template string.
|
|
657
|
+
* @returns An array of objects representing the rows returned by the query.
|
|
658
|
+
*/
|
|
659
|
+
all(
|
|
660
|
+
stringElements: TemplateStringsArray,
|
|
661
|
+
...boundParameters: SQLInputValue[]
|
|
662
|
+
): Record<string, SQLOutputValue>[];
|
|
663
|
+
/**
|
|
664
|
+
* Executes the given SQL query and returns the first resulting row as an object.
|
|
665
|
+
*
|
|
666
|
+
* This function is intended to be used as a template literal tag, not to be
|
|
667
|
+
* called directly.
|
|
668
|
+
* @since v24.9.0
|
|
669
|
+
* @param stringElements Template literal elements containing the SQL
|
|
670
|
+
* query.
|
|
671
|
+
* @param boundParameters Parameter values to be bound to placeholders in the template string.
|
|
672
|
+
* @returns An object representing the first row returned by
|
|
673
|
+
* the query, or `undefined` if no rows are returned.
|
|
674
|
+
*/
|
|
675
|
+
get(
|
|
676
|
+
stringElements: TemplateStringsArray,
|
|
677
|
+
...boundParameters: SQLInputValue[]
|
|
678
|
+
): Record<string, SQLOutputValue> | undefined;
|
|
679
|
+
/**
|
|
680
|
+
* Executes the given SQL query and returns an iterator over the resulting rows.
|
|
681
|
+
*
|
|
682
|
+
* This function is intended to be used as a template literal tag, not to be
|
|
683
|
+
* called directly.
|
|
684
|
+
* @since v24.9.0
|
|
685
|
+
* @param stringElements Template literal elements containing the SQL
|
|
686
|
+
* query.
|
|
687
|
+
* @param boundParameters Parameter values to be bound to placeholders in the template string.
|
|
688
|
+
* @returns An iterator that yields objects representing the rows returned by the query.
|
|
689
|
+
*/
|
|
690
|
+
iterate(
|
|
691
|
+
stringElements: TemplateStringsArray,
|
|
692
|
+
...boundParameters: SQLInputValue[]
|
|
693
|
+
): NodeJS.Iterator<Record<string, SQLOutputValue>>;
|
|
694
|
+
/**
|
|
695
|
+
* Executes the given SQL query, which is expected to not return any rows (e.g., INSERT, UPDATE, DELETE).
|
|
696
|
+
*
|
|
697
|
+
* This function is intended to be used as a template literal tag, not to be
|
|
698
|
+
* called directly.
|
|
699
|
+
* @since v24.9.0
|
|
700
|
+
* @param stringElements Template literal elements containing the SQL
|
|
701
|
+
* query.
|
|
702
|
+
* @param boundParameters Parameter values to be bound to placeholders in the template string.
|
|
703
|
+
* @returns An object containing information about the execution, including `changes` and `lastInsertRowid`.
|
|
704
|
+
*/
|
|
705
|
+
run(stringElements: TemplateStringsArray, ...boundParameters: SQLInputValue[]): StatementResultingChanges;
|
|
706
|
+
/**
|
|
707
|
+
* A read-only property that returns the number of prepared statements currently in the cache.
|
|
708
|
+
* @since v24.9.0
|
|
709
|
+
*/
|
|
710
|
+
readonly size: number;
|
|
711
|
+
/**
|
|
712
|
+
* A read-only property that returns the maximum number of prepared statements the cache can hold.
|
|
713
|
+
* @since v24.9.0
|
|
714
|
+
*/
|
|
715
|
+
readonly capacity: number;
|
|
716
|
+
/**
|
|
717
|
+
* A read-only property that returns the `DatabaseSync` object associated with this `SQLTagStore`.
|
|
718
|
+
* @since v24.9.0
|
|
719
|
+
*/
|
|
720
|
+
readonly db: DatabaseSync;
|
|
721
|
+
/**
|
|
722
|
+
* Resets the LRU cache, clearing all stored prepared statements.
|
|
723
|
+
* @since v24.9.0
|
|
724
|
+
*/
|
|
725
|
+
clear(): void;
|
|
726
|
+
}
|
|
727
|
+
interface StatementColumnMetadata {
|
|
728
|
+
/**
|
|
729
|
+
* The unaliased name of the column in the origin
|
|
730
|
+
* table, or `null` if the column is the result of an expression or subquery.
|
|
731
|
+
* This property is the result of [`sqlite3_column_origin_name()`](https://www.sqlite.org/c3ref/column_database_name.html).
|
|
732
|
+
*/
|
|
733
|
+
column: string | null;
|
|
734
|
+
/**
|
|
735
|
+
* The unaliased name of the origin database, or
|
|
736
|
+
* `null` if the column is the result of an expression or subquery. This
|
|
737
|
+
* property is the result of [`sqlite3_column_database_name()`](https://www.sqlite.org/c3ref/column_database_name.html).
|
|
738
|
+
*/
|
|
739
|
+
database: string | null;
|
|
740
|
+
/**
|
|
741
|
+
* The name assigned to the column in the result set of a
|
|
742
|
+
* `SELECT` statement. This property is the result of
|
|
743
|
+
* [`sqlite3_column_name()`](https://www.sqlite.org/c3ref/column_name.html).
|
|
744
|
+
*/
|
|
745
|
+
name: string;
|
|
746
|
+
/**
|
|
747
|
+
* The unaliased name of the origin table, or `null` if
|
|
748
|
+
* the column is the result of an expression or subquery. This property is the
|
|
749
|
+
* result of [`sqlite3_column_table_name()`](https://www.sqlite.org/c3ref/column_database_name.html).
|
|
750
|
+
*/
|
|
751
|
+
table: string | null;
|
|
752
|
+
/**
|
|
753
|
+
* The declared data type of the column, or `null` if the
|
|
754
|
+
* column is the result of an expression or subquery. This property is the
|
|
755
|
+
* result of [`sqlite3_column_decltype()`](https://www.sqlite.org/c3ref/column_decltype.html).
|
|
756
|
+
*/
|
|
757
|
+
type: string | null;
|
|
758
|
+
}
|
|
759
|
+
interface StatementResultingChanges {
|
|
760
|
+
/**
|
|
761
|
+
* The number of rows modified, inserted, or deleted by the most recently completed `INSERT`, `UPDATE`, or `DELETE` statement.
|
|
762
|
+
* This field is either a number or a `BigInt` depending on the prepared statement's configuration.
|
|
763
|
+
* This property is the result of [`sqlite3_changes64()`](https://www.sqlite.org/c3ref/changes.html).
|
|
764
|
+
*/
|
|
765
|
+
changes: number | bigint;
|
|
766
|
+
/**
|
|
767
|
+
* The most recently inserted rowid.
|
|
768
|
+
* This field is either a number or a `BigInt` depending on the prepared statement's configuration.
|
|
769
|
+
* This property is the result of [`sqlite3_last_insert_rowid()`](https://www.sqlite.org/c3ref/last_insert_rowid.html).
|
|
770
|
+
*/
|
|
771
|
+
lastInsertRowid: number | bigint;
|
|
772
|
+
}
|
|
773
|
+
/**
|
|
774
|
+
* This class represents a single [prepared statement](https://www.sqlite.org/c3ref/stmt.html). This class cannot be
|
|
775
|
+
* instantiated via its constructor. Instead, instances are created via the`database.prepare()` method. All APIs exposed by this class execute
|
|
776
|
+
* synchronously.
|
|
777
|
+
*
|
|
778
|
+
* A prepared statement is an efficient binary representation of the SQL used to
|
|
779
|
+
* create it. Prepared statements are parameterizable, and can be invoked multiple
|
|
780
|
+
* times with different bound values. Parameters also offer protection against [SQL injection](https://en.wikipedia.org/wiki/SQL_injection) attacks. For these reasons, prepared statements are
|
|
781
|
+
* preferred
|
|
782
|
+
* over hand-crafted SQL strings when handling user input.
|
|
783
|
+
* @since v22.5.0
|
|
784
|
+
*/
|
|
785
|
+
class StatementSync {
|
|
786
|
+
private constructor();
|
|
787
|
+
/**
|
|
788
|
+
* This method executes a prepared statement and returns all results as an array of
|
|
789
|
+
* objects. If the prepared statement does not return any results, this method
|
|
790
|
+
* returns an empty array. The prepared statement [parameters are bound](https://www.sqlite.org/c3ref/bind_blob.html) using
|
|
791
|
+
* the values in `namedParameters` and `anonymousParameters`.
|
|
792
|
+
* @since v22.5.0
|
|
793
|
+
* @param namedParameters An optional object used to bind named parameters. The keys of this object are used to configure the mapping.
|
|
794
|
+
* @param anonymousParameters Zero or more values to bind to anonymous parameters.
|
|
795
|
+
* @return An array of objects. Each object corresponds to a row returned by executing the prepared statement. The keys and values of each object correspond to the column names and values of
|
|
796
|
+
* the row.
|
|
797
|
+
*/
|
|
798
|
+
all(...anonymousParameters: SQLInputValue[]): Record<string, SQLOutputValue>[];
|
|
799
|
+
all(
|
|
800
|
+
namedParameters: Record<string, SQLInputValue>,
|
|
801
|
+
...anonymousParameters: SQLInputValue[]
|
|
802
|
+
): Record<string, SQLOutputValue>[];
|
|
803
|
+
/**
|
|
804
|
+
* This method is used to retrieve information about the columns returned by the
|
|
805
|
+
* prepared statement.
|
|
806
|
+
* @since v23.11.0
|
|
807
|
+
* @returns An array of objects. Each object corresponds to a column
|
|
808
|
+
* in the prepared statement, and contains the following properties:
|
|
809
|
+
*/
|
|
810
|
+
columns(): StatementColumnMetadata[];
|
|
811
|
+
/**
|
|
812
|
+
* The source SQL text of the prepared statement with parameter
|
|
813
|
+
* placeholders replaced by the values that were used during the most recent
|
|
814
|
+
* execution of this prepared statement. This property is a wrapper around
|
|
815
|
+
* [`sqlite3_expanded_sql()`](https://www.sqlite.org/c3ref/expanded_sql.html).
|
|
816
|
+
* @since v22.5.0
|
|
817
|
+
*/
|
|
818
|
+
readonly expandedSQL: string;
|
|
819
|
+
/**
|
|
820
|
+
* This method executes a prepared statement and returns the first result as an
|
|
821
|
+
* object. If the prepared statement does not return any results, this method
|
|
822
|
+
* returns `undefined`. The prepared statement [parameters are bound](https://www.sqlite.org/c3ref/bind_blob.html) using the
|
|
823
|
+
* values in `namedParameters` and `anonymousParameters`.
|
|
824
|
+
* @since v22.5.0
|
|
825
|
+
* @param namedParameters An optional object used to bind named parameters. The keys of this object are used to configure the mapping.
|
|
826
|
+
* @param anonymousParameters Zero or more values to bind to anonymous parameters.
|
|
827
|
+
* @return An object corresponding to the first row returned by executing the prepared statement. The keys and values of the object correspond to the column names and values of the row. If no
|
|
828
|
+
* rows were returned from the database then this method returns `undefined`.
|
|
829
|
+
*/
|
|
830
|
+
get(...anonymousParameters: SQLInputValue[]): Record<string, SQLOutputValue> | undefined;
|
|
831
|
+
get(
|
|
832
|
+
namedParameters: Record<string, SQLInputValue>,
|
|
833
|
+
...anonymousParameters: SQLInputValue[]
|
|
834
|
+
): Record<string, SQLOutputValue> | undefined;
|
|
835
|
+
/**
|
|
836
|
+
* This method executes a prepared statement and returns an iterator of
|
|
837
|
+
* objects. If the prepared statement does not return any results, this method
|
|
838
|
+
* returns an empty iterator. The prepared statement [parameters are bound](https://www.sqlite.org/c3ref/bind_blob.html) using
|
|
839
|
+
* the values in `namedParameters` and `anonymousParameters`.
|
|
840
|
+
* @since v22.13.0
|
|
841
|
+
* @param namedParameters An optional object used to bind named parameters.
|
|
842
|
+
* The keys of this object are used to configure the mapping.
|
|
843
|
+
* @param anonymousParameters Zero or more values to bind to anonymous parameters.
|
|
844
|
+
* @returns An iterable iterator of objects. Each object corresponds to a row
|
|
845
|
+
* returned by executing the prepared statement. The keys and values of each
|
|
846
|
+
* object correspond to the column names and values of the row.
|
|
847
|
+
*/
|
|
848
|
+
iterate(...anonymousParameters: SQLInputValue[]): NodeJS.Iterator<Record<string, SQLOutputValue>>;
|
|
849
|
+
iterate(
|
|
850
|
+
namedParameters: Record<string, SQLInputValue>,
|
|
851
|
+
...anonymousParameters: SQLInputValue[]
|
|
852
|
+
): NodeJS.Iterator<Record<string, SQLOutputValue>>;
|
|
853
|
+
/**
|
|
854
|
+
* This method executes a prepared statement and returns an object summarizing the
|
|
855
|
+
* resulting changes. The prepared statement [parameters are bound](https://www.sqlite.org/c3ref/bind_blob.html) using the
|
|
856
|
+
* values in `namedParameters` and `anonymousParameters`.
|
|
857
|
+
* @since v22.5.0
|
|
858
|
+
* @param namedParameters An optional object used to bind named parameters. The keys of this object are used to configure the mapping.
|
|
859
|
+
* @param anonymousParameters Zero or more values to bind to anonymous parameters.
|
|
860
|
+
*/
|
|
861
|
+
run(...anonymousParameters: SQLInputValue[]): StatementResultingChanges;
|
|
862
|
+
run(
|
|
863
|
+
namedParameters: Record<string, SQLInputValue>,
|
|
864
|
+
...anonymousParameters: SQLInputValue[]
|
|
865
|
+
): StatementResultingChanges;
|
|
866
|
+
/**
|
|
867
|
+
* The names of SQLite parameters begin with a prefix character. By default,`node:sqlite` requires that this prefix character is present when binding
|
|
868
|
+
* parameters. However, with the exception of dollar sign character, these
|
|
869
|
+
* prefix characters also require extra quoting when used in object keys.
|
|
870
|
+
*
|
|
871
|
+
* To improve ergonomics, this method can be used to also allow bare named
|
|
872
|
+
* parameters, which do not require the prefix character in JavaScript code. There
|
|
873
|
+
* are several caveats to be aware of when enabling bare named parameters:
|
|
874
|
+
*
|
|
875
|
+
* * The prefix character is still required in SQL.
|
|
876
|
+
* * The prefix character is still allowed in JavaScript. In fact, prefixed names
|
|
877
|
+
* will have slightly better binding performance.
|
|
878
|
+
* * Using ambiguous named parameters, such as `$k` and `@k`, in the same prepared
|
|
879
|
+
* statement will result in an exception as it cannot be determined how to bind
|
|
880
|
+
* a bare name.
|
|
881
|
+
* @since v22.5.0
|
|
882
|
+
* @param enabled Enables or disables support for binding named parameters without the prefix character.
|
|
883
|
+
*/
|
|
884
|
+
setAllowBareNamedParameters(enabled: boolean): void;
|
|
885
|
+
/**
|
|
886
|
+
* By default, if an unknown name is encountered while binding parameters, an
|
|
887
|
+
* exception is thrown. This method allows unknown named parameters to be ignored.
|
|
888
|
+
* @since v22.15.0
|
|
889
|
+
* @param enabled Enables or disables support for unknown named parameters.
|
|
890
|
+
*/
|
|
891
|
+
setAllowUnknownNamedParameters(enabled: boolean): void;
|
|
892
|
+
/**
|
|
893
|
+
* When enabled, query results returned by the `all()`, `get()`, and `iterate()` methods will be returned as arrays instead
|
|
894
|
+
* of objects.
|
|
895
|
+
* @since v24.0.0
|
|
896
|
+
* @param enabled Enables or disables the return of query results as arrays.
|
|
897
|
+
*/
|
|
898
|
+
setReturnArrays(enabled: boolean): void;
|
|
899
|
+
/**
|
|
900
|
+
* When reading from the database, SQLite `INTEGER`s are mapped to JavaScript
|
|
901
|
+
* numbers by default. However, SQLite `INTEGER`s can store values larger than
|
|
902
|
+
* JavaScript numbers are capable of representing. In such cases, this method can
|
|
903
|
+
* be used to read `INTEGER` data using JavaScript `BigInt`s. This method has no
|
|
904
|
+
* impact on database write operations where numbers and `BigInt`s are both
|
|
905
|
+
* supported at all times.
|
|
906
|
+
* @since v22.5.0
|
|
907
|
+
* @param enabled Enables or disables the use of `BigInt`s when reading `INTEGER` fields from the database.
|
|
908
|
+
*/
|
|
909
|
+
setReadBigInts(enabled: boolean): void;
|
|
910
|
+
/**
|
|
911
|
+
* The source SQL text of the prepared statement. This property is a
|
|
912
|
+
* wrapper around [`sqlite3_sql()`](https://www.sqlite.org/c3ref/expanded_sql.html).
|
|
913
|
+
* @since v22.5.0
|
|
914
|
+
*/
|
|
915
|
+
readonly sourceSQL: string;
|
|
916
|
+
}
|
|
917
|
+
interface BackupOptions {
|
|
918
|
+
/**
|
|
919
|
+
* Name of the source database. This can be `'main'` (the default primary database) or any other
|
|
920
|
+
* database that have been added with [`ATTACH DATABASE`](https://www.sqlite.org/lang_attach.html)
|
|
921
|
+
* @default 'main'
|
|
922
|
+
*/
|
|
923
|
+
source?: string | undefined;
|
|
924
|
+
/**
|
|
925
|
+
* Name of the target database. This can be `'main'` (the default primary database) or any other
|
|
926
|
+
* database that have been added with [`ATTACH DATABASE`](https://www.sqlite.org/lang_attach.html)
|
|
927
|
+
* @default 'main'
|
|
928
|
+
*/
|
|
929
|
+
target?: string | undefined;
|
|
930
|
+
/**
|
|
931
|
+
* Number of pages to be transmitted in each batch of the backup.
|
|
932
|
+
* @default 100
|
|
933
|
+
*/
|
|
934
|
+
rate?: number | undefined;
|
|
935
|
+
/**
|
|
936
|
+
* An optional callback function that will be called after each backup step. The argument passed
|
|
937
|
+
* to this callback is an `Object` with `remainingPages` and `totalPages` properties, describing the current progress
|
|
938
|
+
* of the backup operation.
|
|
939
|
+
*/
|
|
940
|
+
progress?: ((progressInfo: BackupProgressInfo) => void) | undefined;
|
|
941
|
+
}
|
|
942
|
+
interface BackupProgressInfo {
|
|
943
|
+
totalPages: number;
|
|
944
|
+
remainingPages: number;
|
|
945
|
+
}
|
|
946
|
+
/**
|
|
947
|
+
* This method makes a database backup. This method abstracts the
|
|
948
|
+
* [`sqlite3_backup_init()`](https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupinit),
|
|
949
|
+
* [`sqlite3_backup_step()`](https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupstep)
|
|
950
|
+
* and [`sqlite3_backup_finish()`](https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupfinish) functions.
|
|
951
|
+
*
|
|
952
|
+
* The backed-up database can be used normally during the backup process. Mutations coming from the same connection - same
|
|
953
|
+
* `DatabaseSync` - object will be reflected in the backup right away. However, mutations from other connections will cause
|
|
954
|
+
* the backup process to restart.
|
|
955
|
+
*
|
|
956
|
+
* ```js
|
|
957
|
+
* import { backup, DatabaseSync } from 'node:sqlite';
|
|
958
|
+
*
|
|
959
|
+
* const sourceDb = new DatabaseSync('source.db');
|
|
960
|
+
* const totalPagesTransferred = await backup(sourceDb, 'backup.db', {
|
|
961
|
+
* rate: 1, // Copy one page at a time.
|
|
962
|
+
* progress: ({ totalPages, remainingPages }) => {
|
|
963
|
+
* console.log('Backup in progress', { totalPages, remainingPages });
|
|
964
|
+
* },
|
|
965
|
+
* });
|
|
966
|
+
*
|
|
967
|
+
* console.log('Backup completed', totalPagesTransferred);
|
|
968
|
+
* ```
|
|
969
|
+
* @since v23.8.0
|
|
970
|
+
* @param sourceDb The database to backup. The source database must be open.
|
|
971
|
+
* @param path The path where the backup will be created. If the file already exists,
|
|
972
|
+
* the contents will be overwritten.
|
|
973
|
+
* @param options Optional configuration for the backup. The
|
|
974
|
+
* following properties are supported:
|
|
975
|
+
* @returns A promise that fulfills with the total number of backed-up pages upon completion, or rejects if an
|
|
976
|
+
* error occurs.
|
|
977
|
+
*/
|
|
978
|
+
function backup(sourceDb: DatabaseSync, path: PathLike, options?: BackupOptions): Promise<number>;
|
|
979
|
+
/**
|
|
980
|
+
* @since v22.13.0
|
|
981
|
+
*/
|
|
982
|
+
namespace constants {
|
|
983
|
+
/**
|
|
984
|
+
* The conflict handler is invoked with this constant when processing a DELETE or UPDATE change if a row with the required PRIMARY KEY fields is present in the database, but one or more other (non primary-key) fields modified by the update do not contain the expected "before" values.
|
|
985
|
+
* @since v22.14.0
|
|
986
|
+
*/
|
|
987
|
+
const SQLITE_CHANGESET_DATA: number;
|
|
988
|
+
/**
|
|
989
|
+
* The conflict handler is invoked with this constant when processing a DELETE or UPDATE change if a row with the required PRIMARY KEY fields is not present in the database.
|
|
990
|
+
* @since v22.14.0
|
|
991
|
+
*/
|
|
992
|
+
const SQLITE_CHANGESET_NOTFOUND: number;
|
|
993
|
+
/**
|
|
994
|
+
* This constant is passed to the conflict handler while processing an INSERT change if the operation would result in duplicate primary key values.
|
|
995
|
+
* @since v22.14.0
|
|
996
|
+
*/
|
|
997
|
+
const SQLITE_CHANGESET_CONFLICT: number;
|
|
998
|
+
/**
|
|
999
|
+
* If foreign key handling is enabled, and applying a changeset leaves the database in a state containing foreign key violations, the conflict handler is invoked with this constant exactly once before the changeset is committed. If the conflict handler returns `SQLITE_CHANGESET_OMIT`, the changes, including those that caused the foreign key constraint violation, are committed. Or, if it returns `SQLITE_CHANGESET_ABORT`, the changeset is rolled back.
|
|
1000
|
+
* @since v22.14.0
|
|
1001
|
+
*/
|
|
1002
|
+
const SQLITE_CHANGESET_FOREIGN_KEY: number;
|
|
1003
|
+
/**
|
|
1004
|
+
* Conflicting changes are omitted.
|
|
1005
|
+
* @since v22.12.0
|
|
1006
|
+
*/
|
|
1007
|
+
const SQLITE_CHANGESET_OMIT: number;
|
|
1008
|
+
/**
|
|
1009
|
+
* Conflicting changes replace existing values. Note that this value can only be returned when the type of conflict is either `SQLITE_CHANGESET_DATA` or `SQLITE_CHANGESET_CONFLICT`.
|
|
1010
|
+
* @since v22.12.0
|
|
1011
|
+
*/
|
|
1012
|
+
const SQLITE_CHANGESET_REPLACE: number;
|
|
1013
|
+
/**
|
|
1014
|
+
* Abort when a change encounters a conflict and roll back database.
|
|
1015
|
+
* @since v22.12.0
|
|
1016
|
+
*/
|
|
1017
|
+
const SQLITE_CHANGESET_ABORT: number;
|
|
1018
|
+
/**
|
|
1019
|
+
* Deny the operation and cause an error to be returned.
|
|
1020
|
+
* @since v24.10.0
|
|
1021
|
+
*/
|
|
1022
|
+
const SQLITE_DENY: number;
|
|
1023
|
+
/**
|
|
1024
|
+
* Ignore the operation and continue as if it had never been requested.
|
|
1025
|
+
* @since 24.10.0
|
|
1026
|
+
*/
|
|
1027
|
+
const SQLITE_IGNORE: number;
|
|
1028
|
+
/**
|
|
1029
|
+
* Allow the operation to proceed normally.
|
|
1030
|
+
* @since v24.10.0
|
|
1031
|
+
*/
|
|
1032
|
+
const SQLITE_OK: number;
|
|
1033
|
+
const SQLITE_CREATE_INDEX: number;
|
|
1034
|
+
const SQLITE_CREATE_TABLE: number;
|
|
1035
|
+
const SQLITE_CREATE_TEMP_INDEX: number;
|
|
1036
|
+
const SQLITE_CREATE_TEMP_TABLE: number;
|
|
1037
|
+
const SQLITE_CREATE_TEMP_TRIGGER: number;
|
|
1038
|
+
const SQLITE_CREATE_TEMP_VIEW: number;
|
|
1039
|
+
const SQLITE_CREATE_TRIGGER: number;
|
|
1040
|
+
const SQLITE_CREATE_VIEW: number;
|
|
1041
|
+
const SQLITE_DELETE: number;
|
|
1042
|
+
const SQLITE_DROP_INDEX: number;
|
|
1043
|
+
const SQLITE_DROP_TABLE: number;
|
|
1044
|
+
const SQLITE_DROP_TEMP_INDEX: number;
|
|
1045
|
+
const SQLITE_DROP_TEMP_TABLE: number;
|
|
1046
|
+
const SQLITE_DROP_TEMP_TRIGGER: number;
|
|
1047
|
+
const SQLITE_DROP_TEMP_VIEW: number;
|
|
1048
|
+
const SQLITE_DROP_TRIGGER: number;
|
|
1049
|
+
const SQLITE_DROP_VIEW: number;
|
|
1050
|
+
const SQLITE_INSERT: number;
|
|
1051
|
+
const SQLITE_PRAGMA: number;
|
|
1052
|
+
const SQLITE_READ: number;
|
|
1053
|
+
const SQLITE_SELECT: number;
|
|
1054
|
+
const SQLITE_TRANSACTION: number;
|
|
1055
|
+
const SQLITE_UPDATE: number;
|
|
1056
|
+
const SQLITE_ATTACH: number;
|
|
1057
|
+
const SQLITE_DETACH: number;
|
|
1058
|
+
const SQLITE_ALTER_TABLE: number;
|
|
1059
|
+
const SQLITE_REINDEX: number;
|
|
1060
|
+
const SQLITE_ANALYZE: number;
|
|
1061
|
+
const SQLITE_CREATE_VTABLE: number;
|
|
1062
|
+
const SQLITE_DROP_VTABLE: number;
|
|
1063
|
+
const SQLITE_FUNCTION: number;
|
|
1064
|
+
const SQLITE_SAVEPOINT: number;
|
|
1065
|
+
const SQLITE_COPY: number;
|
|
1066
|
+
const SQLITE_RECURSIVE: number;
|
|
1067
|
+
}
|
|
1068
|
+
}
|