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,1468 @@
|
|
|
1
|
+
declare module "node:fs/promises" {
|
|
2
|
+
import { NonSharedBuffer } from "node:buffer";
|
|
3
|
+
import { Abortable } from "node:events";
|
|
4
|
+
import { Interface as ReadlineInterface } from "node:readline";
|
|
5
|
+
import {
|
|
6
|
+
BigIntStats,
|
|
7
|
+
BigIntStatsFs,
|
|
8
|
+
BufferEncodingOption,
|
|
9
|
+
constants as fsConstants,
|
|
10
|
+
CopyOptions,
|
|
11
|
+
Dir,
|
|
12
|
+
Dirent,
|
|
13
|
+
EncodingOption,
|
|
14
|
+
GlobOptions,
|
|
15
|
+
GlobOptionsWithFileTypes,
|
|
16
|
+
GlobOptionsWithoutFileTypes,
|
|
17
|
+
MakeDirectoryOptions,
|
|
18
|
+
Mode,
|
|
19
|
+
ObjectEncodingOptions,
|
|
20
|
+
OpenDirOptions,
|
|
21
|
+
OpenMode,
|
|
22
|
+
PathLike,
|
|
23
|
+
ReadOptions,
|
|
24
|
+
ReadOptionsWithBuffer,
|
|
25
|
+
ReadPosition,
|
|
26
|
+
ReadStream,
|
|
27
|
+
ReadVResult,
|
|
28
|
+
RmOptions,
|
|
29
|
+
StatFsOptions,
|
|
30
|
+
StatOptions,
|
|
31
|
+
Stats,
|
|
32
|
+
StatsFs,
|
|
33
|
+
TimeLike,
|
|
34
|
+
WatchEventType,
|
|
35
|
+
WatchOptions as _WatchOptions,
|
|
36
|
+
WriteStream,
|
|
37
|
+
WriteVResult,
|
|
38
|
+
} from "node:fs";
|
|
39
|
+
import { Stream } from "node:stream";
|
|
40
|
+
import { ByteReadableStream, Transform, Writer } from "node:stream/iter";
|
|
41
|
+
import { ReadableStream } from "node:stream/web";
|
|
42
|
+
interface FileChangeInfo<T extends string | Buffer> {
|
|
43
|
+
eventType: WatchEventType;
|
|
44
|
+
filename: T | null;
|
|
45
|
+
}
|
|
46
|
+
interface FlagAndOpenMode {
|
|
47
|
+
mode?: Mode | undefined;
|
|
48
|
+
flag?: OpenMode | undefined;
|
|
49
|
+
}
|
|
50
|
+
interface FileReadResult<T extends NodeJS.ArrayBufferView> {
|
|
51
|
+
bytesRead: number;
|
|
52
|
+
buffer: T;
|
|
53
|
+
}
|
|
54
|
+
/** @deprecated This interface will be removed in a future version. Use `import { ReadOptionsWithBuffer } from "node:fs"` instead. */
|
|
55
|
+
interface FileReadOptions<T extends NodeJS.ArrayBufferView = Buffer> {
|
|
56
|
+
/**
|
|
57
|
+
* @default `Buffer.alloc(0xffff)`
|
|
58
|
+
*/
|
|
59
|
+
buffer?: T;
|
|
60
|
+
/**
|
|
61
|
+
* @default 0
|
|
62
|
+
*/
|
|
63
|
+
offset?: number | null;
|
|
64
|
+
/**
|
|
65
|
+
* @default `buffer.byteLength`
|
|
66
|
+
*/
|
|
67
|
+
length?: number | null;
|
|
68
|
+
position?: ReadPosition | null;
|
|
69
|
+
}
|
|
70
|
+
interface CreateReadStreamOptions extends Abortable {
|
|
71
|
+
encoding?: BufferEncoding | null | undefined;
|
|
72
|
+
autoClose?: boolean | undefined;
|
|
73
|
+
emitClose?: boolean | undefined;
|
|
74
|
+
start?: number | undefined;
|
|
75
|
+
end?: number | undefined;
|
|
76
|
+
highWaterMark?: number | undefined;
|
|
77
|
+
}
|
|
78
|
+
interface CreateWriteStreamOptions {
|
|
79
|
+
encoding?: BufferEncoding | null | undefined;
|
|
80
|
+
autoClose?: boolean | undefined;
|
|
81
|
+
emitClose?: boolean | undefined;
|
|
82
|
+
start?: number | undefined;
|
|
83
|
+
highWaterMark?: number | undefined;
|
|
84
|
+
flush?: boolean | undefined;
|
|
85
|
+
}
|
|
86
|
+
interface ReadableWebStreamOptions {
|
|
87
|
+
autoClose?: boolean | undefined;
|
|
88
|
+
}
|
|
89
|
+
interface PullOptions extends Abortable {
|
|
90
|
+
/**
|
|
91
|
+
* Close the file handle when the stream ends.
|
|
92
|
+
* @default false
|
|
93
|
+
*/
|
|
94
|
+
autoClose?: boolean | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* Byte offset to begin reading from. When specified,
|
|
97
|
+
* reads use explicit positioning (`pread` semantics).
|
|
98
|
+
*/
|
|
99
|
+
start?: number | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* Maximum number of bytes to read before ending the
|
|
102
|
+
* iterator. Reads stop when `limit` bytes have been delivered or EOF is
|
|
103
|
+
* reached, whichever comes first.
|
|
104
|
+
*/
|
|
105
|
+
limit?: number | undefined;
|
|
106
|
+
/**
|
|
107
|
+
* Size in bytes of the buffer allocated for each
|
|
108
|
+
* read operation.
|
|
109
|
+
* @default 131072
|
|
110
|
+
*/
|
|
111
|
+
chunkSize?: number | undefined;
|
|
112
|
+
}
|
|
113
|
+
interface WriterOptions {
|
|
114
|
+
/**
|
|
115
|
+
* Close the file handle when the writer ends or fails.
|
|
116
|
+
* @default false
|
|
117
|
+
*/
|
|
118
|
+
autoClose?: boolean | undefined;
|
|
119
|
+
/**
|
|
120
|
+
* Byte offset to start writing at. When specified,
|
|
121
|
+
* writes use explicit positioning.
|
|
122
|
+
*/
|
|
123
|
+
start?: number | undefined;
|
|
124
|
+
/**
|
|
125
|
+
* Maximum number of bytes the writer will accept.
|
|
126
|
+
* Async writes (`write()`, `writev()`) that would exceed the limit reject
|
|
127
|
+
* with `ERR_OUT_OF_RANGE`. Sync writes (`writeSync()`, `writevSync()`)
|
|
128
|
+
* return `false`.
|
|
129
|
+
*/
|
|
130
|
+
limit?: number | undefined;
|
|
131
|
+
/**
|
|
132
|
+
* Maximum chunk size in bytes for synchronous write
|
|
133
|
+
* operations. Writes larger than this threshold fall back to async I/O.
|
|
134
|
+
* Set this to match the reader's `chunkSize` for optimal `pipeTo()`
|
|
135
|
+
* performance.
|
|
136
|
+
* @default 131072
|
|
137
|
+
*/
|
|
138
|
+
chunkSize?: number | undefined;
|
|
139
|
+
}
|
|
140
|
+
// TODO: Add `EventEmitter` close
|
|
141
|
+
interface FileHandle {
|
|
142
|
+
/**
|
|
143
|
+
* The numeric file descriptor managed by the {FileHandle} object.
|
|
144
|
+
* @since v10.0.0
|
|
145
|
+
*/
|
|
146
|
+
readonly fd: number;
|
|
147
|
+
/**
|
|
148
|
+
* Alias of `filehandle.writeFile()`.
|
|
149
|
+
*
|
|
150
|
+
* When operating on file handles, the mode cannot be changed from what it was set
|
|
151
|
+
* to with `fsPromises.open()`. Therefore, this is equivalent to `filehandle.writeFile()`.
|
|
152
|
+
* @since v10.0.0
|
|
153
|
+
* @return Fulfills with `undefined` upon success.
|
|
154
|
+
*/
|
|
155
|
+
appendFile(
|
|
156
|
+
data: string | Uint8Array,
|
|
157
|
+
options?:
|
|
158
|
+
| (ObjectEncodingOptions & Abortable)
|
|
159
|
+
| BufferEncoding
|
|
160
|
+
| null,
|
|
161
|
+
): Promise<void>;
|
|
162
|
+
/**
|
|
163
|
+
* Changes the ownership of the file. A wrapper for [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html).
|
|
164
|
+
* @since v10.0.0
|
|
165
|
+
* @param uid The file's new owner's user id.
|
|
166
|
+
* @param gid The file's new group's group id.
|
|
167
|
+
* @return Fulfills with `undefined` upon success.
|
|
168
|
+
*/
|
|
169
|
+
chown(uid: number, gid: number): Promise<void>;
|
|
170
|
+
/**
|
|
171
|
+
* Modifies the permissions on the file. See [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html).
|
|
172
|
+
* @since v10.0.0
|
|
173
|
+
* @param mode the file mode bit mask.
|
|
174
|
+
* @return Fulfills with `undefined` upon success.
|
|
175
|
+
*/
|
|
176
|
+
chmod(mode: Mode): Promise<void>;
|
|
177
|
+
/**
|
|
178
|
+
* Unlike the 16 KiB default `highWaterMark` for a `stream.Readable`, the stream
|
|
179
|
+
* returned by this method has a default `highWaterMark` of 64 KiB.
|
|
180
|
+
*
|
|
181
|
+
* `options` can include `start` and `end` values to read a range of bytes from
|
|
182
|
+
* the file instead of the entire file. Both `start` and `end` are inclusive and
|
|
183
|
+
* start counting at 0, allowed values are in the
|
|
184
|
+
* \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. If `start` is
|
|
185
|
+
* omitted or `undefined`, `filehandle.createReadStream()` reads sequentially from
|
|
186
|
+
* the current file position. The `encoding` can be any one of those accepted by `Buffer`.
|
|
187
|
+
*
|
|
188
|
+
* If the `FileHandle` points to a character device that only supports blocking
|
|
189
|
+
* reads (such as keyboard or sound card), read operations do not finish until data
|
|
190
|
+
* is available. This can prevent the process from exiting and the stream from
|
|
191
|
+
* closing naturally.
|
|
192
|
+
*
|
|
193
|
+
* By default, the stream will emit a `'close'` event after it has been
|
|
194
|
+
* destroyed. Set the `emitClose` option to `false` to change this behavior.
|
|
195
|
+
*
|
|
196
|
+
* ```js
|
|
197
|
+
* import { open } from 'node:fs/promises';
|
|
198
|
+
*
|
|
199
|
+
* const fd = await open('/dev/input/event0');
|
|
200
|
+
* // Create a stream from some character device.
|
|
201
|
+
* const stream = fd.createReadStream();
|
|
202
|
+
* setTimeout(() => {
|
|
203
|
+
* stream.close(); // This may not close the stream.
|
|
204
|
+
* // Artificially marking end-of-stream, as if the underlying resource had
|
|
205
|
+
* // indicated end-of-file by itself, allows the stream to close.
|
|
206
|
+
* // This does not cancel pending read operations, and if there is such an
|
|
207
|
+
* // operation, the process may still not be able to exit successfully
|
|
208
|
+
* // until it finishes.
|
|
209
|
+
* stream.push(null);
|
|
210
|
+
* stream.read(0);
|
|
211
|
+
* }, 100);
|
|
212
|
+
* ```
|
|
213
|
+
*
|
|
214
|
+
* If `autoClose` is false, then the file descriptor won't be closed, even if
|
|
215
|
+
* there's an error. It is the application's responsibility to close it and make
|
|
216
|
+
* sure there's no file descriptor leak. If `autoClose` is set to true (default
|
|
217
|
+
* behavior), on `'error'` or `'end'` the file descriptor will be closed
|
|
218
|
+
* automatically.
|
|
219
|
+
*
|
|
220
|
+
* An example to read the last 10 bytes of a file which is 100 bytes long:
|
|
221
|
+
*
|
|
222
|
+
* ```js
|
|
223
|
+
* import { open } from 'node:fs/promises';
|
|
224
|
+
*
|
|
225
|
+
* const fd = await open('sample.txt');
|
|
226
|
+
* fd.createReadStream({ start: 90, end: 99 });
|
|
227
|
+
* ```
|
|
228
|
+
* @since v16.11.0
|
|
229
|
+
*/
|
|
230
|
+
createReadStream(options?: CreateReadStreamOptions): ReadStream;
|
|
231
|
+
/**
|
|
232
|
+
* `options` may also include a `start` option to allow writing data at some
|
|
233
|
+
* position past the beginning of the file, allowed values are in the
|
|
234
|
+
* \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. Modifying a file rather than
|
|
235
|
+
* replacing it may require the `flags` `open` option to be set to `r+` rather than
|
|
236
|
+
* the default `r`. The `encoding` can be any one of those accepted by `Buffer`.
|
|
237
|
+
*
|
|
238
|
+
* If `autoClose` is set to true (default behavior) on `'error'` or `'finish'` the file descriptor will be closed automatically. If `autoClose` is false,
|
|
239
|
+
* then the file descriptor won't be closed, even if there's an error.
|
|
240
|
+
* It is the application's responsibility to close it and make sure there's no
|
|
241
|
+
* file descriptor leak.
|
|
242
|
+
*
|
|
243
|
+
* By default, the stream will emit a `'close'` event after it has been
|
|
244
|
+
* destroyed. Set the `emitClose` option to `false` to change this behavior.
|
|
245
|
+
* @since v16.11.0
|
|
246
|
+
*/
|
|
247
|
+
createWriteStream(options?: CreateWriteStreamOptions): WriteStream;
|
|
248
|
+
/**
|
|
249
|
+
* Forces all currently queued I/O operations associated with the file to the
|
|
250
|
+
* operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details.
|
|
251
|
+
*
|
|
252
|
+
* Unlike `filehandle.sync` this method does not flush modified metadata.
|
|
253
|
+
* @since v10.0.0
|
|
254
|
+
* @return Fulfills with `undefined` upon success.
|
|
255
|
+
*/
|
|
256
|
+
datasync(): Promise<void>;
|
|
257
|
+
/**
|
|
258
|
+
* Return the file contents as an async iterable using the
|
|
259
|
+
* [`node:stream/iter`](https://nodejs.org/docs/latest-v25.x/api/stream_iter.html) pull model. Reads are performed in `chunkSize`-byte
|
|
260
|
+
* chunks (default 128 KB). If transforms are provided, they are applied
|
|
261
|
+
* via [`stream/iter pull()`](https://nodejs.org/docs/latest-v25.x/api/stream_iter.html#pullsource-transforms-options).
|
|
262
|
+
*
|
|
263
|
+
* The file handle is locked while the iterable is being consumed and unlocked
|
|
264
|
+
* when iteration completes, an error occurs, or the consumer breaks.
|
|
265
|
+
*
|
|
266
|
+
* This function is only available when the `--experimental-stream-iter` flag is
|
|
267
|
+
* enabled.
|
|
268
|
+
*
|
|
269
|
+
* ```js
|
|
270
|
+
* import { open } from 'node:fs/promises';
|
|
271
|
+
* import { text } from 'node:stream/iter';
|
|
272
|
+
* import { compressGzip } from 'node:zlib/iter';
|
|
273
|
+
*
|
|
274
|
+
* const fh = await open('input.txt', 'r');
|
|
275
|
+
*
|
|
276
|
+
* // Read as text
|
|
277
|
+
* console.log(await text(fh.pull({ autoClose: true })));
|
|
278
|
+
*
|
|
279
|
+
* // Read 1 KB starting at byte 100
|
|
280
|
+
* const fh2 = await open('input.txt', 'r');
|
|
281
|
+
* console.log(await text(fh2.pull({ start: 100, limit: 1024, autoClose: true })));
|
|
282
|
+
*
|
|
283
|
+
* // Read with compression
|
|
284
|
+
* const fh3 = await open('input.txt', 'r');
|
|
285
|
+
* const compressed = fh3.pull(compressGzip(), { autoClose: true });
|
|
286
|
+
* ```
|
|
287
|
+
* @since v25.9.0
|
|
288
|
+
* @experimental
|
|
289
|
+
*/
|
|
290
|
+
pull(...transforms: Transform[]): ByteReadableStream;
|
|
291
|
+
pull(...args: [...transforms: Transform[], options: PullOptions]): ByteReadableStream;
|
|
292
|
+
/**
|
|
293
|
+
* Request that all data for the open file descriptor is flushed to the storage
|
|
294
|
+
* device. The specific implementation is operating system and device specific.
|
|
295
|
+
* Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail.
|
|
296
|
+
* @since v10.0.0
|
|
297
|
+
* @return Fulfills with `undefined` upon success.
|
|
298
|
+
*/
|
|
299
|
+
sync(): Promise<void>;
|
|
300
|
+
/**
|
|
301
|
+
* Reads data from the file and stores that in the given buffer.
|
|
302
|
+
*
|
|
303
|
+
* If the file is not modified concurrently, the end-of-file is reached when the
|
|
304
|
+
* number of bytes read is zero.
|
|
305
|
+
* @since v10.0.0
|
|
306
|
+
* @param buffer A buffer that will be filled with the file data read.
|
|
307
|
+
* @param offset The location in the buffer at which to start filling.
|
|
308
|
+
* @param length The number of bytes to read.
|
|
309
|
+
* @param position The location where to begin reading data from the file. If `null`, data will be read from the current file position, and the position will be updated. If `position` is an
|
|
310
|
+
* integer, the current file position will remain unchanged.
|
|
311
|
+
* @return Fulfills upon success with an object with two properties:
|
|
312
|
+
*/
|
|
313
|
+
read<T extends NodeJS.ArrayBufferView>(
|
|
314
|
+
buffer: T,
|
|
315
|
+
offset?: number | null,
|
|
316
|
+
length?: number | null,
|
|
317
|
+
position?: ReadPosition | null,
|
|
318
|
+
): Promise<FileReadResult<T>>;
|
|
319
|
+
read<T extends NodeJS.ArrayBufferView>(
|
|
320
|
+
buffer: T,
|
|
321
|
+
options?: ReadOptions,
|
|
322
|
+
): Promise<FileReadResult<T>>;
|
|
323
|
+
read<T extends NodeJS.ArrayBufferView = NonSharedBuffer>(
|
|
324
|
+
options?: ReadOptionsWithBuffer<T>,
|
|
325
|
+
): Promise<FileReadResult<T>>;
|
|
326
|
+
/**
|
|
327
|
+
* Returns a byte-oriented `ReadableStream` that may be used to read the file's
|
|
328
|
+
* contents.
|
|
329
|
+
*
|
|
330
|
+
* An error will be thrown if this method is called more than once or is called
|
|
331
|
+
* after the `FileHandle` is closed or closing.
|
|
332
|
+
*
|
|
333
|
+
* ```js
|
|
334
|
+
* import {
|
|
335
|
+
* open,
|
|
336
|
+
* } from 'node:fs/promises';
|
|
337
|
+
*
|
|
338
|
+
* const file = await open('./some/file/to/read');
|
|
339
|
+
*
|
|
340
|
+
* for await (const chunk of file.readableWebStream())
|
|
341
|
+
* console.log(chunk);
|
|
342
|
+
*
|
|
343
|
+
* await file.close();
|
|
344
|
+
* ```
|
|
345
|
+
*
|
|
346
|
+
* While the `ReadableStream` will read the file to completion, it will not
|
|
347
|
+
* close the `FileHandle` automatically. User code must still call the`fileHandle.close()` method.
|
|
348
|
+
* @since v17.0.0
|
|
349
|
+
*/
|
|
350
|
+
readableWebStream(options?: ReadableWebStreamOptions): ReadableStream;
|
|
351
|
+
/**
|
|
352
|
+
* Asynchronously reads the entire contents of a file.
|
|
353
|
+
*
|
|
354
|
+
* If `options` is a string, then it specifies the `encoding`.
|
|
355
|
+
*
|
|
356
|
+
* The `FileHandle` has to support reading.
|
|
357
|
+
*
|
|
358
|
+
* If one or more `filehandle.read()` calls are made on a file handle and then a `filehandle.readFile()` call is made, the data will be read from the current
|
|
359
|
+
* position till the end of the file. It doesn't always read from the beginning
|
|
360
|
+
* of the file.
|
|
361
|
+
* @since v10.0.0
|
|
362
|
+
* @return Fulfills upon a successful read with the contents of the file. If no encoding is specified (using `options.encoding`), the data is returned as a {Buffer} object. Otherwise, the
|
|
363
|
+
* data will be a string.
|
|
364
|
+
*/
|
|
365
|
+
readFile(
|
|
366
|
+
options?:
|
|
367
|
+
| ({ encoding?: null | undefined } & Abortable)
|
|
368
|
+
| null,
|
|
369
|
+
): Promise<NonSharedBuffer>;
|
|
370
|
+
/**
|
|
371
|
+
* Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically.
|
|
372
|
+
* The `FileHandle` must have been opened for reading.
|
|
373
|
+
*/
|
|
374
|
+
readFile(
|
|
375
|
+
options:
|
|
376
|
+
| ({ encoding: BufferEncoding } & Abortable)
|
|
377
|
+
| BufferEncoding,
|
|
378
|
+
): Promise<string>;
|
|
379
|
+
/**
|
|
380
|
+
* Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically.
|
|
381
|
+
* The `FileHandle` must have been opened for reading.
|
|
382
|
+
*/
|
|
383
|
+
readFile(
|
|
384
|
+
options?:
|
|
385
|
+
| (ObjectEncodingOptions & Abortable)
|
|
386
|
+
| BufferEncoding
|
|
387
|
+
| null,
|
|
388
|
+
): Promise<string | NonSharedBuffer>;
|
|
389
|
+
/**
|
|
390
|
+
* Convenience method to create a `readline` interface and stream over the file.
|
|
391
|
+
* See `filehandle.createReadStream()` for the options.
|
|
392
|
+
*
|
|
393
|
+
* ```js
|
|
394
|
+
* import { open } from 'node:fs/promises';
|
|
395
|
+
*
|
|
396
|
+
* const file = await open('./some/file/to/read');
|
|
397
|
+
*
|
|
398
|
+
* for await (const line of file.readLines()) {
|
|
399
|
+
* console.log(line);
|
|
400
|
+
* }
|
|
401
|
+
* ```
|
|
402
|
+
* @since v18.11.0
|
|
403
|
+
*/
|
|
404
|
+
readLines(options?: CreateReadStreamOptions): ReadlineInterface;
|
|
405
|
+
/**
|
|
406
|
+
* @since v10.0.0
|
|
407
|
+
* @return Fulfills with an {fs.Stats} for the file.
|
|
408
|
+
*/
|
|
409
|
+
stat(
|
|
410
|
+
opts?: StatOptions & {
|
|
411
|
+
bigint?: false | undefined;
|
|
412
|
+
},
|
|
413
|
+
): Promise<Stats>;
|
|
414
|
+
stat(
|
|
415
|
+
opts: StatOptions & {
|
|
416
|
+
bigint: true;
|
|
417
|
+
},
|
|
418
|
+
): Promise<BigIntStats>;
|
|
419
|
+
stat(opts?: StatOptions): Promise<Stats | BigIntStats>;
|
|
420
|
+
/**
|
|
421
|
+
* Truncates the file.
|
|
422
|
+
*
|
|
423
|
+
* If the file was larger than `len` bytes, only the first `len` bytes will be
|
|
424
|
+
* retained in the file.
|
|
425
|
+
*
|
|
426
|
+
* The following example retains only the first four bytes of the file:
|
|
427
|
+
*
|
|
428
|
+
* ```js
|
|
429
|
+
* import { open } from 'node:fs/promises';
|
|
430
|
+
*
|
|
431
|
+
* let filehandle = null;
|
|
432
|
+
* try {
|
|
433
|
+
* filehandle = await open('temp.txt', 'r+');
|
|
434
|
+
* await filehandle.truncate(4);
|
|
435
|
+
* } finally {
|
|
436
|
+
* await filehandle?.close();
|
|
437
|
+
* }
|
|
438
|
+
* ```
|
|
439
|
+
*
|
|
440
|
+
* If the file previously was shorter than `len` bytes, it is extended, and the
|
|
441
|
+
* extended part is filled with null bytes (`'\0'`):
|
|
442
|
+
*
|
|
443
|
+
* If `len` is negative then `0` will be used.
|
|
444
|
+
* @since v10.0.0
|
|
445
|
+
* @param [len=0]
|
|
446
|
+
* @return Fulfills with `undefined` upon success.
|
|
447
|
+
*/
|
|
448
|
+
truncate(len?: number): Promise<void>;
|
|
449
|
+
/**
|
|
450
|
+
* Change the file system timestamps of the object referenced by the `FileHandle` then fulfills the promise with no arguments upon success.
|
|
451
|
+
* @since v10.0.0
|
|
452
|
+
*/
|
|
453
|
+
utimes(atime: TimeLike, mtime: TimeLike): Promise<void>;
|
|
454
|
+
/**
|
|
455
|
+
* Asynchronously writes data to a file, replacing the file if it already exists. `data` can be a string, a buffer, an
|
|
456
|
+
* [AsyncIterable](https://tc39.github.io/ecma262/#sec-asynciterable-interface), or an
|
|
457
|
+
* [Iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterable_protocol) object.
|
|
458
|
+
* The promise is fulfilled with no arguments upon success.
|
|
459
|
+
*
|
|
460
|
+
* If `options` is a string, then it specifies the `encoding`.
|
|
461
|
+
*
|
|
462
|
+
* The `FileHandle` has to support writing.
|
|
463
|
+
*
|
|
464
|
+
* It is unsafe to use `filehandle.writeFile()` multiple times on the same file
|
|
465
|
+
* without waiting for the promise to be fulfilled (or rejected).
|
|
466
|
+
*
|
|
467
|
+
* If one or more `filehandle.write()` calls are made on a file handle and then a`filehandle.writeFile()` call is made, the data will be written from the
|
|
468
|
+
* current position till the end of the file. It doesn't always write from the
|
|
469
|
+
* beginning of the file.
|
|
470
|
+
* @since v10.0.0
|
|
471
|
+
*/
|
|
472
|
+
writeFile(
|
|
473
|
+
data: string | Uint8Array,
|
|
474
|
+
options?:
|
|
475
|
+
| (ObjectEncodingOptions & Abortable)
|
|
476
|
+
| BufferEncoding
|
|
477
|
+
| null,
|
|
478
|
+
): Promise<void>;
|
|
479
|
+
/**
|
|
480
|
+
* Write `buffer` to the file.
|
|
481
|
+
*
|
|
482
|
+
* The promise is fulfilled with an object containing two properties:
|
|
483
|
+
*
|
|
484
|
+
* It is unsafe to use `filehandle.write()` multiple times on the same file
|
|
485
|
+
* without waiting for the promise to be fulfilled (or rejected). For this
|
|
486
|
+
* scenario, use `filehandle.createWriteStream()`.
|
|
487
|
+
*
|
|
488
|
+
* On Linux, positional writes do not work when the file is opened in append mode.
|
|
489
|
+
* The kernel ignores the position argument and always appends the data to
|
|
490
|
+
* the end of the file.
|
|
491
|
+
* @since v10.0.0
|
|
492
|
+
* @param offset The start position from within `buffer` where the data to write begins.
|
|
493
|
+
* @param [length=buffer.byteLength - offset] The number of bytes from `buffer` to write.
|
|
494
|
+
* @param [position='null'] The offset from the beginning of the file where the data from `buffer` should be written. If `position` is not a `number`, the data will be written at the current
|
|
495
|
+
* position. See the POSIX pwrite(2) documentation for more detail.
|
|
496
|
+
*/
|
|
497
|
+
write<TBuffer extends NodeJS.ArrayBufferView>(
|
|
498
|
+
buffer: TBuffer,
|
|
499
|
+
offset?: number | null,
|
|
500
|
+
length?: number | null,
|
|
501
|
+
position?: number | null,
|
|
502
|
+
): Promise<{
|
|
503
|
+
bytesWritten: number;
|
|
504
|
+
buffer: TBuffer;
|
|
505
|
+
}>;
|
|
506
|
+
write<TBuffer extends Uint8Array>(
|
|
507
|
+
buffer: TBuffer,
|
|
508
|
+
options?: { offset?: number; length?: number; position?: number },
|
|
509
|
+
): Promise<{
|
|
510
|
+
bytesWritten: number;
|
|
511
|
+
buffer: TBuffer;
|
|
512
|
+
}>;
|
|
513
|
+
write(
|
|
514
|
+
data: string,
|
|
515
|
+
position?: number | null,
|
|
516
|
+
encoding?: BufferEncoding | null,
|
|
517
|
+
): Promise<{
|
|
518
|
+
bytesWritten: number;
|
|
519
|
+
buffer: string;
|
|
520
|
+
}>;
|
|
521
|
+
/**
|
|
522
|
+
* Write an array of [ArrayBufferView](https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView) s to the file.
|
|
523
|
+
*
|
|
524
|
+
* The promise is fulfilled with an object containing a two properties:
|
|
525
|
+
*
|
|
526
|
+
* It is unsafe to call `writev()` multiple times on the same file without waiting
|
|
527
|
+
* for the promise to be fulfilled (or rejected).
|
|
528
|
+
*
|
|
529
|
+
* On Linux, positional writes don't work when the file is opened in append mode.
|
|
530
|
+
* The kernel ignores the position argument and always appends the data to
|
|
531
|
+
* the end of the file.
|
|
532
|
+
* @since v12.9.0
|
|
533
|
+
* @param [position='null'] The offset from the beginning of the file where the data from `buffers` should be written. If `position` is not a `number`, the data will be written at the current
|
|
534
|
+
* position.
|
|
535
|
+
*/
|
|
536
|
+
writev<TBuffers extends readonly NodeJS.ArrayBufferView[]>(
|
|
537
|
+
buffers: TBuffers,
|
|
538
|
+
position?: number,
|
|
539
|
+
): Promise<WriteVResult<TBuffers>>;
|
|
540
|
+
/**
|
|
541
|
+
* Return a [`node:stream/iter`](https://nodejs.org/docs/latest-v25.x/api/stream_iter.html) writer backed by this file handle.
|
|
542
|
+
*
|
|
543
|
+
* The writer supports both `Symbol.asyncDispose` and `Symbol.dispose`:
|
|
544
|
+
*
|
|
545
|
+
* * `await using w = fh.writer()` — if the writer is still open (no `end()`
|
|
546
|
+
* called), `asyncDispose` calls `fail()`. If `end()` is pending, it waits
|
|
547
|
+
* for it to complete.
|
|
548
|
+
* * `using w = fh.writer()` — calls `fail()` unconditionally.
|
|
549
|
+
*
|
|
550
|
+
* The `writeSync()` and `writevSync()` methods enable the try-sync fast path
|
|
551
|
+
* used by [`stream/iter pipeTo()`](https://nodejs.org/docs/latest-v25.x/api/stream_iter.html#pipetosource-transforms-writer). When the reader's chunk size matches the
|
|
552
|
+
* writer's `chunkSize`, all writes in a `pipeTo()` pipeline complete
|
|
553
|
+
* synchronously with zero promise overhead.
|
|
554
|
+
*
|
|
555
|
+
* This function is only available when the `--experimental-stream-iter` flag is
|
|
556
|
+
* enabled.
|
|
557
|
+
*
|
|
558
|
+
* ```js
|
|
559
|
+
* import { open } from 'node:fs/promises';
|
|
560
|
+
* import { from, pipeTo } from 'node:stream/iter';
|
|
561
|
+
* import { compressGzip } from 'node:zlib/iter';
|
|
562
|
+
*
|
|
563
|
+
* // Async pipeline
|
|
564
|
+
* const fh = await open('output.gz', 'w');
|
|
565
|
+
* await pipeTo(from('Hello!'), compressGzip(), fh.writer({ autoClose: true }));
|
|
566
|
+
*
|
|
567
|
+
* // Sync pipeline with limit
|
|
568
|
+
* const src = await open('input.txt', 'r');
|
|
569
|
+
* const dst = await open('output.txt', 'w');
|
|
570
|
+
* const w = dst.writer({ limit: 1024 * 1024 }); // Max 1 MB
|
|
571
|
+
* await pipeTo(src.pull({ autoClose: true }), w);
|
|
572
|
+
* await w.end();
|
|
573
|
+
* await dst.close();
|
|
574
|
+
* ```
|
|
575
|
+
* @since v25.9.0
|
|
576
|
+
* @experimental
|
|
577
|
+
*/
|
|
578
|
+
writer(options?: WriterOptions): Writer;
|
|
579
|
+
/**
|
|
580
|
+
* Read from a file and write to an array of [ArrayBufferView](https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView) s
|
|
581
|
+
* @since v13.13.0, v12.17.0
|
|
582
|
+
* @param [position='null'] The offset from the beginning of the file where the data should be read from. If `position` is not a `number`, the data will be read from the current position.
|
|
583
|
+
* @return Fulfills upon success an object containing two properties:
|
|
584
|
+
*/
|
|
585
|
+
readv<TBuffers extends readonly NodeJS.ArrayBufferView[]>(
|
|
586
|
+
buffers: TBuffers,
|
|
587
|
+
position?: number,
|
|
588
|
+
): Promise<ReadVResult<TBuffers>>;
|
|
589
|
+
/**
|
|
590
|
+
* Closes the file handle after waiting for any pending operation on the handle to
|
|
591
|
+
* complete.
|
|
592
|
+
*
|
|
593
|
+
* ```js
|
|
594
|
+
* import { open } from 'node:fs/promises';
|
|
595
|
+
*
|
|
596
|
+
* let filehandle;
|
|
597
|
+
* try {
|
|
598
|
+
* filehandle = await open('thefile.txt', 'r');
|
|
599
|
+
* } finally {
|
|
600
|
+
* await filehandle?.close();
|
|
601
|
+
* }
|
|
602
|
+
* ```
|
|
603
|
+
* @since v10.0.0
|
|
604
|
+
* @return Fulfills with `undefined` upon success.
|
|
605
|
+
*/
|
|
606
|
+
close(): Promise<void>;
|
|
607
|
+
/**
|
|
608
|
+
* Calls `filehandle.close()` and returns a promise that fulfills when the
|
|
609
|
+
* filehandle is closed.
|
|
610
|
+
* @since v20.4.0, v18.8.0
|
|
611
|
+
*/
|
|
612
|
+
[Symbol.asyncDispose](): Promise<void>;
|
|
613
|
+
}
|
|
614
|
+
const constants: typeof fsConstants;
|
|
615
|
+
/**
|
|
616
|
+
* Tests a user's permissions for the file or directory specified by `path`.
|
|
617
|
+
* The `mode` argument is an optional integer that specifies the accessibility
|
|
618
|
+
* checks to be performed. `mode` should be either the value `fs.constants.F_OK` or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`, `fs.constants.W_OK`, and `fs.constants.X_OK`
|
|
619
|
+
* (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for
|
|
620
|
+
* possible values of `mode`.
|
|
621
|
+
*
|
|
622
|
+
* If the accessibility check is successful, the promise is fulfilled with no
|
|
623
|
+
* value. If any of the accessibility checks fail, the promise is rejected
|
|
624
|
+
* with an [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object. The following example checks if the file`/etc/passwd` can be read and
|
|
625
|
+
* written by the current process.
|
|
626
|
+
*
|
|
627
|
+
* ```js
|
|
628
|
+
* import { access, constants } from 'node:fs/promises';
|
|
629
|
+
*
|
|
630
|
+
* try {
|
|
631
|
+
* await access('/etc/passwd', constants.R_OK | constants.W_OK);
|
|
632
|
+
* console.log('can access');
|
|
633
|
+
* } catch {
|
|
634
|
+
* console.error('cannot access');
|
|
635
|
+
* }
|
|
636
|
+
* ```
|
|
637
|
+
*
|
|
638
|
+
* Using `fsPromises.access()` to check for the accessibility of a file before
|
|
639
|
+
* calling `fsPromises.open()` is not recommended. Doing so introduces a race
|
|
640
|
+
* condition, since other processes may change the file's state between the two
|
|
641
|
+
* calls. Instead, user code should open/read/write the file directly and handle
|
|
642
|
+
* the error raised if the file is not accessible.
|
|
643
|
+
* @since v10.0.0
|
|
644
|
+
* @param [mode=fs.constants.F_OK]
|
|
645
|
+
* @return Fulfills with `undefined` upon success.
|
|
646
|
+
*/
|
|
647
|
+
function access(path: PathLike, mode?: number): Promise<void>;
|
|
648
|
+
/**
|
|
649
|
+
* Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it
|
|
650
|
+
* already exists.
|
|
651
|
+
*
|
|
652
|
+
* No guarantees are made about the atomicity of the copy operation. If an
|
|
653
|
+
* error occurs after the destination file has been opened for writing, an attempt
|
|
654
|
+
* will be made to remove the destination.
|
|
655
|
+
*
|
|
656
|
+
* ```js
|
|
657
|
+
* import { copyFile, constants } from 'node:fs/promises';
|
|
658
|
+
*
|
|
659
|
+
* try {
|
|
660
|
+
* await copyFile('source.txt', 'destination.txt');
|
|
661
|
+
* console.log('source.txt was copied to destination.txt');
|
|
662
|
+
* } catch {
|
|
663
|
+
* console.error('The file could not be copied');
|
|
664
|
+
* }
|
|
665
|
+
*
|
|
666
|
+
* // By using COPYFILE_EXCL, the operation will fail if destination.txt exists.
|
|
667
|
+
* try {
|
|
668
|
+
* await copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL);
|
|
669
|
+
* console.log('source.txt was copied to destination.txt');
|
|
670
|
+
* } catch {
|
|
671
|
+
* console.error('The file could not be copied');
|
|
672
|
+
* }
|
|
673
|
+
* ```
|
|
674
|
+
* @since v10.0.0
|
|
675
|
+
* @param src source filename to copy
|
|
676
|
+
* @param dest destination filename of the copy operation
|
|
677
|
+
* @param [mode=0] Optional modifiers that specify the behavior of the copy operation. It is possible to create a mask consisting of the bitwise OR of two or more values (e.g.
|
|
678
|
+
* `fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`)
|
|
679
|
+
* @return Fulfills with `undefined` upon success.
|
|
680
|
+
*/
|
|
681
|
+
function copyFile(src: PathLike, dest: PathLike, mode?: number): Promise<void>;
|
|
682
|
+
/**
|
|
683
|
+
* Opens a `FileHandle`.
|
|
684
|
+
*
|
|
685
|
+
* Refer to the POSIX [`open(2)`](http://man7.org/linux/man-pages/man2/open.2.html) documentation for more detail.
|
|
686
|
+
*
|
|
687
|
+
* Some characters (`< > : " / \ | ? *`) are reserved under Windows as documented
|
|
688
|
+
* by [Naming Files, Paths, and Namespaces](https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file). Under NTFS, if the filename contains
|
|
689
|
+
* a colon, Node.js will open a file system stream, as described by [this MSDN page](https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams).
|
|
690
|
+
* @since v10.0.0
|
|
691
|
+
* @param [flags='r'] See `support of file system `flags``.
|
|
692
|
+
* @param [mode=0o666] Sets the file mode (permission and sticky bits) if the file is created.
|
|
693
|
+
* @return Fulfills with a {FileHandle} object.
|
|
694
|
+
*/
|
|
695
|
+
function open(path: PathLike, flags?: string | number, mode?: Mode): Promise<FileHandle>;
|
|
696
|
+
/**
|
|
697
|
+
* Renames `oldPath` to `newPath`.
|
|
698
|
+
* @since v10.0.0
|
|
699
|
+
* @return Fulfills with `undefined` upon success.
|
|
700
|
+
*/
|
|
701
|
+
function rename(oldPath: PathLike, newPath: PathLike): Promise<void>;
|
|
702
|
+
/**
|
|
703
|
+
* Truncates (shortens or extends the length) of the content at `path` to `len` bytes.
|
|
704
|
+
* @since v10.0.0
|
|
705
|
+
* @param [len=0]
|
|
706
|
+
* @return Fulfills with `undefined` upon success.
|
|
707
|
+
*/
|
|
708
|
+
function truncate(path: PathLike, len?: number): Promise<void>;
|
|
709
|
+
/**
|
|
710
|
+
* Removes the directory identified by `path`.
|
|
711
|
+
*
|
|
712
|
+
* Using `fsPromises.rmdir()` on a file (not a directory) results in the
|
|
713
|
+
* promise being rejected with an `ENOENT` error on Windows and an `ENOTDIR` error on POSIX.
|
|
714
|
+
*
|
|
715
|
+
* To get a behavior similar to the `rm -rf` Unix command, use `fsPromises.rm()` with options `{ recursive: true, force: true }`.
|
|
716
|
+
* @since v10.0.0
|
|
717
|
+
* @return Fulfills with `undefined` upon success.
|
|
718
|
+
*/
|
|
719
|
+
function rmdir(path: PathLike): Promise<void>;
|
|
720
|
+
/**
|
|
721
|
+
* Removes files and directories (modeled on the standard POSIX `rm` utility).
|
|
722
|
+
* @since v14.14.0
|
|
723
|
+
* @return Fulfills with `undefined` upon success.
|
|
724
|
+
*/
|
|
725
|
+
function rm(path: PathLike, options?: RmOptions): Promise<void>;
|
|
726
|
+
/**
|
|
727
|
+
* Asynchronously creates a directory.
|
|
728
|
+
*
|
|
729
|
+
* The optional `options` argument can be an integer specifying `mode` (permission
|
|
730
|
+
* and sticky bits), or an object with a `mode` property and a `recursive` property indicating whether parent directories should be created. Calling `fsPromises.mkdir()` when `path` is a directory
|
|
731
|
+
* that exists results in a
|
|
732
|
+
* rejection only when `recursive` is false.
|
|
733
|
+
*
|
|
734
|
+
* ```js
|
|
735
|
+
* import { mkdir } from 'node:fs/promises';
|
|
736
|
+
*
|
|
737
|
+
* try {
|
|
738
|
+
* const projectFolder = new URL('./test/project/', import.meta.url);
|
|
739
|
+
* const createDir = await mkdir(projectFolder, { recursive: true });
|
|
740
|
+
*
|
|
741
|
+
* console.log(`created ${createDir}`);
|
|
742
|
+
* } catch (err) {
|
|
743
|
+
* console.error(err.message);
|
|
744
|
+
* }
|
|
745
|
+
* ```
|
|
746
|
+
* @since v10.0.0
|
|
747
|
+
* @return Upon success, fulfills with `undefined` if `recursive` is `false`, or the first directory path created if `recursive` is `true`.
|
|
748
|
+
*/
|
|
749
|
+
function mkdir(
|
|
750
|
+
path: PathLike,
|
|
751
|
+
options: MakeDirectoryOptions & {
|
|
752
|
+
recursive: true;
|
|
753
|
+
},
|
|
754
|
+
): Promise<string | undefined>;
|
|
755
|
+
/**
|
|
756
|
+
* Asynchronous mkdir(2) - create a directory.
|
|
757
|
+
* @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
|
|
758
|
+
* @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
|
|
759
|
+
* should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
|
|
760
|
+
*/
|
|
761
|
+
function mkdir(
|
|
762
|
+
path: PathLike,
|
|
763
|
+
options?:
|
|
764
|
+
| Mode
|
|
765
|
+
| (MakeDirectoryOptions & {
|
|
766
|
+
recursive?: false | undefined;
|
|
767
|
+
})
|
|
768
|
+
| null,
|
|
769
|
+
): Promise<void>;
|
|
770
|
+
/**
|
|
771
|
+
* Asynchronous mkdir(2) - create a directory.
|
|
772
|
+
* @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
|
|
773
|
+
* @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
|
|
774
|
+
* should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
|
|
775
|
+
*/
|
|
776
|
+
function mkdir(path: PathLike, options?: Mode | MakeDirectoryOptions | null): Promise<string | undefined>;
|
|
777
|
+
/**
|
|
778
|
+
* Reads the contents of a directory.
|
|
779
|
+
*
|
|
780
|
+
* The optional `options` argument can be a string specifying an encoding, or an
|
|
781
|
+
* object with an `encoding` property specifying the character encoding to use for
|
|
782
|
+
* the filenames. If the `encoding` is set to `'buffer'`, the filenames returned
|
|
783
|
+
* will be passed as `Buffer` objects.
|
|
784
|
+
*
|
|
785
|
+
* If `options.withFileTypes` is set to `true`, the returned array will contain `fs.Dirent` objects.
|
|
786
|
+
*
|
|
787
|
+
* ```js
|
|
788
|
+
* import { readdir } from 'node:fs/promises';
|
|
789
|
+
*
|
|
790
|
+
* try {
|
|
791
|
+
* const files = await readdir(path);
|
|
792
|
+
* for (const file of files)
|
|
793
|
+
* console.log(file);
|
|
794
|
+
* } catch (err) {
|
|
795
|
+
* console.error(err);
|
|
796
|
+
* }
|
|
797
|
+
* ```
|
|
798
|
+
* @since v10.0.0
|
|
799
|
+
* @return Fulfills with an array of the names of the files in the directory excluding `'.'` and `'..'`.
|
|
800
|
+
*/
|
|
801
|
+
function readdir(
|
|
802
|
+
path: PathLike,
|
|
803
|
+
options?:
|
|
804
|
+
| (ObjectEncodingOptions & {
|
|
805
|
+
withFileTypes?: false | undefined;
|
|
806
|
+
recursive?: boolean | undefined;
|
|
807
|
+
})
|
|
808
|
+
| BufferEncoding
|
|
809
|
+
| null,
|
|
810
|
+
): Promise<string[]>;
|
|
811
|
+
/**
|
|
812
|
+
* Asynchronous readdir(3) - read a directory.
|
|
813
|
+
* @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
|
|
814
|
+
* @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
|
|
815
|
+
*/
|
|
816
|
+
function readdir(
|
|
817
|
+
path: PathLike,
|
|
818
|
+
options:
|
|
819
|
+
| {
|
|
820
|
+
encoding: "buffer";
|
|
821
|
+
withFileTypes?: false | undefined;
|
|
822
|
+
recursive?: boolean | undefined;
|
|
823
|
+
}
|
|
824
|
+
| "buffer",
|
|
825
|
+
): Promise<NonSharedBuffer[]>;
|
|
826
|
+
/**
|
|
827
|
+
* Asynchronous readdir(3) - read a directory.
|
|
828
|
+
* @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
|
|
829
|
+
* @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
|
|
830
|
+
*/
|
|
831
|
+
function readdir(
|
|
832
|
+
path: PathLike,
|
|
833
|
+
options?:
|
|
834
|
+
| (ObjectEncodingOptions & {
|
|
835
|
+
withFileTypes?: false | undefined;
|
|
836
|
+
recursive?: boolean | undefined;
|
|
837
|
+
})
|
|
838
|
+
| BufferEncoding
|
|
839
|
+
| null,
|
|
840
|
+
): Promise<string[] | NonSharedBuffer[]>;
|
|
841
|
+
/**
|
|
842
|
+
* Asynchronous readdir(3) - read a directory.
|
|
843
|
+
* @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
|
|
844
|
+
* @param options If called with `withFileTypes: true` the result data will be an array of Dirent.
|
|
845
|
+
*/
|
|
846
|
+
function readdir(
|
|
847
|
+
path: PathLike,
|
|
848
|
+
options: ObjectEncodingOptions & {
|
|
849
|
+
withFileTypes: true;
|
|
850
|
+
recursive?: boolean | undefined;
|
|
851
|
+
},
|
|
852
|
+
): Promise<Dirent[]>;
|
|
853
|
+
/**
|
|
854
|
+
* Asynchronous readdir(3) - read a directory.
|
|
855
|
+
* @param path A path to a directory. If a URL is provided, it must use the `file:` protocol.
|
|
856
|
+
* @param options Must include `withFileTypes: true` and `encoding: 'buffer'`.
|
|
857
|
+
*/
|
|
858
|
+
function readdir(
|
|
859
|
+
path: PathLike,
|
|
860
|
+
options: {
|
|
861
|
+
encoding: "buffer";
|
|
862
|
+
withFileTypes: true;
|
|
863
|
+
recursive?: boolean | undefined;
|
|
864
|
+
},
|
|
865
|
+
): Promise<Dirent<NonSharedBuffer>[]>;
|
|
866
|
+
/**
|
|
867
|
+
* Reads the contents of the symbolic link referred to by `path`. See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more detail. The promise is
|
|
868
|
+
* fulfilled with the`linkString` upon success.
|
|
869
|
+
*
|
|
870
|
+
* The optional `options` argument can be a string specifying an encoding, or an
|
|
871
|
+
* object with an `encoding` property specifying the character encoding to use for
|
|
872
|
+
* the link path returned. If the `encoding` is set to `'buffer'`, the link path
|
|
873
|
+
* returned will be passed as a `Buffer` object.
|
|
874
|
+
* @since v10.0.0
|
|
875
|
+
* @return Fulfills with the `linkString` upon success.
|
|
876
|
+
*/
|
|
877
|
+
function readlink(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise<string>;
|
|
878
|
+
/**
|
|
879
|
+
* Asynchronous readlink(2) - read value of a symbolic link.
|
|
880
|
+
* @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
|
|
881
|
+
* @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
|
|
882
|
+
*/
|
|
883
|
+
function readlink(path: PathLike, options: BufferEncodingOption): Promise<NonSharedBuffer>;
|
|
884
|
+
/**
|
|
885
|
+
* Asynchronous readlink(2) - read value of a symbolic link.
|
|
886
|
+
* @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
|
|
887
|
+
* @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
|
|
888
|
+
*/
|
|
889
|
+
function readlink(
|
|
890
|
+
path: PathLike,
|
|
891
|
+
options?: ObjectEncodingOptions | string | null,
|
|
892
|
+
): Promise<string | NonSharedBuffer>;
|
|
893
|
+
/**
|
|
894
|
+
* Creates a symbolic link.
|
|
895
|
+
*
|
|
896
|
+
* The `type` argument is only used on Windows platforms and can be one of `'dir'`, `'file'`, or `'junction'`. If the `type` argument is not a string, Node.js will
|
|
897
|
+
* autodetect `target` type and use `'file'` or `'dir'`. If the `target` does not
|
|
898
|
+
* exist, `'file'` will be used. Windows junction points require the destination
|
|
899
|
+
* path to be absolute. When using `'junction'`, the `target` argument will
|
|
900
|
+
* automatically be normalized to absolute path. Junction points on NTFS volumes
|
|
901
|
+
* can only point to directories.
|
|
902
|
+
* @since v10.0.0
|
|
903
|
+
* @param [type='null']
|
|
904
|
+
* @return Fulfills with `undefined` upon success.
|
|
905
|
+
*/
|
|
906
|
+
function symlink(target: PathLike, path: PathLike, type?: string | null): Promise<void>;
|
|
907
|
+
/**
|
|
908
|
+
* Equivalent to `fsPromises.stat()` unless `path` refers to a symbolic link,
|
|
909
|
+
* in which case the link itself is stat-ed, not the file that it refers to.
|
|
910
|
+
* Refer to the POSIX [`lstat(2)`](http://man7.org/linux/man-pages/man2/lstat.2.html) document for more detail.
|
|
911
|
+
* @since v10.0.0
|
|
912
|
+
* @return Fulfills with the {fs.Stats} object for the given symbolic link `path`.
|
|
913
|
+
*/
|
|
914
|
+
function lstat(
|
|
915
|
+
path: PathLike,
|
|
916
|
+
opts?: StatOptions & {
|
|
917
|
+
bigint?: false | undefined;
|
|
918
|
+
},
|
|
919
|
+
): Promise<Stats>;
|
|
920
|
+
function lstat(
|
|
921
|
+
path: PathLike,
|
|
922
|
+
opts: StatOptions & {
|
|
923
|
+
bigint: true;
|
|
924
|
+
},
|
|
925
|
+
): Promise<BigIntStats>;
|
|
926
|
+
function lstat(path: PathLike, opts?: StatOptions): Promise<Stats | BigIntStats>;
|
|
927
|
+
/**
|
|
928
|
+
* @since v10.0.0
|
|
929
|
+
* @return Fulfills with the {fs.Stats} object for the given `path`.
|
|
930
|
+
*/
|
|
931
|
+
function stat(path: PathLike): Promise<Stats>;
|
|
932
|
+
function stat(
|
|
933
|
+
path: PathLike,
|
|
934
|
+
opts?: StatOptions & {
|
|
935
|
+
bigint?: false | undefined;
|
|
936
|
+
throwIfNoEntry?: true | undefined;
|
|
937
|
+
},
|
|
938
|
+
): Promise<Stats>;
|
|
939
|
+
function stat(
|
|
940
|
+
path: PathLike,
|
|
941
|
+
opts: StatOptions & {
|
|
942
|
+
bigint: true;
|
|
943
|
+
throwIfNoEntry?: true | undefined;
|
|
944
|
+
},
|
|
945
|
+
): Promise<BigIntStats>;
|
|
946
|
+
function stat(
|
|
947
|
+
path: PathLike,
|
|
948
|
+
opts: StatOptions & {
|
|
949
|
+
bigint?: false | undefined;
|
|
950
|
+
throwIfNoEntry: false;
|
|
951
|
+
},
|
|
952
|
+
): Promise<Stats | undefined>;
|
|
953
|
+
function stat(
|
|
954
|
+
path: PathLike,
|
|
955
|
+
opts: StatOptions & {
|
|
956
|
+
bigint: true;
|
|
957
|
+
throwIfNoEntry: false;
|
|
958
|
+
},
|
|
959
|
+
): Promise<BigIntStats | undefined>;
|
|
960
|
+
function stat(
|
|
961
|
+
path: PathLike,
|
|
962
|
+
opts: StatOptions & {
|
|
963
|
+
throwIfNoEntry?: true | undefined;
|
|
964
|
+
},
|
|
965
|
+
): Promise<Stats | BigIntStats>;
|
|
966
|
+
function stat(path: PathLike, opts?: StatOptions): Promise<Stats | BigIntStats | undefined>;
|
|
967
|
+
/**
|
|
968
|
+
* @since v19.6.0, v18.15.0
|
|
969
|
+
* @return Fulfills with the {fs.StatFs} object for the given `path`.
|
|
970
|
+
*/
|
|
971
|
+
function statfs(
|
|
972
|
+
path: PathLike,
|
|
973
|
+
opts?: StatFsOptions & {
|
|
974
|
+
bigint?: false | undefined;
|
|
975
|
+
},
|
|
976
|
+
): Promise<StatsFs>;
|
|
977
|
+
function statfs(
|
|
978
|
+
path: PathLike,
|
|
979
|
+
opts: StatFsOptions & {
|
|
980
|
+
bigint: true;
|
|
981
|
+
},
|
|
982
|
+
): Promise<BigIntStatsFs>;
|
|
983
|
+
function statfs(path: PathLike, opts?: StatFsOptions): Promise<StatsFs | BigIntStatsFs>;
|
|
984
|
+
/**
|
|
985
|
+
* Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail.
|
|
986
|
+
* @since v10.0.0
|
|
987
|
+
* @return Fulfills with `undefined` upon success.
|
|
988
|
+
*/
|
|
989
|
+
function link(existingPath: PathLike, newPath: PathLike): Promise<void>;
|
|
990
|
+
/**
|
|
991
|
+
* If `path` refers to a symbolic link, then the link is removed without affecting
|
|
992
|
+
* the file or directory to which that link refers. If the `path` refers to a file
|
|
993
|
+
* path that is not a symbolic link, the file is deleted. See the POSIX [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html) documentation for more detail.
|
|
994
|
+
* @since v10.0.0
|
|
995
|
+
* @return Fulfills with `undefined` upon success.
|
|
996
|
+
*/
|
|
997
|
+
function unlink(path: PathLike): Promise<void>;
|
|
998
|
+
/**
|
|
999
|
+
* Changes the permissions of a file.
|
|
1000
|
+
* @since v10.0.0
|
|
1001
|
+
* @return Fulfills with `undefined` upon success.
|
|
1002
|
+
*/
|
|
1003
|
+
function chmod(path: PathLike, mode: Mode): Promise<void>;
|
|
1004
|
+
/**
|
|
1005
|
+
* Changes the permissions on a symbolic link.
|
|
1006
|
+
*
|
|
1007
|
+
* This method is only implemented on macOS.
|
|
1008
|
+
* @deprecated Since v10.0.0
|
|
1009
|
+
* @return Fulfills with `undefined` upon success.
|
|
1010
|
+
*/
|
|
1011
|
+
function lchmod(path: PathLike, mode: Mode): Promise<void>;
|
|
1012
|
+
/**
|
|
1013
|
+
* Changes the ownership on a symbolic link.
|
|
1014
|
+
* @since v10.0.0
|
|
1015
|
+
* @return Fulfills with `undefined` upon success.
|
|
1016
|
+
*/
|
|
1017
|
+
function lchown(path: PathLike, uid: number, gid: number): Promise<void>;
|
|
1018
|
+
/**
|
|
1019
|
+
* Changes the access and modification times of a file in the same way as `fsPromises.utimes()`, with the difference that if the path refers to a
|
|
1020
|
+
* symbolic link, then the link is not dereferenced: instead, the timestamps of
|
|
1021
|
+
* the symbolic link itself are changed.
|
|
1022
|
+
* @since v14.5.0, v12.19.0
|
|
1023
|
+
* @return Fulfills with `undefined` upon success.
|
|
1024
|
+
*/
|
|
1025
|
+
function lutimes(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise<void>;
|
|
1026
|
+
/**
|
|
1027
|
+
* Changes the ownership of a file.
|
|
1028
|
+
* @since v10.0.0
|
|
1029
|
+
* @return Fulfills with `undefined` upon success.
|
|
1030
|
+
*/
|
|
1031
|
+
function chown(path: PathLike, uid: number, gid: number): Promise<void>;
|
|
1032
|
+
/**
|
|
1033
|
+
* Change the file system timestamps of the object referenced by `path`.
|
|
1034
|
+
*
|
|
1035
|
+
* The `atime` and `mtime` arguments follow these rules:
|
|
1036
|
+
*
|
|
1037
|
+
* * Values can be either numbers representing Unix epoch time, `Date`s, or a
|
|
1038
|
+
* numeric string like `'123456789.0'`.
|
|
1039
|
+
* * If the value can not be converted to a number, or is `NaN`, `Infinity`, or `-Infinity`, an `Error` will be thrown.
|
|
1040
|
+
* @since v10.0.0
|
|
1041
|
+
* @return Fulfills with `undefined` upon success.
|
|
1042
|
+
*/
|
|
1043
|
+
function utimes(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise<void>;
|
|
1044
|
+
/**
|
|
1045
|
+
* Determines the actual location of `path` using the same semantics as the `fs.realpath.native()` function.
|
|
1046
|
+
*
|
|
1047
|
+
* Only paths that can be converted to UTF8 strings are supported.
|
|
1048
|
+
*
|
|
1049
|
+
* The optional `options` argument can be a string specifying an encoding, or an
|
|
1050
|
+
* object with an `encoding` property specifying the character encoding to use for
|
|
1051
|
+
* the path. If the `encoding` is set to `'buffer'`, the path returned will be
|
|
1052
|
+
* passed as a `Buffer` object.
|
|
1053
|
+
*
|
|
1054
|
+
* On Linux, when Node.js is linked against musl libc, the procfs file system must
|
|
1055
|
+
* be mounted on `/proc` in order for this function to work. Glibc does not have
|
|
1056
|
+
* this restriction.
|
|
1057
|
+
* @since v10.0.0
|
|
1058
|
+
* @return Fulfills with the resolved path upon success.
|
|
1059
|
+
*/
|
|
1060
|
+
function realpath(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise<string>;
|
|
1061
|
+
/**
|
|
1062
|
+
* Asynchronous realpath(3) - return the canonicalized absolute pathname.
|
|
1063
|
+
* @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
|
|
1064
|
+
* @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
|
|
1065
|
+
*/
|
|
1066
|
+
function realpath(path: PathLike, options: BufferEncodingOption): Promise<NonSharedBuffer>;
|
|
1067
|
+
/**
|
|
1068
|
+
* Asynchronous realpath(3) - return the canonicalized absolute pathname.
|
|
1069
|
+
* @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
|
|
1070
|
+
* @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
|
|
1071
|
+
*/
|
|
1072
|
+
function realpath(
|
|
1073
|
+
path: PathLike,
|
|
1074
|
+
options?: ObjectEncodingOptions | BufferEncoding | null,
|
|
1075
|
+
): Promise<string | NonSharedBuffer>;
|
|
1076
|
+
/**
|
|
1077
|
+
* Creates a unique temporary directory. A unique directory name is generated by
|
|
1078
|
+
* appending six random characters to the end of the provided `prefix`. Due to
|
|
1079
|
+
* platform inconsistencies, avoid trailing `X` characters in `prefix`. Some
|
|
1080
|
+
* platforms, notably the BSDs, can return more than six random characters, and
|
|
1081
|
+
* replace trailing `X` characters in `prefix` with random characters.
|
|
1082
|
+
*
|
|
1083
|
+
* The optional `options` argument can be a string specifying an encoding, or an
|
|
1084
|
+
* object with an `encoding` property specifying the character encoding to use.
|
|
1085
|
+
*
|
|
1086
|
+
* ```js
|
|
1087
|
+
* import { mkdtemp } from 'node:fs/promises';
|
|
1088
|
+
* import { join } from 'node:path';
|
|
1089
|
+
* import { tmpdir } from 'node:os';
|
|
1090
|
+
*
|
|
1091
|
+
* try {
|
|
1092
|
+
* await mkdtemp(join(tmpdir(), 'foo-'));
|
|
1093
|
+
* } catch (err) {
|
|
1094
|
+
* console.error(err);
|
|
1095
|
+
* }
|
|
1096
|
+
* ```
|
|
1097
|
+
*
|
|
1098
|
+
* The `fsPromises.mkdtemp()` method will append the six randomly selected
|
|
1099
|
+
* characters directly to the `prefix` string. For instance, given a directory `/tmp`, if the intention is to create a temporary directory _within_ `/tmp`, the `prefix` must end with a trailing
|
|
1100
|
+
* platform-specific path separator
|
|
1101
|
+
* (`import { sep } from 'node:path'`).
|
|
1102
|
+
* @since v10.0.0
|
|
1103
|
+
* @return Fulfills with a string containing the file system path of the newly created temporary directory.
|
|
1104
|
+
*/
|
|
1105
|
+
function mkdtemp(prefix: string, options?: ObjectEncodingOptions | BufferEncoding | null): Promise<string>;
|
|
1106
|
+
/**
|
|
1107
|
+
* Asynchronously creates a unique temporary directory.
|
|
1108
|
+
* Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory.
|
|
1109
|
+
* @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
|
|
1110
|
+
*/
|
|
1111
|
+
function mkdtemp(prefix: string, options: BufferEncodingOption): Promise<NonSharedBuffer>;
|
|
1112
|
+
/**
|
|
1113
|
+
* Asynchronously creates a unique temporary directory.
|
|
1114
|
+
* Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory.
|
|
1115
|
+
* @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
|
|
1116
|
+
*/
|
|
1117
|
+
function mkdtemp(
|
|
1118
|
+
prefix: string,
|
|
1119
|
+
options?: ObjectEncodingOptions | BufferEncoding | null,
|
|
1120
|
+
): Promise<string | NonSharedBuffer>;
|
|
1121
|
+
interface DisposableTempDir extends AsyncDisposable {
|
|
1122
|
+
/**
|
|
1123
|
+
* The path of the created directory.
|
|
1124
|
+
*/
|
|
1125
|
+
path: string;
|
|
1126
|
+
/**
|
|
1127
|
+
* A function which removes the created directory.
|
|
1128
|
+
*/
|
|
1129
|
+
remove(): Promise<void>;
|
|
1130
|
+
/**
|
|
1131
|
+
* The same as `remove`.
|
|
1132
|
+
*/
|
|
1133
|
+
[Symbol.asyncDispose](): Promise<void>;
|
|
1134
|
+
}
|
|
1135
|
+
/**
|
|
1136
|
+
* The resulting Promise holds an async-disposable object whose `path` property
|
|
1137
|
+
* holds the created directory path. When the object is disposed, the directory
|
|
1138
|
+
* and its contents will be removed asynchronously if it still exists. If the
|
|
1139
|
+
* directory cannot be deleted, disposal will throw an error. The object has an
|
|
1140
|
+
* async `remove()` method which will perform the same task.
|
|
1141
|
+
*
|
|
1142
|
+
* Both this function and the disposal function on the resulting object are
|
|
1143
|
+
* async, so it should be used with `await` + `await using` as in
|
|
1144
|
+
* `await using dir = await fsPromises.mkdtempDisposable('prefix')`.
|
|
1145
|
+
*
|
|
1146
|
+
* <!-- TODO: link MDN docs for disposables once https://github.com/mdn/content/pull/38027 lands -->
|
|
1147
|
+
*
|
|
1148
|
+
* For detailed information, see the documentation of `fsPromises.mkdtemp()`.
|
|
1149
|
+
*
|
|
1150
|
+
* The optional `options` argument can be a string specifying an encoding, or an
|
|
1151
|
+
* object with an `encoding` property specifying the character encoding to use.
|
|
1152
|
+
* @since v24.4.0
|
|
1153
|
+
*/
|
|
1154
|
+
function mkdtempDisposable(prefix: PathLike, options?: EncodingOption): Promise<DisposableTempDir>;
|
|
1155
|
+
/**
|
|
1156
|
+
* Asynchronously writes data to a file, replacing the file if it already exists. `data` can be a string, a buffer, an
|
|
1157
|
+
* [AsyncIterable](https://tc39.github.io/ecma262/#sec-asynciterable-interface), or an
|
|
1158
|
+
* [Iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterable_protocol) object.
|
|
1159
|
+
*
|
|
1160
|
+
* The `encoding` option is ignored if `data` is a buffer.
|
|
1161
|
+
*
|
|
1162
|
+
* If `options` is a string, then it specifies the encoding.
|
|
1163
|
+
*
|
|
1164
|
+
* The `mode` option only affects the newly created file. See `fs.open()` for more details.
|
|
1165
|
+
*
|
|
1166
|
+
* Any specified `FileHandle` has to support writing.
|
|
1167
|
+
*
|
|
1168
|
+
* It is unsafe to use `fsPromises.writeFile()` multiple times on the same file
|
|
1169
|
+
* without waiting for the promise to be settled.
|
|
1170
|
+
*
|
|
1171
|
+
* Similarly to `fsPromises.readFile` \- `fsPromises.writeFile` is a convenience
|
|
1172
|
+
* method that performs multiple `write` calls internally to write the buffer
|
|
1173
|
+
* passed to it. For performance sensitive code consider using `fs.createWriteStream()` or `filehandle.createWriteStream()`.
|
|
1174
|
+
*
|
|
1175
|
+
* It is possible to use an `AbortSignal` to cancel an `fsPromises.writeFile()`.
|
|
1176
|
+
* Cancelation is "best effort", and some amount of data is likely still
|
|
1177
|
+
* to be written.
|
|
1178
|
+
*
|
|
1179
|
+
* ```js
|
|
1180
|
+
* import { writeFile } from 'node:fs/promises';
|
|
1181
|
+
* import { Buffer } from 'node:buffer';
|
|
1182
|
+
*
|
|
1183
|
+
* try {
|
|
1184
|
+
* const controller = new AbortController();
|
|
1185
|
+
* const { signal } = controller;
|
|
1186
|
+
* const data = new Uint8Array(Buffer.from('Hello Node.js'));
|
|
1187
|
+
* const promise = writeFile('message.txt', data, { signal });
|
|
1188
|
+
*
|
|
1189
|
+
* // Abort the request before the promise settles.
|
|
1190
|
+
* controller.abort();
|
|
1191
|
+
*
|
|
1192
|
+
* await promise;
|
|
1193
|
+
* } catch (err) {
|
|
1194
|
+
* // When a request is aborted - err is an AbortError
|
|
1195
|
+
* console.error(err);
|
|
1196
|
+
* }
|
|
1197
|
+
* ```
|
|
1198
|
+
*
|
|
1199
|
+
* Aborting an ongoing request does not abort individual operating
|
|
1200
|
+
* system requests but rather the internal buffering `fs.writeFile` performs.
|
|
1201
|
+
* @since v10.0.0
|
|
1202
|
+
* @param file filename or `FileHandle`
|
|
1203
|
+
* @return Fulfills with `undefined` upon success.
|
|
1204
|
+
*/
|
|
1205
|
+
function writeFile(
|
|
1206
|
+
file: PathLike | FileHandle,
|
|
1207
|
+
data:
|
|
1208
|
+
| string
|
|
1209
|
+
| NodeJS.ArrayBufferView
|
|
1210
|
+
| Iterable<string | NodeJS.ArrayBufferView>
|
|
1211
|
+
| AsyncIterable<string | NodeJS.ArrayBufferView>
|
|
1212
|
+
| Stream,
|
|
1213
|
+
options?:
|
|
1214
|
+
| (ObjectEncodingOptions & {
|
|
1215
|
+
mode?: Mode | undefined;
|
|
1216
|
+
flag?: OpenMode | undefined;
|
|
1217
|
+
/**
|
|
1218
|
+
* If all data is successfully written to the file, and `flush`
|
|
1219
|
+
* is `true`, `filehandle.sync()` is used to flush the data.
|
|
1220
|
+
* @default false
|
|
1221
|
+
*/
|
|
1222
|
+
flush?: boolean | undefined;
|
|
1223
|
+
} & Abortable)
|
|
1224
|
+
| BufferEncoding
|
|
1225
|
+
| null,
|
|
1226
|
+
): Promise<void>;
|
|
1227
|
+
/**
|
|
1228
|
+
* Asynchronously append data to a file, creating the file if it does not yet
|
|
1229
|
+
* exist. `data` can be a string or a `Buffer`.
|
|
1230
|
+
*
|
|
1231
|
+
* If `options` is a string, then it specifies the `encoding`.
|
|
1232
|
+
*
|
|
1233
|
+
* The `mode` option only affects the newly created file. See `fs.open()` for more details.
|
|
1234
|
+
*
|
|
1235
|
+
* The `path` may be specified as a `FileHandle` that has been opened
|
|
1236
|
+
* for appending (using `fsPromises.open()`).
|
|
1237
|
+
* @since v10.0.0
|
|
1238
|
+
* @param path filename or {FileHandle}
|
|
1239
|
+
* @return Fulfills with `undefined` upon success.
|
|
1240
|
+
*/
|
|
1241
|
+
function appendFile(
|
|
1242
|
+
path: PathLike | FileHandle,
|
|
1243
|
+
data: string | Uint8Array,
|
|
1244
|
+
options?: (ObjectEncodingOptions & FlagAndOpenMode & { flush?: boolean | undefined }) | BufferEncoding | null,
|
|
1245
|
+
): Promise<void>;
|
|
1246
|
+
/**
|
|
1247
|
+
* Asynchronously reads the entire contents of a file.
|
|
1248
|
+
*
|
|
1249
|
+
* If no encoding is specified (using `options.encoding`), the data is returned
|
|
1250
|
+
* as a `Buffer` object. Otherwise, the data will be a string.
|
|
1251
|
+
*
|
|
1252
|
+
* If `options` is a string, then it specifies the encoding.
|
|
1253
|
+
*
|
|
1254
|
+
* When the `path` is a directory, the behavior of `fsPromises.readFile()` is
|
|
1255
|
+
* platform-specific. On macOS, Linux, and Windows, the promise will be rejected
|
|
1256
|
+
* with an error. On FreeBSD, a representation of the directory's contents will be
|
|
1257
|
+
* returned.
|
|
1258
|
+
*
|
|
1259
|
+
* An example of reading a `package.json` file located in the same directory of the
|
|
1260
|
+
* running code:
|
|
1261
|
+
*
|
|
1262
|
+
* ```js
|
|
1263
|
+
* import { readFile } from 'node:fs/promises';
|
|
1264
|
+
* try {
|
|
1265
|
+
* const filePath = new URL('./package.json', import.meta.url);
|
|
1266
|
+
* const contents = await readFile(filePath, { encoding: 'utf8' });
|
|
1267
|
+
* console.log(contents);
|
|
1268
|
+
* } catch (err) {
|
|
1269
|
+
* console.error(err.message);
|
|
1270
|
+
* }
|
|
1271
|
+
* ```
|
|
1272
|
+
*
|
|
1273
|
+
* It is possible to abort an ongoing `readFile` using an `AbortSignal`. If a
|
|
1274
|
+
* request is aborted the promise returned is rejected with an `AbortError`:
|
|
1275
|
+
*
|
|
1276
|
+
* ```js
|
|
1277
|
+
* import { readFile } from 'node:fs/promises';
|
|
1278
|
+
*
|
|
1279
|
+
* try {
|
|
1280
|
+
* const controller = new AbortController();
|
|
1281
|
+
* const { signal } = controller;
|
|
1282
|
+
* const promise = readFile(fileName, { signal });
|
|
1283
|
+
*
|
|
1284
|
+
* // Abort the request before the promise settles.
|
|
1285
|
+
* controller.abort();
|
|
1286
|
+
*
|
|
1287
|
+
* await promise;
|
|
1288
|
+
* } catch (err) {
|
|
1289
|
+
* // When a request is aborted - err is an AbortError
|
|
1290
|
+
* console.error(err);
|
|
1291
|
+
* }
|
|
1292
|
+
* ```
|
|
1293
|
+
*
|
|
1294
|
+
* Aborting an ongoing request does not abort individual operating
|
|
1295
|
+
* system requests but rather the internal buffering `fs.readFile` performs.
|
|
1296
|
+
*
|
|
1297
|
+
* Any specified `FileHandle` has to support reading.
|
|
1298
|
+
* @since v10.0.0
|
|
1299
|
+
* @param path filename or `FileHandle`
|
|
1300
|
+
* @return Fulfills with the contents of the file.
|
|
1301
|
+
*/
|
|
1302
|
+
function readFile(
|
|
1303
|
+
path: PathLike | FileHandle,
|
|
1304
|
+
options?:
|
|
1305
|
+
| ({
|
|
1306
|
+
encoding?: null | undefined;
|
|
1307
|
+
flag?: OpenMode | undefined;
|
|
1308
|
+
} & Abortable)
|
|
1309
|
+
| null,
|
|
1310
|
+
): Promise<NonSharedBuffer>;
|
|
1311
|
+
/**
|
|
1312
|
+
* Asynchronously reads the entire contents of a file.
|
|
1313
|
+
* @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
|
|
1314
|
+
* If a `FileHandle` is provided, the underlying file will _not_ be closed automatically.
|
|
1315
|
+
* @param options An object that may contain an optional flag.
|
|
1316
|
+
* If a flag is not provided, it defaults to `'r'`.
|
|
1317
|
+
*/
|
|
1318
|
+
function readFile(
|
|
1319
|
+
path: PathLike | FileHandle,
|
|
1320
|
+
options:
|
|
1321
|
+
| ({
|
|
1322
|
+
encoding: BufferEncoding;
|
|
1323
|
+
flag?: OpenMode | undefined;
|
|
1324
|
+
} & Abortable)
|
|
1325
|
+
| BufferEncoding,
|
|
1326
|
+
): Promise<string>;
|
|
1327
|
+
/**
|
|
1328
|
+
* Asynchronously reads the entire contents of a file.
|
|
1329
|
+
* @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
|
|
1330
|
+
* If a `FileHandle` is provided, the underlying file will _not_ be closed automatically.
|
|
1331
|
+
* @param options An object that may contain an optional flag.
|
|
1332
|
+
* If a flag is not provided, it defaults to `'r'`.
|
|
1333
|
+
*/
|
|
1334
|
+
function readFile(
|
|
1335
|
+
path: PathLike | FileHandle,
|
|
1336
|
+
options?:
|
|
1337
|
+
| (
|
|
1338
|
+
& ObjectEncodingOptions
|
|
1339
|
+
& Abortable
|
|
1340
|
+
& {
|
|
1341
|
+
flag?: OpenMode | undefined;
|
|
1342
|
+
}
|
|
1343
|
+
)
|
|
1344
|
+
| BufferEncoding
|
|
1345
|
+
| null,
|
|
1346
|
+
): Promise<string | NonSharedBuffer>;
|
|
1347
|
+
/**
|
|
1348
|
+
* Asynchronously open a directory for iterative scanning. See the POSIX [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html) documentation for more detail.
|
|
1349
|
+
*
|
|
1350
|
+
* Creates an `fs.Dir`, which contains all further functions for reading from
|
|
1351
|
+
* and cleaning up the directory.
|
|
1352
|
+
*
|
|
1353
|
+
* The `encoding` option sets the encoding for the `path` while opening the
|
|
1354
|
+
* directory and subsequent read operations.
|
|
1355
|
+
*
|
|
1356
|
+
* Example using async iteration:
|
|
1357
|
+
*
|
|
1358
|
+
* ```js
|
|
1359
|
+
* import { opendir } from 'node:fs/promises';
|
|
1360
|
+
*
|
|
1361
|
+
* try {
|
|
1362
|
+
* const dir = await opendir('./');
|
|
1363
|
+
* for await (const dirent of dir)
|
|
1364
|
+
* console.log(dirent.name);
|
|
1365
|
+
* } catch (err) {
|
|
1366
|
+
* console.error(err);
|
|
1367
|
+
* }
|
|
1368
|
+
* ```
|
|
1369
|
+
*
|
|
1370
|
+
* When using the async iterator, the `fs.Dir` object will be automatically
|
|
1371
|
+
* closed after the iterator exits.
|
|
1372
|
+
* @since v12.12.0
|
|
1373
|
+
* @return Fulfills with an {fs.Dir}.
|
|
1374
|
+
*/
|
|
1375
|
+
function opendir(path: PathLike, options?: OpenDirOptions): Promise<Dir>;
|
|
1376
|
+
interface WatchOptions extends _WatchOptions {
|
|
1377
|
+
maxQueue?: number | undefined;
|
|
1378
|
+
overflow?: "ignore" | "throw" | undefined;
|
|
1379
|
+
}
|
|
1380
|
+
interface WatchOptionsWithBufferEncoding extends WatchOptions {
|
|
1381
|
+
encoding: "buffer";
|
|
1382
|
+
}
|
|
1383
|
+
interface WatchOptionsWithStringEncoding extends WatchOptions {
|
|
1384
|
+
encoding?: BufferEncoding | undefined;
|
|
1385
|
+
}
|
|
1386
|
+
/**
|
|
1387
|
+
* Returns an async iterator that watches for changes on `filename`, where `filename`is either a file or a directory.
|
|
1388
|
+
*
|
|
1389
|
+
* ```js
|
|
1390
|
+
* import { watch } from 'node:fs/promises';
|
|
1391
|
+
*
|
|
1392
|
+
* const ac = new AbortController();
|
|
1393
|
+
* const { signal } = ac;
|
|
1394
|
+
* setTimeout(() => ac.abort(), 10000);
|
|
1395
|
+
*
|
|
1396
|
+
* (async () => {
|
|
1397
|
+
* try {
|
|
1398
|
+
* const watcher = watch(__filename, { signal });
|
|
1399
|
+
* for await (const event of watcher)
|
|
1400
|
+
* console.log(event);
|
|
1401
|
+
* } catch (err) {
|
|
1402
|
+
* if (err.name === 'AbortError')
|
|
1403
|
+
* return;
|
|
1404
|
+
* throw err;
|
|
1405
|
+
* }
|
|
1406
|
+
* })();
|
|
1407
|
+
* ```
|
|
1408
|
+
*
|
|
1409
|
+
* On most platforms, `'rename'` is emitted whenever a filename appears or
|
|
1410
|
+
* disappears in the directory.
|
|
1411
|
+
*
|
|
1412
|
+
* All the `caveats` for `fs.watch()` also apply to `fsPromises.watch()`.
|
|
1413
|
+
* @since v15.9.0, v14.18.0
|
|
1414
|
+
* @return of objects with the properties:
|
|
1415
|
+
*/
|
|
1416
|
+
function watch(
|
|
1417
|
+
filename: PathLike,
|
|
1418
|
+
options?: WatchOptionsWithStringEncoding | BufferEncoding,
|
|
1419
|
+
): NodeJS.AsyncIterator<FileChangeInfo<string>>;
|
|
1420
|
+
function watch(
|
|
1421
|
+
filename: PathLike,
|
|
1422
|
+
options: WatchOptionsWithBufferEncoding | "buffer",
|
|
1423
|
+
): NodeJS.AsyncIterator<FileChangeInfo<NonSharedBuffer>>;
|
|
1424
|
+
function watch(
|
|
1425
|
+
filename: PathLike,
|
|
1426
|
+
options: WatchOptions | BufferEncoding | "buffer",
|
|
1427
|
+
): NodeJS.AsyncIterator<FileChangeInfo<string | NonSharedBuffer>>;
|
|
1428
|
+
/**
|
|
1429
|
+
* Asynchronously copies the entire directory structure from `src` to `dest`,
|
|
1430
|
+
* including subdirectories and files.
|
|
1431
|
+
*
|
|
1432
|
+
* When copying a directory to another directory, globs are not supported and
|
|
1433
|
+
* behavior is similar to `cp dir1/ dir2/`.
|
|
1434
|
+
* @since v16.7.0
|
|
1435
|
+
* @experimental
|
|
1436
|
+
* @param src source path to copy.
|
|
1437
|
+
* @param dest destination path to copy to.
|
|
1438
|
+
* @return Fulfills with `undefined` upon success.
|
|
1439
|
+
*/
|
|
1440
|
+
function cp(source: string | URL, destination: string | URL, opts?: CopyOptions): Promise<void>;
|
|
1441
|
+
/**
|
|
1442
|
+
* ```js
|
|
1443
|
+
* import { glob } from 'node:fs/promises';
|
|
1444
|
+
*
|
|
1445
|
+
* for await (const entry of glob('*.js'))
|
|
1446
|
+
* console.log(entry);
|
|
1447
|
+
* ```
|
|
1448
|
+
* @since v22.0.0
|
|
1449
|
+
* @returns An AsyncIterator that yields the paths of files
|
|
1450
|
+
* that match the pattern.
|
|
1451
|
+
*/
|
|
1452
|
+
function glob(pattern: string | readonly string[]): NodeJS.AsyncIterator<string>;
|
|
1453
|
+
function glob(
|
|
1454
|
+
pattern: string | readonly string[],
|
|
1455
|
+
options: GlobOptionsWithFileTypes,
|
|
1456
|
+
): NodeJS.AsyncIterator<Dirent>;
|
|
1457
|
+
function glob(
|
|
1458
|
+
pattern: string | readonly string[],
|
|
1459
|
+
options: GlobOptionsWithoutFileTypes,
|
|
1460
|
+
): NodeJS.AsyncIterator<string>;
|
|
1461
|
+
function glob(
|
|
1462
|
+
pattern: string | readonly string[],
|
|
1463
|
+
options: GlobOptions,
|
|
1464
|
+
): NodeJS.AsyncIterator<Dirent | string>;
|
|
1465
|
+
}
|
|
1466
|
+
declare module "fs/promises" {
|
|
1467
|
+
export * from "node:fs/promises";
|
|
1468
|
+
}
|