{"_id":"@athenna/core","_rev":"248-4a82178be8a8268e92f6c564a39f74d7","name":"@athenna/core","dist-tags":{"latest":"5.44.0"},"versions":{"1.0.0":{"name":"@athenna/core","version":"1.0.0","keywords":["nodejs","athenna","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.0.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"181f837275f749c8786713c3d5ff2ec9a9abf940","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.0.0.tgz","fileCount":13,"integrity":"sha512-obmT/cPa9hTa24UD3wJPZksI0DbfHiS6LEFy7ve+DIViF8AznoyNMBXg/VTE434MVX8mc8vNYSJTObCfgCzF9g==","signatures":[{"sig":"MEUCIGYwJBRyKOeYc1Wgyf+m56+ro/vTrQqexlNwVwiQtsaXAiEAvgjzyZLtiKGaU1lwANDdwR1/xOzl7wUMsV2VNdYWiBU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15388,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRJg/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoUxg//b+HDEi5sdRLxCD53EX+OEn8KL2WEvUpmauPut4dLrn87XVy9\r\ncPPnSI2WwYIFgLNYisYZDfOHCkeTpRshTKcNgiw7Ngas58NszYCVnhNICe7d\r\n0xvH/8iZkcbe2yW6A0gA763wAIAxEB/PsnckAjz+OYlC6sfZawHzjtk+kZQq\r\ntYZA1Xp/WcE4RIap6DNsWe83xmkgY1f7V2yHklACAwJsPxUav0c7eX8+FDvZ\r\nT71eeXVJHQKBI7wW2VFgHjkt6ToxVBzP0anuulU2TtzFMdEOzojA43NzzFG7\r\nQ/FaPSeZE/QyTdN8JvrXJcSR0JCWBtPmLbzoAZLaqLCbvTMiYle9glYMx7Sx\r\ndoOlUKYSbxKsVPiyg4UmRkh3YbLeOCFE6ILyHDB+fkwC61t0Cm36eXr1+MUQ\r\n14qHoliZWbqbhIBsknjpqsItXEJY1ktKL5ZffX9x4Kx6cphOnJkfX8QJZYjI\r\nVmdJFIu4OYx2aySvPRdfNoY4clk1plDdrVQTdo6XO+0VmqT+Q/emUP0n5sv8\r\ns8sZSjOG33hgogAa7FwOwMCvMISZkR4QbzZpsKsuZ+EdyRrFt0AxjEXaejJo\r\nPs8mxnTescDjSm/PBTWLMK9wNzfc4Gs4tpM9gdAFoW1kdrtka4lQoOLGXBxy\r\nn7M+cYQiQlRVMP3UYxw1yQIswGI++K4QU+0=\r\n=81en\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"76df7d9a0ca1fe5088508ffc6e967ef9254b5506","scripts":{"test":"npm run lint:fix && cross-env NODE_TS=true cross-env NODE_ENV=testing jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,tests}/**/*.ts\" --fix","test:debug":"npm run lint:fix && cross-env NODE_TS=true cross-env NODE_ENV=testing cross-env DEBUG=api:* jest --verbose"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.0","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.0.3","@secjs/utils":"1.8.0","@athenna/http":"1.0.4","@athenna/config":"1.0.5","@athenna/logger":"1.0.2","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"^9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.0.0_1648662591070_0.07426926887692398","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@athenna/core","version":"1.0.1","keywords":["nodejs","athenna","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.0.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"f54e34580317d403a5e04f4e43ba76168a91f7e4","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.0.1.tgz","fileCount":13,"integrity":"sha512-LACRCXig/rXWK0ILfWDWmYx9FgY4rS+HfCvBz4vGkgP7qMIbGRfgxiNllGp5yMNTpFbLiW8rgPBga019EpaVxA==","signatures":[{"sig":"MEUCIQDYqB9uYCiTVzXYG4GzSaJCj370xPfZc0yryDHliz1MvgIgIdEKAQBnsfYTuHlLjbEH6RRzLFiZnV6p8++65hUs3Y4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14771,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRKtsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpbPA//SZ8DNvfvh0OzAF+FrEc+v9qAMdwq8VQpNzlkcp+qeag3rZZx\r\n4pFfnkUmjps0UWas0y+OjWupXYNI4P1SA5p+eFu++JqqQKnaiFdiQcHpmkZ+\r\naZHrE636QgZyeWPeydWi1wlcz2xNYu6u6U37kgMM2jFUXrBxqR7QHVB+MNbq\r\nv9yqM8CBRXRzUBP/NLMCC3cuD/pSZofhJhKxqtd0jKN0zuzRcNvTeN8FY61k\r\ng6YZ1oLGo2jXrQUIrFScpVQqDJaTq56I1j8H2dCT4uQ8HaTtyB+Ka8b9QIiB\r\nox82E6rscFJiU1MapA1K6ySGCaKD8Z7W/ltmT8EQPVucXAdRMXbSipojhaZ5\r\nnYbCttQQk+RW9ZewRD+/aGFHm47Tk6/wPauI8vcs/TEYQEbzkJZmgl0hziY+\r\nrwiaZ3x90CoeTQNlOyg0DCZfKkHLv0YKhBEaY/DggKneu85Q8pBFq8ahekrg\r\n6rrcYkeQHw9HtIsGIxs8khxF3T5OZ48BUuF2tfk96ucMc8Xom9u879nPPuK2\r\n9l+ggq4nGrTrqk43a3bzMITLV5wYSka2Bi+phEi3KQYaslGbM2S9ex42hBqY\r\nHlLLS2t8LC7fv9Hyt36t3Nh3D816DnXeag20/V8KFBh7/BR32PiRPqh2zvWw\r\n6hG0b8gMC22Ju3yJeZj3fG8OtFqafN1wCoA=\r\n=jRgn\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"a48ced7999de3442f594cac0aae45ee08f103ea3","scripts":{"test":"npm run lint:fix && cross-env NODE_TS=true cross-env NODE_ENV=testing jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,tests}/**/*.ts\" --fix","test:debug":"npm run lint:fix && cross-env NODE_TS=true cross-env NODE_ENV=testing cross-env DEBUG=api:* jest --verbose"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.0","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.0.3","@secjs/utils":"1.8.0","@athenna/http":"1.0.4","@athenna/config":"1.0.5","@athenna/logger":"1.0.2","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"^9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.0.1_1648667500085_0.9615405368233829","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"@athenna/core","version":"1.0.2","keywords":["nodejs","athenna","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.0.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"2284cfcfac1fcbeb54e4e1b3035277112deb0de3","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.0.2.tgz","fileCount":21,"integrity":"sha512-L4JpHsdTT8exZ6INDyZpdM3Nu4PreamNpaxy+7Qay+t+3P8LiWjcjcblzSN9Gc2/1TaNSTL1fdanm7BRPpf5fg==","signatures":[{"sig":"MEQCIBip43WkGptMoASTDW7kEmoR+QMviHV3Ns3o4ApWVYjdAiAyGi9iWcxEiQCIvctPi+nTRSNpzCFNq3OYsEFo8kY4DA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20434,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRNtvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqcHg//fIvrsFc6bOBZloXk34kYd2kiIdWgCWuglX/A89COL6WyAB3s\r\n7arLL8TywhxFH7nxrNZuZpVjYYQzv/V3cPp9TV1xghTKX93l9uUYydiHOdwE\r\n4B2DGtR6hzfvTfaGAxEEdnXV+P9DjrmOzEFP73GHpeoa7qdV1n1dEEyFCUbB\r\n+kU5MsG4XsWkkdBIowU6D81rgFtqkbwm2IePh4B8Wfzcgi64PGtSO1ob8PRv\r\nri+jT+R/NUmbfvG7zomUKGIKPvj3SyE3+97vN4NBJ/ZeqzDLo+bjJsZ5nExA\r\nTacgrgsLzkCDvcFQwUY2Oh7GvWCXbCU7EGHAUSvwu1erPrOJjO0eTdPkdtXk\r\nNcsx1xLpHm1NRvNR2Kp+QL9RmkA0IQnlHHR1d6c72aZepiW7f0cydJ7MdPsf\r\nV73OlzprrgZi7UoHrQdXKBr7krOSzvBrqbqAW8uac3jGGBZJtL1l7ugnJ0Gx\r\nWg6SbphLj5YcUSoFqujVpCBXqmUs9uCFn8V547MFt/qL/hBrcXdZ4xlVvB9F\r\nD67JgA5KIHZUFoxO8LZogqf6Jdpfq+HxqmFAv4pw7xkeqb0fhFw8nPaHusjI\r\nVLE4T0IpNsXvZCQNdWNlpSo+X5qxXear/Mbl8/HyJhWxDPKswd+BvF9VKVqQ\r\nJy5niY1Z8i1+STMwIFj+OH8Fm6gNCyWFvTQ=\r\n=4lUK\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"656e6e0674aba2b8322f748ce26a8a5ec0cf9fd7","scripts":{"test":"npm run lint:fix && cross-env NODE_TS=true cross-env NODE_ENV=testing jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,tests}/**/*.ts\" --fix","test:debug":"npm run lint:fix && cross-env NODE_TS=true cross-env NODE_ENV=testing cross-env DEBUG=api:* jest --verbose"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.0","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.0.6","@secjs/utils":"1.8.0","@athenna/http":"1.0.5","@athenna/config":"1.0.5","@athenna/logger":"1.0.4","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"^9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.0.2_1648679791553_0.5219172279730804","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"@athenna/core","version":"1.0.3","keywords":["nodejs","athenna","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.0.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"5088724361c211f774e14f2bb36ff8dc8213706b","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.0.3.tgz","fileCount":25,"integrity":"sha512-MRf1uHTZ7fQYOGlqy8/sqii/jD8jHj2KFqvjFVwysO89gD9n3R36JdnVwErWzxz104mZXwKiEqr7wB+7YLj9og==","signatures":[{"sig":"MEUCIGSgUjK3HAGQW2JSAiDGjh+flchx76HSHDd/dT8v99s9AiEAvcsceBSJsI083x+CIMknjSPH4iCebV3Yd7PFi/A4PjI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22273,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiROIlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr0wg//XiJzk8cnIDbLtUwbfrvJs1I7k7sU4YIGqMcczc0mxD6Ac5ZJ\r\nfYqUMYhnolwVWNySM7c9yiF2TsayTBG0mRW5hb/fTX3z3OFJRCBhamQXYm3A\r\nkrWgCVy6n/dKg/IKKCiAmPgzJnd3cDelHVElzwnusDMqH1W0kv0nnwTnXRXg\r\nMTr93pHlnWHvZ5XRRWn9AUiKOgYpJxkc+cmUrRRyMnCpYnHFi0yXO0aJq3RN\r\nWJIy2A8q/Ig2LLWV+2oKeo5rLCpHB58ZgffiyVuqmhtR1ivXRDSyjiSSTar+\r\nhUpYgujIIywxnxXr8Laa8wAu0Ld4QWdPSuJdtsC31D6u41Z/64XCs2gzvX1v\r\nCVjlFtdbEbIKqSeWora1sUAJXzua0ChYCuYmHGL7VyDu53gfrSV4c2oa6QLP\r\nRwfyYaoPeNRLWDqmHMw5tQOi8PQ9Y713SAFN2Cf8UBjz7CA06o8o7WC3sp5q\r\npPo4RFu/yqI2yMX6Egap+x6YClgQXCAP0kwJwxTcCsW4z+gB6vZw1xUJwSnM\r\nHlcNBfdRR5Uoow9WfMt7ORYXXs6gTko8EyxhLGlL5p+A6tzRRBu36XWlrICI\r\nJH5pfcZZvcK5D6Z4gqYo3MFDlLNXejctHCaAlgR5XzIt8MAyD1M+FqEHP88f\r\nRO6Oh07YS8StN5Wq6KdORY8/INfgOW25nio=\r\n=O6xP\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"4590c325d86517dc48589d995d0e48d34de5ca92","scripts":{"test":"npm run lint:fix && cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.0","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.0.6","@secjs/utils":"1.8.0","@athenna/http":"1.0.5","@athenna/config":"1.0.5","@athenna/logger":"1.0.4","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"^9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.0.3_1648681508845_0.9648722106641607","host":"s3://npm-registry-packages"}},"1.0.4":{"name":"@athenna/core","version":"1.0.4","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.0.4","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"4b25ea1755415e93e372782a83082934f0813bb9","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.0.4.tgz","fileCount":25,"integrity":"sha512-dXW8MTktcGIQVcO6y6nviPcLg1HABoCQ+yr47SiIduMCj3wc5Jsp9NHUWf4WSos6/LIeGkdws2HJ7RBwBd+RBw==","signatures":[{"sig":"MEQCIC+Bw2NXCuKYrMPI4AWMHSjWmXvOT16GKiLnfLdMw1/XAiAeRJAUaHTPgxp2n9vDJ3wENRpIgcTyxVSkjGXIOuXS5A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22301,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRPsIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqEaw/+JMla3cxg0j5C0z0/pHx2yb4v630WXIopeXKuk/SZbOZ2OTrw\r\nnsDwl/7RpCgV11WOsXCo6J3SJmf71Q+UBEPPcTY31ctL4/3ctT0HTD+5FNfm\r\nanmMwRzdrUNg8rSwXk40e97BjeCbXIO9bD11BfZTfAM+WStDZRTRp+M33Xb3\r\nLflDlviYDnUCDXm1d2QnQ5ebKEoxtI0Vb2j9x+guxzM+UWU8H2Plo5LpfMkZ\r\nRML6RpkTIk8R3SarWc2luEOhKc/ngDgUsXB+UwsZ69Zux88IbaOq4wDW1ug4\r\n6KnCjTkxtvc1ycRns7qQWH4wRQV+xAfiTP/VmPUbnomoj0otP7YCyUPXWt+p\r\ne0MGP8oRukXASoXCeP39B1bo643q6IU+54HX61J5/p2ptW8qSvPWiUHa4Skr\r\nQyunv2rrSGT0QKqsWZwRk3bkK7ItEzlYprBwrkLpxLj5QoEzGyHHXA8trbwy\r\nO9ooRINYRSU+7stUH3qVYk6q/RJsw4FR1Drj995WU0j2l49dVunCKo5fj6uG\r\nOhKCBbdoe+yh5Grjs1v6G4DrNOMxrD0P9aX0EXWNXXJgyitWPsPvYNOdEYIV\r\nTlVCSRpRt9sc5o6aIGai+hvsMPmRr9g7r5a5smvdqpVtdDOREh2s62HLxIAg\r\nCQOSAxJ9jx9hyP02668E+71V/4uxHVrjFxc=\r\n=8gd1\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"2a5bd1a90794e29cd61759e5969a8f08e3fb9b0f","scripts":{"test":"npm run lint:fix && cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.0","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.0.6","@secjs/utils":"1.8.0","@athenna/http":"1.0.6","@athenna/config":"1.0.5","@athenna/logger":"1.0.4","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.0.4_1648687880290_0.2864077232309059","host":"s3://npm-registry-packages"}},"1.0.5":{"name":"@athenna/core","version":"1.0.5","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.0.5","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"c346660b133050a29865cfdd1a20c0438152f458","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.0.5.tgz","fileCount":27,"integrity":"sha512-EXREZDSjzaQTcQQRWWizxPfGZHN3Xyyzqnrkq4whfZyxiWp8RllN9SC9e+1UYdUFlv2dwZIDMV6PDZnn/vgEFg==","signatures":[{"sig":"MEUCIQCJndSsEQDQTYQCbQ5TZ2YXvcIWTBSrboIsx5yA0dmNugIgCnEgK6L2y9APqvH+9UuN/QAyhw5PSFD9XQ3SqyUEGT4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRQKPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmps6g//abxzjY3MXQZpk6O+XOKX6uk48xLTrY/EFHpl/VejebU3DQox\r\nNJpwJXofKA0rNzXJxma4d5YZj7xw+7q2qWP4gQFJQvUwDujDk4NToGu68wZu\r\nxzeAvcEoXVMTgzF+c0mZkwfLXEMqfouN4XomAETpEPGvEm6pfZrtr/lKQv5R\r\nAIP3r6jzFLgIQvzhtCAQ92P8k+AfIOAoOsvSEgLPXuMiEeXaqnX9P9wvTgEx\r\nn0CZHJlRDAB3gDhvhoxcsEXBKGcNzqrwW+JQBZcl/eCMrm7CWzvp64gA2tqj\r\ncWbssXxFYYxqAgZF/AxVcIVVW4H5FoVv4JWT0LKoqKBl5m4mzcfhO1DQg5wP\r\nZEEuaFTxRRnxcqGOgfLrRcKkILVobY1cI8TZMRMWQ6DQU+lsD9dzfds1k0dU\r\n+LvGdxdi2mnEyfkowPRW3N8EQxNAVlOlAYNxkSCKb+2Cn2CmiqNmDEBMe6Up\r\nNPyiIu1pT9XcRJwheSe5b2JU1Tmd7sN3yDptIF+hjSVSBV3xWEgWW12L/9OS\r\nEZzxNh4BQ+ZZDx+Id7GFv5SigXcUGgSs0Cndn43oKM8xI2ww8wowV+4pvFiY\r\nr+g7J8FSnE01cFq3u2hgz6M/8vrLFASEJ+cLXnxsqd5nGVR4hRPfR/FpsWCm\r\nwlZSP1vdpvRBa4q55qw/qnPcj8KN8MsfwuE=\r\n=CTjJ\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"bcba5fcbfb274af23d38439abf92da1d9b8a3fd3","scripts":{"test":"npm run lint:fix && cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.0","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.0.6","@secjs/utils":"1.8.0","@athenna/http":"1.0.6","@athenna/config":"1.0.5","@athenna/logger":"1.0.4","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.0.5_1648689807448_0.5264252821639896","host":"s3://npm-registry-packages"}},"1.0.6":{"name":"@athenna/core","version":"1.0.6","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.0.6","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"8c994c8a0ced14d3f50678e2ba2f4e57d151036f","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.0.6.tgz","fileCount":27,"integrity":"sha512-CLM+AMNRm6AY4sw6SgXTB36+LytTqvFsa+6vIA6PkDblbYHvhLrh9pwr9XOO2F/50ve8QYNaqzwbPcrwfk4erQ==","signatures":[{"sig":"MEUCIQDA7rmwp6/DKHG2aaA5BMHkS+rfUL/X4KCEMvlsH6VE5wIgXzAjy8s2WWPXHBXeK3GX+82x9tyBA2zOtAWr/1tHaRM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRRDEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqW6g//cvKoW3sNnnTyjtZk/mYfBexnbL0hqrCoTry9yEcnGgINM3PS\r\nHGvc9x6hJdQR/acMLBf9/M/ZuUx8j+L2QObIgwQ8xkgvHbVrymWLUBIXXvrN\r\nI05b+/lfwfACowb2UiCiBQ15HmjNMvVX61jJq4pz3g514tDnshFx4vHGL3dM\r\ntcC6YGjDfBKh66OvS5840p/upbsl6w+iKksx3RB59wEAjHHX8LlEyZq8Aq3g\r\nozltSgX0w6zD75WrsMpSvXM/Q+uaBFgImVqkdRrUyQ7OXCMJiVU+rYViqiYc\r\ncQA7qMAs4XcloVLK6S+dOZ0fA65PKiTPTkdHpIhh3aX61A7aJL9XJB1SeW3c\r\nkY7Dnh0BP7JH7dG+QAqetzEIJ7UzBjJj5WbOpHFga/E5P0Y3CK2Nq7QkMRKu\r\nCf9/WbkBKVD2Fv/JUl2nDV3116dBA5QR5N7YhlIsiF+9Yk4YYXOERZl8xcjp\r\n5gJDg0dUrtGGF3zkHQAVLV0LypVn2VdT7YHCJ53R1+t0zrC+eq8Zmk7t1V4p\r\npblQL1jdeWHNItZLSto/YouYb1TswRQkDrIoCTvaQLSenAaripiLuU65coNS\r\n9RhsVmecPF5QdF0kOFD447SXoy4G4bFxD7DROzHkycbtsUFaL95yzdhJFMBl\r\n6CFQrzsO0N2f7rHJa22C2P9sLmoKGInTNdc=\r\n=tbjj\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"4e77d2a0aecdc409809463034f497cd3da4e593a","scripts":{"test":"npm run lint:fix && cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.0","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.0.6","@secjs/utils":"1.8.0","@athenna/http":"1.0.7","@athenna/config":"1.0.5","@athenna/logger":"1.0.4","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.0.6_1648693444832_0.7566129993123285","host":"s3://npm-registry-packages"}},"1.0.7":{"name":"@athenna/core","version":"1.0.7","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.0.7","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"1ddd95310469489028bfd1c3fae37996b4dd4eb6","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.0.7.tgz","fileCount":27,"integrity":"sha512-r+ByJnvkYbsM7LpSh7PR+alU8PeeMd/7I813FQUY9Mqhb+YtbtRcAkpHpYRih3IfZE0UB1SFDYBo43oDp4d3Wg==","signatures":[{"sig":"MEUCIBkYb5jduLYE3gBSdP1qAVi3rYq6WAo9akx9PJo/MW1UAiEA7MuuJriXEySqfja8gjxodzuJWHCZjFGH4NTuq/NYrpA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRajpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr0rg/+NlnXXKFADyqWNIX2P2a2yVuCf2bEw3O7Sjx0sOlTh3AmquFv\r\nEUl79sx8wNoKb9ey+p0JlPQ4qMKcav1AKbACuzGqLbjNdFgPsn8vrcFgeK5g\r\no4lIGqrFJzEKNRW3odsL8534UuiyjBvkzhPz8rMi8ykpJLmf2WLD1f8G7YAS\r\n2nlOrTVN/5anAdkZjU2RHRbywEx1MvE8hbxTWpywuiV0Oar2otMHFo1pw8Bt\r\ncbRnK1txCF5CjhuLl69Jrg99lSz2L7yo6T8plEVmOZhKoWbkLGQizkNwxA6z\r\nVbon2/w98mVjvq9WMP6/c065/IoxlYdKig1cWBQOw42kYQNCf4z+31cCYCBk\r\nRgs3pa8CEtUTkrPUYY+mxIm0Ix36JIbkuRu9V84A9UdkviSVSKYAiSFUGmDh\r\nGDJaLlc1XSIhaGUzRmaYUxedW34NGM6FlD7RPlQZzjFNLeNkZlIlKT743tbM\r\n5ibrmr4QSQD7QfYmp6r6CCFhOWZPtEPKMCObvTQXfGB+VRJf2dSJiaI0cw0a\r\np5c5nYEqLieetl+MEO8g6cVkih6e5ukEy6svp1ztvZM7TtwZoYKRau5djPgf\r\nGtGsjsp7Tc78f6+3nVp01VLy+gKO9tXquMQqh7yaiJRS2BABakghl18QsEf3\r\ngWbNQKyB+M2Xmns1vv+WwjcYVe8KTirb8u8=\r\n=vDCd\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"7d2f17056ded299ce44614448dc5098a4a264cab","scripts":{"test":"npm run lint:fix && cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.0","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.0.6","@secjs/utils":"1.8.0","@athenna/http":"1.0.8","@athenna/config":"1.0.5","@athenna/logger":"1.0.4","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.0.7_1648732393114_0.11544902898995324","host":"s3://npm-registry-packages"}},"1.0.8":{"name":"@athenna/core","version":"1.0.8","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.0.8","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"31727e1a137a1628c2a0dc76e55efc797ee42c39","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.0.8.tgz","fileCount":29,"integrity":"sha512-UmCFKiKN3TA4QGlml4i9GSizXaR6beYxCmIHr+itPLuvafLu8sb+RwIhG6AI2xXhsENtaOgaCGMsoUYGj68YRQ==","signatures":[{"sig":"MEUCIFBOKJ3EAjf706LUY+dECE6usPL7hVXo6PFk0N0peI2XAiEA8iLN/qo/OGaEDSFYbG6MF56OY+h3+7weIeC3puMmXP8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24531,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRcoMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrmCxAAlDEmJ7bpNaY+McMHMoKI2tbrUWPY3rSA047p4TzjmMeR65/8\r\nz2vNndj28g8oET2WqYp8czCALx7SZ4tRJsleAqnuJ3P9SaJEIZ8I5qYjmvTH\r\n+8QZAh4DgTKkBxjBPJsEJ/UwBU8Tg+3ppmSyGGYutRt2bier0hu74a+v5ip8\r\n2clZx6qE/4JBysI00IgRyGxCqUJ1rzO2wbk1HIlDFvVvdMGVwEu7LaCC56BJ\r\nyGZz5M6EubxR00qTP1E/ncE4yq2TOFXa1d9Jn/wC93dH/+0jm1EQUMbBguuE\r\nukwljJy+JXL3ITOkcShpUemZWjukWxFp9Wnl3qWSTF4UszFvHH4c3mcNlWQW\r\nFN15f2NCYdJFORqI3OawVJU81ukG0TyZvYuybLBQEA4WBlPSJkwv6UoR4BFR\r\nUsDI6v6mbDLdNlZgcJS5n4DrJ6X5dTtN2b7VN09rdLiXfqi7+AVFI8SkJsPV\r\ncgGPzLrWVrcknwdyab2wPOX2oiQiV5UQpbGtqH5jeDdzq8518CFVT22Xcfv1\r\nRB5+pNry3Whjwm0hLapkcqQwEfG/lRKyuqSFOv6F8ToXFxd/FNJ5/Qo3x0Z9\r\nFM3sIL3clJ3r0Dn6PZzDKrpTmGONscBdUbHUQT822cFSmAOw4LKTJ6F28Zux\r\ns2XP1Gn9RDe1O8V6vC7lpif1wkkb7tO8jdo=\r\n=N45U\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"8a81e88177a0b9356a84872eb8b20791ddc02558","scripts":{"test":"npm run lint:fix && cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.0","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.0.6","@secjs/utils":"1.8.0","@athenna/http":"1.0.8","@athenna/config":"1.0.5","@athenna/logger":"1.0.4","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.0.8_1648740875864_0.36882804197661545","host":"s3://npm-registry-packages"}},"1.0.9":{"name":"@athenna/core","version":"1.0.9","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.0.9","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"2877b6aaa50f6bfd20c0f147a43d7a3df2f99db8","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.0.9.tgz","fileCount":31,"integrity":"sha512-JfPcmkSkkTdoqnm0DKOtWCpPW5uJkFRmMc+D8r+UpvFEO0TYYPQPuB3fL7ioCtU35gKAAh/NL6zzOZ23iWAkzQ==","signatures":[{"sig":"MEYCIQCxHAbb/flQI833Qq0pqLBitMsLszEnxESXfThr0SBiHQIhALKxaSFh72e3Df0pQlVYJzwmPDfzbIwdteSevdELnvxH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25415,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRnPnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoJ2w/+P6o218l/l6d29xd5D8sgtPT1cxvZ9QZssX3moFQHGrCHPE3M\r\nc7TRROeVJaEc1X/R0w2guLttYxDhV7XkXA5OWks+AnBMEtLH+7SoB7yHNiJU\r\nLTJasGX5CS8Za+x+wNn3ieFpxTLfH1SSrafC6KP4DwhWyk7llFvW2AhjUTCE\r\npFr8VV1MjJO3b2FZ/6IGRHidMGJM9ePQARybiQRfcPLzFbKTF7/fB5/XyrDr\r\n8xVWhVAG5DPcsfHaVce8j2xxX+gkM4XC/g+QBAoZVP6DCAS6dRY9uVFG006t\r\nWwgmvTdw9amUxZpfJao6dLXf93v0xTXOLpF+mVxJfx89HOcEhkTSPHTLpBme\r\nofP2hjOFCLOcoDipZ5XM5HDxsOfeSF9JrcQapTYZZxKioKJE6LLC7rLG3yGN\r\nbuZS8lUogCwxdT6teY5QOrWUM6RYpD64jAbaOrF2XzGMPVlPQ22eUU0CyyrV\r\nJs+eWH9KOfl01oGoMixzD9ZaVobyLSuHIpEbemYeHldhJ+Wu8eGXEVKJbzaL\r\nIYGFnu4eTUGKje7HLqPONarkLuVczuSqHa014PFcgiMZlc3OS1wDbPH80u5F\r\nb7N3T4p4djQAoy4LgnZTn5IPn526/ewmfWzAioUngZLagoPN+ka0i5lAlpUV\r\nv/pl8lPwgZfnKY9XV0L/oN17x4rtEjk8/1w=\r\n=zZZZ\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"6b3f4bec824099f3e95bbf2184cf74170db21f62","scripts":{"test":"npm run lint:fix && cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.0","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.0.7","@secjs/utils":"1.8.0","@athenna/http":"1.0.9","@athenna/config":"1.0.5","@athenna/logger":"1.0.5","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.0.9_1648784359413_0.7581273149508028","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"@athenna/core","version":"1.1.0","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.1.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"a3e1eb8e959b3c1535ecfba22e7a610b15225934","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.1.0.tgz","fileCount":32,"integrity":"sha512-gVGR0msrJfm0tSOpenQ7WFRmTPKoFZvmW6g4KBkXZijeEKyAmSCHrgtvVqk7cZpCLpWSdb5pbOIlzGQXR6odxg==","signatures":[{"sig":"MEYCIQCjclU5mam6uiBpGw4ni7doX0Ev9BbNNLRyQi4UOk0KhQIhAOoY5mR9PX2wc6jAFrnLRl07v21x3L3Jnv5cWJVz8IG1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26485,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRnrVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo2axAApDgWNacqOdVoLBH4gnJR+/57gELgd5nrY5Bxh1klD1tL4U/9\r\nMUdkRd8bmKbnPcep6lL236w8H19T9WUilbh9RvrrshLA7XoPiJugklrkesH+\r\n06X1ERXrLurRONs53v0O03jiyJ0q6MN/WnudvJaeMzHc0kINjUWLgR5/NRJ8\r\nPNrrJ29Z91J0UcqYlsChcDJiy1fxKiWHm5b3jZu8zVa9+OoZ37xHdIaIdOXS\r\nSsBjC5opVR+QJhXn56c+q4LIMsrlOYLUyQcI9mxUgPUXzOZV2VfV80UWuSgC\r\nhXEIsOKRkkot1IiQGaOLhRkynaBTzng9QgtfX1W7zK6KOeBxt6GhLy47ehPL\r\n837jeBsQZ584xWIBdpTZTMFRaFiCAgk42z32GbZH3Odx6IHiriMjuXavmh24\r\ncrs5gGuVJpVGAG7NOqhZsiMFXunHnu81SSvN55r1lArEw20hEJ4BGKW6+rr9\r\na6YZERIBXvN5+LF3kkkfDuxBPGE7+F+GYTB2hZ/gV0AFlHCdvxfmSRICT69d\r\nsNahjinxmqhGH91/JIvL9MUS+tbu6fvvGfBEV0eDDZN+dXzryhk50KIiQ0+9\r\n++bZ2D1yxNR8LaJ3I7W+Muy945h68gEmy7lrmQ0GMM8mRlV52+eU0quml+Zy\r\nl3MvUJQJg01erQYSJGNZ244zHFY1NRu4XHA=\r\n=FVHj\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"3e4e8f1250cb19b009e67c7d4a60044df464eea8","scripts":{"test":"npm run lint:fix && cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.0","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.0.7","@secjs/utils":"1.8.0","@athenna/http":"1.0.9","@athenna/config":"1.0.5","@athenna/logger":"1.0.5","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.1.0_1648786133355_0.7920728601173825","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"@athenna/core","version":"1.1.1","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.1.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"81e1e50d4b11be05cde3ff0952fa134a5134c39d","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.1.1.tgz","fileCount":32,"integrity":"sha512-t82st0bwyXkSbd1bQWLJqIT+BHvs85qDT66EXVDtRNHRt1Igq79cCJBrnrVYkUoWi+Zq9Oaz7efp18ZK37qm2Q==","signatures":[{"sig":"MEUCIC8c0jIUjqAn/nKX69N1eNiW1Fqb6r06osi6HYG4SBtnAiEA/qxJvFN7iKnIVmesRe67R8rXiWBld1lq80YjO0XpJQw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27166,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRvVfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpOMQ/+MQxx+hkVTRFp6em/rVlKdesul3GbVMTg/0mmbe60GgEh0xRx\r\nnUgLZxxw/jQCQ7vZa5l7Luw9rt/CM/R0TV5xOwM568ud70mWVxDyaBBUs19H\r\nc2Xlpn7KNFSEUJyp2OZ/X2vShE2m7kcoWOZZ7Kt0bYaFfqgp1h5n0QnCPqV+\r\nNHNSJWSh2NX6Ec037wzE5b3wzmdUchzhAV17zdt2eWq7rb1XERJ+kHBSxGxp\r\nYvz0J2Sjox5SXorZBAGy4UKw2zTJy3FVed/OC94yINDAxe5ub/j+ERWpQLTw\r\nW4ohyiCx3J9bANPCpP2tuVLFWL9WGrXYLPLU3cVwAe/MPPQFcjBuqK6UQBwj\r\nkvZ5RouOdwTa/YBCJzjkztDeRHN5CsjRWHx0TXWnDinoz8HOunyDqXAZpBZB\r\n8UdYqAg6rkO9vbGekzwaIUHv+NQYyHKUixOqYt73sXUjVLFHQmWVNkQq5WP0\r\nJ4lTE4cZxtHZbJpLjf9fLW1rL5bjhiZ8Ac06yR04zSro8tdfU9QxSWoTgWrn\r\nHeFp2NO++nBbpnpD6eRgVI1wYYricpYckKZdDa4pqlCZXLfjMi+ENxje9HIK\r\n6X1/Lky3TCpZohWP8Zy9rzXcn3J/2RK8DyiYGul1mdiUqOdOt94kgu7jxZL0\r\nIPgegjRH/4qC/IiYRPZM7HeU4Ac0vF6xKqY=\r\n=BBjN\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"9bb37322c689e20489ca7fefcb1d4bd4212ebdde","scripts":{"test":"npm run lint:fix && cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.0","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.0.8","@secjs/utils":"1.8.0","@athenna/http":"1.1.0","@athenna/config":"1.0.5","@athenna/logger":"1.0.6","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.1.1_1648817503409_0.9684636669236433","host":"s3://npm-registry-packages"}},"1.1.2":{"name":"@athenna/core","version":"1.1.2","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.1.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"a00b4ffce8dfd620716b41ffc35cdf3a3bcc06b4","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.1.2.tgz","fileCount":32,"integrity":"sha512-02euTu1thjbOzkzoqUTJCLrssqhRvF6RZtOmhz3uJwK/rrxx3XCfo2wuelrbXh1zQ6eqdMaNgL0QERvMp/91Zg==","signatures":[{"sig":"MEUCIEyIkmz27c0Nxi+ZhMJ61EdNLzqFX+uL4bEgpkfXvODMAiEAygW9uPY/3KGUATN4HS2phsAA21UcVqPQEQeTz8FlEnI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27195,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiS2NiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJLRAAjEWCWtFeYNQOjLTn6V45I3b204QDtT7GyKPPvGuNB3jZlEZz\r\nG4eqYb6lBQSIFl9W/ps1CsIVPfr7CMtGnf6HzQgztSz4xZnwoWRJfoNjLJdK\r\nIsOO1MX8sXLneKGaNgbcfJuszvDiAtE1Bwp3UkqoROxXEmMVGzOwscDAph3b\r\nJBe9Ur8MjLucyajTihpfuoHN5A+ypFxoqKu8VDsqWDmoNXQpdT2FdALEr5xA\r\nLSdAoz9U+uHJRGyO3eGXllXz1jTr128Wt6XiLQFPsOD6mqtKucp08NM9Viry\r\nCkFjOumezQCeG7lrByj+GABKAQUMS3eQLp3PNP10JMLi5tyX2uBs59+D5wYy\r\nLmEH62QkL+DFRnbUPO9lJLCGDNDVaq3o9bytr0cMghvYwA2+BJZMiYagOOqO\r\n89YnoP682xy+2bNJ1wlI1Ywu6kQ2vTDsy8S94Bk3rlyA+3MBoHtZgWbK6k3g\r\nKsuzX/8tl8z2CrzcQ6perT5kSIYW6qUIJEB+iwhfTu31IF9V849dxcu2nurm\r\nBhSxZ7kFFRGHBX0R+OzCfLp6CH5h1b+mbLl7ZHT3WbNti4MZcrDHqV+PbuBW\r\nNbIkCxPHy7swAmz/ImIuFb6iy7b7+8tbXN9G9rD2vM1MBiWRw+PR/BblgH2D\r\nOODK6pAi7zpd60xcfDvki0tfx2rq+R5dR4Y=\r\n=ecgs\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"9eaef67723f0f354eb01c8c46ee406bd0cbaa2f2","scripts":{"test":"npm run lint:fix && cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.0.9","@secjs/utils":"1.8.0","@athenna/http":"1.1.1","@athenna/config":"1.0.5","@athenna/logger":"1.0.7","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.1.2_1649107810191_0.009398034096934849","host":"s3://npm-registry-packages"}},"1.1.3":{"name":"@athenna/core","version":"1.1.3","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.1.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"e6440bcfaf182a14c216e1f34ad24ea609eeb79b","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.1.3.tgz","fileCount":42,"integrity":"sha512-q7hoorHqQR5m6MkqXk9ugeg48ALM+3fAOp6kG1PSC7hRRZSEqoTD8gYWgvqPxM6t5OGP7FTE2suCRKb+sxJ/1w==","signatures":[{"sig":"MEUCIFPyL/97FV+W0rhrRh/Gd60tG3Ww+I+rGRV4MlPNZGTVAiEAruJ504YR91NYhL1PLMziki5C1txUjMlxQSC6TyR9b4o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43639,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTPvsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmovLhAAgzFV8B8qhLnk2AZtRZqJkv5YDDrNDzNtFx6qgJhVz/va77GU\r\nLgJC3XgFWBYUqFuRDMqv0gQxDgRIS91KbkpfwSfUv+1GuJW/sEzr2NcA/n0a\r\nQJBgdMVC1Xp5pS0HwRzRUmbyM5ZSht8vd99rjxBToXXitQGmfgJt/q9uZuT6\r\new82RxYJYGrCdu0So3YsiwltTCTIOP/r6hjhfrLj1Ah9gc44Q/kN01O1kX1U\r\n2clRtgtFGh+buVjIHjVO8SOxxMK8nFcpPQIdawK6dDssQbURjLw/x0X81E5+\r\nvFe43y+qJOSTmojKFZVHmN+ryZ3929JC9TbsMRz9S5ZgFIQFGuGgNWu4+gbm\r\nJw/3iQA8/owMEz+6QUr+Qng7ZwZDu/J7p9JwXrUzeISqif+SgJElm0rvqYKF\r\nkv9D6lqdC3X+TgC5p+OCNhRatChRs9VrNfgIWE8dUhIpm1IYL5GN/kTfZ0x9\r\nd4iwBesjuXbYLqOe6vn+wIB5Ugbno0AncQUvhIjkTTFMnvtRc7yt3vXyKhcr\r\ndYqwQJPbZLVG6RwKunQvuWVY+9O7ATwM5E674OYYS0UHtEGY00LzBnBvDjWB\r\nRXykSgxVT3uZzOyaTYQLvaV2fukm2+4e5UkYxKx+Fgn6yA9z64S+GTvDkWgW\r\nIzNmpNrCdrgsqm8SMz1XWHj6KRpHFwIM3Qs=\r\n=HeyM\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"acb8136e2058010eed5c852f3d8b7f228ec3dfbc","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.0.9","@secjs/utils":"1.8.0","@athenna/http":"1.1.3","@athenna/config":"1.0.5","@athenna/logger":"1.0.9","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.1.3_1649212396198_0.08714797807876229","host":"s3://npm-registry-packages"}},"1.1.4":{"name":"@athenna/core","version":"1.1.4","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.1.4","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"9ae26534eb2d4e960d06abf2248acd1985192c1d","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.1.4.tgz","fileCount":42,"integrity":"sha512-fJHOjGtogJzh2J9asVB+Rt1plETHK7Q5XurKUk40gWbSLgDY4kSDOXftLba8JW92lLBKc5fMxm2G0VhHU+Jk/A==","signatures":[{"sig":"MEQCIF0OY9ynDfq89KYm8EjS7T5LgHJFFzeVoxKcuh2p3D3SAiAkOcpErzxn9/b9LcAyFXFTY6eN4M1/2x4FV9NPEhPDRQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":43788,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTQEdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqnyw//a+2Ko+N2U5Hss+8aVXIKBo54pUOT/lU5szX4ZkQGbLvRI4mW\r\nj0z8f0yFjy9gL3YPzvm+z8PWpjFE1kGr4VJfp55Zq/dPlXFUAzSP2De8Mnzh\r\nnnLNuzAl6S9iE2b0w0pu2Oef/ya9k8GejnBospBhXfO9Yj6DFlh6YgN6mnP6\r\nZfRRIPTclnPbF6/vvbvcZMBi7Vo3+cnV5pzKePUJ+Dqu3y5aQrPQuc9rG+Nr\r\n6CeFyPOxzZCSivDVCnCMNMCuecS99YYSuXfpeopDkaSdMQ682SOhe15bzhvv\r\nEDl4zHnR4opmWW369o1j41li2zOPDYrUP/XqyP/QxVHqN5vSlGVtfEBT7SsN\r\njlr5559NDG/tk9pao1UHTNKLAA9tfMU8EYebNv+Q/MZZrx/Jft/ziNiG8MKK\r\nWqtsriKbwm24x+2L02OB23rjPm4LfaZauQDhhUP7wMsk1ULAQYMZbZkIX2Y9\r\njjxvdqo2nt3vMaQvelTUqIvbWmpUZvEqzsECmmOWmuhMPEd9xif/jl481haK\r\neq1/fyhO+naF8EUMbXO0IugxH2mQ390jOgoOXClEXCeqaj5ZptDYGafrgBYK\r\n7YJVVBftP7dfsB8gFcr9IjH4pDLWbai+lKX6jUW4ECWEXZrlLQW4vW9Wi1ej\r\n/jlAbQ3+smOLBpeXPQQTozMzA8vQXr1DPkk=\r\n=CH7f\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"9b3fd318fd7eb33dd7f2346a7c3b2c37277d2162","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.0.9","@secjs/utils":"1.8.0","@athenna/http":"1.1.3","@athenna/config":"1.0.5","@athenna/logger":"1.0.9","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.1.4_1649213724815_0.9801627351199722","host":"s3://npm-registry-packages"}},"1.1.5":{"name":"@athenna/core","version":"1.1.5","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.1.5","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"da2e0391c2324a3f2df5e31f45019926e55f9bb1","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.1.5.tgz","fileCount":42,"integrity":"sha512-juCfeMLtvjjWchpcOt4YvJhxAoEhX+P6gs0OtMeLhXcDP4/irKbHO3u4ioDSZdJa8xOZA3HdTTCc1BwV55+YfQ==","signatures":[{"sig":"MEUCIQDynKCqkELrKIDkf3hbdfVd4YeSmsg0gJLjF9uGUJHy8wIgCVvvIoP/76Brt8UZX3cn/NAbDaA/QweZMAO/LnaEdpY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44146,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTZDoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo5Rw/5AO1bC4ZfonkrMz3JxXlPBb7BJv7u2dTR5EWLdMnR3MMXDdEW\r\nq81xh8PmwoFLhTf92ZyzEbaYQunwqJ9F2Ow58WR18gPLSA/GsoAwc1eQwe9u\r\nib0p2wfmJuh7ELzyT3/rcWfrpUEDe8T+r8uzFU+h+z5fADUbwn6hSlPfyCxZ\r\njKC2BN9M9YMkj7A2ZDB2Nv8NzgUetqQ0MC4jaxmioZfjjJgFTfdRikkpSjNq\r\n0Kd42/ITbvUCEolqY9rFWrBDpwijtiiPqpz0Tg2m8I1mkaU/loXvPIEjgXAb\r\nw/0z8HHOrwPNgkEWAM0NuOyoNn+PLcu0uuyuuDs7JiF0u5bmO7q0XuZoXO3J\r\nxeeyjD1AL9FzKeGPUAaFFeU8Qa+7PvyCdZErZqYHIVdPS+sNmj+0YJXhQBfd\r\nzPgkEJRE2fSqTxrVIaLZv8xgBuo5g5/R8us9Cuedq+ZexXv4Kbvi2orhiyAI\r\ngW42AH92Ayzllf8HKPuG5txlSRBSalewGdqYzona0LTS4P9LmJ+jQm6DAbEh\r\nBT68gyv7uNgQspuhAXcMT6RkBRFKymjOiwt+NpFlx5lTrsm0ynUuNiuvWMw0\r\nFr1wBeROLhech4Q3KKrzN5qS/S1XM7RG3dCHshop2YEX1T/oZhTMuzApBops\r\nucPOsNAmNQVBCu8uIGNsSKGQX+aLAwIb7Ww=\r\n=y8rc\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"20a273e7f3bad5484e84e4702e180cf84c515454","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.0.9","@secjs/utils":"1.8.0","@athenna/http":"1.1.3","@athenna/config":"1.0.5","@athenna/logger":"1.1.1","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.1.5_1649250536167_0.2596073505136509","host":"s3://npm-registry-packages"}},"1.1.6":{"name":"@athenna/core","version":"1.1.6","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.1.6","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"e49566a7a38cbb00b390387fc1f8bf1ef382cef9","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.1.6.tgz","fileCount":42,"integrity":"sha512-E2TAiF0t8clACv3+h0SHlLk6QcyRkUkb9jLAu9TlW3LVu52EusXn8n97vu6miJLKb8rpxs/j0RlYyVYIdWrLMA==","signatures":[{"sig":"MEUCIQCiCRHYGSAae2KBfGdoB1XJ/xyJfwvKovKWjWZaBdeHQwIgHaUT32WBdN0hVFh78PrD3jXqxSmbPFopDNJOiKIvLO0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49759,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTlc/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoppA/5AMS65NndPeVQBz3c+W0P58oPIlFjEiHf1wV6JWCozwb7GgrO\r\n3k5nHhhj7iT1CJYCsBo0w+rPrz3eg/VwvjP4x/TmKuiGOS/IhYV1YPzrnFnH\r\nop2xi0f1kDipVsfNzjS39nK9FWSAjP+hKo5Sxn1YYpAgyiGRKfGNuFt3+MxV\r\nAByphg+wgOBz1PjZYG9j0vzMejAHjUJvyYbSShfb2yV6vGCeBg/mZdVTNlZS\r\ndovK8rsjkaYUdW/KfsSN91M3exh4zJ1rpoqtVnJzpf4XpZEapuoCS//pYfPd\r\nBQhqrgyy9YevWikokxWKVun0exPv6agAIHOCON6SdeBquvM958hNcKetp3Vu\r\n33EBKKn40djbtXT6/OOo4DKZJ44CLtLQT5gh0wJ1RFP1B0Y8N9y6VJ2dsGwu\r\nAW8xszE51jjcODOuyYydMUFQFldqdobDj4RJrXQ9Sw+GM+smjnnbVKwtE5Di\r\nVYYHRVeXrRYRdrgj6PlyMZLgtN7gOdfoFFo/KSGuatfUAQ/KvwgF4jl50BkR\r\nOKqwPK6UQcvHjvzrAOxGAf7cGYJMzyQqR3Joy/DJA6QaeLe8Q+uGXIdSr1cJ\r\nA08fJAX5UQqnsbi3DyfPZWIRlJ1jXlYWBHUPBN0I6bHPA4wSiX5FOSyKmNPS\r\n3j99Cf7C4cFIOY4WbLtjtc9THUR2NUFzWjY=\r\n=snLP\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"2215be258946ced9ffbce4c471e49bbb7266c415","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.1","@secjs/utils":"1.8.2","@athenna/http":"1.1.4","@athenna/config":"1.0.6","@athenna/logger":"1.1.2","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.1.6_1649301311761_0.20215798540029928","host":"s3://npm-registry-packages"}},"1.1.7":{"name":"@athenna/core","version":"1.1.7","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.1.7","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"4b11e6d66b8e54f68de20d67307e3cabc88bdc05","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.1.7.tgz","fileCount":40,"integrity":"sha512-kA/okBd79EmV1F+MfE5oCLgjK8e83eT2iDGB/IEzqaMZy/SSnmO+Q+3mvcfejmdR0QiqKL1pysihNFjqqkTciA==","signatures":[{"sig":"MEUCIDGVrbZ2nK/AQiiSoXkyy3/WyVGxqVhXunKaQhjVzzRZAiEAo3xesc8aA/H5Cfn8r9bDPkUT1OQC26o9rYNBP9qKe0Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46474,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTy7jACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpj0RAAl5J+Ax/bwyUIg5DSQ/amOT1KuRhGSk0v84Es4oIWcOX7GcTE\r\ncsyb3fp8iMScHnlsn3yr0EWAtcstuD1vek+i5LItu1xc5NYp0akLS2c6gntJ\r\nvHdAH6wrJnyOlQ6ZbZQN5MLQDIX2wgKliGWRjM81feMMW1advdf250YJPhQA\r\nLHLwa6OoH9wSENL4WilLR5DFwcaw7rEulvGYt7+whZco9CFmira2EeXVq6HR\r\nWxejXbOry6sIzLEzamY5T0kIfypapBnG5kgw4ZMHODL15oAJ9GbYeobeXD20\r\nr+K2oZ9s+j+WVeEp4ibcjWCZiLkt/cemwk1Z8tuy91If+J2mP9/Nk52BUjGJ\r\nvDDTgviYzNN6ts5K3nFvwtfphPiMef7qimPns904CUgacvvW4ZBHOziexFAA\r\n6y1Sa1ror95svu4+fxi9V8vqPtIHeYZJIGreY5w3BqJT1C97VKZqphFjiaDZ\r\nwrye9NyaZyZpLq08TVde1I/MKBUK9giZiX3JjClEvayDGKG/WeiC/wloRIvE\r\nMo7DaT3I0yjmZixau+YRVPGHopAsPaoYLiuCN/7cpXvGyJRqT/DbOzC7yZv7\r\nN+Lfgz+lqJvXbok8aPzOtuPf6oQAyZXBn5I2+M7AOMU0vwbr9eP7JMlOOcli\r\nNBeNkY89M4Dv1P4hZA0MdzSiSaBo8EYCnjU=\r\n=WU9F\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"306d378297a18407c6c8d857814c7eddd72a7b82","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.2","@secjs/utils":"1.8.3","@athenna/http":"1.1.7","@athenna/config":"1.0.7","@athenna/logger":"1.1.3","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.1.7_1649356515663_0.2791248203522838","host":"s3://npm-registry-packages"}},"1.1.8":{"name":"@athenna/core","version":"1.1.8","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.1.8","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"2d9bb7fdcde3742a2d6cb2b2e4a7a4b09be0300b","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.1.8.tgz","fileCount":40,"integrity":"sha512-9xKIzcMhqvIGd4IB2Gc5NtRTyt0iT2y/l6bnZ7G3lM0idATRkaoAkpRoV3zBHiTav1pgy+q0ICql6KkoEEoueg==","signatures":[{"sig":"MEUCIGCMUeJfumqeljw5cn/sJmMu8GhfkPG9BTIE9EOcmTKFAiEAq2QambKbxzQ7SJAuPmlX3YLE2F9/im7NPMvzPuxICos=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46474,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTzgRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpbfw//du2LBczI2tj098MwRZ15Bf2n+AWJ5N1i4Pjg7cQtUL5gcI8b\r\nNETbuQaXspAYkih/k6cI6wv3O2aqpTrliTrPVFN05cYVTb3ijMGfhYPRw2wv\r\n/gfDtNdmZK78mFg89IcLh2zGH1pRQCVJZb/o33RtX042iVTib7AzkOw3ImyX\r\nO6uHXygEOSeMf7Czl31W9J49lW7/KtB+mlRosSQRNFjF+RrPsIMmaR7VSxeq\r\nh8J0jJDLC9IKvFrKmmSV1M6N/PTv/GxbyQW3BfL8NGSnqww5tcr7x9cj6IX7\r\nI+IIQbuZnSkwCjUzSNmUHeKW51+yZCWMA+QH5lrCVxEWuBrFMo0JckcgwaFe\r\nC/GnNNpuwtqzIlUWUDz7FSe6/etGzQs2SgwxGy8US8b3NxC2Nq3fKalbg9e9\r\netlFPQoFRVGDdPjtIg7/oQF9whotIMHDrKHm/RuAPt98X0liKqpkSAmX8na2\r\nUu2Flax/aEM5ngii//yVi5Ld/OXyyCHsjM5WxtLV0Iz8iFQXv1ZToGNzq2ce\r\nPXEa8rNhdBV0/sGAjklxurouKhA5ZIK8J/9EChPZUY0CkFGk05a7fToM2UO7\r\nc/Swlsu/hW8ajq1XxFxScpUdQOHBu+iwB5RnD12seJ546spyphILddjzg4Wv\r\nPZ+T3XQSN01wF8kYUJkUX6eg6J9on9CG39k=\r\n=U93c\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"7b1bef1c65fa2d45a9f2c253694d374ad0debfda","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.2","@secjs/utils":"1.8.3","@athenna/http":"1.1.8","@athenna/config":"1.0.7","@athenna/logger":"1.1.4","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.1.8_1649358865056_0.4137854957078173","host":"s3://npm-registry-packages"}},"1.1.9":{"name":"@athenna/core","version":"1.1.9","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.1.9","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"2ce3d183ef276e3ccb2dc2cc1187e29be58491be","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.1.9.tgz","fileCount":40,"integrity":"sha512-Jy6zH2/3XA3joJQ1aW8PV6R2WVJ/qMXfxHWruYqzuBKBuvi4oUZ3N6uU/U5n9b4BRoAWmjH0Ie3gitzZ/gaRKA==","signatures":[{"sig":"MEYCIQC07XYZpmACZLMgylms+HlMDDPVGTfnXY8wDAlyD75ilwIhANY8mEtBYN9/wLkQCNr3ZJ0CSZSEpyLiL5haOeK3N1mZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46474,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiT2GHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoBpg/9Ejws7Hj7TxscGoEKfBqOS9twWgV7gcVOG3LA9do60BnH/BXc\r\neUaRrZWqeGYVjPwwgZRIuC4m/s7JEQ/4W7JJHRweAaMP4ZJSBX25mi2uc77A\r\nioxaYmtI62XK2Mm9nERv6+ItQ0HLK79BlkkKrx6j3W+VcogxkQKkqB1MN4QM\r\njT5DOjCwTwaNx+WW0bwvnzattA2pVPtpPJAIrjGkcRzjGWnl+iwQEKMoPkWT\r\nRYUq/0p47AAUuewPFLF9Tsglc7cjNHxgvnjRVgVW5D0lRSKbjNraoykZmGq4\r\nguBbpxKHmdmOtqXF1khgaUwzX8CTHkSwRH/RqFIaN0o6eK6OEvbNxnxng3bU\r\nu6ruEHEd8vpBKsz2L+wwYD+EoLR09JOfFHXacW/eSM5RwS6hu1/PA6cAWLbj\r\nqEx6eA/66klgB3oW8/YrqGBMFDarS0y/FIykeAfsLAANgfnUrv6YbDqkqjjH\r\nsYUHD0vyIVoRGXdQF3sr+Yx5igNOL7PiT5q9bZvw5Z+aLcDW/YcenjP3rV6g\r\nvzkbmTFU+7JIQkc/jGNr3t1JLlzyAyfXct6ZyotE0e/9WcsJFyErcqjg+22Z\r\nI4FnJNoadqIdeF39oLW7pyGuQqk+1crhUAzC1Ln7OIW7HyToHN/IUV+zCnLA\r\ncues8y3/41hcRsrQ8gSHAWXjctPue9Qonb8=\r\n=tuhY\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"adc9ec27a2a6ff11cd0872031ac4a074a2c86dc0","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.2","@secjs/utils":"1.8.3","@athenna/http":"1.1.9","@athenna/config":"1.0.8","@athenna/logger":"1.1.4","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.1.9_1649369479079_0.3685602048873897","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"@athenna/core","version":"1.2.0","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.2.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"7ccbc41e28e0e4f8e198674aae78e2a19b243550","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.2.0.tgz","fileCount":38,"integrity":"sha512-3AVPTkDq0I+bBgFQOh5MkQ5xcQDPOMQAjOj4x/uokkOvk5o361/TUFj6a9/JdiqeMnzx2ZRHxz4kbKPcyGllYQ==","signatures":[{"sig":"MEQCIBiMdFZbYwa5iaJqLl+9GS9Ikiy3Ditbg8Yj/8xyoBpnAiAf+boTkxA7uEOwGOy4j5XoXZ2Bm18xDYrqVqD5Dc0U1w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44654,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiT6iNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJXQ//bJ87NlXDSg99ABXPuoRrUTjOioR5phZVA+YD569rd3KOOk4C\r\nBlMJ0gUWA1n6HFojnuxVq2qz9VjBj0/IdlMcz+4P4eC35P0QqisOOvFO9TEb\r\nTJxQfpLqB1yR/Q3WbB+YTdoUB0fN4+7lcpnfUOonv+yuOfbg0RD8Dc0kt9cj\r\n71Su3kxODTfGIRGRTbagYwmaYCUf6ZPcxqfVCCYF1nfaTvylID7DsNuzWqgA\r\n6Jj0XTKIlBCSTpOY41vU7Xz7phTLPnSWjaHyBXehepmvQ4zAwOe+JVdu4J/m\r\nqDFyELQTS51YHiERH6E2zP+DW4zbePZa6azgPktq/e1Z6Xejn7ATvcu1+NWA\r\nhXz3wRaOM4qF7oyhiaomTKppmveOAvljg3D0r+FwLqsUqFI1ossZ5itsA94R\r\nTmhkgTAL8NEV+PHSTN2Dg8B/kKI+EROvzJw87OhuydKO4Pp+k9gHC3s6YOCa\r\n1HTH4BgqnfdbSkkfuBhfcCH5r3ZjxOJR+baP3HTCdtKJols7bJCtg2kur+bl\r\nYylivEYBikrRilBQ4p8BlPm/88l+zWezZ2BoQDhZBrP7P4qrJQtl4WLwkRqS\r\nZ7cXUJx6XERrpufZ2RAeLMjDEMgyohbGXZXc/oBAYZYgj1IZ9oQcZ+3xG6h1\r\nhmEzhaiIppjUn3HPHh9XZoZeMLwVssq1bHk=\r\n=1F6e\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"89b00c3b6001ccb299d066dd00eb5b0c9491489c","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.2","@secjs/utils":"1.8.3","@athenna/http":"1.2.0","@athenna/config":"1.0.8","@athenna/logger":"1.1.4","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.2.0_1649387661716_0.7023862361925486","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"@athenna/core","version":"1.2.1","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.2.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"19b32c8d079c48a76f30a071bec77cbf158dbded","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.2.1.tgz","fileCount":38,"integrity":"sha512-FQdLayZv5MRFmx1AliJsNIOancQofZUlZq2pGXzkV4k2/x7hyZ7mXcSCVEYnsvF2mFwvKJDfwXSW0pmR7y6xcQ==","signatures":[{"sig":"MEQCIFdiO22u2JJwqsoAIXQE8wZnpFwlR0OTvc/YdsE3LUnwAiB0WUplBF1uoXenI47ob1TzKqe6GUaLR/QXFo0t+J/dUw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiT6sbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpMRQ//eDH6pCwIIaYyIQu3v3T0EJO39v7bXAsqs1itMe/gQnh5wS3o\r\noSp0iZ6YIy1U6NGoESkG6bQs/DF+ZqqyEYDjF4hH3CDMxees4TtZH+0xVfoY\r\nkc5XT62GGyHga2vBRoXIFEPJTdiee8+gJg943hyVfWQZDyI1E7la1tY+0llS\r\nX4fnGw87aE5ADjKSWMhJQnSmUneV3D56mZcchhAvp1uRGFdL6pRC2DhYPGbp\r\nHM8e1L4+5bZCoxUmr1F/QX/gwabuV0Z2GbXIkuSfi/XW9KJU3/NvnKY0faBC\r\nA5ZlcFYHYAF277QIXG61ayuNfpVB0o0NkfJeqaSKukF7fUWtvtOP6jTF+Ivx\r\njd3D2zU05k1MBTnhtCgoaWMhlzEL7F8QyUai2H5BsR/BxLJbwnSTDU2fVH6w\r\nt7Z4dclbyH7yv3TXeBbhzYBbPdWl29Dp4bos/UsjVtQFmGW3ADBi2TriMiK7\r\nN+Gwa+h+wzxC/waZugVMCy4j1wrjx2c+hQg/J+W3uvZw/KDZQSsia7s1aEGL\r\n+8ZYcU+D/67/+SDHjmcqe0ZTE32qi78+n8go6HpwFEnGX7Z64GsU+t7wR4oJ\r\n3R8Y5mkJBH7bei1cXPk+EbVWFM16fREwb7+MSSjJGkNneDiPnO5CU3HfmSaT\r\nY8O4W68RynwwmmhmE+l8aAakoQxu3TrVeBo=\r\n=r6jc\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"bb6598ec0e41351c7b0d9937bf651714eb4d4a4e","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.2","@secjs/utils":"1.8.3","@athenna/http":"1.2.0","@athenna/config":"1.0.8","@athenna/logger":"1.1.4","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.2.1_1649388315260_0.8131415181393575","host":"s3://npm-registry-packages"}},"1.2.2":{"name":"@athenna/core","version":"1.2.2","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.2.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"f6acb064083ebea8fab9796aaf1fe8ff64e5150a","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.2.2.tgz","fileCount":32,"integrity":"sha512-K6Ayvyto9FHTxIEpvVk+W7jBph9BJX47sFcfXBojOW9tROXZCjj3kw95xl8F+/VkNispM0Brcl1Wg6hr7lGR8w==","signatures":[{"sig":"MEUCIQDfc1/r7eYiclpSyhHhQi1wJB7m0jgm0bG2GmPC7XJczwIgWhdBPyULIC1lfjCocNnbMwydcjW2EPTVDwYRPjJo5uE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiT7TyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+9g/9HFWWKytURmutr9AQwByKD7s7kMCwMsb/H+ozWmlvbgk1+kIn\r\nA5/7rfr84IJCxMJkVjc7uSA6jN8Vi+GtIp4hpcRZL4nEcQFFgnpU6ioN4DNb\r\noAa+btft+EW4SD/fUL5hhtz/n+Le8iTIASYJZdza+jhSBg/B6rQLd9IU8IDh\r\nRmpwi/BS6Ua41X1nyY6kAOtRdpJtCakas5UUM76hNnv0GK4xa1OYhIucBr8o\r\nAdGNPXh1cm6zei0HYsPRPd+rehKCRhniS6mCTyBQ6qofUWMlA5zlLwg8LBgw\r\n/ERgCyjEsWeygXioEHaAljCoxKBLDsLV4qWxwqVsYsD47jISFDovg2hYaHDC\r\nAQww0ri+Cl1zBrB5PfgQdtRiN8YsWBcgbEGi5X3gESgpnEpZ+rUjrq9Af+Ns\r\n8EXYV4bff1aHXJWy9e2i7n/kHemuu/1/xXaMsfED3CVm8F9uwwKbrHVASAcD\r\nqqYB7iFUKOKH/RsH9609msAZf8OtCJ9fRuBKpdeBYxoXKYSQEO0aqYOF6nOA\r\n9MxIdleBDPvo/me4xxz+03UXYbXrXCDXFdIIGvneJ02yop9GQ14xR+l3+RO5\r\nMMpzMRv/LSCaNCZEy8vDsbQcp1zeqKBju1G4TeDFmQFnPOQg98nJSBT9EfKt\r\n0T7mVpSKfaSNqfz8dWOr5aFMreO4ng5paPM=\r\n=6UXf\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"b397acb5fcd2bbb62f80e5d4db707dfd25f8d920","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.2","@secjs/utils":"1.8.3","@athenna/http":"1.2.1","@athenna/config":"1.0.8","@athenna/logger":"1.1.6","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.2.2_1649390834573_0.5817379822413975","host":"s3://npm-registry-packages"}},"1.2.3":{"name":"@athenna/core","version":"1.2.3","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.2.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"f49bcd119bc06b3851e28acbd0a760cb60bcf0ff","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.2.3.tgz","fileCount":32,"integrity":"sha512-fKujpnvPJrR/cejsTMO9FmrrqqJnQH6nLgIE7jJ/Rj4TcxD6a6MWsKND40gOIewWvSkDSS3/nkLyS764iAgQ8Q==","signatures":[{"sig":"MEYCIQD00YM3QXmtwRLyRiITCUsgQAPssCv4Yu6LRp3cvUs9bwIhAK57v+PRLizz30R/o6l025fVc+cXQSDEf3sOmU30TQEz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiUDSfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpsthAAn92fl3V+2XFYOVBQrxZjJju7IWb/9wfz34WatZ18QGQ9VXfw\r\nzjFT8mlwjCTUPQai2563qN8/NNByETCT7X/OmmqUj2RocUUgkq/0YZZulzHZ\r\nk4JCxTgeQO6/9UsyrQyMs0p2lr/x3FsbtOiz+h3y9pvgzEyVQuJ3Z2qMFWGL\r\nSma3icztdB2xA/euuJqQmA2t2e0KSu+JWzW408Du0TcO8HHruGtiO5FLkDWL\r\nV5+nDhslZOc74hsQ7blj5h5unDhmC/wQyCvcsSTRgdxgVxJ5Gh6xJClC5omw\r\nvmW3Lk8fzCEjXSycrI93SBiJrRtNWruxfDse2cgdEXUr+JK6f6oyqWN1HQtx\r\nZ27L4/80rEOYxnzp8qAdWJz/OfcpJ5WSYwQmO0pkxrGszMObrKJW21KM/WuT\r\nFSfGi0By/mq82HdCsUfZQJRKQEMjFiCZSAYHMxugHy3SqkRMYXd3GKpohLgV\r\nQejYHLnv2Mzarw/N+zFK3GPJ1ZeL6lRv2ScNerdYHM9YxHVQnZps4eiISgWZ\r\n570dxVnpAeifFwceghJiYCMVOHFNW4tA8TI+LmOj4bvtkWEbwKhx76orUxJA\r\nVlseKYnMIZRl/oWBiyehX5Vyq/0om2xwm9Q6cUztSZ1XJ9CUshyOv4AMw09C\r\nPXu/7rPRH893g/wXutvHc1EjP1NpAwptn9U=\r\n=eCtk\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"8a789afc37a40d8113c9f7828b80b057c4d9304a","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.2","@secjs/utils":"1.8.3","@athenna/http":"1.2.1","@athenna/config":"1.0.8","@athenna/logger":"1.1.6","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.2.3_1649423519017_0.5037254593791247","host":"s3://npm-registry-packages"}},"1.2.4":{"name":"@athenna/core","version":"1.2.4","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.2.4","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"cd0be63ad5312ee6d27cfb9009cf1cf2603fdb33","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.2.4.tgz","fileCount":32,"integrity":"sha512-6UntTKZD3CQGMWvIikY9jCAFlm6S8qOfZNHMvP2wBrz8Gt00ILpvpZ4ZlWFMLF85e1/2nRYCmNy7vTfr72QH+w==","signatures":[{"sig":"MEQCIHIDnrIdjcb/sgGXMMcNKTZ8kJLE9zk48OawrU7zAey2AiByLIggVyjtfXV3hkdSAohnmVxZIAQX/kgu4OnabBUsLg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42972,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiUDntACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp5IA/+PmL0FBV+iotzH5RXhc3+EpRfjhT1NxYQ7b3u3cr1oxynCCCA\r\niEKZvzY9sQ5QysYRsmb1wRTO45G+B5c+ow3VNos0vFFzj/pjT5RiHBXddxxc\r\nGjTebzZ7cpQMzUh7TnXue57lE9Vc4fQZg9GmNLwEALd0NdsgQlQHlV/l6u2T\r\nQhPEdEIKd5/NSogSfBx9thMQQXT5AShIV9CcZPlkupRPc+NcewEbd+HFXDF8\r\nAtsy94fLgX+Fdrej6Ds0ZjQNd7pYmTEXFD7yPx9sXKPwkZ9c56qBUFDq0f1M\r\nUFad08+s8LrCb/egWfyqnpDuvfPs6Vjr/yxUwhkpKypphWuec1CXEeuWlj4D\r\niZg5b/aIIW2YHjt4Bi3c13eFG19amxbzTRFydqkLNqEkK0bXVg72e5q6nqjW\r\nDpkumtmxhltgXAXdc4yhC8Zqd8AqOSibWA2NFxwRgmiGDrjzhb3aOid3v1tb\r\ncGW9aefPieUrZb9MDmsyHx+B7LnPLBhZGcxhtm6p8JCCqyhonorSVZ4NnhFg\r\nWDJxKmUpDMPKbGebaiWKQp6vFgQib+JlhJZHiF17g/c7+l6mwDZakNsZ0mS9\r\n/oIa/87o3Z48xsB4ejlulFVa4dNK+ORpLHgXr+gxNUhgqhS8fmuGdGx8KMq2\r\nRDd5i9FyABpPVV6IBwbACa4Adq5niiN791k=\r\n=xICy\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"12201010cffb35cd34185096d915f9b9f9a8bc94","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.2","@secjs/utils":"1.8.3","@athenna/http":"1.2.1","@athenna/config":"1.0.8","@athenna/logger":"1.1.6","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.2.4_1649424877173_0.9853865067113678","host":"s3://npm-registry-packages"}},"1.2.5":{"name":"@athenna/core","version":"1.2.5","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.2.5","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"458ad1203b0b3b318a47dd40e21afd9d51239099","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.2.5.tgz","fileCount":32,"integrity":"sha512-C4x8tM+BMrQyaNwmboVl3s7ArSLK0qkmNeuMcR8Xtj56Bfmqh4akg8Y+Ih9hqF+7N4gZmazaBXohC8XW5E7DEA==","signatures":[{"sig":"MEUCIDSzZTWoamXxtREobaDXH6UdobSaRF2c6FbghxWUtnbZAiEA5/QBwyBBshz+E946bCGjw/t7xAUoPdtMrBb58D8nXeo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42972,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiUHUgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJmRAAgqg54vTi7JSNUw7MtLOp4xVM/SibqyYyyOG4xiqtR9XR2yep\r\n6rdw1pXQm2bnGW2Ta2vYBNcQ6C0+g3UQIuHRdlKRAZoW5VYw7Z8qys2lxI2c\r\nyjk+m2BJpU7ZXRi0d2RMVfdkVUdQVtLCimsadZa3nUlj8qYvTfJZHcXypdNb\r\nsuFiON7ceNXE0/JV/7aNl5B89C4Wqc6Kuq/tgUbypl36NKUP3o8VttW6uZVf\r\n4znXIyDSU72XKB2W7y54Kv8xh6UJ/jco3wSalPuu9n+fSy929E7NTp6/pzZZ\r\nB0ehhIZZHACa1UWNS2TeVw1k+RlKJ8hwMUMduCQkBzESiOX0LnaUS8dVt0B9\r\nF17WCpC4vw4qhuls40AXnP7YLdS+eD5/ARIaX0sTJzNCfGKdUkCf+7zxlTfP\r\nbbdxhcPAJDaXaatuf2Z8AtGbRjfPnBgMxihLwx9ScYAR8EXcgtxNxf3DpzRW\r\npcYChc058KUVFVrtqZLdbTauCzotP4kABkgrhT6AfxItI5/4PwZnBICoeGq+\r\n2pCab+vyCLxchBmk70nQ/cH8demwekc6T3lmdr5v7BNDaL0SDAFNWkW2lLsi\r\nu4DXfraMZ9G9O+WjF4v3rJOT6CmaXVg57268qep/XcWAPJlgqd1WshCjcekg\r\nOxt41+1y3Fa8zGZoCkl3EztSPTE/gQ0iw1A=\r\n=Wm1V\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"32603d17c42a1ceed17a5cff3d6826dac2ed5c1d","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.2","@secjs/utils":"1.8.3","@athenna/http":"1.2.2","@athenna/config":"1.0.8","@athenna/logger":"1.1.6","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.2.5_1649440032546_0.25005925581117316","host":"s3://npm-registry-packages"}},"1.2.6":{"name":"@athenna/core","version":"1.2.6","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.2.6","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"c7bc038b40e1ef64dc8755acf32af5106c84aca4","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.2.6.tgz","fileCount":32,"integrity":"sha512-3wUdipBIpwVxV0ELnAqcquMyywt6S5xlJghsB8G1/lHXtvy6xuuRl6dqlquFC0lABX98BkJl1YFog82UcP0kwA==","signatures":[{"sig":"MEYCIQDay2rLdsgiPphbZPNNCumP4eWuHaiSXEgSiJfyNRoBiQIhAJv79ECS/oh0Z7Z6klBKQCm6ecUQe1BBH+zpPL2tEUOc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42972,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiUH+JACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpkNA//UoTCYkOaD4JPSmPqse9umIsZDeGEwudmK3ujiLjnVmhuHC3/\r\nIPF2AT/Bu0bNCwLQVXuGsCFdr+ayiJiiSulD+H/UfLczoh79F00+zOCqr1a7\r\n4dqdeeuTAE5zm+A/CnSKUbGjO0iTyd68XCMqCgPe9Mq7aSF13xlmAfTHXzOG\r\nPmqTVrZxKypz2LMj0k1L4lD51/ma3UUdMcKqd9oOe5KYKlkEgiHR9LhMntXt\r\n6m/pwcmhhQNSPQ8Q9Bi6I1Nf13VcG+if/YWX8NVZPFNCDWH6uE8LgdLfxLqF\r\n7601MMuaOQKhADSHG1oEMyM1xS4W7K1K1Rt4fNP51ptH3KykM+w0fxqFLFDc\r\npZrELjeUh6U26dT2J5j2jTjFnjsFcQAA61dkIWKa0dbn6fpfFIbopbQjFgNk\r\nnjYNK2K9+UCHcsqXT3FiHThpm2+mFhIDGfXdsciOnA0j4oo793jYGXzlqAES\r\ntFJ0QQYTdXv7HPXMTlqwWZZ88aSzp53dBP5gMf4JjvLtN9qnyhyQHNHQS3ID\r\nIDiweSz2uKU18bLXurcfurqp9n3bD7W4xUP3Y11IE2dqDR7Yn3pXajaS8gRr\r\n3Z8zUnqyh10veY+sjYNp2ZlRXG+iJO1mz8cU9acWKQUhzSpE4WhIt7JeO7t8\r\nQjNhlF9+SHzU+tEVG4reR013TU5r02A7VyQ=\r\n=Ae7u\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"fee2efa23108000f7334a2c893f49b064b04b4cd","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.2","@secjs/utils":"1.8.3","@athenna/http":"1.2.3","@athenna/config":"1.0.8","@athenna/logger":"1.1.6","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.2.6_1649442696996_0.8436569327515684","host":"s3://npm-registry-packages"}},"1.2.7":{"name":"@athenna/core","version":"1.2.7","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.2.7","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"d0555dfc73417ce449a4b303d8ec1d0edb0bb751","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.2.7.tgz","fileCount":30,"integrity":"sha512-+wq2N6vrXmhCTBghHt2EJUgp8lAFMIMm7z7o2Up7Qj6pdlMnOnDmtBW/wTNUxS37AWqwS8dCE57HT2cw4l3VeA==","signatures":[{"sig":"MEYCIQCQu4R0UHMn/lwlmZVkSTlXX3xvloauOFmzSjRuwSZvAgIhAK60tUY034Qw4OJ53rRsqvO0Vg03wWhne5ZoXRrqMDFD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41716,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiU6r4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo2gg/+OUCziyyzZ8keDgRX0SKFB3lBUYK7DEJ4Z18Ul8/dvHIDS9J3\r\nIynI/H4t+U5fI4L3rYEPMhEP7fMzgQmjjC3VI9OIbX5p5TKu91kbpnvp2EDD\r\n0PmdJub75Gn+mFNw/rMTNB6Ax3ZIwnmrMeasWuKvf0waD16DE/SF6aJ0Dt4z\r\nAUgIp7PUW4CXP5gQ/GhBvylVevLbq9Sl6BZeRlco0BRh4/f45/+stFRc+3we\r\niARyu7U6eoQHbtI85xKGeeP16nKZ4RwUaYgyHdkT8/Xy+nhGRflKuX1UufWZ\r\nfla2KsZrEpwGLdtzHASZD+8Fg/SbwEpk+iSPOmOzDV/ovMyeQM+mDhH7P6pi\r\nvz2B+xNeVROfzpozCwh4voeGUVvTiEff0svWWRpX2SCiMECRkS8o+Wbvev+4\r\nQwlL+/DyufQ3th3uby/07/owx4MvAMF7Dfe9yQIwFxPwNk6u4UeQ4KmKd5d9\r\ngTd415zmXaMjWS/LrrTuH9uV95BbAkSt4Q+zZas3pcAnFvP4J85Kaak8emtd\r\nPewqzecdXkp+E/BMTNU5yeDfeCqEt2MpVChBVc3y4eR2bpFi1bLsQ0mQfVXX\r\nk6HuSChGkFqZLC5f01vdwCAI7pxcR9t9mupj65CN6yDizR3cy6M4/nOsZfwM\r\nkfeWKCXXuVJhb1bQ+nZIR5cQE325v24oDWQ=\r\n=FS2g\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"4afc0b74426e1aeaa207dfbdae0dc7359ce11047","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.3","@secjs/utils":"1.8.3","@athenna/http":"1.2.4","@athenna/config":"1.0.8","@athenna/logger":"1.1.7","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.2.7_1649650423870_0.5017444390893022","host":"s3://npm-registry-packages"}},"1.2.8":{"name":"@athenna/core","version":"1.2.8","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.2.8","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"a1ebc05ce04005ed3251a4334d2978cf04834e57","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.2.8.tgz","fileCount":30,"integrity":"sha512-6YgpYGiXrRz6xQ518E2MtXZNexRveXKgkZL0KbnY0do2xjBCP1wNDdwy8se/OJfLojZjZs+q9FGtiQTdjA00Yw==","signatures":[{"sig":"MEQCIBSzdCfIj0v0gmpChy+v9NvS4eylyPDEduiJaZbSAtZ+AiAW2d30SGmlM5nuSmSZKorPveM4wCSl5aHjbpd0S5HSQQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41909,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVMggACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr7PQ/+NENsXva6a2DjYkVUPc8bMP2Og4LFWJoD/Ataur1hExxo0qap\r\nDXmKHA8qCWPqUCMc3kHA/1vGa0N32ua68AzzkAm61yihPHXnz3WWsmb4cqTR\r\nylq2iNp1ONaD5UnhRjA70Q8JnEw5HqbVlGNzD2mvW3XMK0koZ94ifESno3Lo\r\nG2Tmk5cNsnX1NU5JTK/jJVN2ZVvxd+HDymmGUanfZ+/e7OgK7khXLezZxnMy\r\nQfUKfGYh1gOtd7TwCvCr0aNTRFbaKQGIb9jOQDceCC1mH+Jl3pHYPUX7xuDs\r\nbD7i7TWwlvpA1jtfhOjbtdb89mSBxpLy4P8fXGuFCejy5iGr2aL3+zIeEe2q\r\nwpsiiMnfqX61OQsewKpKLQTfKffZCPG1g5Pbov7fRKLVRJtUOFjEgLiWZvvv\r\nJ+CucM5Qg9p46xhLgFUd6YZhC3rfoRXRldk6BRJQOu2Q19ypNIZNsoK8oJGW\r\nEDDoL4MrqAh3o8tw4cFgIuqcUPoWQS3lg3ljBXaeSbFJSOG/Ph1WeoqAs/AM\r\nUO01/kE0odk4Vy5cH0iELFVMi4YJ3DpjleTdVaC5oA86plRkwH2/qhI9r9yZ\r\nhRgeXFeM9srOAZtJaQrdZ7SlRMcz9h1fCbDcJ/btopDQcHBQZt+vF23qQ2zY\r\nv5TJVZ4Dlg8Z0p2i08pze84K/3IeiLr9yY0=\r\n=4joW\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"3372f843c9b3f3aecf8f681ccabced26806b7d08","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.3","@secjs/utils":"1.8.3","@athenna/http":"1.2.6","@athenna/config":"1.0.8","@athenna/logger":"1.1.7","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.2.8_1649723424209_0.708645085731161","host":"s3://npm-registry-packages"}},"1.2.9":{"name":"@athenna/core","version":"1.2.9","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.2.9","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"3f95aa28b0fdc85f1388e5ae9a58b410f377ded6","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.2.9.tgz","fileCount":30,"integrity":"sha512-kVYJL/qlJ7/2Yval8wGtAo7Gt9hq7wzzGTauclNHcmdi5LLwqXs3ihUEpPhM3+6pPH8V2RxFFeGM9JRC3AvP3Q==","signatures":[{"sig":"MEUCIQDM92g4S0yuSjmLNpzYxLoJbinmv0bbE9z8+uNfK0j5CAIgS40XjV2Iw1u3K+hOMECygaDA9Qn+rBSFCkkeQPZgDSQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41909,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVj8iACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoqLw//cNLhtL7KK3QvzLXRpLEy1lHtLaw4v6euHP0dwScWl6N8y2IH\r\nQUekQRrrdbkHy5qMAZrQrAlxzHNC+gO4yWSx6xBwDGFf3a0ggjF8f21scw3o\r\nDpz2gF+bUFr6UqPvlTUlvzCsXzeEfveWAyMstfuJ2oXww0cDMB1N65Z1wIe2\r\ntnEP7EqeQT07RlsQbRVUeQ82z5y0wdpTC8bxqvbRQocTZ+BiA0sGP+wQzTRC\r\nm7M/TmFHPkGrZvhBZn8wzhp82+0aONcDX58Sqws0dPvFxRIZC+zvuj9bBuWm\r\nKcXR5ymrKRtRDlD6/g77AY1pUTucv3vB1PlyP8rHpPB0pk3mb/4Bp1JyV4Zd\r\nzgxmjNiwmkGJzWv3xgi1/eIC081a+/AP+cbm9lbuLifzHlSq1qIL+3ZOaUTi\r\n3T/37ldEmEJXzN7J+stJb+oE+/qC1gNWg0AO3tUcJnWynmtYz3Ib4ZBP2ogH\r\n0MGCKoXfBFHRaCopJvPxxw5P8u5Y+iyMm7E3aTET2XdewEBdEHZ1/XOqSJ6K\r\nJBabfEfsN102x5gVt78/Jg3xKSwUUCpctHn6Z1QtqC+kuiM5SJF2y06M/wkM\r\nvIGScIpmLF9Ed44z9EKe2iwi/uAtVNThtZZ6j4pyfPg8FfFjqEPMfA0m4i0P\r\n/iZeeZlRX22WDyZnBybYEE6zgfjlNGXJrEs=\r\n=KB+i\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"a5aefe48fe08cd296877fb158eed16bbf8486381","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.3","@secjs/utils":"1.8.3","@athenna/http":"1.2.8","@athenna/config":"1.0.8","@athenna/logger":"1.1.8","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.2.9_1649819426412_0.7534715829911005","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"@athenna/core","version":"1.3.0","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.3.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"b742946385c334ead7ccac8dcba94f65298f44db","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.3.0.tgz","fileCount":26,"integrity":"sha512-5Z/JvuAAmW2XAqnWtWqI+oG5prd7YTEC6R1vDrcWyabT8KpYgF1dfToAUNQklyVWwfzT67Z+nVsFu01z430CPw==","signatures":[{"sig":"MEUCIGyDGUYM5AkfdTeJAx9m+BWIhp6sAx09Qz6VjwbTmpsyAiEAwlNmMlB28eilIdx6vTHDv1oaWf43b9ulEZbRqCPJUR0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39894,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiX1FDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmruzA//c4FM7FgHb3Idaa4C+sgUcrKqBPQ+XEOErC2pZb8NPopzwCAm\r\n3uovvy3MS6pyKdBjTNpq8D0HPYfGgF8M4aEqjNqiCDzONKrvG3XpvxWsmqOp\r\n393NS/PYo3/o89WI/9XftU1z9QA7fRRwrBDDbOa08tWO48kYqOmMf6P1bbxJ\r\n85LnfBjnBQTF6DtaiS/F/kYRAdxgGT8Z7ZUeka6AdlN8EVJMVUmqwdWdOda8\r\nOzReWBC40fdOqMI4+4O6Gr3rVH0ym7cpUaiI3cbBb9YX9HXPY5I411jDdCKY\r\nIjwG+Yq2G/GtEFtD0qku4XyMpOEiko7wCUnHyRpWCN1f8zmo8jSj7ljAiujQ\r\n/RCp3O1a59flUXKl39+cMN9KJ/bdFs/uWQ0st8pQOxSosoSCB3fztwROjDrG\r\nGX5wAeWlrRvoOWBmtiIjoSnizSTBmDTwkLSojK11IU2RDDyHvyiRb8G9x3bm\r\n51ugbzYjSG3U0wld5lnxmI6hAK++6/zYEOvDLpNlz4K0TsnsiXZV+GYyh0tt\r\nt3EsMqU51xMWUvdm1VONVgORZLvq5dYLqBGSnSiDPBuciyi/cc/gt2RSRXfx\r\nzw46cGZIFb520mmcr0KIyY0hl6LQStR7aHoqNQlQ1zpOIkSMxS5xC4XLJPnu\r\nrYVp+pkR3+Iz3hBLyV0fuNbrwH+9M2zRRwQ=\r\n=z1B0\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"9ace6686a6eb2372569e3a09f5963f781e6abb7a","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.3","@secjs/utils":"1.8.3","@athenna/http":"1.3.0","@athenna/config":"1.0.8","@athenna/logger":"1.1.8","@athenna/artisan":"1.0.0","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.3.0_1650413891068_0.22401219811165096","host":"s3://npm-registry-packages"}},"1.3.1":{"name":"@athenna/core","version":"1.3.1","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.3.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"20ce0551358739100be6522433f13233b6c0ab9d","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.3.1.tgz","fileCount":26,"integrity":"sha512-ZThqNIJP4zie6uK+q8tR3eD1py04a6cYezo+fy7gArt2w8q5Tq3eNL5OKOk+L3YTGQ0dEwxaCO9zeoH62w3LqA==","signatures":[{"sig":"MEUCICgsGNUmODUcK2grAhJ5LXfdmTmd0dtUzJznhuzWxsxWAiEA4In/6l+0sZp9WXr5bkagb++MsajjUxke7K5uiHNlGpg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39926,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiX1pPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrPfRAAgyXX7XiAsB7yiIdwXGcGbpETp9HUeSTu1b2WCYWmVXYYcC2X\r\nhCOsRFLjIC2iISKvh66J/isvVeHZMWvgSjNTGKFHIbXh8/jdHmItgsBG4U4R\r\nfUyn+i9PkLCEVs0Hsc6DgwS2ro6z6IIyhOd4HV9F77wWSFkc1yDTERsXqZPx\r\nTXn3DKh6MtJuHJPqxezygKOQyVMq5DHDqy/w/7JRXkT5rgAhhxLpy61yU5y7\r\nD/gda95xycNWh9TvhO3OuZcKjOn/q/ZIuyZoGTTEmeTfkf2aM6qGmWnaUsMy\r\nd95TnCyQHwEhkGXXMdtXQwbFmPihtR2V4to4COnqRgYTIjj+m7vBpF+8fURl\r\niSxwuj7hctLb3drtFykY+v/nTIocO0jFni3DXWftFZX7rfR4qNc5qReibRDg\r\ncXFeGYj7cIril9ELTrj64BBVPDmJ3JTWuTi6ljYH37dIoe07xLahwuxzSq5x\r\njzYqxVrw0GH0YJyVR3Gn0P4xN77bZS0j5dzRTasRUWxBeel4EraS6s5GgZrr\r\nyGRrs2fe11IYej3CP0nrSiXX2xD+171MH7AJbJSn4pq4pi/9EPn3qVHOI1PH\r\niTBbH0Unfh4MyI/Blc3l+H5VQhYwb11Qv1C/6CIpLyj8rVvCQwDcd0E7Jrzf\r\n/6Pt5Jz7BK5zZrahIG8EG4oq/UpCG2wXbs4=\r\n=zcXr\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"7be2e532cb7126c4f1b4e62b771e0a3b9e866a79","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.3","@secjs/utils":"1.8.3","@athenna/http":"1.3.0","@athenna/config":"1.0.8","@athenna/logger":"1.1.8","@athenna/artisan":"1.0.0","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.3.1_1650416206907_0.9028695895308179","host":"s3://npm-registry-packages"}},"1.3.2":{"name":"@athenna/core","version":"1.3.2","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.3.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"aa6440f6a000a09d8f65b50772e067a9563c0d75","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.3.2.tgz","fileCount":26,"integrity":"sha512-MhS10Gfw095GmuNmsEM+e8JL9l0D1nmdtZeXM0nTvuZtpPe0CSIsIYb2Wr1wJ9Dj3vLXBQMeWtSmGO3Bi3d5IQ==","signatures":[{"sig":"MEYCIQCqMTaszfzEOFnk9sTt9dJ1fq8mr+xsAV54o3DsUS8lRAIhAOHW2sAOQW6XpkOXRb2BWB7PsoFhSqCZSa6QU1c5/SGD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39990,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiX127ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqkDg//bqcDbHcktKn86PDJvh47quqtNCqAO3vSg+IoVq1a52FTCcii\r\npkTzdEyCthxZrBzKjGXd7hHqHn5eWnEhtbX6PRYss1n8OgwMmYbqk0lG/O3z\r\naxH5aWQ4iTr46mdZlemt7V32TvDz1XvIKK7xQhPhk0ZityLtBYqOBT7cP5pF\r\nNCKGEafFUlAayglhSpFcC1vxDLGamK++TDnoNB8eTejCbE9LD9zv93dlC+zQ\r\n0qrrZ708YF7LilagBm9wBRgNGmNBbr6MaP0pZHcEfen72jPONY1kfYDp0apv\r\nvY+LoKP5hBr0QBgAa7XFG82QD99Vw0p5JorTwRxsRMpd1cah0uClXdFauvUF\r\nEsvRbEGGRM9KNB8Aoi7H4zVeZArKZXfDmNmEjefS4R8G6EvkyKfDKz9G5rMS\r\nxTHAnM6ka4ySJ+76gaK7HQZ9dfcYt7SUwqjB1lXXeGRPKHgYTSxORJh6hJGK\r\nq+OmuNi4vYzsXmpYhK6RHz+Hiyj4BJzPVMxWVUIUWfHnRGVKVE7ws7dxNV13\r\ns3YhlUXi8GI5JQiFnMxL06FwwWGGAAAhJf9ItBHL31Yvaa+Rs0KKtbz56fI+\r\nlFgGMd0IQSOCcC8ohLUJv4LfMJTpKUaPMtjZYf0czlc68EgjAFfNFYdd/5/9\r\nIDvzn1KwEpnWs+XFTcFscSzquiQz9FozlTo=\r\n=TGZc\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"a9e0b8a378b12a00461897c649279e07a7a7441d","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.3","@secjs/utils":"1.8.3","@athenna/http":"1.3.0","@athenna/config":"1.0.8","@athenna/logger":"1.1.8","@athenna/artisan":"1.0.0","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.3.2_1650417083335_0.4436662427427549","host":"s3://npm-registry-packages"}},"1.3.3":{"name":"@athenna/core","version":"1.3.3","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.3.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"76a49bbf7c2f280147b3e880e2f2878ba4e0b3bb","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.3.3.tgz","fileCount":26,"integrity":"sha512-CS4jtPClfUgpySB7nD+pHDgTN+VudDUkVua7BjAOhCjQPZIrzJnzJVITH48gO6ckiren6+Goxi5h9uA5HbF22Q==","signatures":[{"sig":"MEUCIQDBhCTKuM10VwIwdG694Tz8uInVmPBJWLrgatSUNIGwUAIgY1nMtX1fkeXKiX3s7YwPNlkcnSkXjW2NqkykzNsqfeU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39990,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiX2K8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqkTg//dEmdv6dw8mVQK8hObttYDNspFd5X/fBtaQUnUlpkjnJrKPl6\r\ns75i6wJ7Dpmq4c/FJ2YXaHYhdcN/yCXtYAt459TnDL9EioqttH5ELkOD2Jvi\r\namcSYweI/0JqbYqZWgokD6TeKuNVCb0d1784ya/WhOsfuq/K3V+0I2HtL/5L\r\nnG4DIHEm9HhELiGtpYNYivuE43fViCHfVQXdSK9z6r7APXNC2to1ahLerO4T\r\n4KIkLC9t67y1R4m5jnlrmWn/1YAbM5dHqqN/7M0nidRwjLJf5ePJmCp3Dn18\r\nZzgaZ4xCBaphmdxpa45vxXrMGL4GZpxfegMu6/pBmrntcmiZWVaFfn1q6+1e\r\ncY4oTPPHBwUtz9/bLul2bulDH2/OXZdA4hDAhqvaTpbgF3D9rdPq4maS86QZ\r\nNaurPAbZgpdPnaRHGZgbe3+IHPJEjCsMa8XpcIjqT9TNNijJm2YdyiAQzvax\r\n3LXeVv+ByP65TpoGJGP4+rr9JEe5b6pvDcjGliN38K+/1LwnfmvHbXCs/XLK\r\nYV5421EJf7Mox5jkIph9eAhXddcycUbROu8oxwAkK2EhlmqeBs9a9B6e5xz7\r\nJtc9IhzMGyypf6h5taLdszQ7l9UIL8/wAm4R7ntMJCAmy8lALfatCPvdvJOr\r\nIjLOq8Bnht7KJWfPchb57SvS3eYjI/zfLnE=\r\n=TesG\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"629908dc08b8a09b4ce55fb8045ea65a16929394","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.3","@secjs/utils":"1.8.3","@athenna/http":"1.3.0","@athenna/config":"1.0.8","@athenna/logger":"1.1.8","@athenna/artisan":"1.0.2","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.3.3_1650418363563_0.5860839345568096","host":"s3://npm-registry-packages"}},"1.3.4":{"name":"@athenna/core","version":"1.3.4","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.3.4","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"8e1c141c56f7b1a301f2e9cfb7b55e6788e0fb2b","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.3.4.tgz","fileCount":26,"integrity":"sha512-ccwuoH9HlDqwxFZu4U5vrdRPNGNtGCu08s5x1Qj4jE4D8DEMpcN/YQL2cqxFHrQ1jjZYdS5vOURGBkmM0RW0mw==","signatures":[{"sig":"MEYCIQCHcwD13gXEQohsoxSBqa+faRDVDkfl8uDFNcuXwjlqvAIhAPrOhx2xIeR7umgfYTp0Qbe7D/Sspu3S3I1w4wgWaQQV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39990,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiX26YACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpRVBAAhFo1XL04CNqZ3E5+Du/oN7xfIuIpyvkyMJ5VWlDOmvrboSYV\r\nZ7exhc/wrbVCiq7AqjBcoQiEnW+rNR5LzB2DQ0/URb3pd2Zkzh1VTl/RjcrM\r\ndWYHwCWZqzpm57e/JaCc+sYBBQjwG1RwPpKboLSBjva/5asUMc3qPEvinwLA\r\nsojhjQWB5CQRfNX9hWBgmLQjr6MFz2Mto68L4n2LH23DtUbuHKOe2Hy9Sl85\r\nSHu/Cs84q7gWW67M0YDj9GoUKRFLV3eYkyhVLUtKol883E0AA5tYZJNEOGui\r\nE5Y7vFtlJaMcogpbUV4C/GE2jCeDB+MUgTcI3SQCYJTYuRNosAlvmc6pyOq/\r\ntXJKFqqQjRGCKTvx32JwHgfgJT4WEYySsnaLSkZhPSfL5mposioXJQ5uqJMf\r\nZiJbN9Xn5vI57cRQvdb+UkxqOfmA98e68WHCe+jniO8X7TioDzSgshkcD6Nz\r\nJT+kQqp6RATzJvpYZ2b8ms6OGvDgXygKt+2LoyCkFb6Ac2+oHPRdkfXSyyRq\r\nmMzInPwNLi3sNj3Zf4mSOPYLqW+WQ6ICYa7eFGS4CmZP5wi9bXDPrcMExrYs\r\njWRV8t4erfmNaQTqR9TBrbg35uMj/uSqKupLB0N5nLiDlJd0DEMnXWZ+GovP\r\nf816lNUS16PCakiJkxq+4TLI/lmGOisp6lo=\r\n=dVsR\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"69e021e5a75a8b5b1b80db3653eee279f1491494","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.3","@secjs/utils":"1.8.3","@athenna/http":"1.3.0","@athenna/config":"1.0.8","@athenna/logger":"1.1.8","@athenna/artisan":"1.0.3","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.3.4_1650421400016_0.9976232824975029","host":"s3://npm-registry-packages"}},"1.3.5":{"name":"@athenna/core","version":"1.3.5","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.3.5","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"f3b8392676b0c3e6ed27ed82b43b6996dd67df30","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.3.5.tgz","fileCount":26,"integrity":"sha512-JLHH2B6S/OzUBHzjzbvtE3m8FYpa1mrbK8K75frv08AHuZ5x+F3/yFVsJXfSB/TvGVbej5Qqxle3lh5KspQm/g==","signatures":[{"sig":"MEUCIQDAuyJkYFjhZtSfFpXVKkvthP1iQM+4/V9Ttv/XQtkWOgIgfzz3I2x9bKqz6pz3bwqQZxLxwAO85XDNzIQ8f7HqB/k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39990,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiX3c1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmouog/9HriwQaZSg8MfO8t1hE3a726RwYeoAH6zMV/2M1D85OAWsuqh\r\nofVZfZGwLvnpkb2Q/e1vLapUJkvuDbU7oRnMuxT2o6StPPvDpe3n3+yeIBGK\r\nvXkozt8ncjq9dLhWWRLz8irDxGfRgZalbK4Tl6bjLndJiTsQHht/+O0K/vIb\r\n4VdAqNffV6FSQSmBgGWzBp6k+F/rcgnEam3JiykwqIy6YsZH/YSPgrU7yMaR\r\nDHPCVHKPj9rViYu1J9NM41aKQKnd3pfRJ79C49SS4NuhybWe13iAgo1seRjh\r\nDts6QtL+YBNH7ueglKCfmkLTuz8W+Oqn/hSBO77zjuWXK+Ja3Wd9EJ7ikFnN\r\nJ9Cd+xJodyKhMa+WfEibHeA30k6Ka5R7icT1D5sQUNxD+FIoUjJ7HQBfWvyn\r\nYf9nJpf0XMI/c3ZtF8fQrXDRmy1mHT35EAah5ezwNq7CK+AocnBfE3KxS8C4\r\n3JTPrDPvDmxVT4jo917ETK9lcB092XDa2X/Q9ezQEwTSYkChqjG3p9imZSR0\r\nuyGt+5daI23PsDQ80R1bHVY9nOeXRPUECcn3O0bRDLL13U1IKvD2+B6PvlAJ\r\nJTdihsvSERAGQB9tii5uEnz7Rp7GOGKTpF+Wxpy6j3GZb2lxlvDRcTYVlP7h\r\n+9QCsqgtczf/IvZYo4n9GxXR6fPz3H0wBTI=\r\n=6kKR\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"a39a352f5def97844991d7b5cd79bce4ccae28bb","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.3","@secjs/utils":"1.8.3","@athenna/http":"1.3.0","@athenna/config":"1.0.8","@athenna/logger":"1.1.8","@athenna/artisan":"1.0.4","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.3.5_1650423605113_0.6980359429445857","host":"s3://npm-registry-packages"}},"1.3.6":{"name":"@athenna/core","version":"1.3.6","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.3.6","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"9b128a2aa9725180c9e5b93cb92a17038d014f87","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.3.6.tgz","fileCount":26,"integrity":"sha512-wplbm/QfYdRx/SLoVyJDHZ9YLLDHSCfOMYMHDK0pc7rvVNfg4b4JnDIhVruUX+w6qO9dh4rxyOqKcyC6aHbTZQ==","signatures":[{"sig":"MEYCIQCn8ABfzqaSZ2Kb4V5Nq/KsTvoMuqUIE89tidjqjcP4tAIhANlLbkbpeYGkt+VA388asVwaxX9yLQOl+H08O6JNRkma","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39990,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYCFdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoDlQ//UDAyDmkbB+n6tTVZwEYqI/F7tHElTcIB+6UUfg2GAM+P4IQp\r\nNrpPA06tVNI0T1VG2GNp9UyW5xo5TALR7BYNtgB1dCPHhPhPIt7k8RJAzmb3\r\nbDIvxqPAhY4+ZzFAfL3I6RDyiF4cblsyf1EuMmEw73rhgZxCWsFO74O5/0ec\r\nqzoseeu5Yry0bOci/d1usKYPAbkc6GnBMxiczxkj/mxkTcDH6Vs5W9Dg1Dgi\r\n43GD/1ZuXtFcY/YQ+gCj7RCezzCSsA76pu5K27GsJrI4rDtILF4o1Lx6Q1wz\r\nBNO6OlpjH+YyZZpDJAJERiqDiWGaz+MK73WdZuSucOaDLfsuje70S5cvRmTE\r\nImrDZGoT5sAYI3q2sEx6e7dPLvZZO9581H6Po3vBKdYD4qgewH2YBGVZJIKd\r\njo9ayO6vlqCJULAHCXCXeCjbSpLtpo98l/EkWUMrjfDWjUSHjf9R0vinNcyO\r\n/MYpsp0DRz+imfuiMSTkAhWGmDqMS175cmQ5g87h7ZYstocDW9KtBDBK4NJY\r\nwfZninKBYzZQDjoMnJdW8eu0YNzgVkfMNycUZ2erb95qDLzHMdMT2E0WoK7N\r\nyvWRvUA+wdT/XXpej2e+bHW0Pq9PlVZv1enBL5l2gOEU0dAs3Of2RpCaVUyG\r\nsKdGQ2r7npAZGBoGCOn7BTIwBCdwqtgIwHw=\r\n=kSNQ\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"fe58dd40eb54c1ce35f633d4a8ad217a08235b4f","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.3","@secjs/utils":"1.8.3","@athenna/http":"1.3.0","@athenna/config":"1.0.8","@athenna/logger":"1.1.8","@athenna/artisan":"1.0.5","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.3.6_1650467164834_0.8642558941501","host":"s3://npm-registry-packages"}},"1.3.7":{"name":"@athenna/core","version":"1.3.7","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.3.7","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"029012bfe6a16a98bde4f6582cbeb205f9a51802","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.3.7.tgz","fileCount":26,"integrity":"sha512-Ahcr/ALrlA+2GlHLPVOfIs8IF1FiP2Le0RIp2giZCMNwO6hk/EcXTG8zR8T2yMAtdbLrYTvLv+Z+gnDVMdxnXg==","signatures":[{"sig":"MEUCIGVMdXIzExKdieRFvCP05aE7ofk4+U7GUpFF2FEZu8LFAiEAppt9MhECUwB5a83hv4vUO2xgq7Se2m127bdWX6+FbmM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39990,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYCWpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpphw//R0su2TnjgorLDJBeWJXJ2SbRk/dJ56vJVg1r4baESl5mcqkY\r\nJ+hI2bJT2q9loBedQ89Zi59GPKHBKYCu+dFfRz9TbMuYvwfHAzT7duOaSTa1\r\nI9en4zGP/MWHh3U7t1XOgWdFTC9wvNhPQQwWKB8N03TcSRbZWRZ6GejP1Gof\r\nyFsV1MeVABnUURWSDwkqLW1ee8NFqzv2y0n8T71QmWG+D3Osuxf/oibbR8CC\r\n08CMvuubm/GC12K/+9/kIiFrQ74TomGyxL6AdweM0YCibMUMFfiDwT9jvsZl\r\nPdlBvUSyn0Ogf4fkx+Pz3DEPhmFuiMh+sEh3zeMfGvEkgo1cX6TjCzoHuO2H\r\nN60AOBg1ZvcSJfEVcZCSlZXtL9M/L2mYtXx9g8wTq5XdnavAETUKyDDbJdB7\r\n6Jgp9vHbsI5l+dVe6DlNP2pu8Q07ZQ49iYIMIWKYIxM2YeSUy6zgyEvp4zkI\r\naVIfcDXSIpGIaE3bq6hVXTSiQfuQFAeFpDCKW0Hs4NgAaG/C5EY+0/P7FHfQ\r\nMb36DU11Z6x9nIX5+RvqdWBGaKdkmHlSibjU4TOMnGJOF1MbBZ8oNd+bTPAx\r\nE55UArBXgBl4R9WXr7WXq05+LP5GYJYkgqYkL7wSFQ7u1m1LqCXpCkek0kL0\r\nMuBBWun6SE9V8IKXar26imqhfbkXVY2eb7I=\r\n=DDkU\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"148222469eda7d2d903c10f9c397adb40d53164d","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.3","@secjs/utils":"1.8.3","@athenna/http":"1.3.0","@athenna/config":"1.0.8","@athenna/logger":"1.1.8","@athenna/artisan":"1.0.6","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.3.7_1650468265706_0.6428635407147256","host":"s3://npm-registry-packages"}},"1.3.8":{"name":"@athenna/core","version":"1.3.8","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.3.8","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"c19bb2395a7ada84f7dce9f6cd1f87752035df86","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.3.8.tgz","fileCount":26,"integrity":"sha512-R1EWp2KNYDGgX73NpUK3bytIq1nkaGBKE7zRFdqDdOPbcFj61MSoCoGXUllXVpT+1sjef1aXWTf/XdbCVC92KQ==","signatures":[{"sig":"MEUCIGJheZuMJ49LZMkFZCZEY2PcL8TIDpgy5qhN6AQHawaMAiEAiE6K/JXovBDRHRlWUnw3Dobetgh0+tl7FHECPoPj9tY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39990,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYfDOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/fw//dvzvdtfY+keWfLXbRfm5HJxq7U15W/ShJ81hwoZNssybVqel\r\ne3dWEfvq32f0cc92SDn5ICVUDaVXi9sln1mMtPCvHy5QpIphiADHcSiL68eH\r\npinH6JlEqLu6JTUHWX1jN9P5adnu9iHMKUDlbj+Kxlm+FOXwfpE0lhPTRXzN\r\nCPAuDF3LLBpX0kaubjECLuW1UZDo+LxMnGrLElyIrJm3BtlwGJd9j7OwZq7Y\r\ntCkmj3G4F5bII3nvRSLdteKNUoYOd9/myI+kcGbmaH1jK81jw9CV9UjRDaeH\r\n+Rnj/oyCaqV80K9GFIlqEuVA/VOA6KHXJI88cYWAVtJRjvXCqbN0lXFJls5K\r\nMfM3BvoL43nruvm04FYAjWcaQ0QVBo2qKh/jNQhgDXUj2WyaWofcVyvWmdVF\r\nQR01J0BW9WIbaYsd9BUFcCbXSHUHuHeMu3wA5b1awv07oJMS8bNM/FvXbuwg\r\nGdOHK/zCEAlMTAC85UI/iqae9DMLT6w/XBqH8YGzO9+YT609zWHNKI1kVSIz\r\npu0Ozw2bzkd06yZmbbTzX8inSbENBhV0RnVBmPqpP8/Dd1m3Lp462S6kfiaj\r\ngpBOpHYiFhXNph5eaBhiL1ZsQ/lk0LUycoZqiF8Bg+rVD9/gIHJwAqZ6rgTg\r\npe3jLUVa6lwsyKsHqNSvzzfJ/IAaklibHgk=\r\n=JgDk\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"f5a6d73c0e35051723007c6f6726906158d67e84","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.3","@secjs/utils":"1.8.3","@athenna/http":"1.3.0","@athenna/config":"1.0.8","@athenna/logger":"1.1.8","@athenna/artisan":"1.0.7","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.3.8_1650585806772_0.2531779253866966","host":"s3://npm-registry-packages"}},"1.3.9":{"name":"@athenna/core","version":"1.3.9","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.3.9","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"27f7190bd40e9ccd80d24051cfb4d63b50349aea","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.3.9.tgz","fileCount":26,"integrity":"sha512-lA26undWeAceNrhay/ZP6hbk/uZaaGmA95qDn1/8V13rZt2R1lIoG/hBXmw7FJbkJzFo8yK90ypnnp2PsMLcfA==","signatures":[{"sig":"MEYCIQCt27VSG+POdRGmHPuJEKoXOfM59QL+opofBfIofG5HkAIhAPo1F1Tj0nBrlAtgGPCbJo5j488eHPbfTg6WIDo+MfjF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39990,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYgKcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrcExAAowE4yzsf+YsgnYuBM/1RkP7/BPDvuPFnpeZipRqekiWcAXqU\r\nZQ+hWGVhBHAFtskPjmBN2Ypb7173sts8ImHtXV148KGKBuAm/fy1Po0HlHXf\r\n2xMFxSpsfwBu0UItgD6Oy8RyS/NS8KKiMs1M3DiYe/1fNgMuzwJ0uFaB15vx\r\nwsgPowGmby+TT5z9J8v4B3ZST0xJiZE4i/ihBguomVKKa54W3v7Ms410ICGr\r\ncECCMacDbw6zilUdiRw6RohvkHg89w0QN2ZO1LK4xrtf7fBnGkk7j7OXFezH\r\n31Lvh8Ip2fb7R8ST+dPYGucfPMOzmk/3TRLlhqQDk8BJHMASU2eke2TQOXHd\r\nT/Au7ejyk8s7QOXxHwO1qhmeuaWKiUiPjY8N+r4Qwo9wKTxKqqowBz5V7Eiw\r\n4CWS9NkI+o9RPpmgGBcbi/8v70wEflWzlxiK5Y8x8PHWGzQLs0yvyev+8ucy\r\ng0miIAm/bPQkyfey5I88mJRwED3aiv1Gve8HdVxVFk/3hBfKZUwZHgN+fS0Y\r\nZJhbN2Gn+edCQgCTWb+Qz4Ge3XLTfl1ct/3dtPmpEP3l1dTAqxzoslJL0b/k\r\nMyYO4DSuRfDBuV2WA3O1UM/GGdpr+nsKrB/Dle/8p74KUpMgaYcEcDv7zAqt\r\nZwuH6kM5nMA7+hZipGKZZnFw8nYEAF9Bl6k=\r\n=Cl5W\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"f2d513ebda6750b6807578df4a984f59f4f2cadd","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.3","@secjs/utils":"1.8.3","@athenna/http":"1.3.0","@athenna/config":"1.0.8","@athenna/logger":"1.1.8","@athenna/artisan":"1.0.8","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.3.9_1650590364301_0.966287739592903","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"@athenna/core","version":"1.4.0","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.4.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"dd27175ac17d980fc5d74beec4c7af04b5ef013d","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.4.0.tgz","fileCount":26,"integrity":"sha512-N+A5+V6SAuSjSH/5nSKrSsCx3+xo3R8KWomygeAu2rWdAzJU7qep+CiVIo9M3aVIoYEi2NXf6Q1jP5et0q8RDw==","signatures":[{"sig":"MEUCIEX+cJCwNTfGbjzoY7Mz6m/Q1W3PlfdtqBuIP7lYMb7PAiEA+kSjFa7oYNTnjb5eXaB5yMiq4X68yomTuSiL9n1kqCk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39990,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYgfgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmptNQ/9HGVdhf/GCKmQGC1avw67CHlXiAC+eK3OA4ADO4G/iX6Vt89A\r\nl4NX/6BLSjfEGtyYcvV5+mp5IX1QYPtWEgHPL+1ixzvDm/Y5yRg0Bd4KIH6h\r\nF2sGAkBDDrzIO7gQfLj7i4eWLIVw0n5ll4LJoxDRjJjGJMPi2bYRvx6MFIU1\r\nmKMphCAg3iJYnNFjGV7EGRcJPMBF3EkUpd+SizcQZSj2vRSFC0Ff8FD/ju+n\r\npxxejG0oZ1rd448BeSE7HS3JqDajo73n9otHQixREG/QQaGrgxpjE28kOX/0\r\nbqNkueEHVE+cB2vfUBJXxc35SvEbbB6if9cRrPx6JL6jjwZ5ZQJKJdwAJWAb\r\nySJYU32zrEI9rSa10mmwkcvLe/6uYeqKyR/cqzofiS14OPMzTc8MlHQv8zgx\r\n6F+VIH9pa2nJRCyRjTKsKcg/vlISqqazKsOj7r+ZQ264ZlC5fzBj3Ik1tBxa\r\nYH0igh7YBnSGSG0l4CEWXERauQgvhPHtDyvJ+bOrdwiIRHX0lo3oD2Gexwap\r\n1NxF/tW3k/nL2USzEs21lI7NXeVlMct7gPkpypFLyMedgQSBF+LX4F9zdVzY\r\nan8r3rSn73NBjZcP5XxU9v98NKRMhel4w9LVuIX96JS7vZQXMARb2kS8PXs8\r\nMItRTIIRUnBdHmC9OVCkUhPFg+DI/jlVLZc=\r\n=aasO\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"d8c0cd65a14d994b82c50b99ec0096576a6285e8","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.3","@secjs/utils":"1.8.3","@athenna/http":"1.3.0","@athenna/config":"1.0.8","@athenna/logger":"1.1.8","@athenna/artisan":"1.0.9","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.4.0_1650591711900_0.8133611237810086","host":"s3://npm-registry-packages"}},"1.4.1":{"name":"@athenna/core","version":"1.4.1","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.4.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"7dbe217c2df5c70ec223f6bc24b82765dea9b8fe","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.4.1.tgz","fileCount":30,"integrity":"sha512-xzip8Ac7ET6rGVL6nWvnovzi5ve3N3Kojuok6Iar2LnsAsoGd78UmkyLT8Uw7rZ0Cs6WCRkwqV8+MXNw6gAjvA==","signatures":[{"sig":"MEUCIE3lya64XDGUeTOXw879CGmIvmhPFnKRieM/VEqzaPvyAiEA1db1UMOKZNm7EjWBVhQecuoDosbf4w/ADTOm0BOO4UI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46678,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYsVYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqWqA//eEoWphaOhNBj7sGP00erGFCZov0+o1sF6X80jpLYlZpB8lOb\r\nVA+j+3ypZKC1F+LDoIH8u01Tcv67BeIVhTgJuZkMJYkDLXfeuejsT2M3l2tq\r\n+nErZWF819MQSASDbQVdFwUkOusJ7+QDqjZ0H8wsErPM7AWRWOoq8HbD0P/L\r\nlRbNkIa7mU6aTHABAiocqxgdOiDtmjTcpmM9S25TQwmt5mcoDbowGhQ3zQyQ\r\nOBqHoLh9C+fzOXw7s+t7n6u5muRP/XggGLmX9POnQKTyO4YX+gh343X/8E/w\r\n/cLCrDW/npvhT/SVRSaZ/ikopbTaeKicTtuL8l4oBuHFZu1+G5U7ztlneRcQ\r\n8DXhf3LQttt+51MEkuL2Dmplo+GtNNCtI5pUhZk0ceONjVUlBr4c5CfjKfRE\r\nVcjisvvhRuacLvFHVyaGLhqUbsUwJ2FHIraugWEiJtN2J4nGdFeloyqmPoQB\r\nfhT0YvIhor4SRfatXWa65agyx8pHoBJF+GcFH1ZLP+CAo1pJFFFPADtbKvSA\r\n4ZQhIM5hTynZ9nYWB7Y1i3qEdxly8U4WK+iWudv7yKeZEHk0GAeCIIeQD1DI\r\n5zXBQY5bRp1LaA6+9vkLlcneezlVT7nKjU8wG3H5TI+fSHNEZFDoPGrtJ/NM\r\nSV0omMA6QMi+y55OAtMhOu4AdTXE4D/UY38=\r\n=StkI\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"e7e8b26f8faeff21650f75618be83c43aaf79236","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.3","@secjs/utils":"1.8.3","@athenna/http":"1.3.0","@athenna/config":"1.0.8","@athenna/logger":"1.1.8","@athenna/artisan":"1.0.9","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","nodemon":"2.0.15","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.4.1_1650640215834_0.5629637609028058","host":"s3://npm-registry-packages"}},"1.4.2":{"name":"@athenna/core","version":"1.4.2","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.4.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"1d751bd5e73b1fae9c4f71a7427aa0153e1bd0a0","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.4.2.tgz","fileCount":30,"integrity":"sha512-vVsu9C38Lv23POEePtMthPuInJqqQr+G0BvGw4/smxwOsD/7I8iWrClP9u++R9W8COBo7rt6n85rm+NiQjdSfg==","signatures":[{"sig":"MEYCIQCMyJDrWdmKQYJE4yyFtv1lxwVfgf9RBD6AQ79+JYgLDwIhAKq+v+BLfpTQvMVwE0gpWPvg7H4lxrr+x1F6vKFfJ2y5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46357,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYtGKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpVaQ//ZwEEECgXKYX3G4025UcLZhNhu7KQp/rIL8Xyz0IdACQn94Wz\r\nJRyTDgG6A7YPj9gHUzFbJ/VKTuetHVO6OMl+aq0ZyDD3ZI26IWOlsfm1xTdk\r\nWq82BxKC/U4te6JdrffXVLJvOR4IabS5H06mciMu6m5rMYW0cYGxbatJHhhd\r\nW1sktwWg69AYPriVCO+k38fkXBhUlgdDaN+61zyL2qBtuzRJ7lm87dy71U2P\r\nbkUzxhvWyFZfJGwSbAlQf4uuWfjKiwTCH6oxkAukzPeAUFqIt3ECw2d+mQPT\r\nyfqR2FcBnNHOwD+tD0MDC82mQsi3CodBv0lkznbJLeJIv9dTiM1y4+Idf3U1\r\nHIzgv7EUuAyA+9XGft4+c9zSq+paW9CNpXq/4UtiGpd8opFREz2e2wjJBLQV\r\ncD8EKodtpLrgvrAVYkRxCr2XF75V3BQJwIMYclWgXMAxR3aX/SVuAP6jSYtW\r\n5EBKM1rrQJct3HA4Th72L+tmXyQO7v86TQT3zrte7i6asqqBmp4Nzpx3IpcV\r\n/0QiXrKbWigN3SmKDdwnWy0OJyU02VvVF2OzbjfAa6KEzxkpLKH/SywL2LiQ\r\nt5uJ2OLyV2Ldg4e+Rze2k3Fw7Em6EWewu2p9A0f1OpZx1MEjgFZHVP0t2tu5\r\n2QBMKiyGWXrvoDXTJRoGdc50cUnEdGHRhvI=\r\n=hsy6\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"b9d470dc87e5587494c94591ed6559656ed441d7","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.3","@secjs/utils":"1.8.3","@athenna/http":"1.3.0","@athenna/config":"1.0.8","@athenna/logger":"1.1.8","@athenna/artisan":"1.0.9","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","nodemon":"2.0.15","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.4.2_1650643337965_0.4492534313966967","host":"s3://npm-registry-packages"}},"1.4.3":{"name":"@athenna/core","version":"1.4.3","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.4.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"69dfc4705b0b3c413a29c8695b9feda6b4a15878","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.4.3.tgz","fileCount":30,"integrity":"sha512-5I6/9PFgXj7wKikZOuC6rtaw2QoLHJiarErQ7aCbJfAr/WUgjYWAWeOjsOAjPSbja7X/7exhEj7M0BnKUdYOQQ==","signatures":[{"sig":"MEQCICshfY6CccB106d04N/5MBk2J7lD1Fii4MrCQYG9ATO0AiADw5SlNCLPRDWOH+gnJ9MomoV4YD/SD2SIsxJ95Mh7pw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46401,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYtx2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqS2w/6A1EWA+LBGuJxnN8hvxQiOFyTpKe8QMZauY/jYIYJAfe766OS\r\nuQGtnIRig8THx8trtjjnW6uGESGMYKwtz/y3UMik7CAgrOpM5qlAxxYIetK8\r\nrZ5VEMQ9yQnePel1Dbnt93sluub2GJ1g+eCg8Hi3mN3UgS/FfyZjr9W6c48C\r\ndOUrE9bXK7JiRIpq63hR+HPUHqAxuXelw21lmeOOMc/EApV1dkQhc0JHU4ry\r\nWV4RMnR+F6TabBG0cVBzNlke0yaCWISyi6l5VfUUlmy1T7j7u5ywlG2bC+Ce\r\nGO9hnEeSAXWfDHDcakfrc60l8OJVdWZIwd7sEm2yACFDSb5bpI++/fdZqN1B\r\nxYWCwL4rL4Lr9726svZ2XdCGMG+M7IcuHzfEMyZOLhaLTllKrCyr32QF6YJz\r\nkNPbbIHb7rKCfCRJ1PnobQPnuuAfc8MckcE/UzkewfbBLZtS4zQfq/m9390S\r\nb6ZlbYwL+Lfq+Nq9D0NpRIdXnS++56dFwG2oWkYdbFzJPkmDLcD1bLPeasYi\r\n9cnVUBJSv7q52smSS2b53Y7sVHdLl9dCPZlcrsOGr6ZcwLONCOTVtxk04oVo\r\nOBm/ftnZN00COlKcJWBtOAlpz5Xb08tVKz4BgEivtpXL7KCUVIaxBiQU8ZcH\r\neVhdcBFR2sgYT/ULsKO6XRDo0jn+5E4Uwag=\r\n=EdqH\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"5cb642ce01953b31ae0505d944dcb6c9da72ceef","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.3","@secjs/utils":"1.8.3","@athenna/http":"1.3.0","@athenna/config":"1.0.8","@athenna/logger":"1.1.8","@athenna/artisan":"1.0.9","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","nodemon":"2.0.15","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.4.3_1650646134199_0.4938393275001798","host":"s3://npm-registry-packages"}},"1.4.4":{"name":"@athenna/core","version":"1.4.4","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.4.4","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"d6ec3eacc7c7b649f4cd5e4065cd5bf07d1cf3e6","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.4.4.tgz","fileCount":30,"integrity":"sha512-JpiTwuA6YmGM2VUvSCmWR6BBOCUVXeDtDaG9+GaJWdTVTbOXb36jN77HUVtbQQH2PF8ao3aGRCCgTbP3w7Ihiw==","signatures":[{"sig":"MEUCIQCA/dTl5c1eju5SZobm5dJNXFXTJVzh+kj5kckIFxXdygIgXLgwGwl0XPd2aebFqtTDE8ndWLBq0244jfI8vGU5qdg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46931,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYxeMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoxqA/8CflsML7h7V8UKuBHB/mKE9AceEDRxeV2rTHSSz44CQpQDpp+\r\n/QeJC53SFMZPzLBDgpmlR12ef37FrafjCKJO+bybGaBg7hvqtEdj1EthwSb2\r\n4V08v9NMSlDbuwrDK9od/FMB0wpzXr3tvC3L25/Rop8diXhaXgwCEAr/2D2E\r\n9LMhIDw/ouuTs7nu3qbLEGipzsbFUm2OWb+BpV8ZBe4O5dmodpQxZ+0cuS2t\r\nheBC0tKAPBfVs/lqfsvoGkuR2iULxnEhNOIZrjcbeqwTA5WtCKRECYRMWSAA\r\n1Xq/M9BI+3UuWya0ATZuDYDcXWeswiF2HNxuxxoBCRqvkjWg/veaUDuFEvgA\r\npiG8bLpNw9Pz5SB8rPs2ahZQNOEqfE8Bxv+gY7G822x1TKBNMTMnZLpCx5NN\r\nCC7lI26fXuw/P/wu5vlk0O8OvKdwXMROjpB5YnCZs/FJl4MEp/O40r6a22Jd\r\nzAnNWXTteHzytbigjGzFH2AEVOkWtutD3RpZti9YzKrrvSU4KKtWymxCvDjb\r\nQN4hphn4+ZvfxSuKiLuhsVTKaqeHJ9v+L7CruH6QJ69LnU8Wi8ohexIRsaS4\r\nJZ94+rvg5MzoCjxLn8L6c8KVNkUfl7AtsmorOO/I9mqPJ8f5y7S/XzkVgEZS\r\ngbNwIBR4gPmY/+tF0t23Vg7yoEK5fczUwA4=\r\n=JCH4\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testRegex":"Test.ts$","transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"7880d55486a30b90e2ab371e74e6da801ff4ec87","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.3","@secjs/utils":"1.8.3","@athenna/http":"1.3.0","@athenna/config":"1.0.8","@athenna/logger":"1.1.8","@athenna/artisan":"1.0.9","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","nodemon":"2.0.15","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.4.4_1650661260510_0.5096569899899297","host":"s3://npm-registry-packages"}},"1.4.5":{"name":"@athenna/core","version":"1.4.5","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.4.5","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"9d43f9cd9573adb4052f0f084c6dee8dd52c83d6","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.4.5.tgz","fileCount":32,"integrity":"sha512-9WfnTgd6S3QdDsz8o79KqpW+xn/m7GW9fNYUXH/qfuwtQsiQshovR6WnA6DvY5omd/Y9Gsoz0IVKnVCO/uXjgA==","signatures":[{"sig":"MEUCIQC4h4Ok1dvOXOxl/0RLLAc73vn9J2i1TJfTLSZgMTU+OQIgKq2g32UleinvUWFNZ5kyRWtdhvsIYlR5cB/lynOWClY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48098,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZBSmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoHzQ/+Oa+6548AZDyc3dsXlSbYkMwBvFgFaYAEjqTW70tQ50xM+EXY\r\nGOjUcJkBac6i+B6y4OpVLETsyKuL7sgoqyd5XTCn4rTEPKx4bG8/Z8HHySak\r\nX1Fbo7tB0c69x7KH3VEMrnASnGZyry63GEsokt8h1WEMT4y3VLn0ob+1lCCM\r\nYzxXteZwbl7Ew+oGwqn9Zj6Mnbz2q1XPLHLTV/8y2XF/78WQi1+1Jf3LUamz\r\n9I4O83hi9QlRPOJa8Koz6EsCGYkO0lvUqAtDZcddDZhwtk/Y+FMi2YaQU7EA\r\n2OFMgwgcJGJmqF7qc6vz2GT3Amm01dp3JdwEeNFeT6vcpjP6ee/x4Xn6iyLP\r\nza1dIREniVVGrpxEIRIkq1SoQoons/f3T75k4+uWPBXafVt5FbcnJPEUu7fE\r\nihX3MHC+D0M5VdMh+v5TRaunDt4yd0GQRozbwNoa4Bq02ImiXKCYkVwcOLUo\r\nuq2ex0m36RIjX9J22QR1nrTKNZoqkG/bM6H5+G6oQdqIAbGrSme3Evl/Nm1D\r\ngiZtJVccuLRoJIcWqrit8xN4u67KYVKhTre6YmTKXiYtTjSMNo5J06HN72KP\r\nr49f/lgkkO/w0pV/5o3i1eKq1I7tJTOCaOkDZLG+ZCKbGUXHQAgGHzu1FtBJ\r\nLV0sJnKxiBq35DVq8GWQuGalxEUPUuqXj4o=\r\n=66MB\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testMatch":["**/tests/**/*Test.ts"],"transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"bf4349a9d1695f5db12d89abcae499e31273a0e1","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.3","@secjs/utils":"1.8.3","@athenna/http":"1.3.2","@athenna/config":"1.0.8","@athenna/logger":"1.1.8","@athenna/artisan":"1.1.0","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","nodemon":"2.0.15","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.4.5_1650726054076_0.6591167078052593","host":"s3://npm-registry-packages"}},"1.4.6":{"name":"@athenna/core","version":"1.4.6","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.4.6","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"9f8431592609a3b10d8c5a7ec987d22bac8ec37e","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.4.6.tgz","fileCount":32,"integrity":"sha512-//63mof1YegTwlBwM1K/+Nrew+qqkkvGN2SJYhk/F60mAspOz37ImQjUr0M8F+CAJh2AvD+7LSXIho1YeJAr6g==","signatures":[{"sig":"MEUCIC+v64trNxjINeHv9TNOGn3PcNE91/pE6OtjfmaLN71DAiEAitIFhBvDmXyVBvrQpzbGQ5OEMJVLtRY5oRoURiugP+c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48098,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZB79ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqoNRAAnJwOU/rNeb42tGKscmLxHJV3V76Gf3hNj3R/164BokiiXjSG\r\neWI4/wUwdWaI/xOcuij3aNqo3eyMSs+WJyjvgTuYN7bjpMZ2QTgXJ8cQd+7/\r\nzn0n7HRIZB+DfFQb7FCtQxwAk0ILR9ZVamZzFwzdEnB00hzCRMtFkmhcSRPL\r\ntjyOujoQl8HPflT+JjA+hxVNokdiBT9hhDQ5ziaDwo6VnKB3soOBkuO93K+T\r\n7WJnONBGn09fYV+bJcNP46olfRNftDcTYudiv7deoagu1jPR9MQrZuGi2Ihg\r\nFYwwcoa6kOq86sgqgaeokHktZZFmDukZ/md1ciIDHhogUGLnsgE9A+cWTzVl\r\nwi/fPZHWiJunFPStpuszqS7iGDmhKyUSXWX9pV3nPs1bQfYsTatY5K/fnaHF\r\nw3mNBhHSRsbG0s2CSqWW4WQoEYuDiIWWaVG6uVpCLeXYjLOmej+CzNXTgZ6B\r\nn7hDv0WO5UQu1jT/osutn5m1w+HdQi995H31741WKbF4TfcPXvRzw+Rk455T\r\n1P3MaLGn0hIcQ6rlMlu7wYD5lx7tKxOMlRhxbfvF6Ipvq/r31g4XQzAJVsqe\r\nf3+PiDoMTBsJHgNe0g6kHWECiL5Hwfc/Jkde9+kkaEk07zoOXdMy/yZuVew8\r\nF18wvbr9mS238jMmm4+2WBQxp8FLRgSJDdQ=\r\n=wa0u\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testMatch":["**/tests/**/*Test.ts"],"transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"5474656778159954a7b39ae7cf7faa03e0e7988b","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.3","@secjs/utils":"1.8.3","@athenna/http":"1.3.3","@athenna/config":"1.0.8","@athenna/logger":"1.1.8","@athenna/artisan":"1.1.0","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","nodemon":"2.0.15","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.4.6_1650728701606_0.32468317796358503","host":"s3://npm-registry-packages"}},"1.4.7":{"name":"@athenna/core","version":"1.4.7","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.4.7","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"a03b2ffae0a0f13ab81557a8f8ec12804efedf2e","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.4.7.tgz","fileCount":28,"integrity":"sha512-ddwPmAB8dh7UayQWEAzgmI/Iqr/cDEPMga2TK1RMEsouXX3MvohTwlTGyHoNaE7ztwRm5OP4pBcJA4uApYR6EQ==","signatures":[{"sig":"MEYCIQDmQ9MpuYa/ZIij621c8GWsu+r/FLEEotl0WuAJcKvIogIhAMPmz4Vt4eSs99dLAc4NPmkfvtB6jJmA89TeJa4jk8Lj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41854,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZddfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqB2A//aJliatRerXAIp7ni61Bk8QIoytgSQKwCWxXawaG+5W/YI3Ix\r\no9QtsIS2w3vwq7/jzJCHDwlCHirrK8NZuiOPhnQJ4Eokp5oBROnqZtVYpJ53\r\ngRHvBa7/5bItwnlw0ULsZuicjD5mVoEdnK0zD2WlsJgIFpEECQ3TkA8QgUZj\r\n//j+nK/lYN+cpn7krwaGuIoo5v7vJx2G/ye8xL1h+aVdVrhYDJMBAUDL4lX3\r\nPrk1gchga+JBvTpdFZyT8YCkdJe/d5YfFwgvSdXErxYEw1bpQaQB2frWdYBU\r\nc1dxMJanzLFHc7IcNp6uXFD80TP3i+cMF0WOI8NwMFdKS46ZUqT2tL081n59\r\nXXU1wjClzWbNPGcYisIjUVMD+elaCwM0RhhRuaWTilq5lEp0V+gLLs0UH4ds\r\nlNV9fMA/GCYIkEr1uacCQ//6AsG5Gcb3beSq2djbvkfc9OOY+72cEDZVDMz/\r\ndGzWSYwT0ZU0xqKB5lsVV3EkorvGe988BTM1p4v+putKSIrH4Y8qAsDiarle\r\nux8Ueex+B+nj+II6R9OMoWuMgvFxvxMlkTblB4MZ2iRtHme4sxbEWRoWd9wn\r\n4Js+NguO9Bjk/mvDREqnFh832jSYipOEocmDH7j0uNo+b4gd3lKsnSK/Ygse\r\n/g0aef2AXVz1ZGJjgeY5Xi+gaU1uqr59njM=\r\n=0SBi\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testMatch":["**/tests/**/*Test.ts"],"transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"93c795bdaae162544541a3d433ec022b4b920415","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.3","@secjs/utils":"1.8.3","@athenna/http":"1.3.3","@athenna/config":"1.0.8","@athenna/logger":"1.1.8","@athenna/artisan":"1.1.2","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","nodemon":"2.0.15","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.4.7_1650841439714_0.07814041080963996","host":"s3://npm-registry-packages"}},"1.4.8":{"name":"@athenna/core","version":"1.4.8","keywords":["nodejs","core","athenna","framework","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.4.8","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"dist":{"shasum":"36b3a53b366f2223e3d223f28bf24134317eed15","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.4.8.tgz","fileCount":28,"integrity":"sha512-v7psA43U9TqoBBPWWNVXVg1BnDRM2czJWPtZJDSmAkQAQ0cdqYdP1xC8zCuZ2N1WMBL8KAnB70UnbdGLRQreUw==","signatures":[{"sig":"MEUCIQCz1sgJnjMpQzpHsV4MbCIyy9g++QXyJ1KDrz09ZTuvKQIgVYqmqi+4owcmWqjXMA48F53E6RMVuLQ3LJwvsmmnk4g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41854,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZeFjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpVrA//eyVY1ueZ/YSIGQfju2uKWb1uS2xU9hsNw1I0XtGwowJLpWVp\r\naIVO0Z7as3eTnl9odkiQu23FYW4CrmDkfoOiU+F2CUC1AgQTvPAJN9S25/T8\r\nDcutrEJH06bdWI613Z5T9v9JMnEgOtKByei6kErQzbeD6KzfNHm20cvFiXYm\r\n7pF4UM7Ikj8NQySvJjw5AOgMz82nIDUqQ3RVnH5D1a2f702IVpToZp+lJmQB\r\nrTSZj2+qhH2zeZKwZVuU56/EO9BvgM0jQv8ZMm1WGh8niooipLWo+YeZiVkh\r\nquW2iv60QeJv0M+hU1ug4BGBmB+t2LzRr6VthQBdOyWu/1jnqax1/C73RMvv\r\nCaSMmiw9FEpxi7BwfWWUHE6cM4E/GXvA5H+I8Q2/M3dg9MuAZOiVfRNrPR2a\r\newG/s5VThsciElfCQWms3EpzwIMacOuY1TKsQvpPArhvmKyabHAK2s9BTEia\r\ng2uQmKwfb/s2ZDoJPAvzUjdi+uJtAdFN8knUeh/RO3qforkuvmoKhh+5ENN/\r\nO/1Znx7/KisFaVUjqRUbpvBNdHkvddRnBK9/If68JbhxttyZl8MEV6ZGqHGY\r\nUd0uuD5y2GcdumYQNAm2MjM2R5xJNwj4JFZahWyHmUA9Q2+GlWYEvQCNFKZy\r\nUVYeIZWkCyOWhMdUMnzAjzTMxh76p3CDHhA=\r\n=iK+U\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","rootDir":".","testMatch":["**/tests/**/*Test.ts"],"transform":{"^.+\\.(t|j)s$":"ts-jest"},"modulePaths":["<rootDir>"],"testEnvironment":"node","coverageDirectory":"./coverage","moduleFileExtensions":["js","json","ts"]},"husky":{"hooks":{"pre-commit":"lint-staged","prepare-commit-msg":"exec < /dev/tty && git cz --hook || true"}},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"bd71746af67cf0fa42fcb8a28cfbea2d4bea9bf3","scripts":{"test":"npm run lint:fix && cross-env CORE_TESTING=true cross-env NODE_TS=true jest --verbose","build":"tsc --project tsconfig.json && tscpaths -p tsconfig.json -s . -o .","lint:fix":"eslint \"{src,container,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* && npm run test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"> The plug and play Node.js framework","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"tscpaths":"0.0.9","@athenna/ioc":"1.1.3","@secjs/utils":"1.8.3","@athenna/http":"1.3.3","@athenna/config":"1.0.8","@athenna/logger":"1.1.8","@athenna/artisan":"1.1.3","reflect-metadata":"0.1.13"},"eslintConfig":{"env":{"es6":true,"node":true},"rules":{"no-undef":"off","camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/camelcase":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-var-requires":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/interface-name-prefix":"off","@typescript-eslint/no-useless-constructor":"off","@typescript-eslint/explicit-module-boundary-types":"off"},"parser":"@typescript-eslint/parser","extends":["standard","plugin:@typescript-eslint/recommended","plugin:prettier/recommended"],"globals":{"Atomics":"readonly","SharedArrayBuffer":"readonly"},"plugins":["@typescript-eslint","prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":2018}},"_hasShrinkwrap":false,"devDependencies":{"jest":"27.1.0","husky":"3.0.9","eslint":"7.32.0","nodemon":"2.0.15","ts-jest":"27.0.5","ts-node":"10.0.0","prettier":"2.0.5","cross-env":"7.0.3","supertest":"^6.2.2","ts-loader":"9.2.3","commitizen":"4.2.4","typescript":"4.3.5","@types/jest":"27.0.1","@types/node":"14.17.0","lint-staged":"9.4.3","@types/mocha":"9.1.0","tsconfig-paths":"3.9.0","eslint-plugin-node":"11.1.0","eslint-plugin-import":"2.24.2","eslint-plugin-promise":"5.1.0","eslint-config-prettier":"8.3.0","eslint-config-standard":"16.0.3","eslint-plugin-prettier":"4.0.0","eslint-plugin-standard":"5.0.0","@typescript-eslint/parser":"4.31.0","cz-conventional-changelog":"3.3.0","@typescript-eslint/eslint-plugin":"4.31.0","eslint-import-resolver-typescript":"2.4.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.4.8_1650844003510_0.11126255926832762","host":"s3://npm-registry-packages"}},"1.4.9":{"name":"@athenna/core","version":"1.4.9","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.4.9","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"643c0f3fcf2e2c0ea467793a95c611c7d61f0790","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.4.9.tgz","fileCount":7,"integrity":"sha512-LFX8KZZnKemThqV33XhtGU47aB7WMYGwuevgMXZntrpiIxWKgexao1BPN04c4ZUGYs5/L+IDLLywB/nAzl9FUA==","signatures":[{"sig":"MEQCIDUBwQ0TymP4RkePpKlQnhLsDY2RZLUMykEmMn0Nf3AoAiBghY4sqB3Ut084NW3R+sRuOwMSFCDWqfvhiR84eHYPLQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18915,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJid9LEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJDg//aEaWci05iy63uapKtUnd68YmH2qfXroXlDbED9jHcCPRmILH\r\num0jaT4Fd83U60J/g28g6LD1Z4vYgT+lfHzdxiIR4EXqBrGf19QVOYlTXBY8\r\n9Dciydl/KITMy05L5aZwN5dc0cbu3DZYV57wKsyF0bSTygm3ygMg+lPKNvIm\r\nKGtG1oG4aEtJHlRw7d4zbja/v6bPQ+kFDTkSstwc3Tz3C6K60LU4FX0a2kLl\r\nQeTarb5rg+2uToY8uQjwTHAiYLPb8HqHJyh8+yRlwMXZ5BFRJ4eqZnw8Tfdz\r\nPn2pxCO5RDGBxLdZ9xXHwOIB5D91Si+FM7l9kEqjAPnuVX1tKN8nb639Xvf4\r\ns387hlu93Cl1MShAeIsIci08IfpqXzC9pXMghhV8VD2NS5ZfIAFAtk/Slrai\r\nR76nN2ceLeBEOWNWgqDUw+TcE/IbCeZwJEngDZF8B6i6YzPyqulNrhxQ0Oc/\r\ndC2pAtXIwoKGn8SpOMgcyXjXDQXlpq7uGubgm4Yyj7NP5spSsxGIwa2SrKaq\r\nZT3mUrcsiTJ2N1XHiT/ZhVVEbVj+qbB/BH+5aKm6nUk/hKC9JyZthdn4szg5\r\nhjF6uiz0sOr/8gCttPsKguS71ro3Gxsx4JPzPakDcO+C5iefRRM7qW/wOqPa\r\n7l1mqXWd+qp3hZZOcQ6wcMLHEgCCAFf2Cwc=\r\n=RXm4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"54c7127d922ac0aaf1b1d67f5c3b0e3eecc4edd8","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"@athenna/ioc":"1.1.8","@secjs/utils":"1.9.3","@athenna/http":"1.3.7","@athenna/config":"1.1.0","@athenna/logger":"1.2.3","@athenna/artisan":"1.1.4"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.4.9_1652019908570_0.8957014163750796","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"@athenna/core","version":"1.5.0","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.5.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"7590ea2dd5c599a76f0561154c3adeb1f91dfcde","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.5.0.tgz","fileCount":8,"integrity":"sha512-WY6M96GVl+12RS0/wge/yMspoOTNjuRFuGZRBrk7MI1e/L+uOSGffnl9nIGBpQhfrx3qcm0b4etdGhf4f5/jcg==","signatures":[{"sig":"MEUCIQDROmNgo5kL9BZGr4ZZH3/IbbNsvu6m8v5bHHst3IauwgIgZp+cN9byNN4HssqbOK/JSxXXhesiE2k8cbRWZ57golY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19588,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJid/M9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoVRRAAl1zXGT91pgI4ROLlWYW6bVmYORlWsm4/W1GTZr1a/oR5xYXV\r\n21Ko6U1JgeeCT4pwlqLBx8vcIePdxKSXG2ZJ2VmEfTpCZ9/VKyWproT/8z7h\r\nXCxb35NFJO3+JWpEBSQgZXkgeUrcgLez4a2p7xInx62IN0dXdebjvjbWniJg\r\ne+FzV77qlyu7s+kQcP7yE4Cu/x72CQw1W+RVWSfmBFHm8KphU3F3uflUa9Hc\r\nejq9g2H+FTBAMDToyKxA6db9B6xm1KtKVcWM5KDtlD+A5SMi1KDh1rR7XRF0\r\nrEIYaqShrtMcapLyWWZZ/vLh2isuZQsAFVztC7e5QCnOcFuDFmp6P6CTwQp8\r\njOBm/4w3BqV8SSOh1UOZgDadztI7bjrzN9g7u6G6iI+Gjp9qYUqMnfV8sFC8\r\nyJunMLA4W47VaxaMfYkuWvJ91Vx9vHypHhIZu+Cqy6TRAJ17I3xWfeF8k1Z8\r\n6L5TGImR6MhO3jLQKf96NifdEYd9ZcVl+vqsCR/VRsbj5kzK8UrNWJMAzfD6\r\nLW30EAwJOkJOYX5jRKHI1M+2z42d/MObeVKKQ1+1yKniOo3CYOUX/Kk388At\r\ngNw/hPkNqFx8PigpVhD4XYFkEA6gWTRKhgXxny3KWlfBqTHsqicxkePFROHS\r\nECLCyjxH6QoeJe5GD5WwMN2ttMKlrk08WNw=\r\n=y3M4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"9f2712357f3c92736d1d126475e55c12dc766580","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"@athenna/ioc":"1.1.8","@secjs/utils":"1.9.3","@athenna/http":"1.3.7","@athenna/config":"1.1.0","@athenna/logger":"1.2.3","@athenna/artisan":"1.1.5"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.5.0_1652028220939_0.5711507748810325","host":"s3://npm-registry-packages"}},"1.5.1":{"name":"@athenna/core","version":"1.5.1","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.5.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"84d98d83c808ca07d9bbe7cb21aa7e2816119c59","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.5.1.tgz","fileCount":8,"integrity":"sha512-IR2U1AZ4QuyMQCcin+qK9LiZLRu57JYLs1SqRDDxcggiiB12bmOdGnqGt5ffICCHnwcnX/rq/gTXgEtA8FUuEA==","signatures":[{"sig":"MEQCIGS+F183uFMBXwfy3NK9fT9t9iLYgOCZSCecxtNkf+jyAiAcisF5FpYlK0hbd4zZGHxYMgXmgDdFHkVVsd+4jGUiAA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19588,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJid/boACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr7dg/9GH4B4Ere3cPqiJpYBadUJIlW1NWOI2yJmnRSNz9THXJVDoEx\r\nCPif4XXczNrCYbavXFmIdRzt8F/i1OcnGbm3ocEXnAdFPeCd7Ln3r/85jj7c\r\nUa3jFUq86235wx8lvNEX/OMS0gdcLs9GPdwdhGUnsX/PU26Ov9pdCEPYbdj9\r\nsMd4OruQeQV5JHvy2KanYsTyoXtVYYTDIGskE5aadbi++9JnJDqnqXSrjvLX\r\nRNbrIShmz4+Umc3sTgnBuE+vwcvxYO+jimKXzwYdur/m6jH9b1cLONbZ0NnM\r\n9I0RoQ8GCh1MGhG3rj8dlLsalvByamQeH+3ZzRnyIyvf/Wc5uwZEdWk/sHSC\r\nf5HPROBXCVhLBE/xVRfA4aGViD3h/Tp9GTpN+zO8g3mi22464yPPX83WFD9v\r\nV5ky66tMme+oklokepTb0LB8sA5zUCGJmmrSD+w/hYRmohRMWl2Qiwwe80Qb\r\nXHDv3heA0KhCxLgqfk6rFCi3sK7hAmoNCDLy90HJjxSBm8w1gMkkb2hSxf/A\r\nHltB1BMPD/UZPWaZMdbFfgNVIW3PkjQIhudaBtAIzzG7Re0FR7n2Wqs4aGGr\r\nkfwtw7ArNI/E1C0XAoExYzi+O6K/JlDzy6xWgxeOX/+22HpzYR2RssjFiSLE\r\nxNg/c/+rjLES4ARt9V71gbPEuTIv2844TY4=\r\n=1yey\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"d6826fabd6cf5dee4a8fdfda074d548bcdd8bf1e","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"@athenna/ioc":"1.1.8","@secjs/utils":"1.9.3","@athenna/http":"1.3.7","@athenna/config":"1.1.0","@athenna/logger":"1.2.3","@athenna/artisan":"1.1.6"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.5.1_1652029160230_0.31386416301578857","host":"s3://npm-registry-packages"}},"1.5.2":{"name":"@athenna/core","version":"1.5.2","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.5.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"571c747e6aba77f14dc997c08f5aa2c6f97b9a53","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.5.2.tgz","fileCount":8,"integrity":"sha512-q4jqWHJuT7u2U6UmxJXHeDsISxx85BHlkKgfW9O0MiDYV30YgI2UaaFud6ohwT1dzA024lsPyAR7+Smq0QoD4g==","signatures":[{"sig":"MEQCIGKhXjdcLylREG68vWblJoJupHVrd8TjcRLgSGb555qdAiBMldOHgdKNtzY7Jqd7HEJjufK0J00mUSahrURhQv47yA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19976,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJid/gcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrZzRAAkJhS4vQ7l9GPsBr2dAUvs6Zm5Sax3zzwFqFhbuZ0pwxmezCS\r\nX+ZTgMtn9HIeI4oMQKcrwZiZZAHQu8EneJvwd7YI0k348W6/NkTW7TXqa6Y1\r\nWt5IgSENZTwweJJC9k5/0K6sOyYSstRsKofmOw5IT2COxM8KU1xT8yktDMUF\r\nEuYG74OGE0rjFe62MfrB/bSMlFP19U88LXiCVDClOGZgkplTy0n5sNQ75Eqj\r\nAYJp/Lhr4xE8hKsj2DGzwIZkCN0mWGMLJ4T3vxTqajv7TSJuSrqAJ+gbn2US\r\nls2Mj5bTmGOvIwzmKW7mh6669fvFBhLYQz9/x9E81rUhV5kxSJWVauAhIj61\r\nckeNONvPtewb8LuNhvmHAuoCsrK+cVE1h4wR9HmcfwCjcT9ivsqBBPMwX6Sc\r\nbDzWVEVPNhyOH+vRUuWE1Yz0QTkOZlzxVf3fMY1SN8r7vKMm+w04KAyixeSe\r\nK5fH/27yd7XGsyJOEXdc9cPKWqXuGNOlkvDfYSDjVMfyGI8RAtJO07npeuDo\r\n79y8BgjMqYGr2Mi+7lNw6SNDklmcCy4cSyIbtMIsrXR+TlUNPsLQIX/ykU0e\r\n3NbHuI6yTJBIrCfKccnU11zAYsBIgRefTIeUxFoOEhKpcm7tTizbmB4P4XKI\r\ntrUudwBqZF8BikeQjKIUlpz4VWR7afVDy70=\r\n=+ID3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"25fc48ef3ae14fd03448298cc2ca152f5e346bbb","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"@athenna/ioc":"1.1.8","@secjs/utils":"1.9.3","@athenna/http":"1.3.7","@athenna/config":"1.1.0","@athenna/logger":"1.2.3","@athenna/artisan":"1.1.6"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.5.2_1652029468690_0.5833831820726076","host":"s3://npm-registry-packages"}},"1.5.3":{"name":"@athenna/core","version":"1.5.3","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.5.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"9ba286a4a1d5bfa9a8df285d692644e30f0f6691","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.5.3.tgz","fileCount":8,"integrity":"sha512-uNJeqra3LXIPLF8G6MBRJLoyAn8a33YGxOzKLm6nZxaKTnoFsgKnUy0Wx2TcYh78PQpRb91zTEY1f644z16vHA==","signatures":[{"sig":"MEYCIQDIn6RquvDm7A1+H9Gumg5YXKPtdsFPKFa9MorlGgSvCgIhAPnoCVJn2Qle4h0yTdBxjwB5YkbxyX2a5+i9PsZZVW1I","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19976,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieEiFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrQORAAlzsmHYNz48QWKOOYDNvE+TS6ky7c2OpThn1vyB8AlIHIDna+\r\nngGPAsmDJtqwST8viuuprszIHBYTzQGgnp22nsM2wB2v4oe9Sw7LBN69Fhzz\r\nrfRDnifB8NPbWprNi/whq1e3BVK/nS3EoYDK9wAZI2/pEFHXshXmXmHzuMW1\r\nfvp4CLfTWKtm7o4juhOYAODWuyH7HrHIQvWUxI57bcZAX3cXr7MU75fKPuAU\r\nLcX4ado6zO2qF8YZ4LzCnY3HZR76GQFsHiWNr+Hv4VpHaL4FILbkSXpmAHQh\r\n1Ki1SJ/qw0TpoqpMYFuKz85Bb8S4zrHtJtgblZuKn2xR7AFHYpFuGJGdEPZY\r\nxI09VR+ZZOjNTF6ZI1+1gTumVeH8aR1//1lkm23fYvDzacMhHlRgDSPIKH03\r\ndgxW9vXMGc0NX/tiTuPdqMiknDYMZqrwQy3DcTWgvjqseQ7U/1e/PhuVXBnm\r\nYcfl039m7P4Tbv6nSn7FR+TPFGTyskfBJsOElDh0RTvIX7p0CZrAbq8yHNWV\r\noQI/UpFqA536q0ElGHj+lhH8zBu/xEEkXUEGP+eWbaO7jLaQflmAUiEGxlQn\r\n1zALeMdqJ3pz1pK7uUIxIObEhAWcCO/JsUFfIBZvjSV4JB9dGDlwxLNoCgFj\r\nvCaW/fci6HyzheDGtkIhVcuRiJFtfXsgwVc=\r\n=frnD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"099c2b7219b831658f639bd1cf54e85d30504eb8","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"@athenna/ioc":"1.1.8","@secjs/utils":"1.9.3","@athenna/http":"1.3.7","@athenna/config":"1.1.0","@athenna/logger":"1.2.3","@athenna/artisan":"1.1.7"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.5.3_1652050052841_0.33107987768661484","host":"s3://npm-registry-packages"}},"1.5.4":{"name":"@athenna/core","version":"1.5.4","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.5.4","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"645a7c2a9b74543b5154ac54caccffec8e18826a","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.5.4.tgz","fileCount":8,"integrity":"sha512-BYhgs5K5WktCjfeF8pq9eEco8qPaUkSRoX6hYyIdLlP72bP3kVlOsKfdVViFO2yYJct9mwZTWJG5y8CQETJgZA==","signatures":[{"sig":"MEYCIQC0ggN6ZhBaF8bkvj5oORw1tKqc+7kvogAjDYNOvP9KtAIhAMcCDab6FOTxZMxEWjVkt6HRnSEIXr1fr6Cxyso+Z6cT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19976,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieSgnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp55w/+JC/3MLSEf28gnrQeJKL8MvRGUbAKp58uyoE3r6a9eZRCulfm\r\nVGQxcnSuAjcNvmTUsRzsHUzjkGPJcIZfe+oM9N4IuMDcwiz0kK/wojnpFFtR\r\nrTY3mkMh+UG9U413OW5C450jr/nEr0AMMFRzWKqyimZgdKeA7GyjQvwpFFxe\r\nIY33LN6eEMUfJAVeuhqiV/eo+ZDDImxwp3+lw7zUQ4xNqx72JRzjJPTF6AVT\r\n9TLqASHx1wCd60g1dj2pz+zTHzWGnGrEqM1ef0C0bodaoAIHRO3gozer3Tlo\r\n9hkciit8iH4GOmBPRo2uVRDdji+/xBlpLW8q1m4UeGqWAOu3TZEAY5qd06yd\r\n7nvnaQlKFqXVpLOUuArbuak46JeuZSNUuwTHIcC2M0H/4Ry09pQUwas3rDd6\r\nDp0zL6f69HgKUNuNJp2XH7LvwLQ9Zcu4Leq/qRXzYOfEuQhE+fb5qnaea8vg\r\n1Bnvk4ugKOKpNfzS0oBcNuClwlJG4ff/IkiHJhwRoz8zXEjJDV4jiw8qTWkF\r\nvcremY/U16PUCLmMG/jhzYPXIJ83yiz3zKLhJgWOoIhbPIEu7RXXO8TF/fGi\r\nxdQbjSnMOnGqPwtzUyeDXEDCQG6QKG+oO5xENNpP9g6XCL+82x4WVahhqdd+\r\navxhhYVB9NhzryRpEq9nkC2Dn4NA0dDv9g4=\r\n=MZT6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"da219a120790539ee74c2d5295110b6df0fcc635","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.16","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.1","dependencies":{"@athenna/ioc":"1.1.8","@secjs/utils":"1.9.3","@athenna/http":"1.3.7","@athenna/config":"1.1.0","@athenna/logger":"1.2.3","@athenna/artisan":"1.1.8"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.5.4_1652107303644_0.3912352282113618","host":"s3://npm-registry-packages"}},"1.5.5":{"name":"@athenna/core","version":"1.5.5","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.5.5","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"97dce62c51de6b01c099c6bb976956e758d1354e","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.5.5.tgz","fileCount":8,"integrity":"sha512-uKRaoMKcTltwZtgyJYKYoOslNw+W1p0PeZHA/nuEF/9gA/VrBE5DdXcHIsjeKiQRxt8VYSvn4J+yqSp3CCfjQQ==","signatures":[{"sig":"MEUCIQDo/uYfyyCu2VGMLYli6Rml/0SjNPYlbc7uby68hsonegIgNgmlFUARQPZborZqURIMAk7cLfQks6JFqvlAzpF5cJE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20007,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifnseACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqZpg//Zem7oGoBFYpS8oXLHBe8y8hOJJh48TEv15+MtKTRDCxp3mEs\r\n+4VUSuPZOEfIpFX+GJ+S+q98SUWO9FeJoKVKLkm4G22lnVj9zxVgykMEvhed\r\nqwuv6m+Cc99F/j7uxlnUhnyl5mrhParD4KjX8zKFiETQ8gecL6Y+T7ZJUd09\r\nWNPSegEY7Cfl2iVeoQCJw63hy+fCGbs7J+fnpmNc811L98Z0GBfg2X5xvySN\r\n4wP5waBhBQxuiDuKSkxKcuxEorkyGF7NkwVeWIeCKeddRvWI8pkbFySy9WxX\r\nCkMXiZRQLpGZ4AjPn0epNavfU39GkonbQRTfkWQo+QtSDlBkRet6/lObZ5tU\r\nX+sphcXHJPP2qlpFnDBkd/50y/5Ht/TROq2gZjZFLLa5lk2DCncUQ7zrs+oD\r\nULq79D8+WXwvM2QvSVoVErfMsodSsy7RD8rrX4W8NLyUswq31rctIogfkOu7\r\nB5P9LSQEmFM2wvgvaGWZowFFL7Gn15kNz0sf+NGaghmi93b3Xu01k0uFHZuI\r\nCs0n7t5Uj9yXPcqqEiwY62uoublq+AoMeLC0EG4I503IzlhVy4IjD7+xqrXl\r\ny8ZaXLHqTHzMFx6V6CfnfNJsJMIKo7WLqmFQGEBEYQA0wP9zDIxJJZzCi7vs\r\nRxut8ygx9kELiiaHZxaAQHOgrGyLv0sIBM4=\r\n=uE4W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"1a73b3e10029838d0daa52b9b3afeeacdac246f1","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.2","dependencies":{"@athenna/ioc":"1.1.8","@secjs/utils":"1.9.3","@athenna/http":"1.3.7","@athenna/config":"1.1.0","@athenna/logger":"1.2.3","@athenna/artisan":"1.1.8"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.5.5_1652456221922_0.7912571550689782","host":"s3://npm-registry-packages"}},"1.5.6":{"name":"@athenna/core","version":"1.5.6","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.5.6","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"822705c1cc05bc6d6a3d4d000600de5c014ecdc0","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.5.6.tgz","fileCount":8,"integrity":"sha512-UANa6BEfjUVn3oNF1K5/hRzsEZz1KGkZBkbTHAYXYeEIzre8exlfxBE1yqD6CsDGb2BSHvTONybeO5SUJna8BQ==","signatures":[{"sig":"MEQCIAI/gycrNDK5hAsxVi6icPHTaYW9n8U9FeY9Fh8/k62PAiAFEzEMQbEx3R13vvg5CEZwgrar7urtDj82CeX5BTFihw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19571,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJigm39ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrxcw/+NAjvyjsX9A0xQzVd2teBlXtyODURTeo2pqNemc6cfr9eem5K\r\nbcScELPHYKUJuXs4tF5DQbzSPCSOLA8qomphz8dAc4AaFpVepItv/ihV1hcL\r\nQfCy/5avNXfZhJpVRvpcelR8GbBWbXk1bj+JKDnKnO2Ly1+AGy7FoLh3OgXu\r\nbMfzzd11BukooBY5g5JcMzFgdQpFUF6Y5criF7GGsOpnF25JODhygHje5hlM\r\njLHW82Vkubc/l/kXKMJMfJucJr4cBOHM6OgrluawwPZVjDyAObS1oNAWZJov\r\nsgyNDhhonK5zKKMxjkHAGJ3Hy120xuXUQFwi8otQ8W2bOPsEY6MwQ/+yYiCi\r\nDEzs/mTBRCe0NDIi1Px60fTOAVSuKSsOzNcNShxkr6gt3ZGRn4iee8hgXkT3\r\n25xkBj2UtIyMG6QSPVHjYxa/FjYAQHbONo9Gq2q7GsW7PFsdjDysbhT/lCVW\r\nIiTAIxwR3bcOiDI1Q5Fc8HVT0c+O7/Nse49+W6v1bb0voQ9bVDrHoWfMCf1P\r\nOcbctPsB9+D1kNccDJI63lhNoGUIRtP/Cxv3pnsi+sTAZkfnBY/qkMhZiUlr\r\nQ1VQXkmm/1i/D6Xe7RlabhC45XvtamVvPdFwhVDWrx6HufK85/J1RmGmBEHb\r\nLJ888+qlbiIKYmXqxC3/spg+Jy2PC4AVvL4=\r\n=x80+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"254324f6691b8111e1c1005d9e54e984a165b8c8","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.2","dependencies":{"@athenna/ioc":"1.1.9","@secjs/utils":"1.9.3","@athenna/http":"1.3.8","@athenna/config":"1.1.0","@athenna/logger":"1.2.4","@athenna/artisan":"1.1.9"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.5.6_1652715005519_0.3037285476089766","host":"s3://npm-registry-packages"}},"1.5.7":{"name":"@athenna/core","version":"1.5.7","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.5.7","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"3ab46ef764fcdaca66d75258ca9cdfd57d0b8b47","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.5.7.tgz","fileCount":8,"integrity":"sha512-P7pVj7Supko7mwOsaOjdmAQwBJbVB+t7MSjNblnOTJGIn/eTRwRb5xHv7WDIiVMfNKM6cWDPcfKAilXt/px7XA==","signatures":[{"sig":"MEUCICseTHm2s98p10bUgF6j0WdS3ZCIUmNzC7oFM2PaqBtFAiEAxamEG07AiP5HtlFgSkjBf7S9sdJW4RYIM+pDz/hg2+k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19571,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJirTciACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo1yg//Q2OQgkfUBkO0SgSYRzdL9iScEpkxYCPyBq6iCcsObY6ODwgT\r\nWYVQmf2en43mzYruSsBBk+pvN1L4LdHdvyxjyicPnPDeA3fWCckRmT5vfsIp\r\nqebzxV7Cr1ttsaIbd8Tdb0bNfXbOPspmJCoWcnknZv1LjPLT3yWbMxCYyAt5\r\nmI+ULqDJwphssydV9uw4m25VD1i/eclWC9oBs8F+4IqfkSaSiV9htzyLDzaN\r\nrGlq9uK1WiNlhNOKfV+WyLAykNLvN8BY9V7LBFF8kTyt9OmNW6npD8FKNxzE\r\nfacuIgV2qDpFD0cJlqseNdel2+8M2k7KAb2OgKu9MoI9x1uTG6q1vFQjtEOd\r\nptyfdYrr4eYmQnZaolB2gTTjeSTgjv+PMMgCRQAex5swfAkbWWxjCDhFh+6w\r\n7IzpAHQDWPq1W8RwRlD5NdCrqT+AZmz5ia7P7XbV/5Ih3KEhpHOTtpE1BWfQ\r\nj5TI1uSLCOooa5CbsFwfPpU0CkBXQh6ctj+SPeSq6ECTLdcnhoVPKvl77e8O\r\nBRjRnXO0tK2LqFtJMpZBW9Ea74+OaMekwpTvgrx+6yz3KqeBCoAeBfHr/sTR\r\nDJLF1GiBllb4vAIjWqGOiYAyVz0YX6yaCbH3P9BLWWilu/w4SKWlCuCbPPQT\r\nCaJyNY88/qAC8lJu8sSqLpHW74gPVNORVKY=\r\n=6vdt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"a96d7b1a4fc28b2c0ce3b47cb018f229d4773b2c","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.3","dependencies":{"@athenna/ioc":"1.1.9","@secjs/utils":"1.9.3","@athenna/http":"1.3.8","@athenna/config":"1.1.0","@athenna/logger":"1.2.4","@athenna/artisan":"1.2.0"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.5.7_1655519010402_0.7605804436967536","host":"s3://npm-registry-packages"}},"1.5.8":{"name":"@athenna/core","version":"1.5.8","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.5.8","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"b5f2d9902fc2486985abc81420537a5b7f64b664","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.5.8.tgz","fileCount":8,"integrity":"sha512-aXxki9DAmkj3vxrcZYQtbJzQNJWpvRGAW4meazLxCg45t/vNkrlnoUpYTTJLXvxvYc/d+G5A0CvbEMxdVmDCzA==","signatures":[{"sig":"MEUCIA3Z9rcTm4zo0Z43aRS0zDMInM4rwOXaI1WWQXln2fQJAiEA4Duv9WtmuppOrWYsKEBPeHrKgB4xNuSLVkK2A3mCBoo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19571,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJirnGRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqz6g/+JVKxYsxmJQlnaNxSETUyGht5hLGNNWj053BqnWztn+FsBP/R\r\n1P1MLhsuOF1lVRIvpRZ1FTn6h67VyT3VWlDfJipfXPUAx6NeNJt6TdwZB6Lv\r\nD2GdtoT711vVFtc5o/Mmf+KjyHLsJUzIdUq1ZI0Pu0cRdhKTLIE8W7WiemgM\r\nIIpFEc6ZBSigFYdtmIQbvqa+eUZLPKDHZY+dAw+UzVcDvAJhoSexlJ3GlWb1\r\nEhtmHevzJkF2gQO5nac1R9NAzjVW2b5z6XSMIATCQzF9+2YbjCmOMz9ShIE+\r\n1jm+/eJo5JXQQlu5x7wCxS5s3C6kV4EAmBzZcfy1xYIPCsUSGtHSXyE+TZA5\r\nImn0Emg0E/fMFiV9+g0JCkSLJQcig/C1+ln7MhQDtfAdp5MxmuFjstKV6hFz\r\nM5M74uIx70BGDo3MYFxxMdrVm2QVWifFWOrRipuLcjcp+sYT41U98V/woPlz\r\n/chySbkGPgKp/6MDtYfwb6p9M9C30jc3FMiu+nJWvIxAVAmk55crF4hvOvYm\r\nlajnSYjlvXOgdlXW7uQI/+00H6GByUGjjuU2GxEjNI4gMX0/6eSHTRWx7mWb\r\nk+Eh66hqHmL3EnvrsJT9KWA7a3y2ObuTqI4O7o5TTJsROmtYMrq80DqMrKJK\r\nkCXtDFaKNhYX4T+DFbkXn+um3OzcTNQ2/00=\r\n=SruE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"ee9ecc638b45ae9437333b74b026e38c17ae404a","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.3","dependencies":{"@athenna/ioc":"1.1.9","@secjs/utils":"1.9.3","@athenna/http":"1.3.8","@athenna/config":"1.1.0","@athenna/logger":"1.2.4","@athenna/artisan":"1.2.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.5.8_1655599505022_0.12050201685646966","host":"s3://npm-registry-packages"}},"1.5.9":{"name":"@athenna/core","version":"1.5.9","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.5.9","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"0b6d5fa2d004142ce242d7e9fbb78ee67beba457","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.5.9.tgz","fileCount":11,"integrity":"sha512-m+5NUn8kMPuYLjni7AVNVENIsXy1jbT0AIEhBvqEFRpmRA4PfA/cNukIz7dHo/tCZ23L5JRdJLBHdlFCHbQl2A==","signatures":[{"sig":"MEUCIHDFzsGgymG3d4EHZP2ZRZ0pUwI5CIpnHk+bCDBpHrUdAiEAtRbJ4MCcwXrnhlHEFnT8jCfTxSXQUwadCnphiZ92DuY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41453,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiuHgSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqjnQ/+J/HnMib5wFqTf6lCwTiZCw3obb9IU2nndCUegbwbGODItsOG\r\nTH9wIIfLhGVAooeLc6bOb90iGn/rO1UyjVgbbh/CYMtHXTa78JnNWCGAGtz1\r\nHBuo04ZedBye1Svsee5/s2O9Tc1dEtqGn5IgduevDAAQrNf+/BZ6MGyXKpsl\r\nCMSPs07Aa3KyWU9B7n9cHaEkJG0lk9xouHKHIRM8NljDGxkx3qE01yV0OjSv\r\nhutfo3kra+3Lpqybuf8YefipsH8GPPfkAziQcWOTGiCxKeHJrSyVzKKga38R\r\nyNAP4TM71RG90TCE9ozR16MB6FwwEOupH2HuG4xQqV3PsmjzTftckJh6+bd6\r\nTX6ybOLqKVfrcCSdi/eyTXUvxTexn/gMa8Zd+7lTKx4IW9036mob87al2qGQ\r\n/y9FYc2jnDlrRbupULBYU771Udkrwebx6V5jbXuCNhtbSKDyNbw1/zTmG8Hw\r\nXxuD9YVWbNrWm8oW5yokzbWW6/l7YFgmb/iHoAAaAstMlD/K/sTtTFxLS1V7\r\nFyx6bKltprxVwAi/DJwLbz51T+Vc2feNwEadpxQTHrFDTAUALp5tQMIRGCE0\r\n/axy0zblbnERrN3qVig1Tken2Bvm6BeEXTH89NGqaJrzNAB1+jVTC7AQI2NK\r\nlwMTiV+uY5w+DJL6i3S/MLBg7FzkxlUNEhs=\r\n=OBDY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"5e58649ca58ae99c0141bf0653a64c0efc47ddcd","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.3","dependencies":{"@athenna/ioc":"1.1.9","@secjs/utils":"1.9.3","@athenna/http":"1.3.8","@athenna/config":"1.1.0","@athenna/logger":"1.2.4","@athenna/artisan":"1.2.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.5.9_1656256530289_0.5198157028436325","host":"s3://npm-registry-packages"}},"1.6.0":{"name":"@athenna/core","version":"1.6.0","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.6.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"8f7cd82581663b3ded39a87388e0c2eef717d645","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.6.0.tgz","fileCount":11,"integrity":"sha512-FJt7fQBbIN3kE7TV0PEC9LdptFQgKjxlHjAJGY29GzDI+JTDUUJc8ybKmL31XMZjWq+BlGC1Q28aC6HRPhl8Sw==","signatures":[{"sig":"MEYCIQDFNBvPic+Zcmg7yTH2mUPI7sbRlmupCPOl+7LvTCRpLwIhALNyAso3LA4eyCXdMVBsZA1XArYGPnN5E3X9jj8Jzh5G","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41451,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiubQIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqXbw//Vkk9iohJhxrlAzWdsnxsC61smT5C9Ll7x1n/12SupD/DhO8c\r\nkV6+AU5l3XBbS7nD/rvkX6HfiCQH5WBzzZsKLPybIBR1v394RUKlSdSnxYXt\r\nzpoBBH/DierytVJ9VkGI7Z+i3QEHOmDOc1/DkpbKfX+qxkTLpegwxycZse6S\r\nqIZpKceetCVnrKq/nx8sj0i3d0fvihu4TBQBkJavBVuwWzp7yXNbV54TUoEr\r\nCs6a1obGv8RECyVLSWAfKlXygsFrfa0TRaUTWhztbp/kgkqX9Bw4tpmyP5XS\r\nuNlVOIR6mtcnoBH6RgCDsBL5SuaznqOrLyjkGbcmUrFg1VWxutP03PdrZ034\r\nde2SH2IMw3R9NiTR968XcgUBtjK0OHdgduhlhnoh2wwtD/iNiYi8O8vxY20s\r\nuMwZvccap+knRfq+lDdRLmUkn57wUF/rP2eX1SRiiuwa6mo2GSPIu66fTng8\r\nv7B3GoiFIK5/k8lMgK5j473oN02aMyHtqk+UuFe9yHEOPBUEY+U3JbfdCrXo\r\nnf0QALRcfzS0wEpAdQ4nn076dn7D2Le9ibN6iYi4UVQ/jm4j4UIwFo7vRFbd\r\nOikWjIQ5a1l2jwPLxOvnhZP7ymFd501R1M5UnQ5J5Qs+5V10MmGBQfBpI6Ia\r\n0FkS1zwI94QkpP0VJXv+vcdUiurTzbRdcGU=\r\n=pJS4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"2a1844f628b096e2bc8a057459ecdce686eb8d95","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.3","dependencies":{"@athenna/ioc":"1.1.9","@secjs/utils":"1.9.3","@athenna/http":"1.3.8","@athenna/config":"1.1.0","@athenna/logger":"1.2.4","@athenna/artisan":"1.2.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.6.0_1656337416286_0.21941471029849935","host":"s3://npm-registry-packages"}},"1.6.1":{"name":"@athenna/core","version":"1.6.1","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.6.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"f3a41de6ba41aacf6b55ff2ecc376c7c0ab82167","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.6.1.tgz","fileCount":11,"integrity":"sha512-DmEjKnI6hsPhVL0IdGyyONKxNZMRs0GOfQ8UtO1DfEgA12de3a3gG6L3pRrkaGT30D36wEF08swIaP5X0M69GQ==","signatures":[{"sig":"MEYCIQDathyXUecX9hddjx0Hg7Wf1SnfiLtcHM4U+7Zq/Zvm+gIhAJRg661F4I7MYuCXEdCqf/Rr0BP95gazcx9BHplM5cQ3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41704,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivHIRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmptuQ/+KgyPyJREkNp6kxB+/v6OaNfOF/ov+VmYSdZZHdR9iqU89U95\r\nQpZ984xALFhBieb2ZrtfrqA5SMbGwwNdoE5G64QDCh3BZsP657Qo4Ru0el+q\r\n1R9qlJzJWGVw8X//eyxYtH+vvqz44G7Nx8v1CZ5YFTVa4acq0TKkI4wp6QsL\r\nU7oI8Y8lO5Qt+nF7dxmYAbCuJPukIVwwY5LenIPofnXLJOeNOyJ26xt3IcFk\r\n3iMZIZBTY8EdjQ7HoizlHVUHWOFw0uLJz5+xtpb5NDLRYs4JPjgSHDkfnhdx\r\nlqLglP/XVbo/AYsQySduPpg0DtPAaiC1hgev7EfEFKlZoq24rdCP1Y2GhKH0\r\nqAuAoJPLqcjn9LE8NREpnlim7U7+K5QWy+DTebZuL75K0tg1pPidqK9L7Lu1\r\nfFl620t3bWnEimJ1LpumnLxMbWhcLRTb0KbE3bw0HSNozMeHj4oiv0qFeqiy\r\ntMVfhQqWpZjK9dTmUTpOXbWTVR9hCwKWSY1mR2zAq4QxMeXl8y46chYS71qd\r\nmyli2GIV5x3teyYNQIHWJPsynz+5P+HcAZ4lhQV20Sfom31wDWcxBqYB9YMP\r\nNy7Fao+4REkUY5dQyA/9EpgztAVazb+nWrnBydjMnyyd0RYpaIf4tx3ew8qi\r\njtANyKu6LGcd7bQEI1iuzEAZwazPl9mJC9E=\r\n=f+kc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"460a71c2fe990d3b92db1d58afb31e84c666a207","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"8.1.2","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"16.13.1","dependencies":{"@athenna/ioc":"1.2.0","@secjs/utils":"1.9.4","@athenna/http":"1.3.9","@athenna/config":"1.1.1","@athenna/logger":"1.2.5","@athenna/artisan":"1.2.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.6.1_1656517137240_0.48997051037727535","host":"s3://npm-registry-packages"}},"1.6.2":{"name":"@athenna/core","version":"1.6.2","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.6.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"a0f23f6dd4ce8cc708eb86e41f9db787471e53cc","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.6.2.tgz","fileCount":11,"integrity":"sha512-/Uk0m3bp4bo8nb1ANDfaAIzExLPfIL0KVRBv3R8NxaBMPipUSZ/lpGnDfjfwdf4tp56G+7PmYlDlq+8cMJ/5jA==","signatures":[{"sig":"MEUCIDULc2JxACzgieiRTWsMIPGEd+G8cEajgEaqberXoEf9AiEAiajFsJjR4PYxiGP+5ymIIZgrImobzfJMGXFK19WFul0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivHNDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp2gRAAj+G/Dz7eeh4gfehRWU8H3AI9IJ3LmfVDPxVDUi8+R8ThSuez\r\nLvJm34QEhtnUQRwSscAjFnYnJI/xMuQIsBgsgBGHi+LOBPY3aPKLti1Al1Hd\r\ncoewSWYAmum3hDG0L3w49zgurDQaBE9cE7/niWaxbdyPLehKvbkth5jAFUk+\r\nrWV1taZix8MY1TnepAFWkRjRH3VkkcDIqyLdStwUup6IMWfcywfngago9Qf6\r\nLcA+SNTx6o+SD0R+LzxkILMFD2r3jvtI1RUgccoUM1Pqy/fVPdjfGnKDAaIu\r\nbouXclq9T/+ACF243jF0nm49lgxqRN3g8WJ/39OPFuwcF37L+qaqYlsbKs/S\r\n/YKSyCtxh4U1AanIgNpNshL3re5Ok4DuMO9gu9m8CNVGS6U4xBxhCbWu1QwM\r\nV4/dNI6pO4yyGKXAXuhCzPLk3weBRURZ+AAZ/S47xFKIOYqTYT/t3hRs5Fvi\r\nUtIyhWa3Ek4Ga3BYorFojM/D+G0g/yYuRWAEd5WgdRosr7n2N1AisBx3aXlR\r\ninoubGF5v4UYnpS5mSHPI/pR7t5DMp8eiMJevSaYGcrj5HNz+mNgI3Hb1h56\r\npiNojnxx0C5zl4iPRheO+IesJkfbJz6roF6FEzs1ft8YL+2JOvFxhGPi++Zr\r\nyUsZPx+bY1m7wffUc9CdRwzBNVQM7xUG4jU=\r\n=5E2f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"e10ccf37269f7ef0fd69be639b58b9abbd2e5d2a","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"8.1.2","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"16.13.1","dependencies":{"@athenna/ioc":"1.2.0","@secjs/utils":"1.9.4","@athenna/http":"1.3.9","@athenna/config":"1.1.1","@athenna/logger":"1.2.5","@athenna/artisan":"1.2.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.6.2_1656517443545_0.7859833887781662","host":"s3://npm-registry-packages"}},"1.6.3":{"name":"@athenna/core","version":"1.6.3","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.6.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"1d20cd59970f2277b6f5587019c305ca95357bbc","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.6.3.tgz","fileCount":11,"integrity":"sha512-o1i0kTKGCUGBSg/95dEoj+pNSfxHnzGKtpwo5F+Rqasnsl0Z1lzQhVwfDp859NJlcbgBoMkt1tju+7PQ0RAr7w==","signatures":[{"sig":"MEUCIQCK6raqZk7CiyJA37rB2rs2d+fX7TDAv4mPXcdlviZ2GgIgF5UGBzLK12377pWqfCk6kShy3V8bgR29Z+3kwk9jPss=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivH58ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrvRBAAjKanUf09TCiX7MuJfc67Scq05poTdxkizmUgrkE9jrO8dAu+\r\noRCrDo1PE6MTxGZ13vmVMGAbY7/NMH32DHy8nZzENOFUCDystwe8AIZk92Om\r\ng+5euBPEM3nt+tr2njq6nn8HWy0IOnC7rcoUWr0koWq6An7FvfUdOEy6kAPs\r\nxERWad5Jkl53v06F3wHuM/WJ6F7ANLNjn4DRjHWpSMr1ErnXFxM69j0xfkiW\r\n/oFzZUHbkpNeUE+EcV3bDQKwVS1ytO4yEbWT9nJt/7/vZCFdZt63y/gPbqKs\r\nPYU7oHGPCQKY3qWNG19zWlnJnuj3mzFsJJC0Cld+ikZbXUKoOIdLiPjqEdDv\r\ns6NK33xxDRQxGVU9nXIJkN3ih25GH+DZr5gmfFOKSTaT5ukxgkj83tMc1H6s\r\nE1wa4DJrI5up8Eq67SNy2Q29DVVt3xuQ69LbNdWm/FxxWlkocg81ADbfQxAV\r\n6Zi7c327kJSGUn3k4y3luCxldkhTaraWS/4j+RT+uP0CcrtmRfAOcWdGQtyR\r\npMZHFzdkT09bjTqK8AUkSb1vmy50ynKbdq5eWYwIm2jKNRJ7H2UZKhB+/VEW\r\nFjh1nTuywysNDOJ5pKJuzbi2PG6Sbq+FN/Pna71G/MRSEzMHIqKB/3jNRdQt\r\nqYl/sJwXtN5fOSPE3ws4mcYnl6DwyTuqUo8=\r\n=BU9G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"b36e7e226ddffc1c74c39b55a2eb65c3e24625d0","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.3","dependencies":{"@athenna/ioc":"1.2.0","@secjs/utils":"1.9.4","@athenna/http":"1.3.9","@athenna/config":"1.1.1","@athenna/logger":"1.2.5","@athenna/artisan":"1.2.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.6.3_1656520316300_0.8088885116341069","host":"s3://npm-registry-packages"}},"1.6.4":{"name":"@athenna/core","version":"1.6.4","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.6.4","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"bd9ac6590654d99fb16c733b6a4970485dbaa5f7","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.6.4.tgz","fileCount":11,"integrity":"sha512-5FWLuF+TkE2/a83oUqyKM5n62Yqz9grX0aVWm4FnI9igveJrhU8J2CaFO5wg9ciJW8t9jeAhbMvbYwiHggVkSg==","signatures":[{"sig":"MEUCICGJcBSGcxZtHNxBqjl+TEEuSY+3KP1vSbl9bFmDiT9QAiEAoylBfC4m8fzAKpg4wJkVcfp8ivIsv44TXWd8PWZiNw4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivO09ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp2CA/+NKGwGFVIS9F4zse8iC6UedeU0327yzuCp3h66bzhuBQs0k10\r\nPS9/Q5RoDySeIuL+4TSfdXQrQN7HHau5kY4PFDSkKX+X7bSWUg0CTTIoRzo1\r\ntcSkqTCDYbR5JbQcaWgqEvVANQLWgNuRhaUIz0UmNqyWrhR9GUq9knE6Is88\r\nPyKhXlMV+prTzU7n9RTMVLe4pnBbhdgos4mZIyEeJywtTdDpzSTeUECrHu1Q\r\nZ3VmQojpurcBa3IYM476X6Zwa19HRnfzDAxpjxfAXfweXTV85/0wkQRKsfuJ\r\nBJqHYiZL8DHT+XObEeLfQCM2bFLszmqnEIAg4yJE4I1toqJbsNPRoVModof8\r\nmPZgey1d406p23vqGBQzZv4Hbx11VQslX74mAVPHUvo3W6kRAeD0KLgbBErO\r\naQHkACavZ9t+wUM0AOgyg6NwONOx8RHdAEMEpmKMQ8e432wil02fcDVo1qa7\r\nKGmQeb6hbOBKRzb7TrTUh5xPUiU5PWICp0nrsBF8OG+WJN3qBdiLdvBSSRS/\r\nLAYgOjL7RtBSP73M0AAEZaitnjLsLI+Nc1UXRqQ8cFxULfCiLIhk9lmGAHIk\r\nRaAaD5xophxbkxOlmz3jlXZqVE/l/Phy4dstXgnPFAEnZTuybyvWzMex38tX\r\nVK5LYP5Z4XUwdWfKLH0mH2voLoiUTAdtito=\r\n=+xtC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"1e4238443a9d1fb0a997e6270b6838951dd40efe","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.3","dependencies":{"@athenna/ioc":"1.2.0","@secjs/utils":"1.9.4","@athenna/http":"1.4.0","@athenna/config":"1.1.1","@athenna/logger":"1.2.5","@athenna/artisan":"1.2.4"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.6.4_1656548668881_0.893345871710475","host":"s3://npm-registry-packages"}},"1.6.5":{"name":"@athenna/core","version":"1.6.5","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.6.5","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"449c24dd9241cbe6cd120e9fab2e4bee9fdadfdb","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.6.5.tgz","fileCount":11,"integrity":"sha512-pBXaLRYyMYd9p0l2x9AWnBxZtKyw6CvbKLvaHkNk98V+n5ibE1nZPYo+jCerBs6W5efy5bPqriT6fZvLgUk2RQ==","signatures":[{"sig":"MEYCIQCfQ8TgQ/fxJS8w8lbfQcDus6BubpWsPR6qP7AIdkp6lQIhAMSj12suluY5JEl5JAs6gF2FN6Ms1B26zkXWYL1ymZK/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixIl+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoIwg/+OSxLsda5aeuWTKSnic5qY7Fcs2/SS8xIbb3jY+m+M7leBzuh\r\ndBMbrP+Enl7GdrbHAD2EpYS3oJ61A35D7pn8rMR1cvZ/SSq4cx/Rkhg4ob/X\r\nf9QOrPuCiW0SKdOcNZTU1GH7nvqkOIGZRg7QbiralWlL5vW5J0Qqx5XQ0Fdf\r\nKlScHShgoe8agWLKozVPaCmKuiG7838Ao+NpN/yBuyeSYtEIfJyhPIGTgGTr\r\nVve0H+mtdkNnzbJeezaj9V4Ha7YBfZ6zku0n6ePAx+IrBAK1JY3gH2RLmTr7\r\nezZr5ZzvnA2tA+tZQwMBoHZSV0CEwpAoRfMZeOCqqCbh7W7zPvw9ka2qz4WD\r\nV/3MNTEV71EpqEHDYr1if0z8d/a6X1bKEvLgPi2axgwUeXQ3V99w9U0IUdCd\r\nq+etxH1N6ps57Osxgegm5tXuFrl7Mw27UmA5/CCnlH+lEOW0WuVYn+idCw+4\r\npLHuRrmCbjPU1TJbQ7C+mY9m0yODxczintCsh7StIPfvvNwEST14d8lTewar\r\n5XwasJy/8LpmoAhbqM3GiGcEoqhjK1DHklCXopbh8RifEfWDgM/0e8TSPVkl\r\ngLiJhxCbcD4vVKdUi4Gb42SVulfp1YQ8+dhyrYSjNxvvtcoKlftM2oRklcA3\r\nhY3oWvlUnS8L+4rQNB+1OtxFnu22b6jFU18=\r\n=vmfM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"17908747a718fd5918a01e1a19a624ba0cdff8b3","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.3","dependencies":{"@athenna/ioc":"1.2.0","@secjs/utils":"1.9.4","@athenna/http":"1.4.1","@athenna/config":"1.1.1","@athenna/logger":"1.2.5","@athenna/artisan":"1.2.7"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.6.5_1657047422323_0.3567173351729027","host":"s3://npm-registry-packages"}},"1.6.6":{"name":"@athenna/core","version":"1.6.6","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.6.6","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"e7eddee58841c586e0d82d809c5385db06aa5af7","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.6.6.tgz","fileCount":11,"integrity":"sha512-xBBMS7RBUWJ28xtki4L5BqImJ4R2n+2sn3akGtbz3F6+JvuvYWodo6SK8cBfjkvUDc0uMHABt2rPXIDvaYldaw==","signatures":[{"sig":"MEUCIQDTyw9REJv5CuPZ7uhP0+ZEqIYrTw7LfNPT6hiZtchH/wIgdImHO+A4ro7aTCD2PrzPTm6iNLabnMlWvxlun2KuCmk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixJIuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo91w//RjRfsYrWS4RfUc8DyXAUySnCIZjaVtliuzNQHvZZsTABgts1\r\nPbC4rjIxk+luF5ZK+gpQsWl9O41PrGSETq1RuOuCKd1wUgvCbq+mOA5bi6pj\r\nV93iAxJfbqIarmkgwhUMDMLsqL2TZKziJ86nRGfocwMkU3nquzQvSB1h9zus\r\nSwFWSqHK1Aiy7SVC7WgvMIo67Lm8ChnvjyxBUJNTAJep9B762TaI0AocaQdS\r\nvzVB7wqR6bNzFg+niLJ5up+b7RQYUT9iBbNOYAyOowM4h+qEwECHP4CB6DbN\r\nQA9k1rEZRdGtncjgcS0eWmLc70tJvy/7jOniKovnfaB9xnMgNBPNDrX6P9Ta\r\ndL0vsFAKk3rrIdnNd6EEfuWQgAjL8eeFnGUtkLGEn38A5asydT26QuzrdL+C\r\nZphTQ4CugCX1x28xASkOceLZgxrw/ZMkOstHsyM9b4LhvYUyCx9M9pz24pW2\r\nJm2pJaPL0GbSZS9JdHcaabvfB2ydyItynsPsjqWia7hUYkCXMK1fU8XE4VFO\r\nsjJvQzxmBqj0Mv/s9NL/tU4WMaYR8rDOzoAm3A6yFh+8Zdy+ByFPzZs/Lsvo\r\nV4gveS+whjY51u6wOWsIkGd1bqKydyBl4e3n8pN/uDeKikEsauUecd55oX1b\r\nUWENrnzm6vOrUC8KcPwJH+IId2+9z0ha7pM=\r\n=qYwS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"3f6c12a6dbe4b517e8a5c2f0f4a210db52a86c8c","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.3","dependencies":{"@athenna/ioc":"1.2.0","@secjs/utils":"1.9.4","@athenna/http":"1.4.5","@athenna/config":"1.1.1","@athenna/logger":"1.2.5","@athenna/artisan":"1.2.7"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.6.6_1657049646221_0.6234083707983589","host":"s3://npm-registry-packages"}},"1.6.7":{"name":"@athenna/core","version":"1.6.7","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.6.7","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"c348bac34fee5c75895a682a01bf76c017c0d026","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.6.7.tgz","fileCount":11,"integrity":"sha512-S7wvXj6pYSfAnAWAoXGFEACafyjmaeK5mLstFdHrbPOrAB6f0P4hayPWv+wN5A1fxX1OILg8fOu9P+QC2euGdA==","signatures":[{"sig":"MEYCIQC+UtwA5rcNYkMtZImRB7ExuqYaO8bWzR79NGMCKmDWuAIhAObhoUVJzrIJFSiaFYv76We/E7ZDQwZARycigxFBqcpj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42210,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixj+wACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+VQ//QieCRiWXQGxhBcgh48rxeMRwURarLcwlnjduN/AER1AqgLZD\r\nDE21EBE+c6mYpohzSmw4Nf0lPL0bqyvEu+9iYtm22zzssqVyokrOtOVdtJnK\r\nfqUum+W4ZQE+nydzfhEmrhRbGn5lNmUL6KMLCaUOtucTNSW9vFaS4GYnFE0z\r\n1DOt60fYoFr8mESDku+xajEFYros5j4umsY3ZOXBYPhaI6jvLRt5Rg4dXwW/\r\ns+oJHpsxlHNi9oF6IHmnc2CnkrmcXu/P0006fXy1x6rzKAN9HisavKzDvv+G\r\nhGmp4PdJLvAtAYAw2qbkk+YRXEb/DUF93by2cT0ITjUdzpIfMWotNcvUpsL4\r\nLFGmSZXP5f1svvon/Hg73x0e4RO1q+MHja3sEmB+WAKvlujDFveEOHE51sc+\r\nXlWb/aL8kqKiyVsybMMNdpF5YWjCRqlJL7xXhu9X2nhWkB2gKlq+WUk32lH8\r\np1jv13zEW7/3F+ABasz+lA15CSUzXMHRS51ulMzhYWeK+LqBLKjIPwHMYVlS\r\n0XfjBDa2D6hgLoJLtHwDhvkiS3om6v91iq0/3bVBJnNGG61BUgps1GMXacaZ\r\nVsjoJ4jxrMnM5akKAdlELDzH6tHS8DZIoERNz7bqMlHgXR2ENOvd8ZGjoo7r\r\nybEHpt1YhIBAYyHCnzoq2dfs0P107fhLIig=\r\n=Ypzj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"31a4c20e9b8f167e4db321a3d9a89b2f17271e89","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.3","dependencies":{"@athenna/ioc":"1.2.3","@secjs/utils":"1.9.7","@athenna/http":"1.4.7","@athenna/config":"1.1.3","@athenna/logger":"1.2.8","@athenna/artisan":"1.3.0"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.6.7_1657159599903_0.7055130959762252","host":"s3://npm-registry-packages"}},"1.6.8":{"name":"@athenna/core","version":"1.6.8","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.6.8","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"b42aedbf5ab8d5b977f355a65c169e929cddae39","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.6.8.tgz","fileCount":11,"integrity":"sha512-7BORuwPN78HtSDqPJoAq2j5eJ4NrEG7si+OW5Y4Q9dFe0cjyVsFTRl7OJ83toQ6WzoKugzWHwxLSqOonvxucFw==","signatures":[{"sig":"MEUCIEiHankykrc1tA55S9nHH6E2x25QRFDmTvh5gLAuF3jCAiEA494c+DvypJFq1sdGJp0IgkOqgF6s8V8knwYGXBPpdZs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42210,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixkH0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoUmw/7BtqGCf8g9SBr42wwQd92/bq6J2Lt/qK09syqjs0ENbbLpyXh\r\nHf56930pFne+UxECXTM/j+Ji4Cf8Eiaeq5TAJNRtSH/mjT42QuM/pE/dPCPL\r\n6bcdVnwiJu7OOJj+h920oO45cT/bOzd4IvNmpS0MFvQEMc8NngKsBJ76HHnD\r\nvCnx7Ez2vIYspf5Fy/C8Z7BVpy3+YEdSdciKHnMq4PU0vcUajq+SJh6sUotJ\r\nV/OzLvCdvclNIhp/tgdspVyBFjUk1ddzKj6DapF8YPGTZUZrhYzM28G1GF8u\r\npw6kAPRAFtGRQvTHe1ySe1MzQDgibha0a7yLsRsNFBR2Xw/o5zmq1/ANTB/M\r\nBK8TP+UB/V2oScNsvKKofDzbcCOoj7p9QV9LSc+pnQEeJ0hBasya7GQo3p1F\r\nJ/kEC1c9qSksMzG7VOkP95GVtOkuMYti3p0m031MbAYTHwceHR8WH2KceS0+\r\n0TIUDbgB5DCMqHmmFQAi+Frd+LN+4Revd+8fF3PhVsgUK8Pnlj5uQv/jDodQ\r\nKelBHjJQNJbu/vFIxWUytPofgIwv++QhyTsKZMsiG/B6UQoybXWP4wimlqrG\r\nrU1buQq6G74engZuW8kvzvR4rvtILIEvPYZDqmV2yMvrlOpVTDf7YPAX9M+J\r\nG8AGW1k7PLF6YQRLqPcsQD7/7Z0Y7uJ3E6M=\r\n=bNP8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"79558ad955b08383b890f738062d4caa5f946cd1","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.3","dependencies":{"@athenna/ioc":"1.2.3","@secjs/utils":"1.9.7","@athenna/http":"1.4.8","@athenna/config":"1.1.3","@athenna/logger":"1.2.8","@athenna/artisan":"1.3.0"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.6.8_1657160179921_0.7715143739365393","host":"s3://npm-registry-packages"}},"1.6.9":{"name":"@athenna/core","version":"1.6.9","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.6.9","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"057d3ee3dfbbd4e33043d033b9886325c818bad9","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.6.9.tgz","fileCount":11,"integrity":"sha512-f+D0qgPc2EmUDKFY19fzaTOPf41qG4NBpeRPyQjUvZ952s+IZU/DeAawh6+Zb7U3wwT6/7B9+XNE9fAiTKQ74w==","signatures":[{"sig":"MEQCIA9BXhcTXxmzhNt4vUPmXb1zxRa+MCRiHSrMBzl5q5QzAiAB6rUN0iuiEksY+Z5vPWlntnh+UxlVrQz7l+DJv+bscg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42210,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixknZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqfIBAAm/zFTn77C9+X5aVUwJ5U2reVzU4MbG6I8sK95YhQpRG7oncf\r\nGJvE9MuXbg3VuqIgepKT8tpSHWC+3/nChdJmBzifZs6dk2KomveokYzV4MWo\r\nHNi6wuF7t+mKBAZ43Zx5lpyc5N26QlaH8HQbjM+3+N/kDMCRA2I0bBO3xbZy\r\nZKX8/tPaLUkqMU1dMvaIljzK7zPQ73hk81MeXVMfq+Hv+N/S9plrrYarADzv\r\nOvzIhemWnkVDIUULflcGCp4SMrD8Dw2kOcAoY6+M0ofUOBRIJgWGXXRC+c8f\r\nfN0vIYx7/FHcDEGxb38Q5qHzx6XJd8XDB4Uva5WFNDmS2vlP6MxdqHy0UIf+\r\nUqExFUDfes+rCUy5UrBAOIbjsg5LZAdACLXuuegRdBmNYthpVOCT3rLRmohc\r\nSZEWIlE3/r7sDZwbbjuATpfy12HV/OB76D3FFRwAAv4XZh+JiePaDc1sOx5y\r\n6OMj2anZB1DoIDqFCMR8mL6/cDwyOm2q5Y63oiECcn2cJYz+iNNb5YU4YdQw\r\nc8P1sLkwN4G583k9mi+c+4RT7YoYBTbumc+V5zQ1CPel53PYhmd3swYdOaGZ\r\nkRCfCbkBLRwHqz+4cwai0NX1aP5w3kboeMZcdww1J/Tp2FkCcJh8ZPHFKiF2\r\nxmNdyaldVecYwYKzkC10iZb3UWKgNknw1XY=\r\n=HOhg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"e3f574a4573bf186ccb272ced6288ae1282dae01","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.3","dependencies":{"@athenna/ioc":"1.2.3","@secjs/utils":"1.9.7","@athenna/http":"1.4.9","@athenna/config":"1.1.3","@athenna/logger":"1.2.8","@athenna/artisan":"1.3.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.6.9_1657162201668_0.8348491327118233","host":"s3://npm-registry-packages"}},"1.7.0":{"name":"@athenna/core","version":"1.7.0","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.7.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"3af25914532eff055d01ba29ff487020dede3b7b","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.7.0.tgz","fileCount":8,"integrity":"sha512-OIgi4KyJ0PMKU8niwO4fNOijN4WRra0stKWVeWkqQM19UeNeS9+KQt2dPXO0WFyjC6ksIYBkRo6FrWAH4OypYA==","signatures":[{"sig":"MEQCIFtoVegYAGCMEesH+GYoYhjS8igZSZfciGj6ePWSdQ5UAiADxDVgIcrEefJSSNaXIz3cvNhBkllMUkjfo77ktE+j3Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19777,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixw25ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpFAQ/9En9SgtVUsbAQ0ZfKxsBFbcoPFUJ7bgdUXXmqyKWrXxW/DsSM\r\nGZfwRHD0MuzN/9aWj+hHgoULPNHKDtFC2j1gtM24W3wUsFERbA9rlfUzFm2z\r\nmDeuqHbYbMY0tZY4rfuzpECjHrg2pY1CPt2YcAA84cg2XRcrR1AJBPCzDLeS\r\nqdsiuMgF/sLTwCx0ll2UluE5vU4UA30BsnDtBVfKluAA1canI74AayiV8K+7\r\nR5zYOVQGyT5MwKRYCrVj8Zo/zZXnecAmMTd0Z3/nDdOc4CDbyJAsL3BfXC0T\r\nvbEYutdkhKwzuoUTI7l4JU/0qiIsrSqC5SluYG15aon18m/3erCzLs/lOlVq\r\ncrqgMNl7yBTD27ICS/MStQM/HXvf/kaO5zgeC6bnWQEB7DKqGXuI13QbWBDo\r\nm1wsEwrB1a5NDGUgdnbgVy6mAArrd8CHQ/m57qh8BnY99bA+IAM2/V2TrClC\r\nAH+PzHbNs5xMZWRvlVjBRZJpmgvz2szZj9Z5ULko0SJa5MkWZLwA8g37fobN\r\neP4/yaJ42+EvjJjBB9Ju5AuBqPf191la7ZYmYRDsDkj7M9IgFfzgrexvqyQr\r\nxHCZQ0/6+teagKvvKK3GNwiFYmkkK1iyAajgCjxspkGE7Lz21uN2sp3vNwTM\r\nDz7065UfAEsfEJeyq1av8EqBFc89X3bXBf8=\r\n=jgJg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"c701ce00772364fa0d22ad54d87b470f2b450f3e","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.3","dependencies":{"@athenna/ioc":"1.2.3","@secjs/utils":"1.9.7","@athenna/http":"1.5.0","@athenna/config":"1.1.3","@athenna/logger":"1.2.8","@athenna/artisan":"1.3.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.7.0_1657212345763_0.003254410750399561","host":"s3://npm-registry-packages"}},"1.7.1":{"name":"@athenna/core","version":"1.7.1","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.7.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"c11b4bee4e77ae5b2af24789a2bc1eee570a7a4e","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.7.1.tgz","fileCount":8,"integrity":"sha512-cwDKjzAtN3E8GU/6rzcZ7SS7vc3JgyE4v2C4XAZWkZYiErfC8y/bynwsP4Z3K028c8NP4RvwW+G8MRk6c7vxBg==","signatures":[{"sig":"MEQCIEjWZ8c+JDHkKw8JxxKfxEL8hvkx3Wmx9jS0YqALHTw5AiBm4o2XRCD1vHc7BHGYQPTxKTzdloFUqETIvj5wIXyesA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19777,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixyzRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp2hA/7Bu6Y3oMr+lh5/OaMp7VWdK4myC65xChvMeFEgjgOqIOedwhD\r\ndkAHkfFhKGFddWZHrU1ne6KHVqf+qimSEVo3MYcopZ1HB2dNEEVJb/+sQtbR\r\n0CFdkNmNRTAhhX7JtftuV0XYMjh6cETscJMFm83/e/yWVXUvG+zsMc0rfsLh\r\n3VzZxVJdyiIg6r/pqEk5sP+vF/0br1N6MEYxr8NLNUzQUD0Y0/WaZHX0ul6m\r\nbObkPFvX/eUdtV6aAQMtCLK1V+ljPFEeF3wi7cqj/n9tJlHMxx6Q5Yk8qlqG\r\n0V8RMnpkIhXvD+5ZfkY73cDuCod4XLkC1/yjU4agp+7FC6xXu1A/ZyzEunyr\r\n/UBiwbrbBmAWZRItWSi6BGMcZZo0UMr8mdTHHoD9RBsQTTtJ0XYufmanHVnq\r\nCNgMZ8VHHxpyJwZ3fc1C3UkFKzDRz2b2xAtPDIF8Oqt3Yj3BXcJYFcLdZgz3\r\nkZ7ZVlgAOKVBTQMK/Y9wQ0gi4G6eY6Y/lrdwxs9EDkoGEa2GXYN2LCgXlccD\r\nUltzKbsIfVkhEqp7eFrTUNCXSYCHTOFZ1oHmd+T2Pf/COJU6YzjgOVaPIKvG\r\n4c9Bnffd7sn0pvQ/p7kRQAyXq/t9nFoNjlOMRYBKUrYlpe1QcDEy1xfegN/j\r\nW1YiC3A7O88gzpmte2X4FNTbGK3Q6qjXYFI=\r\n=0crV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"23ceb9e5aff5c7254abfdc8d24a5785d978ea1fd","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.3","dependencies":{"@athenna/ioc":"1.2.3","@secjs/utils":"1.9.7","@athenna/http":"1.5.1","@athenna/config":"1.1.3","@athenna/logger":"1.2.8","@athenna/artisan":"1.3.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.7.1_1657220305185_0.31305634299799046","host":"s3://npm-registry-packages"}},"1.7.2":{"name":"@athenna/core","version":"1.7.2","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.7.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"064bb8e2b7ea64fc3956f3e571025f95723859c3","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.7.2.tgz","fileCount":8,"integrity":"sha512-h8c4ftGOpuCBxlJ0yCY2tkQeeu/UTB2LkurtcUi2XME4QRADK9tzV580qN0dTghHwaCfRXFlIUgA1KId8Kb2AA==","signatures":[{"sig":"MEUCIAwuMvUFxSlsqV9bsAg36lN4OA9eV9uPewV4AwWFiQK+AiEAwXMonJiT3a5weq07K388xrutMW/2Sf9NvB4WhStCzBM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19777,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJix4EkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmokRw//SeYPEnQbcHiAzvUZf/Banc+kumhXU+BLiJsr6M9nad+ZTy1Y\r\nUCsR7qY+WvsHRQm61/FM76ZLolp0+4EEKn8ISExa8tmStSs0fy0FKq1Uy4H0\r\nqGXZD31PbcsGhAsuVM0Bws73ziEBQIBSWyf8bbnzI7DBpcj+xYE4VEJ6XoUu\r\ntJAWlzZdVgleeWQ5auTAiQSlSi4lcivKR77nmQpExAYLJS1S/mFAki9pkaaD\r\nD+zRzR82AdchRa32xiL4VvBB+kSvVq0nz9smU3uHlFoqMbj3MRsXXbmE9a4B\r\nQ10ETOr7c7ZkAS/oxOydTb+rcXrhvFyiNDR+CJiPsUAciKf5C5cKIHimNrLv\r\n+iHNzsRO9OhM/pwrzajBcIPhnYafsmIV9F+VhltSuLSJ5Fzf0mQSwroi+04X\r\n15zojmGHtnFu3Edi7rJCjh9K+4i2i+k7A3omkL8rJhTfOygAzBOiEi5WTRIv\r\n+6dDE5yXPGdbbq4qkJ1GbFWFlCFQasCesguKFtmgV2x1GchlKwxYx3ZcWYaq\r\nJcRnKojmnvWhDijMql/0mtNNDsPtROFA6ugEZt9JCbIc7ct2a6zAgRbV0zFy\r\nMlznKPmRIif51sWEVNhGJSeyhKf9j1W75jvPGtzqqDmQFG5eHjzUYddqqAQo\r\nOIcMIibx/JMWah8O20mE+1kczFt7r8PjMs0=\r\n=w9XC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"1adf10856fa45024466083547f396e08c8537a63","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.3","dependencies":{"@athenna/ioc":"1.2.3","@secjs/utils":"1.9.7","@athenna/http":"1.5.2","@athenna/config":"1.1.3","@athenna/logger":"1.2.8","@athenna/artisan":"1.3.4"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.7.2_1657241892704_0.9138831379241616","host":"s3://npm-registry-packages"}},"1.7.3":{"name":"@athenna/core","version":"1.7.3","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.7.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"168770abaf2797327c216697c5c05a7dd6b741f1","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.7.3.tgz","fileCount":8,"integrity":"sha512-tUNanf8sgS5Ot8ij7V2loj4uoi95sHW1vhHW2Pp7Zvg3bGPkl4hRzeEKV6qpPafuL2tTYn90Mov0fZ+b0pJU7w==","signatures":[{"sig":"MEUCIGhIO2+Jy8HlLRZxS/xqicxJVR4V5xX7X5HZ3wJGgH2FAiEAkrLo1hRqA5nk2zQxvnYv3+pIKo1krMidWsdfFav3aGg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19777,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJix5tMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqzsg//X2VpERfn4W/q/XwVe4en+SwkQgIDyvd2aQDWIlDC0gnf6cZr\r\nKO4G7qVi8t7vVgoAUbo30o7jKCelVtOkTQzXk8PY0jraXDEHGKpEtJuygQRg\r\nBzHD56H1DwrC6lDBY0ZJ+ETRjKNlZDWoUhSwBDowfMl9hIYIOV3KJodzuICb\r\neJClehumTgmdPbXjBkVIY7oS0WWR9NW44AxVI/+sq20TRGq3GYX1JWxDPFhF\r\nWLNqZC+K8a3RhQTDmQRJGCpy40WfWwu3DPODObM7dqavcvdcZwcoLq/n8Ot+\r\nxFSzLJ5WyDcyNDsInOOOgu0jY9eKnyIvteyJTx7OvmmME5V+UpkmxruGMa2C\r\naOQboF2uHjEbHysEiPHAlH4S8JeRPL9S+30GR+H77vYiJ3QrWhz4XJqOe0I4\r\nPFJ6/r5WRw0aiAWeQLe9SvF8nCnci3kYEzAaNdHGB3FUFNtWeQTCBuC3w3SF\r\nORL8D/yaASCL0oGwEINH8EXV/s34SwuTbMTP4wTf7wirYr17J/c0sw3cAdw0\r\niRJZ9f3g58fVRCtcVznHVBu1VHa5p1kaxfrCnCM0xJmYntBpNkrfPxu0a52Y\r\nEF2w3D7JV/0M/AVgHoqFcsDEWEYISHiaomo8LsDxRr5iTb+XcchMadjHc9EI\r\n+RuTK3nMk2dHKY/WKPGti+IYazrbeh4NR7s=\r\n=oFQp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"ff364f0c923ef8ec019d3373ff2ff97473962f46","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.3","dependencies":{"@athenna/ioc":"1.2.3","@secjs/utils":"1.9.7","@athenna/http":"1.5.3","@athenna/config":"1.1.3","@athenna/logger":"1.2.8","@athenna/artisan":"1.3.5"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.7.3_1657248588585_0.4374434373207796","host":"s3://npm-registry-packages"}},"1.7.4":{"name":"@athenna/core","version":"1.7.4","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.7.4","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"f15e146d91dc96131e6854b39af4d749e98cd371","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.7.4.tgz","fileCount":8,"integrity":"sha512-xpb5xx5kMb4jEbxCjlTO9qgV6XLsmwycmu+6HnSIpk+EicUNMMIcizHCWcoP6NthMDFD3s5Zr8ft4VmaZGbJag==","signatures":[{"sig":"MEYCIQDVO+CPFUn9nEmsvRW8uWjGq2TgC6PUHPX4ifxtnh42IgIhAM8Sjd+xSVFXTCpeZJjejU/nNUMrwu1XhWkt7HBFGJCz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19777,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJix556ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpp8BAAnaIYHXTjhjz4m8rVvomX4tINFwaYFd8LsoCgJCzk6655AbbX\r\n+DgenfpTwDcO0/UdmmHqWNGV05DNUM68YOljN2FB2JpC+KBV3l0nSJsiwXlL\r\nH4bcgWYwQW2Ugtc7ampMjFgrWpjJsj2rzVI7cWiKPGaUWgqHl6se87qY05dm\r\nSFhmmDRTV2gm9cmDN7ileHN6NHrDWhgLr1kK5Q6oiDJcwq8C6y8IgIdauZFq\r\nmAcmMktQ2wEKBnYsG+SjxgAebRmNDx2ZYJJcSCtQ7GM4dXXbQ5LPaom1TdLN\r\nNHSN0LaN62i/BStv89fgMJDNY2OYxgFvd0QDtGdUZM48qAghgt58/Dul2XiW\r\nFXaJ/Ydf/i9QbGDuLoh8iyKInHthd3omaNS5x0IWHmYT8U1CCQfJra/DZ1Xe\r\n3RujKv5Bho/yRaX88Q0n90HqBNP4+SadVrM3trcGxDbqKCBm9/Ik8eebwlXV\r\nxrdWZhulctCNOyP/GGoh+Loxzh5CBjl6pq4T/iLMagdJAeaeAhwQ/nng19zB\r\no1vwXXo/NXtYA7AsMsC5voeO1TdkQjhdPC2AHXhjRPwAupHigLiqatLovBk0\r\n2i+WLMd8LM39KUCL1l7CYhhNH19kDWQiKDjB52L9Kzt2j36XknBwqmG4KUxA\r\nUqLoV9yvQahaGfQCB1mky3Yt/rl6Gd0QtEg=\r\n=j4y7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"158b8fad25b041d0b3f461b08318eafb6ac2aa56","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.19.3","dependencies":{"@athenna/ioc":"1.2.3","@secjs/utils":"1.9.7","@athenna/http":"1.5.4","@athenna/config":"1.1.3","@athenna/logger":"1.2.8","@athenna/artisan":"1.3.6"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.7.4_1657249402458_0.5431974609181562","host":"s3://npm-registry-packages"}},"1.7.5":{"name":"@athenna/core","version":"1.7.5","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.7.5","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"38a03cc1ab5aa953a49cd2c73d39d9eb9cc68be1","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.7.5.tgz","fileCount":8,"integrity":"sha512-h5QpuHMIG92tRFTBdHUnYUIgTsgG2sQo8xeqXHk0qGArjV3h0TtYPv22I6WcPSQVO69G5v1E/uxE4fVEo1k0JQ==","signatures":[{"sig":"MEYCIQCvhaZ8jSj+8C9di4CeWvGaxGksQ0YV+8ww8IMPA0pPUgIhAOKtCkGOhzaySUGG8+buyLhbMrxJX0RVmwqqnAw8+5M7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20286,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEOfXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp5iA//ReeBfyiCkawOFUfOOKAAA33DPvOOmmkMVOl2ezoJbuWN1ix7\r\nbk8LUXA0Qn/DhFZmPULXbEfmO+7Hvh7WiAZFXdZ/Tx6yC4JBFWwFICURwDlk\r\n8SZv8NHTctrPDxMXgQUf8DDfzi/yPeIDyhwjm40RY3rzg4KsrdcJ1JccRNC/\r\nRkixHsaOmLaJKBmIM267AuK5rdMHPLbubVDV+ZGVhNNhuouJZwMhlSDZ8yV0\r\n2Y9Ndy6pPr59hTlpRFNuOqAYnxzJc/kZ2kpN4GO/8m2zU/UJSzFRoSwEBByC\r\naBo+zRkVKVFUcIxFQz0Wcnj6wmFQrQUuIzreULIRytqwHXoIgm8LyczimIX0\r\ngb54oKT0Hy7xBT5D5aSilSAl0GO/9UCO9HKH5w84BOsfAYkcCHFf+VOiDW6U\r\nL181f/P5R2jLZVLl5i2psgiBcDiS5otbdMBDzIS4hzpwLGcZVZ/Bk2XHZ+OS\r\nVH6x4FgUaNsYIMuKuktQD3335bIpdBz+RIUGf7zVsQwkkaW/K7HZjuY2FQWa\r\n4PuvBEDc4qVQSluZxm8vamtwibnOh96Ye/ZkvG0EULMCvAqyiRG8C6x1tbDS\r\np/5RTGzbJtVgtq0bqJAa0Agzkpz/fPEqY5J44vDN1t1+S6EKqqv1Ypb32B5j\r\ndVmU1B3cr3MUPOtwmjTjXOZ72iF/+PJksQg=\r\n=YHkl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"6f2dc8b02b5ab5dd49bf7073668dd1659607b8ba","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.0","dependencies":{"@athenna/ioc":"1.2.3","@secjs/utils":"1.9.7","@athenna/http":"1.5.4","@athenna/config":"1.1.3","@athenna/logger":"1.2.8","@athenna/artisan":"1.3.6"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.7.5_1662052311178_0.963215928035762","host":"s3://npm-registry-packages"}},"1.7.6":{"name":"@athenna/core","version":"1.7.6","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.7.6","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"7c7631e65f44474fa9d05f9ad6390681bd49318d","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.7.6.tgz","fileCount":8,"integrity":"sha512-XIh+e1ZDPLMGBUCbc6FVm4BQ8SY2DkuqcDOl0gXifb5VW1GtsNIXpYIAT/RjH6u1fJ9KmOFZ3w2mzx5Rng+NSg==","signatures":[{"sig":"MEQCIHLe0vVwpx6GOw9GHqbF8uapQJOXAN2LM498J/LMxpobAiAMJwfcNhDa+yx2mRwVardC/hlqdvHRPQbQx0vpTRaKmg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20286,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEg7ZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqJQQ/9Gcmf2zhMQ9BUjr+ewoU5NzGRwZd+WZfNX2tTXb/Iz1Vk4ybb\r\nr7YrfanmoB98y7OphYtSLee5LzDn4ZZTfIGpjGP3Tf7kkbm0+y7YSzm4+nZE\r\nyw0nfDXCoPx6uUFiSf7A3nIP2RWv16fmZGxi7M/Ltmlu5P01qFFqqTlsOXm3\r\n+Wv4hUgRHDW0m+BVdiEUb7WIAKoO2PnhdaQVpsGbwHooui9Rua8mBJGX5xBf\r\nvBifacg5cdxoRVqgM5t7qJ+nMK/ISgXp8KtDfZWdGdotL+N0dBmgy283uxOh\r\nSArnZI9u4GkWr8Jo4abeDLXKIkMPNgWyyMLZwvkKYuU4UxW3bn5OOFPS99jW\r\nsFPIgXT94rLC6oB+nqEr03fvURgYlB76uJ6xrbwqodfLnKi+N9yHSb9mlUNW\r\nl/fmih1NOGYo4UIOnVpidQQZ4lKE8uBp6oBGg5fnDuagejGO8fnDSkwctZwo\r\nDeCKCxkJdxZLzueBSxtLqRxGULex374xDZgF3ElyB/AEPExG79TBzwYW3uqB\r\nrDXnlJseTs5AtiR6AAskRbiWSHxlcF+W4mVsouCPsDK8Ghx/J+ktynjR5SPT\r\nZKW8OMmBW7+WhCnDcyx206B2HvJxcW0SUSdwQvT5MbPnt3GoluISOuiQuEkC\r\nZSb1w9lqTj4mgdx2EeW2iBk+ID8vdAjT/5k=\r\n=Utkv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"a97dc73e66bbca266a7e632d7deb1464529dab4c","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.0","dependencies":{"@athenna/ioc":"1.2.3","@secjs/utils":"1.9.7","@athenna/http":"1.5.5","@athenna/config":"1.1.3","@athenna/logger":"1.2.8","@athenna/artisan":"1.3.7"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.7.6_1662127833053_0.47638270517161696","host":"s3://npm-registry-packages"}},"1.7.7":{"name":"@athenna/core","version":"1.7.7","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.7.7","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"865e96c93af00f1f617aea2791c797a32c314b14","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.7.7.tgz","fileCount":8,"integrity":"sha512-m47TlDncx+UaLBSfTC+tKIrwcnr02mPEQzV4keFh0lOGjalbJ177UK8le41TrNfxAdxrTENP6dt/OfcSGoNDXA==","signatures":[{"sig":"MEUCIQDFkKL6cUfN1BKXgXmlSbzhl6pB70uZUiNeOFb4cTCCDAIgYezQfm+BN0rwNPdNo66DSkt8zBPYow+rBOoIGo3qkTY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20286,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEhSzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo6Ag/+IrW5OEIu6ETsNlowsDWOikQmepUk3HfkkHqJKSONPEsJnfta\r\ntQ6PSyKpL+b/qudS1rhxAeO44H5xAFwNFOa25cotKAnyvedV/B0R1EaAtIB4\r\nh2p5uI+L/FU+RkKppUwtXUWh+RrF/o+q+AJLpcEzCmpHNrG3Wb9U+4cZk5I8\r\nEJnDx/bynCZeeSbg2lhewebYbPVAYc6jktmmqgh+Vn/Xhtm1MQUR4chbBgbW\r\nvNxCa1lo2WgEAQW1N72xGwzWo/1ug1GpFnuLbJ05GDgA0z4lZEIKYmZ6g2U9\r\nV+eKR6v5pNKvwi8QTvy2Ifp8DHSCBxfWvIJA2TxugmPGUP2tnh6FR2e5zksh\r\nM8vdJZbiHdy5JiliqnVtdbqOR72pg1nN40gZsCa7yeYxs9tFNDDZK0oCEaHj\r\nusaRljc24vxPEQqmJDy4ytxptoTQy3IXtxEAVy3cUmN0SvB6xF1WtOM3SY/6\r\nUtkrGo/IleZ4FeqaoP62MH0X7iNy7aUxr6/LcjFZVr9WMOluzv7X0Hl2mnNI\r\nyuIU2iKSAPtJe/X7TkG0mV9KKFBDt8QUwGf7x31IMIdS7ONCsOkfh0KyY5WK\r\ne7rB5xIsl+bgev0XGkiEOsqqFwQPIocG8G9NbnQJCFlxdFmh02C/91udfakb\r\nGcAtjRJ8SnXtF8yh415MD5XHC6Cqi3RZCb8=\r\n=rdji\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"6a01517b9d61ed5764fb59a1a15ca25a049869c8","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.0","dependencies":{"@athenna/ioc":"1.2.3","@secjs/utils":"1.9.7","@athenna/http":"1.5.6","@athenna/config":"1.1.3","@athenna/logger":"1.2.8","@athenna/artisan":"1.3.8"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.7.7_1662129331109_0.138841368180445","host":"s3://npm-registry-packages"}},"1.7.8":{"name":"@athenna/core","version":"1.7.8","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.7.8","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"1396ed5cea0c95740b0254511a24685dbad30ed7","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.7.8.tgz","fileCount":8,"integrity":"sha512-QQVIMsU2fq7bszIEY3jP6AGDcGm42svMArgMaMYlv+m59NTYzR5eUWjDxx6DM6kg4S4V8zKMc74GxaxPGcP1vA==","signatures":[{"sig":"MEUCIQD+9TzrOkqB666cacHWoft54CVn2PWsYaXE8Xni7OHdSgIgMMfEsDjPP2WC+tZz8Uae0xDITU/RjjiNbs3o2Vdj6D4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20286,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEiA6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpd+g/7BuDYiK7dW2kAQXiFbblNP1w8PRrbUeqihr5zEn4Ep4wLRMJo\r\nFJqkFYfqqNwjEEEiFBsiq+hll7dItaNpF4RxX75ybeGdSllJpCBewshMsaD5\r\nRVVuiCByyO9wWB75Hv2eCUdAsLu5zwH75UJnGhfb09KB5ifvYs6LcBV19rSL\r\niap75EzR5zUwRCFMRaO+o//3LO+JvMBdggqDkTpEl7j121RMTlNbaxD2isO6\r\nz4k/QeVreeV8owiF27b7iwDu94gbJBqEQPnQ4BPpv7IKSU7IKXPKsGl4I1HA\r\n1Auz/PIi4jLtA8/8akeUIww/YkuENue44JLcFeloxO8ZQ3L50K9wZ4B01B3b\r\nKbQybmoHrhkucwt5Rix1ueWIPepbhlpHQxZo6KigmLPRuamvJSbFJl4uYOzS\r\nGZPwcVgibc0GecCx3gcujoruoTSPcDu28sY47kcVHGqm/0M11SkUFykYsl0a\r\nSnihgRyWTidZqlzP+VE+Gm939CGYl/IhxjstNRaddQmhHi1OsQbAz4Vmedd3\r\n/i1WlCdy3QkHkQfTrUlVGUBkoAKd/ntVwQqMFUnh1k4U6hjo2kPSjdlh1JkO\r\nMh0hrme+VEiyzI+/0f5Ewmi4kbPpwQneTOIkBg7SNuHnOWsaIkvrzd+flDZS\r\nEBF4guV5IrrBjcs2mgL2HIXpN+Jt9Em0XUg=\r\n=yv5l\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js"},"gitHead":"1d00daac2b6cd0f629223a9f246992e98b5eec71","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.0","dependencies":{"@athenna/ioc":"1.2.3","@secjs/utils":"1.9.7","@athenna/http":"1.5.7","@athenna/config":"1.1.3","@athenna/logger":"1.2.8","@athenna/artisan":"1.3.9"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.7.8_1662132282689_0.6836100857496334","host":"s3://npm-registry-packages"}},"1.7.9":{"name":"@athenna/core","version":"1.7.9","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.7.9","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"66ab3d2104ffc4bccc2d748c5bd6db507f6812ab","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.7.9.tgz","fileCount":9,"integrity":"sha512-4HKx7qAnWwyhTQpV4ENeiBKPYySsgMoY31ljn+wxBDwdsFnQvqf+AZKjPv2cZBArpdMJYE9MUgkLcw8Bb5oRqw==","signatures":[{"sig":"MEUCIQCJ3yM69O33VKBVMezWPV/ExR8J4/bqYTjOTDR0ObBQvwIgdvLE8YiK0VC93uH16Tf9d+HTZocu2UeeyyX2w0zr0Gs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21075,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFgMJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmokRw/+Nbr9wXrR8JI3kG9aSDI/WGthz9hVaWy682WE7cej5U1IOIFf\r\nzvVb7PVI5O/cP9iiUypNuLyo0U1DNnjZOZiX1IvhIVzok5vtd5fWqJ9F95Dq\r\n9kNJbd016UCktNP0HeWWmhiajt0xqu8558INh5sZXX0evbMTdzzvs7M5+mTa\r\nne8B6Jo6A0dl3jAx5PJPkMUuLUg4CqkhZl3HZcOK2pg3g8blnACZRoLmSTCQ\r\nnmg8CN+5OA2mP2u9f2MhzUC4iSoNja0jm0pxPkX7vV8JMryAgIwkDOHnLP61\r\n5Coj53mNvLlJVrVz0WMRd02uoNKVDdWt0Pc89GmF4qoq3UDRTPaJ4UItm5Db\r\nK4GyAjdjPy9+tRR/u1T85OYS32KUZm3Exvm01jovmMx/d7q2b9QHkgVpqKor\r\nFVXCHWxo22IUeNEQ4YRVLOZeoeoQiP0etF+CIJb9DuxqGYJFR2nLFY56C/Nh\r\nOVJTrPP2dTv0Zb5Z4XFlkbJ9a6dh5+AJ0UlHs237rJe1CsA3kHurrXapuXer\r\nnpshTLaNzMDUlhPrMXEto2mh6L4FjAAhdXB+NayFXs7MBu6gji0BZgpjTJwM\r\n+VMfVigBy7wdKXVhvat0ClA2T+SobzIV1kfBxOkZosPRQ/5XbSgT4b3Vjrlh\r\nOXEdjk00DKvE4nh54xcUHnl12AeRCxn8zmA=\r\n=NEwh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"07b5c3692b7e2a4f10fa6c12483bb790b7f0b45a","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.0","dependencies":{"@athenna/ioc":"1.2.3","@secjs/utils":"1.9.7","@athenna/http":"1.5.8","@athenna/config":"1.1.3","@athenna/logger":"1.2.8","@athenna/artisan":"1.4.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.7.9_1662386953045_0.5819625113288873","host":"s3://npm-registry-packages"}},"1.8.0":{"name":"@athenna/core","version":"1.8.0","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.8.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"b6df892987414134d54153eaf08f854c284cc3c9","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.8.0.tgz","fileCount":9,"integrity":"sha512-REmYWGx0J8qDKCmYKmLbSDOlMmltLfChciw1YS1iWqupIcjHzS7WfGWPr0DRryEpu9zP1ZdcegPL5xbtP5RBfA==","signatures":[{"sig":"MEUCIFuoblo3fKCvTKTL0zliaTKo6gV9lpersvSYw8mRSSA9AiEAyOUoLvh5jdKftSURWZLS51fVQ9wvtWewaCvvCuojomc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21075,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFg4RACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr1qg/+MThFdl6iAmr/aqnaG2col14r9uyJ+LeOV0bzH5kZSGdDOPuj\r\nE1hpcg6j3HiXAqcqVGZR/Jb0DoN8u2Ii9eVxHjSHWaKwFz2/hQjbeRlkS+ep\r\nHqoiPN3voP2z4GQt6TfgkRrqV38VJB49Zj6jb+8iUaEgtIzrnkifVZITjtLd\r\nsKpZSBcARWVpfQ6geSgmQA7NgaCWflioxVPLoL/znTKcwOek2aHMdPHWdDse\r\nJAsAFvh2I36EoOSrygXtLxNV6qE+SZBkU72TUkT/T87EPolRWL/ublNK/HyB\r\nB8kJXmoiLIOW27BhTSQ2qe/C3BR5I26uLFiJAvVS7EU+0DOuBi84b1R4G9c/\r\nWheQ/42vDd0RHipcdBWzW8d2uevPtW9Z8E4H51gi5SEmUYt9c0WjdjTyQAxq\r\ndFzdICH/CwBPAD6p1ZyuLQCvUCNL3fcW8MHJgHHRVdhu31l/z24XjP9JEVDq\r\nJA1TN6iywjCFMC/2wg62QNrgBKa041hlQCvN2Nrz5CVh5uIMvscCoMqJclAN\r\nwo4kMNT7ZI5SLuxULhSu7aU9oxNia2EYyaZzqMCDv+CAEtJPzxW8NIdpGXXb\r\nzJAvmd2jruJ9+yC5PdXeyvIyEux7HQeCNjLzyCYUWwgWyAnpZIklV8s1hbU1\r\nHOK5kLjuQ7sG7QdEGRxU0d1qTFP2kP5e6Y0=\r\n=sosQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"70b9f8fd37cbfd4c0fc826f980e833390bca9c85","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.0","dependencies":{"@athenna/ioc":"1.2.3","@secjs/utils":"1.9.7","@athenna/http":"1.5.9","@athenna/config":"1.1.3","@athenna/logger":"1.2.8","@athenna/artisan":"1.4.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.8.0_1662389777448_0.18213074016607989","host":"s3://npm-registry-packages"}},"1.8.1":{"name":"@athenna/core","version":"1.8.1","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.8.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"1c1c8e3ca1c80c5a40dcc09a793f25e0154b9a91","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.8.1.tgz","fileCount":9,"integrity":"sha512-12QYJsyahq0z1JYORoKziGk7WxtcACJKMQ9fV+LMFwkPsdZAMnDT9jtNLqRq/RFeYCBG8WMGrqZzQ6Riey8PCw==","signatures":[{"sig":"MEYCIQC5+HAOws4rE+OeKcknhDj4hSb3xCoSvH/XolgfFmUWqQIhALRmMEIQjfYG1/OixmhBtIt/5cC6v4bgDlmNIbgIxeJU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21075,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFg+qACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoewQ//avC7AxXlrAGHczpNMILJLZ3hz0OMt+p7ENiZBHtlQpbTtsem\r\nLPEnF3cPmGpLmFwXye1QmMoEQKi7pH0CxpY48DeV+BXrZUiNhzKidqcW/fTG\r\nvIBA9koPywS27polCxNlG2XpgRmpb45FYrBKWItxZJd7zVwed5xx10cT3QDG\r\noPHg+mmisjuHlsON16N8XyYOaRCZ3pm4tjq105H6CnQrFNFMJhePdjExir4W\r\nE5B0Yzyx0upxkxMcTHF46NtG6ZMLP4XDzDQeNMI9R+8f+YhTopfgOd0274ow\r\nsRF8tdR60gmFwwHJ3X37A+mb3XM2rqp21FcUHRcyVsGMfYDrKl4tPrUtY791\r\nWX4mrnp1cdye+l8B0Q81fjGjiGhkMxez4oqbp6GIdeTvoV+z4gDZA6DaLBR2\r\nmyrFV660WyPzJPUWFBBzPe5Cb35Kw3FUj0pWz1ewJoipSurRMS064ALQmBh8\r\nZholtX+oWqbOxX91bXBZFMspD8/ujJD/Adhx7UmlWu4WuuIsP07LEz0oumPa\r\nkr30XDx8tODSTw3Gr96L0yKffxTlbq7q+u/j2xAlJBqd0PNdTgqgzVY7YppX\r\nEINPzLP70mDIyysbSlTgIq50ChkTbPb6wsTIIt7+EW7LzjtxXWiw9jHhUvbk\r\n6Jg9BXypXRYw96/WdJZAdFCvgK/eXEoV6tg=\r\n=CT+n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"5d776b79202b0526a6fd12b593af2e821910667b","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.0","dependencies":{"@athenna/ioc":"1.2.3","@secjs/utils":"1.9.7","@athenna/http":"1.6.0","@athenna/config":"1.1.3","@athenna/logger":"1.2.8","@athenna/artisan":"1.4.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.8.1_1662390186074_0.37184332111459617","host":"s3://npm-registry-packages"}},"1.8.2":{"name":"@athenna/core","version":"1.8.2","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.8.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"5e93f5cc9a8a027f62298fbe4f77d30fd021c9d4","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.8.2.tgz","fileCount":9,"integrity":"sha512-7TpSumIqesABG1+MwisoKpeMXRUavlmEGGCpy9DQSDF18v/Kkwk0LozwODiYVOvfFYCzHN3k59VeKT8vZcAdMg==","signatures":[{"sig":"MEUCIQDL8glPVN7rtxA/TjT/8bIOgrD5zbk96wjgJ6CRcvBxqgIgCU8/inZ+K1bvMbR+m0eLOABDgtdso5Kvk98OR2X4A28=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21075,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFkyJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo5JQ//b0Oiggb3rxVo6Ek7WL3RBsfXQagD8Ofxj7BmVPYlPTLiqZn/\r\nWHsWSifWFYDg4SiiVmf0kvwhUiNeGq3TKV4JtvFZ7SFkmy0+ult/kKXuu2xA\r\ncuVzrDQEdIUQocObZCPTGMd/oH7HCa1gjFuqznl6hj8axRAlbsg4cvLorbi9\r\nw0eL1kYtnEOpoiBaT5C0k5OQn+qpo83MmUbofqZORjHdJIbvVj5bnbmmQ9YZ\r\nfK0D02nTiKmNBFerSy71quU6bCYTIvFZ9LtS/WvCYUXwkr3HyFXXvWc2F+Vb\r\nXNrnA2R8n74Tepoj8RNlRnm8/JZPkYH8ORjv7D1Dt/Si1lXBPZX5ZbXOoClE\r\nQpsz/PY3Qs4QOZz0Lp7VoaSGihgxUKcC432vcYfvQ8bba1vKEJpejYtncOPK\r\nY2sMEWrHIp3HvNGHx68jCYg5EKRRZFDKQFPBqHGOBELSYFbqepHg/W4TbtFb\r\n4Zb3THuDq5YFnmMDR9DOJKSD2ErWwCpNznrF9Vn8Qyz3FjJ3gRLuSpx8HUpP\r\nWmTefZLIG4JqrvsVh8rcAKlWTP1bXabrBLywkZDmWJOPTmKRTZFQcODsCMe9\r\nfZgzARztTmLrmI5fSHdAlIbiYjvgkFOiwAkleWTS0JFDLqKnG7aVHkwe4MLF\r\n4BL+w4JErnehwTDkzzp50VB6RspVEUwmGBY=\r\n=crk3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"be4d6d6f706b59466e0bb600df20079455031444","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.0","dependencies":{"@athenna/ioc":"1.2.3","@secjs/utils":"1.9.7","@athenna/http":"1.6.1","@athenna/config":"1.1.3","@athenna/logger":"1.2.8","@athenna/artisan":"1.4.4"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.8.2_1662405768916_0.6725632480684494","host":"s3://npm-registry-packages"}},"1.8.3":{"name":"@athenna/core","version":"1.8.3","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.8.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"40","exclude":["src/Helpers/Tests/*.js"],"include":["src/**/*.js"],"branches":"40","reporter":["text-summary","html"],"functions":"40","report-dir":"./tests/Coverage","statements":"40","check-coverage":true},"dist":{"shasum":"1af8a087701303fbdcbac71ae5b2713408e893d9","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.8.3.tgz","fileCount":9,"integrity":"sha512-Mn/EZjXxkYeCSr5KLFnj/eaJeDVi5xUdI4EugvLEIzoDWg4cZc4ZpllIcNoVUiHN3S1RwAiOBuHTGDCcVNs8og==","signatures":[{"sig":"MEUCIQCgROywwZOK5oNDX41E+xq+mY78j6dkO8/+HlJ66hHpRgIgCar64uCoB1nOcBj+8REtRTfaVYi6cJIh1zii8AwF2cg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21075,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFlDqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpKPxAAmLbXiakFayVMpeSrcI6kwSABmN2q4JPeg+rIprLE8UZMWKyC\r\njy7SItPyByrP2hzXNIJ72j7uXJMyy7GqwUnjJ+/msPxE5i/+QO7EWBurKMHL\r\nT3pbRmuMYOoF+ODzuilgQf/h0/qTF37/bHrH1nwGl6KGfYxdOONRqfx05bLu\r\n7OUozA8kGWnPEEB0+t/Ogpd7exiVH+hh6YAyatq9oVwK7bm8ReHz5aYsWrUD\r\nuffKxgnUEFi5OItrEwGtcpZKFOJN76GjqXrKtdtU1r2UDL1Mj0lUoY6CittP\r\n4X3hLPFZYsopeyv+ED+yM719D2lY454aRdSQGvkWIeCAaKsIJdZkZszxELcm\r\njECfyVMK/CQfJEuewurhIvNnUUcAttPXzlhycaH61kZZnmukPEDL9MQrlbQZ\r\nM4d39l4kwDswWrVnF3uxM4i23wrrN9MwyXkHX61fadebsrm7htYvi2Iu0gwN\r\nMt27AIj26NWpQz+Cbp4xav+7EWz/N8K8Wxy4xnsK4yC3d9nSVn/e09S2q3lI\r\nEr6ibeNl+GxV27DtVLBjP9X66ZXxoifa6xmNutKMOSCz36itSTYyyLSMq3C2\r\n4UasIxfTSXNhsPmVyCeAmqtozmBKXa37YLL2t47vV3YgdzhHI3uuaV6h5G8m\r\nRmRVWWCKEy6IbKidHLQN2WOSXkjs38/xgfI=\r\n=O140\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"a268b13f9bb647f2460be8c79997c3337f2d2897","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.0","dependencies":{"@athenna/ioc":"1.2.3","@secjs/utils":"1.9.7","@athenna/http":"1.6.2","@athenna/config":"1.1.3","@athenna/logger":"1.2.8","@athenna/artisan":"1.4.4"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","nodemon":"2.0.16","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.4","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.8.3_1662406890041_0.7324832992498584","host":"s3://npm-registry-packages"}},"1.8.4":{"name":"@athenna/core","version":"1.8.4","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.8.4","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"ad2d62ca641183143600fe5748559e5c848b9ab3","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.8.4.tgz","fileCount":9,"integrity":"sha512-BcaE3MoRSieTA37sj7X6u4k3g/bVFQhEbW0/BTiYL/iZWkoWh87oDfQRU7FuYYK/HDBTHCNSQfU9IrbD9LM5Sg==","signatures":[{"sig":"MEUCIDnqjSpdyQIcbIjs8BOV7qBJEDLAqTnly3dtMc8xwdn/AiEAo4ey4Sx5ZiBAqx7vQkXhqDLYfgtwFWdGr6JFZHlWTl8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20950,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjImZeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq8YQ//dCySR6+WMShjzqO8gWL12HjIA9ZvWKmNRttUJ8fvZUrZ2pCt\r\nTITy+SB24BoMYJiW0OHm0/BEJtERKqyqpcfjo64nCTkQ3P97tyU3eKMSF12Y\r\nTF3wXxlbWceitwZFVf2ABlEXBKRC0pWxVcrL6lmB6I40CkfJZrvYJmuQPUsF\r\nt6kOK9QEkX9YP5SeTEPMu2Y/jQvstFu363u08CfIAaxGlSKHpzsR4BlQuUEe\r\nFtyXOmlLTxE2wdv8WSiiVLHxwPzA47rdOuSkMYlZEX/Y2cTadAC6ObbLDzAN\r\nZuyvOvn9l0B0CJi/ULhTCBDQA+9ZXzemgqN9LvSJWlzNaqc0e+OqDdaeki+Q\r\nDE29+JqmqH8ulJ4QpTw4duOybqm36UXBMwBMOzc02bEmx3wJx5DjIhEZEpLk\r\nCPQW7qfTv8vGOER81RrAlFAYWB3O7d3l71l+Xz0KVS0RrTTwgahUei6oH3E+\r\nLVWMLAI4JRAjiev56oGwZ3wjzQyZkopATf3lvF74TiD0MxAnfnRVHCBfRDL2\r\nDbdqas2WkmjeAdCam14jnvaWJhbyQeaeqhtcHn7kPR7AhxW8w8GlbGbW0SOt\r\n1mzEALwAPBQrHA6RdxeV0a9t0rC9fEfximf+9cbmnHxbPd0ODboW9t3QRlxZ\r\n1Ul7c2b9yOjMJ5MyaJF1MfaeUoa6x1lv4OY=\r\n=3+QO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"a1e6c9c91c8fa100fe059780f1a30095c58f4111","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.0","dependencies":{"@athenna/ioc":"1.2.4","@secjs/utils":"1.9.9","@athenna/http":"1.6.4","@athenna/config":"1.1.4","@athenna/logger":"1.2.9","@athenna/artisan":"1.4.6"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.8.4_1663198814262_0.4202100516321978","host":"s3://npm-registry-packages"}},"1.8.5":{"name":"@athenna/core","version":"1.8.5","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.8.5","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"c03ef2618e77557aef57d86210b093f0c75e0fad","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.8.5.tgz","fileCount":9,"integrity":"sha512-d0P6wucEQvcoKGdzRzJudQXRexCer5vRMPQ3c4wDEwtdZs4CLOZRCyMU0wc17ggf+GUuy64fTRZF8WpfBRATvg==","signatures":[{"sig":"MEUCIHiToCffgF1zqv0UlFZkBYuI7nlnEFrZN6TQmf7unoJ4AiEA69DJYlI/8EBU3MY46KQ4SF/Qj2DoJtGmq4Isx1rvvwo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20950,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjInMXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqeOA//QrEsRu0vKgf5FJjfjvTgfMhTEC46nGoX4LzXx3gvCZKFsaNK\r\nBPjchm7L1dS5D1TWQGweVvyjhNLjKhNgCaP8V/mYAAUvq2g2JhzuibxIQ2XQ\r\nY7oW0kw0neh1ud7DdBLSdBDFSvvpQpT2DXcGKBjU3xmP/0eUI2JtGMwJljV+\r\npaCYivRGWumF/XnZ/mWvbaZotpv2kxGYcz+Yld3k4EV4OLv7D80ukbLcm5IC\r\nZmXVQ66bgS6wOohPjNJjddSGJ+hDLTS+tbdLr8+ykZSRxGHGwNG5PzbIYZXQ\r\nVCTutTrwa9RaGCQQ1O1x51kVvLgnKONCJSXVgfRuE+GlRRMHOyIHftk2K63i\r\nHjSkATY8wFvJiXkJhmShWd+bm+zlBjVN36Nks6cNfk07smPHNlUJlFIgvegz\r\nkeWWQ7ZWekD4wk08w0NYUFgr9TvfoPVA8PDKwR1lAbX/4DTrNIRnD+7yogwL\r\nBcps9daGKON1dPSxLKQMBhLdyCFYCSxVQ9khJmEQdSUKAz02Zf66zZDqdzVL\r\nFQvXVDk7ml2PGDe8hZAiwktb2utN/lp85WhG8qWnwqFwVIZRT2wGwojl0LPu\r\npSVQ1Zku//dQJcE/L1Eitp/AuhgSzcYtYd0Myd8krBVq7ZfnfUv6HC6V0/9/\r\nIUdsMS3sYhv8Z2owZ/qKuuGf9vuDjKDQrEY=\r\n=QyUL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"f9ad3a542dcad32b2e73c22b4e9714706b3b5e9c","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.0","dependencies":{"@athenna/ioc":"1.2.4","@secjs/utils":"1.9.9","@athenna/http":"1.6.5","@athenna/config":"1.1.4","@athenna/logger":"1.3.0","@athenna/artisan":"1.4.7"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.8.5_1663202071039_0.6650493528551817","host":"s3://npm-registry-packages"}},"1.8.6":{"name":"@athenna/core","version":"1.8.6","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.8.6","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"4717bf7ce465add4f4efb279bad2aa39f22f3b75","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.8.6.tgz","fileCount":9,"integrity":"sha512-RzYQBOuymKfcxNoL4+nlWX7VocNh4M6nd1TqtKTvno0TcZC4dLwi5ZGRNsNgbFD0ApuQSPdCHOtD3GkoyD3bvw==","signatures":[{"sig":"MEYCIQCvckMJirfozuPR+dbBfbmoRsu6Y60a3NnRvEBdlrmKsQIhAKt9+XQQE4ie6VNSLYuuf8bJgK9OSGWUNhr167TY6ltw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20463,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIymVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqdHA/+OfvKKCSYEfaDKT7v42/q0tVFijJoaO9YoafCqcWk6VJEkcUv\r\nhTBtJQADwEVc04Imk/NPHXBvFWiec6p8+5yhNEJujBUmwmKwu1/XRfu7vJ0n\r\nmJybhxDrgLfDRAYXQKpKaFD2fpgEB5s1ic21QvxYmFqQV6PjCb3iZ9H6uiaz\r\nn/CfONPVHA/PUodG/dOpKSDlNBJvNWTUN6yL4Ap6Dx4i++cHsgEM17/kQuiH\r\nbhQGMowuvHrV8G9JRWQs30Lph8+OkEvgTJrG9CIWUNZ8PiZ6LaCgRCTVSEV2\r\nw9YYRWVp8cr1KpUiI5PfwGcPVTywnUrOm/oINCePXq7mgZ1S0CEYRga4f/3f\r\nSuje/HTJnaRrPsfes1H7lkcWwv37AiHjZ84b8J+o4++Lci9rjt/Mx9IZJA9I\r\nGb/KAo+8qEd/WkX0BGS+vX2tHuggkluPQ1cMd3QagnstgUEdAZzky/5Ab9ed\r\nDcJ7i0o4e74G8yiTnRIguCWOF7jHXPeZebqvdJYPtKiIEPY0oDi7PXxa9URV\r\n3AaAXfv6MHRRx3PCa77qYdYngxYqKLEViLAc0Y8uLr5/C4ZeJPXTAzXHHkaW\r\nRkJ1TjNVjFMdZWO1VeiMqBvWaVlLAfgHUsIGNMbLSZIRbON8RcBDxCBcIp+Q\r\nZwbVUZNpqJUyx5ljFe1r7d0/P2v3en7qVR0=\r\n=DNBJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"4a4a4982e8477f962ca8f18a67a6b02492670bc7","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.0","dependencies":{"@athenna/ioc":"1.2.4","@secjs/utils":"1.9.9","@athenna/http":"1.6.5","@athenna/config":"1.1.4","@athenna/logger":"1.3.0","@athenna/artisan":"1.4.7"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.8.6_1663248788982_0.8780352558048112","host":"s3://npm-registry-packages"}},"1.8.7":{"name":"@athenna/core","version":"1.8.7","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.8.7","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"2fe7cfda331d2a56228cd8864b264975803d1fbc","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.8.7.tgz","fileCount":9,"integrity":"sha512-qPnI1pfOIIrqFe9JIjLA+ID6KRfHDhNJ8uCUeNz8Gwl4RnkuoAgA2zUMdm/zyAKGo10GlaaA7DwzOQ03HlrSEA==","signatures":[{"sig":"MEUCIBL1fYoVuuVmPvW6jOkXqjfx2fI6b+Dog3FKPM8HPqJVAiEAki64sF7rJ+GuUKkNcsycOyaohh1D84l4cq7BVPD/iT4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20629,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJGZYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqWTg/+MkaYR3J17afxuLjKdhErJRiZAnaipMH8KisNDgsGNXQru7TO\r\nfn44uokM5KFncp7CO9E+iKPD3MqK7eZ0g/37+BHblVZIQZAPK+HELwyvexC4\r\nZsU55/sNBzSOHDB/X9mIUo9dxehv7hmZhAxX5ds+ef3ERtVTALDYpe+nWDWO\r\nGcy0IXpSzfQh24z9To3dxm8bINfjwqKMWqe/+NJwYvOLh97kO8dUDr1Jubib\r\njbaK1ow26AShtvihUeuI++Mm5H5qb6hIXxRqGCEdgmW11Gp4J5KYQhX3tMzm\r\nYiPTH6h9yLfCVPgfW+J4h31piJ1MQgtqWbfxF7CO0vxIS/oB1SKWEBbjZZc9\r\n3y8W/XYhk1x7gfd/rjiCsNl10tlMFPbdVwyvaeYfxetw4slEv/MVhy7ZyUe3\r\ngcUB6TCArPYO0WOxbM18jKLHLcsVDoImjSx/gCWZO9wbeYasO3sKfOzLHqV6\r\na5ox9jjOOxL7B8zDC7rSO2yJUubydJf/7cv8zCLhVJpOq8WcDouOLSqFlCDb\r\nqEnhzTyraryQVdOhHkyAGKpb29P4+umjqA16dd47tieQ7kAuk2XRE/7cFty5\r\n7oUl9q7waKoHRXbgDP0J5IGAtS9wKI75WVkLKdb6gAu2ijubEyZlOaCaePcQ\r\ngmVPYC8Hn5OKC+jo2sfS3qwZN3fAy55vUTw=\r\n=DKUd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"d6fb4cb5cec886627fb4066fc6fab1ea5e654ef8","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.0","dependencies":{"@athenna/ioc":"1.2.4","@secjs/utils":"1.9.9","@athenna/http":"1.6.6","@athenna/config":"1.1.4","@athenna/logger":"1.3.0","@athenna/artisan":"1.4.8"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.8.7_1663329879547_0.17289749420503298","host":"s3://npm-registry-packages"}},"1.8.8":{"name":"@athenna/core","version":"1.8.8","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.8.8","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"281d96efbcf720c4da6472278b95df3a2d87e454","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.8.8.tgz","fileCount":11,"integrity":"sha512-CbXsZiXBenyKm70qveSuQDklVb6aA+afYgMwduGVEXzyzgR7B3BA2q+a16BT8nHWzm+cUmuCSHVFMbSgfYmr5Q==","signatures":[{"sig":"MEYCIQCQW9y0lUM3f/ymCdKTw78xAefQd4FceYxg4K4rsX4UjwIhAKUJrAlB6zNzLsdzKRGDoLFTpBqUbhiyC7HeIt4PHtsN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24050,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJdb6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp4HQ//dvUSGWu9gR99tSGw4X9gFnQfpjg6FyJks1iQVsgh2Hq/vNNh\r\nCLKfsXJh5eN3qYD0uwxM5hZyWrfMkbKRkeUsRc3nuwDpsqo+qYxbfT/BYIDQ\r\nhph+jPcoD5DlZUAX7wL945hJXqXsmwtl1RD7WYhrRs+nhxSzrr5foUFZZpLv\r\nXu0iuHuFTt+T5xr6sYjTEe9FKnnQNEsnisK/HRKA9AIp3uO5zGhPx78bjYqJ\r\n3cu2AgjhXCfrZ/epdv8Vu7SLHrHX+dTiJHwtu3tieCcaHVrevLADKTm0RrvA\r\n9QYdNbv34caCvr634Vk6wUbtLobGHsRoVHau7JyhOnw8UzhphmtweXDGXn0/\r\nHq9LHXtSR6VSIrEpxuob8au7c4LfpUwOeV8n2ugQQez1GJpVfbnZejvHeUpt\r\nVCBiybNbDv9e0sh5/kpT1lBYf7wnq9Y+J7/jzB6lfdmW4fPDw8+02eXz60zY\r\nkE8J4KLLPYb0sRfdz5TFDGJcSDJnq65PWKzcjsCoHMtr9fyfWIcy0ty8WFxr\r\n8AR7efcuD1a8CQwu5vFlzf6cOamTMHFsRuoR2xucLr09XzJ/r2H703dSlQ7R\r\nQ00iL3QaFSzeCe5kX+SPZ+VVhxlswyLpFVo02kr5kqqBCG0L/cftbfjs14c2\r\nEXiZ+LaZ3hVMWC5hqX3Vjb4TbgYDV1YK6j8=\r\n=lgra\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"6177d6385647207915b712163414ee83c76d620a","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.0","dependencies":{"@athenna/ioc":"1.2.4","@secjs/utils":"1.9.9","@athenna/http":"1.6.8","@athenna/config":"1.1.4","@athenna/logger":"1.3.1","@athenna/artisan":"1.5.0"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.8.8_1663424250213_0.43227292550692953","host":"s3://npm-registry-packages"}},"1.8.9":{"name":"@athenna/core","version":"1.8.9","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.8.9","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"cef294285db1e25933a1c331042ff72c77613e90","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.8.9.tgz","fileCount":11,"integrity":"sha512-cWhg8fkKa+AVLZJg+DOKeTlF2WeO4B8wzAbk28eBNjxGweI/9TDravRyoyxd/Xav7kYU9JJiOA9j5e31bETu1g==","signatures":[{"sig":"MEUCIF0Dl4vn2JT2JPVL/bl2w6rWspmVcUKN06/XkZzq9WDZAiEA9DXPzuE7vh+FEkC2qvtx9SCGNdlxKZgC2t9fDHoMgdQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26372,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJelCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoiSg//SSPpAKUbxBgqy6kCQU0hNROMwSGMhffGXRn2pOA/wdbSZgXn\r\nn8vDHNHT+elvfnWHwr+YmwR5ohbEn012+KN5HPTZVkg+pzBKNeDwyKtW4ZN4\r\nG0B1nk7Jw0fmPLILHcFJzw2qwj+apJuB26xjaJQacOpyJg4bG9XIa2FrtWXb\r\niWDMLBBAVQqVBvrZcWW+kXeSbZdhd4iFgCaD1qZicCofD+SoW+bYX74Nqrd5\r\nCnqwARkFaaKltib1BKaTQHwtW4t955SuTrajYJCnzbp8RGOLTKRD7TXnqwJN\r\n4GpCv9WsCeexfxGQrNiB5zlZDvAJqQel4PIFO5Rp0aAvmlmFHg6RK3sPbxlM\r\n3vwMktrqtSPli26WZPhdOIQZLbxqmgT0qKepOLX6loJYuF0hPwB0e/NK7eBf\r\nUuye3b6HoWB6qgrHSrc2Us/75z12MW7Ng8sWHYPHZimoWn3sdLk11ohom/pz\r\ncESsalMr8KTetRIY331aFzihY9BqDyIBso5AKsCwreDcXBhFYhSjQpe+YO/6\r\nJNK45JwD9BskObqQEOdfqgDmYniuuL//5OqhS4Cvfi1bRiQ11vlgqEYPPTaW\r\nE4Z7Nyrd0cjT1k5rHXBjMeEc2vyP5K7cDJ2ls2+eO678dsP4mlBfGnmxDR28\r\nKwji1dFPBbVKuaJXqbZKCc3UZKVMjNDudJI=\r\n=SJsV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"4cc208a94295fb35b4bf20c0a710e3049395ba3b","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.0","dependencies":{"@athenna/ioc":"1.2.4","@secjs/utils":"1.9.9","@athenna/http":"1.6.8","@athenna/config":"1.1.4","@athenna/logger":"1.3.1","@athenna/artisan":"1.5.0"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.8.9_1663428930250_0.6548641568280711","host":"s3://npm-registry-packages"}},"1.9.0":{"name":"@athenna/core","version":"1.9.0","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.9.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"4d5b45cce6343951f0de544d6bdbbcca1418746e","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.9.0.tgz","fileCount":11,"integrity":"sha512-V5WvekEVMtMHJISbGMMI8Hd59TZnc4FjjUMK7UJjYdXwQFg0HdMpcNPPdkeLutOjUYk0MZa6rJ2yVO7PDifMLg==","signatures":[{"sig":"MEUCIQC3mO93WYE1waYgTpT2EWm/lHPpTwk8sCFJaJ/iXCfKvQIgYU0CKmh4clTp5DYckCnvlqzwvEXzHk+YpZvbr0ofyPc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26372,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJepMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr5sA/+Kzi9V6xtu6FdVa33Wq7uCA0Z23gccD2VsAxaV0Zi6cScT8Li\r\nJWdPLZS5nACJC5Vd7C35y9D0O29dlFlZWfUEhxqvPUyPFAvyEEm9BrYK3S+Q\r\nOsash0AcLCwt/F96d4h2m3QMlvxfAQL46mbPPGJuQPU23dKU8qksER5GssKE\r\nYPZVzOWL9GaWl49Qom0zupfLKBP4YJ5t7DBciD1rw92JdaB4Jtr1xSwzs3Wr\r\nagJLf/7jMrj4Dg6Iuf9gWsMJxXOJTHBLzOVQ3fJnWcwh/AXQIQuGUq75npWz\r\nTD+ojqPRF+yqhBdwjszuoQYdtgd6ZZ6WaBn6P0ywechpydae6bO4uKiSZ4it\r\nETeII9qlsxNoTpmUH56Shjbtkasdqmx7htk9XaDoWvuXTfK9SZJ1pJUi8s5S\r\nrjLVnLtbJaaigcxGf1jPXdVMoNJldHHlEgVL+MwRYAw5cCbMsYGKVGXl5ZBY\r\nBnvxiGjH0egim2CmwHrFiipDoZST+bhGorEjAAlVClXPHFFwrivdC0WYdTok\r\n2yRYJxId5Fnf+Ylx/nCXVi43uJTEr+QIvnI+tmMfcXtZ8RkoMPXuqq6NKidz\r\nD8ifRqBxgOS9rd3hmt9mLmKga94w62nigipDCHArSLq8rtMmxF1aXpkuiMH3\r\nuIRZj7xciaHAAsx0nwLQHjF4CaDNqtiqPPw=\r\n=4cD6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"4505a5339978654b3bcd624831b6b4121fa1f614","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.0","dependencies":{"@athenna/ioc":"1.2.4","@secjs/utils":"1.9.9","@athenna/http":"1.6.8","@athenna/config":"1.1.4","@athenna/logger":"1.3.1","@athenna/artisan":"1.5.0"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.9.0_1663429196782_0.5950812766747227","host":"s3://npm-registry-packages"}},"1.9.1":{"name":"@athenna/core","version":"1.9.1","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.9.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"23785f7374c039be0f80063636fc9012fc7a6fd1","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.9.1.tgz","fileCount":11,"integrity":"sha512-f8LyRofYJ7cD8qwqWRGnmvtPUyanTtR8GeUXZk0ankIgvv5wZN9oVRNGif+RLACKQ3yvvrEjg1UJ91Z0xxYm9A==","signatures":[{"sig":"MEUCIQDqXgmNQJsKjp7lmK9JewPWym4a/7Kk1/Lfav7wYKgL3gIgZbKZYgp1Dxy2YqDAO2c+FHqEtNI8n5d6u1JRfVouccA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26370,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJe9SACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrD6g/+M1jgsPECu6jtk974tiViFABuAx41kGNjyscl8s9RhM9OBLNM\r\n4dSLvEg3A5Cb7rw+xXr4Mhd3DzuVwYoiAORPORzoeilWhD2mucnihEEOTn9B\r\nPwVRPPRC1AnDpp68XL3twT0g5sJpKyRiJEW8dEx46Vmr8vwsX9dTGOstNi7G\r\ngljp6Egd/OR1QEMyz9sKKwCCzR7mR6pkpbv+RKmC/Fnv9gXaYGJtwTYXjuYc\r\n6sPphLOlisaPUSnE0Nex/OyzHLFeHmPpocrV/N55QwscNx0opUp467aEBWEI\r\nwoYyBWZ1fU07H5ofAei7cMumxAJjgGHooJqSHUBaCfFmete7Dn9N+abQCHqg\r\nSNCcu2UEhYzxkYUkaczh2LXMo/yFivUJ3aNDxC4Bk9Fx4feRazk9dtunogDX\r\nlNKcsYDisukCFPjftnSIsOF6FTZoxbrmJpyHeUiNRilx/MNpIUsm7OAOirke\r\nGHo7/fUT1wbvRhrD1UBP6Lbool/5jUFpwTRMb3Q6KBtIGnn9L+BAfnhimSDv\r\n4fdMGNoU0xeqO/8MPtJ6/mPDMtvQLfgUxCCobGWHib90m8tUpHNkanpvyO6e\r\nGTkCqcAMsrH0HWQGaNGVOYtzTy0NDUTRa9nxg7lxmEqdLU2o2tIHY09vZn5B\r\n+nWSdhsHbrBb12tBDxFQTlV22AoSuLHjrWU=\r\n=ogOW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"2596cdc8f37a881ffb75add5a845648552426aa9","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.0","dependencies":{"@athenna/ioc":"1.2.4","@secjs/utils":"1.9.9","@athenna/http":"1.6.8","@athenna/config":"1.1.4","@athenna/logger":"1.3.1","@athenna/artisan":"1.5.0"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.9.1_1663430482613_0.8727945084224542","host":"s3://npm-registry-packages"}},"1.9.2":{"name":"@athenna/core","version":"1.9.2","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.9.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"6f6ce90466b08ba810af98487e8d666cce8cac78","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.9.2.tgz","fileCount":11,"integrity":"sha512-Rh2uzzxVTcs9AyZ4kN0EbCs8mWvaZs51tlWFeYJ12XslPoeu+0vOoEMoLO7B7lN1D5icCwIS/Xot7OrH1l4wQw==","signatures":[{"sig":"MEUCICw5CBSQl9O5NCWP5z+4l+d1T4GOhqL42X8RegjqzUsfAiEA7WpBIBovNDRvvzrBskI3BCoS1dFq5IDLerayD+emlGI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26486,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJk5LACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoieA/7BzYkt0ts0XKP7c9g9DpTx0JpuQ++ciPFgCREoMCfojDb9oS+\r\njwODarg6WoXIZcf5WEtYPIYhA09DSlmo/MVkZSe8rj2lqiNIZ9v2DBN/nc7h\r\nwunzbqx36HayEINoFpZzm6EAr2GtnhiWX2svlksmZ7F9bObSa63dnzoHeCWc\r\n3pejngqc7XiPOfHLrrrUHNrjc+1Rf2Wx/WDHcIJxD/z5gzi9HJ+rrwjrxsP0\r\nzLMcTKgwz3+NujzQSP1jxDNVWROAzwmyt8xSU6saQOVdJfjlpiQwT13+0B+D\r\nuZKm30LRcw+3gOpR2uRA3Wkn8dKbhd+Iv7uXPOrliyTwIsrsJx7N0XtM/ovg\r\n820pA+ZdW24mXTglHCBYAkgeiqulfltUcyypxP2JL5JQ2cB8G8pXILjT3kX9\r\n1GvzNkReh3xpMu5mOD0hDrsSZi08Pk3Ibv1fbV8qQqSHSIfowWckHEPE1m1p\r\nNSmetf5kykz6rWV5jnYmqXFuwrBJuM+mgbR4HfG/zTTux+IE4lgUngtiKWbc\r\nnCS5M3okK93MxL3QO/U/VYmeApfsCL9d85+6/C4rN3YtJKsZFckoQqxIBMdr\r\nhXoQfAMDqq/WuwanopoAbsFSDgrgr9PXGlQprUWvybpZQYNGzivPYlRDLict\r\nHh/QWMT41xKBwf7ipn003ONzPeJZDXmVBGk=\r\n=SDUy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"5a4248232fdd0a13545e52eef4b4a49b5f374ee8","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.0","dependencies":{"@athenna/ioc":"1.2.4","@secjs/utils":"1.9.9","@athenna/http":"1.6.8","@athenna/config":"1.1.4","@athenna/logger":"1.3.1","@athenna/artisan":"1.5.0"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.9.2_1663454795319_0.8421171885766121","host":"s3://npm-registry-packages"}},"1.9.3":{"name":"@athenna/core","version":"1.9.3","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.9.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"486b72de18feceef84444819396f8edc5992d010","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.9.3.tgz","fileCount":11,"integrity":"sha512-KdSyA9y8l/HPW5ehGjT4/nvoqq1Ox7ggVhkaaFAfpe2XNr2jck/ej8KQqgPfHeJMkR5uzU5Z2OzjBBrbWf1rpg==","signatures":[{"sig":"MEQCIErVBXFmjltbrsKJhTm6rpxO8JAJGtPOur/qLeKlQ+wfAiAc1cnX4yWnskqgwosEqTOYz7i/8BovzIZhy9Tbhj5BCQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26486,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKnuuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq9rw/7BpGqQKPl6JeYpQFlZkUvH0hgxhBABOwtfoqNNOAM4XSi3Hpw\r\n1Ak6pXOlyP6r213tuWzvdNJNmrQ5cFpQLGs0z2nvVYztxs+tDw0XKC6kdFX0\r\nAFswTb5mJBgjkeU1JaJ8a66risyVqFG+RbbVokPWm/boPX0tzdubkXIaRrrB\r\njniUaZePm+cV3TG3T8N6jQ3jhzHayyN4iPJJZX0sLcph2QrbDBi8Vqq/zzEv\r\nOLmmcMgthp+BT2lVwforOfV3zxWJvw4swWYvfrv0og9E9+LlQZBBO7kTEceW\r\nOxolpM5cP1Msr/t3bFqiJa246IrG4cdWpPoO6qHqZNsOnIcbNPjnJD5tf3u1\r\nNes950dBOeKTnlJFfA/ELTkgDcsmE6mC7kO46TUmgy9PyVtHw7Y8d5jPZ79L\r\nQ51ZYP/9gppUFH8S7fT0jCvXq2dKyrAgWPNC8kT79hZ0gHIcYt9od2Un8G7o\r\n6vkyiahyYMqdVoNp6D9wkzUCcPNbTjnrjsszMtApxaifHQS+0Rzo6RgywLya\r\nBo9P/pbvVmrK7WkqXWgAiddK7AU8milwJFrFaN6y8Iz6YoiamMgYjfGamiPU\r\na3LOiwYYE7ai2ZU4JYewidwpA1/qFbVrOedXsUE3cLUsIi4dWeLdPJuyE1pF\r\nL90lkhER7IAeJjVDFDRowcc4bN3RSB0K8yU=\r\n=1nUK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"6f9ffc9d21167efb87b0e6f59bfa8c72f2287363","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.0","dependencies":{"@athenna/ioc":"1.2.5","@secjs/utils":"2.0.0","@athenna/http":"1.6.9","@athenna/config":"1.1.5","@athenna/logger":"1.3.2","@athenna/artisan":"1.5.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.9.3_1663728557946_0.5725857372711369","host":"s3://npm-registry-packages"}},"1.9.5":{"name":"@athenna/core","version":"1.9.5","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.9.5","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"1e1946bde79aeb1d74b0687c7e8c225778f64ce3","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.9.5.tgz","fileCount":11,"integrity":"sha512-e8VuID1+BaQmLh+/VgoAsgnJh5ATHdP9WfPLoOe10AF++dbvjOOhhD52AGuIz4GVIMOfgRO1vg0j2sNXXezfsA==","signatures":[{"sig":"MEUCIQDLm+2zeRNwnUu78MxknBb9VBkLDhSjZVkXsLQlTae1kgIgXshn3rLIfC16xlu74Q/FlxUIXj6/tD++OR8fC4y+NmM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26486,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjK5ZgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr6tg/+Jk4jxj+r7uNhqTErlRwMvw5qadcW+oUMMxBSnGsfcCZ3APrC\r\nxygiAep39QZ+uocjhbegyZerEifxnkGE+6CYcfT6WGlFkltAIU7g6buowIrI\r\nRedzP7c5HZxpLlOsp1rSnFK1DEO8kcdS5UyzXrzuca2fmaqWlLJegU750dUd\r\nf349FR+HFxBKX/Eb2/PpnjEQTu7uE500RHX9IlCSqqK3co2ccUGdy+Lfyfex\r\nTijzqLXI/MhY+kuMWMNkfPU+XQqJadYxx/VUKtUMH6FM9FTJRn5iSIibFHnu\r\nfLHhqU5m3y/4ACZ2z+h6FYwSr3iR1PK0+HacSOoU1fpAtV57D9FzrmRVFfFo\r\n43REVYr2xSkVreahGT1c2bFsO53CWJkgqmGwHkIAQE6r65a76TE7M61BMeau\r\npNJpIqhDlp2ZSg8T/s2FSmMugcrgnlnsltG1vXVeSU1oQvdkaA9dbcF9p/gI\r\nAIwveW5FOonolL6XbS3s/ICTBiw3/MakmUvHuS2K/KdOyajpTxJ+PTG3b+Sa\r\n/ZKe1F1Crn8c9070GW/PmhXcs+uUAMAIfOE0lyQTbP+7JzOzbgreOGU4Drwe\r\nkKEvzZUdROoRcDofjvDZGVCL2fpCVotZLz87BruncRBvPjzdQbapxVCmwhT0\r\nF0WtOy0C0fgDBkHtyLCIPKqLYpEoZ8WC97c=\r\n=0tRh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"55521d5df01579e9b8ba87b048ac423cfd411340","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.0","dependencies":{"@athenna/ioc":"1.2.6","@secjs/utils":"2.0.1","@athenna/http":"1.7.0","@athenna/config":"1.1.6","@athenna/logger":"1.3.3","@athenna/artisan":"1.5.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.9.5_1663800928713_0.7275145827324756","host":"s3://npm-registry-packages"}},"1.9.6":{"name":"@athenna/core","version":"1.9.6","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.9.6","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"cd77ec35ab8ca188457b2bb469aa16d319665853","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.9.6.tgz","fileCount":11,"integrity":"sha512-c0WDqPHmOAJpAG+SPnyPf7IhLxVORWae1n+nTEFze1Lx0G2uQ+CmUVHdBVBQsVX/GdJsPW5M/JDKmckhAREFbw==","signatures":[{"sig":"MEYCIQD8P5g2D5xCwnjkAwkCyYVLewu7PnmZJxgwUzjYUeGP+wIhAMLSu893BCBhxeRgB+PYP92+6vaOHey18u4Ujbc5XCuZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26510,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUtXzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp7ihAAmJOjUcwbGOOvBC65a06gyT23QpgpzFoLLtG6+D4KTwlMEFPQ\r\neY9d7+CiPhIvi6X2m/gG94ALhBV865AMh0iUvqrv1rGkfo/jslkKQMoImff0\r\nhehg7yF6eHlNVTP/VXhVkk4hhJRAm6zbaDoEkTtFzVrbwXYJB4tRTovoXqX3\r\nnYpy4ydvbxnCDacaijdl1G7N2ThSyHJ6adu5AC5CrlYu/8S9CemlCONSBNDI\r\nZgTVc5WGNbxjBo5ik7UyCyA0MMuwiavEs0iltJv4twSyVeiATsljuSjBbX+5\r\nCk8FxPOHE0AXLm3PM5q6+WD1XkuFaECsKKbn3lUakLua8ML7ZgER47Qnm7a+\r\n1hueIq3LDHYvPC8iFU0Anc0vzxV5HAlb++cLW2k0+B6036zXoUMtQ4XukUvF\r\ntEsE4li7llF9Yig4+KFlI++60FhiO9bqhCPZpgWp1+CV5AMA8i9HCNJ26ZKL\r\nEGeb9W/EnMhu011QUVxFnzIfu1xX78xu0Yhk1mAPp0qFfy6dFUVyDWMRamZ/\r\nSN6QuT05qbZ4UJtmB/ImkrX1i7p8BS05/MYdpr5xT1cgACol7NkZNKCuLGz6\r\n8MF/BDvdRgQfIhDQMp+2WKtKnMwJlzntWA0TUnWMXNOo3RBmQ1k+5hM5ldy0\r\n6irbTVSA/Nycb8JD+KOy3w4wSQHIeeQQJ10=\r\n=U+pO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"5842414c83e452ddf72f9d49e2007cf9ec4be138","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.1","dependencies":{"@athenna/ioc":"1.2.7","@athenna/http":"1.7.1","@athenna/common":"1.0.0","@athenna/config":"1.1.8","@athenna/logger":"1.3.4","@athenna/artisan":"1.5.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.9.6_1666373107110_0.76851535572128","host":"s3://npm-registry-packages"}},"1.9.7":{"name":"@athenna/core","version":"1.9.7","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.9.7","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"3c1423a6a0576abda3c26e001a66272fc485d770","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.9.7.tgz","fileCount":10,"integrity":"sha512-wsaFWJoBlbdrwKxsSsi4+ppnLS8QFpPWOXr8DHvYzfFonBHXpHwVy8wd4T34B6rcisc/IHp0D3xXh3UFkTsSig==","signatures":[{"sig":"MEUCIQD7nFPCj9mfKFRnrCe5uegUUZ18PmPH5Lk+zlrAxU3MkAIgFCSuSbjJhbbu0PYmxBXH6LyH0/cSA2GZKLE9ikYu85o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25401,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUtaVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpP1g//UpihTBj1UkAHNgkNEh2EyPno66IhvGzaPaYrIGBsG2C2o5RO\r\nEVXN99vq8ZJhvGw6td2Cc5S+Dt99bTSl4y2W7/koH8T2rIVN4Qbu2BiirkEG\r\nqT6SUJuvYF3QlowOuitxaqjWcIKTBdBrugH3w1h0RjlAa/KcGpEBwA57lG10\r\nVtFBFhT2Y2fSbs/+v8A9BzZddtrA+EBZJsQsgctuIe21DKo32vkoyZG8Riz1\r\njysP8w8pwZ+f0Wlu/3wseltcvtu7yn8LQIYuAiFRDQg081ptau2zzfJjDb2L\r\nQyje/JYI/l2C8ckVdhPEpC6jw0o5d+m5wRLJYnLMhM9/0CPdfh4v2+TGNkpY\r\nYRx9EAHfjdoFDCUwom2+aYyCTObMrRmKrLLS0Y/jHO/ldCAhomJhv37qDlqt\r\n35BZ8Uruzy9yZNF0AiKUO9pxDUpTyX8j0i9vg+SlxLUjyTGnOocZ/GJyfZe4\r\neImVWwBgWBDtEoqzjzaA+hKscGxXdHsZ2CIcTSSyex0/IQwTGSwQUCpAAcj4\r\nVyxrFqrASqiYKJKr0Ck6akcNQrrNaPftCO942kb7favZmi3HVygNMbXMEXR3\r\nzdX6agqVf0fGoqTzyUuOKYb8oGDQUKiOhguaWsMhuYK8At7/VXs4niOpuDcb\r\nDDv+FMn/t1d0eI/NxzEnIcXo7OYh0qNnAcM=\r\n=IhqC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"2e14874a224907010d31c65929922665381a31c8","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.1","dependencies":{"@athenna/ioc":"1.2.7","@athenna/http":"1.7.1","@athenna/common":"1.0.0","@athenna/config":"1.1.8","@athenna/logger":"1.3.4","@athenna/artisan":"1.5.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.9.7_1666373269452_0.7105524217510621","host":"s3://npm-registry-packages"}},"1.9.8":{"name":"@athenna/core","version":"1.9.8","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.9.8","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"0512a1a9b412e9aa6e1fcdbbf3c15326db050a45","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.9.8.tgz","fileCount":10,"integrity":"sha512-nwdHfE4EwhA1Lr9X/l5sqSfMChyFGzgR3mhRX+RiQ0SlAXX9kD9JP8GiUfftLBukhK7spUNCVOfgZKUbrAwPDw==","signatures":[{"sig":"MEQCIC0cJucUUUOSV29ZDAbaf1cfxOlIbFuMeq/kwh5KGQ/oAiAgrzPdyS9/RAQQK+4DJBH+mOByZa7XKwmM2nmjoTbMTQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25795,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVCwJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp1UxAAo+ySP0stC7m3RyQll/hhh4aEp9uxgMknpOqxH6rNt6OBCJ0h\r\nAX5M0YwE/tuX+RzTgrBsDad/CUOX2hoBz6PDKf/kbauqB6Zzf5LBCCND5job\r\nM+bWL+Q2jevreUk2xjT3OR67L5jNPJ2kw7+t60jo/dT3lYixJMk3MlwzPMwS\r\nTn2baWGbMVhwLWznEY9F8nNoDwqVkn++BuDLN/W030yXSB+h1wed6iE0S+r9\r\naYHQaMWLKmHLta7yNVj7HzbHvxOE7WFzSdaha5j4QJGfUSobfPPGSCAJjavo\r\nEg5nsRJG6C1QBq5p+J0M6D36cmvBEuiFuTnqdOA6qFManpkkNmC3rklwJjkT\r\n9yEZr99KHj5GYGelRWARGg34HG+lXX+dFbMfKwRF56G0O0E4E1xUKBR4Ks+Q\r\nPkmqMQHzlP30s9tPn2aMv3cQokriaxN59rDeJDYBgFd4dVI3v+D0HxgTwJN5\r\n21hwRv0cOFC+UrWfnd3LCDjhP73p0DYllA+yXnHCTg1m7ch6SZlg/WZA1T2O\r\ngM1+uiMB6SW0Ps3gA3juZlRQRYbFfZtjN2UiZovzPQMZ6ttdh+n5xJbXPsqt\r\no6yori/c8wbtrIrVnpx5kq0njcbsadPgQH3g3VS33mbTLX2NUlsFR4xTI9Zm\r\nH2+Ylkb++FI3Fhx3bD9LW7VGY6B3dVruMls=\r\n=LjX8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"7353d6c235aacb6b043e6ef8b66778adf18c4622","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.1","dependencies":{"@athenna/ioc":"1.2.7","@athenna/http":"1.7.2","@athenna/common":"1.0.0","@athenna/config":"1.1.8","@athenna/logger":"1.3.4","@athenna/artisan":"1.5.5"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.9.8_1666460681790_0.02870684144792257","host":"s3://npm-registry-packages"}},"1.9.9":{"name":"@athenna/core","version":"1.9.9","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@1.9.9","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"ec59f21717a0177f3c1f7c299897259775596d00","tarball":"https://registry.npmjs.org/@athenna/core/-/core-1.9.9.tgz","fileCount":10,"integrity":"sha512-WheWboFfAp5u4wyV91m0uQ1fyF97edGM9oUzQFVAGa3mk5roh794RMVndWH6qTWrPI9HskpjzsXmtmkfcMgbAA==","signatures":[{"sig":"MEUCIQCCirXlZFJGCHU3rvyYMDq1IG1N3jTWqpd3IBe7kuv6FgIgXO2W9352E2Ygm7zu49xWMoCnSIvweJ+mIdzz9YwPD5s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25795,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVeyZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpGfRAAnycf5dh8j7WCWC9Sg+iO6KK7TAwKL2UpYfS7R4xyMlFxpG7e\r\nhOkos71cL2WuOwCYSwe9MWW+oihDAW2fbkZxNwQM45xI9sK0YHOz6Qq/bj16\r\ng0yXJO7rpGamRnqU86o99DE2Py1UtCrXU7cndla/s+VPQ9k31B7WgESztccH\r\npcBtOsopt2FJHtlg5mv8CbL1nDtiRtQzOYnQRFZDOcdIdwNTmZr4uAGangej\r\n3HDzhp9DwvUiT80UJIYnt3ETYH8pGivkHKtU/P3SkRaHR1WpQpQmbZ+v7qt2\r\n63OeQH0X77vaxKbmaah2tT1SmBcJgA9ceWIMa04PMj9wJeyBUIk6untgYv4/\r\nMnau7fep+ITNyi+sq8B873dNu4bP092HCKRw9p57WU8dn5uK/GeL4Mrmglmz\r\n1bc9qSeMJC0FcWjYsHJUn2vXFefrtDcoAG2mIMDYLK0r1UOospf93VbRmm/v\r\nPCh9vs1TTZ5+cP6bBgAC/X4Dh5rl05+CbTRax9eOqjiJsWRNkzHCsz1gkts3\r\nKaLj8s5YSQSdwesmbib/gmOqIajuO+9tvjjZxCHd4VsnXpb9R8It/vQKQwSa\r\nD688XJr0xgHIuYaO3joKxQTa0CYbtsCzs/9UJzW9rKcS2N6C7vKtIgvEXeuN\r\nZU+x+1vcd8EJj8bN51go1l1HTEmU4p5+KEQ=\r\n=+2Qj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"b0e3972c66c857a40ae925ba2435ec0584e33bd7","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.1","dependencies":{"@athenna/ioc":"1.2.7","@athenna/http":"1.7.3","@athenna/common":"1.0.0","@athenna/config":"1.1.8","@athenna/logger":"1.3.4","@athenna/artisan":"1.5.6"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_1.9.9_1666575513537_0.8874060940787762","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@athenna/core","version":"2.0.0","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@2.0.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"dbfa7b0f8d05630cd62b7433ab59d2b673bf8ef2","tarball":"https://registry.npmjs.org/@athenna/core/-/core-2.0.0.tgz","fileCount":13,"integrity":"sha512-0EyYPl7vhdIyAujUvIlwpmlIorec4z0XR4mM2OfD4BDaUg8zYlt5DSBYABsMcTRZqWuQsc4HtsDqTb7Nu6AxFQ==","signatures":[{"sig":"MEYCIQD3DMmLxhvjr+i92MXa4P9yUnRUt3TSY8c1JbtC/9Lk8gIhAKNWTxm2kpdCppPM1MQD8ErebsXFqWjLxoQSni5de+Aq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30175,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWXrFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpE/BAAlIfUhaWTZVQbWrBZ5iBZUuIvggTxYZUW1tzLiT9FcBfFCwlb\r\nc1lug5kdUWW/iUq+YfJYcDeffeAv+ZXxPNr1axqRRTSQKEZ5k9xVPXRC1qzV\r\n5lvV4F/BH4siqGSb2eaOa9blepd9n8Yf8+9dsAbRNmkBVMWjDqV+ifYUpv0R\r\nHDSLxs7JlYSAa4a7HVt3ycyNLnpABaWZDMVTI8CeAO02//i4xcqsBUu8bx+c\r\ncHCX30Woxb6Zg6GUPvbxGLT01w5bF2j4hSRqhZAS1OMTHFoIQvDh2tWcAr9o\r\nWNXd7pnSHRnmj1WXUip0nqzvCyHKvBbO4uYPi6iAGZP8e1B/1sN973FPn5Ku\r\nt924oof6g6FZpNlxUFrBRkT2ujsP/sYEab+azPjeH19CWisF5s2V5rgm052v\r\nfPwggkF2QK+dKQbIIVgKtdQW7E4+bGsGimw+DeH/uPF8LCaFIGQJRNkpDk7e\r\nr3wejzAJlzBGzkaM/D2Al0a6TRUSlMaW+vFaWAtjq7FqXrb+NmA5lKeiy4n5\r\ncex2KoOXTb2GSP486FN4YB2XPZFh81JRK1t/5zQLSGM50DJxForuNMh1YQ8K\r\nd6hUVtvKRTQtygc8qrKEK81wsivwi2KEwDplBV24apbHC/DcName843XgLJ8\r\nvGVuJS3nkusYzWyxXWkakJG4Goa0vMetBJk=\r\n=ncu3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"8d952f3f97700a67579327b186d40b3cd101d6a3","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.1","dependencies":{"@athenna/ioc":"1.2.8","@athenna/http":"1.7.5","@athenna/common":"1.0.0","@athenna/config":"1.1.8","@athenna/logger":"1.3.5","@athenna/artisan":"1.5.7"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_2.0.0_1666808517735_0.655108246385973","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"@athenna/core","version":"2.0.1","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@2.0.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"3fed9dc21b9ed1b63eca286c9e61c86022010a92","tarball":"https://registry.npmjs.org/@athenna/core/-/core-2.0.1.tgz","fileCount":13,"integrity":"sha512-L5b1C50nF5moXYEaRdwI54/kydsS8Sl/5TG0MB63XCU59RdqZttiOBNCs2wSKjAbyDz2St1BPk5BtZAPRIz5zQ==","signatures":[{"sig":"MEUCIHGmf2GMyqULZngUFjFIscuatuTJD48gY/arp0+9SaelAiEAlZTpUjyD481Z+XcTa791TxgoyneRMcRxfv7N00p2Ypk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30314,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWX68ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmruWxAAixPyNDkKh7W/3JeJpoGbxWaNj3KQtZw1trfAAyCk40oNlQyX\r\nFSyvZNU58h5vPkxfByBuIW2bYvMxi3FF0L5Q8erEvzU0CqtpZzzFjVbJE8BE\r\n3lnif19b1OJY5W1J8+mACQDIew7330iGrch/LVnViGECdQxpI6no4l/E59Ns\r\nkp2K3+Wk/nz2mPl/cJNUvd46RvwLhetROZzIgMSfxP1nAGV49FJZ5Tl1q7xu\r\nJWcqXS0nIIXsmXPzC1PnLjnJDrZlPm8Pz76/6rNw7otukYd5WlKiFvvKwljH\r\n3owIY9IE0z6PDS5Ox5AodwtPj0xWgYaU6cV52+7K5LZ1qHOr2n6/q2aT1akd\r\nrJqvFXAKo0VhXh0a/lP1lyI4t0Mjqz2co6U6YGfTo0Miu91CxvHDIkkeMDCc\r\nKflJ7ODA9bfdVC+Wrmvfz6y7GGl6cRbuchStfWAe25+sNO4+kZPppDuRn5Iq\r\nZuwhWNuketg4p9EpPv07vCPorQIk2OUDijdl0LSWclqz/OT38dA4Ud0PTVyM\r\nglaJN1xAv6I4i78drHz7zxU9tYONbEBALTWVDg+RmV2BDQLgohZ3tg1yMao3\r\nTtr7Tw2+jrOaKOAomu00G16RnlTilu9MtD0w9Q8ZdEzWRzjxrxqgnIbrDsGl\r\njozDE1lHeFfeWvVIPkTlEM0DoQ6t+xbm6hc=\r\n=Gyjl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"8e548cb3cea223b0faeea206c1d7c773cd82c3af","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.1","dependencies":{"@athenna/ioc":"1.2.8","@athenna/http":"1.7.5","@athenna/common":"1.0.0","@athenna/config":"1.1.8","@athenna/logger":"1.3.5","@athenna/artisan":"1.5.7"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_2.0.1_1666809532478_0.793214932051413","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"@athenna/core","version":"2.0.2","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@2.0.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"c23d438b7e9654206af64936219aec002f21e8dd","tarball":"https://registry.npmjs.org/@athenna/core/-/core-2.0.2.tgz","fileCount":13,"integrity":"sha512-PmFOs0xzd6m8SXMsauIRHQ61cXQ9DWceXLhQDA4jVefsQRcTUCsX0Z9FF33JL0Qo/XZbc7gFmGQcobUvKaJKew==","signatures":[{"sig":"MEYCIQCZ12dSeZMXjJTaDcxVsmFVHUVu9BJceAhlhRkv499pygIhAKYEkovI6Isi+we2rIJj87D0zc8kT5yn0h/DRY9oP/uY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30596,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWZAvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpKSw//cdsJ3L/639QAGPY5tBv+jpffiVuqlHoH0D7yFrgzwPSxgVDp\r\nRGGXMIweJTKjDMtLq3cCkEaci7TMV/SWyghJ5WxVFLr1wyU+dqnZKB0EmjtD\r\ncvpr1rLhDfbB2Ymn8qnBz14LXD6SopOYL76W35/gXD4XLgWeLVv/evZkjP2R\r\nToKiP4XstLIvCsGCHp9NmbtCsUbpwxrt0o09YFMMn1hysAqJ2aWEbgMd0Evo\r\nv0NJmm/taat+nuwwGGBcDSxGHl28EP5/vMdBkOb3LI0HANkOdz2O8yBSCd8E\r\ncY7A8VBxpCpD9E14iCcaFjbUyu6LThGALxDlhsx2xsh8Naxv2jcxwa/tmcYs\r\n5n8uhfAfXTFlMqY3vGLPSSpmfAVkL7HqlqDTusDdNmpZXuYVH0MF2UMdYiT/\r\nbOsKq1FYgpchj/N9eblQUyMwJGiOr6Mf+gvTtlgbknQHhw/AitYo+5Fy84Of\r\n2//Vs6nlpGoznNcT+2QjFFjn0A3s6Dz7U+lqKjFdoy/xwodg76bSjKoaWxjR\r\nfyy7g49FQ7RkqXGjv8Y5Jlb4UNSImqGXnMTNEzKAuFofcsA/WkixNM+cRH3+\r\nY4bmjE0e02cdzToI9IMxrU0B2x0PkSbd9JqoR5TVGtVNFx06ITBHU6olJw+o\r\n+jE9zN6G1MFxsWlSn/KYTfNFa9EhipmglnY=\r\n=QlDA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"dc48966404ee48d6a37a95b968cf6249ea47aa92","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.1","dependencies":{"@athenna/ioc":"1.2.8","@athenna/http":"1.7.5","@athenna/common":"1.0.0","@athenna/config":"1.1.8","@athenna/logger":"1.3.5","@athenna/artisan":"1.5.7"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_2.0.2_1666813999090_0.3364530006767317","host":"s3://npm-registry-packages"}},"2.0.3":{"name":"@athenna/core","version":"2.0.3","keywords":["esm","core","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@2.0.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"b126d2776aec8340c62419b2bddea4bf17756323","tarball":"https://registry.npmjs.org/@athenna/core/-/core-2.0.3.tgz","fileCount":13,"integrity":"sha512-JRlRPcIjt4+Drg2Q/B8339obTN6ORMAUG08mf8rKZAZjFe5Yu613wKotCInE09oiEIna6oHhi3x6QvqU1aa/aQ==","signatures":[{"sig":"MEQCIGEl8FyMpjDYzZcKJN1WDHvD0N+yp3nOnH1A9Ked3RHpAiBvs5BPNx4S+x0oLzDAKwDH6bgwosRstgOk0QBaE0g1pg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30365,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWZQtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqDVw//f1/5fPJQq8iq9i/khOqX33Q/R7gjaEeU34999rJMTqPO5f1Y\r\n0FXhidLIjiA4iW4X80Y8q+kcpwFHvXpkiNfHdJWCGI/s2Ve4kUc3DKVZ1DZI\r\nuCni6pJ0O//77kAWQZGbhT+G+1nBnB9p+vEWCz1XvbL1QdpIrxssQTNprIY2\r\nIzjLTF1Nypqb8KudYdKyIAHKdWHzJOSssn4Qnwtq/eG88BliRZfPMuv5eri4\r\nMSIVY/lw4UNXM8fDw2/TLhxSmE1gCgI9T8VRwDy2JLIU+lprp2Dyx7/M5YNZ\r\n6RSRhRINyOGdBS1H+CTuMJftVSbtBvwG7vu3AwI8qR6ZLWgPxVS9seSShoML\r\nqSEZvtFR4ot4pbcN7xbyFyAyyqfAluCNevWEDygb3SJTAyIM3BfAXX11M8MP\r\napdSBuGuPhmpcd/Gi/Pg7Lb1M2X2D/KVam7M2YFnTQ5qaw06zsqkHo8pbaEZ\r\nvZ4ux38+0Qlo4cuYAu1prSPh6WIeYYuBmfWU1KuFcUq9Zs694TEs5RK5o2nC\r\nnfTFnlX49Mw7JtVHQ/VnGpmUXLJ3JqF+/wN7BaNpXglL9+PljeIdUvUZq6rc\r\n9vEh9djRQcVT5JFR11XdHTP+kQBhIfz+6/BT3x4CTsVn4DHW/VmzdHLQAvoW\r\nq/p9Ff/jInPMePlQqpTsQjBca8c4QXa3TGE=\r\n=CasS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"405c26f677778280a7f10cc00a5835604c5b9d0b","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.1","dependencies":{"@athenna/ioc":"1.2.8","@athenna/http":"1.7.5","@athenna/common":"1.0.0","@athenna/config":"1.1.8","@athenna/logger":"1.3.5","@athenna/artisan":"1.5.7"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_2.0.3_1666815020692_0.15098375667471586","host":"s3://npm-registry-packages"}},"2.0.4":{"name":"@athenna/core","version":"2.0.4","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@2.0.4","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"00b3e5e6d8d63506c9cb3bf09cd042614a787bab","tarball":"https://registry.npmjs.org/@athenna/core/-/core-2.0.4.tgz","fileCount":13,"integrity":"sha512-qpo3GcBR/zX5SiE3Ckiz0lQeV1LoWJ/xKCReZVei3u9q7aCjbOhClOAmCcL3usHdEu3fiyC5vluDos4sOzS2vQ==","signatures":[{"sig":"MEQCIHSANw67YSwPCIIP/usXzB8UWPgYhKy3ttIFDSUT1lBDAiBbH6SQyhirVO76MpPO+jSBeWbSQOVSaC+aZ2ijBg60iA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30379,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWoXcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqi9w/+O3xpt0eCCdJurBv0bSbo//TT2FBpw/dUXHtk136lTkalowbC\r\nDtfNXpDZqeQa8cbnXJ7P/JQ1VmxAaVtCYRlIn1Fgiw+CWLYbcguRBt6a8n6y\r\nygOPJqmd+CA/fNLkbCaCPzI5BEQyYwEhxOnZ/GC9PyF/7HJRj9DXjUGRhLdu\r\nsEga2QZBvN6GcySVdm/JDT49eWc3ClhO5iW2lNffosTdKm3t7ptYwT8/GIWZ\r\nbyplb5fimv2CXW+JjYn62vXrAekp1DTa4hc2Ccj5+H6eyKIGHft+YXu3F1nF\r\nevNDT1u3u1nJO3SoIBxQHHG48kPh/0DNepW8wuYWcjTL2vyoX6l7/k3c87jg\r\nZazz1tm9YwD2TyY0p7nPx3c48OpRbDLjgRaPek4kIPDhyJhExTBOE3RAzDPR\r\nZ8Mx/GuNAn2MrqCOvRrwrT8e9AAozhkG200zaNHKAi6S+rMolo+IfFXMIEow\r\nHqNrQ1D1U6BL+YZ3jgUjWzPr5ZvD/Gisn75jamjxYf4c4G2AXx5Mt+r16FTU\r\n7owp0JfiO2dRNubkXXdDf8Ghm/k9qtdi5xwFpRDZjUnrtkObDM1hTLufma0B\r\nBs3IWnMmrHOk4hh3sHq45E8XvkdSFxK5UswvMIkFoh29SleAyX0A2X7k/1pO\r\nIyNcN6CkJkVklDbHqt+9UHlRnl3ucAmYRQk=\r\n=N0+W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"49f5fb26683f8f306cca9146207c7fcb6cddc9b4","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.1","dependencies":{"@athenna/ioc":"1.2.8","@athenna/http":"1.7.7","@athenna/common":"1.0.0","@athenna/config":"1.1.9","@athenna/logger":"1.3.6","@athenna/artisan":"1.5.8"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_2.0.4_1666876892119_0.46408357153290014","host":"s3://npm-registry-packages"}},"2.0.5":{"name":"@athenna/core","version":"2.0.5","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@2.0.5","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"bf6d67664b8bb40fba1cca71192451dd812b249c","tarball":"https://registry.npmjs.org/@athenna/core/-/core-2.0.5.tgz","fileCount":13,"integrity":"sha512-iywzw//K+YYUv8NBK0i80eY1q6IEQAvo0ma/TB3vu54Q1nJblKTlRvUd65EUE0Azr1zC8eWg61WiesJplS7/+g==","signatures":[{"sig":"MEQCIG6KmRQudvKyatNDeW8ZTQ8J78gl4fQW9hEi51vT7xviAiB/srC1j+h7JXNutfcQIiiDzu6seIS4mdDNX0WHk0nLSw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30085,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWokTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrg5w/+KzZ5RxpuEf6hryVCec4QFY4jd2kAZ1NMO4YfBIdCrQ87QTmm\r\nFfQ84is0ISAYiP9Ec8dwMyqv5pl33qK2bsP1KsbSz28NTJVzvW2cBIa6jJv+\r\nJ7McLcoVpsFvkv5GbPd/wT4em4cqycMrGI0XhaIddpCmUJ7salY99eS6qHcs\r\nJG8cdj/F5N78n8LJTpmroZWhgTWxmykM8FoMxkI6GwmOjgHM33SCecwDVzok\r\nODaRkNXFFGOje+Orjn7NdbU9oTg+1NA1//iMcIHBK52v2mUFcwi9UMkTDZPl\r\n3hJV8eRE7qCKYl4X949fELxT/sxaOBKDtael1IjhUV18x35rcw7lPktY586B\r\npRqvMJihKgOjjJDvrsNOdj9/BDrUYEl5ONrDXIYTy9guSX+f6m+CJBOntySr\r\nUqyaCRZev8/6IYs9Eo3xgRd1IWpftFjqgJ8jjG75Lq2IUn9hgAVKDex1ol21\r\nMtbAK+qpgukywATZGV08qLBOy7Ra7xeDN+KjAUpTtfPkYp42EKp08GweFpwd\r\nluBt2wVEwl+3yoNALjoLD/V7bk4mePG93qoqFp7lHwiar81KUk19j4H6ES6D\r\naITa4bjVtz/jqI8y5Sd85IBsV9MsBU0MhnX5TaXu18yLrwOFANO5AL+5NPRV\r\nKfznmHZxvsBzjnOCtP8z5Vl5nfY78vQj3wE=\r\n=hYiN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"bfd16803ccab2e9de151bb763de7837d73078925","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.1","dependencies":{"@athenna/ioc":"1.2.8","@athenna/http":"1.7.7","@athenna/common":"1.0.0","@athenna/config":"1.1.9","@athenna/logger":"1.3.6","@athenna/artisan":"1.5.8"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_2.0.5_1666877714982_0.7368023055720465","host":"s3://npm-registry-packages"}},"2.0.6":{"name":"@athenna/core","version":"2.0.6","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@2.0.6","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"461168c3116104fa43cf8e268b9be48cfd82131e","tarball":"https://registry.npmjs.org/@athenna/core/-/core-2.0.6.tgz","fileCount":13,"integrity":"sha512-VJDJjsF4+hr8c5/bFJcxL7g/BcLkqw1KzUJWQCmd2MOV7yakjci/CU6tah8GcNB5b1+YqYQYLcZWtFo7enHvlA==","signatures":[{"sig":"MEUCIQCEh5OLTDggtThHMUYoMuE9NJrbcZu0c3cLQzBtwwrT5wIgHbaEp8oVDYn99Zwe4QDP2+6L79EWQf3Mv666TESILEg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30154,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjXUiCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpkuA//bdVDkp4oheH7nG7cnqqkA2Jy7riiHJixtSp/96CvQLy08JQO\r\nKUTNOa/gqZMn1SOcS3lFxiWHH0IYEUsFqOASfQbRTFTEUc+365DMkeH2c5Zy\r\n9bcDZTx31+C0ZmN+/ym8XgftO/sB4xakrOftmHessnK4dp3BjcM5WkN1MDlD\r\nnwt0VaKXoeofh/IPIVe8sWmGWoNOomBTTpQDwPOGo5cmngxGZYIYuxlUo6ij\r\nhegWRET6q43//EHn9jfRr+P1Q4v8KR7CT5wt1DvYepfFpZISjRW1NjBoAJVv\r\nH3+u/3Kds2MPVsScXFnBEJjRoLkZETd7FaSdy0evegdS+bPZhck2T9lsfZSr\r\nEbMtcOWSHrnOL0UqkAEM17HyINp43TSwmdWX15NORm04NzoOJTakoR1QtBNW\r\nJy8JbgJVIABubGjeDGhFAoKAPh27EidgCLVoA6gtWsOfVU2O7H0pltidMJk1\r\nKl0w9Hd7obXscRfw8NSUZ1uCV7mEgGK1RMfC461p/PrawhyGlqqu8eJ15FuY\r\nnmCtzO1VIc2VbhL9/Jt3vTVNHBzdUhYoJP1Az5ssoRsElWUy40J8ADJgIdS6\r\nSfCkRw4YYL5dHr1514VZPRDqiA2bcqYII4Qa+CnpC6gWLYPKsq7VOwER0T1M\r\no80QvC/xjIspcUXWi2b1V8Q6lxjL9EYUDPI=\r\n=2nYv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"1b433098e32e711cfac6bf7e653aa4d267baa779","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.1","dependencies":{"@athenna/ioc":"1.2.9","@athenna/http":"1.7.9","@athenna/common":"1.0.1","@athenna/config":"1.2.0","@athenna/logger":"1.3.7","@athenna/artisan":"1.5.9"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_2.0.6_1667057794040_0.2397528331244323","host":"s3://npm-registry-packages"}},"2.0.7":{"name":"@athenna/core","version":"2.0.7","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@2.0.7","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"f08ecd9709d1e0034432dad0b44ccb87ba58954b","tarball":"https://registry.npmjs.org/@athenna/core/-/core-2.0.7.tgz","fileCount":13,"integrity":"sha512-DcINYsJhTaXtSJEgkAVz/VXcHuaq0E36/afDbUk5uYmK1e5Nyk+IXKJa86hbThwBn7QSpXwD2dEfXy0z2/TmwQ==","signatures":[{"sig":"MEUCIQDga18BiT9CGbpC48HipK9gvlJ5zQ2fPgpfCafb3LEv4gIgcPSSzD8zZPRiLebhHCfK7zo4umwRTl+gE+lpKhSoTmA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30154,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjXdM9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7Fg/+N8FR82jenhB1TlbwJZ/WvXKblin9eydcHTyezxuQXLtTU8yd\r\n9+SZVMvNY3LZqD6OcVR2gleKg6Oo8O551XckCVeMocfm5hUm8pT73d6+7Gja\r\nvp4oEcAPfnD3QceH/1eK+B5kFexGPZthlWFNhUQIjcGknx44P1Te2hoOZl9+\r\nkdVmVt67fZUCDU2zwsIyTjHfQIoRpE/tiq5hy8RwvbuKXH6u9JvhKLRHmAic\r\nwdAdWjCp1Iq2ynm7g4pLGXroEmwhHvQ+HdzyS1IBamEVgAwEiKa/1/itSdGt\r\nKMgXGZFmVNOSeE9oRlnVZCcZttJZTPKgC9sYOzZi4hDxFSPywEUuorUVa8RP\r\ntuDcEZhwidAIhSg4vOARq898v16olDuAX8n5sxxY+kX9eQKGYZbdMlweWbVb\r\nDG8u2ltQsbymgjGF6HVLjMFfnHZ06Fw5WsZKnGstajqdt6UR1tHP53qAQYZN\r\nglFPdtEvzpFK3srx22XcA4HmodrAzcELg000PqP/Drc8aTWXRqnJuGOFc7o1\r\nJG4DwttIBJiOF3XbbRSF/egQ5j2aQlaqvjmG4zDcP59UJlpVy7675K4hbEan\r\nS4WCpBjmvcOEB72wX7/ixEyQ8WF0T9p/PvWdoaG6aTZwq4pkbCDqp3tK9TmG\r\n4xxilMfDRGq6v6MuKkpkODRANyGNe/lf/Pk=\r\n=hdCG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"ed618b7cc836d8247f511a74ce0936709dcea180","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.1","dependencies":{"@athenna/ioc":"1.2.9","@athenna/http":"1.8.0","@athenna/common":"1.0.1","@athenna/config":"1.2.0","@athenna/logger":"1.3.7","@athenna/artisan":"1.5.9"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_2.0.7_1667093309741_0.47594062282146465","host":"s3://npm-registry-packages"}},"2.0.8":{"name":"@athenna/core","version":"2.0.8","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@2.0.8","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"1fb50e2506c24aa95966231a35ff28164101311c","tarball":"https://registry.npmjs.org/@athenna/core/-/core-2.0.8.tgz","fileCount":13,"integrity":"sha512-AnUUIUJxmS+afQ0ZE0NMyVunW3DTj9uw4Red7U7saRWDQRtBL+kDka3CsPDdIrmJ9uQ8kCtIjGEEHrxaLz/N+A==","signatures":[{"sig":"MEUCIF+Cne81P/uXWEI6hYqneDTXg0UTM4QZlhKTptBPTCMFAiEA1yJXelo8q3vBenEsNaSZQD37z+vZfHp4ipoKapJO0rw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30435,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjXq8+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrhyBAAnVkNC/jqJvMLZiviDzbZA91rtnthkaB+o31QDopGSRn7N+0z\r\ng9CQ2cx/aUwLpVUR5j0sfu+wpSiMvilTO/KG9sw05+zX9pOk5jG9q92ViGXO\r\nTb+9HW+kTpvlatrruZsM0miwpEovARddcfq3wsVOy6MahtMo+9miLEDtyHPx\r\nl9+LQafxr7P4rZl+yD04+phnEbHK+plcWe8D+uwohxckf2tjIqHmxITr95+h\r\nenzDEi48bhw/k9iOjVqeyDz1zpbhsphP4cAfjOJvZLaFnjyWrVO7je6heIjT\r\n3FnkpkQOx2H8jSr+U5L6QiVBXBA9zbIe4aKEu7zRsYqgzlHo29SXBDmY6u3A\r\nUQS1OSbvL1YsEwETLCe1rdGkDOSTZWTQP4gLvLXZFWDMgThRbHox+vtQtDfx\r\nmBDrLOV7dRpAyQ4rA9JkYkBMxHzXzm7UaNpYRbvkL/DnHQQ8Jln/SZppO/ie\r\nR+jI+DfozpgJG6bYr7DmZIQy2hRldLwz9/GFqE2NOvxqT/HFRNV7oESbG8zW\r\nawr+j0cdYIgIG0pK9ks0CcfHw44xANviVb9gmq4ipJz5J+FEY/I1SIKXEzG2\r\n8eWiRKbhPb1MTvNejFnH89WIw7zc1LQPCbMROKfSsjWSrBs1MXhf1swJQLT/\r\nfgpdMtpGFgMk1ZZJP94A7+CBb4kNCgMvL/A=\r\n=c3Kp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"64cc86ecfb821c7012ed2ef6c1045c0a445c8353","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.1","dependencies":{"@athenna/ioc":"1.2.9","@athenna/http":"1.8.1","@athenna/common":"1.0.1","@athenna/config":"1.2.0","@athenna/logger":"1.3.7","@athenna/artisan":"1.5.9"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_2.0.8_1667149629951_0.5130799572926636","host":"s3://npm-registry-packages"}},"2.0.9":{"name":"@athenna/core","version":"2.0.9","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@2.0.9","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"12f27886c89ac2b99416f30d92e86467cc043586","tarball":"https://registry.npmjs.org/@athenna/core/-/core-2.0.9.tgz","fileCount":13,"integrity":"sha512-4TwtcVJVpxnRObkuEkYTTtQFvg6VRq2Ew3B6tRoqz57ljmR+EWmZmorxNzLpZs5v/oMHSiLT2g8/Cwns8o0wbg==","signatures":[{"sig":"MEYCIQCnUspA/0+AKDQTXnuZDpWNKI9wNyjkRo4RkO0650K99QIhAPB6DVs3ccUsGq9vVWHwSqU+E+LXcH90QBLg/UGT2XUh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30435,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJje/JQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpSIBAAoJBwi+87sMj4K1LS7IABPCawJ8q/Nkw379m47URTz8dLblxF\r\nRr8lTWYWC64UZPlWv7DdAnXEfiUaadwFiyEc2lYOYcacaZj/MaISh0hupqbV\r\n0OLdnrZ+WgZRZ0++kTMOo2cPLXdS/aqDvspKJEGczqhQ1oj0rNHIwIjFTWHU\r\nR8wwq2swsBv1+UxBZsng6ng00GIr+jIQtEGjwtzQ+2TQp20QmTNUxNwLzAmj\r\neBq936gwtWkzIgVOoNQiyyb6p44vHDTwsC4Pe6Zd4M2Zb7tt2h+U0EMPIe00\r\nlHASAFcK+NWzeB4/Yp2CTEs+JR7xtpkHcGEZh555I5DRW6UT7QOQl3RreHat\r\nabGFLSVqn2XwSlr0dDxqbEF3V8VvlsTv+VsDTP7ItFPg113t9qw/ODy46Z0K\r\nDPte5hrg3qCzx6wuxNyaKaJuyYkXWRBDPpPL3KpgMVYa5i3i0/CmS7AuniaV\r\naRe3wj4dIH40xpdDnP3idrI9wqTYGXwYRQOq0tqaojfN6qIWnQDAi4FVAjOS\r\nHYtHrWBmAnQ/jkuqDb5G+hEPYpKXH31lru6j50k0xZbhnUrQo03z2bUK8Cxk\r\n56heezqCoukoJwlouuV7+CbIJ9X59GZ308evfzPVFRv+kzpfFzn5aNGBas+A\r\nq41i1AUV/K7KlyHf9O/ud1VOg87YFjVc9/Q=\r\n=ZEkm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"5a75c37218a763977bf199b18f5c845cfb165181","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.1","dependencies":{"@athenna/ioc":"1.2.9","@athenna/http":"1.8.2","@athenna/common":"1.0.1","@athenna/config":"1.2.0","@athenna/logger":"1.3.7","@athenna/artisan":"1.5.9"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_2.0.9_1669067343835_0.47300368031767537","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"@athenna/core","version":"2.1.0","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@2.1.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"3148ad344a863ba86ab73b58c6f0bb673b954de5","tarball":"https://registry.npmjs.org/@athenna/core/-/core-2.1.0.tgz","fileCount":13,"integrity":"sha512-ChtLgq1cpxXHnund0M/IflyRDPHNueVRcq3NQPsGG7E0jBkIt15JnXqGeFlbgalmtCC1XpPCJHHKk4InTxw0Cg==","signatures":[{"sig":"MEQCIFxowG79YkeFC8X2Bqv7m47FgwOUTgq9SHIgtQ7h4wajAiA9Rn+sTBY567bEjpGqu94P48LtC8qB5rtOEs/4UvGmig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30435,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqdHsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/8xAAg0Rka7foGb/I/xg6SLDdsHK5ICMCMJrc0J8ixfqomCTuXzpy\r\nLKxD326mDtg7NkG4qDOYFpOmvgknkGIFemHd+/x/q5MwRY8d+OkqWlq+7Y9N\r\n3ZFhUTyoyiacdNuzJKA2vonVKDaM3MQ9R5G7LdwXBWh/3tV5FnvrXC+e6jKD\r\nlRKGUFc6iIWEYnsl3ffHxCR9PQv2YtEFTDqheamGgh8hKOnL55rip72iNNmw\r\nCkNWoRnkg7GcHMmAnuB1o7Uul3Wcv0F4ub6WQAZkwIyWL+jADWVuaS7vh/gj\r\nMohnzA9nXvmeRw00nMbIliVpJDE/Y9Y/+D3ZgPPdP8fyiQUQJN/FMLnKWgNh\r\nV+dwdNshtVnq1Ji2SGFTHmb9EfjUlQ4PCfWNoFj3LI0I6uXy1EXeqcYYgvSV\r\n8zkbrebNvE/ehC5Ymaom0zYtf7/ZH6t5PHRIX79ak1YOfoHle4FI+amUvnhr\r\njxlJ22GXQKp1r8BxBxDfzcMbYDqKsjuz2fDvis1IqT2jU/WFZSVCKT9tswDX\r\n/nNrjHc4SdObvI2Q1/6fUdxz7CuzsLDUBrbbcfHAWYoyf8Myzzu9RUt+DYFc\r\nwMYJm9tbo8dXHA5ZZdTCm1gAdk/3GUyQv7mNN2QFek6Rj9UNoObny38gJjQo\r\n73vwZpUNFqtSn2tCvCfpwa8AY2tOoQMiAAc=\r\n=flCq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"464ccf3a21c8d0c362fac434846e446310b33bc5","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"@athenna/ioc":"1.3.0","@athenna/http":"1.8.3","@athenna/common":"1.0.2","@athenna/config":"1.2.1","@athenna/logger":"1.3.8","@athenna/artisan":"1.6.0"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_2.1.0_1672073708134_0.3297431810807958","host":"s3://npm-registry-packages"}},"2.1.1":{"name":"@athenna/core","version":"2.1.1","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@2.1.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"45aa913d69f543ce6a069e90d55b7833b3b8a9d5","tarball":"https://registry.npmjs.org/@athenna/core/-/core-2.1.1.tgz","fileCount":13,"integrity":"sha512-WEAYgHzBGelJcvOAJwLbQ3cDLevLT8Yon9OfiUGQuyEWryoPe8FhqP1x6FUoHd1ZFvOdTdZDmsGa56MP12yZIw==","signatures":[{"sig":"MEQCIBKVPec/LPfQxKnoYVKY7WuZAfIH5q8vFl1O14yJjUb7AiBPt0s3PFJ6nZwO1HLpqX0KrLL4pJCsHV0AsXGpfZVp6Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30491,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtzNUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXPBAAnjdPc9mZR4oFrxLAd/sqaNQq1/w8mDWScVyr0FxmBcUAMUEz\r\nOGjAao42Bicwj9/BeEyrQLMprGCWfEgelLW/HjTv+hZHBNW5HCAnmn7tQtTP\r\nbf5qBaf7M7c/wBJTdP80BRcbebMVQ8a9c8g92POujwOqHHo4vp4Fv2A8C39i\r\nyBxlRfaihKAQJs1sjq0e5jYVnIhG/RK+BfEXR6AXoiEjEvW1YAdtxUZsuNgo\r\ntKvWuUQH23Tb1eIiR45wqo+QOMBD1ZUR47ETYz8mXEY2GUyajHHpTM8Ho6Ve\r\n+q2nwiC2aQwo7juw94KUEYejZ8ZuxJ6QHa04ayRbJvVGadYbeDVZqH9GUMz9\r\nJJ973KOCrGurrxffxokrLVBs4CBGsgKz1iZC0054ZJj/41F2RbDwEQMubKEc\r\nkxvyc3E9pvVmFvdoZLxUemi/8ImgPnP6uqlRaKy+KGlY1CGHLgFyr7LgoC/v\r\nHv+PnWJAxJAabmrVit6nOjJStsFizeDtBDRYgl0n/wzXipC80Q4aqjYKx3AM\r\nrAjNth/l+69nOK67p0TXa42+eSpqfXkMnhvJvWCOu2s/jmVspJuumngWS7ln\r\nCZKkT3/fxLS8eSHgL//fa8lbG+AaeRWTBcx4JLda7AKy4maJUAHroNGlGSXO\r\n0CqfK0C6Qnvac9g4PHjbf4mTD2X3xoTqz2c=\r\n=Jc9G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"beca778d715f5f6719b184ca909987266ed2588c","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"@athenna/ioc":"1.3.1","@athenna/http":"1.8.5","@athenna/common":"1.0.2","@athenna/config":"1.2.2","@athenna/logger":"1.4.0","@athenna/artisan":"1.6.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"eslintIgnore":["tests/Stubs/badConfig.js"],"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_2.1.1_1672950612066_0.7709857451845044","host":"s3://npm-registry-packages"}},"2.1.2":{"name":"@athenna/core","version":"2.1.2","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@2.1.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"2386d8701da393d79cde4ccbae9644c55cd85856","tarball":"https://registry.npmjs.org/@athenna/core/-/core-2.1.2.tgz","fileCount":13,"integrity":"sha512-gY8eM7/CEr1Sf0gdeH+9wZc7baYhCextUUuS2zhTq39s7TF+W3KZaqii6XGupcG4wH0FgU8OJMaCW0iLYLgatw==","signatures":[{"sig":"MEYCIQCLrtum8mZMMdFG63CfF4BKSVVVFCu18Th+sjJi48b3ZgIhAPhHlg/jle40l9K2m+GRwzze/iImN1KkIe0yD6hvFGlm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30491,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjuNtSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrHmQ//XKmXuqXDE4o9ckBag0xiNy9bY1Vwr6fydygMzyqaLg4U5Gsi\r\nPDlGyDSO1VqjmzW3C2/Y1kJNW52bEIKbgSOOAQKNAIBjrKg6EuVX6DQvLT+b\r\nrU2GewtELskbug0w4YKMa6LzTZ7BEprjFO+KU2ftWpmBjbwEO0jusVdcSNxe\r\nBiyg5dWyi6mzYMYG7jD0sFKw9ceMiJR87DMN4GfZFiSXv+05HXg9/hnAO9QX\r\nUCPEAoPIAK00aktnWeKahbvb+Hp4QsiTeA2zyzWYIu3F9yxiGwzr3Z8RE8ml\r\nOb2Wj/Bbppd+KUdwcu+Ialh7p3Kw2aacK9KmZyAInojWY2XKWQ69iYbhBAP8\r\nsLe7ucDFsA99c2BEY8eIDB+Mu6aLRJd4aqwDC3Ovl+uD87AP69RhwzOozvgu\r\nf6rjiF3cajq6dWo5sQzGjRFe2HpPm87TMBpF2bmOWA3W9xM1gsekPj7WzvmC\r\ndyuOHMO17m4uC8TBxhdxsxEyxTjvUkXVu//ONrti9UsdEQx2IfPdL7n25Pxq\r\n3vt2VYVHJ7qgvK/XxHaeGmzM8SSNZ57odP/nKOfi0jLDzDQKVo7rKnnkli/J\r\nvJJ4VYAJ9m2vL22IquvkyIr+9Clrb2yd5GjE4peS79pL2kBl2Acgh2Q0GoEH\r\n5GWy49K98xK3mQm0DtfqgPhWGE5wW/KvypA=\r\n=lUcw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"6856b93d00e5e9cb422340943902f34f709c8272","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"@athenna/ioc":"1.3.2","@athenna/http":"1.8.6","@athenna/common":"1.0.2","@athenna/config":"1.2.2","@athenna/logger":"1.4.1","@athenna/artisan":"1.6.4"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"eslintIgnore":["tests/Stubs/badConfig.js"],"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_2.1.2_1673059154664_0.995948796930705","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"@athenna/core","version":"3.0.0","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.0.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"0455dcf1c5f337c5e032ec825f90e10d0df5472d","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.0.0.tgz","fileCount":13,"integrity":"sha512-tDdGjnnCe4QDRCUB6usVQgn68/Ar8lLdV2/LckVBWwv3Ww8Eu/3qhF13ckgBI00AEKD0r7pkgWGIN6A8I8kLaw==","signatures":[{"sig":"MEUCIHsGel1KPA+F9+5mxRiLC1N3neWzySvQqfj/0MHUbuPqAiEAsXi6EUvJ9GOLRQ7EtShOWx3q+Un+W7enxDQ04LgiPEA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30544,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvFWtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq7JQ/9EUBu1xXyDxmA5kTZxkZt8phZKPQc8p+e5txXj9EAEU1LBxeU\r\nz6sGWkLbyQ7E59LScXqq9u9HGIT4kh2t/OxVMUvHeqahki/J/6U0ilnpwCvQ\r\nqejNJ6HH702XBDQUCrgyYXhgryYP75V8AzupDJEqQSoDbdGjy6JTgs3ltjxP\r\nTZMaUtwLsa5ffF3gVaMkzBGcVW+nk0XAV2Vq66t/X7hgqruYt1tE22ET9S+2\r\nqJ2lBUlvkAs7X5LDjilyYso1HAwvPhe8EvbaG8xXwjElMxaLOjAa8o4t3RqS\r\ngGBbETH+EpLxoILYnUnrhNNDwgIIxYHXviYL66/AbdWQKOJBLfCDq1pD6FOj\r\nMSoNxC7+5IymOSrJlgvOTLzVu4aNHPXW7X452+6YhFtVo4dZDg0IryXlCqlo\r\n0U7Hjn56ykwn+jzlpRqD6W4iMGYNi6F1J2ghi9ZJrbb603yc0FCs5VdFpekg\r\njdOORihN/kK3Nkxc0eYAHgBjsRrbzhsjbtNi5Up2OOSKIxZuErFUSk/d0HJW\r\nqd0/wqh0p9uqqZZ877zUY7b41J8a84at7tJKKP31FAoJRtaLhiugNmQjVAkM\r\nQKE0dEK0ssPhZgg4vd7uPo3P6wM47svVNQM/awLIu9/Dh/NpASUId6aFbser\r\npAigovmP2Tu9g2TNzAI/H3SedLwB8Diuw5I=\r\n=Qtwy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"7d03a4f4af080224c1ce3d0173ecacad67f9add1","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"eslintIgnore":["tests/Stubs/badConfig.js"],"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@athenna/ioc":"3.0.0","@japa/assert":"1.3.4","@japa/runner":"2.0.7","@athenna/http":"3.0.0","@athenna/common":"3.0.0","@athenna/config":"3.0.0","@athenna/logger":"3.0.0","eslint-plugin-n":"15.2.0","@athenna/artisan":"3.0.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.0.0_1673287085143_0.8493613177397168","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"@athenna/core","version":"3.0.1","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.0.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"8100a2344cf430848b0183362998305657bd4758","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.0.1.tgz","fileCount":13,"integrity":"sha512-PK30Q38WkXrsDRoHZFO5zYQxWopNJyI5+uzSbVVjq+xTMhcTeSJAcqe/UoyEh2ptjcnM3VIOAVYKvM7W2pCkUg==","signatures":[{"sig":"MEUCIQCu4uTHLOMWfQNP74C8jnB581KsL8UgO2QsIZElnyeymwIgIMbtbadS5D2tuoCADnXvF6+gXwCU8EzBNs9yIeyHYUs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30544,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvNpYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXMRAAgia6v1WxLTZ/YSdFIhPexTw4iiMXkNzAmcrlnimy8XYFwSX/\r\ngElW/FyxGm8YdHTNbu5q+ARN+pMUVWiO77Je8ImtaY9bDQCpPjChswJ4eBFO\r\n48oXstE9DIJIUjunpk7VC5ZArxZa8HBrh9CbcU31u4WMbxbzrUOFynpSySzp\r\nIwtVw1J+9bKWb9g/3v5bh4vD9IHsat2FDHbeZ0CWfKyB8h0H8+NHdDilKmd3\r\nJnKW9kwwjMWmOQHi/DEazxahWP55SUJ/gu5T+OwATwOiGEq5ha48lyoyNsIf\r\nGvr/+B56G/KS+02cjVeUlYTWgLQwGAu3KJzdBGelpLX1WQmiNMd0nPuqY4MG\r\n90vmxUc+ddLQDAzjjNViIducfF76kvtzq9L9hL5/zean9Vda38YaFterqsYo\r\nbQZov34e3ArEL8jQdF9mTMVtDKyYsTWGFb64iSPQ3kjE1NnnL2+UUAU+Ay9t\r\n1CuXcBaxO3Tdx4n/PbwIcgT2DJG+6SMaU89Gz4stnXJllnrBxfqEI6Y5ylUa\r\n2f626QenE6L/rld6pHBsPcVXB5zJXdKIZxLc+ZWBrNjrzlqf5LpIYznJGOzg\r\nzxDvCNbnxkDmFtWyC1FVAJl4lxF0/H+DdutPMT3oo6mj8hAOWIYkXDNYe519\r\noA7396hu9yezBwFrDFLOzLTCipQ5oEw8kM8=\r\n=ChmZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"2ffd6938fb302446ad76814a155dd3fbd93aea12","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"eslintIgnore":["tests/Stubs/badConfig.js"],"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@athenna/ioc":"3.0.0","@japa/assert":"1.3.4","@japa/runner":"2.0.7","@athenna/http":"3.0.1","@athenna/common":"3.0.0","@athenna/config":"3.0.0","@athenna/logger":"3.0.1","eslint-plugin-n":"15.2.0","@athenna/artisan":"3.0.1","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.0.1_1673321047957_0.3310989629661918","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"@athenna/core","version":"3.0.2","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.0.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"fa8c25e929cc1fdb5c654e1fe9efe1a3b2b1d89b","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.0.2.tgz","fileCount":13,"integrity":"sha512-/6hmq5B7Xg1gZqN1aEk6hPCTFQpRTqZyxKcFDkdTufVjQ383oCGDRavy5B/hwsHCjbjJr4R4uipLTRLCT72Vjg==","signatures":[{"sig":"MEQCIAESpe6px/1u65vY/vJ4rGaEJfxueS18OhLFlQEjC/ndAiB2B9cUkmvFa2ya1CDXFOCpdjo6X1QVwQ4u5zKBaMmswg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30559,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvbR/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqLWA/+NjBc074CklwiMD0zouuayVWdrtZ5SFSu71ogCXA+Z1Xh+1yj\r\n/bedcFHz1jMpDziDqdX9bbxi9HAPTWJ1742iES4KGvoi5VOs17wx99W85ADH\r\nMrw/mVk68hUK/ORFjbZj7WkaXA19gPcjBnOUj/g5sT8SUPKbmnW7x1sgKAsJ\r\nXsRHkArsA35SDb0UrYZxAoxK4WETGU2IGK9vjSkDhVIjIi+BqR3leg0ruzTs\r\nn0CNiSsVBrwmvj05pApwxg42m09/F50gGZ2gMoHpwGzjIo2P6iXzGTTOGm4A\r\nANeonr3+d7TEDXBKJvnwBifxRq14vOzqbQdxrNu6wsHPacuotdzZKflt3mM/\r\neXDmreHsBzNsVWnWM/6HVjvJLV5G0BMnfgW79MuJz3fGmOEaEjTQK+u8YW2h\r\nLoEszIkhIOQ27wus+dgynYYoVaAhFACQ9anWdHb8Hom6DA68azzjsRN3oJVE\r\ngK4ALj1dy32DHpaD2PTpbO37LNVHGQJElsTf7ZS76X0oXy0sxhFeea6zhw94\r\nvoOdcA7tyzbGdYbIX7AeuReyEuCYUoNmbZncyzgkLqr/Aozjj+CDE/vcaLKx\r\n30SYTGt9ykomiRDFflxwUeA0UeaAGbwN4zJ1ED8gk+pFPL3FsVpQN4otT0xY\r\n4+Wz9zLH4cVdzCqTqxcwvxBwxxmJnseHcaQ=\r\n=QI2A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"33976547c47a1ed3b9f7afaa6e2537ba5ee3d5bd","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"eslintIgnore":["tests/Stubs/badConfig.js"],"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@athenna/ioc":"3.0.0","@japa/assert":"1.3.4","@japa/runner":"2.0.7","@athenna/http":"3.0.2","@athenna/common":"3.0.0","@athenna/config":"3.0.1","@athenna/logger":"3.0.2","eslint-plugin-n":"15.2.0","@athenna/artisan":"3.0.2","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.0.2_1673376895411_0.9443325131580997","host":"s3://npm-registry-packages"}},"3.0.3":{"name":"@athenna/core","version":"3.0.3","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.0.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"897e7202b1d55dfd910f12278c16591953e5b672","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.0.3.tgz","fileCount":13,"integrity":"sha512-QSOuZF16ySXm1DmLC0YNstdnjVZYhZN2aZY6yTl3PHn6V5NnB0xUC1yy1do5E6S3BrCGGoykPGWgO/F7QUS9OQ==","signatures":[{"sig":"MEUCIDIKuJkl5JttkAw/jLKFMLenUkFtO24sOuLPRUl6dzgYAiEAwCF7WXbZ8U91R6Ryn3rlT0J8hClki0253OT/zmon2G0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30559,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvwZlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrpPRAAhzy3f54u3/BakGtFklckZ8zO0mzUZlLOMWXH4e2g96gfv9FP\r\ngS9P9CY+5U8C9ucAKQXU4uRXFf4vMPBuVjv/ZXtzMSgdkOyHpEgPygtv5D+R\r\n2DOD4CQS1+ZiUIRFLvakyEbXaPZCIV1KfpiNwL3Hb2M152rNBdvl6B/vGX/4\r\nrg30GuEbUgKGJ1/mq8LfMO9wEImW44wcWNbMzx+VO4gCQgU1d5SBggbuHaN5\r\ndgZxHSMAO15KP+xiJy1uWwBsw9/Cu1mj5pk8GXA3xevqMLwEVOc6RAONx7GY\r\ndfmDYpaETodN1b6BEp39xTdiiNg7qA8ufo+IFT1d+QSDfNFWoRwMF5vnGJW3\r\nFSnPugZ/W75eqFGChhwsEQUTcD40yD52m60hcYHvIH90mAm7pMzL6wF1dZOB\r\nFoG5QHQOs7smh4f6G8EYhE+XROuBPsYVxLMTjqoLpBWCc/WImLQMAPTI9Pep\r\ng6/htVHHqx1ep0cSIc4yBVklWjC0qzFhMdO735Zjnmb1QY82GtBESPLJfA0D\r\nUMp/jIl/WAsALcdaYa9CtM+XgGULmYQjO3bFJaVzaIDUHHUQBHPvVAWvRskT\r\nFpdI+50EMiwUzZ8/hKJSJgPtQE1jP0Qu5aLWU3rHIDPKEEGXLwU3OXn7VraH\r\naf0d+tCvPqUAPT2zbRkG9ZwzK+yNQmRGRjk=\r\n=mhPF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"7792b0e639730324dbc7e0b8c04d29a92c393900","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"eslintIgnore":["tests/Stubs/badConfig.js"],"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@athenna/ioc":"3.0.0","@japa/assert":"1.3.4","@japa/runner":"2.0.7","@athenna/http":"3.0.3","@athenna/common":"3.0.0","@athenna/config":"3.0.1","@athenna/logger":"3.0.2","eslint-plugin-n":"15.2.0","@athenna/artisan":"3.0.3","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.0.3_1673463397657_0.47229220356586676","host":"s3://npm-registry-packages"}},"3.0.4":{"name":"@athenna/core","version":"3.0.4","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.0.4","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"5a4d3e37a5729ac91f9e46c7b61a4694c8a75051","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.0.4.tgz","fileCount":13,"integrity":"sha512-QueF6MKkGKo/U/5vPtoRaEIhh0PAPA4p/5ZCppydFCdZONKRDitCy7oXrcRfriZ4mePKHMoOQb9teGef2/IDCw==","signatures":[{"sig":"MEUCIAffyaHOCzasud82GPPvCO8xjHQVM8NXXHlzu0D+bdLIAiEA+bCcW9cLu34yCki16YfCFl+43CGNPVSqC3IkLVZM1U4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30559,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvzmRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq2lQ/9EoVA6HP7cvdHBo0XXioehqWY2ENSs7pg7y+UQinLgcHtwV+2\r\nioIKidh0yRMWHaeHRierqikSW6XWlLbuBsYTzV/Z/ztssCJKNLYThjJfrJox\r\nphiGM6z46hhqj5TBQbGO2mkhvx78ryb+h/38+qJhhjudIr8HPU2ufcUydUXj\r\nzX2nGgY9RUuQDBrC9U/DA7/Ui9dVtXBXRFhD/HxvhmlYDcFM+a+uSiUk12/X\r\n4X1/gwA7w5sez4auPJ6ly3g3IvpaFOoleEo3wYIu4BAbCbcREkt1Iw58KTKU\r\nk1PlkcJy2RMeO/PI7xiIdlhFWdOw5zCDwNN2HDldrySVnxYHqLfvOESSM8EJ\r\nGClc+ctx44Bz/WcrQCAIhrSdHFGlHpoqGcR6ON7SVhcy5MDNphztVPPTNi+l\r\nkghfDQAgaoDnuyXeQRK4e3PhxAWtM5dXEODXc+HFF1xwwciNF47YouubUhl0\r\nJO6EYoxLMqUf1M4U7+WWP2Fh7XqiLsTSDvQceRRyB/HuWxrs7GirDrPJ0+SR\r\nDo6j1eX9kM9mARpgGpmWmwEPM3/oofeDxS3z6VaXD3PN8GE5tJwDrfju/5/y\r\nvBUfhtdiSZRPKfuUU052jPm7vCTF1ovAyPyS/MK4rguCZONWRbje3OtWKaNU\r\nbFXQhHy7g9zqTZvXTDMVmPS4hl76xiQpCaY=\r\n=MN9p\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"49d1cbde5a656af80b1b6fd12f7d0bcc7deffaab","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"eslintIgnore":["tests/Stubs/badConfig.js"],"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@athenna/ioc":"3.0.0","@japa/assert":"1.3.4","@japa/runner":"2.0.7","@athenna/http":"3.0.4","@athenna/common":"3.0.0","@athenna/config":"3.0.1","@athenna/logger":"3.0.2","eslint-plugin-n":"15.2.0","@athenna/artisan":"3.0.4","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.0.4_1673476497760_0.9594889911574032","host":"s3://npm-registry-packages"}},"3.0.5":{"name":"@athenna/core","version":"3.0.5","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.0.5","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"83c556993366fa1e56947ca2db4b56f79132ec51","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.0.5.tgz","fileCount":13,"integrity":"sha512-rq0Lrlhj9ok6ILsTn+rIklx4DcA2Ny+uiTHnzHiEnBMyq92yhdR0YfFkp38AQPFor5S6ozaiEPMYdiLnDTDqiw==","signatures":[{"sig":"MEQCIAjJF1mIu/OIHuL4XIss78HZ1LT43XE1Dj1dHyeRMXzEAiAinYwx2pPD2urRe7JV4VgTqIBJ+hDDGX6pM8DNLWIYdg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30596,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwLWgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmomFQ/6AhzUrsGf/qDz3u48R9ntF34c0mM2bMwU8Hm4LlZyBrwmxhMp\r\nGcHTRY1jgZgv1+GyS7w/5cUGvMbesc8bzZ15EE6+TuJ6yykRtKYUVeo/Tw3V\r\nb0HOv880hIX0AYX7VjS1Rrz6PsCeeIauPmWMsMKK9rVeocFysEvZXyi22gXi\r\nldc8Ew2xSmcfTVT5pjfGpgFg0PbjCs/FX5HkRsxWu4ItmjpeGpdkSUHf5kv5\r\naUUYngsj1XeFi4EoMdQY5CbUIFYNRH+bpXpHjRV11+UC/bZCIZ9JgbA/3cv/\r\nL/wktc0fl8/IYRBEljr9fETioSuMw/fXQDcAMJcZ5LTmh9liqYpA1Pp8JgdF\r\nkbNucJMSpzRzy+hVeGUHYXsNbjFBAMOUVe9GJ1/iyXFiTg2S2jHR0CnJbect\r\nRkvzKp0nsQeAEo5uI0un7xcjqNknB+5w3b9mKgd69320LJmmVyw6wsGaSGdu\r\n8vI629lBvrHfbsW6qYiRCD0dqp1FZShqSaDXX8Jn8VMZVSIrhX0WgaeoCfbd\r\nKkkSmTjHmYvhyR/h48yXqPuS7bPKuU+M7mjydMs+vcxMuOYwODjKR2bvymqa\r\ng9HopqS1tmPRfTJeJhtAF2QI9/6doySAJx6mEyMqXFjwa+jJL2KVi/6ILvdy\r\ntQlqHElbjGokorvpeFaKUzBYZo5c9Eo32GE=\r\n=Xjwk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"bae5a7b7b25be8be4e5bcfbf7cb9172d885151c9","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"eslintIgnore":["tests/Stubs/badConfig.js"],"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@athenna/ioc":"3.0.0","@japa/assert":"1.3.4","@japa/runner":"2.0.7","@athenna/http":"3.0.5","@athenna/common":"3.0.0","@athenna/config":"3.0.2","@athenna/logger":"3.0.3","eslint-plugin-n":"15.2.0","@athenna/artisan":"3.0.5","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.0.5_1673573792054_0.594556509757727","host":"s3://npm-registry-packages"}},"3.0.6":{"name":"@athenna/core","version":"3.0.6","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.0.6","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"a5b07236554fa342ddfa4d3d7ec154ff072ef9f4","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.0.6.tgz","fileCount":13,"integrity":"sha512-aYPpRKv9smmboN0c00MSP4SjHKaSLL65jDRAQAe8q5agKH5smq9JBAl3/3Cxd0jXKLF6P4dX9iZVwmzAC8nkfw==","signatures":[{"sig":"MEQCIDCKqRWaSckOHkSZEiTez6rdq0p25Vxe3MzlhpVitL+mAiAEV6YUYUQuHyD0rYfBmDxJCQ+ubf9liP2bbDDlgckdVw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30779,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwZlKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpuDQ//XDauWmR4qXhVGqvNmRt82Iy2xPibIvCSuY9kUl485glzrfWy\r\nhI/DCBxdzAiTTsSKBZdloBLqw/CMD0mbJU2G7COeK1rgf7psY36IQl4iIdob\r\nzar+lHJFBx32fGFuc5kBt7BEFnZVEgIFC9fSwGtxvPOUKHv3SV8dxWyQC8LS\r\nS7ZVyO3ZkXL15COhE4RWD8HxWK87cZpkaiv5U5I0cbHMKBaQwZ26IexMUiNv\r\n9QqJF3g0KKvqRReTrEebPeg7vF/KxPj6Zh1jpEUVol7FYTDnXvDR2PgBVlt1\r\nLf2A1pV2f34e64QLpJIs+ITWnC2+D4r/fP+8lC0ptxHbNOe0SoeW3nJwCY6r\r\n30JvkRs9omQ4n21U9xzBvrsgC4x/MpJbOHPBzT9D4r8uT5IShlvI3WSDeOfB\r\npCpwXqgohwWEZdcsklz3yORbBTrgvihJuVBPtvi2xgHeFwDW5eqjUk8Ql6et\r\nhmNAtLuGYVdOacJ38bpRcVXVSzmYYV/GDFRcXyZ9V+EQ/9cHG2St2onu+cxA\r\ny994kGbexRJUZ51W7l12WbfQGuMUuh7w+2OWEe2IOup3M7XJ9xdNTRxEBsMX\r\ncBORVrOYaDbVzLqaKjdGDMosepz8A42UGo3COSZb8p0TDi3n83uLIMaP1rn4\r\nVkfHfjE6a9nI//7Xk1Mc3L4S4Uo2LuD7dRI=\r\n=pcRp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"1ddce2f0f280e24ed944a55cd5196f8ccfe70bfd","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"eslintIgnore":["tests/Stubs/badConfig.js"],"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","cls-rtracer":"2.6.2","lint-staged":"12.4.1","@athenna/ioc":"3.0.0","@japa/assert":"1.3.4","@japa/runner":"2.0.7","@athenna/http":"3.0.6","@fastify/cors":"8.1.1","@athenna/common":"3.0.0","@athenna/config":"3.0.2","@athenna/logger":"3.0.5","@fastify/helmet":"10.0.2","eslint-plugin-n":"15.2.0","@athenna/artisan":"3.0.6","@fastify/swagger":"8.1.0","@fastify/rate-limit":"7.5.0","@fastify/swagger-ui":"1.1.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.0.6_1673632074456_0.9001708441172522","host":"s3://npm-registry-packages"}},"3.0.7":{"name":"@athenna/core","version":"3.0.7","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.0.7","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Helpers/CoreLoader.js","src/Helpers/LoggerHelper.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"1ccc8a33295e40008b2154ebf0e05a67d22a8322","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.0.7.tgz","fileCount":13,"integrity":"sha512-fORMk7iyI5Gp7NocXX0e/T2jrf99axmrdhFwx97fuX562zQKYnQJqialHEb/fEfFnYo4CRRPhJlL8eUSFH8VIw==","signatures":[{"sig":"MEYCIQCbgdHE0h+JqD0qB3Yotpzs2vXUR695BiKBSu3P08z4HwIhAPvPDIQ0GbzXlVS6TtMZmUmMqizP9zrMMcfxRbgjNozC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31393,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwbHvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrHng/7BxF6+6pACg3IOIKHixQk0f5G4jUAXrjRtqhQ/ScZ7Pwj3w5j\r\nfMOHSpAUMnAyy4vEmbvfkgdgoUIAl0hSlvfQToiGo9cluS3pddMj0Id3O3m0\r\nOkb+LsjNv9+8HPAuuH/4RagKy2Svsx3U28dgM0MAchDRdhbQGVqHGiT8hotX\r\nIB2FL4xd99fpECgnu8HAqCI7fIZ9T6AJHDlcybmJ7VJNlENT/C+8BoHK0ksZ\r\nzoBM1xMB6/jz+gaYiGYlMQUtaST+S8/aFPciwU93qxqWMW1I3AsLr/zUBROI\r\nkotOksU1jWU6yFBlYUHEg6/Vf9m3hObp3p+Fuo7OELPidVARQ41ziSAnO/He\r\nKccgRuQ5zk3sGjZf43pynxPmPs5H/lyeD8a/yD13fKzBelFJuu1SLAW3PpuV\r\nZR5HWh491I/8wbLrNahdt++5Bhx/b3pZlg+sgneMEILAXrBQO+Vu9knOfXy7\r\nElirXQr1DROuKNbW0LrLTvzFpdhJMe2OXTaXP65Lo5MdH1VaYa+w1AwBQcJE\r\n1epQ2asK+6WCi/rFd1USIX5O9TtoGUc7R+xHUKcrYJwGbpRxtxz5wQmjXsKY\r\n0n/k/OhDQi7sIws/nh+quL0yzArSbLYlCxIvL+irjcVEaEfQedE4yQ3/oyeE\r\nBvL920qwP4qhN2VcNfW36o1pVFWtcIWkxek=\r\n=vC3N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"6f3cd0b14a0833b143504fd204fab9ded4c0f06d","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"eslintIgnore":["tests/Stubs/badConfig.js"],"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","cls-rtracer":"2.6.2","lint-staged":"12.4.1","@athenna/ioc":"3.0.0","@japa/assert":"1.3.4","@japa/runner":"2.0.7","@athenna/http":"3.0.6","@fastify/cors":"8.1.1","@athenna/common":"3.0.0","@athenna/config":"3.0.2","@athenna/logger":"3.0.5","@fastify/helmet":"10.0.2","eslint-plugin-n":"15.2.0","@athenna/artisan":"3.0.6","@fastify/swagger":"8.1.0","@fastify/rate-limit":"7.5.0","@fastify/swagger-ui":"1.1.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.0.7_1673638383485_0.37005062233739006","host":"s3://npm-registry-packages"}},"3.0.8":{"name":"@athenna/core","version":"3.0.8","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.0.8","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Helpers/CoreLoader.js","src/Helpers/LoggerHelper.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"2850f15d9283d34c19b047a727afa43ffb87a9b9","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.0.8.tgz","fileCount":19,"integrity":"sha512-B9FLEvAkZ0trsrrglnxKnSrQK03Yd4YDNXi8k0mJxsTAYukuM/HXNKoEUhmvSbYLm8a+CVsl/7Nk2c+f5lAA7w==","signatures":[{"sig":"MEYCIQDmwqyDsoWZnPHNhXgvN1qkB1YhVX5cLzGwiIZ4bgeHLQIhAMfB0ezvdeF7GrIPO/F4eb3etYOSvU0psEV1krB2QBm+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40969,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjw3hYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqoVBAAnRD55KLfyZtlxZeqGbJbXFcF961NPEoQETqcfH3ob/z4k9Ab\r\nQUOVngDp8FxPfhpHEqrmSGqm0JNFolwEeb0x9kboxuza8FFWJ/VSML1CRRhp\r\nUrJIoxzjKMYeIvhd8Dm70Vtp+6EZUTMWT4feU/5gVoZ/Uo7nlGVusXrHqfl6\r\nlsuY5paEM4p59nKdnoqXuaqTAFeWVmBC/UBakmHhF+SSlIKKML8IT7cbiYmV\r\n0mToSjYIu80A1uq2zcOiMvsXvIfW16NH7ZXmtCtAoHPT5NEnH93ggd58e2ys\r\nTpydJO1e5r0BCuPWfDcn6VqRA6UoIdJz/iawow8+5v8cm9vC3soLgq2bW2SX\r\nxCgkgZ9R/E5T2ACZtKifvKMQlYBesecgBdNUlNb3elI5dWd+t0LgiQ00sbin\r\nTkVqRW9ehn/Wjji0Fages8Pzr3m5KyfqT0CEzx+T6p/gZdO4S6rNBJCxDSP+\r\nyJVOO5RmjtmL1ob1dFzEvlaV6T7a+lmtTpVtCIr4Bg5m1Qox9VxWeo7x7i3N\r\nyFYIL7RSMOF6BW/J5O4psUQaOinyaaRnpJdHZKjc4eD4jSCs8D8s4WRdGvI8\r\nPz1Z56d7RM5BE4/A+hVSAAkrqoWDi726jSxMAfUlmpp6jVaJfSdboUGLhL9A\r\nkrimy1byKAqzHjiUXSQTG/OhgJzgMcQ795E=\r\n=0KHB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"ae9ac6a5bd43f808373930be017c59adf6fe3818","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"eslintIgnore":["tests/Stubs/badConfig.js"],"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","cls-rtracer":"2.6.2","lint-staged":"12.4.1","@athenna/ioc":"3.0.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","@athenna/http":"3.0.7","@fastify/cors":"8.1.1","@athenna/common":"3.0.1","@athenna/config":"3.0.3","@athenna/logger":"3.0.6","@fastify/helmet":"10.0.2","eslint-plugin-n":"15.2.0","@athenna/artisan":"3.0.7","@fastify/swagger":"8.1.0","@fastify/rate-limit":"7.5.0","@fastify/swagger-ui":"1.1.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.0.8_1673754712699_0.7235367244341979","host":"s3://npm-registry-packages"}},"3.0.9":{"name":"@athenna/core","version":"3.0.9","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.0.9","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Helpers/CoreLoader.js","src/Helpers/LoggerHelper.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"2b0871ea82246c7338925ed25963ec63797e53fc","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.0.9.tgz","fileCount":30,"integrity":"sha512-zoG+VFjtRBgwOg4ijhR3L1mqs6MVRORpWycPvGgaBktuxzu/JiuTl1YaJH3AUfHHToJ9w4/UVadtB+mSJSrvOA==","signatures":[{"sig":"MEYCIQDkIFw3vZU91R7oIqzA/VAV3QWNp8XuJIrP51HU9ctYtwIhAK9mjp002S66Ow/Irqqb1qRl+vTxpXJw2fREvmTL/Zb1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58076,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxVlwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrysw//a4QNgw27KRdj6XYeruqbOUzaVtt9q9q+lGeZOgrAL3Ht1AM1\r\nGLzVVQvRrTQbgj9K1k55vYlrZe1lMaxjrJD/hlAIqM5gpd+dfZlLaq/NXC9Y\r\nbkc4mGMRZGLXjsJL/JcOnRRH0haF6Fkzkgd3bQ3Au6YV3Lyqle8u7mijeQbk\r\nqJeOTHPIMdRiS8w4Eq6HHARSmJuAQ6EVdKnfbLxGrZIQrIukPAZ9n8Vm2VDx\r\nr8rP3oeXIVJDXWK8krjITyu+l0osd4f+KHoAvLUMzwDSVjFZekkFjWqYXT9a\r\nrTPek02fIwuCFhru1JT9eWRDxbUuEWPT6+eB9wA+JoEx4lNo0EewDdly1iYQ\r\nuUIQNdLjZbRL+pMHksYyGHNZ2CUi2GmEQunEzEQXwgO4GBJBUdUwpmpqgdnu\r\n10wFLc08BmJTcKDidqCDCohrqr5vBUdxLZMQZLnqZCtG4uf7tS6JQDpKKlGl\r\n/4K5FIcRxmG0CB2Gxik8Y8iDjzTtWV3Nmer6PCt+r7OxNpP5vX5UBTK+RZys\r\nDXwRj0fCraWPGUPI0Q0+TU4JUSdaBuHagGa3/Ob7pvNIrLy0uu6ROLjn8738\r\n0zWB5OQt89+WKDDRjOZx/ymqah9s3c38ZrZrqgJ2rBi/mz1Zh5TnYK5JPRyC\r\nsAPCyNX73zAQYbLnTvFh4piBwupOJQiK6UA=\r\n=osIQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"babf56d2d6cbf553d2bb38baa3435f34c1527bf4","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"pretty-repl":"3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"eslintIgnore":["tests/Stubs/badConfig.js"],"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","cls-rtracer":"2.6.2","lint-staged":"12.4.1","@athenna/ioc":"3.0.2","@japa/assert":"1.3.4","@japa/runner":"2.0.7","@athenna/http":"3.0.9","@fastify/cors":"8.1.1","@athenna/common":"3.0.2","@athenna/config":"3.0.4","@athenna/logger":"3.0.9","@fastify/helmet":"10.0.2","eslint-plugin-n":"15.2.0","@athenna/artisan":"3.0.9","@fastify/swagger":"8.1.0","@fastify/rate-limit":"7.5.0","@fastify/swagger-ui":"1.1.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.0.9_1673877872164_0.06748706481547884","host":"s3://npm-registry-packages"}},"3.0.10":{"name":"@athenna/core","version":"3.0.10","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.0.10","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Helpers/CoreLoader.js","src/Helpers/LoggerHelper.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"d74cb4a9fd8b4ec8134ec0324d0aedd9c438a3eb","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.0.10.tgz","fileCount":30,"integrity":"sha512-m+Vtoxi6qfqzqHydThK6WwubwbIpU+0bdis4/RWKyMc1Exwt8pwF0i165NSWYed/Vajjv5JueN5agraT7DAGzA==","signatures":[{"sig":"MEUCIFWZpotIRkHCjCCr2a1XaP/Nnj0yFVyfBSAMbOU4fCHUAiEA2I7pp4wA0O3YEgZRnXcSIuxH8WMQ4cXJQh7WOWOf25E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58235,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxW6kACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqByw/9E341z80p933IFIz/W83kCJuwCYEueWGsAGMkiwcjtFcUzlj2\r\nw3Z4zg7n2JYYvEvVtnXDG1kw6issb2A/4Di+kwt/Cnhyi/AgZX2zWWfPmp9N\r\nY4NYzpNjW4IUaOGothOc8g8F9um/Woqluot2zu+3DMfl11dlA9yQJRb3AvVD\r\n1Gkz9sKrzbjBqAmeUcBlccQ0H4DNPRl5RkclkWr+1dktoyVdFQ/S2OMLl0DH\r\nDjzeRXz3ppfGkpt6Re3qE5SnSzHlZLzn7e85udTH+eE9po8NitYlLQ1Hqfo2\r\nJ7kBvk8Foszypm1vdG29MriyNuEpSYEwCqdRAHs73uJS6z6lFNvNGkmdVCla\r\nmMNcRvVfj2WI+EyWFBoO3oZyayNwi1bsW+7ygpA51fIutrP7ZLn3GDSsw43a\r\ndK5Tr9iJ54MXLzjxChu9yQk+jE0yIsTxOIjmKPsoeU6ILxlCtHzxi2UE8eYq\r\nSI2Cyo9bMpiP5uuqAJzSVSUhDH8DkpCOpUY2u86aUHe+W0WhD11BFTaNkVYV\r\nLfTMAPLeTmVwtIHiyCKKrYOGb0Wb7WcbItjMP7PYdNB95qlTHMgc8iB6IV5K\r\nrqwlK3ETnq4HsXGEO75InsYgdvKdPwJL99WCdBs/bq6IFBtVEnrtTjn877j8\r\nZMTFmz9iJpV20Rh3RAZKbUplwTaVfDMOqxc=\r\n=WR3/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"85b5d8af6a2c0770d4f81b798e2d89294ec50ce6","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"pretty-repl":"3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"eslintIgnore":["tests/Stubs/badConfig.js"],"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","cls-rtracer":"2.6.2","lint-staged":"12.4.1","@athenna/ioc":"3.0.2","@japa/assert":"1.3.4","@japa/runner":"2.0.7","@athenna/http":"3.0.9","@fastify/cors":"8.1.1","@athenna/common":"3.0.2","@athenna/config":"3.0.4","@athenna/logger":"3.0.9","@fastify/helmet":"10.0.2","eslint-plugin-n":"15.2.0","@athenna/artisan":"3.0.9","@fastify/swagger":"8.1.0","@fastify/rate-limit":"7.5.0","@fastify/swagger-ui":"1.1.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.0.10_1673883300217_0.47064950013302287","host":"s3://npm-registry-packages"}},"3.0.11":{"name":"@athenna/core","version":"3.0.11","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.0.11","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Helpers/CoreLoader.js","src/Helpers/LoggerHelper.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"67bd3b67ca49c7cf49f764cb75cfd4d3cdde48e5","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.0.11.tgz","fileCount":30,"integrity":"sha512-vpNHPJlMIHdySdh2WalaQ51V2qAVjE//Tk561ultApZHq0CoRTvSsKTsrj5lgRoBDTtbsa7umPK7zxFDur632g==","signatures":[{"sig":"MEUCIQCbtJMQpTGIyj6NYtdyg1c+eqrjpuzCfrUSe9ob/aPGrgIgLwzWMneCAxMesWgQLS4nySduKISnvm4424S1qQJBOhY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58975,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxXTBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpYQxAAiujI0Mw3aKYNzMAfhuFbgHuf3DXKeR2xxcNPAJIBHlcE2etX\r\nhgIQ/aFE6Q6IkfGp9FznmcLRe8VmpB3N9EZ9iEu/SLge7vOFO+y29hO2g3GA\r\nrKl0jdFLYY1DdTFTV3HUF9q+N4xuEorLz186d7iEDVJP6ovffsaKQ3aDTKDn\r\nmWNgsvbqYMtoUG6nWU4bl4APCV0CwUuIvjYF9l1lQbkUWGC24UWu/u9jd6lV\r\n7+6Mepes1HfciEJLJWJGvtkk/dQFFQK2xzdtLhz6TugAuGiT/uj/3HQKjNb/\r\nOjpkP/Vipd55p6jyxd18JnGJdYTANWSfWOy3PuuzVIfu3WKlRN87dsziPxyg\r\nbX1hmMbD6VanY/gqd5kZLd2/H7SlEHBsmZw37tf5SXRxbVjrH61R0dx8AYFI\r\nSiIXnoUiXpQ/khQJcj3U47E+qpgiqSZab3E9l0Xyxpj0Y79Zv8gn/WovsSt5\r\nk42RXdRn5zAGgiK7a6f2tUZ2HzTTeTwpRGaTQ3CRrEQV6AhvO5pYzIjdMwdA\r\nTWPz+Ogj3RE3KC50JeVFrXFJ36znKGhGhxdFT94JYkjkktrNVyTPUuhASWLb\r\n3m8qTSuHn28JpREQkYbq9u1yX23NAI7L4UNlGZzWEhIDAcilYmDXWFCShb2f\r\nS+10tAzbNoE60Fj0mrdf/Z7OvdEYgZ1V3Vw=\r\n=lLFV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"6960de5ecb95c2412d8d2609b94b6639992cee27","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"pretty-repl":"3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"eslintIgnore":["tests/Stubs/badConfig.js"],"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","cls-rtracer":"2.6.2","lint-staged":"12.4.1","@athenna/ioc":"3.0.2","@japa/assert":"1.3.4","@japa/runner":"2.0.7","@athenna/http":"3.0.9","@fastify/cors":"8.1.1","@athenna/common":"3.0.2","@athenna/config":"3.0.4","@athenna/logger":"3.0.9","@fastify/helmet":"10.0.2","eslint-plugin-n":"15.2.0","@athenna/artisan":"3.0.9","@fastify/swagger":"8.1.0","@fastify/rate-limit":"7.5.0","@fastify/swagger-ui":"1.1.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.0.11_1673884865725_0.5830187918713119","host":"s3://npm-registry-packages"}},"3.0.12":{"name":"@athenna/core","version":"3.0.12","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.0.12","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Helpers/CoreLoader.js","src/Helpers/LoggerHelper.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"24aef3bb5e0e2b457cc10ee318b07ef22fdda048","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.0.12.tgz","fileCount":30,"integrity":"sha512-YPXuFaasjNQZ92vwbt1CA7Puo7PeI1BKdkD1jPw8+XSu3c1MY2X+GTIuFlTNZBkG3mbfFM6xx9r5IsiaZpe9fg==","signatures":[{"sig":"MEUCIQDsy3ZB6rO0D7kMPhJwNrgrtTq8/frEu/wnaqJTxgZREQIgUUZg7knVXtMnyBdQ4eIKUvBFZvZs3Fv6YpnzTBQ2ufc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58977,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxXm/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqRhg//T1jjaw6C93QwkjxlOggKrnelNynLx5BcOQkWHKJwTs/OGc9V\r\nQwH9fSQu+QP90SAgZCd1Ml4D/JPLB3rQQWWXimKKOAF5cJSyou0fIfhT6+Kh\r\nbChkKsFNy+d/vdbnTbeQfg7Ale3lIjXsI/ogbG4f8+uT0hb+s11l/w5/n4vb\r\ng4eUVGhsSD9Zw/g7RRLEZghEcI32OG21CgUKlRD0sVK9treTh/lhruIsUGUd\r\npub91T0qrgtfOmfzacMDpB6X55W5gUZys4BoGXO28Dkl4YEecrA1TUfEIViw\r\nNM1LOBltyRgPFWHY0hwMPCjYZYwqRmLUasWmt84Mt2Fl0075b6eeB1KG+yGr\r\nTO4Pr9cshLCRNM8Eu35AchHQJAz0Npv8Z8HDyisXzRWheGZJHmTAd1gWxail\r\nfeMFmG/66TQPQApuZ56uTngBTo/EIi50waps5CdbF8ThQKwTk+cL5BYpx4Ot\r\n236viFetBcF8l+gu82hk7gAN6Ygxr4cRbkZYMZGA6k9yB8udqO4RbOMZQEAh\r\nDli39PeVGfOCpq9fqwHzqtjv3ix5LXjlC4Q+uLLdiAhAUSedSTIqcPVjWS1n\r\njvOOIl7Kj4H1uARj4/snIqOsUZfjCC1cENEtBLOkX618DOhyY/W1rrh+1mct\r\n/Ff9LRogvyGWa8HJdwn4zrtvURGvRbThNv4=\r\n=gQ1W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"c20fedd6b0f4a8f9ba528f15d7d8887d73add0ad","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"pretty-repl":"3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"eslintIgnore":["tests/Stubs/badConfig.js"],"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","cls-rtracer":"2.6.2","lint-staged":"12.4.1","@athenna/ioc":"3.0.2","@japa/assert":"1.3.4","@japa/runner":"2.0.7","@athenna/http":"3.0.9","@fastify/cors":"8.1.1","@athenna/common":"3.0.2","@athenna/config":"3.0.4","@athenna/logger":"3.0.9","@fastify/helmet":"10.0.2","eslint-plugin-n":"15.2.0","@athenna/artisan":"3.0.9","@fastify/swagger":"8.1.0","@fastify/rate-limit":"7.5.0","@fastify/swagger-ui":"1.1.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.0.12_1673886143628_0.1948662840915909","host":"s3://npm-registry-packages"}},"3.0.13":{"name":"@athenna/core","version":"3.0.13","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.0.13","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Helpers/CoreLoader.js","src/Helpers/LoggerHelper.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"155244bd539db905b37c54e93aa961cb053bb158","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.0.13.tgz","fileCount":30,"integrity":"sha512-5bmXZC7inYytLyhFzB6BQfcBfKE3kFl6zDvE6/psdji/nYZNdYt9S7vUxikIf+jLCmkgj+D9sce0VmciIZqCKg==","signatures":[{"sig":"MEUCIQD6MlfDI0kIm7BhebNV5Avf1nsjcYlF+JIX0J+zbqonWQIgK4lvzzr1wMZr0JTehvhHOQU5qumuZ3MzS64agDGrz4o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58956,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxYbyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq70Q//S2TV2WjuW/8wEo1J5Nl9hE3tp0+nE+3CVLM1x/E/UfxThDlI\r\nbWo/4UF2p8hBD3GE88EVb5LC9n3tEZfWWj6o1zuGo77O+GaShSSz7eSfG25A\r\nNjfKk9p0NAAtqK4BawqS7M/a4f974LCUFXUNYU2rMBMSDdNm4/AlM85lGN/E\r\n72H8RzIgykfMslzakWcMERWx4jQscVSaXoyPvm1YAktNyZ7/VkEJVMRTDGSD\r\nxnRnmzatUL0ZF5tQqr7gGWHkmlilzvN5vpmEDHCyU4QeU+UpGIfcISJqbGAM\r\naOMEnr4+BtPfekv366eEeN9aU1TmNjbZ6xoGXQ1LxhRpSUGFMkDgG4aD9TaJ\r\nqt+pmzhjmLC3JddPYB6jzVHVDiMgUb98PDn7R3LPnZ0w4WzhFsVNzdtQFnp5\r\nJAJvnTlJfUrJ5GBiFRovYvMb4dkqvklEtezxhLzcGCepUUBpoPJKwLEJCKua\r\nxo9R8ir0GZ0fr8vkyvRbj742e6GfigBAymkcpKaCKrgZwStruz+KehuE04NA\r\nRCHUiQrPgbr/WMy6iMUPAZEALCBrpp7VSSKKJtfhw+b9wpUk5U1tkkbxulg5\r\nz4/8/oucd/ARZqizt+Q2b2JEaSl3IId4Bh0ehPJjIA++pRft1XkIK/dTn6Qd\r\nZtYEOHZslC9/mbgzwfYXR3t2jKpCCxIAX2g=\r\n=XUVl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"2769a78d449ec79fd6203e86dc35c598c78b712d","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"pretty-repl":"3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"eslintIgnore":["tests/Stubs/badConfig.js"],"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","cls-rtracer":"2.6.2","lint-staged":"12.4.1","@athenna/ioc":"3.0.2","@japa/assert":"1.3.4","@japa/runner":"2.0.7","@athenna/http":"3.0.9","@fastify/cors":"8.1.1","@athenna/common":"3.0.2","@athenna/config":"3.0.4","@athenna/logger":"3.0.9","@fastify/helmet":"10.0.2","eslint-plugin-n":"15.2.0","@athenna/artisan":"3.0.9","@fastify/swagger":"8.1.0","@fastify/rate-limit":"7.5.0","@fastify/swagger-ui":"1.1.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.0.13_1673889521944_0.05952063264786234","host":"s3://npm-registry-packages"}},"3.0.14":{"name":"@athenna/core","version":"3.0.14","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.0.14","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Helpers/CoreLoader.js","src/Helpers/LoggerHelper.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"3cc15e0b5d262c695fb4b39afb85eefd6b1944e9","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.0.14.tgz","fileCount":30,"integrity":"sha512-N/BXzfSUkCxlTDRmlTRMKTyjoAtdFHf89RWs8pN3ChyyY2/J7i6AXnLfcEXq1sNFLCPbSA1Pfkgzx7IF2mnK5A==","signatures":[{"sig":"MEUCIQD8KMPfady3ZMDur6/gPxvPD6mxap5OdtcZiU+sO/9JRwIgXz4KAkgx8q556xn4ODmFPeksUxHOW+GPNv3Dy5vvCo8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58917,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxaIqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrfixAAiJULeTJ31pwvO+TlwI0nkxPVLhyalyPBLLE3zKCbHadm6Bd4\r\nBrAqyUBmSpKiJa3jTgY0oU/KuHaTo/L/73DaS6V4mpmORryKK01x3fiK4jMH\r\n3XXeydYGeFFgwpyHUBhHsyXQ4Uds7hov0efTHcMVRKQEsH0oJ7sQiwxxdA27\r\nTTxYvp1TyyVaW1xJT6UjdzLDYshCGFsa93JGKxI5y7yE2YWF4Gu14IGsICX0\r\nRhKnlRhFkivOVMho+DT3YanQOEM9AMnyDe14SJLPcFolv7os0QmOMhbJlwG6\r\nemPH02QBLDsUEe43+kF06czdJBH+oQag8mVLxxD0NyDlR+2JG53wcJbUqHkA\r\nYBclDqO8ORi+eRv15u58xMxn3dcKtS0YFF6Em67wmp8r3RRIpgYMQOULPePI\r\ngDzwQEElsbnsdx2BWeRQ80u5NSTE/ppY0C2kjzlRxIMJhXiwkAhknu8YIutj\r\nWKzi9HTjlazpjnM1pmBcH+CHRoT2Vx647jwDYSZGipKMtBq1UXYhXhbpsiEU\r\ni2vK6FcsJOUz9dBeY4Bp7TG/d1yegtuk0nk6Uh+cBO5fLnHBvNGKyKFoeOAj\r\n1m9EERmASeRjlTfCdMyM4AMqeOz4WJQKoLMlu8UIb956vYA2NQXiIimrfBcL\r\niCksxQsobTdkDpxHu0kG7W6zMBheQeF5W/Y=\r\n=U0eM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"cda54e3a1dd0117492f313e8866cf2d09a99ba5f","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"pretty-repl":"3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"eslintIgnore":["tests/Stubs/badConfig.js"],"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","cls-rtracer":"2.6.2","lint-staged":"12.4.1","@athenna/ioc":"3.0.2","@japa/assert":"1.3.4","@japa/runner":"2.0.7","@athenna/http":"3.0.10","@fastify/cors":"8.1.1","@athenna/common":"3.0.2","@athenna/config":"3.0.4","@athenna/logger":"3.0.9","@fastify/helmet":"10.0.2","eslint-plugin-n":"15.2.0","@athenna/artisan":"3.0.9","@fastify/swagger":"8.1.0","@fastify/rate-limit":"7.5.0","@fastify/swagger-ui":"1.1.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.0.14_1673896490165_0.8941638322657863","host":"s3://npm-registry-packages"}},"3.0.15":{"name":"@athenna/core","version":"3.0.15","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.0.15","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Helpers/CoreLoader.js","src/Helpers/LoggerHelper.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"ddc73b7019d4eb1dc87f1b1b98e3682b0e0d3e01","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.0.15.tgz","fileCount":30,"integrity":"sha512-QBe7DXSuIEWdhnefT6HeTHU19eOREFDRGSlH5eJGLqoEilQLGSzLpdrdr2yASCf/Y4RqWNIT66F4MNoi91cy7Q==","signatures":[{"sig":"MEUCIAt/i9wW+oT9YwlE7VnPLjFeTQHnE4LuJf9/BUeqUZ6qAiEAz+HDLR+5N+GWsaDjtqNQlMcxUh0uJROBlDOxwwageQg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61866,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxw49ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpsFQ//UYKol6DIa+dnE4GrAClNvUaJX7MBmhOYGrjby0z95KshmgqX\r\n2jHBsjwfnXLYwfC2ROvA9AWR+c68PyoqKXpK4LiG/cjoYAsAHNC8PdctrwAS\r\niMkQHYK6F83ICSuslLFJ82cMXBb760toD1lBtHioaPMcaZMNboPg/Pu9tpN4\r\n5N8MVDrYLbjHXGFkz4WN8Ys5E4Y9w+FKbW71gCkMcF62MactvQjaoYKYJD5l\r\nuUr/8m4A1/YOibe4WyA1qU2wa/kfgrWJmdJJmgM2i1N3cu7A3AnY7rm1YD4+\r\nht0eP65jqqADtZ72wYmZpR4bL6t3y0D4zTdszk20L43LP6Qy8t+Rff+4roJP\r\ny4s/7uPc7mfM2fmnLo+ixv6fw63obxju6d+MgINfKo+3OenP8nPla5C+DUS4\r\nZwt32iEtoe5ktDi6tEpOybxoWvKmj5lAQgKn3YRIBBpyknUNO6ZEmKyXF1cP\r\nggnUn8DEOD7BgLdyn6qRo0hGzgDS0Nt0N+INjd2eXAUKu/BQwvIPBFFUE/B4\r\nPQrSB9t8ZpKhu01g6i6+bEjCqoiDzJvYRf40zPEp9pRNUP1B1TwembJXIZMZ\r\nMon3KapOR/u0Whu5tA/GxfqBWCisOo9HGDG3EaZBhfVGiLcaP+YUYvRhGmev\r\nlmFGcaZpcEUpTb5cHQSCWk8DohdSMWTTP3A=\r\n=Oy5A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"0c7f1d0d862e4b7476d367775ca583a9fbcc48f4","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.17","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"pretty-repl":"3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"eslintIgnore":["tests/Stubs/badConfig.js"],"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","cls-rtracer":"2.6.2","lint-staged":"12.4.1","@athenna/ioc":"3.0.2","@japa/assert":"1.3.4","@japa/runner":"2.0.7","@athenna/http":"3.0.11","@fastify/cors":"8.1.1","@athenna/common":"3.0.2","@athenna/config":"3.0.4","@athenna/logger":"3.0.9","@fastify/helmet":"10.0.2","eslint-plugin-n":"15.2.0","@athenna/artisan":"3.0.10","@fastify/swagger":"8.1.0","@types/commander":"2.12.2","@fastify/rate-limit":"7.5.0","@fastify/swagger-ui":"1.1.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.0.15_1673989693697_0.2617391882185429","host":"s3://npm-registry-packages"}},"3.0.16":{"name":"@athenna/core","version":"3.0.16","keywords":["esm","core","nodejs","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.0.16","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"lines":"80","exclude":["src/Commands/Repl.js","src/Helpers/CoreLoader.js","src/Helpers/LoggerHelper.js","src/Exceptions/Exception.js"],"include":["src/**/*.js"],"branches":"80","reporter":["text-summary","html"],"functions":"80","report-dir":"./tests/Coverage","statements":"80","check-coverage":true},"dist":{"shasum":"1fa77e5c9d64d7ed030aed84b5031796e40e08fd","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.0.16.tgz","fileCount":30,"integrity":"sha512-PAwIsmLwgZc30u+koL81wEQelVSAO5/mmjrWEVmubMMdOYpPK9z0eDZumUVqNBMWiX54YVVphlLaWGNIZW+75w==","signatures":[{"sig":"MEQCIEKuWFjCUUoLCXpZc8q0zQBK4wAAeE1XMhfrCPokUHLWAiAIB2aHV6PCucS8MP27gxKNRj7Il09/R5XD7B0X+RBN4w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61891,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkB2yUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpJvg/7BW5iRIhtuYMgh0E0loAKtqBri1onfjU1W980G1y7WGo/52cS\r\nO+NmouoNYBR6LR3o/w9kf230u4nInI7r0iTeNDxCxNKrRj2JfqZDXzlkTTAj\r\nPu7PrWVkYiOuXvDr+amXZfCiCU/4UlmXxwIB/8/R8Ad2dJ+BtPCWCpk37RWo\r\nz3U9RLxmDwao1NrmlCUDhwNP36o7gzaQWosy6FeTGNn7wyv0yzVW3YRWt9Gv\r\nRMBmxXNcffeFBDjnw3cO5qbou34aT5CzLJuHNPCnN+iA80y1sBxuSl66GCHj\r\nUi8pm72Humm46Ayt/cMs36N6dLOMKAmoqNwZqnTvdngVYQnps2TPX3gEYbKP\r\n8SOqln3hIvsCXAcAt0zTeubMGxJYPXfKpdx+tAVbAKMJ7FdvYnAvcNTsWSor\r\nEUnS4yEbQZHBuJASdIIoOszS8/ebHOsLi2WkmBXGrYgMTS9EkXdk2OhkH045\r\nSt0y/c4pofyKu6nodfW9YNX9b3VpP3D5AK0F3PdSigCNAWvV4bd85GcvtkCp\r\naBm9/1AJe+VpazoCdsGSm5aMogz/0ugGs0xSN4XXm+D1nuoxp1lrzYlS9jED\r\nFBEpgrQscOzxKUsYKEEF0aP6vW61sGjt8uAvO1TwZDgd5vJbo/HrXOR35oEN\r\nZsyJUVu9y7DaqlvYQKo9v9FF7dhZsiZDV5k=\r\n=CZyJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/ServiceProvider":"./src/Providers/ServiceProvider.js","./providers/RepositoryProvider":"./src/Providers/RepositoryProvider.js"},"gitHead":"30295cdd14e63a843cf9eac777cb1a9717774b10","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && cross-env CORE_TESTING=true node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"pretty-repl":"3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"eslintIgnore":["tests/Stubs/badConfig.js"],"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","cls-rtracer":"2.6.2","lint-staged":"12.4.1","@athenna/ioc":"3.0.2","@japa/assert":"1.3.4","@japa/runner":"2.0.7","@athenna/http":"3.0.11","@fastify/cors":"8.1.1","@athenna/common":"3.0.2","@athenna/config":"3.0.4","@athenna/logger":"3.0.9","@fastify/helmet":"10.0.2","eslint-plugin-n":"15.2.0","@athenna/artisan":"3.0.10","@fastify/swagger":"8.1.0","@types/commander":"2.12.2","@fastify/rate-limit":"7.5.0","@fastify/swagger-ui":"1.1.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.0.16_1678208148232_0.06618046832506908","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"@athenna/core","version":"3.1.0","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.1.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"48dae527834af83bf7280d992266def7e49c20b6","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.1.0.tgz","fileCount":53,"integrity":"sha512-jZ0wuLomrzmAAu1CIifYE6rNJpgV3BjGNxoJGewyZLcTdX1ywzOZcGSxEaMZPeSaovlnfM0SIhtuUBqB64apHw==","signatures":[{"sig":"MEYCIQDXgM+XIdwqjoJmDJpOgU6PkCNSurdw6Nj5fiUnS0SISAIhAIesV9NoOwRf1hgo9EyfgLN2snxJTIpmflERpPaOkJRE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":87954,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkF9v7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrYdA//RzzD7h/H+v/cQ/ayh2t8Y303DFaySYK46zuvFg7ceotsW/IL\r\ndM3PsDiggQESQ532Brl6yaQqgj9P3StWR0AifkHBMHwcIAJ9R3xZvhuZSb+v\r\nt6H3YPfViD6d56N7pDcyFhfR5y26h0aRZtwBFFweBfXgSVD5FaXcljWqknGd\r\nuYnK8V9tKDbWW9UzLOFS8HbpTSs7v0Xby4KZmnLitiQlg0Rk5BTwZCxFYTe5\r\nxfKGFtNlqEO7SkCRtlb0UDMyb/aIzYZ/C0eJPCGamZP4nGrLT13+jUZYh7Kw\r\ntETzkggGmmwb+G31kjUshkzM+KFM2dbdgVAe5a2Yis55UcMf0NmuYUet79je\r\ndONDP/WCgfuaeLcUVE5ZeL4WEMSUAFbFKdZedI0Bca3a/whYh4l9tJ443Dmw\r\nsv8T1zNv2oJPRcLalRJzH7uhsTOgjneZ8qFlGwX/M4Pj7tgeNi3I7vmLbHsw\r\nOdbVtvsNk7bzd867WzG7HZhLy5Q8Cyvd5C09SXgNbNb8Ebt12pvt1Iby55jX\r\npOpqq6S9A3gc56HmDCLbQ3IuZNVIL9/drcd5V89KWCtuq6yBZrX9IDk2DM0Z\r\nyGFdiqPF9KZiMi40xP2B1dvkmk7RtRWqj4xCp8sGfJ7Y0ZmushU5oNMq5pIZ\r\nwD02mYRqnDNVRSMTwR1nZPDmNa/44WEX3js=\r\n=qm6p\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./build/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"view":{"edge":{"cache":false},"disks":{},"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"./templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"commands":["#src/Commands/MakeExceptionCommand","#src/Commands/MakeFacadeCommand","#src/Commands/MakeProviderCommand","#src/Commands/MakeServiceCommand","#src/Commands/MakeTestCommand","#src/Commands/ServeCommand","#src/Commands/TestCommand","#src/Commands/ReplCommand"],"preloads":["#tests/Stubs/routes/http"],"providers":["@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"commandsManifest":{"repl":{"path":"#src/Commands/ReplCommand","entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","entrypoint":"#bin/test"},"serve":{"path":"#src/Commands/ServeCommand","entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"}},"exports":{".":"./build/index.js","./commands/ReplCommand":"./build/Commands/ReplCommand.js","./commands/TestCommand":"./build/Commands/TestCommand.js","./commands/ServeCommand":"./build/Commands/ServeCommand.js","./commands/MakeTestCommand":"./build/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./build/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./build/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./build/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./build/Commands/MakeExceptionCommand.js"},"gitHead":"1e1d3aa9e4434c6fa6be5fcc14e4bbba583a2553","imports":{"#bin":"./bin/index.js","#src":"./build/index.js","#bin/*":"./bin/*.js","#src/*":"./build/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"http":"npm run node --silent -- bin/http.ts","node":"cross-env NODE_OPTIONS=\"--experimental-import-meta-resolve\" ts-node","repl":"npm run node --silent -- bin/repl.ts","test":"npm run --silent lint:fix && npm run node --silent -- bin/test.ts","build":"npm run node --silent -- bin/build.ts","artisan":"npm run node --silent -- bin/artisan.ts","lint:fix":"eslint \"{src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* npm run node --silent -- bin/test.ts --inspect","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*","tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.1","eslint":"^8.32.0","rimraf":"^3.0.2","js-yaml":"^4.1.0","nodemon":"^2.0.21","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.1.5","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/sinon":"^10.0.13","@athenna/http":"^3.3.0","@athenna/test":"^3.2.2","@athenna/view":"^3.0.4","@types/figlet":"^1.5.5","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@athenna/common":"^3.3.3","@athenna/config":"^3.2.0","@athenna/logger":"^3.1.5","@types/callsite":"^1.0.31","@types/inquirer":"^9.0.3","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.3.1","@types/columnify":"^1.5.1","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.6.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.48.1","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.48.1"},"_npmOperationalInternal":{"tmp":"tmp/core_3.1.0_1679285243712_0.8349483449664024","host":"s3://npm-registry-packages"}},"3.1.1":{"name":"@athenna/core","version":"3.1.1","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.1.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"09abbeb509291291a790929fee28379d611169de","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.1.1.tgz","fileCount":53,"integrity":"sha512-QvjJBAdpjkIJZ4puLyzzhHu/6VyrJJ5cox/kDsgEx0olEEi+Dt18Rx2Z8c1/BE46cN8dZga33p68n17ixJPpVg==","signatures":[{"sig":"MEUCIQDNp9hDmRt6K8W77Xm4nMBUT3X4k8vlCwSeCrp6i0yzQAIgIJslfnJ3Tl8SI1O5asHqqoq6kAJ+vRiiolbKZw0R0zc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":87721,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGIDiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpllA/+I/7n0jcqhNC74qKPVYJQpeGNYWwCkIrmqeGSg4MZZPQgvKCW\r\n1umALTNOD0XdQpyWFk577ElCYYjnh0vDb4+cvxPBMW+whVo3f7A68oKnznsw\r\nQXoZh93Q3bwVDyGtNK20rvccln5Fl7XCMZp1zGH7Tm7mh9kMpgWK67cjVbI6\r\nsqu3tPt3XEcO3AYPSm8+uyyC5CvpQFREGdjkzbCvKwgLLzfRiIHRHRzwLj2Y\r\nv6spSH5z6+WdyRrlh3/wd5454MKae1tK+tTZBIvWU/QRYeG2CgTUWCKPRvYm\r\n1zm3JMc63MX3v+X81ZmZorPKqsx7cTlpc33SWlYta7Sye/Yb0hddgLYIgi9I\r\nOR1g/Kk0ZZA0R31vzQknPCv21yCgARD3W3q3KsasPZA9DDrocVwt8777IeXo\r\np/jj68XPLaJmembZCU9wYEWvv/Vgof5vKaYcMl3VASihEN/SOl8O/dceLkBB\r\nSjDrxVfL73/4tseMclkQ0gBIWVFeeAU9Q90JbqcxPDCg264Jx1JzI7MprwdH\r\nY3HSKkWi2hhrPAySzv5IyW315ABwV3QOXnojMIiKM9fqkif7xHB2C/l7UWQQ\r\n1ukvzyQyKRnQ7OSy4w7veCHi6lIAUPLiOFXprP5O74r1dliydEfWaGXqmv1w\r\nv0/CSDftaYGkVTRQbcW8QlSdSC0t6cTDMcA=\r\n=c2mC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./build/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"view":{"edge":{"cache":false},"disks":{},"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"commands":["#src/Commands/MakeExceptionCommand","#src/Commands/MakeFacadeCommand","#src/Commands/MakeProviderCommand","#src/Commands/MakeServiceCommand","#src/Commands/MakeTestCommand","#src/Commands/ServeCommand","#src/Commands/TestCommand","#src/Commands/ReplCommand"],"preloads":["#tests/Stubs/routes/http"],"providers":["@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"commandsManifest":{"repl":{"path":"#src/Commands/ReplCommand","entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","entrypoint":"#bin/test"},"serve":{"path":"#src/Commands/ServeCommand","entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"}},"exports":{".":"./build/index.js","./commands/ReplCommand":"./build/Commands/ReplCommand.js","./commands/TestCommand":"./build/Commands/TestCommand.js","./commands/ServeCommand":"./build/Commands/ServeCommand.js","./commands/MakeTestCommand":"./build/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./build/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./build/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./build/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./build/Commands/MakeExceptionCommand.js"},"gitHead":"f2bc99eb3580d45fc11e3a9a2a1a1c5ac6780a84","imports":{"#bin":"./bin/index.js","#src":"./build/index.js","#bin/*":"./bin/*.js","#src/*":"./build/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"http":"npm run node --silent -- bin/http.ts","node":"cross-env NODE_OPTIONS=\"--experimental-import-meta-resolve\" ts-node","repl":"npm run node --silent -- bin/repl.ts","test":"npm run --silent lint:fix && npm run node --silent -- bin/test.ts","build":"npm run node --silent -- bin/build.ts","artisan":"npm run node --silent -- bin/artisan.ts","lint:fix":"eslint \"{src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* npm run node --silent -- bin/test.ts --inspect","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*","tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.1","eslint":"^8.32.0","rimraf":"^3.0.2","js-yaml":"^4.1.0","nodemon":"^2.0.21","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.1.5","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/sinon":"^10.0.13","@athenna/http":"^3.4.1","@athenna/test":"^3.2.2","@athenna/view":"^3.0.4","@types/figlet":"^1.5.5","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@athenna/common":"^3.3.3","@athenna/config":"^3.2.0","@athenna/logger":"^3.1.5","@types/callsite":"^1.0.31","@types/inquirer":"^9.0.3","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.3.1","@types/columnify":"^1.5.1","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.6.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.48.1","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.48.1"},"_npmOperationalInternal":{"tmp":"tmp/core_3.1.1_1679327458312_0.3568553597987565","host":"s3://npm-registry-packages"}},"3.1.2":{"name":"@athenna/core","version":"3.1.2","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.1.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"9c678856c95429c7c26c6bc4aa3196858c211358","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.1.2.tgz","fileCount":59,"integrity":"sha512-t3Lg6CkhW/pINh/GNmTxRjMp160oCUhw2I3/KXWRzvw0fksLF6BAfZP0mcJvTWI5vvKYZnmn4WbDn4Lpky8orA==","signatures":[{"sig":"MEQCIDqt5XjqG7iyHCCxYGepgAiguydAtrQJW0uwzfssme+WAiAjvEzDfThFLlzTKwjaewMtON7pUBV08A9TNgPNDshTGg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":91519,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGIg7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqpyQ/+L0knAgv7J1rN5q3EIluMpwBAXifTNn2qfb4lAW4/lwHeom8E\r\ni1mZWBPR/XjqjUnsCC/hANyDAVxrgV+QFNNyUk214BOn7iCC2GeuWbQUvwas\r\nuKMwIvg+ga2QGr/fz+tO5Yn7q+raOMDZUAqp+4H1NH3su1d2qijhsi1bv/HG\r\nhjsjMlWzmDHCHZE5BBTzPFSuo3TrB6LDFOwP8kRm1Zvx3qQCEABQwTFk4DWi\r\nfkMhB8iQqssY+wskaQz832Uoc5tolawTzI0p2LJ3OE4RDAd25YhHwrje5Hyg\r\noisNrF+SK6DwjO+LP9iMmAOH7b36zh0CSM78H2VFyuH0Bxbm0tWwwmG3bgV3\r\nsUHuAXlOYOGF5YeCxk9kkhYLlFrQuSi5ad0Gy/6tpbbNn1ZnZwUgeb2hJz5c\r\nEl7/9a8aUONxLB9LAQkE8AM7a4u2HgbFl/RUqmZ/DIUxdcYx97TMfWRaJrz/\r\n3xBOeu6yv6FYocW6Oz9mIGkwVxl3F4CR+0fi35xA9UaUoeULNWUAkoXYbHFT\r\nOtv0ef928cc5PNzzr+SiHyDdIkkULu+LJ1ZAOOFcTOHpr/khKTxb1BGONncd\r\ndNxQyv7A0md4wIGNt/bIVAiog3zQvZKZNVJb5H3gBE37+KlH/rWtv8sCJvoq\r\nJq//8uHDee7ubOHat79CHNI/ZVKa4HtRwHg=\r\n=mhGS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./build/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"view":{"edge":{"cache":false},"disks":{},"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"commands":["#src/Commands/MakeExceptionCommand","#src/Commands/MakeFacadeCommand","#src/Commands/MakeProviderCommand","#src/Commands/MakeServiceCommand","#src/Commands/MakeTestCommand","#src/Commands/ServeCommand","#src/Commands/TestCommand","#src/Commands/ReplCommand"],"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"commandsManifest":{"repl":{"path":"#src/Commands/ReplCommand","entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","entrypoint":"#bin/test"},"serve":{"path":"#src/Commands/ServeCommand","entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"}},"exports":{".":"./build/index.js","./commands/ReplCommand":"./build/Commands/ReplCommand.js","./commands/TestCommand":"./build/Commands/TestCommand.js","./commands/ServeCommand":"./build/Commands/ServeCommand.js","./providers/CoreProvider":"./build/Providers/CoreProvider.js","./commands/MakeTestCommand":"./build/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./build/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./build/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./build/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./build/Commands/MakeExceptionCommand.js"},"gitHead":"37dc810fd71c8beb3500bcf34ac9b91bf4780167","imports":{"#bin":"./bin/index.js","#src":"./build/index.js","#bin/*":"./bin/*.js","#src/*":"./build/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"http":"npm run node --silent -- bin/http.ts","node":"cross-env NODE_OPTIONS=\"--experimental-import-meta-resolve\" ts-node","repl":"npm run node --silent -- bin/repl.ts","test":"npm run --silent lint:fix && npm run node --silent -- bin/test.ts","build":"npm run node --silent -- bin/build.ts","artisan":"npm run node --silent -- bin/artisan.ts","lint:fix":"eslint \"{src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* npm run node --silent -- bin/test.ts --inspect","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*","tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.1","eslint":"^8.32.0","rimraf":"^3.0.2","js-yaml":"^4.1.0","nodemon":"^2.0.21","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.1.5","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/sinon":"^10.0.13","@athenna/http":"^3.4.1","@athenna/test":"^3.2.2","@athenna/view":"^3.0.4","@types/figlet":"^1.5.5","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@athenna/common":"^3.3.3","@athenna/config":"^3.2.0","@athenna/logger":"^3.1.5","@types/callsite":"^1.0.31","@types/inquirer":"^9.0.3","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.3.1","@types/columnify":"^1.5.1","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.6.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.48.1","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.48.1"},"_npmOperationalInternal":{"tmp":"tmp/core_3.1.2_1679329339087_0.17313070852481083","host":"s3://npm-registry-packages"}},"3.1.3":{"name":"@athenna/core","version":"3.1.3","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.1.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"ccadace7baa29394e730296a1cfb2fa8994d36a8","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.1.3.tgz","fileCount":59,"integrity":"sha512-+Fvy0D2oLgwcQLKQFf49Qd2BHelrpfzKnXo0Fnr6HZAlG3VicMiwc9Fp2Xyz6F9UMBZQljHETbmpixG6D1GP7A==","signatures":[{"sig":"MEYCIQCpwjisnxCndD7p+387ohNcMkuCwItbR2Fgw3AXlkToqAIhAJZ+7GyTUkv4DgD3tX8G1GKgZ+PmbzfipzLdpKDq6aLL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":91571,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGMtMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrMQRAAj7vB2aYDYROuKjNndfUj3h9eMZcF2JTblEnkFIlUTVRf4mQl\r\n6LqS8JZ2SYiyrjRIyTXXUPFbGInBt9Za/J1bJ8cC+cTC0fbhvkoy/8gcHeUB\r\nC8a1hiZAMloA+qGCce6jvnMGtnU25qPv8Nc4XS1P6KymNQlEdEuMeJbJD6e4\r\nRxdtW0QrCiGeZXlardDoUH7IE3tdN0UfIX++Dby6qU7FNofp8PKUYqCRzHkq\r\nss3llPo1XdiegAVp/9AtvosXXTnTEQxMUO+otV0EC0PM1wvIlgqkZQi9b6wn\r\nRsisr9S1mIRW6XkVSpv9tGYVs+sYOHJbnrFQ7/3yKW5I53uBWkDYdjQ/OJ2t\r\nUG6MYuO2ZDVZi50i99apjFW0e/yuDHfhA4HNfencIyDlgamuUoPGsS6QBc5Y\r\nMDO1Bhy7TxNZEhSg8I6Ok7n23TIlSb8sShZfFKX7R0RZGrz5Em14HTNBBLQN\r\n/YtnpSU2kEouRLe22JLvyv9eFL7W1tPDCnxU9VYbTzpirZSikptTbMMCKIYX\r\nwVC6w90ar4CsMpOFWk27Ax0jxXsw4/XELmJVw5Qlr+or1+YRePZwFWyXxMJV\r\n4kc6UW9CyxjYqTVIiDF0rV9KWEchSVWeGpbC/X9wVG1If05tcMwJFX2qqvWB\r\nUqDfQwUN9XvtFSOFVgJ5TGHKwpl48BaVITk=\r\n=f+oD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./build/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"view":{"edge":{"cache":false},"disks":{},"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"commands":["#src/Commands/MakeExceptionCommand","#src/Commands/MakeFacadeCommand","#src/Commands/MakeProviderCommand","#src/Commands/MakeServiceCommand","#src/Commands/MakeTestCommand","#src/Commands/ServeCommand","#src/Commands/TestCommand","#src/Commands/ReplCommand"],"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"commandsManifest":{"repl":{"path":"#src/Commands/ReplCommand","entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","entrypoint":"#bin/test"},"serve":{"path":"#src/Commands/ServeCommand","entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"}},"exports":{".":"./build/index.js","./commands/ReplCommand":"./build/Commands/ReplCommand.js","./commands/TestCommand":"./build/Commands/TestCommand.js","./commands/ServeCommand":"./build/Commands/ServeCommand.js","./providers/CoreProvider":"./build/Providers/CoreProvider.js","./commands/MakeTestCommand":"./build/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./build/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./build/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./build/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./build/Commands/MakeExceptionCommand.js"},"gitHead":"a92a58cf336a859f322dd92de1b6782f811bee51","imports":{"#bin":"./bin/index.js","#src":"./build/index.js","#bin/*":"./bin/*.js","#src/*":"./build/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"http":"npm run node --silent -- bin/http.ts","node":"cross-env NODE_OPTIONS=\"--experimental-import-meta-resolve\" ts-node","repl":"npm run node --silent -- bin/repl.ts","test":"npm run --silent lint:fix && npm run node --silent -- bin/test.ts","build":"npm run node --silent -- bin/build.ts","artisan":"npm run node --silent -- bin/artisan.ts","lint:fix":"eslint \"{src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* npm run node --silent -- bin/test.ts --inspect","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*","tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.1","eslint":"^8.32.0","rimraf":"^3.0.2","js-yaml":"^4.1.0","nodemon":"^2.0.21","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.1.5","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/sinon":"^10.0.13","@athenna/http":"^3.4.1","@athenna/test":"^3.2.2","@athenna/view":"^3.0.4","@types/figlet":"^1.5.5","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@athenna/common":"^3.4.0","@athenna/config":"^3.2.0","@athenna/logger":"^3.1.5","@types/callsite":"^1.0.31","@types/inquirer":"^9.0.3","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.3.1","@types/columnify":"^1.5.1","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.6.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.48.1","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.48.1"},"_npmOperationalInternal":{"tmp":"tmp/core_3.1.3_1679346508130_0.262243453114251","host":"s3://npm-registry-packages"}},"3.1.4":{"name":"@athenna/core","version":"3.1.4","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.1.4","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"70994f395c3ba7fb1bc8b6e81e82fe20bda60498","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.1.4.tgz","fileCount":59,"integrity":"sha512-r897L0wakN95eEo961WdA/oZ+Ay6zhFnJ7qX8wdMbfPdu4IISissZA/HOl1I0tZAXT/xOf+wLpVRmT7NMzobgg==","signatures":[{"sig":"MEUCIDqGk+HtbqvbcooaOepq8/pDMaStcZ+9a7bpY4s3//fYAiEA4MX30c49y9XNudZAS83uhJvq86hZHNJvR/tfnKFxSDE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":89902,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGdJrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrDLw/9H8ESct8orzoyGh2yioQMp01j2Moz01lSExRv3YyQfZPW0ZfG\r\nmAhnMEza1dsBo9NhMoQRAtWXRMspzdXgojCldVd9MQQEy8+1UksPso1tMoHe\r\nGCuyQJlqpmXkzc7PWVm3zUAh92jl70lE/M54EVv5suMfjbFcdiGsEWiQTi8F\r\nS8nTlCs0EaFcYIKp4hTYHB1OvLZGuFupHgHxgcKOXvRUCIieGw9sTmuH4GFm\r\ngJ2FIPTB/vJKOHqldDTnt7opSowwzTgAmk3I5fZVHfRdeKHeOMcrXTpya5hC\r\nAS79exzKJHWESbFwmfJtcyA9TLUf5sb9VM6nxpzIjPRkHPnAz1/hL9eqBY0r\r\n1ig26xb43JJ6JiKR6oZ5k2tc4oeYqgoEfJ8FoVOfwO/yNg1kurMkPow75aY8\r\njFjuquRGJ0LWim3V2M3LPoo22gzA64QJepp9Bx2JgJ4ggEzKEP95quXpLnKc\r\nK8EI1TW1aw3LPfRgS17X7OK4DcgRPP6FbCpwaYldK2eGP2U6UnFJDJjN6plW\r\nfmLYBc+z4sjoKKOX6A6/aCNfglt0fu/TkvWEvmEc4tOxnTKfg+hB5tRyxbOC\r\ny6MAAzkRQaIIdXIvHikgopqeSSmnkrVh5745niXI4N/lHxJUG5TaG9AR9tA3\r\nZK4CjowQtm3KFnUwkweXwomna8GBHvSRcPw=\r\n=wUaJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./build/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"view":{"edge":{"cache":false},"disks":{},"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"commands":["#src/Commands/MakeExceptionCommand","#src/Commands/MakeFacadeCommand","#src/Commands/MakeProviderCommand","#src/Commands/MakeServiceCommand","#src/Commands/MakeTestCommand","#src/Commands/ServeCommand","#src/Commands/TestCommand","#src/Commands/ReplCommand"],"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"commandsManifest":{"repl":{"path":"#src/Commands/ReplCommand","entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","entrypoint":"#bin/test"},"serve":{"path":"#src/Commands/ServeCommand","entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"}},"exports":{".":"./build/index.js","./commands/ReplCommand":"./build/Commands/ReplCommand.js","./commands/TestCommand":"./build/Commands/TestCommand.js","./commands/ServeCommand":"./build/Commands/ServeCommand.js","./providers/CoreProvider":"./build/Providers/CoreProvider.js","./commands/MakeTestCommand":"./build/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./build/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./build/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./build/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./build/Commands/MakeExceptionCommand.js"},"gitHead":"8a4ad6b2172340836e30c689d4c5768ce8b7f08e","imports":{"#bin":"./bin/index.js","#src":"./build/index.js","#bin/*":"./bin/*.js","#src/*":"./build/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","build":"sh node bin/build.ts","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*","tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.32.0","rimraf":"^3.0.2","js-yaml":"^4.1.0","nodemon":"^2.0.21","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.1.6","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/sinon":"^10.0.13","@athenna/http":"^3.4.2","@athenna/test":"^3.2.2","@athenna/view":"^3.0.5","@types/figlet":"^1.5.5","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@athenna/common":"^3.4.2","@athenna/config":"^3.2.1","@athenna/logger":"^3.1.6","@types/callsite":"^1.0.31","@types/inquirer":"^9.0.3","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.3.3","@types/columnify":"^1.5.1","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.6.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.48.1","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.48.1"},"_npmOperationalInternal":{"tmp":"tmp/core_3.1.4_1679413867749_0.3809484481446188","host":"s3://npm-registry-packages"}},"3.1.5":{"name":"@athenna/core","version":"3.1.5","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.1.5","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"c6e41ae806342810787694055e62866e5768c12b","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.1.5.tgz","fileCount":59,"integrity":"sha512-EKnCrE/nbXXAHkW2lFBsoiIv5jn4tuzXd/DA3bMvrQUxMyqZN0l+B8LCrKbAACZrZtadl/otSWSGayTLAi6f5w==","signatures":[{"sig":"MEUCIQD1K/VnTe+LuaZ28nIy5u3+x5EKrg6Ys5ZwCYP/IHI03gIgAxt7jJUOfeuUXoiGM69WbMvNIVSDMnXDpAoHmflonyg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":89902,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGhAGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqHIQ//aQRb8z1CuKfiK/5NUPRrLNUVhOkurPAsiUsosS/3Et9LNpFx\r\nNie82j4kffAZzFnFu2pBFxJxTuqk2dy5qBLkUkbCOVSvZk0xZQ+hcYYfK8jt\r\nXe+XBwENXYuOHStvnAPXqzlCpNYhmpY6ag0b4YCX577DquwBf5JgepRqXbcq\r\nVB5U+Iq9jc+xZ0yaqCeVYYSh2gonRn1xbQw0R9PyohsKLEaR1Xtzo4fz7Nrk\r\nFzuwqrN0dMBO0+GmAlrikfLkMx/uIfgyABhvmpDhkUBm2W6thqUElICvVA0e\r\nXFbAUJB/QhejXc77sM4JpOBFF/D7w1vRjTjafiYcnx9cd5oAbrT9o2YFJ/xu\r\nVbDuRHiEaDnEnA06wmgLGfjWeWSQ4F06ytSY+qdqawro1lbsiiFH/rIELU/A\r\n1G05NMgCTgZwp1jO1zl0j/7/7qHdfFm4xLNIYUs0pk8Z0fZXnCyte8IFzED2\r\nDtwq4KTFVd+ceUKjiKjXzZqvkzTBljil4A33IAmDNrvt24mIvQ+ZQO7b8T5X\r\ncmg+hvvbZLq3vmMvwOjAQXNsVpckPoVlDBkQiPA5RcH2IT3OAmgYe82A8P26\r\n/U0Jz5WzlpLeMNijV6gLPtsMqMbyN9noVoEw00xeguvS2v7vpcD1jqZ1qRE3\r\nlyBuS/mmNlfYt/tFyhXnHpi7o61E7cXjnHM=\r\n=jVhV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./build/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"view":{"edge":{"cache":false},"disks":{},"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"commands":["#src/Commands/MakeExceptionCommand","#src/Commands/MakeFacadeCommand","#src/Commands/MakeProviderCommand","#src/Commands/MakeServiceCommand","#src/Commands/MakeTestCommand","#src/Commands/ServeCommand","#src/Commands/TestCommand","#src/Commands/ReplCommand"],"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"commandsManifest":{"repl":{"path":"#src/Commands/ReplCommand","entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","entrypoint":"#bin/test"},"serve":{"path":"#src/Commands/ServeCommand","entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"}},"exports":{".":"./build/index.js","./commands/ReplCommand":"./build/Commands/ReplCommand.js","./commands/TestCommand":"./build/Commands/TestCommand.js","./commands/ServeCommand":"./build/Commands/ServeCommand.js","./providers/CoreProvider":"./build/Providers/CoreProvider.js","./commands/MakeTestCommand":"./build/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./build/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./build/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./build/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./build/Commands/MakeExceptionCommand.js"},"gitHead":"e5b71f9a10c06997452baf6cefcb121fadc3d5f1","imports":{"#bin":"./bin/index.js","#src":"./build/index.js","#bin/*":"./bin/*.js","#src/*":"./build/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","build":"sh node bin/build.ts","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*","tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.32.0","rimraf":"^3.0.2","js-yaml":"^4.1.0","nodemon":"^2.0.21","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.1.6","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/sinon":"^10.0.13","@athenna/http":"^3.4.2","@athenna/test":"^3.2.2","@athenna/view":"^3.0.5","@types/figlet":"^1.5.5","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@athenna/common":"^3.4.3","@athenna/config":"^3.2.1","@athenna/logger":"^3.1.6","@types/callsite":"^1.0.31","@types/inquirer":"^9.0.3","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.3.4","@types/columnify":"^1.5.1","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.6.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.48.1","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.48.1"},"_npmOperationalInternal":{"tmp":"tmp/core_3.1.5_1679429638789_0.7462076076555795","host":"s3://npm-registry-packages"}},"3.1.6":{"name":"@athenna/core","version":"3.1.6","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.1.6","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"3d66eadb63ed699bc7c96a371fdfa59342a04322","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.1.6.tgz","fileCount":9,"integrity":"sha512-vpQ+JCG2hCxf98LOBFU6viP9RusReI9VpR85xSnCttQ6f7lDpqg4a3S7++fuWXmjU7mjBG6QYWD+Dc8yb+72ug==","signatures":[{"sig":"MEQCIGVBk/BxkgXafHZzz4ePXE+snL7+S1Y0RXGpYdQRKjpqAiBq/WrLHtpmjoHwOZfoSX6fL+5f2iIevIJRFtSyn0zfOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12777,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkG2oBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoTEBAAouVjwax/xodYmk8s8uioM7p6druFCaa3Jhq9gyT9i7QyJ9V5\r\nPQ0jD1d1AgYEVSY7gFuAFxR+4YahVEbXPOyvag5rAImxpKGGb2jUvvApOdgq\r\npV7Sn+4ydxHTXZcoJwd10OwdLkcZKxFHXKtHZF+WXcB6B4Y4zfeyytwRJz7K\r\nep5QcmZXwWdXKK1eUnnNUpBKsYBm8+aH8ZwkIcyMT4XcR0LRxCbqo+fesqEW\r\nfkXssahnPtDxXrb0LnDRWo8DV4L/3bue80i0ZRZrEbmzZkpbV/fAYW4OFDm9\r\nGjoxbrYkpxqOwXsnzfPiaemm8QFOtItfHE8KoKEENaqHFaQqui83aVDoSuiS\r\nBMNai8Sf0qvCyQAaioOvYY8cXoIBeydONbx56CCSgNkEFneLMGgGz91LuKRL\r\nc15OMYls97LTwc+TJZ+QolxNX3ZaNOq7G7O3qmkEL3hnZVvU6itN3hKDpvap\r\ndsD3a7DTDO778AKcdIJpw7K9EQaqNnKSjeOTJ/DNfSjfhFK9JwCjr5b6q2uy\r\nQQwWwdYMy39yBEN3sqn96zFqGfkE1UuiAD0GTt1lDlwgxZQOBcxoESiuhuFJ\r\n7GQhHdfxjnf/R0LgA4GIbch8WNREYQCHlkiQvskFqLzsIvJS7WaumAnmr/Xw\r\nWFGw5lByq3Mu052/sAF0FuPgqz084vVW1GQ=\r\n=0WHP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"view":{"edge":{"cache":false},"disks":{},"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"commands":["#src/Commands/MakeExceptionCommand","#src/Commands/MakeFacadeCommand","#src/Commands/MakeProviderCommand","#src/Commands/MakeServiceCommand","#src/Commands/MakeTestCommand","#src/Commands/ServeCommand","#src/Commands/TestCommand","#src/Commands/ReplCommand"],"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"commandsManifest":{"repl":{"path":"#src/Commands/ReplCommand","entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","entrypoint":"#bin/test"},"serve":{"path":"#src/Commands/ServeCommand","entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"}},"exports":{".":"./src/index.js","./commands/ReplCommand":"./src/Commands/ReplCommand.js","./commands/TestCommand":"./src/Commands/TestCommand.js","./commands/ServeCommand":"./src/Commands/ServeCommand.js","./providers/CoreProvider":"./src/Providers/CoreProvider.js","./commands/MakeTestCommand":"./src/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/Commands/MakeExceptionCommand.js"},"gitHead":"e507ae791dabfb645f620fd935dcad1991d48c6d","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*","tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.32.0","rimraf":"^3.0.2","js-yaml":"^4.1.0","nodemon":"^2.0.21","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.1.8","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/sinon":"^10.0.13","@athenna/http":"^3.4.3","@athenna/test":"^3.2.3","@athenna/view":"^3.0.6","@types/figlet":"^1.5.5","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@athenna/common":"^3.4.4","@athenna/config":"^3.2.3","@athenna/logger":"^3.1.7","@types/callsite":"^1.0.31","@types/inquirer":"^9.0.3","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.3.6","@types/columnify":"^1.5.1","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.6.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.48.1","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.48.1"},"_npmOperationalInternal":{"tmp":"tmp/core_3.1.6_1679518209197_0.2996139185871136","host":"s3://npm-registry-packages"}},"3.1.7":{"name":"@athenna/core","version":"3.1.7","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.1.7","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"fa60a2a18f95299d751f382cf2f05fa1d8406192","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.1.7.tgz","fileCount":59,"integrity":"sha512-UHcea3VrFebjbi+jyjm0cUees8/EYBSJf67ciG9DmGdnHKmZO5FtwgUtNv2fLUDMjdU8NqPr2PeyLby9sBtU1A==","signatures":[{"sig":"MEYCIQD6rY5fx/EETd+CmdIJJs7KvaR6FcBL4G3cvj5xT763XgIhAMmXt0LLxg8zgCTPNYqdom/6uhL4FLzT9McMwgYsBsKz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":89799,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkG246ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoq8BAAhrZ0qI2QQqAyF+CijvWcbxRTAjX3rn0MDNbEFEPUM4wnDpkG\r\niDTUwUGQBiPpMoeX/UlNi6n4SKjS8G0m6z10WBOCfwAJwPSSBIO61CVTiIJx\r\nzVoqUl26uSjngdivIKAfwdeEWaLd6Ij96xBwadRG5cEx0Zqt8aJ/o0unsnVy\r\nprg1hnAmCkSw1mhNGP12rmpK9obcjDcvNUiNgk/6uHBo5lbNlvRF87JEOA+d\r\nErRs16KKON6S67UE/ynXOOMvAwKs4lqqhsNfl/QKEQzUrpZm1sXqD2/2gPes\r\nrwyG2CGVycx+RCxKlQTciaHt6tm+ZJoge8DBntMiEoFC/8uXCmd4tv/lO2HI\r\nFo5WLtKcc9SooR2+lNnhyPoABaUP3MEZU/dhF9gRk4gRcjohJMFxqeEsoPS2\r\nt5Nhdgk4hjwa8i5lXHzpirbPOCIzJojA3H+ej1xcZlgLDDTipmagmSgScZDk\r\njuGJI9phuqQ1UnikXQIFmah9tdNhr4t8IBW17pW1Dxx9wYvYimKQ1COfTp47\r\nUfnG9DV4rKEgdWW2AccZ8BUEosrSc6YWq5aLrVMDuUuHILCWe6ft/mozh5HU\r\njBVWQ2VLD239fyaNWNNeqaDshVKyLx5veTvgTQ/3k5P5HE56Q7fUPNlSTQHA\r\nybJAriekWIjqHY8QnOGp2PvoauPOkN0V3iE=\r\n=eupi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"view":{"edge":{"cache":false},"disks":{},"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"commands":["#src/Commands/MakeExceptionCommand","#src/Commands/MakeFacadeCommand","#src/Commands/MakeProviderCommand","#src/Commands/MakeServiceCommand","#src/Commands/MakeTestCommand","#src/Commands/ServeCommand","#src/Commands/TestCommand","#src/Commands/ReplCommand"],"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"commandsManifest":{"repl":{"path":"#src/Commands/ReplCommand","entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","entrypoint":"#bin/test"},"serve":{"path":"#src/Commands/ServeCommand","entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"}},"exports":{".":"./src/index.js","./commands/ReplCommand":"./src/Commands/ReplCommand.js","./commands/TestCommand":"./src/Commands/TestCommand.js","./commands/ServeCommand":"./src/Commands/ServeCommand.js","./providers/CoreProvider":"./src/Providers/CoreProvider.js","./commands/MakeTestCommand":"./src/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/Commands/MakeExceptionCommand.js"},"gitHead":"8071deedc668668a4f092fe0063bb9538ca4d269","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*","tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.32.0","rimraf":"^3.0.2","js-yaml":"^4.1.0","nodemon":"^2.0.21","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.1.8","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/sinon":"^10.0.13","@athenna/http":"^3.4.3","@athenna/test":"^3.2.3","@athenna/view":"^3.0.6","@types/figlet":"^1.5.5","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@athenna/common":"^3.4.4","@athenna/config":"^3.2.3","@athenna/logger":"^3.1.7","@types/callsite":"^1.0.31","@types/inquirer":"^9.0.3","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.3.6","@types/columnify":"^1.5.1","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.6.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.48.1","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.48.1"},"_npmOperationalInternal":{"tmp":"tmp/core_3.1.7_1679519289850_0.8788811981630507","host":"s3://npm-registry-packages"}},"3.1.8":{"name":"@athenna/core","version":"3.1.8","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.1.8","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"6d9d3e02dde26973e7747825a09f6f9d3ef684ea","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.1.8.tgz","fileCount":61,"integrity":"sha512-1oF4ygDqSSttooULf2K00stT1GQ9SThZ6NzH5mxhQ9isLMJrrVGXq+qybg8pUqCmeMB5aUwhind6ZCsgZU9eDw==","signatures":[{"sig":"MEUCICmlNFACKyZip0NxOEewHt/UUXvwrVntR2SSZoaDR4hFAiEA7nGEjgLPcicEo3PeqR2vzSh68N5Zp84cz1kQOGX1vgc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93143,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHH5pACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrs6BAAlAE9b6RaYNtmjXktFrS1HSPAGTNKBOd64AfXZeWpecHHPuax\r\nXAkkIumeJyBJr2VSYOnsrbXjG5kQAG+N+6dQF1ysCq5k21P572LuR6qyRSuA\r\n9LPjGLt9ztcKf6EZVqSvDh8dQ6K1QGGTo5UKakf2DxwC16nkP8nYOuxd1ESl\r\np1/GcfnFuPzFviqykxBz+Jdg78PKWuTOFZhcyfXT9OUir3VBQ98oC+fdsZxP\r\ncCWTFrXkqd+wDHMmtn4J7z/Fp275FpXhvqtuLPk5XzINLK7wn4OF7zBSiEHe\r\nXXt2mrgHJYuRiIbCbLu02qQyqtRenZJVl4RkdGqc81PqmwuLitENMY5oCAI2\r\nTxVO5Alq2Lb4eedjD804x2dSgVlBvhX1KTX8CN2pf8y825rStxjOR0WboQfz\r\n7Uk62EvTfB895YTjR3Cv/x7Q3b9OmsbpVS1OBsDYL5rnEuHiRSXE8il8cari\r\nl6XWyKHuRkbHIzZZgDSml5dx8gFxH1A0ckzWMA3cBLXK4CPUYmEwImH7Jylc\r\n76tvcG/L8JSrabq+EL9jpK+UpSr++tivDAcHwjKIuMnfs+JLMXlrvk0MkAEJ\r\nj5EhCzVVhObEVD+ZFkkJm5fpxnkqu1bigYyyUI+o/68fQq9lThUsbFfrgYbz\r\nHQfYbU2e2gJyWnqsNGQD3ifOyiO2SGZHTwc=\r\n=m/Ah\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"view":{"edge":{"cache":false},"disks":{},"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"commands":["#src/Commands/MakeExceptionCommand","#src/Commands/MakeFacadeCommand","#src/Commands/MakeProviderCommand","#src/Commands/MakeServiceCommand","#src/Commands/MakeTestCommand","#src/Commands/ServeCommand","#src/Commands/BuildCommand","#src/Commands/TestCommand","#src/Commands/ReplCommand"],"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"commandsManifest":{"repl":{"path":"#src/Commands/ReplCommand","entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","entrypoint":"#bin/test"},"build":"#src/Commands/BuildCommand","serve":{"path":"#src/Commands/ServeCommand","entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"}},"exports":{".":"./src/index.js","./commands/ReplCommand":"./src/Commands/ReplCommand.js","./commands/TestCommand":"./src/Commands/TestCommand.js","./commands/BuildCommand":"./src/Commands/BuildCommand.js","./commands/ServeCommand":"./src/Commands/ServeCommand.js","./providers/CoreProvider":"./src/Providers/CoreProvider.js","./commands/MakeTestCommand":"./src/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/Commands/MakeExceptionCommand.js"},"gitHead":"677c5f8cd5dbc9ff927dd396cacdf053fc46aae4","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*","tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.32.0","rimraf":"^3.0.2","js-yaml":"^4.1.0","nodemon":"^2.0.21","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.1.8","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/sinon":"^10.0.13","@athenna/http":"^3.4.3","@athenna/test":"^3.2.3","@athenna/view":"^3.0.6","@types/figlet":"^1.5.5","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@athenna/common":"^3.4.5","@athenna/config":"^3.2.5","@athenna/logger":"^3.1.7","@types/callsite":"^1.0.31","@types/inquirer":"^9.0.3","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.3.7","@types/columnify":"^1.5.1","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.6.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.48.1","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.48.1"},"_npmOperationalInternal":{"tmp":"tmp/core_3.1.8_1679588969647_0.5754692777690624","host":"s3://npm-registry-packages"}},"3.1.9":{"name":"@athenna/core","version":"3.1.9","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.1.9","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"734191c287a1dde3ebcaa9fed20713c974fe2edc","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.1.9.tgz","fileCount":59,"integrity":"sha512-sOf0gjaQWqXpWcmpROojT0eUUlT3L5sKUoPGBpBSf1vRO880jvpgQs7iQQfvrmwRExb8fn6qOGg5HhiEGrgVig==","signatures":[{"sig":"MEUCIQDuHJfVjCIfeHw5z2d/f4gT5AgqIcsqdhxtInQ1vjbmgQIgC9jsMz0fvEETcU1v86EYBNaPLF4yb55y8Cb9ERz7NAs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":92321,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHMWrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr4eA//bC13CbN0awURuQHBF7jq6gLp8CZjF8fC0vz+ih98A9+O6qoz\r\nhIvla3zSgA1sJ1r0uhhln5DcBWxV05+NDhVNmHSJb8ayOjYh28JdOOCmV597\r\nMVyaDkQTm087bbttuHqKR67I8Rogh6gR6PdA6oSeMMoIKIBR2m9WzPD031XL\r\n+/a3shS5yHLHpqd8ch6BLK/PpgfEIsS5A5oFms7sFAT85rU8vhrbRsAhy9oo\r\npUP9C7gWxrGJ0R2PPSZ6dxSM7zfbv9sw+pSXeDXP0wXSFLGWfLfawWx8D2gu\r\n5yUWGbKAk05jJ4T7jv/zzl9e5DF59VyX4GO/zyGzvENHZZlSqBzUGXAyriGH\r\njexp2fL5NGa6OLYlTme3uHJdNp/lt3O6PRLLSqAiuV6pStYqWry/NWx0s9NK\r\n2XWjDKEvxTwub8BLrY7agMVIM86iujnB3bEJvpbRjWW8LYHIuLDv3KvNh8C9\r\nC1eTryckNvv7e5uwatbCp1RAIKsvzUY96oID8f7/wTTOAsYu7fKh5PV4aqyd\r\nNPpACQjmkSeeX4/4PPF6Q4aLe7SNYW4GrN9GqqJrLww77d45XbaQE8VzCY0T\r\nhoBT4asF9x4WXLSxcANA/g/iWp1J97y42pFCnpQkEjDtVl2TQ0mBtBiwJIDT\r\nlfD9q9dIrGhdtcIC+wBgRLnOx0SgvbDI32U=\r\n=K0ir\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["#src/Commands/MakeExceptionCommand","#src/Commands/MakeFacadeCommand","#src/Commands/MakeProviderCommand","#src/Commands/MakeServiceCommand","#src/Commands/MakeTestCommand","#src/Commands/ServeCommand","#src/Commands/BuildCommand","#src/Commands/TestCommand","#src/Commands/ReplCommand"],"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"},"commandsManifest":{"repl":{"path":"#src/Commands/ReplCommand","entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","entrypoint":"#bin/test"},"build":"#src/Commands/BuildCommand","serve":{"path":"#src/Commands/ServeCommand","entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"}},"exports":{".":"./src/index.js","./commands/ReplCommand":"./src/Commands/ReplCommand.js","./commands/TestCommand":"./src/Commands/TestCommand.js","./commands/BuildCommand":"./src/Commands/BuildCommand.js","./commands/ServeCommand":"./src/Commands/ServeCommand.js","./providers/CoreProvider":"./src/Providers/CoreProvider.js","./commands/MakeTestCommand":"./src/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/Commands/MakeExceptionCommand.js"},"gitHead":"fc353d722b6705d683d9cd19e6680bcee0c49d93","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*","tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.32.0","rimraf":"^3.0.2","js-yaml":"^4.1.0","nodemon":"^2.0.21","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.1.8","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/sinon":"^10.0.13","@athenna/http":"^3.4.4","@athenna/test":"^3.2.3","@athenna/view":"^3.0.7","@types/figlet":"^1.5.5","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@athenna/common":"^3.4.6","@athenna/config":"^3.2.5","@athenna/logger":"^3.1.7","@types/callsite":"^1.0.31","@types/inquirer":"^9.0.3","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.3.8","@types/columnify":"^1.5.1","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.6.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.48.1","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.48.1"},"_npmOperationalInternal":{"tmp":"tmp/core_3.1.9_1679607211764_0.0055968844639437965","host":"s3://npm-registry-packages"}},"3.2.0":{"name":"@athenna/core","version":"3.2.0","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.2.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"cc51a9ddfb103ba68bcdbb6dff10d39aae298736","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.2.0.tgz","fileCount":59,"integrity":"sha512-tXKLHouhQtq40QXZDhB6k6wD3HaKO112fXCtbFyiCijFBx71TE8dJ/+2AGh0ibanpt1wm7VUAizAyb9YWulJlA==","signatures":[{"sig":"MEYCIQDrgrnxCtUU0EQU6oqfCCnXhMmOoDNGyyLnaGbXQxefqQIhAN9p1q0yXu1/UjRMgTPmP+aagOPHYloCHjMrQAue0VIb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":92936,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHcbkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqdBRAAmBmHiP74ZJfMjkPtXDw0b4ceoxE4OUieRxlGCxhgw8TViDEZ\r\n3/oGaO31XF0XzDVEEiboJn0WGIkKleERCTG2BJZgj6M2YF0aLSVe0AtK/hnb\r\nQJXVO4UWj38qEQGa5sRduzQv5CuhUVlmgSr1PaS7ra0tgE7Ym6x0fckwhbaD\r\njL/Qdo+y+UMl/N9CA3Dgj/8uAkPcm5UqDmMKTFR2vPjceMaIu39hGkkLlDMG\r\nlV3mcKgTFm1B+MU1wP2Sxqo15OaKT/rj+dwRO5pu7ZxZtqKinHZiyoYjQFlt\r\n/CLJL54XmbUb/TZ7WNTbCsaKxDpJRqgvutyGe2c7+z5IMTIj79T6iHfET6GV\r\nnotkZ8MNe0szTw9MudawguONpDUpHJZ6KNGVS4HdhvWBH35GmePfAHyEjRDI\r\nn6gSCAZvAzXxo1MGic9aH3XIg3NNCcBwEzPzw3RCzpDCDFOiAbWw2uSMDl+X\r\nsmluBYPZT+pDR6O3R2HZk1npFZrKvZZWbof9mycbUSARNacXEvsQf45HljLf\r\nc3sghlnQF4bC5p93q0gVNurufOnjP3TdJehICxw8FIcrIAbugaAQj6EanSuG\r\noLLp7VaKWQGlBhNQvHVgyTZkZn+3t3OxCSa0nLun3xT286MnQtyabk1z3D9T\r\nI/2/YWcCxiIl5doNlBLPxUw0mzRCAjfcuww=\r\n=8yEY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["#src/Commands/MakeExceptionCommand","#src/Commands/MakeFacadeCommand","#src/Commands/MakeProviderCommand","#src/Commands/MakeServiceCommand","#src/Commands/MakeTestCommand","#src/Commands/ServeCommand","#src/Commands/BuildCommand","#src/Commands/TestCommand","#src/Commands/ReplCommand"],"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"},"commandsManifest":{"repl":{"path":"#src/Commands/ReplCommand","entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","entrypoint":"#bin/test"},"build":"#src/Commands/BuildCommand","serve":{"path":"#src/Commands/ServeCommand","entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"}},"exports":{".":"./src/index.js","./commands/ReplCommand":"./src/Commands/ReplCommand.js","./commands/TestCommand":"./src/Commands/TestCommand.js","./commands/BuildCommand":"./src/Commands/BuildCommand.js","./commands/ServeCommand":"./src/Commands/ServeCommand.js","./providers/CoreProvider":"./src/Providers/CoreProvider.js","./commands/MakeTestCommand":"./src/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/Commands/MakeExceptionCommand.js"},"gitHead":"0cace2cb0086cdf61e1da9d8e7734fe535693d59","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*","tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.36.0","rimraf":"^3.0.2","js-yaml":"^4.1.0","nodemon":"^2.0.21","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","@types/uuid":"^9.0.0","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.2.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/sinon":"^10.0.13","@athenna/http":"^3.5.0","@athenna/test":"^3.3.0","@athenna/view":"^3.1.0","@types/figlet":"^1.5.5","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@athenna/common":"^3.5.0","@athenna/config":"^3.3.0","@athenna/logger":"^3.2.0","@types/callsite":"^1.0.31","@types/inquirer":"^9.0.3","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.4.0","@types/columnify":"^1.5.1","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.2.0_1679673060748_0.46781577445292255","host":"s3://npm-registry-packages"}},"3.3.0":{"name":"@athenna/core","version":"3.3.0","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.3.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"7698d47be660cffc64c3cce1c61289c661b6c8c3","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.3.0.tgz","fileCount":59,"integrity":"sha512-+IkFfmIVqfKtxgk5DxQ52uqxfSqRgeCO5uRVBdzl++1W9vxSTHp5TJZ4rCc92HBgrWFh59Fk7B30G0hJ/WMTlA==","signatures":[{"sig":"MEUCICStrxsl56yYVfB0Z7p0bYPj2VOZoU4/wGZ7yS2pYYqjAiEAneewXwTGebtm304kyHLlbYP1NIKLsnW4TWFXjJIDbJA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93144,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkH7RPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrwIg/8DzQVaFDmunswwOQy0f9Dmo+txNeB2ma3tpp0lm6CA+bmIC0g\r\nKi5tsuuAG13PeVh+UgDAdywBc87k69Rf4YQb+tNJSMf47wVl0nvZF0gmydb2\r\nQupem5zNiWP5GGURp0SiMqWDhKFmU6o9rtsz7aUEvan0oP5KoKYecuII0jHX\r\n95dJzobhjVSup9R0f+cFnH6vh/U4Rk0aG0w/uPNzfqyolLgbbU7KiwDDG7KW\r\nK6hMZ3Z/G9d487H9VeVYccTMbI2RBYCn73WXZDAd84+VeQ24ei9wmXZEtZa2\r\nFj5iIseg2d3mCzJAAFOuSDrBCSJMN0KX7bqBfVvH72K9QP0LiKFjVV8iRnSv\r\npng+tC9pyUPPoSnwmRR9ai+J4HTzqX/VNGg/BzlzzAVpXBZ86Yd6pqB5M9QA\r\nSai0DKzBmVHv0nML7+3gTbh9xukjBybGK1vOuSXweglLPckArcdtK0/sL+4h\r\naHMyRgiA196Pz7mXXblJGK/o5T4Xs3K+UwWAvQ4N6DeqAop8gPgg+c3QvhA0\r\nhUXWkncoKMcFCoEawOhtyMcWly+5L1vBiEjvahX/8c9eyv0EjbJJPLgKufks\r\nGayeSsuG7rLhCX0RDPK3k1mOeuKUluyushnNMNStqgFc4A2sZdqfpKmSlbVV\r\neF15V4DmU+vpZRtpjY5Ag40xZhQCGXqF3Sw=\r\n=3i+J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["#src/Commands/MakeExceptionCommand","#src/Commands/MakeFacadeCommand","#src/Commands/MakeProviderCommand","#src/Commands/MakeServiceCommand","#src/Commands/MakeTestCommand","#src/Commands/ServeCommand","#src/Commands/BuildCommand","#src/Commands/TestCommand","#src/Commands/ReplCommand"],"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"},"commandsManifest":{"repl":{"path":"#src/Commands/ReplCommand","entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","entrypoint":"#bin/test"},"build":"#src/Commands/BuildCommand","serve":{"path":"#src/Commands/ServeCommand","entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"}},"exports":{".":"./src/index.js","./commands/ReplCommand":"./src/Commands/ReplCommand.js","./commands/TestCommand":"./src/Commands/TestCommand.js","./commands/BuildCommand":"./src/Commands/BuildCommand.js","./commands/ServeCommand":"./src/Commands/ServeCommand.js","./providers/CoreProvider":"./src/Providers/CoreProvider.js","./commands/MakeTestCommand":"./src/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/Commands/MakeExceptionCommand.js"},"gitHead":"809f7368447779b41d1d85cdddcff13aa08f309e","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*","tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.36.0","rimraf":"^3.0.2","js-yaml":"^4.1.0","nodemon":"^2.0.21","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","@types/uuid":"^9.0.0","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.2.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/sinon":"^10.0.13","@athenna/http":"^3.5.0","@athenna/test":"^3.3.0","@athenna/view":"^3.1.0","@types/figlet":"^1.5.5","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@athenna/common":"^3.5.0","@athenna/config":"^3.3.0","@athenna/logger":"^3.2.0","@types/callsite":"^1.0.31","@types/inquirer":"^9.0.3","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.4.0","@types/columnify":"^1.5.1","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.3.0_1679799374868_0.44199541054979496","host":"s3://npm-registry-packages"}},"3.3.1":{"name":"@athenna/core","version":"3.3.1","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.3.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"71ffe04a58888aa871f9b5657f03a62d77e9546b","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.3.1.tgz","fileCount":59,"integrity":"sha512-a2bJ5gxiVoky9UtsZf92Z/uOZlhzz2qICrAoBAgNwv1hE1kpJjeTCSaAmasXbCjC3Bcfw9Om7P3KhtY6E5x7fw==","signatures":[{"sig":"MEYCIQC6jlwFygRIjj2dWQgfVjiaIvTc53ILUFCkvBENQXAx+gIhANNSzhoaPR7fXJwkyuikgVrxruyvcnqKpgpwaXSDK+ng","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkH7shACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqR9w//VQGjgwVugnZ00leyQqnz5gTRKH1aHvmfRNXvarWPbzPQy/8g\r\nuPXmNTOd9r6izkWsr/KSejGzo5vkRqxyzzYDjM1AOyG5ABPbzg+OmalC9E0N\r\n+jIuV1mUqC02BFvqlJ7ldmRwuSpxP9QmmSABt4DL1iJ+BPsPzME3+Hr9aUWt\r\nodDCvmKp+zybzZCN9QUfM9ixwmDKpLBaaexUThF1Q44mFuKoyvzurYo/PBjl\r\nQm5gqro/0D0MDk0pInyMYLBLLX8so1MZOIdFVEqHPOGlU8XOJUgXbqDW9SxO\r\nnAqS50zLEy2C3Na9IuC3TfaQIECRg1HeEII1aEpFUw5FS35EPF6i2UPXXHNs\r\nW4tnHqIizbG2BVvR7SwdE4dgjeqdAdONLfbfz9SpDXLAG10GAsBY7osL2erV\r\nf7WPvrFAOQg6y/f7sGpgNmZzpXkwumbtQw49RNyyBqP4xxwNHZdwnDC4g017\r\nDSFP6CO1zKQZtznDQ3bITja/img0yy7l2Wyv4n4RIVwYDnCIPF6pxYLsgo47\r\n6eBU44ttEzSjTx4DiYb4ZayRwHfh8I5MyTy3V4LgrtMVrhqRf5mHhB0raQ7W\r\nyXz/HLRVaPlvC3KvAq7BjCepUND1mpPoQK9ase3+JwoiY/6LMaprGkk/suUy\r\n2u8WDXBjDXl6aT6s4erDE6tu9LN6s7csfFQ=\r\n=dH9G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["#src/Commands/MakeExceptionCommand","#src/Commands/MakeFacadeCommand","#src/Commands/MakeProviderCommand","#src/Commands/MakeServiceCommand","#src/Commands/MakeTestCommand","#src/Commands/ServeCommand","#src/Commands/BuildCommand","#src/Commands/TestCommand","#src/Commands/ReplCommand"],"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"},"commandsManifest":{"repl":{"path":"#src/Commands/ReplCommand","entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","entrypoint":"#bin/test"},"build":"#src/Commands/BuildCommand","serve":{"path":"#src/Commands/ServeCommand","entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"}},"exports":{".":"./src/index.js","./commands/ReplCommand":"./src/Commands/ReplCommand.js","./commands/TestCommand":"./src/Commands/TestCommand.js","./commands/BuildCommand":"./src/Commands/BuildCommand.js","./commands/ServeCommand":"./src/Commands/ServeCommand.js","./providers/CoreProvider":"./src/Providers/CoreProvider.js","./commands/MakeTestCommand":"./src/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/Commands/MakeExceptionCommand.js"},"gitHead":"962fe7dac654fc58b5ef9b448998b2ef4020b802","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*","tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.36.0","rimraf":"^3.0.2","js-yaml":"^4.1.0","nodemon":"^2.0.21","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","@types/uuid":"^9.0.0","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.2.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/sinon":"^10.0.13","@athenna/http":"^3.5.0","@athenna/test":"^3.3.0","@athenna/view":"^3.1.0","@types/figlet":"^1.5.5","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@athenna/common":"^3.5.0","@athenna/config":"^3.3.0","@athenna/logger":"^3.2.0","@types/callsite":"^1.0.31","@types/inquirer":"^9.0.3","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.4.0","@types/columnify":"^1.5.1","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.3.1_1679801121267_0.5311304244398403","host":"s3://npm-registry-packages"}},"3.3.2":{"name":"@athenna/core","version":"3.3.2","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.3.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"3468b544470c51564821232661153ac4e1e058cf","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.3.2.tgz","fileCount":59,"integrity":"sha512-6z5ytLU1mM8sUknubp+v/1n5bS+3vobdBalVIc2TYRw9e5LHlkXZmYwuYT5CUoGvyq5of/A4V2rawZV+6DeuqA==","signatures":[{"sig":"MEUCIFxh/29Po19TtWmceTjokhHJxHFdn/Sg2yqTzU0mVtWqAiEAjvv8As56+Kpyv0Zb11gYMlWqNcaj0eNfHs/jvDa1SVQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkH71gACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqr+w//agHVw4AkZ1zL0jXivxn55gd7geZo+OM0LbOBVetQJgHR3a2P\r\nlJTjx5wQYH0OBOFdFLpNQt5Km6jBRX2bRCCloB+MzS3Q9sYRBMLP1R6QXs+O\r\n2Py6aguvrsoR5EY4dzJg4IbjcGcj3AdrTQWpF5L/yCeG/gkK6URJG7DN74oM\r\n8cd6y9Uu7iL0mmUgz0V2xKK/AttpZaMJNFv0cbOWZWimIL88Trc0GpTgVS8w\r\noZUx1utX0YsTaTDnrko5zv0x30AM3/zRnH+pe6HjEbPa3U2hRC+J3Y6d9+sy\r\ngZXYJHUAu64JEJuEWpDPsjwyg8Hz5+x0JIULtxUBK4quT/+vLlgsAPg0lCNy\r\nTxz++h+IcKsNuZKYAGtCNCDkXoq7BV+/+fhpi8WaNVRP0A0XMgxn0DV2AZ7j\r\nyYqTB+xuep5MHEbYkvFG5EBYbrQUizyoOoe/RxoXIHubruLdqJJpUY4IMOoX\r\nKaRgRQYVh/CenDj9OeYedsLeFcYvR+pkMzqUNIrroMsFF856LPR+9XFVmQiQ\r\nJ1ePtbPzHLI5SkEYnPfo1U5HtE1uVWr1u6PW/t3S+QQJAQyvQq8nMRJDo4v+\r\n8xe2NNX0aJPA2AFvvlPX7y167hUfGQPnYt9POW6f+mH8VHpl8DXJLrXpsYaR\r\n9tsY9EKo+djYRky9I9NPzVYv3ZzNtFewbfI=\r\n=QPMx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["#src/Commands/MakeExceptionCommand","#src/Commands/MakeFacadeCommand","#src/Commands/MakeProviderCommand","#src/Commands/MakeServiceCommand","#src/Commands/MakeTestCommand","#src/Commands/ServeCommand","#src/Commands/BuildCommand","#src/Commands/TestCommand","#src/Commands/ReplCommand"],"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"},"commandsManifest":{"repl":{"path":"#src/Commands/ReplCommand","entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","entrypoint":"#bin/test"},"build":"#src/Commands/BuildCommand","serve":{"path":"#src/Commands/ServeCommand","entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"}},"exports":{".":"./src/index.js","./commands/ReplCommand":"./src/Commands/ReplCommand.js","./commands/TestCommand":"./src/Commands/TestCommand.js","./commands/BuildCommand":"./src/Commands/BuildCommand.js","./commands/ServeCommand":"./src/Commands/ServeCommand.js","./providers/CoreProvider":"./src/Providers/CoreProvider.js","./commands/MakeTestCommand":"./src/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/Commands/MakeExceptionCommand.js"},"gitHead":"5d92cf5011bd49ddf2ddeb8cdd4287260bc3e18e","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*","tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.36.0","rimraf":"^3.0.2","js-yaml":"^4.1.0","nodemon":"^2.0.21","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","@types/uuid":"^9.0.0","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.2.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/sinon":"^10.0.13","@athenna/http":"^3.5.0","@athenna/test":"^3.3.0","@athenna/view":"^3.1.0","@types/figlet":"^1.5.5","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@athenna/common":"^3.5.0","@athenna/config":"^3.3.0","@athenna/logger":"^3.2.0","@types/callsite":"^1.0.31","@types/inquirer":"^9.0.3","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.4.0","@types/columnify":"^1.5.1","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.3.2_1679801696506_0.6190381063079955","host":"s3://npm-registry-packages"}},"3.3.3":{"name":"@athenna/core","version":"3.3.3","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.3.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"35100b33f484632c4305f16f2a8b7f0d83899955","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.3.3.tgz","fileCount":59,"integrity":"sha512-ItzZncTc7DVzDclLmxlxRGsljExhvjogbXdQNqp+E6kVn0+hZRfWXSWW07KV8TNDtvl2iqPlWIRlACI/ovzY7A==","signatures":[{"sig":"MEUCIQDo48YVNEfP13LEbftbxtsI0CabBQ2E9zHXItY9rdjUlQIgB9rWOeuEHOtqh+iYu4mUnbjZ+saPPzlyNXgZcs5+ouo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkH8GBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoIBA//aM89EuakkGMJ178jKbv4KgJbY9LogesRwSlmetuPwdYZMiqD\r\nG9N/UvoY+VKCkZYWDqH2WxoMVC9UrahLJ83KqlS4uGf4ho9DzgRZgC/ylnLK\r\n+jLOot1X237M4omhgetDwlg1zUxdLJ8WWzErF/np3GeA3Pt9JOM32oW5A4qb\r\nEBc4r4A3gmilAPlrGG1M6kP8IKG3pr2hhF1XNa8ElotK0fU9vz+NY6rzxADO\r\nmWmLwYdZ0hk3zySz3llyZbwQovsNxCY29d5bdojfQiJDj5a5W3i4J/N97zsp\r\nKNhzOE1A9YZCL9PzzbUEBg0YzgqA/tB055GCeQtCGk6zjAHlLaPuhIK893du\r\nuM405YIWUfl5fxiI+i2TUxAZ+FNSvSqUdTeKgP242CoQjAbO+dj/XBXHAbKx\r\nAe/NSXY5coVkhLA+t80xFtj7wZwd91rhodnNA5vGT5gmv/JscsGGK/IJRN+I\r\nZxLMjKFCUQOIcpQdtyqWnr38HTYz0MShzxF7CLxs+ZgD8X/JbKQIMKSy/IgS\r\n903fR8KTpqmy8jAASRKscp2j0jVfBdA1XTcyj6ynyX3S3nUB7C+y3TPYv96l\r\n2p3QShIQfsQdaEVkyVtTzH+f3n2zi6bKhLOWVFLccGLviOBQSLpNElxpd3zy\r\nw8ed4wLEXSTFYBIV25lCetL9Mddi3gK5daY=\r\n=jHjG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["#src/Commands/MakeExceptionCommand","#src/Commands/MakeFacadeCommand","#src/Commands/MakeProviderCommand","#src/Commands/MakeServiceCommand","#src/Commands/MakeTestCommand","#src/Commands/ServeCommand","#src/Commands/BuildCommand","#src/Commands/TestCommand","#src/Commands/ReplCommand"],"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"},"commandsManifest":{"repl":{"path":"#src/Commands/ReplCommand","entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","entrypoint":"#bin/test"},"build":"#src/Commands/BuildCommand","serve":{"path":"#src/Commands/ServeCommand","entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"}},"exports":{".":"./src/index.js","./commands/ReplCommand":"./src/Commands/ReplCommand.js","./commands/TestCommand":"./src/Commands/TestCommand.js","./commands/BuildCommand":"./src/Commands/BuildCommand.js","./commands/ServeCommand":"./src/Commands/ServeCommand.js","./providers/CoreProvider":"./src/Providers/CoreProvider.js","./commands/MakeTestCommand":"./src/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/Commands/MakeExceptionCommand.js"},"gitHead":"bdb44f3532c4ef3d6182fbae2f5308e105f5b846","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*","tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.36.0","rimraf":"^3.0.2","js-yaml":"^4.1.0","nodemon":"^2.0.21","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","@types/uuid":"^9.0.0","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.2.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/sinon":"^10.0.13","@athenna/http":"^3.5.0","@athenna/test":"^3.3.0","@athenna/view":"^3.1.0","@types/figlet":"^1.5.5","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@athenna/common":"^3.5.0","@athenna/config":"^3.3.0","@athenna/logger":"^3.2.0","@types/callsite":"^1.0.31","@types/inquirer":"^9.0.3","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.4.0","@types/columnify":"^1.5.1","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.3.3_1679802752978_0.20993925084809995","host":"s3://npm-registry-packages"}},"3.3.4":{"name":"@athenna/core","version":"3.3.4","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.3.4","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"c3f75208dbaff7fb8ef52f525a019baa7db7198f","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.3.4.tgz","fileCount":59,"integrity":"sha512-lX4Jtas4/GlwtdhAknMoSEdhBE6yjZDgBgMgdP24dlcAqw3dGHeE8iSgQGEGvQyzSZE+RwlAmdi7DInZ0wHBaw==","signatures":[{"sig":"MEUCIEfZJhpXM4LZ+/B/68TCVjgzvG4g+1ujo9/vVnE5u1g8AiEAk19F/P8wA1WKFtxu300K+deGpDWrDagnGMcLIxNvtCE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94098,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkIGBiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9VxAAlB7O66pZ3JbIUIRkufUnJGZFIQlXEkE7bPyYrgGGyNwlSy4X\r\nlSA+SJT7dLNmfPLM2affKKzJdR94V8caS3ujM6t3Yi4Y8jJx9cgEApAi2IO9\r\nHNfvzU2ulYScm7YfcwxVo7ZMnOme/53jUObniyk0uUNgc4bxBigRr7yi7O8L\r\np4FhGu3uyPFcbxwGIG2i0JSE8yOBpPRRSFGsQKcSsHdRr6jeDI2Lh0GhGBft\r\nIhxKokzKfrmIx3qAPC5P6EcW0CG6WISqkrHaNpGOgtpUxduK9j0uaw8LrvzL\r\n3VUPOZMKTs9AX/l/NwkMjNJ1AJ/WkvVkVqFwU7TlPdSLi+10grWJimmMfLPk\r\nGOFXw8GA9DJzDNW52JanThr8WzyPHGSUJQn85HXLHD1Q0Eep8jZXYlT51ij9\r\nSnzs8ahgoa/0C2BbP9xWUeuPg9PjRJCFyC2c2v5nNlBr51UER3DrbyURiBsB\r\n/dn/L2bvlvy6/FkITfbWpbtQjieLIvESUjnn1N79Xsu74x85DVdqb8f3oLn3\r\nvygh5L2VFXfQdWwvyGz1ZBvHJO22eDGRLyaoGdmWrn085/TxB1lBUGttAks3\r\nyOWIsAyU1ffQBQOmCBE5k4LilPl1szS4PCTmL0mhzhtlb4Ij8klqzN169V4m\r\ndUQycWqvMW8k/RWVAnwh9ZWKBl59yKVKVIQ=\r\n=UUno\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["#src/Commands/MakeExceptionCommand","#src/Commands/MakeFacadeCommand","#src/Commands/MakeProviderCommand","#src/Commands/MakeServiceCommand","#src/Commands/MakeTestCommand","#src/Commands/ServeCommand","#src/Commands/BuildCommand","#src/Commands/TestCommand","#src/Commands/ReplCommand"],"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"},"commandsManifest":{"repl":{"path":"#src/Commands/ReplCommand","entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","entrypoint":"#bin/test"},"build":"#src/Commands/BuildCommand","serve":{"path":"#src/Commands/ServeCommand","entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"}},"exports":{".":"./src/index.js","./commands/ReplCommand":"./src/Commands/ReplCommand.js","./commands/TestCommand":"./src/Commands/TestCommand.js","./commands/BuildCommand":"./src/Commands/BuildCommand.js","./commands/ServeCommand":"./src/Commands/ServeCommand.js","./providers/CoreProvider":"./src/Providers/CoreProvider.js","./commands/MakeTestCommand":"./src/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/Commands/MakeExceptionCommand.js"},"gitHead":"4f449c25b7a769ef426b6d8178486c5178c2b1d6","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*","tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.36.0","rimraf":"^3.0.2","js-yaml":"^4.1.0","nodemon":"^2.0.21","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","@types/uuid":"^9.0.0","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.2.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/sinon":"^10.0.13","@athenna/http":"^3.5.0","@athenna/test":"^3.3.0","@athenna/view":"^3.1.0","@types/figlet":"^1.5.5","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@athenna/common":"^3.5.0","@athenna/config":"^3.3.0","@athenna/logger":"^3.2.0","@types/callsite":"^1.0.31","@types/inquirer":"^9.0.3","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.4.0","@types/columnify":"^1.5.1","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.3.4_1679843425916_0.9408965449600752","host":"s3://npm-registry-packages"}},"3.4.0":{"name":"@athenna/core","version":"3.4.0","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.4.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"78c90d103c43c4f83d93ec00dfaaa98d0d48f3c9","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.4.0.tgz","fileCount":59,"integrity":"sha512-Wo9q34Wc0Z6iWwyacLNOEPixjY8yPQ62OlfoDR2hw1g98OpzK2QZT4Xl4bTCQZ2gpa5m4C9E5YxtYUaq84IEZA==","signatures":[{"sig":"MEUCIQDTlqv8OAHyjThBFkI0FufE5EFP/l528wiLT1+mrIeQowIgBHp8fFAdrHcII7DJ0/zXO8yUJKrsdU8idkywstNSuBg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93509,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkIPtDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoVAA//UBkiRAKwmCT4Y9Abpl3JbY+4l+nOb6rKYAkwtl2M+xnN9qtR\r\nLW5LPXZsBUfRH0b8tO/zl54vO0nrsK880BABHG42yuCkEUFyT0x0x41xDpUo\r\nlgJVbHAx7EcqCwn4thFuD9XRIvez3m+OrPagdJ4trg+ArGx1t3MLO+yli39P\r\n3xTVCMMbUn7HURqMQYEoELinU8VZA9Zz1iLwTv7APatCOI6iVpzoGknymhbD\r\nplzod7wg0utM0Dh3C4+WM/1mze0pArk91D0N7YAsqI6D8odSmXX8GkuV7OFf\r\nce89d0HLWJchkEUtYlIoGk6x+fIvTPK6cdfkSv8sRvWmY8UVjZ1GnwUBu3xm\r\nWvEWohC4+jCm6+4zrddRQiZHjTut5bRuYQIpP69/PDNYYOjF+I+xNbbe9oQf\r\nxYJkFfy97vQyVq7fTAUibYGW5f3LmfJ5QXGPGLpbYgwBTQlPUi4g0N7dQmqE\r\nwX2LI1O752/nxwJGivIr7nHmzNVfsz7n7deSgcd+oygknRjVvjU9Ahh2Knjm\r\n0l+n6G9aLuFRxXaw+wyueHeXO6Qzg3435HdyvamzXYMS/Wr6f787Cqlu2KUe\r\ncqD6sFq1P3gW3nK04RNx5iz0TG3KLlKxtex+/Elwxlm4dQyvP6fs1O9X0/xJ\r\nUZTcifMoBfaIlFe5Oj/F7WDUEAHDEwxcvSE=\r\n=DJKC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/Commands/ReplCommand","entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","entrypoint":"#bin/test"},"build":"#src/Commands/BuildCommand","serve":{"path":"#src/Commands/ServeCommand","entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"},"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./commands/ReplCommand":"./src/Commands/ReplCommand.js","./commands/TestCommand":"./src/Commands/TestCommand.js","./commands/BuildCommand":"./src/Commands/BuildCommand.js","./commands/ServeCommand":"./src/Commands/ServeCommand.js","./providers/CoreProvider":"./src/Providers/CoreProvider.js","./commands/MakeTestCommand":"./src/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/Commands/MakeExceptionCommand.js"},"gitHead":"2ab305e6ddf0a354f7af4c77473af6725c16d915","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*","tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.36.0","rimraf":"^3.0.2","js-yaml":"^4.1.0","nodemon":"^2.0.21","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","@types/uuid":"^9.0.0","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.2.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/sinon":"^10.0.13","@athenna/http":"^3.7.0","@athenna/test":"^3.3.0","@athenna/view":"^3.1.0","@types/figlet":"^1.5.5","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@athenna/common":"^3.5.0","@athenna/config":"^3.3.0","@athenna/logger":"^3.2.0","@types/callsite":"^1.0.31","@types/inquirer":"^9.0.3","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.6.0","@types/columnify":"^1.5.1","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.4.0_1679883075678_0.25524311318058346","host":"s3://npm-registry-packages"}},"3.5.0":{"name":"@athenna/core","version":"3.5.0","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.5.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"9a8c3d591c98f1a9f107d4284390242be8104ae5","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.5.0.tgz","fileCount":59,"integrity":"sha512-ukR4juBEeqPzM7KZwyB60DDNw4HFMtBKv/pQmVCPlKC9zlxUStj9ktgTl23KfNY0pwHkXrmX4QG5mIFFJt055A==","signatures":[{"sig":"MEQCIHEAzlN0+xq9pbMubNyPbTIOVwbDsG8aLgEoUS9rWtcZAiBy5IGXiQ/d3lH2Wj9gFQltWGXGi+zlViU71yVCvStkgw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkIa47ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq/JA//fp7oyAvUEcLyMknAQCS3XuUzYRiiukfvAWqPA7J6NFv+uOvJ\r\nxA2NogAZGG8Je5elQXjDulTL3CglyPLkzrFN+W3zfBHJAKa5xVb5lyE9ajVl\r\n6wb5ZmIbp0S3tGQXGo6eVp4moYm61ZyRyVgvmlra/3nr5gvfJZrSIi+kOnE9\r\n6ix+ehmc10AtXmRLkJUO3q5BvuVrT3KwkEW9obWD8/FSHd+x1Ttpb3Wds3ZH\r\nhbXlooFozvcQMV1IqBgJ9KIQeTxAGwZu+Ven7ySbe7bBqF6996GuG1Bbykjs\r\neMIBCcV7UpLvfG4tVdoHpCIjUtrjDrxvGamsw7X4f5LOBqwVtYURZ1OVTH+4\r\nvjkB46B0FssXk3Dw7GbPbMViDhZORScjLlSmGKVPGzwDosJPoQIV3FDXP8i0\r\nsRYg0AoKc8hBSYhiV7HVP4OrOUneNYFgpoysBaoTSQN1HyKp7hMx1qOXIqrq\r\nuImGDKVZWQQ+Cj+b4nNQ2aqAPk6vYBmkRqVcyp4rgwrGGcrNMz8cYLM+YLgO\r\nzDJ26a32OWaN/7gQYsX2sHKzq5fULxIocR2Sqi1ysDzSj/4uXARTp84o64EY\r\ny/o+FbnI6mJYgae/FwVTqL8CkJeWfX12ERh7EIpV06q1lVdmwM2ULpMxKUTV\r\nbe0suU1NJTjJ2z96GJL33kvDGLOJofgwkLk=\r\n=Cbp3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/Commands/ReplCommand","stayAlive":true,"entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","stayAlive":true,"entrypoint":"#bin/test"},"build":"#src/Commands/BuildCommand","serve":{"path":"#src/Commands/ServeCommand","stayAlive":true,"entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"},"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./commands/ReplCommand":"./src/Commands/ReplCommand.js","./commands/TestCommand":"./src/Commands/TestCommand.js","./commands/BuildCommand":"./src/Commands/BuildCommand.js","./commands/ServeCommand":"./src/Commands/ServeCommand.js","./providers/CoreProvider":"./src/Providers/CoreProvider.js","./commands/MakeTestCommand":"./src/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/Commands/MakeExceptionCommand.js"},"gitHead":"185f81ac803c3378ed38e88c7b57a7b2836bb139","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*","tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.36.0","rimraf":"^3.0.2","js-yaml":"^4.1.0","nodemon":"^2.0.21","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","@types/uuid":"^9.0.0","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.2.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/sinon":"^10.0.13","@athenna/http":"^3.8.0","@athenna/test":"^3.3.0","@athenna/view":"^3.1.0","@types/figlet":"^1.5.5","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@athenna/common":"^3.5.0","@athenna/config":"^3.3.0","@athenna/logger":"^3.2.0","@types/callsite":"^1.0.31","@types/inquirer":"^9.0.3","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.7.0","@types/columnify":"^1.5.1","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.5.0_1679928891094_0.7616606556235899","host":"s3://npm-registry-packages"}},"3.5.1":{"name":"@athenna/core","version":"3.5.1","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.5.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"11fcc778f14688b93cedb2102ac099af5ea1832a","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.5.1.tgz","fileCount":59,"integrity":"sha512-t/pzN449AeNu2jZPcYZAa5khj9oNDqvSflblJ+1YoyfI6WrZeD2IXqbx8YyqVMFFws+E5gLaJ8rRx9LHcYJ6Zw==","signatures":[{"sig":"MEUCIEl48CNXa8i9+gv3xlYSDWEi71060HvwjQeKi+w7gDbZAiEA9Fc1wBtp68VYo9xNpLfvcK4AVFkrJe9bfpd90cQvRe8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93162,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJuvbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqkxA/+ItJus1v9asq7T9Mg2qahBGFtGxBuqQdmOHZM0D9aYwih/3gh\r\ni5BOrOjARh8A/en2LRkomi4bxd2Q+xx6oTTCTlU7gfNWCikHt9cuICguIMz9\r\nSKKUeh98zg6/Qt29/9cfNuGdHoDjKMVvVnxQ4zkpYCTmgCvF7Hqt/gLdQvef\r\nUIdz7mqRLT3Uu1LHD1uEUr3vAubycw8yTEKttn3XgIJ4JK1nCwYxIPWioQz7\r\nhbUmKvbo8TKbApgKk1CgXH+171dEbcDVas9Pk9I+x3fwF4H3Nk1LkYdj6DhM\r\ngTAbvrfX9CKand2cWQuQ56S8HABRWrxcxdT+hIWwYkUcAK7rJijsrj7KKPlX\r\n/YV34zdtHjzkYURGzQuplIwZTm+Ye//gY/wS9yA4MfTZ01Gv+1KTzkaojgHS\r\nozfOYcwRvgu5qBbJSeaSg8yPS0QdEL2Ft4iKfQCy9Cvy7tNd6B2W84d0qo1e\r\nY99WDMYFnsb//t/Qf5aRH1UlXuR7fCQxJshm8DEChuQxxm6PzstXT6BOW8oQ\r\nOqeN7rcV3ydii5We2vxjifapQxTHJ5P7bf18JUP7wdnVEr0Gdv+dXsJwxDu2\r\nP0yzbixZUZIci13GJ+PSdq+3qIpCPa9MoLO010sK03Kf/2Nbj6K4897npt85\r\nZkUfUXU+Ujd7C+WqDILvAArTJtxl2oI9WsM=\r\n=Rqvn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/Commands/ReplCommand","stayAlive":true,"entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","stayAlive":true,"entrypoint":"#bin/test"},"build":"#src/Commands/BuildCommand","serve":{"path":"#src/Commands/ServeCommand","stayAlive":true,"entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"},"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./commands/ReplCommand":"./src/Commands/ReplCommand.js","./commands/TestCommand":"./src/Commands/TestCommand.js","./commands/BuildCommand":"./src/Commands/BuildCommand.js","./commands/ServeCommand":"./src/Commands/ServeCommand.js","./providers/CoreProvider":"./src/Providers/CoreProvider.js","./commands/MakeTestCommand":"./src/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/Commands/MakeExceptionCommand.js"},"gitHead":"df82b5f539354c9336a61e517ddde7f873dd8072","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*","tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.36.0","rimraf":"^3.0.2","js-yaml":"^4.1.0","nodemon":"^2.0.21","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","@types/uuid":"^9.0.0","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.2.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/sinon":"^10.0.13","@athenna/http":"^3.8.0","@athenna/test":"^3.3.0","@athenna/view":"^3.1.0","@types/figlet":"^1.5.5","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@athenna/common":"^3.5.0","@athenna/config":"^3.3.0","@athenna/logger":"^3.2.0","@types/callsite":"^1.0.31","@types/inquirer":"^9.0.3","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.7.0","@types/columnify":"^1.5.1","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.5.1_1680272347112_0.4264355053380604","host":"s3://npm-registry-packages"}},"3.5.2":{"name":"@athenna/core","version":"3.5.2","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.5.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"c071d20de5c16b27043ebba7a5dadae74667e978","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.5.2.tgz","fileCount":59,"integrity":"sha512-2t7qHKAnRRlGIxM2tlc/VNagtexAE5Z3zeiDqRAM78Gexa30FRpSpLQmMk9sJPwk27i/Vk/SUvF/T35aenmpSg==","signatures":[{"sig":"MEQCICIAFYMzurl2Xy9NvRAWGvmyq+qMnpsEjiH7GfzNmKfqAiAmfyZJhIh/TSprL6bJb/mEH5ivuUPizBHER2sngL64qA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93161,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkKDBWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrDyw//erO6VGGBKGiH8DC9y0B6yjwDATUIRVx8UK8AIBBlPAfBQ/Op\r\nWCW4Q7M9Ieu4y+swEZyIFWDc5ecggsd9IDUSEqn2eccQbRQtdHfwm8GsjcyU\r\neK8uDbPfg8G/99N9oWQh934xfCy0ov7Xk8SoEnIKY9pCX/uwmxZkUHMPP0Yl\r\nIbyAVehCLExoWMrf496cyrmvfcc+5lqTI9g0DbeeObB5CgifJ77UZylf4BQS\r\ndlnkoLtRv4wnQLbEgrzYqA3YPu1UVeGcs9BeQZZ9qr7zmSOCEdZqGWJIwlRg\r\noD94WIpJJANbk9sZ+Zd2K7NbRGIMHeT58YWTprwSYzdW9cYLP4njsygd2pVH\r\nsnpfaGd4RQaqqmPaHIlWdBILu3j+XWgT2tcU4QeRXD0b36KYrSr8hN4hjZxK\r\nu7loEhF7LMj44hfxcv5L9ScWt6/mP3eoDgBDoePHT3XP20/kCi9YLIVRFtZ2\r\n4chNsjWf4YnHUBTN+jjUT24N88lqAFDwzmzjYpOQGi6VCpKEgvM5+mTRrlFi\r\nbBjB+RWfzzBtE/n0tWgV13atgTubVSDMa48YBroSHsj/kfga1+J5vmEtEZb7\r\n+7wPXXswTfjkQUUIlbuUVacNHdC2kZZ2t7KjdDUqPfgRhAs+Xud8VR5/U3m4\r\nxoHZ6jYvLrmKk9BmbIaAu0f51HKDF/yj8bg=\r\n=IWRZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/Commands/ReplCommand","stayAlive":true,"entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","stayAlive":true,"entrypoint":"#bin/test"},"build":"#src/Commands/BuildCommand","serve":{"path":"#src/Commands/ServeCommand","stayAlive":true,"entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"},"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./commands/ReplCommand":"./src/Commands/ReplCommand.js","./commands/TestCommand":"./src/Commands/TestCommand.js","./commands/BuildCommand":"./src/Commands/BuildCommand.js","./commands/ServeCommand":"./src/Commands/ServeCommand.js","./providers/CoreProvider":"./src/Providers/CoreProvider.js","./commands/MakeTestCommand":"./src/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/Commands/MakeExceptionCommand.js"},"gitHead":"8e33cfc8c3bf816bf432dd67930b08cc79dff9ae","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*","tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.36.0","rimraf":"^3.0.2","js-yaml":"^4.1.0","nodemon":"^2.0.21","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","@types/uuid":"^9.0.0","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.2.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/sinon":"^10.0.13","@athenna/http":"^3.8.0","@athenna/test":"^3.3.0","@athenna/view":"^3.1.0","@types/figlet":"^1.5.5","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@athenna/common":"^3.5.0","@athenna/config":"^3.3.0","@athenna/logger":"^3.2.0","@types/callsite":"^1.0.31","@types/inquirer":"^9.0.3","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.7.0","@types/columnify":"^1.5.1","@types/pluralize":"^0.0.29","reflect-metadata":"^0.1.13","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.5.2_1680355414752_0.6228988605534722","host":"s3://npm-registry-packages"}},"3.6.0":{"name":"@athenna/core","version":"3.6.0","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.6.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"9f7872bd8bd0e7c301782cc2438cd40e602111a3","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.6.0.tgz","fileCount":59,"integrity":"sha512-Bj5xsKrLIfzSg5Jo4QRbXXcC8Iz6Ve/nn01Vxd3tSgYuJoPPBZ+8JG7jvOEjD6qH1TaJw6Sae7CY8ZMBCOO7SQ==","signatures":[{"sig":"MEUCIQCYx+gP+Q0zb0o9fe6L+bXEKx9N7sY/X7iVwTlX4gwrDQIgWnmlYLQobJw3aF3pbRBSh8xJutd0GdvNNPO73sqAVGw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":92615,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkMKb5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmodCA/+KbnVqDkGK9+CUAfSjMPxhCx3diWwJ1t1g+obRhWy+yLtLRnv\r\nmWyx2Z2RC28esYFGpM4LgjHqhgkFnUz2W+Z+uPvAaod/LIO1mhraCIp2yNWn\r\nZSl6ay9dmlFIjj5YWY3WBWO42puzRBWjc5bhoQn5tmIewycUbhikNwNIQUQN\r\nb6X79ogKLHvUzh1BHBou5DL+llqz5ZhQ4f+QCA8LsXwlv3gf/bzQpb5juDcE\r\nOE7bS+72+qgjYFhaUGLgO9cHB18xoVgfAyeVHShcIVLFva1fU5+9ZuUr/Teq\r\nGOrcYrqJ6SC2nea9KKoJlspsaTWM2gzmqJlEZF0FovCUOHgs8LgW8KFFdSLr\r\nDzYgsyd+sl5rkEId+0CoA5IoepL/cpBJM383UksAEYQOSGDFWExA835OTZlZ\r\nuhYZK8VqYZuFdJjdSTadXBOFoTQDRn03JDcUveMCwf/Dsy3hDPrHgZJP3/al\r\nSKD85lOFe9MDNRyzQWAQpM+ncbHoefkJK+BE9MMteex9ov4IOpFqmimd5kcR\r\nUylImK3+saRlmjAa757QS+cuDOFqYD/tU9YYwc1JD1rIos7YPh1u3PQlkhyu\r\nBMjeQKFjNL1JvQSkyK+u5o9naFLScuhPxn3pdBhMvogdxJvKVnVuwYD4ghSW\r\nmTFfyXCaxMK34hNW/wjgkp4VP350fxJOliM=\r\n=QiZu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/Commands/ReplCommand","stayAlive":true,"entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","stayAlive":true,"entrypoint":"#bin/test"},"build":"#src/Commands/BuildCommand","serve":{"path":"#src/Commands/ServeCommand","stayAlive":true,"entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"},"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./commands/ReplCommand":"./src/Commands/ReplCommand.js","./commands/TestCommand":"./src/Commands/TestCommand.js","./commands/BuildCommand":"./src/Commands/BuildCommand.js","./commands/ServeCommand":"./src/Commands/ServeCommand.js","./providers/CoreProvider":"./src/Providers/CoreProvider.js","./commands/MakeTestCommand":"./src/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/Commands/MakeExceptionCommand.js"},"gitHead":"de62d1b61d28e83b7ce7d1a43fbd92ea8af6c34f","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","ts-node":"^10.9.1","prettier":"^2.8.7","@swc/core":"^1.3.27","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.3.0","@athenna/http":"^3.9.0","@athenna/test":"^3.5.1","@athenna/view":"^3.2.0","@athenna/common":"^3.5.1","@athenna/config":"^3.5.0","@athenna/logger":"^3.3.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.8.0","reflect-metadata":"^0.1.13","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.6.0_1680910073628_0.4359763003039374","host":"s3://npm-registry-packages"}},"3.7.0":{"name":"@athenna/core","version":"3.7.0","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.7.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"39b301fc8d1b9e008cac989a36207162cc6b8ca7","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.7.0.tgz","fileCount":59,"integrity":"sha512-cM4k6jzEJp/Ka9XrOxr+vVyohGzcFIWH3lEcLMvIAF4XqV5uMj5nmoqrLtBwJ5c8IIGjjs5+BQsRzrCPRPgh2g==","signatures":[{"sig":"MEYCIQCE9yeCmyiKcDBtp23+31hEQw5pwxvd7UhRLziIQJBBlwIhANO2InPCK/itlwL4ycEMVJ20R1OlxBO5bvfban2tgd+R","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":92900,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPUckACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpHeRAAomIEOD15OVQh4Ou3Rk78CxrWUNUN+qinCJBCNmdtxRGKh3Zd\r\n9mB3xBC4jeY1Iugdr++4Zh1w9Qa5Qvt9E3LCzKWhcZkfRCSqVneSwXSMHoq7\r\nRrarWnaboVDPv/qdGhi3xBel8PZqaOtOtD8wKTFx78wi0YQU3Reame5yN/oM\r\n6bCPyDufMh1s4lEPvTNl6cEeHxOPOyBsd+Tj2fRpCgHCQAuYHypjzEIyUC6M\r\niyVFOtclr3KDmFt7ItEX9ljX0TzwjXgPHYkOsUp4Dsjgyfl7JvI3kUYwMhZQ\r\n0n/NtDMeTr41ooQTd3ETxFiPMi07N/MqGi0yHGqox3AXXCCIkA/KRNOnRuMc\r\nEussDdBtm1EITQ8UNlUvz2z4uwdEz9RHCeAlGwBrz8y/kX39V6FequX3fl4A\r\n3Y7q6FpALYW+kmEgP2/9RJOqOc1mVCd7StWKEEGcJIun4wWcb9CGA24O48uW\r\nzfWsDNJRX177Ay0RmdsG1z3+v5thnEbfBZMhundYb0CZy53KIdCi3vXlDNGE\r\nSIYbMii2TDQ6nX5PNenq8uf4bH2Hka3PbNwlS6gRtYMUkzVaVj+L7rtHr99s\r\n5h4ui2MajPZvW8RFNfa8Rotk9/wYlPqJyjswH4v4aeHDz2bj5z7sm+1rpIPb\r\n2s97BCC+eG1MtIMEu9Ft1GjaRdh+pO96CI0=\r\n=5Ve5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/Commands/ReplCommand","stayAlive":true,"entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","stayAlive":true,"entrypoint":"#bin/test"},"build":"#src/Commands/BuildCommand","serve":{"path":"#src/Commands/ServeCommand","stayAlive":true,"entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"},"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./commands/ReplCommand":"./src/Commands/ReplCommand.js","./commands/TestCommand":"./src/Commands/TestCommand.js","./commands/BuildCommand":"./src/Commands/BuildCommand.js","./commands/ServeCommand":"./src/Commands/ServeCommand.js","./providers/CoreProvider":"./src/Providers/CoreProvider.js","./commands/MakeTestCommand":"./src/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/Commands/MakeExceptionCommand.js"},"gitHead":"2252e55b615134a9a32adbd631615ce8983b3358","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","ts-node":"^10.9.1","prettier":"^2.8.7","@swc/core":"^1.3.27","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.3.0","@athenna/http":"^3.9.0","@athenna/test":"^3.5.1","@athenna/view":"^3.2.0","@athenna/common":"^3.5.1","@athenna/config":"^3.5.0","@athenna/logger":"^3.3.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.8.0","reflect-metadata":"^0.1.13","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.7.0_1681737508566_0.989943863355923","host":"s3://npm-registry-packages"}},"3.8.0":{"name":"@athenna/core","version":"3.8.0","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.8.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"233d371ac397a9cfc6a71afc724d70bae04c84a7","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.8.0.tgz","fileCount":59,"integrity":"sha512-P8ZV5vg8mbPFoNe4NXvrAfI8rPvhqfovdUWwKvpreU+Lik06fAZEtHy8U3oWmqJsJwfAqxz+gtDz86OlRra/Ew==","signatures":[{"sig":"MEUCIBGk5IAEfSOvLhHgLDQNTFBjrsYGetbONJGQT0HcLNM4AiEAsyP5YCmIKwSp43kVUQlGDhQzsCzTWCGIufwsc1fBLZo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":92146,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPdAiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq6mhAAkgyjZsAHEPUD0KwT4QlSKR1alLznmkQv1Q6o/VamHLwzHm3G\r\nbM5Fg3qvoRW6o1ZrdxPEkJVTLbVvXNlX/y7gq4s1dgtOA41pmZdLHb5QwgPA\r\n8MunPbv3uak+AmBkn2OzjLPmuY1bW2ge2RzA9DgWx7zKofWayiVFytCbo9dT\r\nBRcpicirf1f5wGij5liC6FCdl5m3glqR4Pm/iRVG2khKAoZa0eXAtH/Ezgy6\r\nxHEQjHnBdWdq908EfKZEEtb59N62VQeJs1ZUDcnzY6wAwIk7G85n99Hhb49d\r\nZyrvvzEQYdicpScl76iOHXNS6YJMfciXMhfrutWP/k32l0TI6kFMlznNlPbp\r\nCAMzKQ1hvI6ZEtu/QSO01l2GXtwp9uo0zbybSQKC/LhK7FcHVHoFV4ByiY+5\r\n/VY7AyDKkNKb8hVtNnI7S5NQujUttaf88jJVercwJZWuNhMGVjjVhdTdybBJ\r\nsDz0JOeWmGDmIrMNyC2AHatV6gdKzFnnZ6ThBOjXhza7tuFgF+/5BePjJXm0\r\nBe/ZvxymX73eNe2B7VuzPWTkBid4Q1oAIEX8Nc1hPuA8x/limfnOMNIF8gF1\r\nScjTUnRB6kPtTZc2XLadK5WAhr5N2gB3Uru2WrPPrDt0bzP4YmeIuv4jYkIO\r\ngI57uweZTq+nvAC3jvhAZZJyztvGQ8RszE0=\r\n=otPu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/Commands/ReplCommand","stayAlive":true,"entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","stayAlive":true,"entrypoint":"#bin/test"},"build":"#src/Commands/BuildCommand","serve":{"path":"#src/Commands/ServeCommand","stayAlive":true,"entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"},"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./commands/ReplCommand":"./src/Commands/ReplCommand.js","./commands/TestCommand":"./src/Commands/TestCommand.js","./commands/BuildCommand":"./src/Commands/BuildCommand.js","./commands/ServeCommand":"./src/Commands/ServeCommand.js","./providers/CoreProvider":"./src/Providers/CoreProvider.js","./commands/MakeTestCommand":"./src/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/Commands/MakeExceptionCommand.js"},"gitHead":"e3cee30beba89e65765f88d7c17753b3d58b63bc","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","ts-node":"^10.9.1","prettier":"^2.8.7","@swc/core":"^1.3.27","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.4.0","@athenna/http":"^3.10.0","@athenna/test":"^3.6.0","@athenna/view":"^3.3.0","@athenna/common":"^3.6.0","@athenna/config":"^3.6.0","@athenna/logger":"^3.4.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.9.0","reflect-metadata":"^0.1.13","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.8.0_1681772578059_0.8487445298098477","host":"s3://npm-registry-packages"}},"3.9.0":{"name":"@athenna/core","version":"3.9.0","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.9.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"4272cde65a04c865030d1555ea0c82279c088b17","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.9.0.tgz","fileCount":59,"integrity":"sha512-m4z24gRtgtY4TtIwGa1lkFacPdn04G/SBln//h072dKzACtZfs82qHv0PL1bktXcFSdl5gaP3gW/eNvEwPuo3Q==","signatures":[{"sig":"MEYCIQCUPcpnDBY2nyO9FyeiQ3VqcB2mu3O2sfEhSfuvrG8HQAIhALEpk2hDGA5JOXXvWpzsFqCbb0/urTMtpqSHVneXAjeR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":92058,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSbo6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoe9g//Q+g2i8f2UrNxfTb0x8vBjdxZfqGJz36I3LdkBZi+aKjVz50W\r\n3BzJuGCmps7mgMLEKjNqbNQs9C+7Xp/ATwQRqLlFuc1HzA5f3suluZERefn1\r\nosnLWbadVl3owHuZFU6RjFaKHuMtoMC04THxXixRVkhSimU4c4sQ2YJnHqd3\r\n75VOUBiYvMLyx3/9vWSFJjD9AeEsZMK6ZLbQ1v4qgqfSKJLrukRevOhkb4YQ\r\n/Rx9BZORI+iT1/z6FqXn9GNAS9lwygdYgH5/SleZsl/Uf7DmEWWn54gSsw5g\r\nkJpiazDsFr/yt/QbILKmYZPl68WyacwrF5v7l0EfB742dh+SSH4StHeeKfIG\r\noMwRlaNoVhveNCXepCulVeZdT/wTIdE/W3EX4jU5Zzpe94ycSdTUGRarDxNN\r\n8PkuWecM18XIDglkmfF2m7r7JNApmAs9oLDBjs8dHw4qoqaiUO5aqrgdcShH\r\nFpBtVVueGfG8BfMAbEEYQgZl06Ces15Bha55qAWuI5oXv/D6MkBtsN/0jBzs\r\nQ2fRxFaaPGpojilJtbNXI42FdlmRkdBgx7vA3kH73v005j6x2iqh8pDttRpb\r\nqP7S0fUKsv6W7UBV5jNMRfEHlo6RVhoRcSJoP5j8Q3KHCJw7lcdHF7MvhBhK\r\nY92NFdbtdrooxK/J2Z+FgMfOcHPKl4ehUPU=\r\n=uCR+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/Commands/ReplCommand","stayAlive":true,"entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","stayAlive":true,"entrypoint":"#bin/test"},"build":"#src/Commands/BuildCommand","serve":{"path":"#src/Commands/ServeCommand","stayAlive":true,"entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"},"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./commands/ReplCommand":"./src/Commands/ReplCommand.js","./commands/TestCommand":"./src/Commands/TestCommand.js","./commands/BuildCommand":"./src/Commands/BuildCommand.js","./commands/ServeCommand":"./src/Commands/ServeCommand.js","./providers/CoreProvider":"./src/Providers/CoreProvider.js","./commands/MakeTestCommand":"./src/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/Commands/MakeExceptionCommand.js"},"gitHead":"a1c0627ca590d0b8c494889626d08bb85fcc4d59","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","ts-node":"^10.9.1","prettier":"^2.8.7","@swc/core":"^1.3.27","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.4.0","@athenna/http":"^3.10.0","@athenna/test":"^3.6.0","@athenna/view":"^3.3.0","@athenna/common":"^3.6.0","@athenna/config":"^3.7.1","@athenna/logger":"^3.4.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.9.0","reflect-metadata":"^0.1.13","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.9.0_1682553402563_0.6937977460483251","host":"s3://npm-registry-packages"}},"3.10.0":{"name":"@athenna/core","version":"3.10.0","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@3.10.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/Types/*","src/Commands/*.ts","src/Applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"0258a4fe62f4b967ed911f405c822e25a0a74e5b","tarball":"https://registry.npmjs.org/@athenna/core/-/core-3.10.0.tgz","fileCount":59,"integrity":"sha512-T7teNNvayY8cO7kGTPyhJ50fKfOmUpEgR/2nXSQTk4fNzuYTf+8GS1kscFvGQgbylr9OpWPgOtdiD5pcFD16ag==","signatures":[{"sig":"MEUCIDe1pFCu7c/nVjc9ixDjxlOuKX4wJ76b9zoRuaOEsNR5AiEA7y/+HrBLRusYMysaEVIkKxkWfMXXX2AVKPzWG72BHBk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":92059},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/Commands/ReplCommand","stayAlive":true,"entrypoint":"#bin/repl"},"test":{"path":"#src/Commands/TestCommand","stayAlive":true,"entrypoint":"#bin/test"},"build":"#src/Commands/BuildCommand","serve":{"path":"#src/Commands/ServeCommand","stayAlive":true,"entrypoint":"#bin/http"},"make:test":"#src/Commands/MakeTestCommand","make:facade":"#src/Commands/MakeFacadeCommand","make:service":"#src/Commands/MakeServiceCommand","make:provider":"#src/Commands/MakeProviderCommand","make:exception":"#src/Commands/MakeExceptionCommand"},"preloads":["#tests/Stubs/routes/http"],"services":["#tests/Stubs/services/WelcomeService","#tests/Stubs/services/DecoratedWelcomeService"],"providers":["#src/Providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./commands/ReplCommand":"./src/Commands/ReplCommand.js","./commands/TestCommand":"./src/Commands/TestCommand.js","./commands/BuildCommand":"./src/Commands/BuildCommand.js","./commands/ServeCommand":"./src/Commands/ServeCommand.js","./providers/CoreProvider":"./src/Providers/CoreProvider.js","./commands/MakeTestCommand":"./src/Commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/Commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/Commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/Commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/Commands/MakeExceptionCommand.js"},"gitHead":"c0b8aad94dfb17ec71fb7bece6af9fc018e8a67d","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"6.14.18","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"semver":"^7.3.8","pretty-repl":"^3.1.1"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/Stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","ts-node":"^10.9.1","prettier":"^2.8.7","@swc/core":"^1.3.27","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.4.0","@athenna/http":"^3.11.0","@athenna/test":"^3.6.0","@athenna/view":"^3.3.0","@athenna/common":"^3.6.0","@athenna/config":"^3.7.1","@athenna/logger":"^3.4.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.9.0","reflect-metadata":"^0.1.13","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_3.10.0_1686441136035_0.472341256136239","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"@athenna/core","version":"4.0.0","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.0.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/types/*","src/commands/*.ts","src/applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"5c06c3156ab35b4ae7fa69a9820e1a8185c839df","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.0.0.tgz","fileCount":59,"integrity":"sha512-/70iflCodCUlh3BLvsyjhIAe8lopoqcejj1WBcNeAQvbkTxCRSKrtqUAYJ8o5/Dflm+AQRFRAoAW7fClvYX10g==","signatures":[{"sig":"MEQCIEy3+OZOxIzTtAtikag/2014+p0cQETJOkRiqg4nreCFAiBzKWLVxSQ8qVQyFU1f/y7GaMVo7oyUji+m3SgRSBQedA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":88860},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true,"entrypoint":"#bin/repl"},"test":{"path":"#src/commands/TestCommand","stayAlive":true,"entrypoint":"#bin/test"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true,"entrypoint":"#bin/http"},"make:test":"#src/commands/MakeTestCommand","make:facade":"#src/commands/MakeFacadeCommand","make:service":"#src/commands/MakeServiceCommand","make:provider":"#src/commands/MakeProviderCommand","make:exception":"#src/commands/MakeExceptionCommand"},"preloads":["#tests/stubs/routes/http"],"services":["#tests/stubs/services/WelcomeService","#tests/stubs/services/DecoratedWelcomeService"],"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"3a00a7ba416624a2de03349a3e2dadd754d5d7ed","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","build":"rimraf build && tsc --project bin/tsconfig.build.json","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"9.6.7","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.0","dependencies":{"semver":"^7.5.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","ts-node":"^10.9.1","prettier":"^2.8.7","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","lint-staged":"^12.5.0","@athenna/ioc":"^4.0.0","@athenna/http":"^4.2.0","@athenna/test":"^4.2.0","@athenna/view":"^4.0.0","@athenna/common":"^4.3.0","@athenna/config":"^4.2.0","@athenna/logger":"^4.1.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.1.0","reflect-metadata":"^0.1.13","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0_1691608287841_0.8746166819572394","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"@athenna/core","version":"4.1.0","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.1.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/types/*","src/commands/*.ts","src/applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"2e45dc8f4fe1d4e262f679150734596e3ff5a32f","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.1.0.tgz","fileCount":57,"integrity":"sha512-XufL9rRm83LuJAIFIXOfYy4m1EuEFmgXommholvtr2ZRGHPk/7vb4iNVa0U860AegK6IQPQ8O36dQGWqZqug3Q==","signatures":[{"sig":"MEUCIG1P8WhJhTaXuxsf2NoCdT88AHJD2ZIWuuYBBFnAARROAiEAmKBe3ldvhZNypbOkvcVcL8evHAGBBx17q8BO/gmv5O0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":87617},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true,"entrypoint":"#bin/repl"},"test":{"path":"#src/commands/TestCommand","stayAlive":true,"entrypoint":"#bin/test"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true,"entrypoint":"#bin/http"},"make:test":"#src/commands/MakeTestCommand","make:facade":"#src/commands/MakeFacadeCommand","make:service":"#src/commands/MakeServiceCommand","make:provider":"#src/commands/MakeProviderCommand","make:exception":"#src/commands/MakeExceptionCommand"},"preloads":["#tests/stubs/routes/http"],"services":["#tests/stubs/services/WelcomeService","#tests/stubs/services/DecoratedWelcomeService"],"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"5b9143509f76973e1cc3b13344807fea6376b119","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","build":"rimraf build && tsc --project bin/tsconfig.build.json","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"9.6.7","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.0","dependencies":{"semver":"^7.5.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","ts-node":"^10.9.1","prettier":"^2.8.7","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","lint-staged":"^12.5.0","@athenna/ioc":"^4.1.0","@athenna/http":"^4.3.0","@athenna/test":"^4.3.0","@athenna/view":"^4.1.0","@athenna/common":"^4.4.0","@athenna/config":"^4.3.0","@athenna/logger":"^4.2.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.2.0","reflect-metadata":"^0.1.13","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.1.0_1691623286191_0.7428166824039635","host":"s3://npm-registry-packages"}},"4.2.0":{"name":"@athenna/core","version":"4.2.0","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.2.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/types/*","src/commands/*.ts","src/applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"dfefb8e83c2a0428fc2db431b79671bdb8c51c30","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.2.0.tgz","fileCount":57,"integrity":"sha512-8K4pf+DYA8IoPZovT3soaYijVlhAfkmtaYDJhDNsxb3HpIeBbEVHArJtmBSvuKc35ZURNpJ0pUEYIsDGm6zhQg==","signatures":[{"sig":"MEQCIGCwsBhoTVsOeqUIZx+iV4GyQj9mgEB2NbKfg/j3/xRUAiBwx9aBJkPt0r9Hg1kCPGJeDw9tAJI3K3cwced9MdHrsw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":87622},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true,"entrypoint":"#bin/repl"},"test":{"path":"#src/commands/TestCommand","stayAlive":true,"entrypoint":"#bin/test"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true,"entrypoint":"#bin/http"},"make:test":"#src/commands/MakeTestCommand","make:facade":"#src/commands/MakeFacadeCommand","make:service":"#src/commands/MakeServiceCommand","make:provider":"#src/commands/MakeProviderCommand","make:exception":"#src/commands/MakeExceptionCommand"},"preloads":["#tests/stubs/routes/http"],"services":["#tests/stubs/services/WelcomeService","#tests/stubs/services/DecoratedWelcomeService"],"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"d34000876e819ad6a1401d584fec4c335a45bcba","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","build":"rimraf build && tsc --project bin/tsconfig.build.json","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"9.6.7","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.0","dependencies":{"semver":"^7.5.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","ts-node":"^10.9.1","prettier":"^2.8.7","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","lint-staged":"^12.5.0","@athenna/ioc":"^4.1.0","@athenna/http":"^4.4.0","@athenna/test":"^4.3.0","@athenna/view":"^4.1.0","@athenna/common":"^4.4.0","@athenna/config":"^4.3.0","@athenna/logger":"^4.2.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.2.0","reflect-metadata":"^0.1.13","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.2.0_1691626435320_0.34953517338145534","host":"s3://npm-registry-packages"}},"4.3.0":{"name":"@athenna/core","version":"4.3.0","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.3.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/types/*","src/commands/*.ts","src/applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"1a1fad845391c7265f4ec52114d94cb76afdb9ce","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.3.0.tgz","fileCount":57,"integrity":"sha512-VEOITcKpy2rCU3mxCTiLBwzv5uiFEbLnjL3AG2q7DFlDXtk6tRRVkFsQiDbnqFdR84Sv+DON9KyPkekmRfws0w==","signatures":[{"sig":"MEUCIQC1omCtEBrrO71FdIFChm7TxPg0Aa+LnRWkF8C9VY29/QIgVF2/gJtmsGRBy3T8wMFlBnqdk+++Scf/XCDTrkNP3Rg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":87540},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true,"entrypoint":"#bin/repl"},"test":{"path":"#src/commands/TestCommand","stayAlive":true,"entrypoint":"#bin/test"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true,"entrypoint":"#bin/http"},"make:test":"#src/commands/MakeTestCommand","make:facade":"#src/commands/MakeFacadeCommand","make:service":"#src/commands/MakeServiceCommand","make:provider":"#src/commands/MakeProviderCommand","make:exception":"#src/commands/MakeExceptionCommand"},"preloads":["#tests/stubs/routes/http"],"services":["#tests/stubs/services/WelcomeService","#tests/stubs/services/DecoratedWelcomeService"],"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"34d75bd73dcc532bf103327789c70aae23c04bb6","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","build":"rimraf build && tsc --project bin/tsconfig.build.json","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"9.6.7","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.0","dependencies":{"semver":"^7.5.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","ts-node":"^10.9.1","prettier":"^2.8.7","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","lint-staged":"^12.5.0","@athenna/ioc":"^4.1.0","@athenna/http":"^4.4.0","@athenna/test":"^4.3.0","@athenna/view":"^4.1.0","@athenna/common":"^4.4.0","@athenna/config":"^4.3.0","@athenna/logger":"^4.2.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.2.0","reflect-metadata":"^0.1.13","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.3.0_1691669829968_0.3880952983949124","host":"s3://npm-registry-packages"}},"4.4.0":{"name":"@athenna/core","version":"4.4.0","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.4.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/types/*","src/commands/*.ts","src/applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"94e7d3a4c8f2dd70a726d57f1d5c1c9aa85ff72c","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.4.0.tgz","fileCount":59,"integrity":"sha512-qyn0dP2cmolyyhN/IjclWzO3Yf6PTgLziI6yEUv7f0EoGJw0d52HcnJG0TJ1DRxXFURBieMvXxIZEgAEHE03jQ==","signatures":[{"sig":"MEUCIQC2EvGKBSbIHSf6cfAoPjWI6Mjib1Z0EyPY7sxjFsGVRwIgHCyaa949b7GEOxoPtEUeCzYJpeuE8bBj3wqnUzts6YI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":90804},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true,"entrypoint":"#bin/repl"},"test":{"path":"#src/commands/TestCommand","stayAlive":true,"entrypoint":"#bin/test"},"build":{"path":"#src/commands/BuildCommand","tsconfig":"./tests/stubs/tsconfig.json","metaFiles":["app/hello.edge","LICENSE.md",".env"]},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true,"entrypoint":"#bin/http"},"make:test":"#src/commands/MakeTestCommand","make:facade":"#src/commands/MakeFacadeCommand","make:service":"#src/commands/MakeServiceCommand","make:provider":"#src/commands/MakeProviderCommand","make:exception":"#src/commands/MakeExceptionCommand"},"preloads":["#tests/stubs/routes/http"],"services":["#tests/stubs/services/WelcomeService","#tests/stubs/services/DecoratedWelcomeService"],"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"4e7b3eb201528f5eda819271462a7f6af8dd48c5","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","build":"rimraf build && tsc --project bin/tsconfig.build.json","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"9.6.7","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","prettier":"^2.8.7","copyfiles":"^2.4.1","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","lint-staged":"^12.5.0","@athenna/ioc":"^4.1.0","@athenna/http":"^4.4.0","@athenna/test":"^4.3.0","@athenna/view":"^4.1.0","@athenna/common":"^4.4.0","@athenna/config":"^4.3.0","@athenna/logger":"^4.2.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.2.0","reflect-metadata":"^0.1.13","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.4.0_1693431076224_0.030936172460474864","host":"s3://npm-registry-packages"}},"4.5.0":{"name":"@athenna/core","version":"4.5.0","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.5.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/types/*","src/testing/*.ts","src/commands/*.ts","src/applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"0f5684e49ef791d21adf27ab3a4847c2afb257df","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.5.0.tgz","fileCount":63,"integrity":"sha512-fQE8kK/TotgG1CCSUCaUQFzdCyTzVH05VaFf+hRKkMd0g2XkXzgxRZjhC8pVAvmfGm3YpQNrkCNsUmnm+iz0YQ==","signatures":[{"sig":"MEQCICH+QHzEpF5Itl59EsYWVHcdnKJBsDTPBasolc3xjS5OAiAgSuWeUv8NleFCoBPCoZhKLcpIVm0TtAk1cFho1ZFmrg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":95384},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true,"entrypoint":"#bin/repl"},"test":{"path":"#src/commands/TestCommand","stayAlive":true,"entrypoint":"#bin/test"},"build":{"path":"#src/commands/BuildCommand","tsconfig":"./tests/stubs/tsconfig.json","metaFiles":["app/hello.edge","LICENSE.md",".env"]},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true,"entrypoint":"#bin/http"},"make:test":"#src/commands/MakeTestCommand","make:facade":"#src/commands/MakeFacadeCommand","make:service":"#src/commands/MakeServiceCommand","make:provider":"#src/commands/MakeProviderCommand","make:exception":"#src/commands/MakeExceptionCommand"},"preloads":["#tests/stubs/routes/http"],"services":["#tests/stubs/services/WelcomeService","#tests/stubs/services/DecoratedWelcomeService"],"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","testFn":"./templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package.json":"./package.json","./testing/BaseCliTest":"./src/testing/BaseCliTest.js","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseRestTest":"./src/testing/BaseRestTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"8745d0eabc76f95ea0932d7b2eb193be880c0f35","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","build":"rimraf build && tsc --project bin/tsconfig.build.json","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"9.6.7","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","prettier":"^2.8.7","copyfiles":"^2.4.1","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","lint-staged":"^12.5.0","@athenna/ioc":"^4.1.0","@athenna/http":"^4.4.0","@athenna/test":"^4.3.0","@athenna/view":"^4.1.0","@athenna/common":"^4.4.0","@athenna/config":"^4.3.0","@athenna/logger":"^4.2.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.2.0","reflect-metadata":"^0.1.13","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.5.0_1693916731596_0.5390580926090953","host":"s3://npm-registry-packages"}},"4.6.0":{"name":"@athenna/core","version":"4.6.0","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.6.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/types/*","src/testing/*.ts","src/commands/*.ts","src/applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"3c178068a610337ce2b51be5ed996c279a1859f8","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.6.0.tgz","fileCount":65,"integrity":"sha512-y/HJU4GJqfSYTCU3BVUAoy0hG5QMcHI3t3bIbqQKTdM2OSu44a+Uvj0TVVlhf1eBSz18lFZZHXC0n7qsuGeFkQ==","signatures":[{"sig":"MEYCIQDhLqahu1KzgMoN+GZRp3HTmebzX6e4TEzjiFijrYDRHgIhAMk1Ws/SurBR/6jjkpmxLPtt7J+nN9QotUyiCM44drTn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97127},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true,"entrypoint":"#bin/repl"},"test":{"path":"#src/commands/TestCommand","stayAlive":true,"entrypoint":"#bin/test"},"build":{"path":"#src/commands/BuildCommand","tsconfig":"./tests/stubs/tsconfig.json","metaFiles":["app/hello.edge","LICENSE.md",".env"]},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true,"entrypoint":"#bin/http"},"make:test":"#src/commands/MakeTestCommand","make:facade":"#src/commands/MakeFacadeCommand","make:service":"#src/commands/MakeServiceCommand","make:provider":"#src/commands/MakeProviderCommand","make:exception":"#src/commands/MakeExceptionCommand"},"preloads":["#tests/stubs/routes/http"],"services":["#tests/stubs/services/WelcomeService","#tests/stubs/services/DecoratedWelcomeService"],"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","test-cli":"./templates/test-cli.edge","exception":"./templates/exception.edge","test-rest":"./templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package.json":"./package.json","./testing/BaseCliTest":"./src/testing/BaseCliTest.js","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseRestTest":"./src/testing/BaseRestTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"5f6e8c1627d356115a0ad625306ff76912a01384","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","build":"rimraf build && tsc --project bin/tsconfig.build.json","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"9.6.7","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","prettier":"^2.8.7","copyfiles":"^2.4.1","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","lint-staged":"^12.5.0","@athenna/ioc":"^4.1.0","@athenna/http":"^4.4.0","@athenna/test":"^4.3.0","@athenna/view":"^4.1.0","@athenna/common":"^4.9.2","@athenna/config":"^4.3.0","@athenna/logger":"^4.2.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.8.0","reflect-metadata":"^0.1.13","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.6.0_1693934818272_0.07353086302892864","host":"s3://npm-registry-packages"}},"4.7.0":{"name":"@athenna/core","version":"4.7.0","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.7.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/types/*","src/testing/*.ts","src/commands/*.ts","src/applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"dbb1318cc9271803f6d7a9c12f0c5d46fb574132","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.7.0.tgz","fileCount":65,"integrity":"sha512-GmYvo55mtU2/n9PJnwoV8VQL2HF8gJxBHxpButNgo/SYOBc12BWjGPEfpqdIeybY1jm8g19OrfrnbK5XW9+B8w==","signatures":[{"sig":"MEUCIDgExFjkSUKtBCuLnhrWhFjBZFffYAMzpGjayTNn3GYoAiEAntiNhILwbZP7viwm8+5my1kMVDA3bXs2ktvS6Y5oLvE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97592},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true,"entrypoint":"#bin/repl"},"test":{"path":"#src/commands/TestCommand","stayAlive":true,"entrypoint":"#bin/test"},"build":{"path":"#src/commands/BuildCommand","tsconfig":"./tests/stubs/tsconfig.json","metaFiles":["app/hello.edge","LICENSE.md",".env"]},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true,"entrypoint":"#bin/http"},"make:test":"#src/commands/MakeTestCommand","make:facade":"#src/commands/MakeFacadeCommand","make:service":"#src/commands/MakeServiceCommand","make:provider":"#src/commands/MakeProviderCommand","make:exception":"#src/commands/MakeExceptionCommand"},"preloads":["#tests/stubs/routes/http"],"services":["#tests/stubs/services/WelcomeService","#tests/stubs/services/DecoratedWelcomeService"],"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","test-cli":"./templates/test-cli.edge","exception":"./templates/exception.edge","test-rest":"./templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package.json":"./package.json","./testing/BaseCliTest":"./src/testing/BaseCliTest.js","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseRestTest":"./src/testing/BaseRestTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"2240de3c31f59014ae8dfa0139b7ea649da40527","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","build":"rimraf build && tsc --project bin/tsconfig.build.json","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"9.6.7","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/stubs/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","prettier":"^2.8.7","copyfiles":"^2.4.1","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","lint-staged":"^12.5.0","@athenna/ioc":"^4.1.0","@athenna/http":"^4.4.0","@athenna/test":"^4.3.0","@athenna/view":"^4.1.0","@athenna/common":"^4.9.2","@athenna/config":"^4.3.0","@athenna/logger":"^4.2.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.8.0","reflect-metadata":"^0.1.13","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.7.0_1693951018806_0.34221573803929384","host":"s3://npm-registry-packages"}},"4.8.0":{"name":"@athenna/core","version":"4.8.0","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.8.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/types/*","src/testing/*.ts","src/commands/*.ts","src/applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"1a21cfbd632d1d0b09ef0d91a9605bee9c0e1a69","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.8.0.tgz","fileCount":65,"integrity":"sha512-FG5b7EJGfDypTNmeKjN/RKyfY1ZnsHMgP52KxNM/EvjSzVE09SYhFhDpSiTQ7mM7y49A5BmoAUFz5iXzrv9KiQ==","signatures":[{"sig":"MEQCIEic869UVwmI7vBU38rRT6LFDs4sQwNG+PW6ObgomCQ2AiAH03xTCoEHvmxusHKV7lmm0XdwgsGjN9l6/SOUNyyNSQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97468},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true,"entrypoint":"#bin/repl"},"test":{"path":"#src/commands/TestCommand","stayAlive":true,"entrypoint":"#bin/test"},"build":{"path":"#src/commands/BuildCommand","tsconfig":"./tests/fixtures/tsconfig.json","metaFiles":["app/hello.edge","LICENSE.md",".env"]},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true,"entrypoint":"#bin/http"},"make:test":"#src/commands/MakeTestCommand","make:facade":"#src/commands/MakeFacadeCommand","make:service":"#src/commands/MakeServiceCommand","make:provider":"#src/commands/MakeProviderCommand","make:exception":"#src/commands/MakeExceptionCommand"},"preloads":["#tests/fixtures/routes/http"],"services":["#tests/fixtures/services/WelcomeService","#tests/fixtures/services/DecoratedWelcomeService"],"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","test-cli":"./templates/test-cli.edge","exception":"./templates/exception.edge","test-rest":"./templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package.json":"./package.json","./testing/BaseCliTest":"./src/testing/BaseCliTest.js","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseRestTest":"./src/testing/BaseRestTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"4a45b6dc960ee041327388a7e0c87d6dbdba7260","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","build":"rimraf build && tsc --project bin/tsconfig.build.json","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"9.6.7","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","prettier":"^2.8.7","copyfiles":"^2.4.1","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","lint-staged":"^12.5.0","@athenna/ioc":"^4.2.0","@athenna/http":"^4.5.0","@athenna/test":"^4.5.0","@athenna/view":"^4.2.0","@athenna/common":"^4.10.1","@athenna/config":"^4.4.0","@athenna/logger":"^4.3.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.9.0","reflect-metadata":"^0.1.13","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.8.0_1694086236050_0.43212146294791354","host":"s3://npm-registry-packages"}},"4.9.1":{"name":"@athenna/core","version":"4.9.1","keywords":["esm","core","ignite","nodejs","athenna","bootstrap"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.9.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/types/*","src/testing/*.ts","src/commands/*.ts","src/applications/Repl.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"a287bbf51e4d393d602ad2d5d31d83991ff829c6","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.9.1.tgz","fileCount":65,"integrity":"sha512-r51B/GZ8jddC7gfUHGSmSLi1tDpt+OdwyWwd4PFRFDgblFpDqkYRP88YXsMnLkLrUE9vr8Bd684BblFvbe0kcA==","signatures":[{"sig":"MEYCIQCdpaj0AiLwJWgC3foATonY49z8SMLjanoMhHhCbYj4JAIhAIfSVZJQ65L2j0pv490o3fpb/6HHZksttOLjNACrDQZl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97239},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true,"entrypoint":"#bin/repl"},"test":{"path":"#src/commands/TestCommand","stayAlive":true,"entrypoint":"#bin/test"},"build":{"path":"#src/commands/BuildCommand","tsconfig":"./tests/fixtures/tsconfig.json","metaFiles":["app/hello.edge","LICENSE.md",".env"]},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true,"entrypoint":"#bin/http"},"make:test":"#src/commands/MakeTestCommand","make:facade":"#src/commands/MakeFacadeCommand","make:service":"#src/commands/MakeServiceCommand","make:provider":"#src/commands/MakeProviderCommand","make:exception":"#src/commands/MakeExceptionCommand"},"preloads":["#tests/fixtures/routes/http"],"services":["#tests/fixtures/services/WelcomeService","#tests/fixtures/services/DecoratedWelcomeService"],"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","test-cli":"./templates/test-cli.edge","exception":"./templates/exception.edge","test-rest":"./templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package.json":"./package.json","./testing/BaseCliTest":"./src/testing/BaseCliTest.js","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseRestTest":"./src/testing/BaseRestTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"e34d5d64000b08723fe012d4b3ca5acd68f28365","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"http":"sh node bin/http.ts","repl":"sh node bin/repl.ts","test":"npm run --silent lint:fix && sh node bin/test.ts","build":"rimraf build && tsc --project bin/tsconfig.build.json","start":"sh node bin/http.ts","artisan":"sh node bin/artisan.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"9.6.7","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","prettier":"^2.8.7","copyfiles":"^2.4.1","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","lint-staged":"^12.5.0","@athenna/ioc":"^4.4.0","@athenna/http":"^4.8.0","@athenna/test":"^4.7.0","@athenna/view":"^4.3.0","@athenna/common":"^4.13.1","@athenna/config":"^4.4.0","@athenna/logger":"^4.5.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.10.0","reflect-metadata":"^0.1.13","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.9.1_1695395969179_0.9296387148628136","host":"s3://npm-registry-packages"}},"4.10.0":{"name":"@athenna/core","version":"4.10.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.10.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseCliTest.ts","src/testing/BaseRestTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"bdf66334542d6cb110c3ccc5b47b013ce00c6fca","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.10.0.tgz","fileCount":85,"integrity":"sha512-Gfi5ZnekkOCbJar3iV75uWc24vA7sr6xLIhziU6u5r6povkGvBiHfFTdGfUOWNltqaFLAwluTFCI9ettPTkBSA==","signatures":[{"sig":"MEYCIQCwMLYSdjqd6tMESy0IE0UxyETxWZwsmOF/OLWfIigwIQIhAOe/EppoRyTAmwEzV3iDCoD9gLkCORfwE3AcsdE2uDug","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":110713},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","test-cli":"./templates/test-cli.edge","exception":"./templates/exception.edge","test-rest":"./templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./testing/BaseCliTest":"./src/testing/BaseCliTest.js","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseRestTest":"./src/testing/BaseRestTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"84338bb762adf4fffd2500e95a29cadac7cf37c7","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.1.0","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.8.0","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.7.0","@athenna/http":"^4.11.0","@athenna/test":"^4.12.0","@athenna/view":"^4.6.0","@athenna/common":"^4.18.0","@athenna/config":"^4.7.0","@athenna/logger":"^4.8.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.15.0","@athenna/tsconfig":"^4.9.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.10.0_1697381894316_0.13256152692446288","host":"s3://npm-registry-packages"}},"4.10.1":{"name":"@athenna/core","version":"4.10.1","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.10.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseCliTest.ts","src/testing/BaseRestTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"24f751d3b8bd5dd8006c6f87c9d8940d9a4b53d9","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.10.1.tgz","fileCount":85,"integrity":"sha512-PZUjSY7pzGQk4xZK9LWUi/jsHos8TrtJtBF2mEW8fEIO/YaOKM5CGURzuWwxSyhricF9VyizRh0GcL4hD6w41w==","signatures":[{"sig":"MEUCIQDF7/+JvKs+o7vFA2AjUyuMoWvM7IFqKNISBgALllokiAIgZN3POd49ACXToby5KqW+N42vWMIkbAEShBuGRiloIbE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":110660},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","test-cli":"./templates/test-cli.edge","exception":"./templates/exception.edge","test-rest":"./templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./testing/BaseCliTest":"./src/testing/BaseCliTest.js","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseRestTest":"./src/testing/BaseRestTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"8d931a36fc8d555bb082cd4232e857b58f4addc5","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.1.0","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.8.0","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.7.0","@athenna/http":"^4.11.0","@athenna/test":"^4.12.0","@athenna/view":"^4.6.0","@athenna/common":"^4.18.0","@athenna/config":"^4.7.0","@athenna/logger":"^4.8.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.15.0","@athenna/tsconfig":"^4.9.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.10.1_1697386720506_0.6384545650201461","host":"s3://npm-registry-packages"}},"4.10.2":{"name":"@athenna/core","version":"4.10.2","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.10.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"a464eaae302c0c2eeb2e9a7b1af9d431e6c9cdb1","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.10.2.tgz","fileCount":85,"integrity":"sha512-Y/7UVP1UJW8besnt7jTSyAY9KFb7HCpvWRUQgQT7hD8lPG95kqxbdq+meDaa3p/B675ObRjWlohNvKggy9nlkQ==","signatures":[{"sig":"MEUCIQD2Ry5cAZaWzP9riAeqmHru8KgR/oyeyGK0+Zw8TGSuRgIgN+eDRCo9BuPi6tDFI4GZjmjGk0IFqqnCesfodHFCN40=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":110732},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"1295622db9d73f11b331de8b924a99af1b527706","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.1.0","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.8.0","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.7.0","@athenna/http":"^4.11.0","@athenna/test":"^4.12.0","@athenna/view":"^4.6.0","@athenna/common":"^4.18.0","@athenna/config":"^4.7.0","@athenna/logger":"^4.8.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.15.0","@athenna/tsconfig":"^4.9.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.10.2_1697388617648_0.9603375519397177","host":"s3://npm-registry-packages"}},"4.10.3":{"name":"@athenna/core","version":"4.10.3","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.10.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"59e199f13e5ad67123f09b952f1eef6674b07284","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.10.3.tgz","fileCount":85,"integrity":"sha512-eQ6MRGBOW7gHtlroMUv7YYoFZGzmzRpx8fV/33DR78g+vmZ3NxXLwnzXlLviGdZDYskSR/heolDhjFT4L7jAag==","signatures":[{"sig":"MEUCIQDix3B9J6FDIbrrADXY4umxmRAP6mse6Q+oMh5tVzaQXwIgHOxowDO1/+uZzz7Vgh2YZ4YUbgsYdeN+L/n4QM7SyoQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":110714},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"812ea262c2843e85fc55708e6dbbd67f5f163a38","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.1.0","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.8.0","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.7.0","@athenna/http":"^4.11.0","@athenna/test":"^4.12.0","@athenna/view":"^4.6.0","@athenna/common":"^4.18.0","@athenna/config":"^4.7.0","@athenna/logger":"^4.8.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.15.0","@athenna/tsconfig":"^4.9.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.10.3_1697453435877_0.7222318267965695","host":"s3://npm-registry-packages"}},"4.11.0":{"name":"@athenna/core","version":"4.11.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.11.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"05f7a5ad5c12c6de8d36d39410f6a356f0358ca0","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.11.0.tgz","fileCount":85,"integrity":"sha512-keYDDkOF9XSyjiYWBhTGWiypzY5jtjozRBfWKN9ycZFWuTNT2w7AHJKl04fQ9ckCZ5YiB+Q+Zqmvg/jIIyz9NQ==","signatures":[{"sig":"MEUCIQCF+JnLhCB0vuotKukX8qN0GQdMUePw/4tx+f4B90BKDwIgRp7e5szYCPH/xGQE9dI1t5nwIv9vxsa3v7rlWIaPLSk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":111915},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"755c5cb681e89c6498f7948745651808e1ad4db9","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.1.0","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.8.1","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.7.0","@athenna/http":"^4.11.0","@athenna/test":"^4.12.0","@athenna/view":"^4.6.0","@athenna/common":"^4.18.0","@athenna/config":"^4.7.0","@athenna/logger":"^4.8.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.15.0","@athenna/tsconfig":"^4.9.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.11.0_1697882564445_0.44761663678538377","host":"s3://npm-registry-packages"}},"4.12.0":{"name":"@athenna/core","version":"4.12.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.12.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"206e0cd5637e4e2b393e8a4e945565d804cec3ad","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.12.0.tgz","fileCount":85,"integrity":"sha512-g9zsopgcJjp/LBoVayFVSIyC3NRBNLr8/tymAsR7WwQkuYtU0LH7KWAs9R8R0E5wenq06vDYPFtAUd0zxBBg9g==","signatures":[{"sig":"MEYCIQDEyH2hadKNkyjhgFeyXOjEFVLNm7YINOWtd792/D56gwIhAKL00Sqc5EkDQMtteX3L5vbG2MBTx6QShESVZcZ7DXo2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112509},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"71960c4d4b4c289d936d1d7221ef2893d3bf4e6a","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.1.0","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.8.1","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.7.0","@athenna/http":"^4.11.0","@athenna/test":"^4.12.0","@athenna/view":"^4.6.0","@athenna/common":"^4.18.0","@athenna/config":"^4.7.0","@athenna/logger":"^4.8.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.15.0","@athenna/tsconfig":"^4.9.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.12.0_1697884244292_0.4005355115084581","host":"s3://npm-registry-packages"}},"4.13.0":{"name":"@athenna/core","version":"4.13.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.13.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"37999b1e40a1b08f4b2115bca24f54105b65345f","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.13.0.tgz","fileCount":85,"integrity":"sha512-MXmmpxcKnFxPS1yg+KckwSh1HUrnnCfvUuRsofPu7wMTkcM2djCSjh4n+IKqtnL6DR/dQir1wXOeresKTGPSPA==","signatures":[{"sig":"MEYCIQCa8JzhdzbVd4r+dxC3jjCDxkUvrTL0pI1NcSAmaVsXTAIhAPCOEoDZT2FFrowLCtjNGY+NYBlOvvdqINFr77NjLF2k","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112555},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"3e84e618afd767d805bcc3a9d86c32620a6d92c1","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.1.0","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.8.1","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.7.0","@athenna/http":"^4.11.0","@athenna/test":"^4.12.0","@athenna/view":"^4.6.0","@athenna/common":"^4.18.0","@athenna/config":"^4.7.0","@athenna/logger":"^4.8.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.15.0","@athenna/tsconfig":"^4.9.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.13.0_1697914116370_0.6128105071542491","host":"s3://npm-registry-packages"}},"4.14.0":{"name":"@athenna/core","version":"4.14.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.14.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"a3a9d2c940cde04965538074730662839ea9efe9","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.14.0.tgz","fileCount":85,"integrity":"sha512-OzJ9huneSgzDW9llKL3ddnZvcC9qw0i8cMInEhqDTb5WEnLhdYKlGQeJ9aR+ObUB1u3FWSuiu2B+S0YNa2IwbQ==","signatures":[{"sig":"MEYCIQCO/kpV7xxCcwWrVmFJmHMT8BbLhxrITzq9795bHd4W9gIhALE+Wv1I/q8OrwdjDHleNO0R/7Og9JtuL5OfQD7RLNlI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112556},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"1f4cd3924c16bf8fe4090171e15db2a75818efc4","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.2.4","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.4.0","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.8.0","@athenna/http":"^4.12.0","@athenna/test":"^4.13.0","@athenna/view":"^4.7.0","@athenna/common":"^4.21.0","@athenna/config":"^4.8.0","@athenna/logger":"^4.9.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.16.0","@athenna/tsconfig":"^4.11.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.14.0_1702165766823_0.7904517114588998","host":"s3://npm-registry-packages"}},"4.14.1":{"name":"@athenna/core","version":"4.14.1","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.14.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"55d491ef3e9c6235aa126391e1e693b2c9d7018b","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.14.1.tgz","fileCount":85,"integrity":"sha512-21FwhSLQ/IXFQRR41Fp/2yl14N1IYphcWrKkaSpL4ty3xNF0HFizgRVobPn0SPh5L8lrB1OqWuuPEeIga4jRzg==","signatures":[{"sig":"MEUCIGmzlpCCazxZYgFOBeLLOdfaLRvZbgJGHYBU537krltvAiEAgvN1bfSB3qBiECoAWg7kvIT+2lsb/tqWiZncKmo2AA8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112712},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"0ae1b64b8ac5032497ae41fc9845f2c54d9c4d5d","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.2.4","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.4.0","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.8.0","@athenna/http":"^4.12.0","@athenna/test":"^4.13.0","@athenna/view":"^4.7.0","@athenna/common":"^4.21.0","@athenna/config":"^4.8.0","@athenna/logger":"^4.9.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.16.0","@athenna/tsconfig":"^4.11.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.14.1_1702251498925_0.24053016102467106","host":"s3://npm-registry-packages"}},"4.15.0":{"name":"@athenna/core","version":"4.15.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.15.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"9da0cae9fb5dc8b584b558236240e9c65a98edd3","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.15.0.tgz","fileCount":85,"integrity":"sha512-hwDNG5c1oZEIKIdks3+0o6btBt61bTWsEKf+7wWL3KRsn+4A/sOspNz9d6eIcAtVTQlDGR3eTke8KFDETYLsuQ==","signatures":[{"sig":"MEUCIQDw1Ld7Zjb3Ui9U4xUmk1lUMJ5RUBte756n+FrQOKst6wIgRMi5PCIeXqkjwaPF2P02EXTuLYkvmCTPkdSfzF0Om4U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":115380},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"465a61354024e7ae111d210ff68d5b6318815ea5","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.2.4","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.5.0","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.10.0","@athenna/http":"^4.14.0","@athenna/test":"^4.15.0","@athenna/view":"^4.8.0","@athenna/common":"^4.23.0","@athenna/config":"^4.9.0","@athenna/logger":"^4.11.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.20.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.15.0_1703075935880_0.4998474560820376","host":"s3://npm-registry-packages"}},"4.16.0":{"name":"@athenna/core","version":"4.16.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.16.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"0850e0ab54c4e85dee51d15454d9cee76ff7ca48","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.16.0.tgz","fileCount":85,"integrity":"sha512-AnUqukQ+FjC7aoaxLOMcI6hd3YRVJF7sL9Xa8am3DcSfzNnBF6OvxGE1V/i8udNN8bS7skkFynkO3KKrOFOL8g==","signatures":[{"sig":"MEQCIAIrgwnJtkZziIqTXFC83FY97cqPrBXT5VcqbAx4yeG3AiAj7BKy5/c0IfGwvnBWASMie0vREtJBVBhWv1OhX7LrlQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":115381},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"6dcadd0ab31383688703d613904733a5dbf7dfd7","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.2.4","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.5.0","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.11.0","@athenna/http":"^4.15.0","@athenna/test":"^4.16.0","@athenna/view":"^4.9.0","@athenna/common":"^4.24.0","@athenna/config":"^4.10.0","@athenna/logger":"^4.12.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.21.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.16.0_1703615995480_0.08329736546236322","host":"s3://npm-registry-packages"}},"4.17.0":{"name":"@athenna/core","version":"4.17.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.17.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"8dcbb0f53224e6b9a3074d6f7efcac7b3e791ce2","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.17.0.tgz","fileCount":85,"integrity":"sha512-OgSiw9KlC8vQE4pxdh8iwn9E7ui4Z0Srl93OpeTLonkk20FnR6JPQxXBGcH2O2dptao4nuIlY9pdrQ0qBT6+Fg==","signatures":[{"sig":"MEQCIDXBqIX7cjG/gZJbc/G4Q4H3nBfgWmX97nX26k8+ldHvAiBYKvT2wHt381/V0A3YMpIJPKhSVEGF+UWAbBWdd0f43Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":115045},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"a971a7a68911c330e24e12e3f20be0f0dd92f618","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.2.4","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.5.0","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.11.0","@athenna/http":"^4.15.0","@athenna/test":"^4.16.0","@athenna/view":"^4.9.0","@athenna/common":"^4.24.0","@athenna/config":"^4.10.0","@athenna/logger":"^4.12.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.24.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.17.0_1704498651867_0.34897860557396365","host":"s3://npm-registry-packages"}},"4.18.0":{"name":"@athenna/core","version":"4.18.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.18.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"4aed2ce3f7ab478960e648a59857ebd2d96414ec","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.18.0.tgz","fileCount":85,"integrity":"sha512-ZwjGuUmoQJD/zPfhbgHUayvAQiReS1sfLbueuELET3RLbEd7ZB6hOoNvuYx4v7fgcRubCGMnkv3ZaiOX27/MrA==","signatures":[{"sig":"MEQCIFI9yBSFzYOy81W4ji2T2OVkVMLsR/cD/eeUEmRh1ZpfAiBMGfYFKXJkT0tP1Lcu0CCAknau3/CoKNqkd4Nvti0aTg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":115478},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"4c950bf3ba44c2f70064aa186239a120a0beb53a","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.2.4","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.5.0","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.11.0","@athenna/http":"^4.15.0","@athenna/test":"^4.16.0","@athenna/view":"^4.9.0","@athenna/common":"^4.24.0","@athenna/config":"^4.10.0","@athenna/logger":"^4.12.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.24.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.18.0_1704570822302_0.6448684640371891","host":"s3://npm-registry-packages"}},"4.19.0":{"name":"@athenna/core","version":"4.19.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.19.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"562a6d346839f2df25b9c2d0453bab9538cc1a01","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.19.0.tgz","fileCount":85,"integrity":"sha512-yXDTeGpwa4Y5ss7eO3ofryrxTKZzF9t54ZzVHjLD3UFWBErcSBNTUZLot+JM1in4i8+RZkyhDRn/bNCP20c8Eg==","signatures":[{"sig":"MEQCIE9frUf82SnK4bH39y/XDmMF4wYrfepyeG7s9VhAtHrAAiBTsZ6Fuebf9VSndA6QxL1byIuhdP6eayhl+LlpthveGA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":115479},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"cb14e1106a047f1b7ca75d2bb0666e886155b30a","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.2.4","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.5.0","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.12.0","@athenna/http":"^4.16.0","@athenna/test":"^4.17.0","@athenna/view":"^4.10.0","@athenna/common":"^4.26.0","@athenna/config":"^4.11.0","@athenna/logger":"^4.13.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.27.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.19.0_1704574875708_0.34326584571005925","host":"s3://npm-registry-packages"}},"4.20.0":{"name":"@athenna/core","version":"4.20.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.20.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"0a72566f692d6082734430ddb6cf78ea561a64b3","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.20.0.tgz","fileCount":85,"integrity":"sha512-JmImhHzUVz+AvpCcIW+fG5BLmyFwCrpL/V1dTJwczU8wC7sp9uCvYbNruEWR364oDeKCcrBrs0GFUxn7JDw1Wg==","signatures":[{"sig":"MEYCIQDLzXXHHt1MkY5ouknr7WnxyNyhdq0DZfYu2rYf9p9QigIhAMO3lIeeLBGm21bGVDt0SQ5//YpYBA1JT53s76NM8atO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":115375},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"069fdb352b4ad8032b33de4eb29e5f3b680670eb","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.2.4","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.5.0","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.12.0","@athenna/http":"^4.16.0","@athenna/test":"^4.17.0","@athenna/view":"^4.10.0","@athenna/common":"^4.26.0","@athenna/config":"^4.11.0","@athenna/logger":"^4.13.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.27.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.20.0_1704576308798_0.8865347278941855","host":"s3://npm-registry-packages"}},"4.21.0":{"name":"@athenna/core","version":"4.21.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.21.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"8b620f2b1acad31083d93a24360374bed3024a56","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.21.0.tgz","fileCount":85,"integrity":"sha512-9nXye9dX9IXOF4r4Az4nFgz/eh3tJWC+MSEBI9Q3lxvkWdSJbKhweNiCXYCGKhP6vmczndAC/+tR/Ex/esK9IA==","signatures":[{"sig":"MEUCIBfa0LjQo5+8i+fFfkXeGit5LbujGO7Ow71ha0MIM+6rAiEA6AUzyfbnVXX0f0r3QsU+XtWPEZWkrpGtEFnDMXEHX6g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":115652},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"d9c1949d9a3cd69145e9f47a90cb0cb4461a45e4","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.2.4","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.5.0","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.12.0","@athenna/http":"^4.16.0","@athenna/test":"^4.17.0","@athenna/view":"^4.10.0","@athenna/common":"^4.26.0","@athenna/config":"^4.11.0","@athenna/logger":"^4.13.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.27.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.21.0_1704634447609_0.3458653095603952","host":"s3://npm-registry-packages"}},"4.22.0":{"name":"@athenna/core","version":"4.22.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.22.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"22f74a810c9b6a32396209fc31b1f3b91d702516","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.22.0.tgz","fileCount":85,"integrity":"sha512-ycqqaUtndbHQKxUs7vQ9BID2qk9yTYPcH7aEMADwu6R4HT0xR+HvTinc72oAqg6U+nP0HgAcItIsTjbCEl6+ZA==","signatures":[{"sig":"MEUCIHad1sOOh+grSFOPjBv9ei04A+mm1Ou+znou4QFzEgQqAiEAn5FlECofXSzN6TL5TqzdxRWRvrJswvsX0l7suKndcvw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":115680},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"31808185de0195d14808dec7d7e13aa678d85e80","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.2.4","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.5.0","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.12.0","@athenna/http":"^4.16.0","@athenna/test":"^4.17.0","@athenna/view":"^4.10.0","@athenna/common":"^4.26.0","@athenna/config":"^4.11.0","@athenna/logger":"^4.13.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.27.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.22.0_1704638130501_0.6801080511013904","host":"s3://npm-registry-packages"}},"4.23.0":{"name":"@athenna/core","version":"4.23.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.23.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"35567647fb5546213f4d32c3c3e2d831e4e4b734","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.23.0.tgz","fileCount":85,"integrity":"sha512-weE9c45kj+joa8IUfULWapT/vIXiXeuvLUQYrV15SrIJYcCyrrDt8hYi210SjV8LO+FoKiyHa4KSj5hSzIiG8Q==","signatures":[{"sig":"MEQCIHMDiZ+XHqzngSiGwkKDqvVYoYxyqT2p+In6JeY3+s+sAiBj5YkMy0DtQSKzhMLjjdvf+Kiy2X/Fq2QTNjfNH9qeZA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":115680},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"bfed4a98a9a5f16145affef3738d98363b3fb49b","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.2.4","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.5.0","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.13.0","@athenna/http":"^4.17.0","@athenna/test":"^4.18.0","@athenna/view":"^4.11.0","@athenna/common":"^4.27.0","@athenna/config":"^4.12.0","@athenna/logger":"^4.14.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.28.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.23.0_1704836355789_0.3870443352634423","host":"s3://npm-registry-packages"}},"4.24.0":{"name":"@athenna/core","version":"4.24.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.24.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"63751195e7df9c77c274cfd4c799211c93f679f0","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.24.0.tgz","fileCount":85,"integrity":"sha512-4tpAXaS3XmuKDA3UJBK6RyoKDyGnJRXcHv/aJxnw606AQWsJP6Rxa4XK7DrGxxkyl9IBZiLoTenLZ6NTOSuBHw==","signatures":[{"sig":"MEQCIHKyapmU2jyoX/ASD3pdl/eqYu0uw1LqCWLQKCgSohorAiAq+f4t1bbmKpAOw0GjweFL2Bd6kwK9rAqaDSYRtpkF8A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":109296},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"77cb0e1d9692ce74d99a58af2bf2c5141ff0b529","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.2.4","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.0","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.13.0","@athenna/http":"^4.18.0","@athenna/test":"^4.18.0","@athenna/view":"^4.11.0","@athenna/common":"^4.27.0","@athenna/config":"^4.12.0","@athenna/logger":"^4.14.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.29.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.24.0_1705361725940_0.5887107171756085","host":"s3://npm-registry-packages"}},"4.25.0":{"name":"@athenna/core","version":"4.25.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.25.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"7604faa3f1d6ce3a433aff42bb52d4f433e87d9d","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.25.0.tgz","fileCount":85,"integrity":"sha512-dk+XoJnSIMQw0Mq3rIwENj2hyPouOLLXjnKdtsOiYZtqlyQ0guuCrExoUl6NYpnxsQ2air7Z2BsC4j46PLyvVw==","signatures":[{"sig":"MEYCIQCXumULoc4vkf6gsva3FvSBDR57zWbIgeG/T1X8yd0pvwIhAJQwOa11AiwOdLel/ndimMiBsBS3cv35MEPO4sa0gUVL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":110179},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"14b6a2fe98ca30598c134270806fcb71bf7fed94","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.2.4","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.1","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.13.0","@athenna/http":"^4.18.0","@athenna/test":"^4.18.0","@athenna/view":"^4.11.0","@athenna/common":"^4.27.0","@athenna/config":"^4.12.0","@athenna/logger":"^4.14.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.29.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.25.0_1706167088547_0.19071822668495497","host":"s3://npm-registry-packages"}},"4.26.0":{"name":"@athenna/core","version":"4.26.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.26.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"4648e9b6f1515ef1e9157fd223d969ad6ebb997c","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.26.0.tgz","fileCount":85,"integrity":"sha512-++Zk0TImemitlPsW9djR6d/JCs32y9aScw1J+JC1m/KQJ5Uml79DB14zrnr+jJibhFom9o3jzLDcmsT+0/2/nA==","signatures":[{"sig":"MEYCIQDgWXHXCtRCNIR6tZpImxJpjuj83ohnl80AXdpBXoXWcgIhAOhx4Q++5xqElkCltUTXE8XmQ930AKG+I5TCS4oqTO/w","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":110179},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"8ff1c1e91a6fcb35b171311a66be2f03893d8aac","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.2.4","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.1","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.14.0","@athenna/http":"^4.19.0","@athenna/test":"^4.21.0","@athenna/view":"^4.12.0","@athenna/common":"^4.32.0","@athenna/config":"^4.14.0","@athenna/logger":"^4.15.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.31.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.26.0_1707514526296_0.690773141597077","host":"s3://npm-registry-packages"}},"4.27.0":{"name":"@athenna/core","version":"4.27.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.27.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"66c94f2f09cff59e9c87b4cbec0722809fb15711","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.27.0.tgz","fileCount":85,"integrity":"sha512-uWGdKxMVoPmp6/34DEw9763VF9UnaaG9H+6LI6knnaBFhY8MGgACOb3qjcoyTRPN9gFz16GqT4bP/emzrO9Lew==","signatures":[{"sig":"MEQCIBx5+viFgxsK8ft5069LRnaR9/tqiYNanq9fOTxbajuiAiBDYAgGA3nTr33CyjwnLPKtmqIoOHMwFDRIuCHemMzBEw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":110179},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"e149526cbf26806d0fb7f5845256a3c49855ec82","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.2.4","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.1","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.15.0","@athenna/http":"^4.20.0","@athenna/test":"^4.21.0","@athenna/view":"^4.13.0","@athenna/common":"^4.33.0","@athenna/config":"^4.15.0","@athenna/logger":"^4.16.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.32.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.27.0_1707597896994_0.5767364471678167","host":"s3://npm-registry-packages"}},"4.28.0":{"name":"@athenna/core","version":"4.28.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.28.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"92463c68f4cbc90a85246f5a24c18a9d6a8891e4","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.28.0.tgz","fileCount":85,"integrity":"sha512-k+FL7l1s76q4fsL54iNql8Xb2T7jNDy3fawkSCcuOaLova5exi5CIrarxHiPFFWIKUa4I4GgcYnuQY85j93QOg==","signatures":[{"sig":"MEUCIQDf0gSjV2EQgiwjdg5pGPCtsD6Bft0jW5EqF0/Rq44vPAIgHMwA4KnuRllLW6MfxsQpQotPzbt5QiONNwU2wr8pXQE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":110179},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"60937d590e129193f55e297a1ab6e4c9d11dd94b","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.2.4","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.2","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.16.0","@athenna/http":"^4.22.0","@athenna/test":"^4.22.0","@athenna/view":"^4.14.0","@athenna/common":"^4.34.0","@athenna/config":"^4.16.0","@athenna/logger":"^4.17.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.35.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.28.0_1708807406920_0.9901763305411151","host":"s3://npm-registry-packages"}},"4.29.0":{"name":"@athenna/core","version":"4.29.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.29.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"b9bd5e13f88f79df76a1b63350c3e6844e2af78f","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.29.0.tgz","fileCount":85,"integrity":"sha512-4P1pIuSkX/Xc/M0DOJg36wASlbYUZ2k1P57Xtfrl/m0ZOleg6SzywbRG8dQCIuBHJV9UNsSgjNMT22Yn7MzeXA==","signatures":[{"sig":"MEQCIExTCNHOaKhYGQcAM41QP9/96Ph27Sqatg9z+2trfexiAiBjzZocQmhgjFtuc9J6IM43s3jGR+FIqLpAJM/ZvKM8vQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":110210},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"5464e93c201c1306cd4e10acdaee858c39c05b10","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.2.4","description":"The plug and play Node.js framework.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.2","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.16.0","@athenna/http":"^4.22.0","@athenna/test":"^4.22.0","@athenna/view":"^4.14.0","@athenna/common":"^4.34.0","@athenna/config":"^4.16.0","@athenna/logger":"^4.17.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.35.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.29.0_1708807651434_0.3049628120551666","host":"s3://npm-registry-packages"}},"4.30.0":{"name":"@athenna/core","version":"4.30.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.30.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"0a6f74a243ea120f4b0002f3803a4a689ecfdd7b","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.30.0.tgz","fileCount":85,"integrity":"sha512-ZccATxJ7Sn9AKDpKJwF7UDm7ijsjmMsqaoVDZArctUWnswrpdBc85AsTyjUDVyHy3EM3Sm0EbiowtgsIzgS2cg==","signatures":[{"sig":"MEQCIBTfFH1MJdH93FWwX0NnjY9qYf8c3ufm9TIwcF0CCEabAiBtwEbXOouFqdVJrb2bWyewRZScItcPltv9dfyPDGWV9g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":110215},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"59bee61a86a02eef58d84ebd96652f6826f1c81f","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.2.4","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.2","dependencies":{"semver":"^7.5.4","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.16.0","@athenna/http":"^4.23.0","@athenna/test":"^4.22.0","@athenna/view":"^4.18.0","@athenna/common":"^4.34.0","@athenna/config":"^4.16.0","@athenna/logger":"^4.17.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.37.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.30.0_1708903085722_0.008024639935433564","host":"s3://npm-registry-packages"}},"4.31.0":{"name":"@athenna/core","version":"4.31.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.31.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"c56f4792b942898b8343ebbd967ec2d25de0e5a7","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.31.0.tgz","fileCount":87,"integrity":"sha512-LoEfmG7eses5CIdqB0UXkqFxfC3J2HHP35s1Xb06v8Wi1wfqtjByqm0RSCjAiuvrGHjEYZ8MWbrxLxmccM+oFw==","signatures":[{"sig":"MEUCIQD4E4zVF6HQ1WlYkCsX272jdIecokUdo0swBQ8PBqJaKQIgMNoJ491P+Rxlc20geBFW8AH/hDT0zwnbRpwpdrgY20k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113840},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"6c54ebac9323094fed610a10b1f6eac7cbe16908","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.2.4","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.2","dependencies":{"semver":"^7.6.0","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.18.0","@athenna/http":"^4.24.0","@athenna/test":"^4.22.0","@athenna/view":"^4.20.0","@athenna/common":"^4.35.0","@athenna/config":"^4.18.0","@athenna/logger":"^4.18.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.38.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.31.0_1709557443890_0.5441455614119919","host":"s3://npm-registry-packages"}},"4.32.0":{"name":"@athenna/core","version":"4.32.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.32.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"f225fdf4dacd85fadcef7b6fac4aa70d12a1d33b","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.32.0.tgz","fileCount":87,"integrity":"sha512-EhqRw4gWaEL2Zrw+HsJEsZTQYY+GKWpQ+wMjAG2t0B9P7u54irGEuvGpqbv+Y/JjloTO43DXxYhbRx8c4QSeoA==","signatures":[{"sig":"MEUCIQCl5Sjl4RtXiz3ZGE3zYgCIF5uAeIMvyAjMmk9/xMIfVgIgINKp1DudQSVFXVhkUufzqaNP/PwVtoWU4DnnYT9cysA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113823},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"0ed8ec5efd1fd59e551c93be1ff74d4787b493ad","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.2.4","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.2","dependencies":{"semver":"^7.6.0","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.18.0","@athenna/http":"^4.24.0","@athenna/test":"^4.22.0","@athenna/view":"^4.20.0","@athenna/common":"^4.35.0","@athenna/config":"^4.18.0","@athenna/logger":"^4.18.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.38.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.32.0_1709558501696_0.5321634765286964","host":"s3://npm-registry-packages"}},"4.33.0":{"name":"@athenna/core","version":"4.33.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.33.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"4200a31da0336d90654040f2992d08aa00160b6b","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.33.0.tgz","fileCount":87,"integrity":"sha512-rPjy6FZFSlKHp7HYoNb5zRQwMQzEAUb5eSfoKjjBoVdXg8FDZamdGC8NhLmcpr6tM5HWHLeAtzHFfp9ABxF1cA==","signatures":[{"sig":"MEUCIEVe/wYPlZmKOyObHIh2dGPvbQGTggLh9P1LjpgDigcRAiEAsydL4aTAELwAiFPygh1cVrMEspyJ93YPNUVSZzABx1k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113800},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"1e71762b3732269b5550d9eaaef8be0671bf9574","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.2.4","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.2","dependencies":{"semver":"^7.6.0","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.18.0","@athenna/http":"^4.24.0","@athenna/test":"^4.22.0","@athenna/view":"^4.20.0","@athenna/common":"^4.35.0","@athenna/config":"^4.18.0","@athenna/logger":"^4.18.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.38.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.33.0_1709558657965_0.10080077700631995","host":"s3://npm-registry-packages"}},"4.34.0":{"name":"@athenna/core","version":"4.34.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.34.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"2d3f4927d2ea20fb60c71280835c91a3c01f328c","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.34.0.tgz","fileCount":87,"integrity":"sha512-ZtknXHLIJcdd2XNhnxBZyd/v5++Z3nCTQ5+ckHzb0joRr99KXgvcPvz4bczm/a+7vgNHNZCBucSd6XjaabwUPQ==","signatures":[{"sig":"MEUCIADSJDLIbPx1iG5LK6O+viENwh6sGMvVRHttQDVe7kJWAiEA35OLZuRqPmkGcekbrONAiMUHZeHpZb3bwQfbfi6GUxk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113849},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"77027f1a18add62910d1ce1f7710c2f102960140","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.0","dependencies":{"semver":"^7.6.0","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.18.0","@athenna/http":"^4.24.0","@athenna/test":"^4.22.0","@athenna/view":"^4.20.0","@athenna/common":"^4.35.0","@athenna/config":"^4.18.0","@athenna/logger":"^4.18.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.38.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.34.0_1709754712189_0.48540482574032007","host":"s3://npm-registry-packages"}},"4.35.0":{"name":"@athenna/core","version":"4.35.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.35.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"e3343676d81a44136b95b02e88035ca4f026db60","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.35.0.tgz","fileCount":87,"integrity":"sha512-/HHFn83hFoRjQNCM0WLccjNKsdAF8q5NuBgWRAR3ujfzhiRSvnYJRvwV5Ozrm+k6lybCWnPsqADpABkvVHL4zQ==","signatures":[{"sig":"MEUCICdtwEjc8M0bugOlAGq00mUogFldM6/0UnGe/MlW+XiZAiEAgxfcyv6MYnM8dbY9DrzZaQuyMjnKYZU0n3e4ZLgdXNU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113849},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"6bccad7edb13ab9d8c608943edfe23a16cc4490d","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.1","dependencies":{"semver":"^7.6.0","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.19.0","@athenna/http":"^4.28.0","@athenna/test":"^4.22.0","@athenna/view":"^4.21.0","@athenna/common":"^4.36.0","@athenna/config":"^4.20.0","@athenna/logger":"^4.19.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.41.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.35.0_1711635355703_0.007135729631955856","host":"s3://npm-registry-packages"}},"4.36.0":{"name":"@athenna/core","version":"4.36.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.36.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"7c66472a9bfa58b24891cdf642f7d29646b7e1da","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.36.0.tgz","fileCount":87,"integrity":"sha512-55/9gVYh0H2Px0NUFyqaFVBFJVvVAZP1L/1Qp6DA9cu5X5syN9PE5Roy9hYWcfk0o8vLQPqfNDVWTTm0vzFPCQ==","signatures":[{"sig":"MEUCIANueXMqNBxBRa/kybRkH7d0gT3DUCh0nG7QVo4xwLBQAiEA/FmOZVo4q80cfAcxTuwndIo12vCm1e0bfQG3AptpabE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":114064},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"427d3954508b1c547fe2e916b3708d66651120c6","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.0","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.19.0","@athenna/http":"^4.28.0","@athenna/test":"^4.22.0","@athenna/view":"^4.21.0","@athenna/common":"^4.36.0","@athenna/config":"^4.20.0","@athenna/logger":"^4.19.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.41.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.36.0_1712946345550_0.9448748158229863","host":"s3://npm-registry-packages"}},"4.37.0":{"name":"@athenna/core","version":"4.37.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.37.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"f78cba186e03eaffb3cd186233e5686db30829dc","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.37.0.tgz","fileCount":87,"integrity":"sha512-LkLtDOv8v1dkeG8A5boAsiQ/v5Bi54jg13HKSpuP50G0qr1DN5U5Mmr+SAgNAoMCgDSq+KLNkCJU4hc1ybF5/w==","signatures":[{"sig":"MEUCIFbmVzLuf7NLT3QK/1NhZlVzG3H1cDWIgnGy7FXWsJQ9AiEA+yfOGYB6h+EzuZ5yst7MkGXmGNi5O5sPeXuEa8MkRZI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112966},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"96485a4262a5227935bb1d941c2f1a7a4224f2eb","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.0","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.19.0","@athenna/http":"^4.28.0","@athenna/test":"^4.22.0","@athenna/view":"^4.21.0","@athenna/common":"^4.36.0","@athenna/config":"^4.20.0","@athenna/logger":"^4.19.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.41.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.37.0_1714220078178_0.3917874852930243","host":"s3://npm-registry-packages"}},"4.38.0":{"name":"@athenna/core","version":"4.38.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.38.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"ab497132d5ea02e5781f8e69844257772d3cd0dc","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.38.0.tgz","fileCount":87,"integrity":"sha512-o7DqZIM+KORY4tb4bcNzon6cpENkwRE259UsNPa6adUpG2UjCDd4qiwJD6XpCIqNDqw4joPl5MTCDzAYCX4QAA==","signatures":[{"sig":"MEYCIQCCOiDYrfAWhffRTp5Lunb+Ir9e205rPLZz3f7MCRLAwwIhALBioVjD2UvymTLYoXQA5gAz9sZhjyRDY6pLT8d+J6QM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112966},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"e71ec0941a74fe565d68aaf92d6cbb1ec0499176","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.0","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","nodemon":"^3.0.1","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.20.0","@athenna/http":"^4.32.0","@athenna/test":"^4.23.0","@athenna/view":"^4.22.0","@athenna/common":"^4.38.0","@athenna/config":"^4.21.0","@athenna/logger":"^4.20.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.42.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/core_4.38.0_1714397755199_0.7599344409768001","host":"s3://npm-registry-packages"}},"4.39.0":{"name":"@athenna/core","version":"4.39.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.39.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"895e1bb1a7744e80ea60cc0524eb8719e8a48489","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.39.0.tgz","fileCount":87,"integrity":"sha512-9dHGi/Hdh52bToRRVIiCR2CjnNlCiYfOMhC9fP3g/MgF29QHDparoTD5c5Ium/9D/ROCWWlsaFtcCkUMI0EbLQ==","signatures":[{"sig":"MEYCIQDUFZ4H+vgZMcbZbyaBeA1MF4zeuOR7PeDxILAWvl6O/QIhAL/kQP4hf+JQWvQQT8YYOMg6l7GIT+aXlqAmys9znkak","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112969},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"a12f3349d6e81b9b0953d583c570e82895053f98","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","nodemon":"^3.1.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.21.0","@athenna/http":"^4.35.0","@athenna/test":"^4.24.0","@athenna/view":"^4.23.0","@athenna/common":"^4.42.0","@athenna/config":"^4.22.0","@athenna/logger":"^4.22.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^4.42.0","@athenna/tsconfig":"^4.14.0","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.21.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.39.0_1715974983405_0.0075982549733562","host":"s3://npm-registry-packages"}},"4.40.0":{"name":"@athenna/core","version":"4.40.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.40.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"c010a50653cfa42957b0d3b626824ea086f30205","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.40.0.tgz","fileCount":87,"integrity":"sha512-+qE/1VheDdGqrwGtfyC74BqeOyfxP9ACbN85tzKFxnXcytMWXD42uB1CufdK5xVsY7trXDqFl8fDDM2yaXXzHw==","signatures":[{"sig":"MEUCIQDOWy0dv5uYQGLPIy+8M1FBFDLr02ftSDRqiiNdw87SIQIgfPhnDF28I4akgRfPtZwekRFmPi1+BS6l/lqF5/AoyIY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113006},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"ea3c5a082044c2c3dc7784af51c64d55b2e191cf","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","nodemon":"^3.1.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.21.0","@athenna/http":"^4.35.0","@athenna/test":"^4.24.0","@athenna/view":"^4.23.0","@athenna/common":"^4.42.0","@athenna/config":"^4.22.0","@athenna/logger":"^4.22.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^4.42.0","@athenna/tsconfig":"^4.14.0","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.9.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.9.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.40.0_1716030273849_0.7530652763437331","host":"s3://npm-registry-packages"}},"4.41.0":{"name":"@athenna/core","version":"4.41.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.41.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"ef780f2cc36d9a5e26018d45d71156cd8ed664cc","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.41.0.tgz","fileCount":87,"integrity":"sha512-GMiptAGjFx7Z5PsAeJ4Bct74cdLzzuxvxL4IgH2bcZJu7ew9YEwLMaSegZH/sHZOFRSRwq9ruQlbNfC4Xq+eag==","signatures":[{"sig":"MEQCIAauJJ38ZhnUCxofisugmTtttRl3B/rb74Gh7kkEsqa7AiAU5O4pUOcl/rlCAP85+Q8/aXOWDve/pkNRRGcYIIXJww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113006},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"cd72df263f15e900310839233f9f4e947ee2f768","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","nodemon":"^3.1.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.22.0","@athenna/http":"^4.36.0","@athenna/test":"^4.26.0","@athenna/view":"^4.24.0","@athenna/common":"^4.43.0","@athenna/config":"^4.22.0","@athenna/logger":"^4.23.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^4.44.0","@athenna/tsconfig":"^4.16.0","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.9.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.9.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.41.0_1716048145211_0.2358492426808343","host":"s3://npm-registry-packages"}},"4.42.0":{"name":"@athenna/core","version":"4.42.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.42.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"9c2d7aa4a87db591ab2dcec663d28da448ce2cd6","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.42.0.tgz","fileCount":87,"integrity":"sha512-/JF3bLwubm/rcmRKYBJFmPg50owWo+06PeKoACkisiASYMVsihvr4nuU0fr/51ZoAku2c9UCyEYGLnU1i77Zog==","signatures":[{"sig":"MEQCIGDypLJvV4N64BPWpqonpeJr5ek8b0a0oEeqGOIdb1OMAiAgxbnhs0SiKajBzK7s9oih1JBSaYuvQwMWUYPe/rWizw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":113006},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"2727fc1858e9ce2d8005f6d721b1b0fd9cebd04a","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","nodemon":"^3.1.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.23.0","@athenna/http":"^4.37.0","@athenna/test":"^4.26.0","@athenna/view":"^4.25.0","@athenna/common":"^4.43.0","@athenna/config":"^4.23.0","@athenna/logger":"^4.24.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^4.45.0","@athenna/tsconfig":"^4.16.0","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.9.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.9.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.42.0_1716108033862_0.8775181673804531","host":"s3://npm-registry-packages"}},"4.44.0":{"name":"@athenna/core","version":"4.44.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.44.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"e41d4c893957e1375b8e92e8fba55dbe3b007bd1","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.44.0.tgz","fileCount":87,"integrity":"sha512-kKKeXKS3PbS1pI+9x4GbtETN1Ip5aq256s6jWmTcc73YxJErByT8h2ULsn1S7tz1AfgknPYxoXBmA3S1rmybQg==","signatures":[{"sig":"MEUCIQCrN1bdCbgSA4BR1o0fM/4z5OLbraCODYvgbN2EhIMPUwIgWSc37jszMve/HiSa6jpnq0Gc05jS9DY9xWeo3nIMDzs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112616},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"6f2c1ba89af218e0b68c789c6c5c4071e222e5ab","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","nodemon":"^3.1.4","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.25.0","@athenna/http":"^4.39.0","@athenna/test":"^4.29.0","@athenna/view":"^4.29.0","@athenna/common":"^4.45.0","@athenna/config":"^4.25.0","@athenna/logger":"^4.26.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^4.45.0","@athenna/tsconfig":"^4.18.0","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.44.0_1724495141088_0.7149630874145674","host":"s3://npm-registry-packages"}},"4.45.0":{"name":"@athenna/core","version":"4.45.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.45.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"ed7994909f39d12001ccf286d56d398bf4cd0cc0","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.45.0.tgz","fileCount":87,"integrity":"sha512-I6iO/+TH+SZJsM2zcsKsZ8FjGSnT7rqGZpBX+Cm0rWQ42HB3x6Nd2THGQ60xF+6lDarNtyKAduKs74l2FHBd9g==","signatures":[{"sig":"MEQCIDmr6tpnAxgEXjGWlYuYgL3tm0DLUe/H+rY1p5Pcs86CAiBanNKRR5xQBDH7krzbnLOXF9KvQ1o+jmr05jY9W91HdA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112616},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"a6c8952f0cae5344c021fdd7cbd64ac0067f07b7","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","nodemon":"^3.1.4","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.27.0","@athenna/http":"^4.41.0","@athenna/test":"^4.30.0","@athenna/view":"^4.33.0","@athenna/common":"^4.46.0","@athenna/config":"^4.27.0","@athenna/logger":"^4.29.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^4.45.0","@athenna/tsconfig":"^4.19.0","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.45.0_1724582720670_0.6966966376258388","host":"s3://npm-registry-packages"}},"4.46.0":{"name":"@athenna/core","version":"4.46.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@4.46.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"9302aeb9c6ae80a39f0c1f2426a926289db213c1","tarball":"https://registry.npmjs.org/@athenna/core/-/core-4.46.0.tgz","fileCount":91,"integrity":"sha512-Ghso8A6PC4bwSEak6ULp2KgfUNaeWjRtRgetOeZ4Up2E6HmyRahVtnSESHo5IDamhxz72ltvqpV38VljQXibPw==","signatures":[{"sig":"MEYCIQD5GLsgimRLyoj95HBrRTyanHtp9N41GerwnT23RYIt0gIhANrPR48VCoIW9AxY3geFJro01N/bfhfsglkHAF7zhL0Y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":117439},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"dfdeafecf4d965f29b813b4d7e38f0fd879d31d4","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","nodemon":"^3.1.4","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.27.0","@athenna/cron":"^4.1.0","@athenna/http":"^4.41.0","@athenna/test":"^4.30.0","@athenna/view":"^4.33.0","@athenna/common":"^4.46.0","@athenna/config":"^4.27.0","@athenna/logger":"^4.29.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^4.45.0","@athenna/tsconfig":"^4.19.0","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.46.0_1724590439498_0.2345143248195216","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"@athenna/core","version":"5.0.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.0.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"07f05b0b6bd7af13b6c45a43bbcd5d5094d08d5c","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.0.0.tgz","fileCount":91,"integrity":"sha512-jjCOZul9CEp6+K6K8a3Vh41EkDyKf932gQi/i/ZHOC6a+I8kyVdhwxFI6DZ0wRUCVNmDIYjKlU3BYZmuBOt5/w==","signatures":[{"sig":"MEUCICQhHu7ZCd5v41Ifn0Eb89soK2ngvcemyWwxu9von5jVAiEAyLqzbG3zMDkIeWidi9Accm36135Gn5XsIaJJ5kMdkPc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":117429},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"2d9adaf284342f7304a1285d9e58f958f1ad49b2","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","nodemon":"^3.1.4","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^5.0.0","@athenna/cron":"^5.0.0","@athenna/http":"^5.0.0","@athenna/test":"^5.0.0","@athenna/view":"^5.0.0","@athenna/common":"^5.0.0","@athenna/config":"^5.0.0","@athenna/logger":"^5.0.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.0.0_1724672997113_0.43298318313678097","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"@athenna/core","version":"5.1.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.1.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"fbc2853f8166fb6519b894a2805d073415d16eaa","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.1.0.tgz","fileCount":91,"integrity":"sha512-F4A2dQ79M58Gy8EpNnwMfLqOWS42u6xqWoOA0K0Z6NC9T80rrzPSCiIuOwR3VFk5QGODznlB6a3SgWyFxR8NDQ==","signatures":[{"sig":"MEYCIQCMsf98h7ctVatVCuUDK53D8UPONqnjxL8ZY8Ghcykr6gIhAJLzceXarh9iiXuj8v22IsafEbFc5y5Fg8oleAR4maD0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":117387},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"c7cab83d4fdf2b9f5f18c67beff6e064aa6f2793","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","nodemon":"^3.1.4","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^5.0.0","@athenna/cron":"^5.1.0","@athenna/http":"^5.1.0","@athenna/test":"^5.0.0","@athenna/view":"^5.0.0","@athenna/common":"^5.0.0","@athenna/config":"^5.0.0","@athenna/logger":"^5.0.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.1.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.1.0_1724676710819_0.9661252756123726","host":"s3://npm-registry-packages"}},"5.2.0":{"name":"@athenna/core","version":"5.2.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.2.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"d019350c749c8654bab88ffbb3cd86beed6f5bf2","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.2.0.tgz","fileCount":94,"integrity":"sha512-pKDLeg/hKaC55FXEUkwAPwrD34bFxVwDvmD4Gy86bAoGDzasesVGZWl59+4qrJL4kc8BmEcZ/uExoVyZ5XwcIw==","signatures":[{"sig":"MEUCIQDI7ZHCVWGsQj884KIdRtKeeulnmUmo6OpLbf3nFjHoqgIgMFsKgga8IVqUL2XxSskeA0vth3yJvLPDWXS6mlbj2RM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":120919},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"d773548611b0ba9a7993865daacb14906b57c434","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","nodemon":"^3.1.4","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^5.0.0","@athenna/cron":"^5.2.0","@athenna/http":"^5.1.0","@athenna/test":"^5.0.0","@athenna/view":"^5.0.0","@athenna/common":"^5.0.0","@athenna/config":"^5.0.0","@athenna/logger":"^5.0.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.1.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.2.0_1724688178755_0.5479997132131467","host":"s3://npm-registry-packages"}},"5.3.0":{"name":"@athenna/core","version":"5.3.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.3.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"8adf883118cc4120e047bf8138912d2401aa791c","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.3.0.tgz","fileCount":94,"integrity":"sha512-NJKLy0kkd/RW75M+23kDcpNilXkxhIQtpL3n8mLvt3bDsfEQ0F9RP6QSNQCgt/fGXfXTfHZe5p887yELbboPkg==","signatures":[{"sig":"MEUCIFJMyJNJGW5AP6pxM4uY4bZH0g0ejLXBTUbXDm/29EWrAiEAl2JA/5kmIp5MKRSmYbY0sLoa8LHRkrMn0iiiEvrtfxI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":125902},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"98ae3a19db11b6785d59728c7de7bda1d7841256","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.0.6","husky":"^3.1.0","eslint":"^8.57.0","nodemon":"^3.1.4","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^5.0.0","@athenna/cron":"^5.2.0","@athenna/http":"^5.1.0","@athenna/test":"^5.0.0","@athenna/view":"^5.0.0","@athenna/common":"^5.0.0","@athenna/config":"^5.0.0","@athenna/logger":"^5.0.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.1.0","@athenna/tsconfig":"^5.0.0","vite-plugin-restart":"^0.4.2","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.3.0_1735394592246_0.3210194958848285","host":"s3://npm-registry-packages-npm-production"}},"5.4.0":{"name":"@athenna/core","version":"5.4.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.4.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"75494177bf6cc5c3d8073e7c7f3df4db0eb3b03b","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.4.0.tgz","fileCount":94,"integrity":"sha512-Pi4Ca1FLUreAsVuNfg6RC/ExSfiov0R7RA0EJRcyRVLk94scOpWORX1OXEP+qEQxJ0Y80VDaOo9T3fD/qiDEsQ==","signatures":[{"sig":"MEUCIHoGsWKbNIHi0MDc4mWzX/6J/SvXbbJoREWL+HpKRfR+AiEA2byL49ky+w5Qki5WeAohTH92VjMzGK5wG9Pal+K0RtU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":126627},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"42066a3b63126f4ce1ce643601adac19a6acb3b2","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.0.6","husky":"^3.1.0","eslint":"^8.57.0","nodemon":"^3.1.4","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^5.0.0","@athenna/cron":"^5.2.0","@athenna/http":"^5.1.0","@athenna/test":"^5.0.0","@athenna/view":"^5.0.0","@athenna/common":"^5.0.0","@athenna/config":"^5.0.0","@athenna/logger":"^5.0.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.1.0","@athenna/tsconfig":"^5.0.0","vite-plugin-restart":"^0.4.2","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.4.0_1735399654915_0.2332523829083888","host":"s3://npm-registry-packages-npm-production"}},"5.5.0":{"name":"@athenna/core","version":"5.5.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.5.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"c57cf00ee149709e903140e757b30bd5a4b990fd","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.5.0.tgz","fileCount":94,"integrity":"sha512-bsfBThAhERgj/G4/1KWQ2bUUN44Sk3tZICVV//Zf6og0D8xPwWcyyahQdKZyqlPx2GAbIGz4PaRZHCMzUEM2BA==","signatures":[{"sig":"MEUCIHTsJwfJQPDx8HPsmtvRo7bw2YKPDUD3Ct+mNqd8vACEAiEAqfHpGPuUgfjZKWH8hXYSObuHRZPGVLXDuKHaoxH8Zi0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":126345},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"d2bb82a44ab58d3afc679dbb9c50a0f5199de65f","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.0.6","husky":"^3.1.0","eslint":"^8.57.0","nodemon":"^3.1.4","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^5.0.0","@athenna/cron":"^5.2.0","@athenna/http":"^5.1.0","@athenna/test":"^5.0.0","@athenna/view":"^5.0.0","@athenna/common":"^5.0.0","@athenna/config":"^5.0.0","@athenna/logger":"^5.0.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.1.0","@athenna/tsconfig":"^5.0.0","vite-plugin-restart":"^0.4.2","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.5.0_1735407186969_0.1185578031308352","host":"s3://npm-registry-packages-npm-production"}},"5.6.0":{"name":"@athenna/core","version":"5.6.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.6.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"a24be18a6426b033228692eb37546eebdd26af6e","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.6.0.tgz","fileCount":94,"integrity":"sha512-BzSDPVeLtt4EJvQDLE0UdejFS/Q9BbeRWq5WtHM5WkDqUMnpKA98Xwqtk9MbddbBsAIy/S1WQ4hiafeewLKFbg==","signatures":[{"sig":"MEQCID+PmhchseyXvxYuJ/NRaSvI9R7tW6W2ejj5781j8q2qAiAIwKSWAvJGtCLf3+KqnY9onY0NgrdXkUN4ZQVzz57tPg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":126345},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"d996a275e53bc78dd1b118435ccfc1fa9d1f6387","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.0.6","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.9","prettier":"^2.8.8","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.0.0","@athenna/cron":"^5.4.0","@athenna/http":"^5.6.0","@athenna/test":"^5.2.0","@athenna/view":"^5.1.0","@athenna/common":"^5.3.0","@athenna/config":"^5.1.0","@athenna/logger":"^5.1.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.3.0","@athenna/tsconfig":"^5.0.0","vite-plugin-restart":"^0.4.2","eslint-plugin-import":"^2.31.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.6.0_1735436671818_0.2360546406473223","host":"s3://npm-registry-packages-npm-production"}},"5.7.0":{"name":"@athenna/core","version":"5.7.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.7.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"92019d73ed574c369b86cd7806df273e2c8a15cb","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.7.0.tgz","fileCount":94,"integrity":"sha512-Lhd9f5IXywzguISLEtXkfS7Ug1dWYgiBEvwJZ2eziDf62tPz4Oe47IFCFYw9I8AYoYLf+H2t7WiU0O/hGeCARA==","signatures":[{"sig":"MEYCIQDAuPDoNXodq+uPb0hOuoLH+6l+3q9LPHfSbcJu2Q7djQIhANnanIbUuEgOKmBcFy5x3pXLeIEITMLS/i9Bmsv/Y3Co","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":123121},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"c111c76074109d665f1267284cafecba661b8daf","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.0.6","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.9","prettier":"^2.8.8","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.0.0","@athenna/cron":"^5.4.0","@athenna/http":"^5.10.0","@athenna/test":"^5.2.0","@athenna/view":"^5.1.0","@athenna/common":"^5.5.0","@athenna/config":"^5.1.0","@athenna/logger":"^5.1.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.3.0","@athenna/tsconfig":"^5.0.0","vite-plugin-restart":"^0.4.2","eslint-plugin-import":"^2.31.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.7.0_1735656369887_0.8319267724261679","host":"s3://npm-registry-packages-npm-production"}},"5.8.0":{"name":"@athenna/core","version":"5.8.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.8.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"27ae6cceb42a98dd4dca685557b02c9a160d006c","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.8.0.tgz","fileCount":94,"integrity":"sha512-fZkLUfcqjsNOwhsrEWTs6Z5Uu2ebs084ozeu2isNZ0+WYsIMRqt4x/XM2faty4BsG596Jtwzye5+Rx5h3rzQ4g==","signatures":[{"sig":"MEQCIGuinoZsSwyeVJGQGdvA+0dGaDyWB7EUzGcd4NNrz5Z8AiA2++Lh8Jb04hzYqQmK9vSi4eSQDYxv3fSFXT0cBF1bFw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":123174},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"2e14068915de271145bf5789a4a901f3f5a65e99","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.0.6","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.9","prettier":"^2.8.8","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.0.0","@athenna/cron":"^5.4.0","@athenna/http":"^5.11.0","@athenna/test":"^5.2.0","@athenna/view":"^5.1.0","@athenna/common":"^5.5.0","@athenna/config":"^5.1.0","@athenna/logger":"^5.1.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.3.0","@athenna/tsconfig":"^5.0.0","vite-plugin-restart":"^0.4.2","eslint-plugin-import":"^2.31.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.8.0_1735668287029_0.9063481929421631","host":"s3://npm-registry-packages-npm-production"}},"5.9.0":{"name":"@athenna/core","version":"5.9.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.9.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"537f24121c8107f910ce2753684b23f132017d41","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.9.0.tgz","fileCount":94,"integrity":"sha512-cTclF4IDvy0I7pmZ7mAM7I94YTnaOIHH6XNVjQNIzpOTXLUo0FV2z7V5jW5fGZYM2EVCJRL01cj5QPU8iFyJMQ==","signatures":[{"sig":"MEUCIHOVU70tpOzufIXR8mWKSDbKqREjY0tRWsgWgKJCP+EoAiEApvjW0VvTyhgAvCt8qL8MVtWBCsX5bvYfm6zO/c8B/lo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":123300},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"deb50c3d17dbb93b9f231a436be3604e0f97d97f","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.0.6","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.9","prettier":"^2.8.8","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.0.0","@athenna/cron":"^5.4.0","@athenna/http":"^5.14.0","@athenna/test":"^5.2.0","@athenna/view":"^5.1.0","@athenna/common":"^5.5.0","@athenna/config":"^5.1.0","@athenna/logger":"^5.1.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.3.0","@athenna/tsconfig":"^5.0.0","vite-plugin-restart":"^0.4.2","eslint-plugin-import":"^2.31.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.9.0_1735687754356_0.46082362489712936","host":"s3://npm-registry-packages-npm-production"}},"5.10.0":{"name":"@athenna/core","version":"5.10.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.10.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"3cf8a6b22304ed505aa689c3f3f4a6d402d41a72","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.10.0.tgz","fileCount":94,"integrity":"sha512-VIxdMjNfB2l0RPOVbhuJewmQMzBAxMH2xf12MgUZxUV9ipqvE8GtT3N9hf+R/DGRnY29HdPjzJkhpmf+GveDxQ==","signatures":[{"sig":"MEYCIQDsZWvvqa3GSqGFknKLneJkLNUI1Eookxy9XWHxOm96HgIhALUUiynKzfMJgVJvOIMz7BzbKry7ReEeWb2nK2g2vtp1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122813},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"583845067d9dcdf6c355727e2581a37d6dc1e1ac","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.0.6","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.9","prettier":"^2.8.8","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.0.0","@athenna/cron":"^5.4.0","@athenna/http":"^5.15.0","@athenna/test":"^5.2.0","@athenna/view":"^5.1.0","@athenna/common":"^5.5.0","@athenna/config":"^5.1.0","@athenna/logger":"^5.1.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.3.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.31.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.10.0_1735843690745_0.13312556986061175","host":"s3://npm-registry-packages-npm-production"}},"5.11.0":{"name":"@athenna/core","version":"5.11.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.11.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"2f8fdc9ee35fd1b40ca51bc513cdec3fdf583f49","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.11.0.tgz","fileCount":94,"integrity":"sha512-1veF18qHrGUGyBjKevj4CaOfASbDikecJlutHmUh9wKao/2HzAbkkx3yti0sT+78qMCx0ojcgyLIPQ6GBAdBxg==","signatures":[{"sig":"MEUCIB4iczGBiL8m5A5HMUgWdMiRV4wAgthk07lO+x0mKAi0AiEA9kBCQrhrb9/RdMx+ddYlZPCRsKxzqGWiM3zJpWXUbpE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122823},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"5b65b683f07b997acc3231c022810a4864793f5c","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.0.6","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.9","prettier":"^2.8.8","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.0.0","@athenna/cron":"^5.4.0","@athenna/http":"^5.15.0","@athenna/test":"^5.2.0","@athenna/view":"^5.1.0","@athenna/common":"^5.5.0","@athenna/config":"^5.1.0","@athenna/logger":"^5.1.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.3.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.31.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.11.0_1735875231540_0.3649703658878496","host":"s3://npm-registry-packages-npm-production"}},"5.12.0":{"name":"@athenna/core","version":"5.12.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.12.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"88e441125f2f2e5b56059c800d707c6250aa29c3","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.12.0.tgz","fileCount":94,"integrity":"sha512-4HuoJZTUmGqX8NLKzTlERF4TGDqbYcjtU2KqOitK9Au8fNo8khseK9DXaVBTgGgZIan1dZTaVh6eqdeT6BEiUA==","signatures":[{"sig":"MEYCIQChbUTTSATKnMPAAofynzibb2Oe8hI8Ri63meVgSc3CmQIhANEwNyl35sFPDZWEOEsm9YpsYw0WYT6hAhMMq4jagrHh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":123617},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"fd653e31b58a59513ac8be4bf92214b7c216bc6e","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.0.6","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.9","prettier":"^2.8.8","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.0.0","@athenna/cron":"^5.4.0","@athenna/http":"^5.22.0","@athenna/test":"^5.2.0","@athenna/view":"^5.1.0","@athenna/common":"^5.5.0","@athenna/config":"^5.1.0","@athenna/logger":"^5.1.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.3.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.31.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.12.0_1736964367156_0.6899051852191729","host":"s3://npm-registry-packages-npm-production"}},"5.13.0":{"name":"@athenna/core","version":"5.13.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.13.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"05c8162c1f37734a8dfd76c51f376fdf1a811f77","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.13.0.tgz","fileCount":94,"integrity":"sha512-94SWO9CZpmG0k+d6KMcHK4x1h+kHGhmsvU54cBLM7eLxQWihRWk0BDpSGBjRYJX1VcnoCQlJm6ZByXunCSrsoA==","signatures":[{"sig":"MEUCIEhF8uuGhJuvCO+S0SlVtvt89YFwG6HcdfaAXQgAHcchAiEA2PLm4hRBl2S+xEiCrC9q9JPuwl0Su4gvnZRar/Np0js=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":123743},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"b5cd31e3c2aed3173fa90a331fe3869b5af97c44","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.0.11","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.9","prettier":"^2.8.8","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.1.0","@athenna/cron":"^5.4.0","@athenna/http":"^5.25.0","@athenna/test":"^5.3.0","@athenna/view":"^5.3.0","@athenna/common":"^5.7.0","@athenna/config":"^5.3.0","@athenna/logger":"^5.3.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.6.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.31.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.13.0_1737647298791_0.36700148781475117","host":"s3://npm-registry-packages-npm-production"}},"5.14.0":{"name":"@athenna/core","version":"5.14.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.14.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"a3daf460e6789daba24230a1d31acfb694b28326","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.14.0.tgz","fileCount":94,"integrity":"sha512-LB9ecBEdYXigwSF7WGPHt8xgM1ye+UfAgp5ud7oG72YV5+CosDCS7cb43rE4ZUENsom8G20HTDxklFHYWG1Rlg==","signatures":[{"sig":"MEUCIChQnAhR4rHRfjppZVyWPIVm31HKcg9jdGHrK1KB0QT9AiEAu/MZf5E0ojc6BKqTvkaSLQ+LLAiFGsBtmVyRjYBCEX8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":123785},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"022c498ddf7daae5b4e6d6dbbc9852a4444f6723","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.0.11","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.9","prettier":"^2.8.8","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.1.0","@athenna/cron":"^5.4.0","@athenna/http":"^5.28.0","@athenna/test":"^5.3.0","@athenna/view":"^5.3.0","@athenna/common":"^5.7.0","@athenna/config":"^5.3.0","@athenna/logger":"^5.3.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.6.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.31.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.14.0_1748112819791_0.9271994178272904","host":"s3://npm-registry-packages-npm-production"}},"5.15.0":{"name":"@athenna/core","version":"5.15.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.15.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"65441a869c5dcbf62eed440ac3b3460922781e66","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.15.0.tgz","fileCount":94,"integrity":"sha512-tuH8vMWPQ8+NIpbouYwx4RfhAGeYJEwes0neagOc3MO5qD+K5OoOvcy+5W0odGRZvSOt4HsvUv6h//alNBoYOg==","signatures":[{"sig":"MEQCIFeH8OHGU8IUFIu3BEpo+fTpiroXNMXeviTqd9WOXIbPAiAA/yR7m4q4VDc/W3rsr+KvIoU7PgSH73aBDRYUmX79Dg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":124059},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"83a53a78c2b41b5529ce1438317eed821a1a1ab2","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.0.11","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.9","prettier":"^2.8.8","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.1.0","@athenna/cron":"^5.4.0","@athenna/http":"^5.28.0","@athenna/test":"^5.3.0","@athenna/view":"^5.3.0","@athenna/common":"^5.7.0","@athenna/config":"^5.3.0","@athenna/logger":"^5.3.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.6.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.31.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.15.0_1753880813717_0.5441503795903797","host":"s3://npm-registry-packages-npm-production"}},"5.16.0":{"name":"@athenna/core","version":"5.16.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.16.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"ea9bd9f7d9161feabf6cbfe15149a9a081229805","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.16.0.tgz","fileCount":94,"integrity":"sha512-bOVjv4OCiH847ehsNP2QyvpuAb2sCCSS9ZnntQwa2oTcD+QAZSlMgloVboeecc6jLV7Rwq77qQt6xr6HkE8W8w==","signatures":[{"sig":"MEQCIFrzrGLvgF7RRavnyvU3Rp43WtR6UnpgsEck/0nuHTr6AiBEOfNuPNtoSv/4KMKUhDeWFbEK4ohPqX4WsP7NlKSGGw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":123804},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"b310ea358dcb45ebd6a700f86d8a60796e40f4e5","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.6.3","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.0.11","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.9","prettier":"^2.8.8","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.1.0","@athenna/cron":"^5.4.0","@athenna/http":"^5.28.0","@athenna/test":"^5.3.0","@athenna/view":"^5.3.0","@athenna/common":"^5.7.0","@athenna/config":"^5.3.0","@athenna/logger":"^5.3.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.6.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.31.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.16.0_1753881268395_0.5560278987865839","host":"s3://npm-registry-packages-npm-production"}},"5.18.0":{"name":"@athenna/core","version":"5.18.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.18.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"71d67add71782dc44f9410eaf975eec865644063","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.18.0.tgz","fileCount":94,"integrity":"sha512-6YgBfcES7xzAmcTPImbPYtHTrRTxkm4FkxewgsI8qOivF2rgGxYYW3iYtrYVzJ+7f+PzDKtWtGy0zqEyt3LkPw==","signatures":[{"sig":"MEUCIQDpRvfL5SRO3SKsnXWHCoH4Fa95AfPcr20xZ6J5OI8VQQIgaHXM71HsKLSeQgxP8n/gWFE714dcK3aWNtdgLXvkbl8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":123627},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"e4b22b0ef2a6d20017e89fdb9a2f9d45b64b96c3","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.8.0","@athenna/http":"^5.34.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/common":"^5.14.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.7.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.18.0_1754078699986_0.5153820369570348","host":"s3://npm-registry-packages-npm-production"}},"5.19.0":{"name":"@athenna/core","version":"5.19.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.19.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"482b536c4c3b14a0779d99322e5c0ba7792a6295","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.19.0.tgz","fileCount":94,"integrity":"sha512-phXLc8oNx8A7Gf/se/MxayvRiVSwtZj+Sxd/R6rjTBVeHoumTNTZXmFZU0ZMa2mR98l9CXEE5rUj70IVtlu0dQ==","signatures":[{"sig":"MEUCIQDGX4iKRn33p5fiHmvNs4UpoeNaE/wnbIC4gNnP8gWHFQIgItwgdIvDX7pOjWy8As3qXERoepCi/kJpCj0GS5L2Bck=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":123666},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"67db1dd118730ee03b6a5c5d55090655d6041112","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.9.0","@athenna/http":"^5.34.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/common":"^5.14.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.8.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.19.0_1754142355714_0.1283685730296571","host":"s3://npm-registry-packages-npm-production"}},"5.20.0":{"name":"@athenna/core","version":"5.20.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.20.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"05966a29b36093b23a0ba9306fb9c969920c9c14","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.20.0.tgz","fileCount":94,"integrity":"sha512-afQKLALXjn3SMpAjpqRpDt/+7aZi5M8YEUlgTWiUAEeVWQDo9qtlDIsxACx6hPidU2IQIoaJPfKp4COjmkGhZg==","signatures":[{"sig":"MEYCIQDARfzHeGmVeRnY412O8VtERTMJ33fQnSSmcBjoetZeuQIhALs3W/wzzK7TTn5HANOrHVsAFk0K0y1bfkydygpLM5vo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":123699},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"2debdbbe7b08e091813be31f4e1f41b55e953d5c","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.9.0","@athenna/http":"^5.34.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/common":"^5.14.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.8.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.20.0_1754310580598_0.08222064388050487","host":"s3://npm-registry-packages-npm-production"}},"5.21.0":{"name":"@athenna/core","version":"5.21.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.21.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"b41ad166a382b4e1222dd799cba5787d3764d338","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.21.0.tgz","fileCount":94,"integrity":"sha512-CCkae1i7x/vt925laqBcSTILPPpAEDAJ94JXraSiUbMC27I+kpUbAke2myA6/XqyJkf9/jRWeP/NMaqKrDhvRA==","signatures":[{"sig":"MEUCIQDG4lBW2v/JDOdmt8wEKnn02+RDHK682OAJs6Rfe7BjKQIge0ZVoYY5lAASVmZWvhRmxlOx43/2aj0sQg8v8F1L+wA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":124316},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"b3726f550078c8ad9228c954e26e435bcf39fdb7","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.9.0","@athenna/http":"^5.34.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/common":"^5.14.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.8.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.21.0_1754492373675_0.5223166309081781","host":"s3://npm-registry-packages-npm-production"}},"5.22.0":{"name":"@athenna/core","version":"5.22.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.22.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"cdb6906b419e60648a8598039527f2320acd36cd","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.22.0.tgz","fileCount":94,"integrity":"sha512-2mztNeIi1rmJ68mbvyVwSc4QJfe1GTaOkwHutLfzp6Itvvy9JK3Kio1mh36qNEOQPsNp0euwuU9oLsaK3lCHew==","signatures":[{"sig":"MEQCIHL4WRbSuDiouMGp+n5HiftGfiE02YOADPFNB/kSFtAxAiAlRliv1veytkehkLry/sZzrn2rRvv1o8tTPKsHtkhm0Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":125135},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"2337649bb40d5a6c60e208f0b054bd9221011e19","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.9.0","@athenna/http":"^5.38.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/common":"^5.14.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.8.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.22.0_1754493843552_0.7281910574963713","host":"s3://npm-registry-packages-npm-production"}},"5.23.0":{"name":"@athenna/core","version":"5.23.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.23.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"6ab1793b2d63124ca285caa75c666be0cc0341e0","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.23.0.tgz","fileCount":94,"integrity":"sha512-WbOO/fwYh4cdVDh04PiyvGKZACOBijNp4g2q/NiyaDRDyUzGQ8RyMmo0Ec43fmvKADe06CeYbBz4mbuc8ORhog==","signatures":[{"sig":"MEUCIQCIAZfk6fezLJwKbSIKykBjwsZ6HTc03sWs45anBLhZbgIgG3iSKz19tBneswCrK1Vw4Hd13DzSLxhdbCiQ3k22b08=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":125317},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"7b2494b3a7bce4172af0e7926cd15767f9f0b70d","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","aws-lambda":"^1.0.7","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.9.0","@athenna/http":"^5.38.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/common":"^5.14.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.8.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","@athenna/tsconfig":"^5.0.0","@types/aws-lambda":"^8.10.152","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.23.0_1754496633755_0.3006153663608939","host":"s3://npm-registry-packages-npm-production"}},"5.24.0":{"name":"@athenna/core","version":"5.24.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.24.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"f1b7bf254cb524f5eee06d26dfd95c138e6e26f0","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.24.0.tgz","fileCount":94,"integrity":"sha512-pcr3ybLObHiUMaZytm+Wx7d3aEpGKEUilZELrHmgSwg9WjvIyI90qhjy1dIb5RJOlOnX19H+UhkJjAfc8SWv5g==","signatures":[{"sig":"MEQCIGE7eDrPy7oaxzbHkjrh4QigJFg8EfD0tAxq7eR6SUhqAiA43Iv77ZD3bytUIjaOE0Huu3k1toKnhEHcr/q+M+uZzw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":125448},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"7513024e5e65c8ee2e713525521043c6b0dbdccc","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","aws-lambda":"^1.0.7","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.9.0","@athenna/http":"^5.38.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/common":"^5.14.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.8.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","@athenna/tsconfig":"^5.0.0","@types/aws-lambda":"^8.10.152","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.24.0_1754497051121_0.8372950422038212","host":"s3://npm-registry-packages-npm-production"}},"5.25.0":{"name":"@athenna/core","version":"5.25.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.25.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"2b40ede88d51e949e649fb7f1d1fda31268f10cd","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.25.0.tgz","fileCount":96,"integrity":"sha512-jePRSb++bTRtHs2R20PVQ1lQQy6ZHwzC1k45mNhZLn04uM8AR1rYhzCyRRrhMukRBLD0/DVV7H4AZ72SYwVNKw==","signatures":[{"sig":"MEYCIQC3yWmv6srcqwWtmCQXYteapwEdQh4hqUcqdKPbIhI6PAIhAKaCbXROVqYXG8FzD3WngVRe6ZiZZ+kUCjQvhz3MSj9u","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":125644},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"568ab7a35edf9c03ccd7c618cf817f6e9e127bf9","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","aws-lambda":"^1.0.7","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.9.0","@athenna/http":"^5.38.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/common":"^5.14.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.8.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","@athenna/tsconfig":"^5.0.0","@types/aws-lambda":"^8.10.152","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.25.0_1754497479593_0.26981469505273004","host":"s3://npm-registry-packages-npm-production"}},"5.26.0":{"name":"@athenna/core","version":"5.26.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.26.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"d5106b3bcaebc66aa98d1c94a7ef92a793338d77","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.26.0.tgz","fileCount":100,"integrity":"sha512-vtAvDzaF37XzgFvfwr12KlfDzgFmbdq2oYx0kn79gJvx9Pa6+VmpSNi48FstymLpZIy6h+hierxZd99Omz6oGw==","signatures":[{"sig":"MEUCIQDO78RBor4vfzsgMZxpLIuXQO/9m6RcpM+VzcriFXnb3wIgY/jQEWPTC2GWImVXdATvaywwnzY9eJ/SpvD+SWqsDno=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":129670},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"workers":["#tests/fixtures/workers/HelloWorker"],"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"b2fabb469988d3d5ecf59c14d46cca8e27e0cff7","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","aws-lambda":"^1.0.7","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.9.0","@athenna/http":"^5.38.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/queue":"^5.11.0","@athenna/common":"^5.14.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.8.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","@athenna/tsconfig":"^5.0.0","@types/aws-lambda":"^8.10.152","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.26.0_1754691781668_0.7064853970262135","host":"s3://npm-registry-packages-npm-production"}},"5.27.0":{"name":"@athenna/core","version":"5.27.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.27.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"9eace70671f8d3d0a7b87bb525d46429b0567d6a","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.27.0.tgz","fileCount":100,"integrity":"sha512-hRR6Y4CEJZ7wPfCu0XQAUywXb62Vu3XPX9aXdnrU9yN6hIe6JS6FmX8IjS8wNHrPWyELdB7T5q4QOSGUU4vbIw==","signatures":[{"sig":"MEYCIQDEbOljm244JlarUpSZxsqLZBnEfvJKLbjK+Xf4NaZK5wIhAIymG7cHBsXCl3ErZnUuXjWxLP6GUte85DyoerKyl+Sk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":129700},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"workers":["#tests/fixtures/workers/HelloWorker"],"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"d7318ee4958a8d02b9f05c2e77aa4e0f06d66b05","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","aws-lambda":"^1.0.7","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.9.0","@athenna/http":"^5.38.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/queue":"^5.11.0","@athenna/common":"^5.14.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.8.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","@athenna/tsconfig":"^5.0.0","@types/aws-lambda":"^8.10.152","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.27.0_1754693658772_0.7275332267122312","host":"s3://npm-registry-packages-npm-production"}},"5.28.0":{"name":"@athenna/core","version":"5.28.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.28.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"de762086fc7f35c0a6b516734d7fcc19cc8ef89c","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.28.0.tgz","fileCount":100,"integrity":"sha512-JKQ0dKuhMo8ApKrPPLwqGn5m2TOUBcuMxlRHRNaPhxuu6sdsjsHTMwwjWIEK3+7Lfj2vIsaFpVQITlNfYILVYg==","signatures":[{"sig":"MEYCIQDGYAIF9/LscMxLTUrVGtQBBgOimsrSICUUuGSP09KJIQIhAMz1FULxxEvVnpenW1NL/EzMdk3f7sBkpj2xFxK0/wnA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":129660},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"workers":["#tests/fixtures/workers/HelloWorker"],"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"92da1fde77f38798803ece20310ae471d0f77084","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","aws-lambda":"^1.0.7","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.10.0","@athenna/http":"^5.39.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/queue":"^5.13.0","@athenna/common":"^5.18.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.10.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","@athenna/tsconfig":"^5.0.0","@types/aws-lambda":"^8.10.152","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.28.0_1754748714192_0.06683140527576814","host":"s3://npm-registry-packages-npm-production"}},"5.29.0":{"name":"@athenna/core","version":"5.29.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.29.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"df48127b3cb8706566fe1e431d1c262ff7cdb4d6","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.29.0.tgz","fileCount":100,"integrity":"sha512-0hw6dT99FpFsv+KJMDibsKs21Ovnm/MuPolYoAG0hLuB9cAwwuROIgOz4/AgTPyOlSI0Bifl5DR6ZHHTIqH5tg==","signatures":[{"sig":"MEYCIQCnRpPDDGqtZnSW4X/L4niyDAUwouGwgQ80qbGbOj1QNQIhAO5vNBDZg0WfdKys/qUJNIDYH/DHlv1YrgPv+lRXNNH7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":130256},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"workers":["#tests/fixtures/workers/HelloWorker"],"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"3ee35be31c7dbed9ead8ee53f2bac2dfcc8a1014","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","aws-lambda":"^1.0.7","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.10.0","@athenna/http":"^5.39.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/queue":"^5.13.0","@athenna/common":"^5.18.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.10.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","reflect-metadata":"^0.2.2","@athenna/tsconfig":"^5.0.0","@types/aws-lambda":"^8.10.152","source-map-support":"^0.5.21","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.29.0_1754780065842_0.11357972545420836","host":"s3://npm-registry-packages-npm-production"}},"5.30.0":{"name":"@athenna/core","version":"5.30.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.30.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"43e8ec18397c4aca840e36e54574d25b33b7e4db","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.30.0.tgz","fileCount":100,"integrity":"sha512-BAuvZ1RQ89sUu62pqh7oDiQhmh4H2Zt5Rsepjs6xFpMDpursapzR/O/Z0CANU8CfYxBJNFlu6kZjIS4gGtoknA==","signatures":[{"sig":"MEUCIQDi+QBWsAG4W8btsHHoOs3IqOrEPuqpfwqAPt11bQuzDgIgK4cJqbimw+9wZSfzcw+F2+x47sJooNf+qqwEwn7GsaA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":130277},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"workers":["#tests/fixtures/workers/HelloWorker"],"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"1726b016ebca573e744efb02114abc80c023ee0c","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","aws-lambda":"^1.0.7","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.10.0","@athenna/http":"^5.39.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/queue":"^5.13.0","@athenna/common":"^5.18.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.10.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","reflect-metadata":"^0.2.2","@athenna/tsconfig":"^5.0.0","@types/aws-lambda":"^8.10.152","source-map-support":"^0.5.21","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.30.0_1754780430554_0.5445547409796163","host":"s3://npm-registry-packages-npm-production"}},"5.31.0":{"name":"@athenna/core","version":"5.31.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.31.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"86decb0f6b91c4b5017e3e7925b0022b1b9a3787","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.31.0.tgz","fileCount":100,"integrity":"sha512-XQQMoKlVN9wxt0sqOnWA+q6XnujZX+yeA+IXuTInzJlS7oOSe4mIPngUYxmeIFyyUmhUhQovPdlW7wUP/s69Fw==","signatures":[{"sig":"MEYCIQD+JHnTueNMI+sQJ6latD95NDXT+USUGRUl2nQRd3FQBAIhAIjpuH9gfiWjSmhpgmm4ye+39HhYP26yHzvQwy/5pNeT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131758},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"workers":["#tests/fixtures/workers/HelloWorker"],"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"8ad29c0ee51bdc69d14851d3a3acb757cf4c6526","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","aws-lambda":"^1.0.7","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.10.0","@athenna/http":"^5.39.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/queue":"^5.13.0","@athenna/common":"^5.18.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.10.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","reflect-metadata":"^0.2.2","@athenna/tsconfig":"^5.0.0","@types/aws-lambda":"^8.10.152","source-map-support":"^0.5.21","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.31.0_1757260810117_0.006455289034207556","host":"s3://npm-registry-packages-npm-production"}},"5.32.0":{"name":"@athenna/core","version":"5.32.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.32.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"c884f814d1215919f25b1bf9736f715ead9725c4","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.32.0.tgz","fileCount":100,"integrity":"sha512-9lIGss5FlzQpN0htFxiVa0EinWVdH0DfT6HiYElsnqZXXKGrEHPz6odJ+PAbsIxeaCZF1H0Tu9LdKpMxuUoX0Q==","signatures":[{"sig":"MEUCIQDLsYlvgs1eUbhrhTvviy+SfLvwQHpZpb0US34PGfBJCwIgOu4bK3Q2eXbAW1N+UQE2Xa4sIbPTmbdUx0bUt5qulYc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131761},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"workers":["#tests/fixtures/workers/HelloWorker"],"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"37cced89f993e9fb118906b9e82549e53f542cf5","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","aws-lambda":"^1.0.7","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.10.0","@athenna/http":"^5.39.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/queue":"^5.13.0","@athenna/common":"^5.18.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.10.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","reflect-metadata":"^0.2.2","@athenna/tsconfig":"^5.0.0","@types/aws-lambda":"^8.10.152","source-map-support":"^0.5.21","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.32.0_1758119681073_0.5907241839739863","host":"s3://npm-registry-packages-npm-production"}},"5.33.0":{"name":"@athenna/core","version":"5.33.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.33.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"34d27b6f769cdbf56c5ce3d0d0881d6d0c808f45","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.33.0.tgz","fileCount":100,"integrity":"sha512-VsXthfCa4Gaoou9MPgNMkjVaiE/WZLC6CUUj1htoQj9CoEh/iC8mQuS3YMmJzr3XDUlPOuSXiL4SCaEwA15n3g==","signatures":[{"sig":"MEQCIE1z7t/BiecrMwgdAvWe4gtwOZ3UWuFNI8UtvKeuuWdUAiBdwPgLzW/UTTP6AC0UW9yFX2Pxloq5xgLR9DaDxbY+1A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":131809},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"workers":["#tests/fixtures/workers/HelloWorker"],"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"36d07b4283415a3e6539f8f9dfd1f6914d9489c7","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.5.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","aws-lambda":"^1.0.7","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.10.0","@athenna/http":"^5.39.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/queue":"^5.13.0","@athenna/common":"^5.18.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.10.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","reflect-metadata":"^0.2.2","@athenna/tsconfig":"^5.0.0","@types/aws-lambda":"^8.10.152","source-map-support":"^0.5.21","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.33.0_1758408475170_0.012996380584336054","host":"s3://npm-registry-packages-npm-production"}},"5.34.0":{"name":"@athenna/core","version":"5.34.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.34.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"d59ba12106c35c34d6cad9b5b872c09a59a86514","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.34.0.tgz","fileCount":100,"integrity":"sha512-EHl7RW3mHgy6pYnftPttg8sr9IcEPLlU8M1eOx546Nv+AsqPXevXmfCs+UmVdZIvi6VkL6nwdghZDpMvO18Eeg==","signatures":[{"sig":"MEUCIGZzQ3qZBU4ND8FfmuqVr1w3GOkKLqWWAWrlAlZdBvxMAiEAjI4RxJCCRdLWw/jvLr4AwdEsxHPfhPW+FXSgnWygJgA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":132100},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"workers":["#tests/fixtures/workers/HelloWorker"],"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"60020e0e390cf14dbb31363bfec424ce62b7d7ba","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"22.8.0","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","aws-lambda":"^1.0.7","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.10.0","@athenna/http":"^5.39.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/queue":"^5.13.0","@athenna/common":"^5.18.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.10.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","reflect-metadata":"^0.2.2","@athenna/tsconfig":"^5.0.0","@types/aws-lambda":"^8.10.152","source-map-support":"^0.5.21","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.34.0_1769442347203_0.6827921726715642","host":"s3://npm-registry-packages-npm-production"}},"5.35.0":{"name":"@athenna/core","version":"5.35.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.35.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"bdbff2daa31b762c8d01faa036892728dd13077e","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.35.0.tgz","fileCount":100,"integrity":"sha512-F5sYXDVnL02nvwaL+NkRsLeC5t0EhIX0vUpn1ZpP7JkMmXhUsr/jl4VGzl6hxB0Eywc7eFMme90rbdpUuX2HBw==","signatures":[{"sig":"MEUCIFFY0S140KaSpeqsyZvE9qmFq2KMBDgk/5Ac2isiKWLzAiEA7a74NFbH+f4M1HXKxowg9P2q/45CIE8zIZob1aFEe00=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":132097},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"workers":["#tests/fixtures/workers/HelloWorker"],"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"fc18bb5411afffd8c2b755d01e80604f89fb9166","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"22.8.0","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","aws-lambda":"^1.0.7","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.10.0","@athenna/http":"^5.39.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/queue":"^5.13.0","@athenna/common":"^5.18.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.10.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","reflect-metadata":"^0.2.2","@athenna/tsconfig":"^5.0.0","@types/aws-lambda":"^8.10.152","source-map-support":"^0.5.21","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.35.0_1769444421150_0.7863446604582474","host":"s3://npm-registry-packages-npm-production"}},"5.36.0":{"name":"@athenna/core","version":"5.36.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.36.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"0644fa08b58a8c0a974dbc0eba9a343d3a81488b","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.36.0.tgz","fileCount":100,"integrity":"sha512-0z2eofJv2O/7MINOFOR/srCjjmck39PiVZulzOAD7RR05KI6e+qT8uOc3y1zXL688D+5a0YlTUaxTBC4U0VKlA==","signatures":[{"sig":"MEYCIQDJuVUXMKFygXFzCLb+4JLOfTu9RHxAxLEcTol4smAMfwIhAM/UDSFSI3094Hzb4F1ks83LqfuhEcAyo+RBs1iLUGWQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":132202},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"workers":["#tests/fixtures/workers/HelloWorker"],"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"4f7f280b30ff8cdad8abab1def05540703bcfaa6","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"22.8.0","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","aws-lambda":"^1.0.7","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.10.0","@athenna/http":"^5.39.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/queue":"^5.13.0","@athenna/common":"^5.18.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.10.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","reflect-metadata":"^0.2.2","@athenna/tsconfig":"^5.0.0","@types/aws-lambda":"^8.10.152","source-map-support":"^0.5.21","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.36.0_1770126463050_0.2896854507134998","host":"s3://npm-registry-packages-npm-production"}},"5.37.0":{"name":"@athenna/core","version":"5.37.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.37.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"debfac5b4638cb8e7241167403a8f753761510f3","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.37.0.tgz","fileCount":100,"integrity":"sha512-sw4TRe6o/YaUhZEgFCQtFmtFSRqJJmmRc50EYbBcBjknnzqqgRqsIHMEgbeV++CFjwSR86KMrPJQIiG2CKqTLQ==","signatures":[{"sig":"MEQCIHw0CxxzfX389/FqUkhEbWGVT0OwRMknld85+FtxHvs6AiAY6GcJCj2RXzmunEJzD7Rh5AsepJn7wl7SwQmSToC4xQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":133534},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"workers":["#tests/fixtures/workers/HelloWorker"],"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"4c2923de8e133b9fe4d5eae4dbdee1b2724e9993","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"22.8.0","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","aws-lambda":"^1.0.7","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.10.0","@athenna/http":"^5.39.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/queue":"^5.13.0","@athenna/common":"^5.18.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.10.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","reflect-metadata":"^0.2.2","@athenna/tsconfig":"^5.0.0","@types/aws-lambda":"^8.10.152","source-map-support":"^0.5.21","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.37.0_1771179979893_0.03291662174957333","host":"s3://npm-registry-packages-npm-production"}},"5.38.0":{"name":"@athenna/core","version":"5.38.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.38.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"74464a5367249dbce3828b8463611e35b7080143","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.38.0.tgz","fileCount":12,"integrity":"sha512-eUzSfcpUtZNfV1dLnVxB7op8srboqRaa6x7RotY/ZWFQJXXs+7bKCTETMpET0nzqrBfpeF4UY7UnzbQSzBpwag==","signatures":[{"sig":"MEUCICRwFeN7E17Qg/EktgJDfaOuxOil8ltiXamJWnnrtdnVAiEAkY/3FZ3oOJjk1C8xHc64Xz++l3GNRMYjVs46LmlW0yA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":13450},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"workers":["#tests/fixtures/workers/HelloWorker"],"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"3f04c1a3dd3772e6a0a255626db11c01ae6d93b7","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"22.8.0","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","aws-lambda":"^1.0.7","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.10.0","@athenna/http":"^5.39.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/queue":"^5.13.0","@athenna/common":"^5.18.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.10.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","reflect-metadata":"^0.2.2","@athenna/tsconfig":"^5.0.0","@types/aws-lambda":"^8.10.152","source-map-support":"^0.5.21","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.38.0_1772558812539_0.6442786905610707","host":"s3://npm-registry-packages-npm-production"}},"5.39.0":{"name":"@athenna/core","version":"5.39.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.39.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"96cc6863b88220e9553ce2a448d05accc9524f34","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.39.0.tgz","fileCount":100,"integrity":"sha512-qdGumIgfJfNR20haGzs2aXMSltQ7o8KKzeQuWLS2kX1xY9UaswDvovQj/X+mWJR0eldFNXCTi0xNXWsShd6Jvw==","signatures":[{"sig":"MEQCIHRadssVAMZda28J5WOTjq556ov8DNedLYrrC/h/tfxVAiBTHtxoUK1uzzN6P4iuNF+K2xZjbv0mbcm5jgl7dlDHUw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":134309},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"workers":["#tests/fixtures/workers/HelloWorker"],"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"3f04c1a3dd3772e6a0a255626db11c01ae6d93b7","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"22.8.0","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","aws-lambda":"^1.0.7","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.10.0","@athenna/http":"^5.39.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/queue":"^5.13.0","@athenna/common":"^5.18.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.10.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","reflect-metadata":"^0.2.2","@athenna/tsconfig":"^5.0.0","@types/aws-lambda":"^8.10.152","source-map-support":"^0.5.21","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.39.0_1772559133557_0.2233084347896841","host":"s3://npm-registry-packages-npm-production"}},"5.40.0":{"name":"@athenna/core","version":"5.40.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.40.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"4e04c4d7b55a27584c1a7d026a62bb8f2e8ec877","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.40.0.tgz","fileCount":100,"integrity":"sha512-gVuQzAu7wrz1LihXcz+MGMu97n7oJDyGWMuccNNyf+przvSE9Z4wm6SqqKH/ceue29QgA4nHXj7FpqcfBBmBdQ==","signatures":[{"sig":"MEYCIQCpQ61SYg/q970au6JxFS7YJJiPTb+H3kPW97uPdK6GIgIhAJun2nRbUl63bzRgR9KXUiWXBrje0M+scYKIFLF5kTw3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":134385},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"workers":["#tests/fixtures/workers/HelloWorker"],"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"df5e5f5f6a139b727d71aa4d14a5fb88e98bc5c1","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"22.8.0","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","aws-lambda":"^1.0.7","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.10.0","@athenna/http":"^5.39.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/queue":"^5.13.0","@athenna/common":"^5.18.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.10.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","reflect-metadata":"^0.2.2","@athenna/tsconfig":"^5.0.0","@types/aws-lambda":"^8.10.152","source-map-support":"^0.5.21","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.40.0_1774825737573_0.5033240917741246","host":"s3://npm-registry-packages-npm-production"}},"5.41.0":{"name":"@athenna/core","version":"5.41.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.41.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"38c2912be3495787f8d9b031649a0d118d677ebe","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.41.0.tgz","fileCount":100,"integrity":"sha512-4owHMgBXg0HHcvn6h3/ndF3rjZWyNJ0fGnJ9N2j6QjHmd1XRM4lvZwbl8+082HcIKn4mq+ZOthwnisIAi1kNFA==","signatures":[{"sig":"MEUCIQDy7XFrPxn+rjxayDXOhVLeI/PuCBAjxQXHJvlmnjqbmwIgNulgTfhhvwtQ8PLmY63kmyYxaVqQQS0QbcjfDIcZjOw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":134265},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"workers":["#tests/fixtures/workers/HelloWorker"],"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"b2af1f4e96bbbe0f411579eaca6cadec127df9b2","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"22.8.0","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","aws-lambda":"^1.0.7","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.10.0","@athenna/http":"^5.39.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/queue":"^5.13.0","@athenna/common":"^5.18.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.10.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","reflect-metadata":"^0.2.2","@athenna/tsconfig":"^5.0.0","@types/aws-lambda":"^8.10.152","source-map-support":"^0.5.21","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.41.0_1777399458421_0.1582974263491761","host":"s3://npm-registry-packages-npm-production"}},"5.42.0":{"name":"@athenna/core","version":"5.42.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.42.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"585c68d2c6e3f0ee951c73d4207434a7419044ce","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.42.0.tgz","fileCount":100,"integrity":"sha512-Ghu+KgIIKsUUDaGtUkI964ijsUXKdRplrr/Tx9+1WQYfL1XxpoocVmNik7yoMXRh4Php1/ZQCi+YctAeR9GI4A==","signatures":[{"sig":"MEUCIQDA6kO+YbHn5wD6amkHsQub1AUet3CDVPPB3g3QhfiMCgIgSuFMirp7666CoTpZ3rPr5AuS2oHU/Z6EHeFy52cQduo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":134132},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"workers":["#tests/fixtures/workers/HelloWorker"],"commands":{"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"9868c85b76bd891e3f1f1b9f63d8c29f96e54662","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"10.8.2","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"22.8.0","dependencies":{"semver":"^7.7.2","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.3.5","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.10","prettier":"^2.8.8","aws-lambda":"^1.0.7","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.2.0","@athenna/cron":"^5.10.0","@athenna/http":"^5.39.0","@athenna/test":"^5.5.0","@athenna/view":"^5.4.0","@athenna/queue":"^5.13.0","@athenna/common":"^5.18.0","@athenna/config":"^5.4.0","@athenna/logger":"^5.10.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.7.0","reflect-metadata":"^0.2.2","@athenna/tsconfig":"^5.0.0","@types/aws-lambda":"^8.10.152","source-map-support":"^0.5.21","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.42.0_1778971861301_0.20457947524262066","host":"s3://npm-registry-packages-npm-production"}},"5.43.0":{"name":"@athenna/core","version":"5.43.0","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/core@5.43.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Core#readme","bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"c8":{"all":true,"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"354ee497f6b410fe00eb44a331e578ef0ea0575d","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.43.0.tgz","fileCount":104,"integrity":"sha512-oJVHivtjLwYyVyffhwnpBI5Kji3Cv3/jdSN5/7Qk7FPfM4N6GqebR0YjmJXqWLdFgfzvVo96J32uE88bpGcXiw==","signatures":[{"sig":"MEUCIQCogflS4CAsvCzS/pE19nIGq2dFVzjmqEmZXiy7eX4ZDwIge1iKM9AP4/MeWj2Eyannrj7/LH5D+fV2IGQZDqYcakU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":141540},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"workers":["#tests/fixtures/workers/HelloWorker"],"commands":{"lint":{"path":"#src/commands/LintCommand","stayAlive":true},"repl":{"path":"#src/commands/ReplCommand","stayAlive":true},"test":{"path":"#src/commands/TestCommand","stayAlive":true},"build":{"path":"#src/commands/BuildCommand","outDir":"build","tsconfig":"./tests/fixtures/tsconfig.json"},"serve":{"path":"#src/commands/ServeCommand","stayAlive":true},"install":{"path":"#src/commands/InstallCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:exception":{"path":"#src/commands/MakeExceptionCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"],"templates":{"test":"./templates/test.edge","facade":"./templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"./templates/service.edge","test-fn":"./templates/test-fn.edge","provider":"./templates/provider.edge","exception":"./templates/exception.edge","test-cron":"./templates/test-cron.edge","test-http":"./templates/test-http.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","test-console":"./templates/test-console.edge"},"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"directories":{"bootstrap":"bin"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./commands/LintCommand":"./src/commands/LintCommand.js","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js"},"gitHead":"ba817eb4de984f3bbede38b9d859ed5c0be69edc","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#routes/*":"./routes/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Core.git","type":"git"},"_npmVersion":"11.19.0","description":"One foundation for multiple applications.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"24.20.0","dependencies":{"semver":"^7.8.5","pretty-repl":"^3.1.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"_hasShrinkwrap":false,"devDependencies":{"vite":"^6.4.3","husky":"^3.1.0","eslint":"^8.57.1","nodemon":"^3.1.14","prettier":"^2.8.8","aws-lambda":"^1.0.7","commitizen":"^4.3.2","lint-staged":"^12.5.0","@athenna/ioc":"^5.3.0","@athenna/cron":"^5.14.0","@athenna/http":"^5.63.0","@athenna/test":"^5.8.0","@athenna/view":"^5.4.0","@athenna/queue":"^5.34.0","@athenna/common":"^5.34.0","@athenna/config":"^5.6.0","@athenna/logger":"^5.21.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.13.0","reflect-metadata":"^0.2.2","@athenna/tsconfig":"^5.3.0","@types/aws-lambda":"^8.10.162","source-map-support":"^0.5.21","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/core_5.43.0_1787844310444_0.35280772762501034","host":"s3://npm-registry-packages-npm-production"}},"5.44.0":{"name":"@athenna/core","version":"5.44.0","description":"One foundation for multiple applications.","license":"MIT","author":{"name":"João Lenon","email":"lenon@athenna.io"},"bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"repository":{"type":"git","url":"git+https://github.com/AthennaIO/Core.git"},"homepage":"https://github.com/AthennaIO/Core#readme","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"engines":{"node":">=20.0.0"},"scripts":{"build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"type":"module","main":"./src/index.js","types":"./src/index.d.ts","exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/CoreProvider":"./src/providers/CoreProvider.js","./commands/MakeExceptionCommand":"./src/commands/MakeExceptionCommand.js","./commands/MakeFacadeCommand":"./src/commands/MakeFacadeCommand.js","./commands/MakeProviderCommand":"./src/commands/MakeProviderCommand.js","./commands/MakeServiceCommand":"./src/commands/MakeServiceCommand.js","./commands/MakeTestCommand":"./src/commands/MakeTestCommand.js","./commands/ReplCommand":"./src/commands/ReplCommand.js","./commands/ServeCommand":"./src/commands/ServeCommand.js","./commands/TestCommand":"./src/commands/TestCommand.js","./commands/BuildCommand":"./src/commands/BuildCommand.js","./commands/LintCommand":"./src/commands/LintCommand.js","./commands/InstallCommand":"./src/commands/InstallCommand.js","./testing/BaseHttpTest":"./src/testing/BaseHttpTest.js","./testing/BaseCronTest":"./src/testing/BaseCronTest.js","./testing/BaseConsoleTest":"./src/testing/BaseConsoleTest.js"},"imports":{"#bin/*":"./bin/*.js","#bin":"./bin/index.js","#src/*":"./src/*.js","#src":"./src/index.js","#src/types":"./src/types/index.js","#src/debug":"./src/debug/index.js","#tests/*":"./tests/*.js","#tests":"./tests/index.js","#routes/*":"./routes/*.js"},"dependencies":{"pretty-repl":"^3.1.2","semver":"^7.8.5"},"devDependencies":{"@athenna/artisan":"^5.13.0","@athenna/common":"^5.34.0","@athenna/config":"^5.6.0","@athenna/cron":"^5.14.0","@athenna/http":"^5.63.0","@athenna/ioc":"^5.3.0","@athenna/logger":"^5.21.0","@athenna/queue":"^5.34.0","@athenna/test":"^5.8.0","@athenna/tsconfig":"^5.3.0","@athenna/view":"^5.4.0","@types/aws-lambda":"^8.10.162","@typescript-eslint/eslint-plugin":"^7.18.0","@typescript-eslint/parser":"^7.18.0","aws-lambda":"^1.0.7","commitizen":"^4.3.2","cz-conventional-changelog":"^3.3.0","eslint":"^8.57.1","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-import":"^2.32.0","eslint-plugin-n":"^15.7.0","eslint-plugin-prettier":"^4.2.5","eslint-plugin-promise":"^6.6.0","husky":"^3.1.0","lint-staged":"^12.5.0","nodemon":"^3.1.14","prettier":"^2.8.8","reflect-metadata":"^0.2.2","source-map-support":"^0.5.21","vite":"^6.4.3"},"c8":{"all":true,"include":["src/**/*.ts"],"exclude":["src/testing/BaseConsoleTest.ts","src/testing/BaseHttpTest.ts","src/repl/helpers/Command.ts","src/types/*"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"prettier":{"singleQuote":true,"trailingComma":"none","arrowParens":"avoid","endOfLine":"lf","semi":false,"printWidth":80,"overrides":[{"files":"tests/**/*","options":{"printWidth":120}}]},"eslintIgnore":["tests/fixtures/syntaxErrorConfig/*"],"eslintConfig":{"env":{"es2021":true,"node":true},"globals":{"ioc":true,"Env":true,"Path":true,"Config":true},"plugins":["prettier","@typescript-eslint"],"extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"parser":"@typescript-eslint/parser","rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}]}},"athenna":{"templates":{"exception":"./templates/exception.edge","facade":"./templates/facade.edge","provider":"./templates/provider.edge","service":"./templates/service.edge","test":"./templates/test.edge","test-console":"./templates/test-console.edge","test-http":"./templates/test-http.edge","test-cron":"./templates/test-cron.edge","test-fn":"./templates/test-fn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge"},"directories":{"bootstrap":"bin"},"workers":["#tests/fixtures/workers/HelloWorker"],"schedulers":["#tests/fixtures/schedulers/HelloScheduler"],"commands":{"make:exception":{"path":"#src/commands/MakeExceptionCommand"},"make:facade":{"path":"#src/commands/MakeFacadeCommand"},"make:provider":{"path":"#src/commands/MakeProviderCommand"},"make:service":{"path":"#src/commands/MakeServiceCommand"},"make:test":{"path":"#src/commands/MakeTestCommand"},"serve":{"stayAlive":true,"path":"#src/commands/ServeCommand"},"test":{"stayAlive":true,"path":"#src/commands/TestCommand"},"repl":{"stayAlive":true,"path":"#src/commands/ReplCommand"},"build":{"path":"#src/commands/BuildCommand","tsconfig":"./tests/fixtures/tsconfig.json","outDir":"build"},"lint":{"stayAlive":true,"path":"#src/commands/LintCommand","files":["{bin,src,tests}/**/*.ts"]},"install":{"path":"#src/commands/InstallCommand"}},"providers":["#src/providers/CoreProvider","@athenna/http/providers/HttpRouteProvider","@athenna/http/providers/HttpServerProvider"]},"gitHead":"9acc392278b1e11d038ca552b65320f4f6914777","_id":"@athenna/core@5.44.0","_nodeVersion":"24.20.0","_npmVersion":"11.19.0","dist":{"integrity":"sha512-dPsfZ5YrGJ4j87nIr4bFXysPnfHUvFlMhdx9GDyC/ipwY6Md4a05WIroTTFnsJYxeYtYYkNtDN5mkJ5ulFIKWg==","shasum":"b4bf650f9e1bbffb740d4092ae91bdd7aa8d898a","tarball":"https://registry.npmjs.org/@athenna/core/-/core-5.44.0.tgz","fileCount":104,"unpackedSize":142306,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCNMh+81MrERqVqIgQeJJ5Vr2Zl5DXr3dGSoEbUhzLg9QIhAK9L5t/PBXK5Km3bZHmrWugEcxuXBBXjw06eGpaC8MHN"}]},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"directories":{},"maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/core_5.44.0_1787864721545_0.21609805036021035"},"_hasShrinkwrap":false}},"time":{"created":"2022-03-30T17:49:51.010Z","modified":"2026-08-27T21:05:22.031Z","1.0.0":"2022-03-30T17:49:51.220Z","1.0.1":"2022-03-30T19:11:40.233Z","1.0.2":"2022-03-30T22:36:31.770Z","1.0.3":"2022-03-30T23:05:09.036Z","1.0.4":"2022-03-31T00:51:20.417Z","1.0.5":"2022-03-31T01:23:27.583Z","1.0.6":"2022-03-31T02:24:04.965Z","1.0.7":"2022-03-31T13:13:13.273Z","1.0.8":"2022-03-31T15:34:36.056Z","1.0.9":"2022-04-01T03:39:19.556Z","1.1.0":"2022-04-01T04:08:53.521Z","1.1.1":"2022-04-01T12:51:43.569Z","1.1.2":"2022-04-04T21:30:10.340Z","1.1.3":"2022-04-06T02:33:16.400Z","1.1.4":"2022-04-06T02:55:24.982Z","1.1.5":"2022-04-06T13:08:56.341Z","1.1.6":"2022-04-07T03:15:11.976Z","1.1.7":"2022-04-07T18:35:15.857Z","1.1.8":"2022-04-07T19:14:25.212Z","1.1.9":"2022-04-07T22:11:19.218Z","1.2.0":"2022-04-08T03:14:21.855Z","1.2.1":"2022-04-08T03:25:15.507Z","1.2.2":"2022-04-08T04:07:14.714Z","1.2.3":"2022-04-08T13:11:59.129Z","1.2.4":"2022-04-08T13:34:37.354Z","1.2.5":"2022-04-08T17:47:12.692Z","1.2.6":"2022-04-08T18:31:37.139Z","1.2.7":"2022-04-11T04:13:44.068Z","1.2.8":"2022-04-12T00:30:24.376Z","1.2.9":"2022-04-13T03:10:26.589Z","1.3.0":"2022-04-20T00:18:11.323Z","1.3.1":"2022-04-20T00:56:47.036Z","1.3.2":"2022-04-20T01:11:23.513Z","1.3.3":"2022-04-20T01:32:44.221Z","1.3.4":"2022-04-20T02:23:20.144Z","1.3.5":"2022-04-20T03:00:05.274Z","1.3.6":"2022-04-20T15:06:05.006Z","1.3.7":"2022-04-20T15:24:25.915Z","1.3.8":"2022-04-22T00:03:26.909Z","1.3.9":"2022-04-22T01:19:24.462Z","1.4.0":"2022-04-22T01:41:52.051Z","1.4.1":"2022-04-22T15:10:16.057Z","1.4.2":"2022-04-22T16:02:18.139Z","1.4.3":"2022-04-22T16:48:54.354Z","1.4.4":"2022-04-22T21:01:00.752Z","1.4.5":"2022-04-23T15:00:54.283Z","1.4.6":"2022-04-23T15:45:01.868Z","1.4.7":"2022-04-24T23:03:59.930Z","1.4.8":"2022-04-24T23:46:43.762Z","1.4.9":"2022-05-08T14:25:08.779Z","1.5.0":"2022-05-08T16:43:41.074Z","1.5.1":"2022-05-08T16:59:20.374Z","1.5.2":"2022-05-08T17:04:28.818Z","1.5.3":"2022-05-08T22:47:33.023Z","1.5.4":"2022-05-09T14:41:43.791Z","1.5.5":"2022-05-13T15:37:02.162Z","1.5.6":"2022-05-16T15:30:05.646Z","1.5.7":"2022-06-18T02:23:30.552Z","1.5.8":"2022-06-19T00:45:05.208Z","1.5.9":"2022-06-26T15:15:30.459Z","1.6.0":"2022-06-27T13:43:36.443Z","1.6.1":"2022-06-29T15:38:57.432Z","1.6.2":"2022-06-29T15:44:03.760Z","1.6.3":"2022-06-29T16:31:56.491Z","1.6.4":"2022-06-30T00:24:29.103Z","1.6.5":"2022-07-05T18:57:02.558Z","1.6.6":"2022-07-05T19:34:06.449Z","1.6.7":"2022-07-07T02:06:40.082Z","1.6.8":"2022-07-07T02:16:20.219Z","1.6.9":"2022-07-07T02:50:01.910Z","1.7.0":"2022-07-07T16:45:45.912Z","1.7.1":"2022-07-07T18:58:25.354Z","1.7.2":"2022-07-08T00:58:12.917Z","1.7.3":"2022-07-08T02:49:48.775Z","1.7.4":"2022-07-08T03:03:22.659Z","1.7.5":"2022-09-01T17:11:51.337Z","1.7.6":"2022-09-02T14:10:33.277Z","1.7.7":"2022-09-02T14:35:31.272Z","1.7.8":"2022-09-02T15:24:42.853Z","1.7.9":"2022-09-05T14:09:13.228Z","1.8.0":"2022-09-05T14:56:17.588Z","1.8.1":"2022-09-05T15:03:06.262Z","1.8.2":"2022-09-05T19:22:49.082Z","1.8.3":"2022-09-05T19:41:30.229Z","1.8.4":"2022-09-14T23:40:14.404Z","1.8.5":"2022-09-15T00:34:31.214Z","1.8.6":"2022-09-15T13:33:09.152Z","1.8.7":"2022-09-16T12:04:40.691Z","1.8.8":"2022-09-17T14:17:30.358Z","1.8.9":"2022-09-17T15:35:30.440Z","1.9.0":"2022-09-17T15:39:56.938Z","1.9.1":"2022-09-17T16:01:22.768Z","1.9.2":"2022-09-17T22:46:35.474Z","1.9.3":"2022-09-21T02:49:18.126Z","1.9.5":"2022-09-21T22:55:28.875Z","1.9.6":"2022-10-21T17:25:07.254Z","1.9.7":"2022-10-21T17:27:49.629Z","1.9.8":"2022-10-22T17:44:41.931Z","1.9.9":"2022-10-24T01:38:33.684Z","2.0.0":"2022-10-26T18:21:57.898Z","2.0.1":"2022-10-26T18:38:52.698Z","2.0.2":"2022-10-26T19:53:19.298Z","2.0.3":"2022-10-26T20:10:20.970Z","2.0.4":"2022-10-27T13:21:32.312Z","2.0.5":"2022-10-27T13:35:15.181Z","2.0.6":"2022-10-29T15:36:34.263Z","2.0.7":"2022-10-30T01:28:29.888Z","2.0.8":"2022-10-30T17:07:10.148Z","2.0.9":"2022-11-21T21:49:04.045Z","2.1.0":"2022-12-26T16:55:08.274Z","2.1.1":"2023-01-05T20:30:12.241Z","2.1.2":"2023-01-07T02:39:14.834Z","3.0.0":"2023-01-09T17:58:05.327Z","3.0.1":"2023-01-10T03:24:08.122Z","3.0.2":"2023-01-10T18:54:55.577Z","3.0.3":"2023-01-11T18:56:37.833Z","3.0.4":"2023-01-11T22:34:57.940Z","3.0.5":"2023-01-13T01:36:32.184Z","3.0.6":"2023-01-13T17:47:54.624Z","3.0.7":"2023-01-13T19:33:03.671Z","3.0.8":"2023-01-15T03:51:52.911Z","3.0.9":"2023-01-16T14:04:32.338Z","3.0.10":"2023-01-16T15:35:00.374Z","3.0.11":"2023-01-16T16:01:05.935Z","3.0.12":"2023-01-16T16:22:23.757Z","3.0.13":"2023-01-16T17:18:42.120Z","3.0.14":"2023-01-16T19:14:50.352Z","3.0.15":"2023-01-17T21:08:13.862Z","3.0.16":"2023-03-07T16:55:48.433Z","3.1.0":"2023-03-20T04:07:23.918Z","3.1.1":"2023-03-20T15:50:58.455Z","3.1.2":"2023-03-20T16:22:19.252Z","3.1.3":"2023-03-20T21:08:28.310Z","3.1.4":"2023-03-21T15:51:07.925Z","3.1.5":"2023-03-21T20:13:58.955Z","3.1.6":"2023-03-22T20:50:09.375Z","3.1.7":"2023-03-22T21:08:10.054Z","3.1.8":"2023-03-23T16:29:29.805Z","3.1.9":"2023-03-23T21:33:31.951Z","3.2.0":"2023-03-24T15:51:00.960Z","3.3.0":"2023-03-26T02:56:15.051Z","3.3.1":"2023-03-26T03:25:21.434Z","3.3.2":"2023-03-26T03:34:56.722Z","3.3.3":"2023-03-26T03:52:33.140Z","3.3.4":"2023-03-26T15:10:26.097Z","3.4.0":"2023-03-27T02:11:15.844Z","3.5.0":"2023-03-27T14:54:51.297Z","3.5.1":"2023-03-31T14:19:07.312Z","3.5.2":"2023-04-01T13:23:34.921Z","3.6.0":"2023-04-07T23:27:53.831Z","3.7.0":"2023-04-17T13:18:28.762Z","3.8.0":"2023-04-17T23:02:58.215Z","3.9.0":"2023-04-26T23:56:42.722Z","3.10.0":"2023-06-10T23:52:16.192Z","4.0.0":"2023-08-09T19:11:28.085Z","4.1.0":"2023-08-09T23:21:26.346Z","4.2.0":"2023-08-10T00:13:55.588Z","4.3.0":"2023-08-10T12:17:10.197Z","4.4.0":"2023-08-30T21:31:16.393Z","4.5.0":"2023-09-05T12:25:31.804Z","4.6.0":"2023-09-05T17:26:58.469Z","4.7.0":"2023-09-05T21:56:59.027Z","4.8.0":"2023-09-07T11:30:36.195Z","4.9.1":"2023-09-22T15:19:29.385Z","4.10.0":"2023-10-15T14:58:14.501Z","4.10.1":"2023-10-15T16:18:40.820Z","4.10.2":"2023-10-15T16:50:17.844Z","4.10.3":"2023-10-16T10:50:36.109Z","4.11.0":"2023-10-21T10:02:44.744Z","4.12.0":"2023-10-21T10:30:44.487Z","4.13.0":"2023-10-21T18:48:36.556Z","4.14.0":"2023-12-09T23:49:27.072Z","4.14.1":"2023-12-10T23:38:19.165Z","4.15.0":"2023-12-20T12:38:56.035Z","4.16.0":"2023-12-26T18:39:55.704Z","4.17.0":"2024-01-05T23:50:52.031Z","4.18.0":"2024-01-06T19:53:42.461Z","4.19.0":"2024-01-06T21:01:15.919Z","4.20.0":"2024-01-06T21:25:09.006Z","4.21.0":"2024-01-07T13:34:07.782Z","4.22.0":"2024-01-07T14:35:30.681Z","4.23.0":"2024-01-09T21:39:15.956Z","4.24.0":"2024-01-15T23:35:26.114Z","4.25.0":"2024-01-25T07:18:08.731Z","4.26.0":"2024-02-09T21:35:26.453Z","4.27.0":"2024-02-10T20:44:57.177Z","4.28.0":"2024-02-24T20:43:27.067Z","4.29.0":"2024-02-24T20:47:31.567Z","4.30.0":"2024-02-25T23:18:05.906Z","4.31.0":"2024-03-04T13:04:04.084Z","4.32.0":"2024-03-04T13:21:41.887Z","4.33.0":"2024-03-04T13:24:18.113Z","4.34.0":"2024-03-06T19:51:52.331Z","4.35.0":"2024-03-28T14:15:55.866Z","4.36.0":"2024-04-12T18:25:45.748Z","4.37.0":"2024-04-27T12:14:38.346Z","4.38.0":"2024-04-29T13:35:55.342Z","4.39.0":"2024-05-17T19:43:03.564Z","4.40.0":"2024-05-18T11:04:34.025Z","4.41.0":"2024-05-18T16:02:25.409Z","4.42.0":"2024-05-19T08:40:34.002Z","4.44.0":"2024-08-24T10:25:41.284Z","4.45.0":"2024-08-25T10:45:20.849Z","4.46.0":"2024-08-25T12:53:59.724Z","5.0.0":"2024-08-26T11:49:57.281Z","5.1.0":"2024-08-26T12:51:50.955Z","5.2.0":"2024-08-26T16:02:58.986Z","5.3.0":"2024-12-28T14:03:12.511Z","5.4.0":"2024-12-28T15:27:35.122Z","5.5.0":"2024-12-28T17:33:07.215Z","5.6.0":"2024-12-29T01:44:32.011Z","5.7.0":"2024-12-31T14:46:10.093Z","5.8.0":"2024-12-31T18:04:47.242Z","5.9.0":"2024-12-31T23:29:14.581Z","5.10.0":"2025-01-02T18:48:10.914Z","5.11.0":"2025-01-03T03:33:51.727Z","5.12.0":"2025-01-15T18:06:07.511Z","5.13.0":"2025-01-23T15:48:19.008Z","5.14.0":"2025-05-24T18:53:40.011Z","5.15.0":"2025-07-30T13:06:53.894Z","5.16.0":"2025-07-30T13:14:28.581Z","5.18.0":"2025-08-01T20:05:00.167Z","5.19.0":"2025-08-02T13:45:55.876Z","5.20.0":"2025-08-04T12:29:40.786Z","5.21.0":"2025-08-06T14:59:33.881Z","5.22.0":"2025-08-06T15:24:03.806Z","5.23.0":"2025-08-06T16:10:33.928Z","5.24.0":"2025-08-06T16:17:31.304Z","5.25.0":"2025-08-06T16:24:39.776Z","5.26.0":"2025-08-08T22:23:01.834Z","5.27.0":"2025-08-08T22:54:18.976Z","5.28.0":"2025-08-09T14:11:54.403Z","5.29.0":"2025-08-09T22:54:26.043Z","5.30.0":"2025-08-09T23:00:30.739Z","5.31.0":"2025-09-07T16:00:10.306Z","5.32.0":"2025-09-17T14:34:41.252Z","5.33.0":"2025-09-20T22:47:55.358Z","5.34.0":"2026-01-26T15:45:47.354Z","5.35.0":"2026-01-26T16:20:21.288Z","5.36.0":"2026-02-03T13:47:43.231Z","5.37.0":"2026-02-15T18:26:20.062Z","5.38.0":"2026-03-03T17:26:52.723Z","5.39.0":"2026-03-03T17:32:13.720Z","5.40.0":"2026-03-29T23:08:57.712Z","5.41.0":"2026-04-28T18:04:18.567Z","5.42.0":"2026-05-16T22:51:01.464Z","5.43.0":"2026-08-27T15:25:10.580Z","5.44.0":"2026-08-27T21:05:21.680Z"},"bugs":{"url":"https://github.com/AthennaIO/Core/issues"},"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","homepage":"https://github.com/AthennaIO/Core#readme","keywords":["esm","core","cli","rest","rest-api","http-server","console","cron","cronjob","scheduler","ignite","nodejs","athenna","bootstrap","typescript"],"repository":{"type":"git","url":"git+https://github.com/AthennaIO/Core.git"},"description":"One foundation for multiple applications.","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"readme":"# Core 🧠\n\n> The plug and play Node.js framework.\n\n[![GitHub followers](https://img.shields.io/github/followers/athennaio.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/athennaio?tab=followers)\n[![GitHub stars](https://img.shields.io/github/stars/AthennaIO/Core.svg?style=social&label=Star&maxAge=2592000)](https://github.com/AthennaIO/Core/stargazers/)\n\n<p>\n    <a href=\"https://www.buymeacoffee.com/athenna\" target=\"_blank\"><img src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;\" ></a>\n</p>\n\n<p>\n  <img alt=\"GitHub language count\" src=\"https://img.shields.io/github/languages/count/AthennaIO/Core?style=for-the-badge&logo=appveyor\">\n\n  <img alt=\"Repository size\" src=\"https://img.shields.io/github/repo-size/AthennaIO/Core?style=for-the-badge&logo=appveyor\">\n\n  <img alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-brightgreen?style=for-the-badge&logo=appveyor\">\n\n  <img alt=\"Commitizen\" src=\"https://img.shields.io/badge/commitizen-friendly-brightgreen?style=for-the-badge&logo=appveyor\">\n</p>\n\n<img src=\".github/logo.svg\" width=\"200px\" align=\"right\" hspace=\"30px\" vspace=\"100px\">\n\n## Links\n\n> For project documentation [click here](https://athenna.io). If something is not clear in the documentation please open\n> an issue in the [documentation repository](https://github.com/athennaio/docs)\n\n## Contributing\n\n> If you want to contribute to this project, first read\n> the [CONTRIBUTING.MD](https://github.com/AthennaIO/Core/blob/develop/CONTRIBUTING.md) file. It will be a pleasure to\n> receive your help.\n\n---\n\n<p align='center'>\n  With 💜 by <a href='https://github.com/AthennaIO'>Athenna community</a>\n</p>\n\n<p align='center'>\n  <a href='https://github.com/AthennaIO/Core/graphs/contributors'>\n    <img src='https://contrib.rocks/image?repo=AthennaIO/Core'/>\n  </a>\n</p>\n","readmeFilename":"README.md"}