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,2279 @@
|
|
|
1
|
+
declare module "node:test" {
|
|
2
|
+
import { AssertMethodNames, AssertPredicate } from "node:assert";
|
|
3
|
+
import { Readable, ReadableEventMap } from "node:stream";
|
|
4
|
+
import { TestEvent } from "node:test/reporters";
|
|
5
|
+
import { URL } from "node:url";
|
|
6
|
+
import TestFn = test.TestFn;
|
|
7
|
+
import TestOptions = test.TestOptions;
|
|
8
|
+
/**
|
|
9
|
+
* The `test()` function is the value imported from the `test` module. Each
|
|
10
|
+
* invocation of this function results in reporting the test to the `TestsStream`.
|
|
11
|
+
*
|
|
12
|
+
* The `TestContext` object passed to the `fn` argument can be used to perform
|
|
13
|
+
* actions related to the current test. Examples include skipping the test, adding
|
|
14
|
+
* additional diagnostic information, or creating subtests.
|
|
15
|
+
*
|
|
16
|
+
* `test()` returns a `Promise` that fulfills once the test completes.
|
|
17
|
+
* if `test()` is called within a suite, it fulfills immediately.
|
|
18
|
+
* The return value can usually be discarded for top level tests.
|
|
19
|
+
* However, the return value from subtests should be used to prevent the parent
|
|
20
|
+
* test from finishing first and cancelling the subtest
|
|
21
|
+
* as shown in the following example.
|
|
22
|
+
*
|
|
23
|
+
* ```js
|
|
24
|
+
* test('top level test', async (t) => {
|
|
25
|
+
* // The setTimeout() in the following subtest would cause it to outlive its
|
|
26
|
+
* // parent test if 'await' is removed on the next line. Once the parent test
|
|
27
|
+
* // completes, it will cancel any outstanding subtests.
|
|
28
|
+
* await t.test('longer running subtest', async (t) => {
|
|
29
|
+
* return new Promise((resolve, reject) => {
|
|
30
|
+
* setTimeout(resolve, 1000);
|
|
31
|
+
* });
|
|
32
|
+
* });
|
|
33
|
+
* });
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* The `timeout` option can be used to fail the test if it takes longer than `timeout` milliseconds to complete. However, it is not a reliable mechanism for
|
|
37
|
+
* canceling tests because a running test might block the application thread and
|
|
38
|
+
* thus prevent the scheduled cancellation.
|
|
39
|
+
* @since v18.0.0, v16.17.0
|
|
40
|
+
* @param name The name of the test, which is displayed when reporting test results.
|
|
41
|
+
* Defaults to the `name` property of `fn`, or `'<anonymous>'` if `fn` does not have a name.
|
|
42
|
+
* @param options Configuration options for the test.
|
|
43
|
+
* @param fn The function under test. The first argument to this function is a {@link TestContext} object.
|
|
44
|
+
* If the test uses callbacks, the callback function is passed as the second argument.
|
|
45
|
+
* @return Fulfilled with `undefined` once the test completes, or immediately if the test runs within a suite.
|
|
46
|
+
*/
|
|
47
|
+
function test(name?: string, fn?: TestFn): Promise<void>;
|
|
48
|
+
function test(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
|
|
49
|
+
function test(options?: TestOptions, fn?: TestFn): Promise<void>;
|
|
50
|
+
function test(fn?: TestFn): Promise<void>;
|
|
51
|
+
namespace test {
|
|
52
|
+
export { test };
|
|
53
|
+
export { suite as describe, test as it };
|
|
54
|
+
}
|
|
55
|
+
namespace test {
|
|
56
|
+
/**
|
|
57
|
+
* **Note:** `shard` is used to horizontally parallelize test running across
|
|
58
|
+
* machines or processes, ideal for large-scale executions across varied
|
|
59
|
+
* environments. It's incompatible with `watch` mode, tailored for rapid
|
|
60
|
+
* code iteration by automatically rerunning tests on file changes.
|
|
61
|
+
*
|
|
62
|
+
* ```js
|
|
63
|
+
* import { tap } from 'node:test/reporters';
|
|
64
|
+
* import { run } from 'node:test';
|
|
65
|
+
* import process from 'node:process';
|
|
66
|
+
* import path from 'node:path';
|
|
67
|
+
*
|
|
68
|
+
* run({ files: [path.resolve('./tests/test.js')] })
|
|
69
|
+
* .compose(tap)
|
|
70
|
+
* .pipe(process.stdout);
|
|
71
|
+
* ```
|
|
72
|
+
* @since v18.9.0, v16.19.0
|
|
73
|
+
* @param options Configuration options for running tests.
|
|
74
|
+
*/
|
|
75
|
+
function run(options?: RunOptions): TestsStream;
|
|
76
|
+
/**
|
|
77
|
+
* The `suite()` function is imported from the `node:test` module.
|
|
78
|
+
* @param name The name of the suite, which is displayed when reporting test results.
|
|
79
|
+
* Defaults to the `name` property of `fn`, or `'<anonymous>'` if `fn` does not have a name.
|
|
80
|
+
* @param options Configuration options for the suite. This supports the same options as {@link test}.
|
|
81
|
+
* @param fn The suite function declaring nested tests and suites. The first argument to this function is a {@link SuiteContext} object.
|
|
82
|
+
* @return Immediately fulfilled with `undefined`.
|
|
83
|
+
* @since v20.13.0
|
|
84
|
+
*/
|
|
85
|
+
function suite(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
|
|
86
|
+
function suite(name?: string, fn?: SuiteFn): Promise<void>;
|
|
87
|
+
function suite(options?: TestOptions, fn?: SuiteFn): Promise<void>;
|
|
88
|
+
function suite(fn?: SuiteFn): Promise<void>;
|
|
89
|
+
namespace suite {
|
|
90
|
+
/**
|
|
91
|
+
* Shorthand for skipping a suite. This is the same as calling {@link suite} with `options.skip` set to `true`.
|
|
92
|
+
* @since v20.13.0
|
|
93
|
+
*/
|
|
94
|
+
function skip(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
|
|
95
|
+
function skip(name?: string, fn?: SuiteFn): Promise<void>;
|
|
96
|
+
function skip(options?: TestOptions, fn?: SuiteFn): Promise<void>;
|
|
97
|
+
function skip(fn?: SuiteFn): Promise<void>;
|
|
98
|
+
/**
|
|
99
|
+
* Shorthand for marking a suite as `TODO`. This is the same as calling {@link suite} with `options.todo` set to `true`.
|
|
100
|
+
* @since v20.13.0
|
|
101
|
+
*/
|
|
102
|
+
function todo(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
|
|
103
|
+
function todo(name?: string, fn?: SuiteFn): Promise<void>;
|
|
104
|
+
function todo(options?: TestOptions, fn?: SuiteFn): Promise<void>;
|
|
105
|
+
function todo(fn?: SuiteFn): Promise<void>;
|
|
106
|
+
/**
|
|
107
|
+
* Shorthand for marking a suite as `only`. This is the same as calling {@link suite} with `options.only` set to `true`.
|
|
108
|
+
* @since v20.13.0
|
|
109
|
+
*/
|
|
110
|
+
function only(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
|
|
111
|
+
function only(name?: string, fn?: SuiteFn): Promise<void>;
|
|
112
|
+
function only(options?: TestOptions, fn?: SuiteFn): Promise<void>;
|
|
113
|
+
function only(fn?: SuiteFn): Promise<void>;
|
|
114
|
+
/**
|
|
115
|
+
* This flips the pass/fail reporting for a specific test or suite: a flagged test
|
|
116
|
+
* case must throw in order to pass, and a flagged test case that does not throw
|
|
117
|
+
* fails.
|
|
118
|
+
* @since v25.5.0
|
|
119
|
+
*/
|
|
120
|
+
function expectFailure(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
|
|
121
|
+
function expectFailure(name?: string, fn?: SuiteFn): Promise<void>;
|
|
122
|
+
function expectFailure(options?: TestOptions, fn?: SuiteFn): Promise<void>;
|
|
123
|
+
function expectFailure(fn?: SuiteFn): Promise<void>;
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* Shorthand for skipping a test. This is the same as calling {@link test} with `options.skip` set to `true`.
|
|
127
|
+
* @since v20.2.0
|
|
128
|
+
*/
|
|
129
|
+
function skip(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
|
|
130
|
+
function skip(name?: string, fn?: TestFn): Promise<void>;
|
|
131
|
+
function skip(options?: TestOptions, fn?: TestFn): Promise<void>;
|
|
132
|
+
function skip(fn?: TestFn): Promise<void>;
|
|
133
|
+
/**
|
|
134
|
+
* Shorthand for marking a test as `TODO`. This is the same as calling {@link test} with `options.todo` set to `true`.
|
|
135
|
+
* @since v20.2.0
|
|
136
|
+
*/
|
|
137
|
+
function todo(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
|
|
138
|
+
function todo(name?: string, fn?: TestFn): Promise<void>;
|
|
139
|
+
function todo(options?: TestOptions, fn?: TestFn): Promise<void>;
|
|
140
|
+
function todo(fn?: TestFn): Promise<void>;
|
|
141
|
+
/**
|
|
142
|
+
* Shorthand for marking a test as `only`. This is the same as calling {@link test} with `options.only` set to `true`.
|
|
143
|
+
* @since v20.2.0
|
|
144
|
+
*/
|
|
145
|
+
function only(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
|
|
146
|
+
function only(name?: string, fn?: TestFn): Promise<void>;
|
|
147
|
+
function only(options?: TestOptions, fn?: TestFn): Promise<void>;
|
|
148
|
+
function only(fn?: TestFn): Promise<void>;
|
|
149
|
+
// added in v25.5.0, undocumented
|
|
150
|
+
function expectFailure(name?: string, options?: TestOptions, fn?: TestFn): Promise<void>;
|
|
151
|
+
function expectFailure(name?: string, fn?: TestFn): Promise<void>;
|
|
152
|
+
function expectFailure(options?: TestOptions, fn?: TestFn): Promise<void>;
|
|
153
|
+
function expectFailure(fn?: TestFn): Promise<void>;
|
|
154
|
+
/**
|
|
155
|
+
* The type of a function passed to {@link test}. The first argument to this function is a {@link TestContext} object.
|
|
156
|
+
* If the test uses callbacks, the callback function is passed as the second argument.
|
|
157
|
+
*/
|
|
158
|
+
type TestFn = (t: TestContext, done: (result?: any) => void) => void | Promise<void>;
|
|
159
|
+
/**
|
|
160
|
+
* The type of a suite test function. The argument to this function is a {@link SuiteContext} object.
|
|
161
|
+
*/
|
|
162
|
+
type SuiteFn = (s: SuiteContext) => void | Promise<void>;
|
|
163
|
+
interface TestShard {
|
|
164
|
+
/**
|
|
165
|
+
* A positive integer between 1 and `total` that specifies the index of the shard to run.
|
|
166
|
+
*/
|
|
167
|
+
index: number;
|
|
168
|
+
/**
|
|
169
|
+
* A positive integer that specifies the total number of shards to split the test files to.
|
|
170
|
+
*/
|
|
171
|
+
total: number;
|
|
172
|
+
}
|
|
173
|
+
interface RunOptions {
|
|
174
|
+
/**
|
|
175
|
+
* If a number is provided, then that many tests would run asynchronously (they are still managed by the single-threaded event loop).
|
|
176
|
+
* If `true`, it would run `os.availableParallelism() - 1` test files in parallel. If `false`, it would only run one test file at a time.
|
|
177
|
+
* @default false
|
|
178
|
+
*/
|
|
179
|
+
concurrency?: number | boolean | undefined;
|
|
180
|
+
/**
|
|
181
|
+
* Specifies the current working directory to be used by the test runner.
|
|
182
|
+
* Serves as the base path for resolving files according to the
|
|
183
|
+
* [test runner execution model](https://nodejs.org/docs/latest-v25.x/api/test.html#test-runner-execution-model).
|
|
184
|
+
* @since v23.0.0
|
|
185
|
+
* @default process.cwd()
|
|
186
|
+
*/
|
|
187
|
+
cwd?: string | undefined;
|
|
188
|
+
/**
|
|
189
|
+
* An array containing the list of files to run. If omitted, files are run according to the
|
|
190
|
+
* [test runner execution model](https://nodejs.org/docs/latest-v25.x/api/test.html#test-runner-execution-model).
|
|
191
|
+
*/
|
|
192
|
+
files?: readonly string[] | undefined;
|
|
193
|
+
/**
|
|
194
|
+
* Configures the test runner to exit the process once all known
|
|
195
|
+
* tests have finished executing even if the event loop would
|
|
196
|
+
* otherwise remain active.
|
|
197
|
+
* @default false
|
|
198
|
+
*/
|
|
199
|
+
forceExit?: boolean | undefined;
|
|
200
|
+
/**
|
|
201
|
+
* An array containing the list of glob patterns to match test files.
|
|
202
|
+
* This option cannot be used together with `files`. If omitted, files are run according to the
|
|
203
|
+
* [test runner execution model](https://nodejs.org/docs/latest-v25.x/api/test.html#test-runner-execution-model).
|
|
204
|
+
* @since v22.6.0
|
|
205
|
+
*/
|
|
206
|
+
globPatterns?: readonly string[] | undefined;
|
|
207
|
+
/**
|
|
208
|
+
* Sets inspector port of test child process.
|
|
209
|
+
* This can be a number, or a function that takes no arguments and returns a
|
|
210
|
+
* number. If a nullish value is provided, each process gets its own port,
|
|
211
|
+
* incremented from the primary's `process.debugPort`. This option is ignored
|
|
212
|
+
* if the `isolation` option is set to `'none'` as no child processes are
|
|
213
|
+
* spawned.
|
|
214
|
+
* @default undefined
|
|
215
|
+
*/
|
|
216
|
+
inspectPort?: number | (() => number) | undefined;
|
|
217
|
+
/**
|
|
218
|
+
* Configures the type of test isolation. If set to
|
|
219
|
+
* `'process'`, each test file is run in a separate child process. If set to
|
|
220
|
+
* `'none'`, all test files run in the current process.
|
|
221
|
+
* @default 'process'
|
|
222
|
+
* @since v22.8.0
|
|
223
|
+
*/
|
|
224
|
+
isolation?: "process" | "none" | undefined;
|
|
225
|
+
/**
|
|
226
|
+
* If truthy, the test context will only run tests that have the `only` option set
|
|
227
|
+
*/
|
|
228
|
+
only?: boolean | undefined;
|
|
229
|
+
/**
|
|
230
|
+
* A function that accepts the `TestsStream` instance and can be used to setup listeners before any tests are run.
|
|
231
|
+
* @default undefined
|
|
232
|
+
*/
|
|
233
|
+
setup?: ((reporter: TestsStream) => void | Promise<void>) | undefined;
|
|
234
|
+
/**
|
|
235
|
+
* An array of CLI flags to pass to the `node` executable when
|
|
236
|
+
* spawning the subprocesses. This option has no effect when `isolation` is `'none`'.
|
|
237
|
+
* @since v22.10.0
|
|
238
|
+
* @default []
|
|
239
|
+
*/
|
|
240
|
+
execArgv?: readonly string[] | undefined;
|
|
241
|
+
/**
|
|
242
|
+
* An array of CLI flags to pass to each test file when spawning the
|
|
243
|
+
* subprocesses. This option has no effect when `isolation` is `'none'`.
|
|
244
|
+
* @since v22.10.0
|
|
245
|
+
* @default []
|
|
246
|
+
*/
|
|
247
|
+
argv?: readonly string[] | undefined;
|
|
248
|
+
/**
|
|
249
|
+
* Allows aborting an in-progress test execution.
|
|
250
|
+
*/
|
|
251
|
+
signal?: AbortSignal | undefined;
|
|
252
|
+
/**
|
|
253
|
+
* If provided, only run tests whose name matches the provided pattern.
|
|
254
|
+
* Strings are interpreted as JavaScript regular expressions.
|
|
255
|
+
* @default undefined
|
|
256
|
+
*/
|
|
257
|
+
testNamePatterns?: string | RegExp | ReadonlyArray<string | RegExp> | undefined;
|
|
258
|
+
/**
|
|
259
|
+
* A String, RegExp or a RegExp Array, that can be used to exclude running tests whose
|
|
260
|
+
* name matches the provided pattern. Test name patterns are interpreted as JavaScript
|
|
261
|
+
* regular expressions. For each test that is executed, any corresponding test hooks,
|
|
262
|
+
* such as `beforeEach()`, are also run.
|
|
263
|
+
* @default undefined
|
|
264
|
+
* @since v22.1.0
|
|
265
|
+
*/
|
|
266
|
+
testSkipPatterns?: string | RegExp | ReadonlyArray<string | RegExp> | undefined;
|
|
267
|
+
/**
|
|
268
|
+
* The number of milliseconds after which the test execution will fail.
|
|
269
|
+
* If unspecified, subtests inherit this value from their parent.
|
|
270
|
+
* @default Infinity
|
|
271
|
+
*/
|
|
272
|
+
timeout?: number | undefined;
|
|
273
|
+
/**
|
|
274
|
+
* Whether to run in watch mode or not.
|
|
275
|
+
* @default false
|
|
276
|
+
*/
|
|
277
|
+
watch?: boolean | undefined;
|
|
278
|
+
/**
|
|
279
|
+
* Running tests in a specific shard.
|
|
280
|
+
* @default undefined
|
|
281
|
+
*/
|
|
282
|
+
shard?: TestShard | undefined;
|
|
283
|
+
/**
|
|
284
|
+
* A file path where the test runner will
|
|
285
|
+
* store the state of the tests to allow rerunning only the failed tests on a next run.
|
|
286
|
+
* @since v24.7.0
|
|
287
|
+
* @default undefined
|
|
288
|
+
*/
|
|
289
|
+
rerunFailuresFilePath?: string | undefined;
|
|
290
|
+
/**
|
|
291
|
+
* enable [code coverage](https://nodejs.org/docs/latest-v25.x/api/test.html#collecting-code-coverage) collection.
|
|
292
|
+
* @since v22.10.0
|
|
293
|
+
* @default false
|
|
294
|
+
*/
|
|
295
|
+
coverage?: boolean | undefined;
|
|
296
|
+
/**
|
|
297
|
+
* Excludes specific files from code coverage
|
|
298
|
+
* using a glob pattern, which can match both absolute and relative file paths.
|
|
299
|
+
* This property is only applicable when `coverage` was set to `true`.
|
|
300
|
+
* If both `coverageExcludeGlobs` and `coverageIncludeGlobs` are provided,
|
|
301
|
+
* files must meet **both** criteria to be included in the coverage report.
|
|
302
|
+
* @since v22.10.0
|
|
303
|
+
* @default undefined
|
|
304
|
+
*/
|
|
305
|
+
coverageExcludeGlobs?: string | readonly string[] | undefined;
|
|
306
|
+
/**
|
|
307
|
+
* Includes specific files in code coverage
|
|
308
|
+
* using a glob pattern, which can match both absolute and relative file paths.
|
|
309
|
+
* This property is only applicable when `coverage` was set to `true`.
|
|
310
|
+
* If both `coverageExcludeGlobs` and `coverageIncludeGlobs` are provided,
|
|
311
|
+
* files must meet **both** criteria to be included in the coverage report.
|
|
312
|
+
* @since v22.10.0
|
|
313
|
+
* @default undefined
|
|
314
|
+
*/
|
|
315
|
+
coverageIncludeGlobs?: string | readonly string[] | undefined;
|
|
316
|
+
/**
|
|
317
|
+
* Require a minimum percent of covered lines. If code
|
|
318
|
+
* coverage does not reach the threshold specified, the process will exit with code `1`.
|
|
319
|
+
* @since v22.10.0
|
|
320
|
+
* @default 0
|
|
321
|
+
*/
|
|
322
|
+
lineCoverage?: number | undefined;
|
|
323
|
+
/**
|
|
324
|
+
* Require a minimum percent of covered branches. If code
|
|
325
|
+
* coverage does not reach the threshold specified, the process will exit with code `1`.
|
|
326
|
+
* @since v22.10.0
|
|
327
|
+
* @default 0
|
|
328
|
+
*/
|
|
329
|
+
branchCoverage?: number | undefined;
|
|
330
|
+
/**
|
|
331
|
+
* Require a minimum percent of covered functions. If code
|
|
332
|
+
* coverage does not reach the threshold specified, the process will exit with code `1`.
|
|
333
|
+
* @since v22.10.0
|
|
334
|
+
* @default 0
|
|
335
|
+
*/
|
|
336
|
+
functionCoverage?: number | undefined;
|
|
337
|
+
/**
|
|
338
|
+
* Specify environment variables to be passed along to the test process.
|
|
339
|
+
* This options is not compatible with `isolation='none'`. These variables will override
|
|
340
|
+
* those from the main process, and are not merged with `process.env`.
|
|
341
|
+
* @since v25.6.0
|
|
342
|
+
* @default process.env
|
|
343
|
+
*/
|
|
344
|
+
env?: NodeJS.ProcessEnv | undefined;
|
|
345
|
+
}
|
|
346
|
+
interface TestsStreamEventMap extends ReadableEventMap {
|
|
347
|
+
"data": [data: TestEvent];
|
|
348
|
+
"test:coverage": [data: EventData.TestCoverage];
|
|
349
|
+
"test:complete": [data: EventData.TestComplete];
|
|
350
|
+
"test:dequeue": [data: EventData.TestDequeue];
|
|
351
|
+
"test:diagnostic": [data: EventData.TestDiagnostic];
|
|
352
|
+
"test:enqueue": [data: EventData.TestEnqueue];
|
|
353
|
+
"test:fail": [data: EventData.TestFail];
|
|
354
|
+
"test:interrupted": [data: EventData.TestInterrupted];
|
|
355
|
+
"test:pass": [data: EventData.TestPass];
|
|
356
|
+
"test:plan": [data: EventData.TestPlan];
|
|
357
|
+
"test:start": [data: EventData.TestStart];
|
|
358
|
+
"test:stderr": [data: EventData.TestStderr];
|
|
359
|
+
"test:stdout": [data: EventData.TestStdout];
|
|
360
|
+
"test:summary": [data: EventData.TestSummary];
|
|
361
|
+
"test:watch:drained": [];
|
|
362
|
+
"test:watch:restarted": [];
|
|
363
|
+
}
|
|
364
|
+
/**
|
|
365
|
+
* A successful call to `run()` will return a new `TestsStream` object, streaming a series of events representing the execution of the tests.
|
|
366
|
+
*
|
|
367
|
+
* Some of the events are guaranteed to be emitted in the same order as the tests are defined, while others are emitted in the order that the tests execute.
|
|
368
|
+
* @since v18.9.0, v16.19.0
|
|
369
|
+
*/
|
|
370
|
+
interface TestsStream extends Readable {
|
|
371
|
+
// #region InternalEventEmitter
|
|
372
|
+
addListener<E extends keyof TestsStreamEventMap>(
|
|
373
|
+
eventName: E,
|
|
374
|
+
listener: (...args: TestsStreamEventMap[E]) => void,
|
|
375
|
+
): this;
|
|
376
|
+
addListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
377
|
+
emit<E extends keyof TestsStreamEventMap>(eventName: E, ...args: TestsStreamEventMap[E]): boolean;
|
|
378
|
+
emit(eventName: string | symbol, ...args: any[]): boolean;
|
|
379
|
+
listenerCount<E extends keyof TestsStreamEventMap>(
|
|
380
|
+
eventName: E,
|
|
381
|
+
listener?: (...args: TestsStreamEventMap[E]) => void,
|
|
382
|
+
): number;
|
|
383
|
+
listenerCount(eventName: string | symbol, listener?: (...args: any[]) => void): number;
|
|
384
|
+
listeners<E extends keyof TestsStreamEventMap>(eventName: E): ((...args: TestsStreamEventMap[E]) => void)[];
|
|
385
|
+
listeners(eventName: string | symbol): ((...args: any[]) => void)[];
|
|
386
|
+
off<E extends keyof TestsStreamEventMap>(
|
|
387
|
+
eventName: E,
|
|
388
|
+
listener: (...args: TestsStreamEventMap[E]) => void,
|
|
389
|
+
): this;
|
|
390
|
+
off(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
391
|
+
on<E extends keyof TestsStreamEventMap>(
|
|
392
|
+
eventName: E,
|
|
393
|
+
listener: (...args: TestsStreamEventMap[E]) => void,
|
|
394
|
+
): this;
|
|
395
|
+
on(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
396
|
+
once<E extends keyof TestsStreamEventMap>(
|
|
397
|
+
eventName: E,
|
|
398
|
+
listener: (...args: TestsStreamEventMap[E]) => void,
|
|
399
|
+
): this;
|
|
400
|
+
once(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
401
|
+
prependListener<E extends keyof TestsStreamEventMap>(
|
|
402
|
+
eventName: E,
|
|
403
|
+
listener: (...args: TestsStreamEventMap[E]) => void,
|
|
404
|
+
): this;
|
|
405
|
+
prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
406
|
+
prependOnceListener<E extends keyof TestsStreamEventMap>(
|
|
407
|
+
eventName: E,
|
|
408
|
+
listener: (...args: TestsStreamEventMap[E]) => void,
|
|
409
|
+
): this;
|
|
410
|
+
prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
411
|
+
rawListeners<E extends keyof TestsStreamEventMap>(
|
|
412
|
+
eventName: E,
|
|
413
|
+
): ((...args: TestsStreamEventMap[E]) => void)[];
|
|
414
|
+
rawListeners(eventName: string | symbol): ((...args: any[]) => void)[];
|
|
415
|
+
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics
|
|
416
|
+
removeAllListeners<E extends keyof TestsStreamEventMap>(eventName?: E): this;
|
|
417
|
+
removeAllListeners(eventName?: string | symbol): this;
|
|
418
|
+
removeListener<E extends keyof TestsStreamEventMap>(
|
|
419
|
+
eventName: E,
|
|
420
|
+
listener: (...args: TestsStreamEventMap[E]) => void,
|
|
421
|
+
): this;
|
|
422
|
+
removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
423
|
+
// #endregion
|
|
424
|
+
}
|
|
425
|
+
namespace EventData {
|
|
426
|
+
interface Error extends globalThis.Error {
|
|
427
|
+
cause: unknown;
|
|
428
|
+
}
|
|
429
|
+
interface LocationInfo {
|
|
430
|
+
/**
|
|
431
|
+
* The column number where the test is defined, or
|
|
432
|
+
* `undefined` if the test was run through the REPL.
|
|
433
|
+
*/
|
|
434
|
+
column?: number;
|
|
435
|
+
/**
|
|
436
|
+
* The path of the test file, `undefined` if test was run through the REPL.
|
|
437
|
+
*/
|
|
438
|
+
file?: string;
|
|
439
|
+
/**
|
|
440
|
+
* The line number where the test is defined, or `undefined` if the test was run through the REPL.
|
|
441
|
+
*/
|
|
442
|
+
line?: number;
|
|
443
|
+
}
|
|
444
|
+
interface TestDiagnostic extends LocationInfo {
|
|
445
|
+
/**
|
|
446
|
+
* The diagnostic message.
|
|
447
|
+
*/
|
|
448
|
+
message: string;
|
|
449
|
+
/**
|
|
450
|
+
* The nesting level of the test.
|
|
451
|
+
*/
|
|
452
|
+
nesting: number;
|
|
453
|
+
/**
|
|
454
|
+
* The severity level of the diagnostic message.
|
|
455
|
+
* Possible values are:
|
|
456
|
+
* * `'info'`: Informational messages.
|
|
457
|
+
* * `'warn'`: Warnings.
|
|
458
|
+
* * `'error'`: Errors.
|
|
459
|
+
*/
|
|
460
|
+
level: "info" | "warn" | "error";
|
|
461
|
+
}
|
|
462
|
+
interface TestCoverage {
|
|
463
|
+
/**
|
|
464
|
+
* An object containing the coverage report.
|
|
465
|
+
*/
|
|
466
|
+
summary: {
|
|
467
|
+
/**
|
|
468
|
+
* An array of coverage reports for individual files.
|
|
469
|
+
*/
|
|
470
|
+
files: Array<{
|
|
471
|
+
/**
|
|
472
|
+
* The absolute path of the file.
|
|
473
|
+
*/
|
|
474
|
+
path: string;
|
|
475
|
+
/**
|
|
476
|
+
* The total number of lines.
|
|
477
|
+
*/
|
|
478
|
+
totalLineCount: number;
|
|
479
|
+
/**
|
|
480
|
+
* The total number of branches.
|
|
481
|
+
*/
|
|
482
|
+
totalBranchCount: number;
|
|
483
|
+
/**
|
|
484
|
+
* The total number of functions.
|
|
485
|
+
*/
|
|
486
|
+
totalFunctionCount: number;
|
|
487
|
+
/**
|
|
488
|
+
* The number of covered lines.
|
|
489
|
+
*/
|
|
490
|
+
coveredLineCount: number;
|
|
491
|
+
/**
|
|
492
|
+
* The number of covered branches.
|
|
493
|
+
*/
|
|
494
|
+
coveredBranchCount: number;
|
|
495
|
+
/**
|
|
496
|
+
* The number of covered functions.
|
|
497
|
+
*/
|
|
498
|
+
coveredFunctionCount: number;
|
|
499
|
+
/**
|
|
500
|
+
* The percentage of lines covered.
|
|
501
|
+
*/
|
|
502
|
+
coveredLinePercent: number;
|
|
503
|
+
/**
|
|
504
|
+
* The percentage of branches covered.
|
|
505
|
+
*/
|
|
506
|
+
coveredBranchPercent: number;
|
|
507
|
+
/**
|
|
508
|
+
* The percentage of functions covered.
|
|
509
|
+
*/
|
|
510
|
+
coveredFunctionPercent: number;
|
|
511
|
+
/**
|
|
512
|
+
* An array of functions representing function coverage.
|
|
513
|
+
*/
|
|
514
|
+
functions: Array<{
|
|
515
|
+
/**
|
|
516
|
+
* The name of the function.
|
|
517
|
+
*/
|
|
518
|
+
name: string;
|
|
519
|
+
/**
|
|
520
|
+
* The line number where the function is defined.
|
|
521
|
+
*/
|
|
522
|
+
line: number;
|
|
523
|
+
/**
|
|
524
|
+
* The number of times the function was called.
|
|
525
|
+
*/
|
|
526
|
+
count: number;
|
|
527
|
+
}>;
|
|
528
|
+
/**
|
|
529
|
+
* An array of branches representing branch coverage.
|
|
530
|
+
*/
|
|
531
|
+
branches: Array<{
|
|
532
|
+
/**
|
|
533
|
+
* The line number where the branch is defined.
|
|
534
|
+
*/
|
|
535
|
+
line: number;
|
|
536
|
+
/**
|
|
537
|
+
* The number of times the branch was taken.
|
|
538
|
+
*/
|
|
539
|
+
count: number;
|
|
540
|
+
}>;
|
|
541
|
+
/**
|
|
542
|
+
* An array of lines representing line numbers and the number of times they were covered.
|
|
543
|
+
*/
|
|
544
|
+
lines: Array<{
|
|
545
|
+
/**
|
|
546
|
+
* The line number.
|
|
547
|
+
*/
|
|
548
|
+
line: number;
|
|
549
|
+
/**
|
|
550
|
+
* The number of times the line was covered.
|
|
551
|
+
*/
|
|
552
|
+
count: number;
|
|
553
|
+
}>;
|
|
554
|
+
}>;
|
|
555
|
+
/**
|
|
556
|
+
* An object containing whether or not the coverage for
|
|
557
|
+
* each coverage type.
|
|
558
|
+
* @since v22.9.0
|
|
559
|
+
*/
|
|
560
|
+
thresholds: {
|
|
561
|
+
/**
|
|
562
|
+
* The function coverage threshold.
|
|
563
|
+
*/
|
|
564
|
+
function: number;
|
|
565
|
+
/**
|
|
566
|
+
* The branch coverage threshold.
|
|
567
|
+
*/
|
|
568
|
+
branch: number;
|
|
569
|
+
/**
|
|
570
|
+
* The line coverage threshold.
|
|
571
|
+
*/
|
|
572
|
+
line: number;
|
|
573
|
+
};
|
|
574
|
+
/**
|
|
575
|
+
* An object containing a summary of coverage for all files.
|
|
576
|
+
*/
|
|
577
|
+
totals: {
|
|
578
|
+
/**
|
|
579
|
+
* The total number of lines.
|
|
580
|
+
*/
|
|
581
|
+
totalLineCount: number;
|
|
582
|
+
/**
|
|
583
|
+
* The total number of branches.
|
|
584
|
+
*/
|
|
585
|
+
totalBranchCount: number;
|
|
586
|
+
/**
|
|
587
|
+
* The total number of functions.
|
|
588
|
+
*/
|
|
589
|
+
totalFunctionCount: number;
|
|
590
|
+
/**
|
|
591
|
+
* The number of covered lines.
|
|
592
|
+
*/
|
|
593
|
+
coveredLineCount: number;
|
|
594
|
+
/**
|
|
595
|
+
* The number of covered branches.
|
|
596
|
+
*/
|
|
597
|
+
coveredBranchCount: number;
|
|
598
|
+
/**
|
|
599
|
+
* The number of covered functions.
|
|
600
|
+
*/
|
|
601
|
+
coveredFunctionCount: number;
|
|
602
|
+
/**
|
|
603
|
+
* The percentage of lines covered.
|
|
604
|
+
*/
|
|
605
|
+
coveredLinePercent: number;
|
|
606
|
+
/**
|
|
607
|
+
* The percentage of branches covered.
|
|
608
|
+
*/
|
|
609
|
+
coveredBranchPercent: number;
|
|
610
|
+
/**
|
|
611
|
+
* The percentage of functions covered.
|
|
612
|
+
*/
|
|
613
|
+
coveredFunctionPercent: number;
|
|
614
|
+
};
|
|
615
|
+
/**
|
|
616
|
+
* The working directory when code coverage began. This
|
|
617
|
+
* is useful for displaying relative path names in case
|
|
618
|
+
* the tests changed the working directory of the Node.js process.
|
|
619
|
+
*/
|
|
620
|
+
workingDirectory: string;
|
|
621
|
+
};
|
|
622
|
+
/**
|
|
623
|
+
* The nesting level of the test.
|
|
624
|
+
*/
|
|
625
|
+
nesting: number;
|
|
626
|
+
}
|
|
627
|
+
interface TestComplete extends LocationInfo {
|
|
628
|
+
/**
|
|
629
|
+
* Additional execution metadata.
|
|
630
|
+
*/
|
|
631
|
+
details: {
|
|
632
|
+
/**
|
|
633
|
+
* Whether the test passed or not.
|
|
634
|
+
*/
|
|
635
|
+
passed: boolean;
|
|
636
|
+
/**
|
|
637
|
+
* The duration of the test in milliseconds.
|
|
638
|
+
*/
|
|
639
|
+
duration_ms: number;
|
|
640
|
+
/**
|
|
641
|
+
* An error wrapping the error thrown by the test if it did not pass.
|
|
642
|
+
*/
|
|
643
|
+
error?: Error;
|
|
644
|
+
/**
|
|
645
|
+
* The type of the test, used to denote whether this is a suite.
|
|
646
|
+
*/
|
|
647
|
+
type?: "suite" | "test";
|
|
648
|
+
};
|
|
649
|
+
/**
|
|
650
|
+
* The test name.
|
|
651
|
+
*/
|
|
652
|
+
name: string;
|
|
653
|
+
/**
|
|
654
|
+
* The nesting level of the test.
|
|
655
|
+
*/
|
|
656
|
+
nesting: number;
|
|
657
|
+
/**
|
|
658
|
+
* The ordinal number of the test.
|
|
659
|
+
*/
|
|
660
|
+
testNumber: number;
|
|
661
|
+
/**
|
|
662
|
+
* Present if `context.todo` is called.
|
|
663
|
+
*/
|
|
664
|
+
todo?: string | boolean;
|
|
665
|
+
/**
|
|
666
|
+
* Present if `context.skip` is called.
|
|
667
|
+
*/
|
|
668
|
+
skip?: string | boolean;
|
|
669
|
+
}
|
|
670
|
+
interface TestDequeue extends LocationInfo {
|
|
671
|
+
/**
|
|
672
|
+
* The test name.
|
|
673
|
+
*/
|
|
674
|
+
name: string;
|
|
675
|
+
/**
|
|
676
|
+
* The nesting level of the test.
|
|
677
|
+
*/
|
|
678
|
+
nesting: number;
|
|
679
|
+
/**
|
|
680
|
+
* The test type. Either `'suite'` or `'test'`.
|
|
681
|
+
* @since v22.15.0
|
|
682
|
+
*/
|
|
683
|
+
type: "suite" | "test";
|
|
684
|
+
}
|
|
685
|
+
interface TestEnqueue extends LocationInfo {
|
|
686
|
+
/**
|
|
687
|
+
* The test name.
|
|
688
|
+
*/
|
|
689
|
+
name: string;
|
|
690
|
+
/**
|
|
691
|
+
* The nesting level of the test.
|
|
692
|
+
*/
|
|
693
|
+
nesting: number;
|
|
694
|
+
/**
|
|
695
|
+
* The test type. Either `'suite'` or `'test'`.
|
|
696
|
+
* @since v22.15.0
|
|
697
|
+
*/
|
|
698
|
+
type: "suite" | "test";
|
|
699
|
+
}
|
|
700
|
+
interface TestFail extends LocationInfo {
|
|
701
|
+
/**
|
|
702
|
+
* Additional execution metadata.
|
|
703
|
+
*/
|
|
704
|
+
details: {
|
|
705
|
+
/**
|
|
706
|
+
* The duration of the test in milliseconds.
|
|
707
|
+
*/
|
|
708
|
+
duration_ms: number;
|
|
709
|
+
/**
|
|
710
|
+
* An error wrapping the error thrown by the test.
|
|
711
|
+
*/
|
|
712
|
+
error: Error;
|
|
713
|
+
/**
|
|
714
|
+
* The type of the test, used to denote whether this is a suite.
|
|
715
|
+
* @since v20.0.0, v19.9.0, v18.17.0
|
|
716
|
+
*/
|
|
717
|
+
type?: "suite" | "test";
|
|
718
|
+
/**
|
|
719
|
+
* The attempt number of the test run,
|
|
720
|
+
* present only when using the `--test-rerun-failures` flag.
|
|
721
|
+
* @since v24.7.0
|
|
722
|
+
*/
|
|
723
|
+
attempt?: number;
|
|
724
|
+
};
|
|
725
|
+
/**
|
|
726
|
+
* The test name.
|
|
727
|
+
*/
|
|
728
|
+
name: string;
|
|
729
|
+
/**
|
|
730
|
+
* The nesting level of the test.
|
|
731
|
+
*/
|
|
732
|
+
nesting: number;
|
|
733
|
+
/**
|
|
734
|
+
* The ordinal number of the test.
|
|
735
|
+
*/
|
|
736
|
+
testNumber: number;
|
|
737
|
+
/**
|
|
738
|
+
* Present if `context.todo` is called.
|
|
739
|
+
*/
|
|
740
|
+
todo?: string | boolean;
|
|
741
|
+
/**
|
|
742
|
+
* Present if `context.skip` is called.
|
|
743
|
+
*/
|
|
744
|
+
skip?: string | boolean;
|
|
745
|
+
}
|
|
746
|
+
interface TestInterrupted {
|
|
747
|
+
/**
|
|
748
|
+
* An array of objects containing information about the
|
|
749
|
+
* interrupted tests.
|
|
750
|
+
*/
|
|
751
|
+
tests: TestStart[];
|
|
752
|
+
}
|
|
753
|
+
interface TestPass extends LocationInfo {
|
|
754
|
+
/**
|
|
755
|
+
* Additional execution metadata.
|
|
756
|
+
*/
|
|
757
|
+
details: {
|
|
758
|
+
/**
|
|
759
|
+
* The duration of the test in milliseconds.
|
|
760
|
+
*/
|
|
761
|
+
duration_ms: number;
|
|
762
|
+
/**
|
|
763
|
+
* The type of the test, used to denote whether this is a suite.
|
|
764
|
+
* @since 20.0.0, 19.9.0, 18.17.0
|
|
765
|
+
*/
|
|
766
|
+
type?: "suite" | "test";
|
|
767
|
+
/**
|
|
768
|
+
* The attempt number of the test run,
|
|
769
|
+
* present only when using the `--test-rerun-failures` flag.
|
|
770
|
+
* @since v24.7.0
|
|
771
|
+
*/
|
|
772
|
+
attempt?: number;
|
|
773
|
+
/**
|
|
774
|
+
* The attempt number the test passed on,
|
|
775
|
+
* present only when using the `--test-rerun-failures` flag.
|
|
776
|
+
* @since v24.7.0
|
|
777
|
+
*/
|
|
778
|
+
passed_on_attempt?: number;
|
|
779
|
+
};
|
|
780
|
+
/**
|
|
781
|
+
* The test name.
|
|
782
|
+
*/
|
|
783
|
+
name: string;
|
|
784
|
+
/**
|
|
785
|
+
* The nesting level of the test.
|
|
786
|
+
*/
|
|
787
|
+
nesting: number;
|
|
788
|
+
/**
|
|
789
|
+
* The ordinal number of the test.
|
|
790
|
+
*/
|
|
791
|
+
testNumber: number;
|
|
792
|
+
/**
|
|
793
|
+
* Present if `context.todo` is called.
|
|
794
|
+
*/
|
|
795
|
+
todo?: string | boolean;
|
|
796
|
+
/**
|
|
797
|
+
* Present if `context.skip` is called.
|
|
798
|
+
*/
|
|
799
|
+
skip?: string | boolean;
|
|
800
|
+
}
|
|
801
|
+
interface TestPlan extends LocationInfo {
|
|
802
|
+
/**
|
|
803
|
+
* The nesting level of the test.
|
|
804
|
+
*/
|
|
805
|
+
nesting: number;
|
|
806
|
+
/**
|
|
807
|
+
* The number of subtests that have ran.
|
|
808
|
+
*/
|
|
809
|
+
count: number;
|
|
810
|
+
}
|
|
811
|
+
interface TestStart extends LocationInfo {
|
|
812
|
+
/**
|
|
813
|
+
* The test name.
|
|
814
|
+
*/
|
|
815
|
+
name: string;
|
|
816
|
+
/**
|
|
817
|
+
* The nesting level of the test.
|
|
818
|
+
*/
|
|
819
|
+
nesting: number;
|
|
820
|
+
}
|
|
821
|
+
interface TestStderr {
|
|
822
|
+
/**
|
|
823
|
+
* The path of the test file.
|
|
824
|
+
*/
|
|
825
|
+
file: string;
|
|
826
|
+
/**
|
|
827
|
+
* The message written to `stderr`.
|
|
828
|
+
*/
|
|
829
|
+
message: string;
|
|
830
|
+
}
|
|
831
|
+
interface TestStdout {
|
|
832
|
+
/**
|
|
833
|
+
* The path of the test file.
|
|
834
|
+
*/
|
|
835
|
+
file: string;
|
|
836
|
+
/**
|
|
837
|
+
* The message written to `stdout`.
|
|
838
|
+
*/
|
|
839
|
+
message: string;
|
|
840
|
+
}
|
|
841
|
+
interface TestSummary {
|
|
842
|
+
/**
|
|
843
|
+
* An object containing the counts of various test results.
|
|
844
|
+
*/
|
|
845
|
+
counts: {
|
|
846
|
+
/**
|
|
847
|
+
* The total number of cancelled tests.
|
|
848
|
+
*/
|
|
849
|
+
cancelled: number;
|
|
850
|
+
/**
|
|
851
|
+
* The total number of passed tests.
|
|
852
|
+
*/
|
|
853
|
+
passed: number;
|
|
854
|
+
/**
|
|
855
|
+
* The total number of skipped tests.
|
|
856
|
+
*/
|
|
857
|
+
skipped: number;
|
|
858
|
+
/**
|
|
859
|
+
* The total number of suites run.
|
|
860
|
+
*/
|
|
861
|
+
suites: number;
|
|
862
|
+
/**
|
|
863
|
+
* The total number of tests run, excluding suites.
|
|
864
|
+
*/
|
|
865
|
+
tests: number;
|
|
866
|
+
/**
|
|
867
|
+
* The total number of TODO tests.
|
|
868
|
+
*/
|
|
869
|
+
todo: number;
|
|
870
|
+
/**
|
|
871
|
+
* The total number of top level tests and suites.
|
|
872
|
+
*/
|
|
873
|
+
topLevel: number;
|
|
874
|
+
};
|
|
875
|
+
/**
|
|
876
|
+
* The duration of the test run in milliseconds.
|
|
877
|
+
*/
|
|
878
|
+
duration_ms: number;
|
|
879
|
+
/**
|
|
880
|
+
* The path of the test file that generated the
|
|
881
|
+
* summary. If the summary corresponds to multiple files, this value is
|
|
882
|
+
* `undefined`.
|
|
883
|
+
*/
|
|
884
|
+
file: string | undefined;
|
|
885
|
+
/**
|
|
886
|
+
* Indicates whether or not the test run is considered
|
|
887
|
+
* successful or not. If any error condition occurs, such as a failing test or
|
|
888
|
+
* unmet coverage threshold, this value will be set to `false`.
|
|
889
|
+
*/
|
|
890
|
+
success: boolean;
|
|
891
|
+
}
|
|
892
|
+
}
|
|
893
|
+
/**
|
|
894
|
+
* An instance of `TestContext` is passed to each test function in order to
|
|
895
|
+
* interact with the test runner. However, the `TestContext` constructor is not
|
|
896
|
+
* exposed as part of the API.
|
|
897
|
+
* @since v18.0.0, v16.17.0
|
|
898
|
+
*/
|
|
899
|
+
interface TestContext {
|
|
900
|
+
/**
|
|
901
|
+
* An object containing assertion methods bound to the test context.
|
|
902
|
+
* The top-level functions from the `node:assert` module are exposed here for the purpose of creating test plans.
|
|
903
|
+
*
|
|
904
|
+
* **Note:** Some of the functions from `node:assert` contain type assertions. If these are called via the
|
|
905
|
+
* TestContext `assert` object, then the context parameter in the test's function signature **must be explicitly typed**
|
|
906
|
+
* (ie. the parameter must have a type annotation), otherwise an error will be raised by the TypeScript compiler:
|
|
907
|
+
* ```ts
|
|
908
|
+
* import { test, type TestContext } from 'node:test';
|
|
909
|
+
*
|
|
910
|
+
* // The test function's context parameter must have a type annotation.
|
|
911
|
+
* test('example', (t: TestContext) => {
|
|
912
|
+
* t.assert.deepStrictEqual(actual, expected);
|
|
913
|
+
* });
|
|
914
|
+
*
|
|
915
|
+
* // Omitting the type annotation will result in a compilation error.
|
|
916
|
+
* test('example', t => {
|
|
917
|
+
* t.assert.deepStrictEqual(actual, expected); // Error: 't' needs an explicit type annotation.
|
|
918
|
+
* });
|
|
919
|
+
* ```
|
|
920
|
+
* @since v22.2.0, v20.15.0
|
|
921
|
+
*/
|
|
922
|
+
readonly assert: TestContextAssert;
|
|
923
|
+
/**
|
|
924
|
+
* This function is used to create a hook running before subtest of the current test.
|
|
925
|
+
* @param fn The hook function. The first argument to this function is a `TestContext` object.
|
|
926
|
+
* If the hook uses callbacks, the callback function is passed as the second argument.
|
|
927
|
+
* @param options Configuration options for the hook.
|
|
928
|
+
* @since v20.1.0, v18.17.0
|
|
929
|
+
*/
|
|
930
|
+
before(fn?: TestContextHookFn, options?: HookOptions): void;
|
|
931
|
+
/**
|
|
932
|
+
* This function is used to create a hook running before each subtest of the current test.
|
|
933
|
+
* @param fn The hook function. The first argument to this function is a `TestContext` object.
|
|
934
|
+
* If the hook uses callbacks, the callback function is passed as the second argument.
|
|
935
|
+
* @param options Configuration options for the hook.
|
|
936
|
+
* @since v18.8.0
|
|
937
|
+
*/
|
|
938
|
+
beforeEach(fn?: TestContextHookFn, options?: HookOptions): void;
|
|
939
|
+
/**
|
|
940
|
+
* This function is used to create a hook that runs after the current test finishes.
|
|
941
|
+
* @param fn The hook function. The first argument to this function is a `TestContext` object.
|
|
942
|
+
* If the hook uses callbacks, the callback function is passed as the second argument.
|
|
943
|
+
* @param options Configuration options for the hook.
|
|
944
|
+
* @since v18.13.0
|
|
945
|
+
*/
|
|
946
|
+
after(fn?: TestContextHookFn, options?: HookOptions): void;
|
|
947
|
+
/**
|
|
948
|
+
* This function is used to create a hook running after each subtest of the current test.
|
|
949
|
+
* @param fn The hook function. The first argument to this function is a `TestContext` object.
|
|
950
|
+
* If the hook uses callbacks, the callback function is passed as the second argument.
|
|
951
|
+
* @param options Configuration options for the hook.
|
|
952
|
+
* @since v18.8.0
|
|
953
|
+
*/
|
|
954
|
+
afterEach(fn?: TestContextHookFn, options?: HookOptions): void;
|
|
955
|
+
/**
|
|
956
|
+
* This function is used to write diagnostics to the output. Any diagnostic
|
|
957
|
+
* information is included at the end of the test's results. This function does
|
|
958
|
+
* not return a value.
|
|
959
|
+
*
|
|
960
|
+
* ```js
|
|
961
|
+
* test('top level test', (t) => {
|
|
962
|
+
* t.diagnostic('A diagnostic message');
|
|
963
|
+
* });
|
|
964
|
+
* ```
|
|
965
|
+
* @since v18.0.0, v16.17.0
|
|
966
|
+
* @param message Message to be reported.
|
|
967
|
+
*/
|
|
968
|
+
diagnostic(message: string): void;
|
|
969
|
+
/**
|
|
970
|
+
* The absolute path of the test file that created the current test. If a test file imports
|
|
971
|
+
* additional modules that generate tests, the imported tests will return the path of the root test file.
|
|
972
|
+
* @since v22.6.0
|
|
973
|
+
*/
|
|
974
|
+
readonly filePath: string | undefined;
|
|
975
|
+
/**
|
|
976
|
+
* The name of the test and each of its ancestors, separated by `>`.
|
|
977
|
+
* @since v22.3.0
|
|
978
|
+
*/
|
|
979
|
+
readonly fullName: string;
|
|
980
|
+
/**
|
|
981
|
+
* The name of the test.
|
|
982
|
+
* @since v18.8.0, v16.18.0
|
|
983
|
+
*/
|
|
984
|
+
readonly name: string;
|
|
985
|
+
/**
|
|
986
|
+
* Indicated whether the test succeeded.
|
|
987
|
+
* @since v21.7.0, v20.12.0
|
|
988
|
+
*/
|
|
989
|
+
readonly passed: boolean;
|
|
990
|
+
/**
|
|
991
|
+
* The failure reason for the test/case; wrapped and available via `context.error.cause`.
|
|
992
|
+
* @since v21.7.0, v20.12.0
|
|
993
|
+
*/
|
|
994
|
+
readonly error: EventData.Error | null;
|
|
995
|
+
/**
|
|
996
|
+
* Number of times the test has been attempted.
|
|
997
|
+
* @since v21.7.0, v20.12.0
|
|
998
|
+
*/
|
|
999
|
+
readonly attempt: number;
|
|
1000
|
+
/**
|
|
1001
|
+
* The unique identifier of the worker running the current test file. This value is
|
|
1002
|
+
* derived from the `NODE_TEST_WORKER_ID` environment variable. When running tests
|
|
1003
|
+
* with `--test-isolation=process` (the default), each test file runs in a separate
|
|
1004
|
+
* child process and is assigned a worker ID from 1 to N, where N is the number of
|
|
1005
|
+
* concurrent workers. When running with `--test-isolation=none`, all tests run in
|
|
1006
|
+
* the same process and the worker ID is always 1. This value is `undefined` when
|
|
1007
|
+
* not running in a test context.
|
|
1008
|
+
*
|
|
1009
|
+
* This property is useful for splitting resources (like database connections or
|
|
1010
|
+
* server ports) across concurrent test files:
|
|
1011
|
+
*
|
|
1012
|
+
* ```js
|
|
1013
|
+
* import { test } from 'node:test';
|
|
1014
|
+
* import { process } from 'node:process';
|
|
1015
|
+
*
|
|
1016
|
+
* test('database operations', async (t) => {
|
|
1017
|
+
* // Worker ID is available via context
|
|
1018
|
+
* console.log(`Running in worker ${t.workerId}`);
|
|
1019
|
+
*
|
|
1020
|
+
* // Or via environment variable (available at import time)
|
|
1021
|
+
* const workerId = process.env.NODE_TEST_WORKER_ID;
|
|
1022
|
+
* // Use workerId to allocate separate resources per worker
|
|
1023
|
+
* });
|
|
1024
|
+
* ```
|
|
1025
|
+
* @since v25.8.0
|
|
1026
|
+
*/
|
|
1027
|
+
readonly workerId: number | undefined;
|
|
1028
|
+
/**
|
|
1029
|
+
* This function is used to set the number of assertions and subtests that are expected to run
|
|
1030
|
+
* within the test. If the number of assertions and subtests that run does not match the
|
|
1031
|
+
* expected count, the test will fail.
|
|
1032
|
+
*
|
|
1033
|
+
* > Note: To make sure assertions are tracked, `t.assert` must be used instead of `assert` directly.
|
|
1034
|
+
*
|
|
1035
|
+
* ```js
|
|
1036
|
+
* test('top level test', (t) => {
|
|
1037
|
+
* t.plan(2);
|
|
1038
|
+
* t.assert.ok('some relevant assertion here');
|
|
1039
|
+
* t.test('subtest', () => {});
|
|
1040
|
+
* });
|
|
1041
|
+
* ```
|
|
1042
|
+
*
|
|
1043
|
+
* When working with asynchronous code, the `plan` function can be used to ensure that the
|
|
1044
|
+
* correct number of assertions are run:
|
|
1045
|
+
*
|
|
1046
|
+
* ```js
|
|
1047
|
+
* test('planning with streams', (t, done) => {
|
|
1048
|
+
* function* generate() {
|
|
1049
|
+
* yield 'a';
|
|
1050
|
+
* yield 'b';
|
|
1051
|
+
* yield 'c';
|
|
1052
|
+
* }
|
|
1053
|
+
* const expected = ['a', 'b', 'c'];
|
|
1054
|
+
* t.plan(expected.length);
|
|
1055
|
+
* const stream = Readable.from(generate());
|
|
1056
|
+
* stream.on('data', (chunk) => {
|
|
1057
|
+
* t.assert.strictEqual(chunk, expected.shift());
|
|
1058
|
+
* });
|
|
1059
|
+
*
|
|
1060
|
+
* stream.on('end', () => {
|
|
1061
|
+
* done();
|
|
1062
|
+
* });
|
|
1063
|
+
* });
|
|
1064
|
+
* ```
|
|
1065
|
+
*
|
|
1066
|
+
* When using the `wait` option, you can control how long the test will wait for the expected assertions.
|
|
1067
|
+
* For example, setting a maximum wait time ensures that the test will wait for asynchronous assertions
|
|
1068
|
+
* to complete within the specified timeframe:
|
|
1069
|
+
*
|
|
1070
|
+
* ```js
|
|
1071
|
+
* test('plan with wait: 2000 waits for async assertions', (t) => {
|
|
1072
|
+
* t.plan(1, { wait: 2000 }); // Waits for up to 2 seconds for the assertion to complete.
|
|
1073
|
+
*
|
|
1074
|
+
* const asyncActivity = () => {
|
|
1075
|
+
* setTimeout(() => {
|
|
1076
|
+
* * t.assert.ok(true, 'Async assertion completed within the wait time');
|
|
1077
|
+
* }, 1000); // Completes after 1 second, within the 2-second wait time.
|
|
1078
|
+
* };
|
|
1079
|
+
*
|
|
1080
|
+
* asyncActivity(); // The test will pass because the assertion is completed in time.
|
|
1081
|
+
* });
|
|
1082
|
+
* ```
|
|
1083
|
+
*
|
|
1084
|
+
* Note: If a `wait` timeout is specified, it begins counting down only after the test function finishes executing.
|
|
1085
|
+
* @since v22.2.0
|
|
1086
|
+
*/
|
|
1087
|
+
plan(count: number, options?: TestContextPlanOptions): void;
|
|
1088
|
+
/**
|
|
1089
|
+
* If `shouldRunOnlyTests` is truthy, the test context will only run tests that
|
|
1090
|
+
* have the `only` option set. Otherwise, all tests are run. If Node.js was not
|
|
1091
|
+
* started with the `--test-only` command-line option, this function is a
|
|
1092
|
+
* no-op.
|
|
1093
|
+
*
|
|
1094
|
+
* ```js
|
|
1095
|
+
* test('top level test', (t) => {
|
|
1096
|
+
* // The test context can be set to run subtests with the 'only' option.
|
|
1097
|
+
* t.runOnly(true);
|
|
1098
|
+
* return Promise.all([
|
|
1099
|
+
* t.test('this subtest is now skipped'),
|
|
1100
|
+
* t.test('this subtest is run', { only: true }),
|
|
1101
|
+
* ]);
|
|
1102
|
+
* });
|
|
1103
|
+
* ```
|
|
1104
|
+
* @since v18.0.0, v16.17.0
|
|
1105
|
+
* @param shouldRunOnlyTests Whether or not to run `only` tests.
|
|
1106
|
+
*/
|
|
1107
|
+
runOnly(shouldRunOnlyTests: boolean): void;
|
|
1108
|
+
/**
|
|
1109
|
+
* ```js
|
|
1110
|
+
* test('top level test', async (t) => {
|
|
1111
|
+
* await fetch('some/uri', { signal: t.signal });
|
|
1112
|
+
* });
|
|
1113
|
+
* ```
|
|
1114
|
+
* @since v18.7.0, v16.17.0
|
|
1115
|
+
*/
|
|
1116
|
+
readonly signal: AbortSignal;
|
|
1117
|
+
/**
|
|
1118
|
+
* This function causes the test's output to indicate the test as skipped. If `message` is provided, it is included in the output. Calling `skip()` does
|
|
1119
|
+
* not terminate execution of the test function. This function does not return a
|
|
1120
|
+
* value.
|
|
1121
|
+
*
|
|
1122
|
+
* ```js
|
|
1123
|
+
* test('top level test', (t) => {
|
|
1124
|
+
* // Make sure to return here as well if the test contains additional logic.
|
|
1125
|
+
* t.skip('this is skipped');
|
|
1126
|
+
* });
|
|
1127
|
+
* ```
|
|
1128
|
+
* @since v18.0.0, v16.17.0
|
|
1129
|
+
* @param message Optional skip message.
|
|
1130
|
+
*/
|
|
1131
|
+
skip(message?: string): void;
|
|
1132
|
+
/**
|
|
1133
|
+
* This function adds a `TODO` directive to the test's output. If `message` is
|
|
1134
|
+
* provided, it is included in the output. Calling `todo()` does not terminate
|
|
1135
|
+
* execution of the test function. This function does not return a value.
|
|
1136
|
+
*
|
|
1137
|
+
* ```js
|
|
1138
|
+
* test('top level test', (t) => {
|
|
1139
|
+
* // This test is marked as `TODO`
|
|
1140
|
+
* t.todo('this is a todo');
|
|
1141
|
+
* });
|
|
1142
|
+
* ```
|
|
1143
|
+
* @since v18.0.0, v16.17.0
|
|
1144
|
+
* @param message Optional `TODO` message.
|
|
1145
|
+
*/
|
|
1146
|
+
todo(message?: string): void;
|
|
1147
|
+
/**
|
|
1148
|
+
* This function is used to create subtests under the current test. This function behaves in
|
|
1149
|
+
* the same fashion as the top level {@link test} function.
|
|
1150
|
+
* @since v18.0.0
|
|
1151
|
+
* @param name The name of the test, which is displayed when reporting test results.
|
|
1152
|
+
* Defaults to the `name` property of `fn`, or `'<anonymous>'` if `fn` does not have a name.
|
|
1153
|
+
* @param options Configuration options for the test.
|
|
1154
|
+
* @param fn The function under test. This first argument to this function is a {@link TestContext} object.
|
|
1155
|
+
* If the test uses callbacks, the callback function is passed as the second argument.
|
|
1156
|
+
* @returns A {@link Promise} resolved with `undefined` once the test completes.
|
|
1157
|
+
*/
|
|
1158
|
+
test: typeof test;
|
|
1159
|
+
/**
|
|
1160
|
+
* This method polls a `condition` function until that function either returns
|
|
1161
|
+
* successfully or the operation times out.
|
|
1162
|
+
* @since v22.14.0
|
|
1163
|
+
* @param condition An assertion function that is invoked
|
|
1164
|
+
* periodically until it completes successfully or the defined polling timeout
|
|
1165
|
+
* elapses. Successful completion is defined as not throwing or rejecting. This
|
|
1166
|
+
* function does not accept any arguments, and is allowed to return any value.
|
|
1167
|
+
* @param options An optional configuration object for the polling operation.
|
|
1168
|
+
* @returns Fulfilled with the value returned by `condition`.
|
|
1169
|
+
*/
|
|
1170
|
+
waitFor<T>(condition: () => T, options?: TestContextWaitForOptions): Promise<Awaited<T>>;
|
|
1171
|
+
/**
|
|
1172
|
+
* Each test provides its own MockTracker instance.
|
|
1173
|
+
*/
|
|
1174
|
+
readonly mock: MockTracker;
|
|
1175
|
+
}
|
|
1176
|
+
interface TestContextAssert extends Pick<typeof import("assert"), AssertMethodNames> {
|
|
1177
|
+
/**
|
|
1178
|
+
* This function serializes `value` and writes it to the file specified by `path`.
|
|
1179
|
+
*
|
|
1180
|
+
* ```js
|
|
1181
|
+
* test('snapshot test with default serialization', (t) => {
|
|
1182
|
+
* t.assert.fileSnapshot({ value1: 1, value2: 2 }, './snapshots/snapshot.json');
|
|
1183
|
+
* });
|
|
1184
|
+
* ```
|
|
1185
|
+
*
|
|
1186
|
+
* This function differs from `context.assert.snapshot()` in the following ways:
|
|
1187
|
+
*
|
|
1188
|
+
* * The snapshot file path is explicitly provided by the user.
|
|
1189
|
+
* * Each snapshot file is limited to a single snapshot value.
|
|
1190
|
+
* * No additional escaping is performed by the test runner.
|
|
1191
|
+
*
|
|
1192
|
+
* These differences allow snapshot files to better support features such as syntax
|
|
1193
|
+
* highlighting.
|
|
1194
|
+
* @since v22.14.0
|
|
1195
|
+
* @param value A value to serialize to a string. If Node.js was started with
|
|
1196
|
+
* the [`--test-update-snapshots`](https://nodejs.org/docs/latest-v25.x/api/cli.html#--test-update-snapshots)
|
|
1197
|
+
* flag, the serialized value is written to
|
|
1198
|
+
* `path`. Otherwise, the serialized value is compared to the contents of the
|
|
1199
|
+
* existing snapshot file.
|
|
1200
|
+
* @param path The file where the serialized `value` is written.
|
|
1201
|
+
* @param options Optional configuration options.
|
|
1202
|
+
*/
|
|
1203
|
+
fileSnapshot(value: any, path: string, options?: AssertSnapshotOptions): void;
|
|
1204
|
+
/**
|
|
1205
|
+
* This function implements assertions for snapshot testing.
|
|
1206
|
+
* ```js
|
|
1207
|
+
* test('snapshot test with default serialization', (t) => {
|
|
1208
|
+
* t.assert.snapshot({ value1: 1, value2: 2 });
|
|
1209
|
+
* });
|
|
1210
|
+
*
|
|
1211
|
+
* test('snapshot test with custom serialization', (t) => {
|
|
1212
|
+
* t.assert.snapshot({ value3: 3, value4: 4 }, {
|
|
1213
|
+
* serializers: [(value) => JSON.stringify(value)]
|
|
1214
|
+
* });
|
|
1215
|
+
* });
|
|
1216
|
+
* ```
|
|
1217
|
+
* @since v22.3.0
|
|
1218
|
+
* @param value A value to serialize to a string. If Node.js was started with
|
|
1219
|
+
* the [`--test-update-snapshots`](https://nodejs.org/docs/latest-v25.x/api/cli.html#--test-update-snapshots)
|
|
1220
|
+
* flag, the serialized value is written to
|
|
1221
|
+
* the snapshot file. Otherwise, the serialized value is compared to the
|
|
1222
|
+
* corresponding value in the existing snapshot file.
|
|
1223
|
+
*/
|
|
1224
|
+
snapshot(value: any, options?: AssertSnapshotOptions): void;
|
|
1225
|
+
/**
|
|
1226
|
+
* A custom assertion function registered with `assert.register()`.
|
|
1227
|
+
*/
|
|
1228
|
+
[name: string]: (...args: any[]) => void;
|
|
1229
|
+
}
|
|
1230
|
+
interface AssertSnapshotOptions {
|
|
1231
|
+
/**
|
|
1232
|
+
* An array of synchronous functions used to serialize `value` into a string.
|
|
1233
|
+
* `value` is passed as the only argument to the first serializer function.
|
|
1234
|
+
* The return value of each serializer is passed as input to the next serializer.
|
|
1235
|
+
* Once all serializers have run, the resulting value is coerced to a string.
|
|
1236
|
+
*
|
|
1237
|
+
* If no serializers are provided, the test runner's default serializers are used.
|
|
1238
|
+
*/
|
|
1239
|
+
serializers?: ReadonlyArray<(value: any) => any> | undefined;
|
|
1240
|
+
}
|
|
1241
|
+
interface TestContextPlanOptions {
|
|
1242
|
+
/**
|
|
1243
|
+
* The wait time for the plan:
|
|
1244
|
+
* * If `true`, the plan waits indefinitely for all assertions and subtests to run.
|
|
1245
|
+
* * If `false`, the plan performs an immediate check after the test function completes,
|
|
1246
|
+
* without waiting for any pending assertions or subtests.
|
|
1247
|
+
* Any assertions or subtests that complete after this check will not be counted towards the plan.
|
|
1248
|
+
* * If a number, it specifies the maximum wait time in milliseconds
|
|
1249
|
+
* before timing out while waiting for expected assertions and subtests to be matched.
|
|
1250
|
+
* If the timeout is reached, the test will fail.
|
|
1251
|
+
* @default false
|
|
1252
|
+
*/
|
|
1253
|
+
wait?: boolean | number | undefined;
|
|
1254
|
+
}
|
|
1255
|
+
interface TestContextWaitForOptions {
|
|
1256
|
+
/**
|
|
1257
|
+
* The number of milliseconds to wait after an unsuccessful
|
|
1258
|
+
* invocation of `condition` before trying again.
|
|
1259
|
+
* @default 50
|
|
1260
|
+
*/
|
|
1261
|
+
interval?: number | undefined;
|
|
1262
|
+
/**
|
|
1263
|
+
* The poll timeout in milliseconds. If `condition` has not
|
|
1264
|
+
* succeeded by the time this elapses, an error occurs.
|
|
1265
|
+
* @default 1000
|
|
1266
|
+
*/
|
|
1267
|
+
timeout?: number | undefined;
|
|
1268
|
+
}
|
|
1269
|
+
/**
|
|
1270
|
+
* An instance of `SuiteContext` is passed to each suite function in order to
|
|
1271
|
+
* interact with the test runner. However, the `SuiteContext` constructor is not
|
|
1272
|
+
* exposed as part of the API.
|
|
1273
|
+
* @since v18.7.0, v16.17.0
|
|
1274
|
+
*/
|
|
1275
|
+
interface SuiteContext {
|
|
1276
|
+
/**
|
|
1277
|
+
* The absolute path of the test file that created the current suite. If a test file imports
|
|
1278
|
+
* additional modules that generate suites, the imported suites will return the path of the root test file.
|
|
1279
|
+
* @since v22.6.0
|
|
1280
|
+
*/
|
|
1281
|
+
readonly filePath: string | undefined;
|
|
1282
|
+
/**
|
|
1283
|
+
* The name of the suite and each of its ancestors, separated by `>`.
|
|
1284
|
+
* @since v22.3.0, v20.16.0
|
|
1285
|
+
*/
|
|
1286
|
+
readonly fullName: string;
|
|
1287
|
+
/**
|
|
1288
|
+
* The name of the suite.
|
|
1289
|
+
* @since v18.8.0, v16.18.0
|
|
1290
|
+
*/
|
|
1291
|
+
readonly name: string;
|
|
1292
|
+
/**
|
|
1293
|
+
* Can be used to abort test subtasks when the test has been aborted.
|
|
1294
|
+
* @since v18.7.0, v16.17.0
|
|
1295
|
+
*/
|
|
1296
|
+
readonly signal: AbortSignal;
|
|
1297
|
+
}
|
|
1298
|
+
interface TestOptions {
|
|
1299
|
+
/**
|
|
1300
|
+
* If a number is provided, then that many tests would run in parallel.
|
|
1301
|
+
* If truthy, it would run (number of cpu cores - 1) tests in parallel.
|
|
1302
|
+
* For subtests, it will be `Infinity` tests in parallel.
|
|
1303
|
+
* If falsy, it would only run one test at a time.
|
|
1304
|
+
* If unspecified, subtests inherit this value from their parent.
|
|
1305
|
+
* @default false
|
|
1306
|
+
*/
|
|
1307
|
+
concurrency?: number | boolean | undefined;
|
|
1308
|
+
/**
|
|
1309
|
+
* If truthy, the test is expected to fail. If a non-empty string is provided, that string is displayed
|
|
1310
|
+
* in the test results as the reason why the test is expected to fail. If a
|
|
1311
|
+
* `RegExp`, `Function`, `Object`, or `Error` is provided directly (without wrapping in `{ match: … }`), the test passes
|
|
1312
|
+
* only if the thrown error matches, following the behavior of
|
|
1313
|
+
* `assert.throws`. To provide both a reason and validation, pass an object
|
|
1314
|
+
* with `label` (string) and `match` (RegExp, Function, Object, or Error).
|
|
1315
|
+
* @since v25.5.0
|
|
1316
|
+
* @default false
|
|
1317
|
+
*/
|
|
1318
|
+
expectFailure?: boolean | string | AssertPredicate | undefined;
|
|
1319
|
+
/**
|
|
1320
|
+
* If truthy, and the test context is configured to run `only` tests, then this test will be
|
|
1321
|
+
* run. Otherwise, the test is skipped.
|
|
1322
|
+
* @default false
|
|
1323
|
+
*/
|
|
1324
|
+
only?: boolean | undefined;
|
|
1325
|
+
/**
|
|
1326
|
+
* Allows aborting an in-progress test.
|
|
1327
|
+
* @since v18.8.0
|
|
1328
|
+
*/
|
|
1329
|
+
signal?: AbortSignal | undefined;
|
|
1330
|
+
/**
|
|
1331
|
+
* If truthy, the test is skipped. If a string is provided, that string is displayed in the
|
|
1332
|
+
* test results as the reason for skipping the test.
|
|
1333
|
+
* @default false
|
|
1334
|
+
*/
|
|
1335
|
+
skip?: boolean | string | undefined;
|
|
1336
|
+
/**
|
|
1337
|
+
* A number of milliseconds the test will fail after. If unspecified, subtests inherit this
|
|
1338
|
+
* value from their parent.
|
|
1339
|
+
* @default Infinity
|
|
1340
|
+
* @since v18.7.0
|
|
1341
|
+
*/
|
|
1342
|
+
timeout?: number | undefined;
|
|
1343
|
+
/**
|
|
1344
|
+
* If truthy, the test marked as `TODO`. If a string is provided, that string is displayed in
|
|
1345
|
+
* the test results as the reason why the test is `TODO`.
|
|
1346
|
+
* @default false
|
|
1347
|
+
*/
|
|
1348
|
+
todo?: boolean | string | undefined;
|
|
1349
|
+
/**
|
|
1350
|
+
* The number of assertions and subtests expected to be run in the test.
|
|
1351
|
+
* If the number of assertions run in the test does not match the number
|
|
1352
|
+
* specified in the plan, the test will fail.
|
|
1353
|
+
* @default undefined
|
|
1354
|
+
* @since v22.2.0
|
|
1355
|
+
*/
|
|
1356
|
+
plan?: number | undefined;
|
|
1357
|
+
}
|
|
1358
|
+
/**
|
|
1359
|
+
* This function creates a hook that runs before executing a suite.
|
|
1360
|
+
*
|
|
1361
|
+
* ```js
|
|
1362
|
+
* describe('tests', async () => {
|
|
1363
|
+
* before(() => console.log('about to run some test'));
|
|
1364
|
+
* it('is a subtest', () => {
|
|
1365
|
+
* // Some relevant assertion here
|
|
1366
|
+
* });
|
|
1367
|
+
* });
|
|
1368
|
+
* ```
|
|
1369
|
+
* @since v18.8.0, v16.18.0
|
|
1370
|
+
* @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
|
|
1371
|
+
* @param options Configuration options for the hook.
|
|
1372
|
+
*/
|
|
1373
|
+
function before(fn?: HookFn, options?: HookOptions): void;
|
|
1374
|
+
/**
|
|
1375
|
+
* This function creates a hook that runs after executing a suite.
|
|
1376
|
+
*
|
|
1377
|
+
* ```js
|
|
1378
|
+
* describe('tests', async () => {
|
|
1379
|
+
* after(() => console.log('finished running tests'));
|
|
1380
|
+
* it('is a subtest', () => {
|
|
1381
|
+
* // Some relevant assertion here
|
|
1382
|
+
* });
|
|
1383
|
+
* });
|
|
1384
|
+
* ```
|
|
1385
|
+
* @since v18.8.0, v16.18.0
|
|
1386
|
+
* @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
|
|
1387
|
+
* @param options Configuration options for the hook.
|
|
1388
|
+
*/
|
|
1389
|
+
function after(fn?: HookFn, options?: HookOptions): void;
|
|
1390
|
+
/**
|
|
1391
|
+
* This function creates a hook that runs before each test in the current suite.
|
|
1392
|
+
*
|
|
1393
|
+
* ```js
|
|
1394
|
+
* describe('tests', async () => {
|
|
1395
|
+
* beforeEach(() => console.log('about to run a test'));
|
|
1396
|
+
* it('is a subtest', () => {
|
|
1397
|
+
* // Some relevant assertion here
|
|
1398
|
+
* });
|
|
1399
|
+
* });
|
|
1400
|
+
* ```
|
|
1401
|
+
* @since v18.8.0, v16.18.0
|
|
1402
|
+
* @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
|
|
1403
|
+
* @param options Configuration options for the hook.
|
|
1404
|
+
*/
|
|
1405
|
+
function beforeEach(fn?: HookFn, options?: HookOptions): void;
|
|
1406
|
+
/**
|
|
1407
|
+
* This function creates a hook that runs after each test in the current suite.
|
|
1408
|
+
* The `afterEach()` hook is run even if the test fails.
|
|
1409
|
+
*
|
|
1410
|
+
* ```js
|
|
1411
|
+
* describe('tests', async () => {
|
|
1412
|
+
* afterEach(() => console.log('finished running a test'));
|
|
1413
|
+
* it('is a subtest', () => {
|
|
1414
|
+
* // Some relevant assertion here
|
|
1415
|
+
* });
|
|
1416
|
+
* });
|
|
1417
|
+
* ```
|
|
1418
|
+
* @since v18.8.0, v16.18.0
|
|
1419
|
+
* @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument.
|
|
1420
|
+
* @param options Configuration options for the hook.
|
|
1421
|
+
*/
|
|
1422
|
+
function afterEach(fn?: HookFn, options?: HookOptions): void;
|
|
1423
|
+
/**
|
|
1424
|
+
* The hook function. The first argument is the context in which the hook is called.
|
|
1425
|
+
* If the hook uses callbacks, the callback function is passed as the second argument.
|
|
1426
|
+
*/
|
|
1427
|
+
type HookFn = (c: TestContext | SuiteContext, done: (result?: any) => void) => any;
|
|
1428
|
+
/**
|
|
1429
|
+
* The hook function. The first argument is a `TestContext` object.
|
|
1430
|
+
* If the hook uses callbacks, the callback function is passed as the second argument.
|
|
1431
|
+
*/
|
|
1432
|
+
type TestContextHookFn = (t: TestContext, done: (result?: any) => void) => any;
|
|
1433
|
+
/**
|
|
1434
|
+
* Configuration options for hooks.
|
|
1435
|
+
* @since v18.8.0
|
|
1436
|
+
*/
|
|
1437
|
+
interface HookOptions {
|
|
1438
|
+
/**
|
|
1439
|
+
* Allows aborting an in-progress hook.
|
|
1440
|
+
*/
|
|
1441
|
+
signal?: AbortSignal | undefined;
|
|
1442
|
+
/**
|
|
1443
|
+
* A number of milliseconds the hook will fail after. If unspecified, subtests inherit this
|
|
1444
|
+
* value from their parent.
|
|
1445
|
+
* @default Infinity
|
|
1446
|
+
*/
|
|
1447
|
+
timeout?: number | undefined;
|
|
1448
|
+
}
|
|
1449
|
+
interface MockFunctionOptions {
|
|
1450
|
+
/**
|
|
1451
|
+
* The number of times that the mock will use the behavior of `implementation`.
|
|
1452
|
+
* Once the mock function has been called `times` times,
|
|
1453
|
+
* it will automatically restore the behavior of `original`.
|
|
1454
|
+
* This value must be an integer greater than zero.
|
|
1455
|
+
* @default Infinity
|
|
1456
|
+
*/
|
|
1457
|
+
times?: number | undefined;
|
|
1458
|
+
}
|
|
1459
|
+
interface MockMethodOptions extends MockFunctionOptions {
|
|
1460
|
+
/**
|
|
1461
|
+
* If `true`, `object[methodName]` is treated as a getter.
|
|
1462
|
+
* This option cannot be used with the `setter` option.
|
|
1463
|
+
*/
|
|
1464
|
+
getter?: boolean | undefined;
|
|
1465
|
+
/**
|
|
1466
|
+
* If `true`, `object[methodName]` is treated as a setter.
|
|
1467
|
+
* This option cannot be used with the `getter` option.
|
|
1468
|
+
*/
|
|
1469
|
+
setter?: boolean | undefined;
|
|
1470
|
+
}
|
|
1471
|
+
type Mock<F extends Function> = F & {
|
|
1472
|
+
mock: MockFunctionContext<F>;
|
|
1473
|
+
};
|
|
1474
|
+
interface MockModuleOptions {
|
|
1475
|
+
/**
|
|
1476
|
+
* If false, each call to `require()` or `import()` generates a new mock module.
|
|
1477
|
+
* If true, subsequent calls will return the same module mock, and the mock module is inserted into the CommonJS cache.
|
|
1478
|
+
* @default false
|
|
1479
|
+
*/
|
|
1480
|
+
cache?: boolean | undefined;
|
|
1481
|
+
/**
|
|
1482
|
+
* Optional mocked exports. The `default` property, if
|
|
1483
|
+
* provided, is used as the mocked module's default export. All other own
|
|
1484
|
+
* enumerable properties are used as named exports.
|
|
1485
|
+
* **This option cannot be used with `defaultExport` or `namedExports`.**
|
|
1486
|
+
* * If the mock is a CommonJS or builtin module, `exports.default` is used as
|
|
1487
|
+
* the value of `module.exports`.
|
|
1488
|
+
* * If `exports.default` is not provided for a CommonJS or builtin mock,
|
|
1489
|
+
* `module.exports` defaults to an empty object.
|
|
1490
|
+
* * If named exports are provided with a non-object default export, the mock
|
|
1491
|
+
* throws an exception when used as a CommonJS or builtin module.
|
|
1492
|
+
*/
|
|
1493
|
+
exports?: object | undefined;
|
|
1494
|
+
/**
|
|
1495
|
+
* An optional value used as the mocked module's default
|
|
1496
|
+
* export. If this value is not provided, ESM mocks do not include a default
|
|
1497
|
+
* export. If the mock is a CommonJS or builtin module, this setting is used as
|
|
1498
|
+
* the value of `module.exports`. If this value is not provided, CJS and builtin
|
|
1499
|
+
* mocks use an empty object as the value of `module.exports`.
|
|
1500
|
+
* **This option cannot be used with `options.exports`.**
|
|
1501
|
+
* This option is deprecated and will be removed in a later version.
|
|
1502
|
+
* Prefer `options.exports.default`.
|
|
1503
|
+
* @deprecated
|
|
1504
|
+
*/
|
|
1505
|
+
defaultExport?: any;
|
|
1506
|
+
/**
|
|
1507
|
+
* An optional object whose keys and values are used to
|
|
1508
|
+
* create the named exports of the mock module. If the mock is a CommonJS or
|
|
1509
|
+
* builtin module, these values are copied onto `module.exports`. Therefore, if a
|
|
1510
|
+
* mock is created with both named exports and a non-object default export, the
|
|
1511
|
+
* mock will throw an exception when used as a CJS or builtin module.
|
|
1512
|
+
* **This option cannot be used with `options.exports`.**
|
|
1513
|
+
* This option is deprecated and will be removed in a later version.
|
|
1514
|
+
* Prefer `options.exports`.
|
|
1515
|
+
* @deprecated
|
|
1516
|
+
*/
|
|
1517
|
+
namedExports?: object | undefined;
|
|
1518
|
+
}
|
|
1519
|
+
/**
|
|
1520
|
+
* The `MockTracker` class is used to manage mocking functionality. The test runner
|
|
1521
|
+
* module provides a top level `mock` export which is a `MockTracker` instance.
|
|
1522
|
+
* Each test also provides its own `MockTracker` instance via the test context's `mock` property.
|
|
1523
|
+
* @since v19.1.0, v18.13.0
|
|
1524
|
+
*/
|
|
1525
|
+
interface MockTracker {
|
|
1526
|
+
/**
|
|
1527
|
+
* This function is used to create a mock function.
|
|
1528
|
+
*
|
|
1529
|
+
* The following example creates a mock function that increments a counter by one
|
|
1530
|
+
* on each invocation. The `times` option is used to modify the mock behavior such
|
|
1531
|
+
* that the first two invocations add two to the counter instead of one.
|
|
1532
|
+
*
|
|
1533
|
+
* ```js
|
|
1534
|
+
* test('mocks a counting function', (t) => {
|
|
1535
|
+
* let cnt = 0;
|
|
1536
|
+
*
|
|
1537
|
+
* function addOne() {
|
|
1538
|
+
* cnt++;
|
|
1539
|
+
* return cnt;
|
|
1540
|
+
* }
|
|
1541
|
+
*
|
|
1542
|
+
* function addTwo() {
|
|
1543
|
+
* cnt += 2;
|
|
1544
|
+
* return cnt;
|
|
1545
|
+
* }
|
|
1546
|
+
*
|
|
1547
|
+
* const fn = t.mock.fn(addOne, addTwo, { times: 2 });
|
|
1548
|
+
*
|
|
1549
|
+
* assert.strictEqual(fn(), 2);
|
|
1550
|
+
* assert.strictEqual(fn(), 4);
|
|
1551
|
+
* assert.strictEqual(fn(), 5);
|
|
1552
|
+
* assert.strictEqual(fn(), 6);
|
|
1553
|
+
* });
|
|
1554
|
+
* ```
|
|
1555
|
+
* @since v19.1.0, v18.13.0
|
|
1556
|
+
* @param original An optional function to create a mock on.
|
|
1557
|
+
* @param implementation An optional function used as the mock implementation for `original`. This is useful for creating mocks that exhibit one behavior for a specified number of calls and
|
|
1558
|
+
* then restore the behavior of `original`.
|
|
1559
|
+
* @param options Optional configuration options for the mock function.
|
|
1560
|
+
* @return The mocked function. The mocked function contains a special `mock` property, which is an instance of {@link MockFunctionContext}, and can be used for inspecting and changing the
|
|
1561
|
+
* behavior of the mocked function.
|
|
1562
|
+
*/
|
|
1563
|
+
fn<F extends Function = (...args: any[]) => undefined>(
|
|
1564
|
+
original?: F,
|
|
1565
|
+
options?: MockFunctionOptions,
|
|
1566
|
+
): Mock<F>;
|
|
1567
|
+
fn<F extends Function = (...args: any[]) => undefined, Implementation extends Function = F>(
|
|
1568
|
+
original?: F,
|
|
1569
|
+
implementation?: Implementation,
|
|
1570
|
+
options?: MockFunctionOptions,
|
|
1571
|
+
): Mock<F | Implementation>;
|
|
1572
|
+
/**
|
|
1573
|
+
* This function is used to create a mock on an existing object method. The
|
|
1574
|
+
* following example demonstrates how a mock is created on an existing object
|
|
1575
|
+
* method.
|
|
1576
|
+
*
|
|
1577
|
+
* ```js
|
|
1578
|
+
* test('spies on an object method', (t) => {
|
|
1579
|
+
* const number = {
|
|
1580
|
+
* value: 5,
|
|
1581
|
+
* subtract(a) {
|
|
1582
|
+
* return this.value - a;
|
|
1583
|
+
* },
|
|
1584
|
+
* };
|
|
1585
|
+
*
|
|
1586
|
+
* t.mock.method(number, 'subtract');
|
|
1587
|
+
* assert.strictEqual(number.subtract.mock.calls.length, 0);
|
|
1588
|
+
* assert.strictEqual(number.subtract(3), 2);
|
|
1589
|
+
* assert.strictEqual(number.subtract.mock.calls.length, 1);
|
|
1590
|
+
*
|
|
1591
|
+
* const call = number.subtract.mock.calls[0];
|
|
1592
|
+
*
|
|
1593
|
+
* assert.deepStrictEqual(call.arguments, [3]);
|
|
1594
|
+
* assert.strictEqual(call.result, 2);
|
|
1595
|
+
* assert.strictEqual(call.error, undefined);
|
|
1596
|
+
* assert.strictEqual(call.target, undefined);
|
|
1597
|
+
* assert.strictEqual(call.this, number);
|
|
1598
|
+
* });
|
|
1599
|
+
* ```
|
|
1600
|
+
* @since v19.1.0, v18.13.0
|
|
1601
|
+
* @param object The object whose method is being mocked.
|
|
1602
|
+
* @param methodName The identifier of the method on `object` to mock. If `object[methodName]` is not a function, an error is thrown.
|
|
1603
|
+
* @param implementation An optional function used as the mock implementation for `object[methodName]`.
|
|
1604
|
+
* @param options Optional configuration options for the mock method.
|
|
1605
|
+
* @return The mocked method. The mocked method contains a special `mock` property, which is an instance of {@link MockFunctionContext}, and can be used for inspecting and changing the
|
|
1606
|
+
* behavior of the mocked method.
|
|
1607
|
+
*/
|
|
1608
|
+
method<
|
|
1609
|
+
MockedObject extends object,
|
|
1610
|
+
MethodName extends FunctionPropertyNames<MockedObject>,
|
|
1611
|
+
>(
|
|
1612
|
+
object: MockedObject,
|
|
1613
|
+
methodName: MethodName,
|
|
1614
|
+
options?: MockFunctionOptions,
|
|
1615
|
+
): MockedObject[MethodName] extends Function ? Mock<MockedObject[MethodName]>
|
|
1616
|
+
: never;
|
|
1617
|
+
method<
|
|
1618
|
+
MockedObject extends object,
|
|
1619
|
+
MethodName extends FunctionPropertyNames<MockedObject>,
|
|
1620
|
+
Implementation extends Function,
|
|
1621
|
+
>(
|
|
1622
|
+
object: MockedObject,
|
|
1623
|
+
methodName: MethodName,
|
|
1624
|
+
implementation: Implementation,
|
|
1625
|
+
options?: MockFunctionOptions,
|
|
1626
|
+
): MockedObject[MethodName] extends Function ? Mock<MockedObject[MethodName] | Implementation>
|
|
1627
|
+
: never;
|
|
1628
|
+
method<MockedObject extends object>(
|
|
1629
|
+
object: MockedObject,
|
|
1630
|
+
methodName: keyof MockedObject,
|
|
1631
|
+
options: MockMethodOptions,
|
|
1632
|
+
): Mock<Function>;
|
|
1633
|
+
method<MockedObject extends object>(
|
|
1634
|
+
object: MockedObject,
|
|
1635
|
+
methodName: keyof MockedObject,
|
|
1636
|
+
implementation: Function,
|
|
1637
|
+
options: MockMethodOptions,
|
|
1638
|
+
): Mock<Function>;
|
|
1639
|
+
/**
|
|
1640
|
+
* This function is syntax sugar for `MockTracker.method` with `options.getter` set to `true`.
|
|
1641
|
+
* @since v19.3.0, v18.13.0
|
|
1642
|
+
*/
|
|
1643
|
+
getter<
|
|
1644
|
+
MockedObject extends object,
|
|
1645
|
+
MethodName extends keyof MockedObject,
|
|
1646
|
+
>(
|
|
1647
|
+
object: MockedObject,
|
|
1648
|
+
methodName: MethodName,
|
|
1649
|
+
options?: MockFunctionOptions,
|
|
1650
|
+
): Mock<() => MockedObject[MethodName]>;
|
|
1651
|
+
getter<
|
|
1652
|
+
MockedObject extends object,
|
|
1653
|
+
MethodName extends keyof MockedObject,
|
|
1654
|
+
Implementation extends Function,
|
|
1655
|
+
>(
|
|
1656
|
+
object: MockedObject,
|
|
1657
|
+
methodName: MethodName,
|
|
1658
|
+
implementation?: Implementation,
|
|
1659
|
+
options?: MockFunctionOptions,
|
|
1660
|
+
): Mock<(() => MockedObject[MethodName]) | Implementation>;
|
|
1661
|
+
/**
|
|
1662
|
+
* This function is syntax sugar for `MockTracker.method` with `options.setter` set to `true`.
|
|
1663
|
+
* @since v19.3.0, v18.13.0
|
|
1664
|
+
*/
|
|
1665
|
+
setter<
|
|
1666
|
+
MockedObject extends object,
|
|
1667
|
+
MethodName extends keyof MockedObject,
|
|
1668
|
+
>(
|
|
1669
|
+
object: MockedObject,
|
|
1670
|
+
methodName: MethodName,
|
|
1671
|
+
options?: MockFunctionOptions,
|
|
1672
|
+
): Mock<(value: MockedObject[MethodName]) => void>;
|
|
1673
|
+
setter<
|
|
1674
|
+
MockedObject extends object,
|
|
1675
|
+
MethodName extends keyof MockedObject,
|
|
1676
|
+
Implementation extends Function,
|
|
1677
|
+
>(
|
|
1678
|
+
object: MockedObject,
|
|
1679
|
+
methodName: MethodName,
|
|
1680
|
+
implementation?: Implementation,
|
|
1681
|
+
options?: MockFunctionOptions,
|
|
1682
|
+
): Mock<((value: MockedObject[MethodName]) => void) | Implementation>;
|
|
1683
|
+
/**
|
|
1684
|
+
* This function is used to mock the exports of ECMAScript modules, CommonJS modules, JSON modules, and
|
|
1685
|
+
* Node.js builtin modules. Any references to the original module prior to mocking are not impacted. In
|
|
1686
|
+
* order to enable module mocking, Node.js must be started with the
|
|
1687
|
+
* [`--experimental-test-module-mocks`](https://nodejs.org/docs/latest-v25.x/api/cli.html#--experimental-test-module-mocks)
|
|
1688
|
+
* command-line flag.
|
|
1689
|
+
*
|
|
1690
|
+
* **Note**: [module customization hooks](https://nodejs.org/docs/latest-v25.x/api/module.html#customization-hooks) registered via the **synchronous** API effect resolution of
|
|
1691
|
+
* the `specifier` provided to `mock.module`. Customization hooks registered via the **asynchronous**
|
|
1692
|
+
* API are currently ignored (because the test runner's loader is synchronous, and node does not
|
|
1693
|
+
* support multi-chain / cross-chain loading).
|
|
1694
|
+
*
|
|
1695
|
+
* The following example demonstrates how a mock is created for a module.
|
|
1696
|
+
*
|
|
1697
|
+
* ```js
|
|
1698
|
+
* test('mocks a builtin module in both module systems', async (t) => {
|
|
1699
|
+
* // Create a mock of 'node:readline' with a named export named 'foo', which
|
|
1700
|
+
* // does not exist in the original 'node:readline' module.
|
|
1701
|
+
* const mock = t.mock.module('node:readline', {
|
|
1702
|
+
* exports: { foo: () => 42 },
|
|
1703
|
+
* });
|
|
1704
|
+
*
|
|
1705
|
+
* let esmImpl = await import('node:readline');
|
|
1706
|
+
* let cjsImpl = require('node:readline');
|
|
1707
|
+
*
|
|
1708
|
+
* // cursorTo() is an export of the original 'node:readline' module.
|
|
1709
|
+
* assert.strictEqual(esmImpl.cursorTo, undefined);
|
|
1710
|
+
* assert.strictEqual(cjsImpl.cursorTo, undefined);
|
|
1711
|
+
* assert.strictEqual(esmImpl.fn(), 42);
|
|
1712
|
+
* assert.strictEqual(cjsImpl.fn(), 42);
|
|
1713
|
+
*
|
|
1714
|
+
* mock.restore();
|
|
1715
|
+
*
|
|
1716
|
+
* // The mock is restored, so the original builtin module is returned.
|
|
1717
|
+
* esmImpl = await import('node:readline');
|
|
1718
|
+
* cjsImpl = require('node:readline');
|
|
1719
|
+
*
|
|
1720
|
+
* assert.strictEqual(typeof esmImpl.cursorTo, 'function');
|
|
1721
|
+
* assert.strictEqual(typeof cjsImpl.cursorTo, 'function');
|
|
1722
|
+
* assert.strictEqual(esmImpl.fn, undefined);
|
|
1723
|
+
* assert.strictEqual(cjsImpl.fn, undefined);
|
|
1724
|
+
* });
|
|
1725
|
+
* ```
|
|
1726
|
+
* @since v22.3.0
|
|
1727
|
+
* @experimental
|
|
1728
|
+
* @param specifier A string identifying the module to mock.
|
|
1729
|
+
* @param options Optional configuration options for the mock module.
|
|
1730
|
+
*/
|
|
1731
|
+
module(specifier: string | URL, options?: MockModuleOptions): MockModuleContext;
|
|
1732
|
+
/**
|
|
1733
|
+
* Creates a mock for a property value on an object. This allows you to track and control access to a specific property,
|
|
1734
|
+
* including how many times it is read (getter) or written (setter), and to restore the original value after mocking.
|
|
1735
|
+
*
|
|
1736
|
+
* ```js
|
|
1737
|
+
* test('mocks a property value', (t) => {
|
|
1738
|
+
* const obj = { foo: 42 };
|
|
1739
|
+
* const prop = t.mock.property(obj, 'foo', 100);
|
|
1740
|
+
*
|
|
1741
|
+
* assert.strictEqual(obj.foo, 100);
|
|
1742
|
+
* assert.strictEqual(prop.mock.accessCount(), 1);
|
|
1743
|
+
* assert.strictEqual(prop.mock.accesses[0].type, 'get');
|
|
1744
|
+
* assert.strictEqual(prop.mock.accesses[0].value, 100);
|
|
1745
|
+
*
|
|
1746
|
+
* obj.foo = 200;
|
|
1747
|
+
* assert.strictEqual(prop.mock.accessCount(), 2);
|
|
1748
|
+
* assert.strictEqual(prop.mock.accesses[1].type, 'set');
|
|
1749
|
+
* assert.strictEqual(prop.mock.accesses[1].value, 200);
|
|
1750
|
+
*
|
|
1751
|
+
* prop.mock.restore();
|
|
1752
|
+
* assert.strictEqual(obj.foo, 42);
|
|
1753
|
+
* });
|
|
1754
|
+
* ```
|
|
1755
|
+
* @since v24.3.0
|
|
1756
|
+
* @param object The object whose value is being mocked.
|
|
1757
|
+
* @param propertyName The identifier of the property on `object` to mock.
|
|
1758
|
+
* @param value An optional value used as the mock value
|
|
1759
|
+
* for `object[propertyName]`. **Default:** The original property value.
|
|
1760
|
+
* @returns A proxy to the mocked object. The mocked object contains a
|
|
1761
|
+
* special `mock` property, which is an instance of [`MockPropertyContext`][], and
|
|
1762
|
+
* can be used for inspecting and changing the behavior of the mocked property.
|
|
1763
|
+
*/
|
|
1764
|
+
property<
|
|
1765
|
+
MockedObject extends object,
|
|
1766
|
+
PropertyName extends keyof MockedObject,
|
|
1767
|
+
>(
|
|
1768
|
+
object: MockedObject,
|
|
1769
|
+
property: PropertyName,
|
|
1770
|
+
value?: MockedObject[PropertyName],
|
|
1771
|
+
): MockedObject & { mock: MockPropertyContext<MockedObject[PropertyName]> };
|
|
1772
|
+
/**
|
|
1773
|
+
* This function restores the default behavior of all mocks that were previously
|
|
1774
|
+
* created by this `MockTracker` and disassociates the mocks from the `MockTracker` instance. Once disassociated, the mocks can still be used, but the `MockTracker` instance can no longer be
|
|
1775
|
+
* used to reset their behavior or
|
|
1776
|
+
* otherwise interact with them.
|
|
1777
|
+
*
|
|
1778
|
+
* After each test completes, this function is called on the test context's `MockTracker`. If the global `MockTracker` is used extensively, calling this
|
|
1779
|
+
* function manually is recommended.
|
|
1780
|
+
* @since v19.1.0, v18.13.0
|
|
1781
|
+
*/
|
|
1782
|
+
reset(): void;
|
|
1783
|
+
/**
|
|
1784
|
+
* This function restores the default behavior of all mocks that were previously
|
|
1785
|
+
* created by this `MockTracker`. Unlike `mock.reset()`, `mock.restoreAll()` does
|
|
1786
|
+
* not disassociate the mocks from the `MockTracker` instance.
|
|
1787
|
+
* @since v19.1.0, v18.13.0
|
|
1788
|
+
*/
|
|
1789
|
+
restoreAll(): void;
|
|
1790
|
+
readonly timers: MockTimers;
|
|
1791
|
+
}
|
|
1792
|
+
const mock: MockTracker;
|
|
1793
|
+
interface MockFunctionCall<
|
|
1794
|
+
F extends Function,
|
|
1795
|
+
ReturnType = F extends (...args: any) => infer T ? T
|
|
1796
|
+
: F extends abstract new(...args: any) => infer T ? T
|
|
1797
|
+
: unknown,
|
|
1798
|
+
Args = F extends (...args: infer Y) => any ? Y
|
|
1799
|
+
: F extends abstract new(...args: infer Y) => any ? Y
|
|
1800
|
+
: unknown[],
|
|
1801
|
+
> {
|
|
1802
|
+
/**
|
|
1803
|
+
* An array of the arguments passed to the mock function.
|
|
1804
|
+
*/
|
|
1805
|
+
arguments: Args;
|
|
1806
|
+
/**
|
|
1807
|
+
* If the mocked function threw then this property contains the thrown value.
|
|
1808
|
+
*/
|
|
1809
|
+
error: unknown | undefined;
|
|
1810
|
+
/**
|
|
1811
|
+
* The value returned by the mocked function.
|
|
1812
|
+
*
|
|
1813
|
+
* If the mocked function threw, it will be `undefined`.
|
|
1814
|
+
*/
|
|
1815
|
+
result: ReturnType | undefined;
|
|
1816
|
+
/**
|
|
1817
|
+
* An `Error` object whose stack can be used to determine the callsite of the mocked function invocation.
|
|
1818
|
+
*/
|
|
1819
|
+
stack: Error;
|
|
1820
|
+
/**
|
|
1821
|
+
* If the mocked function is a constructor, this field contains the class being constructed.
|
|
1822
|
+
* Otherwise this will be `undefined`.
|
|
1823
|
+
*/
|
|
1824
|
+
target: F extends abstract new(...args: any) => any ? F : undefined;
|
|
1825
|
+
/**
|
|
1826
|
+
* The mocked function's `this` value.
|
|
1827
|
+
*/
|
|
1828
|
+
this: unknown;
|
|
1829
|
+
}
|
|
1830
|
+
/**
|
|
1831
|
+
* The `MockFunctionContext` class is used to inspect or manipulate the behavior of
|
|
1832
|
+
* mocks created via the `MockTracker` APIs.
|
|
1833
|
+
* @since v19.1.0, v18.13.0
|
|
1834
|
+
*/
|
|
1835
|
+
interface MockFunctionContext<F extends Function> {
|
|
1836
|
+
/**
|
|
1837
|
+
* A getter that returns a copy of the internal array used to track calls to the
|
|
1838
|
+
* mock. Each entry in the array is an object with the following properties.
|
|
1839
|
+
* @since v19.1.0, v18.13.0
|
|
1840
|
+
*/
|
|
1841
|
+
readonly calls: MockFunctionCall<F>[];
|
|
1842
|
+
/**
|
|
1843
|
+
* This function returns the number of times that this mock has been invoked. This
|
|
1844
|
+
* function is more efficient than checking `ctx.calls.length` because `ctx.calls` is a getter that creates a copy of the internal call tracking array.
|
|
1845
|
+
* @since v19.1.0, v18.13.0
|
|
1846
|
+
* @return The number of times that this mock has been invoked.
|
|
1847
|
+
*/
|
|
1848
|
+
callCount(): number;
|
|
1849
|
+
/**
|
|
1850
|
+
* This function is used to change the behavior of an existing mock.
|
|
1851
|
+
*
|
|
1852
|
+
* The following example creates a mock function using `t.mock.fn()`, calls the
|
|
1853
|
+
* mock function, and then changes the mock implementation to a different function.
|
|
1854
|
+
*
|
|
1855
|
+
* ```js
|
|
1856
|
+
* test('changes a mock behavior', (t) => {
|
|
1857
|
+
* let cnt = 0;
|
|
1858
|
+
*
|
|
1859
|
+
* function addOne() {
|
|
1860
|
+
* cnt++;
|
|
1861
|
+
* return cnt;
|
|
1862
|
+
* }
|
|
1863
|
+
*
|
|
1864
|
+
* function addTwo() {
|
|
1865
|
+
* cnt += 2;
|
|
1866
|
+
* return cnt;
|
|
1867
|
+
* }
|
|
1868
|
+
*
|
|
1869
|
+
* const fn = t.mock.fn(addOne);
|
|
1870
|
+
*
|
|
1871
|
+
* assert.strictEqual(fn(), 1);
|
|
1872
|
+
* fn.mock.mockImplementation(addTwo);
|
|
1873
|
+
* assert.strictEqual(fn(), 3);
|
|
1874
|
+
* assert.strictEqual(fn(), 5);
|
|
1875
|
+
* });
|
|
1876
|
+
* ```
|
|
1877
|
+
* @since v19.1.0, v18.13.0
|
|
1878
|
+
* @param implementation The function to be used as the mock's new implementation.
|
|
1879
|
+
*/
|
|
1880
|
+
mockImplementation(implementation: F): void;
|
|
1881
|
+
/**
|
|
1882
|
+
* This function is used to change the behavior of an existing mock for a single
|
|
1883
|
+
* invocation. Once invocation `onCall` has occurred, the mock will revert to
|
|
1884
|
+
* whatever behavior it would have used had `mockImplementationOnce()` not been
|
|
1885
|
+
* called.
|
|
1886
|
+
*
|
|
1887
|
+
* The following example creates a mock function using `t.mock.fn()`, calls the
|
|
1888
|
+
* mock function, changes the mock implementation to a different function for the
|
|
1889
|
+
* next invocation, and then resumes its previous behavior.
|
|
1890
|
+
*
|
|
1891
|
+
* ```js
|
|
1892
|
+
* test('changes a mock behavior once', (t) => {
|
|
1893
|
+
* let cnt = 0;
|
|
1894
|
+
*
|
|
1895
|
+
* function addOne() {
|
|
1896
|
+
* cnt++;
|
|
1897
|
+
* return cnt;
|
|
1898
|
+
* }
|
|
1899
|
+
*
|
|
1900
|
+
* function addTwo() {
|
|
1901
|
+
* cnt += 2;
|
|
1902
|
+
* return cnt;
|
|
1903
|
+
* }
|
|
1904
|
+
*
|
|
1905
|
+
* const fn = t.mock.fn(addOne);
|
|
1906
|
+
*
|
|
1907
|
+
* assert.strictEqual(fn(), 1);
|
|
1908
|
+
* fn.mock.mockImplementationOnce(addTwo);
|
|
1909
|
+
* assert.strictEqual(fn(), 3);
|
|
1910
|
+
* assert.strictEqual(fn(), 4);
|
|
1911
|
+
* });
|
|
1912
|
+
* ```
|
|
1913
|
+
* @since v19.1.0, v18.13.0
|
|
1914
|
+
* @param implementation The function to be used as the mock's implementation for the invocation number specified by `onCall`.
|
|
1915
|
+
* @param onCall The invocation number that will use `implementation`. If the specified invocation has already occurred then an exception is thrown.
|
|
1916
|
+
*/
|
|
1917
|
+
mockImplementationOnce(implementation: F, onCall?: number): void;
|
|
1918
|
+
/**
|
|
1919
|
+
* Resets the call history of the mock function.
|
|
1920
|
+
* @since v19.3.0, v18.13.0
|
|
1921
|
+
*/
|
|
1922
|
+
resetCalls(): void;
|
|
1923
|
+
/**
|
|
1924
|
+
* Resets the implementation of the mock function to its original behavior. The
|
|
1925
|
+
* mock can still be used after calling this function.
|
|
1926
|
+
* @since v19.1.0, v18.13.0
|
|
1927
|
+
*/
|
|
1928
|
+
restore(): void;
|
|
1929
|
+
}
|
|
1930
|
+
/**
|
|
1931
|
+
* @since v22.3.0
|
|
1932
|
+
* @experimental
|
|
1933
|
+
*/
|
|
1934
|
+
interface MockModuleContext {
|
|
1935
|
+
/**
|
|
1936
|
+
* Resets the implementation of the mock module.
|
|
1937
|
+
* @since v22.3.0
|
|
1938
|
+
*/
|
|
1939
|
+
restore(): void;
|
|
1940
|
+
}
|
|
1941
|
+
/**
|
|
1942
|
+
* @since v24.3.0
|
|
1943
|
+
*/
|
|
1944
|
+
class MockPropertyContext<PropertyType = any> {
|
|
1945
|
+
/**
|
|
1946
|
+
* A getter that returns a copy of the internal array used to track accesses (get/set) to
|
|
1947
|
+
* the mocked property. Each entry in the array is an object with the following properties:
|
|
1948
|
+
*/
|
|
1949
|
+
readonly accesses: Array<{
|
|
1950
|
+
type: "get" | "set";
|
|
1951
|
+
value: PropertyType;
|
|
1952
|
+
stack: Error;
|
|
1953
|
+
}>;
|
|
1954
|
+
/**
|
|
1955
|
+
* This function returns the number of times that the property was accessed.
|
|
1956
|
+
* This function is more efficient than checking `ctx.accesses.length` because
|
|
1957
|
+
* `ctx.accesses` is a getter that creates a copy of the internal access tracking array.
|
|
1958
|
+
* @returns The number of times that the property was accessed (read or written).
|
|
1959
|
+
*/
|
|
1960
|
+
accessCount(): number;
|
|
1961
|
+
/**
|
|
1962
|
+
* This function is used to change the value returned by the mocked property getter.
|
|
1963
|
+
* @param value The new value to be set as the mocked property value.
|
|
1964
|
+
*/
|
|
1965
|
+
mockImplementation(value: PropertyType): void;
|
|
1966
|
+
/**
|
|
1967
|
+
* This function is used to change the behavior of an existing mock for a single
|
|
1968
|
+
* invocation. Once invocation `onAccess` has occurred, the mock will revert to
|
|
1969
|
+
* whatever behavior it would have used had `mockImplementationOnce()` not been
|
|
1970
|
+
* called.
|
|
1971
|
+
*
|
|
1972
|
+
* The following example creates a mock function using `t.mock.property()`, calls the
|
|
1973
|
+
* mock property, changes the mock implementation to a different value for the
|
|
1974
|
+
* next invocation, and then resumes its previous behavior.
|
|
1975
|
+
*
|
|
1976
|
+
* ```js
|
|
1977
|
+
* test('changes a mock behavior once', (t) => {
|
|
1978
|
+
* const obj = { foo: 1 };
|
|
1979
|
+
*
|
|
1980
|
+
* const prop = t.mock.property(obj, 'foo', 5);
|
|
1981
|
+
*
|
|
1982
|
+
* assert.strictEqual(obj.foo, 5);
|
|
1983
|
+
* prop.mock.mockImplementationOnce(25);
|
|
1984
|
+
* assert.strictEqual(obj.foo, 25);
|
|
1985
|
+
* assert.strictEqual(obj.foo, 5);
|
|
1986
|
+
* });
|
|
1987
|
+
* ```
|
|
1988
|
+
* @param value The value to be used as the mock's
|
|
1989
|
+
* implementation for the invocation number specified by `onAccess`.
|
|
1990
|
+
* @param onAccess The invocation number that will use `value`. If
|
|
1991
|
+
* the specified invocation has already occurred then an exception is thrown.
|
|
1992
|
+
* **Default:** The number of the next invocation.
|
|
1993
|
+
*/
|
|
1994
|
+
mockImplementationOnce(value: PropertyType, onAccess?: number): void;
|
|
1995
|
+
/**
|
|
1996
|
+
* Resets the access history of the mocked property.
|
|
1997
|
+
*/
|
|
1998
|
+
resetAccesses(): void;
|
|
1999
|
+
/**
|
|
2000
|
+
* Resets the implementation of the mock property to its original behavior. The
|
|
2001
|
+
* mock can still be used after calling this function.
|
|
2002
|
+
*/
|
|
2003
|
+
restore(): void;
|
|
2004
|
+
}
|
|
2005
|
+
interface MockTimersOptions {
|
|
2006
|
+
apis: ReadonlyArray<"setInterval" | "setTimeout" | "setImmediate" | "Date">;
|
|
2007
|
+
now?: number | Date | undefined;
|
|
2008
|
+
}
|
|
2009
|
+
/**
|
|
2010
|
+
* Mocking timers is a technique commonly used in software testing to simulate and
|
|
2011
|
+
* control the behavior of timers, such as `setInterval` and `setTimeout`,
|
|
2012
|
+
* without actually waiting for the specified time intervals.
|
|
2013
|
+
*
|
|
2014
|
+
* The MockTimers API also allows for mocking of the `Date` constructor and
|
|
2015
|
+
* `setImmediate`/`clearImmediate` functions.
|
|
2016
|
+
*
|
|
2017
|
+
* The `MockTracker` provides a top-level `timers` export
|
|
2018
|
+
* which is a `MockTimers` instance.
|
|
2019
|
+
* @since v20.4.0
|
|
2020
|
+
*/
|
|
2021
|
+
interface MockTimers {
|
|
2022
|
+
/**
|
|
2023
|
+
* Enables timer mocking for the specified timers.
|
|
2024
|
+
*
|
|
2025
|
+
* **Note:** When you enable mocking for a specific timer, its associated
|
|
2026
|
+
* clear function will also be implicitly mocked.
|
|
2027
|
+
*
|
|
2028
|
+
* **Note:** Mocking `Date` will affect the behavior of the mocked timers
|
|
2029
|
+
* as they use the same internal clock.
|
|
2030
|
+
*
|
|
2031
|
+
* Example usage without setting initial time:
|
|
2032
|
+
*
|
|
2033
|
+
* ```js
|
|
2034
|
+
* import { mock } from 'node:test';
|
|
2035
|
+
* mock.timers.enable({ apis: ['setInterval', 'Date'], now: 1234 });
|
|
2036
|
+
* ```
|
|
2037
|
+
*
|
|
2038
|
+
* The above example enables mocking for the `Date` constructor, `setInterval` timer and
|
|
2039
|
+
* implicitly mocks the `clearInterval` function. Only the `Date` constructor from `globalThis`,
|
|
2040
|
+
* `setInterval` and `clearInterval` functions from `node:timers`, `node:timers/promises`, and `globalThis` will be mocked.
|
|
2041
|
+
*
|
|
2042
|
+
* Example usage with initial time set
|
|
2043
|
+
*
|
|
2044
|
+
* ```js
|
|
2045
|
+
* import { mock } from 'node:test';
|
|
2046
|
+
* mock.timers.enable({ apis: ['Date'], now: 1000 });
|
|
2047
|
+
* ```
|
|
2048
|
+
*
|
|
2049
|
+
* Example usage with initial Date object as time set
|
|
2050
|
+
*
|
|
2051
|
+
* ```js
|
|
2052
|
+
* import { mock } from 'node:test';
|
|
2053
|
+
* mock.timers.enable({ apis: ['Date'], now: new Date() });
|
|
2054
|
+
* ```
|
|
2055
|
+
*
|
|
2056
|
+
* Alternatively, if you call `mock.timers.enable()` without any parameters:
|
|
2057
|
+
*
|
|
2058
|
+
* All timers (`'setInterval'`, `'clearInterval'`, `'Date'`, `'setImmediate'`, `'clearImmediate'`, `'setTimeout'`, and `'clearTimeout'`)
|
|
2059
|
+
* will be mocked.
|
|
2060
|
+
*
|
|
2061
|
+
* The `setInterval`, `clearInterval`, `setTimeout`, and `clearTimeout` functions from `node:timers`, `node:timers/promises`,
|
|
2062
|
+
* and `globalThis` will be mocked.
|
|
2063
|
+
* The `Date` constructor from `globalThis` will be mocked.
|
|
2064
|
+
*
|
|
2065
|
+
* If there is no initial epoch set, the initial date will be based on 0 in the Unix epoch. This is `January 1st, 1970, 00:00:00 UTC`. You can
|
|
2066
|
+
* set an initial date by passing a now property to the `.enable()` method. This value will be used as the initial date for the mocked Date
|
|
2067
|
+
* object. It can either be a positive integer, or another Date object.
|
|
2068
|
+
* @since v20.4.0
|
|
2069
|
+
*/
|
|
2070
|
+
enable(options?: MockTimersOptions): void;
|
|
2071
|
+
/**
|
|
2072
|
+
* Sets the current Unix timestamp that will be used as reference for any mocked
|
|
2073
|
+
* `Date` objects.
|
|
2074
|
+
*
|
|
2075
|
+
* ```js
|
|
2076
|
+
* import assert from 'node:assert';
|
|
2077
|
+
* import { test } from 'node:test';
|
|
2078
|
+
*
|
|
2079
|
+
* test('runAll functions following the given order', (context) => {
|
|
2080
|
+
* const now = Date.now();
|
|
2081
|
+
* const setTime = 1000;
|
|
2082
|
+
* // Date.now is not mocked
|
|
2083
|
+
* assert.deepStrictEqual(Date.now(), now);
|
|
2084
|
+
*
|
|
2085
|
+
* context.mock.timers.enable({ apis: ['Date'] });
|
|
2086
|
+
* context.mock.timers.setTime(setTime);
|
|
2087
|
+
* // Date.now is now 1000
|
|
2088
|
+
* assert.strictEqual(Date.now(), setTime);
|
|
2089
|
+
* });
|
|
2090
|
+
* ```
|
|
2091
|
+
* @since v21.2.0, v20.11.0
|
|
2092
|
+
*/
|
|
2093
|
+
setTime(milliseconds: number): void;
|
|
2094
|
+
/**
|
|
2095
|
+
* This function restores the default behavior of all mocks that were previously
|
|
2096
|
+
* created by this `MockTimers` instance and disassociates the mocks
|
|
2097
|
+
* from the `MockTracker` instance.
|
|
2098
|
+
*
|
|
2099
|
+
* **Note:** After each test completes, this function is called on
|
|
2100
|
+
* the test context's `MockTracker`.
|
|
2101
|
+
*
|
|
2102
|
+
* ```js
|
|
2103
|
+
* import { mock } from 'node:test';
|
|
2104
|
+
* mock.timers.reset();
|
|
2105
|
+
* ```
|
|
2106
|
+
* @since v20.4.0
|
|
2107
|
+
*/
|
|
2108
|
+
reset(): void;
|
|
2109
|
+
/**
|
|
2110
|
+
* Advances time for all mocked timers.
|
|
2111
|
+
*
|
|
2112
|
+
* **Note:** This diverges from how `setTimeout` in Node.js behaves and accepts
|
|
2113
|
+
* only positive numbers. In Node.js, `setTimeout` with negative numbers is
|
|
2114
|
+
* only supported for web compatibility reasons.
|
|
2115
|
+
*
|
|
2116
|
+
* The following example mocks a `setTimeout` function and
|
|
2117
|
+
* by using `.tick` advances in
|
|
2118
|
+
* time triggering all pending timers.
|
|
2119
|
+
*
|
|
2120
|
+
* ```js
|
|
2121
|
+
* import assert from 'node:assert';
|
|
2122
|
+
* import { test } from 'node:test';
|
|
2123
|
+
*
|
|
2124
|
+
* test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => {
|
|
2125
|
+
* const fn = context.mock.fn();
|
|
2126
|
+
*
|
|
2127
|
+
* context.mock.timers.enable({ apis: ['setTimeout'] });
|
|
2128
|
+
*
|
|
2129
|
+
* setTimeout(fn, 9999);
|
|
2130
|
+
*
|
|
2131
|
+
* assert.strictEqual(fn.mock.callCount(), 0);
|
|
2132
|
+
*
|
|
2133
|
+
* // Advance in time
|
|
2134
|
+
* context.mock.timers.tick(9999);
|
|
2135
|
+
*
|
|
2136
|
+
* assert.strictEqual(fn.mock.callCount(), 1);
|
|
2137
|
+
* });
|
|
2138
|
+
* ```
|
|
2139
|
+
*
|
|
2140
|
+
* Alternativelly, the `.tick` function can be called many times
|
|
2141
|
+
*
|
|
2142
|
+
* ```js
|
|
2143
|
+
* import assert from 'node:assert';
|
|
2144
|
+
* import { test } from 'node:test';
|
|
2145
|
+
*
|
|
2146
|
+
* test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => {
|
|
2147
|
+
* const fn = context.mock.fn();
|
|
2148
|
+
* context.mock.timers.enable({ apis: ['setTimeout'] });
|
|
2149
|
+
* const nineSecs = 9000;
|
|
2150
|
+
* setTimeout(fn, nineSecs);
|
|
2151
|
+
*
|
|
2152
|
+
* const twoSeconds = 3000;
|
|
2153
|
+
* context.mock.timers.tick(twoSeconds);
|
|
2154
|
+
* context.mock.timers.tick(twoSeconds);
|
|
2155
|
+
* context.mock.timers.tick(twoSeconds);
|
|
2156
|
+
*
|
|
2157
|
+
* assert.strictEqual(fn.mock.callCount(), 1);
|
|
2158
|
+
* });
|
|
2159
|
+
* ```
|
|
2160
|
+
*
|
|
2161
|
+
* Advancing time using `.tick` will also advance the time for any `Date` object
|
|
2162
|
+
* created after the mock was enabled (if `Date` was also set to be mocked).
|
|
2163
|
+
*
|
|
2164
|
+
* ```js
|
|
2165
|
+
* import assert from 'node:assert';
|
|
2166
|
+
* import { test } from 'node:test';
|
|
2167
|
+
*
|
|
2168
|
+
* test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => {
|
|
2169
|
+
* const fn = context.mock.fn();
|
|
2170
|
+
*
|
|
2171
|
+
* context.mock.timers.enable({ apis: ['setTimeout', 'Date'] });
|
|
2172
|
+
* setTimeout(fn, 9999);
|
|
2173
|
+
*
|
|
2174
|
+
* assert.strictEqual(fn.mock.callCount(), 0);
|
|
2175
|
+
* assert.strictEqual(Date.now(), 0);
|
|
2176
|
+
*
|
|
2177
|
+
* // Advance in time
|
|
2178
|
+
* context.mock.timers.tick(9999);
|
|
2179
|
+
* assert.strictEqual(fn.mock.callCount(), 1);
|
|
2180
|
+
* assert.strictEqual(Date.now(), 9999);
|
|
2181
|
+
* });
|
|
2182
|
+
* ```
|
|
2183
|
+
* @since v20.4.0
|
|
2184
|
+
*/
|
|
2185
|
+
tick(milliseconds: number): void;
|
|
2186
|
+
/**
|
|
2187
|
+
* Triggers all pending mocked timers immediately. If the `Date` object is also
|
|
2188
|
+
* mocked, it will also advance the `Date` object to the furthest timer's time.
|
|
2189
|
+
*
|
|
2190
|
+
* The example below triggers all pending timers immediately,
|
|
2191
|
+
* causing them to execute without any delay.
|
|
2192
|
+
*
|
|
2193
|
+
* ```js
|
|
2194
|
+
* import assert from 'node:assert';
|
|
2195
|
+
* import { test } from 'node:test';
|
|
2196
|
+
*
|
|
2197
|
+
* test('runAll functions following the given order', (context) => {
|
|
2198
|
+
* context.mock.timers.enable({ apis: ['setTimeout', 'Date'] });
|
|
2199
|
+
* const results = [];
|
|
2200
|
+
* setTimeout(() => results.push(1), 9999);
|
|
2201
|
+
*
|
|
2202
|
+
* // Notice that if both timers have the same timeout,
|
|
2203
|
+
* // the order of execution is guaranteed
|
|
2204
|
+
* setTimeout(() => results.push(3), 8888);
|
|
2205
|
+
* setTimeout(() => results.push(2), 8888);
|
|
2206
|
+
*
|
|
2207
|
+
* assert.deepStrictEqual(results, []);
|
|
2208
|
+
*
|
|
2209
|
+
* context.mock.timers.runAll();
|
|
2210
|
+
* assert.deepStrictEqual(results, [3, 2, 1]);
|
|
2211
|
+
* // The Date object is also advanced to the furthest timer's time
|
|
2212
|
+
* assert.strictEqual(Date.now(), 9999);
|
|
2213
|
+
* });
|
|
2214
|
+
* ```
|
|
2215
|
+
*
|
|
2216
|
+
* **Note:** The `runAll()` function is specifically designed for
|
|
2217
|
+
* triggering timers in the context of timer mocking.
|
|
2218
|
+
* It does not have any effect on real-time system
|
|
2219
|
+
* clocks or actual timers outside of the mocking environment.
|
|
2220
|
+
* @since v20.4.0
|
|
2221
|
+
*/
|
|
2222
|
+
runAll(): void;
|
|
2223
|
+
/**
|
|
2224
|
+
* Calls {@link MockTimers.reset()}.
|
|
2225
|
+
*/
|
|
2226
|
+
[Symbol.dispose](): void;
|
|
2227
|
+
}
|
|
2228
|
+
/**
|
|
2229
|
+
* An object whose methods are used to configure available assertions on the
|
|
2230
|
+
* `TestContext` objects in the current process. The methods from `node:assert`
|
|
2231
|
+
* and snapshot testing functions are available by default.
|
|
2232
|
+
*
|
|
2233
|
+
* It is possible to apply the same configuration to all files by placing common
|
|
2234
|
+
* configuration code in a module
|
|
2235
|
+
* preloaded with `--require` or `--import`.
|
|
2236
|
+
* @since v22.14.0
|
|
2237
|
+
*/
|
|
2238
|
+
namespace assert {
|
|
2239
|
+
/**
|
|
2240
|
+
* Defines a new assertion function with the provided name and function. If an
|
|
2241
|
+
* assertion already exists with the same name, it is overwritten.
|
|
2242
|
+
* @since v22.14.0
|
|
2243
|
+
*/
|
|
2244
|
+
function register(name: string, fn: (this: TestContext, ...args: any[]) => void): void;
|
|
2245
|
+
}
|
|
2246
|
+
/**
|
|
2247
|
+
* @since v22.3.0
|
|
2248
|
+
*/
|
|
2249
|
+
namespace snapshot {
|
|
2250
|
+
/**
|
|
2251
|
+
* This function is used to customize the default serialization mechanism used by the test runner.
|
|
2252
|
+
*
|
|
2253
|
+
* By default, the test runner performs serialization by calling `JSON.stringify(value, null, 2)` on the provided value.
|
|
2254
|
+
* `JSON.stringify()` does have limitations regarding circular structures and supported data types.
|
|
2255
|
+
* If a more robust serialization mechanism is required, this function should be used to specify a list of custom serializers.
|
|
2256
|
+
*
|
|
2257
|
+
* Serializers are called in order, with the output of the previous serializer passed as input to the next.
|
|
2258
|
+
* The final result must be a string value.
|
|
2259
|
+
* @since v22.3.0
|
|
2260
|
+
* @param serializers An array of synchronous functions used as the default serializers for snapshot tests.
|
|
2261
|
+
*/
|
|
2262
|
+
function setDefaultSnapshotSerializers(serializers: ReadonlyArray<(value: any) => any>): void;
|
|
2263
|
+
/**
|
|
2264
|
+
* This function is used to set a custom resolver for the location of the snapshot file used for snapshot testing.
|
|
2265
|
+
* By default, the snapshot filename is the same as the entry point filename with `.snapshot` appended.
|
|
2266
|
+
* @since v22.3.0
|
|
2267
|
+
* @param fn A function used to compute the location of the snapshot file.
|
|
2268
|
+
* The function receives the path of the test file as its only argument. If the
|
|
2269
|
+
* test is not associated with a file (for example in the REPL), the input is
|
|
2270
|
+
* undefined. `fn()` must return a string specifying the location of the snapshot file.
|
|
2271
|
+
*/
|
|
2272
|
+
function setResolveSnapshotPath(fn: (path: string | undefined) => string): void;
|
|
2273
|
+
}
|
|
2274
|
+
}
|
|
2275
|
+
type FunctionPropertyNames<T> = {
|
|
2276
|
+
[K in keyof T]: T[K] extends Function ? K : never;
|
|
2277
|
+
}[keyof T];
|
|
2278
|
+
export = test;
|
|
2279
|
+
}
|