{"_id":"@athenna/view","_rev":"52-59aea2c35384f5135f481915fd358742","name":"@athenna/view","dist-tags":{"latest":"5.4.0"},"versions":{"1.0.0":{"name":"@athenna/view","version":"1.0.0","keywords":["esm","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@1.0.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"572f038f31ec028014a84b4932ad3b10dca42b4a","tarball":"https://registry.npmjs.org/@athenna/view/-/view-1.0.0.tgz","fileCount":17,"integrity":"sha512-URwElNOH5bcDZIKQU8fqrHpL0PZj3BWUsG3abeQXCCThg+b2dG2EjvBw53so2UEA8d7Geanp9yA3RDNn+YsXCw==","signatures":[{"sig":"MEUCIBk/VNflzWettSA9sKRrwCbXyCJnzEYyKyTonCmMAjdvAiEA3+LHEUbIeUR9pcRbQnRg1ItIeQ6d7XoDt5oNF3BCDSA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30637,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2BjxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqWIA/+JJHOBEsP3sjGpfNMFp6/m5hBLjALn4RoGc+9Gwodz6Op+rxa\r\nplA3va6khbtiKR3qzyt6w/QnqfqWkb0eks6+H8WjStXMzdSOXzNrQMEZkG+R\r\nLij7imrSM09dkC51oUMhhobnFyXF6N2f6hXx6++df/Rtr76SlXMbGCLhKXtc\r\nbC4jQvHUht98MxlwaFMe7/y5PRPFN2Yuthw+aK7pEgQ+ZwbAG/qebAEnSd36\r\nYTKFGmJH16MR6PdbCtYH0nre9KF9QSNZEP5/6kjCPVD7lBHMcmbE1qtjwF8d\r\nElww8jQfZYE/3uqyMUX9oAV3l5ywy5dauDSl/bT7HQzq2neFHQJEtbdX2Jxz\r\nZ3PRjLG7b+fVo7eteClpZs7riTx/tYK9hv5hZ55V0xSZly3Y4XESllagm6Aj\r\nfvitFXPu+3QxxrBj6zS46hx7iczLQvR6U8rgUnRmGX+htgS1mvUsT1sW2eDp\r\nk9KeWTIHwYoVZkgRzhBk7Pz5aw1vS/O3Saq0lOsPmmH7uYmXxVApdIuCQ/7o\r\nQCq+5N6ndeicuJD8UVA7ixSW+I9KXtYdrmp1S7VdRbtz+ucD3dtkTJTHJQ8H\r\nxK9nmfk7sRKr6tKwmFfiMfgshiz+rTUxBwZ4C3l53TRl4Jf97R0Ih+hlzLAT\r\nuW3moYsPM/oKkj2BGEgmpHZubau15qpKgb0=\r\n=2uD9\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"}},"exports":{".":"./build/index.js","./providers/ViewProvider":"./build/Providers/ViewProvider.js"},"gitHead":"d8bc3703dd651afdb1710b684ba3451c08864933","imports":{"#src":"./build/index.js","#src/*":"./build/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && ts-node bin/test.ts","build":"ts-node bin/build.ts","lint:fix":"eslint \"{src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* ts-node 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/View.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"edge.js":"^5.5.0"},"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/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.32.0","rimraf":"^3.0.2","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","lint-staged":"^12.5.0","@athenna/ioc":"^3.0.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@athenna/common":"^3.0.0","@athenna/config":"^3.0.0","eslint-plugin-n":"^15.6.1","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/view_1.0.0_1675106545076_0.41129340104638556","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"@athenna/view","version":"3.0.0","keywords":["esm","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@3.0.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"0d15ea0e87357dccc3df549cd560df6964e17079","tarball":"https://registry.npmjs.org/@athenna/view/-/view-3.0.0.tgz","fileCount":17,"integrity":"sha512-7RQSRnEGQILr+Gx4SCVbaeqTJVRiD98wKUsmUoN7dEfYo1arylgGCJulpH2y16BeJM+RbaoKpDKBB7V5iDpMqw==","signatures":[{"sig":"MEYCIQDWuixDujQnN/l5STJrwp0mKVBu1ilx7ncm1PhBo3NTFQIhAMlO6bAFpsNsH4uVayYqlHcw0YbbizABkkZ9bBEmQjM5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30637,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2BokACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpp+w//ec6KwY8I2TW08Ol+KXykTlL/BDcuE+IaPAu6WkxVF2Cfx3Ep\r\nnXBoTkRw147WSG41jPolXg8PFegZ7Wi+ER1syJNT1tVGX2obO1odn6ZuByUD\r\njL15Vxo3mMlhwNdpt2s2g0RqGes36X2UAx1CwZrY6wKQW1N2Wo0BMak2sbcv\r\nRvPGX4YVlXgnXiEoxvxDKeklD/qBkU9USSlu5aVLwEcoPxZe52dmHzaKOrIx\r\nNedZZJpkgVBawqToa4us6P8mDJjjeAfZp5VKM+KlXsyIRpY5psZJNI7j2T25\r\n2RpIrf7YF4VVYrRovPtqVmgpdjK+cJTP1H/QzxO79h4eTkmzV4QAeFvK0eL1\r\nFiERmkNRmF0nfH05PXZqUM2WIyAOB1mrrfrUlXc0gbxWAR9z/SUHH6EMALUb\r\n6UGu1qDRN8da1B7ETVlq2T8D6igiL7/jrV/DdeUiDsh58b65mzli+4eT3w7P\r\nBHHMryLvb908XWaTP0Fs6V2mWhbJt090TDV3BAwuJYDsrDI8wFONtm77JLvv\r\nltQAZ7l0WUzHBAz1huqE1ifdRdk0NjguQGR1+yZgxyJCSCRw1V9j49OEv8gG\r\nqXU0SgIEogc/6gDFsMKMr2n2CCrjPd5/XVT6AaKTxHgL9XsrCopsDCURYLHx\r\nsCbYcNACPb9N4ATMVtG68/MzAhoE6mTDTm4=\r\n=zSbO\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"}},"exports":{".":"./build/index.js","./providers/ViewProvider":"./build/Providers/ViewProvider.js"},"gitHead":"4a1796e611840c189fe81dc7764c2a8f7b1f55ef","imports":{"#src":"./build/index.js","#src/*":"./build/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && ts-node bin/test.ts","build":"ts-node bin/build.ts","lint:fix":"eslint \"{src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* ts-node 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/View.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"edge.js":"^5.5.0"},"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/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.32.0","rimraf":"^3.0.2","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","lint-staged":"^12.5.0","@athenna/ioc":"^3.0.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@athenna/common":"^3.0.0","@athenna/config":"^3.0.0","eslint-plugin-n":"^15.6.1","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/view_3.0.0_1675106852729_0.8382014767714849","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"@athenna/view","version":"3.0.1","keywords":["esm","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@3.0.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"62a175a42d61d17b97d2fda70c34a92420530765","tarball":"https://registry.npmjs.org/@athenna/view/-/view-3.0.1.tgz","fileCount":17,"integrity":"sha512-NQfmUH+2OdFPLrkiWF0PESD4W/s8VY+YXJ/BpKFsmCmrNQD4bs6qWaiw9Z1wF/JeVUDbeFqpLalezkEzEOk82w==","signatures":[{"sig":"MEYCIQDTxR9JUJ2IxoSl66Ke1uq0YCcD6zYd0KyZVee9eYvsIAIhANB/ZisfdJdLY4E+IGIOCtRwvUUKgCK4e/sjVGVdTu6G","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27466,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAseQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqpjg/+Mmg37myX/5RIk534T8wDXkT/vdztP2McYw6VPEegkTYrErxR\r\nbDOjie2FYlhD6B1pO9MU6E8RG4vCpD/IZeQ9cJIGCNLhf3S9jjUNAagi9j38\r\nG8OEmgdKOkVjdKToy1pCOfiatMPk1iYGwtOog/y9kjl4wwImRoDr3owAPOpL\r\nxsBKQoTavz8b4G5rUpU4oj3GMze1Bi7Dtoj10/KB/HaxAKqupr3fCoieLNLD\r\nageMSg5tMRanLMo56ixG3D8sAmYv/hQrJ32mXxFMOhKKgcKu7FEbgvjC8FiR\r\nH9/1wY7SmNJ+XzNUZAGXfkfU7rHE4cNSIO/buIlXM2RKGwc6saKqUVI/DRj7\r\neJGvoDEZd6nudiZv7IMmHglYIA1z22fXJAs1b3DAYxKOOJlUJSg4kujUQWk0\r\nmsQElG/YJqmV7u7Waf5e4xh+u5/59farJLCEKa6ZqdPC4h0Oi0blaJ8RLW1y\r\n2qOt4tZtpPhVwSsYttnBzSelr81scVSrRBI5GGy3S3fozziB04TkG4/BXmhd\r\nVzsM9k24fOhLUDyIFr0OVxntZojqBMY8iSrhhiOu4ewOSTG97r/USPFgbxhF\r\nj5OlEM+1HRmGMF3sgOTrDBFzB9S7H9ZjBhDoqeu7fKAJBSNgQtmWXNkJqKUA\r\nrXWqQ/Ea896qVHfnjsJ3zFbnH0WK+tsa5xE=\r\n=hFyK\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"}},"exports":{".":"./build/index.js","./providers/ViewProvider":"./build/Providers/ViewProvider.js"},"gitHead":"7236beef99a068889976cf2933b22c1f0410bada","imports":{"#src":"./build/index.js","#src/*":"./build/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"node":"cross-env NODE_OPTIONS=\"--experimental-import-meta-resolve\" ts-node","test":"npm run --silent lint:fix && npm run node --silent -- bin/test.ts","build":"npm run node --silent -- bin/build.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/View.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"edge.js":"^5.5.0"},"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/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.32.0","rimraf":"^3.0.2","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","lint-staged":"^12.5.0","@athenna/ioc":"^3.1.4","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@athenna/common":"^3.3.0","@athenna/config":"^3.1.2","eslint-plugin-n":"^15.6.1","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/view_3.0.1_1677903760121_0.8795544801651285","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"@athenna/view","version":"3.0.2","keywords":["esm","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@3.0.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"0c264d61643bc97b1620ab0fb4bbd6172b58817a","tarball":"https://registry.npmjs.org/@athenna/view/-/view-3.0.2.tgz","fileCount":17,"integrity":"sha512-myqtprm/npj4qNJtdQxF6H/3GyzcEqFmyQvwJcRTj2X8O87xb3Bfuu9b3bEzJdM1i1v2MsMii8lZWZ/AJX5oGg==","signatures":[{"sig":"MEYCIQCfsJ+X79Yrg9Phgc+PDULO8tWaikEwRpO3ouYxkmyK9gIhANVB0MLy0Tl/alqe4W1tYb4l7za/f8NuMh93A0kTmbSd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27477,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBe8LACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq33Q/6A5R7QKDieAGIkZDG2FCu4GGriW+yXgwi/AeLv7ZgzTGDyp4Z\r\nYfehOHjnFxBeiMti60HwoOESd5MvF8roK0x86HNQubRxBSoeTWhJFhdTZxyV\r\nVbQEHwTWeEyMQzsgsJe90GCps5hgNjKppV/XV/AyHJiMD2i6lshio/CeY3s9\r\n7XfbAffSAMq2cfhERbZszSjRuE6AfNkL6zHO5TUrGSvPzeh+veBTekYAhQl8\r\ncVUjY44hVoQ0koX0C6jSVsZDMm45RkFwZVjFioPMA2eiYpT/kno63j6g7cJu\r\nQIxiNWWIrbjVu2Hr8ydPsiTMW2mqIK29XkM7ldA4gKBYIPPfSubiAb4u7yr7\r\nUIk8TdlmLqbZ2VL+tL+07a3vPqcOsD7jvaFXBDRLlzyxSiF7yo+Q6+rfJvjD\r\nh3lJXE0xNPe508aIzb4vyUSEnSBcc0jUyVWFPA6XxH/OEnanvNakNOd3bAVf\r\nimidRAbUXx1wSQB4TJszI5ANsgXdMlEdr7/PRZWwqxfF4FzqGcvsATzoGsvO\r\nxjlG2t+OfZspp+m1WHawQ4yTpo6iMsDMkXxjsKqEYDaI1jAgvidxvONUU9E+\r\nv6uqK1WCV5t2D+B5R3iqfz27oP7xR+j5oj4PDI/vdVzUSd+u2BpZuys5cNMs\r\n9kcKGdz1ZCu6wXIQrsH9ddpUs7G5G2mlKCs=\r\n=6tOW\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"}},"exports":{".":"./build/index.js","./providers/ViewProvider":"./build/Providers/ViewProvider.js"},"gitHead":"178ddb6f523f55ce0ac6549e2c3ae04487e21d60","imports":{"#src":"./build/index.js","#src/*":"./build/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"node":"cross-env NODE_OPTIONS=\"--experimental-import-meta-resolve\" ts-node","test":"npm run --silent lint:fix && npm run node --silent -- bin/test.ts","build":"npm run node --silent -- bin/build.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/View.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"edge.js":"^5.5.0"},"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/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.32.0","rimraf":"^3.0.2","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","lint-staged":"^12.5.0","@athenna/ioc":"^3.1.4","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@athenna/common":"^3.3.0","@athenna/config":"^3.1.2","eslint-plugin-n":"^15.6.1","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/view_3.0.2_1678110475039_0.9501639588891091","host":"s3://npm-registry-packages"}},"3.0.3":{"name":"@athenna/view","version":"3.0.3","keywords":["esm","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@3.0.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"bcea0c27b50e0b2050a5ef04d6dea4dee516f852","tarball":"https://registry.npmjs.org/@athenna/view/-/view-3.0.3.tgz","fileCount":17,"integrity":"sha512-2V9Bgxy9BpVJE5XUsybjieLMKAmmJO6bkEo9i4eUErSaUC+oIOz3CMzlQApG/RbZxRs79RbDys2Y93oT6XHO1Q==","signatures":[{"sig":"MEUCIDv2yCUeQREPOJkIEiapAMHM9fCi8igc4x/MulxjJX36AiEAr8QCc3pH4Z9b6yYQu56+4N3uP3WeHMd0QSQH4pGj+oI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27508,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCojQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpK3w/9FKFDCMbQdaOBsLF6t0VgUhqSrG1V/gGy1wZoSQtZn6pRFrxr\r\nhjO/YLZMafsQBYsddERSIs5i7fd2TLYMG8QHzBUsi4EB39FqpHae7vMfMzat\r\n7g8rfX+JVBeEZtD4lAzPrqUfXGbaoK3C1d5WQ0uyNERe/vAH+NPwPseIiiG1\r\nbH/FO8ZkQsj/K8ndFr0l9Dzh2ieavchdo/TAVn23sKLO8DCWmtpzaZeCQRVA\r\nctqYBNQPSLUPEQZ894l7ECF+JxRe/LGFb7Jh/1tMPZH4wkL+1iAegSpnDgzY\r\nT1rK1kNo90XJs3eQC/ya9kQc4nXmlZcuS/t2raPd8JdHnZoU/ZHPKssVqANS\r\nzsosctrU37uViMRUpZO5EaAKNzp5JgjgIzurFDq8wBTNWywTdtDn1q0eAgie\r\nwFVPNosdRjNMBC7D3QAJibCEGTb+UFjClsemwGUROZoo9bhdhkKQQfnK/ur9\r\nAPz3mR4N9qUalv8ixvtogs8CrnbNNCCgA8t3r0iz2s6mSlQNad+iMMSWQiHT\r\n7d85HxXq7Cg/orgbCnjyacwD2hEmuT/MSiQKoBgEaVYHkeB9zU5NaD5ZcY9D\r\nHQLLRA0sPecWACXC1zDxVOdMQWX1G5nSMve1tYgTybBP7D8nXwoT90H5BknQ\r\nJPgAHIkhk2oH06uBVUnDsBtrob1Vm77b7Ow=\r\n=KF0w\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"}},"exports":{".":"./build/index.js","./providers/ViewProvider":"./build/Providers/ViewProvider.js"},"gitHead":"8de8ca14bc4554489dc0bd02c48b6674c2a6d15f","imports":{"#src":"./build/index.js","#src/*":"./build/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"node":"cross-env NODE_OPTIONS=\"--experimental-import-meta-resolve\" ts-node","test":"npm run --silent lint:fix && npm run node --silent -- bin/test.ts","build":"npm run node --silent -- bin/build.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/View.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"edge.js":"^5.5.0"},"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/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.32.0","rimraf":"^3.0.2","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","lint-staged":"^12.5.0","@athenna/ioc":"^3.1.5","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@athenna/test":"^3.1.1","@athenna/common":"^3.3.1","@athenna/config":"^3.2.0","eslint-plugin-n":"^15.6.1","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/view_3.0.3_1678411984522_0.6934432241373016","host":"s3://npm-registry-packages"}},"3.0.4":{"name":"@athenna/view","version":"3.0.4","keywords":["esm","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@3.0.4","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"fc1399a7e8704b9105d30ed5dac88d87bde65c02","tarball":"https://registry.npmjs.org/@athenna/view/-/view-3.0.4.tgz","fileCount":17,"integrity":"sha512-R8Ok9WBhg0V2wQNMuj0HFSUSzw8nmpM3i9Z6GkUDnk78lfCmaAfTaXHYRjZwG2sgR6HEQt52CAsZYWUH+xca2Q==","signatures":[{"sig":"MEYCIQCoRSVo6bfWgfLGuBUW70w9uv6quR/EJdW+Ovgt3V0ZNgIhAO6qXr3bQJVCwbks6PkOPUEAUg0ZV62PB7Wx06kbZi0f","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27646,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkF8agACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqw0A//VGz4wPs6FmbS10J0FSAZ+EqKAFWaMkSgQFNrZLhvhO0eZSMu\r\nnXpx4kJWonMD4CEsY/Taz9Qi0uRDMdOhxR/2iB/ovkszvwk1HOAmUnwpDEJc\r\nQ8mU4pWo3e+acykpAb45ApCYNVDGLGMbB4S0knUGDpPcXyE9ef1iqgcS6CcI\r\n2KBvDWCVWZhpYgvP40o1Qmu2yJicvFmw2C3pN4lSmZncbWdOwnfm2vqoNCij\r\nO5PD4Wx6fi6OFQSV6B9KOA7Yph/utMsLcRokkJeHlPu7TeiQ/DJaC7orQmT4\r\ncJ+qA6TOLUK8dGF14nDhOaffNLJ4wcoZwdw7hprxNjWvWjRpt+yeHoKqgeaN\r\n62y4w2rJceiwtVgwdRGlj7c+PT9pFBH7XYvuTzY8c8WPDttrsWoa1I5VoxE6\r\nAMQpNCO5WYqQpp8oHNohx+z/cMiJpU/QeBB44bWJQutv+ydiZ1e3BGltGJ+d\r\nOB0MqJNhz9k67uUrnNxdy1nPI8qtNmzQbaXFbBzWCnYA+NOONy4ckZ60NxOv\r\n2WboZSNdHZKf4pWebb4+/uhF/Q3XJUWc65Ig+UxAAc7a4q7LfmxXUbIiAa9s\r\nhMRGGHozbaRirHD6DegPJVNlXcfzAN/YT5jihPlh7/LlXY6lH9lGVRdp/Zwo\r\neSmvnS/EefMoWM7sKrRqT/ELj9A5o6/Jk/8=\r\n=86Fp\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"}},"exports":{".":"./build/index.js","./providers/ViewProvider":"./build/Providers/ViewProvider.js"},"gitHead":"91ad94cc6eb6c3479301dac298193ff8c7c88b80","imports":{"#src":"./build/index.js","#src/*":"./build/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"node":"cross-env NODE_OPTIONS=\"--experimental-import-meta-resolve\" ts-node","test":"npm run --silent lint:fix && npm run node --silent -- bin/test.ts","build":"npm run node --silent -- bin/build.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/View.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"edge.js":"^5.5.0"},"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/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.32.0","rimraf":"^3.0.2","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","lint-staged":"^12.5.0","@athenna/ioc":"^3.1.5","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@athenna/test":"^3.1.1","@athenna/common":"^3.3.1","@athenna/config":"^3.2.0","eslint-plugin-n":"^15.6.1","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/view_3.0.4_1679279776100_0.7127127605896042","host":"s3://npm-registry-packages"}},"3.0.5":{"name":"@athenna/view","version":"3.0.5","keywords":["esm","athenna"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@3.0.5","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"2b45693ea197de6059b5ded2b28a9ef5ffe6fae8","tarball":"https://registry.npmjs.org/@athenna/view/-/view-3.0.5.tgz","fileCount":17,"integrity":"sha512-cRZbDnHQdJcbsyq/1u1iY+uvmTp2TxYZilcf9c+KpOTIMsT13A6/B8FnEBLMH2OPMZkFL1SAyy9KtWLx84Jfbw==","signatures":[{"sig":"MEUCIBuJr/K7iXGA95njJFPZM4aq+eNYO4mOMtG2A1CXwlimAiEAuYGx5kSspZjbqBC5ykBR5eHFRfgttavTgFxPOsYdbmg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27534,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGcRgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqmqRAAnqmP+EyeqRHsYP2WZlmIVww6lY+iIQuIH3qlT6mz7qEjPg2c\r\n2K3pHbo6Pe5sXGXFdwZo1pdS3HrXUDbc6FjQfSkREE3qgwbd+kWGyDdQKnoI\r\nMc/uN7Lma+xZqSW+XYIcch3IiMYvAvNxnRe6QfzWDn/crMFS8aJzjEfshq4P\r\nPLypECrwJv9CM7VPH+k/FPaBqQq5JocWKLBEYcGjGIxEXN79+gTduSyCAk/V\r\nmubHGiGC43bxO0WKhkJHH4mCchn2bmjTmC2DuT9czj2RHsyLWGduWBMOc5e2\r\n7s6Sg8+TNKCYk9282pD75M4TNi6y3XWTcA/ziYtBUz0UpSggz2dqBsdXXR4r\r\n11iKVGqoHX1bonm3EMQlNVqIlxe2+PCwwL1xaxlrn+6NWsmqdLPVgXRDwFP8\r\ncK4Yza8ZguM7upvYrP0kLft2OLsJ/d16qlfUxvqUHszi0nh+7u8N32xB8Eu6\r\n2L580V9+VlcMogy1Xfql5QHU1u8gg8mtQBJ5omnnk9FtqVdExa3O4LA/MDyE\r\nI58+DO62EJvadhVu1ZePi0YZpKiRgvwOXDz4dX039WzuYkkEAhe6obvN3c2T\r\n1Bd43Z2z4tnkHaUbCSI4UBIs+lDXSEeZKVdASiCJ/oW/FTeSo8AACWCV6JcQ\r\nBtirRGQU7qtvNWYdXIEC044Bl3cm5+Zvb3k=\r\n=zvwD\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"}},"exports":{".":"./build/index.js","./providers/ViewProvider":"./build/Providers/ViewProvider.js"},"gitHead":"8671da762b58c532366dc7371947ec587c8c10e6","imports":{"#src":"./build/index.js","#src/*":"./build/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && sh node bin/test.ts","build":"sh node bin/build.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/View.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"edge.js":"^5.5.0"},"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/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.32.0","rimraf":"^3.0.2","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","lint-staged":"^12.5.0","@athenna/ioc":"^3.1.6","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@athenna/test":"^3.2.2","@athenna/common":"^3.4.2","@athenna/config":"^3.2.1","eslint-plugin-n":"^15.6.1","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/view_3.0.5_1679410272315_0.4050251833110148","host":"s3://npm-registry-packages"}},"3.0.6":{"name":"@athenna/view","version":"3.0.6","keywords":["esm","view","edge","athenna","template"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@3.0.6","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"66ba5212c1ee583a096deeaa2d233791adb90fb6","tarball":"https://registry.npmjs.org/@athenna/view/-/view-3.0.6.tgz","fileCount":17,"integrity":"sha512-8IVemDS+iBATCdAzkzu6dioCXmY1cUY8k5NMA7ohVUYOl5p2IopAAHjGhnazGUvtIHRG/LTwzdK8enbKo7u5Kg==","signatures":[{"sig":"MEUCICyUJSVLe8Liko+qM5F+ZYY0Ia5BKH47pD6lmnDX0ygxAiEAxr2rvph6nB9v06APzVspm+wP3ZpAbIifb5ed6tQQb14=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27576,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkG2ZoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqK/A//c2iuqvbodOX8CG4m3DDp7LZFvd6F9bmTtWh9X25QXR/0Rtjd\r\nyT4IfK9ZvtZOzgWw/iuHiqLQ10Ew7+x0lmw9mwe1vL+ahrDntRDpIiLja/1Y\r\nh6d3ZF0YDUr2s5FQ1hrcRnM5nZP0UthttIZml2qKw5bGgOxRnxVc2JdnRpop\r\nRvRD2NqoHJhJCoqRxkqVJ8OlNuApl14iwCwLZuDGakc2n55vSC9xVMvujbhW\r\nzZ/rcbsT4RDZSax9B3pvegfH/JfIrwUM9sac0PLzxCENx1PsN/btxyZyfvCP\r\n2lQOSWA9WgQLJJDHf3uZ6IiuU+4Jeu86V3W8SbZpVWf7i40L41/AVOrpzeiF\r\nc+sE8P9B+ZGLaIJEmLLkK1Ixm2DqYfpe9ORvmOTxrnEmbyFOnZBSdhaiU7Gi\r\nyoQal0StvGC51H0RFVc2vhbeFz6auPlUSq4ZxSTPA5gfy8KIsmaxyIKnFcxV\r\nzyJ1JGHBEMi/SNJphKfH31nIGCWA7I2ove6spX0nVxsXoFnLD/UDiLY1ZE7K\r\nY9jyzqVXatjB5g40QlE8EMGx1cQncFQRMqLtptWYoVJwvDmmgr1otvQwlvnX\r\nDumo20g2aV0iEruKUHgALwXnC9JjNFSdQifWQMz7ERVpAQ8+AWawpdNhnu3T\r\njiTJhT+1q7VcE8cs0j1DH2NZXBtCJuVydOU=\r\n=9q0D\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/ViewProvider":"./src/Providers/ViewProvider.js"},"gitHead":"fc62c4137e2d24f1f69bf54dda10acd3ab6d01da","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && sh node bin/test.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/View.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"edge.js":"^5.5.0"},"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/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.32.0","rimraf":"^3.0.2","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","lint-staged":"^12.5.0","@athenna/ioc":"^3.1.8","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@athenna/test":"^3.2.3","@athenna/common":"^3.4.4","@athenna/config":"^3.2.3","eslint-plugin-n":"^15.6.1","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/view_3.0.6_1679517288484_0.07065497124182785","host":"s3://npm-registry-packages"}},"3.0.7":{"name":"@athenna/view","version":"3.0.7","keywords":["esm","view","edge","athenna","template"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@3.0.7","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"5fac95f11fd1a128623686be3e9cbbc6041b5e3d","tarball":"https://registry.npmjs.org/@athenna/view/-/view-3.0.7.tgz","fileCount":17,"integrity":"sha512-KSExbzZR+ayt1aplKfzXx1p1JEZuyxnN1VX1eM4OHYUeAilO2T2ONlmQgJbuMhvS1Or6WJiQiLo4/oEN9ZoOyQ==","signatures":[{"sig":"MEUCICD2nWIreL0bOQvfZJ6hq7/kvbWMRVOqpyiDCR5o6waLAiEAlTA7ihoXs/4cEU2cclDdrAuLUipzxHX3hluH8opgxWQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27570,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHK+bACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrFNQ/8CUrQ+z/+hmeMld3eE0bMjwg/KbfQZb1XruSyb+GZYBku9+SP\r\nuk+2CIt7xRbX/oLFpmQ55JeFoNkuE8S1y5cKcDZexTI+2K3KzW0B5K7SaDhB\r\nwR0HksnqOLBfHK6bPhjGiTODdHPFwYVaIgtwYlEZcNIkhjBKLXIPWU3pjQFR\r\nxRbqx9q5xNlCey7fVxWY5rkgM+WF1JQnqVoQdEKkOAkS3qVI5rRAS3QUXain\r\nqCm0zRt1eSbQA35Y8CceWHNbFZfIDLI01wdPiUcWp6qw+7RUo4Ddgduo1uu/\r\n7WcRtLx6Y4iEtBl+KU2MxnvBt/7M8YuPO3RpBs0kcor1MxaTC29RFoLLZfkL\r\nW94/59/uE4GsxBXI5bvv4sUoEjRRLh4hbqo8GMlx5pXEHfOvkUfo+aVnod4Y\r\n96AAnF5nUITdbShGXkyCfGNPQiFBLoSVjKzYTmDRjhMSbdCNTdtyseAulj0N\r\nah5Te7UcJOW2/T3XeSzunPTZaZzpGFiXE5SlIEH6s6iTkfDtoY72lXI7JHhi\r\ntaYs0DWCI0ssOdv9gx7sxThmM8xKeJrp99PvE71kdz6JQYu7L3UYkTjR4HRE\r\nLylJqB+HYOeA597EselOnukuT82bO3BoKEoYfqP16F1DYqToWoZ96uA546Xg\r\n7IK4F+tlPG0fxOdTq1f7V0s6NpAjiDJTaqU=\r\n=nsCn\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/ViewProvider":"./src/Providers/ViewProvider.js"},"gitHead":"441dedeaa09518d9c984aed5566d2dca15644ccd","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && sh node bin/test.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/View.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"edge.js":"^5.5.0"},"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/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.32.0","rimraf":"^3.0.2","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","lint-staged":"^12.5.0","@athenna/ioc":"^3.1.8","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@athenna/test":"^3.2.3","@athenna/common":"^3.4.4","@athenna/config":"^3.2.3","eslint-plugin-n":"^15.6.1","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/view_3.0.7_1679601563628_0.9115054679668178","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"@athenna/view","version":"3.1.0","keywords":["esm","view","edge","athenna","template"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@3.1.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"9926e95b73b2cf9bacc6f3cf1020fc6ebf1cb759","tarball":"https://registry.npmjs.org/@athenna/view/-/view-3.1.0.tgz","fileCount":17,"integrity":"sha512-ugXcG5QCOnISwkc3X7FXjvxuw5lG6lJD4l4m9EgwVeyft0J/pl0rIDEKzO0RLhgnfGTakGV1DeoVSsfXnJjxXQ==","signatures":[{"sig":"MEUCIFWcclL0dDYVKaw8j9nFqLj3mUgI/ReK5Iq8tW44K52kAiEA9g2mdrU4DuJTdF57zM6lo3Dwqanqv+0vYorvd8Cfu1w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27570,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHcUEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqi6w//Wa/iMa9fF8MvRat9S1EQ0Fhp7W+IjllmhFhEeWxFnZKARuE1\r\nUNup5YITHCBcnP6kz4YtPwydlN6lLveqaoaijD6Qcs369MZVujHMu+vPvS2X\r\nI4DbIRJd9KiK27fjqS13WBNiC8Saz4mY17Q6tvbgLUxVTWl1ZmkSpIw3Uzwb\r\norr3Uid9CuZ8YlpzFHxRyXN3YfJNx5VQxu93sQVb9Jtiz2sHur1P8iUlsFlF\r\nf91277HTa1dmr9H7126Mvd+iyk7390Sb90naSy9gup/0XbUl3mKBwPQmx1r3\r\np/NoTJmFoFO5rV5BfQ0ryCCU0T9RPpsYk86Pvenhs3kwuvxCuAejET0vOHOW\r\npQ1xqYotkz3ytS9jW0g9rxADQZWVtVTOfi9QZ2o64cdIAWSs7IcNlBPxZJaa\r\nGSlLevS0thpgaIo9oRYWRlAUJD+YdjEorHP0tDK8artIYWaIslhNTm5LJmod\r\nUNQE4cv237NHOg5r9k+pnbOxdf3wbPKCfsHVaKbYA8Je35WdbzTqn0/nLeWw\r\n+Wr58MDtWchEVGUAQgbz9cCIL1Qme7JYa4oGRC2n+rGmluS2MQ0Flt++kjoR\r\nuBtavG8uIrYQzEiBK85+W+zeRz1BnsRssuTWQnfSUQxjjVyM62UZEqJaezl5\r\nGpaL5AEL+SzGRM+wP1KpjhOQHlm3ZyN4yJw=\r\n=ZqXk\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/ViewProvider":"./src/Providers/ViewProvider.js"},"gitHead":"2a549c89fc6c6500012be8f54f682bcaf9f0d7f3","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && sh node bin/test.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/View.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"edge.js":"^5.5.0"},"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/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.36.0","rimraf":"^3.0.2","ts-node":"^10.9.1","minimist":"^1.2.7","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.2.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@athenna/test":"^3.3.0","@athenna/common":"^3.5.0","@athenna/config":"^3.3.0","eslint-plugin-n":"^15.6.1","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/view_3.1.0_1679672579954_0.3669554114970337","host":"s3://npm-registry-packages"}},"3.2.0":{"name":"@athenna/view","version":"3.2.0","keywords":["esm","view","edge","athenna","template"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@3.2.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"f0ac78e7f3ae5ac644f21fbdcf1b5a552aca8f91","tarball":"https://registry.npmjs.org/@athenna/view/-/view-3.2.0.tgz","fileCount":17,"integrity":"sha512-hgSYc6Mvb9UVjWMdPmIA2CudDzQGgxiU0YZUekXU7efDN5QwCmX9lWYtEiucLJTDjCHTcsOKS/VLjmlSq/V5gw==","signatures":[{"sig":"MEQCIGRXNHBLx2Iub9Ee8Ccw1bV4YN0fkJQdt9s+vOFlUi+HAiB4GVZUhdCm16cGy733vWwlMyhwSFQS7tTXKFb2Ziuh9g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27359,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkMFgUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrIsg//TcfObrqTmVMGDdQdUolPAn7dNndjOlO8Lj/sLpCYhA9T7DUD\r\nX6ry9GVHZw/Q7D6AQOEmZpEBIDG1028u8+kI1UDA86S3DTEjhGMw8fVnrTqX\r\nrTwy83FDwwjS3bYlBTWJmfJ2gCl7+JFJ35eFUiOWAf79X/KeTRkQ5DcM65jv\r\nHMjfVsaSkfop/HQNdAV82EO3uJSLXr9cVXubVDPD3Q3jKesJJID4aKCmwThJ\r\nqQ9MTiMMbiGygjdSETWFKPQaz3RTnuS4OWGwjRB/oXY1ukkyoxmkxkZKCa/5\r\n1nFrAABQaTgCjOULo8Ryj9iDIjiWXcjdLUlwg+lWqqHESJm07x8K+yOAVn4M\r\ngTywovz5LQnEDNW08ijz/OavNHjD2SOq6XOxReRFcc9okpWDThkd/yC2txFd\r\nAeIsa4tFZ2DCwIUhphzozQZeLbg1fFST4M9sqN3QH/MHhDVljro3xjLzEVcJ\r\nyhhTZM2szQLyINOd81rzSOv85YQ/5pFrhMtTazNm0cFQwFLdb+D8SCzCwCcG\r\nRFKp9ayI1JDUQ2gnULnPT9s9VEZRhriGgXwqNm5sA9WMxPrprK2c2jQmYCXf\r\nRVKCvSWUNkwQRIpBwU0kZIw+FGwF04tsScy15ZpefOvmqio+kphIiwbZGUdi\r\nh6jUSLOpNhclhTJ3wCduy2lXrDqLpv0Y/4o=\r\n=hmyx\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/ViewProvider":"./src/Providers/ViewProvider.js"},"gitHead":"5123608b609113cacb3b009cde21af5885f11a0e","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && sh node bin/test.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/View.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"edge.js":"^5.5.0"},"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/**/*"],"_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.3.0","@athenna/test":"^3.5.1","@athenna/common":"^3.5.1","@athenna/config":"^3.4.1","eslint-plugin-n":"^15.6.1","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/view_3.2.0_1680889876679_0.11689744832268967","host":"s3://npm-registry-packages"}},"3.3.0":{"name":"@athenna/view","version":"3.3.0","keywords":["esm","view","edge","athenna","template"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@3.3.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"81e0552f5241f5f023baa68b9b5253b17e242370","tarball":"https://registry.npmjs.org/@athenna/view/-/view-3.3.0.tgz","fileCount":17,"integrity":"sha512-61vzgH7szfbWrghCBTfS+sqr0qSD8kN2+SMOpSOpSVp4g7Jby5RK3nKNQa2WpUgaoseqnwbPQRTpE/devJ5KZA==","signatures":[{"sig":"MEUCIQC1Jey9XlrFL3LpBFppoqPFn0jIPYVJnlfeXCUoFsOpkQIgAwI5p2ucFPbDL7mZFjSou/zR+p+64BEt9SlaNLyyH48=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27359,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPa9EACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/mg/+KNtz1M/SezHaSlbNLhGdNy+c+V5Ualn7tg+L0vSfaOCSKoe1\r\nGNElqqrrDP6NCzPWeB6gZkg5SjOBmJFPjMiy0a6koQFO7W3uYQ0VZMaTy0O6\r\nR3LHlyVWYLWlHn+OJ7UwstoOFFceKXBJ4Np2KqTya0LM1RZsLNZd9iBdqceK\r\nvZNtqp6RdaV2IIWgHpISkuIl0GOy39/YV99K1Bw2IvvCCFvmpuu+4VOXYdBP\r\ndF8kJsq3OzXdmcQpNM8ub+iBF01nW1tPWfWvgZ02GRK+/olBIxs/ZZSsYCs1\r\nL0YyOK2DqwDzkcWN+x0oNk4UwlxJCFOUDl6hHS4GW8r9EmEOSjnBnNQJhi8m\r\nr6q780+ogZQ2T4+Gn2GqTx8Decro+2N9+zEODYdranDKrlF3hGOte4Ykke/x\r\ngEe3miPSBZ5y1yYGXou3Y3JPpQWG+qyVtvYdZI8FUoaF30/i1emoKQ+pfCK0\r\nC9KxSXsKUj8iRT9BTMh4xF/dnn52H12JHr7g9DzbqWOJPsq1g6+/4G2nWFB0\r\n1o2g91gA+EOlkP0YpbFUfV0qmzScKsD5CWRdAWVb/JfbUGBliDJW3t5eYuVE\r\nSJGx8kI0efmndctwODAx5riG8bdeec2xGEzKHvo3L05WoMuvSahOFdaTEYL0\r\njm4RGdw3GmvHdPM53scb7AKWDSt/XZ8wGz0=\r\n=JNoe\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/ViewProvider":"./src/Providers/ViewProvider.js"},"gitHead":"75a9fca5f6d93e10be64062ee21271e8a79a164e","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && sh node bin/test.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/View.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"edge.js":"^5.5.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/**/*"],"_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/test":"^3.6.0","@athenna/common":"^3.6.0","@athenna/config":"^3.6.0","eslint-plugin-n":"^15.6.1","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/view_3.3.0_1681764164323_0.5935405036462713","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"@athenna/view","version":"4.0.0","keywords":["esm","view","edge","athenna","template"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.0.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"3f71b8e40265df5ebae168ced9067dd6bf2175fd","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.0.0.tgz","fileCount":19,"integrity":"sha512-V9fQbF4tbWmbXRwHYZ7bcBUY6pdoVQMjquseAhvK1mR7hfJsBomrIJoC5Ammxmzj4wm0za5VEtHDwrk+7xISpw==","signatures":[{"sig":"MEUCIHKkn0D+HJbqQL4sDK3AwGPY9QPbsIAW+M0e7x6xfWl2AiEAn6Nd+oNroLNujp7YliGDT3Jq+CLH0oe6utaMYFTZ4tw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29502},"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","./types":"./src/types/index.js","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js"},"imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && sh node bin/test.ts","build":"rimraf build && tsc --project bin/tsconfig.build.json","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/View.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"edge.js":"^5.5.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/**/*"],"_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/test":"^4.2.0","@athenna/common":"^4.2.0","@athenna/config":"^4.2.0","eslint-plugin-n":"^15.6.1","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/view_4.0.0_1690207745053_0.5726517255273071","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"@athenna/view","version":"4.1.0","keywords":["esm","view","edge","athenna","template"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.1.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"ee0a4bd5716d1f76f329b91b5a2ff0f6bbc4e005","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.1.0.tgz","fileCount":19,"integrity":"sha512-09zFsOCMoSGfxUzNXdfi1mYcMT6HTZ6MywXu1gCpfT0+gbom4YVrFLNCic/Vbu1oX4hjKxftldtC/fFwJHZpcg==","signatures":[{"sig":"MEUCIQCja5yt4frFUVG71FEpCgV3oa57Vkb2KsnWgZF+7Md0mgIgO5SJUhgJU3NOB1LaYw0hTfOLWmNt7eWkpYIU2A0hCpE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29518},"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","./types":"./src/types/index.js","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js"},"gitHead":"e9f2f599619449bae0a9680e669238ade89f9763","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && sh node bin/test.ts","build":"rimraf build && tsc --project bin/tsconfig.build.json","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/View.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.0","dependencies":{"edge.js":"^5.5.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/**/*"],"_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/test":"^4.3.0","@athenna/common":"^4.4.0","@athenna/config":"^4.3.0","eslint-plugin-n":"^15.6.1","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/view_4.1.0_1691620739015_0.30622322766367605","host":"s3://npm-registry-packages"}},"4.2.0":{"name":"@athenna/view","version":"4.2.0","keywords":["esm","view","edge","athenna","template"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.2.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"059e8005ac82d4a3e2df88ae0b5aefc5d2313f94","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.2.0.tgz","fileCount":19,"integrity":"sha512-zLezSNgZgiUvUFJa8xl8MlCvz2YoquAaJO6gNPUywWk8ZG66WozlHIvOIWoHYikkqVn844+GbcPPKxcA4QxKgA==","signatures":[{"sig":"MEQCIBSH+E94Yq68sVHEGi0PHUP+po8Nwe0wx2W87urCJXOXAiAfPh1WAZnWIM7ipRIX6wCnHUYz/50x21HKsdX/nYeksQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29514},"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","./types":"./src/types/index.js","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js"},"gitHead":"b6f724d19c1ba6f026c613cc5c842f3e89e9f508","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && sh node bin/test.ts","build":"rimraf build && tsc --project bin/tsconfig.build.json","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/View.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"edge.js":"^5.5.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/**/*"],"_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.2.0","@athenna/test":"^4.5.0","@athenna/common":"^4.10.1","@athenna/config":"^4.4.0","eslint-plugin-n":"^15.6.1","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/view_4.2.0_1694085060853_0.6871898118059461","host":"s3://npm-registry-packages"}},"4.3.0":{"name":"@athenna/view","version":"4.3.0","keywords":["esm","view","edge","athenna","template"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.3.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"a779db070d90d6e9425f7d38654357c04e7e88cb","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.3.0.tgz","fileCount":19,"integrity":"sha512-tgvIKZh0h3I8I9Nigsy7SdjmsHfkE3fGd9ZI1cZwQUrU2u1UqwWgJuVfae4YnjAT3yAdtiG0MmAs8kmaAFlh6A==","signatures":[{"sig":"MEYCIQDfAP8yQYHodwL7qDOtxNd6QqGehL3qonCUddJULs0ERwIhAL3l/eSFtgZT2LyXvruQ/LI3UH2NTslWZGs+jGFF9M9G","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29507},"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","./types":"./src/types/index.js","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js"},"gitHead":"194e236074bb90f9f2b7f6d34e4c18c85b3eb7bc","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && sh node bin/test.ts","build":"rimraf build && tsc --project bin/tsconfig.build.json","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/View.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"edge.js":"^5.5.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/**/*"],"_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.3.0","@athenna/test":"^4.7.0","@athenna/common":"^4.10.1","@athenna/config":"^4.4.0","eslint-plugin-n":"^15.6.1","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/view_4.3.0_1694725012045_0.84507299289955","host":"s3://npm-registry-packages"}},"4.4.0":{"name":"@athenna/view","version":"4.4.0","keywords":["esm","view","edge","html","text","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.4.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"8ab6d432d6802e5c08d1deda419b8c26f9bc6511","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.4.0.tgz","fileCount":19,"integrity":"sha512-yv91nIepFg8s0Wzuq39y8Vys27mv9RCEweIOBQQGIEueXOJaJdqY/EiEUvua6LMSOAHwDaWfIOtkvpsXHYg7ZA==","signatures":[{"sig":"MEQCIGbRI0GFOy/FSGxY3HJFGvWfZHptlGfvHLI1mEuRfhnaAiBoQA/EsH1/qUlwJ9FRadfSkxMElKIz8/NJ2yzCWkfIlg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28876},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js"},"gitHead":"cbf720ae64a76b090793b9b708b5f80b8cd43601","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && node --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 --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/View.git","type":"git"},"_npmVersion":"10.1.0","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.8.0","dependencies":{"edge.js":"^5.5.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/**/*"],"_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.5.0","@athenna/test":"^4.10.0","@athenna/common":"^4.17.0","@athenna/config":"^4.5.0","eslint-plugin-n":"^15.6.1","@athenna/tsconfig":"^4.8.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/view_4.4.0_1696440318878_0.11693226442769089","host":"s3://npm-registry-packages"}},"4.5.0":{"name":"@athenna/view","version":"4.5.0","keywords":["esm","view","edge","html","text","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.5.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"d7e52508455b6de242f3c20820ba5c14a544ddf4","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.5.0.tgz","fileCount":19,"integrity":"sha512-ZWRK3Qy3eGXrjbXXtc/2iqpODDQawaut7SfYpxJ++UyR+OjwjSyCWDLhjMa0vwnPChgojqU8+vuhMVAgJGfr2Q==","signatures":[{"sig":"MEYCIQCvecbRgurjVxDjt8y63xiwLHKgO5tkjbmVrheUZgQ2rAIhAI00S3xNjFlWjIYmQzI+4IaA+bhG2UIw9nGEV6+lEsmq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28918},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js"},"gitHead":"445bcc3757244c621506b115ee2de9be8fa138d3","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.1.0","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.8.0","dependencies":{"edge.js":"^5.5.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/**/*"],"_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.6.0","@athenna/test":"^4.11.0","@athenna/common":"^4.17.2","@athenna/config":"^4.6.0","eslint-plugin-n":"^15.6.1","@athenna/tsconfig":"^4.8.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/view_4.5.0_1696546676607_0.41368058358420234","host":"s3://npm-registry-packages"}},"4.6.0":{"name":"@athenna/view","version":"4.6.0","keywords":["esm","view","edge","html","text","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.6.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"a1b5a7bd3f5d5369592ce0d5a06336b9013fb7be","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.6.0.tgz","fileCount":19,"integrity":"sha512-K/IJNB7blaNCqvHCjFwzMgd+m6Gh1Qt1mBkUKi0KIgNFY1GHZ/GqD+/8n11RSfwReEpP0Loj42uynN+icw/ELA==","signatures":[{"sig":"MEQCIGk+d6GStXFtQo9FwmzBsu6/obojR0lWgDpB6c5FXDvDAiA8rDfW7mMIOwB4txJnweUEDO2jNJQANzZEZ2PdO2pxlg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28918},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js"},"gitHead":"d0fa358ddcf6d9bca3b7dcdb8f904c838f69e0eb","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.1.0","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.8.0","dependencies":{"edge.js":"^5.5.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/**/*"],"_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/test":"^4.12.0","@athenna/common":"^4.18.0","@athenna/config":"^4.7.0","eslint-plugin-n":"^15.6.1","@athenna/tsconfig":"^4.9.1","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/view_4.6.0_1696606292455_0.8113686945852772","host":"s3://npm-registry-packages"}},"4.7.0":{"name":"@athenna/view","version":"4.7.0","keywords":["esm","view","edge","html","text","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.7.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"3ca5ab1366d27cbe8dd6b7dedec58919717b36df","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.7.0.tgz","fileCount":19,"integrity":"sha512-gtnseNKlJyVjj2IeQ4f2kfua2gonbw9hogQL5vE4mQssBrn/meeiFFclx4RLI1RosQ3RPQfWJEnQoNF56wu4Bg==","signatures":[{"sig":"MEUCIQCvQ3RY/qMRCm2klr+PcOyh94OBclY0ppde7IT8Oi/DGwIgF2tjhE05gjVLjzeoizgbFKURh6/tI+6EA7i+cVFidz4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28918},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js"},"gitHead":"d8997bd74c30e3891d4c656b3eea7388e8450c2c","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.4.0","dependencies":{"edge.js":"^5.5.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/**/*"],"_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.8.0","@athenna/test":"^4.13.0","@athenna/common":"^4.21.0","@athenna/config":"^4.8.0","eslint-plugin-n":"^15.6.1","@athenna/tsconfig":"^4.9.1","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/view_4.7.0_1702152590555_0.556034701060411","host":"s3://npm-registry-packages"}},"4.8.0":{"name":"@athenna/view","version":"4.8.0","keywords":["esm","view","edge","html","text","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.8.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"f0cd179203d5d2c8388a0256fe445e1beeef6c55","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.8.0.tgz","fileCount":19,"integrity":"sha512-QimDe2tT+Nfo+tP+jNC5f08hEZeponJVgTJI7jrcDKwVkulMoypfmgKH61RcMIv1NjWwepGCM45gc5k8hOeIdQ==","signatures":[{"sig":"MEQCIAMEmr01YzCVDCFVb1Cz2Zco4NtMNGyZHhBSo1WYuas3AiBD7cgvmyYA81iHZ0I6nwIOnI4rR6K1yZrA0/lLMF303w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28920},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js"},"gitHead":"6edb973123621f4b6cf443c01b5700d00f533a5b","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.4.0","dependencies":{"edge.js":"^5.5.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/**/*"],"_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.10.0","@athenna/test":"^4.15.0","@athenna/common":"^4.23.0","@athenna/config":"^4.9.0","eslint-plugin-n":"^15.6.1","@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/view_4.8.0_1702856504869_0.3982660009501977","host":"s3://npm-registry-packages"}},"4.9.0":{"name":"@athenna/view","version":"4.9.0","keywords":["esm","view","edge","html","text","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.9.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"b1a408692539c6b3cbaef54b8728b80f1b41a087","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.9.0.tgz","fileCount":19,"integrity":"sha512-hQfgQZJqM0FluWonFGmE4Lyp3Khd+OU86ZHekcDhfWQnERDszsiA9lGUpuUlkaEBwpgqaUqg9Tx3kIwnfpvuaA==","signatures":[{"sig":"MEYCIQDi21CiIIoqnP4Seckx5csX57XtIfLvq1B3VF67To1HvwIhALmGBUcRftSaUGaaFQ6IbPmMyNnIorH3KgDc86k12Xs9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28921},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js"},"gitHead":"28eafac979270b76427252389ef0c4844c9df3a9","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.5.0","dependencies":{"edge.js":"^5.5.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/**/*"],"_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.11.0","@athenna/test":"^4.16.0","@athenna/common":"^4.24.0","@athenna/config":"^4.10.0","eslint-plugin-n":"^15.6.1","@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/view_4.9.0_1703615255080_0.028011020311492496","host":"s3://npm-registry-packages"}},"4.10.0":{"name":"@athenna/view","version":"4.10.0","keywords":["esm","view","edge","html","text","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.10.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"d41cb57478b6df617bfff1eb5f2c3acb333c191a","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.10.0.tgz","fileCount":19,"integrity":"sha512-QZRbJaH2d+D8SOsm5RUMhw+BtAX1l02j309s7nowruDcUK5tBoqYVFECRPa4cKeIb87X8IFSquz1jNM26HW3KA==","signatures":[{"sig":"MEQCIG2cLkJjyWQpBEgnYEJCHLFxfRMyBJNTq3RQkaY4tZkmAiBupoxt2aD3CyUskbWn7p7K0Lg6EDvMVwHsXnQsEEgSxw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28922},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js"},"gitHead":"a791230544d9c5c7fe9024dc3be8abdeaa602c59","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.5.0","dependencies":{"edge.js":"^5.5.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/**/*"],"_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.12.0","@athenna/test":"^4.17.0","@athenna/common":"^4.26.0","@athenna/config":"^4.11.0","eslint-plugin-n":"^15.6.1","@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/view_4.10.0_1704573966335_0.09834488361367733","host":"s3://npm-registry-packages"}},"4.11.0":{"name":"@athenna/view","version":"4.11.0","keywords":["esm","view","edge","html","text","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.11.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"531058eea47a7b1c3dac5f5d9f1542e5b0ffc2e7","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.11.0.tgz","fileCount":19,"integrity":"sha512-RC1pz2KitX1Ig99zcHlu3DxVT6LTZ94K1zL6TubRbwi7DM/WPUwyG7UiLefAaG3rM4mWozt/vE/lBj8yaRkiuA==","signatures":[{"sig":"MEYCIQC1qfwq9tEnXy/P0sGk7xj0RWtOVzcNv4vVxjsNihqa7gIhAKqjtFnv760C7w+UTg8Tbjh9V+SoH1PgNkOHfaceHzY9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28922},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js"},"gitHead":"ce4419925298da42cf80dd669b6600932dc1794d","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.5.0","dependencies":{"edge.js":"^5.5.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/**/*"],"_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.13.0","@athenna/test":"^4.18.0","@athenna/common":"^4.27.0","@athenna/config":"^4.12.0","eslint-plugin-n":"^15.6.1","@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/view_4.11.0_1704832832524_0.7269651926853973","host":"s3://npm-registry-packages"}},"4.12.0":{"name":"@athenna/view","version":"4.12.0","keywords":["esm","view","edge","html","text","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.12.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"936f90ba2b534605bf3a77b333f8c3c0dccabb52","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.12.0.tgz","fileCount":19,"integrity":"sha512-Qi31Wtr10XjXKILI0P6Fi6HAyV/zKITN8VNtqjztde12EB0EOwpuTFVC2Mk4YVguqS0Y5/CH4uWFnuNxEgeWYA==","signatures":[{"sig":"MEUCIQDE5e5H/HRdKWLvx/GlxqA3j1gruAbSoZRKmRRp0JQRpgIgCWXkKMMgBXI5CIfoS5r7QYvERw6hIpvB44Wv+/cJe1w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28922},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js"},"gitHead":"02a77557ae2fdb89a23e6c9c5679ec40c19840a9","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.1","dependencies":{"edge.js":"^5.5.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/**/*"],"_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.14.0","@athenna/test":"^4.21.0","@athenna/common":"^4.32.0","@athenna/config":"^4.14.0","eslint-plugin-n":"^15.6.1","@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/view_4.12.0_1707512222125_0.5362607192775399","host":"s3://npm-registry-packages"}},"4.13.0":{"name":"@athenna/view","version":"4.13.0","keywords":["esm","view","edge","html","text","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.13.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"c7d85206103edf144e2fc03638ebfedea5e56f06","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.13.0.tgz","fileCount":19,"integrity":"sha512-/C/q19HDnmkSH43XqqYdN0oyCswoXAjm6TBZQ7H2qgFRuxUkxvmYRLTLuPGkUS6HNEJnZ/jhOI3EBeCtea4j/A==","signatures":[{"sig":"MEQCIG/ZH2LoYlfm0XZbFrqC4bUdOj1QwiedS329VdOGRpJ6AiBdrhC6fS5HivU2SOxj2Urjl6FtFqbVfzsFFtUMQAs9eA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28922},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js"},"gitHead":"da02e3e51043ca1fbcdb562ebc5937f620749995","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.1","dependencies":{"edge.js":"^5.5.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/**/*"],"_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.15.0","@athenna/test":"^4.21.0","@athenna/common":"^4.33.0","@athenna/config":"^4.15.0","eslint-plugin-n":"^15.6.1","@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/view_4.13.0_1707590259851_0.23038747571919171","host":"s3://npm-registry-packages"}},"4.14.0":{"name":"@athenna/view","version":"4.14.0","keywords":["esm","view","edge","html","text","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.14.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"5ee775c2337d5b82bb3f7f77a8faaca03b255cee","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.14.0.tgz","fileCount":19,"integrity":"sha512-f90NZxZIeb1HhcYvXRrxpPDEM/2+glhmApTsCTvir/ykQ8/F2nEQ8LzYKuGgqqph9EACRn0N5jceXZ31zES8+A==","signatures":[{"sig":"MEUCIQCAnpI82TbrU/wokeHrOkULkvP9xN4FikbG/rcRlH1XTwIgVCQafHQMK2zCGjt3Ut6n7Vo7ufKsgxC/CkIo6P8tn7w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29000},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js"},"gitHead":"d9dddd6dceaff7fe783b5a752da6b1926c3c066c","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna template engine. Built on top of Edge.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.2","dependencies":{"edge.js":"^6.0.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/**/*"],"_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.16.0","@athenna/test":"^4.22.0","@athenna/common":"^4.34.0","@athenna/config":"^4.16.0","eslint-plugin-n":"^15.6.1","@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/view_4.14.0_1708804726560_0.44884268443747","host":"s3://npm-registry-packages"}},"4.15.0":{"name":"@athenna/view","version":"4.15.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.15.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"8bec7cae6c3a97ce7160c471770e9825dbbc0858","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.15.0.tgz","fileCount":26,"integrity":"sha512-GMnHA6hdcWDRxzJigAX9dcJv9gq2MF/1FFFPr6sOuKVqH0VgILSnE9ypMnaB86XZd3/6DNkOi3BO5gjotj8cww==","signatures":[{"sig":"MEQCIH2ksnT+j7dIEa8ReK3Av5fqwB6ylWgjN2hwYtWgCi7hAiArrX7QTSErVEpM6qloyen/AugmBv6c99XMMoz1EIBpbA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40826},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"db321fbfe982bdbeb63050cac2f2b78d620018ae","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.2","dependencies":{"edge.js":"^6.0.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/**/*"],"_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.16.0","@athenna/test":"^4.22.0","@athenna/common":"^4.34.0","@athenna/config":"^4.16.0","eslint-plugin-n":"^15.6.1","@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/view_4.15.0_1708890016072_0.09796397672826695","host":"s3://npm-registry-packages"}},"4.16.0":{"name":"@athenna/view","version":"4.16.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.16.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"f420f8bc2015de33f8b162e48f1f9589deda721f","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.16.0.tgz","fileCount":26,"integrity":"sha512-/pw0KkgNw8EeKd4jqB/VwFL7EWil0Jg0jcHCvPv+c3aEbsriLLgDGVYsxFIHtQrbKeVQ4seZCNOXjsSszI4u6g==","signatures":[{"sig":"MEYCIQCzULfivAuhfSrMsDNdaO43eNBVD52CIpUobrWY6cFHBQIhAIwlxRYLCWH+GNSekf6jQDaycmmxeGN6Mh/8ohC9LEg3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":40830},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"a6d375d531695ea5f104e125536ce9ccd3200ca4","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.2","dependencies":{"edge.js":"^6.0.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/**/*"],"_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.16.0","@athenna/test":"^4.22.0","@athenna/common":"^4.34.0","@athenna/config":"^4.16.0","eslint-plugin-n":"^15.6.1","@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/view_4.16.0_1708892225069_0.6073557206998634","host":"s3://npm-registry-packages"}},"4.17.0":{"name":"@athenna/view","version":"4.17.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.17.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"e61c43abb4960650a57e0eff7529a17b6a800428","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.17.0.tgz","fileCount":26,"integrity":"sha512-4nYGn/mKOzL2tFpcqLji6IUOdNqdBNCX2SO22Hqd6othMEP3QM53azmy1aD+kzvXUsOMCJ5ZOQLFmmqWxEbKIQ==","signatures":[{"sig":"MEYCIQCE44TxrBm2435JRB2xAbqNqgBFGBjgTYtyxKA0q2Gj1QIhALDNqQ3gpvP0g4A20NuwXUskMD1ewv6+VeZyaa2HZMJ+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41197},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"1333ef6a2d3adcb2707614da518c637bae9f78e8","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.2","dependencies":{"edge.js":"^6.0.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/**/*"],"_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.16.0","@athenna/test":"^4.22.0","@athenna/common":"^4.34.0","@athenna/config":"^4.16.0","eslint-plugin-n":"^15.6.1","@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/view_4.17.0_1708892938100_0.8633592655981399","host":"s3://npm-registry-packages"}},"4.18.0":{"name":"@athenna/view","version":"4.18.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.18.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"4ee8715201a0e0ec9669f2241f634ab4ff3da6e2","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.18.0.tgz","fileCount":26,"integrity":"sha512-PnBShkzzXeGtI2kfYOfN7JmE/Y+vpDRx7QDGyHhpH9vzyDG8tMABq34kkLjyiY2EgNtm25ZmYERQV8N3IFL/jQ==","signatures":[{"sig":"MEUCIFHEbfdFygf7d2SEeSeMB21ehqaflswMZnqBFS+a18Y0AiEAv/JOzV5NF4JWV3OD0nAFveuLTvDilqSieuQmfmK0Huk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41326},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"cf0b675a9d9542304bf27d4649ec7d56d9cc5f21","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.2","dependencies":{"edge.js":"^6.0.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/**/*"],"_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.16.0","@athenna/test":"^4.22.0","@athenna/common":"^4.34.0","@athenna/config":"^4.16.0","eslint-plugin-n":"^15.6.1","@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/view_4.18.0_1708896789907_0.15438605094666658","host":"s3://npm-registry-packages"}},"4.18.1":{"name":"@athenna/view","version":"4.18.1","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.18.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"9de807d97f2e3c4d92e22b06a0db3b9316b3913d","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.18.1.tgz","fileCount":26,"integrity":"sha512-STUWO/jf1yS6DbLsy4yzi3QIT2ls/GWGOA64i2NoLUL/aSjFMiQANxbeLr3QUwvvgqTx9sqKPRMdum9UIyKhww==","signatures":[{"sig":"MEQCIHIyy5ZroUEV8SdtVM56Kc4c71xxgdABlhPyVgg1H2CUAiB/xBG0sFhAcHXoaL9GMIfvfL+4IPRMynXcZg/DXtgZ4A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41356},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"e4e8d41d043e3e5ae7269a04a909da9d1f0a7299","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.2","dependencies":{"edge.js":"^6.0.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/**/*"],"_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.16.0","@athenna/test":"^4.22.0","@athenna/common":"^4.34.0","@athenna/config":"^4.16.0","eslint-plugin-n":"^15.6.1","@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/view_4.18.1_1708904545154_0.9826117464788171","host":"s3://npm-registry-packages"}},"4.19.0":{"name":"@athenna/view","version":"4.19.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.19.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"8463430018ac07bb029514dce90d0082bb0b228e","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.19.0.tgz","fileCount":26,"integrity":"sha512-nU9jTmn9cV8uz7DQB08C4y6geFJJkpqJS4p33Sq/E/SJ1xi/ZDh1Pt9T4viRvhO3Gt3mm6+lDAl3auhzwrCKfQ==","signatures":[{"sig":"MEQCIHJzuZv88MFqcFCi8N88KPlsLtV45+z/XRNdaL1aH2JCAiBpJpl5SWq71MuTL7BAvSIYD1fYqO23Ijo7oHp+W4icbg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41819},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"4d440e3e2a111f2742ccbca30948610543a521f1","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.2","dependencies":{"edge.js":"^6.0.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/**/*"],"_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.16.0","@athenna/test":"^4.22.0","@athenna/common":"^4.34.0","@athenna/config":"^4.16.0","eslint-plugin-n":"^15.6.1","@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/view_4.19.0_1709048064638_0.06149832554641432","host":"s3://npm-registry-packages"}},"4.20.0":{"name":"@athenna/view","version":"4.20.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.20.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"8ab2a5329c3b5696306605fd1c59cd6614ed3610","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.20.0.tgz","fileCount":26,"integrity":"sha512-eAoCPn53GM5zGU9lY0rTNnv8PTSmYNMauy1w9/8BE0OAuedN0a0qVt2W1E1m9IJDsYd29dmV/K63xL6fOR8Ydw==","signatures":[{"sig":"MEUCIQC0IFrpM9wPVq6g5X7M4GH8RT6JWxXo9y0fbgLE9aIkfwIgccYzonQIchdXbLjMCMZS+R9P2kNCYHWJUnm6vpq6pY8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41747},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"e36ab1d2e4b6990d45ac9856e093e1524c16d7ea","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.2","dependencies":{"edge.js":"^6.0.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/**/*"],"_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.18.0","@athenna/test":"^4.22.0","@athenna/common":"^4.35.0","@athenna/config":"^4.18.0","eslint-plugin-n":"^15.6.1","@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/view_4.20.0_1709488481698_0.6960311525415046","host":"s3://npm-registry-packages"}},"4.21.0":{"name":"@athenna/view","version":"4.21.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.21.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"2b0aaffa4d24ba5aa0d6463e768145cdb5d57c01","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.21.0.tgz","fileCount":26,"integrity":"sha512-p7ZTRwlUzCvYR+ovwZiNjmI4c+xwWHXUcAiOk3J40dBJTyoKSMuxT2mCYxVYnu0thiu8Eby+U0udF77bWKDU9g==","signatures":[{"sig":"MEYCIQDmVJ/762cImwBkZy8TjyNZahmCdQo728gOK3wfmxlZmwIhAOHQexKfbniz4rXutu8iHuvWkjRPUg+UAxbRYL9Vo2RD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41747},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"2340386550c09bc4122a80004082c821fca583ba","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.1","dependencies":{"edge.js":"^6.0.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/**/*"],"_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.19.0","@athenna/test":"^4.22.0","@athenna/common":"^4.36.0","@athenna/config":"^4.20.0","eslint-plugin-n":"^15.6.1","@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/view_4.21.0_1711634642009_0.4066206689479581","host":"s3://npm-registry-packages"}},"4.22.0":{"name":"@athenna/view","version":"4.22.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.22.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"862ae9b63a894fdcce80117327875a8165b678b4","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.22.0.tgz","fileCount":26,"integrity":"sha512-AlRzn1DZ2tBAmhorbAILHMYmFkabzs+eH6mcM32x9VJFOkLEmhXI/knUMOUVuxRJfiQGMonMYS06V1eWKyEp7Q==","signatures":[{"sig":"MEUCIQCo42+2HUoMpAOEhLJWkQsd8/zvh8WGvppgXYBnVApc0AIgO5Vvj6whUkq953y6vkjy4zAD8N2pxLxI2jl0A7aQsdg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41747},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"892b237e234b391037b4a148bf8717b78a68cd3f","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"edge.js":"^6.0.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":["build/**/*"],"_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.20.0","@athenna/test":"^4.23.0","@athenna/common":"^4.38.0","@athenna/config":"^4.21.0","eslint-plugin-n":"^15.6.1","@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/view_4.22.0_1714397226218_0.8900239528576972","host":"s3://npm-registry-packages"}},"4.23.0":{"name":"@athenna/view","version":"4.23.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.23.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"063df62405bd820d2f19dd1e3dfdba2eac202c08","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.23.0.tgz","fileCount":26,"integrity":"sha512-+om6n6ZzJ9tL7Jh5SJRB8ptBE7d8eA55KloGRgU/wgx22Z+fYKEPYq1g2r+F/ZOiDYje3BrTjZ0Dyn+jaJ3CRA==","signatures":[{"sig":"MEUCIQDqy65RuoTT+1wtZTTFvWUZxU5bPGDfZF2qz3hMfmviSwIgRQrhXhMWhjvpUztvQelhGTgfkD7n4FplINVfttuG7e8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41750},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"c27ae8000e47a7bf8e3ff517c16ec8dee1e7f86c","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"edge.js":"^6.0.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":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.21.0","@athenna/test":"^4.24.0","@athenna/common":"^4.42.0","@athenna/config":"^4.22.0","eslint-plugin-n":"^15.7.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/view_4.23.0_1715974381528_0.7051096332302478","host":"s3://npm-registry-packages"}},"4.24.0":{"name":"@athenna/view","version":"4.24.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.24.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"593aa9271c1047a2d249bae2973c22e8a3cff5ac","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.24.0.tgz","fileCount":26,"integrity":"sha512-12RELhidrV0qbLUoU9DAzBJ9R4zCc9MSwFKAzFJnEHGwcthB9cY5ag4Q0RoIBLcIpz6osJb+lkEGIsHiawv13w==","signatures":[{"sig":"MEYCIQCx1Mbi4FsWEQDoxjgJU4onXpQyoDIhmwM66Y4kgqEN5wIhAOTswITgDCrZoBmpxowMi5j/szJKPGGx23gxn5BHX+iI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41748},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"d5540ec503d490dd9d751129124a83585d873213","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"edge.js":"^6.0.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":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.22.0","@athenna/test":"^4.26.0","@athenna/common":"^4.43.0","@athenna/config":"^4.22.0","eslint-plugin-n":"^15.7.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/view_4.24.0_1716047684083_0.946098761619369","host":"s3://npm-registry-packages"}},"4.25.0":{"name":"@athenna/view","version":"4.25.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.25.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"3527fc9f330419d2a2594bb94fa37ee2c3227492","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.25.0.tgz","fileCount":26,"integrity":"sha512-EpSoqbpOMkR50/NP4pOnEuL9Qy3EOnwbeiL9eT2VOCRQWr/3Y8sQKUzAundpn4G5UuBkihYb66wAOEvIzLRY4w==","signatures":[{"sig":"MEQCIEUb35xI9V/p0inh4GNKH0kYXT+ce8Z3kiYxNCxiu1AYAiBuuzJg3cou24/LTSZsGGTOsMGwdMpdG8xSuPYTOpEkFg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41748},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"7f756bc684c8fa181c20ca58cfc42c190e4ad01a","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"edge.js":"^6.0.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":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.23.0","@athenna/test":"^4.26.0","@athenna/common":"^4.43.0","@athenna/config":"^4.23.0","eslint-plugin-n":"^15.7.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/view_4.25.0_1716107633548_0.10509825177876864","host":"s3://npm-registry-packages"}},"4.26.0":{"name":"@athenna/view","version":"4.26.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.26.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"49422f4904ed4927e9dbfac4e0e80b9590bfb37e","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.26.0.tgz","fileCount":26,"integrity":"sha512-3tIn+loUd88syJLgKmtJL5UcC5XBreFLHcwwMpQsRUng1A7YqDUL6RJWjw6ZcOIHenfaDJCuXhjGS+JH0F9Sog==","signatures":[{"sig":"MEQCIFgcIwVvFjTeZg2xpNd8b7mnzUPhcB+KONmTFl8ulokgAiAxtwotE6t16oDbA5r6a57ZlIfWDND/ObWs6QFfJ8HVuw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41694},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"b17bfc7782517bd9652556590d8086a3633bd97c","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"edge.js":"^6.0.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":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.24.0","@athenna/test":"^4.28.0","@athenna/common":"^4.44.0","@athenna/config":"^4.24.0","eslint-plugin-n":"^15.7.0","@athenna/tsconfig":"^4.16.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.17.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.17.0"},"_npmOperationalInternal":{"tmp":"tmp/view_4.26.0_1722190982275_0.42233077223487814","host":"s3://npm-registry-packages"}},"4.27.0":{"name":"@athenna/view","version":"4.27.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.27.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"fb55a24e0fb251721adefcb34cd8219ff2c43cf6","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.27.0.tgz","fileCount":26,"integrity":"sha512-dTll2xwLjW8neTNYlzA1kPINSFk2zgW6r7u5qoWKiPF3kzKpIR2Wub+S8rjZeyfJYijzj1wq5VBk9UHepQbexw==","signatures":[{"sig":"MEUCIQCfwfrVb+8oHDQakjREBSJD8ELzY98RCrdea+WMNaOgVgIgLRpUxXfiytpKCRwrRbXuxVZwkcsGP+5paZPJf14sr5s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41694},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"d6d8463cbdb2ba3dfdc92be0e8a290433d76fecc","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"edge.js":"^6.0.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":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.24.0","@athenna/test":"^4.28.0","@athenna/common":"^4.44.0","@athenna/config":"^4.24.0","eslint-plugin-n":"^15.7.0","@athenna/tsconfig":"^4.16.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.17.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.17.0"},"_npmOperationalInternal":{"tmp":"tmp/view_4.27.0_1722191028293_0.4119939650988118","host":"s3://npm-registry-packages"}},"4.28.0":{"name":"@athenna/view","version":"4.28.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.28.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"22aaa98bf5a125144f5a65ce3af6d145d15d651d","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.28.0.tgz","fileCount":26,"integrity":"sha512-y5muXuiOnxDAFkel/o+gVAv3SpRZ2Q3iMsC0fKeHJ+069miBITlf/9mQppEVoPsNwgiWzDrCuZIJehKPqL17KA==","signatures":[{"sig":"MEYCIQDWdpQp3cHJ51olnzPz7pmjFMN87YQ2mMZW9cHvbo/mogIhAIahve0VbMwTJumXTydPO57I/Y195zu6E/M88NtdFIoz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41694},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"f1a2121f68a185777ce8504df3830efd5580bf25","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"edge.js":"^6.0.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":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.25.0","@athenna/test":"^4.29.0","@athenna/common":"^4.45.0","@athenna/config":"^4.25.0","eslint-plugin-n":"^15.7.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/view_4.28.0_1724494881777_0.8271100160876859","host":"s3://npm-registry-packages"}},"4.29.0":{"name":"@athenna/view","version":"4.29.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.29.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"4fa1bc786d117f97b32b70ab9b04ba0d6d62c7cd","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.29.0.tgz","fileCount":26,"integrity":"sha512-+jhFS1eO4VnhRsq46WNVM1ghp2/M+lGZ2Yh9lAdCTV9Q8pmZ6Q2qpiIKT+ZsQlewmnD6uEojX3coqndaXlbq8g==","signatures":[{"sig":"MEQCICZXRBWYYQu6OCyNDqdeM1IGnoneQc8wwU5Q3eM/CcQGAiAvLt+eBX1wXukwOgu9x4Wik0ciiUebp18acQH0H70fDg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41694},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"41bbcb05269acbe7de10bc549e1bc8c993c94660","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"edge.js":"^6.0.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":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.25.0","@athenna/test":"^4.29.0","@athenna/common":"^4.45.0","@athenna/config":"^4.25.0","eslint-plugin-n":"^15.7.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/view_4.29.0_1724494931448_0.8239834345656012","host":"s3://npm-registry-packages"}},"4.30.0":{"name":"@athenna/view","version":"4.30.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.30.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"0a0e664d4d86f66ccf7d522f54f7aa24221fa20d","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.30.0.tgz","fileCount":26,"integrity":"sha512-f/jCmbZQOdbXvyxYZL6e/fb+K9sBHSsJZtAMV0J28ZpmbPDhPLfQhAogu12aMlnD7edeRJvl4xYRW66nlou4yA==","signatures":[{"sig":"MEQCIA29eFwJdNCOj1AssStJVhudrDk0lXXkF/sa2WIeFpXAAiAauBmeFaBMDCF1EFEueJjkd2Pt6/wB1F14LYW1CZKWKg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41694},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"4961b59a4a81acbe259a85f03da8aa5bebf94743","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"edge.js":"^6.0.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":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.25.0","@athenna/test":"^4.30.0","@athenna/common":"^4.45.0","@athenna/config":"^4.26.0","eslint-plugin-n":"^15.7.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/view_4.30.0_1724581542184_0.24837812044973706","host":"s3://npm-registry-packages"}},"4.31.0":{"name":"@athenna/view","version":"4.31.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.31.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"9bd9a93cbbc72d18a68f9ebd328bf6b05152d5b5","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.31.0.tgz","fileCount":26,"integrity":"sha512-K/3GF1xh3HYFGzCi0VklD9Q9uqIs559YFg6/Bzacc/4wWuyGbNjfSDAV4iJIPHEYwvT3ikxw+P9GUIDbo/dy5A==","signatures":[{"sig":"MEYCIQC73NLfSNt3JX+4KCODEqYr/nRYdx57h6Nl050UtyZI2wIhAKCWy68TzPULWhSY5aNVq9VRUnOXI7US4IbFE8PFhzrT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41694},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"e905017bf95b0f41b4b8c4e238a6aff9a4fe646b","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"edge.js":"^6.0.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":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.25.0","@athenna/test":"^4.30.0","@athenna/common":"^4.45.0","@athenna/config":"^4.26.0","eslint-plugin-n":"^15.7.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/view_4.31.0_1724581600973_0.711262719105656","host":"s3://npm-registry-packages"}},"4.32.0":{"name":"@athenna/view","version":"4.32.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.32.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"8ca0ae1fc99cb316013f07850557688903bdb536","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.32.0.tgz","fileCount":26,"integrity":"sha512-52p5DsPjTzx7BHCL/97iK1M4rgPHKfdYDy+g7O/F9vJTmEqjLo29/j3KgG1LRNK3qUgUcA2acELEZpPXwY2C7Q==","signatures":[{"sig":"MEYCIQDfNOXzNFXXlGCEOQUgnE819G/Kc20DyMwzQ5h0X0UaIAIhAOQF1qPqos0VOse+F3nBhhpJIaOQ50oEZjG4dVJL2E7/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41694},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"cf9094f8b0738b5e25871d2d1cecc9c6868a46e1","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"edge.js":"^6.0.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":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.25.0","@athenna/test":"^4.30.0","@athenna/common":"^4.46.0","@athenna/config":"^4.27.0","eslint-plugin-n":"^15.7.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/view_4.32.0_1724582472294_0.5908005637628007","host":"s3://npm-registry-packages"}},"4.33.0":{"name":"@athenna/view","version":"4.33.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@4.33.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"16e39d6aa60f9bbaeedcd41cd211eb8e0e998539","tarball":"https://registry.npmjs.org/@athenna/view/-/view-4.33.0.tgz","fileCount":26,"integrity":"sha512-inlk39UQT0scyfRboM7thw07LLxG5n/I2I1wupBQZ7UVDBsWiO14riEM9GfNA4L0KCcL96rO9Ru0fjXqLHUIAA==","signatures":[{"sig":"MEQCIBLFbBmnoKjQakPW1dzhEwaXv0LAF8/X+ZNmbzObAcdSAiBGXERgdn4DK8MWdjFgIZp6F2KRZdx0JF9/2PY3tM0lTA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41694},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"c643872777ce8fec4d2a93fb0e41dbc8ef15ab37","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"edge.js":"^6.0.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":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.27.0","@athenna/test":"^4.30.0","@athenna/common":"^4.46.0","@athenna/config":"^4.27.0","eslint-plugin-n":"^15.7.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/view_4.33.0_1724582522864_0.09799932467299777","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"@athenna/view","version":"5.0.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@5.0.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"af59b07a8438d6b1debf025eb2386ce4a45452b9","tarball":"https://registry.npmjs.org/@athenna/view/-/view-5.0.0.tgz","fileCount":26,"integrity":"sha512-B5e7+RKa5vN1K0ufMDn/o1Qz28m9Uw/dMTfkpp0Qm4P5chqCtbxm3+njKGdHcVTmR97qOv+5JlK1kYvbA5hNGQ==","signatures":[{"sig":"MEUCIG27YekDSZ8gxDtf5+AzrZtzpH5cpA5Hgbhz6bIOBDC6AiEAvjHr4kW2mUlENiHVQexnJVTEzcD/+tGhZZHQIu22kuE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41688},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"335b7b3b1ddee6bd1cce0a32ba73a6d166a6388e","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"edge.js":"^6.0.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":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^5.0.0","@athenna/test":"^5.0.0","@athenna/common":"^5.0.0","@athenna/config":"^5.0.0","eslint-plugin-n":"^15.7.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/view_5.0.0_1724669844677_0.2754226277298615","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"@athenna/view","version":"5.1.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@5.1.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"40dbd5b974815d3209b4c553701c742375d697bb","tarball":"https://registry.npmjs.org/@athenna/view/-/view-5.1.0.tgz","fileCount":26,"integrity":"sha512-JRfeNC0zbd6fmstgguvPBse6T11Ik4HTIE7bBum8DXDcYsUxNlBf+BnjninU5sGYZVkrVTGqYB8TdiPw39iHgQ==","signatures":[{"sig":"MEQCIBAR2vK9O6hK6JShDWPx/lfT89wn6DMK9YeJMXTl+8WRAiApWHQRln7zlaq1B+lH6Ld62xiKH3iONb4g9Yd2gL54wA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41688},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"f7d5277709b6a53ed46ff14f03a2b19bc552e68b","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"edge.js":"^6.2.0"},"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/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","prettier":"^2.8.8","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.0.0","@athenna/test":"^5.2.0","@athenna/common":"^5.3.0","@athenna/config":"^5.1.0","eslint-plugin-n":"^15.7.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/view_5.1.0_1735435663246_0.9904067311715028","host":"s3://npm-registry-packages-npm-production"}},"5.2.0":{"name":"@athenna/view","version":"5.2.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@5.2.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"83221c1b9f84c7d9fbabdb544a83ec3ae123d4ef","tarball":"https://registry.npmjs.org/@athenna/view/-/view-5.2.0.tgz","fileCount":26,"integrity":"sha512-8uyGAQE6DuRu5J5MeMMATw/r35zUAThlaw979NgQhAjcwrwIdBXeQfyPWqBf941P1QCdLtZv0kdONaliS1EjEg==","signatures":[{"sig":"MEQCIAn6q50u116+Mh8bEqiX2y6H7YXA2ws9zO6RmCV1HXQvAiBZYa+isR8w20dDvyNanfRA6N3O2uNfRcpQh10LpG2yfA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":41689},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"2ac062072983e8d00d32eb8cd0fbea3f290d97d6","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"edge.js":"^6.2.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/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","prettier":"^2.8.8","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.1.0","@athenna/test":"^5.3.0","@athenna/common":"^5.7.0","@athenna/config":"^5.3.0","eslint-plugin-n":"^15.7.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":"^8.21.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.21.0"},"_npmOperationalInternal":{"tmp":"tmp/view_5.2.0_1737579209083_0.9083137280999285","host":"s3://npm-registry-packages-npm-production"}},"5.3.0":{"name":"@athenna/view","version":"5.3.0","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/view@5.3.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/View#readme","bugs":{"url":"https://github.com/AthennaIO/View/issues"},"c8":{"all":true,"exclude":["configurer","src/commands"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"60b317fc066009378de8b61aaa0dbf06407a8046","tarball":"https://registry.npmjs.org/@athenna/view/-/view-5.3.0.tgz","fileCount":30,"integrity":"sha512-6gFbhVGa4dpu5WK7tx58EskOcSSj8ZaBdlzSruddLkIqgr+tGw6wScU5LwdJgmik0+osEovKbfplW5f54dsBMw==","signatures":[{"sig":"MEUCIDZvXAvZpbY5zMj507kZNoY7M2PHWfD+vkBEDvoJ7DauAiEAsm8tHqWtYxZIH8hgLMjmwJtONgAxEN3vhHqVFElG8Ww=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":44775},"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"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"gitHead":"61a2a70d9d4e86f13b05375dbc6887844814defe","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.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/View.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna template engine. Built on top of Edge.js.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"edge.js":"^6.2.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/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","prettier":"^2.8.8","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.1.0","@athenna/test":"^5.3.0","@athenna/common":"^5.7.0","@athenna/config":"^5.3.0","eslint-plugin-n":"^15.7.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":"^8.21.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.21.0"},"_npmOperationalInternal":{"tmp":"tmp/view_5.3.0_1737640429946_0.3866967482254784","host":"s3://npm-registry-packages-npm-production"}},"5.4.0":{"name":"@athenna/view","version":"5.4.0","description":"The Athenna template engine. Built on top of Edge.js.","license":"MIT","author":{"name":"João Lenon","email":"lenon@athenna.io"},"bugs":{"url":"https://github.com/AthennaIO/View/issues"},"repository":{"type":"git","url":"git+https://github.com/AthennaIO/View.git"},"homepage":"https://github.com/AthennaIO/View#readme","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","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","./package.json":"./package.json","./providers/ViewProvider":"./src/providers/ViewProvider.js","./commands/MakeViewCommand":"./src/commands/MakeViewCommand.js"},"imports":{"#bin/*":"./bin/*.js","#bin":"./bin/index.js","#src/*":"./src/*.js","#src":"./src/index.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js","#tests/*":"./tests/*.js","#tests":"./tests/index.js"},"dependencies":{"edge.js":"^6.3.0"},"devDependencies":{"@athenna/common":"^5.14.0","@athenna/config":"^5.4.0","@athenna/ioc":"^5.2.0","@athenna/test":"^5.5.0","@athenna/tsconfig":"^5.0.0","@typescript-eslint/eslint-plugin":"^8.38.0","@typescript-eslint/parser":"^8.38.0","commitizen":"^4.3.1","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","prettier":"^2.8.8"},"c8":{"all":true,"include":["src/**/*.ts"],"exclude":["configurer","src/commands"],"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":["build/**/*"],"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":"^_"}]}},"_id":"@athenna/view@5.4.0","gitHead":"d1d1b2e2dd8f1521c734b6de2afcc0e56b6efceb","_nodeVersion":"21.7.3","_npmVersion":"10.5.0","dist":{"integrity":"sha512-unw1QDgtDfHcdWDye4pSWzfyUJT38hNh+tyLc45mRZndEjrOlsk2dvctnVzhXBCpSuS8nGw14foNe8Pnm7Sy+g==","shasum":"259a617afa16abff0ef7cdc3b9c2aafe6b124420","tarball":"https://registry.npmjs.org/@athenna/view/-/view-5.4.0.tgz","fileCount":30,"unpackedSize":44776,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCSDvk0sviriSlrzMB6J3frIHl9vuHW6cyrk82NUbhr2wIgA+OmhB4hMJH0z7ftms/bYahbF8JiQILw3gJTUkuZCas="}]},"_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/view_5.4.0_1754072918506_0.2674413791793888"},"_hasShrinkwrap":false}},"time":{"created":"2023-01-30T19:22:25.020Z","modified":"2025-08-01T18:28:38.907Z","1.0.0":"2023-01-30T19:22:25.288Z","3.0.0":"2023-01-30T19:27:32.908Z","3.0.1":"2023-03-04T04:22:40.290Z","3.0.2":"2023-03-06T13:47:55.228Z","3.0.3":"2023-03-10T01:33:04.689Z","3.0.4":"2023-03-20T02:36:16.329Z","3.0.5":"2023-03-21T14:51:12.496Z","3.0.6":"2023-03-22T20:34:48.649Z","3.0.7":"2023-03-23T19:59:23.884Z","3.1.0":"2023-03-24T15:43:00.116Z","3.2.0":"2023-04-07T17:51:16.867Z","3.3.0":"2023-04-17T20:42:44.483Z","4.0.0":"2023-07-24T14:09:05.268Z","4.1.0":"2023-08-09T22:38:59.245Z","4.2.0":"2023-09-07T11:11:01.075Z","4.3.0":"2023-09-14T20:56:52.517Z","4.4.0":"2023-10-04T17:25:19.066Z","4.5.0":"2023-10-05T22:57:56.835Z","4.6.0":"2023-10-06T15:31:32.651Z","4.7.0":"2023-12-09T20:09:50.792Z","4.8.0":"2023-12-17T23:41:45.115Z","4.9.0":"2023-12-26T18:27:35.237Z","4.10.0":"2024-01-06T20:46:06.499Z","4.11.0":"2024-01-09T20:40:32.720Z","4.12.0":"2024-02-09T20:57:02.275Z","4.13.0":"2024-02-10T18:37:40.016Z","4.14.0":"2024-02-24T19:58:46.751Z","4.15.0":"2024-02-25T19:40:16.243Z","4.16.0":"2024-02-25T20:17:05.273Z","4.17.0":"2024-02-25T20:28:58.268Z","4.18.0":"2024-02-25T21:33:10.096Z","4.18.1":"2024-02-25T23:42:25.321Z","4.19.0":"2024-02-27T15:34:24.830Z","4.20.0":"2024-03-03T17:54:41.908Z","4.21.0":"2024-03-28T14:04:02.181Z","4.22.0":"2024-04-29T13:27:06.399Z","4.23.0":"2024-05-17T19:33:01.707Z","4.24.0":"2024-05-18T15:54:44.249Z","4.25.0":"2024-05-19T08:33:53.738Z","4.26.0":"2024-07-28T18:23:02.422Z","4.27.0":"2024-07-28T18:23:48.644Z","4.28.0":"2024-08-24T10:21:21.961Z","4.29.0":"2024-08-24T10:22:11.663Z","4.30.0":"2024-08-25T10:25:42.353Z","4.31.0":"2024-08-25T10:26:41.153Z","4.32.0":"2024-08-25T10:41:12.434Z","4.33.0":"2024-08-25T10:42:03.072Z","5.0.0":"2024-08-26T10:57:24.804Z","5.1.0":"2024-12-29T01:27:43.453Z","5.2.0":"2025-01-22T20:53:29.308Z","5.3.0":"2025-01-23T13:53:50.096Z","5.4.0":"2025-08-01T18:28:38.685Z"},"bugs":{"url":"https://github.com/AthennaIO/View/issues"},"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","homepage":"https://github.com/AthennaIO/View#readme","keywords":["esm","view","edge","html","text","edgejs","edge.js","markdown","athenna","template","typescript"],"repository":{"type":"git","url":"git+https://github.com/AthennaIO/View.git"},"description":"The Athenna template engine. Built on top of Edge.js.","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"readme":"# View 📄\n\n> The Athenna template engine. Built on top of Edge.js.\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/View.svg?style=social&label=Star&maxAge=2592000)](https://github.com/AthennaIO/View/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/View?style=for-the-badge&logo=appveyor\">\n\n  <img alt=\"Repository size\" src=\"https://img.shields.io/github/repo-size/AthennaIO/View?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 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 the [CONTRIBUTING.MD](https://github.com/AthennaIO/View/blob/develop/CONTRIBUTING.md) file. It will be a pleasure to 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/View/graphs/contributors'>\n    <img src='https://contrib.rocks/image?repo=AthennaIO/View'/>\n  </a>\n</p>\n","readmeFilename":"README.md"}