{"maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"dist-tags":{"latest":"2.4.28"},"description":"hint that that checks if the Babel configuration is valid.","readme":"# Babel configuration hint set (`babel-config`)\n\n`babel-config` contains hints to check if your Babel configuration\nhas the most recommended configuration.\n\n## Why is this important?\n\nBabel needs to be properly configured to reflect user's preference.\n\n## Hints\n\n* [babel-config/is-valid][is-valid]\n\n## How to use this hint?\n\nThis package is installed automatically by webhint:\n\n```bash\nnpm install hint --save-dev\n```\n\nTo use it, activate it via the [`.hintrc`][hintrc] configuration file:\n\n```json\n{\n    \"connector\": {...},\n    \"formatters\": [...],\n    \"hints\": {\n        \"babel-config/is-valid\": \"error\",\n        ...\n    },\n    \"parsers\": [...],\n    ...\n}\n```\n\n**Note**: The recommended way of running webhint is as a `devDependency` of\nyour project.\n\n## Further Reading\n\n* [Babel Documentation][babel documentation]\n\n<!-- Link labels: -->\n\n[babel documentation]: https://babeljs.io/docs/usage/babelrc/\n[is-valid]: https://github.com/webhintio/hint/blob/HEAD/packages/hint-babel-config/docs/is-valid.md\n[hintrc]: https://webhint.io/docs/user-guide/configuring-webhint/summary/\n","repository":{"directory":"packages/hint-babel-config","type":"git","url":"git+https://github.com/webhintio/hint.git"},"bugs":{"url":"https://github.com/webhintio/hint/issues"},"license":"Apache-2.0","versions":{"1.0.0-beta.0":{"name":"@hint/hint-babel-config","version":"1.0.0-beta.0","keywords":["webhint","webhint-hint","babel-config-is-valid","babel-config-is-valid-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@1.0.0-beta.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"d3419fb03d7c43d46fa3403b6031d925228aa2f7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-1.0.0-beta.0.tgz","fileCount":8,"integrity":"sha512-c5TA+brT2L8EsPyswyCcZ17TsBESS+QLPfsQqAYUNaRmFbZeXmdAQv/7N2meEX7DQNWYMviQ49RCGOLJyKOg8w==","signatures":[{"sig":"MEUCIQDOa9t8Cy25NpIa6d0ww1MiYxs4qJ7ryUZdxonA7mZDUwIgRwG1s6y2KfB6KDzL6TbFmyrl4KGyuajKFkTABLYeLAA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16940,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTSmRCRA9TVsSAnZWagAAdE0P/i2E1i0o7zePhRo9XNMU\nX13LJ1PdzHq95wL9VlmS/cnF0Tn1ZMAY0EsuwMeY2GLggklqeF1dGLK1oQyJ\nvuqMbEe1ZADJY8+rBBuitgXJ6anp/J1DzWfxc8HQb8ErbsWsFtWsgBzze05K\nkuWhazqRdYG3uvTrmEnl9KJ82DVc+u2GtAP3EjxpFb6lpkGTWgTFfw/MBq7z\nk3jrzYTCA2cqIdymyoxZ8MOmKiELbuJvrjpjwPu7IDkIvf/w79jLpNmIkpOy\nq6qO8UelmiDq+7yzswVE6j69zcG/XkTOGHxMsgAXVIUDn50+AoEUMdwjZINt\n28GUW1ojwPsk8GDtKSIgo7jhZa4uZ4kggUupkqLZ527LveodSfgW2sjkX+Z3\nHSaeXZ9KkH/4o056FLlzgMU362dM5nZYT0TLffRFb98tBgEApKnVwl6y7Wuk\nmF5bDthVm/Y7hQvn7CVZ5HcBVT9spXxnTqKYhkFjwOhihWvKA7nAMv3URBxC\nJtK8pyLdHH4MxTK6/qCZ0fDQr/8F6H9YtYuxpE/9DQXKxbh4KA3sx6l7vrkX\nPXkp7hVv4/tXaAKxsrmiW2UK6Y7vgINc3PLSvySSRa/VwdBOdWa4rz+CwhBE\nlEXxh7yqEOsMs5D/oT6va5RteQ+FteIymzTpJUGl5q5/V/ISJl7qyQt4AkE0\nL8HZ\r\n=oEF7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","files":["dist/src","npm-shrinkwrap.json"],"engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives --ignore-pattern dist/**/*.js --ignore-pattern dist/**/*.d.ts","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.2.0","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"10.4.0","_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^12.0.2","hint":"^3.0.0-beta.0","eslint":"^5.1.0","rimraf":"^2.6.2","typescript":"^2.9.2","npm-run-all":"^4.1.2","npm-link-check":"^2.0.0","markdownlint-cli":"^0.11.0","eslint-plugin-import":"^2.13.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^16.0.1","@hint/parser-babel-config":"^1.0.0-beta.0","@hint/utils-tests-helpers":"^1.0.0-beta.0"},"peerDependencies":{"hint":"^3.0.0-beta.0","@hint/parser-babel-config":"^1.0.0-beta.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_1.0.0-beta.0_1531783569162_0.6270632220534098","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@hint/hint-babel-config","version":"1.0.0","keywords":["webhint","webhint-hint","babel-config-is-valid","babel-config-is-valid-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@1.0.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"c3f7b4f65cd2df23c3feb607fa58ed42518f7b1b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-1.0.0.tgz","fileCount":9,"integrity":"sha512-ZpIzpzJmC3TLKR9BHBPNe0WHz4t4DkEpJoFnaJpP9tFafsVS5dfgnVQxGdG+792jIwOnpSh6xmbwblFfR0bJeg==","signatures":[{"sig":"MEUCIAFmIMfvGacr1suYazMQx2mWAmR2e6aQo4NdOXAZAVG4AiEAtP5wgMGOvGtCJdaHh3iIKq2j5cZu9U36rY3MTg/MIqw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16859,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbaLmNCRA9TVsSAnZWagAAsusP/3d2JbrCoQ573KGTDGN2\nxAP6QEhoG578WbrvbBbDWAlImBXn306LB3ZtkW0gAn3DQI8rzTe/LUX8vclc\nb1N7SHCx8G9V4vq9IDhWTgVRkqd2IWrorndCx3JvhVBrUkpjAhDX1ziHA82R\nqFTNMxe7k2U1/iFj6hgpxzkdqVaagUsbelqWV9OtBBAAh7yoveFP6JgGBpaQ\ntmyQj4cP59qiMsSGpXQa7gaiDaTSZSi14XJEtY4gbDye/p4sD8R8jrYlYVWk\njslCsavY+Xvt5yn8qA19eFLEPi0AoGNAFV78W6u+b54n5G7jEaz5tCGLOUZY\n5ydCd6SrF/es2hbYrZAbN2tOD/eOEEAhJ60a5r9LBigMbDzJVnf8juDaORbR\ndp3EHxeqIu58UI4qMBIu1m5/b+6Yy2VNQEbVu2UanM4RNqnj8V3LV9qj8r9N\nGU9p0NgaCv51cpXCgrxW2n/+v5s+0rX7Gv2VdP7UvOsZXa/68yhvYPiD0W9t\nXii13tDFSbDR2JgDWFPem3iYnFuDpDQ7PzV9S0KiPLfh38/XQHgWixjodIrg\n24Q5pccDPMru89gAb3xf4wlYhGcXQhBj5a579X7KWMvc5+PSOM0FQ+eYoB7/\nmPee/OEmlRncECif1qEVgiti+Y0BPAoGtFtG3OuKWrBZbW0TPlcsPKYrn68u\nZ7eI\r\n=lg9W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","files":["dist/src","npm-shrinkwrap.json"],"engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.3.0","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"10.4.0","_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^12.0.2","hint":"^3.0.0","eslint":"^5.2.0","rimraf":"^2.6.2","typescript":"^3.0.1","npm-run-all":"^4.1.2","npm-link-check":"^2.0.0","markdownlint-cli":"^0.12.0","eslint-plugin-import":"^2.13.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^17.0.1","@hint/parser-babel-config":"^1.0.0","@hint/utils-tests-helpers":"^1.0.0"},"peerDependencies":{"hint":"^3.0.0","@hint/parser-babel-config":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_1.0.0_1533589901234_0.44149648823296306","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@hint/hint-babel-config","version":"1.0.1","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@1.0.1","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"be3dd87783b270cdfc4f9c15f8942c7f79075cef","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-1.0.1.tgz","fileCount":8,"integrity":"sha512-paQv56vO/mB5WzQC6Q/6Ga2InX1r7X8HdYUYCsXHnZhQ/M7WRRXTP4Go5XJeWISRQYmnPrS1X/qcH2m3TYIrIg==","signatures":[{"sig":"MEMCH3c8+VI56CROLisq3KeTPhqj7tS9ciXV1NBj17A0RMcCIC4uVEB5Xi2ugHnF+oBo/E6xceBX0pEclkb9ZUPzB1z8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17095,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkZZjCRA9TVsSAnZWagAAFCkP/jPlAPlANWAtfdJi9Pna\nVUcJzy8N+x7xdIgTsgLyWBmwjGcw5cHOZ+al8SMitptZBAIeqSXqPdbrGzqG\nEa+zCS+leaD6M2WUDC55fV4SkEzGU04xxapAnNzfAGBMwRQ7urM+QBmqYTE8\nkX7SwTF/h9CDkvdsZnHnQ6rIbd0jEoynyGUoMuZylgB9E7aerMcTfpz8bcJK\nwMKuvXJwm7BhMT3x0pfsSN/xCB4yM3xx9NfG8YEAx4kPS86qb3oPPu89NbUZ\nO+MJNpSRdoAfF6JsJetrqcI9lVZaYi7mBwoOfOCyX1TFhLN3smcgjip+jacF\nY2HSY//MhMCresyZYO5eliG0USzWFR0KQGUE5ilrMoKwKpZd9E4CWcCJ6vhJ\nBzF/mDvg+1JMBPgaIGGH+cLdUWceFuLDBjzXNKFn5VXicDaMOeT7Xq8Oew4d\nVMGQG4TS24DT9QPIdW4MrwsIbxK5cjILJCDy9q3ZdLzdo1IA/K4C/21hvQRC\nI6PqC637s2PxZt2YiZwn4nCedcnt6R/ReAnlpPng+jHgMjBC2LNuAuXyOzEe\ntkUr6ydEubUgYfcQMTUWd67iYGFFwMyWH2bSMtD+UzC8d21cITf1Cnoesnkv\nlq3wbxwSd0Bta6Ozw09W+1ioTscVT3LFBSAv+4m+Dlo2NpY/wdf8uaNVvFSP\nMR0I\r\n=jHd2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"10.4.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.0.1","hint":"^3.3.2","eslint":"^5.5.0","rimraf":"^2.6.2","typescript":"^3.0.3","npm-run-all":"^4.1.2","npm-link-check":"^2.0.0","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^18.0.0","@hint/parser-babel-config":"^1.0.1","@hint/utils-tests-helpers":"^1.0.1"},"peerDependencies":{"hint":"^3.3.2","@hint/parser-babel-config":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_1.0.1_1536267874632_0.9561989521666534","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"@hint/hint-babel-config","version":"1.1.0","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@1.1.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"ff8dcecd9c54ca88e3095216b7347261bd54be9e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-1.1.0.tgz","fileCount":8,"integrity":"sha512-v3dEUh7Z8gcms1EXBZpo4cJtGgqp8OZJL9Vy3XTwCvFdLOrDjcfZwSylsSDvUt1aH2rD8a5bc+z7ay+LbwtOiA==","signatures":[{"sig":"MEQCIDFrz6GaiEisSrYBDVvEugZSIjCoeCY7kNlajtFtZH28AiAlBPwSOuoXj4h4pZalQxELWVqPokYtdvuss6FQ5Wcm+w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17552,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbmDplCRA9TVsSAnZWagAAsOIQAJd/fN3J7tLaOYCpZRYQ\nUgsYrcVKd6l5SY8eekVHn9B5Ka9yt72QK+4LyTnRS6NtKoEh030xh3fXMsVj\nsKXEzP2UAcRyvmvF+4nbSfhTI++H1vf9OsOVCsBKcByro9R6QgFzzswPs799\nlDbTHWA5AMo189CAlFH1FjYb3aVCGnaWQoHWnNCi6lfTYnF1h3ADNM7Vf4rs\nZBewLgt3Ey72YRHWhLPH2JMFjAkrXe4yyfgvfq1i6dJAw+p/6dR/wuRj7r7O\nD8KDFfStSrwq7bCEBFZdFzNTxZ7XoRTddZp9slVLv14BAsqm4zskNcdpkdYB\nfBY7uw6DGe96FHaRuaXO0W2jGB46qm8WWyJ8N0mxFA2hvr+4XmfzirY1SSFb\nrVFkz1X9pnylijEUqZlrE3WrYfiqwi0+zi6utO830SG7gSXzjQu+yJ6dUbFO\njGM/kWV/ROis55eL2t8RFGGrDs2mlYq86PMd/nHR7qYm0X8BVcg1RyD6rgqQ\nAoLWJZXu6WC5u1p7QJYWgMPJ+wSAQnwdGX24X234wy3OKo2suax8UXXLBCCj\nN3pJAp+Jrd1PFHdSxf00CaXcKjSMPel1mhAqV/DRNM/j8DWLKFt2sFraOSbf\n9Xf01I4/OmycxN0HEBmOCYD3O9xE3KgnK5LVYwQac05f293ts1i764dSOoLz\nfVu4\r\n=R2oP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"10.4.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.0.1","hint":"^3.4.0","eslint":"^5.5.0","rimraf":"^2.6.2","typescript":"^3.0.3","npm-run-all":"^4.1.2","npm-link-check":"^2.0.0","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^18.0.0","@hint/parser-babel-config":"^1.1.0","@hint/utils-tests-helpers":"^1.0.1"},"peerDependencies":{"hint":"^3.4.0","@hint/parser-babel-config":"^1.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_1.1.0_1536703076712_0.8899009087640699","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"@hint/hint-babel-config","version":"1.1.1","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@1.1.1","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"05a92005f6aa01c6d18dde644ffcf1167766aa41","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-1.1.1.tgz","fileCount":8,"integrity":"sha512-3z7kOzhCETNkdHOj0dHrzmihEA1dsqsYXw5/qwA0drvJNY/DmcLzX7GFmKylpAdIyBM/8eaFfKW965FKFVWPmw==","signatures":[{"sig":"MEUCIQCdMkBEp0LnaoN8cmGtQznVdGeqkyVrtHm7ZHj0CkYz1AIgeX7xCiUApYNQzxr0nZ6OrTOMXCZO4MyI68Chu1VDPUY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17860,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2jOICRA9TVsSAnZWagAANlcP/3EkjVXXJbty+pqaJp5r\nD98SGVf5uw99y1mECthDBPYHB/jEeTknyOaV/LFgX04N1QmtEg+7LJg11BX3\ntnc9yxJcpJOfHOdBZKk8GX38hWzboQ6uIHlcz7xwBCyIfNod5WBdZLX8c53E\n+v6kwkkQzH2Kq8/TC6FrdTybX6enAw6UXCO8T/Cuhjptc9/td8nEe9BjLj7P\nBSc2FcC27BTVMjdcnPndHjU0iJzKm34DpJyPNh/mpZtTEh04D0sss1IWg8X7\nCUJ1YOrqN/GQyVVbExuDOYMLYfyzyp0sY/qNakTK/ia+f4Jh35ztXBP0LQFo\nL2ZadUpaSe8we+IOzzZKy+rVYSf6aBA3tzy0dexmYTnclzdhQcvM0iImCDuD\nfjUHzCAD/ueovIcE4VLO//0UtU2mOX3JjoGx80yX/vZLEQS82VmqaHLauX/H\nDxL3LH7j0BUWrgh6uLL7vtDDGgPU5fRcUFpkfwqz5qtZ4KxuD5CXdHsAmNxs\nL1x4VRD9KSjI0Jf4w3B3aODCbO42UDKuCVoTDIzsYFGrKdgCsI9fju2rOgqc\nAW2w6ng3K2bFMyEuM35nfopwPE7LuUwtJZOWrxUSNRuFEZXAy1DgImm67LQt\nQHdgVks1RmoEd1uo7sRHSt9DWgBdGLr0zS2cYVbWJNtBbINcgMcYM3B9h4Uw\nI5/B\r\n=3kd9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"10.12.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^3.4.14","eslint":"^5.8.0","rimraf":"^2.6.2","typescript":"^3.1.5","npm-run-all":"^4.1.2","npm-link-check":"^2.0.0","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"20.0.0","@hint/parser-babel-config":"^1.1.1","@hint/utils-tests-helpers":"^1.0.1"},"peerDependencies":{"hint":"^3.4.14","@hint/parser-babel-config":"^1.1.1"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_1.1.1_1541026695958_0.3519722514732442","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@hint/hint-babel-config","version":"2.0.0","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.0.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"b58058b9d0d52bd30ca5e2d1320ca629f57a93fb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.0.0.tgz","fileCount":8,"integrity":"sha512-6xaJkIwjkU2xc6EN5JtbtuT6aOWUWTeh+grCGu83MFQZ5PEqDTr2K3/lgObfu9CDa50YEiphtQQhScjGQxvZzg==","signatures":[{"sig":"MEUCIE9In+fTqbjs0A5dfjJFRrqW/JBQfBQsFbe6L2SDKWAQAiEArnIrWHhY4UktlxOg8QVpYsBgLghGr9S1GPTIUBg3rBQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19443,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4NTNCRA9TVsSAnZWagAA81gP/isRvOcORnh2Bh4BOFAa\nwZq+pWzCuD6eK7PifhwyN4SsTqUOHhie8KzDMhRrdMSXqGPUZKacHl2xLnXJ\nVzg1EtHHAKIWW9/lCZLlar8pMnfCD+/6Bp2igv6nn/sqYR/ak4lbRjVqoruo\nfVEcjSlHZ8X9oUrES2/vDux0sNyqBrURsOls0Qyp03LlMEWpcU8oVQGIyRbP\nzaSXMx2AvLnxlytEeePkWU7+gu/LM8w9+IHJZOd+yXZU6gjxA5z7C3nATB2h\nNNK66WFyCPNfgOF4mFW4TRHdu2rcPjM2YPmsm+nz4DpvcfqWv1hT0L/dl/Pk\nEZEdXNLuwTztk2DN4s/u5QhGEgJWsjVTPCvbwyZxSazWtzc3tBqBaCX9TowZ\nLO9ZBmahEfldj51VsXmcdbJRgLAfFw7AWO2Eihpsha5dCy/HpUlz0jS0R9zL\ns2D9syqzmgj7aV8M8SUGqka43MPNmPGifVYhaEBEtQ7HtRWSYchs1lCL3LzQ\nJqUzYXWSi/wV0MrWjptX4iJpANdDE5u8Mbp/BezoY6fAjY/t3/oS0LXsNdSx\ncYS3an456qEC5hJb4MzHXWp54Y9THungn0wDEwyZYs3IKfWxDmPlY6Iixtb9\n7mCOC+7GUq0PKXarIGkheGuiqHHsIalylJotho1Hwooy7lDdkMMTYD4C2t9j\nVeFQ\r\n=Ma4A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"11.1.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.0.0","eslint":"^5.8.0","rimraf":"^2.6.2","typescript":"^3.1.5","npm-run-all":"^4.1.2","npm-link-check":"^2.0.0","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.12.0","typescript-eslint-parser":"20.1.1","@hint/parser-babel-config":"^2.0.0","@hint/utils-tests-helpers":"^2.0.0"},"peerDependencies":{"hint":"^4.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.0.0_1541461197051_0.24337996392004602","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"@hint/hint-babel-config","version":"2.1.0","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.1.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"061f8077e1ec69508357b8203c838d73001cd7fb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.1.0.tgz","fileCount":12,"integrity":"sha512-5BYH0K+uSN7dDh5Ap4qoemFJGwlZOMHOTa5MoEuXY7EzP+/tKUqH29mnjyst0PkZH395gDhQV01iamU/lsRN3A==","signatures":[{"sig":"MEUCIAzfKpFRfpvtSEJGEW4Kkfmiwssm1dqgZL/KRuTw0S5NAiEAlI/veSPgUChLBBThi4Fk81qeiSsmTNy1gGF4seqXO/Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20239,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/jIQCRA9TVsSAnZWagAAFbsQAKG2y+VCg1lgKqlHfXvy\n47yQf+QXznvBV2IfOjeRGpvjLsIuGGlPwhve8Jwls8NXR95uxIGvgP3pu0Sd\nIRaYAvYro4Fasp7p1MT9LlkrlLGBkvUQTFN5sioknGhEEd7MfIXeVezlzs7A\nPQLB1VqUGCl4njNQDJWloNg5dJdK5CxTHYBcxYq/w4p8OWIMmuYpOKsw40dY\nf5ZrdesUZdLs4UKukbPRs2fuDkx3tuZn4KqhBhigHPuYMWDaR3DCRDoTcx5n\nrsuCPzooU10iUKBNxAuDswuAsl+bAGDcsB7wYn0ogO/EeJisk7+pFxPBAjVn\n6DA8QlF4QC5VDScUHZZjSdBttWBUCVDJVopKPzmlBXYSQL20w4paZF3ts1OM\nRSEtK6nQLVzHEs0y5f/J2aoFAzu4I8MTOWbXmWe8BkVyYm/3WZ6Wiwtn+0CK\nNfImTRJoniyJDombZEtABkPTMBFbkgZjg8ZH+mscpkqIJHwogQcN+7UQ/oGd\npf97+/lwR+7PfZRk69hmQgVcCF6rx+yp6pSm3JkhbUghkSKi1zM/KUGRS0d7\n9lHC5sveCP220cJJxuQaApoGMb+cFlJGEejS70AlhUkXrVbERKHH5nl5XvzG\nRfEAAwIUhimElHcTMn/XYMZ40EG4oPwIHNEuZhSVXf11/YJFmsXCvPg8qxHG\nRjnU\r\n=Diet\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"11.2.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.1.0","eslint":"^5.9.0","rimraf":"^2.6.2","typescript":"^3.1.6","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.14.0","typescript-eslint-parser":"20.1.1","@hint/parser-babel-config":"^2.0.0","@hint/utils-tests-helpers":"^2.0.2"},"peerDependencies":{"hint":"^4.1.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.1.0_1543385615715_0.10019232987465143","host":"s3://npm-registry-packages"}},"2.1.1":{"name":"@hint/hint-babel-config","version":"2.1.1","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.1.1","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"27115e39a72bec2742b455095b76d2a48027d78e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.1.1.tgz","fileCount":12,"integrity":"sha512-lnN1IDnFr4XYG6hT+C6yPZW1mF4TCqG+4rxjvwYG4qim51YlVRTbP3o0t/VVXRmiV/ewTzqEDvTREJW3Dcx/7g==","signatures":[{"sig":"MEUCIB8c2viUgEZeKgQWzcpXo2L3FD3UCSPRJmvfCCwv4tS6AiEAvBt01tJmeZoGqaPNHvUh6T97i/bPFiXKTSRyXWETp1o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20480,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLQw7CRA9TVsSAnZWagAARjwP/RwJS4gNlYQdYYivfl85\ngUh+b+74E6SFBkO+aTb40s1vlsvOyOkd9GHrCrHh6yaL6JTDV/9zBOPKqx4k\nzvL9DdpTiTGcZH8JVdg8xB9GVeMQeA/oiNQYGiKUdXWnbyFgIyuOIxqjqsgy\nDLConk7iacQgboNiEUM3JaDrtSaJhApNaHz+oMW84DMpAQG5KbaWk7xQKPk0\nXyRmO86Yc5loWhRQb+SxOg1yUUeVNG496rAnubvoSkYMKZ7sTQzdW+DxFmPT\npGurfeSKKdg+J6oAlzsweTvlzUug7GOWNwmgloIDzotocps2My9GmLWdxOa/\npfGfWQdgagTrzymYrbeKKkFax8LhKZqCMQf9VNtIYYPz/N26OaHMJFSDY9gi\nMbg7yFcFGz3akJtwlUTLHlYzSuvutQbRimqcoOUhxBb0KgjAamuNmPmy2lOU\n1Jwd+AubGYahdcMUPoMtDXDf/tooDl6kDJ+wiJSnjDufu+EUGjkbljo7r48Z\niDIlXT7R7turOR04l2rUsmm8WRAN/NclsVhxX9QnJFOhtQ9afYJfwZ5TsvP8\nfrG37EJ9YJoyyFMx2b376GpG2vcmkCuToZcv3rkCW+BOW3gX2nSs+ID585vw\nm8Nka7ETQCIRKBF0H2qdqtnW6KhUuZiwfSRVQfNaszoJMV7qSVMFbn3XI0SZ\neN2t\r\n=fxgF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.5.0","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"11.3.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.1.2","eslint":"^5.11.1","rimraf":"^2.6.2","typescript":"^3.2.2","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.14.0","typescript-eslint-parser":"21.0.2","@hint/parser-babel-config":"^2.0.1","@hint/utils-tests-helpers":"^2.0.3"},"peerDependencies":{"hint":"^4.1.2","@hint/parser-babel-config":"^2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.1.1_1546456123183_0.7600920906160102","host":"s3://npm-registry-packages"}},"2.1.2":{"name":"@hint/hint-babel-config","version":"2.1.2","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.1.2","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"ca13ee23addbb37b26ea78c8974c71c9b221d301","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.1.2.tgz","fileCount":12,"integrity":"sha512-ipBdvvqyBJOuJsxJhY8rdL1YQ2TT4d9QMOl6iwzz5gAIYhbvSpDvrqZxEbED65/QOFXTggbXKJr0OYH7LAFYpA==","signatures":[{"sig":"MEYCIQCO9YBZDYIlqf+6GYmK6QtuD2la7zZPryiNHZ4KIPz59QIhAMgLdKpU38pQ+sMAFz5h4bBM8XecT/j/KbbvG6X2jiAN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20797,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPlVSCRA9TVsSAnZWagAAwOUP/067pUQ4l2rjT/SwudTn\n+C+sDZJ8WoBcLVw8BtO+6lQKTMgwVkhCgwj4nsxnWUGStPJoGNRihxySgYX2\nbaQeN6n0wdklmEWRVzsX5/AAxYo22YdNKUTLou2aAEMOP4aD5NjvBI4BLFbj\nSwEeI3AO2ATaz5JlKEN/vNPk0S/Q7qOK+ZIRb4JJsRum9e3a1Nfcy92O6o6u\nZX9FMj+JqIe2NRXyMZ1RQu1mTDqjQ0eoWjkKPqwGb8aYgAISrQf/UWuXf1c+\nobb/18Jzl/cJIhBdM/m+3wf1f3GEAp4r2fEolIDD3JOfBBTarX34FZ8qxo08\nynxJOd0nn5YGKQ88iS82HVLDXXf/pkcbc5jMSfxB0W6cO4LSxEtDrYjnq5LZ\nFc4H29KhIpVveTy9LzX2Za5Mlsymx6pfPjdqGt8iifjPxhn6qHov07Unn1kM\n87NS8LCbltG9YE++qxBifl6gMTKtqezjixDCPKrG1amgsRWtDSh5nx5xeYIz\nJh3oC7WmUlpv9NoftAfRCtUsueD1BuhgvRUC1c4EEnuDiOmp2WqcVN0OazIZ\n8DcLuTsrPKJu2nmKdKcnIBhTx6mP8ld7RGhzFekBV6RGeZaTDa4d+JltzVJX\nr+gsj2F2Qn+LqLEvlCtroF7EMJoKEjw6TDSz8z38aEso7NUU7SlkEJIYAa25\nkHG6\r\n=9iZe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"11.2.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.3.0","eslint":"^5.12.0","rimraf":"^2.6.3","typescript":"^3.2.2","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0","eslint-plugin-typescript":"0.14.0","typescript-eslint-parser":"21.0.2","@hint/parser-babel-config":"^2.0.2","@hint/utils-tests-helpers":"^2.0.3"},"peerDependencies":{"hint":"^4.3.0","@hint/parser-babel-config":"^2.0.2"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.1.2_1547588946002_0.019538753179937363","host":"s3://npm-registry-packages"}},"2.1.3":{"name":"@hint/hint-babel-config","version":"2.1.3","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.1.3","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"95e0829683a40fac13e692e41a2107094c27b260","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.1.3.tgz","fileCount":16,"integrity":"sha512-PueYXCu6V9xooU1wjfAVDGNZ2k/bIIeEOlJKsHo2Hpc8kpolT6GKbBUTLTc/gZ8+wO6tkaJhI+9wwg2YUZPkmQ==","signatures":[{"sig":"MEUCICIoReaQwmhgvcy1BUbyle08ZLl0dPo1aB/ZkOGDzgJDAiEArT9YqREjFTzjw4fJC0IOcSC2W4NtxhagI3Xg1fvg29c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22258,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXLJjCRA9TVsSAnZWagAABhQQAIrjRgo//3FKDniBjZWd\nl5PM3dTljBGA4kjROhbcBjJCE4KVVpHmfRo+Jf6jpIvvR9UKfDyYebTuZ0iy\n4FPZf1q0CBSUdnFzTO242SOenC3Vi0iZ3BbR3BMaKQrtZ5Jxas3c4DhjW2WQ\noX/GwPpy4sp12Z11spDllaLUwHmh49uVJi5ezIleO1zD42Wnx0+NUDkq3NlG\nJEU0HwNf6YpNDZkJ5NzQnHNBSjuUmXpI405rko68uuENy5v/qOhlUeRG0hKD\nFpmGN7Mm2EB74dW5JmsS2y8j+g7h48tR1olzCRpUC9kv4UabEjg3YF+cxf8I\nAqFajsNjTYxR7NGrYumiZquxJnYiLMBOSIi13sbh9h+z1qwVJDrNmfFQrFDR\niOWcufB6GhgLasgm0AOUOQUdhZrEAHZ3OzzebaYuC/8GvvgqWrcPIkzQ9oJX\ncyp1KC0W4904AjGCTzJqalICRcO5sTT+9npuv9XbJRsHvlMhJfU6ghYO66Dx\nDHgoUsCJAtSeH2BO8IQTiEHggoSiLLmuUDHjH1Syta28KU0MYsy7RR2STcB/\nUwNogLiOTNXLo4KGABIAOdK50GwP8ot/pk8xohZXorhgZYo2jyNMyAPYzU0U\nvwxY8YyNn+yskypXWP95Hxp6JUjUuHM+EbJVntGhh3DWUbEzHnTtdGPUQlWN\nmxbI\r\n=w/W4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"11.2.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^1.2.1","cpx":"^1.5.0","nyc":"^13.2.0","hint":"^4.4.0","eslint":"^5.13.0","rimraf":"^2.6.3","typescript":"^3.3.1","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.16.0","eslint-plugin-markdown":"^1.0.0","eslint-plugin-typescript":"0.14.0","@hint/parser-babel-config":"^2.0.3","@hint/utils-tests-helpers":"^3.0.0","@typescript-eslint/parser":"1.3.0"},"peerDependencies":{"hint":"^4.4.0","@hint/parser-babel-config":"^2.0.3"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.1.3_1549578851060_0.25569192444114264","host":"s3://npm-registry-packages"}},"2.1.4":{"name":"@hint/hint-babel-config","version":"2.1.4","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.1.4","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"3c1a68900fc7effda80cfba7acc40fa72c7cfc45","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.1.4.tgz","fileCount":16,"integrity":"sha512-9BNU9wQ99V/KknZ0GxJF+wnXvp/uZ6X4za3RXjmIaS9iO77nKcfBYyNKsPSyH2ih9oneOhRGUvWxETaRTNsDkg==","signatures":[{"sig":"MEQCIFWEe7H/SD4h4GI6AUCu3yy73BpsJY0UhnHRAyR0d6niAiAMBaljA1A4yHQXvQX3rKNBmUg4R2Mptedm+VeM7UMzXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22606,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbz1oCRA9TVsSAnZWagAApNoP/iPGXPhlWjnEUAYfXU5O\nBFQmIrReCPFR/dwVQyZqFB9eD6BwOJJTsFl2CJcKAhtNHEYeJOGLAur2mAv8\njliTHuqgsUk/yDBcd1q3rS7ALa2D6ICciCiyLliXBNGPKqssSA8yHczuO0kN\nD5E3uEMkLrxRUzSQNFcZzIAoPeU6ZxZhbTDex1nVG1yba1EZieLgL9niylyp\nR7N7ZpKfDYHOqsgYUM2YJ2MPKlpFtvT0tGVgjk2G0c3IO7LGK8F5sfg1yaPG\nJHS6RtIZIF/kJlcv3i87aTUYzgKzhqLZoq+DYiV66buZZ5C0UaFOJWGdwba2\nh189dEx+QTeR+cCEC7yUQ1DTa9zZDdTmMXea9qxBcIzbR22+uIPU/GQZBQd7\nbCz5ClV5ZFtYXKWGZkGa2WVKAwK/UGrd6z1Xpu4GZ02y1z0cX0cpeDLj0avc\nfmkzpkx5b/oYJHi/hPBTaWZzWb09uMWhEUy+MWzcbfEazkieJuwUsCjxnNbm\nRRkdNfGa4O/O94Tm7DyzMDa32SmrY6CFBFK5rk/FvDsnj5E0Cq629NMYNJp9\nOTLRjiECuMuH+VIHmmRiJiy7WUP2TnBizWb3HsQjBFk/HLEDh0kaZ4/wX3XD\na3UDywGlqUgLcnwWLAcqSWs0adfrzRHcByEPMb/wuHYlUfVpEdwRDp6K/eiD\nd8YS\r\n=DTk9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.5.0","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"11.9.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^1.2.1","cpx":"^1.5.0","nyc":"^13.3.0","hint":"^4.4.1","eslint":"^5.14.1","rimraf":"^2.6.3","typescript":"^3.3.3","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.16.0","eslint-plugin-markdown":"^1.0.0","@hint/parser-babel-config":"^2.0.3","@hint/utils-tests-helpers":"^3.0.0","@typescript-eslint/parser":"1.4.0","@typescript-eslint/eslint-plugin":"^1.4.0"},"peerDependencies":{"hint":"^4.4.1","@hint/parser-babel-config":"^2.0.3"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.1.4_1550794087648_0.16034708092765193","host":"s3://npm-registry-packages"}},"2.2.0":{"name":"@hint/hint-babel-config","version":"2.2.0","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.2.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"39d2790dc044370fc362969da4f64811eb487823","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.2.0.tgz","fileCount":16,"integrity":"sha512-bXd/8EpvGn4hprPN3hl43fJxkb06o4SPcXfZNX0+Y+cBOCJWcrOhBVY0Yn4X6Xiqfy8iVE+Llu23sPx3oaS3jA==","signatures":[{"sig":"MEYCIQCFdAJo/wCV3muXPRqSzdH5tHYvysrlN6jVSpoWSsoD1wIhALuHUf6811QqU4Co9cPTMsnh+75rxFYDTvNso5ydGt1g","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28664,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2330CRA9TVsSAnZWagAAz6kQAJZPtoQ2Fhd7MDHzqDgd\n/pDK/6yTQV5rLz/4r06dhOeYitI6FmvhHqD1Uf9zlUpJzZys5OXteEBxVb7P\nz5Nnn/bo5dhdKvlHNIlygGzgHDfM6gAKipd+37/EQowSPw5WKbqbYijY0i7P\n3QYRWNzZLbxHkJX1AgJGlKze3K6Mp/cobEDNU2PrJ6zic/qySPE5pRo99EWp\nUht1dD5d+Fwgyf22o+mXo7AZN4OziqtnivqFutxW/SE3on5Z2lwA11/YqvL0\nnCV0/xBuhPtf4VB6ND6XfQcOxFfyfvbsdYpWchANerDocGKzQISa12/HohLz\nnpRFCiuPQ1Uo2fuMjAb5sdmPcb6r/Kb4tTTGTJ8oUgoU7YQ6NB1brX3wnABA\nc2Lhvw+eIwxk3EwzcdA3Wm1X0O3R3HtxJqGc9pKuO2790DfrlQGAZcljMW9l\nkz+NS5znZ6uZ+Ng18zkaVsSqI+v5GshcOlpZV2GOsTmrQafI1dSj7jtSXZd8\ns0CfzFRK+E+oCrH2J9D2Y8Xg9weDSx1UlOvI1lMCphALmZax2cjLiw1vnuUM\nfDwek3419lk285H/0A0JdF6jpQPLS74+DQ/yx4krsw0Maw0AL0oj/5bDkoci\nZo0LuKvA2oCInz7EIKCMQdy9UWGRlsZrRxP0QG/JX9bvo63ATa46vcKtHxFX\n/IQS\r\n=7qAZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.0","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.4.5","@types/node":"^12.0.0","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","@hint/parser-babel-config":"^2.1.0","@hint/utils-tests-helpers":"^4.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.7.0"},"peerDependencies":{"hint":"^5.0.0","@hint/parser-babel-config":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.2.0_1557888499917_0.021254551942789135","host":"s3://npm-registry-packages"}},"2.2.1":{"name":"@hint/hint-babel-config","version":"2.2.1","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.2.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"ac292db07ef6ab101a058489de323b5fd1e012cc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.2.1.tgz","fileCount":16,"integrity":"sha512-e2nGQvfDkuetmoW+Bc1x3U15ldyJKvXsf5jt8Lc7esEBUGTmk0s+XDu0vt+dj3KMwXUTQyGVde39g6PnC+5x5A==","signatures":[{"sig":"MEUCIQCgbT0yZiUHRUnGD7jxX67epRdFTmTMoAyfpn1DH38wpgIgNhfJtm5dvGwhR5k+LKt1sxySpqQ6Z3N3NApDyc/sbsI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":28664,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc25LPCRA9TVsSAnZWagAAOKQP/iM5pgbDiBcw8IkZDuMw\n0+OFvPn7t5ZuV19Qixm1DPTl/VYW1zq5OMD7c7iaPoUBbzgKaNbaL7PGG2SB\niL+/eEIGdAL9LAl2RYKpcKtHH1TSZunGIxwR5lshD5V6l5MUSXcYTnxtEW95\nEiVFb7zt1xzO8W7ODLJjyHEkYek1UQeo7qfUZy2/Pa9D+tgc/Gskdg1/FO5S\ngLvHwDdaoA+M4Ysisr9IwjsY2x7+HxVQx+rn5BI1SGU5vaAE1TlM/wRvurxV\n/Ngk0sp5SwXZH0XooQe8DWZHamfG69IXnNGzwb3kZIHjfLfVvdY68xdaiDUT\niM1U7GWAoOHSg/fBJCK4f0w5pCVgRQexQNl1l/c19PO2tPznOzLoksOQI0li\nwjUwHIY0XA5QVznLWP0+jZ5NkjJn90X9aov8XC3AkDu136mb2J6Ixk/KS3UW\nXqPXY/8kD+W/vaUkBxx2sxL9kWJY6TOfa6DsunsDj6L6CgcXU8KH+QIBzElv\nHIrDN26w8j4DHf0RN3z26klLCezPwMlfckePoCyzf/58Pw6FBBdyQ+RT8CaZ\nqaw+q8nFlOR+zB4Bwfs5BVzmMWXbqCnPS1uznJLcVwsy6rILWVAh9r9wN4AC\n0cd2g8DmwBsNj/uqZi9V4ZW6rPdcsSKpK5zu1BDDas4JSaE1FyhU0rsHqqWL\nUOOa\r\n=zKhc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.9.0","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.0","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.4.5","@types/node":"^12.0.0","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","@hint/parser-babel-config":"^2.1.0","@hint/utils-tests-helpers":"^4.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.7.0"},"peerDependencies":{"hint":"^5.0.0","@hint/parser-babel-config":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.2.1_1557893838382_0.4579994401084093","host":"s3://npm-registry-packages"}},"2.2.2":{"name":"@hint/hint-babel-config","version":"2.2.2","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.2.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"f09956cd6ecdd20129bc198d0b0f8f27e8b92a98","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.2.2.tgz","fileCount":16,"integrity":"sha512-u14lMRcymYdwprbVTORzYMOgrcVbNivpU6jCAYchKY8QfAR/GAvjQx76hURC3QI6s2CrYGk6eNAcdBO4awdKRA==","signatures":[{"sig":"MEUCIQD80ad3tfkXONxkPfOnNYB0B0JFzMpYhVdCFqveC6oj5QIgGxBUbbChsXrdnqE9NPQ47FlfA6wW4ZovNXBws3fjrPI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29086,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5sCqCRA9TVsSAnZWagAAJaAP/0339Dj3wNcaqL21RweK\nhq0GS4/1VeOF6e8zLInv+ATyLUYUM7mvR1JqdmUCLMzESaamWA/vLHCR4+eI\nau026HGzgC7r+lscnpG1dyW8hqrEu8yp5JMSE5NAnGEHqLwrYJ0G+62GH1Fd\nDWY0u8lE7faUnOxZLann/69cd6bf6+33aTGCBsdRSeqSCdDCrvr1l7TKdk7P\nl4f2oQClaVKU+yxjOrA7OTOCEmoR9YR/yejNUiPMjSMJXyjrDRnrrpF9sRU+\nGCQnXKxedjlOKn9ficFQl1XsyQGVnejXZwe8c+N6uTc4KqjNdboOxGlyInyS\nNg+1/IQlOtMTlt2BWGInvXFqyLfyNQgQFtRC6aIR4UvmQNQjzBsoBPkTNQAH\nAL4uJXgktC+3arK+7UySmYJ/Halu4kYxPUOwnqJWb/s78xo9YgxfvtyduWlI\nZ4HrLxV22WQk6nwsW8Eyai4Xe8KVNzmjfTQhZbPSfjsQYqICn7KVnJPPhwAb\nPW/0cHXesi/0Q9B9QonM/r2ngSxIxgDnHxI+uLa8CVgqoHg69B0p2mnU9cgH\nhXNsAxkj41H4s8dzUe9BmLiE8HTdbHF0RGf3c03MaSL7L6feFiXAqgzwoVsi\nLIHACEj/Pi/GQAzRpmD2d6cvAQsH6t/h5k4AEJoRIwFNBSxbp69UsOJX8irb\nTFe2\r\n=yieD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"8.15.1","dependencies":{"@hint/utils":"^2.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.2","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.4.5","@types/node":"^12.0.2","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","@hint/parser-babel-config":"^2.1.2","@hint/utils-tests-helpers":"^5.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.9.0"},"peerDependencies":{"hint":"^5.0.2","@hint/parser-babel-config":"^2.1.2"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.2.2_1558626474028_0.9260298053800695","host":"s3://npm-registry-packages"}},"2.3.0":{"name":"@hint/hint-babel-config","version":"2.3.0","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.3.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"8cbb490ffcdc83d64216f2f81d7a962f94959152","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.3.0.tgz","fileCount":20,"integrity":"sha512-ECFEfQVFvnAQFlqc13bQfsza4Y/Toi+FxyOhM4j2WjO/UsRJP40iKXsvzB0kSKphr3xHaZF26ZM0hSeXRUr27A==","signatures":[{"sig":"MEUCIQCNiCVJShCU9/UXo6oNKVf4yA37CHuvaDjwv1lKPkwCSQIgf/E1eAH9r8Lvyye2sWDj7YCUh5pJj7Vn8ax98ZSJFJI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33594,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNzYTCRA9TVsSAnZWagAA4wIP/1w3ogQFz1O2xyEwjHXt\nk0ActXLXDmu1LEtOymSYVDiT2tuaNOPq79KHyIxvfgcfLVrf7O45yHiiTzcZ\nAfPWYPROkc4e0esNhFIq9mNfa0Qzfp+pdDP0ZVhPG1qHSDhISN8tZihsLaU8\n78f0R6nlrif+EQIE6USpf63Z7wC2mL0KFZOaPWdOkWSUYmPnXHA8WXVUGmAA\napmQrLMbemYyWF4RjpbBN/RwDvBd0f2FXgKo0i7vFesL4Wm8qreZl0Ew1Hyk\nRNG9oWgsx/JrX3kPJL1C7uQzx0U6mVnMzFshv0EdTghNFQa1FvUCwnjDRjZv\nDpvAgpiJpdV8opE+mzX5YCZslw9+/PHBMZJLOAs/n9yFvhVXtqZWQzYr9hYY\n29Gbxz2BjNDqJmqy3P5oJpYYqEhR0tewIhskWYq/ewgTIlDqv5ZVrJWTY84d\nUT+cduhnpUA5q11jkZ1BxSNbevm9+s9zskG6sVvKgEP9BDMp0LvD96OAU62i\nfeXKNzbKNIdcPAQw+bXIegRnYEpwUnVNNN1hagw952xw1BebmPohIAGPTRw0\nOEpdvstKGlnheFd3gHyOlVIt6seK0occpmpZGnuXO3gHT5I5bBTMSmhemHux\nIi28AKa4NNQJ/R3VOxG6bJlGqTmIiCQiyeicJbO4juZ6lnukdA9SgAuCYHk1\nteG1\r\n=CPhX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.0","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.2","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.17.3","eslint-plugin-markdown":"^1.0.0","@hint/parser-babel-config":"^2.1.3","@hint/utils-tests-helpers":"^5.0.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.12.0"},"peerDependencies":{"hint":"^5.1.0","@hint/parser-babel-config":"^2.1.3"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.3.0_1563899410613_0.5667116995303603","host":"s3://npm-registry-packages"}},"2.3.1":{"name":"@hint/hint-babel-config","version":"2.3.1","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.3.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"782aa3d84d425ff2e56eca933751caf12808e854","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.3.1.tgz","fileCount":20,"integrity":"sha512-WOOBYf0J+WcjFbAVWQg/zse7EOmysz1PWoFYMqyc43mlQ4ZeTvezZ+bgLqyC4wqsyhq+ech0wMNg3mFVXahQ8Q==","signatures":[{"sig":"MEUCIQD9WmLm84+1escIYUsGSWDWfUzmFoWx0nGQAEux1k/WfAIgaHM3OnvjP2qBYHbCwc4AD3I1AXmH+wxhz6M/gdGnuqg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33620,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOMr9CRA9TVsSAnZWagAA/3QP/3W9lvHy5B/8LuwTSkbd\nQgPs9RqPNccVDwuvwSmW2sqVECEEL/Qr7GASc4za1p2Wj4rHzCzTVg+YWe3F\ndDrhLapthlr86Q8UrScmXCdfBUxdLZF4qsfrZdqWjpZydSMMtOKHoVxgG5Pk\nJnfpH+ez6YATUnCsGuVOsETuEbL1c3aUoqgEv+rPGQxS5x1Zr7i0bfWXUxje\nZyLKKw+K/z3D+vgdKy8mPinESaiuMiL665k7CYF1HOmIdYz6hLoGcKikeH/i\nJVfLeezUSKsF82tS8aB29Y+eD61P6VM3F6QupoR9hEBi3/LVD69TsI4o4p5S\nH0ZPTMoKfMV0IEDfK/fSwzm2Mo6/4bEtcIdh+rpogz0VGPk2GmSvTmMAlw/r\n1+3trYaoQWMvB8OJa+kkA9FDrkYZ8u0Tmp7I5P1VY2R6FqVGwlWqdx+1galN\nXjOMPSlCPJW4l2hMEfY0uGGXyelP1khwQpigg6wX2quWgqwe6Lq7WW30dB2C\nLRofT+RfmPS0cvCAWhovrlE3dDFZXAkV3cnwhqinn4v6uUL1oz7nK6ZSGdp1\n9QJrPq1Rx8CRiDIzkZ6P2ZGEnrUjeRau4E6Cg/v0KKCpknzZxz9VUysMDh/P\nNhhgg2r3Dj5934qo6+3skZjl7kPaQ7L5ygfh9JepQZlYm6/tr0iZOlzVgm9Y\nmVQI\r\n=i6MM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^3.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.0","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.2","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.17.3","eslint-plugin-markdown":"^1.0.0","@hint/parser-babel-config":"^2.1.3","@hint/utils-tests-helpers":"^5.0.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.12.0"},"peerDependencies":{"hint":"^5.1.0","@hint/parser-babel-config":"^2.1.3"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.3.1_1564003068950_0.5937882744177818","host":"s3://npm-registry-packages"}},"2.3.2":{"name":"@hint/hint-babel-config","version":"2.3.2","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.3.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"d9577e1f2f314f4c6104e0c4cb1a3ca86959e752","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.3.2.tgz","fileCount":20,"integrity":"sha512-bVjPiPGaS0sn5Hz+02XWpnX8G0HYqP3gvBhBjw/2dWz3GkdB6aW8LNw5oldbYQSlSLxV2gtVvmFNjydYX33PGQ==","signatures":[{"sig":"MEQCID9RifB0vd59qRM9S58YHHUc6t9oXy+tO/t+L+lIR9oWAiA9pupBeJjW3aXJR0Od+cEqAVxFc9HEJhzRS0/Oi527KQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34378,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQJp4CRA9TVsSAnZWagAAoO0P/02qmLgl6/f2TFkkzC62\nvqvFRgcU7NKVXQZW8NstuDgpvGlve8FsFJJl7vkXJTCJtFpBQQBFfoQEH58u\n5OCqOSHKmJIsZjFA7r3q+5A9YgmRSZYv4uW+tqbobdPmo/DI7DnfLfCRmJmj\n47BCK3NTSxePGMhcpwAQJGKodaaWvQOKR8z0UpL1o86aLlQcSdbzzEdvn/Yx\n6rzMMsyKeFFdpOex1Bmlwu5iG8HCBFXk+97HAQx45DSfetvL/F6PipMPTgv7\nbEcCuASH9aeYepRNYh39b3s+b6UYwlJztxHaTIuBQavG3fM7VeyswDAGigR7\nvrIRMSmmWHg3LzJ8Ckr4vgNC8HVRrDVfdM0Gptshu41xKnQRe4xmATDg0p4o\nG1BOxpAXQCRVIP5g4aNNBqBL6TCAjtBWNJGzXSHLKrjARIC1CgEJtByvg7Tj\ncCyicTdeCtCeT0kmGYpITea5ZvUmHOV0iMh4I+0BeSt3mcZ4Wbj/JV7cJ+xi\nj4jy8mPNkxtN71ba7fiefx8N/DY5W7DQd924aKIXKR0JkUAugW4OBo/O8d0t\ni7/82E/BOrWmVOW/2jBOZ4taTEvpd7LqcyHjkwEbgl1CHr43M0NChED5aarK\nd2scP6pW/C7EraOofb5qjPp9hYariReT6yZH8qv0+bFw/OhaJd5OEfVRmz7p\nQfJE\r\n=A8YR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^3.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.2","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.8","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/parser-babel-config":"^2.1.5","@hint/utils-tests-helpers":"^5.0.3","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.1.2","@hint/parser-babel-config":"^2.1.5"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.3.2_1564514934382_0.7922206281638942","host":"s3://npm-registry-packages"}},"2.3.3":{"name":"@hint/hint-babel-config","version":"2.3.3","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.3.3","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"12ed85a2989f16046f323d1665b8ebbb79fa9b66","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.3.3.tgz","fileCount":20,"integrity":"sha512-SSyq2YVEXoEUH9AbLsFoLx5U71LDHXuLDCTK7t8LSY6EGzu6qZC9x/NdHwNtoX+28QWBxxP51v3AY2shXnXtUw==","signatures":[{"sig":"MEYCIQDBtonHNLz9EoBVPM+Cy5FFDmRssWS9sfU1yT0iIxt5EAIhAKkPDGIOVJVnWVs5kqlN8BxU9DdEJ9fFi27oSkVmwJka","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34647,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSeWpCRA9TVsSAnZWagAA5zMQAKO5wdNcx+LTT5fwFFQh\nqNh7unlpRQaczigGLCvj7XPgWG84ajBpIIea8yFHYrSbAnX3oUixGBy+NGex\nsQzZU93nh5kP50X+txkk5jlH5KINrE6TOfwzShh1pS5E+edYbpX8u5U7s6U1\n8Kch6d8FuFgdoeAxta0mnE5ghoTZdx4sVofVGiBsha9SxxhUp5pDLOdqXVQk\nXUmaA7lAEcRDZn+v+IU7vmGNMBb5j5uTcF7voa3WbCVHVog3XRxCI/5B7/ZT\n0PJ/sKv7TPOvWBhZrVuWR8ew4n6STZnWDvXEpP5puU5Rhhn+Ih4xE3s/Uatc\nGwmaexbrflEeL92w+XD55sKkT1E1ngi0ovkaFnNvGHWDlDLxNDjH3CNI0Nht\nBsT1kg1WrIV5tucYi6dqx4HNSHXS6Y24woLHqZUcEOoqL2OUDQ/G0DS4/b89\n+BJS7wl4OllXuhEEstNCMG2V4csRuGLDRMA6WQkrUkF2UU/+M8nqHGV/nmbE\nEQMgaDYIFt9czDGjSGS+OISet8PRPKMuup8d4oaSt7bHWBANmHfiz1ABJTOL\nELjRjflJB2Nzt5SGcNuOhJPwD24Vu/Jpx5eVmGOgrhl1JUQU3weeDYew4XUw\nr3D6B8BL2P1rfuv9iLJ9frVTcaLuy0L16C25vW/1ib3L8skSko4MmMe51tmx\nsWbN\r\n=++9K\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^3.1.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.0","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/parser-babel-config":"^2.1.6","@hint/utils-tests-helpers":"^5.0.4","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.0","@hint/parser-babel-config":"^2.1.6"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.3.3_1565124008657_0.7407003774822505","host":"s3://npm-registry-packages"}},"2.3.4":{"name":"@hint/hint-babel-config","version":"2.3.4","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.3.4","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"a5de668f49e7aca25953e371a11ea97b352aed25","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.3.4.tgz","fileCount":21,"integrity":"sha512-NoARVUY3pMDfYB6hyg1KpkH62EeN8WSGbvjVzYxQMnO3+QcXnurhg8AZSJepdPUyZc76OBOOpgVenIxWyo9TOw==","signatures":[{"sig":"MEYCIQDUDXU2P7lXvANaEv35n4+c9HtVPYZ8diIcKcRAPIHWGgIhAOnZ1E5SQ5Tu3qKvLViZqsfB+bmT1IlftMaWCJsK8F4t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVhb2CRA9TVsSAnZWagAAR1sP/23erz5pTAmO4orObc4q\nV2A+IU8rxJkoDjHRPiiG2hL/eJcqUftJL/sz4JOudqQBBc/FvAXIE+S56GiP\nKk1btFHA4o+yYdwJSnDa51BvQj6m2ejh8VpW0x0UgS0j92D0wnuet3qU2OTa\n5hZE1MKVqghQvhk/C6p9g5+RE7n/0qLqf26x2S0+3CpEdjt7Qkfq4gpCpJlW\nsSrZXUemCmnPzVWXG6Cn6qaen/p278Oo61efUHRlmt+dWfeUuVgaZL7tyjZy\ncXOv+Z7ce5LQjloyHcP1IhHGHFk6FRypKMMXJmdPInMSvOsREhRWIOsYdX0L\nYXtD+guQBxv8hvkbzQsEhKSI3UGDZ+D5iA5Wza8LctOfnw3CrXYWjHtgFOyo\nr+EnS/iMYhbTwlanMTOUcsiYscjMLUV8meMo/U3izWZvPJoykGzzVpnCcEsS\nKY9LZcGsPIAzxq/ljJp4Ic3/5nu3LxzhAPiMI4/v1LMaw99D2s6+Ig83Nqwd\nERo2aLGuBiaS0Tv1+RHNzIM3YxI/8n1brVzXkB0QwwFZkbwbATwbZZ/x3Sbf\nQHvN+C5CdNjYygkNbJRYBV/uozGO8aCQoZ5wggi1QE65rYsWs/GnlSyZPCsE\nzZlKxIBN0UnGDbW7Z8U8BcaKGTlkVtmOdfJxp3yrWVvgBy0Q9V9kj/O9LmNB\nRkFh\r\n=xfAo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.1","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/parser-babel-config":"^2.1.6","@hint/utils-tests-helpers":"^5.0.4","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.1","@hint/parser-babel-config":"^2.1.6"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.3.4_1565923061917_0.7819950173992105","host":"s3://npm-registry-packages"}},"2.3.5":{"name":"@hint/hint-babel-config","version":"2.3.5","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.3.5","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"7d3374bf21af161e777836becefd918821041618","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.3.5.tgz","fileCount":21,"integrity":"sha512-MtaGX0k++60p0gDuwE3viHNuhvhIk4QSUdKBys6hMxDg98Ck7sRXuwWwXlvrb2OjTIHBAwvSJlIrVBwy2kk1Gg==","signatures":[{"sig":"MEUCIG5+M9k3uClTb7l3aCvA2kONUFAsQmDGfy6/BP8xe5m5AiEA9wKSs2kW/u0qTZYiAELX8lWVNFENgmh8ELGVK5xEifE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZ/SoCRA9TVsSAnZWagAAg/sP/1JTWbEGyf/Vp7ogy3sJ\npSjzJ1hPXziP7fQBWM6Tf51DOgzR9CwRx9Iu6Fz1zKpbCQraXKVokTFQ4QHq\n1xvCpjcUeYaOY/zJRSpE5lYTFwutkcc8+rlTqRa2dWOdo0RbxNmpUr5ZZEct\nRI0llLrT9Ejqw0HgkywqahjLCBZTlp1hwnIcRkSjKgW2BJybot9ljQhFpV7I\nzxwt+yI9VvcI8h3tNipR+GNExOXsApS9nglXcrvfeNbY+t7v5omsmyoWMKGa\nULJ5Jv9HYG/+gm9yU7S1VuLw2Wm8aCqqSlVEEWRCqmIA+BHCnj3H5fOxGUmY\niK0oOv0sQWjuzXRJr15QVf5YQllNFPwKQHsi/TMiYqU9tpYKB3KSz/Vwt3bb\nkngkQuTTc7nD+EPAD6yaCHxFbm51zIlP0wh98GGT4GD2nex0tAwdzcZSXlT2\nM1lY5WqAnqkJR2y12JzFvCRPGy7gXvn8XvQLTjT55dCkGfZiG+fvjVO1KWYF\n4V8SVnBZ8ZJztIuYzQrHicTEVLRvHg8Z6yrLhNKeLUqTWeGwJXhbTpEFU07c\nJsMLzJVa6brwGKQFwiVvpvn+/8J8nIDMyg7GcVzqb+sSnWf9CqIPpWzSlwdM\nxngiV9AHSL2/nwfLSc520aSYGNdYIAGZGUp5EFhUDvWSDuGgzh9Q16PZsz93\nDiM4\r\n=9kim\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.2","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/parser-babel-config":"^2.1.8","@hint/utils-tests-helpers":"^5.0.6","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.2","@hint/parser-babel-config":"^2.1.8"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.3.5_1567093928348_0.4089263112841883","host":"s3://npm-registry-packages"}},"2.3.6":{"name":"@hint/hint-babel-config","version":"2.3.6","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.3.6","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"a01ba50dce887ad6064df297b0d8dc11a0d23bfa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.3.6.tgz","fileCount":21,"integrity":"sha512-j5w05oXK5EC65HfcKoURFozONfGOSa2G3zREpI/VKiI3TRDZ3NwHs9OadhKv1nGUYHKTnwBJiQ4op5BLAV0u3g==","signatures":[{"sig":"MEUCIQDRzUf4NbU5l3U3Nqd+Lp951PV/XxAkGQRIzygOJIcoLQIgR8l2w2KJ9/yPt7WG8QxG+pfv6RQF8U4wiH0x+lqlFds=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37355,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdeXViCRA9TVsSAnZWagAA7lIP/iWwXWdXqm1QN1JkT8Tl\nO1TXrwT1CPjVcjentNwrG0MbFf0Te/iHrsFBGpD3pYiPmMK8kZNo5cbSanxl\niqAXBVStqEnPkTbMfN+9IjP/GaI2sL1grw2JmupABQLA+m4o8LcJuKWvR0m7\nLQrMBzw4gNRWVA7P8tsDIW0rrqb/uBXdhloBjS1hPgiuMBKUsU6AUiKH/g5+\nG+F9ACiHjFpKBM8cqc428yWNchEKfaXuVRW8Jkbwu3Ey1Is/Aq/ZQWvSFap9\nJ9TdWLzJ76Au0DWLzBrZkMbCOHmpIm4Y2Au8tnTDlbEChUvLHvIBwsFxinqx\n0VnUabys7eIZcx7ju8PgTukR/KwMDfbKFz2fT1lYd2eTvIXBhkx/OFpJZVBt\nigXfaXvPz/ZBkfoUxYdP9KX3rZznJC6Pgw+0hjrEwmsz1xaeBaUYeVVyh2w7\nU1jArU28qSkO26H2cOI6k8S2sO15P6ZEZ2AXtvRnpGQaXcz/wgAdjME3ABcn\nB1ex548lIWA2daMSb+guErGfK8BFL50+iN20Ws1iLNqEBsWhOs4h91qJXxCP\nASIpo2A63frQuyRvt9NU3OqA4Na2C6hIrSB3wZZD+VRLJHqIicedU6YJLNYb\nL3TByms/C9ng/mhZCxSmaNpaGBqV5TxW6xbsGoMr9gW4tA4VQ51wr9IbF6f0\n+yb4\r\n=aeJI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"6.9.0","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.3","eslint":"^5.15.1","rimraf":"^3.0.0","typescript":"^3.6.2","@types/node":"^12.7.4","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/parser-babel-config":"^2.1.9","@hint/utils-tests-helpers":"^5.0.7","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.3","@hint/parser-babel-config":"^2.1.9"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.3.6_1568240993604_0.6897418727338065","host":"s3://npm-registry-packages"}},"2.3.7":{"name":"@hint/hint-babel-config","version":"2.3.7","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.3.7","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"6d5cbf94216f837505b05937da07b66d03b81e39","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.3.7.tgz","fileCount":21,"integrity":"sha512-pvU7L1JwLjD0K7i8mXasACvemx5dYNbyTbSB5grwDJ8vsn7ZocLp3XnlNQOjCHtsa0uPZ6GWbDQQrKEic0YjAQ==","signatures":[{"sig":"MEUCIENPm0s1oHFvbHdjazSNGHHX/0aGEw2ROJLQqw3JFVMYAiEA2Ee77Y0tYjSkKezS+301BWc/HDSi8301XZfuTXMR2AI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37814,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdg8luCRA9TVsSAnZWagAADOEP/irX4hhJ/3Mb9Y+HItkF\n7X0nD5at4PXCasEyRD4fipRL21h/k5bGO/uLlvK8F4+UAxntCNebinA3dzfg\nRxe65FGBV/GdJpWaC1FzfjHsrtjQfle9W+QLX5XDG1Sh9UN6LRvZM/iNetqc\nA0DccBxItcqJd7yXlKFAK6m3xCNWyCGjSHsSkUHqhn/yWuZ0cJkx7w0GYk6R\n1b0z3cGfxe1fi/qh8+1XQN58c/QD4g+uauETmKyIctebKlMzznTRXsLBbAq6\ndNBpvDlrxH1gnNhqRRJUWuWSL6xXKUhH4jlbAAkho3kJiSBpcKWVNN0t+0kP\nJaFHpm4YLNeF4kcAWDQHY/Fc3HfOlWOVgbe8YQ2qDC1elD6aUK0f8CszNqQe\nxC7FTgDXCH4Szh7t2j1pbhJOtFiQLEZxKFGpPhOYTqsI5vrv/g8YurjKE5dI\nKQRxVIcZLM0Kr2ba6b1MF/MiIuavJ0xENmold3yw2fvpIemf6Zi79g7EtYy+\njr4Ji8t1bsOvPCMe52LP8ANgOTQmB5JbRtGTWcPRBjEt3HpUYmCUOwJaVrrs\nGmbwfU+00QvVHchQxv4uJVpoMTMaislj2Q/wBqbZIUuSeFqOV2EGZPG62guB\n/1ltXy1V9n9wC90MyoEK3IOCpLLXxCfmZBZ9aJ+5MY3zP1qdtU465a9+2ksw\n3b3B\r\n=AS3j\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"6.9.0","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.4","eslint":"^5.15.1","rimraf":"^3.0.0","typescript":"^3.6.3","@types/node":"^12.7.4","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/parser-babel-config":"^2.1.10","@hint/utils-tests-helpers":"^5.0.8","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.4","@hint/parser-babel-config":"^2.1.10"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.3.7_1568917869927_0.13185754911020475","host":"s3://npm-registry-packages"}},"2.3.8":{"name":"@hint/hint-babel-config","version":"2.3.8","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.3.8","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"5a3c7396da396eac98821c3b435c89789f354fb0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.3.8.tgz","fileCount":21,"integrity":"sha512-NubsenUFR4ojLOef0Phk4xOp3cOWeJnlDuWiOSrZuRERImraqx4W6SdyqyobSvvGr0m0UtGvLpPM0Bd/fh7B8Q==","signatures":[{"sig":"MEUCIQDbHmNK3/ltYSJfPlhMJa+2RIY6gx3zXRjBJVv8LCma7wIgJrqPq1pS019FtVN2k9Fc8XnyfLtP3DX7uhAZ2f4VhFg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38215,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdim6gCRA9TVsSAnZWagAAw+wQAKCBTC6xi/wPVHqqGDoo\nK9c5U60IAeEdGxuJiVZ6+c125xq7uZ03gNIPGjbvG7g5fC/bW9GmsVD8LC7Y\nlXhW9chJ+JThdq7CZ7G1jUSnLUjcvdJRML7NlaJHxp6F9fcR2b4B5FsnAgr0\n/akpcWwyhNFCx+qPfX+Y9g/WbTFQg3U1IZckjJptVIFt47Art5WcUes0X4Vm\nXr25CQpE7coRrAWETMkspjYqWXORlxnet3kWDXYX6eCQERdSOaLdu6eiF02M\nYKiY4M/MemA6Hg4kBk95NBTW70hTEcT5cD262E7ChH4VjT6uXbwu0b0GQaKa\n18W4gct6u/jCcIMcyCe85q8TcXt4tJ2aWByf7PRDxGOQ1Sb49kj3cvfGMnyB\n06IykHR9pY1XY1DcngaGV544tO9vwoBgVk/yJnOYUFxHKccJI+rRq++D+g2+\nilNRvdUWA+NP6qYz3dg87EGpNbOhfJdbAtqEi26Av6euCanglEhcYpIUfeP8\nW4zzsVhN76WRPnyWU4WtQ0LDLljCKoy9vkHgO77vHaS4nVyDJURqF/KFRP03\ni2FfiVDvIhokfVQ6iy6tGB2gM+/BpupXBczCsh04rs4FReBMakQEknjbdZcR\nRozoRxRjxqxvZOsgpOS9lpJBQ989S9PtCCZWu3oZCRqcqfbaDWoc7DdDf1yR\n9bOC\r\n=n9ta\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"6.9.0","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^5.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^5.15.1","rimraf":"^3.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/parser-babel-config":"^2.1.11","@hint/utils-tests-helpers":"^5.0.9","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.3.8_1569353375375_0.7483717338072589","host":"s3://npm-registry-packages"}},"2.3.9":{"name":"@hint/hint-babel-config","version":"2.3.9","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.3.9","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"ce3a6d99322eb98e2847632d4dad4e79d3b75ee2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.3.9.tgz","fileCount":21,"integrity":"sha512-7VljMnhMjt+l9OVuePLJAVN3A3fldoMqMtnXRo7FYPbyBlOx249RDPq/6f16d5uOqt2QK27nd9Y+MnsETmyNLA==","signatures":[{"sig":"MEYCIQDZzy8BY0bpcEQgWHJxiI5qqJp5lQxWNeCvc046aLwGbgIhALHDVpNs16Q8Uonz7n0um3TggZT+x25nzfVRBPOIixbb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38247,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjSsXCRA9TVsSAnZWagAAlA4P/A1rlB1NcT5LbKh9TqUN\nhmRrjwvfN9GwBMdVsFg797tsh4UAyKqbqd9eEW90YpVae9yhqBSSF2yE8ixB\nTj7cfFxo7lmfhQHzPTMJDc1TSWhnlWX5FzpsoQGXS6YovK5E3mkhTmTs6H5d\nm+BcEGw0m2iL74taJEdZ21TZ2cGf5bSRM6GC58fNQXe0UX9BJlw8KqFgAyG4\n3Z0cNeZXJVl2PccG5sl0NVJPM4813+Jzf15XNFoSlJDf7odI/8+OfPhs4Yh6\nb5SmIaYHPgVAMgfglPrMXAR+CAaOINgYvTfGJy1YvC4wa402a7BNyTCQNPi/\nuNIPXclGucOBnzR5OUxUkYvVYUr169cGr6WsxajJsWcWldfYwBaKbVmjJ0vQ\nBns5ydcr/SQmangkRp+O80OeUZJ7nitc35x06N0IRswN6PAmqzTTJXVT3wuw\nwQbvGFIFWZD7RdI5SqdzeGWF3sCKK2fbnC2O27aU+SIHJc3MdEYMwZRsHp1j\nvffjYFZIcQnlaPK4yDAAr4pvA7kDlXeTX9UzIbC8VSMA0jvtXck0Q931ue5j\n4Sz8luB//7umXOAy1f90Z9roRFmbL2HJPQsyY4xnIDWTI5sKJhIGAjJa4FX9\nrUvs03gWFf0OL8c6fp8soFzdEUZMdeaPvNlv1/ekrgkj5THoA1dzQeMARM5e\n3UJu\r\n=3bqT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"6.9.0","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^5.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^5.15.1","rimraf":"^3.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/parser-babel-config":"^2.1.12","@hint/utils-tests-helpers":"^5.0.10","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.3.9_1569532694918_0.6731086982633785","host":"s3://npm-registry-packages"}},"2.3.10":{"name":"@hint/hint-babel-config","version":"2.3.10","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.3.10","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"d7563a8bdfd8255b41f807ef696e8be7743e4e30","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.3.10.tgz","fileCount":21,"integrity":"sha512-G+JP3CiQpwJtRD/7C6EJUld3+a7a0S8e7Xdne/nBnJOYgmqviJH97fgSs4IJKW2k1OyD7nuuDQ9TmRrvKfRjUw==","signatures":[{"sig":"MEQCIA+K3uzWTUmaN/GAuGoTYKF3HI90XQTgW5oOGvf0KL1WAiBjcTTQX+pSfaVobat6ZVyrblXpRfmIjod/+K6jxX/B0Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38582,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdp3LjCRA9TVsSAnZWagAAKPcP/RhQOoqfi8RTzrQYFPqW\n53VzkX5ueNEPwvUH5oDbJlw02DF5MBrx9D7emsMMLYTFa/LQLWC5Ft4Xg9aM\nAxw5LBYTGX22edafdExjnmJhQrjzVfHs6kfyzVpWngKA5TegszSFI1MymVlW\nDYCMz1EwnrXH2RugHAy6C39ER/RBf4cd6BaK4xxEhPSRsl6mwcvfmaWr3yy5\nHsZqzYtwcXFR2VQuQ+wLWmRyq23QM7qhHt1Cy1yZedMxN21RPAejpqIGrBpE\nyCKQdvZ/wiWjGiRnFY23/60VSq8gMGzXsxE7NQtnatJ1fOgc0KcZBXemZHFR\niU3BAy477Ga30MN+f14MMvEQBurWfujpaQ2LuJ19W41CYf06+iBlqO6KZ1SF\nmenl/Rct4b4qVT7eEVMMWQnb2MbcqjVJgKtAUEbCErI7RRot0kBf/A6Oy/Xi\nXR28ny5Vh2cPkmcMVCE9/5gLiwFX3aGMMUNDjoDIu3D02uX3rua2ooRHK+fI\n9OaOh7iWsP5ryXHrYXAzjzQVKVXaDkSJA+tpl6Fm7W/OdMkzld9CiK74Ea5v\nU14XLTANVXzScgaaduVpR/Khb4RakOGA4PzeiDvv6A8N9km/95IS1FdDeYdV\nfAiyYs2I47d9VR3SYrBz+k4s+JzVxcW31ROWB12jan7LKLrSEO5RmtKZdLP5\nWS2c\r\n=8noz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"6.9.0","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^6.5.1","rimraf":"^3.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/parser-babel-config":"^2.1.13","@hint/utils-tests-helpers":"^5.0.11","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.3.10_1571255010559_0.2289979091790355","host":"s3://npm-registry-packages"}},"2.3.11":{"name":"@hint/hint-babel-config","version":"2.3.11","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.3.11","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"e307619f03716652637842114c73dad963d29967","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.3.11.tgz","fileCount":21,"integrity":"sha512-zst8uI9vwMRiIgnvLEb7oZnehx82ndSQBb+qmPUXrghUG7Vnqk5siuoFHUMoTk4Ac5tuVN7rwHAzkEDitLbKHQ==","signatures":[{"sig":"MEYCIQD4p+hynmQByMWnk3Pt21nYg+n3YQOFAf8SoV5uDQY9LQIhANoKcfT7KYJ6+Th2bQgKFPGzk/uCy8P1uCtpie7VFQuA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39409,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduL0RCRA9TVsSAnZWagAA7p0P/1Hv+udFoojPNAePThiU\nSAKBCHLcaLlps/J5YqkJBYfxXqpVh45PZg4u0ONP40n3Dm6y7RvWrF7//k38\nWCt6FGwq4hWaUg/783p8pCxi9gbkJ4Bk/D/72XNpynYNYwLNWykf/O7N1KYN\nfZWknMIM66N7Aij6SuKnSemZd5lWnQdQYOxV32g9WcT/9mOjkBcbyxWPVdsL\nqJvlsDVkLWXXcHTUHbdYCv2sJVfyhzXQeVrpwpkZUY2gQKlfPq12vqkh3Y/J\n94TE+WqMNuUdTMhsFLx/EtDY2rzNJklbqCk1aBuVT0wVJVR4m5962ByjEj2C\nIbyTdhEVrfTjUNc9mtcjrU03oodI3YXltZjkPVdD2Ul9+6S7Igdbz18aUBYX\nUrSii9MDsYRH/6O615V9LkJ/5wmNFOkwADIlIEen4ns6vll4tqE98sjbrUH4\nj5wvVgi2JHxA65trkwUL29v4f0jJ9Rlwcn+NvEnVTnHS57IVV5THg8fg8q6W\n1PtJ3wC9bPj4gS94CvtIJVidkSEoqX4SBcESphe6EzAu/6+A6MOP06dlVhbc\nTFUW09/TkL/GVFfS4GUCrvKJO9Nvy3DzNr0O2e/13uvdpwd+L0AWVt16YY6z\nlDJw3YtqT6DT+2P7tRKj55YufOFyvFj+cWkrBiEcad6b7bdayRz6usiZCENW\niDlb\r\n=Fo9L\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"6.9.0","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^6.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^6.5.1","rimraf":"^3.0.0","typescript":"^3.6.4","@types/node":"^12.7.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/parser-babel-config":"^2.1.14","@hint/utils-tests-helpers":"^5.1.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.3.11_1572388113060_0.308296493324558","host":"s3://npm-registry-packages"}},"2.4.0":{"name":"@hint/hint-babel-config","version":"2.4.0","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"1c12b20bd56493a1a7c1eb11c9cc4d8674cfd179","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.0.tgz","fileCount":21,"integrity":"sha512-MFVMVvZzZVC3JxHbvM8/hoj8bJiUPTGZtDY9ZU2FtjVHGpoXj1vLgYWMRZXqKxyhHQQ8slLVjiFTOdEBNUwPIg==","signatures":[{"sig":"MEYCIQDG0v1WgkpBuNSWNpajKcVSHtvj+IZtUwTR0DH+bZKcfgIhAIeefQgeSS9b9bgMa7a9s7d6iGxMPkpBcCHoJ77Qp+jv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5bPICRA9TVsSAnZWagAA/k0P/iYgxgi0bo/l1XzcMmRu\nr21DgjF63ZlHRON2cXpFbpaMs92dZ+36dwCdOAX3n4Ih1Ke5T8dvkAmWogK+\nvFkCqF9S4FVULKxRSwcoOb4dps7AugvOFdnEBxpvnpIgpjVw4t6AomnzS1AA\nh1favzsWgP8E6TJYKLA+obcRBFbgorcR3XEjy9VCVirAJko7Fo1c4F2LBcGK\nUjnmVWR3HEil3r5viuV1zaSk9qK96CfbHOLoDhs3dJFc7Oge9XbqsTcvnxNY\nhpwpi09gVTf8GITqObMe8+VYWLxYsQ8uMFli9orPJHKypt9wWLUl0fsjmKov\nl65vBWUa5deVh+16GP7sLfJX095mBR1sbNg2CH+YGt6ysmipaaac5LO0mii7\nytEBwIX3dcSI2SC0HvUfDVxvsK5M4YBhJYBAp2myZDqWzcJcNFbiqQQiszh7\npnxJqUY5VFuBGUxIis8m+8nTTCRw0ZlGWAddDKqbFXIDDKeyQ0wo17AIzn+0\nQqK45T5yVwnymCQMp2vcOYgGBfFjWQHiT2v1BDeXNjiZ+VaFzM69/HXiwJgG\nx9dokhO0VsyYwFFNM/OjY5jxQjrHtL048ZrGxcXstmBbbEGUiUSVaghfN7Hv\nB7/Lj6HlfEwD3ZIMQFMUHs3VgNbqrsWrZrm3nOOw8nrrp7vSqWux7QVqitoa\nz/Q7\r\n=C4C6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"6.9.0","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils-i18n":"^1.0.0","@hint/utils-debug":"^1.0.0","@hint/utils-types":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^6.6.0","rimraf":"^3.0.0","typescript":"^3.6.4","@types/node":"^12.12.12","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1","@hint/parser-babel-config":"^2.1.15","@hint/utils-tests-helpers":"^6.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.0_1575334855757_0.6463805268603326","host":"s3://npm-registry-packages"}},"2.4.1":{"name":"@hint/hint-babel-config","version":"2.4.1","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"887c649e0792248b4d2d9c7e57983e163aca7331","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.1.tgz","fileCount":21,"integrity":"sha512-4dFKIzXt4p/N/RRjVpTj3IFXSkYaP/fFoFK5Uap7hLkrKOd+BOLzr7chhOaN0PimkfpPKXM6SL9aSBMUk2bEsA==","signatures":[{"sig":"MEUCIGSX1XKZizrdBdGSE640r0b+MMY1iCwCBkZSnAA0AaScAiEAtWd30y4/FmTHdXc/O+4Cm3qVQ9Acodx87I3ZuLaXAz0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5yznCRA9TVsSAnZWagAAjXEP/RcxKw5BbQTCk3IwBrGx\nqWObaMaNAUGm3pGD3ZbTsRRvx4Q3opgqI/imIlFCyz3NpDaENFkkGXJ/EAZ5\n7UeJSOQAivT+3EyS1eZju4ikHpQmtckbdlZKJboD5i5bgTyuxPp0PYHrzT8o\nIgwCwm01L8YLDIvek5upBjpuk2eWV8tO8bzjPoEZJebZ1I5t73R6JjWU2cyI\nUY4RIr3Mjl6DBLcmPXHkqTLxkrHHX9JapBYxzJbdYSLlXTs6ti2SFzHbHY+D\nKBYtyINr4asodhWKMTiXgvfAo7RfyHTXK3HMrJY00ZN+Nf4l2D/5llLz3vFL\nJ2h25m6lrZpd1Gi87iBv5kkA/4/SwOmC2VwXE2JLQiIr8mqk7R9thAQfQUmm\nUgS+wcOq1dOENPcRgRjZnQZbzqDT/WCHJw/7f9I0d3+jae189UZwfs19Qwo3\n1HuKcIpw/17z4PTzYkjER4nrPW/TI6NdFomcqlcdBcZyQKCGO8sCFUZPQgHS\nXXffOyhcKN4jVnjhU+tJGzK6l1ZIrX34mfvn+O5N2WzNHp7V8XhIZXzdiJxI\nXI5Mm49blSqMwnZ3Ut65Os5lraYZx8oqkPv6efg1OJI/QbT+q8TR9aZzGojw\ngveY7xymHnD6bAaThA9nrPyRyHgUHQpfCLioM7NOb4+5/Y9OP7scWFJ2jmlO\nAn8J\r\n=w8Uy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"6.9.0","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils-i18n":"^1.0.0","@hint/utils-debug":"^1.0.0","@hint/utils-types":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^6.6.0","rimraf":"^3.0.0","typescript":"^3.6.4","@types/node":"^12.12.12","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1","@hint/parser-babel-config":"^2.1.16","@hint/utils-tests-helpers":"^6.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.1_1575431399297_0.7233648554958347","host":"s3://npm-registry-packages"}},"2.4.2":{"name":"@hint/hint-babel-config","version":"2.4.2","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"93f5a13038ce2522ba4eebb0ecf50e405d7296c7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.2.tgz","fileCount":21,"integrity":"sha512-feTGxIa3lhAfkwuk1iWnD3Oc1ybk0HlB9TPIzM5REVzf1gPWh0h/g/oGeyjSo/3ppY6EgZh8vSjDRoxRQvMS+A==","signatures":[{"sig":"MEUCIDeqgQaCr4MGaoUZSBXgDdvg5qWMaTjGOmyzToT7YiJ4AiEA/owS/6dO5bDnbwJ41Dlqo2ZpTeXJLqJAVfg/OdB8oB0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6E19CRA9TVsSAnZWagAAVScP/2tz0FqNT+6Zp158FbjX\nG0otpMK46ry7oBaDZJ65gw3L4XyNv7NGkbip7I2d4/Ogz/b9FWyLVRSzbwMd\nuKarISjFOn97rcRwAxIrMygrQfum/WvHhGK9AqLqUyOQtt0VApinRWfRuv5E\nW3G4+/ySd9hHiGYjWFcmA/cYNgKd3QcAOpuoiDpUlVc7HZGyy5Uatz9rgJmr\n6+g6R3QxcniqfB+U6q28np0TDOoyLA2//RFEHTxjGGy/0gC7t4uQ1XbevXxd\nCuqOZicFcZf6DoEDmJKxmpMVFfacRV4245WKy//NdS1ooROvaYFfP3jApEpU\nAtK49reyMNZik62jum6JdjdOHXN5swlpIKXy7B49R4qglRhxLMGehrGz5G5s\nJNdFtRHe0u/Y5XRCsdO9atekxoq2Rd/hIwcZwW+uifOWdkMHu+ngUGsYBf+L\nLvfdr0AtqHPAsC2ANQr7g+f2kOHYcw4p+2N4j+RHRChjyjfqtaC8962DZcn7\nTrek8xLOkdJ25zmFpX2Z4U8TXw6Q2Y6MeqCdRDyjq5J3VBrY135QwpY7Ed8R\nUh6lhZiabUOl99EUp6q4F1l+Yan70kwvfPlK3JmSIrJL5djcooq0w4D6qw0l\nW3A7eJNbh6kRI0EjQ4Q/pzqqXOsYVaedT63PAfV8p8OO4kyQZBFp+GdphEKW\nSv7C\r\n=XiS6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"6.9.0","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils-i18n":"^1.0.0","@hint/utils-debug":"^1.0.0","@hint/utils-types":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^6.6.0","rimraf":"^3.0.0","typescript":"^3.6.4","@types/node":"^12.12.12","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1","@hint/parser-babel-config":"^2.1.17","@hint/utils-tests-helpers":"^6.0.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.2_1575505276626_0.9235123105463341","host":"s3://npm-registry-packages"}},"2.4.3":{"name":"@hint/hint-babel-config","version":"2.4.3","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.3","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"4a8981713c30fe990583ca03ffc29eb4e1e61770","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.3.tgz","fileCount":21,"integrity":"sha512-hcqjTfYb5FqP7AWft4HnY03b6HPXwT3S0O7wEbVmlvAcekaj6NS4kCnDhSivT4FJMGwGOksI8xahfyWKpNTIkg==","signatures":[{"sig":"MEUCIQD0XNS+ELtvCVIIwm8j/FTfa7jPOA9J6tRGjRZRGfU0IwIgFBgAMBxKXKQP3/0fKYEZ8l3bWdjJiyHbJz2XFJ50J1k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44224,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecpiICRA9TVsSAnZWagAAlaMP/0dfZrxSwfOgcoRt8hSR\nPkP6r3vUia481HiaMawH+3+Zf3MP8ElHt+FuDzqzTlgvyYa905koPT+fNSCs\net8tbjdaLdIbq3pGwfRWJWh2nt/RheBsE78w3FRNyaKkMS718kYDw+Hqv4I5\nMxzfp9NAPwXqeGHsVEtNoV044udvqG/PjfsUL8ReDRro8cVJpbCvMmFY7Zm9\nfS8PmfmFJQ/NP6CubBHOM3MqC7ErPqjx3CJ+mneFOdWhd10qmO1hBZ4yW9ab\nokN0h3OwP2Qr2UWA5OeKJLeAXtN6S8WmnUB5D1jXypUb/V3AgFXI3CWrS72a\nbcpOwsQMONN/jW9Zco4FdEgy95mQuF0ZGiXEbV/cOYQlfHqp0DhzJOdAQyQh\n4XjkRpxYWZIO5Hme96vB306FdbfKj5qmQRsErKRya5XJ8CFseoScS6hezavD\nSfaCiOPSbEyYZyI5/3sJsgeG07C633nqD/Os3INIz7MysPiPky54DQnd5Lkf\nenMgGjfPAoryUlHXRSGbdOVMdt6VaXvhksb0cRlEJrVz4wA+ZL+pGpES7bnS\nbusPNN1/YiRIVJ8P/4bHifVvdQBDaa/gqn1AKL2Yn33Es6UHHKXTOEwsfnIl\nTPQvN1eFCPcdaDMHFBpStSy1rSSMfs0dYmdPKP8CmCcnnvmzL/SK7zoATdr4\n5Dck\r\n=YPUh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"6.13.4","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"12.16.1","dependencies":{"@hint/utils-i18n":"^1.0.1","@hint/utils-debug":"^1.0.1","@hint/utils-types":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.4.0","cpx":"^1.5.0","nyc":"^15.0.0","eslint":"^6.8.0","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^12.12.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@hint/parser-babel-config":"^2.1.18","@hint/utils-tests-helpers":"^6.1.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.3_1584568456008_0.40129506733236386","host":"s3://npm-registry-packages"}},"2.4.4":{"name":"@hint/hint-babel-config","version":"2.4.4","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.4","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"8c9ecc1f937139cc25935fa994f1fca543bf9b63","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.4.tgz","fileCount":21,"integrity":"sha512-YnAhv1AqqtxSzBaLxI1PBkS8sFUS4LP6yoHAM2SHivPMLCkG+2dG0yweUVb7jS4+8fdhmGdZW5alPS08u9GayQ==","signatures":[{"sig":"MEYCIQCWLTTmXUchE0qovsrbl6wcX+5Tq9px6jHMw100e+QFLwIhAJNPDwNF/ChbX9RHsek5q4uTCFvtW88yufuxZzh2c1U8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44713,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJel13aCRA9TVsSAnZWagAAm+MQAJCWFUQ4Y5fmYBBcU+Jj\nlQht7qz9qyZVNvmN4uoIKVjhx8HofRlU79osKE0f5pRDkABlrHDVBVGLWuEc\nJJa66i+oKi1K5PrTGhr3TC/Ibx48WJ5toUuiuQhVhFeUk7CgD8qvfnC3KpsE\nH15W/SKxCgSLdiTTWd1K9fKtZXRFvoUHMiOmV1XA0CarzGT8Htrkvo8dZt7g\n9Di9zX0NPVpJyEwb8scH8pUdlCDAN/Dkj34+8VggUmEU9wBzne0dNREW9b4A\nG1lk6sZ3tKx2BetZRUviQ8KvzeJzlHXvnZi/M06FecjmYG3B3f+EeBNFsfgs\n7/V1l3di4x+xlhLjhNVUa+jn+jHG+w9PigEi1kcng4V31XIRW0cDrvFk7hL5\n9K6kBPv7kcMr+UMCYovWpF/UWcK0mZ4uKkLe+BFpfwPEuBSeD7NxKhpcPgsV\nGWORkjRdwipMDyV/U7fjsoxfRtZV7Dy9kpIKMqodgBPp4BWQiykNPnSY53Ub\n80q+ItNG628jL1Wbs7OHRB9Vr9jMi3Ya5b+0LKpanC6PV7Fv2doxjPVvTxiq\nIBo5E5zTPdla/6tJCwFjt+PKSgEfwEAoBsHaLzYm5gXWk0triHUn7VIqySav\n1lfDcwakoSggN93eoKMFYrbqSeH2H1igNtuThnVA5vl8fARcbyET4mimcIGl\nCZG4\r\n=URo0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"6.14.4","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"12.16.2","dependencies":{"@hint/utils-i18n":"^1.0.2","@hint/utils-debug":"^1.0.1","@hint/utils-types":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.5.2","cpx":"^1.5.0","nyc":"^15.0.0","eslint":"^6.8.0","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^13.9.2","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@hint/parser-babel-config":"^2.1.19","@hint/utils-tests-helpers":"^6.1.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.4_1586978265663_0.2503096978527126","host":"s3://npm-registry-packages"}},"2.4.5":{"name":"@hint/hint-babel-config","version":"2.4.5","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.5","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"59764abd321b37644f676bfeeb5108fa14636a99","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.5.tgz","fileCount":21,"integrity":"sha512-oAf44woT6otRkvgsBg/E0j90sAlwhmy/rjwEzGNH4+p0cro2Z/Qn6Igicl11lgG3PJtBYpyvYD/5Bsqhnz2BIQ==","signatures":[{"sig":"MEUCIQCdjIlvezEAOhFOdVmA/ZtcYUTuXL9aplSbMvu/3hEzywIgOFUWU6ZgqXHaXbVa67i576sib8T4IuafjunBZumYoo8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewwjXCRA9TVsSAnZWagAAVx8QAIiGwq04RlcIH8STofgD\naXewOTIsirWd97b5dgNbR30VDSoaoFaw3yYlWf9b9yd5Wz64BqgNd0SleTnF\nFRUMsjKH7nwQkzzmhs7DX8tUWtsrCOTwMusfuQ4J17NpNPlCUs6+dgjoA4vy\nxx1bFlRXC/fPMJd/b8Lw7Nkq+93ABFVMG6FyGK56R/4ASaZZcFOuJ36DyfLh\nmjeufo44GdnrQZK893wx320i/lRuaosu4yRrylVvbvXEc3ZNL80TSJT8tqip\nnKFwNfH0JAkb+/9tQJr3hBWunG4+Kvd++QcNfVRxJvdL+W5chpBsH4ImsvrG\nGINKvF/4nzUdZcgEqDhDtRylSfTlwzTQuDHl4WKfliRds9qLlkpLjElE1I/U\n3a5/BbwHL38Roc5gzCemlV9s6eof6zmYoJbVBRBFWn9pmzFN56aOfEf2P0NA\nlbcQecTmTnY86YD1oul9SInSsO7WOBcrefjcZlwQcusSD7vwc5czt+nxbk1i\nY837QFgD7hWqOLfahej3FAJwAOGmO41L7DbJqeyvPUd5d+h22K/WcckI8g6r\nhXSpNvPm/euibj/MuZJ783rneJl1/x8VnBCEHu3NJJJ5lYAmxluy1z6A23ko\nnZO8Tn6mnTg0Mu8JTx8u20BnwcF7KnzGuivWDr5BC5GJrDBvRsbpwsTRT3jy\nlou/\r\n=QWVS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"John.Emau@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"6.14.4","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"10.19.0","dependencies":{"@hint/utils-i18n":"^1.0.3","@hint/utils-debug":"^1.0.1","@hint/utils-types":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.8.2","cpx":"^1.5.0","nyc":"^15.0.1","eslint":"^6.8.0","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^13.13.4","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@hint/parser-babel-config":"^2.1.20","@hint/utils-tests-helpers":"^6.1.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.5_1589840087336_0.25106621219907344","host":"s3://npm-registry-packages"}},"2.4.6":{"name":"@hint/hint-babel-config","version":"2.4.6","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.6","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"c0b8f80de2a4a556c9da3a6a3d03b558bf3a814b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.6.tgz","fileCount":21,"integrity":"sha512-u+R/4MswVapZFBnXY7PO2Lkw9HeK8VP32ne7NWO+Doa016KQiTy4af3DrQpaWVveNI12B1TO/QOR/w2oAUygiw==","signatures":[{"sig":"MEYCIQC/O4/9/iMnn+3/eFXnpQXcvqmVinwI2kzsa1fHacXAbQIhAOkOlS+0bSQYvQg4eOkhf9BSIjja1W0pbFz/aM8MN7RO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45984,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHzq+CRA9TVsSAnZWagAAST0QAIcaE9+Y7iHyFmPDEdvE\nKPWt37dGuLsOAd5XjC9goHrqMLDyQhmPfs0w8qMltKPc0YqxBNIUNnF/5HmY\n4VGHcUjD024u3Vaj5uTKFXTwxya+E1BJo88rwx5oHI9PIQbm3PLTbPCCjGRP\nVhwsmfT58EOX/12XFDIgLIfZ8mMMRmoo5Kuz81sV5E3OTrKMCL/34U9yDxrF\nerIXrfTaViXcDYJy3AMUGIki8/4AS2c22zZ/QmiLxtb1Q7EXNaOCue3AboPr\n4sJXbA5SBF8L77gW4b6AVd/TWfgZ+0e5a30s6S62gUJsotBuhxkRSK+Xsm3l\n9OUsPA+Xd8jfCFddUutBE7VFh4+RLnqQNMFVo5NCddm/z5KxwojfesaWFnQY\nkkymqbqHBTtL6MD2/tvZHHquRTs6wyz5mBJLjrzUcOpKQAYobgPI1vio+ABT\nhs623mQHzSA+0L84HeRiL63B4xGxITiBcbLgnfmKlxevbwATcqna0QGnuPPo\nh14AEvKcVOqTeNxK+6YOEzLsV2XkCL91wc/Qv5aWRjENEHBpO84YKk68PxDa\nHIvvrtuYnEzM1Imu9WSOp4dA7jOjRZ50fBXozn9Jv03PzdnuKFJdWWsV3RK8\n1NvbBbaC5G84D46omrYBcFsT2uMDjykzXsk2MF6Lx+h+5Jn998b8yhVVgxmS\nAKR7\r\n=xARO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"6.14.4","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"10.19.0","dependencies":{"@hint/utils-i18n":"^1.0.4","@hint/utils-debug":"^1.0.1","@hint/utils-types":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","cpx":"^1.5.0","nyc":"^15.1.0","eslint":"^6.8.0","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^13.13.4","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@hint/parser-babel-config":"^2.1.21","@hint/utils-tests-helpers":"^6.2.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.6_1595882174149_0.44974515476931143","host":"s3://npm-registry-packages"}},"2.4.7":{"name":"@hint/hint-babel-config","version":"2.4.7","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.7","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"b6a079403c7d3e06f1a47cee6c3892ea4a1e7f0a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.7.tgz","fileCount":21,"integrity":"sha512-7oMyv4uOy6URIlI7z//o47kghlMCPMRTVXUAC1OO02nVXZTTJYDWIO37CiIFUw552NQbg1L7dzuXD2YNf04qug==","signatures":[{"sig":"MEYCIQDCw0UJ5EJEA4pvvGKiZW4C86aiG/6q8234SGUXsqOqogIhAN/EY1icCxLIiCwkfT8V20Lmvwrl9ggXUGmsw1mzROW9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47125,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRDcqCRA9TVsSAnZWagAA0UMP/RdBnhlvrtKVEmlLNETx\nrAYrjnKEx/APZz2n4dWFg9AvOAo4EpZLUUXzKI+Aju8rodG1C4WZiHmKBcTZ\nb7jPlq487ayDxCyclqaYAMPfQH/hjpisYcbPJYQ2o2KZTp7jxEfz2dt/5hH2\n9PAy77W1o+X1ICty8LRo9YrerV9c3CGgTgFWCWhxIkXtoqMVw1XyhzGawS0x\nPJ/+uesMfT26QmaQ3zHlugTkqhG7fYIfdBzIEKgoLa0csYxSbAq7DrbAF7bt\ncGBPGfkxD8kgLZwI8+asJgBQyX83sopXVjulgbYiXPTn9HHvPmmgFmsSie22\n/RSdKRcBuNP0Af5blgtrku66RhnjDtOQng53JVu0rLVPfMGDwVHR93leN2wB\ndgAt6BDkqgw6+OUVKrFrBZngMUKFMm70GIZaX71QMP8lvq/d2IDIXOZ1KJuK\nHu3Gm2/tSueov14r1ESC/dlLaUZ4pujigy2NIKtCIb0QewRS2LpMA7ehgxIP\nN7I2e2JFmdsHA6BZl9RYOvA6FZMmP0Zb4ZVUd1CI5UESX6iFPRRwr1Lz01KN\nBruqUnUKG7NTyLvW13hgLg99hQ+B3POdxEryOb+vFkHaFrWgga0oeC4L8dis\nvxGSyBSmrUrFJS62c4URW+PiVWFY84Zki5110zMybb7HIYSFdtkrTwKpnqDv\nOz6S\r\n=hYj1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"6.14.6","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/utils-i18n":"^1.0.5","@hint/utils-debug":"^1.0.2","@hint/utils-types":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","cpx":"^1.5.0","nyc":"^15.1.0","eslint":"^7.6.0","rimraf":"^3.0.2","typescript":"^3.9.7","@types/node":"^14.0.26","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@hint/parser-babel-config":"^2.1.22","@hint/utils-tests-helpers":"^6.3.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.7_1598306090477_0.45654806260899794","host":"s3://npm-registry-packages"}},"2.4.8":{"name":"@hint/hint-babel-config","version":"2.4.8","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.8","maintainers":[{"name":"anonymous","email":"jdgarcia@outlook.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"efa14be71b330096d961171af9cc68a1e407b393","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.8.tgz","fileCount":21,"integrity":"sha512-OIP4uLaGWC2wI5eT6af+mb1k5emz47SBzV0pdCHhKdah7xRPqHG8T3GJizDSCf/RqRq1YLGFYECr7UzRPlVAhA==","signatures":[{"sig":"MEQCIAnvwG9HvD1Y7a+Peah5U8IqIMOCd/PyHG+Fss4IZE5MAiBRQOcDjwJqqF87lYZSYsIBfp7hxqDA/Eq87homSvHBFA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48063,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrExcCRA9TVsSAnZWagAA5dEP/10DjVa1m86Mdo4aCZCN\nRcu2QBioLai7CpTjonw0jOgyfxjUYEOh75XFCjlrcKxIHijp0wALZqW22edX\nWugSDgU85JcmiBagaIiU7GyqEtU8Xy0JtnjQrDX6jx4wNcvVyOlIC9aH+1TA\nRqCtX/Fbq9jjkREJ+jC4YH4kKcJyhiLfxcBKzpnem5QjaU3Ah0wfdocm1fLi\nl7QCCZvTDozthhx+8fVuwqsdhv/x2OuOjbJvxHI8fpAWTHH6yBLvqkyo/jkh\n4Upi0nJLuGNUgWsDm979OaJpheudPjaSvkIL8rXg+zJ73huwv/6m1xdNRkX/\nJWN1Pind5gHDzSNKM37jape5vHOEe4r6953a1gShA1sN6nzwWWFv72dhRLME\nOo86p7JpeydDRl2pvsUOaaRN2pA0SjQCKohZ/qWzxhGyXo2cUJOFfP5fXczn\n6qlQSznYKtBW6PbXoe7d1tpDd5vyQsMK/7Tn9LpFr18Uveu3EAwHRfg0gcx6\nbXdI3r/sfrDg6QhinwObK0qdUQzaDzg7OBBE1D/hPI+rFS3/wFqzFJQj1U1U\n7VpmNs8aobcWYHeJ1Rlx3yNNRGUclqMUW/EbY/eotojOt0qkjmeP3+mPESu7\nbTxNBSmofZkdlrNH8rfP7yVBLoHtCLX1a3GngQq+dfCSOm+++Cx6c1NkW3uB\nytFN\r\n=TP6n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"6.14.6","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/utils-i18n":"^1.0.6","@hint/utils-debug":"^1.0.3","@hint/utils-types":"^1.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","cpx":"^1.5.0","nyc":"^15.1.0","eslint":"^7.8.1","rimraf":"^3.0.2","typescript":"^4.0.2","@types/node":"^14.11.2","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@hint/parser-babel-config":"^2.1.23","@hint/utils-tests-helpers":"^6.3.1","@typescript-eslint/parser":"^4.0.1","@typescript-eslint/eslint-plugin":"^4.0.1"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.8_1605127260150_0.8421966233943905","host":"s3://npm-registry-packages"}},"2.4.9":{"name":"@hint/hint-babel-config","version":"2.4.9","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.9","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"19cc53dfed9317161350b0d0694b1b6712d9e494","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.9.tgz","fileCount":21,"integrity":"sha512-cCbNkrBBqTyeWbNw5IrczehrpHNJZ1NgASsM6vu+UeR9BQ2XZT9vUUzXUiObD3QsPCByDRmByQ8Kqj1ZlpakzQ==","signatures":[{"sig":"MEUCICrIQKzrUSVTT3DLDqHNAlFucwU9vIhwCo1g05LSN7q7AiEAwwxR0ryyxFbGpRX8JwD8Qqj79KpIGbG47RBbXKx12Ew=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51197,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHEruCRA9TVsSAnZWagAAnWMP/RVl1rzwGmeJh/X0Yedq\nFXxwNqc6m9g8UNe2gxCFle/Zf58uTqUh4dWD1wcGhSuK2GGHOcuN3jYRddve\nV9H14GdZKopGn4SnjE/9yNDez+hJpYj/aJuP3BNSbA9MO5xYOFTvIyytdJiw\nei/VCoyLgawVNoHdnldavjvNbd3AkeuzsB+hieOoGjDh4BoG9N48YgPLs40V\nSsa7YZxG8P9ovBE0C583Q0CsPVWv2kPaenYtFmmQ0ArLDe6khn10CfGJAvet\nTIpsUZdeYwvMZYh0rgsElF1RrGhUB9AIJKYqc2+ifIUvGM3Bp5kOK4HWcXeX\nSPafe2cLdkknWoWVu2AbMbH43YFQhgzkJPtS0brAvB8fLyXFlbDdE+SuKxA7\ne/Q5bAXiAy9ohzXFAyX+FJkhFXo6GzIv5qAwppExhkTU5SbrALK/4tp8Fpbz\ni5DSOsKa5euzvGs0KBiR3h9arIW/TZHfYmTb/u7y+72c8EZ2VwOnqLCEdhmb\nej6V1jFKyN4nkeM6TQYvPo5ZAolb/IpGF9Yf6wB8z4S3tJPYsWRfNhVHSi/E\nueiFvOxf4bDbYQ+bkCFKVRzmS/6WMCsLxOOUo9rTGd8/QprmrpLNZay3G2XE\nF1MYe/mesjfyY1Fme4s/9y+B91weHssNEQI9gVqeAIJ8thWdIRckv6cfRYmh\nBoyc\r\n=xnVa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"6.14.6","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/utils-i18n":"^1.0.7","@hint/utils-debug":"^1.0.4","@hint/utils-types":"^1.1.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","cpx":"^1.5.0","nyc":"^15.1.0","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"^4.1.3","@types/node":"^14.14.22","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@hint/parser-babel-config":"^2.1.24","@hint/utils-tests-helpers":"^6.3.2","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.9_1612466925518_0.2296855716169932","host":"s3://npm-registry-packages"}},"2.4.10":{"name":"@hint/hint-babel-config","version":"2.4.10","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.10","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"0fdcc1564f569efce435af09e2d763cfcb7d93c1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.10.tgz","fileCount":21,"integrity":"sha512-zaZbCEZeK56zmm1jOfy3xtlqm+9Y1Lb7neoxQh40zFTK+PtQSuJrNz0zUaJJ6BsMNN6BxlHa4V2+WdnryYI8hw==","signatures":[{"sig":"MEQCIGgEDTvT8ueh3b+kGqog7RPzTs17NeNt+D0Ycdp2xASkAiBT53mTIJii2iboJSrtGK1GeGKRAIMtfzpf3KWju90kZw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51198,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHeWaCRA9TVsSAnZWagAAuf4P/iofRAGlCfxQMH/Jq41b\nUj5VMsv/7ZZm1G0pVQ1sKkrysmPR7Z5QmgN7O+xW6KU8XfRD5V9U5MUVyHE4\n1L9Kd3TwwYbJ62oQSJZ8eXghIvgvmL+5Th5XnqHAUGXfOBO5my6/+c0ECSWR\nUId28bOYBPokqI8FR3CMYm+eZp9xTJcf4eLUFtjmt/sXbZlzOXMvHkd2+Iku\nHpipAr5eCABfMOAc5JoqZEMaKyqT8/SkjiIivge4Sz7l1gmUx2ER1cKlB3Gj\nyj8hQW8VXHJbe42yqWaJU0xWGfdaYcGl+HlfmNNURlPnHyAxjwa0S03Ik7xz\np2IdAhoMhFXZi15s6BDVRX3oHtUCHdD4c7bn400l/Z94WQp21DWOoa5sWHOt\nOQdVpzpbtIeIABEJM+PDFpo476nf0cGzRJ9CS5tL80WzYQz8suZ7GWZhd2jS\nj3ImMC27aGyNeziawLQ/Y9FgIB20k+PVIb6qmcbHyOyNLDqafbKU++uaFG77\nASxLVy7N7/Tna81BKjPMkrNHsGR5v3GhjVWvI10fQd5AATnJ2g184zwh0p/I\nBdaG3RkW+vqOGcb9jySjwBItr/9djRLK7+ZqE20B/eskPDsFEYDeRIe5Twn+\n02F6N3Fq6KcbIGa5AW7dzNOGLkR6NB9VtrgevWBkLhPbdGhSyGygyiYQjcta\nfc1d\r\n=0pGe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"6.14.6","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/utils-i18n":"^1.0.7","@hint/utils-debug":"^1.0.4","@hint/utils-types":"^1.1.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","cpx":"^1.5.0","nyc":"^15.1.0","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"^4.1.3","@types/node":"^14.14.22","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@hint/parser-babel-config":"^2.1.25","@hint/utils-tests-helpers":"^6.3.3","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.10_1612572058326_0.13295618051473457","host":"s3://npm-registry-packages"}},"2.4.11":{"name":"@hint/hint-babel-config","version":"2.4.11","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.11","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"2c92f399bb75294890de9372ce50f12406e1dc9d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.11.tgz","fileCount":21,"integrity":"sha512-Z6fpj5Q+bLAol9VdWe5dgxz6J/o+N8VyEPxoOJEwXhmSt44kxV3+Fa9WvY0LNFGXxmG/IXlxXD/OQOv/3F1gGw==","signatures":[{"sig":"MEUCIQDJs03jVhgHqtiqyRj87kXrfzLGS1J1RgURkBWeVLa5eQIgZtk0PWS6htSlU4cr/bw1P1yvVN6D22cPWQIIiyrPxbI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58697,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwRH9CRA9TVsSAnZWagAA+FEP/RNCCRf20R9+4AudHWey\nFBu8T9BYHJBYwIl5NFkDOY4YFM4ZzeO0yMMtARrQ3a6aSkLUELSjx25Q+9aE\nxaQdNdSo4M/FSWwU2SZSJWKw2Dr5uiOY7cclU2Nb/34dQG/ZOrJYMGcEIiSV\n2oMbmp1ENrKoOKdb98dp4fXJBQQn/A7hwwc65FJt0iT5fDj9zChtT9SWVZ43\nPB7y1DgfM5ETeoDB2CKZNj9rSMxZYk2f30qSJAXO8H+1hYGG8kL27/FZYTly\n4fSfvbFyBACAXc5yOU1rKbM/eDzAv1Fcu/UyRb4am5SVSS9Dx4diPLIUUB9Z\nBD+PLxkYBLI9qxNV4VMH0Q8d8egjgV3VZgpKyzOl9q8UC3LmfPe4BIDZN3/F\nbZFEG/tlFh0Ap3RR+W1m1AUdBXU4t8W6rLK9I4elLCigOiQvYt+ti+596oKK\noZfFpasfE6I7oqaMPOs84Jok5T0ZBRgQ8H6X+qUeJmFsS00ExxAbNvYlb1PF\niu6LUODy6vzDE9kcoU3T3xvzKT3LBCNVSMBbQH2/Q2cEY7vLNr1k2SNYG0nC\nScXEM9w5kcA2KPuKZa6D0vhObdPeU2B7PFyqbSsw074hts8zVJouXTUDPkc8\nzDgFtHUm+GCH/6A+CyHLgykPogLcf/iv1JBu61rrPcw6QJqcF7jm0ile9nAA\njqkb\r\n=YlFj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"6.14.12","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"12.22.1","dependencies":{"@hint/utils-i18n":"^1.0.8","@hint/utils-debug":"^1.0.5","@hint/utils-types":"^1.1.3"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.27.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.2.4","@types/node":"^15.6.1","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^2.2.0","@hint/parser-babel-config":"^2.1.26","@hint/utils-tests-helpers":"^6.3.4","@typescript-eslint/parser":"^4.26.0","@typescript-eslint/eslint-plugin":"^4.22.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.11_1623265788955_0.6615837239673026","host":"s3://npm-registry-packages"}},"2.4.12":{"name":"@hint/hint-babel-config","version":"2.4.12","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.12","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"6bca5aa44fc3526fe568ad04fe9e32b23c6a4d56","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.12.tgz","fileCount":21,"integrity":"sha512-Qdc4CJA91nyJ1MvVkPBT8SkbTJwSL7Usm/ErB7mHJ5EqE73NXXMEa/9k0m97C0CLEeYNGbEKjo7PO/6qP8+6Qw==","signatures":[{"sig":"MEYCIQCn0wP5tzzHLPo0O55sdYSotT0CELgT69ZvEuuKC23z/QIhAO05y+WaZh67zmGRuG/AhMOY4hSeTMN5aHQX+WRGLXmT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":60468},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"6.14.15","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@hint/utils-i18n":"^1.0.9","@hint/utils-debug":"^1.0.6","@hint/utils-types":"^1.1.4"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.23.4","eslint-plugin-markdown":"^2.2.1","@hint/parser-babel-config":"^2.1.27","@hint/utils-tests-helpers":"^6.3.5","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.12_1634833167053_0.49721795959020176","host":"s3://npm-registry-packages"}},"2.4.13":{"name":"@hint/hint-babel-config","version":"2.4.13","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.13","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"398d487bb6cb17e7a995eec561323661d1e79dfd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.13.tgz","fileCount":21,"integrity":"sha512-IlJK9rzBiqGdiTIR22IT0/IEg5pX8M6oqL9q2I0HmZHIJcyHuI4gevUOiqA6R469vi9BrBz03CeM3IN2nzC0zw==","signatures":[{"sig":"MEUCIDKQPv84FE+jTM7gsNI0pP6QDcthZzzLFKi7o566uC+wAiEA7H/T1sy4mz6Dk6HhIY5zgXZQgo9Qc+YW0ocjpGuLq14=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":60468},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"6.14.15","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@hint/utils-i18n":"^1.0.9","@hint/utils-debug":"^1.0.6","@hint/utils-types":"^1.1.4"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.23.4","eslint-plugin-markdown":"^2.2.1","@hint/parser-babel-config":"^2.1.28","@hint/utils-tests-helpers":"^6.3.6","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.13_1635537387362_0.6216822642488093","host":"s3://npm-registry-packages"}},"2.4.14":{"name":"@hint/hint-babel-config","version":"2.4.14","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.14","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"567b853381807090ab857e7abb7db17545a61d4b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.14.tgz","fileCount":21,"integrity":"sha512-5nkDBvGLH0TGEM5Pax0x1BrG5edFwLslXLe9F4L3VDMISMPp/mDrdc6ibs0dXm386R5SZ76LEDNyHp+bWrau5g==","signatures":[{"sig":"MEYCIQDZesr40E2Utokbbm941CCQHtOGf4gHbzwqqlrinW3RJgIhAKPpA2qEreyqvrgKyZhKw1ancQvYiauA8tOv973vXSHU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":60734},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"7.5.2","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"14.18.0","dependencies":{"@hint/utils-i18n":"^1.0.10","@hint/utils-debug":"^1.0.7","@hint/utils-types":"^1.1.5"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1","@hint/parser-babel-config":"^2.1.29","@hint/utils-tests-helpers":"^6.3.7","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.14_1636050547989_0.1337007252386373","host":"s3://npm-registry-packages"}},"2.4.15":{"name":"@hint/hint-babel-config","version":"2.4.15","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.15","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"3b61a1795fd2d032122b51568824e5e1df9e38b2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.15.tgz","fileCount":21,"integrity":"sha512-SA4tA54n2f9nkEnaiyF/rFdOBhXySnJPCcnOeE6fz6CEhKB73o+02nYyHjEQcfpuwb3o7xtGDVS3QZVTUZf2DA==","signatures":[{"sig":"MEUCIQCYWqfroc6WxqmhvmKAiqIUOKkxGjsEG9Yjd63GSgypGgIgAenqlqnLMLsIpBTnWV9ZjQLFy913dTUk5hiYSxU0wWI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61012,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2KRfCRA9TVsSAnZWagAA8qUP/3l+96yTBfXzC+/wTkT1\nhYp8oHgDiV9+UVNxmGjGQ8GNcm0thY6fy02TNpXXUqpNLG1uwdD/El9Tv/6s\nwQuk8qom9x7R1n01QszSFMDDB4oHAZhTa4vu+dZQNSwTIYGTBniq709lEKdD\nXmLcto8Z6mzRaz9cNs7C9E/B/qaA9C/Z71pJKDGEioBCNUA5mKdMArZAA0ZH\n5511He3GU7PrPU3AvTXCoy2y5KcZLslWW0JVMbrWQWeAXsH/9iLPylrW5EWv\n2IaLRwssuX9vkgX6n6i2ACvL6mka3m/LSviL7kwggVvgpxVoTl86/msDtPVr\niVymDHSyuMDdhCW1cB2n5l80Vxqot4sSUmyV5WAHY0WtZrP97NXm+8UTmOQy\nBpPdkSqv2bpMVKUJSoa5u+wzuQDCibYUudxuJ3NAPmfQHgTuiXZAof5jd00m\n03DgdzEnKWHypreFoZt6iwx9xOKDei/DNDNtyClXbavdfX0UeuyQUg3mYkJz\nj3mPzdpkKiEFoedSMLvw0FCDCjXCbM++8EZK3Q2Z6Dl+mDj0OeW7oZV3uv5Z\nAavBrm69Hnw3JWo9lFGQ6Zserq+layT7asW4UpTamYIN6E9YfP5mx6oWeNU/\nNSDx94ZXszutUVsdEvsCfTw+MOG0aDF6bxjt9D2WDI/yKUrg7K85ejMDvR8s\naiOT\r\n=RHfi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"6.14.15","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@hint/utils-i18n":"^1.0.10","@hint/utils-debug":"^1.0.7","@hint/utils-types":"^1.1.5"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1","@hint/parser-babel-config":"^2.1.30","@hint/utils-tests-helpers":"^6.3.8","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.15_1637006918292_0.7742804157058896","host":"s3://npm-registry-packages"}},"2.4.16":{"name":"@hint/hint-babel-config","version":"2.4.16","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.16","maintainers":[{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"d78fcbda19ee629e03bf065fce09ae93ad3ff966","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.16.tgz","fileCount":20,"integrity":"sha512-8QHfgbzbp0S/+ISm+4KuyPlL1hTCyNI18kuKYk0AiHbvOUegedNwauhxsfbMY9N+tWHKnuelII2JJhCMMKpYog==","signatures":[{"sig":"MEQCIH2M4bSIJ51VTKuE4O9XyZNg7WlO1Xdp+8Lyp65i0Dm7AiAfhhlPSBzAacO66x7B+Sq0Hj1ApnYKcq49/ara61IdYA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21311,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKkYwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpb3xAAjE3wDVItRwEZU01Dd2E4Z9yo+dhAwUqAw5mW9RUNx+eS7HFA\r\nGKN4NVh3JQEOXOAWNOHp18u/0Cbhe9mWCiDdDGbZnBwMHOo8VNUCaX4yzkJ7\r\nGtNQeTCtvsA05QY3a0M8UQJCn8FKMd45DTrqY0iSwe5LyTXCLkKekSmqII2S\r\nx6NO2UH1/bbUf45AMWwmtYbkniKKrzdbG3RQFb6IE2rKtRNJBMdO/NY1VAnm\r\nKXxtjZef59qwxiBCoAr7afhVwEo+Am3WjsXyfN71DiRWSr36OdUUkVD6TSjB\r\nM5RdwnrNIdDXtvjeirlMuHPOA43ybt9gFHxU03eUPGB09imlvWIGg/MBKMW0\r\nFLgQQWzcblhcfAhe3BZtAinrdaj2NzgjTSNQ6x1K8OYimo5A/Q4oh02PGA6o\r\nffvKVGXBDuCGDNQ5t1OKtk72+ugLHsiTR8AC6cHPNPbG7TdyOlxvnnbh53i7\r\nC6VaS9XnIsz6+O7GhrV1PHGzTZg9RyzaEFZW8MNHHGM76pR9b7FfJurJvmlF\r\nfm8H7mmYbHc+wrWeusQ71S9M8n7KBzOxT/fTztbuuEzSsIfc5d5Dd8X8bxBe\r\nOGEZyOLGbZbHrep/OwUXObnMaaEw6HA62U3OzknoAjkh22/1sj7qx7ki+kxD\r\ntoUO7e3rGwhwFCPOA56GzPaSAktPQqSSPEI=\r\n=4iwp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"259226d420ada93e86c1ee0e5876251967abcf04","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"flynnolivia@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"8.3.1","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"16.14.0","dependencies":{"@hint/utils-i18n":"^1.0.11","@hint/utils-debug":"^1.0.8","@hint/utils-types":"^1.1.6"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1","@hint/parser-babel-config":"^2.1.31","@hint/utils-tests-helpers":"^6.3.9","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.16_1646937648068_0.9347252903615852","host":"s3://npm-registry-packages"}},"2.4.17":{"name":"@hint/hint-babel-config","version":"2.4.17","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.17","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"c4a3673ce6865f1348f3c55040abeb7bb28548bc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.17.tgz","fileCount":20,"integrity":"sha512-+LgAfF8bo3x9w/5NcjJArpMkau37/FnWKAd4x1oSDbXCKFw51uMIzBKYf+DgBARlCnNUXZyi7/COUkXjMgVzqw==","signatures":[{"sig":"MEUCIGro1d9K8dBLR+cef/B6LLN6poGc5t8GvjzDMZvRyFu5AiEAwk+vw3wL0/EVTvG09OWswciejAEF+SJytIaL81BYubc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaG3bACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpSgA//SzwBiaQQ9u5DvnAPKCTkmmkMBg8NrpBaIS8oO+kpstukJ+BM\r\np94nySl5RsL+2gPQL2KlWU7XaGmJtII4fCOp4l/xWpdpapP2U6aLww0YXBPo\r\nvR7lVUhxuEpm47P3S+Ap+TAXpwaEDR6pwc1EgUMrhLu098CqzhNqBrak7i2Q\r\nqqnvor2ud/tlyvZQ/9j6mQw3xf8ekCWVtITXWZTgjPeX2tCE2yj6CM80lyaR\r\n7ldMeVXp5VlQKkGJQd5JZ5S83vxQszcoKOVRTk3ljOihPwskzPuIl7g++CV5\r\neGdmwrrGMGneev8VpbYFtT/BSiBBm/yqRKmBwhfDe35CFPoD0IhngsBC5uHn\r\nNH++UpSxM5wV2VfwGVhjnABD3f8VEWapkhSt61RwzOZcqitFOV0JxWAXpl8l\r\nV3Z8k3AVa33yQ8wXaX3wzJUSv3Ssd8a2JDRVtS7Z5ueAcJP0rmMAW9tF3Wpb\r\n2gmGMo3lPezVkvH6tUxb7NZnkTOCHxq67JUfbFO5NQs46uHumq9X9Z8thWfC\r\nAEW+12O+b5ftaZbw2HJQE4dgw54kFlJftHulwVDxPdSDU+2IcdgNuMCxJdV+\r\nEtvZCAVPU1gWU8TRKeV9xUb0QZrHk6e/GkLG+jPss92/Gqn951MwIxd5HcGh\r\nJS0pPaJGySseRvCD2Fh1wUfsgMNpV6NjDvY=\r\n=Kqz7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"ed090aaf89fa89e6575bca6c116251a40266ae8c","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"8.5.0","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@hint/utils-i18n":"^1.0.11","@hint/utils-debug":"^1.0.9","@hint/utils-types":"^1.1.6"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1","@hint/parser-babel-config":"^2.1.32","@hint/utils-tests-helpers":"^6.3.10","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.17_1651011034842_0.05586282703981538","host":"s3://npm-registry-packages"}},"2.4.18":{"name":"@hint/hint-babel-config","version":"2.4.18","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.18","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"c5f59889438be1b10c53dae817416245a4985785","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.18.tgz","fileCount":20,"integrity":"sha512-9BGtYRkds5uCygo/YfHeA1O8/UjCWm7ttCsWPPLCB83NzIuU1ssHI6A004RqWlBjdZ+xBbExgjEoCiJBlJrsig==","signatures":[{"sig":"MEUCIQCZWkuBo77HeVkwykloqUnmvQcFr9NzmgkU4iI1cPCRRwIgPNsn+9MBd/c00NlNmEMv+h0PemSHa6iHwhRGbc1n7nk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21313,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicdorACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoN8w//SIJ2MbdHacu8s8xmD/B+AQO933kkS7emi4jRjiq7M2WnTULd\r\nOOQT1pdomwgVU89Ofe7rVsYXxDI6bHXQ90/QjD6ZWwZfeZ3XvI7DIA1Qh7A4\r\n3XD5PUqXA7xwTWQdqP5+0evE3lelpFAcHNbWs0WwtJA/HnPwXeisbo8zb0qw\r\ncbfECU83/Ebi0h2CxICiZmDPu3O5jEroymM5GOKIwKT8CB2fYR6xkviYg8cf\r\njbYM+68johXs5c6LVCpr+Jgw8RBEmvlCzI9xyyzhhVU1er9nwbgF/zcT42MG\r\nZY8Sx8IELnRLurarrpx68WkmNWaF7+LzKM1VhuofI5EurwblRhu/vvfUjY9i\r\nBqwHFXb0JASWWfl/CQjuaVHfpScdrYRf4Y6fzpBw/SaCfMspx2usuHHe7tJ3\r\nq6zwLaQfgd8NkSq4pKMsAi8g+LW89Q4yl8sTrha8Yw66f7QzbXG+BH0xXD3l\r\nubzCazK3At8zF6zWM3W6DXgneD8+zqIrD0Z9cQndirHtN7a+rccewbP1oZRp\r\nY6k75p/sYOvdRqb8Zk8nKJpw2cVjimVTc/c8PzYJ7VJ+2TV10ivMlD4fILWl\r\nWkXyM0Lf51saFgqgRjqCIJwBEXUCPA0zQBRDhsvlim1waNn78uni9yDgnZbY\r\nm8ne5T3fJ64WO25SA+4ufS6SdMmxXkyJuMI=\r\n=g4Mo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"86a21f9d09e2e0c824fff06081f329f0382af256","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"8.5.0","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@hint/utils-i18n":"^1.0.12","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.1.7"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/parser-babel-config":"^2.1.33","@hint/utils-tests-helpers":"^6.3.11","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.18_1651628587770_0.5611255095031309","host":"s3://npm-registry-packages"}},"2.4.19":{"name":"@hint/hint-babel-config","version":"2.4.19","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.19","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"e779b737096b3f058a077b6e2ef9fc1379f2eee0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.19.tgz","fileCount":21,"integrity":"sha512-YRcKmE8Bw6ap4a5B2jfhKXRuD3nnrlRQSOY8w2QxQVbspVSOWVh4zf0U98YTJV2JHyLlUjaHIYPM1YFE3Xtjew==","signatures":[{"sig":"MEYCIQD9jzQrDxaIeSnQMzra3D7ktTMl6L89xJ1JIobq86wLsAIhAJUcALxvNCHXMr2L67hO77oI6NKbAtgk58QnJK1cKwc9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63341,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinn88ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrSZA//bDq3+vD6MkLEuf2umtVV9CL7T5kueiHtpY/jsUdcQnJ/LBYr\r\nK9/p+nz2CSsDMHe4/62vrdw7pt5zz0MNKTnMcWYOmdJyBodl9PvK26lfLy13\r\nZuIk0tmANeqrEnp21xf0q7P8+ytRQpXUX5i8AZlOIxHwd3SKGzKsAIGPkR8L\r\njhrRy3iJsxxji34l/giW0Hc9JmkXAmgbX0mttd8z7e+uYrSajW5DHMmJHDXf\r\nI9RrBg3T43rg4qYBMrumqPEDmDZvyN6s7DzMHbUF7WvLvenfnUliwNMSfzMT\r\nTzDq3T0Gjdy02mZdY/TkIaer0hq+Hc4U6BPWPmleNT6Pt7YcnPwAyzatTdKa\r\nH+O0GzP6Aj/dRcsodV9KZFLEZZm66bKwVr0X5iuM/3/7yHNQCWxK9OYM4kdP\r\nwsaCGWmkIpFrlaWE+7a46TaWlfmKPbCL409rfIFORZpwsMudgzHOqU5Rt7JR\r\nx17LOVGfsSqPmhxCJGq3rp4/ckUGGQW8FPRENuRr6K13ByM6hzYcWVXK8p7m\r\nsaBI/XqwTEhgwUZTZFPha1gcY91CyMTt+H9tZkOhs7DXk3PzTTcm1R8GXd+X\r\nGG3Jif786gPSwPvc1b60c7sTNlqBNeDwjPuztZMfSGarLLUaNT/wn1s3+soo\r\nQl8XWHQ8Y7aFt2DXhW8r/tYQRfhyeqNH88k=\r\n=s6x0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"6.14.17","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"14.19.3","dependencies":{"@hint/utils-i18n":"^1.0.12","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.1.7"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/parser-babel-config":"^2.1.34","@hint/utils-tests-helpers":"^6.4.0","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.19_1654554428006_0.6288834729312041","host":"s3://npm-registry-packages"}},"2.4.20":{"name":"@hint/hint-babel-config","version":"2.4.20","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.20","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"dcc3f6023f5bd74f38b3e139460ed7a2cf56e741","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.20.tgz","fileCount":20,"integrity":"sha512-NXqxhy6J0yJBe7nEKLSgzfFbjY+vgyhI5lZ2OAR/tzS8eTjf/MYj2X5acFhZUWqIp/VmhCMuscJIASWQiI/O2g==","signatures":[{"sig":"MEUCIQCpcy1fqPGO5ltCBf1IMIqPFokN2opdBK7A0BBuvRGzDgIgKs3V+/9Bm24UMhYPVukNyp26mSKBFqCNkSE0ZyqijzI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJip6BjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp8NA//d85EeOemDjbK2dsiGnn5X/jhW1xa+GDrjCJ+IqNbmoTg/PZ2\r\nMOznrto6r6HXqEW77jkqKYcsQtRFU8IY1VVlMhPOfSmprYt8UJVMze0PZYjf\r\neOwmbNJrxCOSZ+djE9tba1QmmBw+iTFzgALdnxaScsQZZp6jydKkdQK62jAc\r\ngRnAIROdPhDQYCh6C1ajPuXHVGD6PC+vzfgTi5vzHBe4PFaFv1lx6hUtr5wW\r\njnLIy0X7Ke7UEYW1o6fv9YqaSK5Ta4OmqpBirLiiXtKlmRmywJfis/nPd4ZS\r\n6/rWxOiGql7dhejzaCo25URB/WsngQEatmPdb74FIucWEGTP7diFz5Ol0bqq\r\n7GxN1etGt1NzSvy5cF9kNnpRIF7r52HOuuxK1gYiBz9uAl+6WVK4POjJ0DZg\r\nHJ0KSAl7nVBLT3SzyeTPJBVocITDUylpNfzla+oBROzWDKy54Invu2jKg9/y\r\nKilIvuN1bR1ZtB6wEvIYJxwse5H93k6S5j893RPRi1kraOk2ZY4XiFu2WjBC\r\nlgwSkUuSA/t1/kgvpEF5a5EkxtIDOin/CrIXm/EQd+VPRJ9iZY78cLHOek5z\r\n654G2YxhAlnrEPhzahWJ/nXfFFqR8srOlbRDUWwMREzn99uSmwsB2dsPOzpq\r\nEMMZbBwiHpjy5JRNAAMNKAXyNuRfsAWjSdA=\r\n=9HG9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"8162e2a7a04d31bb7e79e09b1e0b9a2b9365148a","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"8.12.1","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"14.19.3","dependencies":{"@hint/utils-i18n":"^1.0.12","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.1.7"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/parser-babel-config":"^2.1.35","@hint/utils-tests-helpers":"^6.4.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.20_1655152739100_0.28017900071994006","host":"s3://npm-registry-packages"}},"2.4.21":{"name":"@hint/hint-babel-config","version":"2.4.21","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.21","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"7e3241f4f6c025f6b6082135f7e5752fc3e86314","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.21.tgz","fileCount":20,"integrity":"sha512-cXZxYM9p7LMdnvlmyFrH5QEq9w2zvKyVSUArE9LzMJqE0Bn+ftxiQE9BPbI1QbWhC68lZYXaSoqOREB3PVVDKQ==","signatures":[{"sig":"MEUCIGPoOZRzheLizOqFR4pYD/3xRjwdsDQbYY8JfRlzy8wZAiEA3J8DcMItQJUmPU9p+GKXoC80l1h0tv+DklxIIRAg4u8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyFQVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmppYw/+Nji5yyCKDwLPUElDNi0P6D2iBEAhYzgBWS6ib3VfSbE2CGWI\r\nqgolHfUcOBFxN3ojapILy8vZswCRiORW/BfQX6MbmcnXW6VkZAcblEr9kOJv\r\nx2/bkFzqe8vTmfIW56j+W4utm3fuPG2hfTmPgpa/IFvQY5wiP9YJfCfYAAF7\r\nYmt7A2TtNdlOV7+Gp/eSnRJsJAXLcGp/yfUtDqL5omXQSTxCwxC2xkWIujsI\r\niVzOGxbUkQqg7slWR1Z/H6pAjnakZim1gy+n8sZKwfQHVCMr1Yo4jOJAX7AS\r\nEuBk2oTb+pO4Ym27iJoYT1CENPC+1qfybu1EndN2hRjzu9lBj+3X9YV9zyr5\r\nvx2N8+XuMg1C/VIm2skkgqQtAO3XVADLqUkBdXoDNvZ5TjLaeQS/KZGEP+N6\r\nxri5qqoMV6RWj8z77i0c1IfQLCR3FiKSmzhJYhViPMtH0SyfZKHtbAUVys/h\r\nVKgzhZe15idPE2HL0KnaVbW6CY7dqPKZsPbf2U5usITFBunPYgo+NYu4af16\r\nqoTfSI8VnQ2np01pgNKrPP8PTrRr/eQ60rL2QBmeuYZd0OFfeBkTOAmWsB6f\r\nUsFCdNzg/NhcI4jK2+8arCbiFf2YjgSBj2n6rsg8dZn7TBVHE1krcu6baKIP\r\nBeExW6B43kk+QYH/TWGUqLx1vAwKpK8y6A4=\r\n=OaXj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"50e8485324a6c885c736d0b4d1ac8513d875f5c4","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"8.12.1","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"14.19.3","dependencies":{"@hint/utils-i18n":"^1.0.13","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/parser-babel-config":"^2.1.36","@hint/utils-tests-helpers":"^6.5.0","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.21_1657295893632_0.45324887734065666","host":"s3://npm-registry-packages"}},"2.4.22":{"name":"@hint/hint-babel-config","version":"2.4.22","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.22","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"1964f157f3794cfde80ac615fc085fe64d0c82d8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.22.tgz","fileCount":20,"integrity":"sha512-8w44zO3FTRuyOQzAqdxdvrY6ePjluMqlHDOMp57F9oux01kCdFqIbIyfNNvVP/Y32U/WVt4vBP5mp1kWIvM3ew==","signatures":[{"sig":"MEUCIQCwrsdfgsFOkm47eZlFLn26XBQhtqgh0vab6+OkH/uNkwIgKKgAn09AkKJGvRIAyOoXZJSY6tYP4PNpSDr1mr+I5Es=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2yu/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp8whAAkzpPRpW2/4afuPKCL2m9SkqEeaIfGMSB1l42yI2+7KXHkBX4\r\nPet2wQt2ASPRpLQH8Jw/MNDKBesI3wcpMxe8l3Bnvf3rnXcAZU1IghVxHu4q\r\n5Xykf4cb3JxnzZstF8Ejx/sCufn5pNFCYW4I3kOyLP08XyBgH7M3fPeBVVIt\r\nr/edaI6ycjS0T0q2PAwclgxbmMmTujF5JCnRfZfGe9jTBCZaKrgjqjhTHa2U\r\nM0rj5YL6CSdi4cQFOCg3DX41ehWLGI8q+MyqSJYJSa9fITSr/4zYRHUyRofs\r\nVH0x+/urPDGjAjJVbLZzgmPXRu/8z8SBxQTcU5NQ1XFkrtvNISOuRGJ3eacL\r\ngPJavA4m5v5EsPr8VbRwGH4YgAxDS+scZT7Kx5w+b6QkTxNL5LSE9pOCJuEk\r\nvs1LoxDgiojimICDvPn9IGEJdDZc3xCANmN5tSQKCRPx7qPVlWGze5lLgqwY\r\nSzRF1LGOFKa4QK5zJYnrlasb+BMibXAYyJyKhGBNuAmLLNQS9NqgeBKJ/oIL\r\nSh5te9MqunZUzefEAK5W2bHcC+gKbszf2M8hcsy8VcXk04sRj2PPEdPCuAsr\r\nnp+UXRhaloKne5bmdW4Z8adM2GjDWWLtEnqu6/hT/jVwSEMqQsedfNopUtSc\r\n3a0TlQCfI5xLnz/AJDsstsB1b4jagdwLWMs=\r\n=jh1z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"3747703aad67205d4aaac4b74e7f78ed86402c0d","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"8.14.0","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.13","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/parser-babel-config":"^2.1.37","@hint/utils-tests-helpers":"^6.5.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.22_1658530750878_0.7125582832641324","host":"s3://npm-registry-packages"}},"2.4.23":{"name":"@hint/hint-babel-config","version":"2.4.23","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.23","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"898f31bc0dec1bf50f63108c04b0ae9f80cece81","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.23.tgz","fileCount":20,"integrity":"sha512-AHerBlj8Gf2BFWK3b+I2GKiOzRU/KbMCFkNO0VaFDQ3jRXXBhrSNWNyDWasIBSNPTrnDYZbgQm6gsS8S2w20xw==","signatures":[{"sig":"MEYCIQCT2b6y/K37tr7X4yZ629XU75vshsQfKCX2RibtUihKHAIhAJE5JH7s9ytiJfYzBcV6Z1ZCWsoFMCnZo3bkOZEA6KsA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF3fpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqr0w//ayDPfavyS7vBs0FeBNxzmmUL3M1YYIjpggUN0ctNI1wiRQfy\r\n6P7gf+fLSL7BodD8En2b/q6EZlryyr6SteRn2sJOjFrbq9HtG+DacblKxFKj\r\n3gPlBdTXS4BfdIrzOxX0wSstKRYipnkC4mD67KfuyL+lep3Feo/UOiMa5GAC\r\n5fmqAdKDhs3S75z6mDFlta4NwnbB+UsdWcNmc6OZaOMFh2e6t5LSeijQaiJx\r\nU2sxCgFq97T+4WFz8lf9xjmmCr3CNy9a8HkseUYUy8SIDatnr2LTjWYVh4nl\r\nzULknvOESL/vjOhSU31dxPiTFosOjNMDV6IuiNZceplScqva9L6bar1H2IKc\r\nZ/mpccFntiaRayyNNF4LuOuz+Y/a9Y67GX+3qV+oW95zh73l/ve/al36OB8B\r\nOp9HQJzgwxyzcpu3r4wHq6PYaTEhyG3zQ9vIDCrzOIxq0M4WoJxsj4It4njF\r\nmLacaqqHD0ngxUckEWD3G8vGxCRT17/nfB1deF+XC+KfENijXXyc+y2MYli8\r\n8xp3u0jGKRiDXqwY3oEHbFJZ6Go/1iCXGj4pYPai+xzuj/TwL3ZyD3hW4tk3\r\nWzYWByJGkIbKf1FExJ9DWehbjc4Gb4BygXwYxyG+/kMJzCjVY8b3xlu5y/Ce\r\n9W6NdxaZb6R0iEomPDJr0JDrdu+uXuz6Qy0=\r\n=f1cG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"64f0d5cf033aa97b12ef161d91e00bd2f750da6f","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"8.14.0","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.13","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/parser-babel-config":"^2.1.38","@hint/utils-tests-helpers":"^6.5.2","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.23_1662482408938_0.02077694257996643","host":"s3://npm-registry-packages"}},"2.4.24":{"name":"@hint/hint-babel-config","version":"2.4.24","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.24","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"d11244b558df819880ca4b16e3bab2be70ef92f1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.24.tgz","fileCount":20,"integrity":"sha512-o2goEeTnMJ6c3YGDV90pESwV78wUwEzXffNZzZIPv3kbKjiapbvbFIjz/d+Kq87v0+f8Cq9HJOlcrWicJDKNYA==","signatures":[{"sig":"MEUCIHkC4d/C9k976mB6mkkiNP0vQ79LABdRZAZE10TaogZcAiEAtV1rYntRCVkkE/+WziIR4oBJRh9f314yyvEzAoe4VvM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPy/dACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmolMw//QWRty0YgSSmbm5fHgx+10C+5ArihAYqwcCH+QUdsPZv+ZDvp\r\nlI66tdW2a2O9e9neCCsru3BOhM7q6avklXIzLQihqjApIax0VnIpxvHO6MZ0\r\no/x8vkKLSSjzVfosCx7CHSp6fj3m21R29wEblVhvPlZhZRb/1DCyVLEZH5Ap\r\ntD64vP8togOdlhJ6EwRRj5gdb8jeHG5eMAsrD2kaEngqKVHdTxWgek1rB2ww\r\nguuu5w1fkfLVmUIdqh7olotM7LbXKOID+oAiPLXrOVJxBkRMODwVW95OBMYu\r\nWdVENlriuMBLyrAkMsbq5wOJ2odpIJH7rtX9HvVF+JKtDcbvu6KVlZXvaav8\r\n9Az2U5w9tYngnyVAqSlnMDkr9zO2x0m1H//tRxXg/vtjAuaadjCYavz9W6Qe\r\nSFKxZHjKL6yD5rE+VDCRyxTX56E5SPesz3WZz0qgNEOWjG3BIXOqie6h9a38\r\nyFUCbBtcDo2AsxSJb7C3yKo4dDnbHvqGL90OTXL3O8O1zU+VAkv1Jw7N2lzG\r\nN5WVtNWvFjnBMqSONJUXWYwDsErp8qv831DC2aQwjCn/y5IuJmH2yrtUhFAP\r\nI6RAr82r9PfPX3Q/fUyJn1sq7972I7I9Ah8Mf9bnaik0IIWT5RT5VpbcVYCH\r\nIY4qd3a23aUrnCtDZZMjgDzur6/dIWKYmiI=\r\n=N3Ui\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"8869f1b823276a7cf0417925b78b6aba21d4ee2b","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"8.14.0","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.14","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/parser-babel-config":"^2.1.39","@hint/utils-tests-helpers":"^6.5.3","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.24_1665085405034_0.47881427362012263","host":"s3://npm-registry-packages"}},"2.4.25":{"name":"@hint/hint-babel-config","version":"2.4.25","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.25","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"385c6d1552ea510ae7f15f6fcfd8880ec006f190","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.25.tgz","fileCount":20,"integrity":"sha512-gONXfl2XjwFDiTcJx/F875MoIfJLfpcX4O2+odVCnWBMihR9/UkS55iSn8UGodPVdP2Tirebr56sLFppXt+PqQ==","signatures":[{"sig":"MEQCIAjYjhFD9jKHBAp1Pe7ondkAD6dZZtBL0SuJIqEqqEAPAiAk1CQICNOKV9WeoDN9HyzPWi7EK+vqGdVyQmuxPOumxw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE50GACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqsXw//Z4z+lv8rbAZj9NyJ6G1LvwSWWEVeewGN79tQwm+Fqp91Unp2\r\n0IQK0NoCJTj4VmA4Kcyzu2DlP8/eGhQnJchCMKhuU0nMTeRJFfGhC3LrJXe9\r\n/rAiQRhRN5OyCuqVMWLmJBDzPf3hZM2eRn22xPbhv7FKSg1FS5XaC/bsO2C/\r\nfTzJmLwqs4Si0g+OaB/dRfHCg4i7TebWNWpegTgU3b83FCnHpHGyQbqpTsRO\r\nwNB10usnuFSDEBRCVtq0Stwjqq2gsIQfj3crYfXeWR9sZ/UQnDzW9leZ/1SD\r\n8nWwFTxEB0Jf+iFusQkQRR8R+cR6M62HI+D7NqOq992wO4pZ49Pfk2jF6/gy\r\nA9zLfNSjUotavNlqacsn1ooRKrdoFobSHx1bGvIBBtIJGeIo+SvpdIE5PhGT\r\nMQnkDJKn7Uc0wu7hdPYezcUytULpmQnbGojtkp2Po9w+lioAZpecOpkWyZCE\r\ndIE5agAqEXmyQkq6nzCZou3SJR5SIgjho0Pj/qNgKaSjvu/iWsfW/jeGwf33\r\nct6pv6h0gUukZaIDydjPHFQ6wuHePh/ER/dKzpQMdm8IdxUB66/uF3E0t4Ha\r\nfpCMNJ1/uDZE81Z9vnRcUE8r9d6wjRrn+CemIQTVts5phoAU0eIQH71fxtsj\r\nsvpL1KkK+egU8xn1QAcrApnncKBSq8ddbNE=\r\n=xZUq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"722be1b4c0836d5c0adacfb00c8c4f6bc5d1e707","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"8.14.0","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.14","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^18.13.0","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/parser-babel-config":"^2.1.40","@hint/utils-tests-helpers":"^6.5.4","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.25_1679006982256_0.5518331632529174","host":"s3://npm-registry-packages"}},"2.4.26":{"name":"@hint/hint-babel-config","version":"2.4.26","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.26","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"61620f093fbbf6e4841df519bb27ffba8c71a8a7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.26.tgz","fileCount":20,"integrity":"sha512-QMajBk1xxecxsKMIrpnyeJVF+FuXByffrPAoqVxgzmodw0inauI30mMezyKM+ByWhUGSBwKfD6e1P28caaLKIA==","signatures":[{"sig":"MEUCIQDIOkenucKWNT/0zuD7s3MNtWEucSF4r3RIA1R6HbrJWwIgXv3/y3jxOUW2gM7CiWa/8yHdBCJbBeVxD+ta8QM5iOQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21311},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"fe6feadb1f77798203ea9d75edd88cf2fcfd1b61","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"8.14.0","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.15","@hint/utils-debug":"^1.0.11","@hint/utils-types":"^1.2.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^5.0.0","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^20.1.1","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1","@hint/parser-babel-config":"^2.1.41","@hint/utils-tests-helpers":"^6.5.5","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^5.59.2"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.26_1686328029418_0.77357602438839","host":"s3://npm-registry-packages"}},"2.4.27":{"name":"@hint/hint-babel-config","version":"2.4.27","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-babel-config@2.4.27","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"882d49b5e88d26feeb3c08b259ab951aefc518cf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.27.tgz","fileCount":20,"integrity":"sha512-2unNSb04mBFNUgIGDXm8r4ovYjK/jclH0I8xO2wv/JDl69vAPYJHc8+M0r24XbKsDAvmxKuT1GSwNzSgpUldYg==","signatures":[{"sig":"MEUCIEvH20Gh/zzBx2rfWyWowfsM+hdvf6MpJYTH5HDBIOMCAiEA7gPWLX8Gqgw+ZZllkk/EmBarxWpvw4rWgju1Im7e0C8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21311},"main":"dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"89eff1633735f4669156dd0b2d093697f458aea7","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-babel-config"},"_npmVersion":"8.14.0","description":"hint that that checks if the Babel configuration is valid.","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.15","@hint/utils-debug":"^1.0.11","@hint/utils-types":"^1.2.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^5.0.0","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^20.1.1","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1","@hint/parser-babel-config":"^2.1.42","@hint/utils-tests-helpers":"^6.5.6","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^5.59.2"},"peerDependencies":{"hint":"^7.0.0","@hint/parser-babel-config":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-babel-config_2.4.27_1687907313684_0.1965287352355234","host":"s3://npm-registry-packages"}},"2.4.28":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-debug":"^1.0.11","@hint/utils-i18n":"^1.0.15","@hint/utils-types":"^1.2.1"},"description":"hint that that checks if the Babel configuration is valid.","devDependencies":{"@hint/parser-babel-config":"^2.1.43","@hint/utils-tests-helpers":"^6.5.7","@types/node":"^20.1.1","@typescript-eslint/eslint-plugin":"^5.59.2","@typescript-eslint/parser":"^4.33.0","ava":"^4.3.3","copyfiles":"^2.4.1","eslint":"^7.32.0","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^5.0.0","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["babel-config-is-valid","babel-config-is-valid-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/index.js","name":"@hint/hint-babel-config","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"@hint/parser-babel-config":"^2.0.0","hint":"^7.0.0"},"repository":{"directory":"packages/hint-babel-config","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"2.4.28","_id":"@hint/hint-babel-config@2.4.28","gitHead":"5db0e7f01a05fcd6ebfefe154a75a6d4a3cf3201","types":"./dist/src/index.d.ts","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_nodeVersion":"18.19.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-nC1zQkk/RJo2UV6A46er1jLPKesDtnkC7eGdDON4dQmG67LmcMBlktHjGLZmm7RSGkAaYOlkADx3TB6H6RCCCw==","shasum":"11373517edbfb240ae4708095163cbc33bf6a9d9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/hint-babel-config/-/hint-babel-config-2.4.28.tgz","fileCount":20,"unpackedSize":21311,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCme8B6G7uFGqD4xr059dhWjSAk9NyZU0ELhqoD06vBQgIgG/TxCOs6OgvJcv52S+28JJz/exk0l27ZVxcCj+ZldYY="}]},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-babel-config_2.4.28_1724949324990_0.53818099958643"},"_hasShrinkwrap":false}},"name":"@hint/hint-babel-config","time":{"created":"2018-07-16T23:26:08.971Z","modified":"2024-08-29T16:35:25.489Z","1.0.0-beta.0":"2018-07-16T23:26:09.255Z","1.0.0":"2018-08-06T21:11:41.361Z","1.0.1":"2018-09-06T21:04:34.818Z","1.1.0":"2018-09-11T21:57:56.854Z","1.1.1":"2018-10-31T22:58:16.065Z","2.0.0":"2018-11-05T23:39:57.251Z","2.1.0":"2018-11-28T06:13:35.841Z","2.1.1":"2019-01-02T19:08:43.338Z","2.1.2":"2019-01-15T21:49:06.143Z","2.1.3":"2019-02-07T22:34:11.248Z","2.1.4":"2019-02-22T00:08:07.779Z","2.2.0":"2019-05-15T02:48:20.080Z","2.2.1":"2019-05-15T04:17:18.533Z","2.2.2":"2019-05-23T15:47:54.242Z","2.3.0":"2019-07-23T16:30:10.740Z","2.3.1":"2019-07-24T21:17:49.144Z","2.3.2":"2019-07-30T19:28:55.611Z","2.3.3":"2019-08-06T20:40:08.796Z","2.3.4":"2019-08-16T02:37:42.075Z","2.3.5":"2019-08-29T15:52:08.507Z","2.3.6":"2019-09-11T22:29:53.757Z","2.3.7":"2019-09-19T18:31:10.062Z","2.3.8":"2019-09-24T19:29:35.509Z","2.3.9":"2019-09-26T21:18:15.056Z","2.3.10":"2019-10-16T19:43:30.685Z","2.3.11":"2019-10-29T22:28:33.214Z","2.4.0":"2019-12-03T01:00:55.908Z","2.4.1":"2019-12-04T03:49:59.436Z","2.4.2":"2019-12-05T00:21:16.810Z","2.4.3":"2020-03-18T21:54:16.128Z","2.4.4":"2020-04-15T19:17:45.800Z","2.4.5":"2020-05-18T22:14:47.517Z","2.4.6":"2020-07-27T20:36:14.349Z","2.4.7":"2020-08-24T21:54:50.628Z","2.4.8":"2020-11-11T20:41:00.279Z","2.4.9":"2021-02-04T19:28:45.755Z","2.4.10":"2021-02-06T00:40:58.465Z","2.4.11":"2021-06-09T19:09:49.116Z","2.4.12":"2021-10-21T16:19:27.231Z","2.4.13":"2021-10-29T19:56:27.528Z","2.4.14":"2021-11-04T18:29:08.150Z","2.4.15":"2021-11-15T20:08:38.461Z","2.4.16":"2022-03-10T18:40:48.250Z","2.4.17":"2022-04-26T22:10:35.006Z","2.4.18":"2022-05-04T01:43:07.915Z","2.4.19":"2022-06-06T22:27:08.180Z","2.4.20":"2022-06-13T20:38:59.271Z","2.4.21":"2022-07-08T15:58:13.819Z","2.4.22":"2022-07-22T22:59:11.078Z","2.4.23":"2022-09-06T16:40:09.104Z","2.4.24":"2022-10-06T19:43:25.268Z","2.4.25":"2023-03-16T22:49:42.426Z","2.4.26":"2023-06-09T16:27:09.580Z","2.4.27":"2023-06-27T23:08:33.870Z","2.4.28":"2024-08-29T16:35:25.225Z"},"readmeFilename":"README.md","homepage":"https://webhint.io/"}