{"_id":"@andesite-lab/andesite-core","_rev":"119-7bbb3e89c21b4be42a92b172ae9eeb75","name":"@andesite-lab/andesite-core","dist-tags":{"latest":"2.3.2","canary":"2.3.3-canary-20250514-764de87","legacy":"1.62.0"},"versions":{"1.0.0":{"name":"@andesite-lab/andesite-core","version":"1.0.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.0.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"bf3297ef1409383eeced546f1f8742c6de751200","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.0.0.tgz","fileCount":13,"integrity":"sha512-cacjMOPWulTqVdZZAs6o6l6lXjRTHS38YPHZ+QtYOxKclcoUpKYIDbMxZw4bv5epgPAAJ7cdP4cJhw5f+GvTJw==","signatures":[{"sig":"MEUCIFwIVdEiod5wY2zmnjQoBtjPB0mkTspoY6BYtM2XtxWcAiEA8p0n3lZBCjZsZDtJ/aYld9MAH0dBh/dY51tqpN8WTQY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7876},"main":"Build/lib.js","types":"Build/lib.d.ts","gitHead":"c75e87eb8d1dabe8ff32efabb479c77698b85671","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","test":"jest -c jest.config.json --ci --coverage","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","dev::cli":"npm run dev::cli::build && concurrently -c \"bgYellow.bold,bgBlue.bold\" \"npm:dev::cli::watch*\"","dev::pkg":"npm run dev::pkg::build && concurrently -c \"bgYellow.bold,bgBlue.bold\" \"npm:dev::pkg::watch*\"","fix-lint":"eslint --fix . --ext .ts","test:watch":"jest --watch -c jest.config.json","prod::build":"npm run clear && tsc --noEmit && npm run create-types && ts-node esbuild.config.ts prod-build","create-types":"tsc --emitDeclarationOnly && tsc-alias","dev::cli::build":"ts-node esbuild.config.ts dev::cli::build","dev::pkg::build":"ts-node esbuild.config.ts dev::pkg::build","dev::cli::watch::build":"ts-node esbuild.config.ts dev::cli::watch","dev::cli::watch::start":"cross-env NODE_ENV=development node --watch Build/cli.js","dev::pkg::watch::build":"ts-node esbuild.config.ts dev::pkg::watch","dev::pkg::watch::start":"cross-env NODE_ENV=development node --watch Build/lib.js"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"21.7.1","dependencies":{"i18next":"^23.10.1","tsyringe":"^4.8.0","@clack/prompts":"^0.7.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","tslib":"^2.6.2","eslint":"^8.57.0","esbuild":"^0.20.2","ts-jest":"^29.1.2","ts-node":"^10.9.2","typedoc":"^0.25.12","cross-env":"^7.0.3","tsc-alias":"^1.8.8","typescript":"^5.4.3","@types/jest":"^29.5.12","@types/node":"^20.11.30","concurrently":"^8.2.2","@microsoft/tsdoc":"^0.14.2","@tsconfig/node21":"^21.0.2","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.3.1","@typescript-eslint/eslint-plugin":"^7.3.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.0.0_1713255157093_0.6797396602427359","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@andesite-lab/andesite-core","version":"1.0.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.0.1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"fe3fb073e6d779b57c417ea28ad3cb4ae6178307","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.0.1.tgz","fileCount":13,"integrity":"sha512-fO+LpXBGvLnIfkA67wkO+jekvExjkV70Rmwj4fowdiA59Ku0i3+8foBHwnt82QP+iLuOP5xF4g6F1JW9GFmS4w==","signatures":[{"sig":"MEYCIQDo/94th+0xFWcYCBJiR41WmL5SJO/KHVtqLlkVvRSwmgIhAOqUqYxDDLqdqmnWMU7sl7wIvPXs97+eQkm0JBuilkt0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7876},"main":"Build/lib.js","types":"Build/lib.d.ts","gitHead":"fdac7e327cb67ed02687e14696d3cd3278deb939","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","test":"jest -c jest.config.json --ci --coverage","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","dev::cli":"npm run dev::cli::build && concurrently -c \"bgYellow.bold,bgBlue.bold\" \"npm:dev::cli::watch*\"","dev::pkg":"npm run dev::pkg::build && concurrently -c \"bgYellow.bold,bgBlue.bold\" \"npm:dev::pkg::watch*\"","fix-lint":"eslint --fix . --ext .ts","test:watch":"jest --watch -c jest.config.json","prod::build":"npm run clear && tsc --noEmit && npm run create-types && ts-node esbuild.config.ts prod-build","create-types":"tsc --emitDeclarationOnly && tsc-alias","dev::cli::build":"ts-node esbuild.config.ts dev::cli::build","dev::pkg::build":"ts-node esbuild.config.ts dev::pkg::build","dev::cli::watch::build":"ts-node esbuild.config.ts dev::cli::watch","dev::cli::watch::start":"cross-env NODE_ENV=development node --watch Build/cli.js","dev::pkg::watch::build":"ts-node esbuild.config.ts dev::pkg::watch","dev::pkg::watch::start":"cross-env NODE_ENV=development node --watch Build/lib.js"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"21.7.1","dependencies":{"i18next":"^23.10.1","tsyringe":"^4.8.0","@clack/prompts":"^0.7.0"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","tslib":"^2.6.2","eslint":"^8.57.0","esbuild":"^0.20.2","ts-jest":"^29.1.2","ts-node":"^10.9.2","typedoc":"^0.25.12","cross-env":"^7.0.3","tsc-alias":"^1.8.8","typescript":"^5.4.3","@types/jest":"^29.5.12","@types/node":"^20.11.30","concurrently":"^8.2.2","@microsoft/tsdoc":"^0.14.2","@tsconfig/node21":"^21.0.2","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.3.1","@typescript-eslint/eslint-plugin":"^7.3.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.0.1_1713255662654_0.3591616220818765","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"@andesite-lab/andesite-core","version":"1.1.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.1.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"8b6378774823470e145dd2e6c06438cffa35972b","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.1.0.tgz","fileCount":40,"integrity":"sha512-8zJqDBNH/xtGcuMR66ogVzF0EMZoEtjORDRCWN5VoKXT637cZfKdvKkAz5Qr/vGxi+VMkNLyYrydoeg68FqtEQ==","signatures":[{"sig":"MEUCIQD3qQqwTrUjcP/wcwMqjDfhW5bgIjDni6PzSPRqwXAdQgIgLD2t3NgpImSaAJoLCYnZYNN8EYbUak7QHyoLHRWBzag=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42703},"main":"Build/lib.js","types":"Build/lib.d.ts","gitHead":"fbb7a9f3323f835af8e74f675a0f34edb51f2870","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","test":"jest -c jest.config.json --ci --coverage","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","dev::cli":"npm run dev::cli::build && concurrently -c \"bgYellow.bold,bgBlue.bold\" \"npm:dev::cli::watch*\"","dev::pkg":"npm run dev::pkg::build && concurrently -c \"bgYellow.bold,bgBlue.bold\" \"npm:dev::pkg::watch*\"","fix-lint":"eslint --fix . --ext .ts","test:watch":"jest --watch -c jest.config.json","prod::build":"npm run clear && tsc --noEmit && npm run create-types && ts-node esbuild.config.ts prod-build","create-types":"tsc --emitDeclarationOnly && tsc-alias","dev::cli::build":"ts-node esbuild.config.ts dev::cli::build","dev::pkg::build":"ts-node esbuild.config.ts dev::pkg::build","dev::cli::watch::build":"ts-node esbuild.config.ts dev::cli::watch","dev::cli::watch::start":"cross-env NODE_ENV=development node --watch Build/cli.js","dev::pkg::watch::build":"ts-node esbuild.config.ts dev::pkg::watch","dev::pkg::watch::start":"cross-env NODE_ENV=development node --watch Build/lib.js"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"21.7.1","dependencies":{"pg":"^8.11.5","tarn":"^3.0.2","kysely":"^0.27.3","i18next":"^23.10.1","tedious":"^18.1.0","@types/pg":"^8.11.5","commander":"^12.0.0","handlebars":"^4.7.8","@clack/prompts":"^0.7.0","better-sqlite3":"^9.5.0","source-map-support":"^0.5.21","@types/better-sqlite3":"^7.6.10","@basalt-lab/basalt-logger":"^1.6.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","tslib":"^2.6.2","eslint":"^8.57.0","esbuild":"^0.20.2","ts-jest":"^29.1.2","ts-node":"^10.9.2","typedoc":"^0.25.12","cross-env":"^7.0.3","tsc-alias":"^1.8.8","typescript":"^5.4.3","@types/jest":"^29.5.12","@types/node":"^20.11.30","concurrently":"^8.2.2","@microsoft/tsdoc":"^0.14.2","@tsconfig/node22":"^22.0.0","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.3.1","@typescript-eslint/eslint-plugin":"^7.3.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.1.0_1714992471916_0.6193625987781941","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"@andesite-lab/andesite-core","version":"1.2.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.2.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"c54b90a39b8f443679929410f5f61f04094dd2a9","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.2.0.tgz","fileCount":40,"integrity":"sha512-p2T8gEKiFRpmf/jsqRtD1E/Fu9yApdBNIj+NDcmtgWV/g6B85ZL+1yqVd6yU57NA6fvXzagNoW15k/8INSNNnA==","signatures":[{"sig":"MEUCIBaE5APRaM44l+wlx//r8ytTeAa4IqsGhqJFVanPYDmXAiEAwj4I6RBSHW4VIkqFXqw8f71f1sLKPhE+nY1KT+AtC8I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43168},"main":"Build/lib.js","types":"Build/lib.d.ts","gitHead":"37d7738a157d4bb41942ea6018eef949f7697849","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","test":"jest -c jest.config.json --ci --coverage","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","dev::cli":"npm run dev::cli::build && concurrently -c \"bgYellow.bold,bgBlue.bold\" \"npm:dev::cli::watch*\"","dev::pkg":"npm run dev::pkg::build && concurrently -c \"bgYellow.bold,bgBlue.bold\" \"npm:dev::pkg::watch*\"","fix-lint":"eslint --fix . --ext .ts","test:watch":"jest --watch -c jest.config.json","prod::build":"npm run clear && tsc --noEmit && npm run create-types && ts-node esbuild.config.ts prod-build","create-types":"tsc --emitDeclarationOnly && tsc-alias","dev::cli::build":"ts-node esbuild.config.ts dev::cli::build","dev::pkg::build":"ts-node esbuild.config.ts dev::pkg::build","dev::cli::watch::build":"ts-node esbuild.config.ts dev::cli::watch","dev::cli::watch::start":"cross-env NODE_ENV=development node --watch Build/cli.js","dev::pkg::watch::build":"ts-node esbuild.config.ts dev::pkg::watch","dev::pkg::watch::start":"cross-env NODE_ENV=development node --watch Build/lib.js"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"21.7.1","dependencies":{"pg":"^8.11.5","tarn":"^3.0.2","kysely":"^0.27.3","i18next":"^23.10.1","tedious":"^18.1.0","@types/pg":"^8.11.5","commander":"^12.0.0","handlebars":"^4.7.8","@clack/prompts":"^0.7.0","better-sqlite3":"^9.5.0","source-map-support":"^0.5.21","@types/better-sqlite3":"^7.6.10","@basalt-lab/basalt-logger":"^1.6.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","tslib":"^2.6.2","eslint":"^8.57.0","esbuild":"^0.20.2","ts-jest":"^29.1.2","ts-node":"^10.9.2","typedoc":"^0.25.12","cross-env":"^7.0.3","tsc-alias":"^1.8.8","typescript":"^5.4.3","@types/jest":"^29.5.12","@types/node":"^20.11.30","concurrently":"^8.2.2","@microsoft/tsdoc":"^0.14.2","@tsconfig/node22":"^22.0.0","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.3.1","@typescript-eslint/eslint-plugin":"^7.3.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.2.0_1715006683996_0.8527856169817141","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"@andesite-lab/andesite-core","version":"1.3.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.3.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"8416b305c14897fedbce45c1d34ea364a7d1e736","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.3.0.tgz","fileCount":80,"integrity":"sha512-pd0sN/IYA3j3qElViTWojGEL1qJTWq354GyozbX5UZVXKg+UCZQp4zGkyOUT5kmfdfQt2vpakkhXP/3sXTunyA==","signatures":[{"sig":"MEQCIGfTkKg9oxsyt3qf7n9N+3eCTLzXUg8wkMth+9F83Gh5AiAR1y5H1rlwEl/udfmYkSpaUBsO0ZvDL/BP+qAWNMz0Gg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":155760},"main":"Build/lib.js","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"3e84255bdbb6e0a6b301ab753dfd440ea0c33bac","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","test":"jest -c jest.config.json --ci --coverage","build":"npm run clear && tsc --noEmit && npm run create-types && ts-node ./Configs/esbuild.config.package build","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","dev::build":"npm run clear && ts-node ./Configs/esbuild.config.package build -d","test:watch":"jest --watch -c jest.config.json","user::build":"ts-node ./Configs/esbuild.config.user build","create-types":"tsc --emitDeclarationOnly && tsc-alias","dev::build::watch":"ts-node ./Configs/esbuild.config.package build -d -w"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.7.0","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.1.0","dependencies":{"yaml":"^2.4.2","tslib":"^2.6.2","kysely":"^0.27.3","esbuild":"^0.20.2","i18next":"^23.10.1","ts-node":"^10.9.2","commander":"^12.0.0","handlebars":"^4.7.8","@clack/prompts":"^0.7.0","@tsconfig/node22":"^22.0.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.6.2"},"_hasShrinkwrap":false,"devDependencies":{"pg":"^8.11.5","jest":"^29.7.0","tarn":"^3.0.2","eslint":"^8.57.0","tedious":"16.4.0","ts-jest":"^29.1.2","typedoc":"^0.25.12","@types/pg":"^8.11.5","cross-env":"^7.0.3","tsc-alias":"^1.8.8","typescript":"^5.4.3","@types/jest":"^29.5.12","@types/node":"^20.11.30","concurrently":"^8.2.2","@types/tedious":"4.0.9","better-sqlite3":"^9.5.0","@microsoft/tsdoc":"^0.14.2","eslint-plugin-tsdoc":"^0.2.17","@types/better-sqlite3":"^7.6.10","@typescript-eslint/parser":"^7.3.1","@typescript-eslint/eslint-plugin":"^7.3.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.3.0_1715788368527_0.5315898282270304","host":"s3://npm-registry-packages"}},"1.3.1":{"name":"@andesite-lab/andesite-core","version":"1.3.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.3.1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"f9b2e77c0a6abd2434457c698f7fdcc027005c2e","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.3.1.tgz","fileCount":80,"integrity":"sha512-iOVuXPoG0n0vYehv7r0SGPc2IssZljM22dHIFfgDL/WtyNbsTfxf5aHcuCydOdU3lb7pVaWbJirCCt17G77TTQ==","signatures":[{"sig":"MEUCIBkK0BgjvhD/YO0EC6NjqNyVYaP2Ysn3hw3QlgYieUBtAiEA1WqpZezKvmerNJhsCrCsIeGOp8ZYq1NR1nE2B2ueyrg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":155783},"main":"Build/lib.js","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"3558c094f2dcf626899ea2dafb138bd9d6d6047c","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","test":"jest -c jest.config.json --ci --coverage","build":"npm run clear && tsc --noEmit && npm run create-types && ts-node ./Configs/esbuild.config.package build","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","dev::build":"npm run clear && ts-node ./Configs/esbuild.config.package build -d","test:watch":"jest --watch -c jest.config.json","user::build":"ts-node ./Configs/esbuild.config.user build","create-types":"tsc --emitDeclarationOnly && tsc-alias","dev::build::watch":"ts-node ./Configs/esbuild.config.package build -d -w"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.7.0","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.1.0","dependencies":{"yaml":"^2.4.2","tslib":"^2.6.2","kysely":"^0.27.3","esbuild":"^0.20.2","i18next":"^23.10.1","ts-node":"^10.9.2","commander":"^12.0.0","handlebars":"^4.7.8","@clack/prompts":"^0.7.0","@tsconfig/node22":"^22.0.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.6.2"},"_hasShrinkwrap":false,"devDependencies":{"pg":"^8.11.5","jest":"^29.7.0","tarn":"^3.0.2","eslint":"^8.57.0","tedious":"16.4.0","ts-jest":"^29.1.2","typedoc":"^0.25.12","@types/pg":"^8.11.5","cross-env":"^7.0.3","tsc-alias":"^1.8.8","typescript":"^5.4.3","@types/jest":"^29.5.12","@types/node":"^20.11.30","concurrently":"^8.2.2","@types/tedious":"4.0.9","better-sqlite3":"^9.5.0","@microsoft/tsdoc":"^0.14.2","eslint-plugin-tsdoc":"^0.2.17","@types/better-sqlite3":"^7.6.10","@typescript-eslint/parser":"^7.3.1","@typescript-eslint/eslint-plugin":"^7.3.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.3.1_1715788965974_0.9350674970007917","host":"s3://npm-registry-packages"}},"1.3.2":{"name":"@andesite-lab/andesite-core","version":"1.3.2","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.3.2","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"a7d1c62cc5a3720fd718fecec3975f6b6df67e8d","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.3.2.tgz","fileCount":80,"integrity":"sha512-7BLBB/fbbTlaK6dCyPMDey9LQ0ZMrjxSz9t9l/kEZeXgJuIOsIcbDNfNi7dw2woBPDMeEej0fHJ6aT/vGhz9+A==","signatures":[{"sig":"MEYCIQDQv1I6Xr1yLB7EEhqRUrRQvu0mpC97sFyqioUwDDQdqwIhAMtUs5IIWZNo6R/90v1UUNnieLEtZyNLiIDAIahq1Vj8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":155878},"main":"Build/lib.js","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"1568ad0e71c31f8c56b19ef285b9b3285c402ae4","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","test":"jest -c jest.config.json --ci --coverage","build":"npm run clear && tsc --noEmit && npm run create-types && ts-node ./Configs/esbuild.config.package build","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","dev::build":"npm run clear && ts-node ./Configs/esbuild.config.package build -d","test:watch":"jest --watch -c jest.config.json","user::build":"ts-node ./Configs/esbuild.config.user build","create-types":"tsc --emitDeclarationOnly && tsc-alias","dev::build::watch":"ts-node ./Configs/esbuild.config.package build -d -w"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.7.0","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.1.0","dependencies":{"yaml":"^2.4.2","tslib":"^2.6.2","kysely":"^0.27.3","esbuild":"^0.20.2","i18next":"^23.10.1","ts-node":"^10.9.2","commander":"^12.0.0","handlebars":"^4.7.8","@clack/prompts":"^0.7.0","@tsconfig/node22":"^22.0.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.6.2"},"_hasShrinkwrap":false,"devDependencies":{"pg":"^8.11.5","jest":"^29.7.0","tarn":"^3.0.2","eslint":"^8.57.0","tedious":"16.4.0","ts-jest":"^29.1.2","typedoc":"^0.25.12","@types/pg":"^8.11.5","cross-env":"^7.0.3","tsc-alias":"^1.8.8","typescript":"^5.4.3","@types/jest":"^29.5.12","@types/node":"^20.11.30","concurrently":"^8.2.2","@types/tedious":"4.0.9","better-sqlite3":"^9.5.0","@microsoft/tsdoc":"^0.14.2","eslint-plugin-tsdoc":"^0.2.17","@types/better-sqlite3":"^7.6.10","@typescript-eslint/parser":"^7.3.1","@typescript-eslint/eslint-plugin":"^7.3.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.3.2_1715846849487_0.5819452466736377","host":"s3://npm-registry-packages"}},"1.3.3":{"name":"@andesite-lab/andesite-core","version":"1.3.3","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.3.3","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"67ee1a9eb53c3207ee21e87e04213cd90243a71b","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.3.3.tgz","fileCount":74,"integrity":"sha512-7P6gIwv6DEdu32LzAviAF47UnpjRON2kNZlidqbc4yrncJYrnOHEP2NlKF+4GcubawVg+Ibh9nzvZxFFSw1kTA==","signatures":[{"sig":"MEUCIQDOTY3SNXu1RI3ZzsFkt2LCTl5a9maRCWjrKTL03FGpTQIgbArkByjVpR4i87+G1yw3RK0sKgfj+ccTLY87rfJ1Qy0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":154459},"main":"Build/lib.js","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"0778ce245fcea76993cd35b8492956f3cf13952c","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","test":"jest -c jest.config.json --ci --coverage","build":"npm run clear && tsc --noEmit && npm run create-types && ts-node ./Configs/esbuild.config.package build","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","dev::build":"npm run clear && ts-node ./Configs/esbuild.config.package build -d","test:watch":"jest --watch -c jest.config.json","user::build":"ts-node ./Configs/esbuild.config.user build","create-types":"tsc --emitDeclarationOnly && tsc-alias","dev::build::watch":"ts-node ./Configs/esbuild.config.package build -d -w"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.7.0","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.1.0","dependencies":{"yaml":"^2.4.2","tslib":"^2.6.2","kysely":"^0.27.3","esbuild":"^0.20.2","i18next":"^23.10.1","ts-node":"^10.9.2","commander":"^12.0.0","@clack/prompts":"^0.7.0","@tsconfig/node22":"^22.0.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.6.2"},"_hasShrinkwrap":false,"devDependencies":{"pg":"^8.11.5","jest":"^29.7.0","tarn":"^3.0.2","eslint":"^8.57.0","tedious":"16.4.0","ts-jest":"^29.1.2","typedoc":"^0.25.12","@types/pg":"^8.11.5","tsc-alias":"^1.8.8","typescript":"^5.4.3","@types/node":"^20.11.30","@types/tedious":"4.0.9","better-sqlite3":"^9.5.0","eslint-plugin-tsdoc":"^0.2.17","@types/better-sqlite3":"^7.6.10","@typescript-eslint/parser":"^7.3.1","@typescript-eslint/eslint-plugin":"^7.3.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.3.3_1717330992218_0.6511138401975849","host":"s3://npm-registry-packages"}},"1.4.1":{"name":"@andesite-lab/andesite-core","version":"1.4.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.4.1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"104a6173e96a5c4eee6452b20bad1cbe90e07607","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.4.1.tgz","fileCount":87,"integrity":"sha512-Kpv58GTUC4qd8J0+eezdQ3vObiNQ/fthF4FlOAkiIOp8WBPNe4yHONu8c5ipMStzdX0YWpKd303HZP3wjZv72Q==","signatures":[{"sig":"MEQCIAw/ALkWlQ5l25IfDUAGLS+95btg1xUXz29SdmveBsePAiApBFmCGvcbvgEAgGQy/mJUDIjNo+E25s+fFlr7a44p1w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":204472},"main":"Build/lib.js","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"4d058652231f442699415f18e4b3e58d9bc1449c","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","test":"jest -c jest.config.json --ci --coverage","build":"npm run clear && tsc --noEmit && npm run create-types && ts-node ./Configs/esbuild.config.package build","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","dev::build":"npm run clear && ts-node ./Configs/esbuild.config.package build -d","test:watch":"jest --watch -c jest.config.json","user::build":"ts-node ./Configs/esbuild.config.user build","create-types":"tsc --emitDeclarationOnly && tsc-alias","dev::build::watch":"ts-node ./Configs/esbuild.config.package build -d -w"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"yaml":"^2.4.5","tslib":"^2.6.3","kysely":"^0.27.3","esbuild":"^0.20.2","fastify":"^4.28.0","i18next":"^23.11.5","ts-node":"^10.9.2","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@scalar/themes":"^0.8.2","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.14.0","@tsconfig/node22":"^22.0.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.6.2","@scalar/fastify-api-reference":"^1.24.11"},"_hasShrinkwrap":false,"devDependencies":{"pg":"^8.12.0","jest":"^29.7.0","tarn":"^3.0.2","eslint":"^8.57.0","tedious":"17.0.0","ts-jest":"^29.1.5","typedoc":"^0.25.13","@types/pg":"^8.11.6","tsc-alias":"^1.8.10","typescript":"^5.4.5","@types/node":"^20.14.5","@types/tedious":"4.0.9","better-sqlite3":"^9.6.0","eslint-plugin-tsdoc":"^0.2.17","@types/better-sqlite3":"^7.6.10","@typescript-eslint/parser":"^7.13.1","@typescript-eslint/eslint-plugin":"^7.13.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.4.1_1718723648336_0.01286251912970382","host":"s3://npm-registry-packages"}},"1.4.2":{"name":"@andesite-lab/andesite-core","version":"1.4.2","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.4.2","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"b4f60b57a7039fe5f022ef5ca539399c6138da5f","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.4.2.tgz","fileCount":87,"integrity":"sha512-/0c6kvk3NSbgqlf6m/IUBJUYUAo5ys8rh858PSOTkyFStmFLo1/ehQ3IOgPEOEMfz8JqGb7CAW3RY5yoDqsCeQ==","signatures":[{"sig":"MEUCICCvieQOGovOCTONsxOzvYklcQ4AGs/ZV9BRRKgdY6Z2AiEAghylLO8FbLQSoikYQXvhytROAqYAMWA2wb6USov2ZHY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":204547},"main":"Build/lib.js","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"b8f8f00cd7ac61df606cdd4dd203ed09831ba79a","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","test":"jest -c jest.config.json --ci --coverage","build":"npm run clear && tsc --noEmit && npm run create-types && ts-node ./Configs/esbuild.config.package build","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","dev::build":"npm run clear && ts-node ./Configs/esbuild.config.package build -d","test:watch":"jest --watch -c jest.config.json","user::build":"ts-node ./Configs/esbuild.config.user build","create-types":"tsc --emitDeclarationOnly && tsc-alias","dev::build::watch":"ts-node ./Configs/esbuild.config.package build -d -w"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"yaml":"^2.4.5","tslib":"^2.6.3","kysely":"^0.27.3","esbuild":"^0.20.2","fastify":"^4.28.0","i18next":"^23.11.5","ts-node":"^10.9.2","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@scalar/themes":"^0.8.2","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.14.0","@tsconfig/node22":"^22.0.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.6.2","@scalar/fastify-api-reference":"^1.24.11"},"_hasShrinkwrap":false,"devDependencies":{"pg":"^8.12.0","jest":"^29.7.0","tarn":"^3.0.2","eslint":"^8.57.0","tedious":"17.0.0","ts-jest":"^29.1.5","typedoc":"^0.25.13","@types/pg":"^8.11.6","tsc-alias":"^1.8.10","typescript":"^5.4.5","@types/node":"^20.14.5","@types/tedious":"4.0.9","better-sqlite3":"^9.6.0","eslint-plugin-tsdoc":"^0.2.17","@types/better-sqlite3":"^7.6.10","@typescript-eslint/parser":"^7.13.1","@typescript-eslint/eslint-plugin":"^7.13.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.4.2_1718724838227_0.4373505259284072","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"@andesite-lab/andesite-core","version":"1.5.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.5.0","homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"5d3257ec46ed326147bfe2bc45a972ead0edefe4","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.5.0.tgz","fileCount":88,"integrity":"sha512-eICM3s+1EFPNWDWxit9Cm4fY86ZRuQktqH85Eo+lwJcEcRn0xdvMqVhwOugDCFYaVZXOLbJE3XwJaNbrw02LLA==","signatures":[{"sig":"MEUCIQCOqLvSRL7Yz5aAY6rmczVPf45rVzUIQU1t6jdIrYvVfAIgRWRIIvdwLsBpxXX4qz9OllHg0mlC4d/c8VUUL3rRvE8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":200125},"main":"Build/lib.js","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"27d2ae5edfcfafc3d25344fb599a6fb3fb5336d8","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","test":"jest -c jest.config.json --ci --coverage","build":"npm run clear && tsc --noEmit && npm run create-types && ts-node ./Configs/esbuild.config.package build","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","dev::build":"npm run clear && ts-node ./Configs/esbuild.config.package build -d","test:watch":"jest --watch -c jest.config.json","user::build":"ts-node ./Configs/esbuild.config.user build","create-types":"tsc --emitDeclarationOnly && tsc-alias","dev::build::watch":"ts-node ./Configs/esbuild.config.package build -d -w"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"yaml":"^2.4.5","tslib":"^2.6.3","kysely":"^0.27.3","esbuild":"^0.20.2","fastify":"^4.28.0","i18next":"^23.11.5","ts-node":"^10.9.2","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@scalar/themes":"^0.8.2","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.14.0","@tsconfig/node22":"^22.0.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.6.2","@scalar/fastify-api-reference":"^1.24.11"},"_hasShrinkwrap":false,"devDependencies":{"pg":"^8.12.0","jest":"^29.7.0","tarn":"^3.0.2","eslint":"^8.57.0","tedious":"17.0.0","ts-jest":"^29.1.5","typedoc":"^0.25.13","@types/pg":"^8.11.6","tsc-alias":"^1.8.10","typescript":"^5.4.5","@types/node":"^20.14.5","@types/tedious":"4.0.9","better-sqlite3":"^9.6.0","eslint-plugin-tsdoc":"^0.2.17","@types/better-sqlite3":"^7.6.10","@typescript-eslint/parser":"^7.13.1","@typescript-eslint/eslint-plugin":"^7.13.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.5.0_1719225724589_0.36617011762068064","host":"s3://npm-registry-packages"}},"1.5.1":{"name":"@andesite-lab/andesite-core","version":"1.5.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.5.1","homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"a677e4ef7df7ecef6b0d53b2cf715cb057526421","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.5.1.tgz","fileCount":88,"integrity":"sha512-+Lr611ywilOEHwpg3SNXKWs6dnI2YIY/ImOkn9vXbeFg2P35Cczr6xzDD4m+MiMv8SwvBtyxtuz0NYc0iOGB4Q==","signatures":[{"sig":"MEYCIQC9jLup2FBucL2NoHs1lxhM8bbyjiCbaZc1kCLWyVv39QIhAJdgjSDPdXQbr2sRF4AJAb86u3SrMjIBl4ZsJOsJqbfv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":200125},"main":"Build/lib.js","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"73646fd2282325287d1e4b019a89e4f9d5348e36","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","test":"jest -c jest.config.json --ci --coverage","build":"npm run clear && tsc --noEmit && npm run create-types && ts-node ./Configs/esbuild.config.package build","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","dev::build":"npm run clear && ts-node ./Configs/esbuild.config.package build -d","test:watch":"jest --watch -c jest.config.json","user::build":"ts-node ./Configs/esbuild.config.user build","create-types":"tsc --emitDeclarationOnly && tsc-alias","dev::build::watch":"ts-node ./Configs/esbuild.config.package build -d -w"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"yaml":"^2.4.5","tslib":"^2.6.3","kysely":"^0.27.3","esbuild":"^0.20.2","fastify":"^4.28.0","i18next":"^23.11.5","ts-node":"^10.9.2","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@scalar/themes":"^0.8.2","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.14.0","@tsconfig/node22":"^22.0.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.6.2","@scalar/fastify-api-reference":"^1.24.11"},"_hasShrinkwrap":false,"devDependencies":{"pg":"^8.12.0","jest":"^29.7.0","tarn":"^3.0.2","eslint":"^8.57.0","tedious":"17.0.0","ts-jest":"^29.1.5","typedoc":"^0.25.13","@types/pg":"^8.11.6","tsc-alias":"^1.8.10","typescript":"^5.4.5","@types/node":"^20.14.5","@types/tedious":"4.0.9","better-sqlite3":"^9.6.0","eslint-plugin-tsdoc":"^0.2.17","@types/better-sqlite3":"^7.6.10","@typescript-eslint/parser":"^7.13.1","@typescript-eslint/eslint-plugin":"^7.13.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.5.1_1719225944268_0.38873504714880935","host":"s3://npm-registry-packages"}},"1.6.1":{"name":"@andesite-lab/andesite-core","version":"1.6.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.6.1","homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"be459eaa734ccc3e93f39896305d67ae0f86d2d1","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.6.1.tgz","fileCount":90,"integrity":"sha512-x5X7bKuFRWNMM4xF3Gvzl2DP/YxqFbtqEmJv5XIpSY1VKRflGUY6KIwxyTACho9S/cPcjMsz70mwqqC3AjTlmw==","signatures":[{"sig":"MEQCIAepWkjWNoDfCXVd2ipkzRW75cAdv3WhuUE3sxzpjy5jAiBPT+zhPHar7Mrp8+myhoK7Rtllrkn46UifFpG4g6FHWg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":263199},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"4b90bd657724e503d495365febe85618846cef28","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","test":"jest -c jest.config.json --ci --coverage","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package build","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","dev::build":"npm run clear && node ./Configs/esbuild.config.package build","test:watch":"jest --watch -c jest.config.json","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"yaml":"^2.4.5","kysely":"^0.27.3","fastify":"^4.28.0","i18next":"^23.11.5","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.14.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.6.2","@scalar/fastify-api-reference":"^1.24.11"},"_hasShrinkwrap":false,"devDependencies":{"pg":"^8.12.0","jest":"^29.7.0","tarn":"^3.0.2","tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.21.5","tedious":"17.0.0","ts-jest":"^29.1.5","typedoc":"^0.25.13","@types/pg":"^8.11.6","tsc-alias":"^1.8.10","typescript":"^5.4.5","@types/node":"^20.14.5","@types/tedious":"4.0.9","better-sqlite3":"^9.6.0","eslint-plugin-tsdoc":"^0.2.17","@types/better-sqlite3":"^7.6.10","@typescript-eslint/parser":"^7.13.1","@typescript-eslint/eslint-plugin":"^7.13.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.6.1_1719479886567_0.9167932316127594","host":"s3://npm-registry-packages"}},"1.6.2":{"name":"@andesite-lab/andesite-core","version":"1.6.2","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.6.2","homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"e9850d3b52c116ff259e57d2a7068e2a6671777d","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.6.2.tgz","fileCount":90,"integrity":"sha512-Zb8yFGPqe4KoJeB6+7WmjoZt2wJH+bM6/raxA0xFVNJBl3sP+xCb5DyQexNPBsVLohqK2jArwISPZSZEJqB+cQ==","signatures":[{"sig":"MEQCIBaIUUUofoRSWbPTWaZzKDaRhlt/b3TFN0m0M4ENV6GeAiA8/gmNWZciJKQbUO/sTaumKvFGxj4k3xCY1M4fbyYKlA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":261596},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"9f8754e38631e1271004943a718f751d9a77f028","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","test":"jest -c jest.config.json --ci --coverage","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","test:watch":"jest --watch -c jest.config.json","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"yaml":"^2.4.5","kysely":"^0.27.3","fastify":"^4.28.0","i18next":"^23.11.5","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.14.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.6.2","@scalar/fastify-api-reference":"^1.24.11"},"_hasShrinkwrap":false,"devDependencies":{"pg":"^8.12.0","jest":"^29.7.0","tarn":"^3.0.2","tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.21.5","tedious":"17.0.0","ts-jest":"^29.1.5","typedoc":"^0.25.13","@types/pg":"^8.11.6","tsc-alias":"^1.8.10","typescript":"^5.4.5","@types/node":"^20.14.5","@types/tedious":"4.0.9","better-sqlite3":"^9.6.0","eslint-plugin-tsdoc":"^0.2.17","@types/better-sqlite3":"^7.6.10","@typescript-eslint/parser":"^7.13.1","@typescript-eslint/eslint-plugin":"^7.13.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.6.2_1719482997367_0.9393995704831861","host":"s3://npm-registry-packages"}},"1.7.0":{"name":"@andesite-lab/andesite-core","version":"1.7.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.7.0","homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"ea5bd71073ec76c0eb10adc29cdae6f228f3dd05","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.7.0.tgz","fileCount":90,"integrity":"sha512-3MATT3a3vn0WpT2UNOeHhgurvuQp0OfP8VJi76cTdyhh1sQVh0segOWXfYUXsV3Hz8roaYkTPFHuI31ZDIsUyw==","signatures":[{"sig":"MEQCIDQh0XJBpCUqgwloz4RYitkAWcOimy4F29/FTILK9wiQAiABI6sJJ1C5DJVkvN1QTnmZw/HPOme14I5aYftrv84rsQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":277628},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"14517e16c53cf61ecbd790f34fc9875087cb1af2","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"knex":"^3.1.0","yaml":"^2.4.5","fastify":"^4.28.0","i18next":"^23.11.5","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.14.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.7.0","@scalar/fastify-api-reference":"^1.24.11"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.21.5","tedious":"^18.2.1","typedoc":"^0.25.13","tsc-alias":"^1.8.10","typescript":"^5.4.5","@types/node":"^20.14.5","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.13.1","@typescript-eslint/eslint-plugin":"^7.13.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.7.0_1719829588550_0.989018972890628","host":"s3://npm-registry-packages"}},"1.8.0":{"name":"@andesite-lab/andesite-core","version":"1.8.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.8.0","homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"e609534bd74fe843de2278553dc38df20964faa7","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.8.0.tgz","fileCount":89,"integrity":"sha512-aNlbwXS+5YJVu4VQrQHH2iN3aQM3OkGHS6voh0dHURfgoRchTdqtkGxmUymu1wST9Jnzv0fPCQUXzr5NisDNNQ==","signatures":[{"sig":"MEYCIQDGaHqOJevnLh9YMqC0n9bLay+K8K7Z7r8Y42oLfMA+gwIhAImdbv6g/MkQhYLmyzB/AfNvnUI9Ujq1UIRqUz8g2y3U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":289204},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"30314aae8ffc2e2ca4c32d17355867e69c6ebc76","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"knex":"^3.1.0","yaml":"^2.4.5","fastify":"^4.28.0","i18next":"^23.11.5","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.14.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.7.1","@scalar/fastify-api-reference":"^1.24.11"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.21.5","tedious":"^18.2.1","typedoc":"^0.25.13","tsc-alias":"^1.8.10","typescript":"^5.4.5","@types/node":"^20.14.5","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.13.1","@typescript-eslint/eslint-plugin":"^7.13.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.8.0_1719867907016_0.04764555171698359","host":"s3://npm-registry-packages"}},"1.8.1":{"name":"@andesite-lab/andesite-core","version":"1.8.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.8.1","homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"fcca11a9c40fc3cb1aa8af8ee1126379a71c523c","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.8.1.tgz","fileCount":89,"integrity":"sha512-xyh8GcwxJCNyEv/1UaehX60w1rZ5P/dWqvNjjhjKXvSR8LbtxmWBoHFBlJ5yABgbBl/flG5/bqM7oIpdp+p2Og==","signatures":[{"sig":"MEQCIFbxJb2Feftd57q529epEmz2f50ZKQAlu9e7tBP8CjjEAiBe8pHDl7B4909T1MmLKv/tzdUH+CJJZo2qUeGsTbhy4Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":288897},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"fb29bf035fc0feec90d973ecdd9e43944afa648b","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"knex":"^3.1.0","yaml":"^2.4.5","fastify":"^4.28.0","i18next":"^23.11.5","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.14.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.7.1","@scalar/fastify-api-reference":"^1.24.11"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.21.5","tedious":"^18.2.1","typedoc":"^0.25.13","tsc-alias":"^1.8.10","typescript":"^5.4.5","@types/node":"^20.14.5","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.13.1","@typescript-eslint/eslint-plugin":"^7.13.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.8.1_1719904970095_0.09741938673385797","host":"s3://npm-registry-packages"}},"1.8.2":{"name":"@andesite-lab/andesite-core","version":"1.8.2","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.8.2","homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"3e2d6f8669ee1eeb0e21dbc9fe14cf12148d2cda","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.8.2.tgz","fileCount":89,"integrity":"sha512-fWPPEGQKO2Iu+oqQOPJNUSZ/GKMVbjMFUcTI9G8Zybqu5S35tpKHSwyGVgEKMzMZiZi3vRqbLBzyw9ks+SOhlw==","signatures":[{"sig":"MEUCIQD74ofxqn3GyybOQdpdEcBwdNAH+GFzzU8cXXB0V8KzeAIgPLsMIlKg+h1ESYiBjnMVI/MPgT/LtOvBrz+Fj4IxSUY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":289287},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"d3972095b8a8e5ed79a6b0f0592183dca43cd6df","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"knex":"^3.1.0","yaml":"^2.4.5","fastify":"^4.28.0","i18next":"^23.11.5","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.14.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.7.1","@scalar/fastify-api-reference":"^1.24.11"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.21.5","tedious":"^18.2.1","typedoc":"^0.25.13","tsc-alias":"^1.8.10","typescript":"^5.4.5","@types/node":"^20.14.5","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.13.1","@typescript-eslint/eslint-plugin":"^7.13.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.8.2_1719906041572_0.6715555749743376","host":"s3://npm-registry-packages"}},"1.8.3":{"name":"@andesite-lab/andesite-core","version":"1.8.3","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.8.3","homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"5d2b1236409e49ca7e95797beac37490d721b7b0","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.8.3.tgz","fileCount":89,"integrity":"sha512-isEVXlMpasaMpHBALoe85JP1yEjsvVGgQD5fTyymQRN1xhqwXtYs9CcTdFmOReMt4mx1/REWxNl8oO1FjjuKdA==","signatures":[{"sig":"MEUCIQC2LyH/wH2FjqF5NbSbkJsWHSPwdtNQHKuxqCIUkaN9mgIgCn0j+wUPpmRfeHwv5NVL0c9mJnGnk60Me2AGCtwxC6o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":289214},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"8680aeae2270ffe23255350e7a20e7d60be2bf16","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"knex":"^3.1.0","yaml":"^2.4.5","fastify":"^4.28.0","i18next":"^23.11.5","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.14.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.7.1","@scalar/fastify-api-reference":"^1.24.11"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.21.5","tedious":"^18.2.1","typedoc":"^0.25.13","tsc-alias":"^1.8.10","typescript":"^5.4.5","@types/node":"^20.14.5","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.13.1","@typescript-eslint/eslint-plugin":"^7.13.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.8.3_1719906397704_0.5103891083356282","host":"s3://npm-registry-packages"}},"1.9.0":{"name":"@andesite-lab/andesite-core","version":"1.9.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.9.0","homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"b811ed0ad569346f33eebe0b14563e5ef8411e34","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.9.0.tgz","fileCount":90,"integrity":"sha512-Frm6tNxe89hk2mh0kmbGxxM0t3nexswTScd+zliSGm39uaSm7iGcYmEf51G+W1bXSIJ8GKezGB6AuWvHWBVkog==","signatures":[{"sig":"MEYCIQDdvlvREKnDHftROw1TZAcGErvaiUvIJ2UMbFtgK76HBQIhAIXGG9pK3QI/Xd3XpG85QTC8j2DE4CYnMs7Wbol2GZ7+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":291496},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"dde5d57f37031a6ff5f4463aa8cee4212b0c4c55","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"knex":"^3.1.0","yaml":"^2.4.5","fastify":"^4.28.1","i18next":"^23.11.5","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.14.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.7.1","@scalar/fastify-api-reference":"^1.24.28"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.23.0","tedious":"^18.2.1","typedoc":"^0.26.3","tsc-alias":"^1.8.10","typescript":"^5.5.3","@types/node":"^20.14.9","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.15.0","@typescript-eslint/eslint-plugin":"^7.15.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.9.0_1719910327241_0.46491787318773525","host":"s3://npm-registry-packages"}},"1.9.1":{"name":"@andesite-lab/andesite-core","version":"1.9.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.9.1","homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"31c0ade2680a9e28cf0274296b4e5590123f0c18","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.9.1.tgz","fileCount":90,"integrity":"sha512-6avcsmu75UlbG4bitWhV2T3Yz7TqmnpBXwZbeZ3GMaEZ9sTDcauqKPM4YLwPQBy/oyLtm3iAJLYCL+jSPSPiVQ==","signatures":[{"sig":"MEUCIQCMTnJrXXayRMur0eLtUSKZPmYsToATqBvkXaRPKyvkDwIgML7zcxlEU3YvTEIeWo9uI2RWnhSCUhG0cHu9A7Ne+1M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":291348},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"0dfe2c7eaea8741a4feb661c81eee441bf621e53","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"knex":"^3.1.0","yaml":"^2.4.5","fastify":"^4.28.1","i18next":"^23.11.5","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.14.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.7.1","@scalar/fastify-api-reference":"^1.24.28"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.23.0","tedious":"^18.2.1","typedoc":"^0.26.3","tsc-alias":"^1.8.10","typescript":"^5.5.3","@types/node":"^20.14.9","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.15.0","@typescript-eslint/eslint-plugin":"^7.15.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.9.1_1719912253836_0.10325212358126445","host":"s3://npm-registry-packages"}},"1.10.0":{"name":"@andesite-lab/andesite-core","version":"1.10.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.10.0","homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"130f61a2f9bd1273883e00af29c5d7bf9c03658c","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.10.0.tgz","fileCount":90,"integrity":"sha512-GD+C9gLiLm8tiglv0AEJ5oR/Lna8SGMtcLyFmdMLB/g0EJcDtFhQGAFkE4kum5hZxdvHQCCiuO3hLrT0lgrlGQ==","signatures":[{"sig":"MEUCIE037NuRy7VEbEbhgn6zRH7g7sjgW+LzueY/GDQPy1eCAiEA1Se11FkxYtIga/cErXdlCdCOn5MzeGwnp8kKqW4pZjA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":291522},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"57723aca6fc8b37ee79238899aabf186b6b555e2","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"knex":"^3.1.0","yaml":"^2.4.5","fastify":"^4.28.1","i18next":"^23.11.5","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.14.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.7.1","@scalar/fastify-api-reference":"^1.24.28"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.23.0","tedious":"^18.2.1","typedoc":"^0.26.3","tsc-alias":"^1.8.10","typescript":"^5.5.3","@types/node":"^20.14.9","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.15.0","@typescript-eslint/eslint-plugin":"^7.15.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.10.0_1719913801053_0.04877041839796559","host":"s3://npm-registry-packages"}},"1.11.0":{"name":"@andesite-lab/andesite-core","version":"1.11.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.11.0","homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"386fb62f6629f75e7c2ddf571f01669349ad4261","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.11.0.tgz","fileCount":91,"integrity":"sha512-QrSGG9KRd0+J0H0zkwLVIsKDNhzfpUYZQt4M8PoWi1EF1PJ/+oH4Bylk7A+VCiyZM827BBow4Kge6xfcV7gpXA==","signatures":[{"sig":"MEUCIC5Qzzvmz4o7esPMqMM2zp+o+hlGrByyibHzYShKIdReAiEAziaa21SMNcYC6W4WykYEEEaVapt5qdpyFeUq4GvRJ1o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":293600},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"2b8c2179e6c4ce2219f03d73c60ff3355757a767","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"knex":"^3.1.0","yaml":"^2.4.5","fastify":"^4.28.1","i18next":"^23.11.5","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.14.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.7.1","@scalar/fastify-api-reference":"^1.24.28"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.23.0","tedious":"^18.2.1","typedoc":"^0.26.3","tsc-alias":"^1.8.10","typescript":"^5.5.3","@types/node":"^20.14.9","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.15.0","@typescript-eslint/eslint-plugin":"^7.15.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.11.0_1719927240821_0.16638612471596592","host":"s3://npm-registry-packages"}},"1.12.1":{"name":"@andesite-lab/andesite-core","version":"1.12.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.12.1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"586350bb0f1b677936b858cdf44a93bd0ca9b9af","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.12.1.tgz","fileCount":95,"integrity":"sha512-YKmixkmGBIm38MiqrEg9KOYAh9EnLAVxgWyXY49zdUuFCtXJvUjNPsr4HSON4A6Rhu371beuRaI2UV/2jKnxOg==","signatures":[{"sig":"MEQCIHSRGOxXR9+1JwTQpwsgFcIcKXNPv9u4WwnaltZEbhcTAiAXZBLw4kGvDS0zf0wHsAdy7GWTha2TuGOrBFuwi1GGtQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":365031},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"79f73300e54a2c63b93ce00d078436cff0cadca9","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"knex":"^3.1.0","yaml":"^2.4.5","fastify":"^4.28.1","i18next":"^23.11.5","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.14.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.7.1","@scalar/fastify-api-reference":"^1.24.39"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.23.0","typedoc":"^0.26.3","tsc-alias":"^1.8.10","typescript":"^5.5.3","@types/node":"^20.14.10","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.16.0","@typescript-eslint/eslint-plugin":"^7.16.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.12.1_1720515308155_0.019522792699143032","host":"s3://npm-registry-packages"}},"1.13.0":{"name":"@andesite-lab/andesite-core","version":"1.13.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.13.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"62478dd28dfa3ecd73228da011beae67fb9edeea","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.13.0.tgz","fileCount":100,"integrity":"sha512-tAFxqlSNa5DBbM+bI0Lnszm0p3ocBtbaMPfZqEscfo4o/TEB8xwp/zjnN59hbYKKQfCGL5t2SeLJ5bWdT6gUqQ==","signatures":[{"sig":"MEUCIQDESZP3dLwZo4K36hora7ZrK1db+1VcdXQMuWBB+wZNJQIgeSxefHD8kWFsLId6s+WNkpX5jzg75Sn2JuyV+MZu9ig=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":493950},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"be378cacf7ba56648131a38042782d6bb3e87e9b","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"knex":"^3.1.0","yaml":"^2.4.5","fastify":"^4.28.1","i18next":"^23.12.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.14.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","fluent-json-schema":"^5.0.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.7.2","@scalar/fastify-api-reference":"^1.24.48"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.23.0","typedoc":"^0.26.4","tsc-alias":"^1.8.10","typescript":"^5.5.3","@types/node":"^20.14.11","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.16.1","@typescript-eslint/eslint-plugin":"^7.16.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.13.0_1721225491060_0.35217572694784804","host":"s3://npm-registry-packages"}},"1.14.0":{"name":"@andesite-lab/andesite-core","version":"1.14.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.14.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"9253e915010ae5953540f046b2e8578ba70d0af7","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.14.0.tgz","fileCount":101,"integrity":"sha512-1QIXKD7Xq3CEyZhsgYPW7Sh9eaCcjHeL7uOJIIvtwF9OOwoXtR80nx8RrDGlrKWN8ELRUI+O91ms8XYpIE9xDQ==","signatures":[{"sig":"MEQCIBKo4PobaTmtMP4dsR5Bt5vOR+xf66dPje4jkV6Yc0JLAiAPt4Tc4h/QGhvgZURBq4Mt55Vr8I1zvDu2Emp3ZyenuA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497917},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"1beda55c2b7e26274f7a53d8a4a6ba0cebb6f096","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"knex":"^3.1.0","yaml":"^2.4.5","fastify":"^4.28.1","i18next":"^23.12.2","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","fluent-json-schema":"^5.0.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.7.2","@scalar/fastify-api-reference":"^1.24.53"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.23.0","typedoc":"^0.26.5","tsc-alias":"^1.8.10","typescript":"^5.5.4","@types/node":"^20.14.11","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.17.0","@typescript-eslint/eslint-plugin":"^7.17.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.14.0_1721738351651_0.5260749774738838","host":"s3://npm-registry-packages"}},"1.14.1":{"name":"@andesite-lab/andesite-core","version":"1.14.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.14.1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"d2591814743b432ca018b12ddc8d6559830b614d","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.14.1.tgz","fileCount":101,"integrity":"sha512-wVar4p4QvTIHnyxxe/eY1R7Tuz7SyfY5UdSkTzuSisCtc4khBYes3aQTaWVB8ZF6KzJYwFnIzIX3RBBSZQ45GQ==","signatures":[{"sig":"MEYCIQCgPDMq45PoFqOaPhfXz7lSNy10ms7GObb0frZrKnXCDQIhAJS/6BbVCtJ8SJiG1U/2C9frQl4IhKSeLQBRYYJKfw6n","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":508838},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"33e3498adc38c2d13443c69399768f2de0fbebfd","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"knex":"^3.1.0","yaml":"^2.4.5","fastify":"^4.28.1","i18next":"^23.12.2","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","fluent-json-schema":"^5.0.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.7.2","@scalar/fastify-api-reference":"^1.24.53"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.23.0","typedoc":"^0.26.5","tsc-alias":"^1.8.10","typescript":"^5.5.4","@types/node":"^20.14.11","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.17.0","@typescript-eslint/eslint-plugin":"^7.17.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.14.1_1721738798683_0.6228651698528325","host":"s3://npm-registry-packages"}},"1.16.0":{"name":"@andesite-lab/andesite-core","version":"1.16.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.16.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"79dacc7dad077da55e87f4b0f0c0afc3bc115ad8","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.16.0.tgz","fileCount":101,"integrity":"sha512-hfC7dl9LA8vyWzjaM1z0DwlZ/cYnOPGu8eDn4RNOzH3/jaz490oRKH4jq418i7Dm9PyAkRTE89ff8b1n8+hiRw==","signatures":[{"sig":"MEQCIHGa3MC4mRq1BpANC3VR/Mx+LRPr+O7rYOKmeCDnjxjAAiB7MoKvNJaisRVRN7WoqMQf5BRsz5l98hG+pcdSPLmsxQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509508},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"26949d4c46d3e1fcebff0736d2fd2a8ffb494513","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"knex":"^3.1.0","yaml":"^2.4.5","fastify":"^4.28.1","i18next":"^23.12.2","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","fluent-json-schema":"^5.0.0","source-map-support":"^0.5.21","@basalt-lab/basalt-logger":"^1.7.2","@scalar/fastify-api-reference":"^1.24.53"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.23.0","typedoc":"^0.26.5","tsc-alias":"^1.8.10","typescript":"^5.5.4","@types/node":"^20.14.11","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.17.0","@typescript-eslint/eslint-plugin":"^7.17.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.16.0_1721741126488_0.6059806609713405","host":"s3://npm-registry-packages"}},"1.17.0":{"name":"@andesite-lab/andesite-core","version":"1.17.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.17.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"223146409c032a4833db037443ede74b69f4bf4f","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.17.0.tgz","fileCount":95,"integrity":"sha512-mWALiEawyUAmM99beQqZ1eUAh7BvS7m7rcoaQsdahuTOL2RMh7p2HE7BRTP3gPR49vGsaC1EQ5MP6wwEGcxCiA==","signatures":[{"sig":"MEUCIQDWA8JD5Vnqlh1iVCgFdAzkvkumLV+RoBR8uQRcsnPf7wIgVYrKq0svS/4Pf8ZTDydj46PfV0ok270/iOiqP5iCWjA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":461785},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"e15fb50cb4b4262e6b557ff3a4e9de79b5c39adf","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"knex":"^3.1.0","yaml":"^2.5.0","fastify":"^4.28.1","i18next":"^23.12.2","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-helper":"^1.6.0","@basalt-lab/basalt-logger":"^1.7.2","@scalar/fastify-api-reference":"^1.24.63"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.23.0","typedoc":"^0.26.5","tsc-alias":"^1.8.10","typescript":"^5.5.4","@types/node":"^22.0.0","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.17.0_1722412666587_0.30023350703794915","host":"s3://npm-registry-packages"}},"1.17.1":{"name":"@andesite-lab/andesite-core","version":"1.17.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.17.1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"5f11294de986cc11975438a5351ab59d232cb9ef","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.17.1.tgz","fileCount":96,"integrity":"sha512-J4nkqvt7MKxSvXkMqFo0Eb8f9VzxzckUGxoRYKnP2IzEp64bl220GBEr9JjgT1MKkfmtzNWcANL9XfFarz4YwA==","signatures":[{"sig":"MEUCIQDDMbgCg8iasoo8ow/O+xZXB1i9yxJY3p6fmRF9Uy/iiQIgUVJX8trH+rS5K3GEbaGDS3iWkSd37nDHp/xs91hwYRM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":463170},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"d4d8c72b28cf390a78a1b9f30ef6d78c712b8d76","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"knex":"^3.1.0","yaml":"^2.5.0","fastify":"^4.28.1","i18next":"^23.12.2","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-helper":"^1.6.0","@basalt-lab/basalt-logger":"^1.7.2","@scalar/fastify-api-reference":"^1.24.63"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.23.0","typedoc":"^0.26.5","tsc-alias":"^1.8.10","typescript":"^5.5.4","@types/node":"^22.0.0","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.17.1_1722417939781_0.7677287736443132","host":"s3://npm-registry-packages"}},"1.18.0":{"name":"@andesite-lab/andesite-core","version":"1.18.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.18.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"36051a171a03afe07ee23a0020d9d9023b1f98d1","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.18.0.tgz","fileCount":101,"integrity":"sha512-rq672CzmQqRqeguhi2X95jrxV4WqxJEMVJ0BU2siR5XUWbzlbdP8k7P8smOKf6xck4HbW9Kql2ye5/edx+HFBA==","signatures":[{"sig":"MEYCIQCzEsCx5XhacY9TG0LoD2lNdnHGweGeK3gMETbtQhYRBQIhAJ2TMfN5jIcl3ddX10UMqkrJb+bOtHuRkYbzd71RxkVA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":496938},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"13e7a15b414c695ff0e7562218da74b89ef54864","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"knex":"^3.1.0","yaml":"^2.5.0","fastify":"^4.28.1","i18next":"^23.12.2","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-helper":"^1.6.0","@basalt-lab/basalt-logger":"^1.7.2","@scalar/fastify-api-reference":"^1.24.63"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.23.0","typedoc":"^0.26.5","tsc-alias":"^1.8.10","typescript":"^5.5.4","@types/node":"^22.0.0","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.18.0_1722432338892_0.23763779300287102","host":"s3://npm-registry-packages"}},"1.19.0":{"name":"@andesite-lab/andesite-core","version":"1.19.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.19.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"cb0b3d492bcd4e8d16ad69a1179cb5c78af37a80","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.19.0.tgz","fileCount":101,"integrity":"sha512-PVWh6DnijlZGMAoeOBXZRwIfIVjG+xGoBC4sPZE3qDoYQHBIUbZ1lG1hYI0Fh8ugabze3vn8mtKXlgMtgI6lxQ==","signatures":[{"sig":"MEYCIQCx11dh7PS2tgSdjqsafLBnn1wo7LY5zhqTIxoljsC+DQIhAI72YGiagQjcn6/Iw3YOq9ra6XloefJX3tLX38oy5Ex4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497379},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"eab069f4d2e6c7533a8770529ab5fc469873095c","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"knex":"^3.1.0","yaml":"^2.5.0","fastify":"^4.28.1","i18next":"^23.12.2","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-helper":"^1.6.0","@basalt-lab/basalt-logger":"^1.7.2","@scalar/fastify-api-reference":"^1.24.63"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.23.0","typedoc":"^0.26.5","tsc-alias":"^1.8.10","typescript":"^5.5.4","@types/node":"^22.0.0","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.19.0_1722593347116_0.10296378999465428","host":"s3://npm-registry-packages"}},"1.20.0":{"name":"@andesite-lab/andesite-core","version":"1.20.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.20.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"e4a508a0161eca3fbffa2b875ff8036160a27531","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.20.0.tgz","fileCount":101,"integrity":"sha512-qGcRuC5Iz0JRqZUgNlIcZOJILG/+oztRpr2MLGPe0RwZOdvOJ3byoSz8vRxfnhPk3eDDSZQe/a3b0k8VfDVzOQ==","signatures":[{"sig":"MEYCIQDVylbRJ1LhZVCHtPdYfW8wH92kfExtkD92lPUNIFOp1QIhALMCPIFZQwTiQd3HkV4Ezn3azhIxlJ9aUet23mtfcEYz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497474},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"73519f187464b244cab633045ca02292260f76b0","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"knex":"^3.1.0","yaml":"^2.5.0","fastify":"^4.28.1","i18next":"^23.12.2","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-helper":"^1.6.0","@basalt-lab/basalt-logger":"^1.7.2","@scalar/fastify-api-reference":"^1.24.63"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.23.0","typedoc":"^0.26.5","tsc-alias":"^1.8.10","typescript":"^5.5.4","@types/node":"^22.0.0","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.20.0_1723040977724_0.4440308402846609","host":"s3://npm-registry-packages"}},"1.21.0":{"name":"@andesite-lab/andesite-core","version":"1.21.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.21.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"3e78c00d39ee21c1a3c03c5c38a6a110fc694fed","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.21.0.tgz","fileCount":102,"integrity":"sha512-XIKmJnEn0NXSInyztkPhtgncYhSzxjDC+uaqvnNFItnuewX3sB88rmsPKgP2Au5Dhh/165uSiEHu09A7ELFfjQ==","signatures":[{"sig":"MEYCIQDNMnIKIaJXe3BaBRsme5NWIByztM7OYW1yFKrzC5RIHgIhALTyRyQYhNnOoPH6L1i1e09iK9taXDVJBcdKt8JUUehT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":467451},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"a1a6b9bf16a839be3210d768d9825720d9f468b1","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"knex":"^3.1.0","yaml":"^2.5.0","fastify":"^4.28.1","i18next":"^23.12.2","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-helper":"^1.6.0","@basalt-lab/basalt-logger":"^1.7.2","@scalar/fastify-api-reference":"^1.24.63"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.23.0","typedoc":"^0.26.5","tsc-alias":"^1.8.10","typescript":"^5.5.4","@types/node":"^22.0.0","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.21.0_1723044728983_0.9538063755044204","host":"s3://npm-registry-packages"}},"1.22.0":{"name":"@andesite-lab/andesite-core","version":"1.22.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.22.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"7d6b241c0e56c445fb66c7d60ba27e9041bafbf3","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.22.0.tgz","fileCount":102,"integrity":"sha512-ENgDf7V00vUI+hpmEsYHw1+RndLJgoC4huRonET5O+z1nA/CA3ik5oFzvrvNHhAvduscTaHeDczwLCMd8t1Qmw==","signatures":[{"sig":"MEUCIFB/TTRpmAOsKd/+32dLHdQXbstsTZX5NKPB3ewvKlm6AiEAxXttDULglfTrMlX6J8RmHPRiBs4k3RiPRKqNrl8vVhE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":467676},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"e2cdfc0c209adc1fc24920bf17510dee75bd0829","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"knex":"^3.1.0","yaml":"^2.5.0","fastify":"^4.28.1","i18next":"^23.12.2","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-helper":"^1.6.0","@basalt-lab/basalt-logger":"^1.7.2","@scalar/fastify-api-reference":"^1.24.63"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.23.0","typedoc":"^0.26.5","tsc-alias":"^1.8.10","typescript":"^5.5.4","@types/node":"^22.0.0","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.22.0_1723536395384_0.965204382070588","host":"s3://npm-registry-packages"}},"1.22.1":{"name":"@andesite-lab/andesite-core","version":"1.22.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.22.1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"c17e1825e129c299a2aad791df1c7911d71bcfa6","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.22.1.tgz","fileCount":102,"integrity":"sha512-NJ6NHfWAUP/V7ZeWo+7SgJMMjzyjw0/iI0CfZNvpl2BS7u12+sWpClTqLUPy+HIsz9601uSnJTzo39e9ouluYQ==","signatures":[{"sig":"MEQCIAp4aAoxHZY3+l8QFrvAO414tLrByT2CeQeioCSBPQDCAiA6xu98t5dMN7pJT79xne8vcm3o4m1DlvFO7MynIqdmlA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":467718},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"df24b4bff21d635c5e0d4c0368371bdf9102107f","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.1","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.3.0","dependencies":{"knex":"^3.1.0","yaml":"^2.5.0","fastify":"^4.28.1","i18next":"^23.12.2","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-helper":"^1.6.0","@basalt-lab/basalt-logger":"^1.7.2","@scalar/fastify-api-reference":"^1.24.63"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.23.0","typedoc":"^0.26.5","tsc-alias":"^1.8.10","typescript":"^5.5.4","@types/node":"^22.0.0","eslint-plugin-tsdoc":"^0.2.17","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.22.1_1723539168258_0.02831164525969654","host":"s3://npm-registry-packages"}},"1.22.2":{"name":"@andesite-lab/andesite-core","version":"1.22.2","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.22.2","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"9c654a7ad6db7be301de91697716cafadb543c3e","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.22.2.tgz","fileCount":103,"integrity":"sha512-a3+Wp4akOZ1z5stP2H7siHAJ+6+lMaXKE9M0EMk5LZinVgK+2KhZ0gsOVvETQze44drPAcHEShlrH3efo1qeQQ==","signatures":[{"sig":"MEUCIBLOqdOZG2LFw9r/AoB2km/wrXDOAojEFapCf3Ehbav3AiEA9W4PTpm5A7drQ5S/yG3PfohTGqD3bRWHKTonzisgB3w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":590117},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"b253a21d74c1209cf62aeb60a78ed6085af164c3","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.5.1","dependencies":{"knex":"^3.1.0","yaml":"^2.5.0","fastify":"^4.28.1","i18next":"^23.12.3","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-helper":"^1.7.0","@basalt-lab/basalt-logger":"^1.8.0","@scalar/fastify-api-reference":"^1.24.75"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.23.0","typedoc":"^0.26.5","tsc-alias":"^1.8.10","typescript":"^5.5.4","@types/node":"^22.2.0","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.22.2_1723560838985_0.811968957259982","host":"s3://npm-registry-packages"}},"1.22.3":{"name":"@andesite-lab/andesite-core","version":"1.22.3","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.22.3","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"20729bc11bf8e12e4caaa529995b766f300f9a05","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.22.3.tgz","fileCount":99,"integrity":"sha512-Hs7yP6bTVY//2x8DD2KKpQyPypMCPdkdBclEYc1AWVERkzZ8PiRf/Hetq32AV/qeRftjHJBGAMqneFcHhx9p+g==","signatures":[{"sig":"MEUCIFpCgONisN+W1w+8JKabZhmU4IotKw8eVNvKd+WIPVWXAiEA7g/wXVBgBPPbKv/Kku8B5hCFsgzp3Tx7Qf9jiepVbSU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":583171},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"1772fa5d12e42825ddb9afbf63fc01f97b9ccdf3","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.5.1","dependencies":{"knex":"^3.1.0","yaml":"^2.5.0","fastify":"^4.28.1","i18next":"^23.12.3","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-helper":"^1.7.1","@basalt-lab/basalt-logger":"^1.8.1","@scalar/fastify-api-reference":"^1.24.75"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.23.0","typedoc":"^0.26.5","tsc-alias":"^1.8.10","typescript":"^5.5.4","@types/node":"^22.3.0","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.22.3_1723625046338_0.15332948680338943","host":"s3://npm-registry-packages"}},"1.22.4":{"name":"@andesite-lab/andesite-core","version":"1.22.4","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.22.4","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"bb7d0fea770cb6aa069ca8fc94a23f276c0349b3","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.22.4.tgz","fileCount":99,"integrity":"sha512-hcsmOlPZIyAmmozCaMGRyFDsXOFZyhBBkttxKDIXtmLdH3VlXX2DAyLwpaCo3PKqqCBbL0F7DXXob3BwMXonPA==","signatures":[{"sig":"MEQCIDrpeUW7EoIA5b1jn1eyZ/tbEWY1KzoWjF8yWzoBOI0FAiAUg2ebVsfHcNT0P/XcZ5DDsla202x6MkGcTXQk+Bf9BQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":583171},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"39983823740569827c73add2b0bbf82e5a953b6f","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.5.1","dependencies":{"knex":"^3.1.0","yaml":"^2.5.0","fastify":"^4.28.1","i18next":"^23.12.3","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-helper":"^1.7.1","@basalt-lab/basalt-logger":"^1.8.1","@scalar/fastify-api-reference":"^1.24.75"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.23.0","typedoc":"^0.26.5","tsc-alias":"^1.8.10","typescript":"^5.5.4","@types/node":"^22.3.0","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.22.4_1723625691632_0.9258507761972627","host":"s3://npm-registry-packages"}},"1.22.5":{"name":"@andesite-lab/andesite-core","version":"1.22.5","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.22.5","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"Build/cli.js"},"dist":{"shasum":"caff7e91a77fefba0bbaadaf903079cdab0dbcfd","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.22.5.tgz","fileCount":99,"integrity":"sha512-OCaOwvp/pENIfFEqYAMRLFjJGvgBo4xpMYiEtURqA+QtKvOQDMIM1XmR8iXoPqzcUYjC8cLC+JEd8pf3nVG35g==","signatures":[{"sig":"MEUCIEycK2SYNrQeMdCpXXH/cQNHtabMBdhCp7Sg5sXsEVJKAiEAs4/e3hljkFfz8fwpc3+kwTTzcEEhYsmcQHt16Q4HPl4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":585445},"main":"Build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"db84001d0b38f30918aa98a84f08d2399bc1e331","scripts":{"docs":"typedoc","lint":"eslint . --ext .ts","build":"npm run clear && tsc --noEmit && npm run create-types && node ./Configs/esbuild.config.package","clear":"if [ -f tsconfig.tsbuildinfo ]; then rm tsconfig.tsbuildinfo; fi && if [ -d Build ]; then rm -rf Build; fi","fix-lint":"eslint --fix . --ext .ts","user::build":"node ./Configs/esbuild.config.user.js build","create-types":"tsc --emitDeclarationOnly && tsc-alias"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"Andesite - Core allows you to create a new microservice with ease. It provides a set of tools to help you build a new microservice.","directories":{},"_nodeVersion":"22.5.1","dependencies":{"knex":"^3.1.0","yaml":"^2.5.0","fastify":"^4.28.1","i18next":"^23.12.3","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","@basalt-lab/basalt-helper":"^1.7.1","@basalt-lab/basalt-logger":"^1.8.1","@scalar/fastify-api-reference":"^1.24.75"},"_hasShrinkwrap":false,"devDependencies":{"tslib":"^2.6.3","eslint":"^8.57.0","esbuild":"^0.23.0","typedoc":"^0.26.5","tsc-alias":"^1.8.10","typescript":"^5.5.4","@types/node":"^22.3.0","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.22.5_1723627017799_0.9794434772907803","host":"s3://npm-registry-packages"}},"1.23.1":{"name":"@andesite-lab/andesite-core","version":"1.23.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.23.1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"60f16c26cebb6461cdd9e306ea15dab290601de7","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.23.1.tgz","fileCount":77,"integrity":"sha512-kbu6fyshU2DOlbZCSj1IVPTYxnrN9Gfh9sODDoCNqYvADZTpxJZTwOKSZ0o3NY8T2kvHevQTMtWVlTYJyFOvDA==","signatures":[{"sig":"MEQCIF41wdCFk0KOCet5W/4rKTRxTmEVGj8tziovVut+AB8KAiAaQtgA8gBPtseTkw7ZyLfmajAEQA0YyS7bAH3O5M0orA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":92114},"main":"build/index.js","type":"module","types":"build/index.d.ts","module":"source/index.ts","$schema":"https://json.schemastore.org/package","gitHead":"88f3081b96fac8ee90f60496822d58294401439e","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.7.0","dependencies":{"knex":"^3.1.0","fastify":"^4.28.1","i18next":"^23.14.0","ioredis":"^5.4.1","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","fastify-print-routes":"^3.2.0","@basalt-lab/basalt-helper":"^1.7.2","@basalt-lab/basalt-logger":"^1.8.2","@scalar/fastify-api-reference":"^1.25.7"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.57.0","typedoc":"^0.26.6","tsc-alias":"^1.8.10","@types/bun":"^1.1.8","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.5.4"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.23.1_1724750742643_0.1436723407868774","host":"s3://npm-registry-packages"}},"1.24.0":{"name":"@andesite-lab/andesite-core","version":"1.24.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.24.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"build/cli.js"},"dist":{"shasum":"d806c80280e4ae7b8cb7421f30ec11f3edfe8f6b","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.24.0.tgz","fileCount":119,"integrity":"sha512-drtDY3uX+qKuiC7lr3BdSMfmUmtpSDnQOmTvTXyegkG3FRrDeksEoZGG0c78afR193VtqdVi9vr67xl1X8EGEw==","signatures":[{"sig":"MEUCIQDeD8VHXkc7oVlRwpGiEsE349fHgoNQ4zbSCtXu9HmdwwIgCbZNnGW6dR06WCFqT4ellhFDlWrqTX4BRPHtnrAH6U0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":271288},"main":"build/lib.js","type":"module","types":"Build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"2303b6c92c23e25c259613b345cc4980c09dfdfd","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","user::build":"node ./config/esbuild.user.config.js build"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.7.0","dependencies":{"knex":"^3.1.0","fastify":"^4.28.1","i18next":"^23.14.0","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","fastify-print-routes":"^3.2.0","@basalt-lab/basalt-helper":"^1.7.2","@basalt-lab/basalt-logger":"^1.8.2","@scalar/fastify-api-reference":"^1.25.7"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.57.0","esbuild":"^0.23.1","typedoc":"^0.26.6","tsc-alias":"^1.8.10","@types/bun":"^1.1.8","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.5.4"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.24.0_1724832862639_0.23433125631718643","host":"s3://npm-registry-packages"}},"1.24.1":{"name":"@andesite-lab/andesite-core","version":"1.24.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.24.1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"build/cli.js"},"dist":{"shasum":"fb2f951a74b38d2fb51c7782b0ab40594791e163","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.24.1.tgz","fileCount":119,"integrity":"sha512-OZXqJsIuQxqTdu+YIyQOZ4vSMnmQSy1BAfKDqPc2eTZ7m8hCPcByaMWRN1eYw0vXzAb22l3hmDhqRqM/gBj4nA==","signatures":[{"sig":"MEUCIQDGM4JsJ5GhY5bxOnGpM58ePfW0kPZzV9ZYC2T8SHu8iAIgFcZdNpbQPCJz9z5qRBataeP++JhKo7nbugZL4YfmCCE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":271288},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"0b9cc32a9eceec1fa57544694dd1a4b1f700135a","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","user::build":"node ./config/esbuild.user.config.js build"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.7.0","dependencies":{"knex":"^3.1.0","fastify":"^4.28.1","i18next":"^23.14.0","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","fastify-print-routes":"^3.2.0","@basalt-lab/basalt-helper":"^1.7.2","@basalt-lab/basalt-logger":"^1.8.2","@scalar/fastify-api-reference":"^1.25.7"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.57.0","esbuild":"^0.23.1","typedoc":"^0.26.6","tsc-alias":"^1.8.10","@types/bun":"^1.1.8","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.5.4"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.24.1_1724833521175_0.6517575221733753","host":"s3://npm-registry-packages"}},"1.24.2":{"name":"@andesite-lab/andesite-core","version":"1.24.2","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.24.2","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"build/cli.js"},"dist":{"shasum":"43bacb0f519c463ce219e60dc82e5737628e8a42","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.24.2.tgz","fileCount":119,"integrity":"sha512-yVQhwqVJNHVA+qn5NrEkqgcwXAFOvMn4AVCOmyn5CJwI1ZuDd8MOo9G27YPMiFKOWGHeGzr9NLph6uO32+UUIg==","signatures":[{"sig":"MEUCIQD8mdqnVCjLQdTNPTNpvPi0Bd52XaXw7LaPZuXjDIGiVgIgO4l8mtja1sfNVBPAWT/WnqUAKiyV2v7Ir4xuUg+aGX8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":272549},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"d916da28a43b37982f3acb01d2245e45da25c6a0","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","user::build":"node ./config/esbuild.user.config.js build"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.7.0","dependencies":{"knex":"^3.1.0","fastify":"^4.28.1","i18next":"^23.14.0","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","source-map-support":"^0.5.21","fastify-print-routes":"^3.2.0","@basalt-lab/basalt-helper":"^1.7.2","@basalt-lab/basalt-logger":"^1.8.2","@scalar/fastify-api-reference":"^1.25.7"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.57.0","esbuild":"^0.23.1","typedoc":"^0.26.6","tsc-alias":"^1.8.10","@types/bun":"^1.1.8","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.5.4"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.24.2_1724837340334_0.978787048662614","host":"s3://npm-registry-packages"}},"1.25.0":{"name":"@andesite-lab/andesite-core","version":"1.25.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.25.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"build/cli.js"},"dist":{"shasum":"8d0637a1063915ce4a98a7ba6738cf8952c8fece","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.25.0.tgz","fileCount":122,"integrity":"sha512-IwZwTyXgjlA3w6O9ByCEwfR+XTMUpixl9ueZO9cYrBijyITqtiBiZXZchbv/3KaZCUpVkB7h0SkcyrPqbOjrCQ==","signatures":[{"sig":"MEQCIApxNsZDrSXZQlMcCFB/LkVS2WkGzsIZxvVBrFJ2gGHJAiBq/SulWf8I2Ky/H1nwCnVxCe+i3EhkaLrH27MAU+d32w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":273520},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"5f66e92e825e913988669236571c072be12b6441","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","user::build":"node ./config/esbuild.user.config.js build"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.7.0","dependencies":{"knex":"^3.1.0","fastify":"^4.28.1","i18next":"^23.14.0","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","fluent-json-schema":"^5.0.0","source-map-support":"^0.5.21","fastify-print-routes":"^3.2.0","@basalt-lab/basalt-helper":"^1.7.2","@basalt-lab/basalt-logger":"^1.8.2","@scalar/fastify-api-reference":"^1.25.7"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.57.0","esbuild":"^0.23.1","typedoc":"^0.26.6","tsc-alias":"^1.8.10","@types/bun":"^1.1.8","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.5.4"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.25.0_1724858355361_0.9949521036452702","host":"s3://npm-registry-packages"}},"1.26.0":{"name":"@andesite-lab/andesite-core","version":"1.26.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.26.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"build/cli.js"},"dist":{"shasum":"a525a4a95b48c7c28e91230f68ce0a67372d77d8","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.26.0.tgz","fileCount":122,"integrity":"sha512-0wRLjWbv89GzSztxqaZWhGcoqQS1f3fcTpqeLDrQEqCvxVYEtNSxfHDvWKENuxSGmPPV2O7cCCu56BxDvfNCzQ==","signatures":[{"sig":"MEQCIECywtkOOiT26RHiK4zIrVW+g2mjxgrXDC5oa3V1vsF1AiA8Kmd5W6ZZtvCxVDD5L53clZrnuaqxegG4NJBcUXf2Ag==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":273678},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"b7075b6b70ca06383fcd09271afe88b7b9db46f7","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","user::build":"node ./config/esbuild.user.config.js build"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.7.0","dependencies":{"knex":"^3.1.0","fastify":"^4.28.1","i18next":"^23.14.0","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","fluent-json-schema":"^5.0.0","source-map-support":"^0.5.21","fastify-print-routes":"^3.2.0","@basalt-lab/basalt-helper":"^1.7.2","@basalt-lab/basalt-logger":"^1.8.2","@scalar/fastify-api-reference":"^1.25.7"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.57.0","esbuild":"^0.23.1","typedoc":"^0.26.6","tsc-alias":"^1.8.10","@types/bun":"^1.1.8","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.5.4"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.26.0_1724860852869_0.34936191156496244","host":"s3://npm-registry-packages"}},"1.27.0":{"name":"@andesite-lab/andesite-core","version":"1.27.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.27.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"build/cli.js"},"dist":{"shasum":"d9e14580187430661ff2854b4f85af5495c285e3","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.27.0.tgz","fileCount":123,"integrity":"sha512-gl0U7bINR2Fcj3/HroR0vrjCbNocUvQsNaP4gpTrBmjCvKLyWNHNY4bzI8j+JmdlH5qz3eE5DPzOhcasCCXWVQ==","signatures":[{"sig":"MEUCIQDRORm5dEtVKFa2XvHHlPxaKvAhHxGBPvZSGeizUdBmTQIgL3CAUXG0OO7VBaiq+zF51HRlZFKBGZwG/Fs76B7vt5g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":273831},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"520df09ed83a5791122bd8ff7845c397fc00324a","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","user::build":"node ./config/esbuild.user.config.js build"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.7.0","dependencies":{"knex":"^3.1.0","fastify":"^4.28.1","i18next":"^23.14.0","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","fluent-json-schema":"^5.0.0","source-map-support":"^0.5.21","fastify-print-routes":"^3.2.0","@basalt-lab/basalt-helper":"^1.7.2","@basalt-lab/basalt-logger":"^1.8.2","@scalar/fastify-api-reference":"^1.25.7"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.57.0","esbuild":"^0.23.1","typedoc":"^0.26.6","tsc-alias":"^1.8.10","@types/bun":"^1.1.8","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.5.4"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.27.0_1724920120831_0.05810324897400099","host":"s3://npm-registry-packages"}},"1.28.0":{"name":"@andesite-lab/andesite-core","version":"1.28.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.28.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"build/cli.js"},"dist":{"shasum":"96d16de6729b6a2adb3e1b870b1ad20165158356","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.28.0.tgz","fileCount":123,"integrity":"sha512-pGyqOdRG1ZGQpCF4YhIqXox9beMs4p6R/6/6UgCSNq7cqxjQoQ4JB+2gbEbW+G+9mcCIfb6FpM6UGdBeymmRqw==","signatures":[{"sig":"MEQCIFvJkZ+lHkUns94mxe1hg17xjMe48LrV65fNUzWrqpW8AiAcnfrXeFJBJUSipqpgHn/t3i/6+GTAl+oUbcMkd327DQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":273835},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"765f86f3e9497329f6d92fc9d8c7f119b566eae4","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","user::build":"node ./config/esbuild.user.config.js build"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.7.0","dependencies":{"knex":"^3.1.0","fastify":"^4.28.1","i18next":"^23.14.0","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","fluent-json-schema":"^5.0.0","source-map-support":"^0.5.21","fastify-print-routes":"^3.2.0","@basalt-lab/basalt-helper":"^1.7.2","@basalt-lab/basalt-logger":"^1.8.2","@scalar/fastify-api-reference":"^1.25.7"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.57.0","esbuild":"^0.23.1","typedoc":"^0.26.6","tsc-alias":"^1.8.10","@types/bun":"^1.1.8","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.5.4"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.28.0_1725028661941_0.30261341138035425","host":"s3://npm-registry-packages"}},"1.29.0":{"name":"@andesite-lab/andesite-core","version":"1.29.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.29.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"build/cli.js"},"dist":{"shasum":"3db21b44aef8972b9f870c49146dd556e389b60f","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.29.0.tgz","fileCount":123,"integrity":"sha512-oJMjv+2w2Ue5sqpH5HzP0Nz+u2VEnWJ1TMqMrlTSHuCWVDXxWyUiSWha+pNiqrCB++syvBvLxYo110snYWSUig==","signatures":[{"sig":"MEQCICd7cwzbylYnHrwmtl9rfwmhpug71GN0cmG+lAXS0h7vAiBe8YIfjV3Hvmtas2PQyZMdbooE8xfH3e2+rPgGBi1scw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":276860},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"8b85246fc57231904340bbc0291a0f9949ec20f5","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","user::build":"node ./config/esbuild.user.config.js build"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.7.0","dependencies":{"knex":"^3.1.0","fastify":"^4.28.1","i18next":"^23.14.0","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","fluent-json-schema":"^5.0.0","source-map-support":"^0.5.21","fastify-print-routes":"^3.2.0","@basalt-lab/basalt-helper":"^1.7.2","@basalt-lab/basalt-logger":"^1.8.2","@scalar/fastify-api-reference":"^1.25.7"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.57.0","esbuild":"^0.23.1","typedoc":"^0.26.6","tsc-alias":"^1.8.10","@types/bun":"^1.1.8","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.5.4"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.29.0_1725877434334_0.617366519316104","host":"s3://npm-registry-packages"}},"1.29.1":{"name":"@andesite-lab/andesite-core","version":"1.29.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.29.1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"build/cli.js"},"dist":{"shasum":"791e4c1a12ac2d741a1af3b63df623f9d02d9f79","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.29.1.tgz","fileCount":123,"integrity":"sha512-pOoG6FemT8U7EWifmGDvQ9VjCi+Zwi9mv1MQyTXMl4p/rezG0mBkkrsIrJBfDW8S40friI3GHnxqkGNN891vkA==","signatures":[{"sig":"MEUCIEIYzcwvmIC7LaSaFPrEMog0Ihnx5WOOrnGz7E79C93DAiEAj9F6sHdOISl1hLXvuvF8ClDhZWheNN33+Gbqa5ookKg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":274314},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"1b222f4965c49cdf5894003152098f53fdfff2e2","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","user::build":"node ./config/esbuild.user.config.js build"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.7.0","dependencies":{"knex":"^3.1.0","fastify":"^4.28.1","i18next":"^23.14.0","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","fluent-json-schema":"^5.0.0","source-map-support":"^0.5.21","fastify-print-routes":"^3.2.0","@basalt-lab/basalt-helper":"^1.7.2","@basalt-lab/basalt-logger":"^1.8.2","@scalar/fastify-api-reference":"^1.25.7"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.57.0","esbuild":"^0.23.1","typedoc":"^0.26.6","tsc-alias":"^1.8.10","@types/bun":"^1.1.8","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.5.4"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.29.1_1725878285568_0.6062689067574218","host":"s3://npm-registry-packages"}},"1.29.2":{"name":"@andesite-lab/andesite-core","version":"1.29.2","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.29.2","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"build/cli.js"},"dist":{"shasum":"11a312e463fc685d09f4d6882717a04e5b6d2353","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.29.2.tgz","fileCount":123,"integrity":"sha512-BwN2fm1PaEAqOyZKPHbv+iQHqTmU1XwhCswe3cby0qA91nJXpq4io9HXdXjpfRpGvvHDNl3Y5wzTUCkoIPIulA==","signatures":[{"sig":"MEUCIBtwT46Jx19OZ/4ijFGp5BvNTYf+gMOZFWT4/JpqWNdlAiEAnhmSipKIOpNoecskD90N89yOVeqVmilycD+vTgnLp0w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":274241},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"297353f53dc644d01e8fdf6ce3f3cc67c1fc73d0","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","user::build":"node ./config/esbuild.user.config.js build"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.7.0","dependencies":{"knex":"^3.1.0","fastify":"^4.28.1","i18next":"^23.14.0","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","fluent-json-schema":"^5.0.0","source-map-support":"^0.5.21","fastify-print-routes":"^3.2.0","@basalt-lab/basalt-helper":"^1.7.2","@basalt-lab/basalt-logger":"^1.8.2","@scalar/fastify-api-reference":"^1.25.7"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.57.0","esbuild":"^0.23.1","typedoc":"^0.26.6","tsc-alias":"^1.8.10","@types/bun":"^1.1.8","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.5.4"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.29.2_1725878745060_0.8896674016657415","host":"s3://npm-registry-packages"}},"1.30.0":{"name":"@andesite-lab/andesite-core","version":"1.30.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.30.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"build/cli.js"},"dist":{"shasum":"99d64072a83050e979bb5b7f549199c560a22448","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.30.0.tgz","fileCount":125,"integrity":"sha512-Z7Pcpg2zBFJNBWYluO9xwj+mS1gpZNWUP/DOyvFQvMGynoik6JHL4dEGFOx9xeRPXp1rDJt/8tMRcuaMRQU7lA==","signatures":[{"sig":"MEUCIEo481m6CfXhcxhfX2cAijfEhj3lIJW6pVcHdJ/HCVCZAiEAh/+iE7WiZgSXbWMUOXhS1fol+Mps1mJZ6lzs/yXvKYw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":272520},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"69ed2056989f981fe846c7d29228171b5152db0d","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","user::build":"node ./config/esbuild.user.config.js build"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.7.0","dependencies":{"knex":"^3.1.0","fastify":"^4.28.1","i18next":"^23.14.0","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","fluent-json-schema":"^5.0.0","source-map-support":"^0.5.21","fastify-print-routes":"^3.2.0","@basalt-lab/basalt-helper":"^1.7.2","@basalt-lab/basalt-logger":"^1.8.2","@scalar/fastify-api-reference":"^1.25.10"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.57.0","esbuild":"^0.23.1","typedoc":"^0.26.7","tsc-alias":"^1.8.10","@types/bun":"^1.1.8","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.5.4"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.30.0_1725891901465_0.6686710430287315","host":"s3://npm-registry-packages"}},"1.30.1":{"name":"@andesite-lab/andesite-core","version":"1.30.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.30.1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"build/cli.js"},"dist":{"shasum":"76e243a6e5bba5edeca7c808f6b7372755428764","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.30.1.tgz","fileCount":125,"integrity":"sha512-STakttxIqRRkx2cU90L6B8Rh+zDV5TeycivKvw6gibLttHQeOIfADHWftpRITVHTtCQQTzZpEot9hJwSBJiXnA==","signatures":[{"sig":"MEUCIHsPWEkdnKAPEW5qYJWEbRii4mYZ+rJ3iqb+GKxVylNcAiEA2Nwws7QHVkSvxrfvL3g7oqe2a56oFQsPL5TvOI9T1Jo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":272578},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"ca106b5957fa39bc934efb0c21a11b2c83e11cba","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","user::build":"node ./config/esbuild.user.config.js build"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.7.0","dependencies":{"knex":"^3.1.0","fastify":"^4.28.1","i18next":"^23.14.0","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","fluent-json-schema":"^5.0.0","source-map-support":"^0.5.21","fastify-print-routes":"^3.2.0","@basalt-lab/basalt-helper":"^1.7.2","@basalt-lab/basalt-logger":"^1.8.2","@scalar/fastify-api-reference":"^1.25.10"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.57.0","esbuild":"^0.23.1","typedoc":"^0.26.7","tsc-alias":"^1.8.10","@types/bun":"^1.1.8","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.5.4"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.30.1_1726042674033_0.5501809778960751","host":"s3://npm-registry-packages"}},"1.31.0":{"name":"@andesite-lab/andesite-core","version":"1.31.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.31.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"build/cli.js"},"dist":{"shasum":"aaa404fa0ac9315917b5110c7533781face6db74","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.31.0.tgz","fileCount":135,"integrity":"sha512-usqkgmxg1kiDY8S7cJ/8iG3nU+r3MLGPEXTQRWBvKY5UaWvcFYB5ACePobfSs2tpf9zKjmByc8/4fodkL02qjg==","signatures":[{"sig":"MEQCID9IX+vfvrGsafsM+BwsLfS87aBBZmKp/kvx3UBbJr9UAiBFOTsSKgpTUp8sYFkojv/EtZE8Q10WDfnyb0LOTRuiIw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":280163},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"7cf5f2fa7e7c889241763f00da9dab62b0e77d76","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","user::build":"node ./config/esbuild.user.config.js build"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.7.0","dependencies":{"knex":"^3.1.0","fastify":"^4.28.1","i18next":"^23.14.0","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","fluent-json-schema":"^5.0.0","source-map-support":"^0.5.21","fastify-print-routes":"^3.2.0","@basalt-lab/basalt-helper":"^1.7.2","@basalt-lab/basalt-logger":"^1.8.2","@scalar/fastify-api-reference":"^1.25.10"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.57.0","esbuild":"^0.23.1","typedoc":"^0.26.7","tsc-alias":"^1.8.10","@types/bun":"^1.1.8","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.5.4"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.31.0_1726148059907_0.6348279674068054","host":"s3://npm-registry-packages"}},"1.32.0":{"name":"@andesite-lab/andesite-core","version":"1.32.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.32.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"build/cli.js"},"dist":{"shasum":"c53c8af92acf63502711c1cd3b347b7088ae94e8","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.32.0.tgz","fileCount":136,"integrity":"sha512-dfQb6cWQfDYNNe3THdsjAUbOuzX0pkfQnEJCvhq962Re/Kkf4hd8clJJ94StXIOhq3mpv/3Z00l2SQYYmr1+0w==","signatures":[{"sig":"MEUCIC/0lJ0G477SW+rwGbOXXVnuHxqjjy11sNyFCENsosdGAiEA0IuogkrKNdCalIrymaklYv0ioF5QQ+mfKnHjeMKSoV8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":280800},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"73e84a157bd0c0c999868eef46f90fb73fc28f95","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","user::build":"node ./config/esbuild.user.config.js build"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.7.0","dependencies":{"knex":"^3.1.0","fastify":"^4.28.1","i18next":"^23.15.1","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","fluent-json-schema":"^5.0.0","source-map-support":"^0.5.21","fastify-print-routes":"^3.2.0","@basalt-lab/basalt-helper":"^1.7.2","@basalt-lab/basalt-logger":"^1.8.2","@scalar/fastify-api-reference":"^1.25.10"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.57.0","esbuild":"^0.23.1","typedoc":"^0.26.7","tsc-alias":"^1.8.10","@types/bun":"^1.1.9","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.5.4"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.32.0_1726221662874_0.5724505488613436","host":"s3://npm-registry-packages"}},"1.33.0":{"name":"@andesite-lab/andesite-core","version":"1.33.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.33.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"build/cli.js"},"dist":{"shasum":"b2354cae8f9eec2d74110de689ae9c87ae60f39e","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.33.0.tgz","fileCount":136,"integrity":"sha512-V68mEUF3CX5UTjNSnnC5cF6gP1wmoV2uGn6CO4Brb79eAycn6Ofdgcx6uCpga6Rl1crlpW05VrZnJv7wUTa5Nw==","signatures":[{"sig":"MEQCIGFSndOB08zONvk1nEl8Gm1dpyngpe221iodarwXLFyDAiA9F05rbzBPSm1Aqf12CsO+NdEnKwN4gfZfou9YgjLETg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":280829},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"da8b8756a01e297556d97b7b739ddebeb7439dea","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","user::build":"node ./config/esbuild.user.config.js build"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.7.0","dependencies":{"knex":"^3.1.0","fastify":"^4.28.1","i18next":"^23.15.1","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","fluent-json-schema":"^5.0.0","source-map-support":"^0.5.21","fastify-print-routes":"^3.2.0","@basalt-lab/basalt-helper":"^1.7.2","@basalt-lab/basalt-logger":"^1.8.2","@scalar/fastify-api-reference":"^1.25.10"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.57.0","esbuild":"^0.23.1","typedoc":"^0.26.7","tsc-alias":"^1.8.10","@types/bun":"^1.1.9","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.5.4"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.33.0_1726233446426_0.8066493901531404","host":"s3://npm-registry-packages"}},"1.34.0":{"name":"@andesite-lab/andesite-core","version":"1.34.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.34.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"build/cli.js"},"dist":{"shasum":"7faae4dad144f5c0f9df66f112b54485ceae5f07","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.34.0.tgz","fileCount":139,"integrity":"sha512-9RfzdSkc0BZ8cZy56Cn763Vs6PENgFNjyJqbYULIZPf8cb1cTTXzuA9fapuz95b/OYxqe9ji4UKmhqLuoxALZQ==","signatures":[{"sig":"MEUCIQCl4WLAGifO6xque6W7Gqeqfh9PdfoO0F6xdJZVUH1sAgIgC7BUQ5QifA2ajjfIwwFQ8tG8GQ0ajGsEW2ZtCf/SLno=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":282591},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"af2afabeec3ff205537f034d8e0b7502323f8d2c","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","user::build":"node ./config/esbuild.user.config.js build"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.7.0","dependencies":{"knex":"^3.1.0","fastify":"^4.28.1","i18next":"^23.15.1","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","fluent-json-schema":"^5.0.0","source-map-support":"^0.5.21","fastify-print-routes":"^3.2.0","@basalt-lab/basalt-helper":"^1.7.2","@basalt-lab/basalt-logger":"^1.8.2","@scalar/fastify-api-reference":"^1.25.10"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.57.0","esbuild":"^0.23.1","typedoc":"^0.26.7","tsc-alias":"^1.8.10","@types/bun":"^1.1.9","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.5.4"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.34.0_1726646499232_0.7276105280723759","host":"s3://npm-registry-packages"}},"1.34.1":{"name":"@andesite-lab/andesite-core","version":"1.34.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.34.1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"bin":{"andesite":"build/cli.js"},"dist":{"shasum":"75e1b8714e5acccd578b0e17ccf6db3eb1c16981","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.34.1.tgz","fileCount":139,"integrity":"sha512-5gTJzX5lPJrGYQvliGw9FHXcgonHps7F7pO5uzylBCohN722gXrEplNhgSTfG1qJiq4wr66XfgUZ33kZmZquDw==","signatures":[{"sig":"MEYCIQDGWKl/KzOWDCd2s4m/wJVeZ9ss7dY2qzexpO7qLSZiaAIhAOnOPHOUyfMDrUhIiMpgIdgM+sR4sJWsrTjS7HfD10n5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":282608},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"d3d34d0be3eb466d4e90ca2779886010d280d3df","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","user::build":"node ./config/esbuild.user.config.js build"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.7.0","dependencies":{"knex":"^3.1.0","fastify":"^4.28.1","i18next":"^23.15.1","ioredis":"^5.4.1","commander":"^12.1.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^9.0.1","@clack/prompts":"^0.7.0","@fastify/helmet":"^11.1.1","@fastify/swagger":"^8.15.0","fast-querystring":"^1.1.2","@fastify/formbody":"^7.4.0","fluent-json-schema":"^5.0.0","source-map-support":"^0.5.21","fastify-print-routes":"^3.2.0","@basalt-lab/basalt-helper":"^1.7.2","@basalt-lab/basalt-logger":"^1.8.2","@scalar/fastify-api-reference":"^1.25.10"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.57.0","esbuild":"^0.23.1","typedoc":"^0.26.7","tsc-alias":"^1.8.10","@types/bun":"^1.1.9","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.5.4"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.34.1_1726648975338_0.6974293712285862","host":"s3://npm-registry-packages"}},"1.35.0":{"name":"@andesite-lab/andesite-core","version":"1.35.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.35.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"08018461b78b8467124e0ca10e35ff9cd6cafd85","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.35.0.tgz","fileCount":70,"integrity":"sha512-6ZXJfSk7KEWUj+3lknQOk9vavfyu4vwKOvHhsFj0B9kS/t1z2c81+m7b9u6WBx6Td/W/LkbOttguRs6HZ9O3vw==","signatures":[{"sig":"MEQCIBGnVJyN2hAVyKlqp1t4M4xoe/T7Vi+HaH+9npeYTu82AiBPMbJmdG2elLIJaRhv6s3ShwfVyGq+LKZXNsZeczZwcw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":101662},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"0998559a52278c209e78d104ca2a95a5ff751229","scripts":{"dev":"bun --watch source/lib.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.9.0","dependencies":{"knex":"^3.1.0","fastify":"^5.0.0","i18next":"^23.15.1","ioredis":"^5.4.1","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^12.0.1","@fastify/swagger":"^9.1.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","fluent-json-schema":"^5.0.0","fastify-print-routes":"^3.2.0","@basalt-lab/basalt-helper":"^1.8.0","@basalt-lab/basalt-logger":"^1.9.0","@scalar/fastify-api-reference":"1.25.19"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.57.0","typedoc":"^0.26.7","tsc-alias":"^1.8.10","@types/bun":"^1.1.10","@types/node":"^22.7.4","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.6.2"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.35.0_1728033743031_0.6056970587311781","host":"s3://npm-registry-packages"}},"1.36.0":{"name":"@andesite-lab/andesite-core","version":"1.36.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.36.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"2703ba2f36f78b0028f4315d0565fc0d605d8598","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.36.0.tgz","fileCount":70,"integrity":"sha512-ncGEXOx7P8mP3MlLv8lcfST7TmV39VvQZyKh14LdS52VoAoBA8BJn7A4NEBvPxS301pVhZS/kOFF66wBQ/rLXw==","signatures":[{"sig":"MEUCIQCTOkI3TDqnwEOlKbPBoRUHjXwswOhGxktWJ+Y/qPXr0wIgQsX7KSk2mLpoWzcFTDh+FuIRCg4/UudrqnpQZ59Bg9w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":101714},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"74ea969ea3aa0fe30fe79cb5fea8479272a09e75","scripts":{"dev":"bun --watch source/lib.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.9.0","dependencies":{"knex":"^3.1.0","fastify":"^5.0.0","i18next":"^23.15.1","ioredis":"^5.4.1","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^12.0.1","@fastify/swagger":"^9.1.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","fluent-json-schema":"^5.0.0","fastify-print-routes":"^3.2.0","@basalt-lab/basalt-helper":"^1.8.0","@basalt-lab/basalt-logger":"^1.9.0","@scalar/fastify-api-reference":"1.25.19"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.57.0","typedoc":"^0.26.7","tsc-alias":"^1.8.10","@types/bun":"^1.1.10","@types/node":"^22.7.4","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.6.2"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.36.0_1728038930599_0.8606006876971","host":"s3://npm-registry-packages"}},"1.36.1":{"name":"@andesite-lab/andesite-core","version":"1.36.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.36.1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"5ec6c748f83d124ef192d0c3b3e455a346829278","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.36.1.tgz","fileCount":70,"integrity":"sha512-goboLgHqVhxpYsrGparehUrxVQ16Kd++gFgS7Px9X+nWkAckiBtTGaapbOJS+LbR0o3NYBM3j2dbhZXxKG0QRQ==","signatures":[{"sig":"MEYCIQCxbOTOHrputubYbjXlrQULzpWB7Vfq3H0h6yvvrca2wwIhAOWEW7qe3WnWsVtREqYa8GOeVpdww3t7/vh2YktzAfH5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":101723},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"4795ab4d6eb82b0830c42780cb1bd65b75d8d771","scripts":{"dev":"bun --watch source/lib.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.9.0","dependencies":{"knex":"^3.1.0","fastify":"^5.0.0","i18next":"^23.15.1","ioredis":"^5.4.1","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^12.0.1","@fastify/swagger":"^9.1.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","fluent-json-schema":"^5.0.0","fastify-print-routes":"^3.2.0","@basalt-lab/basalt-helper":"^1.8.0","@basalt-lab/basalt-logger":"^1.9.0","@scalar/fastify-api-reference":"1.25.19"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.57.0","typedoc":"^0.26.7","tsc-alias":"^1.8.10","@types/bun":"^1.1.10","@types/node":"^22.7.4","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.6.2"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.36.1_1728041089109_0.6658257598983119","host":"s3://npm-registry-packages"}},"1.36.2":{"name":"@andesite-lab/andesite-core","version":"1.36.2","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.36.2","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"51c03481c6440ea135358a7509a8e72ed3702df2","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.36.2.tgz","fileCount":70,"integrity":"sha512-YNHesYFObthdBuCK6s0xjuhV+aqX0WaG1E6+RVOkl5pDQ3m80AgMrLnHyVCxN2v1lEtUgIK1epuDqujTQBbMVQ==","signatures":[{"sig":"MEYCIQC3qxpBwRj0dQ3NwnxiFCaNjVq3VrHmxC6mEWLooh9lXQIhAM34nU0AjcpxRJeQg9ifQ1liGTZvlQHfR72rifn5XdjR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":101713},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"1574f87635757b7e1dcfb9dc19d3991f4e4afa3c","scripts":{"dev":"bun --watch source/lib.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.9.0","dependencies":{"knex":"^3.1.0","fastify":"^5.0.0","i18next":"^23.15.1","ioredis":"^5.4.1","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^12.0.1","@fastify/swagger":"^9.1.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","fluent-json-schema":"^5.0.0","fastify-print-routes":"^3.2.0","@basalt-lab/basalt-helper":"^1.8.0","@basalt-lab/basalt-logger":"^1.9.0","@scalar/fastify-api-reference":"1.25.19"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.57.0","typedoc":"^0.26.7","tsc-alias":"^1.8.10","@types/bun":"^1.1.10","@types/node":"^22.7.4","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.6.2"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.36.2_1728306365321_0.2797890987013445","host":"s3://npm-registry-packages"}},"1.37.0":{"name":"@andesite-lab/andesite-core","version":"1.37.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.37.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"e1100670f8f6263821d8b0ada7919922a8374062","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.37.0.tgz","fileCount":70,"integrity":"sha512-YQAU3VYBNJD3Wpt5TJyeg+rtoWE1Fvd+CT8kPNCHE7fKBk8EtTWM8cB03KS/jQfrC+uSrrfIg2wXfRyvjVwZzw==","signatures":[{"sig":"MEUCIBNFNB4BrGhsMWJyFpW9D+Uchwv3Rj09KgfWryKkhttFAiEAvvBgwPzSeohD2fsXIGZuLM/XpsjMch0fWJoEwlyh5Gc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122668},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"659935f0cc130443582fd7548264a33c15103207","scripts":{"dev":"bun --watch source/lib.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.9.0","dependencies":{"knex":"^3.1.0","fastify":"^5.0.0","i18next":"^23.16.0","ioredis":"^5.4.1","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^12.0.1","@fastify/swagger":"^9.2.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","fluent-json-schema":"^5.0.0","fastify-print-routes":"^3.2.0","@scalar/fastify-api-reference":"1.25.36"},"_hasShrinkwrap":false,"devDependencies":{"mssql":"^11.0.1","eslint":"^8.57.0","typedoc":"^0.26.9","tsc-alias":"^1.8.10","@types/bun":"^1.1.11","@types/node":"^22.7.5","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.6.3","@basalt-lab/basalt-helper":"^1.8.1","@basalt-lab/basalt-logger":"^1.9.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.37.0_1728981062712_0.389940245102369","host":"s3://npm-registry-packages"}},"1.37.1":{"name":"@andesite-lab/andesite-core","version":"1.37.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.37.1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"728c8b9d4ea1903e42c791477b20edf764999b33","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.37.1.tgz","fileCount":70,"integrity":"sha512-Fkaam0JanQgFF3yNCHunNTTwmFA73IIYOvhVqIh4CZcH5/I+EFm/fDRopj/tOhKL4H2fECi7rrep/LY1PQkqvw==","signatures":[{"sig":"MEUCIBl/x8NHnMoBhO1vH9JrzvqV1XwyBrRBi9ua0BDzAqpYAiEA+qWHx37raryLRfa2qb3CKCe75PwmuyUXgthFhdf9X3M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122781},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"4e7dd0b257f5bd1a00e686929e863c5abe7a1184","scripts":{"dev":"bun --watch source/lib.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.9.0","dependencies":{"knex":"^3.1.0","fastify":"^5.0.0","i18next":"^23.16.0","ioredis":"^5.4.1","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^12.0.1","@fastify/swagger":"^9.2.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","fluent-json-schema":"^5.0.0","fastify-print-routes":"^3.2.0","@scalar/fastify-api-reference":"1.25.36"},"_hasShrinkwrap":false,"devDependencies":{"mssql":"^11.0.1","eslint":"^8.57.0","typedoc":"^0.26.9","tsc-alias":"^1.8.10","@types/bun":"^1.1.11","@types/node":"^22.7.5","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.6.3","@basalt-lab/basalt-helper":"^1.8.1","@basalt-lab/basalt-logger":"^1.9.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.37.1_1729000388437_0.2871305607524257","host":"s3://npm-registry-packages"}},"1.38.0":{"name":"@andesite-lab/andesite-core","version":"1.38.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.38.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"75727d9b85c1ddec47fce45cca5794a2391b0e68","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.38.0.tgz","fileCount":70,"integrity":"sha512-p+DzCr1jnDEx/OkORp+Id0f8vjRNJrMfZZHTDw/TnW9D9tJ/Ge6vOjGKSP1eknQLA8PylgYJUxOaAVA80aaRxQ==","signatures":[{"sig":"MEUCIBVgyJFXi70sERCsvpdQTPI7/r0IdKds2nraEXXEsTSjAiEAwk0X7TYJ64K92LNEbLjdwMc0SQmYAoR3r7/TweJls08=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":130615},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"3c475a4a62f9ef827fd4bc94a082d0bc27c2c315","scripts":{"dev":"bun --watch source/lib.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.9.0","dependencies":{"knex":"^3.1.0","fastify":"^5.0.0","i18next":"^23.16.0","ioredis":"^5.4.1","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^12.0.1","@fastify/swagger":"^9.2.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","fluent-json-schema":"^5.0.0","fastify-print-routes":"^3.2.0","@scalar/fastify-api-reference":"1.25.36"},"_hasShrinkwrap":false,"devDependencies":{"mssql":"^11.0.1","eslint":"^8.57.0","typedoc":"^0.26.9","tsc-alias":"^1.8.10","@types/bun":"^1.1.11","@types/node":"^22.7.5","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.6.3","@basalt-lab/basalt-helper":"^1.8.1","@basalt-lab/basalt-logger":"^1.9.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.38.0_1729084801415_0.1209411243389682","host":"s3://npm-registry-packages"}},"1.39.0":{"name":"@andesite-lab/andesite-core","version":"1.39.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.39.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"0353324424833e6daa7a0ca925e3de63b563289d","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.39.0.tgz","fileCount":77,"integrity":"sha512-od7kCs2wnlu6FP9RXg9h5RnOv2DUq73YXZDfjBTqYcdUpr3d8tcrqIFkUfakXF9ubX4m01OTPJA9qPG870jOkg==","signatures":[{"sig":"MEQCIFVn7lWmNdZCyV/t/A9/Z+bA7z7w3g7gy5itD7VQqQivAiA0elM8uIfwnDXNmHhhTnHohWrMGd3riq+iAtivSnDy6w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":155184},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"953cd6fce8f95fee939fecbb5007d6a1d2960a0a","scripts":{"dev":"bun --watch source/lib.ts","docs":"typedoc","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.9.0","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"23.1.0","dependencies":{"knex":"^3.1.0","fastify":"^5.1.0","i18next":"^23.16.4","ioredis":"^5.4.1","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^12.0.1","@fastify/swagger":"^9.2.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","@fastify/multipart":"^9.0.1","fluent-json-schema":"^5.0.0","@azure/storage-blob":"^12.25.0","fastify-print-routes":"^4.0.0","@scalar/fastify-api-reference":"1.25.56"},"_hasShrinkwrap":false,"devDependencies":{"mssql":"^11.0.1","eslint":"^8.57.0","typedoc":"^0.26.11","tsc-alias":"^1.8.10","@types/bun":"^1.1.13","@types/node":"^22.8.7","eslint-plugin-tsdoc":"^0.3.0","@typescript-eslint/parser":"^7.18.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"peerDependencies":{"typescript":"^5.6.3","@basalt-lab/basalt-helper":"^1.8.1","@basalt-lab/basalt-logger":"^1.9.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.39.0_1730818248796_0.19752657792824468","host":"s3://npm-registry-packages"}},"1.39.1":{"name":"@andesite-lab/andesite-core","version":"1.39.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.39.1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"38f3089cffff28d9a87829c38d1c7505d871081e","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.39.1.tgz","fileCount":78,"integrity":"sha512-0PQsL1r3G4Fd/ROp4tPhW6zAIbqJgk19QYtMogtVTuVPsmeZ/oj9Er9xJ7y4KLyaesgjQJHuQxELPHd3jY12oA==","signatures":[{"sig":"MEUCICiEbib//Ipv7SCJgwVuDqgb9iVCPIjZ+L50W5Kg3TdSAiEA5r9BTmF11z7YGhYVzjjqBnIPZm8GmQZN/230t1802+o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":163567},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"8bea6d6993fb19414c671c3962f95deb89f46e9e","scripts":{"dev":"bun --watch source/lib.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.9.0","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"23.1.0","dependencies":{"knex":"^3.1.0","fastify":"^5.1.0","i18next":"^23.16.4","ioredis":"^5.4.1","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^12.0.1","@fastify/swagger":"^9.2.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","@fastify/multipart":"^9.0.1","fluent-json-schema":"^5.0.0","@azure/storage-blob":"^12.25.0","fastify-print-routes":"^4.0.0","@scalar/fastify-api-reference":"1.25.58"},"_hasShrinkwrap":false,"devDependencies":{"mssql":"^11.0.1","eslint":"^9.14.0","globals":"^15.12.0","typedoc":"^0.26.11","tsc-alias":"^1.8.10","@eslint/js":"^9.14.0","@types/bun":"^1.1.13","@types/node":"^22.9.0","typescript-eslint":"^8.13.0","eslint-plugin-tsdoc":"^0.3.0","@stylistic/eslint-plugin":"^2.10.1"},"peerDependencies":{"typescript":"^5.6.3","@basalt-lab/basalt-helper":"^1.8.1","@basalt-lab/basalt-logger":"^1.9.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.39.1_1730968441416_0.5243421219749065","host":"s3://npm-registry-packages"}},"1.40.0":{"name":"@andesite-lab/andesite-core","version":"1.40.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.40.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"0ab22e60582000fe6af78b67600d7bea979f70f4","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.40.0.tgz","fileCount":75,"integrity":"sha512-rP66BdJyUrSs5eUQJQKcKK7YbgfI4yL+oh1dLf206dCdI56xGCyCpX1QKniDi7IyY/43aT46klSLDecK1VZlQQ==","signatures":[{"sig":"MEUCIQCGL90/agj/bvTWZKmcT+aQYxXXGnPdObQ0OCoB4PAt7wIgRAn88ZyemclYNRjx1Ca4AG5G8N/4kdX0aUHvwpcTzxY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":150498},"main":"build/lib.js","type":"module","types":"build/lib.d.ts","$schema":"https://json.schemastore.org/package","gitHead":"d070919549b1d641a77e5cac0d4097de7acf2f83","scripts":{"dev":"bun --watch source/lib.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.9.0","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"23.1.0","dependencies":{"knex":"^3.1.0","fastify":"^5.1.0","i18next":"^23.16.5","ioredis":"^5.4.1","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^12.0.1","@fastify/swagger":"^9.2.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","@fastify/multipart":"^9.0.1","fluent-json-schema":"^5.0.0","@azure/storage-blob":"^12.25.0","fastify-print-routes":"^4.0.0","@scalar/fastify-api-reference":"1.25.60"},"_hasShrinkwrap":false,"devDependencies":{"mssql":"^11.0.1","eslint":"^9.14.0","globals":"^15.12.0","typedoc":"^0.26.11","tsc-alias":"^1.8.10","@eslint/js":"^9.14.0","@types/bun":"^1.1.13","@types/node":"^22.9.0","typescript-eslint":"^8.13.0","eslint-plugin-tsdoc":"^0.3.0","@stylistic/eslint-plugin":"^2.10.1"},"peerDependencies":{"typescript":"^5.6.3","@basalt-lab/basalt-helper":"^1.8.3","@basalt-lab/basalt-logger":"^1.9.3"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.40.0_1731059434208_0.09746612860865844","host":"s3://npm-registry-packages"}},"1.40.1":{"name":"@andesite-lab/andesite-core","version":"1.40.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.40.1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"2322998809017c8a6a178d4d70d765169b201570","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.40.1.tgz","fileCount":119,"integrity":"sha512-yqx2MeC+eo2YSUSBfcT1ZUmf7khv8gpd04Zn2ADUPCfeoUyuSsRbx9D1Y3No8bvyiuXZLFMOq8+6Ue2b6rpZPw==","signatures":[{"sig":"MEQCIDQDpBShUNnQYNP5Cx8tzEKXUOpIjNXVQWLH67v3BPIIAiAV2q6QzHt+wc3SZ8oos9LhzKRY5z/dvPsHcMMF/6QyAQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":139683},"type":"module","types":"build/index.d.ts","$schema":"https://json.schemastore.org/package","exports":{".":{"types":"./build/index.d.ts","import":"./build/index.js","require":"./build/index.js"},"./http":{"types":"./build/presentation/http/index.d.ts","import":"./build/presentation/http/index.js","require":"./build/presentation/http/index.js"},"./i18n":{"types":"./build/common/lib/optional/i18n/index.d.ts","import":"./build/common/lib/optional/i18n/index.js","require":"./build/common/lib/optional/i18n/index.js"},"./knex":{"types":"./build/common/lib/optional/knex/index.d.ts","import":"./build/common/lib/optional/knex/index.js","require":"./build/common/lib/optional/knex/index.js"},"./type":{"types":"./build/common/type/data/index.d.ts","import":"./build/common/type/data/index.js","require":"./build/common/type/data/index.js"},"./util":{"types":"./build/common/util/index.d.ts","import":"./build/common/util/index.js","require":"./build/common/util/index.js"},"./vine":{"types":"./build/common/lib/optional/vine/index.d.ts","import":"./build/common/lib/optional/vine/index.js","require":"./build/common/lib/optional/vine/index.js"},"./error":{"types":"./build/common/error/index.d.ts","import":"./build/common/error/index.js","require":"./build/common/error/index.js"},"./store":{"types":"./build/infrastructure/store/index.d.ts","import":"./build/infrastructure/store/index.js","require":"./build/infrastructure/store/index.js"},"./fluent":{"types":"./build/common/lib/optional/fluent-json-schema/index.d.ts","import":"./build/common/lib/optional/fluent-json-schema/index.js","require":"./build/common/lib/optional/fluent-json-schema/index.js"},"./schema":{"types":"./build/presentation/schema/index.d.ts","import":"./build/presentation/schema/index.js","require":"./build/presentation/schema/index.js"},"./fastify":{"types":"./build/common/lib/optional/fastify/index.d.ts","import":"./build/common/lib/optional/fastify/index.js","require":"./build/common/lib/optional/fastify/index.js"},"./ioredis":{"types":"./build/common/lib/optional/ioredis/index.d.ts","import":"./build/common/lib/optional/ioredis/index.js","require":"./build/common/lib/optional/ioredis/index.js"},"./storage":{"types":"./build/infrastructure/storage/index.d.ts","import":"./build/infrastructure/storage/index.js","require":"./build/infrastructure/storage/index.js"},"./usecase":{"types":"./build/domaine/usecase/index.d.ts","import":"./build/domaine/usecase/index.js","require":"./build/domaine/usecase/index.js"},"./database":{"types":"./build/infrastructure/database/index.d.ts","import":"./build/infrastructure/database/index.js","require":"./build/infrastructure/database/index.js"},"./repository":{"types":"./build/infrastructure/repository/index.d.ts","import":"./build/infrastructure/repository/index.js","require":"./build/infrastructure/repository/index.js"},"./store/creator":{"types":"./build/infrastructure/store/creator/index.d.ts","import":"./build/infrastructure/store/creator/index.js","require":"./build/infrastructure/store/creator/index.js"},"./storage/creator":{"types":"./build/infrastructure/storage/creator/index.d.ts","import":"./build/infrastructure/storage/creator/index.js","require":"./build/infrastructure/storage/creator/index.js"},"./database/creator":{"types":"./build/infrastructure/database/creator/index.d.ts","import":"./build/infrastructure/database/creator/index.js","require":"./build/infrastructure/database/creator/index.js"}},"gitHead":"b6bc26c5fc96d3b071147beeed5876682e3aa300","scripts":{"dev":"bun --watch source/lib.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.9.0","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"23.1.0","dependencies":{"fastify":"^5.1.0","i18next":"^23.16.5","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^12.0.1","@fastify/swagger":"^9.2.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","@fastify/multipart":"^9.0.1","fluent-json-schema":"^5.0.0","fastify-print-routes":"^4.0.0","@basalt-lab/basalt-helper":"^1.9.0","@scalar/fastify-api-reference":"^1.25.61"},"_hasShrinkwrap":false,"devDependencies":{"knex":"^3.1.0","eslint":"^9.14.0","globals":"^15.12.0","ioredis":"^5.4.1","typedoc":"^0.26.11","tsc-alias":"^1.8.10","@eslint/js":"^9.14.0","@types/bun":"^1.1.13","@types/node":"^22.9.0","typescript-eslint":"^8.14.0","@azure/storage-blob":"^12.25.0","eslint-plugin-tsdoc":"^0.3.0","@stylistic/eslint-plugin":"^2.10.1","@basalt-lab/basalt-logger":"^1.10.0"},"peerDependencies":{"knex":"^3.1.0","ioredis":"^5.4.1","typescript":"^5.6.3","@azure/storage-blob":"^12.25.0"},"peerDependenciesMeta":{"knex":{"optional":true},"ioredis":{"optional":true},"@azure/storage-blob":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.40.1_1731408151897_0.9622300297852766","host":"s3://npm-registry-packages"}},"1.41.0":{"name":"@andesite-lab/andesite-core","version":"1.41.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.41.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"9b8d8017cdf503adc007e090332be9504d29a3e7","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.41.0.tgz","fileCount":119,"integrity":"sha512-bg8I+LVFRAXrYOzfRm9ibD2lq4LbgjF+yNpApTx8qt2iDrye56uos8k92pw54058P/2YCX6mo2ymgbepEewOsQ==","signatures":[{"sig":"MEUCIHQ/Y+Lsq7eBzLwxXdaS6o5jU50Th4RCABMAuZ2TZKMnAiEA/XYmrF99LXaLiiMOali1PN/FVPVAhWCvBVO1VklF8LE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":140131},"type":"module","types":"build/index.d.ts","$schema":"https://json.schemastore.org/package","exports":{".":{"types":"./build/index.d.ts","import":"./build/index.js","require":"./build/index.js"},"./http":{"types":"./build/presentation/http/index.d.ts","import":"./build/presentation/http/index.js","require":"./build/presentation/http/index.js"},"./i18n":{"types":"./build/common/lib/optional/i18n/index.d.ts","import":"./build/common/lib/optional/i18n/index.js","require":"./build/common/lib/optional/i18n/index.js"},"./knex":{"types":"./build/common/lib/optional/knex/index.d.ts","import":"./build/common/lib/optional/knex/index.js","require":"./build/common/lib/optional/knex/index.js"},"./type":{"types":"./build/common/type/data/index.d.ts","import":"./build/common/type/data/index.js","require":"./build/common/type/data/index.js"},"./util":{"types":"./build/common/util/index.d.ts","import":"./build/common/util/index.js","require":"./build/common/util/index.js"},"./vine":{"types":"./build/common/lib/optional/vine/index.d.ts","import":"./build/common/lib/optional/vine/index.js","require":"./build/common/lib/optional/vine/index.js"},"./error":{"types":"./build/common/error/index.d.ts","import":"./build/common/error/index.js","require":"./build/common/error/index.js"},"./store":{"types":"./build/infrastructure/store/index.d.ts","import":"./build/infrastructure/store/index.js","require":"./build/infrastructure/store/index.js"},"./fluent":{"types":"./build/common/lib/optional/fluent-json-schema/index.d.ts","import":"./build/common/lib/optional/fluent-json-schema/index.js","require":"./build/common/lib/optional/fluent-json-schema/index.js"},"./schema":{"types":"./build/presentation/schema/index.d.ts","import":"./build/presentation/schema/index.js","require":"./build/presentation/schema/index.js"},"./fastify":{"types":"./build/common/lib/optional/fastify/index.d.ts","import":"./build/common/lib/optional/fastify/index.js","require":"./build/common/lib/optional/fastify/index.js"},"./ioredis":{"types":"./build/common/lib/optional/ioredis/index.d.ts","import":"./build/common/lib/optional/ioredis/index.js","require":"./build/common/lib/optional/ioredis/index.js"},"./storage":{"types":"./build/infrastructure/storage/index.d.ts","import":"./build/infrastructure/storage/index.js","require":"./build/infrastructure/storage/index.js"},"./usecase":{"types":"./build/domaine/usecase/index.d.ts","import":"./build/domaine/usecase/index.js","require":"./build/domaine/usecase/index.js"},"./database":{"types":"./build/infrastructure/database/index.d.ts","import":"./build/infrastructure/database/index.js","require":"./build/infrastructure/database/index.js"},"./repository":{"types":"./build/infrastructure/repository/index.d.ts","import":"./build/infrastructure/repository/index.js","require":"./build/infrastructure/repository/index.js"},"./store/creator":{"types":"./build/infrastructure/store/creator/index.d.ts","import":"./build/infrastructure/store/creator/index.js","require":"./build/infrastructure/store/creator/index.js"},"./storage/creator":{"types":"./build/infrastructure/storage/creator/index.d.ts","import":"./build/infrastructure/storage/creator/index.js","require":"./build/infrastructure/storage/creator/index.js"},"./database/creator":{"types":"./build/infrastructure/database/creator/index.d.ts","import":"./build/infrastructure/database/creator/index.js","require":"./build/infrastructure/database/creator/index.js"}},"gitHead":"19e3ca9d6573d3e5239076ed592b8749f7fb7e8c","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.9.0","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"23.1.0","dependencies":{"fastify":"^5.1.0","i18next":"^23.16.5","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^12.0.1","@fastify/swagger":"^9.2.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","@fastify/multipart":"^9.0.1","fluent-json-schema":"^5.0.0","fastify-print-routes":"^4.0.0","@basalt-lab/basalt-helper":"^1.9.0","@scalar/fastify-api-reference":"^1.25.63"},"_hasShrinkwrap":false,"devDependencies":{"knex":"^3.1.0","eslint":"^9.14.0","globals":"^15.12.0","ioredis":"^5.4.1","typedoc":"^0.26.11","tsc-alias":"^1.8.10","@eslint/js":"^9.14.0","@types/bun":"^1.1.13","@types/node":"^22.9.0","typescript-eslint":"^8.14.0","@azure/storage-blob":"^12.25.0","eslint-plugin-tsdoc":"^0.3.0","@stylistic/eslint-plugin":"^2.10.1","@basalt-lab/basalt-logger":"^1.10.0"},"peerDependencies":{"knex":"^3.1.0","ioredis":"^5.4.1","typescript":"^5.6.3","@azure/storage-blob":"^12.25.0"},"peerDependenciesMeta":{"knex":{"optional":true},"ioredis":{"optional":true},"@azure/storage-blob":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.41.0_1731581877005_0.30650266477229726","host":"s3://npm-registry-packages"}},"1.41.1":{"name":"@andesite-lab/andesite-core","version":"1.41.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.41.1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"5facea8b7af21280d0480a4b8148b417f697f7d9","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.41.1.tgz","fileCount":119,"integrity":"sha512-jwex49pvAT0HBHGuNoMJvLJl8qWRWERMP2VPHRgDkRfWPrzWrDjy47RdyefUdZBq++/K0KE/fT3vlycsfIs2Sw==","signatures":[{"sig":"MEUCIQDc/0xBvUPz7g6Td8of8oxEKYMD3QcTdRWDGKDQbK+pvgIgUfzz/NyPTsFpCyrBaXUNQ01fiuWGdNIuI8w3NklVBcQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":140131},"type":"module","types":"build/index.d.ts","$schema":"https://json.schemastore.org/package","exports":{".":{"types":"./build/index.d.ts","import":"./build/index.js","require":"./build/index.js"},"./http":{"types":"./build/presentation/http/index.d.ts","import":"./build/presentation/http/index.js","require":"./build/presentation/http/index.js"},"./i18n":{"types":"./build/common/lib/required/i18n/index.d.ts","import":"./build/common/lib/required/i18n/index.js","require":"./build/common/lib/required/i18n/index.js"},"./knex":{"types":"./build/common/lib/optional/knex/index.d.ts","import":"./build/common/lib/optional/knex/index.js","require":"./build/common/lib/optional/knex/index.js"},"./type":{"types":"./build/common/type/data/index.d.ts","import":"./build/common/type/data/index.js","require":"./build/common/type/data/index.js"},"./util":{"types":"./build/common/util/index.d.ts","import":"./build/common/util/index.js","require":"./build/common/util/index.js"},"./vine":{"types":"./build/common/lib/optional/vine/index.d.ts","import":"./build/common/lib/optional/vine/index.js","require":"./build/common/lib/optional/vine/index.js"},"./error":{"types":"./build/common/error/index.d.ts","import":"./build/common/error/index.js","require":"./build/common/error/index.js"},"./store":{"types":"./build/infrastructure/store/index.d.ts","import":"./build/infrastructure/store/index.js","require":"./build/infrastructure/store/index.js"},"./fluent":{"types":"./build/common/lib/required/fluent-json-schema/index.d.ts","import":"./build/common/lib/required/fluent-json-schema/index.js","require":"./build/common/lib/required/fluent-json-schema/index.js"},"./schema":{"types":"./build/presentation/schema/index.d.ts","import":"./build/presentation/schema/index.js","require":"./build/presentation/schema/index.js"},"./fastify":{"types":"./build/common/lib/required/fastify/index.d.ts","import":"./build/common/lib/required/fastify/index.js","require":"./build/common/lib/required/fastify/index.js"},"./ioredis":{"types":"./build/common/lib/optional/ioredis/index.d.ts","import":"./build/common/lib/optional/ioredis/index.js","require":"./build/common/lib/optional/ioredis/index.js"},"./storage":{"types":"./build/infrastructure/storage/index.d.ts","import":"./build/infrastructure/storage/index.js","require":"./build/infrastructure/storage/index.js"},"./usecase":{"types":"./build/domaine/usecase/index.d.ts","import":"./build/domaine/usecase/index.js","require":"./build/domaine/usecase/index.js"},"./database":{"types":"./build/infrastructure/database/index.d.ts","import":"./build/infrastructure/database/index.js","require":"./build/infrastructure/database/index.js"},"./repository":{"types":"./build/infrastructure/repository/index.d.ts","import":"./build/infrastructure/repository/index.js","require":"./build/infrastructure/repository/index.js"},"./store/creator":{"types":"./build/infrastructure/store/creator/index.d.ts","import":"./build/infrastructure/store/creator/index.js","require":"./build/infrastructure/store/creator/index.js"},"./storage/creator":{"types":"./build/infrastructure/storage/creator/index.d.ts","import":"./build/infrastructure/storage/creator/index.js","require":"./build/infrastructure/storage/creator/index.js"},"./database/creator":{"types":"./build/infrastructure/database/creator/index.d.ts","import":"./build/infrastructure/database/creator/index.js","require":"./build/infrastructure/database/creator/index.js"}},"gitHead":"6719280af67592e89ab99bb3bbcc8136e6ffbef9","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.9.0","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"23.1.0","dependencies":{"fastify":"^5.1.0","i18next":"^23.16.5","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^12.0.1","@fastify/swagger":"^9.2.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","@fastify/multipart":"^9.0.1","fluent-json-schema":"^5.0.0","fastify-print-routes":"^4.0.0","@basalt-lab/basalt-helper":"^1.9.0","@scalar/fastify-api-reference":"^1.25.63"},"_hasShrinkwrap":false,"devDependencies":{"knex":"^3.1.0","eslint":"^9.14.0","globals":"^15.12.0","ioredis":"^5.4.1","typedoc":"^0.26.11","tsc-alias":"^1.8.10","@eslint/js":"^9.14.0","@types/bun":"^1.1.13","@types/node":"^22.9.0","typescript-eslint":"^8.14.0","@azure/storage-blob":"^12.25.0","eslint-plugin-tsdoc":"^0.3.0","@stylistic/eslint-plugin":"^2.10.1","@basalt-lab/basalt-logger":"^1.10.0"},"peerDependencies":{"knex":"^3.1.0","ioredis":"^5.4.1","typescript":"^5.6.3","@azure/storage-blob":"^12.25.0"},"peerDependenciesMeta":{"knex":{"optional":true},"ioredis":{"optional":true},"@azure/storage-blob":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.41.1_1731599553525_0.8470321566669945","host":"s3://npm-registry-packages"}},"1.42.0":{"name":"@andesite-lab/andesite-core","version":"1.42.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.42.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"bd546df541c69d8e66ca9b4729656f8141e282d3","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.42.0.tgz","fileCount":119,"integrity":"sha512-8mECvlsahq0Scsu364JCMASSy7Hh4LLWEQteAXIH8cyHKZnKa7nrRQA/H+7qChTrIHrUOuchU43NUOL7lUYjMQ==","signatures":[{"sig":"MEUCICmcRNXAG0LlrvKv0xVc+0WCESyWFD5Fxr6auxwSK4vaAiEAh4u60PTKEjSmQYwAx3csg1hiKOpu4UE0aW1EEIbZt/g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141954},"type":"module","types":"build/index.d.ts","$schema":"https://json.schemastore.org/package","exports":{".":{"types":"./build/index.d.ts","import":"./build/index.js","require":"./build/index.js"},"./http":{"types":"./build/presentation/http/index.d.ts","import":"./build/presentation/http/index.js","require":"./build/presentation/http/index.js"},"./i18n":{"types":"./build/common/lib/required/i18n/index.d.ts","import":"./build/common/lib/required/i18n/index.js","require":"./build/common/lib/required/i18n/index.js"},"./knex":{"types":"./build/common/lib/optional/knex/index.d.ts","import":"./build/common/lib/optional/knex/index.js","require":"./build/common/lib/optional/knex/index.js"},"./type":{"types":"./build/common/type/data/index.d.ts","import":"./build/common/type/data/index.js","require":"./build/common/type/data/index.js"},"./util":{"types":"./build/common/util/index.d.ts","import":"./build/common/util/index.js","require":"./build/common/util/index.js"},"./vine":{"types":"./build/common/lib/optional/vine/index.d.ts","import":"./build/common/lib/optional/vine/index.js","require":"./build/common/lib/optional/vine/index.js"},"./error":{"types":"./build/common/error/index.d.ts","import":"./build/common/error/index.js","require":"./build/common/error/index.js"},"./store":{"types":"./build/infrastructure/store/index.d.ts","import":"./build/infrastructure/store/index.js","require":"./build/infrastructure/store/index.js"},"./fluent":{"types":"./build/common/lib/required/fluent-json-schema/index.d.ts","import":"./build/common/lib/required/fluent-json-schema/index.js","require":"./build/common/lib/required/fluent-json-schema/index.js"},"./schema":{"types":"./build/presentation/schema/index.d.ts","import":"./build/presentation/schema/index.js","require":"./build/presentation/schema/index.js"},"./fastify":{"types":"./build/common/lib/required/fastify/index.d.ts","import":"./build/common/lib/required/fastify/index.js","require":"./build/common/lib/required/fastify/index.js"},"./ioredis":{"types":"./build/common/lib/optional/ioredis/index.d.ts","import":"./build/common/lib/optional/ioredis/index.js","require":"./build/common/lib/optional/ioredis/index.js"},"./storage":{"types":"./build/infrastructure/storage/index.d.ts","import":"./build/infrastructure/storage/index.js","require":"./build/infrastructure/storage/index.js"},"./usecase":{"types":"./build/domaine/usecase/index.d.ts","import":"./build/domaine/usecase/index.js","require":"./build/domaine/usecase/index.js"},"./database":{"types":"./build/infrastructure/database/index.d.ts","import":"./build/infrastructure/database/index.js","require":"./build/infrastructure/database/index.js"},"./repository":{"types":"./build/infrastructure/repository/index.d.ts","import":"./build/infrastructure/repository/index.js","require":"./build/infrastructure/repository/index.js"},"./store/creator":{"types":"./build/infrastructure/store/creator/index.d.ts","import":"./build/infrastructure/store/creator/index.js","require":"./build/infrastructure/store/creator/index.js"},"./storage/creator":{"types":"./build/infrastructure/storage/creator/index.d.ts","import":"./build/infrastructure/storage/creator/index.js","require":"./build/infrastructure/storage/creator/index.js"},"./database/creator":{"types":"./build/infrastructure/database/creator/index.d.ts","import":"./build/infrastructure/database/creator/index.js","require":"./build/infrastructure/database/creator/index.js"}},"gitHead":"aaf503a809f532b0ce4a8b2b1f5ba4362e3738cc","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.9.0","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"23.1.0","dependencies":{"fastify":"^5.1.0","i18next":"^23.16.6","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^12.0.1","@fastify/swagger":"^9.3.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","@fastify/multipart":"^9.0.1","fluent-json-schema":"^5.0.0","fastify-print-routes":"^4.0.0","@basalt-lab/basalt-helper":"^1.9.0","@scalar/fastify-api-reference":"^1.25.68"},"_hasShrinkwrap":false,"devDependencies":{"knex":"^3.1.0","eslint":"^9.15.0","globals":"^15.12.0","ioredis":"^5.4.1","typedoc":"^0.26.11","tsc-alias":"^1.8.10","@eslint/js":"^9.15.0","@types/bun":"^1.1.13","@types/node":"^22.9.1","typescript-eslint":"^8.15.0","@azure/storage-blob":"^12.25.0","eslint-plugin-tsdoc":"^0.3.0","@stylistic/eslint-plugin":"^2.11.0","@basalt-lab/basalt-logger":"^1.10.0"},"peerDependencies":{"knex":"^3.1.0","ioredis":"^5.4.1","typescript":"^5.6.3","@azure/storage-blob":"^12.25.0"},"peerDependenciesMeta":{"knex":{"optional":true},"ioredis":{"optional":true},"@azure/storage-blob":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.42.0_1732099189490_0.7915285630902691","host":"s3://npm-registry-packages"}},"1.42.1":{"name":"@andesite-lab/andesite-core","version":"1.42.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.42.1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"6592580c7c0648338eb3fb8ea411baf35ef4250b","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.42.1.tgz","fileCount":119,"integrity":"sha512-eV9TWlDxwJ9hTENVJjgypbgPtoNOILjhI6bD3fiG6rM9hTidzOXG7tvAq5tGhz6vf5ZtlR6UJ54uv/iwZ5o2Fw==","signatures":[{"sig":"MEQCIHVWOYkQ1CZpYuH1sV3Rzd8c1Yo5OB/g0czHT6RyndryAiB2epOk/wAVEDYJoPC0EYsW1S0Nxsxfpu2r9es4l5OYMg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141951},"type":"module","types":"build/index.d.ts","$schema":"https://json.schemastore.org/package","exports":{".":{"types":"./build/index.d.ts","import":"./build/index.js","require":"./build/index.js"},"./http":{"types":"./build/presentation/http/index.d.ts","import":"./build/presentation/http/index.js","require":"./build/presentation/http/index.js"},"./i18n":{"types":"./build/common/lib/required/i18n/index.d.ts","import":"./build/common/lib/required/i18n/index.js","require":"./build/common/lib/required/i18n/index.js"},"./knex":{"types":"./build/common/lib/optional/knex/index.d.ts","import":"./build/common/lib/optional/knex/index.js","require":"./build/common/lib/optional/knex/index.js"},"./type":{"types":"./build/common/type/data/index.d.ts","import":"./build/common/type/data/index.js","require":"./build/common/type/data/index.js"},"./util":{"types":"./build/common/util/index.d.ts","import":"./build/common/util/index.js","require":"./build/common/util/index.js"},"./vine":{"types":"./build/common/lib/optional/vine/index.d.ts","import":"./build/common/lib/optional/vine/index.js","require":"./build/common/lib/optional/vine/index.js"},"./error":{"types":"./build/common/error/index.d.ts","import":"./build/common/error/index.js","require":"./build/common/error/index.js"},"./store":{"types":"./build/infrastructure/store/index.d.ts","import":"./build/infrastructure/store/index.js","require":"./build/infrastructure/store/index.js"},"./fluent":{"types":"./build/common/lib/required/fluent-json-schema/index.d.ts","import":"./build/common/lib/required/fluent-json-schema/index.js","require":"./build/common/lib/required/fluent-json-schema/index.js"},"./schema":{"types":"./build/presentation/schema/index.d.ts","import":"./build/presentation/schema/index.js","require":"./build/presentation/schema/index.js"},"./fastify":{"types":"./build/common/lib/required/fastify/index.d.ts","import":"./build/common/lib/required/fastify/index.js","require":"./build/common/lib/required/fastify/index.js"},"./ioredis":{"types":"./build/common/lib/optional/ioredis/index.d.ts","import":"./build/common/lib/optional/ioredis/index.js","require":"./build/common/lib/optional/ioredis/index.js"},"./storage":{"types":"./build/infrastructure/storage/index.d.ts","import":"./build/infrastructure/storage/index.js","require":"./build/infrastructure/storage/index.js"},"./usecase":{"types":"./build/domain/usecase/index.d.ts","import":"./build/domain/usecase/index.js","require":"./build/domain/usecase/index.js"},"./database":{"types":"./build/infrastructure/database/index.d.ts","import":"./build/infrastructure/database/index.js","require":"./build/infrastructure/database/index.js"},"./repository":{"types":"./build/infrastructure/repository/index.d.ts","import":"./build/infrastructure/repository/index.js","require":"./build/infrastructure/repository/index.js"},"./store/creator":{"types":"./build/infrastructure/store/creator/index.d.ts","import":"./build/infrastructure/store/creator/index.js","require":"./build/infrastructure/store/creator/index.js"},"./storage/creator":{"types":"./build/infrastructure/storage/creator/index.d.ts","import":"./build/infrastructure/storage/creator/index.js","require":"./build/infrastructure/storage/creator/index.js"},"./database/creator":{"types":"./build/infrastructure/database/creator/index.d.ts","import":"./build/infrastructure/database/creator/index.js","require":"./build/infrastructure/database/creator/index.js"}},"gitHead":"88e0ae330b1a027cc2a65b8d4c8205da6dd62ea1","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.9.0","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"23.1.0","dependencies":{"fastify":"^5.1.0","i18next":"^23.16.6","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^12.0.1","@fastify/swagger":"^9.3.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","@fastify/multipart":"^9.0.1","fluent-json-schema":"^5.0.0","fastify-print-routes":"^4.0.0","@basalt-lab/basalt-helper":"^1.9.0","@scalar/fastify-api-reference":"^1.25.68"},"_hasShrinkwrap":false,"devDependencies":{"knex":"^3.1.0","eslint":"^9.15.0","globals":"^15.12.0","ioredis":"^5.4.1","typedoc":"^0.26.11","tsc-alias":"^1.8.10","@eslint/js":"^9.15.0","@types/bun":"^1.1.13","@types/node":"^22.9.1","typescript-eslint":"^8.15.0","@azure/storage-blob":"^12.25.0","eslint-plugin-tsdoc":"^0.3.0","@stylistic/eslint-plugin":"^2.11.0","@basalt-lab/basalt-logger":"^1.10.0"},"peerDependencies":{"knex":"^3.1.0","ioredis":"^5.4.1","typescript":"^5.6.3","@azure/storage-blob":"^12.25.0"},"peerDependenciesMeta":{"knex":{"optional":true},"ioredis":{"optional":true},"@azure/storage-blob":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.42.1_1733324563421_0.5899049628719968","host":"s3://npm-registry-packages"}},"1.43.0":{"name":"@andesite-lab/andesite-core","version":"1.43.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.43.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"cc6925f1d5fa2fd691f13be6979d40d604aa9ec5","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.43.0.tgz","fileCount":119,"integrity":"sha512-BKfJYv/l1kcCoGon5bJLb74iVZZKDFxWHLsX86WmLlKoHcdZ2s09Ej1P53vrqj/yftY4cbOtGiv+WgOHr/bkMA==","signatures":[{"sig":"MEYCIQC5tbuWgoN+TRsDdC05BEx9gIPhYeR6USi17xZAWINwYAIhALLGC8AulOm3pGKBD8jMSG4yYlHAb6KU09O5YhafkYh+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141782},"type":"module","types":"build/index.d.ts","$schema":"https://json.schemastore.org/package","exports":{".":{"types":"./build/index.d.ts","import":"./build/index.js","require":"./build/index.js"},"./http":{"types":"./build/presentation/http/index.d.ts","import":"./build/presentation/http/index.js","require":"./build/presentation/http/index.js"},"./i18n":{"types":"./build/common/lib/required/i18n/index.d.ts","import":"./build/common/lib/required/i18n/index.js","require":"./build/common/lib/required/i18n/index.js"},"./knex":{"types":"./build/common/lib/optional/knex/index.d.ts","import":"./build/common/lib/optional/knex/index.js","require":"./build/common/lib/optional/knex/index.js"},"./type":{"types":"./build/common/type/data/index.d.ts","import":"./build/common/type/data/index.js","require":"./build/common/type/data/index.js"},"./util":{"types":"./build/common/util/index.d.ts","import":"./build/common/util/index.js","require":"./build/common/util/index.js"},"./vine":{"types":"./build/common/lib/optional/vine/index.d.ts","import":"./build/common/lib/optional/vine/index.js","require":"./build/common/lib/optional/vine/index.js"},"./error":{"types":"./build/common/error/index.d.ts","import":"./build/common/error/index.js","require":"./build/common/error/index.js"},"./store":{"types":"./build/infrastructure/store/index.d.ts","import":"./build/infrastructure/store/index.js","require":"./build/infrastructure/store/index.js"},"./fluent":{"types":"./build/common/lib/required/fluent-json-schema/index.d.ts","import":"./build/common/lib/required/fluent-json-schema/index.js","require":"./build/common/lib/required/fluent-json-schema/index.js"},"./schema":{"types":"./build/presentation/schema/index.d.ts","import":"./build/presentation/schema/index.js","require":"./build/presentation/schema/index.js"},"./fastify":{"types":"./build/common/lib/required/fastify/index.d.ts","import":"./build/common/lib/required/fastify/index.js","require":"./build/common/lib/required/fastify/index.js"},"./ioredis":{"types":"./build/common/lib/optional/ioredis/index.d.ts","import":"./build/common/lib/optional/ioredis/index.js","require":"./build/common/lib/optional/ioredis/index.js"},"./storage":{"types":"./build/infrastructure/storage/index.d.ts","import":"./build/infrastructure/storage/index.js","require":"./build/infrastructure/storage/index.js"},"./usecase":{"types":"./build/domain/usecase/index.d.ts","import":"./build/domain/usecase/index.js","require":"./build/domain/usecase/index.js"},"./database":{"types":"./build/infrastructure/database/index.d.ts","import":"./build/infrastructure/database/index.js","require":"./build/infrastructure/database/index.js"},"./repository":{"types":"./build/infrastructure/repository/index.d.ts","import":"./build/infrastructure/repository/index.js","require":"./build/infrastructure/repository/index.js"},"./store/creator":{"types":"./build/infrastructure/store/creator/index.d.ts","import":"./build/infrastructure/store/creator/index.js","require":"./build/infrastructure/store/creator/index.js"},"./storage/creator":{"types":"./build/infrastructure/storage/creator/index.d.ts","import":"./build/infrastructure/storage/creator/index.js","require":"./build/infrastructure/storage/creator/index.js"},"./database/creator":{"types":"./build/infrastructure/database/creator/index.d.ts","import":"./build/infrastructure/database/creator/index.js","require":"./build/infrastructure/database/creator/index.js"}},"gitHead":"a51c5f2d1de91c77a8b26ab126cf649fea67a3c9","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.9.0","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"23.1.0","dependencies":{"fastify":"^5.1.0","i18next":"^23.16.6","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^2.1.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^12.0.1","@fastify/swagger":"^9.3.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","@fastify/multipart":"^9.0.1","fluent-json-schema":"^5.0.0","fastify-print-routes":"^4.0.0","@basalt-lab/basalt-helper":"^1.9.0","@scalar/fastify-api-reference":"^1.25.68"},"_hasShrinkwrap":false,"devDependencies":{"knex":"^3.1.0","eslint":"^9.15.0","globals":"^15.12.0","ioredis":"^5.4.1","typedoc":"^0.26.11","tsc-alias":"^1.8.10","@eslint/js":"^9.15.0","@types/bun":"^1.1.13","@types/node":"^22.9.1","typescript-eslint":"^8.15.0","@azure/storage-blob":"^12.25.0","eslint-plugin-tsdoc":"^0.3.0","@stylistic/eslint-plugin":"^2.11.0","@basalt-lab/basalt-logger":"^1.10.0"},"peerDependencies":{"knex":"^3.1.0","ioredis":"^5.4.1","typescript":"^5.6.3","@azure/storage-blob":"^12.25.0"},"peerDependenciesMeta":{"knex":{"optional":true},"ioredis":{"optional":true},"@azure/storage-blob":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.43.0_1733398632487_0.7707915693535363","host":"s3://npm-registry-packages"}},"1.43.2":{"name":"@andesite-lab/andesite-core","version":"1.43.2","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.43.2","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"9612644227e047085734778321637d8ac43b6e32","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.43.2.tgz","fileCount":119,"integrity":"sha512-ai3s4xVQub+CWczOVC+Qg7J+7gqJJ8sqQSf2sSd7iQOu4e7ggIKa1iGahe7DsNTOHRi3ywgXqUfAGN9wqvaOMQ==","signatures":[{"sig":"MEUCIEIf0hWcvNkpiWjHlOrdSEqZA3XNGXkoe+5HIlGZoy2gAiEAwKMecqeqz5bOToxh1yhlySpoGEaRHVKsUKYM7pFqrLU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141752},"type":"module","types":"build/index.d.ts","$schema":"https://json.schemastore.org/package","exports":{".":{"types":"./build/index.d.ts","import":"./build/index.js","require":"./build/index.js"},"./http":{"types":"./build/presentation/http/index.d.ts","import":"./build/presentation/http/index.js","require":"./build/presentation/http/index.js"},"./i18n":{"types":"./build/common/lib/required/i18n/index.d.ts","import":"./build/common/lib/required/i18n/index.js","require":"./build/common/lib/required/i18n/index.js"},"./knex":{"types":"./build/common/lib/optional/knex/index.d.ts","import":"./build/common/lib/optional/knex/index.js","require":"./build/common/lib/optional/knex/index.js"},"./type":{"types":"./build/common/type/data/index.d.ts","import":"./build/common/type/data/index.js","require":"./build/common/type/data/index.js"},"./util":{"types":"./build/common/util/index.d.ts","import":"./build/common/util/index.js","require":"./build/common/util/index.js"},"./vine":{"types":"./build/common/lib/optional/vine/index.d.ts","import":"./build/common/lib/optional/vine/index.js","require":"./build/common/lib/optional/vine/index.js"},"./error":{"types":"./build/common/error/index.d.ts","import":"./build/common/error/index.js","require":"./build/common/error/index.js"},"./store":{"types":"./build/infrastructure/store/index.d.ts","import":"./build/infrastructure/store/index.js","require":"./build/infrastructure/store/index.js"},"./fluent":{"types":"./build/common/lib/required/fluent-json-schema/index.d.ts","import":"./build/common/lib/required/fluent-json-schema/index.js","require":"./build/common/lib/required/fluent-json-schema/index.js"},"./schema":{"types":"./build/presentation/schema/index.d.ts","import":"./build/presentation/schema/index.js","require":"./build/presentation/schema/index.js"},"./fastify":{"types":"./build/common/lib/required/fastify/index.d.ts","import":"./build/common/lib/required/fastify/index.js","require":"./build/common/lib/required/fastify/index.js"},"./ioredis":{"types":"./build/common/lib/optional/ioredis/index.d.ts","import":"./build/common/lib/optional/ioredis/index.js","require":"./build/common/lib/optional/ioredis/index.js"},"./storage":{"types":"./build/infrastructure/storage/index.d.ts","import":"./build/infrastructure/storage/index.js","require":"./build/infrastructure/storage/index.js"},"./usecase":{"types":"./build/domain/usecase/index.d.ts","import":"./build/domain/usecase/index.js","require":"./build/domain/usecase/index.js"},"./database":{"types":"./build/infrastructure/database/index.d.ts","import":"./build/infrastructure/database/index.js","require":"./build/infrastructure/database/index.js"},"./repository":{"types":"./build/infrastructure/repository/index.d.ts","import":"./build/infrastructure/repository/index.js","require":"./build/infrastructure/repository/index.js"},"./store/creator":{"types":"./build/infrastructure/store/creator/index.d.ts","import":"./build/infrastructure/store/creator/index.js","require":"./build/infrastructure/store/creator/index.js"},"./storage/creator":{"types":"./build/infrastructure/storage/creator/index.d.ts","import":"./build/infrastructure/storage/creator/index.js","require":"./build/infrastructure/storage/creator/index.js"},"./database/creator":{"types":"./build/infrastructure/database/creator/index.d.ts","import":"./build/infrastructure/database/creator/index.js","require":"./build/infrastructure/database/creator/index.js"}},"gitHead":"3edd3324ba8c7a4be9d76e7dd6fd734a986cdebd","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.9.2","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"23.5.0","dependencies":{"fastify":"^5.2.0","i18next":"^24.2.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^3.0.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^13.0.0","@fastify/swagger":"^9.4.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","@fastify/multipart":"^9.0.1","fluent-json-schema":"^5.0.0","fastify-print-routes":"^4.0.0","@basalt-lab/basalt-helper":"^1.10.3","@scalar/fastify-api-reference":"^1.25.93"},"_hasShrinkwrap":false,"devDependencies":{"knex":"^3.1.0","eslint":"^9.17.0","ioredis":"^5.4.2","typedoc":"^0.27.5","tsc-alias":"^1.8.10","@eslint/js":"^9.17.0","@types/bun":"^1.1.14","@types/node":"^22.10.2","typescript-eslint":"^8.18.1","@azure/storage-blob":"^12.26.0","eslint-plugin-tsdoc":"^0.4.0","@stylistic/eslint-plugin":"^2.12.1","@basalt-lab/basalt-logger":"^1.11.2"},"peerDependencies":{"knex":"^3.1.0","ioredis":"^5.4.1","typescript":"^5.7.2","@azure/storage-blob":"^12.25.0"},"peerDependenciesMeta":{"knex":{"optional":true},"ioredis":{"optional":true},"@azure/storage-blob":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.43.2_1734968991746_0.6238610364017951","host":"s3://npm-registry-packages-npm-production"}},"1.44.0-canary-20250314-006901e2":{"name":"@andesite-lab/andesite-core","version":"1.44.0-canary-20250314-006901e2","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@1.44.0-canary-20250314-006901e2","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"9637d0414e6aa9a507a052da87aadd00f145f79d","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.44.0-canary-20250314-006901e2.tgz","fileCount":77,"integrity":"sha512-VRgXYJvlOmIZN4bVew0zXBuG+dIs3f5vpd1iyIIwqdxt54Map2kIHhBxLX5IlCYQwPoxH/VzCa7x8Ua5UjpFnw==","signatures":[{"sig":"MEUCIEKYPlJR/v3VpcM1MNri9DVd/JqxnHtlECG+z3uoRJNbAiEA+IwD/tinFz+ZlfPkJPMvToMs8S5us366+QT1C6acwVI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":310230},"type":"module","types":"build/index.d.ts","shasum":"9637d0414e6aa9a507a052da87aadd00f145f79d","$schema":"https://json.schemastore.org/package","exports":{".":"./build/index.js","./util":"./build/core/util/index.js","./error":"./build/error/index.js","./store":"./build/core/store/index.js","./types":"./build/types/index.js","./database":"./build/core/database/index.js","./error/key":"./build/error/key/index.js","./repository":"./build/core/repository/index.js","./elysia/plugin":"./build/core/elysia/plugin/index.js","./elysia/schema":"./build/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage","build":"bun bundler.ts && tsc --project tsconfig.dts.json && tsc-alias -p tsconfig.dts.json","start":"bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-VRgXYJvlOmIZN4bVew0zXBuG+dIs3f5vpd1iyIIwqdxt54Map2kIHhBxLX5IlCYQwPoxH/VzCa7x8Ua5UjpFnw==","repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","eslint":"^9.22.0","globals":"^16.0.0","ioredis":"^5.6.0","typedoc":"^0.27.9","tsc-alias":"^1.8.11","@eslint/js":"^9.22.0","@types/bun":"^1.2.5","typescript-eslint":"^8.26.1","eslint-plugin-tsdoc":"^0.4.0","@stylistic/eslint-plugin":"^4.2.0","@basalt-lab/basalt-helper":"^1.11.1","@basalt-lab/basalt-logger":"^1.12.0"},"peerDependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.0","typescript":"^5.8.2"},"peerDependenciesMeta":{"jose":{"optional":true},"knex":{"optional":true},"mssql":{"optional":true},"ioredis":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.44.0-canary-20250314-006901e2_1741963566022_0.3985869841776919","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-canary-20250317-d4670d75":{"name":"@andesite-lab/andesite-core","version":"2.1.0-canary-20250317-d4670d75","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.1.0-canary-20250317-d4670d75","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"22ae263933671a062aa5f4d6eae4c2cb72b51da9","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.1.0-canary-20250317-d4670d75.tgz","fileCount":78,"integrity":"sha512-yTEAy4qMROVvF4ff9oasYJDuIdRREDsgzf7KZN9Otlyd9hPIozCu3wnMU5X6uyzlFpv+Y+pmvLRINCqMCMfo+Q==","signatures":[{"sig":"MEYCIQC8X2aH8xt7t0sl4Bd/1xYq1bBZDs653U7C4qLfZTFUQQIhAKsn1zKoR/xRm+8nELR66Tc4+qpsuBD3PUhbJ4E9C7Sm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":310882},"type":"module","shasum":"22ae263933671a062aa5f4d6eae4c2cb72b51da9","exports":{".":"./build/index.js","./util":"./build/core/util/index.js","./error":"./build/error/index.js","./store":"./build/core/store/index.js","./types":"./build/types/index.js","./database":"./build/core/database/index.js","./error/key":"./build/error/key/index.js","./repository":"./build/core/repository/index.js","./elysia/plugin":"./build/core/elysia/plugin/index.js","./elysia/schema":"./build/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage","build":"bun builder.ts && tsc --project tsconfig.dts.json && tsc-alias -p tsconfig.dts.json","start":"bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-yTEAy4qMROVvF4ff9oasYJDuIdRREDsgzf7KZN9Otlyd9hPIozCu3wnMU5X6uyzlFpv+Y+pmvLRINCqMCMfo+Q==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","dependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.0","typescript":"^5.8.2","@basalt-lab/basalt-helper":"^1.11.1","@basalt-lab/basalt-logger":"^1.12.0"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.22.0","globals":"^16.0.0","typedoc":"^0.28.0","tsc-alias":"^1.8.11","@eslint/js":"^9.22.0","@types/bun":"^1.2.5","typescript-eslint":"^8.26.1","eslint-plugin-tsdoc":"^0.4.0","@stylistic/eslint-plugin":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.1.0-canary-20250317-d4670d75_1742212136302_0.15551269804355772","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-canary-20250319-42563e32":{"name":"@andesite-lab/andesite-core","version":"2.1.0-canary-20250319-42563e32","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.1.0-canary-20250319-42563e32","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"1e0cfd5ec11e7057da85a24bb1555a9ea4475daf","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.1.0-canary-20250319-42563e32.tgz","fileCount":76,"integrity":"sha512-YwYvuqqWPNfJaj36BOdY9SQgymUzd8KmgwhRFP/uD3cOQgE0jCvv7yd+fWZElMs9+b/aNSAXvj3de4MubEQpYw==","signatures":[{"sig":"MEUCIQCnz5sK32ppsNkcZleztbVDi77kZjFaaIxOYHn0PLUGRAIgBzP1ftLEDxiSNGZTnWvdzu9AFGs9jSFAHW5JGSOgkZs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":254863},"type":"module","shasum":"1e0cfd5ec11e7057da85a24bb1555a9ea4475daf","exports":{".":"./build/index.js","./util":"./build/core/util/index.js","./error":"./build/error/index.js","./store":"./build/core/store/index.js","./types":"./build/types/index.js","./database":"./build/core/database/index.js","./error/key":"./build/error/key/index.js","./repository":"./build/core/repository/index.js","./elysia/plugin":"./build/core/elysia/plugin/index.js","./elysia/schema":"./build/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage","build":"bun builder.ts && tsc --project tsconfig.dts.json && tsc-alias -p tsconfig.dts.json","start":"bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-YwYvuqqWPNfJaj36BOdY9SQgymUzd8KmgwhRFP/uD3cOQgE0jCvv7yd+fWZElMs9+b/aNSAXvj3de4MubEQpYw==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","dependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.0","typescript":"^5.8.2","@basalt-lab/basalt-helper":"^1.11.1","@basalt-lab/basalt-logger":"^1.12.0"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.22.0","globals":"^16.0.0","typedoc":"^0.28.0","tsc-alias":"^1.8.11","@eslint/js":"^9.22.0","@types/bun":"^1.2.5","typescript-eslint":"^8.26.1","eslint-plugin-tsdoc":"^0.4.0","@stylistic/eslint-plugin":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.1.0-canary-20250319-42563e32_1742390255122_0.6004135102295651","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-canary-20250320-1ee10333":{"name":"@andesite-lab/andesite-core","version":"2.1.0-canary-20250320-1ee10333","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.1.0-canary-20250320-1ee10333","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"e75cc3cc49dc9ccdea0927a5b3cd88712709796a","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.1.0-canary-20250320-1ee10333.tgz","fileCount":76,"integrity":"sha512-waTQYMVQsiOZ4DT0ysLEGg7jDuGpyslo9SVKcGDXiugzYSZDDu6ElU/ITDIihRRik5PXw0Gc+1zHIIjQJPANPw==","signatures":[{"sig":"MEYCIQDSMI6ci1MLe+U6O9JYH7FPUIIafJW/6xV5jMDUiotzHQIhAMhysePmgh92C9fXNs5flDADCOEyF18n3MeedFGY6p3z","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":255437},"type":"module","shasum":"e75cc3cc49dc9ccdea0927a5b3cd88712709796a","exports":{".":"./build/index.js","./util":"./build/core/util/index.js","./error":"./build/error/index.js","./store":"./build/core/store/index.js","./types":"./build/types/index.js","./database":"./build/core/database/index.js","./error/key":"./build/error/key/index.js","./repository":"./build/core/repository/index.js","./elysia/plugin":"./build/core/elysia/plugin/index.js","./elysia/schema":"./build/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage","build":"bun builder.ts && tsc --project tsconfig.dts.json && tsc-alias -p tsconfig.dts.json","start":"bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-waTQYMVQsiOZ4DT0ysLEGg7jDuGpyslo9SVKcGDXiugzYSZDDu6ElU/ITDIihRRik5PXw0Gc+1zHIIjQJPANPw==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","dependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.0","typescript":"^5.8.2","@basalt-lab/basalt-helper":"^1.11.1","@basalt-lab/basalt-logger":"^1.12.0"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.22.0","globals":"^16.0.0","typedoc":"^0.28.0","tsc-alias":"^1.8.11","@eslint/js":"^9.22.0","@types/bun":"^1.2.5","typescript-eslint":"^8.26.1","eslint-plugin-tsdoc":"^0.4.0","@stylistic/eslint-plugin":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.1.0-canary-20250320-1ee10333_1742470600085_0.6373524778942041","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-canary-20250324-f2b16212":{"name":"@andesite-lab/andesite-core","version":"2.1.0-canary-20250324-f2b16212","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.1.0-canary-20250324-f2b16212","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"5935f4f20ea0db6da8ef4d212f1ad901918f022d","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.1.0-canary-20250324-f2b16212.tgz","fileCount":76,"integrity":"sha512-7xjAQAx4BMhU+wpgwOrcEzNpD0XAYvKzN4+GJDKSznVy7i2Ng5RUGSP5f4sj6vwn8JF3lyt4coQ2dmtO27Dw3w==","signatures":[{"sig":"MEQCIGY5vQe7TkNOmZoI2TXGQwrwAscorO0vlTzNgkAbtxwNAiAtV+dA7akMA8GkPveXchWVL0mNhCGuuKBCgI/GvM9/PA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":259919},"type":"module","shasum":"5935f4f20ea0db6da8ef4d212f1ad901918f022d","exports":{".":"./build/index.js","./util":"./build/core/util/index.js","./error":"./build/error/index.js","./store":"./build/core/store/index.js","./types":"./build/types/index.js","./database":"./build/core/database/index.js","./error/key":"./build/error/key/index.js","./repository":"./build/core/repository/index.js","./elysia/plugin":"./build/core/elysia/plugin/index.js","./elysia/schema":"./build/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage","build":"bun builder.ts && tsc --project tsconfig.dts.json && tsc-alias -p tsconfig.dts.json","start":"bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-7xjAQAx4BMhU+wpgwOrcEzNpD0XAYvKzN4+GJDKSznVy7i2Ng5RUGSP5f4sj6vwn8JF3lyt4coQ2dmtO27Dw3w==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","dependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.0","typescript":"^5.8.2","@basalt-lab/basalt-helper":"^1.11.1","@basalt-lab/basalt-logger":"^1.12.0"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.23.0","globals":"^16.0.0","typedoc":"^0.28.1","tsc-alias":"^1.8.11","@eslint/js":"^9.23.0","@types/bun":"^1.2.5","typescript-eslint":"^8.27.0","eslint-plugin-tsdoc":"^0.4.0","@stylistic/eslint-plugin":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.1.0-canary-20250324-f2b16212_1742807398886_0.5180564912653607","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-canary-20250327-8f2cd369":{"name":"@andesite-lab/andesite-core","version":"2.1.0-canary-20250327-8f2cd369","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.1.0-canary-20250327-8f2cd369","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"7fda84056eb4c69aeacfd2c524ca5d73df365561","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.1.0-canary-20250327-8f2cd369.tgz","fileCount":76,"integrity":"sha512-veOervOnxFkL1FFmeYZCE2fyrF79NB2dB1zowfoGH6tt466uYEkzDVCLH2XdzmRnT0IF7CI0wJu8RN33oULX9Q==","signatures":[{"sig":"MEUCIB1zdCXva/TVmHnUgL08JMlGoTWWph+qq91CYVGOY0jJAiEAhEoIYL8fmwB9nY0pKVg8XxO0AduuKHGnSpqmaCmVU9w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":266375},"type":"module","shasum":"7fda84056eb4c69aeacfd2c524ca5d73df365561","exports":{".":"./build/index.js","./util":"./build/core/util/index.js","./error":"./build/error/index.js","./store":"./build/core/store/index.js","./types":"./build/types/index.js","./database":"./build/core/database/index.js","./error/key":"./build/error/key/index.js","./repository":"./build/core/repository/index.js","./elysia/plugin":"./build/core/elysia/plugin/index.js","./elysia/schema":"./build/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage","build":"bun builder.ts && tsc --project tsconfig.dts.json && tsc-alias -p tsconfig.dts.json","start":"bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-veOervOnxFkL1FFmeYZCE2fyrF79NB2dB1zowfoGH6tt466uYEkzDVCLH2XdzmRnT0IF7CI0wJu8RN33oULX9Q==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.23.0","globals":"^16.0.0","typedoc":"^0.28.1","tsc-alias":"^1.8.11","@eslint/js":"^9.23.0","@types/bun":"^1.2.6","typescript-eslint":"^8.28.0","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.0","typescript":"^5.8.2","@basalt-lab/basalt-helper":"^1.12.1","@basalt-lab/basalt-logger":"^1.12.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.1.0-canary-20250327-8f2cd369_1743074467884_0.9542608814278688","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-canary-20250408-4bfc53ad":{"name":"@andesite-lab/andesite-core","version":"2.1.0-canary-20250408-4bfc53ad","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.1.0-canary-20250408-4bfc53ad","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"b5d560f427daafeb5a1feb873c80ee93d457ada8","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.1.0-canary-20250408-4bfc53ad.tgz","fileCount":76,"integrity":"sha512-fMaAmDXguMGhdhaB9RQxdSniL4HNwQ1jO5Vb0K+TVAsVvkszvoq08h8+HmRXUUiU+hg9JWREI5O7jYAu5KXziQ==","signatures":[{"sig":"MEQCIH2DJOx7rUyIlqZIbAWcz9bxdHK36bGsZ4ta65f6RaXHAiA3ZLM2XSb+bEjJceq328I3sMN0DTlLG7lHvprN08uXHw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":268565},"type":"module","shasum":"b5d560f427daafeb5a1feb873c80ee93d457ada8","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-fMaAmDXguMGhdhaB9RQxdSniL4HNwQ1jO5Vb0K+TVAsVvkszvoq08h8+HmRXUUiU+hg9JWREI5O7jYAu5KXziQ==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.24.0","globals":"^16.0.0","typedoc":"^0.28.2","tsc-alias":"^1.8.13","@eslint/js":"^9.24.0","@types/bun":"^1.2.8","typescript-eslint":"^8.29.1","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.0","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.12.1","@basalt-lab/basalt-logger":"^1.12.0"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.1.0-canary-20250408-4bfc53ad_1744106078148_0.7952408586975139","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-canary-20250410-da98e5bc":{"name":"@andesite-lab/andesite-core","version":"2.1.0-canary-20250410-da98e5bc","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.1.0-canary-20250410-da98e5bc","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"cc69a4c8fb8e42c4da64b967445a897892a640ca","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.1.0-canary-20250410-da98e5bc.tgz","fileCount":75,"integrity":"sha512-vuuh1q8gX/1GD0jhAYHtISAgP45FcnItpcNdtKffK0S5TtrJOB++cXVkmd+DQvUt1MZTYx+iX/Drv5G4veUmCw==","signatures":[{"sig":"MEYCIQDhDj2/waOC0/S+mEWKapnsy9wZFm7BrkqYGMBWTYj1wAIhAJYSFoAQws8xxUoXYqgJ0jh35GjEgAVGzij4Pi4WclvP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":269820},"type":"module","shasum":"cc69a4c8fb8e42c4da64b967445a897892a640ca","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-vuuh1q8gX/1GD0jhAYHtISAgP45FcnItpcNdtKffK0S5TtrJOB++cXVkmd+DQvUt1MZTYx+iX/Drv5G4veUmCw==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.24.0","globals":"^16.0.0","typedoc":"^0.28.2","tsc-alias":"^1.8.14","@eslint/js":"^9.24.0","@types/bun":"^1.2.9","typescript-eslint":"^8.29.1","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.0","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.0","@basalt-lab/basalt-logger":"^1.12.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.1.0-canary-20250410-da98e5bc_1744278763690_0.17189762717098822","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-canary-20250411-298158c4":{"name":"@andesite-lab/andesite-core","version":"2.1.0-canary-20250411-298158c4","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.1.0-canary-20250411-298158c4","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"534ca68c95a99f57137e9e3f4ffeffcbbd9511fd","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.1.0-canary-20250411-298158c4.tgz","fileCount":75,"integrity":"sha512-93FN3GszS2lJrstAe7ETYthC0G+Wg/+GuWLnTdEsX8g84MVkfVDJn823Gmppo5iCIO/MMOKAwgyLrskjivnwXw==","signatures":[{"sig":"MEUCIQDnW7QFVGPmTLBvKYG3vPM8Eth0m/h6cMczstWZCydHTgIgU+7X7dj2BR6it3vgJzSUXvRXOKuKyuEFwQr9TNe6L5w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":272187},"type":"module","shasum":"534ca68c95a99f57137e9e3f4ffeffcbbd9511fd","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source","test:unit":"bun test --timeout 5500 --coverage $(find test/unit -name '*.spec.ts')","test:integration":"bun test --timeout 5500 $(find test/integration -name '*.spec.ts')"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-93FN3GszS2lJrstAe7ETYthC0G+Wg/+GuWLnTdEsX8g84MVkfVDJn823Gmppo5iCIO/MMOKAwgyLrskjivnwXw==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.24.0","globals":"^16.0.0","typedoc":"^0.28.2","tsc-alias":"^1.8.14","@eslint/js":"^9.24.0","@types/bun":"^1.2.9","typescript-eslint":"^8.29.1","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.0","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.0","@basalt-lab/basalt-logger":"^1.12.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.1.0-canary-20250411-298158c4_1744362708910_0.921736708945641","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-canary-20250414-31441dd1":{"name":"@andesite-lab/andesite-core","version":"2.1.0-canary-20250414-31441dd1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.1.0-canary-20250414-31441dd1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"52757cc94c09cd2f4b50ad02bb9da9e85ee1f6ac","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.1.0-canary-20250414-31441dd1.tgz","fileCount":75,"integrity":"sha512-s9Oht8rvWIPqFkKa6suf1OiZKqtC8k0tv4msaB/+lX6i3tyPhMw2goryN5+5DWE5aUJ/0i/TmghhqCkmNHa8OQ==","signatures":[{"sig":"MEUCIDURryomryp3RI1VmC3+/JHsyZpGEHu20/YbH4BT4Zk3AiEArj8gubzNUimh6+4xLzERVSf7mT77Vzq3/ErVhTe30gQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":272661},"type":"module","shasum":"52757cc94c09cd2f4b50ad02bb9da9e85ee1f6ac","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source","test:unit":"bun test --timeout 5500 --coverage $(find test/unit -name '*.spec.ts')","test:integration":"bun test --timeout 5500 $(find test/integration -name '*.spec.ts')"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-s9Oht8rvWIPqFkKa6suf1OiZKqtC8k0tv4msaB/+lX6i3tyPhMw2goryN5+5DWE5aUJ/0i/TmghhqCkmNHa8OQ==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.24.0","globals":"^16.0.0","typedoc":"^0.28.2","tsc-alias":"^1.8.14","@eslint/js":"^9.24.0","@types/bun":"^1.2.9","typescript-eslint":"^8.29.1","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.0","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.0","@basalt-lab/basalt-logger":"^1.12.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.1.0-canary-20250414-31441dd1_1744625398809_0.06258336835107658","host":"s3://npm-registry-packages-npm-production"}},"2.1.0-canary-20250422-ee82f114":{"name":"@andesite-lab/andesite-core","version":"2.1.0-canary-20250422-ee82f114","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.1.0-canary-20250422-ee82f114","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"49387a938a393a4a6c414ded79878ff25d51c427","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.1.0-canary-20250422-ee82f114.tgz","fileCount":75,"integrity":"sha512-a6fVpt9/O8StkXpl9ozj2zYgO7iByXb6z9nBrhKbN4T3zBMn1LXXiiZPcafB0f4VnCd+rrLoQd5VxKF4ypcqHQ==","signatures":[{"sig":"MEYCIQDtW7lfx/BB1wN+VhZ9IRNOjVX7txN+wYUfgN83k6DzSgIhAL9iHi9hwdFc1k9p0SXeA0vX5idSZbuG+3CW05ryVtre","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":244479},"type":"module","shasum":"49387a938a393a4a6c414ded79878ff25d51c427","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun run test:unit && bun run test:integration","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source","test:unit":"bun test --timeout 5500 --coverage $(find test/unit -name '*.spec.ts')","test:integration":"bun test --timeout 5500 $(find test/integration -name '*.spec.ts')"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-a6fVpt9/O8StkXpl9ozj2zYgO7iByXb6z9nBrhKbN4T3zBMn1LXXiiZPcafB0f4VnCd+rrLoQd5VxKF4ypcqHQ==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.25.1","globals":"^16.0.0","typedoc":"^0.28.3","tsc-alias":"^1.8.15","@eslint/js":"^9.25.1","@types/bun":"^1.2.10","typescript-eslint":"^8.31.0","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.1","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.3","@basalt-lab/basalt-logger":"^1.12.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.1.0-canary-20250422-ee82f114_1745317529523_0.11569250759543159","host":"s3://npm-registry-packages-npm-production"}},"2.1.0":{"name":"@andesite-lab/andesite-core","version":"2.1.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.1.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"9d7faf34bbd346d2bd5b5f68db1a4f874fb310d3","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.1.0.tgz","fileCount":75,"integrity":"sha512-05ZxKMfVszJY4yHlQmJKtSUVuCntS0bZlz5iO9KUIFuv30kZbk3Q2mth/j55wSxVoAshKfSqQc/HoShbcEwdIQ==","signatures":[{"sig":"MEUCIH8oRrgiqHTkJrvlZTJUSW/cRiHvhD/8pOIGeN86e/xCAiEA5vYJVNnuU8r/lC0AD7uO+NX9vZSmbni5Xs1W42ZGjUQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":273466},"type":"module","shasum":"9d7faf34bbd346d2bd5b5f68db1a4f874fb310d3","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun run test:unit && bun run test:integration","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source","test:unit":"bun test --timeout 5500 --coverage $(find test/unit -name '*.spec.ts')","test:integration":"bun test --timeout 5500 $(find test/integration -name '*.spec.ts')"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-05ZxKMfVszJY4yHlQmJKtSUVuCntS0bZlz5iO9KUIFuv30kZbk3Q2mth/j55wSxVoAshKfSqQc/HoShbcEwdIQ==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.25.1","globals":"^16.0.0","typedoc":"^0.28.3","tsc-alias":"^1.8.15","@eslint/js":"^9.25.1","@types/bun":"^1.2.10","typescript-eslint":"^8.31.0","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.1","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.3","@basalt-lab/basalt-logger":"^1.12.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.1.0_1745317838497_0.838195550580443","host":"s3://npm-registry-packages-npm-production"}},"2.2.0-canary-20250424-4ec2732f":{"name":"@andesite-lab/andesite-core","version":"2.2.0-canary-20250424-4ec2732f","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.2.0-canary-20250424-4ec2732f","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"ed8d3f697e56da97ca6a0672cbed09fcfd502b26","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.2.0-canary-20250424-4ec2732f.tgz","fileCount":78,"integrity":"sha512-ADCcGSMEj/OsBdfs4hTzxLIZOqL0kiyT1jvJvwZx5e97tchilv9dxas+yNXC8eJWxNKtbJYggnBiwIiR0VpLLg==","signatures":[{"sig":"MEYCIQCMggtR86xwslaOI/pS4nrXuDdSikH3uuYcP6aGvPkDUgIhAMCgdi88TDEASZ9xGtsRsLaWBctS/7kFS+mmNjelG52L","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":279872},"type":"module","shasum":"ed8d3f697e56da97ca6a0672cbed09fcfd502b26","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage --timeout 5500","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source","test:unit":"bun test --timeout 5500 --coverage $(find test/unit -name '*.spec.ts')","test:integration":"bun test --timeout 5500 $(find test/integration -name '*.spec.ts')"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-ADCcGSMEj/OsBdfs4hTzxLIZOqL0kiyT1jvJvwZx5e97tchilv9dxas+yNXC8eJWxNKtbJYggnBiwIiR0VpLLg==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.25.1","globals":"^16.0.0","typedoc":"^0.28.3","tsc-alias":"^1.8.15","@eslint/js":"^9.25.1","@types/bun":"^1.2.10","@types/nodemailer":"^6.4.17","typescript-eslint":"^8.31.0","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.1","nodemailer":"^6.10.1","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.3","@basalt-lab/basalt-logger":"^1.12.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.2.0-canary-20250424-4ec2732f_1745482066669_0.7125731389865857","host":"s3://npm-registry-packages-npm-production"}},"2.2.0":{"name":"@andesite-lab/andesite-core","version":"2.2.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.2.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"5cec9d1a7f71ed64c21bfc9f899226bb549fa4f9","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.2.0.tgz","fileCount":78,"integrity":"sha512-XsxAnjtK2QJs+ulqHh20RMMKWioI40HEaNswsFGSCs0StaghSsY58K+i5CF4Y+9aKhjtIhKKWEQrx4Jb7hdt9Q==","signatures":[{"sig":"MEYCIQCA8V1uMp0FzTJVWDJF1nEVXJ/zOfIJo0Xl7X694V5IJQIhAIUZBEUnOO9GaxwQXHk65UcoO/k29CQ4IvjFax0RCnRo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":280833},"type":"module","shasum":"5cec9d1a7f71ed64c21bfc9f899226bb549fa4f9","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage --timeout 5500","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source","test:unit":"bun test --timeout 5500 --coverage $(find test/unit -name '*.spec.ts')","test:integration":"bun test --timeout 5500 $(find test/integration -name '*.spec.ts')"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-XsxAnjtK2QJs+ulqHh20RMMKWioI40HEaNswsFGSCs0StaghSsY58K+i5CF4Y+9aKhjtIhKKWEQrx4Jb7hdt9Q==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.25.1","globals":"^16.0.0","typedoc":"^0.28.3","tsc-alias":"^1.8.15","@eslint/js":"^9.25.1","@types/bun":"^1.2.10","@types/nodemailer":"^6.4.17","typescript-eslint":"^8.31.0","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.1","nodemailer":"^6.10.1","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.3","@basalt-lab/basalt-logger":"^1.12.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.2.0_1745482362765_0.2230256797984933","host":"s3://npm-registry-packages-npm-production"}},"2.2.1-canary-20250424-a36e6507":{"name":"@andesite-lab/andesite-core","version":"2.2.1-canary-20250424-a36e6507","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.2.1-canary-20250424-a36e6507","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"8572a8a6b78fcc91174276f467b77209c7fac590","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.2.1-canary-20250424-a36e6507.tgz","fileCount":81,"integrity":"sha512-xM4I7KFbo6T4cpT0FXQ6GsfrAFWYQytgZVObAovph8kavvwDC57i/BFi5B/dbwgDXiARRmq2ovjD6RNCWCItMQ==","signatures":[{"sig":"MEUCIFCQozgRgRsuUiKgPSAGHUx28NqGAZ+7Ghx8aT0Ap74OAiEA8VBHIzX4F3Yf/2GwbS6swASfhW7/LmAdXhcoB5SnfsY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":282511},"type":"module","shasum":"8572a8a6b78fcc91174276f467b77209c7fac590","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./mailer":"./dist/core/mailer/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage --timeout 5500","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source","test:unit":"bun test --timeout 5500 --coverage $(find test/unit -name '*.spec.ts')","test:integration":"bun test --timeout 5500 $(find test/integration -name '*.spec.ts')"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-xM4I7KFbo6T4cpT0FXQ6GsfrAFWYQytgZVObAovph8kavvwDC57i/BFi5B/dbwgDXiARRmq2ovjD6RNCWCItMQ==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.25.1","globals":"^16.0.0","typedoc":"^0.28.3","tsc-alias":"^1.8.15","@eslint/js":"^9.25.1","@types/bun":"^1.2.10","@types/nodemailer":"^6.4.17","typescript-eslint":"^8.31.0","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.1","nodemailer":"^6.10.1","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.3","@basalt-lab/basalt-logger":"^1.12.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.2.1-canary-20250424-a36e6507_1745498539770_0.7804814358759422","host":"s3://npm-registry-packages-npm-production"}},"2.2.1":{"name":"@andesite-lab/andesite-core","version":"2.2.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.2.1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"957b4c7eae29258fac4174c0ceb0edaac0256c3d","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.2.1.tgz","fileCount":81,"integrity":"sha512-P66CWcR8aoS1BZeO3Pzr6+zH5XDkqSVuUpEHwouxosvvYWEzkvD/ThcHdHd5SztJMETeB34nUqTTnfe9IHq2Mw==","signatures":[{"sig":"MEUCIFOcg6FZ0/9Uf08TtTIjfr0AZLYmdlD5/aLkpMV5/93ZAiEAh89ufms97LTTXE45yq0N6/45CRaCMrI6tnir36Oekms=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":282930},"type":"module","shasum":"957b4c7eae29258fac4174c0ceb0edaac0256c3d","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./mailer":"./dist/core/mailer/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage --timeout 5500","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source","test:unit":"bun test --timeout 5500 --coverage $(find test/unit -name '*.spec.ts')","test:integration":"bun test --timeout 5500 $(find test/integration -name '*.spec.ts')"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-P66CWcR8aoS1BZeO3Pzr6+zH5XDkqSVuUpEHwouxosvvYWEzkvD/ThcHdHd5SztJMETeB34nUqTTnfe9IHq2Mw==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.25.1","globals":"^16.0.0","typedoc":"^0.28.3","tsc-alias":"^1.8.15","@eslint/js":"^9.25.1","@types/bun":"^1.2.10","@types/nodemailer":"^6.4.17","typescript-eslint":"^8.31.0","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.1","nodemailer":"^6.10.1","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.3","@basalt-lab/basalt-logger":"^1.12.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.2.1_1745498726228_0.6097292693731113","host":"s3://npm-registry-packages-npm-production"}},"2.2.2-canary-20250424-8000e680":{"name":"@andesite-lab/andesite-core","version":"2.2.2-canary-20250424-8000e680","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.2.2-canary-20250424-8000e680","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"7da767a8eb781dc305e68d41bc7dea4c905913a1","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.2.2-canary-20250424-8000e680.tgz","fileCount":81,"integrity":"sha512-1TqEuXPRsdEg9JNEs4gVasJoAmjBc9Dzsue+7g53EafxSbCfVafoSu7r9RIRL1TYcCUJhicpM6h9JpsJ9VjGIw==","signatures":[{"sig":"MEUCIDJqyJArLnoXR7juEH/K6C336xhbWeEWQLAsOfIim73gAiEAhCjwwUyeFTy7wRiHQA2Jzoo4++i/Pnx6O2KJFUQnENA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":283503},"type":"module","shasum":"7da767a8eb781dc305e68d41bc7dea4c905913a1","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./mailer":"./dist/core/mailer/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage --timeout 5500","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source","test:unit":"bun test --timeout 5500 --coverage $(find test/unit -name '*.spec.ts')","test:integration":"bun test --timeout 5500 $(find test/integration -name '*.spec.ts')"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-1TqEuXPRsdEg9JNEs4gVasJoAmjBc9Dzsue+7g53EafxSbCfVafoSu7r9RIRL1TYcCUJhicpM6h9JpsJ9VjGIw==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.25.1","globals":"^16.0.0","typedoc":"^0.28.3","tsc-alias":"^1.8.15","@eslint/js":"^9.25.1","@types/bun":"^1.2.10","@types/nodemailer":"^6.4.17","typescript-eslint":"^8.31.0","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.1","nodemailer":"^6.10.1","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.3","@basalt-lab/basalt-logger":"^1.12.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.2.2-canary-20250424-8000e680_1745501995016_0.19100445930431165","host":"s3://npm-registry-packages-npm-production"}},"2.2.2":{"name":"@andesite-lab/andesite-core","version":"2.2.2","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.2.2","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"fe5af1e0929803a402977d4044212ede2705f230","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.2.2.tgz","fileCount":81,"integrity":"sha512-vH7OR9kUuvMmbFaz8s2ttxtKrP8XGasPK1Rh38DlHSdSvXsXXpzS+p2hnaCUimPQQ/t3/biVkExk9T92pOd2Xg==","signatures":[{"sig":"MEUCIQCOBBKp7oWhtm72f7z8T9IeyfQVndjKsoNFMewZnos3VAIgTa2/k9M7jkQON0LvzHj4q6IZXtVBjAgrfypNx7HsxgU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":284081},"type":"module","shasum":"fe5af1e0929803a402977d4044212ede2705f230","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./mailer":"./dist/core/mailer/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage --timeout 5500","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source","test:unit":"bun test --timeout 5500 --coverage $(find test/unit -name '*.spec.ts')","test:integration":"bun test --timeout 5500 $(find test/integration -name '*.spec.ts')"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-vH7OR9kUuvMmbFaz8s2ttxtKrP8XGasPK1Rh38DlHSdSvXsXXpzS+p2hnaCUimPQQ/t3/biVkExk9T92pOd2Xg==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.25.1","globals":"^16.0.0","typedoc":"^0.28.3","tsc-alias":"^1.8.15","@eslint/js":"^9.25.1","@types/bun":"^1.2.10","@types/nodemailer":"^6.4.17","typescript-eslint":"^8.31.0","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.1","nodemailer":"^6.10.1","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.3","@basalt-lab/basalt-logger":"^1.12.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.2.2_1745502242551_0.7971015320891266","host":"s3://npm-registry-packages-npm-production"}},"2.2.3-canary-20250424-9a05df46":{"name":"@andesite-lab/andesite-core","version":"2.2.3-canary-20250424-9a05df46","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.2.3-canary-20250424-9a05df46","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"3d118a88b7b81bde28127f0a4906fd4f3df070aa","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.2.3-canary-20250424-9a05df46.tgz","fileCount":81,"integrity":"sha512-Jwjv0238YpZwypmfSKff0RU3MYPM50MMfFjLW7kwx6nEbvVaUme4tsDJWOUYaX7vtLPBKsMPP0CR2AOl4xFXrA==","signatures":[{"sig":"MEUCIQDI6uqDZ4lZyqHAA+GKOgbWoZ4xh3I3UsZSHgdxiG5GUwIgUkQoL6dWMaKMBo/zEvMwoi5Mpc7VnV6ojlgt+EhXdNc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":295236},"type":"module","shasum":"3d118a88b7b81bde28127f0a4906fd4f3df070aa","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./mailer":"./dist/core/mailer/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage --timeout 5500","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source","test:unit":"bun test --timeout 5500 --coverage $(find test/unit -name '*.spec.ts')","test:integration":"bun test --timeout 5500 $(find test/integration -name '*.spec.ts')"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-Jwjv0238YpZwypmfSKff0RU3MYPM50MMfFjLW7kwx6nEbvVaUme4tsDJWOUYaX7vtLPBKsMPP0CR2AOl4xFXrA==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.25.1","globals":"^16.0.0","typedoc":"^0.28.3","tsc-alias":"^1.8.15","@eslint/js":"^9.25.1","@types/bun":"^1.2.10","@types/nodemailer":"^6.4.17","typescript-eslint":"^8.31.0","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.1","nodemailer":"^6.10.1","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.3","@basalt-lab/basalt-logger":"^1.12.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.2.3-canary-20250424-9a05df46_1745505858514_0.05760584655510037","host":"s3://npm-registry-packages-npm-production"}},"2.2.3":{"name":"@andesite-lab/andesite-core","version":"2.2.3","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.2.3","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"a807af8de6e8a7bed4d48168bea527128cb73832","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.2.3.tgz","fileCount":81,"integrity":"sha512-S5ksaHic8QCQHPXCjngtVxxf/3L8yM6oK1aoREcaOucnC21sHkXR8s3IJJvcuJA+8aUl+emfvtGr2PQ8zgT/Dg==","signatures":[{"sig":"MEUCIQCW0blyRLQ1Obtfz1IC1PUneVHT02G8IVwgL+nDeDlEiAIgcOAGagxTEhw5qUYSPpr6kTw8Z4RLk6yDymYK7N2EaQ4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":295667},"type":"module","shasum":"a807af8de6e8a7bed4d48168bea527128cb73832","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./mailer":"./dist/core/mailer/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage --timeout 5500","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source","test:unit":"bun test --timeout 5500 --coverage $(find test/unit -name '*.spec.ts')","test:integration":"bun test --timeout 5500 $(find test/integration -name '*.spec.ts')"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-S5ksaHic8QCQHPXCjngtVxxf/3L8yM6oK1aoREcaOucnC21sHkXR8s3IJJvcuJA+8aUl+emfvtGr2PQ8zgT/Dg==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.25.1","globals":"^16.0.0","typedoc":"^0.28.3","tsc-alias":"^1.8.15","@eslint/js":"^9.25.1","@types/bun":"^1.2.10","@types/nodemailer":"^6.4.17","typescript-eslint":"^8.31.0","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.1","nodemailer":"^6.10.1","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.3","@basalt-lab/basalt-logger":"^1.12.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.2.3_1745506211680_0.7165047736795527","host":"s3://npm-registry-packages-npm-production"}},"2.2.4-canary-20250430-489acacc":{"name":"@andesite-lab/andesite-core","version":"2.2.4-canary-20250430-489acacc","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.2.4-canary-20250430-489acacc","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"4f00c2135f7cf6d61d4fda8df5f997817b1fde47","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.2.4-canary-20250430-489acacc.tgz","fileCount":81,"integrity":"sha512-XKy7nK05FvhT8M6N6b/pIBxifLoDA/peMpjOJEa6/dAkOhp0W1Poq91vgxn1uLkrAkjmdtIXND7UJpLafb800A==","signatures":[{"sig":"MEUCIQCAMeeaBUDwfLLqiIQNCSVNpZsFjNVukTd6VpMderPWQwIgJbM253DRKPnIGZaNq7umi2RUXjotVZbBANumFCg3hkA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":296061},"type":"module","shasum":"4f00c2135f7cf6d61d4fda8df5f997817b1fde47","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./mailer":"./dist/core/mailer/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage --timeout 5500","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source","test:unit":"bun test --timeout 5500 --coverage $(find test/unit -name '*.spec.ts')","test:integration":"bun test --timeout 5500 $(find test/integration -name '*.spec.ts')"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-XKy7nK05FvhT8M6N6b/pIBxifLoDA/peMpjOJEa6/dAkOhp0W1Poq91vgxn1uLkrAkjmdtIXND7UJpLafb800A==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.25.1","globals":"^16.0.0","typedoc":"^0.28.3","tsc-alias":"^1.8.15","@eslint/js":"^9.25.1","@types/bun":"^1.2.10","@types/nodemailer":"^6.4.17","typescript-eslint":"^8.31.0","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.1","nodemailer":"^6.10.1","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.3","@basalt-lab/basalt-logger":"^1.12.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.2.4-canary-20250430-489acacc_1746002487093_0.238025341197319","host":"s3://npm-registry-packages-npm-production"}},"2.2.4-canary-20250430-e3274d25":{"name":"@andesite-lab/andesite-core","version":"2.2.4-canary-20250430-e3274d25","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.2.4-canary-20250430-e3274d25","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"612a2076b1ac1bcad282ae9d34e8e77674ff7294","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.2.4-canary-20250430-e3274d25.tgz","fileCount":81,"integrity":"sha512-7D62W8HRPyc4g7Aq9ywnn/QDZG5kkgmjTtPFcbxGDyRuPzox7RwfuXz1wfU9dUeOPUDhLzavMvD5f/leC2TxZw==","signatures":[{"sig":"MEYCIQCm5OV0ro2X7YOAjKSIXhm2WGTnJRxQME4B88E3FFFWFgIhAJY5WuZDE1W5Y2h72kv9rpxvyWIU0N72kJSXfIcjMaIO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":296433},"type":"module","shasum":"612a2076b1ac1bcad282ae9d34e8e77674ff7294","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./mailer":"./dist/core/mailer/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage --timeout 5500","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source","test:unit":"bun test --timeout 5500 --coverage $(find test/unit -name '*.spec.ts')","test:integration":"bun test --timeout 5500 $(find test/integration -name '*.spec.ts')"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-7D62W8HRPyc4g7Aq9ywnn/QDZG5kkgmjTtPFcbxGDyRuPzox7RwfuXz1wfU9dUeOPUDhLzavMvD5f/leC2TxZw==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.25.1","globals":"^16.0.0","typedoc":"^0.28.3","tsc-alias":"^1.8.15","@eslint/js":"^9.25.1","@types/bun":"^1.2.10","@types/nodemailer":"^6.4.17","typescript-eslint":"^8.31.0","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.1","nodemailer":"^6.10.1","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.3","@basalt-lab/basalt-logger":"^1.12.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.2.4-canary-20250430-e3274d25_1746025108719_0.10948805540943529","host":"s3://npm-registry-packages-npm-production"}},"2.3.0":{"name":"@andesite-lab/andesite-core","version":"2.3.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.3.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"37f2e0713ec74b7f16476da02a7277820cb649d7","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.3.0.tgz","fileCount":81,"integrity":"sha512-NYoin1Zje5fXs4d3L96i9U5rbtJmNCL85I5mGL/rgMmLu5gAHj9qMksN0qXhaJLjHaAdzfdFRrsdpKCEpiYCCQ==","signatures":[{"sig":"MEUCIQD64bxH9rbS9Pob0I5yhdJuudCjz1qZEI9ScF/bptVsrwIgEdeVcAu/dxhw10CwOPptl+/no5mqn1pBdusirCqHZAc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":297372},"type":"module","shasum":"37f2e0713ec74b7f16476da02a7277820cb649d7","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./mailer":"./dist/core/mailer/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage --timeout 5500","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source","test:unit":"bun test --timeout 5500 --coverage $(find test/unit -name '*.spec.ts')","test:integration":"bun test --timeout 5500 $(find test/integration -name '*.spec.ts')"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-NYoin1Zje5fXs4d3L96i9U5rbtJmNCL85I5mGL/rgMmLu5gAHj9qMksN0qXhaJLjHaAdzfdFRrsdpKCEpiYCCQ==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.25.1","globals":"^16.0.0","typedoc":"^0.28.3","tsc-alias":"^1.8.15","@eslint/js":"^9.25.1","@types/bun":"^1.2.10","@types/nodemailer":"^6.4.17","typescript-eslint":"^8.31.0","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.1","nodemailer":"^6.10.1","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.3","@basalt-lab/basalt-logger":"^1.12.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.3.0_1746181891192_0.310862872553916","host":"s3://npm-registry-packages-npm-production"}},"2.3.1-canary-20250505-475c5a2":{"name":"@andesite-lab/andesite-core","version":"2.3.1-canary-20250505-475c5a2","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.3.1-canary-20250505-475c5a2","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"9dc28efeae18cb412c3565f0c09ae814527049af","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.3.1-canary-20250505-475c5a2.tgz","fileCount":81,"integrity":"sha512-TJ+0JygtRg9c5DmSw9c5c8FvMGR+P9pbro9DNOcqEDZD9wj5vwYeiP4C4n8XHyLAB3EyP7QQULtWSWdGQfY+gQ==","signatures":[{"sig":"MEUCIH2mVQjjgzzDYpYOAqHxEyvDL9IsUMV+DabnotanQxS7AiEAjmcV28ThgGt9qaV4Nu3YpI6YkSC8s1sedKJEtV2Zd1A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":298292},"type":"module","shasum":"9dc28efeae18cb412c3565f0c09ae814527049af","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./mailer":"./dist/core/mailer/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage --timeout 5500","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source","test:unit":"bun test --timeout 5500 --coverage $(find test/unit -name '*.spec.ts')","test:integration":"bun test --timeout 5500 $(find test/integration -name '*.spec.ts')"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-TJ+0JygtRg9c5DmSw9c5c8FvMGR+P9pbro9DNOcqEDZD9wj5vwYeiP4C4n8XHyLAB3EyP7QQULtWSWdGQfY+gQ==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.25.1","globals":"^16.0.0","typedoc":"^0.28.3","tsc-alias":"^1.8.15","@eslint/js":"^9.25.1","@types/bun":"^1.2.10","@types/nodemailer":"^6.4.17","typescript-eslint":"^8.31.0","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.10","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.2.25","ioredis":"^5.6.1","nodemailer":"^6.10.1","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.3","@basalt-lab/basalt-logger":"^1.12.1"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.3.1-canary-20250505-475c5a2_1746457805104_0.707309921217226","host":"s3://npm-registry-packages-npm-production"}},"2.3.1-canary-20250506-24a9b45":{"name":"@andesite-lab/andesite-core","version":"2.3.1-canary-20250506-24a9b45","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.3.1-canary-20250506-24a9b45","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"2a7cd548274a28f6ddc5e14719076cb5d7c4f303","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.3.1-canary-20250506-24a9b45.tgz","fileCount":81,"integrity":"sha512-DR9DI+gkA9CN0ha6stq7Ey8L73/4MlxDIZBZTyYOPEY/2AIP7im4NKX0Uz0oSKVLuqlHsM3WJNnJnG8IPtWGOQ==","signatures":[{"sig":"MEUCIBycQZ1tnf0gR8i8dTzQWNZxo/hX1ehIkf9/B7DOsiyJAiEAsjs25XnCdGLXvilXAUM5cA1yq2qkQsaU7zGO+5NPPKQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":363086},"type":"module","shasum":"2a7cd548274a28f6ddc5e14719076cb5d7c4f303","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./mailer":"./dist/core/mailer/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage --timeout 5500","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source","test:unit":"bun test --timeout 5500 --coverage $(find test/unit -name '*.spec.ts')","test:integration":"bun test --timeout 5500 $(find test/integration -name '*.spec.ts')"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-DR9DI+gkA9CN0ha6stq7Ey8L73/4MlxDIZBZTyYOPEY/2AIP7im4NKX0Uz0oSKVLuqlHsM3WJNnJnG8IPtWGOQ==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.26.0","globals":"^16.0.0","typedoc":"^0.28.4","tsc-alias":"^1.8.16","@eslint/js":"^9.26.0","@types/bun":"^1.2.12","@types/nodemailer":"^6.4.17","typescript-eslint":"^8.32.0","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.11","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.3.0","ioredis":"^5.6.1","nodemailer":"^7.0.2","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.3","@basalt-lab/basalt-logger":"^1.12.2"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.3.1-canary-20250506-24a9b45_1746522340710_0.016474009157928737","host":"s3://npm-registry-packages-npm-production"}},"2.3.1":{"name":"@andesite-lab/andesite-core","version":"2.3.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.3.1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"66c25ee3e0e8532f5639bfd508f5a439e35a068d","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.3.1.tgz","fileCount":81,"integrity":"sha512-w1+wLWbfe1LVcygm+xDuLRFw0eUzhhAitufIzwKOAYCqph2UeGblCrE3vsnAkFClPTDt17UwZIrkYfzpR3zpIw==","signatures":[{"sig":"MEQCICUDRfieVCD8shDdXTYJ5D3VSsAXYjJkZ2h+DvQDVBKXAiBlKcNiLH4WobPt34ZAcNRuGbKtkxBfzYFbXwFNyTgHNw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":363178},"type":"module","shasum":"66c25ee3e0e8532f5639bfd508f5a439e35a068d","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./mailer":"./dist/core/mailer/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage --timeout 5500","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source","test:unit":"bun test --timeout 5500 --coverage $(find test/unit -name '*.spec.ts')","test:integration":"bun test --timeout 5500 $(find test/integration -name '*.spec.ts')"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-w1+wLWbfe1LVcygm+xDuLRFw0eUzhhAitufIzwKOAYCqph2UeGblCrE3vsnAkFClPTDt17UwZIrkYfzpR3zpIw==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.26.0","globals":"^16.0.0","typedoc":"^0.28.4","tsc-alias":"^1.8.16","@eslint/js":"^9.26.0","@types/bun":"^1.2.12","@types/nodemailer":"^6.4.17","typescript-eslint":"^8.32.0","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.11","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.3.0","ioredis":"^5.6.1","nodemailer":"^7.0.2","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.3","@basalt-lab/basalt-logger":"^1.12.2"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.3.1_1746524006267_0.39757232848668145","host":"s3://npm-registry-packages-npm-production"}},"2.3.2-canary-20250508-f5780cc":{"name":"@andesite-lab/andesite-core","version":"2.3.2-canary-20250508-f5780cc","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.3.2-canary-20250508-f5780cc","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"e1acf66ff44b5ebf3bc6aee2e1af896c3823fe37","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.3.2-canary-20250508-f5780cc.tgz","fileCount":81,"integrity":"sha512-H0UhxbEcGg5An0w7WHIXd34BikaNK1mdVgPNjUpRCQYaT3W8seL7ripJUnYW1+YtM9Y/mIBxd4ND6MhvaKv57Q==","signatures":[{"sig":"MEQCIDpZy2EB5L2ztkCcy+1ORRUnNx4IPX/OrWRi9tPxtBVlAiASJq/J9xUxrDtaN7cbDIScEbH9Oy6sCkC1S6DGfB0t4w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":363695},"type":"module","shasum":"e1acf66ff44b5ebf3bc6aee2e1af896c3823fe37","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./mailer":"./dist/core/mailer/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage --timeout 5500","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source","test:unit":"bun test --timeout 5500 --coverage $(find test/unit -name '*.spec.ts')","test:integration":"bun test --timeout 5500 $(find test/integration -name '*.spec.ts')"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-H0UhxbEcGg5An0w7WHIXd34BikaNK1mdVgPNjUpRCQYaT3W8seL7ripJUnYW1+YtM9Y/mIBxd4ND6MhvaKv57Q==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.26.0","globals":"^16.1.0","typedoc":"^0.28.4","tsc-alias":"^1.8.16","@eslint/js":"^9.26.0","@types/bun":"^1.2.12","@types/nodemailer":"^6.4.17","typescript-eslint":"^8.32.0","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.11","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.3.1","ioredis":"^5.6.1","nodemailer":"^7.0.3","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.3","@basalt-lab/basalt-logger":"^1.12.2"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.3.2-canary-20250508-f5780cc_1746715561264_0.16399876894617282","host":"s3://npm-registry-packages-npm-production"}},"2.3.2":{"name":"@andesite-lab/andesite-core","version":"2.3.2","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.3.2","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"ff3ed34bd1fae153ef94d627a6919108c1b12214","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.3.2.tgz","fileCount":81,"integrity":"sha512-fZexCvziTSDRP0hDdFyHmBi+3YZ6CfUDNX8+eFBAw6pUK2dfXc9NX1ZCWd2DaTqv88Lz51DPdJVHqhKy9TMCkg==","signatures":[{"sig":"MEUCID5N7VfBJKxVMExiCkfY/sLbmv0IodzabreiI+0FLTfaAiEA99GQwiw5Fbu6PRdPtc0BOPmxYRkIptaxpokdKEAGLfU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":363787},"type":"module","shasum":"ff3ed34bd1fae153ef94d627a6919108c1b12214","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./mailer":"./dist/core/mailer/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage --timeout 5500","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source","test:unit":"bun test --timeout 5500 --coverage $(find test/unit -name '*.spec.ts')","test:integration":"bun test --timeout 5500 $(find test/integration -name '*.spec.ts')"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-fZexCvziTSDRP0hDdFyHmBi+3YZ6CfUDNX8+eFBAw6pUK2dfXc9NX1ZCWd2DaTqv88Lz51DPdJVHqhKy9TMCkg==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.26.0","globals":"^16.1.0","typedoc":"^0.28.4","tsc-alias":"^1.8.16","@eslint/js":"^9.26.0","@types/bun":"^1.2.12","@types/nodemailer":"^6.4.17","typescript-eslint":"^8.32.0","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.11","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.3.1","ioredis":"^5.6.1","nodemailer":"^7.0.3","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.3","@basalt-lab/basalt-logger":"^1.12.2"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.3.2_1746715719944_0.32792726462019695","host":"s3://npm-registry-packages-npm-production"}},"2.3.3-canary-20250514-ce5e64c":{"name":"@andesite-lab/andesite-core","version":"2.3.3-canary-20250514-ce5e64c","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.3.3-canary-20250514-ce5e64c","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"61d9101b990215941126f5a8f345553b3a7ecd6f","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.3.3-canary-20250514-ce5e64c.tgz","fileCount":81,"integrity":"sha512-REgahfjHznGQTFJ9+6c4ZI2Dv5EgPcjI79NPUJC9QimQRh17prbnBB7PqtjE5Z0tn5ejFS0Q5GyWnJSnoMi5bA==","signatures":[{"sig":"MEQCIEptPqqrjAa8A58Sfks9YOridI/PYoj6FjdQD76/rVg8AiAA0Ex8RCydQ1KBn+0g1Rs1rXlWSY8M0SJwzwnaS1gC5Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":366201},"type":"module","shasum":"61d9101b990215941126f5a8f345553b3a7ecd6f","exports":{".":"./dist/index.js","./util":"./dist/core/util/index.js","./error":"./dist/error/index.js","./store":"./dist/core/store/index.js","./types":"./dist/types/index.js","./mailer":"./dist/core/mailer/index.js","./database":"./dist/core/database/index.js","./error/key":"./dist/error/key/index.js","./repository":"./dist/core/repository/index.js","./elysia/plugin":"./dist/core/elysia/plugin/index.js","./elysia/schema":"./dist/core/elysia/schema/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage --timeout 5500","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source","test:unit":"bun test --timeout 5500 --coverage $(find test/unit -name '*.spec.ts')","test:integration":"bun test --timeout 5500 $(find test/integration -name '*.spec.ts')"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-REgahfjHznGQTFJ9+6c4ZI2Dv5EgPcjI79NPUJC9QimQRh17prbnBB7PqtjE5Z0tn5ejFS0Q5GyWnJSnoMi5bA==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.26.0","globals":"^16.1.0","typedoc":"^0.28.4","tsc-alias":"^1.8.16","@eslint/js":"^9.26.0","@types/bun":"^1.2.12","@types/nodemailer":"^6.4.17","typescript-eslint":"^8.32.0","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.11","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.3.1","ioredis":"^5.6.1","nodemailer":"^7.0.3","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.3","@basalt-lab/basalt-logger":"^1.12.2"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.3.3-canary-20250514-ce5e64c_1747225237233_0.4941247472301469","host":"s3://npm-registry-packages-npm-production"}},"2.3.3-canary-20250514-764de87":{"name":"@andesite-lab/andesite-core","version":"2.3.3-canary-20250514-764de87","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@2.3.3-canary-20250514-764de87","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"dist":{"shasum":"ed6eb69ca6858dfe375ab3c1fb9eeda42b3b2729","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-2.3.3-canary-20250514-764de87.tgz","fileCount":99,"integrity":"sha512-p4Y73BFRyfuNwiQqcuO6a4f90JxLHhsjcN9Kgs5xnWphIiOWSzOGoFjY4t1NurdkNFpVBFRCSC310HDNyc2OkA==","signatures":[{"sig":"MEUCIQCxDp4Bka20cJ+kBWfmoj/z1kw4AVnSOJEH9nsaFDLpQQIgQO8aLxhe7nIE+phCTqHSSG/4LTrpbKhFocLQ4ywlmSc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":318842},"type":"module","shasum":"ed6eb69ca6858dfe375ab3c1fb9eeda42b3b2729","exports":{".":"./dist/index.js","./error":"./dist/error/index.js","./redis":"./dist/store/index.js","./utils":"./dist/utils/index.js","./elysia":"./dist/elysia/index.js","./mailer":"./dist/mailer/index.js","./database":"./dist/database/index.js","./repository":"./dist/repository/index.js","./utils/enums":"./dist/utils/enums/index.js","./utils/types":"./dist/utils/types/index.js","./elysia/enums":"./dist/elysia/enums/index.js","./elysia/types":"./dist/elysia/types/index.js","./mailer/enums":"./dist/mailer/enums/index.js","./mailer/types":"./dist/mailer/types/index.js","./elysia/schema":"./dist/elysia/schemas/index.js","./database/enums":"./dist/database/enums/index.js","./database/types":"./dist/database/types/index.js","./database/events":"./dist/database/events/index.js","./repository/types":"./dist/repository/types/index.js"},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test --coverage --timeout 5500","build":"bun builder.ts","start":"bun build/index.js","fix-lint":"eslint --fix ./source","test:unit":"bun test --timeout 5500 --coverage $(find test/unit -name '*.spec.ts')","test:integration":"bun test --timeout 5500 $(find test/integration -name '*.spec.ts')"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"changelog":{"types":{"ci":{"title":"🤖 CI"},"fix":{"title":"🔧 Fixes","semver":"patch"},"docs":{"title":"📖 Documentation","semver":"patch"},"feat":{"title":"🚀 Enhancements","semver":"minor"},"perf":{"title":"⚡ Performance","semver":"patch"},"test":{"title":"🧪 Tests"},"build":{"title":"📦 Build","semver":"patch"},"chore":{"title":"🦉 Chore"},"style":{"title":"🎨 Styles"},"types":{"title":"🌊 Types","semver":"patch"},"examples":{"title":"🏀 Examples"},"refactor":{"title":"🧹 Refactors","semver":"patch"}},"templates":{"tagBody":"v{{newVersion}}","tagMessage":"v{{newVersion}}","commitMessage":"chore(🦉): v{{newVersion}}"}},"_integrity":"sha512-p4Y73BFRyfuNwiQqcuO6a4f90JxLHhsjcN9Kgs5xnWphIiOWSzOGoFjY4t1NurdkNFpVBFRCSC310HDNyc2OkA==","_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"eslint":"^9.26.0","globals":"^16.1.0","typedoc":"^0.28.4","tsc-alias":"^1.8.16","@eslint/js":"^9.26.0","@types/bun":"^1.2.13","@types/nodemailer":"^6.4.17","typescript-eslint":"^8.32.1","@stylistic/eslint-plugin":"^4.2.0"},"peerDependencies":{"jose":"^6.0.11","knex":"^3.1.0","mssql":"^11.0.1","elysia":"^1.3.1","ioredis":"^5.6.1","nodemailer":"^7.0.3","typescript":"^5.8.3","@basalt-lab/basalt-helper":"^1.13.3","@basalt-lab/basalt-logger":"^1.12.2"},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_2.3.3-canary-20250514-764de87_1747230177572_0.2909994434848271","host":"s3://npm-registry-packages-npm-production"}},"1.50.0":{"name":"@andesite-lab/andesite-core","version":"1.50.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.50.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"ffc77cde5a8c10c9a9cb64aacef1423179ca9338","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.50.0.tgz","fileCount":119,"integrity":"sha512-y36FaQMmxep7UjdLtLvkYRMiZvOD0Bh8P0wR+k+E2tFrq9VLDIqkFS+WZnzZvBWSngdzepRKFRf7rZ4Fbu/GQA==","signatures":[{"sig":"MEUCIQDEUxYIuhZsBbzzDvLrj0X2f2P+CXMo/gBZt7geepghaQIgVK8F60JKE5o1+oZ4czWMH7aRbi3lKmCYPoX4wY9ozv4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":142052},"type":"module","types":"build/index.d.ts","$schema":"https://json.schemastore.org/package","exports":{".":{"types":"./build/index.d.ts","import":"./build/index.js","require":"./build/index.js"},"./http":{"types":"./build/presentation/http/index.d.ts","import":"./build/presentation/http/index.js","require":"./build/presentation/http/index.js"},"./i18n":{"types":"./build/common/lib/required/i18n/index.d.ts","import":"./build/common/lib/required/i18n/index.js","require":"./build/common/lib/required/i18n/index.js"},"./knex":{"types":"./build/common/lib/optional/knex/index.d.ts","import":"./build/common/lib/optional/knex/index.js","require":"./build/common/lib/optional/knex/index.js"},"./type":{"types":"./build/common/type/data/index.d.ts","import":"./build/common/type/data/index.js","require":"./build/common/type/data/index.js"},"./util":{"types":"./build/common/util/index.d.ts","import":"./build/common/util/index.js","require":"./build/common/util/index.js"},"./vine":{"types":"./build/common/lib/optional/vine/index.d.ts","import":"./build/common/lib/optional/vine/index.js","require":"./build/common/lib/optional/vine/index.js"},"./error":{"types":"./build/common/error/index.d.ts","import":"./build/common/error/index.js","require":"./build/common/error/index.js"},"./store":{"types":"./build/infrastructure/store/index.d.ts","import":"./build/infrastructure/store/index.js","require":"./build/infrastructure/store/index.js"},"./fluent":{"types":"./build/common/lib/required/fluent-json-schema/index.d.ts","import":"./build/common/lib/required/fluent-json-schema/index.js","require":"./build/common/lib/required/fluent-json-schema/index.js"},"./schema":{"types":"./build/presentation/schema/index.d.ts","import":"./build/presentation/schema/index.js","require":"./build/presentation/schema/index.js"},"./fastify":{"types":"./build/common/lib/required/fastify/index.d.ts","import":"./build/common/lib/required/fastify/index.js","require":"./build/common/lib/required/fastify/index.js"},"./ioredis":{"types":"./build/common/lib/optional/ioredis/index.d.ts","import":"./build/common/lib/optional/ioredis/index.js","require":"./build/common/lib/optional/ioredis/index.js"},"./storage":{"types":"./build/infrastructure/storage/index.d.ts","import":"./build/infrastructure/storage/index.js","require":"./build/infrastructure/storage/index.js"},"./usecase":{"types":"./build/domain/usecase/index.d.ts","import":"./build/domain/usecase/index.js","require":"./build/domain/usecase/index.js"},"./database":{"types":"./build/infrastructure/database/index.d.ts","import":"./build/infrastructure/database/index.js","require":"./build/infrastructure/database/index.js"},"./repository":{"types":"./build/infrastructure/repository/index.d.ts","import":"./build/infrastructure/repository/index.js","require":"./build/infrastructure/repository/index.js"},"./store/creator":{"types":"./build/infrastructure/store/creator/index.d.ts","import":"./build/infrastructure/store/creator/index.js","require":"./build/infrastructure/store/creator/index.js"},"./storage/creator":{"types":"./build/infrastructure/storage/creator/index.d.ts","import":"./build/infrastructure/storage/creator/index.js","require":"./build/infrastructure/storage/creator/index.js"},"./database/creator":{"types":"./build/infrastructure/database/creator/index.d.ts","import":"./build/infrastructure/database/creator/index.js","require":"./build/infrastructure/database/creator/index.js"}},"gitHead":"a75f982cc389bc8d4d70e1002106722781d60f39","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"11.6.0","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"24.9.0","dependencies":{"fastify":"^5.2.0","i18next":"^24.2.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^3.0.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^13.0.0","@fastify/swagger":"^9.4.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","@fastify/multipart":"^9.0.1","fluent-json-schema":"^5.0.0","fastify-print-routes":"^4.0.0","@basalt-lab/basalt-helper":"^1.10.3","@scalar/fastify-api-reference":"^1.25.93"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"knex":"^3.1.0","eslint":"^9.17.0","ioredis":"^5.4.2","typedoc":"^0.27.5","tsc-alias":"^1.8.10","@eslint/js":"^9.17.0","@types/bun":"^1.1.14","@types/node":"^22.10.2","typescript-eslint":"^8.18.1","@azure/storage-blob":"^12.26.0","eslint-plugin-tsdoc":"^0.4.0","@stylistic/eslint-plugin":"^2.12.1","@basalt-lab/basalt-logger":"^1.11.2"},"peerDependencies":{"knex":"^3.1.0","ioredis":"^5.4.1","typescript":"^5.7.2","@azure/storage-blob":"^12.25.0"},"peerDependenciesMeta":{"knex":{"optional":true},"ioredis":{"optional":true},"@azure/storage-blob":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.50.0_1759219159563_0.46900240189039155","host":"s3://npm-registry-packages-npm-production"}},"1.50.1":{"name":"@andesite-lab/andesite-core","version":"1.50.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.50.1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"12603890788223739fedf3d60aa43d438dc8771d","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.50.1.tgz","fileCount":119,"integrity":"sha512-tTJprKRtQZXNMnLAr+KY+2mlIFjWlKhbkAdqDAbRFPenz7DG1r+G8roqWqu13XaKTwBXvdQ3HYh8u/kPqJLMJw==","signatures":[{"sig":"MEUCIBN771RFTKQ9p1rlme/ELmwhRrhVEgpKsYqVc/UwyrD9AiEAy4LzbFYKOYRxNJ8Q2HycwXCR1d9doFfrO82jG3FZbDo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":142052},"type":"module","types":"build/index.d.ts","$schema":"https://json.schemastore.org/package","exports":{".":{"types":"./build/index.d.ts","import":"./build/index.js","require":"./build/index.js"},"./http":{"types":"./build/presentation/http/index.d.ts","import":"./build/presentation/http/index.js","require":"./build/presentation/http/index.js"},"./i18n":{"types":"./build/common/lib/required/i18n/index.d.ts","import":"./build/common/lib/required/i18n/index.js","require":"./build/common/lib/required/i18n/index.js"},"./knex":{"types":"./build/common/lib/optional/knex/index.d.ts","import":"./build/common/lib/optional/knex/index.js","require":"./build/common/lib/optional/knex/index.js"},"./type":{"types":"./build/common/type/data/index.d.ts","import":"./build/common/type/data/index.js","require":"./build/common/type/data/index.js"},"./util":{"types":"./build/common/util/index.d.ts","import":"./build/common/util/index.js","require":"./build/common/util/index.js"},"./vine":{"types":"./build/common/lib/optional/vine/index.d.ts","import":"./build/common/lib/optional/vine/index.js","require":"./build/common/lib/optional/vine/index.js"},"./error":{"types":"./build/common/error/index.d.ts","import":"./build/common/error/index.js","require":"./build/common/error/index.js"},"./store":{"types":"./build/infrastructure/store/index.d.ts","import":"./build/infrastructure/store/index.js","require":"./build/infrastructure/store/index.js"},"./fluent":{"types":"./build/common/lib/required/fluent-json-schema/index.d.ts","import":"./build/common/lib/required/fluent-json-schema/index.js","require":"./build/common/lib/required/fluent-json-schema/index.js"},"./schema":{"types":"./build/presentation/schema/index.d.ts","import":"./build/presentation/schema/index.js","require":"./build/presentation/schema/index.js"},"./fastify":{"types":"./build/common/lib/required/fastify/index.d.ts","import":"./build/common/lib/required/fastify/index.js","require":"./build/common/lib/required/fastify/index.js"},"./ioredis":{"types":"./build/common/lib/optional/ioredis/index.d.ts","import":"./build/common/lib/optional/ioredis/index.js","require":"./build/common/lib/optional/ioredis/index.js"},"./storage":{"types":"./build/infrastructure/storage/index.d.ts","import":"./build/infrastructure/storage/index.js","require":"./build/infrastructure/storage/index.js"},"./usecase":{"types":"./build/domain/usecase/index.d.ts","import":"./build/domain/usecase/index.js","require":"./build/domain/usecase/index.js"},"./database":{"types":"./build/infrastructure/database/index.d.ts","import":"./build/infrastructure/database/index.js","require":"./build/infrastructure/database/index.js"},"./repository":{"types":"./build/infrastructure/repository/index.d.ts","import":"./build/infrastructure/repository/index.js","require":"./build/infrastructure/repository/index.js"},"./store/creator":{"types":"./build/infrastructure/store/creator/index.d.ts","import":"./build/infrastructure/store/creator/index.js","require":"./build/infrastructure/store/creator/index.js"},"./storage/creator":{"types":"./build/infrastructure/storage/creator/index.d.ts","import":"./build/infrastructure/storage/creator/index.js","require":"./build/infrastructure/storage/creator/index.js"},"./database/creator":{"types":"./build/infrastructure/database/creator/index.d.ts","import":"./build/infrastructure/database/creator/index.js","require":"./build/infrastructure/database/creator/index.js"}},"gitHead":"1f1c189a1185bd621654cf75619a1f506f11119c","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"11.6.0","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"24.9.0","dependencies":{"fastify":"^5.2.0","i18next":"^24.2.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^3.0.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^13.0.0","@fastify/swagger":"^9.4.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","@fastify/multipart":"^9.0.1","fluent-json-schema":"^5.0.0","fastify-print-routes":"^4.0.0","@basalt-lab/basalt-helper":"^1.10.3","@scalar/fastify-api-reference":"^1.25.93"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"knex":"^3.1.0","eslint":"^9.17.0","ioredis":"^5.4.2","typedoc":"^0.27.5","tsc-alias":"^1.8.10","@eslint/js":"^9.17.0","@types/bun":"^1.1.14","@types/node":"^22.10.2","typescript-eslint":"^8.18.1","@azure/storage-blob":"^12.26.0","eslint-plugin-tsdoc":"^0.4.0","@stylistic/eslint-plugin":"^2.12.1","@basalt-lab/basalt-logger":"^1.11.2"},"peerDependencies":{"knex":"^3.1.0","ioredis":"^5.4.1","typescript":"^5.7.2","@azure/storage-blob":"^12.25.0"},"peerDependenciesMeta":{"knex":{"optional":true},"ioredis":{"optional":true},"@azure/storage-blob":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.50.1_1759223020072_0.22155830595355108","host":"s3://npm-registry-packages-npm-production"}},"1.50.2":{"name":"@andesite-lab/andesite-core","version":"1.50.2","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.50.2","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"052dba3f2a8bd7a4e7c9a670711b0289ed4420e8","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.50.2.tgz","fileCount":119,"integrity":"sha512-ZKn7T0lwbqxzYLQTJvPympB/ogCl5s3MSmM1YJGgt9GvKcG5QNL52bzf3bFMrlsJuHdvslqa6nkC5owQbZh1cQ==","signatures":[{"sig":"MEUCICnHgvoppzQ1GKAe4x9eVALx0Lpu++wVrDuC+Mfy5AuoAiEA9mGK8BFyCiFmNr4+9Pl1ZlItJgUi1h9tYou3ugORZJY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":142053},"type":"module","types":"build/index.d.ts","$schema":"https://json.schemastore.org/package","exports":{".":{"types":"./build/index.d.ts","import":"./build/index.js","require":"./build/index.js"},"./http":{"types":"./build/presentation/http/index.d.ts","import":"./build/presentation/http/index.js","require":"./build/presentation/http/index.js"},"./i18n":{"types":"./build/common/lib/required/i18n/index.d.ts","import":"./build/common/lib/required/i18n/index.js","require":"./build/common/lib/required/i18n/index.js"},"./knex":{"types":"./build/common/lib/optional/knex/index.d.ts","import":"./build/common/lib/optional/knex/index.js","require":"./build/common/lib/optional/knex/index.js"},"./type":{"types":"./build/common/type/data/index.d.ts","import":"./build/common/type/data/index.js","require":"./build/common/type/data/index.js"},"./util":{"types":"./build/common/util/index.d.ts","import":"./build/common/util/index.js","require":"./build/common/util/index.js"},"./vine":{"types":"./build/common/lib/optional/vine/index.d.ts","import":"./build/common/lib/optional/vine/index.js","require":"./build/common/lib/optional/vine/index.js"},"./error":{"types":"./build/common/error/index.d.ts","import":"./build/common/error/index.js","require":"./build/common/error/index.js"},"./store":{"types":"./build/infrastructure/store/index.d.ts","import":"./build/infrastructure/store/index.js","require":"./build/infrastructure/store/index.js"},"./fluent":{"types":"./build/common/lib/required/fluent-json-schema/index.d.ts","import":"./build/common/lib/required/fluent-json-schema/index.js","require":"./build/common/lib/required/fluent-json-schema/index.js"},"./schema":{"types":"./build/presentation/schema/index.d.ts","import":"./build/presentation/schema/index.js","require":"./build/presentation/schema/index.js"},"./fastify":{"types":"./build/common/lib/required/fastify/index.d.ts","import":"./build/common/lib/required/fastify/index.js","require":"./build/common/lib/required/fastify/index.js"},"./ioredis":{"types":"./build/common/lib/optional/ioredis/index.d.ts","import":"./build/common/lib/optional/ioredis/index.js","require":"./build/common/lib/optional/ioredis/index.js"},"./storage":{"types":"./build/infrastructure/storage/index.d.ts","import":"./build/infrastructure/storage/index.js","require":"./build/infrastructure/storage/index.js"},"./usecase":{"types":"./build/domain/usecase/index.d.ts","import":"./build/domain/usecase/index.js","require":"./build/domain/usecase/index.js"},"./database":{"types":"./build/infrastructure/database/index.d.ts","import":"./build/infrastructure/database/index.js","require":"./build/infrastructure/database/index.js"},"./repository":{"types":"./build/infrastructure/repository/index.d.ts","import":"./build/infrastructure/repository/index.js","require":"./build/infrastructure/repository/index.js"},"./store/creator":{"types":"./build/infrastructure/store/creator/index.d.ts","import":"./build/infrastructure/store/creator/index.js","require":"./build/infrastructure/store/creator/index.js"},"./storage/creator":{"types":"./build/infrastructure/storage/creator/index.d.ts","import":"./build/infrastructure/storage/creator/index.js","require":"./build/infrastructure/storage/creator/index.js"},"./database/creator":{"types":"./build/infrastructure/database/creator/index.d.ts","import":"./build/infrastructure/database/creator/index.js","require":"./build/infrastructure/database/creator/index.js"}},"gitHead":"392b4157ae47b131601f5c0d9a051dd2c07b37ab","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"11.6.0","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"24.9.0","dependencies":{"fastify":"^5.2.0","i18next":"^24.2.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^3.0.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^13.0.0","@fastify/swagger":"^9.4.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","@fastify/multipart":"^9.0.1","fluent-json-schema":"^5.0.0","fastify-print-routes":"^4.0.0","@basalt-lab/basalt-helper":"^1.10.3","@scalar/fastify-api-reference":"^1.25.93"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"knex":"^3.1.0","eslint":"^9.17.0","ioredis":"^5.4.2","typedoc":"^0.27.5","tsc-alias":"^1.8.10","@eslint/js":"^9.17.0","@types/bun":"^1.1.14","@types/node":"^22.10.2","typescript-eslint":"^8.18.1","@azure/storage-blob":"^12.26.0","eslint-plugin-tsdoc":"^0.4.0","@stylistic/eslint-plugin":"^2.12.1","@basalt-lab/basalt-logger":"^1.11.2"},"peerDependencies":{"knex":"^3.1.0","ioredis":"^5.4.1","typescript":"^5.7.2","@azure/storage-blob":"^12.25.0"},"peerDependenciesMeta":{"knex":{"optional":true},"ioredis":{"optional":true},"@azure/storage-blob":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.50.2_1759223357249_0.44680548911991536","host":"s3://npm-registry-packages-npm-production"}},"1.50.3":{"name":"@andesite-lab/andesite-core","version":"1.50.3","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.50.3","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"473628a421c9db2645d822d3900fd5f00ae07b1c","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.50.3.tgz","fileCount":120,"integrity":"sha512-3hcwZ3DA3NENNmApN5T4kUGL4u1oqFZgKYsXlEjO5JVVeaXU80zILp5QaYN1b1ZaHCiNWA6O4iAcTgNXqjXqGA==","signatures":[{"sig":"MEUCIQCQMY2xZLHm2QjRTPN9S4G+W+mccoluLMUW+BY6D17SDgIgaIoI++xxDMSrV39pv9ObV5nNp+85GgIJZsC5ELLgwwA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":215366},"type":"module","types":"build/index.d.ts","$schema":"https://json.schemastore.org/package","exports":{".":{"types":"./build/index.d.ts","import":"./build/index.js","require":"./build/index.js"},"./http":{"types":"./build/presentation/http/index.d.ts","import":"./build/presentation/http/index.js","require":"./build/presentation/http/index.js"},"./i18n":{"types":"./build/common/lib/required/i18n/index.d.ts","import":"./build/common/lib/required/i18n/index.js","require":"./build/common/lib/required/i18n/index.js"},"./knex":{"types":"./build/common/lib/optional/knex/index.d.ts","import":"./build/common/lib/optional/knex/index.js","require":"./build/common/lib/optional/knex/index.js"},"./type":{"types":"./build/common/type/data/index.d.ts","import":"./build/common/type/data/index.js","require":"./build/common/type/data/index.js"},"./util":{"types":"./build/common/util/index.d.ts","import":"./build/common/util/index.js","require":"./build/common/util/index.js"},"./vine":{"types":"./build/common/lib/optional/vine/index.d.ts","import":"./build/common/lib/optional/vine/index.js","require":"./build/common/lib/optional/vine/index.js"},"./error":{"types":"./build/common/error/index.d.ts","import":"./build/common/error/index.js","require":"./build/common/error/index.js"},"./store":{"types":"./build/infrastructure/store/index.d.ts","import":"./build/infrastructure/store/index.js","require":"./build/infrastructure/store/index.js"},"./fluent":{"types":"./build/common/lib/required/fluent-json-schema/index.d.ts","import":"./build/common/lib/required/fluent-json-schema/index.js","require":"./build/common/lib/required/fluent-json-schema/index.js"},"./schema":{"types":"./build/presentation/schema/index.d.ts","import":"./build/presentation/schema/index.js","require":"./build/presentation/schema/index.js"},"./fastify":{"types":"./build/common/lib/required/fastify/index.d.ts","import":"./build/common/lib/required/fastify/index.js","require":"./build/common/lib/required/fastify/index.js"},"./ioredis":{"types":"./build/common/lib/optional/ioredis/index.d.ts","import":"./build/common/lib/optional/ioredis/index.js","require":"./build/common/lib/optional/ioredis/index.js"},"./storage":{"types":"./build/infrastructure/storage/index.d.ts","import":"./build/infrastructure/storage/index.js","require":"./build/infrastructure/storage/index.js"},"./usecase":{"types":"./build/domain/usecase/index.d.ts","import":"./build/domain/usecase/index.js","require":"./build/domain/usecase/index.js"},"./database":{"types":"./build/infrastructure/database/index.d.ts","import":"./build/infrastructure/database/index.js","require":"./build/infrastructure/database/index.js"},"./repository":{"types":"./build/infrastructure/repository/index.d.ts","import":"./build/infrastructure/repository/index.js","require":"./build/infrastructure/repository/index.js"},"./store/creator":{"types":"./build/infrastructure/store/creator/index.d.ts","import":"./build/infrastructure/store/creator/index.js","require":"./build/infrastructure/store/creator/index.js"},"./storage/creator":{"types":"./build/infrastructure/storage/creator/index.d.ts","import":"./build/infrastructure/storage/creator/index.js","require":"./build/infrastructure/storage/creator/index.js"},"./database/creator":{"types":"./build/infrastructure/database/creator/index.d.ts","import":"./build/infrastructure/database/creator/index.js","require":"./build/infrastructure/database/creator/index.js"}},"gitHead":"392b4157ae47b131601f5c0d9a051dd2c07b37ab","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"11.6.0","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"24.9.0","dependencies":{"fastify":"^5.2.0","i18next":"^24.2.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^3.0.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^13.0.0","@fastify/swagger":"^9.4.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","@fastify/multipart":"^9.0.1","fluent-json-schema":"^5.0.0","fastify-print-routes":"^4.0.0","@basalt-lab/basalt-helper":"1.9.0","@scalar/fastify-api-reference":"^1.25.93"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"knex":"^3.1.0","eslint":"^9.17.0","ioredis":"^5.4.2","typedoc":"^0.27.5","tsc-alias":"^1.8.10","@eslint/js":"^9.17.0","@types/bun":"^1.1.14","@types/node":"^22.10.2","typescript-eslint":"^8.18.1","@azure/storage-blob":"^12.26.0","eslint-plugin-tsdoc":"^0.4.0","@stylistic/eslint-plugin":"^2.12.1","@basalt-lab/basalt-logger":"1.11.2"},"peerDependencies":{"knex":"^3.1.0","ioredis":"^5.4.1","typescript":"^5.7.2","@azure/storage-blob":"^12.25.0"},"peerDependenciesMeta":{"knex":{"optional":true},"ioredis":{"optional":true},"@azure/storage-blob":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.50.3_1759323231085_0.35005376350016926","host":"s3://npm-registry-packages-npm-production"}},"1.50.4":{"name":"@andesite-lab/andesite-core","version":"1.50.4","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.50.4","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"968e8ba2564ee1c76821217c64262aa77962b46a","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.50.4.tgz","fileCount":120,"integrity":"sha512-RS+JUQiVFzs5kXbhtygwp8jlIWLwP8F1lYW48iHNchpTaqZO3FpvL1KSDCtBHd33S3GxtieRZ8H/SxAbG9G/jA==","signatures":[{"sig":"MEQCIEKculAJf+Q27ivJn68gC52VelJXknTXVQRDMEwHq2cKAiBW6CY+FYGRq7F17ZJ3r+LOC1MrMcCGYlf+JcFIhLKBVw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":215840},"type":"module","types":"build/index.d.ts","$schema":"https://json.schemastore.org/package","exports":{".":{"types":"./build/index.d.ts","import":"./build/index.js","require":"./build/index.js"},"./http":{"types":"./build/presentation/http/index.d.ts","import":"./build/presentation/http/index.js","require":"./build/presentation/http/index.js"},"./i18n":{"types":"./build/common/lib/required/i18n/index.d.ts","import":"./build/common/lib/required/i18n/index.js","require":"./build/common/lib/required/i18n/index.js"},"./knex":{"types":"./build/common/lib/optional/knex/index.d.ts","import":"./build/common/lib/optional/knex/index.js","require":"./build/common/lib/optional/knex/index.js"},"./type":{"types":"./build/common/type/data/index.d.ts","import":"./build/common/type/data/index.js","require":"./build/common/type/data/index.js"},"./util":{"types":"./build/common/util/index.d.ts","import":"./build/common/util/index.js","require":"./build/common/util/index.js"},"./vine":{"types":"./build/common/lib/optional/vine/index.d.ts","import":"./build/common/lib/optional/vine/index.js","require":"./build/common/lib/optional/vine/index.js"},"./error":{"types":"./build/common/error/index.d.ts","import":"./build/common/error/index.js","require":"./build/common/error/index.js"},"./store":{"types":"./build/infrastructure/store/index.d.ts","import":"./build/infrastructure/store/index.js","require":"./build/infrastructure/store/index.js"},"./fluent":{"types":"./build/common/lib/required/fluent-json-schema/index.d.ts","import":"./build/common/lib/required/fluent-json-schema/index.js","require":"./build/common/lib/required/fluent-json-schema/index.js"},"./schema":{"types":"./build/presentation/schema/index.d.ts","import":"./build/presentation/schema/index.js","require":"./build/presentation/schema/index.js"},"./fastify":{"types":"./build/common/lib/required/fastify/index.d.ts","import":"./build/common/lib/required/fastify/index.js","require":"./build/common/lib/required/fastify/index.js"},"./ioredis":{"types":"./build/common/lib/optional/ioredis/index.d.ts","import":"./build/common/lib/optional/ioredis/index.js","require":"./build/common/lib/optional/ioredis/index.js"},"./storage":{"types":"./build/infrastructure/storage/index.d.ts","import":"./build/infrastructure/storage/index.js","require":"./build/infrastructure/storage/index.js"},"./usecase":{"types":"./build/domain/usecase/index.d.ts","import":"./build/domain/usecase/index.js","require":"./build/domain/usecase/index.js"},"./database":{"types":"./build/infrastructure/database/index.d.ts","import":"./build/infrastructure/database/index.js","require":"./build/infrastructure/database/index.js"},"./repository":{"types":"./build/infrastructure/repository/index.d.ts","import":"./build/infrastructure/repository/index.js","require":"./build/infrastructure/repository/index.js"},"./store/creator":{"types":"./build/infrastructure/store/creator/index.d.ts","import":"./build/infrastructure/store/creator/index.js","require":"./build/infrastructure/store/creator/index.js"},"./storage/creator":{"types":"./build/infrastructure/storage/creator/index.d.ts","import":"./build/infrastructure/storage/creator/index.js","require":"./build/infrastructure/storage/creator/index.js"},"./database/creator":{"types":"./build/infrastructure/database/creator/index.d.ts","import":"./build/infrastructure/database/creator/index.js","require":"./build/infrastructure/database/creator/index.js"}},"gitHead":"125f2941c8fcdd55d4a7e216e107fc5e601acb3a","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"11.6.2","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"25.2.0","dependencies":{"fastify":"^5.2.0","i18next":"^24.2.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^3.0.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^13.0.0","@fastify/swagger":"^9.4.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","@fastify/multipart":"^9.0.1","fluent-json-schema":"^5.0.0","fastify-print-routes":"^4.0.0","@basalt-lab/basalt-helper":"1.9.0","@scalar/fastify-api-reference":"^1.25.93"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"knex":"^3.1.0","eslint":"^9.17.0","ioredis":"^5.8.2","typedoc":"^0.27.5","tsc-alias":"^1.8.10","@eslint/js":"^9.17.0","@types/bun":"^1.1.14","@types/node":"^22.10.2","typescript-eslint":"^8.18.1","@azure/storage-blob":"^12.26.0","eslint-plugin-tsdoc":"^0.4.0","@stylistic/eslint-plugin":"^2.12.1","@basalt-lab/basalt-logger":"1.11.2"},"peerDependencies":{"knex":"^3.1.0","ioredis":"^5.8.2","typescript":"^5.7.2","@azure/storage-blob":"^12.25.0"},"peerDependenciesMeta":{"knex":{"optional":true},"ioredis":{"optional":true},"@azure/storage-blob":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.50.4_1763046100679_0.9683186339154104","host":"s3://npm-registry-packages-npm-production"}},"1.5.5":{"name":"@andesite-lab/andesite-core","version":"1.5.5","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@1.5.5","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"6acea752677adce64012a67230355b769dc19a49","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.5.5.tgz","fileCount":426,"integrity":"sha512-OrR+MMEZUTj0X8/tpD+dvLN0bpbjvcC6bDpOMnk78MAGWMIJjt/4e+rriO/nCrS15qSV6wUEwOXTJPaybUvWfw==","signatures":[{"sig":"MEYCIQDZTFdxxLsk6qQ/tNsP+g14LoP/h2BxZSTX41D9R1aZAwIhAIYaNukHlEK2VkGAbgcvW8DFoARvzLGsdpZSApT5JNZS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":546540},"type":"module","types":"build/index.d.ts","shasum":"6acea752677adce64012a67230355b769dc19a49","$schema":"https://json.schemastore.org/package","exports":{".":{"types":"./build/index.d.ts","import":"./build/index.js","require":"./build/index.js"},"./http":{"types":"./build/presentation/http/index.d.ts","import":"./build/presentation/http/index.js","require":"./build/presentation/http/index.js"},"./i18n":{"types":"./build/common/lib/required/i18n/index.d.ts","import":"./build/common/lib/required/i18n/index.js","require":"./build/common/lib/required/i18n/index.js"},"./knex":{"types":"./build/common/lib/optional/knex/index.d.ts","import":"./build/common/lib/optional/knex/index.js","require":"./build/common/lib/optional/knex/index.js"},"./type":{"types":"./build/common/type/data/index.d.ts","import":"./build/common/type/data/index.js","require":"./build/common/type/data/index.js"},"./util":{"types":"./build/common/util/index.d.ts","import":"./build/common/util/index.js","require":"./build/common/util/index.js"},"./vine":{"types":"./build/common/lib/optional/vine/index.d.ts","import":"./build/common/lib/optional/vine/index.js","require":"./build/common/lib/optional/vine/index.js"},"./error":{"types":"./build/common/error/index.d.ts","import":"./build/common/error/index.js","require":"./build/common/error/index.js"},"./store":{"types":"./build/infrastructure/store/index.d.ts","import":"./build/infrastructure/store/index.js","require":"./build/infrastructure/store/index.js"},"./fluent":{"types":"./build/common/lib/required/fluent-json-schema/index.d.ts","import":"./build/common/lib/required/fluent-json-schema/index.js","require":"./build/common/lib/required/fluent-json-schema/index.js"},"./schema":{"types":"./build/presentation/schema/index.d.ts","import":"./build/presentation/schema/index.js","require":"./build/presentation/schema/index.js"},"./fastify":{"types":"./build/common/lib/required/fastify/index.d.ts","import":"./build/common/lib/required/fastify/index.js","require":"./build/common/lib/required/fastify/index.js"},"./ioredis":{"types":"./build/common/lib/optional/ioredis/index.d.ts","import":"./build/common/lib/optional/ioredis/index.js","require":"./build/common/lib/optional/ioredis/index.js"},"./storage":{"types":"./build/infrastructure/storage/index.d.ts","import":"./build/infrastructure/storage/index.js","require":"./build/infrastructure/storage/index.js"},"./usecase":{"types":"./build/domain/usecase/index.d.ts","import":"./build/domain/usecase/index.js","require":"./build/domain/usecase/index.js"},"./database":{"types":"./build/infrastructure/database/index.d.ts","import":"./build/infrastructure/database/index.js","require":"./build/infrastructure/database/index.js"},"./repository":{"types":"./build/infrastructure/repository/index.d.ts","import":"./build/infrastructure/repository/index.js","require":"./build/infrastructure/repository/index.js"},"./store/creator":{"types":"./build/infrastructure/store/creator/index.d.ts","import":"./build/infrastructure/store/creator/index.js","require":"./build/infrastructure/store/creator/index.js"},"./storage/creator":{"types":"./build/infrastructure/storage/creator/index.d.ts","import":"./build/infrastructure/storage/creator/index.js","require":"./build/infrastructure/storage/creator/index.js"},"./database/creator":{"types":"./build/infrastructure/database/creator/index.d.ts","import":"./build/infrastructure/database/creator/index.js","require":"./build/infrastructure/database/creator/index.js"}},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"_integrity":"sha512-OrR+MMEZUTj0X8/tpD+dvLN0bpbjvcC6bDpOMnk78MAGWMIJjt/4e+rriO/nCrS15qSV6wUEwOXTJPaybUvWfw==","repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"24.3.0","dependencies":{"fastify":"^5.2.0","i18next":"^24.2.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^3.0.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^13.0.0","@fastify/swagger":"^9.4.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","@fastify/multipart":"^9.0.1","fluent-json-schema":"^5.0.0","fastify-print-routes":"^4.0.0","@basalt-lab/basalt-helper":"1.9.0","@scalar/fastify-api-reference":"^1.25.93"},"_hasShrinkwrap":false,"devDependencies":{"knex":"^3.1.0","eslint":"^9.17.0","ioredis":"^5.4.2","typedoc":"^0.27.5","tsc-alias":"^1.8.10","@eslint/js":"^9.17.0","@types/bun":"^1.1.14","@types/node":"^22.10.2","typescript-eslint":"^8.18.1","@azure/storage-blob":"^12.26.0","eslint-plugin-tsdoc":"^0.4.0","@stylistic/eslint-plugin":"^2.12.1","@basalt-lab/basalt-logger":"1.11.2"},"peerDependencies":{"knex":"^3.1.0","ioredis":"^5.4.1","typescript":"^5.7.2","@azure/storage-blob":"^12.25.0"},"peerDependenciesMeta":{"knex":{"optional":true},"ioredis":{"optional":true},"@azure/storage-blob":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.5.5_1764233849086_0.42155748351711786","host":"s3://npm-registry-packages-npm-production"}},"1.50.5":{"name":"@andesite-lab/andesite-core","version":"1.50.5","keywords":["andesite","andesite-lab","andesite-core","core"],"author":"Ruby","license":"MIT","_id":"@andesite-lab/andesite-core@1.50.5","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"8b1055d5b27d1c75681582bcddc9326f6e28a6a3","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.50.5.tgz","fileCount":120,"integrity":"sha512-Gwyu4bqRpbAq7XJkm2iWEOTP2Js1CaX1guWiTr1yo2SZhPPZxHSLONb1H9pw2xC+BJHb1L65tHvyUTeoLFd76A==","signatures":[{"sig":"MEUCIE+cygB4BTIle/fi4uDFhQeDZillmPN7MHprk1wOa1GbAiEAzo45/FKvB8lOkNp7o2CWf9LWiGWyX7tNJUsUCLVlsB0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":142050},"type":"module","types":"build/index.d.ts","shasum":"8b1055d5b27d1c75681582bcddc9326f6e28a6a3","$schema":"https://json.schemastore.org/package","exports":{".":{"types":"./build/index.d.ts","import":"./build/index.js","require":"./build/index.js"},"./http":{"types":"./build/presentation/http/index.d.ts","import":"./build/presentation/http/index.js","require":"./build/presentation/http/index.js"},"./i18n":{"types":"./build/common/lib/required/i18n/index.d.ts","import":"./build/common/lib/required/i18n/index.js","require":"./build/common/lib/required/i18n/index.js"},"./knex":{"types":"./build/common/lib/optional/knex/index.d.ts","import":"./build/common/lib/optional/knex/index.js","require":"./build/common/lib/optional/knex/index.js"},"./type":{"types":"./build/common/type/data/index.d.ts","import":"./build/common/type/data/index.js","require":"./build/common/type/data/index.js"},"./util":{"types":"./build/common/util/index.d.ts","import":"./build/common/util/index.js","require":"./build/common/util/index.js"},"./vine":{"types":"./build/common/lib/optional/vine/index.d.ts","import":"./build/common/lib/optional/vine/index.js","require":"./build/common/lib/optional/vine/index.js"},"./error":{"types":"./build/common/error/index.d.ts","import":"./build/common/error/index.js","require":"./build/common/error/index.js"},"./store":{"types":"./build/infrastructure/store/index.d.ts","import":"./build/infrastructure/store/index.js","require":"./build/infrastructure/store/index.js"},"./fluent":{"types":"./build/common/lib/required/fluent-json-schema/index.d.ts","import":"./build/common/lib/required/fluent-json-schema/index.js","require":"./build/common/lib/required/fluent-json-schema/index.js"},"./schema":{"types":"./build/presentation/schema/index.d.ts","import":"./build/presentation/schema/index.js","require":"./build/presentation/schema/index.js"},"./fastify":{"types":"./build/common/lib/required/fastify/index.d.ts","import":"./build/common/lib/required/fastify/index.js","require":"./build/common/lib/required/fastify/index.js"},"./ioredis":{"types":"./build/common/lib/optional/ioredis/index.d.ts","import":"./build/common/lib/optional/ioredis/index.js","require":"./build/common/lib/optional/ioredis/index.js"},"./storage":{"types":"./build/infrastructure/storage/index.d.ts","import":"./build/infrastructure/storage/index.js","require":"./build/infrastructure/storage/index.js"},"./usecase":{"types":"./build/domain/usecase/index.d.ts","import":"./build/domain/usecase/index.js","require":"./build/domain/usecase/index.js"},"./database":{"types":"./build/infrastructure/database/index.d.ts","import":"./build/infrastructure/database/index.js","require":"./build/infrastructure/database/index.js"},"./repository":{"types":"./build/infrastructure/repository/index.d.ts","import":"./build/infrastructure/repository/index.js","require":"./build/infrastructure/repository/index.js"},"./store/creator":{"types":"./build/infrastructure/store/creator/index.d.ts","import":"./build/infrastructure/store/creator/index.js","require":"./build/infrastructure/store/creator/index.js"},"./storage/creator":{"types":"./build/infrastructure/storage/creator/index.d.ts","import":"./build/infrastructure/storage/creator/index.js","require":"./build/infrastructure/storage/creator/index.js"},"./database/creator":{"types":"./build/infrastructure/database/creator/index.d.ts","import":"./build/infrastructure/database/creator/index.js","require":"./build/infrastructure/database/creator/index.js"}},"scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"_integrity":"sha512-Gwyu4bqRpbAq7XJkm2iWEOTP2Js1CaX1guWiTr1yo2SZhPPZxHSLONb1H9pw2xC+BJHb1L65tHvyUTeoLFd76A==","repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"10.8.3","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"24.3.0","dependencies":{"fastify":"^5.2.0","i18next":"^24.2.0","ajv-errors":"^3.0.0","ajv-formats":"^3.0.1","@vinejs/vine":"^3.0.0","@fastify/cors":"^10.0.1","@fastify/helmet":"^13.0.0","@fastify/swagger":"^9.4.0","fast-querystring":"^1.1.2","@fastify/formbody":"^8.0.1","@fastify/multipart":"^9.0.1","fluent-json-schema":"^5.0.0","fastify-print-routes":"^4.0.0","@basalt-lab/basalt-helper":"1.9.0","@scalar/fastify-api-reference":"^1.25.93"},"_hasShrinkwrap":false,"devDependencies":{"knex":"^3.1.0","eslint":"^9.17.0","ioredis":"^5.4.2","typedoc":"^0.27.5","tsc-alias":"^1.8.10","@eslint/js":"^9.17.0","@types/bun":"^1.1.14","@types/node":"^22.10.2","typescript-eslint":"^8.18.1","@azure/storage-blob":"^12.26.0","eslint-plugin-tsdoc":"^0.4.0","@stylistic/eslint-plugin":"^2.12.1","@basalt-lab/basalt-logger":"1.11.2"},"peerDependencies":{"knex":"^3.1.0","ioredis":"^5.4.1","typescript":"^5.7.2","@azure/storage-blob":"^12.25.0"},"peerDependenciesMeta":{"knex":{"optional":true},"ioredis":{"optional":true},"@azure/storage-blob":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.50.5_1764235340727_0.9635536929441617","host":"s3://npm-registry-packages-npm-production"}},"1.51.0":{"name":"@andesite-lab/andesite-core","version":"1.51.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.51.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"d648d700bd6560a8cce7b4a96e2d0f724db8f4c2","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.51.0.tgz","fileCount":119,"integrity":"sha512-yTjJtkfbMVLS7oUC5dAef4QVF5Kws4gtXHwl2QGrsBL8Y6l1AhX6MeKKd8n68V2lvQhkOlW+d+3S0VorVquTLA==","signatures":[{"sig":"MEUCIASAAZIVcR6PZVaiwE5FBGWLrJ2NBuZTcUX5R/yJdMZkAiEA2aCdzW3ujzG7ddbXCGiR/S44dR24fiTllW0/Y9kWp5E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":217531},"type":"module","types":"build/index.d.ts","$schema":"https://json.schemastore.org/package","exports":{".":{"types":"./build/index.d.ts","import":"./build/index.js","require":"./build/index.js"},"./http":{"types":"./build/presentation/http/index.d.ts","import":"./build/presentation/http/index.js","require":"./build/presentation/http/index.js"},"./i18n":{"types":"./build/common/lib/required/i18n/index.d.ts","import":"./build/common/lib/required/i18n/index.js","require":"./build/common/lib/required/i18n/index.js"},"./knex":{"types":"./build/common/lib/optional/knex/index.d.ts","import":"./build/common/lib/optional/knex/index.js","require":"./build/common/lib/optional/knex/index.js"},"./type":{"types":"./build/common/type/data/index.d.ts","import":"./build/common/type/data/index.js","require":"./build/common/type/data/index.js"},"./util":{"types":"./build/common/util/index.d.ts","import":"./build/common/util/index.js","require":"./build/common/util/index.js"},"./vine":{"types":"./build/common/lib/optional/vine/index.d.ts","import":"./build/common/lib/optional/vine/index.js","require":"./build/common/lib/optional/vine/index.js"},"./error":{"types":"./build/common/error/index.d.ts","import":"./build/common/error/index.js","require":"./build/common/error/index.js"},"./store":{"types":"./build/infrastructure/store/index.d.ts","import":"./build/infrastructure/store/index.js","require":"./build/infrastructure/store/index.js"},"./fluent":{"types":"./build/common/lib/required/fluent-json-schema/index.d.ts","import":"./build/common/lib/required/fluent-json-schema/index.js","require":"./build/common/lib/required/fluent-json-schema/index.js"},"./schema":{"types":"./build/presentation/schema/index.d.ts","import":"./build/presentation/schema/index.js","require":"./build/presentation/schema/index.js"},"./fastify":{"types":"./build/common/lib/required/fastify/index.d.ts","import":"./build/common/lib/required/fastify/index.js","require":"./build/common/lib/required/fastify/index.js"},"./ioredis":{"types":"./build/common/lib/optional/ioredis/index.d.ts","import":"./build/common/lib/optional/ioredis/index.js","require":"./build/common/lib/optional/ioredis/index.js"},"./storage":{"types":"./build/infrastructure/storage/index.d.ts","import":"./build/infrastructure/storage/index.js","require":"./build/infrastructure/storage/index.js"},"./usecase":{"types":"./build/domain/usecase/index.d.ts","import":"./build/domain/usecase/index.js","require":"./build/domain/usecase/index.js"},"./database":{"types":"./build/infrastructure/database/index.d.ts","import":"./build/infrastructure/database/index.js","require":"./build/infrastructure/database/index.js"},"./repository":{"types":"./build/infrastructure/repository/index.d.ts","import":"./build/infrastructure/repository/index.js","require":"./build/infrastructure/repository/index.js"},"./store/creator":{"types":"./build/infrastructure/store/creator/index.d.ts","import":"./build/infrastructure/store/creator/index.js","require":"./build/infrastructure/store/creator/index.js"},"./storage/creator":{"types":"./build/infrastructure/storage/creator/index.d.ts","import":"./build/infrastructure/storage/creator/index.js","require":"./build/infrastructure/storage/creator/index.js"},"./database/creator":{"types":"./build/infrastructure/database/creator/index.d.ts","import":"./build/infrastructure/database/creator/index.js","require":"./build/infrastructure/database/creator/index.js"}},"gitHead":"5817bc7711696bd013cfbbfc9d5c10d025bbc00a","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"11.7.0","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"25.2.1","dependencies":{"fastify":"5.2.0","i18next":"^24.2.0","ajv-errors":"3.0.0","ajv-formats":"3.0.1","@vinejs/vine":"3.0.0","@fastify/cors":"10.0.1","@fastify/helmet":"13.0.0","@fastify/swagger":"9.4.0","fast-querystring":"1.1.2","@fastify/formbody":"8.0.1","@fastify/multipart":"9.0.1","fluent-json-schema":"^5.0.0","@basalt-lab/basalt-helper":"1.9.0","@scalar/fastify-api-reference":"1.25.93"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"knex":"3.1.0","eslint":"9.17.0","ioredis":"5.4.2","typedoc":"0.27.5","tsc-alias":"1.8.10","@eslint/js":"9.17.0","@types/bun":"1.1.14","@types/node":"22.10.2","typescript-eslint":"8.18.1","@azure/storage-blob":"12.26.0","eslint-plugin-tsdoc":"0.4.0","@stylistic/eslint-plugin":"2.12.1","@basalt-lab/basalt-logger":"1.11.2"},"peerDependencies":{"knex":"3.1.0","ioredis":"5.4.1","typescript":"5.7.2","@azure/storage-blob":"12.25.0"},"peerDependenciesMeta":{"knex":{"optional":true},"ioredis":{"optional":true},"@azure/storage-blob":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.51.0_1768907688806_0.8932395368348225","host":"s3://npm-registry-packages-npm-production"}},"1.6.0":{"name":"@andesite-lab/andesite-core","version":"1.6.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.6.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"0d76b430e8c9b54a25fbfe1aad11e1147054d008","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.6.0.tgz","fileCount":136,"integrity":"sha512-zJXUwOf7ljN3hGmyxJE6NBz6QTDqUx/u9Y+gkHz3JzpmHSIGsQu6vk+EXE6+gyQbOkIu5x7d3fugC9WeXsIejw==","signatures":[{"sig":"MEUCIHKruWL/24ZdbsWHUJ4aWxoJ02Ufm+gsFzEKkoWh6KIGAiEAtTXqaNFtpLhiQvHAk61n7YgsusOKeR/4X7wIIcfuOVI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":222526},"type":"module","types":"build/index.d.ts","$schema":"https://json.schemastore.org/package","exports":{".":{"types":"./build/index.d.ts","import":"./build/index.js","require":"./build/index.js"},"./http":{"types":"./build/presentation/http/index.d.ts","import":"./build/presentation/http/index.js","require":"./build/presentation/http/index.js"},"./i18n":{"types":"./build/common/lib/required/i18n/index.d.ts","import":"./build/common/lib/required/i18n/index.js","require":"./build/common/lib/required/i18n/index.js"},"./knex":{"types":"./build/common/lib/optional/knex/index.d.ts","import":"./build/common/lib/optional/knex/index.js","require":"./build/common/lib/optional/knex/index.js"},"./type":{"types":"./build/common/type/data/index.d.ts","import":"./build/common/type/data/index.js","require":"./build/common/type/data/index.js"},"./util":{"types":"./build/common/util/index.d.ts","import":"./build/common/util/index.js","require":"./build/common/util/index.js"},"./vine":{"types":"./build/common/lib/optional/vine/index.d.ts","import":"./build/common/lib/optional/vine/index.js","require":"./build/common/lib/optional/vine/index.js"},"./error":{"types":"./build/common/error/index.d.ts","import":"./build/common/error/index.js","require":"./build/common/error/index.js"},"./store":{"types":"./build/infrastructure/store/index.d.ts","import":"./build/infrastructure/store/index.js","require":"./build/infrastructure/store/index.js"},"./fluent":{"types":"./build/common/lib/required/fluent-json-schema/index.d.ts","import":"./build/common/lib/required/fluent-json-schema/index.js","require":"./build/common/lib/required/fluent-json-schema/index.js"},"./schema":{"types":"./build/presentation/schema/index.d.ts","import":"./build/presentation/schema/index.js","require":"./build/presentation/schema/index.js"},"./fastify":{"types":"./build/common/lib/required/fastify/index.d.ts","import":"./build/common/lib/required/fastify/index.js","require":"./build/common/lib/required/fastify/index.js"},"./ioredis":{"types":"./build/common/lib/optional/ioredis/index.d.ts","import":"./build/common/lib/optional/ioredis/index.js","require":"./build/common/lib/optional/ioredis/index.js"},"./storage":{"types":"./build/infrastructure/storage/index.d.ts","import":"./build/infrastructure/storage/index.js","require":"./build/infrastructure/storage/index.js"},"./usecase":{"types":"./build/domain/usecase/index.d.ts","import":"./build/domain/usecase/index.js","require":"./build/domain/usecase/index.js"},"./database":{"types":"./build/infrastructure/database/index.d.ts","import":"./build/infrastructure/database/index.js","require":"./build/infrastructure/database/index.js"},"./repository":{"types":"./build/infrastructure/repository/index.d.ts","import":"./build/infrastructure/repository/index.js","require":"./build/infrastructure/repository/index.js"},"./store/creator":{"types":"./build/infrastructure/store/creator/index.d.ts","import":"./build/infrastructure/store/creator/index.js","require":"./build/infrastructure/store/creator/index.js"},"./storage/creator":{"types":"./build/infrastructure/storage/creator/index.d.ts","import":"./build/infrastructure/storage/creator/index.js","require":"./build/infrastructure/storage/creator/index.js"},"./database/creator":{"types":"./build/infrastructure/database/creator/index.d.ts","import":"./build/infrastructure/database/creator/index.js","require":"./build/infrastructure/database/creator/index.js"}},"gitHead":"9960ae0598f81aad2fffacc9a0ded12eb08e73ea","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"11.9.0","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"25.6.1","dependencies":{"fastify":"5.2.0","i18next":"^24.2.0","ajv-errors":"3.0.0","ajv-formats":"3.0.1","@vinejs/vine":"3.0.0","@fastify/cors":"10.0.1","@fastify/helmet":"13.0.0","@fastify/swagger":"9.4.0","fast-querystring":"1.1.2","@fastify/formbody":"8.0.1","@fastify/multipart":"9.0.1","fluent-json-schema":"^5.0.0","@basalt-lab/basalt-helper":"1.9.0","@scalar/fastify-api-reference":"1.25.93"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"knex":"3.1.0","eslint":"9.17.0","ioredis":"5.4.2","typedoc":"0.27.5","tsc-alias":"1.8.10","@eslint/js":"9.17.0","@types/bun":"1.1.14","@types/node":"22.10.2","typescript-eslint":"8.18.1","@azure/storage-blob":"12.26.0","eslint-plugin-tsdoc":"0.4.0","@stylistic/eslint-plugin":"2.12.1","@basalt-lab/basalt-logger":"1.11.2"},"peerDependencies":{"knex":"3.1.0","ioredis":"5.4.1","typescript":"5.7.2","@azure/storage-blob":"12.25.0"},"peerDependenciesMeta":{"knex":{"optional":true},"ioredis":{"optional":true},"@azure/storage-blob":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.6.0_1771859019856_0.9250524040129586","host":"s3://npm-registry-packages-npm-production"}},"1.60.0":{"name":"@andesite-lab/andesite-core","version":"1.60.0","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.60.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"894034514e78dd75efe232eab6777ac1770196b5","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.60.0.tgz","fileCount":136,"integrity":"sha512-IDhhB7VmoRPOIYuyzaT6F8WeCH7GjZx7AxOX94GJMrHMY5EMPvrA1NT6xzPKExWLqNNSm3KgOmc9evNlOrBvFA==","signatures":[{"sig":"MEYCIQCnMSNLVPcwkv/Cf/N1On7bggw6QOOfVsW/lhZul1NqqAIhANBVpGyGH29C5FilWvtk09ksBTtcy4eGz5F4CVxvwFwg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":220584},"type":"module","types":"build/index.d.ts","$schema":"https://json.schemastore.org/package","exports":{".":{"types":"./build/index.d.ts","import":"./build/index.js","require":"./build/index.js"},"./http":{"types":"./build/presentation/http/index.d.ts","import":"./build/presentation/http/index.js","require":"./build/presentation/http/index.js"},"./i18n":{"types":"./build/common/lib/required/i18n/index.d.ts","import":"./build/common/lib/required/i18n/index.js","require":"./build/common/lib/required/i18n/index.js"},"./knex":{"types":"./build/common/lib/optional/knex/index.d.ts","import":"./build/common/lib/optional/knex/index.js","require":"./build/common/lib/optional/knex/index.js"},"./type":{"types":"./build/common/type/data/index.d.ts","import":"./build/common/type/data/index.js","require":"./build/common/type/data/index.js"},"./util":{"types":"./build/common/util/index.d.ts","import":"./build/common/util/index.js","require":"./build/common/util/index.js"},"./vine":{"types":"./build/common/lib/optional/vine/index.d.ts","import":"./build/common/lib/optional/vine/index.js","require":"./build/common/lib/optional/vine/index.js"},"./error":{"types":"./build/common/error/index.d.ts","import":"./build/common/error/index.js","require":"./build/common/error/index.js"},"./store":{"types":"./build/infrastructure/store/index.d.ts","import":"./build/infrastructure/store/index.js","require":"./build/infrastructure/store/index.js"},"./fluent":{"types":"./build/common/lib/required/fluent-json-schema/index.d.ts","import":"./build/common/lib/required/fluent-json-schema/index.js","require":"./build/common/lib/required/fluent-json-schema/index.js"},"./schema":{"types":"./build/presentation/schema/index.d.ts","import":"./build/presentation/schema/index.js","require":"./build/presentation/schema/index.js"},"./fastify":{"types":"./build/common/lib/required/fastify/index.d.ts","import":"./build/common/lib/required/fastify/index.js","require":"./build/common/lib/required/fastify/index.js"},"./ioredis":{"types":"./build/common/lib/optional/ioredis/index.d.ts","import":"./build/common/lib/optional/ioredis/index.js","require":"./build/common/lib/optional/ioredis/index.js"},"./storage":{"types":"./build/infrastructure/storage/index.d.ts","import":"./build/infrastructure/storage/index.js","require":"./build/infrastructure/storage/index.js"},"./usecase":{"types":"./build/domain/usecase/index.d.ts","import":"./build/domain/usecase/index.js","require":"./build/domain/usecase/index.js"},"./database":{"types":"./build/infrastructure/database/index.d.ts","import":"./build/infrastructure/database/index.js","require":"./build/infrastructure/database/index.js"},"./repository":{"types":"./build/infrastructure/repository/index.d.ts","import":"./build/infrastructure/repository/index.js","require":"./build/infrastructure/repository/index.js"},"./store/creator":{"types":"./build/infrastructure/store/creator/index.d.ts","import":"./build/infrastructure/store/creator/index.js","require":"./build/infrastructure/store/creator/index.js"},"./storage/creator":{"types":"./build/infrastructure/storage/creator/index.d.ts","import":"./build/infrastructure/storage/creator/index.js","require":"./build/infrastructure/storage/creator/index.js"},"./database/creator":{"types":"./build/infrastructure/database/creator/index.d.ts","import":"./build/infrastructure/database/creator/index.js","require":"./build/infrastructure/database/creator/index.js"}},"gitHead":"9960ae0598f81aad2fffacc9a0ded12eb08e73ea","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"11.9.0","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"25.6.1","dependencies":{"fastify":"5.2.0","i18next":"^24.2.0","ajv-errors":"3.0.0","ajv-formats":"3.0.1","@vinejs/vine":"3.0.0","@fastify/cors":"10.0.1","@fastify/helmet":"13.0.0","@fastify/swagger":"9.4.0","fast-querystring":"1.1.2","@fastify/formbody":"8.0.1","@fastify/multipart":"9.0.1","fluent-json-schema":"^5.0.0","@basalt-lab/basalt-helper":"1.9.0","@scalar/fastify-api-reference":"1.25.93"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"knex":"3.1.0","eslint":"9.17.0","ioredis":"5.4.2","typedoc":"0.27.5","tsc-alias":"1.8.10","@eslint/js":"9.17.0","@types/bun":"1.1.14","@types/node":"22.10.2","typescript-eslint":"8.18.1","@azure/storage-blob":"12.26.0","eslint-plugin-tsdoc":"0.4.0","@stylistic/eslint-plugin":"2.12.1","@basalt-lab/basalt-logger":"1.11.2"},"peerDependencies":{"knex":"3.1.0","ioredis":"5.4.1","typescript":"5.7.2","@azure/storage-blob":"12.25.0"},"peerDependenciesMeta":{"knex":{"optional":true},"ioredis":{"optional":true},"@azure/storage-blob":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.60.0_1771863687012_0.1348814413557191","host":"s3://npm-registry-packages-npm-production"}},"1.60.1":{"name":"@andesite-lab/andesite-core","version":"1.60.1","keywords":["andesite","andesite-lab","andesite-core","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.60.1","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"7d559316f79df7bb7eed073e20ea1c5a7972700e","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.60.1.tgz","fileCount":386,"integrity":"sha512-8Zcc2bpSejO/Md8L4u9jVVJPNPnoO5HaYrUbA5LSCYB59c8AToJE5FQVVUgH6EqF0vOzOrUICLpZSV9zK4eNlg==","signatures":[{"sig":"MEYCIQDrQH2l4057mOkr1Hn5hfaxpM3iYvpnhIjYz+m12PYjXAIhAP9GqsLCY8kgaolxbv4cKlsJNC8mqLg6T1L+l89QKZhj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":362870},"type":"module","types":"build/index.d.ts","$schema":"https://json.schemastore.org/package","exports":{".":{"types":"./build/index.d.ts","import":"./build/index.js","require":"./build/index.js"},"./http":{"types":"./build/presentation/http/index.d.ts","import":"./build/presentation/http/index.js","require":"./build/presentation/http/index.js"},"./i18n":{"types":"./build/common/lib/required/i18n/index.d.ts","import":"./build/common/lib/required/i18n/index.js","require":"./build/common/lib/required/i18n/index.js"},"./knex":{"types":"./build/common/lib/optional/knex/index.d.ts","import":"./build/common/lib/optional/knex/index.js","require":"./build/common/lib/optional/knex/index.js"},"./type":{"types":"./build/common/type/data/index.d.ts","import":"./build/common/type/data/index.js","require":"./build/common/type/data/index.js"},"./util":{"types":"./build/common/util/index.d.ts","import":"./build/common/util/index.js","require":"./build/common/util/index.js"},"./vine":{"types":"./build/common/lib/optional/vine/index.d.ts","import":"./build/common/lib/optional/vine/index.js","require":"./build/common/lib/optional/vine/index.js"},"./error":{"types":"./build/common/error/index.d.ts","import":"./build/common/error/index.js","require":"./build/common/error/index.js"},"./store":{"types":"./build/infrastructure/store/index.d.ts","import":"./build/infrastructure/store/index.js","require":"./build/infrastructure/store/index.js"},"./fluent":{"types":"./build/common/lib/required/fluent-json-schema/index.d.ts","import":"./build/common/lib/required/fluent-json-schema/index.js","require":"./build/common/lib/required/fluent-json-schema/index.js"},"./schema":{"types":"./build/presentation/schema/index.d.ts","import":"./build/presentation/schema/index.js","require":"./build/presentation/schema/index.js"},"./fastify":{"types":"./build/common/lib/required/fastify/index.d.ts","import":"./build/common/lib/required/fastify/index.js","require":"./build/common/lib/required/fastify/index.js"},"./ioredis":{"types":"./build/common/lib/optional/ioredis/index.d.ts","import":"./build/common/lib/optional/ioredis/index.js","require":"./build/common/lib/optional/ioredis/index.js"},"./storage":{"types":"./build/infrastructure/storage/index.d.ts","import":"./build/infrastructure/storage/index.js","require":"./build/infrastructure/storage/index.js"},"./usecase":{"types":"./build/domain/usecase/index.d.ts","import":"./build/domain/usecase/index.js","require":"./build/domain/usecase/index.js"},"./database":{"types":"./build/infrastructure/database/index.d.ts","import":"./build/infrastructure/database/index.js","require":"./build/infrastructure/database/index.js"},"./repository":{"types":"./build/infrastructure/repository/index.d.ts","import":"./build/infrastructure/repository/index.js","require":"./build/infrastructure/repository/index.js"},"./store/creator":{"types":"./build/infrastructure/store/creator/index.d.ts","import":"./build/infrastructure/store/creator/index.js","require":"./build/infrastructure/store/creator/index.js"},"./storage/creator":{"types":"./build/infrastructure/storage/creator/index.d.ts","import":"./build/infrastructure/storage/creator/index.js","require":"./build/infrastructure/storage/creator/index.js"},"./database/creator":{"types":"./build/infrastructure/database/creator/index.d.ts","import":"./build/infrastructure/database/creator/index.js","require":"./build/infrastructure/database/creator/index.js"}},"gitHead":"191c98be3f4c3a38294b0fff4648875af50a2e0f","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"11.11.1","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"25.8.1","dependencies":{"fastify":"5.2.0","i18next":"^24.2.0","ajv-errors":"3.0.0","ajv-formats":"3.0.1","@vinejs/vine":"3.0.0","@fastify/cors":"10.0.1","@fastify/helmet":"13.0.0","@fastify/swagger":"9.4.0","fast-querystring":"1.1.2","@fastify/formbody":"8.0.1","@fastify/multipart":"9.0.1","fluent-json-schema":"^5.0.0","@basalt-lab/basalt-helper":"1.9.0","@scalar/fastify-api-reference":"1.25.93"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"knex":"3.1.0","eslint":"9.17.0","ioredis":"5.4.2","typedoc":"0.27.5","tsc-alias":"1.8.10","@eslint/js":"9.17.0","@types/bun":"1.1.14","@types/node":"22.10.2","typescript-eslint":"8.18.1","@azure/storage-blob":"12.26.0","eslint-plugin-tsdoc":"0.4.0","@stylistic/eslint-plugin":"2.12.1","@basalt-lab/basalt-logger":"1.11.2"},"peerDependencies":{"knex":"3.1.0","ioredis":"5.4.1","typescript":"5.7.2","@azure/storage-blob":"12.25.0"},"peerDependenciesMeta":{"knex":{"optional":true},"ioredis":{"optional":true},"@azure/storage-blob":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.60.1_1773847816935_0.13106997516325114","host":"s3://npm-registry-packages-npm-production"}},"1.60.2":{"name":"@andesite-lab/andesite-core","version":"1.60.2","keywords":["andesite","andesite-core","andesite-lab","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.60.2","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"440867b50d24921ca66a7baed7d3f14e5f5a6d2e","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.60.2.tgz","fileCount":388,"integrity":"sha512-R1XwYcZU7L2EOfPhgfIWHLDDFWw45vmnK1om0iX4kPamIiqllrvHfeGh+lHg2gpU81ddvySCCHJJro132xUNOw==","signatures":[{"sig":"MEQCIDlGZk9th8zSBY90gS+IK1pvYM2Xu/ZEKH7gvdKtZgcIAiBNOohuzrhEPcij6RIVWhmfmBqG6mk6Tx0z7Nh31elrlw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":376701},"type":"module","types":"build/index.d.ts","$schema":"https://json.schemastore.org/package","exports":{".":{"types":"./build/index.d.ts","import":"./build/index.js","require":"./build/index.js"},"./http":{"types":"./build/presentation/http/index.d.ts","import":"./build/presentation/http/index.js","require":"./build/presentation/http/index.js"},"./i18n":{"types":"./build/common/lib/required/i18n/index.d.ts","import":"./build/common/lib/required/i18n/index.js","require":"./build/common/lib/required/i18n/index.js"},"./knex":{"types":"./build/common/lib/optional/knex/index.d.ts","import":"./build/common/lib/optional/knex/index.js","require":"./build/common/lib/optional/knex/index.js"},"./type":{"types":"./build/common/type/data/index.d.ts","import":"./build/common/type/data/index.js","require":"./build/common/type/data/index.js"},"./util":{"types":"./build/common/util/index.d.ts","import":"./build/common/util/index.js","require":"./build/common/util/index.js"},"./vine":{"types":"./build/common/lib/optional/vine/index.d.ts","import":"./build/common/lib/optional/vine/index.js","require":"./build/common/lib/optional/vine/index.js"},"./error":{"types":"./build/common/error/index.d.ts","import":"./build/common/error/index.js","require":"./build/common/error/index.js"},"./store":{"types":"./build/infrastructure/store/index.d.ts","import":"./build/infrastructure/store/index.js","require":"./build/infrastructure/store/index.js"},"./fluent":{"types":"./build/common/lib/required/fluent-json-schema/index.d.ts","import":"./build/common/lib/required/fluent-json-schema/index.js","require":"./build/common/lib/required/fluent-json-schema/index.js"},"./schema":{"types":"./build/presentation/schema/index.d.ts","import":"./build/presentation/schema/index.js","require":"./build/presentation/schema/index.js"},"./fastify":{"types":"./build/common/lib/required/fastify/index.d.ts","import":"./build/common/lib/required/fastify/index.js","require":"./build/common/lib/required/fastify/index.js"},"./ioredis":{"types":"./build/common/lib/optional/ioredis/index.d.ts","import":"./build/common/lib/optional/ioredis/index.js","require":"./build/common/lib/optional/ioredis/index.js"},"./storage":{"types":"./build/infrastructure/storage/index.d.ts","import":"./build/infrastructure/storage/index.js","require":"./build/infrastructure/storage/index.js"},"./usecase":{"types":"./build/domain/usecase/index.d.ts","import":"./build/domain/usecase/index.js","require":"./build/domain/usecase/index.js"},"./database":{"types":"./build/infrastructure/database/index.d.ts","import":"./build/infrastructure/database/index.js","require":"./build/infrastructure/database/index.js"},"./repository":{"types":"./build/infrastructure/repository/index.d.ts","import":"./build/infrastructure/repository/index.js","require":"./build/infrastructure/repository/index.js"},"./store/creator":{"types":"./build/infrastructure/store/creator/index.d.ts","import":"./build/infrastructure/store/creator/index.js","require":"./build/infrastructure/store/creator/index.js"},"./storage/creator":{"types":"./build/infrastructure/storage/creator/index.d.ts","import":"./build/infrastructure/storage/creator/index.js","require":"./build/infrastructure/storage/creator/index.js"},"./database/creator":{"types":"./build/infrastructure/database/creator/index.d.ts","import":"./build/infrastructure/database/creator/index.js","require":"./build/infrastructure/database/creator/index.js"}},"gitHead":"b5f1bffb0e30d73c9c5b1d8e8bbed5031a50ca98","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"11.11.1","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"25.8.1","dependencies":{"fastify":"5.2.0","i18next":"^24.2.0","ajv-errors":"3.0.0","ajv-formats":"3.0.1","@vinejs/vine":"3.0.0","@fastify/cors":"10.0.1","@fastify/helmet":"13.0.0","@fastify/swagger":"9.4.0","fast-querystring":"1.1.2","@fastify/formbody":"8.0.1","@fastify/multipart":"9.0.1","fluent-json-schema":"^5.0.0","@basalt.lab/basalt-helper":"1.9.0","@scalar/fastify-api-reference":"1.25.93"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"knex":"3.1.0","eslint":"9.17.0","ioredis":"5.4.2","typedoc":"0.27.5","tsc-alias":"1.8.10","@eslint/js":"9.17.0","@types/bun":"1.1.14","@types/node":"22.10.2","typescript-eslint":"8.18.1","@azure/storage-blob":"12.26.0","eslint-plugin-tsdoc":"0.4.0","@stylistic/eslint-plugin":"2.12.1","@basalt.lab/basalt-logger":"1.11.2"},"peerDependencies":{"knex":"3.1.0","ioredis":"5.4.1","typescript":"5.7.2","@azure/storage-blob":"12.25.0"},"peerDependenciesMeta":{"knex":{"optional":true},"ioredis":{"optional":true},"@azure/storage-blob":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.60.2_1774972041689_0.26140959949065645","host":"s3://npm-registry-packages-npm-production"}},"1.61.0":{"name":"@andesite-lab/andesite-core","version":"1.61.0","keywords":["andesite","andesite-core","andesite-lab","core"],"author":{"name":"Ruby"},"license":"MIT","_id":"@andesite-lab/andesite-core@1.61.0","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"dist":{"shasum":"a64a4ca6bf403b1aeda8a897d56a473cd0612805","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.61.0.tgz","fileCount":136,"integrity":"sha512-jDz1IxavWA54h+iW9Ioz63lRkh3ybt4ParHGt/RC4eRQ54OAIgHZtWGKvRXQCVeNhtBr4rM2eruzxs1/eDN7Kw==","signatures":[{"sig":"MEUCIDd8ThcFfpjH4D2riG89vSjg+DXrPiiS4qhF7Vh5QVDJAiEAyt/SdMYoUBTBtvB68CIvEPp2dr5SshiLg79y0ADXuU8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":141496},"type":"module","types":"build/index.d.ts","$schema":"https://json.schemastore.org/package","exports":{".":{"types":"./build/index.d.ts","import":"./build/index.js","require":"./build/index.js"},"./http":{"types":"./build/presentation/http/index.d.ts","import":"./build/presentation/http/index.js","require":"./build/presentation/http/index.js"},"./i18n":{"types":"./build/common/lib/required/i18n/index.d.ts","import":"./build/common/lib/required/i18n/index.js","require":"./build/common/lib/required/i18n/index.js"},"./knex":{"types":"./build/common/lib/optional/knex/index.d.ts","import":"./build/common/lib/optional/knex/index.js","require":"./build/common/lib/optional/knex/index.js"},"./type":{"types":"./build/common/type/data/index.d.ts","import":"./build/common/type/data/index.js","require":"./build/common/type/data/index.js"},"./util":{"types":"./build/common/util/index.d.ts","import":"./build/common/util/index.js","require":"./build/common/util/index.js"},"./vine":{"types":"./build/common/lib/optional/vine/index.d.ts","import":"./build/common/lib/optional/vine/index.js","require":"./build/common/lib/optional/vine/index.js"},"./error":{"types":"./build/common/error/index.d.ts","import":"./build/common/error/index.js","require":"./build/common/error/index.js"},"./store":{"types":"./build/infrastructure/store/index.d.ts","import":"./build/infrastructure/store/index.js","require":"./build/infrastructure/store/index.js"},"./fluent":{"types":"./build/common/lib/required/fluent-json-schema/index.d.ts","import":"./build/common/lib/required/fluent-json-schema/index.js","require":"./build/common/lib/required/fluent-json-schema/index.js"},"./schema":{"types":"./build/presentation/schema/index.d.ts","import":"./build/presentation/schema/index.js","require":"./build/presentation/schema/index.js"},"./fastify":{"types":"./build/common/lib/required/fastify/index.d.ts","import":"./build/common/lib/required/fastify/index.js","require":"./build/common/lib/required/fastify/index.js"},"./ioredis":{"types":"./build/common/lib/optional/ioredis/index.d.ts","import":"./build/common/lib/optional/ioredis/index.js","require":"./build/common/lib/optional/ioredis/index.js"},"./storage":{"types":"./build/infrastructure/storage/index.d.ts","import":"./build/infrastructure/storage/index.js","require":"./build/infrastructure/storage/index.js"},"./usecase":{"types":"./build/domain/usecase/index.d.ts","import":"./build/domain/usecase/index.js","require":"./build/domain/usecase/index.js"},"./database":{"types":"./build/infrastructure/database/index.d.ts","import":"./build/infrastructure/database/index.js","require":"./build/infrastructure/database/index.js"},"./repository":{"types":"./build/infrastructure/repository/index.d.ts","import":"./build/infrastructure/repository/index.js","require":"./build/infrastructure/repository/index.js"},"./store/creator":{"types":"./build/infrastructure/store/creator/index.d.ts","import":"./build/infrastructure/store/creator/index.js","require":"./build/infrastructure/store/creator/index.js"},"./storage/creator":{"types":"./build/infrastructure/storage/creator/index.d.ts","import":"./build/infrastructure/storage/creator/index.js","require":"./build/infrastructure/storage/creator/index.js"},"./database/creator":{"types":"./build/infrastructure/database/creator/index.d.ts","import":"./build/infrastructure/database/creator/index.js","require":"./build/infrastructure/database/creator/index.js"}},"gitHead":"0ed9c90647a8270d12dda7f86f5cf2c472e958c2","scripts":{"dev":"bun --watch source/index.ts","docs":"typedoc","lint":"eslint ./source","test":"bun test","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","fix-lint":"eslint --fix ./source"},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"repository":{"url":"git+https://github.com/Andesite-Lab/Core.git","type":"git"},"_npmVersion":"11.13.0","description":"Andesite - Core provides a set of tools to help you build a microservice","directories":{},"_nodeVersion":"26.2.0","dependencies":{"fastify":"5.2.0","i18next":"^24.2.0","ajv-errors":"3.0.0","ajv-formats":"3.0.1","@vinejs/vine":"3.0.0","@fastify/cors":"10.0.1","@fastify/helmet":"13.0.0","@fastify/swagger":"9.4.0","fast-querystring":"1.1.2","@fastify/formbody":"8.0.1","@fastify/multipart":"9.0.1","fluent-json-schema":"^5.0.0","@basalt.lab/basalt-helper":"1.9.0","@scalar/fastify-api-reference":"1.25.93"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"knex":"3.1.0","eslint":"9.17.0","ioredis":"5.4.2","typedoc":"0.27.5","tsc-alias":"1.8.10","@eslint/js":"9.17.0","@types/bun":"1.1.14","@types/node":"22.10.2","typescript-eslint":"8.18.1","@azure/storage-blob":"12.26.0","eslint-plugin-tsdoc":"0.4.0","@stylistic/eslint-plugin":"2.12.1","@basalt.lab/basalt-logger":"1.11.2"},"peerDependencies":{"knex":"3.1.0","ioredis":"5.4.1","typescript":"5.7.2","@azure/storage-blob":"12.25.0"},"peerDependenciesMeta":{"knex":{"optional":true},"ioredis":{"optional":true},"@azure/storage-blob":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/andesite-core_1.61.0_1781257765811_0.3017000788312627","host":"s3://npm-registry-packages-npm-production"}},"1.62.0":{"$schema":"https://json.schemastore.org/package","name":"@andesite-lab/andesite-core","version":"1.62.0","description":"Andesite - Core provides a set of tools to help you build a microservice","keywords":["andesite","andesite-core","andesite-lab","core"],"homepage":"https://github.com/Andesite-Lab/Core#readme","bugs":{"url":"https://github.com/Andesite-Lab/Core/issues"},"license":"MIT","author":{"name":"Ruby"},"repository":{"type":"git","url":"git+https://github.com/Andesite-Lab/Core.git"},"type":"module","types":"build/index.d.ts","exports":{".":{"types":"./build/index.d.ts","import":"./build/index.js","require":"./build/index.js"},"./error":{"types":"./build/common/error/index.d.ts","import":"./build/common/error/index.js","require":"./build/common/error/index.js"},"./type":{"types":"./build/common/type/data/index.d.ts","import":"./build/common/type/data/index.js","require":"./build/common/type/data/index.js"},"./ioredis":{"types":"./build/common/lib/optional/ioredis/index.d.ts","import":"./build/common/lib/optional/ioredis/index.js","require":"./build/common/lib/optional/ioredis/index.js"},"./knex":{"types":"./build/common/lib/optional/knex/index.d.ts","import":"./build/common/lib/optional/knex/index.js","require":"./build/common/lib/optional/knex/index.js"},"./vine":{"types":"./build/common/lib/optional/vine/index.d.ts","import":"./build/common/lib/optional/vine/index.js","require":"./build/common/lib/optional/vine/index.js"},"./fastify":{"types":"./build/common/lib/required/fastify/index.d.ts","import":"./build/common/lib/required/fastify/index.js","require":"./build/common/lib/required/fastify/index.js"},"./fluent":{"types":"./build/common/lib/required/fluent-json-schema/index.d.ts","import":"./build/common/lib/required/fluent-json-schema/index.js","require":"./build/common/lib/required/fluent-json-schema/index.js"},"./i18n":{"types":"./build/common/lib/required/i18n/index.d.ts","import":"./build/common/lib/required/i18n/index.js","require":"./build/common/lib/required/i18n/index.js"},"./util":{"types":"./build/common/util/index.d.ts","import":"./build/common/util/index.js","require":"./build/common/util/index.js"},"./usecase":{"types":"./build/domain/usecase/index.d.ts","import":"./build/domain/usecase/index.js","require":"./build/domain/usecase/index.js"},"./database":{"types":"./build/infrastructure/database/index.d.ts","import":"./build/infrastructure/database/index.js","require":"./build/infrastructure/database/index.js"},"./database/creator":{"types":"./build/infrastructure/database/creator/index.d.ts","import":"./build/infrastructure/database/creator/index.js","require":"./build/infrastructure/database/creator/index.js"},"./repository":{"types":"./build/infrastructure/repository/index.d.ts","import":"./build/infrastructure/repository/index.js","require":"./build/infrastructure/repository/index.js"},"./storage":{"types":"./build/infrastructure/storage/index.d.ts","import":"./build/infrastructure/storage/index.js","require":"./build/infrastructure/storage/index.js"},"./storage/creator":{"types":"./build/infrastructure/storage/creator/index.d.ts","import":"./build/infrastructure/storage/creator/index.js","require":"./build/infrastructure/storage/creator/index.js"},"./store":{"types":"./build/infrastructure/store/index.d.ts","import":"./build/infrastructure/store/index.js","require":"./build/infrastructure/store/index.js"},"./store/creator":{"types":"./build/infrastructure/store/creator/index.d.ts","import":"./build/infrastructure/store/creator/index.js","require":"./build/infrastructure/store/creator/index.js"},"./http":{"types":"./build/presentation/http/index.d.ts","import":"./build/presentation/http/index.js","require":"./build/presentation/http/index.js"},"./schema":{"types":"./build/presentation/schema/index.d.ts","import":"./build/presentation/schema/index.js","require":"./build/presentation/schema/index.js"}},"scripts":{"dev":"bun --watch source/index.ts","build":"NODE_ENV=production bun bundler.config.ts && tsc && tsc-alias","start":"NODE_ENV=production bun build/index.js","test":"bun test","docs":"typedoc","fix-lint":"eslint --fix ./source","lint":"eslint ./source"},"dependencies":{"@basalt.lab/basalt-helper":"1.9.0","@fastify/cors":"10.0.1","@fastify/formbody":"8.0.1","@fastify/helmet":"13.0.0","@fastify/multipart":"9.0.1","@fastify/swagger":"9.4.0","@scalar/fastify-api-reference":"1.25.93","@vinejs/vine":"3.0.0","ajv-errors":"3.0.0","ajv-formats":"3.0.1","fast-querystring":"1.1.2","fastify":"5.2.0","fluent-json-schema":"^5.0.0","i18next":"^24.2.0"},"devDependencies":{"@azure/storage-blob":"12.26.0","@basalt.lab/basalt-logger":"1.11.2","@eslint/js":"9.17.0","@stylistic/eslint-plugin":"2.12.1","@types/bun":"1.1.14","@types/node":"22.10.2","eslint":"9.17.0","eslint-plugin-tsdoc":"0.4.0","ioredis":"5.4.2","knex":"3.1.0","tsc-alias":"1.8.10","typedoc":"0.27.5","typescript-eslint":"8.18.1"},"peerDependencies":{"@azure/storage-blob":"12.25.0","ioredis":"5.4.1","knex":"3.1.0","typescript":"5.7.2"},"peerDependenciesMeta":{"@azure/storage-blob":{"optional":true},"knex":{"optional":true},"ioredis":{"optional":true}},"readmeFilename":"README.md","gitHead":"d9ed10a43aeb6109f0bf5af331b97b4bca92a0b8","_id":"@andesite-lab/andesite-core@1.62.0","_nodeVersion":"26.7.0","_npmVersion":"12.0.2","dist":{"integrity":"sha512-FKHAIt/ywTL6w7BrDH1XOnXZZghZiqvsuzebeK2Q8wGI8J26KF+g1aDSxGcIBhSQu1ZgX8deznaThh+uaobyBw==","shasum":"f354ca8fb5f9ed9aecc7704baa0a567c8e36b7dd","tarball":"https://registry.npmjs.org/@andesite-lab/andesite-core/-/andesite-core-1.62.0.tgz","fileCount":136,"unpackedSize":140591,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHvQhNS+KPb0shb5TPqFr+etBsplQM0RvSG90MtgI31AAiAzW2YbK4SOniJUMyYVshvGpNuali3ooqNi/EPSDH6XGw=="}]},"_npmUser":{"name":"necrelox","email":"necrelox@proton.me"},"directories":{},"maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/andesite-core_1.62.0_1788428424206_0.8937079033608963"},"_hasShrinkwrap":false}},"time":{"created":"2024-04-16T08:12:37.013Z","modified":"2026-09-03T09:40:24.514Z","1.0.0":"2024-04-16T08:12:37.272Z","1.0.1":"2024-04-16T08:21:02.794Z","1.1.0":"2024-05-06T10:47:52.089Z","1.2.0":"2024-05-06T14:44:44.205Z","1.3.0":"2024-05-15T15:52:48.751Z","1.3.1":"2024-05-15T16:02:46.170Z","1.3.2":"2024-05-16T08:07:29.659Z","1.3.3":"2024-06-02T12:23:12.475Z","1.4.1":"2024-06-18T15:14:08.527Z","1.4.2":"2024-06-18T15:33:58.421Z","1.5.0":"2024-06-24T10:42:04.776Z","1.5.1":"2024-06-24T10:45:44.441Z","1.6.1":"2024-06-27T09:18:06.762Z","1.6.2":"2024-06-27T10:09:57.531Z","1.7.0":"2024-07-01T10:26:28.718Z","1.8.0":"2024-07-01T21:05:07.216Z","1.8.1":"2024-07-02T07:22:50.261Z","1.8.2":"2024-07-02T07:40:41.729Z","1.8.3":"2024-07-02T07:46:37.901Z","1.9.0":"2024-07-02T08:52:07.430Z","1.9.1":"2024-07-02T09:24:14.025Z","1.10.0":"2024-07-02T09:50:01.217Z","1.11.0":"2024-07-02T13:34:00.997Z","1.12.1":"2024-07-09T08:55:08.324Z","1.13.0":"2024-07-17T14:11:31.403Z","1.14.0":"2024-07-23T12:39:11.818Z","1.14.1":"2024-07-23T12:46:39.056Z","1.16.0":"2024-07-23T13:25:26.686Z","1.17.0":"2024-07-31T07:57:46.790Z","1.17.1":"2024-07-31T09:25:39.924Z","1.18.0":"2024-07-31T13:25:39.120Z","1.19.0":"2024-08-02T10:09:07.272Z","1.20.0":"2024-08-07T14:29:37.881Z","1.21.0":"2024-08-07T15:32:09.149Z","1.22.0":"2024-08-13T08:06:35.530Z","1.22.1":"2024-08-13T08:52:48.408Z","1.22.2":"2024-08-13T14:53:59.208Z","1.22.3":"2024-08-14T08:44:06.640Z","1.22.4":"2024-08-14T08:54:51.816Z","1.22.5":"2024-08-14T09:16:58.076Z","1.23.1":"2024-08-27T09:25:42.807Z","1.24.0":"2024-08-28T08:14:22.846Z","1.24.1":"2024-08-28T08:25:21.391Z","1.24.2":"2024-08-28T09:29:00.566Z","1.25.0":"2024-08-28T15:19:15.580Z","1.26.0":"2024-08-28T16:00:53.123Z","1.27.0":"2024-08-29T08:28:41.036Z","1.28.0":"2024-08-30T14:37:42.227Z","1.29.0":"2024-09-09T10:23:54.504Z","1.29.1":"2024-09-09T10:38:05.814Z","1.29.2":"2024-09-09T10:45:45.223Z","1.30.0":"2024-09-09T14:25:01.787Z","1.30.1":"2024-09-11T08:17:54.224Z","1.31.0":"2024-09-12T13:34:20.223Z","1.32.0":"2024-09-13T10:01:03.138Z","1.33.0":"2024-09-13T13:17:26.702Z","1.34.0":"2024-09-18T08:01:39.490Z","1.34.1":"2024-09-18T08:42:55.475Z","1.35.0":"2024-10-04T09:22:23.247Z","1.36.0":"2024-10-04T10:48:50.819Z","1.36.1":"2024-10-04T11:24:49.372Z","1.36.2":"2024-10-07T13:06:05.499Z","1.37.0":"2024-10-15T08:31:02.891Z","1.37.1":"2024-10-15T13:53:08.607Z","1.38.0":"2024-10-16T13:20:01.762Z","1.39.0":"2024-11-05T14:50:49.000Z","1.39.1":"2024-11-07T08:34:01.640Z","1.40.0":"2024-11-08T09:50:34.400Z","1.40.1":"2024-11-12T10:42:32.087Z","1.41.0":"2024-11-14T10:57:57.193Z","1.41.1":"2024-11-14T15:52:33.752Z","1.42.0":"2024-11-20T10:39:49.668Z","1.42.1":"2024-12-04T15:02:43.700Z","1.43.0":"2024-12-05T11:37:12.691Z","1.43.2":"2024-12-23T15:49:51.945Z","1.44.0-canary-20250314-006901e2":"2025-03-14T14:46:06.233Z","2.1.0-canary-20250317-d4670d75":"2025-03-17T11:48:56.476Z","2.1.0-canary-20250319-42563e32":"2025-03-19T13:17:35.375Z","2.1.0-canary-20250320-1ee10333":"2025-03-20T11:36:40.254Z","2.1.0-canary-20250324-f2b16212":"2025-03-24T09:09:59.096Z","2.1.0-canary-20250327-8f2cd369":"2025-03-27T11:21:08.077Z","2.1.0-canary-20250408-4bfc53ad":"2025-04-08T09:54:38.314Z","2.1.0-canary-20250410-da98e5bc":"2025-04-10T09:52:43.873Z","2.1.0-canary-20250411-298158c4":"2025-04-11T09:11:49.146Z","2.1.0-canary-20250414-31441dd1":"2025-04-14T10:09:58.971Z","2.1.0-canary-20250422-ee82f114":"2025-04-22T10:25:29.731Z","2.1.0":"2025-04-22T10:30:38.684Z","2.2.0-canary-20250424-4ec2732f":"2025-04-24T08:07:46.856Z","2.2.0":"2025-04-24T08:12:42.944Z","2.2.1-canary-20250424-a36e6507":"2025-04-24T12:42:19.971Z","2.2.1":"2025-04-24T12:45:26.411Z","2.2.2-canary-20250424-8000e680":"2025-04-24T13:39:55.221Z","2.2.2":"2025-04-24T13:44:02.790Z","2.2.3-canary-20250424-9a05df46":"2025-04-24T14:44:18.711Z","2.2.3":"2025-04-24T14:50:11.866Z","2.2.4-canary-20250430-489acacc":"2025-04-30T08:41:27.275Z","2.2.4-canary-20250430-e3274d25":"2025-04-30T14:58:28.955Z","2.3.0":"2025-05-02T10:31:31.391Z","2.3.1-canary-20250505-475c5a2":"2025-05-05T15:10:05.278Z","2.3.1-canary-20250506-24a9b45":"2025-05-06T09:05:40.910Z","2.3.1":"2025-05-06T09:33:26.460Z","2.3.2-canary-20250508-f5780cc":"2025-05-08T14:46:01.456Z","2.3.2":"2025-05-08T14:48:40.125Z","2.3.3-canary-20250514-ce5e64c":"2025-05-14T12:20:37.435Z","2.3.3-canary-20250514-764de87":"2025-05-14T13:42:57.756Z","1.50.0":"2025-09-30T07:59:19.732Z","1.50.1":"2025-09-30T09:03:40.299Z","1.50.2":"2025-09-30T09:09:17.477Z","1.50.3":"2025-10-01T12:53:51.288Z","1.50.4":"2025-11-13T15:01:40.901Z","1.5.5":"2025-11-27T08:57:29.333Z","1.50.5":"2025-11-27T09:22:20.889Z","1.51.0":"2026-01-20T11:14:48.963Z","1.6.0":"2026-02-23T15:03:40.009Z","1.60.0":"2026-02-23T16:21:27.166Z","1.60.1":"2026-03-18T15:30:17.100Z","1.60.2":"2026-03-31T15:47:21.849Z","1.61.0":"2026-06-12T09:49:26.083Z","1.62.0":"2026-09-03T09:40:24.344Z"},"author":"Ruby","license":"MIT","keywords":["andesite","andesite-lab","andesite-core","core"],"description":"Andesite - Core provides a set of tools to help you build a microservice","maintainers":[{"name":"necrelox","email":"necrelox@proton.me"}],"readme":"","readmeFilename":""}