{"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":["webhint","webhint-formatter","webhint-html","html"],"dist-tags":{"latest":"4.3.17"},"description":"A hint formatter that outputs the issues in an HTML file.","readme":"# HTML (`@hint/formatter-html`)\n\nThe `html` formatter outputs the result in a HTML file.\n\n![Example output for the html formatter](images/html-output.png)\n\nA new folder `hint-report` will be created with the results.\n\nThis package is installed automatically by webhint:\n\n```bash\nnpm install hint --save-dev\n```\n\nTo use it, activate it via the [`.hintrc`][hintrc] configuration file:\n\n```json\n{\n    \"connector\": {...},\n    \"formatters\": [\"html\"],\n    \"hints\": {\n        ...\n    },\n    ...\n}\n```\n\n**Note**: The recommended way of running webhint is as a `devDependency` of\nyour project.\n\n<!-- Link labels: -->\n\n[hintrc]: https://webhint.io/docs/user-guide/configuring-webhint/summary/\n","repository":{"directory":"packages/formatter-html","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":{"name":"@hint/formatter-html","version":"1.0.0","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@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":"b2a1c531afecad5e47ff14381250d84cc737ac11","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-1.0.0.tgz","fileCount":48,"integrity":"sha512-ti/Oqk6Jpy45dbqGq5SzLuUC0ld8vmrwRn2L/3OlWZPQfe/m4u7aBXRlDxh3cOwV59U0S/FkQenCnEKdNZfreg==","signatures":[{"sig":"MEQCIBu07Vxas2pJ/uxEFMSnOQabtlfspLgPiYudQVDQK6W7AiB8YX94L3IE5d6aCrmOU9TFXyIN6Pxl7fbKW1uGMC+smw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":249581,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbbgJGCRA9TVsSAnZWagAAY1gP/3SntJCgdJHxDeQ/TaHU\nT3PvJ84toYYTRew4Hh+sT0gwhLgCUupglb62Z6b/Nn5Yr/v3t2/ARQukVIDE\nX0Ujtxs3NaHGDTPSvdz/Xoq0J5dCVzXKDrwBxB3pAcq972UYLetZVsrlSOqP\nPjxocIr4o8p9WHwxQsjxgnm9/6UFjeUESvn6DjK5156KUWCB8XbV4XcEzyT2\naLeSZqSgrcB7yMdeHJyyiY2nN1dbe4Ahi6gApy3DCfs5t99Pgs2YK3GPLxOr\ngiR/kWkRtpAQ2+iC1UgGcQpxhOZY6z9ntsxe3w/rYYYUdIUo9Bi1abmFffP2\n1G9LqgUWGV2GxTEbYVSuL5Wd6b8We0FC6DAw2ElgUDU1iLm5FXA5LX6GYNU5\nOdUBs4Ox+fx7u+UBwERSMNuyAbT9EIfXWnpBeLq1K34M4ogpbvlwfQd7RrjM\nhsbwezuieXUX5Xksw4HxhL8ftQYyOjtiXUcWxg2azfM6PJzIZsI8o5uJhN6G\nCN7jNOwRxq+mIJCAbbYnZD28HGc+0gKPUhPGt7EikZYmnztBIpir9MXWWMgb\n8qplYj26IqCgE1CrpNjOmGgiCVcP/7wy2yJyY7eXGS64ca0ENHe7FmLVpYUt\nxQ4ccbTtIuHmQKOCl7zWmWgIsU0CiEhi1SXckmMDUWuV+YdiL1VX1WTAXnSd\nJ/Q6\r\n=Yka0\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":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"10.4.0","dependencies":{"ejs":"^2.6.1","moment":"^2.22.2","fs-extra":"^7.0.0"},"_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^12.0.2","hint":"^3.1.0","sinon":"^6.1.3","eslint":"^5.1.0","rimraf":"^2.6.2","@types/ejs":"^2.6.0","proxyquire":"2.0.0","typescript":"^3.0.1","npm-run-all":"^4.1.2","@types/moment":"^2.13.0","npm-link-check":"^2.0.0","@types/fs-extra":"^5.0.4","markdownlint-cli":"^0.12.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.13.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^18.0.0"},"peerDependencies":{"hint":"^3.1.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-html_1.0.0_1533936197606_0.7039399274398215","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@hint/formatter-html","version":"1.0.1","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@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":"6e9bbe582273779077ca769b80af92161fc501dd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-1.0.1.tgz","fileCount":48,"integrity":"sha512-4lhewv8NvWpOlMjjjKpGj5F2QKTzBpGSdqYO/FcWXM8zL6vpcx1yYKs4GJ/1TLCpNfIq5J/EI1y4C4/jHioDxA==","signatures":[{"sig":"MEUCIQCXVj8xNdFHyFMZU2kJhiIEQkM0fkJWxyy2bSRTpJorTAIgDEyDy/825dZsCJJUgnI2eM3LleDbTbOOJXzq1mpajAA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":250809,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbbiEmCRA9TVsSAnZWagAAPj8QAJ49+doIoL/hVMaStxDR\n7sdyAAnjM4ld0nt7FwlgYWiYg9cKfSVVEv81xW3dOCRZSFL0G9pWrBNNjz5P\neAWJchDY9w0PuvDWeIwMM4zqh9uJhR6GySVzj3xQBI+qHODXnqQxBU2KacKA\nlK0TCYF7XW8ro1fq5jetyBrwYEjX1mYeomldO1IkYtrKgAzTiEIAUyZ4HOsl\n6HEcAnhVO0Gvg5or4wpKVu3m3BwlLBjlOoBjWUl942TpdygdwFcLXKoX6DX4\ng39IGf6Te+0cjmx6G7EExUdb81CDZon+BygVmBlWguzzjTY7ohywY8Gh8EdK\nJqAjBQ1nH8z9LOGL4at+AtyVLf+njykrLbyAb6ar10xWLZNkrEA4IoGp2mTE\noKTYNoaVb6MM+RQS9zjXRLWW2I/VWBC31GCCvu8Vw4oFj8yRtU4DMR0HgehT\nEWGRlrSqRLv4MRtysICvJa593Ymw7CBFw0e9Fp3okV+X5GDnmdTneHr9chc+\nCma94ngAYUZKfOomHO2dnsJqz/PGFQP+EhEFSMlnumRbPf0SFE1T/aE1kDz6\nO4LAB1/RxCZ0kU2kK7WkRSzOc7Aua5bS+mvI9y4vDerNXrtcdxjaeQSgiBWW\ntzFp/cIF/nQBtnGxzfInXJkIqqzL3HuLmFNy9cYn59/SIXl0NdToCtnuwuW5\nt+Vu\r\n=hTXc\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":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"10.4.0","dependencies":{"ejs":"^2.6.1","lodash":"^4.17.10","moment":"^2.22.2","fs-extra":"^7.0.0"},"_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^12.0.2","hint":"^3.1.0","sinon":"^6.1.3","eslint":"^5.1.0","rimraf":"^2.6.2","@types/ejs":"^2.6.0","proxyquire":"2.0.0","typescript":"^3.0.1","npm-run-all":"^4.1.2","@types/moment":"^2.13.0","npm-link-check":"^2.0.0","@types/fs-extra":"^5.0.4","markdownlint-cli":"^0.12.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.13.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^18.0.0"},"peerDependencies":{"hint":"^3.1.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-html_1.0.1_1533944102085_0.3685755387906182","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"@hint/formatter-html","version":"1.0.2","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@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":"b306f90424a2d88a7dea924eab89b4e92359808b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-1.0.2.tgz","fileCount":48,"integrity":"sha512-20gl+L5mNaCMUaDCy2cuEQcYS1FQCIKQeLH8MdNWtKVXjoM5WezNK52v4CnQ89TG6SR+B2QyhQs1YwHYg4SOrw==","signatures":[{"sig":"MEYCIQCJhMavhBfnmb2vReROPGtmwC/q66VJRVS1Kb4w298gfQIhAKWMLZYgV5ka2gl4jGDDxretS8U2u/oK14jfjnv0Q153","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":191930,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkGBGCRA9TVsSAnZWagAAJVUP/isOJIhEgxxY1a9+qbuJ\n+ScZgb1Ur400yiHmjzKyG1aeeTTx2hcklEZQiGvz05n7YKG8jx7iT0qWGocj\niWRTIDURZpj+KUe7zvtmwUAItBBL5uyMl1/rKzQI93WsKyPblm7gdQJJofk5\n1/QfFvODpz36QgFza2hdtK9vVJ+qQ1gPNfSTpqIagGQcC+VON0r7d62eDBs4\nKmFN/9cSfwyzIry5WVeJJ+cXO/yLPU/DNy4yoAsgOI0Je+dUJzTnY3ya2+Uq\nwuPHeih1UfwlRQM0MhfgwVwe2Lr7HKwUpBlczly4Qp8QjdEhnHmcpFu6r+VV\nPtVxqdoJNxeaQF4Qw6gze8F3DqzgTc0Z0AymOOqoq/6/APA5jfoeMfvsOLJW\nMoWUcp/I2o6Y9UAPCJ/AT2ANS8LOWpaplbEceMPIX9ta/hlIWQQkzcDPx2G4\nuNGOGkGatYOVOGF+dEY0bLIHB7+MGT2Xh1x7luei6r7dPZDjU3A5rzNbshsB\n9F9qI6TnsRf4d4r6hxFs5MuJhx6ir2saeOx+Y4wg2wcIycVQZLOvuprjICY0\n4gzXLk7zp2c7AhHW+OmJPnqRQnFj1yEvn12+Lfiutu/3TY5lpRRyd0IW3KQL\nH8q471YQVjWR0/CIKqRi2WVrhLEYb4TM0A7VvVkc+aKZAil7QYFzS7vKj3pb\nUGTu\r\n=MxNC\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":"5.6.0","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"8.11.4","dependencies":{"ejs":"^2.6.1","lodash":"^4.17.10","moment":"^2.22.2","fs-extra":"^7.0.0"},"_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.0.1","hint":"^3.3.0","sinon":"^6.1.3","eslint":"^5.5.0","rimraf":"^2.6.2","@types/ejs":"^2.6.0","proxyquire":"2.0.0","typescript":"^3.0.3","npm-run-all":"^4.1.2","@types/moment":"^2.13.0","npm-link-check":"^2.0.0","@types/fs-extra":"^5.0.4","markdownlint-cli":"^0.13.0","@types/proxyquire":"^1.3.28","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.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-html_1.0.2_1536188485928_0.4170196522410987","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"@hint/formatter-html","version":"1.0.3","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@1.0.3","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":"e774c420e03008703bf1acaf69e5ed80a7415ea6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-1.0.3.tgz","fileCount":47,"integrity":"sha512-GDMw6fUW6PROzzo923sQBQXs2DvrmaoN9mWVxCAq3LqlYMs1O5ySLT/yAx57eZtj92ogPIfGiaRWrJb+FIA5Tw==","signatures":[{"sig":"MEQCIFvcvKGG+xhLsnjj5PVdnpjC62eJkgMJaQ0CA+GNpS0yAiA/ikpA1SbpQYwKbHxgCAkqDyXjBEpFss1fkPJmJw23RA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":190403,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkW74CRA9TVsSAnZWagAA9esP/1+kdYoO8MrCuR+LWDMJ\nAOMJCgQb/zcn+wQkhy70vpA5xuKxoavaRYjiCXBgmZTxofwih8sCdCoBUKiU\nYz7GaFDbU+pmzCaRqpCmzYo3GTS/JTnyF3cRmiz+MyKEB2cZR84WiizuLMc0\ncHhd1hUJqTTDx/c7qBEO9MmG28WwQDyN1VZgzaU0f7CmeybJt0BIghgNTDv6\nBZen6a/ybpmBR68Jr0ftve/c71B4WU5ogEG+jXeLrQOdsOXk2AnY281JIRh0\nQfRoSVIvAWVr/1fC4XYUPzwnZPA0LFbiS5O9IFVP1p/IC9+0fSus4XGvI01B\ncy+mhWI7D6UEGpFlAzNDa9o2hlpntK/Imwm+cdikbuWwcDw8+j9P6yedOmZv\niVln3vR8cLtnaASwAtZXAza4DnnhwNQ1yCbWS+E4y7eYvx7brq4ljEf+kiBW\nVomjVVNaiFkmB++PU2kOHvKXmIxgykJ67csOUFjdjoXE9rQL6IeZ4mTeADZ6\ngqVvazt0LY/UCaJXATzBbt31/UFDp/mrSLUvNIsrAvXoURjSK7AQhMy5Pygc\nJ/Cx/F1hjrEsP1rvEah87DVj46IR/K52+rBE0cG2UlCEmdGPqlLXkhak/vT1\n8MhcY9bs+vtWwit7JM5k1ULuW/24u/qiK8bNx8hn1RHr6fu+OrJxpB52TJo/\nx10/\r\n=hy7f\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":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"10.4.0","dependencies":{"ejs":"^2.6.1","lodash":"^4.17.10","moment":"^2.22.2","fs-extra":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.0.1","hint":"^3.3.2","sinon":"^6.1.3","eslint":"^5.5.0","rimraf":"^2.6.2","@types/ejs":"^2.6.0","proxyquire":"2.0.0","typescript":"^3.0.3","npm-run-all":"^4.1.2","@types/moment":"^2.13.0","npm-link-check":"^2.0.0","@types/fs-extra":"^5.0.4","markdownlint-cli":"^0.13.0","@types/proxyquire":"^1.3.28","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-html_1.0.3_1536257783815_0.6624292479358085","host":"s3://npm-registry-packages"}},"1.0.4":{"name":"@hint/formatter-html","version":"1.0.4","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@1.0.4","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":"44b8a9a798ba34af1c6cf38d3cbfd6e6ed3ac0ca","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-1.0.4.tgz","fileCount":47,"integrity":"sha512-5UHy+bV/xNTKTVkZcZ/WW6U400wtIHYNAt/2dnpC+z/Ocr8SEi6uUonCz/dUrzofuofMCr7GMuYjn/RAahPa4A==","signatures":[{"sig":"MEQCIHt0jLBhMvZYBxdebx9ucuC3zygQIa4PmV76r7KAayaiAiBvTVO+oZoGF3H9FRuORxXqeomb06PA6Xd+20QVIOaQdw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":190816,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbmDZeCRA9TVsSAnZWagAArkYP+gOI7LcX9Q3LcZgP9P1v\nwzXWPq62jS3Pf9+dy7nIUy8ybrEnHXEmoD305jkQjGmdCJegcT1flkzVP2S3\ngRcSx3VlsMeiA7tY0vsLp2skdIUNjONuTNQF2VBIElRZEYrlZ9tj8fp6ccmp\nhlv1Lglz+4TYoG87hOn48bnn3ViMJHYhPsmkOd64pLKeIDaygXs+l2rG1rw/\ngm08yxGtrxFkvsy2sZ8NJ1PsZq5IQ1w2Ca6w3X0zUPoIsndrhOfH83GOl3oK\nT4uZFpvz0IgP2gmSKUc8cRfEReb2o7caQV2FVd6QovKWFSlYoFe3QxHOYeHj\nukpVqS+Br8DhaiX8cTs8de3dcjGMDwM/kO2I1C9CHNGH2ysL2Wgx2k57qunJ\nqNwsB6QHc7hi80YJa/FCVS3Eb32l9zCNn2u0Lq0gaahK4xPI0koG2P/JTxx4\n2xXwP/cNt9x/KFpPkE0fu7czzzgP06LCPEZXd1ydOEoJvi8Had1pLVNAlnQ3\nyclZ8AvleY1aj6aK0cfOiwxE7AR07pDOa1uoQT57G1WCI1/CQ5fs//CtJaY1\njiwxIVzGVPPfip9wuVlKA+oUODGUpMfUCnWcab+8ddD5LVUEA1trJ7U8mVdk\n8BXYrWHomNuW9IBTmGqSKch1tBYnHinKYITAINVkcVCUWbRdzpCrahNbtzDZ\n1M4A\r\n=lkms\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":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"10.4.0","dependencies":{"ejs":"^2.6.1","lodash":"^4.17.10","moment":"^2.22.2","fs-extra":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.0.1","hint":"^3.4.0","sinon":"^6.1.3","eslint":"^5.5.0","rimraf":"^2.6.2","@types/ejs":"^2.6.0","proxyquire":"2.0.0","typescript":"^3.0.3","npm-run-all":"^4.1.2","@types/moment":"^2.13.0","npm-link-check":"^2.0.0","@types/fs-extra":"^5.0.4","markdownlint-cli":"^0.13.0","@types/proxyquire":"^1.3.28","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.4.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-html_1.0.4_1536702045619_0.9247633755855924","host":"s3://npm-registry-packages"}},"1.0.5":{"name":"@hint/formatter-html","version":"1.0.5","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@1.0.5","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":"74ff46f54e87b937095e3cfaf303f16a8e704770","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-1.0.5.tgz","fileCount":70,"integrity":"sha512-fF942/SMEGWqEaJVUd3xPGR83GiPbx05q3BKp/EKRjk0gl7gJ5HhFu3UvROxVuW1WC/hBGzsqHC9RcIyjiR/MQ==","signatures":[{"sig":"MEQCIBZG0FTzZFsCInm+jBWojYzBITiHYNVDtZFI90JjzZN8AiA/6CVzQn1RSbFpoM/JCsy1TT9BIO5+OBrFoCz8X4rdBQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":384360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbtUlPCRA9TVsSAnZWagAA9/0P/R30PNKoooFFA1eP3W+h\nkR19mrqfxVX+4gNF2XGZ7w6tovLUSyoxH7uMNYhHqMVHJBKwkw7ogU/qQe/n\ncpmd8wocsG4MBeeEL54R6qtNmyjcdEMaLhQFA9AgLUFRw4+4nlOONoSiM8xn\nMtL5smgL3hRQG6tD1GjFJ/WyX29IactZLPHxpxeBvgiJoS5V4+4T+dGT0WEM\n5zDOhN72aOGtj3I3nusmORE5aCRmPkjOpX+P7Mxl73UTqv5OmohmrqsVxjcB\nFtmcGJ0oAARi7uGZMEgzlFOWvpmKly5j2TzdvFPT4ankWMJuuSj6mdott7CC\nC0hKdSSQjxT1mrxuPOuqe+AXJFjjxb7o4zwNlcZZBkfcPvWXDsfHfemxOJtx\nKAkLLndCvFMDhZtQWLdjmM7fyuMEYQVdW3TnLf1omMk3lP1i+P7A+CdTAmVZ\nF8SXjQdTlhDKOia4wlom81ZwXFm7dQgduhTHnnDLrqnCP0/jBYmV144xMrD4\n36ykxZRsQWuo04cK5z+XHiNf3TN0HRBNrcF/9KCcwbFGXnEzSCdqPEJ+X6+m\n5YLbAzZHlGy8fvxOsjMgveOaA2jTC0fgIGrB76njj20SvO6UfzPOwohz/ZSG\nQe1VIsPyBWo3+6Mqq898L/W+5epESjrNml+B3eB0MP3kLSBDZyRW9twGIDC3\nn5dU\r\n=o/t8\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":"A hint formatter that outputs the issues in an HTML file.","directories":{},"greenkeeper":{"ignore":["proxyquire"]},"_nodeVersion":"10.10.0","dependencies":{"ejs":"^2.6.1","lodash":"^4.17.11","moment":"^2.22.2","fs-extra":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.0.1","hint":"^3.4.8","sinon":"^6.3.5","eslint":"^5.6.1","rimraf":"^2.6.2","@types/ejs":"^2.6.0","proxyquire":"2.0.0","typescript":"^3.0.3","npm-run-all":"^4.1.2","@types/moment":"^2.13.0","npm-link-check":"^2.0.0","@types/fs-extra":"^5.0.4","markdownlint-cli":"^0.13.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^19.0.2"},"peerDependencies":{"hint":"^3.4.8"},"_npmOperationalInternal":{"tmp":"tmp/formatter-html_1.0.5_1538607438397_0.7887438062454766","host":"s3://npm-registry-packages"}},"1.0.6":{"name":"@hint/formatter-html","version":"1.0.6","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@1.0.6","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":"ed6bc4c5537fb6796bf57fe747282654e912e5a9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-1.0.6.tgz","fileCount":70,"integrity":"sha512-CvnhnzwMdbY1kquZpMegNX12h4kIg5zMmRZWTiu91cfXbLJjVxXjacuxf2y5HL8JUNOJ3FYEa9jYp7TUJTOZFw==","signatures":[{"sig":"MEQCIED8RId5yv/HPAJzjhlQQeFFR/0a2uUM6UVNghwdHVBnAiAZXlB3/Cn0+uRx6Lkjn9y1inNjtqlIsz905h2G8Us2OQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":385192,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbt8gtCRA9TVsSAnZWagAAD/sP+wW0bwbdaOdThkis63Dt\nJeyae/DzICb56/rLLkXAnQZB+Q6tLzjszFwmZOLWRjqRZmdGpawBoVmecmLe\nF/b7H3UkFLMtbQAG+MKBUJJRKoxAYcs4+kyl92pXkTFdHvDLnhxGYXb1uWbe\nL0yA5/fVseWVnH7gnf72dYUdh/FYmnPQ06mmYdnsF1X1qdyxnr4iFqMhAPG8\npBTGH7woLWfOBtClP988QkUmhYea5yveV29WZWuueGSM8NIl1pmFe4VyHGme\nMn8RTWHq+/0eMEB+YH/gqK73j0LpPBAg8vCmvjGe2xsTHQ7q+0VNbVgR7PfQ\n4Yh7ems7B2ka54WH8Yiq6I/uBt0VuuI0RgXMY/mTNB25eZv8WFi+wPtQ3hRd\n21ZG2InKskImUIbizAHUo5W5BrgMhgN7+rtU2fWU09Ed79LPsMxHAj/Nq0xa\nlyWEJb2lJOKP48mfIF0rw96QuKcml0rFjrgkJrUIcxeKYoU8Ig99b/Bw6ph+\nERytodgbwb8F9cpp3HnCGaqKuocCJXUzROQUOfEXhNEGzP+BpBbQG8kicvEK\n7pLXh7IAqWGmktTTMmHKjKorDEn6ShQUC0NuOSmWCSekytI/3p7ZQ80u68t8\nsZysKCO9EPRFK0XKvrqmqqR0Wz1WSEp8eBO4QprBVSkAb1HGhBGnRBb6mQGu\nBtmu\r\n=CIAB\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":"A hint formatter that outputs the issues in an HTML file.","directories":{},"greenkeeper":{"ignore":["proxyquire"]},"_nodeVersion":"10.10.0","dependencies":{"ejs":"^2.6.1","lodash":"^4.17.11","moment":"^2.22.2","fs-extra":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.0.1","hint":"^3.4.8","sinon":"^6.3.5","eslint":"^5.6.1","rimraf":"^2.6.2","@types/ejs":"^2.6.0","proxyquire":"2.0.0","typescript":"^3.0.3","npm-run-all":"^4.1.2","@types/moment":"^2.13.0","npm-link-check":"^2.0.0","@types/fs-extra":"^5.0.4","markdownlint-cli":"^0.13.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^19.0.2"},"peerDependencies":{"hint":"^3.4.8"},"_npmOperationalInternal":{"tmp":"tmp/formatter-html_1.0.6_1538770988483_0.41616388282547434","host":"s3://npm-registry-packages"}},"1.0.7":{"name":"@hint/formatter-html","version":"1.0.7","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@1.0.7","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":"640bf1053361ae1f432c76031c221154ca65ace9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-1.0.7.tgz","fileCount":70,"integrity":"sha512-49JkyVZOPPDlm5yD2YajfTUt+lWDd27T1CTJRs7AURM/xoeLxZnKB4LBsZGQIYnqGjDdqTXJwM/IFCnGVxHJYQ==","signatures":[{"sig":"MEUCIH7jPyyysQDK47XkX8ePsPHBJu2Rr2jlgc2CmY4HMRBYAiEA3XrFo4g2eLq4QTGuCcJ4HsRlRvNnE45HIEJl38gWM/Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":386074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvM6dCRA9TVsSAnZWagAAwBMQAKNJqOma/U8UPVzJE3Jk\nhm8KlSiQ4DLWJqhd2Dp8ssBmNCoYFSwDx1fjmYTp471QG+xI1amq+O8m7L0Z\nio/jqJQbVf78NAxxnuTIQjqq4JGP787Saf86iGMl6SZdj0WoOv2snrJ8c6x/\nfWaKJW6DPL55RmWjQsIXd+8n9eyLLPx9p5IVXBQZscBqZK28bGsQdAvysAOG\nD5Kz2uUbu5JtB3IWne+6xsBHVOge6QsiPXVbh31xGog69WbNDAzGJL7OqUF7\ngC9FMMW0zirLvHtybwRkL1KL/L/qZmbtcEMraGUTgNzHwMbo0gdnXSArJmCX\nXAfdct10c4oOjyooVRf7Y2U07k4bAR4SStq0+6wwwt6WYqUl+13nqzOBDxsp\njUn6C/RsqC6ICggBoeD4hrAK6XdXOFcEiYxsfPEFAdyoH4NjWJOLSqrERji3\nP0xU6PGR8+Te3PRt5HATAgX2vkBcfxwxVUQHg8tME73LykVDEOFeTNtqbL29\nmzNBGuvtNqXrsgLhgu+ZaP2fDOLgnlTCPqecoY7RRZCQlzxr5ifGlr3Bqo6i\nkDCRkvxLR9X4MXzSDk7pJJizbuMD6heR4M7WrBqmlsUMvbNS2Pa3fgnXVwbj\npsuNqBZ7lWYUQK474r+0G+y02pASXYDIfc67SIw3R8uBHxetnpFH0GOcYwEl\nvVt6\r\n=SmAT\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":"A hint formatter that outputs the issues in an HTML file.","directories":{},"greenkeeper":{"ignore":["proxyquire"]},"_nodeVersion":"10.10.0","dependencies":{"ejs":"^2.6.1","lodash":"^4.17.11","moment":"^2.22.2","fs-extra":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.0.1","hint":"^3.4.9","sinon":"^6.3.5","eslint":"^5.6.1","rimraf":"^2.6.2","@types/ejs":"^2.6.0","proxyquire":"2.0.0","typescript":"^3.0.3","npm-run-all":"^4.1.2","@types/moment":"^2.13.0","npm-link-check":"^2.0.0","@types/fs-extra":"^5.0.4","markdownlint-cli":"^0.13.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^20.0.0"},"peerDependencies":{"hint":"^3.4.9"},"_npmOperationalInternal":{"tmp":"tmp/formatter-html_1.0.7_1539100316796_0.5755546423607456","host":"s3://npm-registry-packages"}},"1.0.8":{"name":"@hint/formatter-html","version":"1.0.8","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@1.0.8","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":"7f01341ee40e1f903821156fc9c676526a16f656","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-1.0.8.tgz","fileCount":68,"integrity":"sha512-M4OQ9N80n2558dnpe/5PJWmMBpqkcCfsIG4bqbn6gt0gN9WmeaXoAQ61eWws2yK6cauA4pOh+PjFm54mlQ8ehA==","signatures":[{"sig":"MEUCIG2wBroxwkghvMs2Z6FoZqsn1JtmGJY5L+pgFppMC9/sAiEA4LF3OlWCl54+sEFzKWNCV753iAMKBIbWP6tqxa9GhWw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":372147,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbyleCCRA9TVsSAnZWagAAZrEP+wXQfDPLtEr3KLLkZO5Y\nyzrkqP6gvhK2hGiyqlMBnNpGZTQhSxB4APL30Pc3AEWni9YzpjaChzfYptEG\n2EW6nbNLcSTeTwog5pwA/Q+mTcW/6DBgZloBPIfPWagz09a5MjBN8mOlde+B\nMDI0IN1G5vCruBsq7uDpM3+Pm53IvgnmFZWW09PaRlPUk+LxlQQLaFhwGy0h\n2+mHIFtQKD34TcJtOXkBQmWQHRxI+SehHXyJuz9+yu6o7rb/XT3arUhGKygU\nns+aUN2Sp8iS1SQiqsvQzDRbHy3gV3zaylsIBjamI4A0nLdwOlQq/5O3AC6p\nBDEFprGzJIu4CfNdjCLt8pGeKo3clQ1RbNHtfrxWpPfvhP6gOTWkiKL7wy7u\nzRKORNXwIVDO2DuhOco+M+UX6mrgUP+9b6AHg/dPQpAUiwqdlAe8rIrBIO0d\nYCyWCDVzUq2H7Ow6rvy+UBZn/ciNNYUKXHWI2LKuI9PscCzYgETWV8dUBbdL\nZtbB8nqpRkebt2wOoIgw2UgMYT3LpQpvdOdZp1c1imVKbLiI03T8dox59OLW\nldwokV0n0F8o12w+teuYQhEfE4rdgXsTOFqNYeyYB7MxfyDFDS7wuTX8r//0\nqzF1GTxUnbOod5HfeC9OZuoyv7r27SFGTyqsL8wqS+ckahnFgMazps8F0dvR\nbmNC\r\n=NDBz\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":"A hint formatter that outputs the issues in an HTML file.","directories":{},"greenkeeper":{"ignore":["proxyquire"]},"_nodeVersion":"10.12.0","dependencies":{"ejs":"^2.6.1","lodash":"^4.17.11","moment":"^2.22.2","fs-extra":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^3.4.11","sinon":"^7.0.0","eslint":"^5.7.0","rimraf":"^2.6.2","@types/ejs":"^2.6.0","proxyquire":"2.0.0","typescript":"^3.0.3","npm-run-all":"^4.1.2","@types/moment":"^2.13.0","npm-link-check":"^2.0.0","@types/fs-extra":"^5.0.4","markdownlint-cli":"^0.13.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^20.0.0"},"peerDependencies":{"hint":"^3.4.11"},"_npmOperationalInternal":{"tmp":"tmp/formatter-html_1.0.8_1539987329773_0.8834864160690457","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"@hint/formatter-html","version":"1.1.0","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@1.1.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"dc8a8535b73248ad0107b4ec075e5283f3fc020c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-1.1.0.tgz","fileCount":69,"integrity":"sha512-WvHQuQXDnVS993CGX4PMHYliqFBAG5C4UgfzlqREIX8Rxz4+sWmIuESpvCP9ovNEBFLd4chBrUx7cvGafELTRw==","signatures":[{"sig":"MEYCIQDsuFAcEzRBC578o+lpj+oK2TuLrTko0GQradcIgh4aNAIhAL+MHn6uhwFTq7pWsWYm4wcyZU3vUjTeXP2kw3N6P7Po","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":375702,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0LnJCRA9TVsSAnZWagAAkf8P/2nEElLmkSF28c9UeEjJ\nnr/946D/5Qm4v7jbDlmajaJQkHhxw0HCi6YGsd13IU5LPDI+IYe5tnYTTI1a\nkBAE3FgbK9ZUWImM1g4v5R9Gx+OudJux+OF7cdrkSCyeCOrxReshv7fm77uJ\nddOQDyBwAUO6FGPusSB7A3eH7RygcA46D8uy8nbFyFtM6g3zcPYRa7weXTND\nvNNNfNpSPuXIgz0fYEysOY5OnhJVBZnaFUzsbNPKYdKuXRVL9qxsUlcMe7of\n9eKiGoFL1lIKmi4xIAFrRe3IT2HLZGjzuDlG6WAoN+LyIf9X68uKaY9o+YUQ\nmTClv55EbH5Ue8hw5y8kND+JOVe/wuDGM2iXvoTzJcbeYvPWPlFbzVsru0BL\nfMj7mT9TTPcIrTmSHrqbbDY7dX0jGWf5gdDZwPIbm84A6NBdShr59utCc/+t\nK/sazEwPiQC44CQfWy1IfIDrxQwHxClogZNPss9ykoulO+MPvMT7qhrbwP1S\nmsx4mret0PCQG1J2ytv/o6v2SJTcxxLXh0YhrDs2ng44t8Fzw/6yH/RgrHyp\nJFUYco3frEa5kiANZuIlnwlbNz+Whg+jU238NEzYWt02kF18678hGvzXVR4h\nTs67CPgGV8AchwGCyhKxtSvOVJumuPkU70dugkSCvpwUSN6qlUJGYIcPlSYj\n3YU/\r\n=vuUu\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":"A hint formatter that outputs the issues in an HTML file.","directories":{},"greenkeeper":{"ignore":["proxyquire"]},"_nodeVersion":"10.12.0","dependencies":{"ejs":"^2.6.1","lodash":"^4.17.11","moment":"^2.22.2","fs-extra":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^3.4.12","sinon":"^7.0.0","eslint":"^5.7.0","rimraf":"^2.6.2","@types/ejs":"^2.6.0","proxyquire":"2.0.0","typescript":"^3.0.3","npm-run-all":"^4.1.2","@types/moment":"^2.13.0","npm-link-check":"^2.0.0","@types/fs-extra":"^5.0.4","markdownlint-cli":"^0.13.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^20.0.0"},"peerDependencies":{"hint":"^3.4.12"},"_npmOperationalInternal":{"tmp":"tmp/formatter-html_1.1.0_1540405704854_0.5485637531712182","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"@hint/formatter-html","version":"1.1.1","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@1.1.1","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"c3cc747556a12b2fc3caf7143e4d42b9347e0c5e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-1.1.1.tgz","fileCount":69,"integrity":"sha512-aIu0krWB/6YDWImBAFMa8omDidESk9n6Bx1PxC7nrpbFIW0I+uBknAsRI9VjW2TsNNB6rhaAZBhyHYjq2ZRKiQ==","signatures":[{"sig":"MEUCIAwBMgWUMctGGFskb00zVl5Fa8yVXqo93K34S83KGrBXAiEAv4rzfK43cUkXCvAc7aQUhfqR0tTw/FZdUPcKW06fnJ0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":376287,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0jHZCRA9TVsSAnZWagAAyKAP/3xvySBy9eyWFKWEl6VR\nEnSHbvXTkmm74YuiEgr5n0ndbE0w+3YS0qn/n6YU0UON/GWHlCNocOEMD4Hl\nqBAItMl70LJ6FQ2eNpFZjSfJKPjKbLPbNLprXDo26CHxDosetZACjnyMYlsO\nO+LY8CmUE7a2hMDGROsuFU6nckbpN/diXOFKEXv7ZQRlIhzqgyh7Zw1XMTxI\ntncu9pn/RzyzkJj4MD0hhjbciizSbqNsloQeEW7/KjOe5zYiJv3qT5RLGmw+\nqGN64Gw5C3x9K2y1O62jyzBrYYUHUUuNIeyG0lgdj2gCsIbstwdaz74vBAMB\nsgklAeod+y0wi7+XXVJCYNCDOU2pSxOAERfozZ0t7HlxrcY6OdT/4Ii78RlH\nKeKSFe4u0Z0bP1wUtQsq1VVr0RKRugbs7nJNaNH7PMbcz6i7PvFzKEnxg6Qy\n0a7amnnlZERuebIzhaSGUumdbS5G2lTGsloSD5/sZwzVEcwgbvtzMzjwDt9O\n4dmOqIXtx+t70AXuG+yuaoE8PSIjvkv0SN1Yc7z9s3tvkr6gk2NmrCRPEWAl\nwQh/bR1pRMfPbxL80BZuk0cDCkYRw18y2KBtageDA6v3JNuXE+2E5doyNuy/\nrxgSKpeY+tvKRX1OXVipDY8cueVSW7MeDhvxIUgBIqTInkvLO6zfM8hc2WZW\nF7pP\r\n=hMhi\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":"A hint formatter that outputs the issues in an HTML file.","directories":{},"greenkeeper":{"ignore":["proxyquire"]},"_nodeVersion":"10.12.0","dependencies":{"ejs":"^2.6.1","lodash":"^4.17.11","moment":"^2.22.2","fs-extra":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^3.4.13","sinon":"^7.1.0","eslint":"^5.7.0","rimraf":"^2.6.2","@types/ejs":"^2.6.0","proxyquire":"2.0.0","typescript":"^3.0.3","npm-run-all":"^4.1.2","@types/moment":"^2.13.0","npm-link-check":"^2.0.0","@types/fs-extra":"^5.0.4","markdownlint-cli":"^0.13.0","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^20.0.0"},"peerDependencies":{"hint":"^3.4.13"},"_npmOperationalInternal":{"tmp":"tmp/formatter-html_1.1.1_1540501976023_0.34135801841440117","host":"s3://npm-registry-packages"}},"1.1.2":{"name":"@hint/formatter-html","version":"1.1.2","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@1.1.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":"cffb06244342b08b2542dd6f1c9f88c5c5662742","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-1.1.2.tgz","fileCount":69,"integrity":"sha512-Lf1kFUKUV8sBq5+wP8qjheazbSaBXiDJFv8uQyJICo9uQYRHzkeiBWzcG4CqyIohU92VBmQYkoKOYuBQZV9Cdg==","signatures":[{"sig":"MEUCIQC1QoRJi5CV6NBW7rcjLAmX3usNUSYM+mWePMFY4NNwjQIgFbhIqjO0eybPhtsJ1J3VmA8f+SBlTnUzIYsCKLYwb0g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":376891,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2ifVCRA9TVsSAnZWagAAuzkP/jbZkRRI15bYUQDOo+/i\nhm9IAe2xr0yZu9R+WKoHV4ptWOl+CfiqUZ/Jy5UyIsWDD79ozBIDIEAQHNaf\nj3BtdNvCdJ4geM6bwKMP9vDTHK/XQ9slGoXEMyh8YlTUG4lMP8GQoCur7Oej\n4JQ8HqZk0uz+m7r6fZAWczAKbDCXUb9nkojjgzuWKdW6bEDtOxhy/MTGcXS+\nTEAHtz0EmCv33ZVc5WSFMcLBvrDQecLHpSliEL1WHdISeUYxas7JNQkwbOCm\nsqwZLW3tvwj0L4baai8TH9tgIorAY/VhXSzJC88/h9gT7P1Oy+tvNSAsOdyM\nKr+fMzIw+r8Z1zqg/qNEaxoCCOUcPHo1o9FEpOKhuZ3wmwyz6qh6ra9kCQV2\n6FZTdiZXKrE1vN73T431SiOc08lOL2/QTbTI5DgnVBUMb5+Ju+54gfgp5X+u\nm9gRDc2EBvupfdjfRDg4sMMHEsOqCno3VnJzCJIOtDLkxa1lsP56ZHaBB3ew\nbxqPpCiRT20W9EwNq0OFaTSTDbnuDTeoHDVMnpQX2tjctK7QP4n5Jb2KTwLx\n0O+axzAJpb6MqSrMhmjz4fCbfCx3dWEU8WLbDAlb1v5km9J2nzeTXEBe7M0J\nPURnYbqCkSGcJ26ovMvRDzmBst+IVlKnS2KoT8KPB3daAwFhp2pb3D9cxar1\nzNa5\r\n=du6r\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":"A hint formatter that outputs the issues in an HTML file.","directories":{},"greenkeeper":{"ignore":["proxyquire"]},"_nodeVersion":"10.12.0","dependencies":{"ejs":"^2.6.1","lodash":"^4.17.11","moment":"^2.22.2","fs-extra":"^7.0.0"},"_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","@types/ejs":"^2.6.0","proxyquire":"2.0.0","typescript":"^3.1.5","npm-run-all":"^4.1.2","@types/moment":"^2.13.0","npm-link-check":"^2.0.0","@types/fs-extra":"^5.0.4","markdownlint-cli":"^0.13.0","@types/proxyquire":"^1.3.28","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-html_1.1.2_1541023700014_0.239204485220458","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@hint/formatter-html","version":"2.0.0","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@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":"795cbd38f6514ffe307b84cd8787c30ec236ac64","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-2.0.0.tgz","fileCount":69,"integrity":"sha512-bDtLHdWzAz1l9m6FTElbY1ZaOIbyPYq5P+boaDwA3IiaDqdwhzvvGDltbGWpcCE4tC2RzHBHg2s0moHzeJqfJw==","signatures":[{"sig":"MEUCIG0AKbVarrzVCZcHnlHtq75ciypJQQjrqz9LBEPIRWpwAiEAtA5CkgiMJXVRqCRmlEbLOIwKgL9cqkZJvZTvAtBg0nM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":377626,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4M+lCRA9TVsSAnZWagAAD9gQAKTdYlfSSTsOHTlLUQV0\nsvBZGMfN+SdcgsmC897zpQxRfG2QAovTKU9n7GacIwUt7OenoMKiihglHlgP\nCHhyuWH0gaVJKpVXoW54vSzXnQR/Rt+36fvsjrg2+1mVetHzmnjDD4xYxQU5\nCp6mUBwx61o2e9/hWux6Npg2cQuIPUWqGOC6NYxjPJr+TwYrOn/zcAHJXOny\nKBIpNEmuFsYYcTH20IAgvHqZ/xzHDfSwMF4o6nyp6PaPTRN+4D6aCTfusPny\nJTbPXX/LKMiPjwrKNosSF9/8cMR9y/dYddaY+/Pp93zp8ij6X8Ipd4STaOrv\nUtz7PeQzlQLvM+15ZcaFfPACXDNbG7NP0WSwwt9ZQW6YgrAMtONZLTI4kWZ4\nLi5AJfDi/zSTdcTKHfl2obW+0yS0r+3ZYKqhGmnPvazB92MRvEujGiq6Lnrq\n8FWizLoZoPdjHCcDWvwoTXzZTSPu7q4EmJpXySByG+OiYgtRVr+rLQoGik4U\nmmFNnwZxjJrNaMkyqCbySO/XKUr6/SFH9qxxVu3F1x40q37l5DsAzfWcfprW\n6afXHMTGbImLUqQn685HB2DJ46onanrPV++dEk8NLqqqWhVOwpgdk5WpNbpx\nLc7uakjfMcmD0M/7946SUcf5qe5cKVLJdpKQkvYmRxo/F/a4EMkbYgmzF3UQ\nAyey\r\n=oxBP\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":"A hint formatter that outputs the issues in an HTML file.","directories":{},"greenkeeper":{"ignore":["proxyquire"]},"_nodeVersion":"11.1.0","dependencies":{"ejs":"^2.6.1","lodash":"^4.17.11","moment":"^2.22.2","fs-extra":"^7.0.0"},"_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","@types/ejs":"^2.6.0","proxyquire":"2.0.0","typescript":"^3.1.5","npm-run-all":"^4.1.2","@types/moment":"^2.13.0","npm-link-check":"^2.0.0","@types/fs-extra":"^5.0.4","markdownlint-cli":"^0.13.0","@types/proxyquire":"^1.3.28","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-html_2.0.0_1541459876368_0.37408687422298437","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"@hint/formatter-html","version":"2.0.1","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@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":"31e74fc229b62519e3fd82b1443a5749f69ecc0f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-2.0.1.tgz","fileCount":69,"integrity":"sha512-3KLpo9cvQ2e6QSIlBJ5NVULeAsmMvGmJTDso86YLs6HXNvf0OprQ7uso30t0Vv5SSuxO7IF3GxMoFuMnlTNhzA==","signatures":[{"sig":"MEQCICV2OxqURDIHGkKMKKs2UZjh8knIrpWPH1UCYGSDecxKAiBJZUtAuWGFal4cyPuVfurN4bxjVI1QmtOid+KZlnTQAQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":378159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcKqUfCRA9TVsSAnZWagAAaEwQAJUU9YDNRO8QyjJqaV6I\nR7VEORBiYf4Ns/kHE6cMmVm4fsblLNdtzMYDpTJKI0jwd9Q+amB+KmvwqL5q\nY13sscGAPFvvM4fcnPM/6y/20uz+Ed8fxsJUyMn4TD7B2ifu7+sx9iFWnULy\nBv0Zi0N04dI+YUdxMCebGwTKx55orL3X99pQ3k8pElHK48+kxldMIVN4iYtQ\n7JxWhLLrD4aJOH3ThWal4RbguUPOcdhoJ81+wqmR1RmHWIZc1y7iGE4D+aEj\n9c2VvZL9ccT5PUCXk8cl03C43geryUo4icv5d+9CskbiyNrVHAuaCELu2plw\nJ/I1KICDeNc4jYyc8ktoYovm1tOSIBdzISZxu3s8WLF18VoypK2jl1FK4lDX\ng94vQ+3Sb9XZsa6ZV+gblcEVXPJ/E8YJMwbErFUBvrR5niHP09FYLH9/d1xm\n0l5EX2V6pEOzRDyOGQbQ9t4Q7PrwPyyud1SJNB5zQaIR+R7pZU0Wrz0Dhabq\nhypUkc1c2LDGHQ1VYGC6asMentDBXZzydQqfbADaLIZVOjMMPsgD0Hu/s3va\nLnZEHA6P9/A1FJkKtkXWD9AH9dSudTO8DxLhk4YvQDaMHRxEkC0+CatpCp8w\nm4Ct8LXlfMlu9cuhYuVzHs0RdT3OXX5PeB+jP//h4bGNda0/NlxRJWpRTM2U\nO6i6\r\n=btNO\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":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"11.3.0","dependencies":{"ejs":"^2.6.1","lodash":"^4.17.11","moment":"^2.23.0","fs-extra":"^7.0.0"},"_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","@types/ejs":"^2.6.1","proxyquire":"2.0.0","typescript":"^3.2.2","npm-run-all":"^4.1.5","@types/moment":"^2.13.0","npm-link-check":"^3.0.0","@types/fs-extra":"^5.0.4","@types/proxyquire":"^1.3.28","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-html_2.0.1_1546298654532_0.6859325194267964","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"@hint/formatter-html","version":"2.0.2","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@2.0.2","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"ab22ad63eef34c87dc90caa7d1f675fcefded1b6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-2.0.2.tgz","fileCount":69,"integrity":"sha512-amGVA7qVsN2Y0q8Bf2XUQLZU7zt77aNCYZBGvJk03e28Y8+5Fw2s60x1MqjfL6RTET2+lkLg9enmgl7OsKmVuw==","signatures":[{"sig":"MEUCIQD6sDilnMVcn+eueB1/KwEDd/SNQoJgWTA8YHuBjO6cGQIgISUPxtf+HtMvnHvgf8X2M1zSCrmIcgvqhkOIibH+CKo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":378701,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcN2ADCRA9TVsSAnZWagAA3C4QAJlguGYFc0Ph9cfZtDxn\nf0c9dTS3X2ifnY9O5DPBj3hYmcXuHAQDvOCvXHiy7bhFrvsVcPNuuRUOofTF\nKGTDGiiQbKkQQ28cSTBVvOjpzCI7mApdnPV/XU3uEfMme8fZxKje/Fjbgo7a\n/E74SDVDK16Xx3j+Ex6pl2rMa0ZC8Q2PkhLgn8TYFk7Del8V1PNa2NY9LsYX\nVKhKEOW9OJ33ARTZBGXpNuyYxTQ/jQKe26YvoFmIJupgNhSPt7HV0B/PsKUO\nh6zkeNnCfr7bFaqoRC4wxErBY/HJgO1BNpTsdDO/S6Zb07vHWk6ZHn6ADqUG\nrIWvs+FQt1VuZ8y7P2zpPj+EtlSbLjh5JPJbZpwaIs5XNYc72nV6beHy4hbs\nf30s3gjwI56Me6JE/gMKhgKWMAUSpHl5m/pBIpwgEvyEe59zjPwPiLnzEczg\nBaf5yZcv80Yyj5GpRmOpaa7Rqq7VPa8z7t1RFMs/J+U9AJEqw/B7WUG8954K\n5hfN2M3J/R2S+LudR3e/lkCGi3LfuLwxnXGB5UpfNiauSGPUgk2tLmHlb9BE\nZU0YBU8u+F1Fba8rE1+3ZDM/3aUi86hmBqiuBNYRB1BtPy7kv8CwCRRTj3B2\niXQ1M50rXFZAx/rYyMqBPxnJ5KV63wV6IUgbuKqeJ1A3QilfikbyTQQSRSdN\nKOBz\r\n=b5ml\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":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"11.2.0","dependencies":{"ejs":"^2.6.1","lodash":"^4.17.11","moment":"^2.23.0","fs-extra":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.2.0","sinon":"^7.2.2","eslint":"^5.12.0","rimraf":"^2.6.3","@types/ejs":"^2.6.1","proxyquire":"2.0.0","typescript":"^3.2.2","npm-run-all":"^4.1.5","@types/moment":"^2.13.0","npm-link-check":"^3.0.0","@types/fs-extra":"^5.0.4","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0","eslint-plugin-typescript":"0.14.0","typescript-eslint-parser":"21.0.2"},"peerDependencies":{"hint":"^4.2.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-html_2.0.2_1547132931003_0.8299851200626316","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"@hint/formatter-html","version":"3.0.0","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@3.0.0","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":"dddf07e7b04ba95d9de7c5e59bce61d8e070ca1d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-3.0.0.tgz","fileCount":69,"integrity":"sha512-cu847LA3NASZjA8Kfq4XJ4l0K6TLhT1s88hZPoh3a/BqGzMwOo/i+nHfL3N9+5VmxdIcmjKhwhr/2VgmEN8p1g==","signatures":[{"sig":"MEYCIQC/E+JFBgwR+hdENg5B4IA7C0rTGk4uhEFrjqfDI2zrewIhALjfNoSRKM2KPCE4JFqBpoZchITTWpRRjkvW1Or+vjRK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":379028,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPnjKCRA9TVsSAnZWagAAMLQP/jObIgDVvwfA0EtBboQY\ntpKkDE1Fq5ar9pks7UdFIbTnsWBi/914wHJbxK5kN/pO4+0jsbkDvHLHS92R\nhLY2TQL7tpgQogUbv4Ym8500KWhMdiHgd/AIUWdoSdi+T+FMj9h1xTfOiACW\n5ZKeyJfqscDp8i7Y34KTRsqtLUD/7CNdrA5z1pZC29Bd4yd5ebx/9Nd9XuV1\nD7Apmlw6TyqTiJiTU4Xvkc1sQ9DrNiWfS+mpHgl6RY8UgBFKsxXVQi+ShTyR\n7sNsjJ001pMaYB4fN+LsSMR3wuYf+yknDV0L1V9cZyYSXgwCoikH/lQSlN7K\niRy8MjCyJIPBx8GCJyyehxOevmdpaVTbEu7Zj0TCaY8sVhwcWx1PjC7MW6Pm\nrFq4QMhxeblvHa/tQR5aX5FX6ZZdRnZrver1j1XV5J5X8fIEOzRfMgJnV/0E\ngL/IvlwXVK/yUszM/TIallIMdPN/I8iS9MnEV2DOsrfsjDbXEbhwTr3xPd2I\nWvdW3ZEN553P3niK7zGYLFQ7qEYDqHauseXBhnBJdeQZ509iLjuC1k3KS31c\n/xVlYmWmigNdilmFe+5An9239TL6k9+vgB6hNP3wZoKxlYLychlQiNaSL21n\nWSSXYhn23uO3iitoQQCb7rcSKvLKTY4PPD197CfS2X7fdV3TFQYvsC1+/rrk\n3kZq\r\n=XGvO\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":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"11.2.0","dependencies":{"ejs":"^2.6.1","lodash":"^4.17.11","moment":"^2.23.0","fs-extra":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.3.0","sinon":"^7.2.2","eslint":"^5.12.0","rimraf":"^2.6.3","@types/ejs":"^2.6.1","proxyquire":"2.0.0","typescript":"^3.2.2","npm-run-all":"^4.1.5","@types/moment":"^2.13.0","npm-link-check":"^3.0.0","@types/fs-extra":"^5.0.4","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0","eslint-plugin-typescript":"0.14.0","typescript-eslint-parser":"21.0.2"},"peerDependencies":{"hint":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-html_3.0.0_1547598025872_0.2128519325587317","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"@hint/formatter-html","version":"3.0.1","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@3.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":"d201de4e46d78343afb15f458ddf85c5954d67d6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-3.0.1.tgz","fileCount":69,"integrity":"sha512-ZpxhMLuK7F9+lbduiI+e4j+bBS2EHNFBHYa3v0PxH5PXN75fG6t9VZm7q17ULCLqw4iSd88gHwjVJNB5dwPy9A==","signatures":[{"sig":"MEUCIQCPeTLzswxjXAdaGV0iNWs9l1i0qqBa8NzsTD/ZVNZqbQIgR6ZQtwL6DYAFwEYL/33Z6t6I54MkahbrmbAMcFeqVME=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":379362,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcP7OrCRA9TVsSAnZWagAAKrcP/j60jtmkUqgoyuBOR39S\ndM8KT3dKbdnkeQ4PyQQ+TAAvxINtVsTv91VXdU7GqnI3ljUFRHmXkwaAWG8g\nGMSUkOsuFM4O/L+Rkn7hIOnBYfkcU95qj95sEMJXaJiaer9v7tKVEjj/sX87\nyftT0b9NIzPchIgMznjxhMW5ApbefZ6sDEkB/HRkfLw+k7fmSXAaFJ4/q3c3\npkI5Vg7utLjEbKPJCU4Zp40HENHejxCHo8ZFkSfWDfQFh2m6QF/cdUSSctbc\ny8Y8h419ec8gisCPHvECvjwrSl5i6SWfCX3wTtz9PmrkRgqau7u8LqF4LRnL\nHuV6W4/RRfPQqVqEZ37GtnomnBmr0LLKlc59F0JYHxMQdeR6JdRbFyaHIf+t\n5cPzQmtDj7swyv+r5HTY8nCqH/AMpoSdbrNNJASPwPVJqENNxNcfPxJC07jj\nv3q1P8HMAsnbRYbnnsOdW7MAPuLEv3Vdrllu/ZDsbQAq5Q0rIiyOXfh+vm0q\ni4lg2m+cP7EaPu6XDILp14i8dBD2sXy9ZAdCTv8+gKQHIuMADvH/tFmenGHd\nTMiaTIIOCQE0TGUaVU4XYbPuqPGofAA6CN+c725AsRHbJ29BRsS4Vphg8IFX\nZQ2OH2PmGrRrPM4i2WkLTXcX4pi5Ei+Y0lFpGdA5/9R/Mo151E6uv4ShBCIo\nJy69\r\n=pmNO\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":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"11.2.0","dependencies":{"ejs":"^2.6.1","lodash":"^4.17.11","moment":"^2.23.0","fs-extra":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.3.1","sinon":"^7.2.2","eslint":"^5.12.0","rimraf":"^2.6.3","@types/ejs":"^2.6.1","proxyquire":"2.0.0","typescript":"^3.2.2","npm-run-all":"^4.1.5","@types/moment":"^2.13.0","npm-link-check":"^3.0.0","@types/fs-extra":"^5.0.4","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0","eslint-plugin-typescript":"0.14.0","typescript-eslint-parser":"21.0.2"},"peerDependencies":{"hint":"^4.3.1"},"_npmOperationalInternal":{"tmp":"tmp/formatter-html_3.0.1_1547678635273_0.198474768492388","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"@hint/formatter-html","version":"3.1.0","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@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":"d6f878139a5ad3b73d3301cf75b79eca48ec194e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-3.1.0.tgz","fileCount":73,"integrity":"sha512-t/jWqbFO5GubtCLRpqLzE1jnYSFdFlmQnNobjfA/2EHS8+A6Blq3QuD+Q6ftVQ6n1WDh954Rogc/Sk1gP0rTkw==","signatures":[{"sig":"MEUCIQDaO7Jhcx//AgLTtuhCM4FnXpBHquTkCC/XlbMDkz7T6QIgC7Bm4HIQHzCZ9w08KN/pqo0DRffZmlAWMZ8e4EzTnfE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":384326,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXIqmCRA9TVsSAnZWagAAqHEP/1L8WeDZXDJ4/DEMC/ZU\now2DuNLVAG8HJK83y3bvrXxeAO3wmYmhgAFZQzN2C05UDoscJKgXDtWcCfeY\nCA0htTJ9/1S46PZ2eUamkaL1r+eObvWjJub9340DzWpyWWmyvyFZ7kCVXDRq\nuNa/epn+iCI847d1Rzuy8hmke1d0S/PnmAwhFwfbqbNxUI+Wfk+ZT+MBAXnl\nvcRHfj3twU9/6EPtkLnwKYBLMxNxdebp3PiIEP0AK4jE50Shz3GWoKldUJHb\nocoQi1PUfbk7qgYVThYa0+4zNJY3PWH4k8tnmu0AZHaLz5trdyI8gp0JHlZX\nybtFxSw41wPMgT3WfuyjDJz7PESuBQQ78wjoDa3HLtTxvi/HwiPadElS19Up\na6LoppgtgXDFPjTcXo/I1qJm3kneZoEKGCApBDZl9vDQL48fwwqPTvKKpHYM\n4emZX15ep1+VirDf7vvwAlfFeLK9of359I2nsVXov8k4J2/EEVzJR4U2rp1F\nwrgvRB8Q0lxX5jowGh0pbTuRgUcZKojylF4LNd4/GE6l3hRDHvdKZqKWQiUK\nwXA1rXGDO/ZiypjDZvkn44J9QO46EUs+08FsoqYXkGPhKuV/OoKA1pNKfYkh\nqdSpDX0YKi0hdMAQaYVih9vDBnvujKZs3BCuAAAZh8VEL4tasEJFBAJQChkX\n4t9P\r\n=xNCD\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"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"11.2.0","dependencies":{"ejs":"^2.6.1","lodash":"^4.17.11","moment":"^2.24.0","fs-extra":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.2.1","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.4.0","sinon":"^7.2.3","eslint":"^5.13.0","rimraf":"^2.6.3","@types/ejs":"^2.6.1","proxyquire":"2.0.0","typescript":"^3.3.1","npm-run-all":"^4.1.5","@types/sinon":"^7.0.5","@types/moment":"^2.13.0","npm-link-check":"^3.0.0","@types/fs-extra":"^5.0.4","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.16.0","eslint-plugin-markdown":"^1.0.0","eslint-plugin-typescript":"0.14.0","@typescript-eslint/parser":"1.3.0"},"peerDependencies":{"hint":"^4.4.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-html_3.1.0_1549568677625_0.1359805918283905","host":"s3://npm-registry-packages"}},"3.2.0":{"name":"@hint/formatter-html","version":"3.2.0","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@3.2.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"188bb58b43098498e7b322d39b9ddb87fd258177","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-3.2.0.tgz","fileCount":73,"integrity":"sha512-nIpsZ6C4KbfO1j2Zlj1yEdjG6Hye/f6vp1T6VW9rbuU/dc0b0KbZb8G6MukV2vxZEfCm3SWaTotrGAcigOwuJg==","signatures":[{"sig":"MEUCIBuKzzBJ9P0eD9ba7hmqC02HqZ71D2d/3R+5tBl39vUsAiEAhZYQCMhr/tAmXYmjEbRhJqxBgsMQfueSOgpKYj05eVI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":386449,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbzimCRA9TVsSAnZWagAAJVIP/1Ko/k/P8YP9YR7k88A2\nUJTbjumSGICBfKnLNU9MiJ5iUYsNFj64VrSx6+zFqm90uyQayseupKKxdS0I\n3ZFilOewodLoIMev7IkMWRhugtyzrYtA6nU7TqvTfo+bI23DnwFqRsjhTMDz\nnWnEa8339OniHoD+diYjim7ZPMg0tFitINFqgiwbrqtS5+BM3TUAjTV9Ig11\nrYUTPiGAZBPFWG4/f+6PJbmNHNqFFskmKConNrJWWbdLJbGuBbOhRz114ikS\nNcbdCgBDM/g+xqc5rLjCD6G63bzzf/7BThW17awyb6vqdo8yngwnLQsMpNWl\n2nrTxYmws7sYuokVkIyKs/+wDZePsGIw/ex5iip0bZdVG27arjP1wfKjCM9h\n43FGnKYq3tGwgv8aHVrmKEOfSV1BfpXPhl6GNblbSahpjW5WZ9oA5WLeRwX8\n12h1G9OhitrXeziAW/c8an8pISI/XzL7cOVWieEc4/S3tM1Yk2hXWqeguITb\nmRc3sBZCzPrOK3chgm2ZCWnsDjUiybikSYTsM1Z7Ac07TjzF8PPUIOu3oz0g\nDNuxcDIUoYrekTbW2xBQpvD8+5wb4kDPNHMCqCn5QWZi/svN8hYI1Vj3DAhr\ni0KNxYTHHCK42rjo0hefWUTz8uD2N8YX0NqSrzV9zXBg7ttTpRE7zOaZE4JF\nk29E\r\n=xrXR\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"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.5.0","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"11.9.0","dependencies":{"ejs":"^2.6.1","lodash":"^4.17.11","moment":"^2.24.0","fs-extra":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.2.1","cpx":"^1.5.0","nyc":"^13.3.0","hint":"^4.4.1","sinon":"^7.2.4","eslint":"^5.14.1","rimraf":"^2.6.3","@types/ejs":"^2.6.2","proxyquire":"2.0.0","typescript":"^3.3.3","npm-run-all":"^4.1.5","@types/sinon":"^7.0.6","@types/moment":"^2.13.0","npm-link-check":"^3.0.0","@types/fs-extra":"^5.0.5","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.16.0","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"1.4.0","@typescript-eslint/eslint-plugin":"^1.4.0"},"peerDependencies":{"hint":"^4.4.1"},"_npmOperationalInternal":{"tmp":"tmp/formatter-html_3.2.0_1550792870199_0.5753404696427804","host":"s3://npm-registry-packages"}},"3.2.1":{"name":"@hint/formatter-html","version":"3.2.1","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@3.2.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"88eaa0c565e38559c17ddf61fc66ef76a4b0e826","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-3.2.1.tgz","fileCount":73,"integrity":"sha512-looEUF/HeMbZqg/KwU1cbr3kRcM7ZrUElmoSyeo78CzeajgBNVYifW6z1AMxUcakokT7QoX2+a8bKz2rkRkOOA==","signatures":[{"sig":"MEYCIQDWUDlfBo4R4SuuN1Cyb/z9XUPJTsqOGog2jxtlPh71PwIhAOx0M7uxzOxHKBXGD7Enjj31aqn5vZcHBvWhBlhYXrYV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":384829,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgZmjCRA9TVsSAnZWagAAJHoP/3o85kLm3m46uEId4/5f\n4LMhI+JEmc4rz78zAwwrUIUFJEZ6eaRh7saZx2IqbZl/yPjItzZrjGdHLwQp\nBkzGSrJNuogUaWcjHVcAWPFOb6932F2/p4NgJE9TTkst5fT+5u1ohLuokaD7\nRG/3w2IJdc2NgSKjkhMBV2OZoAC/fvs4cXRLohJxKK6RVDMk37IzhHkjBcxN\nIq2NoaC2XvS+7rdep7z72KeSSf+vxVusePJSW2fwm1LdREVHAksntN9Uu/FW\nawJZ72zC2EaH8WKMDJUuXOGyyO5i+QWrLlq7JbNN7a+nz8+76zj514jzCh99\nlNQZCsmSpR69k7f9iwtMJsVTuLveUq6y8n1srKoWIXayNCrDHTMQTIDG6AUL\ncADivE2WzkbuAJO9KuafCi50ZQTNtpwW/QksCV09HYIRVZfEA+qVPfCdhVz4\nG9+aF/EruMQMgb/zyawX5aADR4y+85QYypuUPd4T2V+ufND0y2epHdZe6JCD\nShCTxElHt8bmkOQkIgAdCIhd0TjL7sI6dx3aUMNnONrE1WpLTlCzJgMqHeHb\nDJYKPtiMWbVeu/Yr+/sFnIOMJ72hwUVlHjRbBcCkU6NBunhY0hAzVizecO43\naTqZsKc7/PcnfykSxrWqyS0A4pp0/Y+wbyzXgBUrWfF6EPtX4i4P7/5DCx/T\nx/s1\r\n=6RTK\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"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.5.0","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"11.9.0","dependencies":{"ejs":"^2.6.1","lodash":"^4.17.11","moment":"^2.24.0","fs-extra":"^7.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.3.1","cpx":"^1.5.0","nyc":"^13.3.0","hint":"^4.5.0","sinon":"^7.2.7","eslint":"^5.15.1","rimraf":"^2.6.3","@types/ejs":"^2.6.3","proxyquire":"2.0.0","typescript":"^3.3.3333","npm-run-all":"^4.1.5","@types/sinon":"^7.0.9","@types/moment":"^2.13.0","npm-link-check":"^3.0.0","@types/fs-extra":"^5.0.5","@types/proxyquire":"^1.3.28","eslint-plugin-import":"^2.16.0","eslint-plugin-markdown":"^1.0.0","@typescript-eslint/parser":"1.4.2","@typescript-eslint/eslint-plugin":"^1.4.2"},"peerDependencies":{"hint":"^4.5.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-html_3.2.1_1551997347177_0.6173693745520195","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"@hint/formatter-html","version":"4.0.0","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.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":"bc592208d2f1f235e1ad3822b0bf546b81106898","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.0.0.tgz","fileCount":73,"integrity":"sha512-DpQJit7qNZDtUBPABCDBE5kc1lWsUGNIDBjXT7lNsi95vDxkWo5a2fhAQGEB5zgSdv9WDIDOuLFpY8un8/B1EA==","signatures":[{"sig":"MEUCIQD6u77TckrJi+igFCrCJDJmR56WJIgEtTPPQbf87M/LfwIgTTXoqDgJf+6F3dBwKwjPfAfXF4SPWGKMPSoIed+amEA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":391901,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc23xKCRA9TVsSAnZWagAA5p8P/1+8Ugz+/HlpBN48zuiG\n7wfduNKQd06sCWAmMpHyYoG66qlWVUsfZ+JYM/J0UXj55lRvVIQWXdcBcRWI\nZ+m37QVeCPpMC3C4TSldNv7MfqpbnMYItT+mmIjIl1Hsw683yeQbQxvHolkm\nFnUhdO09g3JvivZoVN8FWWtQtHorsafBbXhR5foIUNKvfHj0XmAnHcBwTODf\nCMSSu1pafJyza7Yzk2vbRGRwtsnJjNjn2muJ+zWwzVO+ptGAlOV32erZv/A9\ndrNX8FHh/DypM+hpElnsclzd12ewxxIUJfVa71ckaI25sUyQz7JkDvbsWULo\nc+oenQ6a/xgDR5KzehUp8dovBhal1/+AmSx5Wlb/rWOrgJGL40oOn3yBX3Rt\n0j+GEZ+StbCOQQyH/+PJ9TajeAhu1zh5zIK003I4ug8f8/CDnynCcYBux6/B\nL5hulZpF0zdQPy9emeTvzSIba0Tq848zMJqcrkQSod1i2rZsJHH1AcUrlgir\nSYVcEdpvCtA1viYPJH7EHR/cn+PbP7743lAfRG4SoUjP8YB+NZcn85xNPqVT\n95bnH9C7orQejMDSzHOFHHpRlgAzIZeIfL2Y+Xv775oJf5SWw/EhFB2iDORn\nBXb7PWIyIQI1OpmLNx/K+29cnCb0HCG15e3fZszOrBGo935ftxp5R5hORuEb\nJs+S\r\n=f0av\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":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"8.16.0","dependencies":{"ejs":"^2.6.1","lodash":"^4.17.11","moment":"^2.24.0","fs-extra":"^7.0.0","@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","@types/ejs":"^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","@types/moment":"^2.13.0","npm-link-check":"^3.0.0","@types/fs-extra":"^5.1.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-html_4.0.0_1557888074146_0.410995610972815","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"@hint/formatter-html","version":"4.0.1","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.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":"615a58a16cf53f942bc6ba1320b508ef78179625","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.0.1.tgz","fileCount":73,"integrity":"sha512-kI8FEnDYMR8b7pqg4oBI/XsLlk4AqS23CPl5//u3Ihg0SO/ZT++rDtAtgUuWMw1rLvpyOjx70YjCpVTLoJFHAQ==","signatures":[{"sig":"MEYCIQCpKCTx7ZlYhsybUlIoX40Hj2e9ipNkQJ+G0cEjfCPd0QIhAJZgAtbcvbV9Xmuf0CD+A2yJKOoIs1iZ6X4KSKIE8af6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":391901,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc25JMCRA9TVsSAnZWagAA5v0QAJBR26+Sn7mIUVFV+686\nb+EWBtIxpalU0lXU+4xl/VfNarkGrpfsj5bGPDp1pOcvQJ9ml6yZvKmRGZhj\nuV2IXJ702qlCSSn2/Qe++cLdEKDcaIHVBVKNND7/S4AcM/uW74/wdA9tm9tZ\nUuNDuZcYYBQttBPMqv6fUhJ7qDD6QfmRzGmkcPknY/CBVi/kkGFh8a49A+E0\nEmJj/l4ogBDDdi/bqyXX2SjZ0NbZVDlqKJlQeSC6T5rjOAUF2H6nh5YHVyTX\nMlec+zzMekVa/LRQxT6t77wmTua2HhAMtVpdDdJrAh6p1FHj9kGuHP+/5B3K\n5IKKwyPtws5aMkX1KmiNZk2vUbDvJj/fR3kgmrzM7fXQh2Ct6P8K7gkXwiij\npdj1aCLCLzrfW/VG7oU0a2wJRB03pt5g/TNfFiWZEMyCJsyWKiG4fDrKHYvf\nfAPilvpesqRfGYTZ/lS1XCvIS1rgjEqge7tWI1UfsIjwfSXkIiGOqfpvfB60\n51/L2kd4nWRDKhuulOPopdz1EoHMYk/5JEaHIX4HYQ4KfS5HKvjERAelqZcl\nT624Zmh5X4iW4tWXvsTzkTAWX4H3yip8MThEJu8lzaiLuP1pfXgav38XeCZF\nNIXswNJw22iLsgWL7Hbn3Zc/BoMxwSOLvqCfaZ0Mp6Q+O9j9hnCA/THyklX1\nEndR\r\n=fXk8\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":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"8.16.0","dependencies":{"ejs":"^2.6.1","lodash":"^4.17.11","moment":"^2.24.0","fs-extra":"^7.0.0","@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","@types/ejs":"^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","@types/moment":"^2.13.0","npm-link-check":"^3.0.0","@types/fs-extra":"^5.1.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-html_4.0.1_1557893707419_0.7169319555311653","host":"s3://npm-registry-packages"}},"4.0.2":{"name":"@hint/formatter-html","version":"4.0.2","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.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":"d179afa1bd1e4108cba5c3a3422a1d42eb9b545d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.0.2.tgz","fileCount":73,"integrity":"sha512-a2VjGvsFUdpqTJnlhMEEAcLZtr2+odfGjxckUn4rSa50XWKewRoH3x700ew/egXzH0yXNJa4Q/oiedlGH6q9yg==","signatures":[{"sig":"MEYCIQD9LwoWJqxr40cD5eA+P1wVwDmihNtOdw/NE+AWuVtrNAIhAKfWJKaG5JbTYfv/0Vr51jGQ96r25ZpKuFNyeXLngZvo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":392526,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5sCFCRA9TVsSAnZWagAA3/wQAIA7/ej84ga7giocG9Nq\nAyP2lM9Feayub0Aq2u5SmadlTUMUAFuzAiJCPap6C0qE3tAqtEIEy/DhAW6H\n7/Tz5L8pNlcBh14KgYB0OfIcdWMmQ5QoT48tWB1jTZhXfuJaWfDikuR+E87O\nXpv8P1IlYIFAktDfgOmiouukIUouuXVO6PXaKjU+edrmyeBLznv3zr8BqtXE\n+boVVrbbt7+oZlqyBqnFZoTKg0Wwxoz61b/7hFs30g77c1VehZPK6f5odaMx\nvvVOXO3Kd6S0IhqIGLuO6BjhO2CmbT3QcS2HUpMz9dCJse0rZ+49gFBT41bX\nvy7QoH4qs33qY4z5Ox7ip57bfEpjZwvg2NSQNdrKRqgkQec8bh1AK4A7V1tL\n56bUNaSRln/6DhaDEjiWf9ojLwK6M4r5rcUfi8ru3jh3nCNLbhfqq20vFT77\nYq0gxWKkoA9p+MDCLN9eSe6bgz/P3CyYl5wE3QlDv97WOgFUZfqgAgFGx2QR\n6uVDTayjofLREU9ICF7TlGh19t5xVPGC5mIYsb8wLj4NAdc3NoHKxk6ufZX/\n3MDQQ1w4INdVXyCeP62890BQVPE0FI4mm5yZ6V0IXnl2lMapd73WXRBg/3Te\nHoWnwxc+0sD01Z/JIYrbcEucXnLFxNPBpT07F+eUe5oz3P0GnZVvVlJ4m82j\nRPON\r\n=2Awb\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":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"8.15.1","dependencies":{"ejs":"^2.6.1","lodash":"^4.17.11","moment":"^2.24.0","fs-extra":"^8.0.1","@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","@types/ejs":"^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","@types/moment":"^2.13.0","npm-link-check":"^3.0.0","@types/fs-extra":"^7.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-html_4.0.2_1558626437431_0.3490976898841458","host":"s3://npm-registry-packages"}},"4.0.3":{"name":"@hint/formatter-html","version":"4.0.3","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.0.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":"711ff89319cadf879f85ebcdf7a2e78d933f3568","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.0.3.tgz","fileCount":73,"integrity":"sha512-0wXjdWoXZY1LZInzx5xI6ROY6n4swtnARe0hMJyS08K93a03tITG4grntUkx+DPK9lPvxthtMZJL5L1qz2lH5g==","signatures":[{"sig":"MEUCIFiGqT2+xTQXI3Owjoj7izvx+vfIPDMZyCoCmlG2R7aQAiEAxhHZ8TR+1YDKYWdh3U1x5h0gfxR4K9kq99ExiZ1asSM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":396779,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNzX5CRA9TVsSAnZWagAAJiwP/j+eW7Ixl7ErQoPaUiuT\n64NMvwf9AW/IhWYLe7XYY/HVKKhzK04wfcrpnUuWvqgyiqfg+kehhmh8TIhv\ndYxZ5204nRvS0UwjkYhrbs4RW52lVxfEqOL6vLSVdd6Z0APajWoRfIvrMSA9\nSB+luoV57XC69sDjshNZkFTIQA3I5nJ/l+/Wgy/L/v5o6aN143tCmK4ujNZR\npFH6wVTZZH7XVBeW2lm2hUOizGZqnPM014FUdIdbKIyKazKi8Gpd7w6s0QO8\nCEqzN3+GMQdOxBA0lHZEZl8jJP1DwWqAReoM7YTf3dj16Dv/QIPOeOpXhUbI\nahbYBz8PkNtVkk/gTLAmt0PGuXjvnKZi5otEPVnRe5pJKJ3E8Aqv9ffM457i\n8VLOvYWDDHeIE61UoUgbebmalme6yk0LXjYOfjrXXUVeAv05Neux5QvYu/d3\nBwKl2LxXrV0DnV5qynODBuyC9FU5Tc8ediI7x3t+Pd2qSQvw+6vUXenrvC8v\nVs7kGYK+Jw0OTD3Rzbu4hAq1YoiLSfA8R4bGZUB1+R+zNY5AIiWkbJGpuLky\nSO4xQr3OWnCTNwQbhieInZTTAtgzRMIXcwuOeiZ5NJ3H1wYpbpPhTju9UTLI\nLNqLSjL+V59apKxo45LqEpIKj4/elX1RWYOew0OipKKFhZQmdwxRnWCYH+UF\nMMYP\r\n=kaAB\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":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"8.16.0","dependencies":{"ejs":"^2.6.2","lodash":"^4.17.13","moment":"^2.24.0","fs-extra":"^8.0.1","@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","@types/ejs":"^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","@types/moment":"^2.13.0","npm-link-check":"^3.0.0","@types/fs-extra":"^8.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-html_4.0.3_1563899384994_0.19268540447647342","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"@hint/formatter-html","version":"4.1.0","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.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":"826f6a669c702744f9294da2e1f1664cff2fd13f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.1.0.tgz","fileCount":79,"integrity":"sha512-qBVMJoYJAeGPbMPRFhFRbxAWzRd10FR++ShiYbnFIokuZ5Wci+kvNW1kS4XW9SyNSi/a09iqyC5NmUuguA/EGw==","signatures":[{"sig":"MEUCIFlHAMxMequ5zl78cYNL1UF8+W7LgZ0VQrJeo9/z+VutAiEAqixjG/GhtJ0mHXkDxx6XtRwvkCpWLmtsXrMRBB/D2Oo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":410881,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOMrMCRA9TVsSAnZWagAAtRwQAIYj0daDY7AWYCYQyAod\nirUZX+xMtT7WtgH3hpq0NMTM4MMjGPPOJckkhtQqbHKjUqacE76KRh1voW9n\n0/YPo9p1uoc9xueWVxXtTUgz+QeBaXgfqlpiR5dqUAFv05tKaoyF66qGbiDO\nLA06IJrGzTJSPNc71lg4J6JsPctsQYhTeHY/4pxHuyPz4s9blRHcVnnnEF/E\n4h8aHRdhDIIyL0TG+flRbDrIaccQ2cL73M8+nFj5mun8mEkrY8UGm00Lr4pz\nyqb8l3hezF9gflpusrDmrXowYh92najqHmjNw/U7P0HLYIT83Wwh5R/f1V9N\nF5Xl/HEG+UcnNS9v1VBGh61UNQiS00oKpAqtjjHeywRsGrILm18195MTYwo/\nPlQu7aPuJG4y63N1oi83Omn37yxFgUCl7ZzHpNOlbS8nGO1w205ND2jlWMr6\nFDd7ZTcw6w0LfldV7XDHqv2Ieq7DyGsOrLQZAI5meFF4YyulZuu6UiU49ERg\n+9Ye23iXCV4M8a5XZCsx4QmB11z8wWn94Ttiog+0E4OmE7B+YLlPBps4Vpiv\nC2qgWBLQzjUshwMc1PU5W0yIIk037w/5RjNAdgLs+xw2yz2trlwi29tFxjeE\nacjQlcnzxPY6bT258qBgeYQzhGQQzRyrOWSnEPrReV/VBPA/4EUAC+KxRlFf\nW60e\r\n=34zJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"8.16.0","dependencies":{"ejs":"^2.6.2","lodash":"^4.17.13","moment":"^2.24.0","fs-extra":"^8.0.1","@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","globby":"^9.2.0","rimraf":"^2.6.3","@types/ejs":"^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","@types/moment":"^2.13.0","npm-link-check":"^3.0.0","@types/fs-extra":"^8.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-html_4.1.0_1564003019953_0.7951783602872757","host":"s3://npm-registry-packages"}},"4.1.1":{"name":"@hint/formatter-html","version":"4.1.1","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.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":"fafb64a2eb5f5ec13f34809f2704bfa829e9be67","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.1.1.tgz","fileCount":79,"integrity":"sha512-uirXBnv5BX9VvOuZpFChlibg5QB3awGy2q0lRiMp3u3WB6tmgCiWfdM4VDKnoKp0cfZBGg+y/xwtHNjppMawww==","signatures":[{"sig":"MEYCIQCnTyahKIxsp4wJ/WW3Yl/9mGUMXwxOvwUTpzobX8TRZwIhANg837ceVhHqj/+6t0VzBfMDVIaN8WOoG87/0V9d+hkV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":411864,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQJpRCRA9TVsSAnZWagAAzIkQAICVGVH5BJGN2drFT3vh\nBGVNMsoZq8+qJp6o2VASDjmR2b3dGh2Jo7OETdPoW75C6oct0pg094sy9nvW\n6Avub6e0dEXcBJruDZ8K4uzrT7YrIz4WIbxFd5yOx3p3ujn5A5HaCKuyDN7K\nB3qUoEJCKPcBlSOCFBwJ5C1xXbz3LK8g8XPm9J/yPTXMa/WIc63YtbOR5BV3\npkb7g1Z2uHHdWDTXvNEhpafyk+mqflrEfLc29fUx2gPRp8NBuoLJ/15rW7Gt\nNLHbscGSqWX0C6RxrJ8x8kJXV95+c08cltaNh7t/1O3laCU4e0TsigHXiyAK\nGYNOFL5O2i9OLPekVrJot0qrhxN+H8VJxEXr8yKULn2Zf1VTnflpujB8bg5r\nRPZvzbFiobcrA910tsqZQG+u5OXMJzl6CYHd0vahn84ITQHrjnPzTPe+OpSz\nnu+37QnatLD4LhBjUGLQSgiDsVyXth6uhQDNT7+yN39LUEbzHVMwU2C9QkdD\nIfpwNQCoduCeSs4mNHZfdvSiiJysjwUPj3EeHGSHwwwL1RIB1p6TSjWQYWzw\ne7VXYr322NlUv8MYKUTKOuUEkAJEjvu0OnDCsRt4m+5jooPNp0hOk2sWkg1g\n9JPd9IrU+2struPTEWBXsw7grOZxxXU0FoWft+NahnNPKh2cCFoxqfQ/JRe3\nilp0\r\n=776k\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"8.16.0","dependencies":{"ejs":"^2.6.2","lodash":"^4.17.13","moment":"^2.24.0","fs-extra":"^8.0.1","@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","globby":"^10.0.1","rimraf":"^2.6.3","@types/ejs":"^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","@types/moment":"^2.13.0","npm-link-check":"^3.0.0","@types/fs-extra":"^8.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-html_4.1.1_1564514896203_0.3852616346858144","host":"s3://npm-registry-packages"}},"4.1.2":{"name":"@hint/formatter-html","version":"4.1.2","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.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":"9374bed06503fb118a6ed94736203c27dc56967e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.1.2.tgz","fileCount":79,"integrity":"sha512-nEpO9HUM/0oxtjadNtuwi+Af+Zy0xpig9IeM4Q+Ok/CHG0LXXcBNs+KZk9T7VzF44u6O26eg3g7VD+yXnyj66w==","signatures":[{"sig":"MEYCIQD4yDXHMk4uofvjaTnAcPSTAFBriYt2iJ7QJJsouCeZWAIhAJ56xkd88JpRBUMtNm4eOAIfDkJw/ayith7LltgTIP78","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":412133,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSeWBCRA9TVsSAnZWagAABpUP+we9P7KkQeZMQSwdjX1y\nMxyL0+yEAJ2c7gQjB8Qe3EaOLq0LXlYNqBITeDglN/r6U2Jw8viFSzooS2sm\nCA5qGsNsn/Z7UAlO1AWvjH42f95m2LQp3UkTKqpAICBL6Z+4ogflDIz2RZz0\n+dcz+OLiTpQkCXN94Ik7n8mtpEZX20EFYs7sBWLAPj6g7PbAgzMtmzMTIazn\n+fZWkoVPii4g74ladeIjx83JHHUkPJkKzqWk38Sf+g1wfaO7uJpi3oQKq3S7\nnhRoJxOjqHF/azP4GoXkSIFE7cn/JPU1L+Lx4NPwnTW2SWO7f5/lFFbwVSH9\n2V/gPB+oDHVtCbAIxp/j3FvxWn3T5W+Fqg7BgTU5AQx0PqGQOMmzSXD4XGgm\n/JOS3BJ5mIif79kmBi55UvtHtnoFXX3to9jiVUzZsWYyTnY3Dc2WCdX9gUP3\ndXtkHUyUWDxHZAPOjNOCMzmOK82OF0PrRfeyeK1gOOk5fRJ4GthM5MZ0HRUe\nqZxSAvoL+izDgQocLOlGFUF4TXyk5YHwHTBFkLF64Se75rACE804CgbjDFGA\nVriops9+GdBtUcA8ot535LiG/J9IFwD5Yz87zMkspFd0BHSl5f0UTA340F2M\n5uqb9tMa7HqXDWm1mSkzZ4m0W03ddJ9NGxzuqBLk0GDJLcYG23WX0wI3Sahy\nXqlz\r\n=5rTp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"8.16.0","dependencies":{"ejs":"^2.6.2","lodash":"^4.17.13","moment":"^2.24.0","fs-extra":"^8.0.1","@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","globby":"^10.0.1","rimraf":"^2.6.3","@types/ejs":"^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","@types/moment":"^2.13.0","npm-link-check":"^3.0.0","@types/fs-extra":"^8.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-html_4.1.2_1565123968627_0.9873613794441289","host":"s3://npm-registry-packages"}},"4.1.3":{"name":"@hint/formatter-html","version":"4.1.3","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.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":"f6a19617d63331dd8382ee09e8e1d1f5ae3ff018","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.1.3.tgz","fileCount":79,"integrity":"sha512-bmiW7q7Jh1uXFWz4nVH1ZYK2fAOgWZ5S1wIDellRpaD+fgjmGjmAh79JYJ5ZHjpr45m1inLRaSp0h+IPubu3Cw==","signatures":[{"sig":"MEQCIF7V91SJOZaDHFTRxM1RPx4B4kjLUna0I6ZFf2JTXqnTAiAsv4mXhr6hhiRiLN1a6g+c0lKRXs1dRtUZ3qFB7d2UGA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":412148,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVhbJCRA9TVsSAnZWagAAc+gP/2FLnWB2QHYpj0udTFDj\nUNIaC1uAL0WZEDaWrIyZmBTbLcy0UXTKvU02F8XTERU76uPA7pnGJi4s9Ics\nHulPmQEA9iwvkJhzwBVdTseM+kG/hfppcMdhciMb1tcP1nx00tRH1TpuDtEu\n/7/nkZWgzoYVqxmaZNkVHkwhWUW4Oa2Jiha8rxpNh7ZDZaR9/5qKSetAqIWn\nGWBkx/TEJ5Pv+LuljItqpjU+XI7I1Bp+afbU0wneVLYvr5dfc58pqT+D1buc\nN2TPJF3BvOlgN0PdL+TrmQfkYCKH8PP2IbI6Si6IFGyVzGh8WwcSjETIcoSm\npJDwdC/Pr8NyK1YRLRjqfmyVoW2Bxl5CS4/mK0UjbMBPCDpt3ZnOyaA18gPH\nSd6tbnaEiv0zRxQPBzqX4YTtC72poEgUy3ytY2Ln6Lg5zmk8sfW3YPnxfgn5\nBmlM4d/0YBZBqnYUjhOhRDUwK8S1LVF5eRy9KHgBX88+gwZ2wuRFCQMO+aA4\npYQ8OkUEBtUAtf+ge3CeyxYz0aB1XZclBtwwsg7NhZyHnygDBDj74fyjowbU\nBKAmK140SQCikT4glD7y2y8LIoA5w/idO5DSmfVD8Ej4OTPvm5kEYsy80+3P\nEIH1uLLv+UMrieoRTGnfIi9nhXFjauvcynVNXku7sdtWyFRGXyFfF3vweQjZ\nTarN\r\n=Tp/W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"8.16.0","dependencies":{"ejs":"^2.6.2","lodash":"^4.17.13","moment":"^2.24.0","fs-extra":"^8.0.1","@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","globby":"^10.0.1","rimraf":"^2.6.3","@types/ejs":"^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","@types/moment":"^2.13.0","npm-link-check":"^3.0.0","@types/fs-extra":"^8.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-html_4.1.3_1565923016609_0.13929201686656767","host":"s3://npm-registry-packages"}},"4.1.4":{"name":"@hint/formatter-html","version":"4.1.4","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.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":"24d4414e051bd2aa2e7cb57182cc06c14a4ed432","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.1.4.tgz","fileCount":79,"integrity":"sha512-khvS3SqV8pN+z6Qdc8gifZtQubVP8Gp6QKEdmZb6gkn2A0X7bYWVSSO14J0xct+qCo2cAN752t5oRVlHZ62k8Q==","signatures":[{"sig":"MEQCIGIIAVzuxP6CL9qt+K4gwXJPw3h0/LZUTJXBshdCwnvKAiA4/sNLH1ysumfoV2WC0lH1dnh2lPAkT+t0y7IaTtbB8g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":412715,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZ/R3CRA9TVsSAnZWagAAc1EP/1ODEZ+9hZUMlG/wMWQh\nBJbpLdqVrnjQIlr42mXEhYkoLs5KqyhAhqXXxtYjtQ5shc5c5/CtJsFkzhPV\nxtyVVJp3WX5x0uw6v31HeF+IgtipHuzj8smzCMGu+WNygSEkvwwBTSc8YMlS\nTXCHhFdQECpy3HqPstCrXEnU2HNShJB2YzF2Xc3KknAu9NigBvygo+G6z/hU\nI4Iz7iiG60yQBhz4ACFPwRUxQdU/EFGCzadlhVbX+RT5fnpgAf1vHgb0+QkR\nNtbleEwJnYKQ+3RnAgcwuM4KQXMdsks/ZKXi5Jq9+e56W2nKo78pFegsVKSI\nRoCwf+So/wHHieqCtqtxFPSd1EzMrY/OXWsDmjuf0gxYjPa/2Sx/kZRaXKz8\ny+D091jBkLAOF1D2WlyQKa8yrUVWlnv0QW5iLi3XiWlCgh6r6dKUw02aVj20\n47H4CugZQu5dDja/LYRDA7D5dXfxUdSS/SENqccdSYovlDHytCASVhUneho4\nhIQkajtCif68SCPQN6qmNKf6hp1ymE7c+OafRPfUb2zvLASiGkN9ZbnBp7Eu\ntz3JzmYRQMqCu5H2uvSAwkuVc2L/CemmDF2JmUw0FHP77030qUVy2i9bySvU\nQNWGbPr74ZFbnauZPaJMjynj9xPLuqjnvgCPMmneBsuKx8Vj2BLDtU26+Dq3\nePKL\r\n=FwQH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"8.16.0","dependencies":{"ejs":"^2.6.2","lodash":"^4.17.15","moment":"^2.24.0","fs-extra":"^8.0.1","@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","globby":"^10.0.1","rimraf":"^2.6.3","@types/ejs":"^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","@types/moment":"^2.13.0","npm-link-check":"^3.0.0","@types/fs-extra":"^8.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-html_4.1.4_1567093878504_0.33248223697995183","host":"s3://npm-registry-packages"}},"4.1.5":{"name":"@hint/formatter-html","version":"4.1.5","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.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":"83595816520342049d1b724fe41e8413c916ba0f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.1.5.tgz","fileCount":79,"integrity":"sha512-MihCjxVQ8MW1oiLggjhOQzNVxkLYi5e9CILPHIScsBZJgJHqp+MGTpTYUq+rWnctBFAZUhdDyHwaYrgW28R55g==","signatures":[{"sig":"MEQCIGm8IDg2dBglwnCNt2G19ccejjzeReXzyG6ZIXlvmzIvAiAcP4tCB7Lg6s8cVKw4a+BfKVMojRIdJVMyYdGwh2WSxg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":414345,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdeXU9CRA9TVsSAnZWagAA/fsP/14HaJcQPsb4I1UHeDPJ\n3UhJePdzDz/VM5FSpRFyv42ITMGj4aOFfkIhlTvTZ3Y32O2iQWDn6r6Qc3mH\n3tKguvBUVfJ3G8lb1JCtV4sVe6AYej9L2HXADLcjykB+5Tfi28+IAC/Z8qTT\nNvoyHLJE040GQq2EWZWfRwjY43S9LZMEn+WjS6pHE3kAfSW3Oi/bb5FzgjG4\nyAhLn/rfCBKoruQAlr3K/dbNsViV+VEpxtKF30T0jXz3myK6Z8bIDjEJtqz2\nUNduaW8i6Xmws33EqIslFHKzX74dE+JX1ral8+1eFcApt4mlfuHn2393KHt1\ntTFulZx5evTJLyuEA3Uga246L5tKcIQkNMuWm5t+3w3WMWKF0bX18i9xbrXB\nRn3Jef7myAB2Lmk+b6Y/CDFfH5FxgNDV1vx6mMKWOSDbx2C8/BJ1E+SvsaLS\n/EDTfV07A2oAlj9iqyzeOhnsHaBQv2++DEJXmQNiL7g3Bj+WyyMN/PFwv5A8\nvJZcGsnPiL2o+gr7F4DuAMltRTrcGUL8BEkXCXoZP8hjMZfta/9eU+nq50oN\nXUWmZj6HADCVHkYFRZckpLdb9+Z5MbnTrPzMEuSGQtgZ/p1WxzjtIxzgfC8Z\nyOfuhZc+zVI1O0xOWRmpx4m+BTh+uhYml7cJL7RvXryo+Mr3Y/SnlWJHWT2J\nmGOU\r\n=IQEY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"6.9.0","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"10.16.0","dependencies":{"ejs":"^2.7.1","lodash":"^4.17.15","moment":"^2.24.0","fs-extra":"^8.0.1","@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","globby":"^10.0.1","rimraf":"^3.0.0","@types/ejs":"^2.6.3","proxyquire":"2.0.0","typescript":"^3.6.2","@types/node":"^12.7.4","npm-run-all":"^4.1.5","@types/sinon":"^7.0.13","@types/moment":"^2.13.0","npm-link-check":"^3.0.0","@types/fs-extra":"^8.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-html_4.1.5_1568240957172_0.5562599710090923","host":"s3://npm-registry-packages"}},"4.1.6":{"name":"@hint/formatter-html","version":"4.1.6","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.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":"5fdbf6fb972139881fd4ae9dec2cbdd05ddadcf0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.1.6.tgz","fileCount":79,"integrity":"sha512-qnq+Jzu8FE9RS7ATk2TFNsDePuqD5pNEH5THkbPvupUwXSMz3I0bXp639LnXHfai8XXJ1/i+tNf0hyH3Y1MxUw==","signatures":[{"sig":"MEUCICEmUqBrp40BceayKxpO69CbTPvE9QpJeF9WWxHlmlZ0AiEAj/3QFdFCc8HSaMvnxr3KFcJy0yeDowWfB5vf3r318XA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":414802,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdg8lKCRA9TVsSAnZWagAAjKIP/jjAM+/HDx7f0RuQAb3C\nJERaw/vqWPeuf6/TRfk+jDrNLug9t1VAkTeZmYXwt14mwSik9AFQUCONBApH\nLq54mQ1jLQoKLByY/3u9ve7Hcdq1Ubuxa/I498b9kiXtYB/0EZYqZq9VNCTn\nPA8/SNEtrPR7ME2bVoZl0uDkdsMmJSQ3f+SsJKIidoOIrOVooGkvKr+EES+g\nDaltzblKnwXWLXkMxU89a+QqQe2jJ6Fn6zV+WCkgE5zirpePKKzJJ6L6dAGw\nMYBcRv+XxgKdEg1GH0z5lCLY3cAGtY6dVdS0mvwOYeXi38BnTJQLBn3CZfGu\nVTqyQtQkkt+9QJFRsizX3h4A7eF5e34qJmhnZKYtgG4L0Z2O+9PXlIzrysge\nT/NvUdE8Ic7Yxqb2pmTGKAV9fR24QIu5z3kmdG4GA5SbDEyNg+7+DWRJygzK\nLV9sEY6Pe3PyFp4Cn/wnivhD6lhycPNq3yuQpNtl4wymeBNanKmt73oDG0Kj\nK5g54U8VEZnVnw7qO3mZbD8p3iLAJVOnda7hLxAR19S5jKJqH00DFGCekFE/\nfmSGa3aBpqA8C6zppK1dj0b1h8yT0tCArzCQ3T6R4EbylVF/rwybzcQL2WqV\nHqjGQCTHtujL4MERVYsufeS8FyUcAoVEUnP4tCMmHYzO0mx0+rwEp5UvrgNJ\n+2Bh\r\n=a7dr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"6.9.0","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"10.16.0","dependencies":{"ejs":"^2.7.1","lodash":"^4.17.15","moment":"^2.24.0","fs-extra":"^8.0.1","@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","globby":"^10.0.1","rimraf":"^3.0.0","@types/ejs":"^2.6.3","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/moment":"^2.13.0","@types/fs-extra":"^8.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.4"},"_npmOperationalInternal":{"tmp":"tmp/formatter-html_4.1.6_1568917834090_0.4246783067319757","host":"s3://npm-registry-packages"}},"4.1.7":{"name":"@hint/formatter-html","version":"4.1.7","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.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":"03b7625a673af7f4c8b3dd8f4a70ab222b9b7fce","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.1.7.tgz","fileCount":79,"integrity":"sha512-8SvQymolf1SZeO1E9FKwB6YaC8OIv+P0bKKSfWSnormZkdRV03Gi2C0bL/AMKy4sQlHe6rvI8cKrZK+YAUNj5w==","signatures":[{"sig":"MEUCIEhryuZ5Nk2uHr+Iz2sVTgufBah4Fo0L33vnSExPOCZYAiEAq4SZOLtEt/8AcKMqdLH1+uKAKUXL9EvSEGYVFNIu5Nk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":415209,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdim5+CRA9TVsSAnZWagAArxcP/ioKud0AGelR8FvuNPPc\nfW/osAaXc9ov9A398Z0I1VMj4qMsi1m9UfRP3sbIR7UnRdDmePnkTLcSHZix\nnv9ZI42ITzqmZ91jRJoHYQNQhpxinI12vFnlVvbMxsoiQXRNhkaGMMkVycrM\nXH169MIMW6Sy1jFlaeHRGuHkHtG2ZEHDRd+6pXYbK8M1k9Mq8eAdJZvFVeuP\njxO4c/ATcXxOgHsRqp1oC2LmnifsC7Mfr4t+Ew3LyNhCPl6ha+LDfbVcfJ18\nSTMf7P5g8nU/7S24hmMJeCA/0FgFEm6ZsiMqfxAZVx0Y/C/r+REoG4RbfJDJ\no7BYDfcdA8V80wKXIfeFOqpCH3/Cn0hHOrbmXL01be2HkvEtmEcirUfyw62v\n8dJOPLeCE5hIBDQKL2OaT3fPX5IFokwrd16BM5sFowJUMWGOqFQOC2a3u8OA\nCcMp3uaE7XXQZO+puCNos8ZkFA+sVMsOYrvFI0zicRxoOBBLY5LoSxD4HD+Y\n8vpf3yfFVnL8R+Y1MSut8YvkBYFw2VXmKPW+Hi5q/re3suirGrejfvARKezt\nttNP1IziUeSKnFHhSg3qH3RrdW8YB3o/qEx1Iw8ywcD6VFOOV7ekEyI/SpOA\nXzcsHDsP81Rr1eknkyyR722/gVWJJomMlkBAMwlrIc1SGzjHYZ/v23QvMqyJ\n2VB+\r\n=VkAE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"6.9.0","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"10.16.0","dependencies":{"ejs":"^2.7.1","lodash":"^4.17.15","moment":"^2.24.0","fs-extra":"^8.0.1","@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","globby":"^10.0.1","rimraf":"^3.0.0","@types/ejs":"^2.6.3","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/moment":"^2.13.0","@types/fs-extra":"^8.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.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-html_4.1.7_1569353341498_0.6982122778519835","host":"s3://npm-registry-packages"}},"4.1.8":{"name":"@hint/formatter-html","version":"4.1.8","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.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":"08e89839301a6ace4bf045c82c1e22682481b3b7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.1.8.tgz","fileCount":79,"integrity":"sha512-QLYkKzMm2tzdlG7BLO/bmbE1M0wbdva1q6yxFNCyMZ8SijKIY15p/xYfvc8zqGCAgPWvt6tEi3cJk4J5/8cRSw==","signatures":[{"sig":"MEQCIAUicVnBr3LwqOFiNdvbDnmWzpGKOtGV5Rgj9HoKYApGAiBpHx3dST1si4d2ZsV+jbdp7p7G0vzTWcu8c3PMuQyOCQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":415240,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjSr0CRA9TVsSAnZWagAAHqYP/2Q2xKQvIrCp48gV5w1O\nSLnUcywsUYzYuIKrtQW203dumeAGSjVff4K/l7SFpHXqjUcmEYBS8l7lFcEB\nqw57VekSAVX4x0Y7UH5ujuW6oVJtUKrCyq7R5ltNVaxZJNBCoPlGv+AVvIMd\ncn0pFmuIqTUgrBQEr/sYgL/bk8gohOqULupC+nZXbbdiQyo07J9sUnG00xhA\n0rg57Iyl3eyeEcxfAFbHmBZC2uBD75ornrNNG0iVsrLoyi0KLuL2UJWtRCz0\ndxyXEzP4jBpSi1ZB6jOyfG9zi6wVNPkI70Zc0xfooEQR3zCaoarbkqHx/1P7\nZgmEgbGdWpTN+gB/OKu96E4+YYQagKIQe8b8Pvuit16BMwZgqxEZ6H7dgk1F\neVdrqTNfSodjs10Qqf+rn3gxMzsXC0fiiHtlxAFvsSy5Twow2tJL3phECSzD\nAlkI4JugrPucmi7zs3U/g/dtXi5ipYg8/+CGrKBClSY10tMkMKVEFKfVRnOj\n0TTxPZRuS42gw4KAvHuM9wTNOu951ZkCinAegsEJfi5LS6uY8/77cfB2CSXl\nUvsMT7d74matblsadxTxrTFHFesqjZA7nIbJghtmXBpWaYq+jPWX5odE2K8P\niGLrpuGc+YFHm/eOuXlDH0lOpHuGrKJB224+GPHIDeFBU+egR8BPHucuPSsn\npNff\r\n=7oLo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"6.9.0","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"10.16.0","dependencies":{"ejs":"^2.7.1","lodash":"^4.17.15","moment":"^2.24.0","fs-extra":"^8.0.1","@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","globby":"^10.0.1","rimraf":"^3.0.0","@types/ejs":"^2.6.3","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/moment":"^2.13.0","@types/fs-extra":"^8.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.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-html_4.1.8_1569532660080_0.8113652592634153","host":"s3://npm-registry-packages"}},"4.1.9":{"name":"@hint/formatter-html","version":"4.1.9","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.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":"410f23ca42d0aa2824a0c4e01eb4807a8d79e35e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.1.9.tgz","fileCount":79,"integrity":"sha512-W/s94S/nq3Kz4rvGMo3XUAIINE2yM8jadpPPpNtPoUo6jb5SdhMPdgBk5WYTxPVS6TfeyQTfnRZmeqjdNDOvxw==","signatures":[{"sig":"MEUCIQDMs12MzqAQfXp013eh7VmgtzCp+CeXpYaLKx0RvYAw6wIgUb+3JAbvx0OuvypQEApj6MqR2vaGH3cA/BLzmbldq4w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":415573,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdp3K7CRA9TVsSAnZWagAAXTcP/3FqsOZUWlx0FPLpB6Mu\nCPzyH3jwMzUz7mY/c1DbEB6KF0X1IWuivj9nHAL8sD30gYp+80vlQ7SGP4yh\nSrMgGqkrogC6sSkz74AP3/R8024GEKl+68kJ8sXkbN+wkHl9RVwsN6R6+elg\nZS9BK1J51TG6h1yFIHVKiOISOaXTJxiG8tZe003d93sjhRORTyh+/Y38oICJ\nO2lhaaDVd736HEOm0GTGfFpMvaclDD0c/7H0PFQELhcwvpS2i7tQmiOSZAgv\ny5dh6arPgtNMLHj4CV9BKce9Pi9IG8VvEWz6hsA7+z9LYCWSb/YeCbyNmblc\nwc/BwcI84jKSkGANp//fVB2Ds8D+GyUB814SwYqoOC3LgbiiFOjiRTh3XEqZ\niJGGb+73319mEoi3u8dVNS1zhvgT/jnn/dbM3IFOvadz2LD6tNbj6Agzrm3x\nlaRCNtV3XZ7IGOlpKeMgR3p8ZAXqsuUcNUTbk7DkN4i8NdYMwF1QUXk796qn\nkUVOiezcABjBhbrdqy2UsWdxKpS+A1xvprrhCJpweZCDZK6GTrP6gbuR7kib\nevczJ6XnNes9GW4YVo0vh431ikhaoNH3utYXoL6zCCNkZn9epvrhEYVV/3eB\ndRdZpt1+cWU2VuxtgBGSgB36Gr3dSWNGhf/Qv3iGiGJLyyEv+S1oX4NY9Zuz\n5+EO\r\n=l+rC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"6.9.0","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"10.16.0","dependencies":{"ejs":"^2.7.1","lodash":"^4.17.15","moment":"^2.24.0","fs-extra":"^8.0.1","@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","globby":"^10.0.1","rimraf":"^3.0.0","@types/ejs":"^2.6.3","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/moment":"^2.13.0","@types/fs-extra":"^8.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.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-html_4.1.9_1571254971086_0.535111829200543","host":"s3://npm-registry-packages"}},"4.1.10":{"name":"@hint/formatter-html","version":"4.1.10","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.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","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"2a8ae2dafe91b697288ebb0525032016a22417fa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.1.10.tgz","fileCount":79,"integrity":"sha512-9W13JSy8Kp9Rddx7dslQOentrFMaECh9htLBTHYeIAFhXd1UejmjfWxfn/Vpxma+T7CychjDFI+Ccv7Dm99MIg==","signatures":[{"sig":"MEUCIQDr1N3iTI0Dpngs/0VimqwwI12FlKDJn1oWHV7LV1vmTQIgVSHhtc1h56ajVSHSAXpqrmF97442tMmFP15nOaFSxU0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":417087,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduLzvCRA9TVsSAnZWagAANcsP/AjXXcGbFy8eK0+yBV7Z\nWmcWNSfbx7kVj3ae7KTbe9nIOr8OgW1W1HTF5eK8ViFpjZrm3HPB11QIKaSC\n46haavG6st+c+9bqWUm1JEY1PNWd7oyncDeeuyfSxJQjSYe8RXVDPX/VU+Ty\ntl/KFISRMyzE3SnHcnhEmT75u1y2y+5ORrgjab9PAZgv+MQ3oLxaPmPMBJjc\ndfvISmeLnaL0m7F1DNd3XwKOhD1kr8qEAdJZKOkq80Lx5oCLGF7QF1ciWV4R\neWgWPj/hFfFhJxnBHmBaTzkWP6DF/VLRyJC6fKcpFgiXIHkEhhNg5Vp5tv1W\n1ljKOoVKY5sMB/UOk9dzAnQUlKe8OGCCw3TZCrql48JD1ImujgJbGGcgaV7S\nVdw0fuDLbzpJBW7KMYrvlmCd4SuFuJtfJFlwx3SGJWfpTcu5qncmpjEvGB5f\n6BlHfaD6NEX3ungRy46eSSQfTViTSko7h7WrkxUccF9Nu/SCHR2oaVHdh5iR\neynDuuCSwElpzx5YooGV/Lp1BJ3AgHfD4y9yYtZgjaxcOKozebjCvAPai69A\nvzYOZqJuGAqwkCWbJzVQerZH1hpy7OpsKzN1GT0Jenia55u9FSKm7eBhk/8t\nrhJBChzW9LdR22FAJ2PiwqRHBkfyoKvKV7ajzZGVXEB3xTKNNGTYwg+1DgdW\nsBwD\r\n=NOCH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"6.9.0","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"10.16.0","dependencies":{"ejs":"^2.7.1","lodash":"^4.17.15","moment":"^2.24.0","fs-extra":"^8.0.1","@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","globby":"^10.0.1","rimraf":"^3.0.0","@types/ejs":"^2.6.3","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/moment":"^2.13.0","@types/fs-extra":"^8.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.0.0"},"_npmOperationalInternal":{"tmp":"tmp/formatter-html_4.1.10_1572388078753_0.9480822688269774","host":"s3://npm-registry-packages"}},"4.1.11":{"name":"@hint/formatter-html","version":"4.1.11","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.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":"b9027fe16af492b707ca5c710c2d79a56c0e0465","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.1.11.tgz","fileCount":79,"integrity":"sha512-L+QlvbChJAxQm/hUO7MwCpQtQtZY2dscHdyyeu50gqr9jJApHi9iFYZD1vKq3OPfHjfdqkhPNYy+efyw7rVS1A==","signatures":[{"sig":"MEUCIQCKnhWKlYR5A4rEtsfslA11D902CPz1I/2geZh3HNLBSAIgJ3YhsKe3TTxXdKb89+Ywqnc0HTPOlGHcoysO2HA/TLk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":419575,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5bOmCRA9TVsSAnZWagAAdIsP/1boebQaxdzSMQxp4tAc\nhYtluD8KsE6yi6bVb8o7IftwLNeHP8qyg2WBPoZVT3cDuRY2u6RCDUf5Rz+s\nmu5YQZnfX8nja51lJDFVRw1jyZY0NGkCUrhcLccdgDQk2wgbBPmP9HoX57Qr\nOPbytNtULn6sIcqcUhJak00bzT7eurCg9FHqB2BmdzmVy1y+ijX+GgNURm8g\nGCQfaNwmrj/MIJEnhJVq2mvRdRdTBEwvm/HrEnMpIBoR76Cm1/RFLgS65ZZf\nBEkzsfMp6M4mudxRSwnLlYd5o7GadIeegxKzROBboRgc9CYf8ns/G2rhQTE7\nTaZxJ3497/9E0qtz232o1JGpRGa06Xl5wc2zTgtdq0MU898zEfsvHgUU01nx\ntfAQoimB/gEhmAKBe/ypmXOQMTuQGBAvXja6kvL0vgCSudaG9f3vTIbDCm0J\nCFgZdtjzTNdnOvlRAIDT8gNIHHPY6Yeyxi3UxoACHYRVYAu0rh4F7EwNdCXX\n5DUKNKwXPO0qUl+KboNN3kOkl+f/wwJBvAc2LFtFcphTzZTLo8KxlLn7ECwE\nrPANeqZhIEyts3q3PQolop77VnnzStVlWyZdSu5jHyGktqH9oSmtZBDDgC9O\nUsXsC+Yx5xZjNpKiLg2+8WQZZO8XtqF48rxPG5LGJeWoXSLqaeWZYd0Yfqwa\nkY0r\r\n=+9d7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"6.9.0","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"10.16.0","dependencies":{"ejs":"^2.7.2","lodash":"^4.17.15","moment":"^2.24.0","fs-extra":"^8.0.1","@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","globby":"^10.0.1","rimraf":"^3.0.0","@types/ejs":"^2.7.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/moment":"^2.13.0","@types/fs-extra":"^8.0.1","@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-html_4.1.11_1575334821858_0.8916139005872072","host":"s3://npm-registry-packages"}},"4.1.12":{"name":"@hint/formatter-html","version":"4.1.12","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.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":"1764588df8a1a74216b4e640e8597391a0c1181c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.1.12.tgz","fileCount":79,"integrity":"sha512-jaOeXffC6clGQIZbuMxiRhbsQVqMnCHTG7+/SfpP3S72GJK8HAme/kgdCHYLgqhajy03e1Sl2ymn27vuAnLjYA==","signatures":[{"sig":"MEUCIF45rcK7QcLHiCP6kb0QdjmZFAHI/X1LfoCKRT/q5gWNAiEAilPcpANqds2gXi2W6khY7cockoSCGb9+TUWzI1661yE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":420059,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5yzVCRA9TVsSAnZWagAA+gEP/iGCoNcxsnmIeEN7AUuz\nEZ6LIijHgKJjoBKwKSiAtNYmxmigEs3zxnLy/BmqC+271zpGISjIB1xjUJL+\nzkiC6hHud+gycaquulIEYMVZX8yGjJ2/TO3Tv5FxEu7CN0roSXpHn2jp8/D/\nHzXJNGA+QmQBUIa1BxUv2Wz5ueWtpoTBPDLTsj9f3nmFwP2XdgzljlVoxhDv\nJWJ7lA7AZVUOdzKVdcqqm/jCLdteqMbZyy5esQauGkJr0ScsyPpSm/Fec437\nNjoDxxQitP+flZ+qttk6qwrx71c2PEPnc+qvh41xQQ2hzpEgCQyTVfWn07Rt\nm4/TrW/hkMU0VBE+f8jSf7PebiZgjWsfhziw9YQc9Nw09/A6NUSIjJ17pkSk\nkWZVaSUnmpxOAynr7PGR+lpUaVrxysFIdFvVJdO2THcDh3As1m58ducISjWW\nLMx5lziekOB9yQCbrib714gWdufmyClvAP/SkxzCi8AoapCnEd2iZsrRKMPm\nW3+sdSkbweWDpiIo0szOUveq/HAnX2xidEovw0J6l4ugMMpjNsTkAy0Hg1zH\nnodxYKj2NdWlVge5W1t08YRBx4GkWj/ut5WL6r8+cQe3/hfljlE7t1jz2kaG\n2LE4EZ8bubiMNBSnnOxMnDdUfl9ll/9FSZmMAQsYQcMtuyiqqPwem7MOaTdu\nv250\r\n=Jbnx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"6.9.0","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"10.16.0","dependencies":{"ejs":"^2.7.2","lodash":"^4.17.15","moment":"^2.24.0","fs-extra":"^8.0.1","@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","globby":"^10.0.1","rimraf":"^3.0.0","@types/ejs":"^2.7.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/moment":"^2.13.0","@types/fs-extra":"^8.0.1","@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-html_4.1.12_1575431381277_0.8864874015734259","host":"s3://npm-registry-packages"}},"4.1.13":{"name":"@hint/formatter-html","version":"4.1.13","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.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":"07b0a2b55bfc6e5f8a00d9b3ab9a4e7e0026b01d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.1.13.tgz","fileCount":79,"integrity":"sha512-u1BT7PtY1laQNe5L+XsUZx8aGvHmz1i+jMIFuZPcxpLG9i9PDWXEdSVnIen8cnwfSd0oxspQHBrfoI+4iPWhFQ==","signatures":[{"sig":"MEUCIQCUY6/BP+AUu+pq8jdLnm+dctGR2Zh9xgeQ8uLDq50NsAIgcR+jiRA2K0KVjC8N3qwAxY0dIBac4QiPmFYs/c2SH0c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":420447,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6E1RCRA9TVsSAnZWagAAPtkP/i8WGeIjmeOHzoSB8nup\nQvkoeI/6qzhfesNVE/Z0hPRAxULdG+iF1WLdyM7BooTzmBAUoSMzYkHKWO3M\nacB9b8s+73yrXswW0aRWVqcdjvWsVQ/We+VFKNJZ+Cu92hWnmjr2rPftcdnw\n/igyhmFndtldMNE0H2+t8ecs0AKnHTD+hKQFuCMaPw9S0nroHrIbNR58N+x5\n6qba8RU30kgojJL6oy+gi0YO7U3VuponlyWj8npgVxk1M0nHlKyvU6RwK38G\n/YFdwCB8/t0lIEPqDpYFts9NseUwi7yLqnE3/5LAMFk1gNoDPDkJH0L3JnJX\n1hmZHoWLJ0oD2askf+oHqK1ebCMdBGxaoxYx/wMAuB1C/8Io60HB/ZeZTxXB\nximRfXD9Z+3058WlIBqbx0l8HfIwfh1bZ2YL28sJysYcMB8EZCUplTPTQai+\nzqJ33Y66OjBcWrSAr5IQ2/iqi1WLVNyT8ewPvWEIbW5rymJwvoQf2w6B5NNA\n4Re6iacj5MKf7Ft6S7dMmJWmaTJs0rpLTUuXJiGOUZovwBpGOUA9eZ/hsNYU\nbJ9S1VWcykXnMua3mNbmUeCVv3XswHhb4Q2tuM8SxqUauO6pbsrtZWxHa6F7\ne/ekLzizFp39PmFf3f74SBUaBzOnGLDST793hLlPbqoxGZgS6gRqbltiim01\nfvNY\r\n=eVx6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"6.9.0","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"10.16.0","dependencies":{"ejs":"^2.7.2","lodash":"^4.17.15","moment":"^2.24.0","fs-extra":"^8.0.1","@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","globby":"^10.0.1","rimraf":"^3.0.0","@types/ejs":"^2.7.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/moment":"^2.13.0","@types/fs-extra":"^8.0.1","@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-html_4.1.13_1575505232621_0.8374736758554036","host":"s3://npm-registry-packages"}},"4.2.0":{"name":"@hint/formatter-html","version":"4.2.0","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.2.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"75d88a4f4afbc4fd0a1467b39f0c51d487ccc331","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.2.0.tgz","fileCount":79,"integrity":"sha512-Z3qKEmkG6JagwhZmrJe6hmu0bw5pLN7ikbK7zFRr+7iwn0/wTFoeuAQsazNORIpa1xpwAgeB42cEfYOYncSU+g==","signatures":[{"sig":"MEUCIQCWEMVG/QwB5SoTHF9YSpmT2zo5cWhYHmNo9uGCKmeSqAIgXSVbrj9+DTPfx2AV/6/OkYA4Crdoji0PftRdiYlHvG4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":426556,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecphaCRA9TVsSAnZWagAAwGUQAICHXYlMDLwwFbLv5drI\nmE6TWn+7/l1CmCbMtuMS/Si3cCQcjZBwFQaKMEg0hlfgOpkfNdAFtJz3MICs\nIOSUnmQae87LsI/bysjbGCkiRr/PQgSEsSvpjPHXndiE/WzGVw7IVivc1nr/\nm8MRwMqbfAWN3mHwc0snOoXJQoBqN6qP62a0AGve3I098fbfQ4P4xWTJUZBM\n7AJ/rWLlKtEIF1qQnEyD9Z8eLMIaI0hn46L05LW8eqJhtevhuuQmGHPgx/oq\nbzLVPntrSgNR0++sVm67WiXeCFIRlY/j9nI97qF9BwZgrIfbqnZtU/gJwgta\nydwKTZSk1g4frSk9g1p0RB066QyJrSqpuV2ZD0RrzKsuP2mvAT7FZ4HT3TRc\ni4R+YJ0hi3m3h6g1Sdsq6e1/8c2AvFQPEU5VMz7YOIT/QaMOfP3APLmeFUWI\nUQxcdRD4dbxdsuRe1pv1u0yD4g+3Bt06YjSj4Aj2qflOegdzO978FrU5/vvx\nzaSXF4YhuMg4mpJa56SiUWNOK5BqyDES90AQfPmQn4sA+WsCFW4Nc3Px6WfM\ndEmmpSiX1XqH3PRdFHNYLL6C7Sdnlz+iOte/YVMUDBUMGpAUZO6s6cSvcpei\nB7QmoLqODTQpW+Texs+EM28SJw5ufi3LOgP8oUv7KgK2JpILwpetMKTdvpJY\nOrRV\r\n=VE6F\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"6.13.4","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"12.16.1","dependencies":{"ejs":"^3.0.1","lodash":"^4.17.15","moment":"^2.24.0","fs-extra":"^8.0.1","@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","globby":"^11.0.0","rimraf":"^3.0.2","@types/ejs":"^3.0.1","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/moment":"^2.13.0","@types/fs-extra":"^8.1.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-html_4.2.0_1584568409673_0.019652732586119104","host":"s3://npm-registry-packages"}},"4.2.1":{"name":"@hint/formatter-html","version":"4.2.1","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.2.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"a4053ecfbb958c557abefbffb7f2259e1c1d00e3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.2.1.tgz","fileCount":79,"integrity":"sha512-013UCwceA/lrA+C/RTaeHKddyUSQP53P/DFTHDlIGweF36d1J4eO8SXY2qAuYVcGMwWwWBv0tr+0vgQ/qtLbNA==","signatures":[{"sig":"MEQCICj62FjSEcj4rJ8GrQXdrY2dxmNHB0la8/SZHcLoWbJ/AiAouWxi4HPbnCvgXN9EDWlrTMdu4QzEuRI4HsIaSX3XFw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":427045,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJel125CRA9TVsSAnZWagAAmR8P/jrqnKMNGeK4JMkiz14N\ntdbYEssS0bNKODp06oW3lPjWh5nM9HF3vRAfZRQ5OymcAnddh6NZhyRdaMmg\ngxX1LGH/qY9V51FFR803/pPyg6r8LeB7e5/nfdAoIozuBIFQITqIVOaUssIH\nMPcTgnnqQkBk3TaQSicm+sqsru4ghc+izuzdjUzvVn+2BbZN1PnjzETwjMcb\ngGfnshV1UHMqFeNGJ8Fbn3pkMrahvEXj0NKwBy8dyYTrsDOMA5an/ZriuIMG\ndH6Az2VDBgw87pBsKDm5hNXnABqmZhQYR6ZdCvIdhNGzprzLacWIkpi2nF7y\n9zAsB6qn1G7smdFWWonZCjNmvDCTsPXt/55axXmPqvJOirDbZ6U7r059Ntxi\nZ8F56AzUDFM+TKi9WdUVWJ9liTVJ9768VF3GhVezk1fHAVyMcRu9DpaALFLm\n1M6ao3561BLrHXC9Uim6K1gS7sQwWId0SEPMkhba+bswoKk0w+h/wMnnHqDk\n+veEOZFsGm+wd2IlXuuRYZzgZ7973PcmElfpMhCeHdIcpO9MvfFCdJNrqSWM\nY0/RjVeddB9IxD6z+bInXbkewahrjkKjbL/i4IEEISEmcDmFuU9XJsCPBYIi\nie02tNcdsXp2akzcF9LCPAsFaqnoISP+syIQ+ymfaTMYnm+xdItGq64St2bA\npiuD\r\n=dGKC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"6.14.4","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"12.16.2","dependencies":{"ejs":"^3.0.1","lodash":"^4.17.15","moment":"^2.24.0","fs-extra":"^8.0.1","@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","globby":"^11.0.0","rimraf":"^3.0.2","@types/ejs":"^3.0.1","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/moment":"^2.13.0","@types/fs-extra":"^8.1.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-html_4.2.1_1586978233380_0.9626203330226322","host":"s3://npm-registry-packages"}},"4.2.2":{"name":"@hint/formatter-html","version":"4.2.2","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.2.2","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":"5920ac03e61a4b1bbac866f5c45795ab2aa35fcf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.2.2.tgz","fileCount":79,"integrity":"sha512-za5e/NHl4G5hWy0z/OzHhWsxFjySvWCFb3h0dynD2FQWA3JCLA6BscFX4haZjA37uqkkEID3P407wUlCdi09Mg==","signatures":[{"sig":"MEUCIQD9Q/5Rcj84MM0z/pLq8vFeeWs9tm3Kb7PC1ZCkkBnlDQIgPt1ma2tQDQvSduOUtJHm9n9v1Wb3ulbD3fMDfdscQfw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":429109,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewwizCRA9TVsSAnZWagAADNgQAJR44zDkxIq+n1rkIrQI\nk+XX00gNyQccVTLKrLDbyLWaWAV9YoFzHRb6kt0diI8FiUoQxLR1Sespbedc\nnuFOpMJFF+duXMJCnRs/ZXL9zheP0WkVRObOvI5ddrUzsOHRC05J6GNwCXF5\nPMHDJgLbT4S3gilxbS4ciHLvrxTCS91/AA5NDm3Kn1f3cdcaKE41PJQozQ/k\nKJ7mXZ+tjjFqEJwSpG7N8b6DOZ6opAjShW3463axrylXKUOwUlxGMsn9yDUo\n48bp/ZSiPdvc8cXVK5Q2BuAlUlD/xzYNgbtkLrWgCqXbSQK35cGoVTBbnsuA\nz067y6Ly9POKdB6SNaVxCffQJC2TrDBkh5c9B+7jz/hCrackV2mO9pp9pI4/\nPw/I1KjAwG607GKp9zXHJXruo2LcdpS4dr3w3JWh3xI9ug5s8WgKUchO36T8\nG/xwr7fLYjKNHvV6wzXAa5BsMn8dlgTbG0tH/elPzBcveaLpqx9/+8MQ1YVn\nojIHNC9ui3V7gp94b1DSK0D0kU7sys84gEvdRsqFlfXZI9QaoXXfktYBBJbt\nX4KNh8v3+zmhGGyiAd4A1kE4qrpLBEYCZtoMg5ey8DPB28jsRWB8bnzwTjcL\nMT53v4TVBAkjsZkU5xmH622YR26QGNVM58rp9jwiXEM7CtCBM/DB8O+4ZeyN\nnS7O\r\n=EzWM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"6.14.4","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"10.19.0","dependencies":{"ejs":"^3.1.2","lodash":"^4.17.15","moment":"^2.25.3","fs-extra":"^8.0.1","@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","globby":"^11.0.0","rimraf":"^3.0.2","@types/ejs":"^3.0.1","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/moment":"^2.13.0","@types/fs-extra":"^8.1.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-html_4.2.2_1589840050887_0.255524481125297","host":"s3://npm-registry-packages"}},"4.2.3":{"name":"@hint/formatter-html","version":"4.2.3","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.2.3","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":"6c19c4713b4593df21b2af2f2d77116705a6f571","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.2.3.tgz","fileCount":79,"integrity":"sha512-mXRZWJqqhksmh0h3BAv8qKNqVPMN4CD0yxlKgQG5RWWSPFISeZ9FlaclgILOJjfS5PEL8NUm3Qd7NTwx0OzWoQ==","signatures":[{"sig":"MEQCIA28MCVUMaKuYL3JcVg2NsiS+RsfnBbF+5OEQZVuSPeCAiBVhR4944C3w1bhuenS4DJPzdAb6UhOfHy30jT6JjgXyA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":430631,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHzqNCRA9TVsSAnZWagAAE9gP/Av0q7SDV24p6GPidosJ\nI4d3PW7JqU1L6Ats12E6bybjNdV3kGEQ4N4UeDx8J52XqMasyF1+6vvO6LWt\n8g6NENGHtasBWrdS6IxAR2AOygt3cmtj7zheRFv1Qixd/hHgaDf/BAdsBwAn\nIMAJSFz2NhMNlaixpFle31RCOUi4rVY7mczN2b0YHVYN8iDFbP6CYJlVijex\nvHTfAGCZQpkP+MlF1bDnpYVgwDQdtVR9o53AWrYI2dqCUczd0mCrnz0WuszG\nqlxYoaq5KUd/fYuYxNBV428T5wCoJLHA1n6f0BqVs6kS+RHyPDN5h5Q5OHOn\n07dBnBmhhg59PnsEiLqWpDNVs37vD0qEJE0+SUUKDeurVBhKDx4c6Cj6pX1m\nrVV1pXPSQWLrTQExLzwxCPYhdmc5vM21uNeesQGpsuYhQFnMdsbxFg5Unx0k\niRATDmul5knADYnMIpuaqg8MJwPVuHAHFhn1rKAZbbNFuaowSl46MFdga8S5\nW2HyVRvE0zPq3mq5V2EYUdfUOeOAKzJlefnGU20b5GgB0+mqigVnkJDrk19L\neZrr/AlzV9cPPtiDnQNH7FWSc7wmDkW2k2S7I8g/BqxWYITdaKT6aWrQvd1i\nUlsr+xDfUVEM0zhYEVc4LlupW2snsoYdiXU1cuetuAJdWiu8qh5THwIBQk6B\nAwq4\r\n=MzOz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"6.14.4","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"10.19.0","dependencies":{"ejs":"^3.1.3","lodash":"^4.17.19","moment":"^2.26.0","fs-extra":"^9.0.1","@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","globby":"^11.0.1","rimraf":"^3.0.2","@types/ejs":"^3.0.4","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/moment":"^2.13.0","@types/fs-extra":"^9.0.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-html_4.2.3_1595882125329_0.613990084421284","host":"s3://npm-registry-packages"}},"4.2.4":{"name":"@hint/formatter-html","version":"4.2.4","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.2.4","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":"4bc08aa8ec6fb01b133e3439ade29e90de51e74f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.2.4.tgz","fileCount":80,"integrity":"sha512-2I66gtzT313v2x5UwTiz/sjh1wNBmgCMDSvQzcTXgeA9Y3jYMgADGj5e0a+CQILNbV4ZvMCQ3UCQJcuM7gcnUQ==","signatures":[{"sig":"MEUCIQDfoeaVtJ2SUI6aN2hUf9pu4P2yD6ZPbkzL8DmM6Jy59AIgUrnr06XKMDZGOhZupZxjCeLn1173uHAaxTweovsg1AE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":501800,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRDcICRA9TVsSAnZWagAA/rEP/iFi219C0yZyMFNSiahh\ny9CMMmW3p3Nb9tI4nMMS68iQH0nd+wGR5urqOtBChuOE4hG+MyayPac8g2my\nytK7emZ67kq3pr3i/1wAlcp6HHQdh2ChGqGJ+JiQR+QxjGVStUcqa7kEwJdY\nVqC/JtAnf6Q7uHktBwCpRq9tYIBqZBwd/n11eGha+TkpQo0+bl0XNchBPy8i\n1QU0lcrllSBfJIw+fWgdblMizXr0mG00yfwjEhLiRckcEgeT+29hPALap6d0\nwQixccEJ5BToJWWgBonVVc5cNBNyEPhvwoLXKIfdK1VeSJNBpVVTPdnmElQA\nlYWWmjfBSB6aUWKfwAVKNtjSFsPbbXtTb3/Gg+Hgy2cJ8cFRuUTtEIaJXgu8\nPFb1ZFrCh+qUA15+4IhBddvqG29+FhSW0xZ78/GIhR2Fkt7zEfeq4JpcBPKG\nhVR7lmF/Hdr7uv7BCCBleWvfv6K8tmaEWGTvgsDNPyZwXV/DlmlAFgKkGTVN\nk2Z7fKpxOT7TaldfjBlqd9zXTj/YvxqKNkJ2f7F9k8aRY1z7iuUawA3S13O6\nD9Hd+OQuXnGXDeA7RrAu0mJQdXQulpFeT3eSA789yBB2Fl2U23rqM0/M26Bp\nTVk2WGdVyKMH+9y5WT2epPpkDSU0wPzUlBhFzjVpQaYLc8YZxtW+ftXUBrkP\nmWai\r\n=E9Ly\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"6.14.6","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"10.22.0","dependencies":{"ejs":"^3.1.3","lodash":"^4.17.19","moment":"^2.26.0","fs-extra":"^9.0.1","@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","globby":"^11.0.1","rimraf":"^3.0.2","@types/ejs":"^3.0.4","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/moment":"^2.13.0","@types/fs-extra":"^9.0.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-html_4.2.4_1598306055777_0.7906792989147897","host":"s3://npm-registry-packages"}},"4.3.0":{"name":"@hint/formatter-html","version":"4.3.0","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.3.0","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":"cfa467e048cee029cd8d0cfc4aa3c8cdaf0ffa85","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.3.0.tgz","fileCount":80,"integrity":"sha512-8oNopbKGhVzzbIN1qb8+8iK5nfMTzfB9BU+mOi/aqdq2pawf8jSUMeXi2AHL+1xeRVgrTgWNs/FjMqIRL557fw==","signatures":[{"sig":"MEYCIQDzeSlijrH0ArlJvriLvSGv/EIr1YuCVZ3OIC20OOkJWAIhAJjniNHc17Zy/Sax1C89/h1QzpNIRRJ4zgw7UxixzJ6z","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":505809,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrEw4CRA9TVsSAnZWagAAQ+0P/jSldKWcSF2H2pSbRH8j\nrph3yg+goom0oxV6u8V/RHJh7qUzQK4AaeHoPOCm6N5fHpzbPe192eW+yYD0\nQ4owMKrl22A6UJtHkP/RlfARv5p4i0tQElU5F9MZGR+9vGA2GV8EDYM8eZJI\nS0p/5VQRQg5VoGM2yo+aIp8PbHx2lyMYFUugLzcB1+UpfhrzpdSAfj50TMuq\ng5UshN12Jz6J5e34phtl2k4DpAMIjAWS2WyFzguCiByqdzWTdXwq2j7Q18Tm\nEB3QAw1EtVJzNFAI+2bBbHe3U4NDNmeJU60jNAQXpYz7ZE5GuqndeTBO0kCE\nZ62Oiw98e8r8gW9shZW0zlENyJn3qQSCT+hNixxE3nbnsYFjyTsNKlZhiwRd\ncWFZIw9hKGGyl2fox2L5Blmln7SB/vqE2QP6aP9u2VD/0UHfIgqVan43cHFL\nMOxFWc7PMsXLhRUrjYMSgBNT1yHcbY9a8Yw4m+dYNC9rYbqy+ckmK0pIlEr9\n3ztmFR+qjmEB6UPi+xclyT8/tHHQV13kMIfB4dpLYxEU3CcDbh0s6od/DE4M\nWOBA+ZJwvJZWaMLIZyo89rh0pBTr5IhbYZ5Hh5vfNTr12DO7n+9hl1qy+cnT\nnTxkFGOSYsHiwcxoFQOOZLVUJDzK1x/N28uedvm2B6CIq5dVtDFrpSJn9Wam\nbNm+\r\n=qD47\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"6.14.6","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"10.22.0","dependencies":{"ejs":"^3.1.5","lodash":"^4.17.20","fs-extra":"^9.0.1","@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","globby":"^11.0.1","rimraf":"^3.0.2","@types/ejs":"^3.0.4","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/fs-extra":"^9.0.1","@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-html_4.3.0_1605127223648_0.5714654176765908","host":"s3://npm-registry-packages"}},"4.3.1":{"name":"@hint/formatter-html","version":"4.3.1","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.3.1","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":"02110e4c96e76efd0a81820fc068beaebfbf3ffe","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.3.1.tgz","fileCount":80,"integrity":"sha512-43tfTl4HP6Xf4yWAfMDQFdoUoZu1xGmzM4GV0S27M9MVOxI6+UAwnaR1+Jq4UVak7t4wC12NsYwhVXnZDe8wzg==","signatures":[{"sig":"MEUCIQDn5cvQTNQFAjpyCwvlZEnnkHa+WeRLCDoF9B/ybOhxbgIgcntp+6+4UiFnI/dPQOAbbzA5jyCEzvrVTC8/2mtbvVE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":510763,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHErMCRA9TVsSAnZWagAAiM0P/0nLaeobtXNz9/AME8EK\nQJXZ6tq5d3zLt12Y8GKAhS88rA4KLCEKke6qGXcv0QbWtampGFWNAXgIxkms\n2UfMk4MS+7rDUIMIXzK9u3wCdqK/5NYYyvf3APj2yUtKxamAT8ngztZr8Gnz\ngnRJXBz8o+S/IamdxNUHV9NtSdLQ6XpLoedttCz2F48ZcFYZoO+NA3KyVYvw\n9gYcjgg7cldvpZA0/a0TN/zhZJSBO3pGjYtfku9nhRnBiGiwsctjZM7MQLvJ\nmSX69oMpUacCYgYixyiG23vKClYJsdgya95/lh7DzKCW2RuYVBGl9/PMlOi9\nyU9L4utwGeyNlS7tshXcBKrpZotpXYgqtVDsXA7rPRTTHf+anK2tPbRKYwa1\nvplSxLw/e116vqdy7h4iwbsgFLATOG1tJRlOpHXbPjR2bWxZ9rjTRbJmQ4J9\nJ8r7YMN+XL9Ox8/FQqbIskZUhXtkzZvriuU9JspLL6OppHCBVmpG0GzGTBvQ\n1k3Deu/2e0lZnqlotGF1tv8ctK9txa1un9f0EMXGymKh7vMm/FGk5ZqhHb3R\n8bReIs0ItXQt3GFJfpNJp9fcoVuYYX0bZVIZssJmX5sVyQLA2HZPwTqBVJ3Q\njezX1FLZR/kiN9Yg3EWEZx7Gx36kWPzxS4zmTLEmBUiLKmpiigg7vEzO6TWD\n2IWA\r\n=kKBb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"6.14.6","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"10.22.0","dependencies":{"ejs":"^3.1.5","lodash":"^4.17.20","fs-extra":"^9.0.1","@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","globby":"^11.0.2","rimraf":"^3.0.2","@types/ejs":"^3.0.5","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/fs-extra":"^9.0.6","@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-html_4.3.1_1612466891173_0.38089856424362334","host":"s3://npm-registry-packages"}},"4.3.2":{"name":"@hint/formatter-html","version":"4.3.2","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.3.2","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":"d8409925cd740220979e29b87f50e68af49e889c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.3.2.tgz","fileCount":80,"integrity":"sha512-ewYBv2b+yStYoboftkBaV1JQHVrzgLiF+kayH5hrmBSPbDBmFvohspTlZLXS60A7Y5dLUDA0JVB9IroaY13PYA==","signatures":[{"sig":"MEYCIQDDLVFRxxubaGj4eZ3/k5e3PpXQ5DHZc0t2VWoIDe4RxwIhAJHrQoZ/oLwfxQOLrzltAjZEvxAFo2Ax1QcuiVJvix1v","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":510763,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHeV5CRA9TVsSAnZWagAARL0P/ihFWxLmRTE4Z1KfGNKi\nT+kIcb79opVKs881uOlkc+M386lwJDmkO8FJTUIzUPj3zvQcUucC+wf9FqsM\nGWdXGpoRvPmJQiZt1q6hY70rhWa10E5YvX2dM2jlFp8afL6hEx0/eolDUm9o\n6ngKUslR0Z9XE11StGoWEwBj137YP7/WFF3PNTRKhJAm92wnId0OsFevnyhw\nGxroVwEnpkXeYtllwVmn+xmIkh5pgV1apvdlJqw2kz2lZr+onZ45w64Z3eqP\nklu7SFljvvTUP8JfLDePVXpqi2bHdvuJiwy6XWlt5+9i7xHcyoBcFtDoZFRP\nk0PXI6X09pmuZ7/PZpQBb7bmgETDS23mOZN8mUzsp77kDRGyKmpOajRiv6zM\nkcFmfmlqV28Uh0HtBhIIz8c9w2YRdqRzrYNl7Qdmx3HWf2XPUMTF6hu5uD8H\nVVPmhxlDs7hwQwa2YA+gaBpXNzFWL2IledhaK9CUcx/kQfEqDeT334mQgodW\n3vQiVq3qAwwEH8QeaE+AQBbE+ZqL8TCr93xNNTUzPsPCE/CiX5MTbP+QRByI\nVWEQwVpJpgxEIqz/KSdd8SWExkkaM55g5RHCSNc+0YV0w+YMnaD2BAUWy7Oz\n9a49EBLmy6i7VJJ9S0vv4k0ixCGccqNRH7p1GWsnONsJCD7lGZlTzWyBn0nu\nFYyj\r\n=26QN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"6.14.6","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"10.22.0","dependencies":{"ejs":"^3.1.5","lodash":"^4.17.20","fs-extra":"^9.0.1","@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","globby":"^11.0.2","rimraf":"^3.0.2","@types/ejs":"^3.0.5","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/fs-extra":"^9.0.6","@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-html_4.3.2_1612572025159_0.7324789848119453","host":"s3://npm-registry-packages"}},"4.3.3":{"name":"@hint/formatter-html","version":"4.3.3","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.3.3","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":"3b68ef598d3a7a668d5c929e252419b7c83bf8ca","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.3.3.tgz","fileCount":80,"integrity":"sha512-F4loRGmtqtpHDoGKC3D8mGih1oG3mLYdDuVHKj3QBXXWg3Jp7T37FijO+BCNTzRmhys8Uf89pVpf8qQmBkDJUQ==","signatures":[{"sig":"MEUCIFw/j5loULps1Ovs7s4pJgizYNnMu8SQuUgdtkkXHlgoAiEA0vPqOFfisI/ouUVKqm2oimNeJECMNZ52Yv3ZWYYmbak=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":520788,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwRHXCRA9TVsSAnZWagAApS8P+QH7cRpB1wBzYYAfX8Pd\nIwDJhUG8aR1ObItYAGrwCVBIHqpYCbuYQgRhnykQKUoDA7J+Xfm6Ss0FVQFI\nAaYScP8eAeqIlOahp9qKKT4SnKxOZyx3AlZLeJ9sa5hfU+ntXy65q0x0JJNO\n56KPZ1yg4j4q7YxTxdizEdg1HN3iUalVFQ3qlSl6mD3Fudko1itrM+uikyn5\n3xmsZbay3m684t27j1X8PPrAPBfmdgdZEefwvU5hGN5s0ePUHKS/h6wjw0hf\n1UYiP+fFYc6eqxujsMuFhSogX9yqT/AtXDKha+Uxayf00ZgvJ35X59hGyaB8\naVbct1ymt5XfzG0hutOIjQTIUpPyV9H7WCupJCs3N2UrLqNu6oHSObK49FOI\nsr6GIRg4eTz8yllZZ9yRWH+UQk1bQ/g9BQn3K6YfYuG6u+jhZp61EMSC8KPY\nGoGhInwE1lF9Qawfe0bQYwrcaNPkLiQKSmPF6j/rbUiw9r3mQz+BueKN7zQ1\nftqVedLTBMVV7wFJjX39PnYnAOQsHmFA4/Mawhz0dwQfqO9KmCZ/oVmIQlgN\nFkMSz1eAq53aiwQoR1/EyV3ImIsA3aNmc0re4JdQKd/Kr2MpFGQCkBFUb6Ly\nj0iQYvVQ8WHkM3dDug2iYouUkO9x9RZ+qR+WsY8pmaOF5XTJPPoBeM7Vzw/e\nOKe3\r\n=KnQ2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"6.14.12","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"12.22.1","dependencies":{"ejs":"^3.1.6","lodash":"^4.17.21","fs-extra":"^10.0.0","@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","globby":"^11.0.3","rimraf":"^3.0.2","copyfiles":"^2.4.1","@types/ejs":"^3.0.6","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/fs-extra":"^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-html_4.3.3_1623265751698_0.808211906560292","host":"s3://npm-registry-packages"}},"4.3.4":{"name":"@hint/formatter-html","version":"4.3.4","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.3.4","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":"e94b147f0ab13897c30c3c4dc0e4be4bfee62911","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.3.4.tgz","fileCount":80,"integrity":"sha512-DQFr8vpExn7pxWoKj2haOY33yCsbzgB7d6CTlORVFmyMpTbH4U2FEY90CoE2YbibtmC5Kx2XZmy47LycKHfFvA==","signatures":[{"sig":"MEYCIQD/ZQb7HXF1Oe52JnKHlUqpu1XMd2PwT+i9TX3esZzMRQIhAMvcsaC3DzAY3uBMQyGvaXgGnIzZQqffnutuLxiARTK+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":523662},"main":"dist/src/formatter.js","scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"6.14.15","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"14.18.1","dependencies":{"ejs":"^3.1.6","lodash":"^4.17.21","fs-extra":"^10.0.0","@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","globby":"^11.0.4","rimraf":"^3.0.2","copyfiles":"^2.4.1","@types/ejs":"^3.1.0","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/fs-extra":"^9.0.13","@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-html_4.3.4_1634833157030_0.9164731031514217","host":"s3://npm-registry-packages"}},"4.3.5":{"name":"@hint/formatter-html","version":"4.3.5","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.3.5","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":"8e5615a53368c57d2b21b379f9d342c41bd9c839","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.3.5.tgz","fileCount":80,"integrity":"sha512-Qqe6AfK3ugzvhQdNQzXjACo6GghE/MfcpQSKP/YZU2oTOKr7qfqVliwKi57ZJ36nAgG+yB2Ljee5chAUb0oX/A==","signatures":[{"sig":"MEQCIGERVLVLgSsezunie6FEtcohZoPh3zNy0SOT/duzNIamAiAunVFjJAxIRGj7vt5r6OSHuZAH9w4PAws+HCGWlhlkyQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":523927},"main":"dist/src/formatter.js","scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"7.5.2","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"14.18.0","dependencies":{"ejs":"^3.1.6","lodash":"^4.17.21","fs-extra":"^10.0.0","@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","globby":"^11.0.4","rimraf":"^3.0.2","copyfiles":"^2.4.1","@types/ejs":"^3.1.0","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/fs-extra":"^9.0.13","@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-html_4.3.5_1636050534865_0.8344837634635454","host":"s3://npm-registry-packages"}},"4.3.6":{"name":"@hint/formatter-html","version":"4.3.6","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.3.6","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":"86ccc675ae8bd0853b35df9395aa8c1041661146","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.3.6.tgz","fileCount":80,"integrity":"sha512-9dS2CG3HifLnhl+1AfrntGtGRDeK2zMHPeINf41QsA9HFVqkHMiH9CyJenPBDaPUxp0cWkfdyD9DiBqECkvKlA==","signatures":[{"sig":"MEQCIGf/CgzCzrs5pP1u27Bq9OYswYOKdc/eH3nivwWtmYTsAiAhaMFkN4H5YmjH4RSl4WKgSq+o79jhBQvMTUoDn09vuQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":524204,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2KROCRA9TVsSAnZWagAAdf8QAJrAp0Yq5IMFiCQzC/V/\nToGfP0oSdNVczN+sfRSTMX0oMgJ9glEKrddvlQBU/XlTHfpNKq8bS5o6ZcpJ\nunqCDXJBbsqK1hMPT2PZ4XTQr1YwwPlwh4DeI6G/bUBfmvr/46htauFJ5Rpi\nJXdXHRNLXOvIxrQ7AAmlM6OkpeGaJ2d5qvpASTMF2n9EWZfwyeLjH/wL4jLy\nyVU0aGcotM9MxopOf79zgxCFWVmwtFUtCnjYNTm4stCzoBxipXaFX74LRV7r\n19aV3uOQ+2MgPA+UaniZmjEuW+RKLzLFeNW1VvMt8vGuhTLbmSM5YBsK9ltg\n9I0CnLju0D865RvIj3rh1ddxwiKcq1ztzns8uCBSRDzw16ywoKK8xZC4V/11\nvyJxMUy0IExs4rtVrlKTQm9Nr7toeDMiwAY7gXoTUina19PpXlOallkm5XQ9\ntqVhKn/TvgqK97sNcgf5xSwLq2xl/ZGRA7nejCw91SeiOsnZmnjWb+hocmu6\nE/KsQrNTTymGvd1piocMbqR0XMIsj4/bQPGoICT99y95K+ipo3wrNWoR8Nwr\ngf/UHq3nVO742iRGpmmbmonUVjWmcbMKscSZG6EwfliYPKNwamBo8MBGhrC3\nM5UfyQVFL4YeqUqmJpk+WZz4ORpl5STh4alYfV3LxdzRIFv5wtWjUhvpFvwq\n6Wwz\r\n=P3qM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"6.14.15","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"14.18.1","dependencies":{"ejs":"^3.1.6","lodash":"^4.17.21","fs-extra":"^10.0.0","@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","globby":"^11.0.4","rimraf":"^3.0.2","copyfiles":"^2.4.1","@types/ejs":"^3.1.0","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/fs-extra":"^9.0.13","@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-html_4.3.6_1637006896325_0.43121983047187484","host":"s3://npm-registry-packages"}},"4.3.7":{"name":"@hint/formatter-html","version":"4.3.7","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.3.7","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":"f90996d1a2512523fdb49f7e3580679b697188fc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.3.7.tgz","fileCount":79,"integrity":"sha512-gJO50jfH+wkfD1SfP4Ybrj8H7toOC/ZkIsS0uPwz4wNacrQ7WaojAjYXLu8atSDed2zbTeZkroAaFhLIL9CoHA==","signatures":[{"sig":"MEYCIQC83Wb4luGBrgYbUgSKkkzKaMx68AcaVzzVvYqEHCcRegIhAOaNkTWszxlcpcX0qJf0CEdsQ+h16Xb9oL3fpiOwOrMX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":462973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKkhoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmraKBAAmgSPA35nf5aGTHgeUP0ZtIR8dJ+4kVeC/AMu2PyQ/teLLKBn\r\n8omsQGjThy8wDiyrBx2cBTUo7IwYlpr7Hn+XeG2zZzjf+gfxwM1LQQlAC+ay\r\nH6+QK6H+UabauTu7SkBfYey2tHPGg970jQodazIk3y9tDFERYFZynxj0tfUA\r\nmExelxFbIH0HhyzjIpCT+sehWYX1ISEDQzHck0e8kTeTqTIpPr79u1T8DmBU\r\nhpRO+SP2SIUB3QkVB1MZ1DUt3EBLgCSGVygTUACShKTDMuGuU3mSxgmlTTdm\r\nYoGOKlSgMYlkWhJwZTecujNY5TzZkOZezGBFsaKPjXVJ4v8RC9iSNcMDe90i\r\nBjmQjz5FcWaDfOE2hQbrGfQLvVSkqHacHDLeqXKmAwEcMIjHfqmfvQNVwBmz\r\n0YQX2gJ2QxqzWAe6n+r1qOei1Iqe8RjiH06DIHCXIJ4zA14MMq8cRCd3Tlpr\r\nRknaxRjTTfcSVY3YQyeXBP86ffxJ2nsZbu4kJMiyylkbyusqBgFUrI71wCX3\r\nMpqr6SphRIyQAPhVRuhgDX+Nk030TWKFTGJBjy2HVWmFp8IL3DVNyf1cQY3i\r\nRLl6MvdiwU1ZWAx5Amw3I4tLskulPT4FtNG7YFqSrzCWIKaiLxlWin6pNrnh\r\nqJuFWVpPSjYmpzgm9rluX2xyb7rzodDnzig=\r\n=UeDs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","types":"./dist/src/formatter.d.ts","gitHead":"958c5ae10b0cdfebd292c67584ef5b99de8deb14","scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"8.3.1","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"16.14.0","dependencies":{"ejs":"^3.1.6","lodash":"^4.17.21","fs-extra":"^10.0.0","@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","globby":"^11.0.4","rimraf":"^3.0.2","copyfiles":"^2.4.1","@types/ejs":"^3.1.0","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/fs-extra":"^9.0.13","@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-html_4.3.7_1646938215746_0.6822855591605119","host":"s3://npm-registry-packages"}},"4.3.8":{"name":"@hint/formatter-html","version":"4.3.8","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.3.8","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":"3b543928be548fdc8bdff020db0d007109290c2c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.3.8.tgz","fileCount":79,"integrity":"sha512-YSXKYvHPDBadePqNMyIIILOITb+exVcwqsaZzejzivdTofErgRdrUAg/p47bzIOXKkVTad+aQDSc2sG5HrJGmA==","signatures":[{"sig":"MEUCIQCUuSuuXS5kqCn8sIv3b7AGzIAfR1Zu+Cx8WBFfYz70rQIgVbKbfcaSXWMuLYVvfB+BVUE1csvG9aKEZ3rbubJjisc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":462973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaG3LACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpfZA//cC5YU3xkgA1hUZvLrTYNPxAbieQ8tEBpsxo8KCZhJe/iQVz7\r\ntqDyIgCvDlQPm3J6NL3mlCYKaUNgV+zT3x1c6b057jB9+bqWqEFe3Tstduwg\r\nMXurmrKWwG6twhLkHLDw5Ng8pssanUvFg6TddB4TNXxMGFaHNl4BezmFohkT\r\nFDY/gic5UHfA0U4svvd2uGIR+EzaLueYgVSPphRn7SHoaTWwMJVQ2Kd7FuZM\r\nkKqhpTsSIsxSTErMP0YbUnpBOuSf1yLsPZgzZMhI1p/4v4HLo6EjARWTY+r1\r\n6A9DL4LV+SwTGkpF7ZgBhNOi9O3mjY7Ac+EOwDfPS+27zK3BEqqVHa/HmY6a\r\n9g4VR/iT/xb4s0gyb2EoaINZijmK73LroA0cipvCMWn5XerPEbhNUJnn9PFt\r\nxvPsECK5g1+1YO6cwuh5OVNXmgS7LF5tF8JlwrYRs6LTr//uqnef2RAoAxts\r\nyAfj2SzSILpe9Dx+XMInwWiIvmbPsmnuareZWqLK2oESfDxPz3g54+BIzlIJ\r\nb6FebMTO86vwA5CNvnFpJIZSGNObHJUEe3TaE8ffIDxWUMhUDd/jT0wYa1BR\r\nb+bHkmmKUhTZ97Kw/pRPnhBNiuJYnZBmUu1/WLl+TW4Pyzo001OmYNoYtyOs\r\n6MN6AZ/nLOYkUC3efF7c/JIyit9FyTReEL8=\r\n=S+d6\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 && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"8.5.0","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"ejs":"^3.1.6","lodash":"^4.17.21","fs-extra":"^10.0.0","@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","globby":"^11.0.4","rimraf":"^3.0.2","copyfiles":"^2.4.1","@types/ejs":"^3.1.0","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/fs-extra":"^9.0.13","@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-html_4.3.8_1651011018910_0.007812040418944344","host":"s3://npm-registry-packages"}},"4.3.9":{"name":"@hint/formatter-html","version":"4.3.9","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.3.9","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":"4d1b009a1f12faa23f098e896a4ba95a4fa72ec1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.3.9.tgz","fileCount":79,"integrity":"sha512-GTwVwziuxzsj1gszk37nLw+SqJJhm+1K9Gh7ES7Htmj1Jx7SJwYan3t3KPhauyv8NftKxNGsbvvJoTtCqkr5AA==","signatures":[{"sig":"MEUCIHaSr0o7mySjGTfb5VXbvI4aQvx0y041UFjey7o7E8GFAiEAkyWqOGc/e00/TwmOSN99JJuEoqivKnWOK3tIx2G18b4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":462974,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicdoaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrHPA//WClABKyL37i13v4+LzXpSFtGYzvs3N8wYojyNhcI3RnDqwC1\r\n3LcUDWaeTcqoeJx74EK2WEvbT71llAPGOOQLjT3bHxKWRxR1AD8S6/K/fvPa\r\nujp99OjBoH9cGCRDncHIbrzOiGRdh0eRvchN9QYl0FIaLM0RVJ5uiIcg2Ety\r\nz1uGb/w2HrC0/xztEkPkxX2aDjgMcrPyEx1VEzyotUyk/YkJc2DpSA8Ohn/g\r\nhx6b0/WgYxytGZzHbHc6r2mNMuq9Ll4NK7s9XSvVv0sA/LZYBqaMSVSa6IlL\r\nhzyNe/sh2PnbJhtkk+T/4b9lUwmyrrKrVPYzvbf8vUyRhWVGA1EoIZ+fgOqh\r\nYMw89LoHre1UiZ4m0JVparu+WlFeG7fUBXM8zkwvS3V5g6MGdloNrysxYZRr\r\n8SDOOXUnCet0SJ9Yxal+817MDfF9DPhvRcvJyLA0H/0UPaWyk9k1OULAoJwD\r\nAkYtwXx4bEvkFQYhweOptQpUBicgkzSWwTPbajnjMpNM4E65ZLZYI4LKH6cW\r\nCu+VMY6B+WNML2/+0NpiQdUm6+LGWJQ6lXpfBr3LrRTRqz02dcVYzNVAkJgu\r\npvMFk9j4bhjfs+Hrb8sd3UbO88OSAUe7KEiEdOVpaPcyyV8V2ae9q+VT31la\r\n9ScBDD9x1Qm68rGVK6SefvL37HS7q1jF99E=\r\n=0ETB\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 && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"8.5.0","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"ejs":"^3.1.6","lodash":"^4.17.21","fs-extra":"^10.1.0","@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","globby":"^11.0.4","rimraf":"^3.0.2","copyfiles":"^2.4.1","@types/ejs":"^3.1.0","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/fs-extra":"^9.0.13","@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-html_4.3.9_1651628570591_0.1227264507529513","host":"s3://npm-registry-packages"}},"4.3.10":{"name":"@hint/formatter-html","version":"4.3.10","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.3.10","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":"78e52acaaf0c281af871fbd1cc0defb9f2ca04af","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.3.10.tgz","fileCount":80,"integrity":"sha512-FCrApYc2zBCpxgQuZGzegoapd7NijBLZCdarp7NPzhcC8KpJrz/Y2RohPvOrWAojoBAQmiFDyWB/C9X40zAjbQ==","signatures":[{"sig":"MEQCIAp8wQjLJtRSx8fc/fTQ5RDmSN+/rWsRJ7PjJViSa8hiAiAlf4ZHa3JDEaEOL0Kjpi+zbzT8AzVRDDGZEa5rFoCU6Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":528103,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinn8vACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq86hAAhFm5xbswFD/WY8/I9EXB1wyvv6J9R6+IiftXHX2bsIzogzhk\r\n9p/57FCvlWkUBw3VoxLooxWp2dUHgfk8rvK48DpMWYNmmicSWLAnyyP77qpu\r\n9YzJoz9kdCyurnbm38W7Mas++w5Bno1g3Sx0n/8um2ej6M7qiGPxPRJ9ZAEi\r\nc4ukGW/3mYzwmbWz1PLgoPzY8XMU5B2nvza0FjxssKMIhgYLjs98kqTAC4Ds\r\nDATLoIW16uJmAxdMg9ufC1k7ugXsrvKxPkRhAIIw0V0ntLIWkw/AsfSXRqJc\r\n/3GiMqTdSNAiTBnfpitjllph0ughnqI4htDUG5XIFymBJlLbuL0kjdtNR8E6\r\naqr6I1/r7zWBNyEIBAyF/sgXG6SyaRU+UOqM30Wny5x+Gl0nfQ3wrE+FczW3\r\nkENVIoXwFUNav21fB0EYDJvNK5eYDDJuGVe2sRFJuSuz8blb+2biyEVOLSqU\r\neIKjrKjv8joGKYUob2hXcukJjBZKcWPDHPVCk4DRQLOuGBg6jPc0rW4gPlEU\r\n8M8T092NKnN/NBCQVpntWW5TToVE0ZFgpY2p4COkMPclLpydKAXdkae4xC/Q\r\niYjchBAXhpQCN5jFy+Yyb9j1GypdtZpux+4i5A8RKxliyyQQCLwf8vVheb+d\r\nfdSmjkf2swRDNFD75XwXwx0WvUwOTS1YRd8=\r\n=PCKY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/formatter.js","scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"6.14.17","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"14.19.3","dependencies":{"ejs":"^3.1.7","lodash":"^4.17.21","fs-extra":"^10.1.0","@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","globby":"^11.0.4","rimraf":"^3.0.2","copyfiles":"^2.4.1","@types/ejs":"^3.1.0","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/fs-extra":"^9.0.13","@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-html_4.3.10_1654554415380_0.036330248738416504","host":"s3://npm-registry-packages"}},"4.3.11":{"name":"@hint/formatter-html","version":"4.3.11","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.3.11","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":"a65ec227d6a19f4ea4f2722de450aa16b49a4e9e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.3.11.tgz","fileCount":79,"integrity":"sha512-94TptbrP1jbaqmSV4VQXp1kNr3/eVP8BeJwJd6jJ96i/nxNn1+P/IVdeSc9tGrSltpZX57my+vVMjba6heiscA==","signatures":[{"sig":"MEUCIDvAEDQYdHBKJoGqydoOVn+GB/xTAzAf6vwNxzjH/sT0AiEAl/bIOn3OUAAIY31w8q3ZIKFgU6DRsyE1inJmlfH8C9I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":462975,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyFQCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqirA/+JFD+owVV4zb/5Ixv7DUClbAPcVUXjDPd5ojxN5DIHbjcUR1y\r\nK5yXcxH36dMWkdv7GPJEd4oRSM8CBsQbQz1NtvScM7UBuyrP8JxV/hrecnpZ\r\ngXjeAcDODVKAz5MhwyufpXv0bSzcfOEqrg6rjVz00DTY1RJ/yIg0FIWh6sr3\r\n+LNC24VA2Dxs4FdqLl4nE+YmE8elr8snBvBo5p1O5/SipZnh0VK+0guSK67p\r\n78CztluiCKSpChVIfNOyWpdbOEz/SRdDZexC0vSL/X144FyZlgH8XcByNV5h\r\nxaEeLLbAzJWNrKqwF8dM6uWdDvZfyU4zQ24uvlLGbUctaMH8oBGdtDn4lUkO\r\nYl4IkWnQreBnFej0QJtG6+ZBAVAoDOGXQbz7QsDHxfki5G+FTRDPOxW56xmr\r\nX43AWz0RfdQGlc4hQvY5xLdCa0XG6TgTpBHnH0X/D3uh0Km1y89WNa0YaZ3j\r\nu/zTvCct5K4IYgoOmjSDHhJtjDw+vHjk3axZOq1kcPNzkkwYkZ8WWdXGUBvx\r\nhPaS542TO3KkkuRA6N/uhJF3kHO9AQivzVQe+e4KcgonqyTn+bF5TGAappXf\r\n68/TbaIFEshlQb/bgFMV340qIthnsJWQSM2noGqRzbb8/F5toqGiZwfuFjAz\r\n0s5G8duH8RBRLN9egMFh7ZJXhrCJsL9LyDA=\r\n=Ijgq\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 && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"8.12.1","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"14.19.3","dependencies":{"ejs":"^3.1.7","lodash":"^4.17.21","fs-extra":"^10.1.0","@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","globby":"^11.0.4","rimraf":"^3.0.2","copyfiles":"^2.4.1","@types/ejs":"^3.1.0","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/fs-extra":"^9.0.13","@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-html_4.3.11_1657295874549_0.09654033222878922","host":"s3://npm-registry-packages"}},"4.3.12":{"name":"@hint/formatter-html","version":"4.3.12","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.3.12","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":"3bb17bee44e4ade4f6e4ff0c4284f61dd99d0ad2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.3.12.tgz","fileCount":79,"integrity":"sha512-B9rDHH7U3naFMXCMxManMNO627TixmzIVujj5XL62fTfS2/kD0v2KetKj8XRTaiVCHJHdrkZAHINbtmLaI5luw==","signatures":[{"sig":"MEYCIQC1k9oPhCx+oQHt5AH8zKY/PxHl0H/m2V2CsC1+mMSk+AIhAMip+U8S9fkstHlU9owpV/YxAPVrHVl0moKBkhNS5W32","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":462975,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2yuyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpqYA/+JGknNk5alDiqMCHW9GxZZz9Vfkk4Go+6iMRXgoaticvjnYr0\r\n0XttsT/eGzfXyCooNOnOQ89mR4+Ycjys5VVeXlGqiH46yd+eB1TD1fzqbfTL\r\n/UILVMKXgYEwFL3ilVMcuDcHjEsYLj1cODbZ2NRscbDCSuFKZtm0ZZG+5Fuh\r\nfQ1Q7Ch0EkNVmcH7MzSuXKgsm72LbRn6/L8qjy2Ac6v5sYP6zjkunY8tTLWt\r\nNEGTW/1BJSwnA7ANBpHXbNfnuHrHzl2j/Y2CX+78MRkZKnhR3ab86JpMBcph\r\novRzTBT2I94zaPPOHYOW1RsMGMKJTYQzphy/zB49/Q32eqkGOBv9VGg2Bd2S\r\niFX7bSL/ZHR+1AYkwgAaXS3PLDV1nNhjjxneb64pRqrDavimH4Z16iaScKPT\r\ns1N8GFXB79n3yDmdNjx7VpssqRGrFW6W6AutM/vxIcUUKm7cjsNy9k57j48w\r\nUD//EsJbwJ8exGjFOrs3JsF04hdl8B5jSTuuXvWX9hY/DIUtA8Gr/uHgIB9J\r\nLUz78phHZ6IHefbAwlhElyfhBLGWSC0qm0JyG4l3bSeLnDL+1lKQV7WBic2L\r\nbduziIbQjHHUecqCtEHBY0yCMCV07x+d1B5x9MvARsJYkXUdupFJin2JiJUN\r\nYY3D6j9ezhjasbEWJB52WtRuzMd13tLwGgg=\r\n=Tm63\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 && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"8.14.0","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"14.20.0","dependencies":{"ejs":"^3.1.8","lodash":"^4.17.21","fs-extra":"^10.1.0","@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","globby":"^11.0.4","rimraf":"^3.0.2","copyfiles":"^2.4.1","@types/ejs":"^3.1.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/fs-extra":"^9.0.13","@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-html_4.3.12_1658530737983_0.3288180218721737","host":"s3://npm-registry-packages"}},"4.3.13":{"name":"@hint/formatter-html","version":"4.3.13","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.3.13","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":"c96b2375430cda87634afd0e9049c1f67b31656f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.3.13.tgz","fileCount":79,"integrity":"sha512-lcE/A+4GpQ+tzQqCy17ip8Wz0lSJNSxXfkXW/u444VSA+ox8OHATWw60cM6jeFmGKrBDpNskQ2/CAp3kH/xePw==","signatures":[{"sig":"MEYCIQCPBO+XqUqk17jm7VHx3HSxfuLe0ZCXAVbFzMF4jnghpwIhAMuMMRj8G0tJDGee8zxIlhCzejCb1L9Qa3HfePIysS1Q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":462975,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF3fXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrSBw/8CuYnM/v3fcymyIwZZmE728e4hVy3O5/11bjJFcLkBuQRBIFA\r\nbxznkMKq0CohS14UYzYAeIplBeKPhSN3ESUGQMEqcykyj5499o73rDkcUnYQ\r\nEINwHQ7/BOWXEl+Y5f43JnrkGT90ue7FmOsOgQ+gHLFVvoZrnbsV9dc8D3Ge\r\n/8ZnSB+Hk/ycc2JlZ6RX1AY9VfDGn77sx81UiAEnJA9BRMOjUhMzza+fT7fx\r\n1BEeEwLhuOzT06ERmsuRxT2eE0N1i7P5O9QAPMFWx8Fd5CDfiDhSv8yvh9nZ\r\nFwxH52F5FTG2cMmM5QO3x0y22IuWT3liyse5zpEygTorwxm198VCIS5RN5TR\r\nnRSsS+LJF+wZz1HX9iKgY3JlioyB0evVSZhX8Z3c9JflUYXdR/7ipzeGnAqf\r\nxvQVWP93VUFIpkTKrIxZrGk2ZQEQ9H4tCtugh3KL2WplMjYO991bvkj/f0mg\r\nOeIOGFhUGsEismoCYigQ/4vbsV/fyfpTsUjqOTWaYAwGNj9oCvlj6zxSMeX3\r\nv0n5DDADnR7wGRePYlfkNKrOWYeJUy9YB8FgQ8WXh8WdO9jqqYGXwPm6eQzd\r\nPQUiSQLmoNL3T/0fkii0CWNtz0S9VqkzsIbb7NSmWQdMPTJE8Rn+Ue07h/pO\r\n0xKuaB0+RHMlpey4iYEF8ix6LTQtT0Zmt7M=\r\n=PAAz\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 && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"8.14.0","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"14.20.0","dependencies":{"ejs":"^3.1.8","lodash":"^4.17.21","fs-extra":"^10.1.0","@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","globby":"^11.0.4","rimraf":"^3.0.2","copyfiles":"^2.4.1","@types/ejs":"^3.1.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/fs-extra":"^9.0.13","@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-html_4.3.13_1662482391574_0.19634908945349072","host":"s3://npm-registry-packages"}},"4.3.14":{"name":"@hint/formatter-html","version":"4.3.14","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.3.14","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":"bb02324e364a6050917ab111cdad3d0b53302c47","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.3.14.tgz","fileCount":79,"integrity":"sha512-nS/BAykdLnYjMH23mbeYZ+k0mYXEN+eWHAPg8to4ffIxG7+9fFBpYQ8ENAU7U6+09UXctGRyiEMdtHYPaoLEoA==","signatures":[{"sig":"MEUCIQCqKa4rNTVwb7uQZgbtiejitbVe1TfOGR1GN3aqSnvLngIgAkhiL6I4xfrOdeujw1WYXsYyEXfK0Fb4cEGVTQfrl4w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":462975,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPy/NACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoFcxAAmzD1IRUSGHm5k6ZU6+//Zwtr8QHsFwe5wtM/2BlxGEoXteEq\r\nupyEnM/hxC0F20E5md9a7nGgtzESzxRq06KVS7GBb/6/bGxJqVswWwJ5aOgt\r\nlZDt8jqhN6RHUI5LdhX8TDdG210f+BRxPjKJh5IxWZS6il18hN7RlO4m8Bq1\r\n2JqfzeFo2n24ALGrgAiIJVEiu836OVb/Frr2SjVabL/SMYvgAOHA3yZi4eLO\r\ns52Qdgage0znoJyf/hJNQbBfKwmCM7Uu6PGENP4hkPtB5WTGpe7cAx5Xy/5N\r\nx2bNfJAj3XE5isCGsuGeMq4A0gmVniSDaf3PWhjFeGKALw0czdF48DTv6/fd\r\noNnh+1e881N4XuODt+WKhkXsBFlK3/zfcNV9K4B/k9FNhpPQf0ZBw9LKawq+\r\nMRZPfn9K4iXxHd2i2+mKNQqLjAOf1gso8pxgwGUK3QrKERDeTy9158KxeEO5\r\nnwKWZKcXBQhGOskuPE5ymLf81Z7HxBXCVsNzc4iOjK7BXQgJv8Bw0Ds1aL7s\r\nTBiiTn1nQrbsLfuBLukaNehtczV/HSaL/qoTYhYSRYEjIhTB04Um5lrkh5Dp\r\nnH8n4U4yoQfoXueqeATHQ6Od9OaRlqBqPdSp2Pdj+olGXXrfuVkZp8+bIK8U\r\nUA0/75IGICfMEhmZXQYrnrBTNWFAM1idyak=\r\n=CupH\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 && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"8.14.0","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"14.20.0","dependencies":{"ejs":"^3.1.8","lodash":"^4.17.21","fs-extra":"^10.1.0","@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","globby":"^11.0.4","rimraf":"^3.0.2","copyfiles":"^2.4.1","@types/ejs":"^3.1.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/fs-extra":"^9.0.13","@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-html_4.3.14_1665085389031_0.31521039844144205","host":"s3://npm-registry-packages"}},"4.3.15":{"name":"@hint/formatter-html","version":"4.3.15","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.3.15","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":"3fd9874257fa010ad887a33b3c8659af40e4c717","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.3.15.tgz","fileCount":79,"integrity":"sha512-hspmzrumdVzj+y9G+94Uz5sEtk1lb+aC+4NFImHiN7ksAVrQ4QPORJpbRswUa0W4f9h/hP9z8RRO8RPJiRMJcA==","signatures":[{"sig":"MEUCIBfw90kEaDRhe21zVWC4NY0n4Uz93JHEXpx2+mpzvprEAiEA66+IS77qD4IBvfaMw9uhAj0KzzzVE1Qj1u1APrm9fIA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":462975,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE5z5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpX8w/9FNpnF7Yl+OSbEeL0oa4e/G69iuHV/L8Xjb0bShEArEaitZS3\r\nwR8mqDveW4tWLbfji/UZUeZOW46gMsbxzZzUxT2HL/A+5TNKcirhv0MIr/LK\r\nc6dgsnC1bV+8qyMRrEAsoVhseWQxvVPhIC/JTtFJrHX7PV6w3aScn8ENqI9h\r\nYuzA0yxG4emPIeYgizPxUbZEuncr9exk3yXoLej45ibftEtTgbHz7d/WphgS\r\n9iW8siikdvRrTTD3UOAWW0L4fZcmBuCUqJnJzFSdjAG1A/Jb6BGRlf2jahc4\r\nPoSAOK9U5AayVd5NV/ygxCxBNeKptwaUEVpPpR+PlSo9H/JuCsEA9oCISYZ2\r\ntWXjUsmgX9HINTtDVr0+vrPNlt3O0H/RI90mUMuFzRVbjFeZNzq9FTQO4mbi\r\nNgFeeTOp0HWYV/Aa+s0jH9D6db+Vd17pXa3S3VOsNxMOJ0IRaR7vt3Zk4RJo\r\nEOjHxeOrWiu9EF/EuL6h5BF9hvcwdfy7FlXTXTrZxn40MSOIrZRcDn/6MMfP\r\nicD9okG71kkUQrXsnopxlz7OWnjWwYuP36iTmZRrE0z8CGLJkVdGUKvG6nma\r\neZI2vLJhFklt8n3wANxB9wDySd4Z3dXemlXS4FUwpQNBvDkQ9swmkNW1G8M3\r\nHj2hNW8O32TlXd9FloyOUZOpMsPW409QuY0=\r\n=7GQb\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 && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"8.14.0","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"14.20.0","dependencies":{"ejs":"^3.1.8","lodash":"^4.17.21","fs-extra":"^11.1.0","@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","globby":"^11.0.4","rimraf":"^3.0.2","copyfiles":"^2.4.1","@types/ejs":"^3.1.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/fs-extra":"^9.0.13","@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-html_4.3.15_1679006969277_0.9987082377696539","host":"s3://npm-registry-packages"}},"4.3.16":{"name":"@hint/formatter-html","version":"4.3.16","keywords":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","_id":"@hint/formatter-html@4.3.16","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":"6d7338be08d7672dda39cd4c09418b86fc7ca182","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.3.16.tgz","fileCount":79,"integrity":"sha512-MhmP3Ex1D4XZ5+XriTENv9i6nCl+M//sArZ5SLfZry3JPqhhPzh+fNfCEdE4C/7jOzYvlMdGi6xM9XCOdBM2ig==","signatures":[{"sig":"MEUCIQCXtiRHlAP4tH/ER7o+wly1g/SJv680Cpl0L7Rkzl425gIgJY5SnlMPRJQWXvHkcuOD4NiqPJCXaO3LYGFY51GRFUU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":462974},"main":"dist/src/formatter.js","types":"./dist/src/formatter.d.ts","gitHead":"fe6feadb1f77798203ea9d75edd88cf2fcfd1b61","scripts":{"i18n":"node ../../scripts/create-i18n.js && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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-html"},"_npmVersion":"8.14.0","description":"A hint formatter that outputs the issues in an HTML file.","directories":{},"_nodeVersion":"14.20.0","dependencies":{"ejs":"^3.1.9","lodash":"^4.17.21","fs-extra":"^11.1.0","@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","globby":"^11.0.4","rimraf":"^5.0.0","copyfiles":"^2.4.1","@types/ejs":"^3.1.2","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/fs-extra":"^9.0.13","@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-html_4.3.16_1686327899640_0.9367505936891811","host":"s3://npm-registry-packages"}},"4.3.17":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"description":"A hint formatter that outputs the issues in an HTML file.","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","ejs":"^3.1.9","fs-extra":"^11.1.0","lodash":"^4.17.21"},"devDependencies":{"@types/ejs":"^3.1.2","@types/fs-extra":"^9.0.13","@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","globby":"^11.0.4","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":["webhint","webhint-formatter","webhint-html","html"],"license":"Apache-2.0","main":"dist/src/formatter.js","name":"@hint/formatter-html","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/formatter-html","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 && node ./scripts/create-get-message.js && node ./scripts/compile-locales.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":"4.3.17","_id":"@hint/formatter-html@4.3.17","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-d38ZLOyA66onomLgscVcOf/UmUaV8d/xKUE/2ArB4EVF3HB5pnsVOws4ezxFMCMgnz52EIuENMwnvxD5jrmKVQ==","shasum":"61e90870e96ea830318eeeebae1ea7a50c57d215","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/formatter-html/-/formatter-html-4.3.17.tgz","fileCount":79,"unpackedSize":462974,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCUlKauxXPjg7nX+rSAGWntNllBk6UKWqZDqNojCOAqtQIhALUj8FoFDlk3A2YldeMCxraKdNGagWi/5bvskYlKh8Cf"}]},"_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-html_4.3.17_1724949307731_0.3516911183641329"},"_hasShrinkwrap":false}},"name":"@hint/formatter-html","time":{"created":"2018-08-10T21:23:17.428Z","modified":"2024-08-29T16:35:08.317Z","1.0.0":"2018-08-10T21:23:17.710Z","1.0.1":"2018-08-10T23:35:02.207Z","1.0.2":"2018-09-05T23:01:26.150Z","1.0.3":"2018-09-06T18:16:24.033Z","1.0.4":"2018-09-11T21:40:45.877Z","1.0.5":"2018-10-03T22:57:18.557Z","1.0.6":"2018-10-05T20:23:08.716Z","1.0.7":"2018-10-09T15:51:57.022Z","1.0.8":"2018-10-19T22:15:29.908Z","1.1.0":"2018-10-24T18:28:25.029Z","1.1.1":"2018-10-25T21:12:56.202Z","1.1.2":"2018-10-31T22:08:20.165Z","2.0.0":"2018-11-05T23:17:56.538Z","2.0.1":"2018-12-31T23:24:14.667Z","2.0.2":"2019-01-10T15:08:51.245Z","3.0.0":"2019-01-16T00:20:26.067Z","3.0.1":"2019-01-16T22:43:55.421Z","3.1.0":"2019-02-07T19:44:37.814Z","3.2.0":"2019-02-21T23:47:50.438Z","3.2.1":"2019-03-07T22:22:27.335Z","4.0.0":"2019-05-15T02:41:14.293Z","4.0.1":"2019-05-15T04:15:07.587Z","4.0.2":"2019-05-23T15:47:17.597Z","4.0.3":"2019-07-23T16:29:45.246Z","4.1.0":"2019-07-24T21:17:00.162Z","4.1.1":"2019-07-30T19:28:16.500Z","4.1.2":"2019-08-06T20:39:28.755Z","4.1.3":"2019-08-16T02:36:56.747Z","4.1.4":"2019-08-29T15:51:18.639Z","4.1.5":"2019-09-11T22:29:17.360Z","4.1.6":"2019-09-19T18:30:34.273Z","4.1.7":"2019-09-24T19:29:01.744Z","4.1.8":"2019-09-26T21:17:40.343Z","4.1.9":"2019-10-16T19:42:51.408Z","4.1.10":"2019-10-29T22:27:58.899Z","4.1.11":"2019-12-03T01:00:22.029Z","4.1.12":"2019-12-04T03:49:41.444Z","4.1.13":"2019-12-05T00:20:32.948Z","4.2.0":"2020-03-18T21:53:29.827Z","4.2.1":"2020-04-15T19:17:13.562Z","4.2.2":"2020-05-18T22:14:11.098Z","4.2.3":"2020-07-27T20:35:25.522Z","4.2.4":"2020-08-24T21:54:15.906Z","4.3.0":"2020-11-11T20:40:23.844Z","4.3.1":"2021-02-04T19:28:11.395Z","4.3.2":"2021-02-06T00:40:25.413Z","4.3.3":"2021-06-09T19:09:11.849Z","4.3.4":"2021-10-21T16:19:17.206Z","4.3.5":"2021-11-04T18:28:55.007Z","4.3.6":"2021-11-15T20:08:16.511Z","4.3.7":"2022-03-10T18:50:16.035Z","4.3.8":"2022-04-26T22:10:19.077Z","4.3.9":"2022-05-04T01:42:50.889Z","4.3.10":"2022-06-06T22:26:55.575Z","4.3.11":"2022-07-08T15:57:54.709Z","4.3.12":"2022-07-22T22:58:58.233Z","4.3.13":"2022-09-06T16:39:51.859Z","4.3.14":"2022-10-06T19:43:09.211Z","4.3.15":"2023-03-16T22:49:29.578Z","4.3.16":"2023-06-09T16:24:59.929Z","4.3.17":"2024-08-29T16:35:08.075Z"},"readmeFilename":"README.md","homepage":"https://webhint.io/"}