{"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":["json","webhint","webhint-formatter"],"dist-tags":{"latest":"3.1.36"},"description":"webhint formatter that prints the JSON object of the results","readme":"# JSON (`@hint/formatter-json`)\n\nThe `json` formatter does a `JSON.stringify()` of the results. Output is not\nvery user friendly, but it can be useful when using it as input for\nother tools:\n\n![Example output for the json formatter](images/json-output.png)\n\nTo use it you will have to install it via `npm`:\n\n```bash\nnpm install @hint/formatter-json --save-dev\n```\n\n**Note:** The recommended way of running webhint is as a `devDependency` of\nyour project.\n\nAnd then activate it via the [`.hintrc`][hintrc] configuration file:\n\n```json\n{\n    \"connector\": {...},\n    \"formatters\": [\"json\"],\n    \"hints\": {\n        ...\n    },\n    ...\n}\n```\n\n<!-- Link labels: -->\n\n[hintrc]: https://webhint.io/docs/user-guide/configuring-webhint/summary/\n","repository":{"directory":"packages/formatter-json","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/formatter-json","version":"1.0.0-beta.0","keywords":["webhint","webhint-formatter","json"],"license":"Apache-2.0","_id":"@hint/formatter-json@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":"7405d99d6a218a4a473ccb4e3038f81b04bbe195","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-1.0.0-beta.0.tgz","fileCount":7,"integrity":"sha512-NvjsD1k3LLXYGeLV4P0CeMzZzjSBun4sdL+q4nxlsjRvWw6MYbg3qyjIcpTGnXkRVm7PMGJnpFGGlKPS8R4jgA==","signatures":[{"sig":"MEUCIH+voRY8FhVqxeZUE0P1aNTUNhIds3HbD/Br2SE2X2VrAiEA0CL4WHC6JJXZmI9IRodQbWv0SFuQILOsG4hIPwwBW8U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122937,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTSVICRA9TVsSAnZWagAAmsAP/i4/Ek5aqkf9X4NuKRdh\nIoYeQ5ig66IwIrw4VbJpnTNSpIp3T+pWXKhIKw0IivGaDTM2UakM1oMMfnOS\nKvU0ipczmbjhHBty3vkw4DzJJZVpFlUGhMxQrsbUGtOB3iXV59k8LaYnL3Rw\nFs8vFolZewbK/W8+nphSggr4ZpdGwVnFXMN6YPrnSYmz3EWYLlLqfFTGZKBZ\nyuBovo8soh45AGf7mREj1cF+Yapuv8876SpEYiX/dv56sdC36w08T3Gf4WKm\nvRCvl59lRMbhw9KIGahuFz2V6S4UhcG6eeJS2wrNYHWj3cvq2xsmMlqG8pnS\nyAc7vTY7TrAdZj3Nqm4fsafb+O+15zEuipqxD7WnFpefMYXnunGql2YT0C8d\nHWu4iPORXJHTeI+eyFNEacXLN8REvDl3AwAenFhS/8mFfeHyQd9ESL0WsQ5T\nqor6kpUCaL1al8lA8omZzLkAgJ9U6DY0sp33u1lmDojwcrKW1pbtwsf0UpHy\n2TpORaNu0ypGc9HYKgdQ3QWW6cFEXrIe1c5aZ0eHoSsqy459kqp2MAWfHkNa\n/kRtkKIezmLAxfes6nasZwouJ97NZtBRY64XI4AqcIZQmERFJYjt7ckT/0au\nePREDU8jVJHPXPiiQXZDta/5xqcIHhNU00mI/0/2VWrlrHZ5iJfPa5yjPocv\nyt7S\r\n=eBQR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","files":["dist/src","images","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.2.0","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"10.4.0","dependencies":{"lodash":"^4.17.10"},"_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^12.0.2","hint":"^3.0.0-beta.0","sinon":"^6.1.3","eslint":"^5.1.0","rimraf":"^2.6.2","proxyquire":"2.0.0","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"},"peerDependencies":{"hint":"^3.0.0-beta.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_1.0.0-beta.0_1531782471888_0.9039597361566536","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@hint/formatter-json","version":"1.0.0","keywords":["webhint","webhint-formatter","json"],"license":"Apache-2.0","_id":"@hint/formatter-json@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":"811e06482f131f2db1675742e78922d09cf8461f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-1.0.0.tgz","fileCount":8,"integrity":"sha512-l6ne0YhuA7WHpvSbidCe8TybZLN498Tt9n3jlmDzzXR649kUFdwG26mKWFdU/JJNeMLM3P1KsCNJhiocI0M1sw==","signatures":[{"sig":"MEQCIEe1kao+xR+uUd3D89hzlVw0mrzLemKVXuRTVjMnWG/3AiA5xP8KQqk+gUwZNcQYjJF/08cqP4xRT3dy2SKteqcONg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122939,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbaLF2CRA9TVsSAnZWagAAFL8QAJq0ABhnKZqTe+RgaQJN\n/m7MHUKh8dyK95vhy8VURTQmBnnmBhcT32smi1Ina8U3Jb5VDwsNGq4X+s2j\nuZ+a6iZu0FwUNfZm2qYGLv7+RET5P+LAKWbrpxOlADeOucz7tAoCwoNsubsw\nyFiRwXtswufuFfiAace45M7GX1hnbx40s90MV/C0cKLxA0CKxyXZudKNEOYi\nXQWh69G/QtqcSniUWYfFf96oRkQac1ZSOXHRMUE7zKZAk00tXOV7/T3wPtVN\npjHGvil1Na0xBintMDS2s4FcDCktb8lxdEzZDDJViv8SwXY/aBpVuwGqOBkJ\nezi3WiijEXt7VZPK0uAfaF0arhHnIyNCun8IPohYM5PQtILXP41Dx7P2XGZe\npbJhnOcIGWo/lf15YWpdTYwZ42Dpi2LKoUediJ4yKRnYx+wIrBMYVVNHEheY\nR1cfPposmf2Jh6yyFImr4FeL/Z7CRKbyCDQyukq5qZWEWp6czenVPb9DF3ln\n9+6/oqiBn9LIawHB78Q/gMJkXTIak5X9jhblRgAwFNfmiVT6itXcmftR41a9\n7+xYafEAhqvmGMhYKvGzMY7vJJgFDRisEUoTVTF4S7UELfVjSt76z4D+OtkY\nIBHgI8Cxm/QnBfvf28Ay0HawjO7+yDs3ZF75TIPIKAiQvTcZ3dOecGf9hv8B\nEx1o\r\n=pWhb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","files":["dist/src","images","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":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"10.4.0","dependencies":{"lodash":"^4.17.10"},"_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^12.0.2","hint":"^3.0.0","sinon":"^6.1.4","eslint":"^5.2.0","rimraf":"^2.6.2","proxyquire":"2.0.0","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"},"peerDependencies":{"hint":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_1.0.0_1533587829942_0.8236104163010192","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@hint/formatter-json","version":"1.0.1","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@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":"fbf9083ab222ae538c4404ae3fb7dbb9769b910a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-1.0.1.tgz","fileCount":7,"integrity":"sha512-8tMQIIi509Xa1pF+WC36KYNkeI6FbIXbXKNSAeiMO0a8kXmT31Y+qiLo9SQ8NaDRPgVvnJfv7V1pA5Mn7g9wYQ==","signatures":[{"sig":"MEUCIQCDaqTsQ4VjLTuuAbxK9AIJxjM/hb3St1Zu+Ozgn6yAAgIgUtDgy+YLtDem+3Wz27IpqarRhjRiZGMPAIZVsKaqAms=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":122900,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkW9dCRA9TVsSAnZWagAAJm0P/25J/Az/zGoaIaIzCn5a\nfOr7tS+s0FilgmUxxo9wRN+KKKPvYYUQ7RZaGP/iwyAb59niO8B6F7VylPuz\nGWV0pDVesjesIqd0MRSng49irJKi/vz+Fhg8AtUxmzOuI7v7J7+PzU8puJRy\nU/Vyyijf0b1Q1FBfAIHzmIuFxKiqQIA/B1fSQpdbuUqER/m9wfNLpsl6tvxl\nxNh9Jrq0LyUiyOHLM+Iww0l9wDVW/uEWq+gdq3K5G82NtKOmBbN1uz9JKs4W\ny3udlcKJ84P0wLHBuCBLefIf3d6r2FPiPj/yRX93IiHo6sXrmSkgy32N49M6\n3B0VxEPQuBF1SoIHGEK+JDSILs9TzIo3ckQe/wD+CNkEdz3/Vqet4i9H6cL2\nW54d+LtknbXnmTkwMVT9ho7y2+E8EdkWoT5sFyPjFOSkwZvdktP+GlwROstX\nlHUG0xu5v4P/i7R6E1aIlslbGOn3i6GsBeHtvdFpCE+GAZo/rdBZJN56qpjn\nur9OoIHfCvPGEIiEfrAArUvq0WBSDa08pwL9/4nAiYth8V8aBEJGO3QTplKl\nyoVjuz1+m7skTkDrZRAR6fv6tHEdR5Y72UC98LX+uQEszTTSGfxKq219oH+C\nSAvIWxAgpdj7DtmPKq6/3xsXabBFOTmOZPlg89ylqORDcmGcWktORaFBYTqG\ni83B\r\n=pqM3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"10.4.0","dependencies":{"lodash":"^4.17.10"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.0.1","hint":"^3.3.2","sinon":"^6.1.5","eslint":"^5.5.0","rimraf":"^2.6.2","proxyquire":"2.0.0","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"},"peerDependencies":{"hint":"^3.3.2"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_1.0.1_1536257885119_0.9211850694520747","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"@hint/formatter-json","version":"1.0.2","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@1.0.2","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":"a10aee2fbacafbf9b0c71caa39c7d4dc4c61bc0c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-1.0.2.tgz","fileCount":7,"integrity":"sha512-ck72cae2PHLy/il8e+x/HkgyoyZvLTk83PjRZkO7CWQySfsdXlLnkXQZG0+8vYFr717z6k6kipQyiyC7PgGtFQ==","signatures":[{"sig":"MEQCIDMUhXNBsApVd4UXjweer+iqkf6iG13r6NImBxBguerrAiAfKTv5YHxe1txoaqD2vqcHum5FbQiY5nsk3ZfOr1AfdQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":123268,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2ihgCRA9TVsSAnZWagAAkRAP+QHJoGlAB1dYxNUvXKO7\nILfv4AbcZicaArCx260krlSVhGVuFqd5UyBB0TmEYCSbjaqUV2QjHO6730h/\ni4AGxhX938BZS5PzmYOQ0zK6rjN+230atosSYGJm0+Tysjc3LgTEdsSGiEZ0\nBEKUkp2FlVKDxxLSCzUO+4OaZfdwgZzCh8xCRH/h4aNy4yky++Xz06jIK2d9\nUqR7JwI0M2FXWtffBisZc1VHCl9oS2aJqU54cHw71IB/PpFOjjttJOuqjv1C\nli6YRZPO5keAYuR6oO3MqgR9xtukX5kedOVbRhLgiIGzrdGRUxLx89fYy67O\ng5mJHeMHIL1FdhcIllsbupcxSG5McppDLrXaUOX60G/xJjLX8EbBadiJ9J8N\nC3hYRvwiWLUTGnoVXAzTDbI7b8gZsVIUoj+tpt/7rqU5tKEjE8YWN7+Lni2W\n2eR7CjCnyBV3dvb0SIlLoLDI6iNe0NwiiQSCWMnlyUDDx0MbuzFNpmVcuz5b\nwJCvw302WYUwGWjcll4/qT/GARfPn8tebBxj92H6r+NOjQTGB6tK9OmAdNZH\nfzwa97QIn9mAIDGAvUWjDvFU+yZagRLO99rOk394KObrL2VUNqvZDgDI1Gbx\n3RhoFsm9SEi3cJ2a1uenhnVrtUYjbRkYUYWeNV0O0Jd1p1fyj62jJEKKAsRL\nF/7p\r\n=3mag\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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":"webhint formatter that prints the JSON object of the results","directories":{},"greenkeeper":{"ignore":["proxyquire"]},"_nodeVersion":"10.12.0","dependencies":{"lodash":"^4.17.11"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^3.4.14","sinon":"^7.1.1","eslint":"^5.8.0","rimraf":"^2.6.2","proxyquire":"2.0.0","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"},"peerDependencies":{"hint":"^3.4.14"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_1.0.2_1541023839308_0.9175906509820211","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@hint/formatter-json","version":"2.0.0","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@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":"4ae4970f4aec616e6fa151a77f1cae961f578064","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-2.0.0.tgz","fileCount":7,"integrity":"sha512-hNx/csie+P9MeTGRg3/kuS3b0XvD/AdGhv+EBUkp/MoP1a3pQp3ezqhG73Qlj3GwTvEZa7+IdeeHkfLelOY/3w==","signatures":[{"sig":"MEUCIQD5TE0w61psKtdwFzsoiX1dN0ZUnygR92Z4E4K7nSHHaAIgUndQAB+1UfVN5v88SEMyZiw95CTzlow7APMe+25F4xA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":123785,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4M/rCRA9TVsSAnZWagAAR78QAIgVzLQPE7Coj3zSFyhZ\nxhpiM/dTi/nd7l2H9PsBeoqHILcts3o2TPnevdpxAy6+RkvV3+xYq/pX0Qor\nPGH42uA5lranvM63UVMfPLWz1qSwfUhXnvIuZWLLi2dubSpSfKEZzXx8bFn4\nwfT4XYrTu0MwAIMSwsFGyEwSrryU79pu/cTFyE95BD6K7c7RdgLftg3BYht8\nN6L481T2Kv85Li9f7Cw2I8MpQ9wt6OhmdxBDvlNCfi9NIreCjsFGRu5P3NpJ\n71+Gr7xOaon8r49/Ey7hLrSUuBEjqpB46CF2MfmAYRzqjH+wd7ShDXOIoxhe\nx4jXlutD6CDRJteIlJycR6ITMCrbOPDD/2a9zkzIyN+9XgEqbn4M0ekUezct\nnvQBGKwqHNLsfPqNHwmUySMWKKx5JrXUbhQL5czxjxSBi00ONVYlFZkfwopA\n8khViXCYupAEhlVf+8LnTUNCrXdpWf6xFu8+Iup7UWwOymqfoZXki5XIPqCO\nJsXH/OPUcvDDeLf00UbrpPWmvmW8miYOWZPtxHiq2LEx2ivDkwFjnp56nXbH\nUQAz/Y50vye2jhRCe4K9JxvP3NaXUIBCb371Pz/Yngr3OO1VyQC3iNXfUFRN\ncsZmvBgAc+aD2CMszFJWTy0U5V1Os5nhjZEOwBVppIa8Sa2w7Kq2DNQRQ0NY\nIPaG\r\n=+2zu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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":"webhint formatter that prints the JSON object of the results","directories":{},"greenkeeper":{"ignore":["proxyquire"]},"_nodeVersion":"11.1.0","dependencies":{"lodash":"^4.17.11"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.0.0","sinon":"^7.1.1","eslint":"^5.8.0","rimraf":"^2.6.2","proxyquire":"2.0.0","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"},"peerDependencies":{"hint":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_2.0.0_1541459946807_0.08199512109051788","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"@hint/formatter-json","version":"2.0.1","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@2.0.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":"b3eaa1d7960fbd813f442fdaad97ec55a378b079","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-2.0.1.tgz","fileCount":7,"integrity":"sha512-XJwaUUog5yJ71DT+8rwPloIUrxhg3ly/FnoUa9dtJQLx2eMiZMu37Oc2hEKYUbTTAXLPqpygcIO7f5bGlBguDQ==","signatures":[{"sig":"MEUCIGDg0ma7YdHK7fpu506LTfdiqtOaZ8mEp9x/75ZDspSsAiEAwjTFkIlhLBn5d5G8ZG5X3qWZ3Drl0UYA0+vj126rIag=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":124318,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcKqWQCRA9TVsSAnZWagAAtWYP/2Xgk1OJYAxbMDYIYQiJ\ngr3JU448jPdFvofGawfPKwldxNmfLuDpYUqAw9F1Qo+MhTMN6uN9fvCZiNsd\ndssBItiEsbm0V1Y2xsrT/YndzIhbSmZhTxkWZ1wrB9v1nTfSApGkzn0anmUz\nNqjLSxXgSY7wVmOQ2cWqHCl3ju+EKlc/l+i/dqRvE6TwXUjHYTapzCXTf9c8\nN25iE9LMtHnnaCZcpewFY59yae+1v9HzFH7UwH1ubAZudGlNY8K8U6TD6YA4\nJd+nNftrqvf0fGjW0UejV5M/9gbezRy7qI/KE7WDmy8sCzFjs6/k6QIGsktW\nIHzyTYlMAeCzSFxPdxtmmTJwzPvSGGkw1gogWKFVsXbZIQlgua9kbyNfLuD4\n1Iosifb/q9isdq7r//OK5QaGms9dAx3YVs4XHZWMcZE/ji8PzbHg3x4PKk4b\nGhVR8F/Y0JlRzdCKgdZoaMJiRFU5kxVF5hgQ1guzt5y+5NstVQBI9QKF25qc\n8HhYw+6Lx7SGnCaQ7fW2yFrH6eBAamdQ237sJph8DwLJLyRJLvqU0cZ89fvI\nbZX6qvpJYtBpe69Q3o/bl37uO2md//9Ypn5fFOIwMiRVaCBUfdEAhpUSzd1Y\nXkV2D543R3QOjNCZomOfyr9+nRvJKYSuA2xo1zPOfekPcy2eQnr1bUJrfWuZ\nsF53\r\n=3cDv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"11.3.0","dependencies":{"lodash":"^4.17.11"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.1.2","sinon":"^7.2.2","eslint":"^5.11.1","rimraf":"^2.6.2","proxyquire":"2.0.0","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"},"peerDependencies":{"hint":"^4.1.2"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_2.0.1_1546298767494_0.05723375315039414","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"@hint/formatter-json","version":"3.0.0","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.0.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":"481e541ab7e655196fa77e8125aa30cce5707ec9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.0.0.tgz","fileCount":8,"integrity":"sha512-6Ac5ZdilYQsLwR1RBZMtbIgZ/0WHtqJt2XTJ2JBxUdeY75wQRF25QNY4eoS3hjBWjeH+g0PumVtV6Ny57/AcQA==","signatures":[{"sig":"MEYCIQDwZDI3CqHvjavjlT/Tjd1ecl5XjZmJK4qi2XvnwGeraQIhANqNYrYAUhAZ8+np5ki8iBKfx/T7ox5UVTbk7IoPox4N","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":140803,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc23xcCRA9TVsSAnZWagAAl1QP/18cuuA1xOzPU18D57yv\n9OUbeOfcd7qa9j6/D3Qef+iZSDIn9EtJwgj0qjfmmYkNX1YWXPODHDQ8chgl\nNuu/hHOoBRQxM9Bi5/1SpMOGMZ906lXhiFye58pkVQCs2UmKIFs2fxXXJxqc\n+kBN8nPBO8tXMRW4Doc819zccDeet3dYtY+YdjgwWWNJNoej0ZGDoWlmlLir\nK7pTAd7A9bbzrp4YFMt0dN0EV6n7NZz8zNUgCEnjl077Ix68NjrDUGkIP0n3\nEMklxhlAHfg7zSAD9VOV8hnR3VzbPvmyFJqH9Wdqi7mKsufqbNMNZE6MrFgy\nToOQsecGhCGKOvpm0yyIX0Os/1KWVkq17L9tmsG0izGsLktxdwDuzFFuPEv+\nzkZ5BWArnduyaDW5gJr1sHQGSG8T00ElVtmv7223zJvuwznb2p0Pdo/uBOrr\nE/1I5qVZWNCT1aEwoQ6atw1nGxtQfJ0+RHQEuFlxAL+HpzQ2GjHhJVKuPinC\nYEa1U9txYAX21SgAsLS0hpB9YWhoKc1p1blI6I3yH7i1J0fw2ElzKa4TqVeg\nYVU/D4N5Tvh2MoKJja636lpq/HMdJtpfZpCALpG5KLK56Z/nkqdETeaQfl6q\nIBIxezYb4f9hPGO0OrWOm3L9T2yDe2ApecVB4lSl5pmiX5o2MyoGI9nXuLG/\n+YUq\r\n=BxFC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"8.16.0","dependencies":{"lodash":"^4.17.11","@hint/utils":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.0","sinon":"^7.3.2","eslint":"^5.15.1","rimraf":"^2.6.3","proxyquire":"2.0.0","typescript":"^3.4.5","@types/node":"^12.0.0","npm-run-all":"^4.1.5","@types/sinon":"^7.0.11","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.7.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.0.0_1557888091665_0.09436256147428668","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"@hint/formatter-json","version":"3.0.1","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.0.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":"5e34470f1f145ded944ecd30bc2588b2175d0f8f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.0.1.tgz","fileCount":8,"integrity":"sha512-yqYmJfNp+vtNFW+JYOc2MdgVMZqlGbue1eCxq70I+5is2G6NXDxiR2eUU9fXvnfUZRyFhuGXaf5uSgG9A5oG2A==","signatures":[{"sig":"MEUCIHRb5kbnYr/hV3gSbLwZxD8v8CzTz3yZMEcSWL1W2a17AiEAshWZdCB+RoedO6AWc0tBW4G2TzRc8t9ioJw1MkAB9yo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":140803,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc25JdCRA9TVsSAnZWagAA/bsP/A7sQet7FTe+0Y2uO9D5\nzjIC2Ekch/zoaRAWEwyWtrP3jFFtNQTzzfXR8aAAM0H06ySxCQbezuxX3PF9\nMGppa9nokl01qllL8+vOAs2bxtZqWhg6ktO9CTBX+vKx99cgsWJEpGKfbA9E\nx0wpmhCmPtBimj8rFQiP3DawG8OMTeF1Go05Go2PnKi2PDL64NKxmtY/SRxU\njZKXxhGgoAg6cKaxbzwZH/RdA5OqEuzKufqSsRI0Klo78NW1CH7DUiPnKNCX\n9/xp+g6Drz+TGXS43+pS6MLt7fquvv4yzEM6dwHHEjSQcDpBEO2ab3O3kXIc\nbtqF3bIxs3fiBCYlTrdb8EN5xQSDcoiREv6YADy9+BY8TNMPzLaPdyYcfSMU\nvP2xyn1LUpdsrS4sRLFSw5cUCW9kohKQWEaw4LrPxJo44oeXy3DzA4HLsZsm\nTpujjW11/kFrmY7UJ/nB1HCwlX/l78cK38CvYJcGCQc9sPJGx+IncLFuSCJ+\n9O8y1MZEo8RCJUI5wWh5j5gWvG1bQwtrRn1z7YeEfCWiNdl0KyMg9BosbZBP\nhKZMtyl/pq5iK6+dwVGc+l6/4LK0mRzpAcYKQIDU/i27L6oN8czg+DpZIvFF\nNzV8xpudPI1WBQKUGxEpGwpfUAkl4KUqm2yEQuod0wX/HfrDWAUgMHCb2Xa7\noGx0\r\n=VDmC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"8.16.0","dependencies":{"lodash":"^4.17.11","@hint/utils":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.0","sinon":"^7.3.2","eslint":"^5.15.1","rimraf":"^2.6.3","proxyquire":"2.0.0","typescript":"^3.4.5","@types/node":"^12.0.0","npm-run-all":"^4.1.5","@types/sinon":"^7.0.11","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.7.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.0.1_1557893725216_0.8430552823610016","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"@hint/formatter-json","version":"3.0.2","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.0.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":"43b1e2a5c9f2a040d6d13ff3eaa6b7d382369a71","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.0.2.tgz","fileCount":8,"integrity":"sha512-r+HjArdeuSyyGYpKyX1atXm4D9rbenCYlnW++cPgmam7EaaoEZYfcJXl9tBhvl1QmEKlZ7/CxJR83KFsbABQsw==","signatures":[{"sig":"MEYCIQCZaZjPjOPl+mdb6KWIOIdG5MXXskqrJT5w3RJx3j9HIgIhANpGT6r5sXqOqwP7GN6oWrZldFfmjaBfOh3jEb1YO1xk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141225,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5sB+CRA9TVsSAnZWagAAfuQP/1VH38TEKhd3bAv3dIN2\n7TPLHF0t8vrvTHXAtNy7YC2t3gPRNJbP7mW12Gjk0vZkam25eKksHvVGsN2v\nhj5mMYTzHditA9CUsAhtYvcXcuVUsO6O+ysVbkWmwBLA5tMc0xJudHKIvDLa\n3nT7Q2qd2nOsNmjXdySfgymLp2qwWwKyF5cK4d4IEkCbePvYpyue6rME+g2E\nHTBvnm0MFI8GOBtzcJVbfBVMVUemgcX7K9swc9CmYI0lqLwb//eh87ocpL+O\nCLCZyU+4Sore4TadP4nmiLmvIt5FkxL2aiL/00xAr6s2YlAMeDzzybFOBknh\nwmo/yFGx9jHx/pWIQQ34IyHA6TFioC3xaCAcYB5tvO3R3S7+ncIuc7S3Z2qA\nvhymjV4FxKkqp+DV+rwRfcnODGmsODhj6Oa521KOMmv7CCS/FaEIrLMUXhhY\npWFcDkTfJiwJJ4hI4qjKb4HIcCVd0blTMPgp4n2Ee6RWr18yzBRcjnzhHA5F\nooDvyXE12PVfcBtOg8Cvr0iBlC9MBHRUHo0tX9AYEaQiEiHjxT18SkQZLg0u\n3B4kX/jAhlrwdBmi1Qq7RW1US29RVe+ox2xmIiqwZJ1MsAEf9RnxnPDaZDAn\nL977HWO2RBJbmndKbo9yqG5W5HJ2VKBYSCRvP1CRkE5xmfUeZ3xR3brybaO/\nGxtf\r\n=NRrf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"8.15.1","dependencies":{"lodash":"^4.17.11","@hint/utils":"^2.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.2","sinon":"^7.3.2","eslint":"^5.15.1","rimraf":"^2.6.3","proxyquire":"2.0.0","typescript":"^3.4.5","@types/node":"^12.0.2","npm-run-all":"^4.1.5","@types/sinon":"^7.0.11","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.9.0"},"peerDependencies":{"hint":"^5.0.2"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.0.2_1558626429910_0.6666332820186172","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"@hint/formatter-json","version":"3.1.0","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.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":"fd143416e4a542c541745385a781dbd0db53ff93","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.0.tgz","fileCount":12,"integrity":"sha512-o5uy71/Bbby0dJ5oE+j6pfQkDbx0saS5LiihG2agKTDIXRfNnjNQOaDP4M6m0VP9Ww7F8o/pJMiFWZBcYvVuCg==","signatures":[{"sig":"MEUCIGuTHTPvci58nqLQYeWlo3lMePEAOy0qJsbwfkMjxIKlAiEAx1Ep22qYv6oGStbKPXN62Wah0aafTTebEUEjLNUaTuY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":146111,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNzX+CRA9TVsSAnZWagAARjYP/1EAJz2qBh563NvYVJ21\nKkYhAcpP1RFPvuirrPgXVAhOKfd7B9/Wp/ystJ0yllrkhymSv0byGzukA5/e\nSwvWlUhEwg07bbrtnH6LQpB3IU9mnUzQ/2mEdrTXkfuT+AeAo7HbaRQtGEi/\nCecO6Fh84qVzS4O8D0c+8zQ5E5ng6nOIKBf0HIEk7boN6RlIyAzhpj3K14PQ\nDPyQ5TaNSy+GZzcXQZp14Jl/43pEExZGXbSRx9t0TYV3u+g03BT1V6eq06/R\nJNeiW1b2enGmRqGsRcAoWQeWBcUF9XjADE7toxwtEdKeqCFfqn/nqZczjGJV\noiSFDtROxZKABIMa5bRCsygLTCtyaxWEnpVLk3qdJMa/y0eOmrmccXGloRye\ngFCDzjhSlVq38yo7i+uEKK4CgmeQWsaoYtVwyXrxO/kuzh4ALvG7TrRJSM6K\nZcoJnlzgHqnxBG3mJGxfDbtRvoYUPbbaJi0WFZSFKGWpP0KPYV+nyYuosveT\nlQW7p+bfhVyqDIqSw8K52ccMbuKhcW3CuHxzxkhzSAvhP0HuyXperedMoaMk\npQrDdNUYYT8J8fZLe8lJmXhc4GNRxdlAVJ3JJ5qDH3fCiEeb2TQCidvrL/gh\nijAn0kWUekrcrzue/8aBfcDAhp2Wpu750X6D+VTARYJ3vupk7Oq/99wTJbFY\nbdex\r\n=WKn2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"8.16.0","dependencies":{"lodash":"^4.17.13","@hint/utils":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.0","sinon":"^7.3.2","eslint":"^5.15.1","rimraf":"^2.6.3","proxyquire":"2.0.0","typescript":"^3.5.1","@types/node":"^12.6.2","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.17.3","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.12.0"},"peerDependencies":{"hint":"^5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.0_1563899389709_0.3359001469835148","host":"s3://npm-registry-packages"}},"3.1.1":{"name":"@hint/formatter-json","version":"3.1.1","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.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":"206f2d97b6a1534be7cdf607f9cd57c3823c13e6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.1.tgz","fileCount":12,"integrity":"sha512-+qFXN7x4UVuLXcLasjHdn2YfYsLNdB+lXnNi7bC9ELQ95+oRllOPXwsdxb8S+g6RMgWCtIfkXBRlqo/f08uSRw==","signatures":[{"sig":"MEUCIQC3FUAk2PXMRLHF0EcAsMlnpkRQa83cFejocrWouWUfFAIgO8g4CB9vOoDY8mDcuPOFIaswuH5alrZFRPfRWLqXGEw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":146137,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOMrbCRA9TVsSAnZWagAAQsAP/AvlD57+1zi3icrB7+39\nEXeQwk6THQIkilzLdT3bZ8KaQD9v8HKO65mvAhSg8aDOCaYue/deTS/cmpiv\nfdcRNXsq/MA00o4j4ljMXPboCWLzzo9rZKtfPrgP7o51B6rn3tKKtzOYebND\nSfZaczZonpTGMZvu8qndSbhhBnef5F/FnifXLmzJpIhclkuXvrpD01YrN0ri\npY+ZopKKXBx1b3/XkErjBBEmmwo9l3mx0eiJqOh75DEGGcgRwFTlmKzv9KHb\nWZl7XtS6f0d90GIaAslfJ53tOWl5GmjvJTGU6gtEEARbzGGL0qJJ7zh2ksmh\nkKtkw0g36bQpeqFAvH1HyPbsC6KYFF0e25BrtlyPNoqN0vNcfKJ4/kfak2Xc\n0BPIEghOh+M/FWbfGExfQ/6qGhE9ApocJ2coatekW+DPbD7xolqM4+X0tpLx\nbi4Thd4j3qdQjBRAF4G7Vfq7le83qhW/KfQ2UzIQkh2+7EQD2CgzfDA3t0d+\nQc0jO2i/T1qghyAmRpjy9m9MJm/brIk+A0dR3+APIehVpV2rHp3hYH/UFd8b\nTK99Sd+pOe8Jh5ELEVcuJAlZjVMHNm+ShXF9229uhbADTXIe5IhKFfZFMOBy\nS41Ig7UvKGQSdkCX6cnb+8aBkVjDu8SAZOpw2Fqnlg15UdnnEqtzvv83uEgO\nttaH\r\n=CojD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"8.16.0","dependencies":{"lodash":"^4.17.13","@hint/utils":"^3.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.0","sinon":"^7.3.2","eslint":"^5.15.1","rimraf":"^2.6.3","proxyquire":"2.0.0","typescript":"^3.5.1","@types/node":"^12.6.2","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.17.3","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.12.0"},"peerDependencies":{"hint":"^5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.1_1564003034665_0.8685737168074199","host":"s3://npm-registry-packages"}},"3.1.2":{"name":"@hint/formatter-json","version":"3.1.2","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.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":"c2fb759b975ac988ee2bf1a07ffdac994fac7a05","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.2.tgz","fileCount":12,"integrity":"sha512-/9ByLSWNt23PQYX+v5XdpQFHBGwKR4w/tKqP3Bk8Wc9uMXJuKf/gG09/lfoiB1kynm8Io92mNxlUTVq+ks7NAA==","signatures":[{"sig":"MEUCICpxJEqgEx3CgJGlZreIb3TSlwjWAdEY8WfQ/eztPTJtAiEAq7a7dMXG8D8fge4MOOHui6b3mdQjV3/FHCRfA092mwE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":146895,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQJpVCRA9TVsSAnZWagAAaskP/17MA7IotP/Y4TOSTRuD\nYBjjDk+7O74t5IpSsCzBEpZAbkUCSr4BTclBVsf5syPkg4vHouUvomqvQTv0\n8JlbrifY5ZCbpflF0D+GmfGfSZMLNkdQloKKFw3wmVACnGbp/gIPxyILlySG\nSzDodGkszmzPPzoS/Zc7xgvjdgQ2LWvxMZoTreGwe+A8qo4st9XeXOXK+q3X\n4F+k6JWU+Gyfs8P1X3s62kXFyU1tAk5XP8rSv/uc4W34wZhy0e/KNtF/oNko\nTlNfdL/fR7pswWIOq95xFpfdBwNN4biyAtn581ipP0Z7d970V3HAa13QeU/j\njhdR+XIiCcvPl1UwFIyXa7Kuo9AaXmSduRaCEPBGjuIFcbVMpH1hsN3ds8yi\nUp97nAESt2XHZ9tyDkiGGs+lKO+M+mQT0djn1mq4f3OIKEddb8vaLWd+9XqI\nMrwEt5EZ04YwoNOoVPm0UCIUrp2fjWmzVJhqn6ZlY2Ar4HXsY9BooF9G+4ZR\nA2j4mlmQHV7ySefnBSlq8Sc9Y7OMrxbHux8cnovgFq6cCrr3i5oSHIQu7VPj\nAiJEaviwu2UMzlpvSm2T58RryabIch1IGgnKYmiEjIRrTQ9HNt9nAc/HP16h\nRGjNB7SAYiNVBQ+aOr3B3aVUyWsefB2B2XYqb7u9zj07GQ1/FEEjHD6PMi+R\n5I/m\r\n=KUaF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"8.16.0","dependencies":{"lodash":"^4.17.13","@hint/utils":"^3.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.2","sinon":"^7.3.2","eslint":"^5.15.1","rimraf":"^2.6.3","proxyquire":"2.0.0","typescript":"^3.5.1","@types/node":"^12.6.8","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.1.2"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.2_1564514901058_0.9690911004668015","host":"s3://npm-registry-packages"}},"3.1.3":{"name":"@hint/formatter-json","version":"3.1.3","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.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":"7d3de7d043e03f8a18861a2a51fd1c31f6a8bcc8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.3.tgz","fileCount":12,"integrity":"sha512-FYGimYOOPX00q2bg1imWJMeHHW4BRmWYsSLe7JgPOvCBJ6AXGz6u8ItIXcjelDmw9ItcOiuFZT5mbPA+MtLNWA==","signatures":[{"sig":"MEYCIQCoxy6R/ysvOIcrGyg+fG3nJgoPBlCdjovTiAYQrCjxOAIhALr5n991UBhG7ZYwhejK/yQnfj+ILbxOZAx4lGwUGPDq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":147164,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSeWGCRA9TVsSAnZWagAAdCcP/iKIVeIfUkdYWOneY7L1\n3mNNa57h4/amnppOdkXLdXDIv/Zp2BS+JruelZlXLwBljtfgC+/LGNMOIf3U\nMr9zmqAfBzr/EukO1knwlBRPIuLl/Fb1l+RdyDASucPH+AgHMSrBHeeos/PZ\n/+zEBhMKvraEuypbgAbrJFjC2huSt9q5ihjA9ctfY4J676gAuOJ43k2rkpCz\nBiJbmgL8eoML/MP6GGgJEJMtSk96yO7yzDHuidsIZFIW9Nh5sB0d0Kp3SRry\nc3DHkfI4srrXxwDbSHXG8tV4T0sT7zgOp8x5LRm+HVtwXndsK2FlIROrzOtm\n/s8sAEdyEYE+hO6wbeVqhK2lNokxjNmrECMcjv/7Bt8Sz0EME8NwCOCL0YoT\nRA8CM4EzBulntCvy3ys+OKVKMRAiRg4sSinktAPgVfQjpvUPR8SyApXSH9Ki\nkEcvTZGRRXWFWhAUrgpuiJsl8n+RQoct5sfpOAj9KQyJyZCbtMydWe34xZEk\nD9/NhzO+dB23NaZI+6NFLs9Gu5jpojEsMKn3bjZIPcUmDSLaCuigid+Qb388\n/96IR49Vps1bseSKru8jH6spZEK14d18fE5Ev1caoK2VdxAOMWk3hHxy5Y3s\n5+RcU7ibNrPQGQF2+myUcZ4vkgYuqZqcSw7A826Tly8iBjHnrfJVuoH/V1Fp\nG1zA\r\n=fCYQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"8.16.0","dependencies":{"lodash":"^4.17.13","@hint/utils":"^3.1.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.0","sinon":"^7.3.2","eslint":"^5.15.1","rimraf":"^2.6.3","proxyquire":"2.0.0","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.3_1565123973416_0.38884764490222645","host":"s3://npm-registry-packages"}},"3.1.4":{"name":"@hint/formatter-json","version":"3.1.4","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.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":"aa7b8c930c657acb6f44622fb156ebd584285a07","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.4.tgz","fileCount":12,"integrity":"sha512-gOLdTEnnz6W5qh1HUJEkqLxHaw3/mqAOwPkcM92H32L4u2NwrVXjbmpP75BX3ha0WHQzHyVsnDR++VeVsl9KPw==","signatures":[{"sig":"MEUCICJGhJyeKqaAY+2ah5n1R+4Wty0s15BK3ujrOdsnzbJlAiEA4CjPNCNyLgYXTSQYK+53vghYQYdUVkp3QRDRm5JKtoA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":147179,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVhbNCRA9TVsSAnZWagAAz0gQAJDHHBV0lFNzPbMEk8LF\nxeBkqPGgxtyvsxxT2K3XQqugdEiywYW7Oj68QITDpccXvzmym3KaORrKNLnX\nfOzF0dh+xk97/baKj8V9qLVJcV9Yv+5jpiVM1Mdrf4bLyTxpoXxFquGP+Lcc\njNlVlbbw0LjgKJiDYZuZZvF7IthmNG14CDY4Otu4a0WHlJWaYUslEbu2lozl\n5o4ByxSWMfQzBa8Cvhv09P1pfeugHwVuBFv7JyfCX6x3O8jpg/T4sBOPnaVk\nho2twukWG6AZSG9NRNcjfdBp1i0MzFaVV1KHRwZEov6hkNqogVBKE6X7ldcU\nfic1tNihMAHyHTpqNMQf+PKoQOLYbWVpGTCN4XFl4zv2DWOjHVyPy7ENbYpN\nGDLzqTlfx9CpqL7kJpXyKA8/8eJH03SBLshXHf+dSdYEWl+jJ20uY90ooWJ4\nxiXN6l8fr1YkGtsbzkxhN109N+79UMiFNtDwibI42bwEPqRZLeRO13SpzBF0\ne2SLz2IgUv5ZyXavt5//tcIR0NQf5mLNWAFOzJ+EK72Exli5KcRlSevTwv4y\ncEA84B8vK8BjMLyyAs8eAeNqfj4iZPuxl/w00q0Cu03q/ZJIgW1LjHOx+gqs\nWoWGaCeokyqPr7z0ogVKIql+fEsIsP0/IGmz8S/KMsMK345YrW9kQZYhfmkT\n7pJF\r\n=wm9n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"8.16.0","dependencies":{"lodash":"^4.17.13","@hint/utils":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.1","sinon":"^7.3.2","eslint":"^5.15.1","rimraf":"^2.6.3","proxyquire":"2.0.0","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.1"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.4_1565923021299_0.1155481792507147","host":"s3://npm-registry-packages"}},"3.1.5":{"name":"@hint/formatter-json","version":"3.1.5","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.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":"9317d95fea96d1d53974f121dce89566c1cd1757","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.5.tgz","fileCount":12,"integrity":"sha512-y5QaFdYvbWvsbPCDTK/h6mE+iEFLWSl68SjKtekUal+lZM2fohNPhxuGU2nCtZuVmYcQiqtbpdVRdG10ygIl5g==","signatures":[{"sig":"MEQCIAm0Z2Cju9yxXVe2VIN3Dlgf2HL7DmrN2J2HjCL5E6BeAiBWPRIlXmYBBR0mlrw5CsOSJhWJvq2a51BG09MjDJokXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":147446,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZ/R+CRA9TVsSAnZWagAA6PMP/R1mrZeRsoIemiTzupJ1\nRjNAr6AIcQVrJnUHA5IdpF+qcxERB92MhcUoF5mprp0dDsgpFR/Rip6x3pvK\no3MSQmthyBMvB4RWCvtm3VQwtrIGBIoyQNdvQb6I9WY+l2V6uZjh6oetWTQj\nL63XDwAoLeWCv5fy021ylvX6KYLrqgYFQV4jtSZJ24Hf45QgOHzjA5ok3xln\n4njCGQcBB0Qd2iAOQepQx6zkQ2M7lXJ/a8yAM2kGU8gi3V2ZhzQr6oZyKbPB\n3D0zFsRLs6qfxieUf167PgZE7nBsIM/1apqiRd9kNlp6+WIBFt7O2zna5nUh\ntXLzw6O/HaK+QffycCRPvUFsxOKcX/B+FVHgXRT1813G5Tc08dgkADUMiSDi\nEeRAQNVBwLM3aL+HS8+/wwFpejwE9q1Zilb6yM7Po9OrL6IRg1JTIzvU7BUF\nYlDxAVO/NXAsaoCgh4BOhC3zkj7gsaZDNJOq8n5q68vuB/KPAEB3NS3GeH+F\nsYKo3uFGvbcIi2EhFyUAdXWmSHIrYKUaoQaVogReOhs4WmsGr0mitCh8TFUL\nb1FxXh2MirHCrPhTwk/+EnWX7JcABfaO/uOW4CwT6yvwv82gyPdYjeVITC7Z\nhTXbHHPcKLCydgBcx1tkGSwKzz0guCcy6v8oiO/icfTZJB5kcILdIUIZ5RMj\nErzb\r\n=egos\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"8.16.0","dependencies":{"lodash":"^4.17.15","@hint/utils":"^4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.2","sinon":"^7.3.2","eslint":"^5.15.1","rimraf":"^2.6.3","proxyquire":"2.0.0","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.5_1567093882922_0.6233595091069155","host":"s3://npm-registry-packages"}},"3.1.6":{"name":"@hint/formatter-json","version":"3.1.6","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.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":"2bf0264ec38598320e1ea6ac682033f7e29153fd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.6.tgz","fileCount":12,"integrity":"sha512-Z/7P08euTP1bC8CqkWTpcrlKLz8XwCKHv3gqI9CK0xQ/k6YP3BTZOWzxRe7Bgxm+J/9J6Hv/UNmCxH9p8zqy+A==","signatures":[{"sig":"MEYCIQDFVAVJhV/GG2LvJzaZV9RhAAcZiCEeKoWVLsLKADDmSgIhAONjUaOmeUVwj0B6I6Dg66ggSED7GvTteHFUDXKkeqNi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":149028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdeXVCCRA9TVsSAnZWagAAqs0P/2Nu434LR1rAMX2xn208\n3WBz3XrRDJ8mvegczVZdQgpE/vK9InudGJQEJkgYbwXuA/EUhkU9cTQQUXcc\n9GUW5q1XQisEyJ1ev0A78c0mKUlbUq8FJi1DUWQapVWm0GP63ccffyVJhVtn\nPz6SQC7K7rDkeRcNEzvSNOSTS1xynbhB+dZ8YQDeYu/7A7oS5SQ1+k9yH7t9\nDN1LlZalGjDBNlW2DvYVQi84iEHRKw30o9yRIovYOnfeIn8nkR9vcLLceciU\n/7puiEsgkl0XXPSQd5OkfRhvXOsHFlp1LryQoZEDeTfKc2jnks46bn1HwSlj\nqvR7gO07Ru4PBICnb+/wvEU/4g/uKgERezq1SCSMIxclfgodCxRku5B17Ts+\n+MWYJ665M+IT4h7S46mrxZjqiH4Y1bgiwQt8nmBpg8YNVNc0Sy+NuD2jkCKa\n5vHQyymIbnO2g+imj0yukXqjSw32bGyD1OsV0YE7GZ1LHvhpQ96xnFiob7gZ\nrBRrUmgd5qNHWdEkJmzrFJ2oO3M3ENJclZLCG4Eq0w72/WLjIjXX4ZAs6nEJ\niebvl5AyymuIYPeihaRHXq20pM/ij8cYDJ0iqiJulngiLPidVZ+fZcG4VvAt\nc33ssBIHAogjMEgHWPHwE2rRbXy7lR8UMgsRlRavm338x1LgerxYchOD9Tor\nJ62B\r\n=pzRc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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/formatter-json"},"_npmVersion":"6.9.0","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"10.16.0","dependencies":{"lodash":"^4.17.15","@hint/utils":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.3","sinon":"^7.4.2","eslint":"^5.15.1","rimraf":"^3.0.0","proxyquire":"2.0.0","typescript":"^3.6.2","@types/node":"^12.7.4","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","npm-link-check":"^3.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.3"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.6_1568240961591_0.890967595746069","host":"s3://npm-registry-packages"}},"3.1.7":{"name":"@hint/formatter-json","version":"3.1.7","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.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":"033a456366b3976fd8484e4eb1695c97837b0fdc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.7.tgz","fileCount":12,"integrity":"sha512-pc4Ssv/qd42fRAI5oJ7rEVrGxLEihgY4rtf+iCvjO4kEfghCCzoCE2lzxL8c4iaGHG8gPNWr5aaKEJHHF/uHJg==","signatures":[{"sig":"MEUCIFm+7uCO9baLsx6oqPRFAl0xDzm87HTkh3um/bcFk4WdAiEA3DCeRzRUOO4uUV0tQrXuskqvQqZnsruA8AdrgS+EAao=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":149485,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdg8lPCRA9TVsSAnZWagAAHfUP/ib3kzXVG7GlvZmXyTHt\naZKDies9+FJ6t8IuiYMHywl6xWMpfg/4Ypcag1mdWlwAIwSTDPakWq3JluTf\n32v3CePBtkT34IkEc7DD7pDXLvY1GLGE7xrYUsY4lSAGST5A6YvrIwexQJFz\nOqFJBLGSRIlG6OSm1uCB+oSt0uokYyww+SWgZV+BEbsclxSar9oU4qcieI08\nA9JC1MZTa5W5sHMPCtRmYrwx0MqSHXIIJ+Nndei8xuaXBHCk9pIi4apL1DPx\neYY1tLJOaL3aXOP5/aDBue5RsuklVtZsreNn8mqu0UKV1a1645gXBP84FEtF\n+0Q58Db5aQsplJMbxkF7G0ajat/YvZ3SNBSzi6XzMWbghTvgh+cD58QnQdDU\nAsVanCJWHJj/Mzf9Toh3+obyu+7BptCiWnAm+dW66o65UnwUKgL9S5qsCeLF\nkfFVLDzWVK5pVTMAOtvfN2nwiNtfOpm43ovQtf7a8mKRnLh1LX1UhlgNXk6a\nL1/qchgS2plCHbOh8NiONOsaFgXjJaycxbt7pS88Z4rqcHHaxCWdC+0RcC9Q\nluqg4Ze1tvlFPI3iswM0lBgWgw3A7Yg5dTbEW7Bp4MqtSux1cndJfMAvDwiL\nyJmm9jDWURUCr9ErXY9IK5fkgq29wTrFOUg0p+7rZjdoGFsqwaTnm3SPaIA9\n5DP9\r\n=ObqB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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/formatter-json"},"_npmVersion":"6.9.0","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"10.16.0","dependencies":{"lodash":"^4.17.15","@hint/utils":"^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.4","sinon":"^7.4.2","eslint":"^5.15.1","rimraf":"^3.0.0","proxyquire":"2.0.0","typescript":"^3.6.3","@types/node":"^12.7.4","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.4"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.7_1568917839317_0.3561278783173274","host":"s3://npm-registry-packages"}},"3.1.8":{"name":"@hint/formatter-json","version":"3.1.8","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.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":"b5adc63091d61dea75930784c2b59bf0a4e0e814","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.8.tgz","fileCount":12,"integrity":"sha512-nOyQpVoq2njNlJWscsBjY0kG7n+3PNsM3AIzUHKbPCxPGBV1wfq/jNXn4g7xuFcpQqDG0ceWlBVcwAfYW7PGkg==","signatures":[{"sig":"MEUCIQDK1ALrxozByv95+/ELrrGv0/OK7goik80RDyRvda/txQIgDvVNiWOGfAZrM54OUkBjun/nfKFEiWJhpLtGNPADdiU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":149903,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdim6CCRA9TVsSAnZWagAA7fYP/1MZnBfhfi7YoSc4+g/M\nIXseqFk0woPUzdw3Wtf4IVn3b3Yq2e6j2iWOgyHvIdpY+n7EJ8N2YW9LU1+U\nOo7nLKesifj5uVYlkN9gKeVoUTVezeVl07SxHy31uIEqzX1x2tXuLdvz8bTg\nECGn54mPFBFJDGOp2urkbjlaHhBSBUhE+g2HrpUY/tVeEDTvD6jdK6paOdF0\niqr2ujaMrpbgrJfVtGpMlx5yceCUKOVyd8OwW3Wvi6fFWlNoBO0TP7/S3GP3\nnO+FdWwfDFWM85SKEissganeTJlGIgKrM4g6W828iCgzfwCRcP6+5gqUP4yX\na6jFipsSVxRSQ7E8RH8ATLoz5zKBewMxJyd51nzUMAL7UJUT3kZOoqKsVsmv\nY9nsOsCWbRr4Sf7XIFW0TxoUrYKJbPzIrYxA/UIVhgLdeBBdGtL8NQcQ8DNY\naeYARqcmSz3zqREschxq63hIpIi9bulD5uYANsVQrM5Sd897pWNWO5zVKTAH\nPXarE3x4GfvPvp6OYn4+gcUCQ6Bano3b3+MVFMntcsZQhCiQs0cXG+UCkux1\nmprj901Rzxc9p6+fPamsnxHnTRnHGU4Y/V5u+V/4iAVYgOff9ng6HXkKeayT\nSdFki0iQ80C2EuofiPG2t1KKCSCEDRmSP2atYYj4eHrdIXVNFhTeqik5H5NG\nG/p+\r\n=uHom\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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/formatter-json"},"_npmVersion":"6.9.0","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"10.16.0","dependencies":{"lodash":"^4.17.15","@hint/utils":"^5.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.4.2","eslint":"^5.15.1","rimraf":"^3.0.0","proxyquire":"2.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.8_1569353345822_0.9718888219289203","host":"s3://npm-registry-packages"}},"3.1.9":{"name":"@hint/formatter-json","version":"3.1.9","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.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":"0886c0b061ae41ebb810a39f00b38c037d653c11","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.9.tgz","fileCount":12,"integrity":"sha512-kif2aBu3z6T7S6Inn9SE2+lX/4CLMVHhkdgvdA7Gcv7w1qM8tGJrxrSmhaIOfBgAf+jbG6i8EdyLLKEB99NnuA==","signatures":[{"sig":"MEQCIDdGX7VKwWNowCVT3+jYYFuHLAf8MFPL11lwYuFCIgQ1AiAQpZeIfOC+3i9s8pI4TfPjQ4kowfByp2sWlrDmWkxo2w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":149934,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjSr5CRA9TVsSAnZWagAALaEQAKUMDAqZaf1BK7g5K6Yi\nNo1vcYjMJDvySrQ7e38VhPu6oqMKqhYSO65ip9Naagq9V85SYb4hSRKMYyMP\nr1Vf8Bg3a0GiWhQcSTgV7q8bFRSlEbShnqQCwXcCF6e8+oPRnDdCWFr8AM0z\n2ohpd8XIAlCoC36b7S4Nw4+J79fPwCFgB6qoOidzjXAOX/3kdadHxDiGaChJ\nSsZyGijXrVghzzmoeJlS0ktgdIDCfpEBwFq2RgfyeGaHkGdYBenvbAWHQtC6\nSs693aLcNG021/qrcdlN97uUNkyT3GHyqhlzyB8TyNkQ0Ay5PKDNEblt/WLs\npC2lf6WzrydxZ/dVYhgFR6vhnPdyROaJJv5TsQD4FbRXTgSlfGA712rOIT6r\nwulNeB76Nfg7aqkSV+axtb1Mgy1s6JgKNg/K2WHGGofxv9aLIZ7PKfgDaDvR\nAlPbo41pZoxNQtkQHtmhzxgWkD7ufk76jvlBF/CF0eBIw4gmd9cYh04PBub7\nDdEesz1Rhf9N3eYzYFEQW2RkhOu3/2xuryFHvRuwHajsayWXwKMJvoZRC4MB\ncNCjKqO0b+uwVQMq0GRWGyiUuYgevjE98AiW2elnVUKHPYmV326Jm/hZh0rp\nk83mmEsk/dz+nyQ9mqAgSd2VWnmCTljXG+zw+jPYuPHabdEX5Dsf2XsxNhFY\n9FiG\r\n=jyt2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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/formatter-json"},"_npmVersion":"6.9.0","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"10.16.0","dependencies":{"lodash":"^4.17.15","@hint/utils":"^5.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.4.2","eslint":"^5.15.1","rimraf":"^3.0.0","proxyquire":"2.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.9_1569532664515_0.6939700962327107","host":"s3://npm-registry-packages"}},"3.1.10":{"name":"@hint/formatter-json","version":"3.1.10","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.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":"b9a8c12a35bf129c16f1f269b6860d653d3f64f7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.10.tgz","fileCount":12,"integrity":"sha512-4h9YTKr95WOwPtbgPwrjOxVcMMRcI8lOdec5+89VwGZP1ZMmw3AR3EsHRKMJjtc0E6nYkHrf9KU/kvLJE950lA==","signatures":[{"sig":"MEYCIQDsu8CivNRkIUI0UR4/8ciGcXtRxFMufZWWLSw/tBIKbAIhAONh4AMu8nLR8ktKb1p+3HT2sllJMhwL4oxqWCqI5ln+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":150269,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdp3LACRA9TVsSAnZWagAAoHkP/Amwr65Iy2npDolKe5Dz\nqFuhc6CNt0b0dBUzO1uHB/zgeWg7sv0ECBOmp1ZWf8d3A6WvkJ6rtKiLpcVO\nYQCFkfkRyOqGeoEq/7eC1yeWRsOzOYf/wMNdqrS43xO0wm7HvJ45lvGWHxab\njg2ZXs13rZl5uVF9Z5+RHzSpDw9vhVjTAQw9n8FpjQfd5fl7Xriec5q1Icjo\n+ekY0Yl5E576rnHAiNU8L8iIMMB/eBMGDir1ha2jY9zgJc6HCUqxsJsM3fkd\nKFaLr9A0ezBypd7fMPxnjA0YzvLUhWpNkJmOmoJQnTyVfXV/h69YBYhKVrlb\nyIS19vjy11tenpZG0jzcr7ounlqa6RqP6JQ9UW3qvXVSXLSzTPNVqDo3wYtq\nsezUc4pN0DCdx2tZa1bwaZQ9F4CSQcwwXwtdhW47fwOGWHMlOasKTMAzIFkt\niVYrIFaoWMlR2udBGnuT0eQYZD5SKSdEdSrjFrkN7gCTZAjuIhsVsG/+h6LL\nxQZa3wdRWEnMltkj8vXs0YYkv+zBNFlyIkn89vADSjqhLHD9/w9S5P46t+aN\nEfkP2q0d/0HgU3jQl3RuJgBvlEzQxzR8yagxbKaT5TbO7EeLkpb2/+vS37YS\nQFnkneU9vcA1wVDDHK2X/zGPdqIxGhrbkk7e3kNi2xDEXzZJFy6SkioMPiNk\nWmQE\r\n=zvN3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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/formatter-json"},"_npmVersion":"6.9.0","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"10.16.0","dependencies":{"lodash":"^4.17.15","@hint/utils":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.4.2","eslint":"^6.5.1","rimraf":"^3.0.0","proxyquire":"2.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.10_1571254975636_0.9651025878627826","host":"s3://npm-registry-packages"}},"3.1.11":{"name":"@hint/formatter-json","version":"3.1.11","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.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":"2fc0081db7b02ea8d830bc781fce678755532436","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.11.tgz","fileCount":12,"integrity":"sha512-+hnE/QQ/zzMoI1tVZp6kF4sKCK2W7oSPJ4/XZOIHX1hb38Ujc8bv6RsbktC8KQ6LFRxfcu2TGb8CgEESPj7MaQ==","signatures":[{"sig":"MEQCIEGKH5JxyYDk1rxcWgGO1mcP/ESEAbgAlRhwpiE/9+VhAiAnG5KQMh2wFf87RZpoNFTG0Pkt3wJ6s4u3UzJtOmcd6w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":151596,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduLzzCRA9TVsSAnZWagAAZZcP/3ZajXXdLK1u0OxtFNAD\noiVRsSghJPS+wPjj6i3hCID+eA6KnTrtlSnIGO/QKaIeiPKnhc/Zgp8Zhe3/\nIlh9mfrHfaLhrOfJjgyy3bjusW5fEEAPiKHjY3Q+QIQEUgx+YPcqPXvcBc5u\nGzI2oNFGJc3CxyDFTq7pT0TVfWj0tAEEon7bO88VvHuJqP+PSPdE10SCZFpb\nK8ttBsFrMajG6H35mD37vBwV6lmO7+FMj+MG9Q9YHkq4TtTkRvQKqtx+N1fe\nAO0snjI+hrwi6R5Lkc4sdjM6dvhttDFRrzGt4SIAyKMe0zjPIybjCnUgB7wO\nHoEjabfkS0BwHEYkCfjEU8/Y+V9R1GcAhhCsWza6z2jpVhSp8IyiITnVr0Lf\ndLDLgu5IEdoeG2dLiSG+UYnd5GMUFaK6y5kx0qXNzSx0kgW0P23IT/c2AgLb\nGHTE3DJmxu07rC0kVw0K2HddNzWDKA1LYylDEHxv5tElAsHf5ZjkGe3Jbe3N\nBlA3yUspKcedLxgGyovRChNm5/Sf8ckHJDIxD8GCBr5vi/tLrZG1bmGta1RQ\nUSiRIQhFk0HlwOB/GilMQ9obrytmERuAdZGI9lGxj9PepAlNpTnr8ZaQPjTt\nxryQnXOLKN++u0n38NGx1o2MFQrxmYzyK+WvcuvozmRsQlZPD0oc/DWRi8M7\n1nMg\r\n=kxH8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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/formatter-json"},"_npmVersion":"6.9.0","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"10.16.0","dependencies":{"lodash":"^4.17.15","@hint/utils":"^6.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.5.0","eslint":"^6.5.1","rimraf":"^3.0.0","proxyquire":"^2.1.3","typescript":"^3.6.4","@types/node":"^12.7.5","npm-run-all":"^4.1.5","@types/sinon":"^7.5.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.11_1572388082629_0.9361810195329341","host":"s3://npm-registry-packages"}},"3.1.12":{"name":"@hint/formatter-json","version":"3.1.12","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.12","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":"d8455b9a20f6861c8625edf34013604ca4b92b83","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.12.tgz","fileCount":12,"integrity":"sha512-aXAcv3yejMzb8vVaqKUg1Z2QUlMhgsEEOysQw86EGeAz29XgeA6qaTiYdpEzh2y8/zLhEdLdREQC9UbrQq/eNQ==","signatures":[{"sig":"MEQCIEbH40C3DKmHRhw92zJtZVPNctVyiV+hJGeuhDgmljhUAiAD9XHpLkD16clGBp9kpE1qZBVdgjsS6vIRn0LW0WBByg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":153432,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5bOqCRA9TVsSAnZWagAAQQoQAIFAr7m+qs+gABXSmmIL\nn3gBUZY5NWTS8gSqrrKdyMfAgbUK7iX2K7oRVijGMPo+3js4oIjbWIfRMtim\nMpKEwvekfO4rsGF/47elfV5q2oPk1kmL6OqNmGlgmuuiLISjifFbXpvlmjnB\nAgkBiYyE93xm7Tt43/vxVvZRvbVEHckXp272k6wTe+hEb/bu8iIgaUpbRQWl\n7U05I9NUqazeZQCi/vBsvVeI/MU1uorSthBT3jXDRZiCeBq55Ygs60VPfBid\ncflRaC6L5D5tyuj6AIB9JcijGLrM99nQx9k+rwjgv99xRABT6SQHz8ldHKgY\nILKCK7RdJBw0NjSVAxZbLyGc0b8IzTaxmAyHj2l+8xW3BohKbkBQHRwPpVho\nd4IhzHxg4V+X7ZgB/HlskAEV5g/jEC5YIQ0B9lTxmBp3Kd49iwzXOlMnA8Op\n7skPa2tbtwzZTDrPiudm0r++0VW8wpwK8Zi00CbMX4r3rqo4MWWyhy1JAtoR\nGl8W7sWGixUJPxA9AldL06w0UDFG9QgAHiftHOx0AjvARST6RnADpMyS3Jtp\nKOzI0YzHGobngtVsmLnur9qC+idSZ3+mkrlN5ejmwLUcnjE+FkqOkpl19hrH\nrKbuFFHvjD4dn4x2DAubu44U5avqMzPBgAUOCeuSwiZZYmJ6AmXuvawzcD1q\nKlxT\r\n=f+Yk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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/formatter-json"},"_npmVersion":"6.9.0","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"10.16.0","dependencies":{"lodash":"^4.17.15","@hint/utils":"^7.0.0","@hint/utils-fs":"^1.0.0","@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","sinon":"^7.5.0","eslint":"^6.6.0","rimraf":"^3.0.0","proxyquire":"^2.1.3","typescript":"^3.6.4","@types/node":"^12.12.12","npm-run-all":"^4.1.5","@types/sinon":"^7.5.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.12_1575334825640_0.029395711827944204","host":"s3://npm-registry-packages"}},"3.1.13":{"name":"@hint/formatter-json","version":"3.1.13","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.13","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":"565dd877cfbc0d727aa5e0737fbe85653211e55c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.13.tgz","fileCount":12,"integrity":"sha512-fJ+dNnpJbQoCKz+UkrmJtPtNZro2EO7JPAKfZwtBIzPZ01SqgssDpnShX+1SbBKu/XM7A+dRRlLLeCkseEnO+Q==","signatures":[{"sig":"MEQCIG+Rk3WSy9Jpxerl8i4cjz0EW2XbVRaBJzzxqSFazIB1AiABKpCLpI51XPMM+ULaR6gZ89VWbsTnZoI8zX1z8lJUBg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":153432,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6E1VCRA9TVsSAnZWagAAlBcQAJfAhdy4TWacYxDb6lKf\nCamnbgS1xVNvVfpYr3T+9mPSxyehPhvVCMz2wG2QhZejg6O8/q6Q7DvT8XFW\nLN1j8dkJB04YbQ6CCtFjwOAH4uD8GGOqeNoYXiZPBrgtNS//XStj2Bd+cfRa\nJ5Tw02NHqKA+dQI4TgIeRPGC6IB5SweVIfxUoPYzSl52oQgOOto1ZIXiy696\nl/9xxFHeUigbIj11Ez6JlhxrQiMz282itdK0M/GKendEYnyjkgo/28OekejK\nTwjX9ni8St5Yhdhzi5v8IN25bkGG5rYwaN0pF8rGequpRZtsBK5g/wgR5jlb\nflkM0AMI3K2mDmAExxZwEO/kHV0XBnJWNXUTg4c1YsQaU1G9Oitkx2Lqr2Rk\nIrUlUXhfXe6XvppG0M6PUb88/ay+iIGQPBEvqesDJNGipEWyEbwzYfymdmys\ncAzlDQ8rVUdlCE85Hv0Lf8/Ted4XMfPAbF/tGJHsLfAT1bg88KcYKGXYQG9T\nx42tB3WY7WBvLNBa5OFQR/K7ndznfgH5Mzm0azPmzqS6MTUE858TT1grs6+a\nmE7zab66BeGVjrA7LJbuAKPZjVH+rOxRJO+i+NYilfisL2hnM3gVKmhVQvrc\nUjPrL1xXWO5xE1UPoTaBuH0x3vHdCOm8Fr9QjEE6rrgXADHX4Amni0A5oms7\ngrbU\r\n=mbNo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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/formatter-json"},"_npmVersion":"6.9.0","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"10.16.0","dependencies":{"lodash":"^4.17.15","@hint/utils":"^7.0.1","@hint/utils-fs":"^1.0.0","@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","sinon":"^7.5.0","eslint":"^6.6.0","rimraf":"^3.0.0","proxyquire":"^2.1.3","typescript":"^3.6.4","@types/node":"^12.12.12","npm-run-all":"^4.1.5","@types/sinon":"^7.5.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.13_1575505236801_0.7423946426093873","host":"s3://npm-registry-packages"}},"3.1.14":{"name":"@hint/formatter-json","version":"3.1.14","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.14","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":"bf51bae79ef9aa73576aa1533186a7156b8ad063","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.14.tgz","fileCount":12,"integrity":"sha512-NQX//VvQiZAvrMwqYiVUAKtmAuDmquD0AwArC+1LkamfVnUtfVdlNRz7JigEarcDNk+4hWxCy31txOZc1/zePw==","signatures":[{"sig":"MEUCIQCPER9nG9DOvH1AeudJX/D8/8LBQyho1HsOkl49jB3grgIgZ9F2C+f2wheVdoyk8NPQ4EEDKFX8qpuYXxkgGwZMKxY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":156696,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecpheCRA9TVsSAnZWagAAAggQAI3HcU7TYrjD83SrkilX\nz6BllVEYLudphRgnO9K4c+LXlC5Z2yZSke20dcls3VTWgny3UkPiulTvDzqK\nhD6P1SqXPWmMwxiqStKbiPZlrGhlWLQQiu0XsVQAYi+2Tw/pYdFbY6sC0hDR\nxB1nAqhzU1vG+CyEh580PWzDbBNCCcfUIm2yLQG8sRxqjjXwXJkWPxVo63fK\nErQPGeigqkqn16EOxLki87fhTzJhiDSeWgknfpQVkfiDUofLvpfN1RITVXBB\npjggu7uy6G4pQZR1wKMFn3gAbfJnutmzPG0TBHQJ78jJpQ8e51VdlR2GHoR+\nAb7+dYKPturUIPNNVJ/0wAyFwdI7/nvxIcXt0d5cVJGLu3lJdI5mCDNruqLn\nSVFBl8c3eK3VlP2E2fLoe+uRypdMwRlwOVJ/ojJZ4e2E6WVU+ucA+wETdE2e\nzcKvXKtSaBtjX8qfTsTnbI/NgvPQkikEcavfKBE1F/cY6oh3DnN/RQuOh/Bq\nevt2x/MiCarGP6khSb7Hn4Al7EYl//H31IoOilA19+Hg6g3LMCV/PwS+8xYN\nvAuHvq3dhAiLqZJVwjWhp2AhNOwVV6VtewHOt7CNhDXfVpyNrKkpDAGlBkFN\nbtruhHAwIgvkEYGtY/d4xIODoV4nDJOrq4MvOnyImDM6HUdVN6nCvXODFkkW\nq3x2\r\n=nG5w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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/formatter-json"},"_npmVersion":"6.13.4","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"12.16.1","dependencies":{"lodash":"^4.17.15","@hint/utils":"^7.0.2","@hint/utils-fs":"^1.0.1","@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","sinon":"^9.0.1","eslint":"^6.8.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/node":"^12.12.14","npm-run-all":"^4.1.5","@types/sinon":"^7.5.1","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.14_1584568413650_0.5172075915191174","host":"s3://npm-registry-packages"}},"3.1.15":{"name":"@hint/formatter-json","version":"3.1.15","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.15","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":"8839de1645811ab4cf21f3a1419cc921ec6488ce","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.15.tgz","fileCount":12,"integrity":"sha512-zEYYQZVQnkwjc5DCEQqs6XviDIWzvhr/FiESYmLulKs3CiHoDcl9kS3oOUyX6/YtLPMWcKR8fDxerh7jag4zKA==","signatures":[{"sig":"MEQCICsNPIEkcHPfnPtNglhUNKMbzzMqsmatxFUzUdZlOTlbAiAuH3ymN5hQPthFnL5dMx/1jvIrJXEgGosDKxRJqW/Txg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":157186,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJel129CRA9TVsSAnZWagAA990QAJD9oftwgo3wWP85hUHz\ndSo5Q4EjJmgMcXP68aUjddOkGaRMQdio2Wubv0ooMg4+7UJEoeKpXkusCgAu\ndcd2ikhyYX4EDsydEDc0Ax46fjm5nbnWNDhKGMwhIDXfSrp3GJ8CGomqD+I0\ni6NUQV5Ltjqm15DKr0Q/9NdcDxmi/7A/m59tBLD7uYvzRwE+3/47juQ/FPlj\nven0ZLt2dE1iU9hgfBtMIBB7Os4EtQZMFEVYIUzPyiKKAYUvGAIbrbDFTQdH\nmyKIMOm6iUaDp+r2T2NWEPocEtcsGazlj2cmgnJUhN05j/muBG/tTSZJ4IZC\nri1uNy5kIEPoCB0i3M7v8d/YKTucMviLNfewyYfacF9953esldA8X0lSY9KY\nL15JnK/oFVTgKiL19SRQXyJVOcEIyj55IahNNG0H27AEID49VMJD7WhHfJVQ\n92xKrkNy28jgir0D7BZBJRcQTXAHbNcyvko4unLWgVq1BZu0CeoYEAtbVZ2x\nhubLff/gel6W/ujtzkzFZOXp8tgWtkoI9MzXZbFT+iMbB7YHEITtpT7hEOwf\nSeCWWgh+FRrHXDOjF7ZANVd7ONy803ljf/GgUhCRB7ZZijxlWr/jzmQhQ+Cc\nl5kJSJxBu/rymLxMYVUbecCbrRV0XkD4dBEzPI7IUa4ktwJCU3FJ7wXxCq95\nXipy\r\n=0zvH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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/formatter-json"},"_npmVersion":"6.14.4","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"12.16.2","dependencies":{"lodash":"^4.17.15","@hint/utils":"^7.0.3","@hint/utils-fs":"^1.0.2","@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","sinon":"^9.0.1","eslint":"^6.8.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/node":"^13.9.2","npm-run-all":"^4.1.5","@types/sinon":"^7.5.1","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.15_1586978237552_0.3627275997138437","host":"s3://npm-registry-packages"}},"3.1.16":{"name":"@hint/formatter-json","version":"3.1.16","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.16","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":"c59705386950ba58b4aa0742ce8dd7804400c1b4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.16.tgz","fileCount":12,"integrity":"sha512-Dn9J6xYfaw7F8irQt7AL2tXY6GPlCIKQ0KJslaJ6LsWphIWqdVH9eo/TVWtMpG4OcE9KCzCooV5hdOJTufkiIg==","signatures":[{"sig":"MEUCIFxJqvx6nMgD3u4msfOGIYP/v8ht2NY2Y2ORqCpIV9AGAiEA8Y7dM7OEL7I+Ik9go+i1LgmYIqgS1uFG+wDT3l8v3cY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":158581,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewwi3CRA9TVsSAnZWagAARxcP/1Pstvc/1u5ZF6COtw1N\n7Sn2ItX11nwPaPJiDMu+4iU7uk2qAJmYMFEBkwuBLJkg59ifYFm5qRh0VPsX\nCTsYv6oi786N48IDM7lMjH0pfUxT27VbFUAsuUAO5SxqBhW3oJUR2AXL9+Xo\nrCG/nywr0697DFDAAIhZqH53gtGv4N2ShpgQL+z3G1acgRISmd46JmE2QOuY\nkVoT1/C4OjfEvs6WpVct+QZpL9GN6RX4FO73PuOq2vEzpsKlqwu/VrWTbixn\nrSRTbFlRCx5di78fEqa3kbwFmhsbVyjSJI48oxXbFG8ST6G6WDZYuU6AD/vf\nV7odH6RcvRYAA+/Pig5li7aQxP+rgiZDSWY/F9aMl8NLOrj67MOuJdTuDJhc\nr4THb2h0Mto+5HDr/nMMz9KkS8WsK7qf+ajsS3Jvpw5LR3ojIkUyct32YYKD\n8t2ow/E3nedS2CjsOwZFpAnSRMV6v+lER/NlGOFoKZx6zzA7Te2KQLIpMBhm\nvcsJOIIN4uYQzDmTlDuj5Yns6x/7UySf1fZh5qjiOMu4VCbMnhdLqTT222IG\nlOn+BoC197CJMzieKJfK1M4vRJK9IkDKTlLO3laVujYgK6awJgieiX2EdygN\nEky/AVDaQF0szepZt9mF1JGxrIwB7gYkllkUbevORaZ+Qgu6RB5vo2zjvhj8\nScNp\r\n=pSg7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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/formatter-json"},"_npmVersion":"6.14.4","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"10.19.0","dependencies":{"lodash":"^4.17.15","@hint/utils":"^7.0.4","@hint/utils-fs":"^1.0.3","@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","sinon":"^9.0.2","eslint":"^6.8.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/node":"^13.13.4","npm-run-all":"^4.1.5","@types/sinon":"^9.0.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.16_1589840055325_0.3231264542254988","host":"s3://npm-registry-packages"}},"3.1.17":{"name":"@hint/formatter-json","version":"3.1.17","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.17","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":"973e46509914e40a4233c90959d2f438236f92b9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.17.tgz","fileCount":12,"integrity":"sha512-5ZVn79CzDQ5CcyH/ISjwu0zYFGvTygG4INH1jQvS9JK9N5EKEGdLSL75sqKm5iwPn13camaPhXatyekyzRUxEg==","signatures":[{"sig":"MEUCIA4aLsJI4ifF5PNfs99tESHbLh+m2UkilLlIvJzpBXETAiEAl5fXv/3dr23BLCF7QamLJIrnoFb9x1bvt8JYXB3110o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":159212,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHzqSCRA9TVsSAnZWagAA6zUP/0X+xNKHUMOQnJset3OZ\n8wtPkvLY1SO1Abp7fJ3IZIngwLrD0m2VoGgPHUKzpngKNKMKsub1ry/LoyIP\ntTpo1X103Bt2ukPtfHt6ALKTUbGiuVOExqGB+7FbxcraUxU399UIPZXPp9th\nMPDgAa6HDBMHcUJnWj6497YzVCV3fioT+AFxScIoXI2TBYyCCivRhuyU4jtm\nkkOsEN5P0ui027YEuynTBJXr+QXaew/4JWFbL+jvOR+DE7FGpyueKm60nogX\nW8kCsBq3mCjH3a6Dd77BSD9ySYU2QD/MMNs2zuB4p/cYaypHpykw/EsIQEC9\nbdY6x+AAz9qrhowcObX8KdHGnuCcORBgSDcqDxfP3nbz0RZ3SgW4naA7T8v4\nyJNV91IN6Mtvs7Swbsgj6Dj5i9BQAGoKtSjGWH1Vbzy5AWQ8l5WxfXh1rVCE\n+b3pEY3wHFbak7CzBifrVDAs+vr5ZELKS6kVcCKT4KM6OMvpF/ZPE/kTfEes\nCZrRf0p4r948jAaao3yF3IdY6660YpT9tWatjBpsI860qLMhGe5uYQmAKZA0\nETOY71xiKuFlc659lMP1UMG8UpERyrJsmLKBkzHtFOI1ojevVqF6usdUAGL+\ndlr2T/wwcMgMmAI9Dn3l8L4tbCKpJXHFIJDqSpGNLFP/kNVENetAtIqv1QBh\ny62g\r\n=r26u\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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/formatter-json"},"_npmVersion":"6.14.4","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"10.19.0","dependencies":{"lodash":"^4.17.19","@hint/utils":"^7.0.5","@hint/utils-fs":"^1.0.4","@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","sinon":"^9.0.2","eslint":"^6.8.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/node":"^13.13.4","npm-run-all":"^4.1.5","@types/sinon":"^9.0.4","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.17_1595882129539_0.8793261898809241","host":"s3://npm-registry-packages"}},"3.1.18":{"name":"@hint/formatter-json","version":"3.1.18","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.18","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":"cdfa37f3768f3646a5cbd8bd251b7c9f3d0bfd10","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.18.tgz","fileCount":12,"integrity":"sha512-jcS4wC0BypLRnp0gF+Sn82gik/dwp61t3tL8Sx2opVu970/WaTrBO40G+ntWB4KOiBlNai9D1eHTHdHHa0W6Yg==","signatures":[{"sig":"MEUCIHD6Qm9l68l0mQ2ndHZcYu89tm+TqVrEKRkm4T3qtgeWAiEAuDN3biwaSnPPWkbO0yPI4UFzBIwDqfMX05kL3FoydI8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":159995,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRDcMCRA9TVsSAnZWagAABZUP/13EXvqgeqo/Kk7l0gOt\n/jZhnhLXrr5dYTiEUu8XkYgUV2tJB/RY/RHsti4Lm++iRE1cDea111kp4tHl\nWcifIvydGwr0794I8oHBBq3u4QFP1j8xIRfTW7zWbY29LsZlX8R6beXTdbLt\nUcWf3Ds6hjGYU/RBV5tCCXFC722ydFhKnTmiGWIBRHe4NLP+n2AvH1lhs42l\nIatCjEqPbfYg0NinLqBVmxaoiQUQBRVRoUc7coMuBqQrG60+R6b25ZVCW9Yy\nFFkOhJgrRVihFmKIDov8w7C/LrLmscAvR08oLpTfVXhUtePbJSSUrLZEsbr1\noPWhr10FF7Use9uALifsu4xaY9HNSEnNFKFD529eU6T4pYTcU+sx1V8IiRv0\nBVKrohEeONPWwoxuIJXmySyrjbokHks6rg4fZRr3uoD9B36W9Rype8AyUvWy\n7w4vy17YD+AmQ8MYG2su9Sm0qSH5A1KQFf53N2D3MMTMPDOFRDg+ImW1vrqI\n8pz9Ni52vfOvXYIrHCuAmY0H8d+4r1FS3a2mXuuH+4ZcunnexFqj5Shicwl2\nt5EoLdjW10uFcs8zGo08H1B2LQVDt+Xo5fLoitUyfVGH9HMSHL0oA9EZemK+\nbBAxY1jI/8uccalOT/sddLaAs3tf6ENiiYCps+QmqlfGiR9mHcGuMesh4c+H\nkCB9\r\n=kyW0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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/formatter-json"},"_npmVersion":"6.14.6","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"10.22.0","dependencies":{"lodash":"^4.17.19","@hint/utils":"^7.0.6","@hint/utils-fs":"^1.0.5","@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","sinon":"^9.0.2","eslint":"^7.6.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^3.9.7","@types/node":"^14.0.26","npm-run-all":"^4.1.5","@types/sinon":"^9.0.4","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.18_1598306060396_0.17473724577507377","host":"s3://npm-registry-packages"}},"3.1.19":{"name":"@hint/formatter-json","version":"3.1.19","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.19","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":"4f10b1be1c52765e7ce0b2923a3ef99d4b6cc598","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.19.tgz","fileCount":12,"integrity":"sha512-iCdSC8oRbEEqM/u9SmjLLB13yCzH2QnhqeQwKpEaSN2mCICYjHKq0v4LhcLR2B8fy7q7e05IxiOKlkcwb+NeBg==","signatures":[{"sig":"MEUCIEbGBJ+rFpWNIvvvomG/QKJX4kj+o9V4NECjFV2T2FpYAiEAhjclj0v5mCbMxH285aJgSojTOZ9TOjx4+hQ18TCUmd8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":161841,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrEw7CRA9TVsSAnZWagAASx0QAIO1M2HkT/JZPasWQsZu\nojJOOdmaF37DAI+wqZh2MbGeMLQ35jWmuGr1AucaPxGZdXq4e1iV6Y+ziTUg\nPbGBa2O7u31CWoL36sE3/NQw5R4Z9xg6IgUZAoz+LnMFyPKIRY8j5KUr7lRX\n/Kr+VihAzUHAmdtJps5pPQftHmBKFNH7PkqEqmDUtD4pnpq4a689kkB/3jaZ\nPabMpaZDZv2jmis6TKJERiViNYL/7lqI87otC7NVvfLO/IpbrzixpDTnnfc7\nWnVB2ntkqPlIQp/EHbflkYtn3AThPdECUa/QBjAdrE/2ugOYWgFjPy3lAEHd\nLBLTp8eD5wTGIz2AQxrBSqDMGp7TOsu3iLn58lzPpUjwx8OfKsFTyoLIjdwD\nOtjmsgOhXImATHqsCirEV+yQAhY0UxatKdjC2qphfQJeuHk7iE7rnf0t3U2+\np6Ap34ryT7KMB0WvwswH/Vkja1vy5F3x1hoP77usZKtrcYH2qftn45n5Ev3Q\nUqhPlcq13Mr6rsFRU9sxmjz0SJgAWnmPbwc3O5vBmPCym37EHrFFj/AWk6+9\nC0SxbkEFrQwF23RioU37jSR5ndvk6sdB5kp7GV15YKv2j5guUEfIX3z6pAp/\nnWtxDM18b4K/YhQGl50w+wF+NykUwKSdy+tjJgXhAzLajYDPd/Z69bnaRaVz\n2Sl0\r\n=JSuG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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/formatter-json"},"_npmVersion":"6.14.6","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"10.22.0","dependencies":{"lodash":"^4.17.20","@hint/utils":"^7.0.7","@hint/utils-fs":"^1.0.6","@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","sinon":"^9.2.1","eslint":"^7.8.1","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.0.2","@types/node":"^14.11.2","npm-run-all":"^4.1.5","@types/sinon":"^9.0.8","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^4.0.1","@typescript-eslint/eslint-plugin":"^4.0.1"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.19_1605127227585_0.6124959826082652","host":"s3://npm-registry-packages"}},"3.1.20":{"name":"@hint/formatter-json","version":"3.1.20","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.20","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":"66917d5a6487c5b541b6a47cee52acc2aa6e0e45","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.20.tgz","fileCount":12,"integrity":"sha512-4S4vZEcZ7jx7r9OwgrLiAf8l+OhK9DuWcBeyjp7GVya+ixRWJOFKTl0v5ydObccrng3B2hytA0cFsOUAmuMoOw==","signatures":[{"sig":"MEUCIQDIYCcW5s8VHCZ7RifNfxuNPi5TamjwQ0wEkTpdzHWWFgIgWMjaLy29Bp7FRvwnzhWiLIbs0OvjMPTbcQrEUi+ouC4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":165880,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHErPCRA9TVsSAnZWagAA56EQAJ1sdcg+CtsEKC7BzmgS\nezzmheNqc7oZkcdK5Wy5JKX2i2j+bRr21auPtQyEsP9OWGWF2/njGU/LSJsX\n1JpDiBS6rIUin+S/dBsDHFwEZqr5tBZueHNfW3XwkhTN2FHoVY9+eJq4bTzE\n/9uTsbmyxq9K8j0g/gO4PhOr7WX4E9I2U4qzRfSq5ILwiQXCgG8S9PSJz6Ct\neTIY9k5Xk+nFK6d8jc+3hG+zrU1ayvuSYHxgCVvLwkKK/TPY4g6YVC9w0CdV\nAOeXkDpOCPCmHd0LPYTj1Tornmu6/QPpUhroDhKkhul/Yq6XDmSHBi/HtmI7\nbQIgwialYOmUqjCPnvjF2nLtOeG9bquafTm6WtFAkrfQLcUrSsM/3dOVTF8/\nOz4srHGvkP2IX+TnJ38J4Xg6NfZOaih/ZB75Xl4lvymv8QcDdM+iJ3vTEgqX\ndMsTIMZRTGpeKxyVDXO7HZXhVw+KYxau8URDdgdXx7E2X9r/CIbNaEEoQICE\nKhkpdn6rcFAZh0x3OP1aaz51U70jbzi7m91b7IK+Cq3A2lkwhdeqLqSimdde\ntY/mEuNlIJKHZzl/ele8vOS/SM6mZltvZ2wb/sllLZZNBk7pyIiilrY76NRY\nwJvcqReW5O1ei2vvqc4ioEQZKsmKIbVjllCOpV9s3lxCVDatOvVSCMBPmwid\njoh1\r\n=e77d\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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/formatter-json"},"_npmVersion":"6.14.6","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"10.22.0","dependencies":{"lodash":"^4.17.20","@hint/utils":"^7.0.8","@hint/utils-fs":"^1.0.7","@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","sinon":"^9.2.4","eslint":"^7.17.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.1.3","@types/node":"^14.14.22","npm-run-all":"^4.1.5","@types/sinon":"^9.0.10","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.20_1612466895479_0.9015094388460771","host":"s3://npm-registry-packages"}},"3.1.21":{"name":"@hint/formatter-json","version":"3.1.21","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.21","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":"a7b37bba3911c0c691d0b76f4ed6f85ed4910036","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.21.tgz","fileCount":12,"integrity":"sha512-cchCmUQiu3ts0U3uPIYR5MEZ/9Vg1TB+5ZtkR8jL24YbKGAVf6D+t2/YfUCWLeQjbP4GLsHjX1NbG+P5l/Qk6Q==","signatures":[{"sig":"MEQCIDpYABbEigZriv/JVk/beuxu7aIulQDZMMBKf/OAl54JAiAGPz1ANqHqRHdjAy0UozjbMKrhEY+qnmv+6peWNNl77Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":165880,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHeV9CRA9TVsSAnZWagAAiWoP/A+JWNOEbhsHzUgSOMiX\n1c1dt3ClfqkVOy5pa2EpHStrTREYRYl+iVW3CnrMikUlkVPg3uwrxQIN+di1\nzCttqm9nuPhHSP5dDjBIprppQjEC64V+gtoz1wI7Bmh84Wyuk25LuTzkNMb7\n+dsZp2FkTI6LJxXOZ/5jWNeI+/xA51uWEK8L5kooci+2skpMjmnuHz2YxBXS\nbpzifM4mLLEGvsy2q44Pd410YKui7lhYEMyM6YtRiBzHkHu31+MFT6ZF43+n\naT3a8fdUF/ViD4tQLe8XiKmRdeuPYSuJgtkl4zNnlYtVkAu6ryunda51bFBd\nJp74g6geOcV/fPnUNkWScUN0/Ky4zRGEEX3nLjAsYfZT9znqc/cQKUaYcZq7\n33WTxbOILfBKFFi2XZsUtUPP0Mdx0ndLRUUxVNLXebZxwT/BpoWSLcno+w8+\nyVgCkX0S7+mn7p511jzsycwdfKZ5tBznFL4M8yXLLuzFHjvIeek7MVujDzr6\nJj8tWjRaOShjiBzJJ07DbnBoHaFOe1bWOFa0OWzHrctPsrPHsqHXAV5nN2H1\nl9UzShho4mbOzED2+95tfgzIHrT79LWoxQPhDiEgI+dvzSOPUDA2//YusW2I\nsLh4HLM2F9UvX0PEKMIfifB+Tuz2zUFdoccCTbLpovTKsCELCeITuqgLtQQR\nWhrV\r\n=sZq8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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/formatter-json"},"_npmVersion":"6.14.6","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"10.22.0","dependencies":{"lodash":"^4.17.20","@hint/utils":"^7.0.9","@hint/utils-fs":"^1.0.8","@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","sinon":"^9.2.4","eslint":"^7.17.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.1.3","@types/node":"^14.14.22","npm-run-all":"^4.1.5","@types/sinon":"^9.0.10","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.21_1612572029102_0.20628121562567947","host":"s3://npm-registry-packages"}},"3.1.22":{"name":"@hint/formatter-json","version":"3.1.22","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.22","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":"35ae46af893a8863512d6f773c31cc9318e39784","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.22.tgz","fileCount":12,"integrity":"sha512-E8jAHo0cVOWvT0GRhyMfSMJcn9OfxnGfhxCl6kG+uXT11yZLHWRW7zeUuhsfAtKMEPysJ/KSGUqXDsWp6W28XQ==","signatures":[{"sig":"MEYCIQChV2Tw2tBRCBeFSGRHeHiBqRAP2MgHa/WA+CC/1tDduQIhANSsg64yIaAZKjFcVAEZV4X9pPrQ/LiewiiT8/lpuZOd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":173618,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwRHbCRA9TVsSAnZWagAAUXAQAKC91gZ7lb2SoRFZCaqH\nIJM2NtsKh9Kt54KEg3rzkaz/Pl7/jspUS8P0w6dnE06msiX1BOUM4c4TKCGJ\nnuDHy3y92RZsSoN+wU7lXRmqVDXfxWhWSqPZnfADpmXcqwDqjMug2xCAfWEK\n+rEWxKGDTfVwBn87+vAgG7EWK+e8JqQzE2ewG2HmniBwYI/BQFkp4o0PL55u\nGuuEF/i3ty1Q4yFAgV/bBejsWOUvoA8x/rw0nep0OuplRCTFI3/0kvb8Zk7q\nQTSI/UKHILyB6p4N/BUOx3/Lb/vH8pMu/jXt4IQ0YckKcScP7JNp8uHfdJLR\nlyJZTmO7BRtSDErvbVB+KqMxPvGb3Tu2pcJcYlXhi+JpWg1S8XvEVmPRWSGz\nTJJvKcWBObzLBTUmfjtJV93Jpkr3ATvy3fXzakkvNMBAHvLaj2/n3RfrQFOI\nOjo0JjEqf5pQhPPxQ/CZeIMqvg3rkEgNSQ5N72GfqfGtn/LhR7XX/8SnUy7Z\nHiSGoz/mCybGBAk2c91dfUIZIWAwNi7hPm6A4XKQ7yq1BKzwaxFzDnLvCs3X\nmR+Rp7zTV9CeTwO0XkK0HokRVCLxhR7euGt7t9mDwZkmhpy17cvZ29FTq3C6\nfSAvjPrPJcGSc8PJ6WiJNajcVfH8OFs/hlRQnlBonLt9ggu92S2CiUR0GIhA\nM/j5\r\n=q6SB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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/formatter-json"},"_npmVersion":"6.14.12","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"12.22.1","dependencies":{"lodash":"^4.17.21","@hint/utils":"^7.0.10","@hint/utils-fs":"^1.0.9","@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","sinon":"^9.2.4","eslint":"^7.27.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.2.4","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/sinon":"^9.0.11","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^2.2.0","@typescript-eslint/parser":"^4.26.0","@typescript-eslint/eslint-plugin":"^4.22.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.22_1623265755170_0.3961483117818929","host":"s3://npm-registry-packages"}},"3.1.23":{"name":"@hint/formatter-json","version":"3.1.23","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.23","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":"03691cc7e87cee8154efe6b93871abd7148adcee","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.23.tgz","fileCount":12,"integrity":"sha512-lVFRO81/362pYbI67+0TFVfDXUZnJ25yb0al89saVz54fr6SD2qAIRr7aQGXBqwnnYKTjMbOUn62AMinK6yhhw==","signatures":[{"sig":"MEUCIAWXquaP0ymyqkS84KiUL8FKYYHg0GaQpCz8pLOKsszpAiEAkBPAuYCu8i50GbwB6YFQgJUFQpg8Xgtotl7pj3VezEk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":175605},"main":"dist/src/formatter.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/formatter-json"},"_npmVersion":"6.14.15","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"14.18.1","dependencies":{"lodash":"^4.17.21","@hint/utils":"^7.0.11","@hint/utils-fs":"^1.0.10","@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","sinon":"^9.2.4","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/sinon":"^10.0.4","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.23.4","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.23_1634833158235_0.7637414612122462","host":"s3://npm-registry-packages"}},"3.1.24":{"name":"@hint/formatter-json","version":"3.1.24","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.24","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":"341ede677bb79d7e5bd0dee6f2e19f0dff3f3c22","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.24.tgz","fileCount":12,"integrity":"sha512-O6UcrQiNS/4evq9ORHece+VKTpw7UE3y95PlrES4vI/p6TLYb6Id43RVGlC2WsBF0Mju0adGn+NVbOHZ/VjZ6g==","signatures":[{"sig":"MEYCIQCgcSEl994RF/bAA5UzWiUMd2Mq4njvhlK6qmhs4sfqBgIhAMBHnKyfSKsY6qJgSf/6e/ylaXcuTr55hug7GDXB2+P2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":175871},"main":"dist/src/formatter.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/formatter-json"},"_npmVersion":"7.5.2","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"14.18.0","dependencies":{"lodash":"^4.17.21","@hint/utils":"^7.0.12","@hint/utils-fs":"^1.0.11","@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","sinon":"^9.2.4","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/sinon":"^10.0.4","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.24_1636050536227_0.3975040630662605","host":"s3://npm-registry-packages"}},"3.1.25":{"name":"@hint/formatter-json","version":"3.1.25","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.25","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":"b7b4644171e2c5cac338720f07bde8d86361e6fb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.25.tgz","fileCount":12,"integrity":"sha512-qs0BeUBsWKgtmPn3yoRvjnYyRW3P5Q0fcVMUYXl0A3Uvj13zYFZe7UYKnVku99UG1nl2/thDlIUSNSEHFpW7Vg==","signatures":[{"sig":"MEYCIQCn9lakqt5+pPrASUp1usGUN/JhFUO+qnrNMLzLnnEq0QIhAKFfvcJVa9klmc8K7YnHdxyFDYUwL9Msn7skv7cQBksF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":176149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2KRQCRA9TVsSAnZWagAAG4MQAJ7rodTEncTYgQT+siW3\nsiQkIXRko7rBzcct4U33LeGYNLXA5b1CBKrSiLCBmQjkeAzcEBcX3gJ3wJQr\nLOTehAhiFoM+JdtFqmcOYLCI4ibk5vb6zJeLTofZqGP5IX21XZ7KMRmfCegj\nPOlGL91iX2lL7TFB6xgZ0CwJAA7p9Tj9kTypkPnCE1zGBL9MsY0wsq2qiDCz\nvXwVEKNrDal3tnnwHKAVucSyyTLdw+k2mZd8iM1IudZ0iZQu+p96YqS45R4r\nOwfQu8j7h8rDSixMb5Nu7ps/ofzxq8B/FOQWhbAZ0DaYKvoNkB4xxReLG6Bb\n0MR+f48l4l/odaTWlBf6hSZXWhp4jhIwWDr5zi84VAY+iSIgy5yoyQBJLnJ1\nufeyDVAkI5a1HEhZCTgUl4bPL/gkQqkd9AYBnj0qX6pBVKL6d49vKIpk1yWp\nxg+9fTDmBmM0gZFd+quTBwOyCkfiyLbIgY6HmCVxEMH0EIqsIho1I2Wb5+wy\nS36waCzuDtUzeX9puk/Lx5cSS4Vk6lmVDjs/hhxd3eaxD9zmQ5N4auCl9fgx\n5wIuGP0Qb+aAVRSPxwHmVhib+/7BzsKsQPe9qikbzBrP9Hq/+o5L750XUddU\neq6lNx/y6hDN/BhP9esISXBx7hulfyLRL4nwT0UrAPwQoPmPszah/zkyB2Ht\nK7w0\r\n=aJ88\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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/formatter-json"},"_npmVersion":"6.14.15","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"14.18.1","dependencies":{"lodash":"^4.17.21","@hint/utils":"^7.0.13","@hint/utils-fs":"^1.0.11","@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","sinon":"^9.2.4","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/sinon":"^10.0.4","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.25_1637006897625_0.7394203718835859","host":"s3://npm-registry-packages"}},"3.1.26":{"name":"@hint/formatter-json","version":"3.1.26","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.26","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":"cfd769950a4e43e4457f889678becc6f4afc2194","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.26.tgz","fileCount":11,"integrity":"sha512-bJsdivhK3GO2BZhAlpYaCnzfvPcZvFqb/xqKUvwq7IHWgdF+FKnoLyL28FEScXhdbug9sH+rPmcSSFZkQGTRfg==","signatures":[{"sig":"MEUCIQDogjIh8Pp2D+eOcTkuSs0QlTRfieHb3Tb5wcwtet56YgIgaUSvFT8vqBGDtXbG/ZBRaiWE1pApzM9mgPnRvxSfezM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":124750,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKkYqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+7Q/9HVuLW/nevuIFq80lce3OcoDS5o0+B6US/YQ3F2mQXT0jypdC\r\nSDddT/4i7gtYDZOz/pjsjFE6wCDzZch05QFf1LkP1zd0kNJSKBdgUXQ2Cj4T\r\nMHK5EgCd2vW5MjUYlWefEIhrZYgEX7+o2+TJYwB1uCg21SRNtrQ1gjfzlOn6\r\nnWsYxWYILHSzm7bpSfSA4US6r6m/7CkiQyobhuFeGX4PYLvfxDZy4io4jb1r\r\nJKhwn8teXXwXzdejNI8UH76soglOEYjtQmCfKqjxFhFv/6tBJfG4VfstQJ5l\r\nsH+4RdgnDCdBoRhQQTUx1rDpV/aJ7fX1Y6sE+D6LMoYcEV/ycQE3PtEQrvY5\r\n3clC0O6hwCppFXZUnzS1Y0qCYw083ZfYCThpMvegeebk0bWsphR/Tw0q0krv\r\nO8lrxmSV0TP+sogRO8HiLSBwZqeIxJbN9qb1BxLwUw/zD31xea9FnCKbS3mK\r\nv2sz/gQSnrLOPBqJNcsBO4IIHM3239YvZzURVcu46z7r9CbVxb+q5yfKSuKt\r\n3z79TWpNzHr1CiYvm0+8nU5z+G9fYgXcaK+pcdPbd65PQgI5dH15xVHwxiQB\r\n1SiPNIAWGRd+3Qfs7pfk6B0nAlZvev7zSMWVcsUTkzKFFY5pd4BjXXx5/ua1\r\nlcyld0gHXSQT2Mp2XHR1/FplTRW7ckS6z6Y=\r\n=WXSP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","types":"./dist/src/formatter.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/formatter-json"},"_npmVersion":"8.3.1","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"16.14.0","dependencies":{"lodash":"^4.17.21","@hint/utils":"^7.0.14","@hint/utils-fs":"^1.0.12","@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","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/sinon":"^10.0.11","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.26_1646937642586_0.25527486572055613","host":"s3://npm-registry-packages"}},"3.1.27":{"name":"@hint/formatter-json","version":"3.1.27","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.27","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":"dbb04cdd1f52b326e4cbb5a83cb6b3203f772cfd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.27.tgz","fileCount":11,"integrity":"sha512-KcgIOh+cruek9kkXdDMrVl6xTeRHK8v0ASOMHKt4VkOQykhNfsue0aReS99c8RIhYiSC6fB/tIeCNu4pGo42ng==","signatures":[{"sig":"MEYCIQCCk9wuQqCFaVxZxYLzh9kpiO46IZESiCoF/O3pfZEJ8QIhAKYM6md5MciY+afsfdVZFQ9PlrQLVoG6IOu7TNoCcsuf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":124750,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaG3MACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZjA/5ANcCsBvdX+ln3Yh3ev7ThtTTnejq1eQmWsjobO1+jkKorNDe\r\nyijyYGtybH32+u38acL5Ap/XlrbVGyoP5Q6tm66HhaLwiyysfM8YqLwXlSpm\r\nUb/O9klOC6FtjmAcme4uKcAyt+km1vKa+q2L5sif8t9CDmaXxS5DuNIGrM3l\r\nqsDszK4OlFPMfE1WiyzAzg8A4hyb76/H3kXb3jrQ6p78qeYnv9LTGcViuH81\r\nRWYmytAQ6I8E4iiZtdHhNMfzOIogseil92XQkU5GTMRTLhHxI5RrtUBK0Wri\r\nEB4hr31JdeJtGbVroxpneYTnqCXvQkQAhPQW4PCu4welCDiARNDKLSfcUBtZ\r\n5CUTxz7KiBUgSQKnE51mRgdVIW5pbRv5G6EtHMGK2b2CHioq2953TL2JWDtD\r\nA5luJP3jqLifiqoB499g4wziyz8V6armiLiPeQlZevOXhoE0LjmxNQcYLTYj\r\ntdPIltXDGW4E+istQA66Ty3jv6OXo260kztdgvmQZWauZiSq6/gpwX76ShiW\r\noeCDHnhpx9zMuetk9cG8rX3olKiGe3V8HJ2no4WSnJ0hEd6Dz85YbTDpP0di\r\nWAMjo4N0ESdgT1cjtYYPaOqPqdKLcPX3D1sfIb3OOvn4sb0a/iTwu+xWQM5c\r\nOyJgeBJ/Q2CBybaJLXTQkhPJDJLWF0RJvqE=\r\n=T2CL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","types":"./dist/src/formatter.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/formatter-json"},"_npmVersion":"8.5.0","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"16.14.2","dependencies":{"lodash":"^4.17.21","@hint/utils":"^7.0.15","@hint/utils-fs":"^1.0.12","@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","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/sinon":"^10.0.11","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.27_1651011020623_0.6276033660878331","host":"s3://npm-registry-packages"}},"3.1.28":{"name":"@hint/formatter-json","version":"3.1.28","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.28","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":"f1e6006a5df6037b71d691268ef766ea6e7b107c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.28.tgz","fileCount":11,"integrity":"sha512-z8i2xvfEyIRgH7UuaYnqBK5a8sozyYrmzrahkL4i1t7nh6tZYJiVDMjQnJ8BXs2izOyxdf0zjVxLRpv7dS9Jzw==","signatures":[{"sig":"MEUCIBLFFyl4ONZl84THHKuT2irxpSniGA5+rje92P6Fx1wDAiEAzaI7fF7LCbVjByoI/RiNcSppy0cK0Smzr5aDh23gTy0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":124751,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicdocACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoM+BAAjxDApbp7Pin82/I1BWybNmLe5n5TYeXFO7/CvfosEaJvdlw1\r\neECZy0Xh3Fd/jVQ6UizGln0cpQOPMMvLzPpbvcUrvjp3Zwn95O6qs9ocyqr6\r\n2IiLHBe4gTsnopSU3GeH/Bf/VUhnj/jrBnNxyT66iORjpHiEb63UOPZ759cY\r\nb0J6/iSzrLwlBBdQJ+owxWuSXlkcSbEAKNgQP16gUWReciLZO2/FATavOc+Z\r\nJSo5nCbMDb9+gUFCPT3tX2rjLgmQzq+2exTuOOH5JNTHGKxanLrRNg9fguBR\r\n7Vw3EIipLIVIUH9ljPPod94OmE22yVYe7g9azCFgfMjtm4Mg3cZMnd9/1B1d\r\nGd4HNTFdGPD3ApXA/BVzgjkUtFukOW7GI10gknZcE9NTClXZ0Bqv17ScKRlY\r\nA8QPr4lvXyfvIF3eNF3NCnvHRHQGEumfM041gnljEbg6MOrTFcahmfuzj3I+\r\nuBCE0KG+KUOWHKZvgcmQEEVu6Nhh1WCgoxmuNxFQTAVI5XClh4qdFDOOys+8\r\nRx5Qeij6pDWdnDWQmBDiEauMBwM/hXGF5H3qSEobFwcClHSTN0Ordal6fsVr\r\nDjXFrXIx6K648Kvgx6PrwS9M23o+/8tjYzh0azRPVh/ePvqDdyw/+iFejIW/\r\nNwHkQJBug63eKr6fIeCZWJz++YTiypMpodU=\r\n=1F1b\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","types":"./dist/src/formatter.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/formatter-json"},"_npmVersion":"8.5.0","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"16.14.2","dependencies":{"lodash":"^4.17.21","@hint/utils":"^7.0.16","@hint/utils-fs":"^1.0.13","@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","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/sinon":"^10.0.11","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.28_1651628572794_0.2948077800966946","host":"s3://npm-registry-packages"}},"3.1.29":{"name":"@hint/formatter-json","version":"3.1.29","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.29","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":"ea0ef9fef1dc37119df9696075818a65936a492a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.29.tgz","fileCount":12,"integrity":"sha512-CD2chtuxdg1RzTXmXC1QFQBzqYHZuv6+r9+MOoXEkvlY3m4iJ8FBSikXYjs0xC67e+WDpHQBFPv1AkFVlMaYFg==","signatures":[{"sig":"MEUCIQCJu9yoPKDc8f/TAaYmuTiDXyA6BJCVYiyM+6iXlgfq0QIgDXh5oPphlF99YVK0OPFEJ1p/zTxJP8+QY8zHgeOW8E8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":179497,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinn8xACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoHZg/9GOk8XkPNVslJwRUy2atzStNuWw/SinzzlOLsJYJOWYIs1mZw\r\nwmIdDvTMef5Ne38yRjHk72jPyurXslujNoXlqss1ZebLatGcpf2a9GCjb4pJ\r\nyYyXrFFC0TtO6e13dF5kAAdq4QYvKkvKVOg3Fy0V8EyESXbh8yN8JUYp155J\r\nyDvlXASyncfkRLrxdEqUz38gf3ZZnS6a4xM5JQoTrGflDc2EZg1tz0KrgQSh\r\nXnRJem3s4wPHnYs1QJIq76uc9aY78A766Mliw4GDre678wkCXpRee6F7F+gp\r\nf+fXUuGpBYnPFvFunZVac/zMrh8xEoishKroQ5+1Cazm590jH0HGQECSLZLV\r\n1qQ0XeLz0dDUrzQnlWrbr1rigzquJgOKfEZdqecSs6u+b7a+vD/qqV0r69tT\r\nUIubzhWifwhFZczNaum2awcARNhGyF8odnu47y82GmVSiIzOu9mqyPVWtU7j\r\nf27+UE3wMikoFasNL7+l/P637s9bLIrFLxqs/ZfwHi/xaQ7n/YXcUbQhDYpf\r\n1X17NyF/itSKiVNkP3gbFxnp+9oWDohZzk1LpNVw36oLIavhgxKMBo79Jbp2\r\n7pWMEIIi2J7UoqDFwnn1WcJZX77S0MX5ONqQ+W87HeDqHIZGE/rpbyXYLxdh\r\nzPFQoXL335yRfscCRp9wRhdtGPh1ZGGHkgg=\r\n=Y9Fs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.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/formatter-json"},"_npmVersion":"6.14.17","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"14.19.3","dependencies":{"lodash":"^4.17.21","@hint/utils":"^7.0.17","@hint/utils-fs":"^1.0.14","@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","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/sinon":"^10.0.11","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.29_1654554417151_0.35870495986431905","host":"s3://npm-registry-packages"}},"3.1.30":{"name":"@hint/formatter-json","version":"3.1.30","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.30","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":"83a1dd4c91213bd8b63b02ca3c75486b12ea2935","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.30.tgz","fileCount":11,"integrity":"sha512-5f5oteBBWF8xh+YyM8/rKJS7nRpGNBxUkS/ZaXEEqn+luSJzDWs0vYyfiQMOVfFQ9jlo8Z8S93fMSN9T20Ohgw==","signatures":[{"sig":"MEUCIEwS26CIcOsAob+qXmwwoJ/M2nz+SksfFegE6pu5gVLZAiEAj4bz90ry9Yx+vf1huPYrIeBb02vJfhxGp4U5YYjC/9Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":124751,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyFQEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmovuw//XiSR2uAf/nC8Zo58QluR56wWjMt5J5ZE8JT+5jF7xMIBJOcI\r\nypr1zhF0gly3lXSP/DvNWAF9oXXnfpl1n6lf0/XmUFcQtv6uvplDr8Q9Amz3\r\nMj0yMepZn5AJVYprQpy8aaM2Xo+0ICiHfvqAJdxKiaQjbvRwQrKN7V7ACdXE\r\nzOAkW3eaqB4ka1zTAn7NabBl0/Wo3Vp3NyKo7AzbEdvRdbu5GxqxyHnEseUv\r\nRcefdXTQK2Gm0UMTtCW7kUClByqvrWBFw9vkMS7WrbSYAaGGRuEMpSydit+Z\r\niczSCL7WWm11kZUsv6cytdIVdwnWiV5y0tVrKCDczB1AXQmQS/kp/k/zyOb7\r\n7oOuHg8Gdb0v9R9O9mDIR58jnL/+ubgXgbYLsXEYEGg/DtWDt+uiAZ0XzDAY\r\nAQYK70BIp0Vxva2gkreA5oFC6H7rqbJo/phFuplB1BGcasWxnisuKqx43687\r\nBVGVj5l/+E0+TB2WZszh205HMJkul1YWLwaT6AITpetSQDujrBC0SRO9H37x\r\nsYyaXjC5aI3ODPN5O3/BPEFXXO9SlNwgTNXzcf0WOt0g/vAIw0ejwcFr90Sc\r\nN3W9NSiKsaMwYUt4iDFKeOil2BlZOIdPFxVJDtloyiECdVYDS5pG2Gz1emIB\r\nA5IWYQoigtyAI1ntHMLJwQ+UoIlwwbUHjhk=\r\n=AKGV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","types":"./dist/src/formatter.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/formatter-json"},"_npmVersion":"8.12.1","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"14.19.3","dependencies":{"lodash":"^4.17.21","@hint/utils":"^7.0.18","@hint/utils-fs":"^1.0.14","@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","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/sinon":"^10.0.11","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.30_1657295876705_0.6483195716940213","host":"s3://npm-registry-packages"}},"3.1.31":{"name":"@hint/formatter-json","version":"3.1.31","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.31","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":"3eaaab8d81441e5b4d589cbd43f46d6659622282","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.31.tgz","fileCount":11,"integrity":"sha512-V2IPWDOB1jK/g0d2rH5R7wbTnCoDMNDoBVhlvWSp1pMAJAGd2kpVE1kWlSW7QSGKmfKlkRzZr+jlbehboG4Dbg==","signatures":[{"sig":"MEUCIQCIhr3anplBMmJgkfP95pAINWMIJwj5jPzraDHNAHKIQgIgGDdPevgICWj1VneS4kXO88ZsUH0X029JgIRyR4ChwOc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":124751,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2yu0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrRxRAAkbcRr+0tlIhsHPEDasarmFXIet2H2e68g+Nw6b8KrLcgUcRc\r\nD5pXlYZZkYL3PRKKjbUDKBSHkthj+fgpcGJa6VSDU6YGLtUS3i8T1vau//Gv\r\nYa0CTpI/GUL6cI4SAJmOYZ/sBx/JtrUiXCAjtB/hXh/4nWBbGeCrHnyc04d5\r\n4t4Idt6gTvjfvVzNOaEbowU9spvNcdvwTwcp9hsk7dS104a0/9Kyc/pMnHQz\r\nOZexYHsuO40cSZ5lzvwH8ijYOQWvSJ941hYt0BMBcL7+4YSqxgP3Lcuo46wT\r\nvxGVHzbmACyHauiD7EutPfu+1lD3R5JMFn3qF2LVXj3N6d+7vK3t+9rXViH6\r\naGxXxGQuBdK+vO/hmYRN9/NXGTlE6D0VmyxvTWUapBDZ83tspsjaLswFOIgM\r\nYAxqDou8OMVHaAf5fTQBtRh8X7icoOnNsjCLPw9lqLMA+dc1Ncy0xsto7Nug\r\nREQabUlTLaUL4SjdXboLj7FPUYV8AKDXyV9eCk+JAxkc15pm8dCr2CArduhK\r\nY5X8Pxe8dr9QgGnyhJpiTvVsek5K7kOklf+ebLLgmyaX9FDTqAoj5+Q6hK0E\r\nM96d4urt3zNAEIG5C3TAtSlzaMmFuNO9ljSv4iiwLdeA6ZhfGejVP5M4oYc8\r\nyyNb6q9YEQ/r7cuOdhc27x1D6pdooH6ZX4E=\r\n=PdND\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","types":"./dist/src/formatter.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/formatter-json"},"_npmVersion":"8.14.0","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"14.20.0","dependencies":{"lodash":"^4.17.21","@hint/utils":"^7.0.19","@hint/utils-fs":"^1.0.14","@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","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/sinon":"^10.0.11","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.31_1658530739875_0.7950769296276643","host":"s3://npm-registry-packages"}},"3.1.32":{"name":"@hint/formatter-json","version":"3.1.32","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.32","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":"d6c7af3b5efd82ed1a349dfffac61a72051dc9fe","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.32.tgz","fileCount":11,"integrity":"sha512-vj1FSlcYT0tzBSTAjYGnYI2PaGD9lvU7FCNxrk0h76i44pKU/nemysyF0iFJpqYCtoKQB7EqS48RH13jyMJeyg==","signatures":[{"sig":"MEQCIBr3Bbamev6PlK6LTzSJI3/zx3z5wL67a0Y35hUiqb92AiBbE93xfSsBLj70VdiswWqRhW6U27xGK91FwtPM6jCFXg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":124751,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF3fZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp0cw//f33R+VfnAqzlxcAPjcfm6j9CiQONRwqFwEp72nXHxjXIEvER\r\nOub4H8bN/K9j+g4Vj9RKdRYWeB6gs+2mVW6FaLxLjID1Q3r7RIAf8grzdbEO\r\nKMhKoTtoa9dg2YBRQPBWNeuD6LJdDRBXHEOmOX17xVBv3K76Ef6l1wFzHYq8\r\ndoKWkJV45CldnvBVOzU5qcQa8kduOoR+/IrHWIDHiRmA18u3KLpJoOmkOaMe\r\ngS7fFs2lR7TlhivUPjMZYSKrTewUDEZxL5hnQFFgRf4+UEnfkHMUl3K9Hn9B\r\nA8yLA5FchhIfEhBf74Q/BprzzJMYdVl/eMKg+pjS4tmCdng9o5/FAbXOcsBD\r\ntaB0mLWrxpILWIfIqvXIld1/X64DPlunPONehlhSv5AXb2P2+sPNcAYPWA6x\r\n67nyJrB55NLmC0M5Tal5ULZ3jmgaVktmh6GHbhCCg2Z7b6tzCBp+UfSmMGtN\r\n26TP+CXZqf1dHmpt8wCGU+DjMTZC9FeJVARmGsR2oKfCkpD5RoXSkm3maNER\r\nQvyW/5zqwGvelW8zuK3zWUXAX0CxpPR/IIstWPtz+i/xVv1jBa/SRbwCDKis\r\n7HZ82XtlPj9w8b1Cz00/kin3Wb8r5TrUurE6XycYi7e6sK6LiyYtsHi/1GZT\r\nkKjkI0UHs2lvGpk7VsHvR8kav2FHuR6H/8o=\r\n=oMAF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","types":"./dist/src/formatter.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/formatter-json"},"_npmVersion":"8.14.0","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"14.20.0","dependencies":{"lodash":"^4.17.21","@hint/utils":"^7.0.20","@hint/utils-fs":"^1.0.14","@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","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/sinon":"^10.0.11","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.32_1662482393494_0.7384917301603124","host":"s3://npm-registry-packages"}},"3.1.33":{"name":"@hint/formatter-json","version":"3.1.33","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.33","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":"aa0061be59b137dc3f999b504f08d2d9a8b7bb08","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.33.tgz","fileCount":11,"integrity":"sha512-3Um9r8FiBq0qpzErLfYTu35fF4UGxj6lQpb8OXTHPoBf778PAkaDBh6nHbAcYkZhOa9Oyb5jAu4fIWYa9USmRw==","signatures":[{"sig":"MEUCIQCWK5r66QrkDX1rVS5fNsecoaNIsdQMEFuJ+fd8bicmwwIgHkN4ZvxW03s86pPXeDQtCv2KN/DfLr3Tr7P9x53XAR4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":124751,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPy/OACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpEHw//Sl4dO0lN/GeBlWaDfZ0BR3wKOcSm8Rgsn7M1VTuB7ghvx3tO\r\ndVMxSc6ecMG1ITfFhIzm8ZSMoIt89pitC2TM0d/yGKFxFWCl0ezXCLQY46pm\r\n0VqwLX/vvrGC4NV5NgcQsExp4hrZhSPpsCwccXdgkcxXDDfEBIzQ+EH6h/tA\r\nreuY5+8btTubjihlCY6p0jX0p32A8XxMoc4JCOG0loEwE11K/3dvtdAflt17\r\nXj2QeH0+Tbe4Y3ohfRSHGdlnvYqWZ3zrr3lLOxEHRdp0n44unN8I7eyWkKen\r\nhSCf+eWWonHHs8ONijCUKnCOX+zuOQ0Ee26kT+CrMVGG8LO7t1aJeyyzgbws\r\ngWfxHyVctJCleMaiF5C1wmU55YFyYd+8taX35OtYv68Oa+N7lj1P/RHmofQO\r\nmNJdiHFihB20TCMfE9A/OXja5+1P56e1vT5gqivYB16rygajesc2BymX8y+I\r\nFIKGwSv0FSpon2WJ1fVTIG/FhZ1hhXlYFQ81ygkqboPBMEoP6/dTuxICg4Mf\r\nccl80hiACtszOdtY301zUKuOmoEztTNncE6CW2+Bzzjs080kDYAPlffAP9DW\r\nCxfYOFhW3Gf2J1UQsZhbxcyWAvDQ25hyQo24L68EwJQRqYjaKCpIz9i1cM0X\r\nbvmdgQrYgk75ZQvaUhgVKxA8Qh4dI2Kydwo=\r\n=44LZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","types":"./dist/src/formatter.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/formatter-json"},"_npmVersion":"8.14.0","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"14.20.0","dependencies":{"lodash":"^4.17.21","@hint/utils":"^7.0.21","@hint/utils-fs":"^1.0.15","@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","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/sinon":"^10.0.11","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.33_1665085390748_0.5006964714409707","host":"s3://npm-registry-packages"}},"3.1.34":{"name":"@hint/formatter-json","version":"3.1.34","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.34","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":"f084c11499928c98ecf5b08aac675f0c41d5992c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.34.tgz","fileCount":11,"integrity":"sha512-TLkjpy9fXs4lgnuD9n2Q68qL4bbvTyru9VzsALhArBkIaz2h5BvZbyy4Y94+2nAUOG4euic7vNw/lcMCkG9eEg==","signatures":[{"sig":"MEUCIEzwXc1dFsYJtx6qaUZho7EUkhchepLst5RBy288NpDMAiEAmGziqGIA4Uq2UMMm9tEpzazrc3M0xVLY9dpZz3fP4tg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":124751,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE5z7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqQgg/8CSB84C6tOgkXW0V6FjINlwB4Eau8nf/8TbD2/S4mPstOsZI2\r\nrUvJT/yK4XdoHXVzCABYXqKr5gyBUJY4U/3Rcb3r6bKSVXrF6/EBxZbJ8vcQ\r\nAS3gbqaCzmkiCfaVvkD+0ogYzyZc0gM8iJDqFZjI2wXf0m5EIgXBuH2xX2/F\r\nMjT53v+iUxZg7rqRM6TxyseKh+io0CrmCJoSYLDmL3wlp/wBh0ABE5RDYfjV\r\nl+BYTDo/mSFxwJ43X/GRCyc3OjMA2wt6POr9rDZ7rIgd+sd9LHZcEN543/Ll\r\nXw6FdyzON4kMJADtBkeDpHL3FLVTWpN/h79mEWVm9ZiwYGTJD4WatHQxq78Z\r\nTL/44XZD93bcyZTfRTdANaMz23+xfE3IZFytBE/eAqMc67fk2NcbLf1wxtVx\r\nCi3C3m6SMbbkVvsZCTNLjNFCX0Jhg629/E2v0RThRBtc+LzcHofRlMWRdZ4S\r\nAxM4H9GhalQ+XB8Y254f7EHSF6viDw29eUY+i1kN+CoUX3mgy2gfR4gDnToV\r\nMVAuDQjzRgrjCgiiKpIm2UvG63PH7MQhjtb1jTV2OHtvZbUIHx3hrPu+zhgv\r\nhvIeHgCCZi9S4+lmSuoMsrKx4ABRxO0k90i8gH8FRTpkZzE5E0NZl0Uv569a\r\nSZ2Trci7QpHcjPVbs7NoceNDt302UFSjUDA=\r\n=NdKx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","types":"./dist/src/formatter.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/formatter-json"},"_npmVersion":"8.14.0","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"14.20.0","dependencies":{"lodash":"^4.17.21","@hint/utils":"^7.0.22","@hint/utils-fs":"^1.0.15","@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","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^18.13.0","npm-run-all":"^4.1.5","@types/sinon":"^10.0.11","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.34_1679006971085_0.4226479204144402","host":"s3://npm-registry-packages"}},"3.1.35":{"name":"@hint/formatter-json","version":"3.1.35","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","_id":"@hint/formatter-json@3.1.35","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":"215d6d54224a373ba3824f3551ef2324abbd2e16","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.35.tgz","fileCount":11,"integrity":"sha512-TMJDoP8w3RqCk8fL5Ask105kP6BvjD19HNDY3lU0qGWOWBfFd4/faTojVvM2ECCxMZJVGIYhhKt/zktBycwhTQ==","signatures":[{"sig":"MEYCIQD5UdJ7+4qE/FTZ1hj4WMDbcCqyjAdwzz8R4gNjNYOIDQIhAOJlbhXomAeIER0PItcCIzVnPVOUKb2Z5xVrnvEagFn8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":124750},"main":"dist/src/formatter.js","types":"./dist/src/formatter.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/formatter-json"},"_npmVersion":"8.14.0","description":"webhint formatter that prints the JSON object of the results","directories":{},"_nodeVersion":"14.20.0","dependencies":{"lodash":"^4.17.21","@hint/utils":"^7.0.23","@hint/utils-fs":"^1.0.16","@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","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^5.0.0","copyfiles":"^2.4.1","proxyquire":"^2.1.3","typescript":"^4.5.5","@types/node":"^20.1.1","npm-run-all":"^4.1.5","@types/sinon":"^10.0.11","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^5.59.2"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-json_3.1.35_1686327902165_0.3650637978343205","host":"s3://npm-registry-packages"}},"3.1.36":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"description":"webhint formatter that prints the JSON object of the results","dependencies":{"@hint/utils":"^7.0.24","@hint/utils-debug":"^1.0.11","@hint/utils-fs":"^1.0.16","@hint/utils-i18n":"^1.0.15","@hint/utils-types":"^1.2.1","lodash":"^4.17.21"},"devDependencies":{"@types/node":"^20.1.1","@types/proxyquire":"^1.3.28","@types/sinon":"^10.0.11","@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","proxyquire":"^2.1.3","rimraf":"^5.0.0","sinon":"^13.0.1","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["json","webhint","webhint-formatter"],"license":"Apache-2.0","main":"dist/src/formatter.js","name":"@hint/formatter-json","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/formatter-json","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":"3.1.36","_id":"@hint/formatter-json@3.1.36","gitHead":"5db0e7f01a05fcd6ebfefe154a75a6d4a3cf3201","types":"./dist/src/formatter.d.ts","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_nodeVersion":"18.19.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-wmoA+X+bbULJOKHfm0lGqQofUVW9SSSKcPSWMPG80f6B+2gI6jhDnLHnzMb/co31xQt5Mi5ekAAF5pkx5yEfCQ==","shasum":"d6bc06161a94c55e70546ee52308e0c526d01431","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-json/-/formatter-json-3.1.36.tgz","fileCount":11,"unpackedSize":124750,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDAQZNdLN28ZebNWdsd4kQ8NLz1TyOAvD1s2BbkbbwFqAIgNvUqwLSSgCUW0o7netOndjjBgtWvVnlLd15JZL1f1H0="}]},"_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/formatter-json_3.1.36_1724949309987_0.8897711293764565"},"_hasShrinkwrap":false}},"name":"@hint/formatter-json","time":{"created":"2018-07-16T23:07:51.682Z","modified":"2024-08-29T16:35:10.639Z","1.0.0-beta.0":"2018-07-16T23:07:52.003Z","1.0.0":"2018-08-06T20:37:10.081Z","1.0.1":"2018-09-06T18:18:05.281Z","1.0.2":"2018-10-31T22:10:39.437Z","2.0.0":"2018-11-05T23:19:06.950Z","2.0.1":"2018-12-31T23:26:07.655Z","3.0.0":"2019-05-15T02:41:31.857Z","3.0.1":"2019-05-15T04:15:25.339Z","3.0.2":"2019-05-23T15:47:10.195Z","3.1.0":"2019-07-23T16:29:49.797Z","3.1.1":"2019-07-24T21:17:14.791Z","3.1.2":"2019-07-30T19:28:21.258Z","3.1.3":"2019-08-06T20:39:33.538Z","3.1.4":"2019-08-16T02:37:01.415Z","3.1.5":"2019-08-29T15:51:23.078Z","3.1.6":"2019-09-11T22:29:21.768Z","3.1.7":"2019-09-19T18:30:39.424Z","3.1.8":"2019-09-24T19:29:05.947Z","3.1.9":"2019-09-26T21:17:44.706Z","3.1.10":"2019-10-16T19:42:55.758Z","3.1.11":"2019-10-29T22:28:02.844Z","3.1.12":"2019-12-03T01:00:25.760Z","3.1.13":"2019-12-05T00:20:36.920Z","3.1.14":"2020-03-18T21:53:33.767Z","3.1.15":"2020-04-15T19:17:17.683Z","3.1.16":"2020-05-18T22:14:15.494Z","3.1.17":"2020-07-27T20:35:29.839Z","3.1.18":"2020-08-24T21:54:20.542Z","3.1.19":"2020-11-11T20:40:27.706Z","3.1.20":"2021-02-04T19:28:15.642Z","3.1.21":"2021-02-06T00:40:29.335Z","3.1.22":"2021-06-09T19:09:15.304Z","3.1.23":"2021-10-21T16:19:18.417Z","3.1.24":"2021-11-04T18:28:56.378Z","3.1.25":"2021-11-15T20:08:17.814Z","3.1.26":"2022-03-10T18:40:42.737Z","3.1.27":"2022-04-26T22:10:20.807Z","3.1.28":"2022-05-04T01:42:52.957Z","3.1.29":"2022-06-06T22:26:57.440Z","3.1.30":"2022-07-08T15:57:56.968Z","3.1.31":"2022-07-22T22:59:00.084Z","3.1.32":"2022-09-06T16:39:53.785Z","3.1.33":"2022-10-06T19:43:10.950Z","3.1.34":"2023-03-16T22:49:31.262Z","3.1.35":"2023-06-09T16:25:02.445Z","3.1.36":"2024-08-29T16:35:10.325Z"},"readmeFilename":"README.md","homepage":"https://webhint.io/"}