{"_id":"@athenna/common","_rev":"133-28dc8718cfcc9e5e14e55a5ee02ebbc2","name":"@athenna/common","dist-tags":{"latest":"5.37.0"},"versions":{"1.0.0":{"name":"@athenna/common","version":"1.0.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@1.0.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.js"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"19ae53f95a8a91dcd982d010d92b8dfa509f2939","tarball":"https://registry.npmjs.org/@athenna/common/-/common-1.0.0.tgz","fileCount":31,"integrity":"sha512-6K1Kkj/pWZRh1o7lQpWib8qg2bP8oj6yJpYCzdk4rID944yAQoxDH5Ws6vZ6WznJkmnax2PpSJLGVkDDkbEXvw==","signatures":[{"sig":"MEUCIBjlgLQeKGQbgecEhHrqMLAq43J7gam5L2iuAMprYNfvAiEAzVRuwsw+ZK80fC4eNoQIfHdL/r4d9HwoUyR991YX0DQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":138772,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUcKtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrKyg//SgGH1Y2jnGfWX6uW46BUD9CGGnQ3is/Ac3J4Cssp3Ij7Luv0\r\nWO6zqCbixoKnIx9POxDRMPXbJgug7ayNMp3pHadPQ2tpJD36cvLRg9JUE8u4\r\nzkUesZMIojYydMkcTihcVuhFLenCG6sJFmmSKMTtUVWIwX3XgQtXpl2g6poV\r\notYOAwU4b/kk40K8WI0d73BQlR7g0DsnXzs/JI0DdReJA59MJZZ68LMQaeip\r\n2hEv4hoTRcWW2xzXIZQZPp29kYf2GZWedHaT2wGKb99CkMffZxkJXfxiNrxK\r\n+NlpQXZbQPpH8Qd7s77N4wyiajXkYbcPQ/NpG36/pDw5EA0dOxkWFkEw9lUS\r\nfoOpcnr8ERyahbL/KcP9BTPj4f3d36WjmMv9MTQd3JQCd7LMTA7BlJCpmNKy\r\naJFmloEPP7Mk0jqY0L8Euf6IXRo3pQk5/+CbHoluPGwL2Um/fAB7nJcxrQzp\r\nPADxC2yV4ArFxFUwy7qg0IvLiEVTD0kEwd2jzs814/vCX8peSa2bsKQV0TAI\r\n1AKufwWksSZkHCEcMz10H6U+zei/OO61rw9toBLFd6L2vxWbGlUAaBE6a6No\r\nzvoR6swxu6U9xM35PV3fL9Qn/47LJFXscvy3yBmmZwI59RwgjHNR8d1UrGI7\r\nrvrV/lKMA0EtedurjGDb+ApBZutTLom/Deo=\r\n=Zjfe\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"},"gitHead":"7a1020faf8d6c5ca91ff7dacb89098427d6ad472","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Common.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.1","dependencies":{"ms":"2.1.3","uuid":"8.3.2","bytes":"3.1.2","chalk":"5.0.1","debug":"4.3.4","youch":"3.1.1","lodash":"4.17.21","kind-of":"6.0.3","callsite":"1.0.0","minimatch":"5.0.1","pluralize":"8.0.0","collect.js":"4.34.3","mime-types":"2.1.35","change-case":"4.1.2","prepend-file":"2.0.1","parent-module":"3.0.0","youch-terminal":"2.1.3","validator-brazil":"1.2.2","http-status-codes":"2.2.0"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/common_1.0.0_1666302637458_0.6084213504280878","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@athenna/common","version":"1.0.1","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@1.0.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.js"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"77c5f4460878cb70690eefb601c26f22958c7400","tarball":"https://registry.npmjs.org/@athenna/common/-/common-1.0.1.tgz","fileCount":31,"integrity":"sha512-bubcktgHTfQgZ8fomh+eMUQWHa5Pgdg/b+KEqdwSJeQNCyAnlle03yglDEvbVrN+G5Lx2tZA0TVyApEA7Hg4GQ==","signatures":[{"sig":"MEYCIQDs5mKveoG3s459GVsKewLutcdtiGFCfqaNsMmiOH+XuAIhAP3Pfg0HHg4g2+mb9tbT/Wl6CeyjhBWx/6+sdRMCnCvC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":139024,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjXTbdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpN0Q/8Cc7whakvTx2O6WW5uIzQNxZnUdvsrWMekllb6bzO5/fLus7N\r\n0PSUQ9W+isDYexwz5tKmwYccTNgiowAR2l8zUt58twN9kQcB7nxLQu8GXZd9\r\nbyowkLeK0tu07T1mz742YPO4kT0b52QV5xd7iC4O0dLD3+TAO9wmcNYIpCqY\r\n2z4kYlc04Ia41LMBdRMNyfIgw8+p58uJ23tsBkqFH8klKO+yLPYlJ1crjMUU\r\nJBZimeWrVxMPhSYcvERL6aQEVltCgUvwL4wUiqOxm8CrpOrHFWpZua231hhz\r\nh+vhRtx6ccuQ67PtdpOjMy1LpFf3NEIxLIv9pF+mVjVa3xAnfi2IE8lViM+4\r\n376K7R+9oYW3M9KeIqKLMUg6XJwPA+F0k7je9GakFvkU/UKj3miGxr6qdByr\r\nqkOta7Zx66ATiPr5Sa4EtI+kFOJYNgobt2XLaMi8Ou/dNujUVDVf6nS7M4fz\r\nAwZ6jEcvrmDhJwaFO13ht/dOHaCd3o1selaCa1OYg4jsMc0H6l5lvfhzD7Ms\r\nmB1FTFChGTlbrtyZJLB57AkQX4X9xvA9Rwr4PRb13Y46zSDbwgC74UMwdlyo\r\nsfhhJhhMgPJxDOqpriBvEb2/0Ux36lQz6d+0fWelWCuj2AoH14V92aGqotKN\r\n+A5yCC//227WX1k8nmyH8riGj9SbzpL5yxM=\r\n=CSAF\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"},"gitHead":"46f8e019b65b761da7c525d591dcdf4791532e27","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Common.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.20.1","dependencies":{"ms":"2.1.3","uuid":"8.3.2","bytes":"3.1.2","chalk":"5.0.1","debug":"4.3.4","youch":"3.1.1","lodash":"4.17.21","kind-of":"6.0.3","callsite":"1.0.0","minimatch":"5.0.1","pluralize":"8.0.0","collect.js":"4.34.3","mime-types":"2.1.35","change-case":"4.1.2","prepend-file":"2.0.1","parent-module":"3.0.0","youch-terminal":"2.1.3","validator-brazil":"1.2.2","http-status-codes":"2.2.0"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/common_1.0.1_1667053276813_0.42318337225568703","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"@athenna/common","version":"1.0.2","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@1.0.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.js"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"d7c4f263cfa5acc24bfbf0c685a19262663f356d","tarball":"https://registry.npmjs.org/@athenna/common/-/common-1.0.2.tgz","fileCount":31,"integrity":"sha512-bkopsJMRUdUYEl6W0l8ceyUKWAdAdjIAhmndWJjHTbk6hNZbeLGIojWmQuUWQESqSDDSz0lijVk9JVbaNaiApA==","signatures":[{"sig":"MEYCIQCG87kgKaTctWZfT9DPx1u31UNcPCTtyo1k8vUyaaOSqAIhALNJeh0hOiq1JZV3K+yE/GRnaC1biWBBqsOmrDgVyscf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":222770,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqcYnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpkuA/8CSpirzjtxsZMCtbiEMP7qi3F5ZqgTyyZIqm0WQlRLhkXy4Kw\r\nytVfs3ojPVNyJVK6SX13orjAo+xTyhi9MFbbd+JxQtGRwjQBQXGPc2578Bme\r\nJgDFCw+ACGptCiX5ns92a+bkzg554f+5XyEsCUYAs0qleUQ6zHvTmfBVYcsz\r\nMkzUhMOygmoOyT7qzvkDICwXU7fXXrS9lbxx6lu9KrgAAHBUjufgBHESXOOi\r\n9px/B9LtBTystAooZCm7lmk+uM76Kci6tKepgQnPGjWtgnt143Q3ue2XLHbk\r\nWuu2fViqxrcHDym5Z66PSselw+P9nI2lAKwdIwYADm6XvG4EYLS5On7FT+B9\r\nNLq296J/1M4C0fshX0aJ74RNzhzLyoApGWvWQXiUg3+pkbOSLcb5IWZpBPry\r\nK/aruErg9wQcNdA3hSQnGSSuigRKpRwWylKLr13/L+432D2D+4m5JvYbD4/y\r\n8OAIeOd+7Th4dvcBF00uXHKRFsILWBNK3QKfAIlWlN0D+OqjKdZoOKkiUFgP\r\nV7Zki6xhW6gVHYr5QMU4qfRKsYagQB5P8hxvoLE7MR7+tUw6fp7WdQgCvWNx\r\n9oYaH8lFZ9UuXvFqx4HjH9iCBvBGPfDaBu5RreRQYvZ67qZ7R8wWTDx4mFyz\r\nPu2T1b+oJu0jHZE8a/lroHnpsDcqhHonPDE=\r\n=OYVM\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"},"gitHead":"2a744acecbb352bdef9926e69bb777ad0503b017","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Common.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"ms":"2.1.3","got":"12.5.3","uuid":"8.3.2","bytes":"3.1.2","chalk":"5.0.1","debug":"4.3.4","youch":"3.1.1","lodash":"4.17.21","fastify":"4.9.2","kind-of":"6.0.3","callsite":"1.0.0","minimatch":"5.0.1","pluralize":"8.0.0","collect.js":"4.34.3","mime-types":"2.1.35","change-case":"4.1.2","prepend-file":"2.0.1","parent-module":"3.0.0","youch-terminal":"2.1.3","validator-brazil":"1.2.2","@fastify/formbody":"7.4.0","http-status-codes":"2.2.0"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/common_1.0.2_1672070694778_0.4690742124262166","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"@athenna/common","version":"3.0.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.0.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.js"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"7fa8841e282c0ef45ec42b0b9392f98504a7bef2","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.0.0.tgz","fileCount":31,"integrity":"sha512-vLD75jqrniATfjfXOggWMkvuGlEJE6X0MZNkQ17aLfGqDcFWlUY8JT6bFPoKcqKpUEf/kduUqzfORid/m8EHdQ==","signatures":[{"sig":"MEUCIQD2F5oAwp2QSnoS7T3L/xa19fWEp4Qd1PEeik3Dd33DRgIgdx3rKDtpH/Jec6XkewoNNCaVxqCk5NKY1juW5rCaDGI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":223863,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvEcUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/aQ//QUXG+m7L+aW9dGxIS0cfs/m7cIg9cVtoWykW+ehZYoeUeGSA\r\nHk8oujFPVlKm8pI1qWUer7R/ZEBRzQBvz1Gb/36A3Arkuq0KI1NIa9cm/OTN\r\nJ8CIHpFQqpxwuDlALaVqZ1pmHSp2WckMbpAm3UiAST9+RPf48Q1O19iMl5ys\r\nM59KFGIi+2QXfpuMbwoiiNsFrbCLoQcO/Y0yBL6rnZQBmhytw09qTbKLN0fm\r\n5HVGVp/Q/evgw/V6v/NbawA7bG9lEnu1U+AdMUs5e2Jj6BDdwMGj+j2JSWBa\r\nJ1EVGqxxCSpKTJ7k9pDHDwXYwCyNB0yFkvY6QsbDq3zIFNMwYRBDYeIpJQZ7\r\nMIbKqMBmPfU5F46dEDjBiLHYTPJVZLOW/r/7CPdotIDV0jtA1htNx2Lax5BH\r\n6uoAwJEfyHzVvWrciooZInSsKbudjtiyLHfcyTrlQlx9ttjpsc3FZOq3+E3+\r\ndVEHymd+ebAWa8j+5cGok+bqAFXpUG1Sn7hvSw3MTQNP2TxOvaPc/vfkCNPV\r\n8SyMhzy+pmUiJACujbszYTHhXhu4YclsZBCY4MLc6OUniFZ9lMetFCi8Bqyn\r\noscN0n8ZSfWaBLbWSMoxb1aIQGGM6syBpWZdoi4dwWGgL5QZz8PepAh7Ptnt\r\npaRFkOFgC88NQvwFtk+p5A6mk4rV2YwYrT4=\r\n=FEGn\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"},"gitHead":"b6d9da1af00d1bc48720df65afad3ce36916137d","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Common.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"ms":"2.1.3","got":"12.5.3","uuid":"8.3.2","bytes":"3.1.2","chalk":"5.0.1","debug":"4.3.4","youch":"3.1.1","lodash":"4.17.21","fastify":"4.9.2","kind-of":"6.0.3","callsite":"1.0.0","minimatch":"5.0.1","pluralize":"8.0.0","collect.js":"4.34.3","mime-types":"2.1.35","change-case":"4.1.2","prepend-file":"2.0.1","parent-module":"3.0.0","youch-terminal":"2.1.3","validator-brazil":"1.2.2","@fastify/formbody":"7.4.0","http-status-codes":"2.2.0"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/common_3.0.0_1673283348239_0.5911677135941178","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"@athenna/common","version":"3.0.1","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.0.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.js"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"5e53e897122811f5f15639c3678c81c3fd7abeb4","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.0.1.tgz","fileCount":31,"integrity":"sha512-LaP6WtAxw0w6qFiT0qtKDLI/c/e4tGDNqnjGpPO4pnpRhUDcHI2ZUuofnTf5yrRC36V16Zdk48+Klo6bQeA6yw==","signatures":[{"sig":"MEUCIAPp5y9zPd+PZyIjwEMA7Qi09v4tGIK80hkqJji97ye/AiEAwJVSg+sXIl2+VWg1sw2cWEJo9L0m8cAksDaPUrpUQks=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":232433,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwxafACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq/NQ/7B0A5iwHdTJqrLYQi7WD/gFazzgibH2QAubua3hZJJN5O+QE3\r\n216Z7WLFEvZddnMiQ7uwGsLvqUDwLWkmW7tA2/c3HzVTQhCtCQWTwCHLCpQ+\r\nknG61pYCvkUt5sTBYI/Jdpv3W4pUuOdTTiyx8g3tZ91j6M6RdeNkriUE9kVU\r\nb2IvVpaXEIqO4PKN+IxctEZErSrsa+jfCfx+tw2TnwPcq7oigu6ptjmFM+tC\r\nj0hMUFUXA/+Op8ygAboSgBp/p/uj7o5FhCJROGQG1o279dKiH0LpNVV+sBW/\r\n+u4QowimF4/X+TE0dI/w1mVrkT7at5PmeauhfiOpzgpPAf2DXWyOnbOAI9YT\r\nL7Yz7Wkz2ee5/zzvQuwOhWcqwLspG+RJsa490N/ykhM0+mvy3HLeMPP0u3RH\r\njBXyVMl+wwfLOvw8m1Ek+k+QEnDDZcNFMilf+n82nGqpS1Q/abe93uqm1Lt5\r\nuHGmFTHOxSE+str9YpMmzPX+wchv7r0K2jhQZHejiJbPk/0Cr7PuAtkOGBKL\r\njA0xkYXohboFlIYwk5BY4tSPVhFWUjraYTkN+OgzztMCcUsAxkaqHrjVcbEr\r\n0pJPD42lHH0edufSsB5CYfqt4hN2PnAq0zgpDSgeVXGwAvcuSpkWyYr7a1XR\r\niURIf6nOgRuymIV+nc2O7f0mGRLmJKcKeRQ=\r\n=jsXq\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"},"gitHead":"a4310a3202de59dfdac3d520125a5e6fdb66aead","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Common.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"ms":"2.1.3","got":"12.5.3","uuid":"8.3.2","bytes":"3.1.2","chalk":"5.0.1","debug":"4.3.4","youch":"3.1.1","lodash":"4.17.21","fastify":"4.9.2","kind-of":"6.0.3","callsite":"1.0.0","minimatch":"5.0.1","pluralize":"8.0.0","collect.js":"4.34.3","mime-types":"2.1.35","change-case":"4.1.2","prepend-file":"2.0.1","parent-module":"3.0.0","youch-terminal":"2.1.3","validator-brazil":"1.2.2","@fastify/formbody":"7.4.0","http-status-codes":"2.2.0"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Path":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/common_3.0.1_1673729694889_0.9755759374538469","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"@athenna/common","version":"3.0.2","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.0.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.js"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"397d94a48c0ab07020b7a426b444e77293888d5f","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.0.2.tgz","fileCount":31,"integrity":"sha512-v2+XUDOtyJLYDb+VO4F4CUfRAUvnToFmEmOvNIyb5b+8KZUAd7w3kAJ1JHYr6gcaKiC8p23TId1dbsEX3+GvaQ==","signatures":[{"sig":"MEUCIQCgQnCjqNYpmYWtx1EvHvPSY4HPEP7AHwtqsTIfV2SFVAIgOOBTxERGEaqt91gkaXR6mN4SUfC3FXgxuZqeXquCGiE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":233040,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxBGpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrOfA//WBLf175a8ECrkjt+GnySg0l9peMSeSnR3VuQB7ncOLdXZT5p\r\nsuyLDxG9omAdOWA3giBjF/Rb6f66sZE/vpGKu3YWw8kEp1EiPAiuhgr2+5yP\r\nGrGBp8pPoXETtzgGh6SG2sdAOlEKEqq+FExG7S1NOb9S95qSlQytWPjc5ut2\r\nnz2Xkj9L9+EjzqH5mMgbcBP2Omwj75WxjR3l9vStcR+P9M/hxevKT1n0DvxC\r\nETcuhdokdzTr+o00LmVcdl62u2zmfGax8yNAirwX7LP8gYNDqmcxtsLMoEzT\r\ndmmkePs0+dkkrvwcvLJkZhILIGlQ6hWqq5fl7OvqYNU8bAvZHd1/OSJNbseU\r\nYHcS6GkDJXE3CzIuqwez0pCNJlnay9gH66Fv0XArEbthLYkA3w69EEgcXXag\r\nZl4jyNSlKwUgHxDb/+s90QaExdv9/U8qs25Uej8h4C3lpVx4u8vtBBmFO8wU\r\nLO45pJ5SAq243p3Zz99/LWRAPepoZd+UWUabhuO340e+KarZPbrsFRdwnUNq\r\n211g6vcIUNvUWvmmvYnGvgv4iX4ATdpqVlwtSMtz2+52iW89HfSVzLMkZCUY\r\nugw+poxzcmUtr19UqOZMdvM5UWxkv1aLZvkWoGILDKZoDQt4JYC+IUnaeB3c\r\nDu6ThofmVdZv82Xy1fQqKQVBmY6yIyOy9n0=\r\n=YT3J\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"},"gitHead":"73a6e539d6ba20d988a4645ded3fd6c3d0b042a7","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Common.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"ms":"2.1.3","got":"12.5.3","uuid":"8.3.2","bytes":"3.1.2","chalk":"5.0.1","debug":"4.3.4","youch":"3.1.1","lodash":"4.17.21","fastify":"4.9.2","kind-of":"6.0.3","callsite":"1.0.0","minimatch":"5.0.1","pluralize":"8.0.0","collect.js":"4.34.3","mime-types":"2.1.35","change-case":"4.1.2","prepend-file":"2.0.1","parent-module":"3.0.0","youch-terminal":"2.1.3","validator-brazil":"1.2.2","@fastify/formbody":"7.4.0","http-status-codes":"2.2.0"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Path":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/common_3.0.2_1673793961491_0.5424739700587826","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"@athenna/common","version":"3.1.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.1.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.js"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"57f7ea97e49bb837c5c6613f7670649b8fac033e","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.1.0.tgz","fileCount":31,"integrity":"sha512-33625ec1fQJEDRIrA19+30W7rMjyi/pM+YWPvQImgTQ9Kj7Zf0PmmQxKtFA4wER+1+iEQHF+XhVP9UI+C9J4kg==","signatures":[{"sig":"MEQCIFqH8bGbH7Rt8W1Wyp8qSdewXBCqpw2wUTtR9GO4Wck4AiBFb1dnPrWEw7xAIrBI7PIXfd1JxES2ka2b6LhtTgrsJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":233335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjyKkQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqh9RAAh89QiBNGQpWE/qjtHQwxUP2U7ia3JvVUTOB3yzUhTBU7iG55\r\nbICQ7YPsQVwtg98dXy8xM97lVS894snsVFyhFGHxTaRPjzZgGZg5gwxFF7qo\r\nljTIE+p8AzT44Yg1i/KVNJssrISQyF31MYGGXd9jkV+XzLwrNW03bUCRyH+p\r\nSuKq1yD4029zirbGbu0QEhksPyqmH+weG82d706LsB0uGaFB8tnZis09OLJE\r\nH+RpBA2KkFSDTBuj1VSW85mv3M7YkXi10eU4B6PpcchGj/lWgHdwJB32VIkU\r\nEYi0Iu8lt+jjktJkNGwFmwbBpAwdPUdJz/jxt/DFJOwsCQTjTTwCGmbsTSuL\r\nBAP0sDm/RgFUVeSQXScvSvjsqgn2iHuIEXreebzVyfAnqheqZqd+aJ8bL2m4\r\nWmD3v2nWHArURFhuwWHLXJlWlKli5AZAOjoIaTAj2g7nWm5eVxY/G8M3spqm\r\nqPhmMDTdRzYZ9D540OPi9NqTAn9QqUfto08rBEKzeyPv5mIsRJ9SmFG599Vf\r\nh3abInnKOCA3p0JCQbNivTb6n3AFU/NaGsudU3IbYTt4Wcovbh54j0E2nWlv\r\nyt8zLr8Z3bFeeEOIRjswZaAeMOcq8jmXkBD/5LdRavVXjXSBB4GpnEn80sGm\r\nak146DOq+wMZDxdyKF0Vzkgh0Ul8n05Mnhg=\r\n=OYdY\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"},"gitHead":"929f98f1b1bb4b4c67f41232c861626e23e376ae","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Common.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.2","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.11.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.1.5","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.2.0"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Path":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.32.0","rimraf":"^3.0.2","minimist":"^1.2.7","prettier":"^2.8.3","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","eslint-plugin-n":"^15.6.1","@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","cz-conventional-changelog":"^3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/common_3.1.0_1674094864049_0.0365442946736374","host":"s3://npm-registry-packages"}},"3.2.0":{"name":"@athenna/common","version":"3.2.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.2.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"257bc24e30e276cae40339fc4fb581a8525ad2b5","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.2.0.tgz","fileCount":75,"integrity":"sha512-vlMLIITDFgso3uxxY7cAB0nojhkYumAcQFn2nbSpBWIsmnYitp2M/cL7kT3bq+hhlSiWyoIQPJ7yNWSrQvyyww==","signatures":[{"sig":"MEQCIHG/mwyXa+czqchu/m5j5u3dvxD97X0YF/MXHuDHCLcEAiBG8TtYrMOu3vO5vVDT4zJN59bry4VWpFeQy1HdzmuHPw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":506252,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjz0JkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXVg//eQF7v2cpzx9AymsV/cGorulFevkNoTwbh8CWdahYtjOh80Qx\r\n+0ryJMnGScSZc0BwhohdjP7dOEPz/QHnj4hqHEJInYROgZ10EfN7KaLmDpOy\r\nBNmpWSY0Rpkt0ITGGJDR2XzqMTZ68Nc0QgVIKOdV68paZcupkgZ60ZwTrb8a\r\n1Jhleo07E5t6dHYEMFXntq/JPYvSSpnMrIdt4+mW06QOX7BXZ0vjZweBFSNp\r\nyqifwmCuMLHK9o3+ueSiMBmlhPdbVHZ+PGRgs3JNBPHLYG/FdhrGg+ds89vD\r\n8EftJmuPDyDVsPb8BqMcSOEacszW6emBFXAGF7vEfOBMlYD50hIJk+S49Roq\r\nbnH5D/WyjNahIQQVG559hNIQ3OH/f0MI4/tJIzaVHPbh7N4xzBn1wCXgu63c\r\nFkLuPXRZTwBe5+/KFayWP2ugzlYg/LdpQD24j8ij2oDdvg8ocSfoAi4D/Wl7\r\nyNqe0kIbi6YvLouF9ioLOGPD36BR0/8F3H+X6k+te/8w8ZX26lm0qPLgqO2s\r\nxpERTTBT5xmZOj/ZLc18UHCYgVjkqknspi87HKFQ9uXmeFWRftqospbERBFz\r\nJE/WwHAxRBTnmbuWpWH/eC0OOgYxyV3yaIdoAe1VmskRt4HoSI+s0ZP7teE8\r\nRhG5ae+ZUACcG5vLJbuKwiQCMEYlOTzX5/A=\r\n=Jg7X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","tsup":{"dts":true,"clean":true,"entry":["src"],"format":"esm","outDir":"build","sourcemap":false,"splitting":false},"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"},"gitHead":"33b6f1bc96c48f2dcedddf747ee6d2ef2dee1dea","imports":{"#src/*":["./src/*.ts","./src/*.js"],"#tests/*":["./tests/*.ts","./tests/*.js"]},"scripts":{"test":"npm run --silent lint:fix && ts-node ./bin/test.ts","build":"rimraf build && tsup","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/Common.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.2","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.11.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.1.5","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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":{"c8":"^7.12.0","tsup":"^6.5.0","husky":"^3.1.0","eslint":"^8.32.0","rimraf":"^3.0.2","ts-node":"^10.9.1","@swc/cli":"^0.1.57","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.2.0_1674527332748_0.6544974553280878","host":"s3://npm-registry-packages"}},"3.2.1":{"name":"@athenna/common","version":"3.2.1","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.2.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"a34835e62cc16a76e2f2b0a80f8b8e70b409fe43","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.2.1.tgz","fileCount":75,"integrity":"sha512-YbhiPHgTSNShfGSNGaR7Pxoy+/720b6uzSqdAo64Vm/Y0o+6/n8IfwwOBhmsXwtcft0Tw6tAgx1j3g+vZ7slbA==","signatures":[{"sig":"MEQCIFUDz9JlNdld0ca+KHdz/B8tyCOItlr7AKIukRBGa/1EAiBQVDjZlqkcpUkaHO+luMFC77hLJ2dvHXMx6LMZHCXTow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":506231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjz/QEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoNSQ//TFV0b/AoNpzRN5YmxIWyFbs6KKE4xQG6oc+z/Lfms++taIQd\r\nd0JGl5+LyigoLQyHnoTaygg4QUPpeS7JH8zxzS82lHeW5OX4CBW1+QvE8N9/\r\nxY7YeQl53xPvLFpruyZiUtMx7kHc5v9GA2p4OV/C0sUNS9kpJotD0gXgeh04\r\nHrLjGA+w6ZDxKJbeudoIenTRb+5mkWqgDFP2Xqr7xLN/SKFdkhlYBNqq1GH/\r\n8J1ot/YxNNaA0wQNJ7wv4NQa7rUsyCmaH9W8bMT3+JJ1aDA6mp1vh1xXMIbp\r\nJ/VRQPcorFQ3OekvoOr/qCC0YHm1TM9dSr1ramDnhonJ63nO/PSyS2ZYo5ur\r\n7J+WPmQ0zNu+zgLp0hPnieenQrHZgD93HbVnkbRZnb9dRk3RLu31VQmr+L9s\r\nfFP4wX+GG6eqiD4eFfO97mt7RYhlWxDDLuXa7xDg2JmUo/RklupfLywV3Ct+\r\n4JPXR5y/MgmK8BLvBm2lrb8w6EoSWh5pCK63dK6czcJxZ6BljoUsZIFHZ9Pi\r\nab994xr0fAnf1U9CmORDWnBnaPTNAkk93veVi4RItS/RefBMbxdL8nZGP3DA\r\ncc/lbJOinYdt+DnzAX09EWMhY1d084hKSLVtkA60AHgLrH6maXGhtpxws+k6\r\nOE/Ye33b/q8oIy61IJeEuBkKeoxwHcRF0Os=\r\n=t+gT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/index.js","tsup":{"dts":true,"clean":true,"entry":["src"],"format":"esm","outDir":"build","sourcemap":false,"splitting":false},"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"},"gitHead":"07ae6497a8e5e5b9900abfc1e2d413ee25bdd191","imports":{"#src/*":["./src/*.ts","./src/*.js"],"#tests/*":["./tests/*.ts","./tests/*.js"]},"scripts":{"test":"npm run --silent lint:fix && ts-node ./bin/test.ts","build":"rimraf build && tsup","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/Common.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.2","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.11.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.1.5","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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":{"c8":"^7.12.0","tsup":"^6.5.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","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.2.1_1674572804204_0.5487807017551629","host":"s3://npm-registry-packages"}},"3.2.2":{"name":"@athenna/common","version":"3.2.2","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.2.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"89aecf22e67bc2c08c1f5f3749abe9f32702fee2","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.2.2.tgz","fileCount":75,"integrity":"sha512-R8JpC0fQbCtAC2RRhiPrzgm9oscxeZe9mI1LsmFJWcF8vS41jU41mtl8ZwMvluuQR2ZyvLJfrxlEJUuYscodUA==","signatures":[{"sig":"MEUCIBQaOhdpRX3NFPGFanm28y87QFLtoCdGyNoOuNlG/QbRAiEAjCwYtcdShy04g+xvL7bmgkZUsqsRMxgjkNvbpfitUF0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509531,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjz//pACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo4MhAAhxNHZZPIo/k6vauvOmzS3jLjo42BxTKYjX2rzz4Qp8ECIZSh\r\nptccVNDOfVYjQ28NnNcTVSbIIpgzS9Y9ZAcC7/dY629W5ifOxcr4NvB402Dh\r\n+jqe2C/ELFmsIPfZVwctlLEHyZacjTAGElxi8mDMwe3UBYBafcnHyTHwtOXJ\r\nEUbBCGqbkyvD1t6Ic2+j4paZ3B4fQB0ShabPDf1qdK/T5LV0TB5GFCNcrs8p\r\ngryP05dBE6u2qGJxXZ0zPezZ7WgdNQ2/q6xzUdtlIAjdQO0Eg63rltAMRm6q\r\nKJIFGVr/zhqbWGk4eYVWEW8vLgQHWnAEI21Cs+BUwYd255qnDWtRA/JE65Tz\r\nAvI/UqU8Y6Kyl7KRyi0IsLgHY5RqTdfZhzaGf3PH3c9OczVYZZO9IUU4juYu\r\nm/Nw203BLhsFOBCLgit9wH0GFcrYMTfcw/ohN3bKiBVUVet8qjFTNna+xjca\r\nCL5xJNkxMWbL0EkHhWRT67f7gBO7guY1PAsGYGRes2NvLbbzXU5miXTBimd5\r\nrqBO3Yb8SkkFHChewb8iYoANgyRuHnq7zMtfZSnp5NBJJsDeeDeOY5n/084Z\r\nweWNwuPvSUJItid/eychQ9qZ3HWuUaoA5NW3NViSu+5Kx9FPSWw7uRnVnDYg\r\n5zhY3/hZl4doMNQ22u/ipYbTbCCKO+hXgA0=\r\n=d0xI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/index.js","tsup":{"dts":true,"clean":true,"entry":["src"],"format":"esm","outDir":"build","sourcemap":false,"splitting":false},"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"},"gitHead":"c9837a12fc2f0ae7d85ce0006b677828e9bb6b6b","imports":{"#src/*":["./src/*.ts","./src/*.js"],"#tests/*":["./tests/*.ts","./tests/*.js"]},"scripts":{"test":"npm run --silent lint:fix && ts-node ./bin/test.ts","build":"rimraf build && tsup","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/Common.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.2","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.11.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.1.5","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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":{"c8":"^7.12.0","tsup":"^6.5.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","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.2.2_1674575849746_0.937858000443091","host":"s3://npm-registry-packages"}},"3.2.3":{"name":"@athenna/common","version":"3.2.3","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.2.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"d118b0cc3494ef4e9691494e5b350ba48ecc35b7","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.2.3.tgz","fileCount":75,"integrity":"sha512-DhUQWh4B/uQTTMJ5mBZmbPd+W2ooajHweJ9srXCU7+sLKLWouIIxoa8ekInY11ZFGRn8e6tm11yzY3TITZ7dtQ==","signatures":[{"sig":"MEQCICMEp23isf8g17Fmu7XMpWe8waW7Bc9Wm9NnWCq7zdjeAiAoZHhT2ygBoK4L/YdRkUKRfeXQxAq28p27JMPdf5ydCw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509681,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0A+ZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqu7w/+OBnOcPrs3B/RJQrTyJMq/Bqq69zSllz3DoWpqlXthVQeztcz\r\nKfkFzbvRhBlRaEblKNm7konNjsOBqjmVkhfgUP/8CwAilHp7ODfzZia4WUtW\r\nCw3HzyHnSiFdyHAZSWJIdUB4qwSllYwQhqjlBmAF2jlMDvRsj8w6ZVlQhkAq\r\nHx+BmaVwI6ay0egiXfgRnyv9yiMY0RakZjqjeHTGlMcczmSGSNfn1bBReokO\r\nPWn6Yei0h+ew3iWOkA3VFZvQFTkKcZ9paoX/ctxbju+V92WIWxN3CUkzIq4q\r\nu4X3w7HkYdcD0tf7IxL0o50QiQkOSBeRG5K9BaPRbHFJL0jeKeizoi4pWlww\r\n5e3Ziv2X2Jao7MAhcAXL9pU4BDID7gyETUz6eO8fDYR+CLM5txlZ5DOlwfAy\r\nwShrBeMt/CIcGvVtE2ceAIFu08lvDIeeAU+vMuY0yOlE9pDIlfs6hOuPgBKH\r\nwUfxfuBDD0liJfxm0fFt4hU3XJ1aJi1ozjB3f6URMtM3fSQYcT+EKpaO6qG+\r\nW6wXsJicKi8+pXE7Af9g8V7K06F2evGbaRS1ad39+5QcgHqGo0NVjy53/to3\r\nGDo1f9BFI8cDHra3HwEckT6Y7S8eZ0FOc+/CnjBMO6C4GarLarhwZKAtxwt9\r\ny01UKHC5lJTiFkraccg1olQ2/CFLiRGzenM=\r\n=CQ/z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/index.js","tsup":{"dts":true,"clean":true,"entry":["src"],"format":"esm","outDir":"build","sourcemap":false,"splitting":false},"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"},"gitHead":"77485c0bda767337f64fccb961ab4708b74ca780","imports":{"#src/*":["./src/*.ts","./src/*.js"],"#tests/*":["./tests/*.ts","./tests/*.js"]},"scripts":{"test":"npm run --silent lint:fix && ts-node ./bin/test.ts","build":"rimraf build && tsup","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/Common.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.2","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.11.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.1.5","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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":{"c8":"^7.12.0","tsup":"^6.5.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","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.2.3_1674579865610_0.3166391471336185","host":"s3://npm-registry-packages"}},"3.2.4":{"name":"@athenna/common","version":"3.2.4","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.2.4","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"c825bb20897ef26a462c5426e1d39d590ef03c70","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.2.4.tgz","fileCount":75,"integrity":"sha512-l/FWyrVjRbw1C3n+vKcV9BeqBtg2A/7Aj3JAxCZ//bNP1B8t7SmZ5FSPIFW13Z7ppk73r/COdMejO4lacp7myA==","signatures":[{"sig":"MEUCIQD+ep5nyRmhm0fn6eYUKfHzwW9r8D42Q9t/ATFduMvzhQIgQ+E/nxT5/RegTJ8Sq6hzUYePaIee0V1eWF3O9x/UfU8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":509667,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0brxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmolIw//VQkmZQsEsIf/WLU3FVWaBgFFl18HkhctoenPu0R503XrPOYu\r\n8CGAt3Hjd4CK+38WUxifL+P+t5quTvmgO9h+oXRacHqlMPVhAKtjiNzFbKr0\r\nJpMBiehvfK7fShDCSmogHEx5xuH5TfVDnuh9Z5RRZ09YwCLcPVxkXNlPdh7K\r\n7D089o/ZPRFkgp2KGTm2c4d+4QyffWsx0wPl0STifLo6DPPrcSbfrOSBE3tb\r\nhwLSok7fqErbBYkMZk5K3Q4MWZ6ecLcx+jeFnJcb1gkFNxO/EizS/JGB3eMC\r\nCdRRwax8wrrqJkQrc1q9wxmq1vnPqMruLjuojrnvZrF7ny1Sbbdnuc9cs1ZW\r\n5l7ZdZln+ZPg/BA4YPZakucacwxl8Eev7gQC8lWUKLFQfYnUQTsFV+5gyq8I\r\nUYN11QPvIzvXzPr5PaiNDwobWVTPW0CzzwG/+9yzbqO05E+Iqj6MdYIC71fF\r\ncWsSjYVdBOmY6fK1PCtZLeW5wn28HN6D1gvH7jIsmuDVONq/lPxQwBgonOXn\r\nKYw34dK8rzdC72BznQ2RjLzpAvpf+RXKqFGkfyBTwDUXUpCec8oak675yQXM\r\nPyE/Lg1ylbc9ON+MObUUWKobBJJrg+VmCVFrKc94mJ66wit+cqOf9qwFYSqa\r\nJNuNWXCByO7/ef20owW3uk1hzWUKAMLtRF8=\r\n=apH6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/index.js","tsup":{"dts":true,"clean":true,"entry":["src"],"format":"esm","outDir":"build","sourcemap":false,"splitting":false},"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"},"gitHead":"a36595d91cea1b75bddb77e49a8e7b4460d4fed9","imports":{"#src":"./build/index.js","#src/*":"./build/*.js","#tests":"./tests/index.ts","#tests/*":"./tests/*.ts"},"scripts":{"test":"npm run --silent lint:fix && ts-node ./bin/test.ts","build":"rimraf build && tsup","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/Common.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.2","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.11.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.1.5","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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":{"c8":"^7.12.0","tsup":"^6.5.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","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.2.4_1674689265135_0.9481044850288469","host":"s3://npm-registry-packages"}},"3.2.5":{"name":"@athenna/common","version":"3.2.5","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.2.5","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"b84f63ad81a99daf450a4e8b0596716935be8a94","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.2.5.tgz","fileCount":75,"integrity":"sha512-D8P+1AeC2mgfklcxIjL+caBwSNFLTr5rWd2FSPKn77kkmu6IDxRqSu6MXU98dkYmk09cRQox9xOl7gw2W1r8iQ==","signatures":[{"sig":"MEYCIQCyaK/jPMbTrQG3whNMrlVtKj+VtcujksTxzwoUQJ9FXAIhAME6kNEO7halDB1eX6PBOAhOZwGdV7XH35hvsAd/VjnO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":218303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj1T9RACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrW4Q/9EmDPZXZtWm5mXMB/BUTpdUoKcFu8thF9FnlVpYi9fKvJPfBX\r\ngNRJYbkmk8mAF4k/Blh1hLLN9w2MaSwRsWkDNyuGH+E2lcH4D29AA/Gt6Wlm\r\n1Jx0r7/VmAF0FZw//jA3ok0puuEqffynsNKRgzxi7rLguzN9+KT+qEEribxe\r\nO9TgW2cVpHmNgd8z+T5s4Z+bDlpFFo/xTrRR5vMD+hPF/kb0h/ZODCdVEMr1\r\nffLTI4Xtz5wwvrwCYHMeTDPoE6EW5FwglzwUBtBCP5zCVCZ8CIxAlcoGBIUm\r\nbW//EB+OvDeG58Pm1LTdS8kTnF5hUFrWvFOEegmIULcRkGn3pdo1pRVHOElX\r\n9FCeel2Npc401h29kpA4XguIkc+YkxBc8KITH6BHZKUBtChemJMkNiFW8qsa\r\nSv6Z2WSsR2epfUDyYO4l3/f7N4iCZCAI9668/4tVBcQRUCVZ7fFjXmG/CQTd\r\nODbHvub/7x7uaXy0XvxhzaVsEAQckVmaEyCL29hoo8P62jJqg6gNLNSo72Hc\r\nxGfL2/CzWY9Tx1g+Ge1VfEP9HD9X64RGPtJm3xohL5ReLE7Hc2oCr81JSA2E\r\nJtkjVISPRFZ3yWoyyp0uq19fL4Dg8NYYZBzFq8EZmqGhoF5qj5ZZbkFKIzdM\r\nv7nOllQnUehYd20WJ3+7ywuA7/fy2ve1vGI=\r\n=QxLB\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"},"gitHead":"0d0adb89fe3a6d0362074cfaf2ce0e8cac60d24e","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":"rimraf build && tsc","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/Common.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.2","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.11.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.1.5","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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":{"c8":"^7.12.0","tsup":"^6.5.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","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.2.5_1674919761027_0.23530829758344995","host":"s3://npm-registry-packages"}},"3.2.6":{"name":"@athenna/common","version":"3.2.6","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.2.6","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/Helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"387d0bbf474aa141546362b94d4b13fde5b7a1fb","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.2.6.tgz","fileCount":77,"integrity":"sha512-sUCO3Fm2p/J2BN9JUI9NlKaWTUyCkv1Nd8VPR41AwYQTNGnAX4Iihrp4CVP/+WeyGRNDEAzhTpqZGT/goX1hXw==","signatures":[{"sig":"MEUCIQCLH2oLDmgLgJF8ueRnPZrFxwxyf0nVVxOJYI+b6FccEgIgeg+i60Mqmt9588bxL9iKIl+LXkZzfNgtoQjQnPhJrHc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":227034,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3rVGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmriMw//RF4VWfSyFI9MIPYWMsBhUYStcLxLNLXQj9NugfsPE4xNzEMD\r\nuXQLR1gQL2KBchmZ+ZBwD5BggO0s7mZ5/Chgpc/C8eiv8qYvw9PhBtWVicLA\r\nRx48tW9nKTfgXOK6Xvd+feblsXCAqSqV7UmwPDxmrU2CNefP3WMqaUkes2zb\r\ncBZ4jTnf3GO8/BcKVGo5k3mLcTKprk3qDw6SOLjRZ3mRX96XtzLWQA72+Ku5\r\nlpEIcDVfi32KeMXO0y8zXBpiIct4BsVuB5zHiyVXO8I391mg5HiH3U5/hpJ+\r\ndPI9tSau6pW5vYduofXez2CHrIGJ1Go8ioGNs2HUmDR/ZpSoy1Z1YorzU7sS\r\nRu+YwNgskxDTZJ/0cqIAjnJgfJkccGQZ3Uk24UudRZih9TBSf1uzjEfStwyd\r\nWPmlEEiTGoewGz3hVK4+nJZIgkPAnMBrvp/R1Zynl6Qcv+O19fMtCwXIkj6J\r\n4mEJ8xJh186K/NL+njCE9tVwS7fBn3MV128Pi/w+ix4evzqXSgXY3H+Ugjmr\r\nfwIyji65tCoEt7gbb0dA+dLF0WDSgPcjm1lTr/0alj0TgA1u4WkdaPgnN6sT\r\nIRzDY7fU6RxIHmLYgFZ+pGjaIB5HgW3pq4/VxM2KUCrPc8a7evj2r39bP8vs\r\nmt+0W5uRptMKXY5Dy+KAgE1a/gU2nYfBBiw=\r\n=Aun9\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"},"gitHead":"f74c13de2997d7e95e4894f1f50d6fdcf0a577e7","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/Common.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.2","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.11.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.1.5","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":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","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.2.6_1675539782379_0.9082453310573637","host":"s3://npm-registry-packages"}},"3.2.7":{"name":"@athenna/common","version":"3.2.7","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.2.7","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/Helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"612e5ed060db4295854c9a8879a67180e9a13efa","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.2.7.tgz","fileCount":77,"integrity":"sha512-ARKGjw0hafEpAuqmkkDwbmlwVTOFm7i3GYidcdgbTWUM0PiFyTIqbx6JmS9V9ONWk64wo2fK6XwcH6vOhIiukw==","signatures":[{"sig":"MEUCICk+Uxe7PZ+33UwgIr9J8LBr4VAuBUp7iSM+3OkPKTdrAiEA8Z6NQ5nIflSOT1J4eDvZ4qFEBJvVKXVveRIjDuVaVCc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":227106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3riBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr4rA/+MCQVvpIbWnXX60LBnyy6IFMKAfXlkilYhzM+gnUAXQPoTVm5\r\nm0Qq/U3ktj8dgQPlvLYwRqFW84RHpbd4NFKJo+cnHN82IvoSTzqP6XyHE3UY\r\nNG0k5aFPn/NZGA/panfno+dKyxDAQqZ2VGeS0g9hnZAz2IZ6xHr1KQDLW9jq\r\npOkdtzZU46MOdSrTQvfVWQdmlLOHFjGtV19VFKQSNjLgJjntO8NR3X68mNV/\r\nfLiJBF0UJsxcxnlkWIt42xc7oHmsyOhXQA0Z7oVfPbjhUEWKpJy/A6eoFWQ0\r\nMqvxTGcwEaC1Exc+6udWhjnQL8cebTdCrFoQaIK4mgjbjmRiWZ0UzmY19Ia2\r\neu96tBqIvTO9+Yki/QMInrDJ6/spqDQ1fqjIwRy7YyWVtzVmThY4ArNGPLSK\r\nve12VRgij1jKoiBbogApk2F6F1qqpiIzpzOY+wVlEEBRhDfz6OwJdeoWxjEc\r\no0UHQV2jhTZnRRKjmls1t6abYFqbH3ON0QXOBM3ZbiB1ikUbGoYfYiUy8aHu\r\nyagdzhJ4IRg/Bp81cj2yw+k0ZCTiSuv+Xn7d/I+2LV8txjR8zK6yiwbZ/1XU\r\nMAqeDEH0O8TirJ4aSbQmuRvW6wYLlvf/EgL97s+bHBNdASE4uSfK8qRPYtqr\r\nRUmCafrf5++qrElvawK4lOQ8g+UAqFFwJYw=\r\n=68wt\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"},"gitHead":"12941c90d88437c9992d894f48b281cfe6e24eb4","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/Common.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.2","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.11.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.1.5","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":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","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.2.7_1675540609291_0.8759805973592623","host":"s3://npm-registry-packages"}},"3.2.8":{"name":"@athenna/common","version":"3.2.8","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.2.8","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/Helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"11e6aa1ce2aa5e32aae14c3796c7938c44100c9f","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.2.8.tgz","fileCount":77,"integrity":"sha512-2Mj/PaNM/D4evZuHcRGdhjTUkeVddkRWlViqeoif26X+bnrwfXi6ZfF07mKltWPRqK+WimpF7BRc1PX3RR8NSA==","signatures":[{"sig":"MEUCIQCYJKNvOgd7REQKEcqlXrxKEYTpqcM8CmqCynflLfxJSQIgCr/m1+XYHChr4W2iM3j69EclNgM6i5B1BO9ZjlFjHPw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":227503,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkALXBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmohww//WnP1QPJ75Ok462tPLMsbjIjKfDaUiStLZTLORTH5Lu/kgIyP\r\nsP/SBa6WBtfFfMHrhskfb7JlVngXwzL3Z+Ty8mo+zDeGbDF6DYN0a08fDry8\r\nSYH01Ob/U8dam7IGo3V2WZi34g7lTe/H+Fs5+dt3ENYN3FD/HlzVBQCaTYWE\r\nvUtSw8vf8/eJokFQWp0VntWuZBzrjPYOTfueEBe3M2swRIX+e5KF5XCZL8rS\r\nDVjrd3klhBWifgmG4ih5Xe4BZpsYQrXGyVg2i6zcmg0/mLX7q6xcSerOqDHq\r\nCD8IbFc1gfR1dDgGMvOnl/0EIrdfIHGggx0MvreXr6HVXCRCChlnnSZ1sYtl\r\nAz0inFB6wQJda0pPC5nfgPmXgc690k1G9LD+PoD3XfkGGdDaIuOXUJpZivNP\r\nm1psV6+6pfsb9hNQtXHsU6QnSRcuY+tmvwqeqRliUN8A5g/i1+5qxhren978\r\nWpPml/ANJ3hEakbS2aswamcgavfSrSxWuOv3F5klix8L+q67v5pL6RMGANhN\r\nQDoUeBBXf+DXwS00M7R2fCAhqX0YdlAkJSzA7qr3QmRWAY4q94kxU5iOYjal\r\nl1WGyqLPMTiOuDspQmwosZFhUGv8cL9ik7kjvJvo8AEzhnFgipCRnopcUmEP\r\nLRNkyg/XKbtEHZaDXsHgm/12llxbSpefjGM=\r\n=77rC\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"},"gitHead":"7b20b4c5f1a8bc1f00b0be0e8afc47df2fba12e5","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/Common.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.13.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":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","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.2.8_1677768129025_0.15602245673517534","host":"s3://npm-registry-packages"}},"3.2.9":{"name":"@athenna/common","version":"3.2.9","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.2.9","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/Helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"bda9f6d91c8bf0288fd38b94acbba7781d3c8313","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.2.9.tgz","fileCount":77,"integrity":"sha512-MgHPqY+1PgGJ/hqyBIbAYEdtU82PnuvKNoqCQsaE58zKTuI1hjjL80HsLLB7wurKc16pXT2gvGp/otFxBc0ZCg==","signatures":[{"sig":"MEUCIQCpFW1jGOj5iuQODCMj75i4aCoFENw9lAAVMmiN9PjD+gIgf0yY7a0DgE/8EE3VBjTZlIVNXslRtgiPk3KaWd287lg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":227628,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAV4SACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoJwxAAi6CYKh04sDkb1Dsejwbi8Q6YJuQ/JQ2F/gb32VK/aKbqX7W6\r\na5AEcExoxuUSnTGv8SJQMVh5rUiZLQxYKLmkQ1J1vMq52phxvDkl9v1DbhaL\r\nKC/L7NQsxRENdCSflKq1CQj9yQKCm1VEZyq57/WJuAajHiPSEsnYDXWvWU0j\r\nkIWoHCz9BSybaXH3YK4bbEEP9e6SNUHCDAagmr02WQFFWNaqgiNualZoB/tm\r\n/IJScYwpXC/gCofkP6PJSvFln5hkGGDuVxyhignmZ8MWjdolOjuj4sv3fB4X\r\nDcYyE3/wcJzUH1DQxGMs7ElwSjAsPCKjXSbNT08O9T9ZIzs/ExISthr2VKsX\r\nscivwigpiJsZFuAxFInAbk8K+Lns8p50oK5R1oRKzKzhoNGQV8jdsUr0HMfR\r\nSyMnHELJxf/FeWczlZ83k2zvu3vZIHLuBkLPrvEsN+2VeyBbeEifrq8zBPHt\r\nI2LVzNRP32FH6OJ6ED7rB+DJhK3Qu20ae/3lAoxACJJSUbnBgsr1IZSUb+SD\r\n+0Y6ox/urV6LTCphgnEfXf9lRMj+YUJyFy/IL61BInLo2RBfNDLQkP0VJHk+\r\n9XKfdKlPG+qPduRVQKkok8KdvNMHmZKinIMBZw2AydayShqH0W3UvBjtOiZ2\r\ng4sxbKzEYPCMeONv/GMklEHmljHEr/yz3VQ=\r\n=GhLq\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"},"gitHead":"8c7c4fb7ff7452a660ded8f8f0eca80b9ce8818f","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/Common.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.13.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":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","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.2.9_1677811217912_0.698400465302403","host":"s3://npm-registry-packages"}},"3.3.0":{"name":"@athenna/common","version":"3.3.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.3.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/Helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"37f27540fa9c798e7834a8843c208fbdeaef8f0c","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.3.0.tgz","fileCount":77,"integrity":"sha512-hZtaJLj0aP8/R9IEd8BU/Dx57aBRoJ8uooa3GrRP8De5LnMu7l1RLFgebEx3m9fSloG1M5Oml9VhgDE5Vqe2OA==","signatures":[{"sig":"MEYCIQCT0Vl1QddXimNNx89l159Y3oddAHjYJWm4ZSODE0HwtgIhAOoaOgGMaH/FKjs5/aRLRzMINRwa7C1qliXRNzhG7y87","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":233878,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAk4SACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqvmw//Ru9YbjaIwmJSGbfzx+Ce5vpOlpOBgk0tqlro5JaL3ecudrPX\r\nB14f6Y67myiJIHgGUNQOjHbbee8MkYzUNUcDHEDmzI0/LACzJkJATG7XbiQn\r\nJDMyPpSoZA9om6IHws7bxh1K8e3gaGFmplv6sbjbGt3OEff7iWEYJ3d8jtXl\r\nbbemtyOfqpypm0XEont0QwQgjM/Wb1MWJJOVbCauhN9P7F0a7xNB7O3WTQVu\r\n8f87jcgHQorkXhO4Q2XAoN0y6vYatQiDgMu2whwPvLOZkUj1ZyhB37S45Ed+\r\ndQ/Xz9diyINTXQEBOKD8gmcoWZrq7PBKwbjAtr6ETkaZlF29V+E2dX7uBlat\r\nuP5V3oU3hXrok7bSiyRUvdGw0nmwOVRfYzAK2BvrlBrKzjVWjFNHDIWpd3/7\r\nfk5AsFLDWEkgzqKLdu9FeM+dUR5isYwoqa8lPrsXPmhdbpHlDg6tO1Ql0AJ7\r\nJzQ6yuDKzxi9ImvbBSBqVjcqNOmCpzAWZ/EGqB5JGi65DZMJHa1skbTTqXt3\r\nCLD7mwjadXUlB6zDQZmj+ltNz4+EcgTrsoT1oYF+gNU0RSkDpUn4z6TsOPqX\r\nVU2kyh9gsx9Zfjz454aik7sPX+BnZwVVUA0LktHjT3YZOr27UpckFbim2gnn\r\n/QWxuoWonQGShMsP8/Tum7UkGayQeysRpGY=\r\n=GK/z\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"},"gitHead":"82a74e827c63a6af4b2e1dfefed91ab49a3d8445","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/Common.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.13.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":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","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.3.0_1677872658700_0.5072282002357511","host":"s3://npm-registry-packages"}},"3.3.1":{"name":"@athenna/common","version":"3.3.1","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.3.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/Helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"0bdda77bdac1406f092d0d5cdc3f963fe16e2202","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.3.1.tgz","fileCount":77,"integrity":"sha512-yo3nCxFiISK5OjNk7M/9/ZV8VasU9MQqDE2xO941BO2mRUBuGR3V9am1grNwdDHEe/AYcaaC16LKtV5nmp8gtQ==","signatures":[{"sig":"MEQCICOBlzx5luqR1om5B8MzfuEs7DQvsGsACHw5r3VDboxbAiBeKjWUutHRk4at/C+Nb0bFdMrBlrw7mBtqImtDiq9P/Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":233995,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAoRxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqLhQ/9H/McMb5nPs3gL5HvzEMmk2OAhDN6h0G6OHLlavKmfDy8rgfc\r\nh9vJqUopfqtMu0fl8ySr5jxapmeztB6kF0rYGQwtaIQKbO05V0XZN1wGuLCl\r\nME7L6v9lgJgZxZkRDbZhZvZlOEkXxcPocnaNa2Yk+aqKQKyb5vDkBZeKQL4r\r\n4MvzzOJpf7GHsvGprGAgCabyEF2rmMmtK6rDZJft18DHFN1volr1XllsTelE\r\nAqWTv7tvS4lybeFRDJRJtqNp1IOw5UDCNeYaGTLPbCnhMao2kqRlGd3wgxiY\r\nciqgAlQsczobmOoh//69wA2DXuRpaswSrh/OyZQ36OF8eoZR8UH5Ba01FH8a\r\n3PK9pygxuLk5bwWLtlmQA5CcsjLgiU9+eqml0MwZjbYmShr9NQsX7k4Q1UnU\r\nXDoBdLt5DxKpBIA8q/cKiNGuUs/K5+KBw5QtHGpvKpFUBldpRnGxWesVTDeI\r\n9tztu31vpfIWwcIzjyP+TuMNfkyxsC5YmCeHhYg1koCJYQ4B5VHEZZHwtN/4\r\nryNZzDR4meeZCmlxAt7CgnfV0yYEKYioyAd1NqzWy9rSbGa6VJakQ5Z1gvVn\r\nVEwZGlTPfmBZlwD9gbalFUNANAhwSD3RlJws/BKD1OhO0yjoSdoQ4xqas2bc\r\ngtxMoE9tIaD2ha6oIrIyoP86dgVzEiyJPZY=\r\n=a/Nu\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"},"gitHead":"162a61237e811d449a45cb0d3e929bfeb0ae4d8c","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/Common.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.13.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":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","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.3.1_1677886577017_0.6688567762174149","host":"s3://npm-registry-packages"}},"3.3.2":{"name":"@athenna/common","version":"3.3.2","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.3.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/Helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"0ab6c21b9934ea0e5843757be368366fcd3f9f74","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.3.2.tgz","fileCount":77,"integrity":"sha512-EKhOq3sqM/K8vUWjZr583dnf/dltFGKhBzx21g5pp8DsTFyu4uYz0UIEeyyBcTLE66mXP0l70qCXM5+7LFtfdQ==","signatures":[{"sig":"MEUCIQDarqQ/wxLRyJtEY8jqVXetZo/anTGY6vzcbpZwo+TVTgIgUjkC3HPKnUU65JlGqDh45c4kk4yLazAA0D66emqeOSU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":233975,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkDyzWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpiehAAkX2JQdipPjV8LkRH+N7fuknw3kycEfyH1RBM5c/c/RPTza6D\r\nKLOZ0PDnyzIVSMcJqpX/+iKSYYFH86gn20DA4KR7Fz0TSkuMRWNxtqbltNKC\r\nbPA3whpzdGRlXtGyvlGi3wIaTSJYa8Dx+fgTgrPerYJbVdq7n49zRIKUR2iY\r\nMNecq1s9Bv4+39kKxiPsbsUYj4UMOt7roJD/ANdOZWBtQ/63l5MixV0zrNqw\r\nwxYA8uxjikR3X9CQlRlMmuChpgYH497rQo6xMofL1HOSfFfIis+LZnk94Yr4\r\nKxBszd9DPzoCY/NkAha2wUE/rfCy4f40FVSOLPlphtNpScT6zvFw5SmTyQ8I\r\nwm9BhMd+804hgqjrwKy7ZlR3r6uzNF/pkNejcnfae2XSxkfwJ49QNsqkq6VU\r\nc7WC07yxI+wGc0BB/QSYUQdCz24cPjp22dOkp3vg1UcTjcbRtlqOhNMj+Ft9\r\nkAKgb+5oo6mtbGPN3tGGLzSg5PIUtk6NeV9iqNaGzL4PVazxEER4HQgyIei0\r\ncE5ufEJJOKjGz4BDbWkcuNG0mV9IpXWTI2dk1SRRdVaJd4HUiC/vqqUitEmE\r\nJrE/KmsXWmyjJaDM8gY3epFxILIKTwRJT+Uj9sK0DZ/uQ59sXx8RZ+hERSG2\r\nlwbxM2wVUZyPBNN4DSUm8SgMXIMWLw2UZls=\r\n=NfxX\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"},"gitHead":"4be250b75023a0cd8854e15ec908ded49151fc27","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/Common.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.13.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":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","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.3.2_1678716118743_0.742989205187482","host":"s3://npm-registry-packages"}},"3.3.3":{"name":"@athenna/common","version":"3.3.3","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.3.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/Helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"c194c99dd9ea254dc487f03ea3a6b16582525e9c","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.3.3.tgz","fileCount":77,"integrity":"sha512-OPq0mg2BBPKaX4z6MoXxWjTw33+C8587+CmpGGW+/TmhnMbYZqK8krcqt6L4MZDFfOt//9Kd+hmTwCfX6JkjAA==","signatures":[{"sig":"MEQCIDIzHmHSylugkFnqcs5BuvVVtdyNi5fn4bbCKl10O9+gAiBzvY9wxyZ6bIWVtrvEr6Tr+4TmRyvfN+844KB3uXCqRg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":234002,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkF449ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoCQw/9FYaddqinYTwQvtP7sQjUef4jSd0Y10oWL2A/zf0w6Pt3K8cD\r\n4CX+7Cn4Azv1GBSG38+F9f2TT6bYOD/TnO4wiNPn/EUwUDO52OsRJ7JIBT2A\r\nymvgX7ePwExp2CtSeHGcWqiCf3SLaOwPykIBYj1/6xsjlaxdvccpZASx7PU+\r\noiGWxebFsNLdCTBRr65kHwKkHoq/Ye4OEZDTAvw3T9MoY+4qTddFmP7/pCBu\r\n1flF/hPFI5qHlWdM2pBS+sxuT1JjA6LsikTdsni14yGlc+Cd/VbaEzhf/Cqr\r\n/VDUMMmLXDWFiHS0p+Znj2DHTSoNL0FwwTNF210UEY4PouHBGbzfOi/0yKqS\r\n9a7Ed9iPb7gsWrmkxm5HbOPWDacNvMnFGf63tIenTzQox/SSuvNRsrny/7TD\r\nbyl5c3hP0e57M53U4atMzJF8PKJuUg2cMIOqo2PBgue+8FIzWPxW8VAsBg/o\r\nxbwOq33U/+sraOANWk0rBaygarCVyohzSUVQbSCZPHeZUtNC1HgH0d01y59M\r\nU/p0tJcPCBEZHhEKPyK8QAtlhTqLtTF4qyRsXGLNbRq2JLFq7I3e1bwpo2T8\r\nKq50D4xOiA5IRizueSshpYyJ8k3fxrrmBYkRCj6c8RmArdHWUbIVOojs0f47\r\nnddO+HvvXuHhH+RN3G0i7eh2rMJJkDSzCiY=\r\n=Br+p\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"},"gitHead":"99e72dedf66322b6b1a131a9a319a550302a95f2","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/Common.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.13.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":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","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.3.3_1679265341423_0.27780912209409214","host":"s3://npm-registry-packages"}},"3.3.4":{"name":"@athenna/common","version":"3.3.4","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.3.4","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/Helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"2691b53f2346301a14de30e74608e2e1c2861502","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.3.4.tgz","fileCount":77,"integrity":"sha512-dHfPmmOHzMxyOvMbhx7sKuIVUcUix8uIkF0RmIMkZwvKdHG8JnlUYmPIeur2CkAterYGwqVokoChVgQwhIfgAA==","signatures":[{"sig":"MEUCIA3Ofqdx9Q+XbtGnivx336ImcKoz1wCaDMkGfspsPcAbAiEAr2VxJbRV/IU3xojKrJM1GEUYiRXW2bCg8qTRTYJ/mOY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":234123,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGKvFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqbZxAAkbemSf2s/elfGo9gPkT53rv/MDxeqdd43bpnj/FLyIQEA0BS\r\nwbOyJGKs8Y8l+zjqbRw7mi00EaVEXq2TyQSn5wmBewxE/TRW9T4lu6ZIVO6s\r\nPQJFIjAl8MLjXLQpqwm7P7AnoiuS/xJiB00P4rQcBBi4PdSJaBd7hUtFfp1g\r\n/dW9XEhalgPZYVPsysr8PDgNdi8WX4ZYfeXi04zpw+fD3kE42mOhZnyoVAsO\r\nzL/0NFSFYaZsZIBl5PwzFKzpIEpayt+bt49EnPMMoAgxhKsV8Bwp13Tzynii\r\nJzyCvp4WcODmKP55NsW1DuY4XbuOskti5TXDzx9/2EnX0S9WogyRQCpdggDi\r\nBoHl2j9OqpCx0rDslTqNhT95ocfymle7uA+UqgkWHGss81ExqtfPxQgoQpNo\r\nffOMxBhWeKKKYpe3FYz2RHadEP2wUaUZKvp3QcrFsN6VND3us6mKR97y0NpZ\r\nBtq8CW7zqlK1wsl2Ac62xn0pqXFPE3bD/TLVVL2VG40YtKGXg6hyqWdh49Ku\r\nUmWQrDdVneldPlqqy5jn4uwpS4QDIRQoGnANGOqs2AdM6RquMWfGoBqdu/ed\r\njA3OlzfMgOGrQkCC0B2u8OykRiriMEH7TyQbHqml7fzxUhZsFYdFy8pN3WER\r\nMCz0N//HJvKUhxBoPGxOFZCAEb84l8a4s6o=\r\n=RxHh\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"},"gitHead":"626da8eeb0aee0d460146b4d7e338cfd7a32a443","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/Common.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.13.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":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","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.3.4_1679338437304_0.21539946564726375","host":"s3://npm-registry-packages"}},"3.4.0":{"name":"@athenna/common","version":"3.4.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.4.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/Helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"f353e2ee37db7aced6cc53a4a78410fd51938919","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.4.0.tgz","fileCount":77,"integrity":"sha512-v8k2ndp0cMNdSKRDWwDwgYAI0x/Vkwh40/nXYvxGv6xIQthxJav8rkfzSzNWzVgiuTUf6ZOXD1wgaexV9hKaKA==","signatures":[{"sig":"MEQCICKGwV9Nd0cDaEvS5vteVfWOVHbPkQgtuntEcPb0ZvYfAiAHyA33QPLtxh9spJHsfzjiKsBk4OYGyoCyNLKOZTq9Pg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":234535,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGMo8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrhZw/9EOvg5DCoRX1xiggdOwGEEWvvcd0jeZZkyPQjyPB31HMuCmdi\r\n3gKwZBmzkI/G2GXjGo8S9p98OubeKBs+4l2jlBfhA5B53B4Bm5fhPdY4+Tai\r\ns4GrBzLHoy9zUGsl3iyu2eVNDaAVikO7RvQ2HlrBzPFNNSOKYoCvYvjoBky/\r\n3bwpHLocsQ9e/xdf+2KyX4zZOwtrd11Kq+mkpxl6RkjV4hFuborodyFHjRnp\r\nJdoUaqQyPwss17KjHH9lt2ivJa9tAR2WHn8IGVvte8oGsf2FTpIV6xERycln\r\nv7Ciz0GVtz3F9VEgzuuOyERiXAJxjbpnUaD+dm/pDMHXlScpzlID3AkVSGmu\r\n5mJorkJ38ZM0tMIlstqxDchxuiw7o5AazMT/UQPkfOwnzVQnRWYhG9Rh8bRe\r\nizJDSchYBQ3PPgLyihnXuLuc+mPPC0XamB+izs9GnA7wlHHd9PSVB6zWmutf\r\npD7Zut0FLp5c1aPH1Fof8gL2D4DDlBw0ytTVZeH9bW/ABHeoerY8/jgEqcIR\r\nu65IqqYm8c/UoWqR/AUN/dkse0fcAt8cfVTTPpN0sxIRPgrDoIU4KCMOEg4T\r\nEDNyo5mb+UwLV8kZfzYJ6v/BMrNGZ0pksCltdHXrGPQqg6rtsFy3OqqiBfiO\r\ngEKOfVi/Hqoc1QYDMK7Ji6U/cpNJ2Cdtmv4=\r\n=7sP4\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"},"gitHead":"3d998b68522661fa0eee6fa31e795792e0894d15","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/Common.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.13.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":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","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.4.0_1679346236700_0.9012454123058156","host":"s3://npm-registry-packages"}},"3.4.1":{"name":"@athenna/common","version":"3.4.1","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.4.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/Helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"2619b6ff61a494600b489cf1b7916cb5f0849910","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.4.1.tgz","fileCount":79,"integrity":"sha512-G1cDncXEkFrlu5QI1EfeflzpyLtSagzNIKCHXSmgFz3IyMzv8Hq3o+Smqx82RZoJa05so0Bbefgl85uVpB0BUQ==","signatures":[{"sig":"MEQCIGcx3v8g3fIOI/a0FN2xy71wqbVMr9FRFCZ/EGOhluxSAiAM78pM9Lt3WLPEUdbWgcYaxExehxLn4YD6/9w/yNFjGQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":235789,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGS2HACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq4pg//dRa1dek7VaCarxY8s+zPVsi6TvYxR1rfKHsxVkGwQ4yvGf9B\r\nkpiEkv3Zlcy4KLjTaQ+IuUX6qKnZO0pWKc/XQhop3BuaFfaRThwIxTJtJtu6\r\nYBSqwHLVRYe/n0aUYI21HKuBs1LpWxakU7qM0KjDEO3O7Qr4wBAo2Bqun4CX\r\nUCvG4MRUhezIO8Ipjcy/KB7Ll3xJaM/7RPn6HiI5ZMUmNkf0pcvscKR+Dk4E\r\nWUjHVbAmGHln07sbf3ZJC6Gv33+BxOp2kC9WXQfBnwDdN97hvRPRDY6HJj4t\r\nl5TvcS0hYihaKvJbVxEdHjoOKOkOPK/RdDxj7DUgxeWfM1a9btgZTwDMcp96\r\n+UYV6/CjwS4sfyhjrK/ZEZhnzMEg6nsJ4pdGFfQCpGWqi0rpoR9aNOADT0Nb\r\nZ94M0W6VDy+L23+ugP+Fc6oi0IN8yTwhFrYBxJnLIfWRSMw7WG3XJj+6g7/a\r\nsB9QclxYEOTVZWxzqPVxbeYOiJvnSdPA1SxM+d106pU+sDDTiARhGKsVnUCA\r\n1q5/+R+VOUy3XrcuA14tpgc4IDKBhh6L9J9O3hs89lAwWoKJCP5rsV5fW6l9\r\nbs3bvTPA+OPJyNIw0yF4oi6uSQVnTm6DqD29Dc08VpJBB5bR0mhILzmWiA9j\r\nmNc6Y3eyH2KTK7i9tYd6Rz8TdqXS77vao08=\r\n=ndMX\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"},"gitHead":"09f2e326ad1b923d6bc958524aab5f22949d241c","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/Common.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.13.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":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","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.4.1_1679371655283_0.6972601812882044","host":"s3://npm-registry-packages"}},"3.4.2":{"name":"@athenna/common","version":"3.4.2","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.4.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/Helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"849cbba209ff827a5536221414c0d526af01e5b4","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.4.2.tgz","fileCount":79,"integrity":"sha512-h4bDueHG6v07K7QFrMEFMC81M+gGik190aGyYMYDxqRFm+SP3P2DE+OYRXSe5WFBD0nAcCzhdnIr+cB9fCFG/g==","signatures":[{"sig":"MEUCIQDdCiTHwesI9CIBFFhqgegN+KuR0yMmyIfzQtLpteV7fQIgaAIgMbLaZYu/shh2uREFDWb6Aa7/pYCOHlu51jreiqE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":236623,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGcASACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoXBQ//XQZGp/3maEZicUYkpi2y6Eby+eYcCs9pJUZE9wzC4D1h1Cfz\r\nHYv1gu5OUleK802HNN4u0OmYNkFWWrtLGw1FHq9gDkuOzZkpLJ7jbK3pzjWB\r\nNUkJ4aNxlaRInT7pvLRZeNBswlCXApOflfXZznu7V1+GL96ixylXZ+SWm+Up\r\n1l0ithtOTycVGMHM2Q4g/0Rq2EREjq7eHK9wS1DWwW8TLgojzeO204AtC6oB\r\nPhHKDXrXP7X1OXjjDWqqh5aRmQW5aiKqecAz9xjVa2mExK+JyAeJxquf6w2E\r\njg+DyZ64IIKAQucKCOM4eW21OW/7xNg8jvYBIALVIBwHkKSsjz+2wvD81bH3\r\ncQXg1VrdWJYHL3Wk7uQ8KY8UAn0GnBYvXie6BfqgwFRvk8czQlvx1xGGSvmJ\r\nbnULIC9AYuQR9Xz0AjGL09Dh1eGbjjifWyHl2khftkB9coIkVAky0d+H+YTn\r\nHML8diSHRpYihDF6GQTi9g39tyryj5hZ1ACkxyXcGH1rfzLMV6RVXFlfqQ9M\r\notWOcWVcWsZiOmHBgFqcEn2BXhpx2q4f1Q3SeD3rY7sEkYaQpT+ahp0U8Vrs\r\n9bmcyVI3gi+r9GxLDaHPnbnNrXEJot8L0j2Wa1ZAQzmOkXZ4EAXzzUQjMZVK\r\nCKQlyTeqz1uMXsSMMN6OzLPoZPL/5fvXp9s=\r\n=nntU\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"},"gitHead":"22d77fe5c813eeec05e383792a248fd2468482f8","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/Common.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.13.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":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","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.4.2_1679409170439_0.8421308041505298","host":"s3://npm-registry-packages"}},"3.4.3":{"name":"@athenna/common","version":"3.4.3","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.4.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/Helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"d253fce2e8bca9713d739172bdf3021bb8da3448","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.4.3.tgz","fileCount":79,"integrity":"sha512-opEJgrNOZNisClQCvrIm8yeHADDbcPjqT82QitKOKOChTNNSk92Mh8MmpHAa7d1ZhOZ28QCofBRtDUPYxUDTEQ==","signatures":[{"sig":"MEUCIQCqhkZaxWr27+55SsTHe1T92CX4Bg+6VONTu02XZtt63AIgGstER6BCWjcpuLH/J/fKdaTaYHQ/VHcN2dc5kQl3CZs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":236649,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGg8hACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqSMQ/+NNlOAyWQqmwKLg6ZlQsut1kT1uWx7VNLHRYNqwMJ1aCOn6++\r\naYyx/O/faHYumhZP8H5sWm8RRIIXYNZW0hu6ZAqt8QxPeQonUDrVrZZPdR0S\r\n9ozEjlJ7tbsqDnDz2MW+AnU5daHxeTmj1c3NF6kHbeRY5/kLJklk9O773iC+\r\njpIbdCAoz5gk385an/rRf9l9LpZCUlMXkXuE5q7cJJpfqa/fNeVZ7vdSfWiG\r\namldstu5oOrRATkML7cY32va1Tx3EU0GelMNY3oMTukLuOcWGMZz4+V0fzMQ\r\nmOR11vM01PXMDy6d0zM2YPhgvRbbabSJX7+GjrJjcCLcN62Pckd/fD//jxDc\r\n0yrIj10nekbNMDH2EN42fT3lkckXL3YKzyEpkwSSXotz6jVH4XulGdUcY6eR\r\nETh5cVWnoUi5ZKwBfV+lYDHFOIbmx50u5Tut/vNc5pGwdOzWIgEfz9YHkHvC\r\n7GTBrqwcY3AP0A2kZUglyR0xNZFHmTKCJtnyIleOA3GajlNq+CqwV2J810GG\r\nUdFEYUzko4oUgPJVQ5L+mF6SOy2SexJchf/rlJyi5iPMwYxY0Nj+XtjyHw5Y\r\nO11o2fSD+X7/Lejjn/Izx6jtZr487sqeedv42GRUnCO0frVYhF3oXi8sb3yM\r\n44zIkVplMct0PITQTRymAR3CcwmAGBJLXbo=\r\n=QM5h\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"},"gitHead":"69fff04cc948eac12823e620024579ed44e00485","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/Common.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.13.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":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","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.4.3_1679429409389_0.3418734991472874","host":"s3://npm-registry-packages"}},"3.4.4":{"name":"@athenna/common","version":"3.4.4","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.4.4","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/Helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"d6cda9d7d28458c6f16c7732ab2a316ab8af5eba","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.4.4.tgz","fileCount":79,"integrity":"sha512-VjHkScA6cX+cqrmTtOVyE+sw0RZN95zNVSkoUmm9zy0Kz9XKAlPQ3VczSPm34/zFzV0aJP6jnAScNqhmWrrugg==","signatures":[{"sig":"MEUCIHbPCVvfqXhp82O4wM/8Mp1z4jimbb0MCLty5aVv+0rfAiEAj3Pindiqi4Pcp0koN3gqbokg/D38LtuUUPpFfvCNCHw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":236629,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkG1lUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpyCA/+PmDv8wIPHz6Cm6eryo9iFPGsO7Hx7strjhk2Xk6ak6/WH1zK\r\nUJZ6ZJtf7y+j0ffpHq0rhe4uQk1wd6DWaCwh4oK6u6zGX4GfW1voqwNk1LMC\r\nQGaer2HXcx6o+K38V93RXdzHp6/+R7mkUO+hEo9jIH1fbtmdqKX9lswSQeWe\r\n3AzNqBJA9cN+uis8x0gD0PYqg0Cm4ThWHcfwlmv3SOnz38wdnWgmckji6DOS\r\najDNUvZf/hjkEL8C8ng5Rl8b4REWJcsKyBTzjNQQCuAg04NfVMg8XXtC/qCz\r\nZuBFcZCWTa/dvhdjXiGu/ZxW1E0x2xh1kLb53DtkU8uaGELdCrz6olOqH3LS\r\nDYRV+AVhFbHvVFMP+vHxHpSWn82be0Ne+gGbDlGiSgOwA2jbLJk7/tpTLXuy\r\nN8ShSBz1otNIPLFpX/N4+JuEhCRcPwmCp+1Xy9IxbntEcFTqidSZxoyK1AGj\r\nBJMFr43S3O7BXPjTyrWtsHrx0Er35a41wmumNIYvCKvI8bxdCwLPD4vt/DmR\r\nd8sTjqv7zoSDcyxI1sg9XttQ6q8AvSEQFFT5D9U94nfFzuqykfz8Jg67SsfX\r\nYMif0q5srDNvqeOV1fzl8vmaYT7NK1SkLhOKxPLTV9VofPNY4G+YD0bxZ/Bd\r\notn0YwlzBrH58fEY43qGeprFCircro6JgbI=\r\n=ljm/\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"},"gitHead":"79e215a18d84f74cadda64916d9bec5f741f09f9","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/Common.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.13.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.32.0","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.4.4_1679513940182_0.7882849919755306","host":"s3://npm-registry-packages"}},"3.4.5":{"name":"@athenna/common","version":"3.4.5","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.4.5","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/Helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"6504a68a5f5a14ce63c77c13dd553cb50077e30b","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.4.5.tgz","fileCount":79,"integrity":"sha512-N4xH0+AJgSYo9KKbx3p0OR7BFcRu7F6m0aXSYFh6DyHVkdQ3OKe8Ks6Bf7js0jUuLV66X5+8WY/tDMn9KvLkiw==","signatures":[{"sig":"MEQCIE/vE9y/Y7F2r4fULHI/bya2AjpNK0PfIrEGc1Jwv/A6AiAPe842SU22sJOs62Qky36bfo11v84xdgvvZuGY3dKs/A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":236281,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHFR0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp9dBAAo5pBstDJP23wJlpLSdFgtQXlC5IgNRvgqkFZu9ob9y5g9dbu\r\nfkAuF1rdM+TztMbDp7mqZfTBeZJJuAyNNRFHM83ateT5tq0jLu72szmVvxGR\r\n986EBhWb8cquKkAXqYDQay17NP0lev0fu4zfAl2SGJs5oCYQA32v3T97DaxQ\r\ndDpDQPw1kUM0PKFwLgefOStuIMUXrsjTuBdNs48mYb6CzDSttvGIDdBU9AA3\r\nlGKapBNJ6ZsKuZxfz8nJ+SuGmkNOvC49Fynf/DAHm9lsExStVFyO/EF859BD\r\nIvbd40y4w8hbBrlhHdOrPyrC//eh/FoR1pikG8dEqRsusEPTwLMH/3e65ALu\r\nfOO40PcU3UrORfEHBHwjM5PbV/gqUOo0ZFdmDi4dH2Q8v5g00GdMuQKKtv9K\r\nRWl2dbvrxyxhr0yT1iiOrne5+PWALKjkYP2YnGXZ6MIZjojalihRe88hoe5L\r\nVGtQNZRDydVTXO5zRDTXQnPlVI277YBLeIjOByjribAFM52Hvn9XMjvq+fwR\r\nWfJ6OZs9iizv4j2sBA8PZ/KMI1F8lVGZt6DrCASARSHuUOFynBkQ3guozN39\r\nFtwlk8Lhlduleocut8Kl29WSa4YMPtAwzKuTAUANmKhG1Gp9V/PO9PEfOuML\r\n404ohOI3GPmEmVDdKZlrnzN+NR7lvkagXXw=\r\n=atCh\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"},"gitHead":"400fdb1df1e4ba0dcbcd5a63bca9868e928f36ec","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/Common.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.13.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.32.0","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.4.5_1679578228421_0.02420375785376594","host":"s3://npm-registry-packages"}},"3.4.6":{"name":"@athenna/common","version":"3.4.6","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.4.6","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/Helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"8cb7afd49fce220843af0f65013a8d76e8ccab6a","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.4.6.tgz","fileCount":79,"integrity":"sha512-Hrg68YQfofBL5o53Jit1BHzfahzzlLyjVzPaB0S9oclrA8nAlsTTkXWfRmTsod/UQaK8pDvnzB2GGwQI+WDP+w==","signatures":[{"sig":"MEYCIQD13sLgLz9ee0cMa2oYTJd925cC4LOxnkIjUa6YTERbHAIhALhhEk3EYtoJ3o4Gn7D+MBdx75QE6coX4cSRJI5lSUP0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":236306,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHIxzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoaQA//WAqmGYgAQyY09gpzm4BCI6qF1LpM2wnSSEB20CGWPiANymi2\r\n99Oh2kPH1zA7nvOhaLYYBA/76LfTLUPfLVHJRewhMPaLTnomZNYCHQ6vtpl4\r\nIrkcLWG6wjlwifB/5Gx+9dMYENGDr14CGKthUKQXCrX1BUAAZWlVY3O6902T\r\nnBT2AxnuFcPqjRNTHV3dws92wCIuLLGXYKq6KLBR0taYeZxSPBMSYbdJEMFs\r\nMsYcrz3Ho+MKIVUaqSHQY+MG8abjgrNk/VhiTtsglZFfNASUhZPA4WErMzCV\r\n8W+9ex0OiqFc63txo57Rnqleq+hctcpFDKqAOXbVuH8RuRvFBhGPGQOZG9O6\r\nfFFwjr2evbBstLdSe2Q5+u7ZAOhgxXlFw7D5D+yjCCjtuIebnlMzyOLBKJtp\r\nb/hqwtZw72Dsw0nw1Si9WDZRvbhB4C/myfgU4jzWZnWJ83yEMul306jUeBK2\r\nnOCWV7LGZM6ziJJZqgEaNQZdiV1N9jY6YpYrJNLWGW0qpqtezLOnmy0NhdUo\r\nLYpqzgRtf8eJnVcIEsgPn4SvFQjwEy/Ose4Sk0eQWDt1CIzORA5NFs/Jrfdz\r\npT6hxNjqF6uJicChSDoqUe6Vcrutq5dViUky7ba4UBPjGBTuQ2Jp/uCsT5Xa\r\nLvfSByx/erwHG2geqAkTu2dT7AZ0p75+s64=\r\n=J9lb\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"},"gitHead":"4a0bdc8d5b41e4685df63f01070e2fd5214dd9aa","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/Common.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.13.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.32.0","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.4.6_1679592563267_0.11370540647060157","host":"s3://npm-registry-packages"}},"3.4.7":{"name":"@athenna/common","version":"3.4.7","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.4.7","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/Helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"2959107fa794a924ce627ff8354e8818b4ec2cc9","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.4.7.tgz","fileCount":79,"integrity":"sha512-36U97LGjrP/bfHVE5uGOQtPgL9HWc/O05/CXGjSAUYXLum7qlktVWYP+uaEng/cW3SDCJWVqEszaimuCS7ZnAg==","signatures":[{"sig":"MEUCIQCo1wRIZzq7YJWfG4PqHExEMXgarwxjJ2D+pQV8pM2QawIgeX26t+iQsDCXaMXl6F3YliHwB9fYjrb4LzFhbfS4O24=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":236372,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHL+VACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmroTw//QqjMPrMsITgOzKegg+zS5joDMOpPjEs1heHjmXkk6WJ1DkaR\r\nv7SAE1rb9xT2PklJtsE4kiRJA71YlEL/3plR7MRCNPbIjB0qL+DnmaLPZxSf\r\nbkTCSou0+odnW9B7jHWdAA1jjJ6s/ab1bVtiK4LIU7gqhJD3qSyFEghX05da\r\nhbPlj1cj5nuJPHLOiQ+jAHqoCpPBfnUhCcvJ3vzc1zTt0ikPzPo5vqAmjm16\r\n09jsrertlfXbyBj3p6xjIFVd3LtByJy2uKoIeyjJ/x3n7tm7eWd9ouaEuHyp\r\nuvFGVBIAjxSS97ZhFA5z5ITtGersex5SsVdmWBfFTz9rxz+yG+lo1uX3sMhs\r\nU/BsfQ281/BqE4HYhQODshG5XW9vGWcwt9yJWtAr7QVZAfhkz66sTKlKbj0z\r\nUYeVHDnecC2D9AchW5kSWqiB/MKnDK8BqbKv3lJZAG7KJ/CuIs96ltqfALBB\r\nSPlfV4mUc/1L1w0DcYmJnMl6EbLk9r3Hlfonr3L6bEaJKniOlTC5KfP9sPon\r\nn8zYx/0a+2oRTeY0pOQ74/CkT9mad/XQ2FFTo4rTEHmpoyFCDqFn0gJ8rzBQ\r\nJRYccFEmuX5vWeh39wBfa+/Yg95uDoPC1+83wBX/l5BK8srpJp0X5C+ofH3J\r\ntiKOmJe9TOyGCF5OG6t8zylYZQfLhOQg2L8=\r\n=PcLX\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"},"gitHead":"74002a7c20c40789307915c103582f8254dccce2","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/Common.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.13.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.32.0","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.3","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^4.9.4","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.4.7_1679605653503_0.2697083732244516","host":"s3://npm-registry-packages"}},"3.5.0":{"name":"@athenna/common","version":"3.5.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.5.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/Helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"a212357ba44236da11a27a5efd7abd93b225c95f","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.5.0.tgz","fileCount":79,"integrity":"sha512-RkNfd+gULIS/H5xJzAoiaEQnq212Cr4XhsAoGNbv4IG2ujxLQVwHzcI/ztc4zMqueZ0q77zPtaY9Nj5iFzOZhA==","signatures":[{"sig":"MEYCIQDtNVqfY+ESBn/KshqMThKwn378PXs+f2Bx2KyCvrQd3QIhAKE+n1As/4CHMenqY2SZ7rMzPl6WNxc+sfO5v+aAhExL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":236422,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHajHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+yhAAjZ6SRNlwqZCjMydWjsBeyDpSQ6Q2oceORa6LhlVEWDp/OOs4\r\n0hNBXojDfKsvaApxdgHiuwB8OOAuxVlJUnCKy0+t06rK2HvRRT8M/5vR+yNo\r\nRKSF6xhlI11w4BA6Qxm8cyJ7mEzp6zWuPIbBTTAs5SmACi5q0vnNp08R/4/x\r\nNtUGZPhHpCHB1tkmdwc0ECMlfUNtu5VDKmoG4SXFXsaxvb19fqfc98YlLxGs\r\nNUi0i2cArhqqY82bnAiblvbDB/I1RoRWm2QPfuW41YwauYk8xhOqEJwOFSFq\r\nu0E9mSA973HmR2RVn62PKvaG7ri5z6uefip2wnozam5Ai9D9dDnlw+whVI8s\r\nfVDnIlM4uDbAj8rzCpZjvR+V4cE892Xb25SE43gNImsggvTwVV6vUYlek7Bl\r\nAI1O4WB03rPix3CRV25jqJMHbhFhu7FcTvUpP0bPc25PSA7cslqvJmTIOUOR\r\nPono7Abdqqy2PLCL43fTMA/1AA0W8XNBQMUWCDi3YdupXX26totAtbezecwn\r\nTwt3AV7SkC28ZKsZEZMLHZc1q/Q5wPg2PpxULVRUJrvaIRhxpZTd1HD7KlsQ\r\nZym1m/x6nWGcYL1Bt6z3Y3SE1pN5wB3skC3sZHaO9uU350XJARlGK2jH0ekA\r\nQFa5WZfwxpUHXJ00bgGbY8xmHa/r5GAF0X4=\r\n=M5cw\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"},"gitHead":"94fc49edf4418c0b090e13786bba5bb942d63263","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/Common.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"ms":"^2.1.3","got":"^12.5.3","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.13.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":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","minimist":"^1.2.7","prettier":"^2.8.7","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.5.0_1679665351559_0.7946170825845067","host":"s3://npm-registry-packages"}},"3.5.1":{"name":"@athenna/common","version":"3.5.1","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.5.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/Helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"ed39d3c1501be97b437f27ddfe73734442ae4e76","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.5.1.tgz","fileCount":79,"integrity":"sha512-4WoH5Wx/LfMeqzlBWE3UNeH2A1tnZglW+UnA/B21nrgu09exyQLOMZuVzp7+WWiz9UQFFXYK3+lZENQvesSM1A==","signatures":[{"sig":"MEQCIGpOdgxdWASxloVP7Cu6bXwYUy1TpH3yVyj3iwe3zJMeAiARxog9yT8jOsN6Rp/Y2pOuRBlOu71OyxQRwf+q8qLWkA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":236261,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJOO4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqWTg/+KEs7OBuoeBknbQAzD8QnS+rk/94L53TZt1hb/veYGlo3cn+H\r\nhswLvWHYjG10sZaO/mIp36bKUN1KitHcURj51gaxc01TgzyCDkhb8EFhvDp6\r\nKUfQfAU9L7RBu0VouTqhmt22CESRW3YVnhH7SGQGmWAgRb8LdUYnlg89cLct\r\nj0gh+2sXlH8UkHXu+h7Ex1t3EtPp7erNSGNnO9cIuIX6pdVpPjhX3lPuaE7p\r\nitEBeGBdx2p8P8gVawIv6rzYRKh8dKzvIj/UQxu8JyYKysv5PAS51wp7zv0T\r\n+LJuzAFx7woOi6T61ZOklANQNM3GtgkfhY31Qde9RQTd9bo1D6rjHxGFi7PQ\r\n21HrUD7lBTXc5HQTKX6N45mpMvTniDK/bORUPfV0fhCr8u9aHCZNLc9QTthL\r\nwkhUFG8rypww/avaKOuLHTr+V9y58+Rr8xVRw3nG/wdnc49fb0KSfJh8OuXU\r\njAAEzuPxOWqp+uzeMEinAbRj4Woy2vZhA5YsnSGTz5kjwssfYdl5qHOKejMC\r\nSsc6hoK9GC/mhDrdnCxHfYCTBTOlb77XoAKvkm/vJ5Ul9eIoEGPeW1NaRxZa\r\nIJq+88/01qHbtA/z7EPDxHNsUpqzatRiyObijQHIDx42hs71+hqsuCAmLRut\r\naE7tGx8tAPPebtJVnD/aVvvJbvOzZjcyAVQ=\r\n=zaMA\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"},"gitHead":"3bd99e98a1fe7070bfa96bd1d1544c06c86e4fbe","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/Common.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"ms":"^2.1.3","got":"^12.6.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.14.1","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":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","minimist":"^1.2.7","prettier":"^2.8.7","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.5.1_1680139192527_0.3969261880996382","host":"s3://npm-registry-packages"}},"3.6.0":{"name":"@athenna/common","version":"3.6.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@3.6.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/Helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"04e6a79be3633d4607e002616121a0dfde0b34e1","tarball":"https://registry.npmjs.org/@athenna/common/-/common-3.6.0.tgz","fileCount":81,"integrity":"sha512-5/KAJ2wE1PVyp/lqV+Pf+gXnzrGyncl4jdL/2fcoq8xOx1etVwh9FtekxhSqHce/OjuHuCzd+4IO7/h31WhvhQ==","signatures":[{"sig":"MEUCIQC+DKfFPDhJDt4uWR8eNH80fDP01MLals5Mdoa29FixEwIgc01q8BQ4SuEWJR09+WryMOkv+DMjDLPN8TNhUvs9yh4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":249413,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPatDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrkMQ/+PoHQVWUKb5umJb2rotxAalibpJytHKBeXdZex9lHRLjqXS6P\r\nZvseMpvwZ/WsgU2zjC1Nh1TtfHj4qcT7qcufGefjt94Jk/js3GSr7rJTYHQx\r\nRwnXWakuJZ2muyHIfJITLZMLENpuca9ni8YGv4vbM/O8hAe0Q4gZ9gG1uUJ8\r\nfE9aPL2CJnBZ91VAfly0jygvqlA9i1DZJ9zsWFCwavClhqG8Oy3NzGM8cDQ1\r\ng35UcuPuwFEr0w0paSbJFxRpZYIFf8clFHOsDN58a3QR6CjWHL9TZerEYvFW\r\ng1X08PHxA07M0jUWNP1ptfmdSn7e/6p4DsubpMS9y+rMpt2XzWBeiyFkfXVE\r\nRiNbOJfDgpjwDrLSfk7rejKpWd0guV8Ba84TCpaE2W42TaSvoYR4PHfdX1VO\r\nFBrvU8t+8aDbsIGAx3nuR04S4m2YNmNzIeTX25scbhlyqUzMvYeE5MrlQkq4\r\nHJgXkoHzEiQYkTDfw+/mG2GYG0vj7+mA6ese5Zz6NdLT/AaU7SBPHPhc6BM4\r\ni9XJivb7R9MVA1v3LGrRCnpzPCKmiJ0ZOTOOZ10ijEozJxm5MPV5o4y8bxUl\r\nfUbfz77TwSCXnwCB6NKQcjejW3C0FfsdDjCA0tYmxxtAJu0lTVtgnXK2+DCX\r\nOjR0o8eqj0gCX7XJjzulY9R0CzkHEk/nOhk=\r\n=BKnb\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"},"gitHead":"71d837b1755b90a9143f20473ba142c474a05008","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/Common.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"ms":"^2.1.3","got":"^12.6.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.15.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.34.3","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":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","minimist":"^1.2.7","prettier":"^2.8.7","@swc/core":"^1.3.27","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_3.6.0_1681763139536_0.039387707461678634","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"@athenna/common","version":"4.0.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.0.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"c44d78c06d393d9a3b06006386c27037ff44957e","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.0.0.tgz","fileCount":81,"integrity":"sha512-1busYeD513rcq+4MboMSWgmHVGTKxmA9lq5ubMNhI60yksREHE6OutfPl54k2ks6gtzYIcs/v095yUVHfN8OBQ==","signatures":[{"sig":"MEUCIQD00TTUUw8ij3YNbWKnJIUbniZasifxusb1S9lV/oK7QwIgdoi8WgmBKZGFg8pPRYxyk0oYCMzXqZtXKQ1yYf24GE4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":249504},"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","./package.json":"./package.json"},"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 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/Common.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"ms":"^2.1.3","got":"^12.6.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.16.3","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.0.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.0.0_1687376308799_0.05447517610109842","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"@athenna/common","version":"4.1.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.1.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"e919b223e956a0e0148379950690780c5307e3cf","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.1.0.tgz","fileCount":95,"integrity":"sha512-UXzpwpxkIkCZcP5Xb5eXJCk9/smFOBCCP1HT4kDevcpg0X/IjI+vJSURPS32iDSqhnbaT/8lgxtGn64Jjtuzcg==","signatures":[{"sig":"MEUCIQC5uyTzxCz+klaZlN/GF1R1rA3cMt/sSVAeYOmSs8qRwQIgAqJVVLCVAMNw+k7twZnxqAB6tBMUX9mhivTskK+xt4s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":250342},"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"},"imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/types":"./src/types/index.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 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/Common.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","debug":"^4.3.4","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.16.3","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.1.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.1.0_1687464847844_0.21605458526233456","host":"s3://npm-registry-packages"}},"4.2.0":{"name":"@athenna/common","version":"4.2.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.2.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"ea2fe9572bf238e437ce03b7c6624a2cb18919bb","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.2.0.tgz","fileCount":95,"integrity":"sha512-NT7lrNpW2WqKT6TyXJAysfFT3w6IfyaRdivDRzsSk6/lz0nq8pjZhITP9EUK10mdhmjBYTBcMCVO1JR3j1GZ4w==","signatures":[{"sig":"MEQCIAmNOd9ytgkEuVlfQwXZ6PnlGlF0duDV7cm52NV4W1uVAiB2qmcXET5tGrHiguthg35VZniNE5AcVa0oMOd5Z0oyVA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":253449},"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"},"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 && 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/Common.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.2.0","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.16.3","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.1.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.2.0_1688049821648_0.5125191249595356","host":"s3://npm-registry-packages"}},"4.3.0":{"name":"@athenna/common","version":"4.3.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.3.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"d1887161100b9edb89ddf8eb028c7f2216fe74d4","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.3.0.tgz","fileCount":95,"integrity":"sha512-qAiR5OCMuS4rwhlf/JIpOtz/i3UKUNjYm9bL5qk52m5hPTHDFa+EqAZ8iqdYh5jWirHbVVp86RFpcMFRlkHI3g==","signatures":[{"sig":"MEQCIGHyvn3QBxBAqQ+qku77jV+S4nqHBnqAaZzWCPq+X+jAAiBKUrK1KSfGZL7V/0bsBHlIZBN1JmMnPgYzqsYrkaYLpA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":253495},"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"},"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 && 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/Common.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.21.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.1","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.2.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.3.0_1691587211503_0.9985145716873627","host":"s3://npm-registry-packages"}},"4.4.0":{"name":"@athenna/common","version":"4.4.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.4.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"78c24be04059aae4c6bd2be97015a9e12f815239","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.4.0.tgz","fileCount":95,"integrity":"sha512-+DNDXb4+jKOCnoKNgAFsf02QW/0AC7UX4Om+8jvfEIYJfZjR1xphizTqLW9bcFUXCM29UsOL4NQw3eez6MhC0A==","signatures":[{"sig":"MEUCIQDKhkYzZPGxc8XZ+RsqFTKT8+YW03Tr34KAveKgx1bcDAIgeK++xiIV0KsUKioMwO/cXECIe4mvVv9/p6aa0+R0xzQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":253551},"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"},"gitHead":"410f79bc8f40bf611ce1eddee37da55ba3674ef6","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 && 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/Common.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.0","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.21.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.1","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.3.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.4.0_1691611726680_0.06090904560522725","host":"s3://npm-registry-packages"}},"4.5.0":{"name":"@athenna/common","version":"4.5.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.5.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"4666b7e9a892d102658c5091c2a5825ad398e67d","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.5.0.tgz","fileCount":95,"integrity":"sha512-/Va3PtDRAR/FdfRuGYmuUXPGuOikqmXtGOENWVVbcHVu0PaXkZ8P9bqWngbyfBV+R2O0g2UVyzEXS7M6NP0JMg==","signatures":[{"sig":"MEUCIQDpf27i3c26xrAjDx30/WuxpXJ+h4+ArupcYahD9AOIPwIgZmLFl6jiCSk52U8GRPXy1zWRGBw7RN3Nl+Uv4q1px/E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":253563},"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"},"gitHead":"7f1529a9152b978ac5be1e089c02082a9151bcab","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 && 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/Common.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.0","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.21.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.1","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.4.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.5.0_1691619363669_0.2729487304535654","host":"s3://npm-registry-packages"}},"4.6.0":{"name":"@athenna/common","version":"4.6.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.6.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"f8eef6dc1955b1e8d0ffb6f414b1cd188773b99c","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.6.0.tgz","fileCount":97,"integrity":"sha512-KSxei34fZR2akaeGOnZrS/h/WljkLlbWDpa8CSOQfMDzIawOXQvO4m61g9DwG7MlnzkagLT/YCDK5O4Q8FeJow==","signatures":[{"sig":"MEUCIQClrXr5Xqi9U+9XT8CG7Wf0NxQCmgwpGA3sDHl9pRNUIQIgYd7UV2peJ5ifbPInYWDjobACM6C3tRDzyC+CnnTYZiI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":253967},"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"},"gitHead":"efb86f72ca339b6edb6e4b71d07ddfd4c19c8dde","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 && 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/Common.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.21.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.4.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.6.0_1693296677917_0.11929511753026811","host":"s3://npm-registry-packages"}},"4.7.0":{"name":"@athenna/common","version":"4.7.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.7.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"b3e4ff7b8ed3987958f2c4281cf69096a639b2c8","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.7.0.tgz","fileCount":97,"integrity":"sha512-1ejZp126OVPO/rzRRLwhC6NtF8C15loXM2IwAIjBhYaY9dSqUiOTc/G4HgnhPCcFO1ek7I/gMUWYrrahx8dB9Q==","signatures":[{"sig":"MEUCIQDlqKVTud4XnOI8SeHLND7HGKlzp1UpmHssHjTLSTDj7QIgFvY3laFIqjncwcYa04QG5q7II+qWfBx94kuDMedN09c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":254677},"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"},"gitHead":"446cb94defdeca1fbca1a2e2437cebd52449f768","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 && 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/Common.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.21.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.4.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.7.0_1693299100215_0.910283713586268","host":"s3://npm-registry-packages"}},"4.8.0":{"name":"@athenna/common","version":"4.8.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.8.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"61c95a89c6a4ccae379e4c23311a66fe609d4147","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.8.0.tgz","fileCount":97,"integrity":"sha512-PMWCp+e84B/hMWnkQpIzQoERNOXKgw1UTFeiGeo0inl90lZYiV0JNrhAXaTMQFTawuStQVSdMEeMwYamnDZq5Q==","signatures":[{"sig":"MEUCIARmLr86TRWWkaeLn1R1hWrC7AI4WoYSkNETmWuArcpYAiEArKTnJiWTbCmaZp+b4lB0NzygwVLlFU6YKeK4iS+PEjE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":254845},"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"},"gitHead":"68b6569672c400310ffaf5a8a6dd9c48889ec381","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 && 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/Common.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.21.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.4.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.8.0_1693301347692_0.6002019434854344","host":"s3://npm-registry-packages"}},"4.9.0":{"name":"@athenna/common","version":"4.9.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.9.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"bb28885313db1671bd46b5fcaed2a4621540d3a0","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.9.0.tgz","fileCount":97,"integrity":"sha512-idUan1QPPEk7lY0EuURWHdgn7vBfqHQHG6Wopg5n4dpPJyNZ9p8YVUFx03oySMGF2wouR45slVmKxfqR3yL04g==","signatures":[{"sig":"MEYCIQD7zX7JJTLFBrgOf3YCkxj0SDCqGzvO/E9ljVUUWiyC7wIhAJhvzBnURryEz67p3eeqy86ynYovNsm4hhqpVC3B0m/l","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":255009},"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"},"gitHead":"eb8a6e80be1f5e49f10613f688369f5b6333a795","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 && 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/Common.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.21.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.4.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.9.0_1693302066886_0.5178566152855568","host":"s3://npm-registry-packages"}},"4.9.1":{"name":"@athenna/common","version":"4.9.1","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.9.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"81abea5dbbae27823e8987b018514698d09f0a74","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.9.1.tgz","fileCount":97,"integrity":"sha512-wmOiELdMnZ6FmRBvzBxR7EgxVdFVtkNtu8WCqVq2+J43InMe6P5QPz3gEPtMSws2jiF+cgvDYdlM612edQHZZA==","signatures":[{"sig":"MEUCIQDf7Cw3KlfQzqYXqubyJ6ORUbqSBHfj7DbBlXuRbj4PRAIgJzpYF7bquY3xtmtfGF7AJoU0dpre6lHHvkX1hhLOq+I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":254844},"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"},"gitHead":"8395103a9ed6fc5d237addbea4c0c3856f634a42","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 && 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/Common.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.21.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.4.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.9.1_1693312664713_0.47489877530778224","host":"s3://npm-registry-packages"}},"4.9.2":{"name":"@athenna/common","version":"4.9.2","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.9.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"8f55ac2c2ac86b136eca2bccedd6e9ecaff12861","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.9.2.tgz","fileCount":99,"integrity":"sha512-0gnRXRPAO3oWwIlyyugDn+mV0cWXSY2MYTVsr1t2VviSEfSXeAW8mX1QU+JxSEnbNccOZ6+1UfeRvaKsVra/rw==","signatures":[{"sig":"MEYCIQDFkF9/50ynYBG6xpXJSuHkpPlKTr+lmcNcwp/1cscjOgIhAOqfU9UPY9z8dnqz8d/wQAlyUi8TFQIHMLtjDEafdjeS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":255744},"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"},"gitHead":"a1de763dae697fb963d80c52b992b88e6253a441","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 && 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/Common.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.21.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.4.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.9.2_1693922785644_0.04075292114388751","host":"s3://npm-registry-packages"}},"4.10.0":{"name":"@athenna/common","version":"4.10.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.10.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"9856dfdd24c1eb56de0ffe166a16dea06868fdab","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.10.0.tgz","fileCount":99,"integrity":"sha512-cOjv0DKrr+BLPpvokTpunnHuukBX8WKtyVI08KdaN3sGEiGCzbae/wSLXra9CH6ulcTC9f1c14+1SK21R84fUA==","signatures":[{"sig":"MEQCIHV5ZAO0qq9KxxOD+8MxLfxr0YSuI6RcdSjyKzYw3eQEAiB78dbq2vJV4QFjR5iPo96ElCLkHpooyyIHWiwlINoqIw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":256863},"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"},"gitHead":"1ec0cc82262167fb76d3834fce651260ddc23804","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 && 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/Common.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.21.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.4.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.10.0_1694077420172_0.8978813710972235","host":"s3://npm-registry-packages"}},"4.10.1":{"name":"@athenna/common","version":"4.10.1","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.10.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"6f0634b5fe51492feb9ea19801eaf29c1ece137d","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.10.1.tgz","fileCount":99,"integrity":"sha512-EVzdlfxP8dQVV5dSIQzUHXMYhby+TCxkGRtyz99nXovlkTOx//KOKE3NT6WXIZUPpAfARwQSQNfD1wEgUAmZMg==","signatures":[{"sig":"MEYCIQClsYcGsss59zz4w6omlqFe8zFUC5EK1UP0Orx0NpanewIhAKsWkaYjZGhHzR5LQpeR8ctjx5v6z+QShk6Vwh/yPWki","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":256863},"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"},"gitHead":"efc6af612c074be38d65a3c50c1033a33980e1cb","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 && 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/Common.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.21.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.4.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.10.1_1694079214865_0.8956093781319037","host":"s3://npm-registry-packages"}},"4.11.0":{"name":"@athenna/common","version":"4.11.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.11.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"a127fe2784cf724b6242441952e8c40954087ac3","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.11.0.tgz","fileCount":99,"integrity":"sha512-/l558Uh0ZlIdrDT5yEaZowGwnlI6ZTdbCKCQdmH+2KwHNjPOsQL5HQxDCZzJh6Gp8EYA2PY+VckxyTX3jObp5g==","signatures":[{"sig":"MEUCID36H4SDA0WBuEOnv5kuDNExjS74ydQIRYrVgbjQdwUeAiEAx4OoG8XCKlmmvH+lA3vFoKKsdjB20AM08uzE7EbUPng=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":256863},"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"},"gitHead":"7b3bb2c1ff9bb7bc693f9952994365f8ba72425c","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 && 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/Common.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.22.1","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.4.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.11.0_1695386500956_0.9056252553085171","host":"s3://npm-registry-packages"}},"4.12.0":{"name":"@athenna/common","version":"4.12.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.12.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"c9b3d9f0aa5c9b4105ce7f9b3229d6f648889470","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.12.0.tgz","fileCount":99,"integrity":"sha512-POnWT5XBAjojMjn+78IWPApCL5LBw7nx7uquSxNeyfW8N7jh7nSuKLtDUxwajb7JW90fW6c5LqDJbua/Hia3Rw==","signatures":[{"sig":"MEQCIGUYiubpdLdglAUEZIukEEpIjT1kitoqZxOjyahlm+QFAiBUnIctbXd7QVq+p4ev3ybOjQla5GfC56xi73q/EFEJqw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":257598},"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"},"gitHead":"c6b446b865c04ec4e8a3740a083fd9b08a4687c0","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 && 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/Common.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.22.1","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.4.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.12.0_1695390241210_0.1916645330894231","host":"s3://npm-registry-packages"}},"4.13.0":{"name":"@athenna/common","version":"4.13.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.13.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"fc58662f7f5a58c0b1107c0809070b02fb3987bc","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.13.0.tgz","fileCount":99,"integrity":"sha512-gl1Pl6eGCeptmgd45w9PZZ/r4KTN/AV6mrdCH8cblGQAIbnsdJlhCAHg2rlJ0lThlA60CrkyAdehfz8khGmWuQ==","signatures":[{"sig":"MEUCIQCrNZCAtykfNBI3UYn3zCid7PlFn0tRfBZiDUFThgbOjQIgTgZ9vYOJGAMW91d8TfkwgRxfa30DyZajIkhHCtlCnDc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":257724},"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"},"gitHead":"39965d8365f2474caeaed9255cf42d60631f4fdc","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 && 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/Common.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.22.1","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.4.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.13.0_1695392141968_0.14340287443738942","host":"s3://npm-registry-packages"}},"4.13.1":{"name":"@athenna/common","version":"4.13.1","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.13.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"648e2c64c1abbcc393ad2f487dacdd4dc3cb53da","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.13.1.tgz","fileCount":99,"integrity":"sha512-9Dq7azVqW2qAjxO/T6RARaz8VXZ4U4bXAiaNVkxtpgB0+Gr8pbKmNnRqJzMgAYhD/Bxx2WWqgcYjZEfRKgnYqA==","signatures":[{"sig":"MEYCIQCYRDuOouQQWWrC0xtMhG1O4XHjjLsM0qABgX23NbY9+wIhAOHKD13GwggpBiS91P2U8tl6b7VwecyjFndTRBo++f3r","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":257679},"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"},"gitHead":"cbe8b9475841e526bebcc0455e713bc80c1f77f6","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 && 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/Common.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.22.1","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.4.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.13.1_1695392497446_0.3379808180429642","host":"s3://npm-registry-packages"}},"4.13.2":{"name":"@athenna/common","version":"4.13.2","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.13.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"6b0b4f5931f2c72e54082889c34bad5c1e0fbece","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.13.2.tgz","fileCount":99,"integrity":"sha512-03IPqzjMj3E7p00R/FL/qM8aDamsgUOc4I+aOdp9akkJtn2i6gQAMj7DOJI6AB0H/F9g3XCvzeYatCn0H5bVLw==","signatures":[{"sig":"MEYCIQD6R3/m4a3AENsWF43aeWGDralnidIX3jFiN0+eNHBsqQIhALsJzN0muQgCr1ollif9zRvswI7z6YjPKlS9OcSK5RIK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":259347},"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"},"gitHead":"9fc6ace875fbb6ac5aa172f59a844ca0e10d82bc","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 && 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/Common.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.22.1","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.4.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.13.2_1695395619492_0.5227090263933305","host":"s3://npm-registry-packages"}},"4.14.0":{"name":"@athenna/common","version":"4.14.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.14.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"b7fb4dd03758f1a41e38d638400d2a4674b80ef7","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.14.0.tgz","fileCount":99,"integrity":"sha512-OOe0X5rvaDyEUs5hSIs2Ggizs6koKNsmtQKN9y+ePNHITzXeFbJEAa+tGik8bgQwGFhEfQ3bpaCDEZFGFyeqCA==","signatures":[{"sig":"MEUCIANdmJK81tKWQbjXFwKujtn6CRavVouIGyd1BXTCvGORAiEAlbESdmxKt6bId2Yi+h+hjucfeauJ9AVSO+SyKMg0vWA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":260603},"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"},"gitHead":"a3b92ac6a8bb9e9633b58e11c5d07b16bfd825e1","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 && 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/Common.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.23.2","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.7.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.14.0_1695466686257_0.7157975752715382","host":"s3://npm-registry-packages"}},"4.15.0":{"name":"@athenna/common","version":"4.15.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.15.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"a36e1a392058ebe17d1e2b01d937afc44664c268","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.15.0.tgz","fileCount":99,"integrity":"sha512-0T7GrBkDBvF3+MOFuu1S17EKF0+fU4UdCBU3/3Zs3g5b3cVOQCJ8UNNLaMugBgpzy59xZYlexgzlf/fZLBCffQ==","signatures":[{"sig":"MEQCIAklLpxPhTUyIZ2s/gpKAb37NVcx+QwaWo7tZXfi+CZzAiAfmd4T0Jiw71O6oztId7sJinmIh/p72LHolcVMn8/flA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":260444},"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"},"gitHead":"86e37fc3ee08e04d9a9706046345cac807ea2aee","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 && 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/Common.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.23.2","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.7.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.15.0_1695562852859_0.570623752118951","host":"s3://npm-registry-packages"}},"4.15.1":{"name":"@athenna/common","version":"4.15.1","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.15.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"6efd5d275f5bda6693e377ffb7d421eb0962adc0","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.15.1.tgz","fileCount":103,"integrity":"sha512-Cr0ObcOKASK0zDzEoUfr1w9w6MgRIvwgut9pvwv2ImFmBY9A3CAMGbeg6vkztv/0yyJIBZJc40RDRZJQU3BDOg==","signatures":[{"sig":"MEYCIQDz+3ex1GWK3dpB6AUqO1tUMm26xirKMzsOFXWlj5Vv7QIhAP404f81Sb468hEb1To3B3m2MQvUa/2FcH9N/oy3Lbps","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":261492},"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"},"gitHead":"47bb62b8bc8ab8f2556734d056c8d497ab30753f","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 && 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/Common.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.23.2","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.7.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.15.1_1695565310895_0.4514867773081226","host":"s3://npm-registry-packages"}},"4.15.2":{"name":"@athenna/common","version":"4.15.2","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.15.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"0f7d5ca077632fd34075a46f610caf38a3ae58f5","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.15.2.tgz","fileCount":103,"integrity":"sha512-qNSA8GFoAgwdyfgvE7yo8vXD2IFR3lDu2g5WluDwuLJ+Vq82bzDj+DdSF73C3Bll9XS6FIn+MGJfVxQJziZl2g==","signatures":[{"sig":"MEUCIQDFJCKPqjWiPTHTs9h+JDtyWZB251UX6m+W8uxLSh6lJwIgUl143aQWwp1hwDOB2GzKLjj4X7CW7+1fKYwmfGXEDQU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":261498},"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"},"gitHead":"8ca140fec7bdc77ecc2442f868eac150bcc15bad","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 && 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/Common.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.23.2","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.7.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.15.2_1695571026661_0.48244314721817005","host":"s3://npm-registry-packages"}},"4.15.3":{"name":"@athenna/common","version":"4.15.3","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.15.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"f0a9c788434f13e4800d09863b02709a60890aa3","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.15.3.tgz","fileCount":103,"integrity":"sha512-cqs3wpLDwE/Q4AVYRsx6oPZ5TUg47HNyUCglRu81GgWuQEjcY/hOofOoXNTrAjh9GZd4ENQgEt6zMMecLS4fVw==","signatures":[{"sig":"MEUCIHK8GRKmxYAUWGmQwDnfxwve0UbiczJ37+C2TERqdZrnAiEA6mIestFySwzkY8shOctYdCSvGNFWW+Kc+jPZ+6ks2ys=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":262256},"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"},"gitHead":"b4f431516e625205af10a8ed6e9fbac48929a8f1","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 && 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/Common.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.23.2","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.7.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.15.3_1695721195098_0.14599190565222164","host":"s3://npm-registry-packages"}},"4.15.4":{"name":"@athenna/common","version":"4.15.4","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.15.4","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"381130f69c070a8960b36c57dc4112f65647850e","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.15.4.tgz","fileCount":103,"integrity":"sha512-Aj834H2KFQjZVhnGQWeR0jHOUbpCYcodyUTg19gQbmn3I2IJekhH0q3xQEKKvUGzlqIaLikKBe1DeLmsdKFVxw==","signatures":[{"sig":"MEUCIQDwVLlQh2blZXh8cagQokEXNB/bfqup5CA5+uVFoN2hdgIgRos2ypjKrQAHzY1Pp83O2gQgNew5zEnSEHA3TTfs2ps=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":260858},"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"},"gitHead":"9272e8b6623a8b79a68f766f255fded06b90543b","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 && 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/Common.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.23.2","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.7.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.15.4_1695813987077_0.7686304250527918","host":"s3://npm-registry-packages"}},"4.15.5":{"name":"@athenna/common","version":"4.15.5","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.15.5","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"85d0f0a25086da9d7a265be86e62dbc7cf7aeec1","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.15.5.tgz","fileCount":103,"integrity":"sha512-7VjL5V9QkTouQRA04uz9yDHe2TO7wDPt7vLZiDPAXEB4ctIJEDKScuXMwQunzcQs5GKw6bFbA1CPd11G/ssaTw==","signatures":[{"sig":"MEUCIAnnSdMgvGf3qbBG/r2wzydce/ZNAojTgGM6gSlRUUu0AiEApRQ8CSe5PNPf/WW73KqHn9oFmmhweAtE2/JwZGmB5kw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":260853},"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"},"gitHead":"f28091812186e93a02226a4da25ee8263fcabda0","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 && 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/Common.git","type":"git"},"_npmVersion":"9.8.1","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.18.0","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.2.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.23.2","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","cross-env":"^7.0.3","commitizen":"^4.3.0","typescript":"^5.0.2","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.7.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","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/common_4.15.5_1695940876210_0.4409757140655435","host":"s3://npm-registry-packages"}},"4.16.0":{"name":"@athenna/common","version":"4.16.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.16.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"f7768742be9dfd9a665437a7e9825cf6add5b49a","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.16.0.tgz","fileCount":99,"integrity":"sha512-Ye/3f7+bSsyYYdCkei4vf5+Zhc/cFlUoCgS1bpRE7nkm//c0fOD1XDSy5HM7QY3nXxjgEMCJRVWOkOUZOF2/LQ==","signatures":[{"sig":"MEUCIAubvjOpJW7ocegYDkK3r/YEdKP1Y4VLRHqJFmpnc4+3AiEA/ifsxE/SQv0c3GXR/Qdgp1azV3NUPDeN3/mi5H9qLCo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":257908},"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.json","./package.json":"./package.json"},"gitHead":"59b0e43e308a7e637a21fc39d9e48ff2c47ce200","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 --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/Common.git","type":"git"},"_npmVersion":"9.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.14.2","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.1","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.23.2","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.10.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@athenna/tsconfig":"^4.7.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/common_4.16.0_1696419400931_0.07092224295186655","host":"s3://npm-registry-packages"}},"4.17.0":{"name":"@athenna/common","version":"4.17.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.17.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"38be30bc143f179f182edda1f29ed335bd74b999","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.17.0.tgz","fileCount":99,"integrity":"sha512-TC22rQ/sTSr+IVFldvHBPM5Qd1f09iSt7Tuy+qkeZCmsR4Mvuva8JvorTeJ8rkYxao+w8UF7PCaebJC+TY60IQ==","signatures":[{"sig":"MEUCICjeL3y5nHxzK9rHqyAJYpL/uSo+UXipIQlIR4//nSd1AiEAlb1XvXnTMgji/DN3tVCKnlMdxxDAbYja4fHU7G4d4Ys=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":257908},"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.json","./package.json":"./package.json"},"gitHead":"1586a6b80b5a1117210b9da436caeac57f3adc4a","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 --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/Common.git","type":"git"},"_npmVersion":"10.1.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.8.0","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.1","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.23.2","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.10.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_4.17.0_1696431898739_0.20173103303781081","host":"s3://npm-registry-packages"}},"4.17.1":{"name":"@athenna/common","version":"4.17.1","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.17.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"bf546b0583be979f5ad83d6cb7483bf899730d6c","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.17.1.tgz","fileCount":99,"integrity":"sha512-uvKSaseCysMFzjeoC3Vz7nyoInP8H4QCc+1XqYtGgBRVtZ8fq0CZ1EbBa+lMFzgqA+enTC24oHuOnujDxW9mrg==","signatures":[{"sig":"MEQCID4Zlqo6OkgeqRI0vwQVFVzfOMjcr5ydHSeOSSdzUOMqAiAqGPewOSo2htXlC4Rs/HxF0vTQvniKHWRvhvVeJt+wRg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":258105},"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.json","./package.json":"./package.json"},"gitHead":"353e24894f134eac43928bc21fca26e7da802e39","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 --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/Common.git","type":"git"},"_npmVersion":"10.1.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.8.0","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.1","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.23.2","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.10.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_4.17.1_1696458008935_0.02513865911602431","host":"s3://npm-registry-packages"}},"4.17.2":{"name":"@athenna/common","version":"4.17.2","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.17.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"c2eeb2de0a7945793dca8b95f7b5c6f923de8ff7","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.17.2.tgz","fileCount":101,"integrity":"sha512-k97TrlSbz/PKeohVmWt9R0qvKW9gjJbv7Crk9NAJVaB0ds2i7E9wpdEsLCaDn1yetNDrAZodRPyDIDaAiZyOdg==","signatures":[{"sig":"MEYCIQCPE3ZO7P+WAe5tyZUDDF6hgn5TVoVibhKsCbD7ey4NQgIhAM2unAhDLeBqARbau8hdwAyS/yHObxB5zQwg1JBi0PPD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":260037},"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.json","./package.json":"./package.json"},"gitHead":"4852fa94a666c888b4d11cfdc27df2d3f40898e4","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/Common.git","type":"git"},"_npmVersion":"10.1.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.8.0","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.1","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.23.2","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.10.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","@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/common_4.17.2_1696529577445_0.2833794441352888","host":"s3://npm-registry-packages"}},"4.18.0":{"name":"@athenna/common","version":"4.18.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.18.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"71d4dafbe9f7b2458bed1fe2689e4195cacedd72","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.18.0.tgz","fileCount":101,"integrity":"sha512-vYUEcQu80V5zjFf0WjKJ7f9XmhmtziFUL1l6VfH+h6ZHnNWvcjlIYoHU1pONTnVC9b8vFElrJHWz7xo5IDFvIA==","signatures":[{"sig":"MEUCIDU/UXWoa++01kt15LHx1PKdrSKxU7rRxKrrqERJRY/bAiEAyu7xI+Ofk6ATxtlGO55ryiAIoenNCs1aBQtjKWxa+kM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":260071},"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.json","./package.json":"./package.json"},"gitHead":"f491c713e440b2280fd7e63dfb9c91fecb031202","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/Common.git","type":"git"},"_npmVersion":"10.1.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.8.0","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.1","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.23.2","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.11.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@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/common_4.18.0_1696604811713_0.910025121035525","host":"s3://npm-registry-packages"}},"4.18.1":{"name":"@athenna/common","version":"4.18.1","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.18.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"98997d242027b1da7f5abc52f28151375ebf1232","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.18.1.tgz","fileCount":101,"integrity":"sha512-y7OgJrqK3HWUf5zqhH9BCeAcZYzoNpAQ/A5MrZq8IYqrJR6Cj0xVdlnJe0dBk9Wizt4u6Ek1Uphe78P/0j7YXQ==","signatures":[{"sig":"MEUCIQDTPME39cLRa5bx3ra8o6f9u85LqWoHO6nPMciQSyWnzgIgGssvXEbCWUMPQ5UKrzC9bQK3nnHUIIh01je/Ppx9vG8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":260086},"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.json","./package.json":"./package.json"},"gitHead":"da53955e788dd5ad8db457cdaf302be5e3585eb6","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/Common.git","type":"git"},"_npmVersion":"10.1.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.8.0","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.1","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.23.2","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.11.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@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/common_4.18.1_1697383446514_0.5416323072030647","host":"s3://npm-registry-packages"}},"4.19.0":{"name":"@athenna/common","version":"4.19.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.19.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"93a533bc34113f8b4db6cb95dd4c48034976909a","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.19.0.tgz","fileCount":101,"integrity":"sha512-D4AdRyvDvt3alqxYJdnb4AcZVPi2qiBjOG/3bGowiEw/fFNU73ij2cD9pZq60y5tyaXjeuYN5t2BozELsXqWlw==","signatures":[{"sig":"MEMCIE7AksGhFRXylbDwFjZWFrV/IPnIWcQyEniAamZYt3SLAh8k6k4nbRGDa7aGU0XIybatm3TG3nlyJHVURJwmP3q6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":259881},"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.json","./package.json":"./package.json"},"gitHead":"832ebd554310281e2d95f5bfd7561ad92bcf5a33","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/Common.git","type":"git"},"_npmVersion":"10.1.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.8.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.1","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.23.2","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.11.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@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/common_4.19.0_1697912623205_0.6348829694876643","host":"s3://npm-registry-packages"}},"4.20.0":{"name":"@athenna/common","version":"4.20.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.20.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"acc14f8375605d084893c6dead982b35c7b7644f","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.20.0.tgz","fileCount":101,"integrity":"sha512-Im6bGbmK83mJUq+Ilj0d5PzFXaUZrdfbK0ua+5hb+DOmAYpKat4ihGa3Jk2wZrudlr4Mt4kiDhq4AOzILwqx+g==","signatures":[{"sig":"MEQCIEWOY/XaAzVWlxLrS9XTeG0zgD3X//vrlZeM9CtlFp4DAiAdP4umqu42MWFOQ2HhpseeL4QwWwtOib1mQFp6iGoYKA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":261606},"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.json","./package.json":"./package.json"},"gitHead":"e06fc4db1fbae310bde70084061a2d93f1703afc","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/Common.git","type":"git"},"_npmVersion":"10.1.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.8.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.1","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.23.2","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.11.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@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/common_4.20.0_1698313759414_0.9623926357163213","host":"s3://npm-registry-packages"}},"4.21.0":{"name":"@athenna/common","version":"4.21.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.21.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"b34762bea1ec57885f4b6fb2f2cb6cb2c27289c4","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.21.0.tgz","fileCount":101,"integrity":"sha512-1FCgoWxFzKHyC72UMa49VRaQMxbZS6PpagBE4pxAN0YqQ3hYQM8XDToVHc9NP/4geVyb2p5Qz3N06M/GpJn3jA==","signatures":[{"sig":"MEYCIQCxARz9SXzvyLb0KmzzIJuvroWh01EmgPCrc0mYUv5zyAIhAMBWleUMg98K6kqFT+3RS2AbVb7F6f/wFNKZvL4zTQ+D","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":263079},"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":">=21.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json"},"gitHead":"ae4318a0ffd28a413f1d712bfbfbb1d22f6d0e9c","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/Common.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.4.0","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.24.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.11.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@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/common_4.21.0_1702140539257_0.8009518225998156","host":"s3://npm-registry-packages"}},"4.22.0":{"name":"@athenna/common","version":"4.22.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.22.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"32ed6d454a2455e45925cf4a06cb4c3f4491492e","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.22.0.tgz","fileCount":101,"integrity":"sha512-wyfYFuTAMnJFqwRl0gjQSRboMOV4HpwOcvx/EYfKK2wFHzR/Nff5r9/At7NpOZ6ghkrxowB3trYEmedlc8e0/Q==","signatures":[{"sig":"MEUCIQDqEJ6HKbYubhpREULQWP1Ng8s85/FHPlaYNM5oQK0nlwIgT177HnRhbry1xMCOk2RJQKdck7nIW0F7GKiK3YmM+tM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":263685},"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":">=21.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json"},"gitHead":"4e3e50ef9c83f10ddb0e1ea3cbb20837da094047","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/Common.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.4.0","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.24.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.11.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@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/common_4.22.0_1702209256809_0.4534542328406128","host":"s3://npm-registry-packages"}},"4.23.0":{"name":"@athenna/common","version":"4.23.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.23.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"aced79cbbfd1c7ceebe06ee931b5f6b23e099db0","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.23.0.tgz","fileCount":101,"integrity":"sha512-MS5d53x138Id5CY1Zj9kUHoSJzmZl8kkjaiHtXzR4LW3RFrD3Mpi2RoA078DdYlxhB0y3ch0d6i/saKpJdjHGw==","signatures":[{"sig":"MEYCIQCYeQRHrqw8d7+Px2V6tz1qNglhIeZLyDZCal6qt/zPiwIhAK0rZtEYNYg2hpE6qWayBnuGBNv9AEzbKwL2Q0ipioBU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":263686},"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.json","./package.json":"./package.json"},"gitHead":"d96d4f7365e4657f4aabec31395fed168a34d5e8","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/Common.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.4.0","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.24.3","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.11.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/common_4.23.0_1702818139578_0.6339598102319077","host":"s3://npm-registry-packages"}},"4.25.0":{"name":"@athenna/common","version":"4.25.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.25.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"c9665192904bb9022387eb1e5c831f3d5c5671cf","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.25.0.tgz","fileCount":101,"integrity":"sha512-obd58Iy82mUW6GALGDjCnQCoMKAUV2XGBz32AV2F0nTjcZo5vk3B5Ig0JhnbQ2lR9XZma6CruoC71+E1JIBhhw==","signatures":[{"sig":"MEUCIQDxwViiZpriMIo1A3zvobpJBg/ap3jykKRBBISeGsd+BQIgPI5Gvz0L7F2zWufbtd6SEv6cjj4oBRtKPTXSxiqrntI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":263686},"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.json","./package.json":"./package.json"},"gitHead":"039066f8cb90a57ebe5d576a0b9a741d902cc70d","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/Common.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.5.0","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.24.3","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.16.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/common_4.25.0_1703614173675_0.47428808515101406","host":"s3://npm-registry-packages"}},"4.26.0":{"name":"@athenna/common","version":"4.26.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.26.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"d77b98f8c964834c14df9300a357ed5e7d57f0ad","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.26.0.tgz","fileCount":101,"integrity":"sha512-iU8lXqoiFJS6Iyh+oL8DL+72sZx6CS9PibZ/Bw+cKogaUULdF+wdWGFlaWrap61HzS1vFd3u1EZi3Y/49SsBGg==","signatures":[{"sig":"MEUCIQC6Xj4hToIlazBIK3sPLn+bJhXoeoix2omenhSwW4CYvwIgdhI/geg/lsPSqbBCbaBBZyyQNCB2kRGuLHdCtRmJTL4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":263686},"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.json","./package.json":"./package.json"},"gitHead":"c77c7b733e5eda25e3837517784e7cb033c15a1c","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/Common.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.5.0","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.25.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.17.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/common_4.26.0_1704573511342_0.17401826360892114","host":"s3://npm-registry-packages"}},"4.27.0":{"name":"@athenna/common","version":"4.27.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.27.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"63325248dff7d77555779f78005953859a41db2a","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.27.0.tgz","fileCount":101,"integrity":"sha512-/3nmLppFUj9qZiWgC2m60ctV677cSr1w1qsJDP7i8uMsaDUgobCa90+5odP7FUryIXGqgvriI1fUQMSaEcDuUw==","signatures":[{"sig":"MEUCIG0wY7vQhX/uzVzf+/QXh25aABBZIghNbNDc1oBMecA9AiEAxY+dKDRvK2GyCH1fJrPOgZpHu6Yvk021IHlMANgRE6Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":264562},"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.json","./package.json":"./package.json"},"gitHead":"92b8780906a281e70e773f363543908fb51661ef","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/Common.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.5.0","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.25.1","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.18.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/common_4.27.0_1704831455831_0.052197752477935566","host":"s3://npm-registry-packages"}},"4.28.0":{"name":"@athenna/common","version":"4.28.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.28.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"cb503a81f58855270e3366b7aa0b359b28306dbc","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.28.0.tgz","fileCount":101,"integrity":"sha512-jUN3IEYHNdvIWITVEHixuJokSARGE+nOZ6HAx/grIbrWdd3U9TP+e2SwhDuEzeG2MzW6583bbhRIIYyYwJfpQg==","signatures":[{"sig":"MEYCIQD5MRgJiAUD6x/yrmm0Z/6dfc53p34Qn1avFZ9gNVnOzgIhAPw7PTLpexqZvNcLZQskBNqj2Zv0laRdu4gUg3VnRs6e","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":265373},"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.json","./package.json":"./package.json"},"gitHead":"3b2398e55a5d8a67567efb2117a768b74617a4a3","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/Common.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.5.0","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.25.2","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.18.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/common_4.28.0_1704890626917_0.8411321515036072","host":"s3://npm-registry-packages"}},"4.29.0":{"name":"@athenna/common","version":"4.29.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.29.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"80edb18b8aa6de0a418a4014678b15f1b25a4613","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.29.0.tgz","fileCount":101,"integrity":"sha512-WwNW2LjR1VUR6GDWrSLX78mCf23jw+bCO9PTpuDzTPawz50s6sv+3Ex5PS8ddYmKdEQzTfKagg0BDAR6e6mSTw==","signatures":[{"sig":"MEUCIByjT59GSjIW8Bph8flAT7aCZS714OuevQZMSqj+mCKkAiEA6d4pfdU0PCVbyi20/G1eEA9sW5wOAdQWWpji7HRDv94=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":266802},"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.json","./package.json":"./package.json"},"gitHead":"cf741f61d40054e7cff87441e8f72fcbb80d2a96","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/Common.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.5.0","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.25.2","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.18.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/common_4.29.0_1705316094834_0.9644966626413498","host":"s3://npm-registry-packages"}},"4.30.0":{"name":"@athenna/common","version":"4.30.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.30.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"714c051281ff2bfbc2fede6acb7f13d6be37d3a1","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.30.0.tgz","fileCount":101,"integrity":"sha512-EamuHSyY2HrOQRYtL3dG8m+XhxnPJfpRs6NG6tPlBRmaVXOcV16INacSPlAcXgBS4MCx8VStTpOoWw3KDsNU9Q==","signatures":[{"sig":"MEYCIQCI9G0wKZh7hHZkWwe8uRpsvcZ+0EwZTwlAFA5EDZXyPgIhAIB16u0JYq3iy8nMOYIj77gL1/4OUErka2af/X1B2JJT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":268877},"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.json","./package.json":"./package.json"},"gitHead":"0699d5852da511cfc37fdb4dabd437889885a4e5","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/Common.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.25.2","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.18.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/common_4.30.0_1707090057629_0.900018628849703","host":"s3://npm-registry-packages"}},"4.31.0":{"name":"@athenna/common","version":"4.31.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.31.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"eccff6eb2608049b8d938ef32cb797fa31b024ad","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.31.0.tgz","fileCount":101,"integrity":"sha512-1ytvvauWCCIMwDPG37rtGyhkOWlw4CN3dyNOzW5JnhdDohV4ZRIlRvJUu2JxtZiafA/056210Eu+da4bNE9Jew==","signatures":[{"sig":"MEUCIG1Df6vwmIe23Y0k4EocbKRGe8W35Z8MLTwTs1WB2psVAiEA9rO7GIQ9zEwNCqNatbW3HoZGHz+Ec/cNnTU07MJVrxQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":270753},"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.json","./package.json":"./package.json"},"gitHead":"f0458cc3cf1c00193987a00e27067c9b11f97a58","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/Common.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.25.2","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.0.0","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.18.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/common_4.31.0_1707173935809_0.08910548576053512","host":"s3://npm-registry-packages"}},"4.32.0":{"name":"@athenna/common","version":"4.32.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.32.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"a92713344886bb3879092dab6e02ac01138986e6","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.32.0.tgz","fileCount":101,"integrity":"sha512-wfnkJVJjkHui5ifSGbWbcB7UiesBjsRNaxTy9xXJxR4yLtnkQoW51yr5rxwMtS4FmlgpbimBVI9+lcAdHzQj/Q==","signatures":[{"sig":"MEQCIEIKSryoARrnzcfGN2XmvBopsVXWmq3QAeBIcDyhurv0AiBFDBZi57ghMXR2+Loq2u2A9JtpVJ6a4gsVzq1GRtstSg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":270460},"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.json","./package.json":"./package.json"},"gitHead":"37843c6a749b46ceda3b62c4c8b78e9881af3c82","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/Common.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.25.2","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.0.0","json-2-csv":"^5.0.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.18.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/common_4.32.0_1707222925771_0.7922797556652452","host":"s3://npm-registry-packages"}},"4.33.0":{"name":"@athenna/common","version":"4.33.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.33.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"f76ef1f06466e083bccb9a4a232841dd9e5b5778","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.33.0.tgz","fileCount":101,"integrity":"sha512-N/61/do/o6T6/N2p+O3D2DzF7Z+pTv2GKpBarmRmS4GxhkTKRqtvkJGJwXCy+b3XJGsXLvTOp6n1Uh4oCDEu2Q==","signatures":[{"sig":"MEUCIQC0qbZnk9MGMBV1Ka3D97kNWWmHVdp/Gdq0u5QS1a4cigIgINBrR/dH9AQV6xXf0ore1d++qvyKxIr1GAmyHqrv2A0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":271106},"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.json","./package.json":"./package.json"},"gitHead":"334d7b980c7fa8467f5dd7af3499d4e93f405da9","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/Common.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.25.2","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.0.0","json-2-csv":"^5.0.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.18.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/common_4.33.0_1707567423814_0.8999953261245954","host":"s3://npm-registry-packages"}},"4.34.0":{"name":"@athenna/common","version":"4.34.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.34.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"750f6de8659da157e6e5e25abfd31c911ce83e2d","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.34.0.tgz","fileCount":101,"integrity":"sha512-2rIUEB4M7AsUXC8wNotTrVmuFj2PpJao41otaM3yMa7A8rc7c+aRIMHgX/IMk4wfOy3ajdF5v9cEkn6W/6skUw==","signatures":[{"sig":"MEUCIFlmbxNQ+RQ3ngeeG8N40FQAB5r4j6dmuBLZhzLu9istAiEA9+o5o5RKCttjmHOhU2ZTJbPYR5ju8JN4zULu8iWcrhw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":271106},"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.json","./package.json":"./package.json"},"gitHead":"f0a931cb2affa2efd3789f11deeea1b2ef142403","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/Common.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.2","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.26.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.0.0","json-2-csv":"^5.0.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.18.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/common_4.34.0_1708802165916_0.9424864959879049","host":"s3://npm-registry-packages"}},"4.35.0":{"name":"@athenna/common","version":"4.35.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.35.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"afc18091be14dcb4fcb735b783e4adb143e6b928","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.35.0.tgz","fileCount":103,"integrity":"sha512-f5JRdrjdozbtHjG0YgqVLXv6fjmss7PKAQWeyqGLg4dpGmheZ19xXYONZYf3ng6d0k2+YQ7IjLzGmfwSsrO+wA==","signatures":[{"sig":"MEQCIC/i7DFyipTSssED6ibZPURTjgWRxh5CB68Rms6duA4kAiBiUDTcjvfJXirmsuXM0GdAuGmzCylpRCNMcg0VMBTp2g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":275612},"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.json","./package.json":"./package.json"},"gitHead":"5d8ff13369053fe4b8fcfa7ac9206348577a655f","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/Common.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.6.2","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.26.1","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.0.0","json-2-csv":"^5.0.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.22.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/common_4.35.0_1709481596702_0.9689412477789145","host":"s3://npm-registry-packages"}},"4.36.0":{"name":"@athenna/common","version":"4.36.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.36.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"0e9e6ec57265afe580ee38fd6fa2ca1921b0e888","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.36.0.tgz","fileCount":103,"integrity":"sha512-3dPZqHQD5xb9GZfwHqDsVc33sNl6IL0VtXJUybGEYQkWwfZ+nb03Wpxyw3jBr+rZWS6bOqwnWpKTU0Ih93v5Sg==","signatures":[{"sig":"MEYCIQCb7Sjv+WhB3QWySJ+zI9V8L8fmBybBuy/64aMnqMQrRAIhAMLXUvAvvdc7xqf3Jx6FHKhBx+8iejA/6dMFpCKi5jV/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":275612},"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.json","./package.json":"./package.json"},"gitHead":"5bc884a25bea20a06973966f8eec4c7a6436864c","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.1","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.26.2","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.0.0","json-2-csv":"^5.1.0","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.22.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/common_4.36.0_1711630816123_0.3675461821386057","host":"s3://npm-registry-packages"}},"4.38.0":{"name":"@athenna/common","version":"4.38.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.38.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"b16d2aaf19596451c5ee64ec546dcd60677cb5a9","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.38.0.tgz","fileCount":103,"integrity":"sha512-xod/X7aV4tnfBMOVDnC0Y2z48KqWf5Qc5qX2S23m7m6JqWQUqfPTX5XJVhm+8TFsd7ew72POQKS6+2NCsvQa3Q==","signatures":[{"sig":"MEQCIDyRzJ82ptAXhEcWoKU3r6WH2dbgKK/QNZb4D2yaoSowAiBtW2dqelsojw0LEIc0KIc/pPL68z0RJx94y3nzTTZ1YQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":275612},"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.json","./package.json":"./package.json"},"gitHead":"9e455ab130934163b46d4dc79ea6bd96e68d8de6","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.26.2","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.0.0","json-2-csv":"^5.5.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.23.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/common_4.38.0_1714396155038_0.4030571041210791","host":"s3://npm-registry-packages"}},"4.39.0":{"name":"@athenna/common","version":"4.39.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.39.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"5bc5bbbf0b86101f6e928f6e455eb1dab19006e0","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.39.0.tgz","fileCount":103,"integrity":"sha512-15asgK0iumvN1CdMl/MpjhVnAd17oXQRvf+DotFkeHK3cqwqDYAthNDkm4JrkeUVsmUz9gjhRmlsWACmvLMi9g==","signatures":[{"sig":"MEUCIQCBxsLSD0BNfQf3G80ZhfcGBoQeFIiQNfJEbBIocXPpxAIgUSsqjvTQexxla8nghECCxTBe8ikM74iXjCX4uzDkb6Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":276270},"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.json","./package.json":"./package.json"},"gitHead":"a0c36cae398c3f2263d3680c7f2a32090ce9e11e","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.26.2","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.0.0","json-2-csv":"^5.5.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.23.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/common_4.39.0_1715336051426_0.6956185133829718","host":"s3://npm-registry-packages"}},"4.40.0":{"name":"@athenna/common","version":"4.40.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.40.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"c8c2a6443d02af2ac2d886a3e5cc6ece87015e77","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.40.0.tgz","fileCount":103,"integrity":"sha512-kCNNfQ/9A5IyODs/9hG2LcVTHCHK4afAhaq64q9Quy+VKamNXBMAx86axcXBhsYwBx/sp7lNNiNB362TVHjKNQ==","signatures":[{"sig":"MEQCID74GrCmMFORQbycCI87/sijehf/F1tgpQHqoqnvQKpLAiALND45kmsx1m0+o4aF+/ACca9lhfn5NxYuoFnMPYRVHA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":277469},"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.json","./package.json":"./package.json"},"gitHead":"39800ed57dd113e6f5e89aaf992d1e2f419ce4b5","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.26.2","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.0.0","json-2-csv":"^5.5.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.23.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/common_4.40.0_1715711131139_0.7617123781111075","host":"s3://npm-registry-packages"}},"4.41.0":{"name":"@athenna/common","version":"4.41.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.41.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"d736ead9fc1ca41f18890a5635c50a1ec282e861","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.41.0.tgz","fileCount":103,"integrity":"sha512-Z5NJmfae5l25x1guapFChA4fIcTcOlRuyF5M7kWyLzjYEjjngugnWuU/nNvYs8T644Kd2QfI03XTK9yqF62NDA==","signatures":[{"sig":"MEYCIQCz7FbE3MAGV5IHu9zfo6331fNpbqQS262UGUSdOnNqmwIhAM8tcT4iXB2JU2h5J+1uQ6fdumcmuinZlhXWojsMpBcf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":278076},"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.json","./package.json":"./package.json"},"gitHead":"ae2b73432a963bed051fcf0bc1eda7f155682fde","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.26.2","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.0.0","json-2-csv":"^5.5.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.24.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/common_4.41.0_1715949696416_0.5600400641175187","host":"s3://npm-registry-packages"}},"4.42.0":{"name":"@athenna/common","version":"4.42.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.42.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"6235d79d3fcae9ae4859b7cc58ca2f587d079e9c","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.42.0.tgz","fileCount":103,"integrity":"sha512-gJUVddtsP58xwNBzcBBcPZwEqmhZiSqDvbXkbrLa7tIQ0pD1HYg9vEoxFrMHCpmAeR4uVSrPOCr87ZameZOYCg==","signatures":[{"sig":"MEUCIQDi4jL/H1m3QgYzFhiiL8+vuHuZ5SDJMDmkjfYWhZzf8gIgOjtCm6wOvKoulk1UL1wu/Bs/qfqVYxUN/3uaWTbZ4O8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":278078},"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.json","./package.json":"./package.json"},"gitHead":"97297835016ebc0030ca70247dc6c78cf39c0b21","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.26.2","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.0.0","json-2-csv":"^5.5.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.0.0","youch-terminal":"^2.2.2","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","minimist":"^1.2.7","prettier":"^2.8.7","@types/ms":"^0.7.31","commitizen":"^4.3.0","@types/uuid":"^9.0.0","lint-staged":"^12.5.0","@types/bytes":"^3.1.1","@types/debug":"^4.1.7","@athenna/test":"^4.24.0","@types/lodash":"^4.14.191","@types/kind-of":"^6.0.0","@types/callsite":"^1.0.31","eslint-plugin-n":"^15.6.1","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^4.12.0","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/common_4.42.0_1715949797095_0.8048231305608506","host":"s3://npm-registry-packages"}},"4.43.0":{"name":"@athenna/common","version":"4.43.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.43.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"a1bbadcead2b83eb9bb41a42710beb94e2ed7b91","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.43.0.tgz","fileCount":105,"integrity":"sha512-r6GKI15PMAzAkZRjKn1HPkUKKd9V9tGwvDgNTuS8OTlj8Pl3rMb2p77nkJ6bTAxLUD4eHNFvhllbS9snrcct4A==","signatures":[{"sig":"MEQCIDELUozHzoZrZz6s6YhIOYCR0xTe0yqC76TH1IInN6ELAiAL3Z4margH8VS6npj8E5BtxHRrKTssx4xf06+v6TTr3Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":281211},"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.json","./package.json":"./package.json"},"gitHead":"115f90f5fc50ac4511836e37ef3e6422f2325ae1","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.27.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.0.0","json-2-csv":"^5.5.1","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.3.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.0","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.4","@types/debug":"^4.1.12","@athenna/test":"^4.26.0","@types/lodash":"^4.17.4","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.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/common_4.43.0_1716047121673_0.22297160917865932","host":"s3://npm-registry-packages"}},"4.44.0":{"name":"@athenna/common","version":"4.44.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.44.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"d17921ec424e229baee4d11613a39e598bbee4a3","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.44.0.tgz","fileCount":105,"integrity":"sha512-LzzvJbJOl0iJmT/XbDnriM5sGoeUDeH3ZWJMJUXSfvld20DWqunpV/X1ia97veOhrYXE1Cbu4StAb51q5LsuUQ==","signatures":[{"sig":"MEQCICc4Vfwepgq79cjIczFARgcdRQSLxyWau7fMvCdl/gLSAiAmtJygzgd/SwgODNnKFJyuMFbyfbiq0dG1h5SMdJ2MxA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":280381},"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.json","./package.json":"./package.json"},"gitHead":"99e9691e30b5042c6e95187025f35ab589276cc2","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.28.1","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.0.0","json-2-csv":"^5.5.4","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.3.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.0","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.4","@types/debug":"^4.1.12","@athenna/test":"^4.28.0","@types/lodash":"^4.17.7","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.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/common_4.44.0_1722190691564_0.638455635442241","host":"s3://npm-registry-packages"}},"4.45.0":{"name":"@athenna/common","version":"4.45.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.45.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"207c384b37c76ebd39519c6040bf6d114d83a1b5","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.45.0.tgz","fileCount":105,"integrity":"sha512-Ppe/YlxQlrR0SeZFR5jbEvgZiUd6IV2jX/XztXe3Yg5VvK+blEByr9lU8NQtSBw1wFTKHu7A+gPiHD+NBAjeAA==","signatures":[{"sig":"MEUCIDPJO094nryE7SAwnof9YgZ3UM1qKping2kBwb2GXdNhAiEAgthMiA2VcZxKIizYlTyqWP6/cze/mZFnNg0ITKSgE0E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":280381},"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.json","./package.json":"./package.json"},"gitHead":"3b0b67e94410ff1fc54bc704127589979fc139f7","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.28.1","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.0.0","json-2-csv":"^5.5.5","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.3.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.0","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.4","@types/debug":"^4.1.12","@athenna/test":"^4.29.0","@types/lodash":"^4.17.7","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.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/common_4.45.0_1724494650910_0.2333230069266794","host":"s3://npm-registry-packages"}},"4.46.0":{"name":"@athenna/common","version":"4.46.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@4.46.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"90453124950d517647a10406cf0036fb709999a0","tarball":"https://registry.npmjs.org/@athenna/common/-/common-4.46.0.tgz","fileCount":105,"integrity":"sha512-Cnx+Rx8OW5MRKaNcBwBvpSlF2uguycDvzUerYlKl6piHf7FOOiQ0it443uozVvaBNWBYuhAv4fYw1xM2HpyFEA==","signatures":[{"sig":"MEYCIQDQKpNEvCbmRM45bE1H7whlQ65nvVkWi/wVCXC603Gn3wIhAL8MVL1qj8HExr72acRIATviSmTiiRGM2/tPzzZBOddQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":281624},"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.json","./package.json":"./package.json"},"gitHead":"0f19fb790c4c5fcd455843046eee1f07c41a9961","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.28.1","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.0.0","json-2-csv":"^5.5.5","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.3.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.0","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.4","@types/debug":"^4.1.12","@athenna/test":"^4.29.0","@types/lodash":"^4.17.7","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.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/common_4.46.0_1724581874378_0.49564922234522446","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"@athenna/common","version":"5.0.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.0.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"797f2afbc5d45c6e81d05508421c4697a4e41525","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.0.0.tgz","fileCount":105,"integrity":"sha512-gUbwCJraEw06CNdNYV6Nb0jIq/OYpXbbTNdYZ1yj62y7+s/A4q3Y05P7BzTxhNhIraP6117O7Vi2UoYY45ilwQ==","signatures":[{"sig":"MEQCIHRv4QwYrGLOCiFC3htvYDsydur0X7FLxc+H819dSFcZAiAhSFK7Na8xKiZ/52Kb3qrQ6eLl0Q2AjvbWBZHdrDxzqg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":281664},"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.json","./package.json":"./package.json"},"gitHead":"958339a519fdaeaeb0120a2c174799a82fd15458","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.28.1","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.0.0","json-2-csv":"^5.5.5","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.3.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.0","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.4","@types/debug":"^4.1.12","@athenna/test":"^4.30.0","@types/lodash":"^4.17.7","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/common_5.0.0_1724668242180_0.4220113875460658","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"@athenna/common","version":"5.1.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.1.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"729b5a8f3ea644370e84d935cfb608be3269632d","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.1.0.tgz","fileCount":105,"integrity":"sha512-6yQgEiJikYt579JLSzK7FUSeMjhtNnuPiGDIn6ykH2P9AsUcftnKQVFyAB3xcyAUDE+qFszBAizKgy5ePJs+3w==","signatures":[{"sig":"MEQCIDdX2aNsk4yQHDN5blcnR16sk8Vo68g/lRvuKQCa5asoAiB7dItHidvOAywoX1cota0dvjCRp9o6IsS5W1Oiy60IxQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":282949},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"22fb48132f14a0ff2f90bffa46b2ace3c0bb4b61","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.28.1","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.0.0","json-2-csv":"^5.5.5","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.3.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.0","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.4","@types/debug":"^4.1.12","@athenna/test":"^5.0.0","@types/lodash":"^4.17.7","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/common_5.1.0_1728036246352_0.22335883911895404","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"@athenna/common","version":"5.0.1","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.0.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"8e36227abe0cb103d80c7b1176a95bfa46d1e48e","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.0.1.tgz","fileCount":3,"integrity":"sha512-eCpqcxE7A9k2ptvyiwmGRSFP7MNoPnS2EWLBDmX24pZnt/Thi8uScvuHlTcddxLx0YwSXdbU7GLIHofUvVPjCg==","signatures":[{"sig":"MEQCIBbcgjFZ04eqM0C452PoWUB53Aj2IjqhRDycsQHk6f51AiBl9+QOjGfyiLTIjtMxo0iebZrjDJyhjbvuINqsDV6/+A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9416},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"b3bfeb9b0a1e11e12de887d376312e1a712914c8","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/Common.git","type":"git"},"_npmVersion":"10.8.1","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"22.3.0","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.28.1","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.0.0","json-2-csv":"^5.5.5","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.3.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.0","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.4","@types/debug":"^4.1.12","@athenna/test":"^5.0.0","@types/lodash":"^4.17.7","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/common_5.0.1_1728054787375_0.17602117851775412","host":"s3://npm-registry-packages"}},"5.0.2":{"name":"@athenna/common","version":"5.0.2","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.0.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"7cea547c6af07bdfef852e6b8b44b0e900dab6a9","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.0.2.tgz","fileCount":3,"integrity":"sha512-+tty7wrQzaoQBCuLtpmr+CxSK2lkO7TPhwkow/5O/ryozeg5kmuvLE5EHy6QWWFC4yqqse4sZoJxFz+GQZPzfw==","signatures":[{"sig":"MEUCIFBxr1iPzCqzPP70SKlHd4wseGPmSmksxOti2SaEdtwIAiEAuVe1ia3LBYip7gOhU8OYKVxY9iiQMxdd3/WgXuzMLy0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9416},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"b3bfeb9b0a1e11e12de887d376312e1a712914c8","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/Common.git","type":"git"},"_npmVersion":"10.8.1","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"22.3.0","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","youch":"^3.3.3","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.28.1","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.0.0","json-2-csv":"^5.5.5","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.3.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.0","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.4","@types/debug":"^4.1.12","@athenna/test":"^5.0.0","@types/lodash":"^4.17.7","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/common_5.0.2_1728054870107_0.3676366166162559","host":"s3://npm-registry-packages"}},"5.0.3":{"name":"@athenna/common","version":"5.0.3","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.0.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"ce163a7090269398ff1ab457687bf305e0199423","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.0.3.tgz","fileCount":3,"integrity":"sha512-MAiBy4gH3NamCv8csGjJ47EKNkR3x9qKZCOtoxuSrjuQaxbTZ/stK/hsJiZuzj5HSWpyDPnUXrx0JPJ0JfE9iw==","signatures":[{"sig":"MEUCIQDymCZtzYBH9o0wIjrD1Q3dbYhHVc4tLDLIGxS+iTjzwAIgLAzJh7cMT0N7yb++HKtQAJ4espEV8MgYy7TZAIe3Aq8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9361},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"b3bfeb9b0a1e11e12de887d376312e1a712914c8","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/Common.git","type":"git"},"_npmVersion":"10.8.1","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"22.3.0","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.28.1","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.0.0","json-2-csv":"^5.5.5","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.1.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.3.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.0","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.4","@types/debug":"^4.1.12","@athenna/test":"^5.0.0","@types/lodash":"^4.17.7","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/common_5.0.3_1728055081034_0.03535755628638482","host":"s3://npm-registry-packages"}},"5.0.4":{"name":"@athenna/common","version":"5.0.4","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.0.4","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"f6679f16942d15260daf536ac181c3bf266c5ca6","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.0.4.tgz","fileCount":105,"integrity":"sha512-ylgTJZZjDLqnfTHaVUoBueM4GjXSBIdi1278UuAn8y55dPLXgFZvCxUemWXlUo2xV/j03n8+JweoVPWZcQ6JnQ==","signatures":[{"sig":"MEUCIQCUT85XNX6QB+kgEObIeIwFjcPo0G9Qyj3NnSGosMsFdAIgH4n8T49gVjTNapvqe4LgCZxAMla+PWj4BZg/PF0a8fg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":280606},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"b3bfeb9b0a1e11e12de887d376312e1a712914c8","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/Common.git","type":"git"},"_npmVersion":"10.8.1","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"22.3.0","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.28.1","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.0.0","json-2-csv":"^5.5.5","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.1.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.3.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.0","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.4","@types/debug":"^4.1.12","@athenna/test":"^5.0.0","@types/lodash":"^4.17.7","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/common_5.0.4_1728055343018_0.9371112843554925","host":"s3://npm-registry-packages"}},"5.0.5":{"name":"@athenna/common","version":"5.0.5","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.0.5","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"82071b64f61e7d77b8523434d9e8c8e386e41528","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.0.5.tgz","fileCount":105,"integrity":"sha512-NJz1opRtxvK3MzA0gmyNBN5xwJFZB2EATUSWIKTa8p1Cgu9YoJ07Wzfmh1NoAP/ZSXTkJoh/cbWCgB8qAecIkA==","signatures":[{"sig":"MEYCIQC6en7fL8Sk1+Rp9CmA1NvKq85RtKo9jhJ/6ppt6y1FSwIhAKdIwUsAa6cdcHK3Uef+T/ZgUZ8wiIrvzJbIi2dyL3z4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":280606},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/Enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/Exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"b3bfeb9b0a1e11e12de887d376312e1a712914c8","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/Common.git","type":"git"},"_npmVersion":"10.8.1","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"22.3.0","dependencies":{"ms":"^2.1.3","got":"^12.6.1","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.3.0","execa":"^8.0.1","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.28.1","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.0.0","json-2-csv":"^5.5.5","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.1.0","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.3.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.0","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.4","@types/debug":"^4.1.12","@athenna/test":"^5.0.0","@types/lodash":"^4.17.7","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/common_5.0.5_1728055915649_0.8893482492874938","host":"s3://npm-registry-packages"}},"5.2.0":{"name":"@athenna/common","version":"5.2.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.2.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"8cab3ee5ed8b0f202c8b0e7dae5789b352a09b3c","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.2.0.tgz","fileCount":109,"integrity":"sha512-4JRt82NX2gr3WbNLYCQMAhzFvhicgSMEa7o3SmIpjbH0hBJT21rqNkpTWdzs315IOc1UBKvdt0Rv22MpMyU60g==","signatures":[{"sig":"MEQCIALgYEnJI6HAibC1ODlQ0/gbRbaL+hFi0GvYpsFMcAycAiBw35L/dsRxsu5hFAnFmSGY2yBebcSDQlCUkgX8Gfgn5w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":288047},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"029491ffbe17e77ce4bcf7559e9debf1e7edb18e","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","got":"^12.6.1","ulid":"^2.3.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.29.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.1.0","json-2-csv":"^5.5.7","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.3.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.1.0","@types/lodash":"^4.17.13","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.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/common_5.2.0_1735434380979_0.6554551125377959","host":"s3://npm-registry-packages-npm-production"}},"5.3.0":{"name":"@athenna/common","version":"5.3.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.3.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"0ad3df5cabe842e416a144a2f85f2a18dfa71202","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.3.0.tgz","fileCount":109,"integrity":"sha512-g53yElUzyBs7iEKkCxsyYNjn72hXHz8D80TzvSrHFMba5pWxotOgqaTRwKIGsB80bhOhvBBYgiZ1DXW+RDYwfw==","signatures":[{"sig":"MEYCIQDNXlGWZ8TUOfGSCiR4FmVq+UXjdT2Mp7fXDfF5dHDrhQIhAOGnqN8dyx7li8PsONq0XEMiTdxLJ2cAbHVAPWxRinGo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":288047},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"13f65645f52cc2ea3b90c053cfb90f76b499eec1","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","got":"^12.6.1","ulid":"^2.3.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^4.29.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.1.0","json-2-csv":"^5.5.7","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.3.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.2.0","@types/lodash":"^4.17.13","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.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/common_5.3.0_1735435173182_0.31936291698318486","host":"s3://npm-registry-packages-npm-production"}},"5.4.0":{"name":"@athenna/common","version":"5.4.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.4.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"5760a17ba3dcb647c01b6e35dffba0df24dc1570","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.4.0.tgz","fileCount":109,"integrity":"sha512-IUiowp7m2H0NCDHpzOFO/aGnlcoM2mfEpvBhF92G9l615x9PrZYyXri2m8a50Ky+vnynX1TCphl+hxMzVuUn9A==","signatures":[{"sig":"MEQCIDEkRlRKdKbsX2qJLW5TslZ15hGgk3Be2rrt2famQWWzAiBQlPnXkTU+CnJ/UfxeOTnzZbAlFKx+YWsYKGLsdP851w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":288046},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"3ae3211d3e6a91d1c393a0798911f6a8489e0aa4","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","got":"^12.6.1","ulid":"^2.3.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^5.2.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.1.0","json-2-csv":"^5.5.7","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","validator-brazil":"^1.2.2","@fastify/formbody":"^7.4.0","http-status-codes":"^2.3.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.2.0","@types/lodash":"^4.17.13","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.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/common_5.4.0_1735607428065_0.08827850948162363","host":"s3://npm-registry-packages-npm-production"}},"5.5.0":{"name":"@athenna/common","version":"5.5.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.5.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"b93ae84ff772a5fcd92826bbf824b4a81f9cbfdc","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.5.0.tgz","fileCount":109,"integrity":"sha512-SdWaCsfJGXXMDnzpBokED6QVZfvyob21ITAIa3VDw4itDeHqpiSVjBmB5J6CquAo+FXfuTvkzcMzeecnoG6Rhg==","signatures":[{"sig":"MEYCIQDMZ92AYSk2F6qbSX5b58oXVrKDqJSOH9HB9IG6rkfb8QIhANmB75TCOy+sNpSnmekBm5p6qJ1idBCMsKcP2ARNzHjl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":288046},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"bf7609dffa4babc2ae44ac39cc172e76060f27dc","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","got":"^12.6.1","ulid":"^2.3.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^5.2.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.1.0","json-2-csv":"^5.5.7","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.1","http-status-codes":"^2.3.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.2.0","@types/lodash":"^4.17.13","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.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/common_5.5.0_1735655439479_0.706795724135848","host":"s3://npm-registry-packages-npm-production"}},"5.6.0":{"name":"@athenna/common","version":"5.6.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.6.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"557327f8915f11504d51b1054b5a1ac8172599ad","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.6.0.tgz","fileCount":119,"integrity":"sha512-0NSf5bpqh4QAdcqZ1XX3qFbtH8921MsQhjKTDYvg0F8yHhnYpARUKMMatRw26y9UHjNMBJPhmgQY9onGtR41Gw==","signatures":[{"sig":"MEQCIHoKZMrsVLia9XuIb0AIbAMAIzZbS1+hanbzKkc9M421AiBgP/29ZkdvlNR8fuXbQGQop7FFFx7Q5X9jQB53Q6UFrQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":325635},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"0e66773916f60cf6474d2b13d4a135495eab08f9","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.3.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","deasync":"^0.1.30","fastify":"^5.2.1","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.1.0","json-2-csv":"^5.5.7","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.2.0","@types/lodash":"^4.17.14","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","@japa/expect-type":"^2.0.3","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/common_5.6.0_1737573155653_0.861647960467067","host":"s3://npm-registry-packages-npm-production"}},"5.7.0":{"name":"@athenna/common","version":"5.7.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.7.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"5a8695ccb62c4f20574d863cf46507d1ac44abb0","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.7.0.tgz","fileCount":119,"integrity":"sha512-mBWX6U7aW0n2LHMvEj0jS4iu0d9BVVTSGo29HUMfCFe05ceW3qRzKxvVIAArAxFKD8iFfkBnGXNOs5eU7w/9Vw==","signatures":[{"sig":"MEYCIQCdWLe1iRqV/9MyOtW+LoIrVbRU8zwB41TKNPzgCmFTCgIhAODWxJW0btvbgwBIg1tJBS518XRebQ1CeFfBCzzQqrQY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":325992},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"252c3e96adbff537071d0964fe49ce930bf9fc45","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.3.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","deasync":"^0.1.30","fastify":"^5.2.1","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.1.0","json-2-csv":"^5.5.7","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.3.0","@types/lodash":"^4.17.14","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","@japa/expect-type":"^2.0.3","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/common_5.7.0_1737578476578_0.8887875378179748","host":"s3://npm-registry-packages-npm-production"}},"5.8.0":{"name":"@athenna/common","version":"5.8.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.8.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"83ee100acc67e00793d832875d09a05c9890af13","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.8.0.tgz","fileCount":119,"integrity":"sha512-2hGEISJMI4Zfx9gh3VLJd7Vh0RpGlnfIUJ6mc9um8GQxC1AclsMeFunLub+KeGl4RlRaZVThRPHueQZcFgMsEQ==","signatures":[{"sig":"MEYCIQD6XwKaXewiOvWVDwBz9mTo/wXh4lnLAgPSHmhtjlVw7AIhAKVx/3LZWfZjMJ3h2+scA+w1cm0znbU9zbampWGpRzL7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":326000},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"c71ec9e2faf0fbc77e6661b0d79b364626939a81","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.3.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","deasync":"^0.1.30","fastify":"^5.2.1","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.1.0","json-2-csv":"^5.5.7","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.3.0","@types/lodash":"^4.17.14","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","@japa/expect-type":"^2.0.3","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/common_5.8.0_1737747873353_0.060605171053175866","host":"s3://npm-registry-packages-npm-production"}},"5.9.0":{"name":"@athenna/common","version":"5.9.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.9.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"b4f8ad2872d20f6a8787b0ce6424e0268fc48fd4","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.9.0.tgz","fileCount":119,"integrity":"sha512-cgrCRke3Q3bVvtzfE2sWD4iqPxobu/bbI1gQfRM7Rg0rbNxOJP+JXS3/LaVclRWArLWKD8UBCXy5IJCoiyv0pQ==","signatures":[{"sig":"MEUCIBqeIir3vkaOQ/4hcFDPoZWH5nc9tMKEh9dXzq7nVoHwAiEApzX37sAlkisR1fBz+1W24uB0kMasXnUOuYzF1z4wslQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":325691},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"a2c3309847966b26ff963fee348aa9162eb0811a","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.3.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","deasync":"^0.1.30","fastify":"^5.2.1","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.1.0","json-2-csv":"^5.5.7","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.3.0","@types/lodash":"^4.17.14","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","@japa/expect-type":"^2.0.3","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/common_5.9.0_1737981478109_0.3263296969012479","host":"s3://npm-registry-packages-npm-production"}},"5.10.0":{"name":"@athenna/common","version":"5.10.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.10.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"15312e01026eafb3776ec54f90c5260870ccc440","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.10.0.tgz","fileCount":119,"integrity":"sha512-KiWbzGBkdVg/ImK2eMWZKjDPE/h8+6KeYJ1YMXCPmKYND9SwOhQT8t3Ju6NuVfTmCTMmo0Skor4xeKC8lmxrNw==","signatures":[{"sig":"MEYCIQCcYixfPfIgDsfq6KBg2nB3XmtNcbB4Y8zM2EmZy7g+OQIhAOPyNYR7hI/Z42U8q3UaIliAMZvgXRwQW2VLe1PKX07u","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":325702},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"f487f25d4e574e1f971b99b4451d3a69f923333b","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^5.3.2","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.8","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.3.0","@types/lodash":"^4.17.14","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","@japa/expect-type":"^2.0.3","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/common_5.10.0_1745355809471_0.98818064568691","host":"s3://npm-registry-packages-npm-production"}},"5.11.0":{"name":"@athenna/common","version":"5.11.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.11.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"756f50358a416db4870c6ed2aa7cea8c897fbb8f","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.11.0.tgz","fileCount":121,"integrity":"sha512-MDwVrVXcWPrF7G5n0whLJSTbMiTDT0g8QjpGDDTq/uqMo6lqcYfqF78aHQAnigH8SNHCh6/LBvp+TyjoP5mN9A==","signatures":[{"sig":"MEQCIAjy+7do86kIRuonGlsBFi5sDcvBjywG2reXjm1q54zwAiAJJqfJVsyTJ7p+p4w4qyaDVCLUuF/Y4WDuznaUMQCTwg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":328835},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"293515351a66ebcf7b153e70a7b7536c8288a707","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^5.3.2","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.8","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.3.0","@types/lodash":"^4.17.14","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","@japa/expect-type":"^2.0.3","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/common_5.11.0_1753275979941_0.14503186638961774","host":"s3://npm-registry-packages-npm-production"}},"5.12.0":{"name":"@athenna/common","version":"5.12.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.12.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"2c513ae7c5012a4a520c97657dd0acb58b0ff743","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.12.0.tgz","fileCount":121,"integrity":"sha512-qq+1Cf85VrPFdFUfXJQAoWL38dL12HOBxSdxqO2mvON21toa3zDnkTz77nWFX8Bpg52O65o/i67bfseyF95XXQ==","signatures":[{"sig":"MEUCIBUL54bmOYUkedF9v+u2LeUhHCwJo4RPoRbudYNL570HAiEAk4l6J/HXy070IU4ukPN9fX7vX0Dz/eHniQ1J9PF4ev4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":330537},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"2d14a71c0be69c9d15c5fda699bfc65880f6d3b8","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^5.3.2","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^5.1.6","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.8","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.3.0","@types/lodash":"^4.17.14","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","@japa/expect-type":"^2.0.3","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/common_5.12.0_1753706179267_0.6246355097841301","host":"s3://npm-registry-packages-npm-production"}},"5.13.0":{"name":"@athenna/common","version":"5.13.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.13.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"85d9776992259d5886c576618a1c8f3b793eba06","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.13.0.tgz","fileCount":123,"integrity":"sha512-C7roTUXNBfwBlZcmwOAdu7DTdRCI6UeA+Y/DrC9WOXMTr0dDkYWnaY/qiCwGvpn9yPP90JXF5TxUtTSD6HjgHg==","signatures":[{"sig":"MEUCIQDtof3QRRhSKVMkYPakpFgi58KYZtGXyuDeUeuEzWZbOQIgTXRP6m24tR7i4Ilb//s62LYCZ/Xh9aVPqfREaZe0f9g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":333788},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"ad6a97bd338c7c425aaee21455ce72e7ae8fa2c2","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^5.4.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.0.3","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.9","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.5.0","@types/lodash":"^4.17.20","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.38.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.38.0"},"_npmOperationalInternal":{"tmp":"tmp/common_5.13.0_1754058913173_0.5793848877477956","host":"s3://npm-registry-packages-npm-production"}},"5.14.0":{"name":"@athenna/common","version":"5.14.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.14.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"21cdef80e2dc14b1ef8470867c7abec6306379eb","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.14.0.tgz","fileCount":123,"integrity":"sha512-Cam8UnsmV4ixJBCZb6I8dXRbY5+EXDD+32Mbuey8xXN0HHJ9LR78qwBpE9PHQUyiW8NUd4gzR4oW/RuyOUQcBw==","signatures":[{"sig":"MEUCIC86mSw97qhFRw0sbwrd2zj9D9nh6H69QAy6DuaT+5ZsAiEAkGUBZX/KbaqWp4uGrFdaBsqOP37qKfhsu+DPV7bDOxk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":334032},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"17f362e6a4f78c6caf03ad7082c3227997f8615e","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^5.4.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.0.3","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.9","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.5.0","@types/lodash":"^4.17.20","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.38.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.38.0"},"_npmOperationalInternal":{"tmp":"tmp/common_5.14.0_1754059615948_0.2043510700353417","host":"s3://npm-registry-packages-npm-production"}},"5.15.0":{"name":"@athenna/common","version":"5.15.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.15.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"208b9cd41eff4cd955f421b9809c9f031b6df220","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.15.0.tgz","fileCount":123,"integrity":"sha512-6VpPx4K+uZ8jL8sgFi7NG9aKqQYWhvwPK3xFywC3k5+A4sl2A+Egmr48VM11977lgMHUKzXQQX0PkrSFe2vpBw==","signatures":[{"sig":"MEUCIQCu7JgnaXsK/p03K+52slFMdrtOlDol0XDgJNTYHzcJwAIgXVgqowZdME/9xzoqgSuXm2Idudh6o3BoDnAC3BxpNy4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":334713},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"25812a1652340db4908d9c050501aaa43522c677","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^5.4.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.0.3","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.9","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.5.0","@types/lodash":"^4.17.20","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.38.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.38.0"},"_npmOperationalInternal":{"tmp":"tmp/common_5.15.0_1754333286551_0.7815153858813773","host":"s3://npm-registry-packages-npm-production"}},"5.16.0":{"name":"@athenna/common","version":"5.16.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.16.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"3175fdb4380ed24628ad3f2f1a484e51539d3852","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.16.0.tgz","fileCount":123,"integrity":"sha512-np9vp6oHdPSl3eISwaYWKzhrqFSKgTzS7yUSiA3ZYx4sNXornTQ/HHdw8f/1USjPhBUNqdcvY5J3WBbXTBtZ4Q==","signatures":[{"sig":"MEQCIH6kcRALf62m/dkYEpyu4UN/a38qnsIBoOKiiQ5DHCqqAiBkcDanjq1t/w0K87xSlYJcsHCcRKqA0RIdVg0rQwnzcQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":334910},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"b6aa2d7869e860cb55b95d05771d26a11bf233cd","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^5.4.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.0.3","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.9","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.5.0","@types/lodash":"^4.17.20","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.38.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.38.0"},"_npmOperationalInternal":{"tmp":"tmp/common_5.16.0_1754334623437_0.14056530770359332","host":"s3://npm-registry-packages-npm-production"}},"5.17.0":{"name":"@athenna/common","version":"5.17.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.17.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"676c355f8813148c48718e260ddaed1326e92037","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.17.0.tgz","fileCount":123,"integrity":"sha512-j/0N/8xfXOIZ6508hcvSvF2mzmWa83t4ZFb3hyHW5lM+0eYkztu3a1a9T5ySC87FE9bEWsSKHGDY4blYaTSAcg==","signatures":[{"sig":"MEUCIQD6ntCrCc1yKy58XgflzhumJkLh4NWxdDVXAlMmDFuhKAIgOSpfHp7SGm1YkY8PdGzRoRn9iCiEpyNh5xEROIre9ZM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":335602},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"b130f8385fb0d17a3c09da8c7ef9d4a9462953b7","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^5.4.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.0.3","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.9","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.5.0","@types/lodash":"^4.17.20","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.38.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.38.0"},"_npmOperationalInternal":{"tmp":"tmp/common_5.17.0_1754485452435_0.6006535187331952","host":"s3://npm-registry-packages-npm-production"}},"5.18.0":{"name":"@athenna/common","version":"5.18.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.18.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"4f0c1df9426813cc9238c4b7b5f2a294bede5f7b","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.18.0.tgz","fileCount":123,"integrity":"sha512-UW4A7b8zl42ZLltih6Sm231StqtUbmO3Yq9+hDjSglP8coyjbOlCJ97r/hGjcCpPGBBTET50LcI85aVkDGw7OA==","signatures":[{"sig":"MEQCIFxpt2XyVLz/qZVvahNpgPbxbImlK3dgwx/aiMPD45ELAiAA7utKUpqmpdoH0R4pMFlFdanMFtHXj9bRmpp1RSXM9w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":335580},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"5dfd975098fdc1d4421ead20e7355ce18c1a9ede","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^5.4.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.0.3","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.9","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.5.0","@types/lodash":"^4.17.20","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.38.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.38.0"},"_npmOperationalInternal":{"tmp":"tmp/common_5.18.0_1754747491580_0.9731429046113793","host":"s3://npm-registry-packages-npm-production"}},"5.19.0":{"name":"@athenna/common","version":"5.19.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.19.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"1b4349a0e3676e070d986becc145f6055fc16422","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.19.0.tgz","fileCount":123,"integrity":"sha512-h1UrJFjl+0JS0lGRgnnujo/F4HXJg+/L7Ox7EJM0cPrsEOgg9kCFjGrsf0PEy6AkPwhbhlaYP2W5umw+6CsOew==","signatures":[{"sig":"MEQCIBItQ4a7N/ePFZSGxzQslc0TKyVEOfFVx3CBZ7qRadhnAiAmsPIWpk/GbxExVxY8uGArtbU0X9RQt/sUkyP1aAPVyA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":336183},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"7466125e0ceb2653971cf1c0a42ae48ce283213c","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^5.4.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.0.3","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.9","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.5.0","@types/lodash":"^4.17.20","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.38.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.38.0"},"_npmOperationalInternal":{"tmp":"tmp/common_5.19.0_1757337341209_0.5444309244963903","host":"s3://npm-registry-packages-npm-production"}},"5.21.0":{"name":"@athenna/common","version":"5.21.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.21.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"61524a26594dfd0aadb50ac7011d32f86b9f4f97","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.21.0.tgz","fileCount":123,"integrity":"sha512-wNrtst7ehOoJ+j27v5fT9Wn88CEc2CXp6yRwdjrnkWlZsm8/bGg2PIOxx7pL3+j1g+3osiT9WRtE4QkvguGQiA==","signatures":[{"sig":"MEUCIQCZFhU/uITVXrKlQCqhKPgKKCizUz8tMEyrlbmOQwu8MgIgSM/bgxi6KhWzAjoaa92wN7rV3vuVhIFz853o8IAAus4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":336326},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"3c987ee2cc69700f0f398119bf3426a2c1da16ef","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^5.4.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.0.3","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.9","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.5.0","@types/lodash":"^4.17.20","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.38.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.38.0"},"_npmOperationalInternal":{"tmp":"tmp/common_5.21.0_1758422085596_0.29056514193746086","host":"s3://npm-registry-packages-npm-production"}},"5.22.0":{"name":"@athenna/common","version":"5.22.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.22.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"1173ac343cf550750b2a94f7e15fa833b9654bd2","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.22.0.tgz","fileCount":123,"integrity":"sha512-MHUJLragSHE8kPWP8SRLlS+x8idZ+T8WJUkkdcXHV254HVzEdQLXftbqbySZ3geeOZvAUQH15hjh4QV+uphkhw==","signatures":[{"sig":"MEUCIQCWYLVa5XOybb6kPReKhZ5vTH2ioVkxXAT0dZVDDYXkTgIgASzKZGrso74IK9lpBt8Hxd4FcOosN0AGW+8kk0Wp16s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":336327},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"827956ff96a634862222f50c62b93e745fcc35a7","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^5.4.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.0.3","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.9","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.5.0","@types/lodash":"^4.17.20","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.38.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.38.0"},"_npmOperationalInternal":{"tmp":"tmp/common_5.22.0_1758422636034_0.292591755649835","host":"s3://npm-registry-packages-npm-production"}},"5.23.0":{"name":"@athenna/common","version":"5.23.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.23.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"6a557879b6ab0d25139a747a32b7123e0d39d885","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.23.0.tgz","fileCount":123,"integrity":"sha512-7tP6/YY8WuErhjIemytJIYcQkOJv1EftEEnC67SaScvMhQex19X6gRjp6+ow4SEtVqkg4rmpxMSSMXj2uCoPlw==","signatures":[{"sig":"MEUCIQDP96gbtcmnpAPLaRYOwoRZ3d6pbghzsWvERRO/kI2IeAIgA60icp4MJ+qb3DQwf20rq8B/K3VbxEXLP+DtEiJGlXY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":336676},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"fc3fc80544ccee6f89cc62ea5801acad04f570c3","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^5.4.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.0.3","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.9","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.5.0","@types/lodash":"^4.17.20","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.38.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.38.0"},"_npmOperationalInternal":{"tmp":"tmp/common_5.23.0_1759778889395_0.5443249293492944","host":"s3://npm-registry-packages-npm-production"}},"5.24.0":{"name":"@athenna/common","version":"5.24.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.24.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"5103b610bb8af7993a6c8b260510763d1e42e55f","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.24.0.tgz","fileCount":127,"integrity":"sha512-SXYaa6WDjACARg2MkMRTJ0pOG7QCTnNnYuJraIURziSFFaF3VBhNXiiMszrlGyvOfKO5+ePjQWTODy42RERCtw==","signatures":[{"sig":"MEYCIQCQqHnEU1X2b7pNlXyoL6BC229jW2W4qOAFJGxv4RINuwIhAPlriI6vGWBF+mKB9dG0hUe+CaXBAcbAlHNBoGV7TMtk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":338296},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"d9181c850c9eee347bbf1f995364787451b3ffb8","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^5.4.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.0.3","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.9","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.5.0","@types/lodash":"^4.17.20","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.38.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.38.0"},"_npmOperationalInternal":{"tmp":"tmp/common_5.24.0_1759848648074_0.8699329880284978","host":"s3://npm-registry-packages-npm-production"}},"5.25.0":{"name":"@athenna/common","version":"5.25.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.25.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"d0710c0f728fc8320c2a0b9c5fce74712b9bdfea","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.25.0.tgz","fileCount":127,"integrity":"sha512-WSJxsD/i7cbCcS1XFgnQ26R8TQxeLCUkXO2EmfSGhOkNu7A51p0ovXNFlQ7o6Z/DmGjBSmQ4TGYzDLRBiVQ5Mg==","signatures":[{"sig":"MEYCIQCCU3ZKXlbfrPjpBeDKyOmtuzT/nXCy87cYLTaJXUgjbAIhAMBYo570XqieyrDRc5r1+9ca9YCN1fqS7AYbJiNBNdQr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":338296},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"40a8bc1251209db89d711b9b68b8e3b932c903c5","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^5.4.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.0.3","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.9","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.5.0","@types/lodash":"^4.17.20","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.38.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.38.0"},"_npmOperationalInternal":{"tmp":"tmp/common_5.25.0_1763310367768_0.6198839853120812","host":"s3://npm-registry-packages-npm-production"}},"5.26.0":{"name":"@athenna/common","version":"5.26.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.26.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"d529f9b8d62276199d1456f10f183033edf2e6e9","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.26.0.tgz","fileCount":127,"integrity":"sha512-Vr9qA+OpNF5oYeKfTlmnfatae5+AX+Qoj6pLezbH6lZIl5gzv9N2FQRP2lVUXF1V8PuGXKq39sr/hHvvLiplPg==","signatures":[{"sig":"MEUCICF+sCLz2MzaCePkBn4lbuGK1X3u+mj8VovtQNFfxzEDAiEAvQrwPNCxYI5iQiXss8DoYKtFQlw6oHknwAJRtNSCCJ0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":338861},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"e4b1bf4c430e5d6c3a239695c8b7e474e4125aa4","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/Common.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"21.7.3","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^5.4.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.0.3","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.9","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.5.0","@types/lodash":"^4.17.20","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.38.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.38.0"},"_npmOperationalInternal":{"tmp":"tmp/common_5.26.0_1763314072564_0.05193635936107821","host":"s3://npm-registry-packages-npm-production"}},"5.27.0":{"name":"@athenna/common","version":"5.27.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.27.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"4705051aa3bedf8de8b22d6934c4968c880bc9e0","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.27.0.tgz","fileCount":127,"integrity":"sha512-At9d31EDhIyVwF9mBlSs1Ay7fgdygpEQQY4806doeY6HNBSgL2CmEF7ivyYqM1OkI+RZqbQ/QvQMAngWMSQ4NA==","signatures":[{"sig":"MEQCIDoUnEiIKfyXrpoeEhkcqxXuvmZi4dGvqBiH95D1kfGVAiBsp3Tv9zHLitO2GaqtV5ILc81sP1BeN8RFwK7iWFpkGw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":340023},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"37ce7fdb120abd310038f2db10903ed402396a9e","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/Common.git","type":"git"},"_npmVersion":"10.8.2","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"22.8.0","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.4.1","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.21","fastify":"^5.4.0","js-yaml":"^4.1.0","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.0.3","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.9","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.1.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.5.0","@types/lodash":"^4.17.20","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.38.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.38.0"},"_npmOperationalInternal":{"tmp":"tmp/common_5.27.0_1769435379058_0.3061222819504763","host":"s3://npm-registry-packages-npm-production"}},"5.28.0":{"name":"@athenna/common","version":"5.28.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.28.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"a81214a956b3be7e980771ebff280cd5adf3433f","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.28.0.tgz","fileCount":127,"integrity":"sha512-DtxUph+3sLfxau5rKSXksArvUJhVAECRpqj5mKlAvFIr7DceCIjQ2S4/hnvoBMN9zC5yOgqMYumxA2fgWbB56Q==","signatures":[{"sig":"MEUCIQC8ylUV6z5r5+PidgrfytZZscP8wQGFxLYqNKQRrE5+5wIge7uzYDtuzyormOuwmnZ041oPE2jLxA6t6AaqYSa2TjA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":341797},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"a86c35de0c4b8aea988c8ee7641a84ce3b6f9088","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/Common.git","type":"git"},"_npmVersion":"10.8.2","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"22.8.0","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.6.2","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.23","fastify":"^5.7.4","js-yaml":"^4.1.1","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.2.4","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.10","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.2.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.6.0","@types/lodash":"^4.17.24","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.56.1","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.56.1"},"_npmOperationalInternal":{"tmp":"tmp/common_5.28.0_1772629405310_0.3409895854165872","host":"s3://npm-registry-packages-npm-production"}},"5.29.0":{"name":"@athenna/common","version":"5.29.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.29.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"6cc6623c03c2a5e4668b96e8b3d64da49df73ecf","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.29.0.tgz","fileCount":127,"integrity":"sha512-eEYFHj/VMTB/qwMVf4hX41OEEkKOudtdwNcIxwpw3ODabEXfQn1igPkeLZsJDczmll38NocAlN/pC1+rbgDwBQ==","signatures":[{"sig":"MEQCIA79FBPxGbQlUzFtgzoBB5mLgo4hzQkDnBD7T0hVcNtZAiAXw5I/6l+LnZIYft42wgOx1CO+axxvWgP1P/Zkum0Ozg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":343051},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"9c4be0ea71db38ee7c54fc0cc449e0da7ddbe172","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/Common.git","type":"git"},"_npmVersion":"10.8.2","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"22.8.0","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.6.2","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.23","fastify":"^5.7.4","js-yaml":"^4.1.1","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.2.4","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.10","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.2.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.6.0","@types/lodash":"^4.17.24","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.56.1","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.56.1"},"_npmOperationalInternal":{"tmp":"tmp/common_5.29.0_1773245716750_0.12408818065129701","host":"s3://npm-registry-packages-npm-production"}},"5.30.0":{"name":"@athenna/common","version":"5.30.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.30.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"a064b7193fcf8b2742c9c749764c738dd0b5df04","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.30.0.tgz","fileCount":129,"integrity":"sha512-CkjJyXSMyPB0o0R59Zk3+LNxUSwzaDiqrCcNDLowX+QPDLP4kyRDKYPJPHIDqWDO0o5/ik14gUUYwVKf9UYdwA==","signatures":[{"sig":"MEYCIQC3TVdq0x1KcNvtHzCjsVAegEwKOuSLzE0LR/Qgk+tfxgIhAPiGJGWQ5uEsyWoftaOdoIgMcIHOScTVs5GcnkxwT7Hv","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":343549},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"026240ca9315ad9b4e2e346ae90e2ebf676077e2","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/Common.git","type":"git"},"_npmVersion":"10.8.2","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"22.8.0","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.6.2","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.23","fastify":"^5.7.4","js-yaml":"^4.1.1","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.2.4","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.10","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.2.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.6.0","@types/lodash":"^4.17.24","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.56.1","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.56.1"},"_npmOperationalInternal":{"tmp":"tmp/common_5.30.0_1773585883077_0.6064767432557132","host":"s3://npm-registry-packages-npm-production"}},"5.31.0":{"name":"@athenna/common","version":"5.31.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.31.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"d3b4a7343171fbf64407ca4b663b66a194fc9d70","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.31.0.tgz","fileCount":129,"integrity":"sha512-0TfrBmWJQLf/8u2J46+G7Sv8BY9KP66Wt/64ODywawAFmUqtKAWA0QpU8xfAFZQqG0HVdFaeXR2b/gc3evSyyg==","signatures":[{"sig":"MEQCIHo+JdrTQtb/8euVsF4TGQ5zPJ6O62YscfU1T45Enx0YAiBSFK5vXaMY9c94BzWzsZx/MQA8wl36u7ZBxqVEddsT4g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":344024},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"0606114bf67218fef1e4de9d973c4db06e1962c2","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/Common.git","type":"git"},"_npmVersion":"10.8.2","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"22.8.0","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.6.2","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.23","fastify":"^5.7.4","js-yaml":"^4.1.1","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.2.4","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.10","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.2.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.6.0","@types/lodash":"^4.17.24","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.56.1","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.56.1"},"_npmOperationalInternal":{"tmp":"tmp/common_5.31.0_1773596834386_0.45716137639990917","host":"s3://npm-registry-packages-npm-production"}},"5.32.0":{"name":"@athenna/common","version":"5.32.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.32.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"dda02c9d57f5e64b99e3447014dd67efcae6e183","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.32.0.tgz","fileCount":129,"integrity":"sha512-9PK921Z14okocOJzEF90ihBvPWzTSxmEZcevKKCMUZAvn97tlBMnRczeBPYRVguIVW/hi5cwWgKSvtBJN70Kug==","signatures":[{"sig":"MEYCIQDu3LdxmyoQSo1jB2qxXpdykXI8qslrGZFRNWSZXvspoQIhAP6+m8t/rShn6r2FB55SqrCR485RjEbOwLgnyMNyQv23","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":346719},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"3cd887654674af947543f4f1a9c2274a694f497c","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/Common.git","type":"git"},"_npmVersion":"10.8.2","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"22.8.0","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.6.2","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.23","fastify":"^5.7.4","js-yaml":"^4.1.1","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.2.4","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.10","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.2.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.6.0","@types/lodash":"^4.17.24","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.56.1","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.56.1"},"_npmOperationalInternal":{"tmp":"tmp/common_5.32.0_1774528859737_0.966848730266644","host":"s3://npm-registry-packages-npm-production"}},"5.33.0":{"name":"@athenna/common","version":"5.33.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.33.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"266308dea9ca29a3080bdf5d587f4eeedaefbf9e","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.33.0.tgz","fileCount":131,"integrity":"sha512-opNF4fRYPS6cnZfqFIy8HaYS52e8VqNiMJbmOSYY1nMtUCoHA2n17PeAbtn6aRaXOGJSKITJ0o2lGGr0K1BDFQ==","signatures":[{"sig":"MEQCIHkq3Vyujq4KEYpyaW6vV0Ee0xIh5DnUrKqp2uKPOW2vAiA/lz5p6BCgvEKP+xlUcWI+IBoxcbLghQjzAJ0ETkLTQA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":351546},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"6a1e8a9ea9eb3dc9e7028ca451176a849a7d1785","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/Common.git","type":"git"},"_npmVersion":"10.8.2","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"22.8.0","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.6.2","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.23","fastify":"^5.7.4","js-yaml":"^4.1.1","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.2.4","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.10","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.2.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.6.0","@types/lodash":"^4.17.24","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.56.1","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.56.1"},"_npmOperationalInternal":{"tmp":"tmp/common_5.33.0_1774745290536_0.47440604916885243","host":"s3://npm-registry-packages-npm-production"}},"5.34.0":{"name":"@athenna/common","version":"5.34.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.34.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"faf85fe29e027a9752f40efdad2a95aaa1d7f613","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.34.0.tgz","fileCount":131,"integrity":"sha512-PnN00pjwk+RwsHrd6Crvfh57X/lPPEXhFel8V0epNgvQWftBje3OUwaPhaKHoSOZ+WD/Mp39preoyKirCn/gGw==","signatures":[{"sig":"MEYCIQC4udT57G4UxAtNYpJ8YoJQ8HNJPtCWH76+3MTLGrgv/QIhAITvv79y4b3ntlTp76NxeYc/B7hHZs7SBOOlG7MjJTdx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":351622},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"aa56df54129fbf1fdfe6988e7197e154909a371f","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/Common.git","type":"git"},"_npmVersion":"10.8.2","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"22.8.0","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.6.2","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.23","fastify":"^5.7.4","js-yaml":"^4.1.1","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.2.4","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.10","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.2.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.6.0","@types/lodash":"^4.17.24","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.56.1","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.56.1"},"_npmOperationalInternal":{"tmp":"tmp/common_5.34.0_1774745706273_0.33025924024181896","host":"s3://npm-registry-packages-npm-production"}},"5.35.0":{"name":"@athenna/common","version":"5.35.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.35.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"29fb3ae2589d237766235d58c95a43ae20450e25","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.35.0.tgz","fileCount":131,"integrity":"sha512-c5yoWPlVMknlpUQyQhRgpWv+TJQmoTYt5FnicZxqZUKeGBhLt9LoqZrHqDS0yL82WhgCR/inaEGkXyQOv9KMSA==","signatures":[{"sig":"MEQCIFtZRBQM5N6uO0GEtRLWxHR/k7vFIXhMfT6J52dUf6ksAiBfLfjw7BwPCUXXKPyJzMz4WvIyR/4bXPoRBKy9w94M8g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":353249},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"63fd9fd49b3ae4343519e8d78b7526663e1c08d5","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/Common.git","type":"git"},"_npmVersion":"11.19.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"24.20.0","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.6.2","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.23","fastify":"^5.7.4","js-yaml":"^4.1.1","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.2.4","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.10","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.2.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.6.0","@types/lodash":"^4.17.24","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.56.1","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.56.1"},"_npmOperationalInternal":{"tmp":"tmp/common_5.35.0_1788223769748_0.17105644650412977","host":"s3://npm-registry-packages-npm-production"}},"5.36.0":{"name":"@athenna/common","version":"5.36.0","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","_id":"@athenna/common@5.36.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Common#readme","bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"c8":{"all":true,"exclude":["src/types","src/helpers/Color.ts"],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"fb362d9bab8252233efe8fb6ab9106e8bd97d189","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.36.0.tgz","fileCount":141,"integrity":"sha512-A8ttVh6fhmi9E9BnPyAVeGchllAMY97poHcd4M19fvoSo22RyDYDfoZLtV6Q8ZGFrWurWcEi48Z89wNDat71RQ==","signatures":[{"sig":"MEUCIQDVrIpwaxutqVJnYbs5tzAW1w03zHMGl1KkkhowwAvzUQIgOuOY+ocLnW/gEhEE0lQSQZEKPzhwgNW8RWzf/ikVKUY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":363591},"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.json","./helpers/is":"./src/helpers/Is.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/file":"./src/helpers/File.js","./helpers/json":"./src/helpers/Json.js","./helpers/path":"./src/helpers/Path.js","./helpers/uuid":"./src/helpers/Uuid.js","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/color":"./src/helpers/Color.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/string":"./src/helpers/String.js","./helpers/options":"./src/helpers/Options.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/exception":"./src/helpers/exception.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/http_client":"./src/helpers/HttpClient.js"},"gitHead":"3e412f0809b62ab99bbedb82d4c31c29c6648ec2","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/Common.git","type":"git"},"_npmVersion":"11.19.0","description":"The Athenna common helpers to use in any Node.js ESM project.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"24.20.0","dependencies":{"ms":"^2.1.3","crc":"^4.3.2","got":"^12.6.1","ulid":"^2.4.0","uuid":"^8.3.2","bytes":"^3.1.2","chalk":"^5.6.2","execa":"^8.0.1","youch":"^3.3.4","is-wsl":"^2.2.0","lodash":"^4.17.23","fastify":"^5.7.4","js-yaml":"^4.1.1","kind-of":"^6.0.3","callsite":"^1.0.0","minimatch":"^10.2.4","pluralize":"^8.0.0","collect.js":"^4.36.1","csv-parser":"^3.2.0","json-2-csv":"^5.5.10","mime-types":"^2.1.35","change-case":"^4.1.2","prepend-file":"^2.0.1","otp-generator":"^4.0.1","parent-module":"^3.2.0","youch-terminal":"^2.2.3","fast-deep-equal":"^3.1.3","validator-brazil":"^1.2.2","@fastify/formbody":"^8.0.2","http-status-codes":"^2.3.0","@humanwhocodes/retry":"^0.4.3"},"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,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","minimist":"^1.2.8","prettier":"^2.8.8","@types/ms":"^0.7.34","commitizen":"^4.3.1","@types/uuid":"^9.0.8","lint-staged":"^12.5.0","@types/bytes":"^3.1.5","@types/debug":"^4.1.12","@athenna/test":"^5.6.0","@types/lodash":"^4.17.24","@types/deasync":"^0.1.5","@types/kind-of":"^6.0.3","@types/callsite":"^1.0.34","eslint-plugin-n":"^15.7.0","@types/pluralize":"^0.0.29","foreground-child":"^2.0.0","@athenna/tsconfig":"^5.0.0","eslint-plugin-import":"^2.32.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.5","@typescript-eslint/parser":"^8.56.1","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.56.1"},"_npmOperationalInternal":{"tmp":"tmp/common_5.36.0_1789088885143_0.3438091352059087","host":"s3://npm-registry-packages-npm-production"}},"5.37.0":{"name":"@athenna/common","version":"5.37.0","description":"The Athenna common helpers to use in any Node.js ESM project.","license":"MIT","author":{"name":"João Lenon","email":"lenon@athenna.io"},"bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"repository":{"type":"git","url":"git+https://github.com/AthennaIO/Common.git"},"homepage":"https://github.com/AthennaIO/Common#readme","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"engines":{"node":">=20.0.0"},"scripts":{"build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"type":"module","main":"./src/index.js","types":"./src/index.d.ts","exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./helpers/clean":"./src/helpers/Clean.js","./helpers/collection":"./src/helpers/Collection.js","./helpers/color":"./src/helpers/Color.js","./helpers/enum":"./src/helpers/enum.js","./helpers/exception":"./src/helpers/exception.js","./helpers/exec":"./src/helpers/Exec.js","./helpers/fake_api":"./src/helpers/FakeApi.js","./helpers/file":"./src/helpers/File.js","./helpers/folder":"./src/helpers/Folder.js","./helpers/http_client":"./src/helpers/HttpClient.js","./helpers/is":"./src/helpers/Is.js","./helpers/json":"./src/helpers/Json.js","./helpers/module":"./src/helpers/Module.js","./helpers/number":"./src/helpers/Number.js","./helpers/options":"./src/helpers/Options.js","./helpers/parser":"./src/helpers/Parser.js","./helpers/path":"./src/helpers/Path.js","./helpers/retry":"./src/helpers/Retry.js","./helpers/route":"./src/helpers/Route.js","./helpers/string":"./src/helpers/String.js","./helpers/uuid":"./src/helpers/Uuid.js"},"imports":{"#bin/*":"./bin/*.js","#bin":"./bin/index.js","#src/*":"./src/*.js","#src":"./src/index.js","#src/types":"./src/types/index.js","#src/debug":"./src/debug/index.js","#tests/*":"./tests/*.js","#tests":"./tests/index.js"},"dependencies":{"@fastify/formbody":"^8.0.2","@humanwhocodes/retry":"^0.4.3","bytes":"^3.1.2","callsite":"^1.0.0","chalk":"^5.6.2","change-case":"^4.1.2","collect.js":"^4.36.1","crc":"^4.3.2","csv-parser":"^3.2.0","execa":"^8.0.1","fast-deep-equal":"^3.1.3","fastify":"^5.7.4","got":"^12.6.1","http-status-codes":"^2.3.0","is-wsl":"^2.2.0","js-yaml":"^4.1.1","json-2-csv":"^5.5.10","kind-of":"^6.0.3","lodash":"^4.17.23","mime-types":"^2.1.35","minimatch":"^10.2.4","ms":"^2.1.3","otp-generator":"^4.0.1","parent-module":"^3.2.0","pluralize":"^8.0.0","prepend-file":"^2.0.1","ulid":"^2.4.0","uuid":"^8.3.2","validator-brazil":"^1.2.2","youch":"^3.3.4","youch-terminal":"^2.2.3"},"devDependencies":{"@athenna/test":"^5.6.0","@athenna/tsconfig":"^5.0.0","@types/bytes":"^3.1.5","@types/callsite":"^1.0.34","@types/deasync":"^0.1.5","@types/debug":"^4.1.12","@types/kind-of":"^6.0.3","@types/lodash":"^4.17.24","@types/ms":"^0.7.34","@types/pluralize":"^0.0.29","@types/uuid":"^9.0.8","@typescript-eslint/eslint-plugin":"^8.56.1","@typescript-eslint/parser":"^8.56.1","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","foreground-child":"^2.0.0","husky":"^3.1.0","lint-staged":"^12.5.0","minimist":"^1.2.8","prettier":"^2.8.8"},"c8":{"all":true,"include":["src/**/*.ts"],"exclude":["src/types","src/helpers/Color.ts"],"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":{"*.js":["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,"container":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":"^_"}]}},"gitHead":"d99a89faf61419d881d2c03117fea31d847daf45","_id":"@athenna/common@5.37.0","_nodeVersion":"24.20.0","_npmVersion":"11.19.0","dist":{"integrity":"sha512-27EcFC/8QlGT4V8k9/YgcRb9w95fOyQ+SXIOWVT+3oVM8Wx71MBYa3/aKmdKrhYXRJmbM/ZjwpPmexbF1489Rg==","shasum":"c6a352dd08d582e03e7b2e8a728b3884ebba9b30","tarball":"https://registry.npmjs.org/@athenna/common/-/common-5.37.0.tgz","fileCount":143,"unpackedSize":369630,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIElMaw4stDjzceCeX9SrHMyciKTAkCuaVF4wbQcBgA9IAiEA+a734cTQ3xdKbp3jNJqxpxdpzokQXpmeYKIdpjE+ydM="}]},"_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/common_5.37.0_1789128664820_0.6768826440466749"},"_hasShrinkwrap":false}},"time":{"created":"2022-10-20T21:50:37.403Z","modified":"2026-09-11T12:11:05.185Z","1.0.0":"2022-10-20T21:50:37.627Z","1.0.1":"2022-10-29T14:21:17.051Z","1.0.2":"2022-12-26T16:04:54.978Z","3.0.0":"2023-01-09T16:55:48.434Z","3.0.1":"2023-01-14T20:54:55.119Z","3.0.2":"2023-01-15T14:46:01.691Z","3.1.0":"2023-01-19T02:21:04.200Z","3.2.0":"2023-01-24T02:28:52.896Z","3.2.1":"2023-01-24T15:06:44.421Z","3.2.2":"2023-01-24T15:57:29.933Z","3.2.3":"2023-01-24T17:04:25.855Z","3.2.4":"2023-01-25T23:27:45.323Z","3.2.5":"2023-01-28T15:29:21.148Z","3.2.6":"2023-02-04T19:43:02.641Z","3.2.7":"2023-02-04T19:56:49.481Z","3.2.8":"2023-03-02T14:42:09.249Z","3.2.9":"2023-03-03T02:40:18.087Z","3.3.0":"2023-03-03T19:44:18.865Z","3.3.1":"2023-03-03T23:36:17.225Z","3.3.2":"2023-03-13T14:01:58.947Z","3.3.3":"2023-03-19T22:35:41.610Z","3.3.4":"2023-03-20T18:53:57.464Z","3.4.0":"2023-03-20T21:03:56.945Z","3.4.1":"2023-03-21T04:07:35.480Z","3.4.2":"2023-03-21T14:32:50.671Z","3.4.3":"2023-03-21T20:10:09.581Z","3.4.4":"2023-03-22T19:39:00.395Z","3.4.5":"2023-03-23T13:30:28.606Z","3.4.6":"2023-03-23T17:29:23.528Z","3.4.7":"2023-03-23T21:07:33.761Z","3.5.0":"2023-03-24T13:42:31.871Z","3.5.1":"2023-03-30T01:19:52.753Z","3.6.0":"2023-04-17T20:25:39.724Z","4.0.0":"2023-06-21T19:38:29.048Z","4.1.0":"2023-06-22T20:14:08.023Z","4.2.0":"2023-06-29T14:43:41.869Z","4.3.0":"2023-08-09T13:20:11.738Z","4.4.0":"2023-08-09T20:08:46.975Z","4.5.0":"2023-08-09T22:16:03.928Z","4.6.0":"2023-08-29T08:11:18.183Z","4.7.0":"2023-08-29T08:51:40.417Z","4.8.0":"2023-08-29T09:29:07.893Z","4.9.0":"2023-08-29T09:41:07.082Z","4.9.1":"2023-08-29T12:37:44.912Z","4.9.2":"2023-09-05T14:06:25.912Z","4.10.0":"2023-09-07T09:03:40.405Z","4.10.1":"2023-09-07T09:33:35.115Z","4.11.0":"2023-09-22T12:41:41.168Z","4.12.0":"2023-09-22T13:44:01.474Z","4.13.0":"2023-09-22T14:15:42.293Z","4.13.1":"2023-09-22T14:21:37.659Z","4.13.2":"2023-09-22T15:13:40.083Z","4.14.0":"2023-09-23T10:58:06.480Z","4.15.0":"2023-09-24T13:40:53.075Z","4.15.1":"2023-09-24T14:21:51.093Z","4.15.2":"2023-09-24T15:57:06.858Z","4.15.3":"2023-09-26T09:39:55.465Z","4.15.4":"2023-09-27T11:26:27.265Z","4.15.5":"2023-09-28T22:41:16.505Z","4.16.0":"2023-10-04T11:36:41.258Z","4.17.0":"2023-10-04T15:04:59.051Z","4.17.1":"2023-10-04T22:20:09.181Z","4.17.2":"2023-10-05T18:12:57.714Z","4.18.0":"2023-10-06T15:06:51.904Z","4.18.1":"2023-10-15T15:24:06.787Z","4.19.0":"2023-10-21T18:23:43.454Z","4.20.0":"2023-10-26T09:49:19.739Z","4.21.0":"2023-12-09T16:48:59.489Z","4.22.0":"2023-12-10T11:54:17.028Z","4.23.0":"2023-12-17T13:02:19.816Z","4.25.0":"2023-12-26T18:09:33.954Z","4.26.0":"2024-01-06T20:38:31.508Z","4.27.0":"2024-01-09T20:17:36.003Z","4.28.0":"2024-01-10T12:43:47.097Z","4.29.0":"2024-01-15T10:54:54.988Z","4.30.0":"2024-02-04T23:40:57.803Z","4.31.0":"2024-02-05T22:58:55.988Z","4.32.0":"2024-02-06T12:35:25.978Z","4.33.0":"2024-02-10T12:17:04.005Z","4.34.0":"2024-02-24T19:16:06.093Z","4.35.0":"2024-03-03T15:59:56.885Z","4.36.0":"2024-03-28T13:00:16.272Z","4.38.0":"2024-04-29T13:09:15.187Z","4.39.0":"2024-05-10T10:14:11.613Z","4.40.0":"2024-05-14T18:25:31.357Z","4.41.0":"2024-05-17T12:41:36.590Z","4.42.0":"2024-05-17T12:43:17.258Z","4.43.0":"2024-05-18T15:45:21.949Z","4.44.0":"2024-07-28T18:18:11.780Z","4.45.0":"2024-08-24T10:17:31.234Z","4.46.0":"2024-08-25T10:31:14.570Z","5.0.0":"2024-08-26T10:30:42.328Z","5.1.0":"2024-10-04T10:04:06.630Z","5.0.1":"2024-10-04T15:13:07.547Z","5.0.2":"2024-10-04T15:14:30.279Z","5.0.3":"2024-10-04T15:18:01.209Z","5.0.4":"2024-10-04T15:22:23.262Z","5.0.5":"2024-10-04T15:31:55.863Z","5.2.0":"2024-12-29T01:06:21.182Z","5.3.0":"2024-12-29T01:19:33.369Z","5.4.0":"2024-12-31T01:10:28.211Z","5.5.0":"2024-12-31T14:30:39.656Z","5.6.0":"2025-01-22T19:12:35.882Z","5.7.0":"2025-01-22T20:41:16.846Z","5.8.0":"2025-01-24T19:44:33.539Z","5.9.0":"2025-01-27T12:37:58.337Z","5.10.0":"2025-04-22T21:03:29.653Z","5.11.0":"2025-07-23T13:06:20.158Z","5.12.0":"2025-07-28T12:36:19.441Z","5.13.0":"2025-08-01T14:35:13.359Z","5.14.0":"2025-08-01T14:46:56.165Z","5.15.0":"2025-08-04T18:48:06.712Z","5.16.0":"2025-08-04T19:10:23.627Z","5.17.0":"2025-08-06T13:04:12.617Z","5.18.0":"2025-08-09T13:51:31.760Z","5.19.0":"2025-09-08T13:15:41.405Z","5.21.0":"2025-09-21T02:34:45.781Z","5.22.0":"2025-09-21T02:43:56.249Z","5.23.0":"2025-10-06T19:28:09.580Z","5.24.0":"2025-10-07T14:50:48.279Z","5.25.0":"2025-11-16T16:26:08.017Z","5.26.0":"2025-11-16T17:27:52.796Z","5.27.0":"2026-01-26T13:49:39.247Z","5.28.0":"2026-03-04T13:03:25.466Z","5.29.0":"2026-03-11T16:15:16.958Z","5.30.0":"2026-03-15T14:44:43.219Z","5.31.0":"2026-03-15T17:47:14.563Z","5.32.0":"2026-03-26T12:40:59.894Z","5.33.0":"2026-03-29T00:48:10.681Z","5.34.0":"2026-03-29T00:55:06.448Z","5.35.0":"2026-09-01T00:49:30.098Z","5.36.0":"2026-09-11T01:08:05.284Z","5.37.0":"2026-09-11T12:11:04.967Z"},"bugs":{"url":"https://github.com/AthennaIO/Common/issues"},"author":{"name":"João Lenon","email":"lenon@athenna.io"},"license":"MIT","homepage":"https://github.com/AthennaIO/Common#readme","keywords":["esm","nodejs","athenna","common","utils","helpers","standalone"],"repository":{"type":"git","url":"git+https://github.com/AthennaIO/Common.git"},"description":"The Athenna common helpers to use in any Node.js ESM project.","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"readme":"# Common 🧰\n\n> The Athenna common helpers to use in any Node.js ESM project.\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/Common.svg?style=social&label=Star&maxAge=2592000)](https://github.com/AthennaIO/Common/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/Common?style=for-the-badge&logo=appveyor\">\n\n  <img alt=\"Repository size\" src=\"https://img.shields.io/github/repo-size/AthennaIO/Common?style=for-the-badge&logo=appveyor\">\n\n  <img alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-brightgreen?style=for-the-badge&logo=appveyor\">\n\n  <img alt=\"Commitizen\" src=\"https://img.shields.io/badge/commitizen-friendly-brightgreen?style=for-the-badge&logo=appveyor\">\n</p>\n\n<img src=\".github/logo.svg\" width=\"200px\" align=\"right\" hspace=\"30px\" vspace=\"100px\">\n\n## Links\n\n> For project documentation [click here](https://athenna.io). If something is not clear in the documentation please open\n> an issue in the [documentation repository](https://github.com/athennaio/docs)\n\n## Contributing\n\n> If you want to contribute to this project, first read\n> the [CONTRIBUTING.MD](https://github.com/AthennaIO/Common/blob/develop/CONTRIBUTING.md) file. It will be a pleasure to\n> receive your help.\n\n---\n\n<p align='center'>\n  With 💜 by <a href='https://github.com/AthennaIO'>Athenna community</a>\n</p>\n\n<p align='center'>\n  <a href='https://github.com/AthennaIO/Common/graphs/contributors'>\n    <img src='https://contrib.rocks/image?repo=AthennaIO/Common'/>\n  </a>\n</p>\n","readmeFilename":"README.md"}