{"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":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"dist-tags":{"latest":"7.0.29"},"description":"webhint's recommended hints configuration for progressive web apps (PWAs)","readme":"# webhint's recommended progressive web apps configuration (`@hint/configuration-progressive-web-apps`)\n\nThis packages is a `webhint`'s configuration package to use for\nchecking progressive web apps (PWAs) and it is installed automatically\nby webhint:\n\n**Note:** The recommended way of running webhint is as a `devDependency` of\nyour project.\n\nThe minimum required [`.hintrc`][hintrc] file to use it is\nthe following:\n\n```json\n{\n    \"extends\": [\"progressive-web-apps\"]\n}\n```\n\nand it will be as if you had this:\n\n```json\n{\n    \"connector\": {\n        \"name\": \"puppeteer\"\n    },\n    \"formatters\": [\n        \"html\",\n        \"summary\"\n    ],\n    \"hints\": {\n        \"apple-touch-icons\": \"error\",\n        \"manifest-app-name\": \"error\",\n        \"manifest-exists\": \"error\",\n        \"manifest-file-extension\": \"error\",\n        \"manifest-icons\": \"error\",\n        \"manifest-is-valid\": \"error\",\n        ...\n    },\n    \"hintsTimeout\": 120000,\n    \"parsers\": [\n        \"manifest\"\n    ],\n    ...\n}\n```\n\nIf you prefer to use another formatter (or any other hint/connector,\netc.) you can do something like:\n\n```json\n{\n    \"extends\": [\"progressive-web-apps\"],\n    \"formatters\": [\"codeframe\"]\n}\n```\n\n<!-- Link labels: -->\n\n[hintrc]: https://webhint.io/docs/user-guide/configuring-webhint/summary/\n","repository":{"directory":"packages/configuration-progressive-web-apps","type":"git","url":"git+https://github.com/webhintio/hint.git"},"bugs":{"url":"https://github.com/webhintio/hint/issues"},"license":"Apache-2.0","versions":{"1.0.0-beta.0":{"name":"@hint/configuration-progressive-web-apps","version":"1.0.0-beta.0","keywords":["pwa","pwas","progressive-web-apps","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@1.0.0-beta.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"539f833e3e5dce0aebee4ba408754215d9e64586","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-1.0.0-beta.0.tgz","fileCount":4,"integrity":"sha512-Q1x2yR4eRVUeXBe9o81ctzCts2UoL+mChShJixQvgzHRaXjkIMHZMDsgbFV81IuXeNwZBzPHfHDa5qS9l5NDZw==","signatures":[{"sig":"MEUCIQDkxn4sFx7rWbUOdyxXgCVs7ORP5xUBhB6789fJdV4+ewIgHByCqxSM4Anqc3r8itan5FD6TOcWtou4pkyjtWM8hwo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14304,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTlx6CRA9TVsSAnZWagAAXxoQAJbxFh2qlQlwBsPYRuUP\nhN20McuoQXoM+Mk6C+BJbFpYSDwGGeDk43Pe3uHy5NHGOM7rV2pFRNh7N1Ei\ntSHXEO8p0gKe7vLPQXtkmP2GRbTtX8Lo8Bejg3CBLEBoF+R04Q25Sd5SPZ6j\nm9vSa8qknVw20iG8JBup4Z0m/q176TeotyR/c+QynjBFDUT5GmJ033MjfjSg\na9NHnr2f63M7VEKL1GAVgb+imTpQTdb21BmGPBBmTbonlC69WYAHhNIYxjYh\nyuDQ+eWO/ZGctdWS3nU6HfEtzBRTU0QQ7cgBUkQhe8dsJSUqUP/Xye0eszr1\nlMv7y+Zr3sygBHcNqHVUpo3HCp/gfd8TSTLFeFjMTlfx0QgLKQAyzRoQVuGm\n/iDPLytL81HOTlrPc+ec3WDP27negtp1FchcyyD8yaa6UTjAJr44PAl21Jhw\n3KeYGu0BI9QOzm9GlW0IJC5OSf4h4GrIZDarhAclH/WLjZlbUFjI3/UWohoj\n7rz/QmBk1LD0eursNANczlsFhWSQHtgXYf31utjmMTaG0rYeNltumhOA2SMU\nsMDNrNNNhJ3CrllEQHXFnjB4wFndXBqGa+dJPHy5/Xr7cBCZTxpVxOFBh5d7\n+l2a3mEsx3h9Iumq/PGT2XMsEESszXDsTJm9JYIsddHcugYXQvGtSGDvYdYG\nUTaB\r\n=YeXr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","files":["index.json"],"engines":{"node":">=8.0.0"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.2.0","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"10.4.0","dependencies":{"@hint/parser-manifest":"^1.0.0-beta.0","@hint/formatter-summary":"^1.0.0-beta.0","@hint/hint-manifest-exists":"^1.0.0-beta.0","@hint/hint-apple-touch-icons":"^1.0.0-beta.0","@hint/hint-manifest-app-name":"^1.0.0-beta.0","@hint/hint-manifest-is-valid":"^1.0.0-beta.0","@hint/hint-manifest-file-extension":"^1.0.0-beta.0"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^3.0.0-beta.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_1.0.0-beta.0_1531862138803_0.07171624568126633","host":"s3://npm-registry-packages"}},"1.0.0-beta.1":{"name":"@hint/configuration-progressive-web-apps","version":"1.0.0-beta.1","keywords":["pwa","pwas","progressive-web-apps","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@1.0.0-beta.1","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"a23e4023194c066ce6045806951ed9e700274dfe","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-1.0.0-beta.1.tgz","fileCount":4,"integrity":"sha512-fAfFcVSlmcaj+LY78EADFy51yVH+pexB2xXX0p51CfuJ7rX7wc5d3yJPmaP1U2ZA/VZjTwFTKhIlxz5Y4XaZ6g==","signatures":[{"sig":"MEQCICvdTQmL7TCyvkYjaext/CrMSkxU+of7unMWziRscBRVAiAFNrkQmjA6g0fufXngdgOb9c116QI7aaLYeAvxRTu7KQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14397,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTnM2CRA9TVsSAnZWagAAUw8P/Rl1z9a/GXazbgi0wGpr\n5+T10tbFLVLodrgrQC/mz2NCe9vJQzs4RmLzacshpfLz2ublgA63WxzZGaQR\nMRiKVPrx3EXv7E7zO48pFCXysz9luBZJhr1kQnudKhz7kMRc+74E2em2UXIe\ny62pNdKZaaMAnPjAjzOiC1kZZt+2eyDg4+bGt3hqTT7kQm9dkjWVeek8rgw9\njNQQNXR5M3TXRwYD+IQwqRglb1Z9cxW5on07N5Qajquv9FtlHxQUi0eyaj+D\nrlLJJvsaxRLt/wvp162uYWHIMnLIgDq8DOrNWRkVelOEej+rnCv7UrFHhUfD\nhcR7GELLL4AdiYU8xLc1GyhXmjQ/S+0QMf98qSXGM1D+dhgilqNiD76TS+PB\nhXSLpbrAWPK/eMkLnVH1udq6gMZIGtu8OQWtv8lepTDMMJgsFadfQULaDo+8\n4f3oJvAiLT+QOE2WF6mtKpM6I6BJmsK7s/F6AwzhDp80ZlZsAOLm0rMta901\nahZuYUmQc17MbvBgDlHJgMX/Qh4qiGIUahiZLDRIuN7gL5JjaiA72ciKsnF0\nBZ+Jua1rLZ7AMB85OBwfuegpTkzoYImyGd48kjJAw/jBQzJV0bzqDlq3kM9O\n214PWm1hAZTkyaJOgW4mJnHyWycKtWJ8LkEQAm/lkdKGvoMJsg8hPz3Hp6NF\nJrO3\r\n=R0uj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","files":["index.json"],"engines":{"node":">=8.0.0"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.2.0","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"10.4.0","dependencies":{"@hint/connector-jsdom":"^1.0.0-beta.1","@hint/parser-manifest":"^1.0.0-beta.0","@hint/connector-chrome":"^1.0.0-beta.1","@hint/formatter-summary":"^1.0.0-beta.0","@hint/hint-manifest-exists":"^1.0.0-beta.0","@hint/hint-apple-touch-icons":"^1.0.0-beta.0","@hint/hint-manifest-app-name":"^1.0.0-beta.0","@hint/hint-manifest-is-valid":"^1.0.0-beta.0","@hint/hint-manifest-file-extension":"^1.0.0-beta.0"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^3.0.0-beta.1"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_1.0.0-beta.1_1531867958663_0.679489747492678","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@hint/configuration-progressive-web-apps","version":"1.0.0","keywords":["pwa","pwas","progressive-web-apps","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@1.0.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"288ee13dda285c0d7c2fa387639c264642649652","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-1.0.0.tgz","fileCount":5,"integrity":"sha512-ywp0mWzOJq5ArVBckD1vMiy2igp9HTYxH7jYL//cMtkOcraiRXct/2e0me1FsxT4YVQs957PIhfinFVCEoG7Cw==","signatures":[{"sig":"MEUCIAwOku0Nf4diA3gu2JcbchjYmqZoFPUGmHSm9WITnB/oAiEAj1mjzqSTdbqrpuuI0nr2xtrgzZVVcjtTaLaBUVK5yUg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14350,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbaTTaCRA9TVsSAnZWagAA9OIP/0cbRITJfQt5Q20CRIi6\nZGy4toJFWKYcnSm9gt4EwkdSqezzC59Ilk0LOIYghKTn1CnqnDPCthmZewwx\n1dSU6Vwz83EAM7HgDTgR1wi71x3+hq4Zx9Hzn8D5keQj7dry8nTbW+8dODaf\n1yvrRX9OHCjhmMb3GWayNw7otGvvSbIoqXalZXWFl2FmARmkzebBqxeFqEhJ\n5kD/HoER0/bhleeunf/B5AekCSmVyaWv6tPVKltcnyIaaLT6MM04ngsOSkaH\nKn40Hk47FkOkxGFQS2E8LvkTvsBC3rwvOJ9B9Y4Ztfva41ZuVbujcx7SbzHe\n1z6bKj6ajUJ0E8FAXk/cWl2TzVRdzioiXA20lzTjJWfo046SVnE17tvSsfJM\n+7KcRJy7vr7+lad0sK8HQdtXXshh15Sgm/bTr+8V9p8dNS/9qwx7cy8TkTn/\ntM0dHfsXmN0DRO/X7IWFLpsO5UAln9O5bZUVjZL3VvvzVGGKd+W8EG7j4o4J\nXWOdI3l3KztRlYti3DMZoV7I4AvfKfgW+UTvLTKkpZKh5YleLW0PW88HZ3d+\nzjHkjOy3/3moUBEWr5F8s5z4b5Zurt/u45Yjc0WCmeUYpew48OimdMw/wZWs\n0gO7HIf+xAifNYUhh3y5r7+NjgaJEYVPqyxfj/AaJaCJjHze6t/bXodLdFkE\nahT1\r\n=OdJk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","files":["index.json"],"engines":{"node":">=8.0.0"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.3.0","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"10.4.0","dependencies":{"@hint/connector-jsdom":"^1.0.0","@hint/parser-manifest":"^1.0.0","@hint/connector-chrome":"^1.0.0","@hint/formatter-summary":"^1.0.0","@hint/hint-manifest-exists":"^1.0.0","@hint/hint-apple-touch-icons":"^1.0.0","@hint/hint-manifest-app-name":"^1.0.0","@hint/hint-manifest-is-valid":"^1.0.0","@hint/hint-manifest-file-extension":"^1.0.0"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_1.0.0_1533621465599_0.6393081296826413","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"@hint/configuration-progressive-web-apps","version":"1.1.0","keywords":["pwa","pwas","progressive-web-apps","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@1.1.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"854c946152001fc5ef450378b40b8c024450bf7b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-1.1.0.tgz","fileCount":5,"integrity":"sha512-LZFK0HIDs+DILSE3uAXtfsZwD6qAXxc0xg28JK0pu2JyvmuiaZtisaJajDHbnfQxJhKtBEdn1gOiVFn2xUVoJQ==","signatures":[{"sig":"MEQCIEW3WB9baEpYDBssI1f+B0/eNptQQ4nOLrOqzge/ZEp5AiA8Xhpe4lTGXlDSvVJmxr2FtjIp1XTLN+bXwPU4AAFcyg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14631,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbcx7oCRA9TVsSAnZWagAAlK0P/io5vVbdfbDuW+0BYqkT\n8kwAz7ecg92wC4NG6o5/NLFbiyJmj5utPZbzCjLgHhhp4QbDkgLrxb6NdmOc\nlmjjLfJCuyVzWjUblL+kxSlqigaYQk2VDYQqtgf4MUAEidepybQJwv+HLqbJ\nVRBHd1Z6aSC2RsjoTJTH+ITfwJJU27iYwP7u0wNrAkrAllJgG4Z9JXl1OPFA\nhEI3lbs/igiVaD9555NY16b9TCMCAg///NY7yQRgPfp19YzIPoutqkOqtUIa\nsZ3LYNrGXBy1bd0DEZT+GGSF/BvzGXOdNYXlsr7mSBiSOGeQl/ya8oAZWWq0\n1OD9dDUmNZHeqQiGbHesmqHYKWQrNNQa+6/pfRqkyKvZ3zNIE58f1nLCvQNW\naDy31w9dE+2zUmSUMQOv5MHnWHfoZhK54/lLp8Wagmf5SukwEaPe2GoKTCRu\nezLLip2gkt0Kqho8aKgDlB3QvYwlA0Cnprvg6gXR3FrE2cL2T025eqpyIa9H\nBkSVY+LDkyZw9CHyHv6SuhplUyCylcy5czGuHKNrBiKV6/IX6kwNKwt1mdS8\nIVB+6E18DAX4mmtM7Eys9KEzXmv7RtcqsbbQWX+kJTTLf8HmGFnuCeaDdsWO\n1nCL9xzz5G6VM1ze1UqfIOtsrLTbrPHAW7kirBAT3YzgHLt/RQGc+MK+CXx+\nPr0E\r\n=5u/G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","files":["index.json"],"engines":{"node":">=8.0.0"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.3.0","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"10.4.0","dependencies":{"@hint/formatter-html":"^1.0.1","@hint/connector-jsdom":"^1.0.0","@hint/parser-manifest":"^1.0.0","@hint/connector-chrome":"^1.0.0","@hint/formatter-summary":"^1.0.0","@hint/hint-manifest-exists":"^1.0.1","@hint/hint-apple-touch-icons":"^1.0.1","@hint/hint-manifest-app-name":"^1.0.1","@hint/hint-manifest-is-valid":"^1.0.1","@hint/hint-manifest-file-extension":"^1.0.0"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^3.1.1"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_1.1.0_1534271207860_0.766807230694112","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"@hint/configuration-progressive-web-apps","version":"1.1.1","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@1.1.1","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"452b0f451d77025d694d87adc3ff970cc6b814a5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-1.1.1.tgz","fileCount":5,"integrity":"sha512-Ii2nMFcnf5dm300YULLcMFmSXDN46oIFp10J4lNlwBKtGQ/LkboBuRc7CcBUaYojihkQiB1S4m/GoNGRmnCchA==","signatures":[{"sig":"MEQCIEaN67EshoRARGCMw0D352L8wvPA3Tsyq7RX8fmEVs3rAiASCQsWN3wQEn9idPi6xaxhn03n+s835klGZhHif9hYuQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14980,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkqaLCRA9TVsSAnZWagAA4BIP/iOpWQL69r79UoyWMvR1\nPSkzl37IPRy1CrZvpKiV4KJ+dIKCxdVUNtW/N6AeFuxy4Nz/rIMNZ5Dna1Io\nyniYLu95628CH4Dh5/CjsC832v110rB6u0gOxAoWftG+ZoGng+0wClbiHMFn\nyzM6SoXEY7h4pBgOcW02v9HVlPsL1k47d53GdLVIgOjSd7mfD6iPvZknFx+H\nQ/7FAyK5gzSgWOtaPvIwcCdRFNooDWQz8JQWgHi5coaLh9IK3S1RjH4XQJkG\nafPYX2vN0whpsWSisX5CGcv6WmTdb0dF1K+PvQ7ZIVgXZIEStH1Vu5uURApq\n5rCiYBU+qUM4WQka0l/2FrRcMW2sEd5riUlnmDScVqBGSDoW1OS39y0Dgzlk\nVdHa0vuh1N6Q/3eb3VEWp18f8Sn0zBJU87YAdCawHkmJakeBn0LeWtUkXKVR\npxIVWgOJ52co6Sw5B/mIWqzlxtc9cqoqZrwVS+E/UphLPFmtBZw5qAx5csWC\n9a5oi3N3mtNLU50k9iO34epRBpPwWz4RNpgGNUqv6iZ4wGNm951GscCTCaDh\noPfN7uTnw7/gm7o3IgljJ+sIu8LT+GuFMzjftL9TLpBU78q5vVra3b0T+nL6\nM1ZDk0//Vayl2eEPKtYEvadcs5n2FzzYfFnWyheinfYPHIW1QSA9ybRSFJue\nEeO8\r\n=gyEl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","engines":{"node":">=8.0.0"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"10.4.0","dependencies":{"@hint/formatter-html":"^1.0.3","@hint/connector-jsdom":"^1.0.4","@hint/parser-manifest":"^1.0.1","@hint/connector-chrome":"^1.0.4","@hint/formatter-summary":"^1.0.2","@hint/hint-manifest-exists":"^1.0.2","@hint/hint-apple-touch-icons":"^1.0.2","@hint/hint-manifest-app-name":"^1.0.2","@hint/hint-manifest-is-valid":"^1.0.2","@hint/hint-manifest-file-extension":"^1.0.1"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^3.3.2"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_1.1.1_1536337546526_0.01023604935441691","host":"s3://npm-registry-packages"}},"1.1.2":{"name":"@hint/configuration-progressive-web-apps","version":"1.1.2","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@1.1.2","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"44ed51a8eaed96f6828113702c8c106f056814f6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-1.1.2.tgz","fileCount":5,"integrity":"sha512-gvNnRic2OQnB1l9pyyJT4W52pXvFVreALbmZAPpt7+K49cVhF0SB8hcyGS5FozMCz0suOUD93GbBVYWkWZPe4g==","signatures":[{"sig":"MEUCIQDccUYbVa9fHXKXTzMFJY7Y1k/vuvh1JroDhPopi9hZoQIgOskiUkR2j/qRLc+Hk2q3Zut0SJ7WCxEWtKOKRnkYy00=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15282,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2lEmCRA9TVsSAnZWagAAJHUP+wRsVXn/aYpINY3TsuaW\nUS7uOHNe2pEuvUYYivAk6Q2UGnWk0dFHE58a1EDaDLVwTIgXglxi0ihYZ8xh\nShk8YaaHN4pbPAp4W8RcipKIvZKvrhZ6bvfOhh/zuXzbmM1k8TII+xozbD21\nCUEhBKydAZYGiqSNsrA/qtQcxjS0z+5/L0yISAI5xMd0tYY1VNl8TlZ0hu2G\n+ejPCEioJwE5Tf3Dj1jQLI2OxHoM2DykAz2ZAoNoCI7Ncv+6F+W9FAPbyyj7\njQv/NVvz+raX7esLVguxntR1oqrZhoUv4j9/k/Rg6KZbwBxXJR1ySYB4o6gF\nLx59YTnwlrR0P/p2/Vh2/UxbKvljh7bcsQVZqnbVTnG8sjzkm3sauCghtKUM\nOGUvidwaSndzSsIsLZ1WOgRnm26TJ10PQw64cR2NpL5mSx4ChBBt12ydInCs\nOd5L9WL6BN3Z7tz3iPpP44go336XABP4lXrZo2pJzfOIOb0CA402WvOmbQnd\nBuzqz7xiLPxaAuHQSDZ8Zg1vxBw27T1feZF+Wr2IozmGJp0cF08TKdfqDpLj\nOXla9vTEBxcZzL8eUxF+VvMu/WCfF/x39LjUqo3nqcQa/EZee29RHA7RCaOD\nlzrBrjau8k0KgdCbitQOBLxK/YG+hyyCq2Gy1bv1AUB3us1s0PU1p+E1Lvqi\nuI9v\r\n=9G6V\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","engines":{"node":">=8.0.0"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"10.12.0","dependencies":{"@hint/formatter-html":"^1.1.2","@hint/connector-jsdom":"^1.0.9","@hint/parser-manifest":"^1.1.1","@hint/connector-chrome":"^1.1.5","@hint/formatter-summary":"^1.0.3","@hint/hint-manifest-exists":"^1.0.3","@hint/hint-apple-touch-icons":"^1.0.3","@hint/hint-manifest-app-name":"^1.1.1","@hint/hint-manifest-is-valid":"^1.1.1","@hint/hint-manifest-file-extension":"^1.0.2"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^3.4.14"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_1.1.2_1541034277875_0.44906843196645063","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@hint/configuration-progressive-web-apps","version":"2.0.0","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@2.0.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"b8d12e7bdcdbf2fea7f83a7ea06eb40eb5cdaec7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-2.0.0.tgz","fileCount":5,"integrity":"sha512-wr/L8LvWeRkl1LK1duKvwnd8xSbRGH0TQIV/mjSKGTypvXgZdC5JQS5/AjQ/tLxvJdYX7MFCRQDw0LmDJu5RXw==","signatures":[{"sig":"MEYCIQCqr41sQacLpU1DMrzmbk+xaH8489LbCqTvNcuWhiufxwIhAJ8YdUga6LxSpX8p4qiBnjwErqB+iw9Q7rHyur0z1YH5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17716,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4OSKCRA9TVsSAnZWagAAnOEP/juOMWujxGNPG44ru9C5\nsJ254mhfEv08TbL2E5jF9qXQ95ibFxLNLL1MhFniNigq9+iRFR70LLInv65s\nLrP0XwtEou2AQ8aWjM3nR/DUDgHlw5dmRhv9P266UulrFaPMi60Qtt+qwCYV\nRYvXrgQxUcsLUR3tP4FOh4m6SVDrWdaUy2wQ0fT4OxPhmWjmm841t2umQaTE\nMqVmZusXwmrs64/KU8E2X5H+ltF2agrCHu5CinuL7+/Yfqtmq3m43GQDggeV\nR1honhMC8NSu0Oad0n2RRdGSWS35SoAyTK3loJU3kn/KXKnw5ioKEqEFwLtS\nrHXrcDyz+XcpjJK+To3M7zI683R2KlNvSLyQD59o4IQGfaCmaa6lzej1SFsB\n+STFM9f6QuhU4ZVWtHz+h1EoOZfvtd7D2Tz/giA1TQslUfCWt/1I7L3eVTo8\nJ5vSjz7H7tnsyvnWSE/Bdou2Of2wNhQKj/vvPdkaIkj/agsFvY4RO+/FS1Qw\nqrtUvzM29madPVNPW1eQQlrcyaL6WZNAAr8Y7/HGud+BCpmJci7SPy95cXjN\nlez04/WyotlJhk6SdRjEjegYpTSgIzVq8yNTlXF0aeOhRK/kPPErBAXrlxcJ\nOyv28/4QyU0NQ5iZrQZ3Oq0b5VRjkqPwBQFWT9P3np8MWoCET/3Q5vj2l2Aw\nl8tD\r\n=Ydm8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","engines":{"node":">=8.0.0"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"11.1.0","dependencies":{"@hint/formatter-html":"^2.0.0","@hint/connector-jsdom":"^2.0.0","@hint/parser-manifest":"^2.0.0","@hint/connector-chrome":"^2.0.0","@hint/formatter-summary":"^2.0.0","@hint/hint-manifest-exists":"^2.0.0","@hint/hint-apple-touch-icons":"^2.0.0","@hint/hint-manifest-app-name":"^2.0.0","@hint/hint-manifest-is-valid":"^2.0.0","@hint/hint-manifest-file-extension":"^2.0.0"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_2.0.0_1541465225980_0.5809131583850311","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"@hint/configuration-progressive-web-apps","version":"3.0.0","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@3.0.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"62b3beb1c22f45d8a52725eb33bd6c701bfcab12","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-3.0.0.tgz","fileCount":5,"integrity":"sha512-R5+rvyGokL5dRQvFhkVxZBv3M86bhgtUhgBAjbHvHwR7TWgqLLJpkF3GyJbJd5O39mKhgUsEB235OBgqNpRbfQ==","signatures":[{"sig":"MEUCIAQ6u+yQQ9QNrBJrWR/miolrzZb67bZAuFx9S1Mj4uTeAiEAkXrcmP8MFVcB+a28cGcbUUdOrWaI5Fp98iEGXki1kGI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17999,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPmDrCRA9TVsSAnZWagAAm5YP/2LcuiFDcTW3aTEQ/ntE\nDXDH7UODcS6SuuX4BOcdOX+lQvTSI0URI79R2bxsiDVBIgT9Tok7Yait8XxB\nYb2eOJ5KOPTExNrVstplsmpi4rKkjMkogrnUDgF7PnW3pJoBfuH/zchS3IV7\nK6GVhmOe32prdx0pSnGbkydbECtMwP4mnvXxIdjGyaiplodVDfEw+iyDrkDU\nFa/u6vfNMsmvaonYv+Dd2v4Ip/VjE6EkEQC1NU6PHgqNCd55yVJJfgV85y3e\nAQyLe0EGAsQSJ8BCLVdlsxWsW+LxxB51UWLLSeIlfO++sDSvoCYHr6ER2W2q\nsMm3TJS6tXNAObeBcCiOsAWl7y0CoDVAccX/Q8xRKDS6bod6tH9eorfRLubI\ndhvmiojon0noD/76Ftn8l/IoUtXZJRowgScGUQifeoJT+I7jtx19De6FYs8+\nn6zz/020YBulomZZkyfGIEOLONhmbgaiw0sT+Mf7PmiASzYyRrCkApW4Q61a\nhFdg2roe+6Rf8rSfHhVl8A+dUcS/oftaEbjJXg3UujUn0vlRHPm2PYGzG6B0\nrxaMEBIOm5mEnl78TXjnaD+IwWgRKYFpI42XE8faD3OlK2qek+jZAor72wAm\n1copabFSsb2IbWjpF55T1pmqsw6m0BqR8AmTksJynEcXdSipqDUQqxnp37oA\nqv2r\r\n=7WYr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","engines":{"node":">=8.0.0"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"11.2.0","dependencies":{"@hint/formatter-html":"^2.0.2","@hint/connector-jsdom":"^2.0.2","@hint/parser-manifest":"^2.0.2","@hint/connector-chrome":"^2.0.1","@hint/formatter-summary":"^2.0.1","@hint/hint-manifest-exists":"^2.1.1","@hint/hint-apple-touch-icons":"^2.1.1","@hint/hint-manifest-app-name":"^2.1.0","@hint/hint-manifest-is-valid":"^3.0.0","@hint/hint-manifest-file-extension":"^2.1.1"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_3.0.0_1547591915423_0.11898260351169876","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"@hint/configuration-progressive-web-apps","version":"4.0.0","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@4.0.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"5922416118e6d2deec54fd120a6cb375bc86ba54","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-4.0.0.tgz","fileCount":5,"integrity":"sha512-LMjHcI2nn+oRBxw4cMj6GVozKcZ832t4bKWgeA/nj0fgysW610fUjFjAwCZzfNUmp3eceCBS5Ql+Np1IIf6NkQ==","signatures":[{"sig":"MEUCID900PWkscEyCWCxbTjytNV/6cveFQBtKeAQdiYJbscXAiEA7nHBk7M6kOlT17DinxJi9vbQGFT2F6pyljFoEQvsf3Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18274,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPnr5CRA9TVsSAnZWagAAa50P/ilUCB9gTj5cDqVa1s6A\npSb2el4cWWhXWoklSMxiA1eauRVW0bYSi0m9OXviPmtCUsWhUSxvCyl7RW/n\nfg+okMA4s3w65n6kZQaCdcCvap6VVOJ5Eqbtx3B/jZjYlpc2l/sk2mcwymNb\nsygO4zRpfP/PADcDAUN8j9o0q7ILksnYor832ki4Yw8IcAQNpDjPdRWu9VqC\n2dsD7teFV7cM408d438p44ws++y9RJdCIjDRpdvUPqBgL676iGJgEJj5e9Fy\n8ojJr7XXoLJ62nqigBRSgT/d53da6Uzerc37x2NoDNcAK8p9QEVWr0LSS3e4\nWCNOeznrQG4E063nWHizEnkRp6olYbIXfGRvRjUTQ97TMh7Q/Jd1EogCs3cD\nISEtvtvfWQ/X/YaRlQcNHozU8coTm8nt36BZCuXPdjDzbJLnKIXvTaFJBCA4\nLY3sQf0TbyMxHduE/q8AiTR/nICmSii5NJXd/wdgxXU6A4NYqP02J1ELHUmV\nyghRYCOXjS7z64F7CjT72JWuLXm9L4PZmdF8WRrI/KXcT2Zfn/wzTY0gNK72\naLliF3k1MeDNvcHAVvEwmJPmdInIg63SoMSE9ttcPHZFEiwTrIaMDXzTe9Fm\nboEHipkKMhlX53WAKUhPDgXhZ+kBs5ONO0Wqwr93RGgUZ7DVeEKyxFglPxdN\nekvX\r\n=0+Dd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","engines":{"node":">=8.0.0"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"11.2.0","dependencies":{"@hint/formatter-html":"^3.0.0","@hint/connector-jsdom":"^2.0.2","@hint/parser-manifest":"^2.0.2","@hint/connector-chrome":"^2.0.1","@hint/formatter-summary":"^2.0.1","@hint/hint-manifest-exists":"^2.1.1","@hint/hint-apple-touch-icons":"^2.1.1","@hint/hint-manifest-app-name":"^2.1.0","@hint/hint-manifest-is-valid":"^3.0.0","@hint/hint-manifest-file-extension":"^2.1.1"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^4.3.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_4.0.0_1547598585301_0.06785053098383864","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"@hint/configuration-progressive-web-apps","version":"5.0.0","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@5.0.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"5b878ddfcac344370b42273db29424d33fc85dcf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-5.0.0.tgz","fileCount":5,"integrity":"sha512-IpxsRl3QCBfERP7zYdfWqgU/orWomMoZKuMR7K6DCPwh2wezTz9RY1NHETi0wev1YzEUeuF0cZMgXhLF24z7iA==","signatures":[{"sig":"MEYCIQDwN5MxbjcjVyXWeUSvWJC3wxv4oLw7Dbh3kPxU9tmz7AIhAMjOCO1xUOWFKAu8R8Hd/3WKxdBv7keiObXQX7+/imCU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18834,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXL35CRA9TVsSAnZWagAAyrwQAKBeDHBlcDQeusMULuBc\nSFo65ZJgOkv0sAiwVoKDaE2/x2VHYiwQgenJmWjXX+Nmd3TTMIAk4mU0JjOw\nvhFcsCxCdD+tn/SsA0FMVF3gPVXM63BZ3a1SM9KkAceI8Pd7uVGRVyzrI5rA\nH4jwtuCBPvs7CN1XhIGexJKpio1u+25Zv+4JxBgy2TRvEwSQNIi6soh8/QCR\nFBqn9SAcT77EWczKfStzoiOFkHaOrDCElnNm62nHb807n74kWUVvQH3Sx8f+\nbxVJmg8cp92xNzmd7823jhKkihKjFan3GATS9n5/RiuZ+n9Y3HV8ii02AdTs\n0ovX6YwUqoRqBfRhEGZTsfWxPvCchZ4xaB8SuHkXndtdHNAywk1APBhtYhFf\n7d8hSXSVps8FmtlgNoYHq+CyALCXZXOA7uWbY0fpvtXqTJJyAoyZemyqpRtR\nZoA3xsbygsVdqmlJUD/vneVy+bm4ra88eqno9h1/GvghNVVv5NQBvfw8KV7m\nwZ9uZz4cOTL3+moGKEQMsi4gBo0QfIAC/kB/PJEUW7LLNvSo5AwQRIY8zPwg\nQuPY3Fmk32DU7bUDDw4u2AvtbBjbBJEhGJ+XpnrnbB9g/D6RZCZI8mCHTLJN\nFYcWeqr5qiKkl4gR+vwSHMvTpwXUlbJk5OnXGSiYeq2TecLJoTMLCoG8rWHG\nNcaR\r\n=aGtA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","engines":{"node":">=8.0.0"},"scripts":{"lint":"echo \"Nothing to lint\"","build":"echo \"Nothing to build\"","test-only":"echo \"Nothing to test\""},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"11.2.0","dependencies":{"@hint/formatter-html":"^3.1.0","@hint/connector-jsdom":"^3.0.0","@hint/parser-manifest":"^2.0.2","@hint/connector-chrome":"^3.0.0","@hint/formatter-summary":"^2.0.1","@hint/hint-manifest-exists":"^2.1.1","@hint/hint-apple-touch-icons":"^2.1.1","@hint/hint-manifest-app-name":"^2.1.0","@hint/hint-manifest-is-valid":"^3.0.0","@hint/hint-manifest-file-extension":"^2.1.1"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^4.4.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_5.0.0_1549581816685_0.020066739738613393","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"@hint/configuration-progressive-web-apps","version":"5.1.0","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@5.1.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"1302b4513cb775c0c8f0c81a759eb68375ef7d35","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-5.1.0.tgz","fileCount":5,"integrity":"sha512-AhUJ16fXE8aYNi9ETnqMM3V464Nn6FyNbLi9Cdta2mWGT1D5BmKYXFDZsp2Q56Mkkc8Qz1ziP8+N4szEfnxXyg==","signatures":[{"sig":"MEYCIQCIWiEBc6weXiR9AWXOl7gwqYppL6D7yilTQEqqYOwB7QIhAN1gN5UvfMaY1civA4G8Px2wYAP99N6HkmZEEe27KVnU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21631,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc20vFCRA9TVsSAnZWagAAGHMP/RgklerQISqLMxUIKw12\n1McO4XsylOYowZXXwVYh54hQ2WAeQV+4pv240sEIKqAO0TmLo6sRUoR6rh4w\ntrZkkXxpQC9s/mPaR9jrbez04AvETJU2rIu+qjAkImoyACsHnwZm9jIsBa8y\nlNiQ9llGCrRBgtFo/KmaW8TxSv3dyyDORPUMwmNzawAlibSyHis6D9RLo5bf\nV2gCC5PZK5EKS0ZcAm3WYqgEUbuGqdmFHIi0qGOFEIXCPbkR33rk0YJLsux7\nopjwkVkDi4042RIOrYVSiNIPrvz4lHGZbsoFFbW81xc2IEJh5ikZNlDnUhh1\na5ziueTPwyCj4cjAVIaLMPVOUuU5+s1sM0+5IVwPbkZP2lbzgkGLCXz4INoY\njClzqhG/ZCHydRa/x8HyjHiGPptPwA9HeQBiCJjyi+vWaTDSjkNaBV+aSOE0\n8LsraGf7jsXiWfxW5sv0WIg6pC8j63RFf8n2p18QSlgBnHbXk4rZHQZp0QC+\nD+FAR37HKOJuIP27s5S9+bmgripeGUTGqLL6twZ/s2wXvFOGtPqGq7KClxfU\n3ZfDpZmzSDNr2CUULBZo2iXeH0/ERY5LpAsWlFgXkQNEvs3TXZEZ/PET14au\nGwa9LZZKUY3TWzHWaQkK69NAKIf0OkiOfGKC6FGe6NInv99mG+O8f3foZE+V\nz/XM\r\n=iQLw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","engines":{"node":">=8.0.0"},"scripts":{"lint":"echo \"Nothing to lint\"","build":"echo \"Nothing to build\"","test-only":"echo \"Nothing to test\""},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/formatter-html":"^4.0.0","@hint/connector-jsdom":"^4.0.0","@hint/parser-manifest":"^2.1.0","@hint/connector-chrome":"^4.0.0","@hint/formatter-summary":"^3.0.0","@hint/hint-manifest-exists":"^2.2.0","@hint/hint-apple-touch-icons":"^3.0.0","@hint/hint-manifest-app-name":"^2.2.0","@hint/hint-manifest-is-valid":"^3.1.0","@hint/hint-manifest-file-extension":"^2.2.0"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_5.1.0_1557875653002_0.9112531090654326","host":"s3://npm-registry-packages"}},"5.1.1":{"name":"@hint/configuration-progressive-web-apps","version":"5.1.1","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@5.1.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"b82e6fd554982fa6f54c0f32d894df64ae5573a7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-5.1.1.tgz","fileCount":5,"integrity":"sha512-gqMI4TIgSbtODpp/By66+0BgMxnU/BXOOsT9yJI5JFb3CuyErQntYMzL05lDOCh645JylEH3/jZ8TzJG8I7R0w==","signatures":[{"sig":"MEUCIBJkYTzMzEumYT9apKbQqjPsMjkJMW6ZfFjZ4Vx8WCd5AiEA1AvtWT0yLHiRIGfNmO5m7IkQQSPChKdrsRQT3o6e5J0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21920,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5sA+CRA9TVsSAnZWagAAdjwP/jlhTLjfs6Mfh8ILl+FO\nn8M+W+Oe4lZPpeHswdwDu9dpIHJw8zg/5ytuux18CBAiC1yGVQWG+YFcKf6G\n3g24baUA6XO1z0dayPf0jP4XfHbVEiU5jHQkJ5eopOZid7mtFHycZVPkuAVF\nk3STgw15+B5jERXna6AcoOBObB5fkn1vk0Btxu4G34B7B9ZGqF4oGGG/h5Zw\nluDPjsRdjqWbFZ5drGeN3RGTySaR47at/RyRMbRz5h9z/W7yyCgj1cm0Ed/f\nfw4oENEHAUzCZiNixl1tpNNDjH6YPATXmm1asgH7wZcgROuaLae+w6xyYAgO\n9qiG8rBb0J6oNDzHFoy77H0u+Lsw88mvOyTxgPM0HRxJjpFLMCDuwHcjgPcn\n6me+3KQCFz9wGl668vv8ZRgLY58kwlmLFCpRKQqtTjh2vdBOZSenNgCCxkDT\nDIXJAMDm+6nByzK8/aSyRKQPPuhq1iIuq7P1PZXgLfAGhL266A5ZWCOuxEo1\n6CLdY2EQGUDjEL5eqPArr+oA+kH/2/79CSZe4P9aVHfZe+sZfLBmxDHwfBjs\n7sIfLZB3qtn/MhYNKaQ3q910NGY4jYvBKdQDnYr3REFBRYTCt5rNZL5DXeII\n3bq5dmcfZWsxvHHPaio/A+khacCEPIoZr3ZEfcjmi4oxTCLpOkPaw/eaxqkx\nOodg\r\n=TXtY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","engines":{"node":">=8.0.0"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"8.15.1","dependencies":{"@hint/formatter-html":"^4.0.2","@hint/connector-jsdom":"^4.0.2","@hint/parser-manifest":"^2.2.0","@hint/connector-chrome":"^4.0.2","@hint/formatter-summary":"^3.0.2","@hint/hint-manifest-exists":"^2.2.2","@hint/hint-apple-touch-icons":"^3.0.2","@hint/hint-manifest-app-name":"^2.2.2","@hint/hint-manifest-is-valid":"^3.1.2","@hint/hint-manifest-file-extension":"^2.2.2"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^5.0.2"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_5.1.1_1558626365551_0.41629568763744684","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"@hint/configuration-progressive-web-apps","version":"6.0.0","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@6.0.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"38bc38bbbe4e1f5f207ef56d9b589eba7b57d5ef","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-6.0.0.tgz","fileCount":5,"integrity":"sha512-DD4YxS+G4m2oug5uz/M5hUzlCgSFYHXKxLiZW3Hwfz1Zq2gz3JnjTyWSi1dBFYwsGUPFVmZ6xks5D0sF7gTuxA==","signatures":[{"sig":"MEQCICtqbl1GqrJ0A/eA5SeRw7eSslbLhTqVgoNnUwcVAfOGAiA2QD9QA3T5xD0ll5tTAdrkf5/FCalP8/a8gaEE9Ws+Jw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22208,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNzWxCRA9TVsSAnZWagAA0woP/RwwWVbilLDyv0I1cEzR\ndzUpzTPHs8GyOyBODXijJP+J+ELiuKg4C5aL3XKzOHSi1dmnuyhONf8fqpPo\nnKyLdlBZn6CdfFuZfN7ayM6DU54fK/6c1jaOnNyEcdESu/u85gshzdCbA3rh\nvkfAGMFLAaumFlzzBxRbu9KRWFqLrBHy+UGqOK9lft/1ozB7v9JS+H6MeUM/\nDsgkNqqdM8Te+Jk+DlcwkkFDC5fmzoPhLT3AVQ1D6bAb4M7Zx5amKIfTyxxe\nbYhl4imCxfnkyE4SHFdLMs300Opt31kr1jarSRrnvTGM5z7ue1Xjo+Q3NXX1\ntE159jiCefoTr3jqgYAxhgHi0DiHES8nDwJnWhPkURuEvpds0yb3hGYH1JNI\nnTvQdOsz9XZn1Ss4LDagSZc12PXxsYPQ1PuQpz7tpPZkiFCsgLOr7/FA4zHA\n414yXCC70iQl1igb7KsKRKsSKKijiG8iJDxUUeYrUeCz9fpaWHgSQGaJE0oo\nXzHsZbauQpSU4RM9/N/jlLFM00xd4dmtdENT72ED9mJHbFoPzFf5wlaSwrX6\nTsNtULzf0ZKM8Oeuj64QDlqoST5pXocmb1FBMvWAW4luhWSpff4kHy6L52yo\ni6bUJqYOShPfWR+XmTR+z0g3RqtrmpcljBKCMH4zs7a5YgC/8mUfWfgQPZ1B\nGlek\r\n=CqdS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","engines":{"node":">=8.0.0"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/formatter-html":"^4.0.3","@hint/connector-jsdom":"^4.0.3","@hint/parser-manifest":"^2.2.1","@hint/formatter-summary":"^3.0.3","@hint/connector-puppeteer":"^2.0.0","@hint/hint-manifest-exists":"^2.3.0","@hint/hint-apple-touch-icons":"^3.1.0","@hint/hint-manifest-app-name":"^2.3.0","@hint/hint-manifest-is-valid":"^3.2.0","@hint/hint-manifest-file-extension":"^2.3.0"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_6.0.0_1563899312690_0.27426912502793344","host":"s3://npm-registry-packages"}},"6.0.1":{"name":"@hint/configuration-progressive-web-apps","version":"6.0.1","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@6.0.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"c5e750cba1413e7dbe4577f050b191b01741d737","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-6.0.1.tgz","fileCount":5,"integrity":"sha512-NoKuIZestApldR8nNHX+XO2qtfy/f8XQ4Nl7g277G2h2z7o7ORxKummPmjtuc7EuK3It4RcU+kyvcjyZN1brFw==","signatures":[{"sig":"MEQCIEuab5SLR89I345XBUafT6p/3u9ZdqyX/hmYy+4JuRWcAiA/fII0U+/tL9EYRa7SPEoFyopqSXl1GhEWtEHvMYIG2w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22234,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOMqfCRA9TVsSAnZWagAAnTIQAJ3Cg/NHFC01yB0hwCJC\nAVYaIA1TUFt/GbKfCiTM1zi+qR11E5mN2RIonh8grjSZ58y2oinhoGYJ8FYw\npxE/AJquq9pMYDnQO5dogApGo+WeWOfuj53VmUhycmdanB3INdx2c1XuwxCg\nxNDcxKCpEX+oGuaiHZo6YaTxToq6TZCtPtiOnGWT4hPnAZE/GBzZdmGq4rKR\nLKRHIt9x+QvkZdrl2eZ3bjlqa9uRjN27ZPDNqk/mDE0nxTtz8+EaYxYVwlZG\n61mBu1HYysyYKZyhItPbLekMVfi9AWlSXffiuMFeegR3/ViWX/J42xrXnNMv\nlkwsCv+TXjQoCffECfORR7ZR3sQtOIcOKztN+VI69ma4EHIOyW13XLYe27Ma\nxTtFXu2sZ8qx3gM2A1kg8CiUYxpxDrml47L1EVAv9ve7vhmkR60ie2qpMTIZ\nDuvDnGqAwO651K1l4WM2pKclDrsO9Alf94xEK3vZxGJTBP4IsUsy/N/a/O1W\nFIJvZUnGwvvO/+9pzV58mpYo1x1dIAT+Vxlg5vIsw/zhLWWxYeA5L3EVLXPm\nUEKRneoJ6E6V/vqmoENIhMhHmAxgjFRz8JOzvcvkGn52ACrx0mMAtFCwt+OR\nKqGhZvJboZgLTYeaNXU6NXZlocMb2vrZ8lCB98sTSbzCe7S/TUmf5nzVabUc\nVPXw\r\n=m2Hq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","engines":{"node":">=8.0.0"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/formatter-html":"^4.1.0","@hint/connector-jsdom":"^4.0.3","@hint/parser-manifest":"^2.2.1","@hint/formatter-summary":"^3.0.3","@hint/connector-puppeteer":"^2.0.0","@hint/hint-manifest-exists":"^2.3.0","@hint/hint-apple-touch-icons":"^3.1.0","@hint/hint-manifest-app-name":"^2.3.0","@hint/hint-manifest-is-valid":"^3.2.0","@hint/hint-manifest-file-extension":"^2.3.0"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_6.0.1_1564002974797_0.9541852123066024","host":"s3://npm-registry-packages"}},"6.0.2":{"name":"@hint/configuration-progressive-web-apps","version":"6.0.2","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@6.0.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"0bef1b4e37fc2f30921d2aeb4a1f64c31d79b933","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-6.0.2.tgz","fileCount":5,"integrity":"sha512-/gXdKFIlEbpW1cQ8aQHA38E3tXfhiVuXQxEtL4pCKLhvPQ3jz5zjD6/HbMB77mBbKN93MLSVM+HW9MhMRB6BrA==","signatures":[{"sig":"MEUCIGLGT9qzgWxrNcxCtVfyLB0KoO2fECCaMidVFFDw2W8eAiEA1YRnHus9tsyrXjhTb4MhOakStKxyLqS0m1CRfPN34go=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22260,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQJoZCRA9TVsSAnZWagAAAIEP+QDa5wgB2cC4ezJ+zVlB\nmKrakSNQrQntwTQYxZOnGD0dmtQHaxNzvgYeZsMjpJCLrl0IWLZ174XGEUQ+\n9hd654vD1wcLCltVuk0jAvTgOvZIo2EzfK8iU3UBGRXezgyRCWLDygy53dUj\nrj5sj/UepXNTH2yx7E/JdXpQuGj/LMkdMvNmJN5UKS1IgKhh+CLzED7i4Nrr\nYuazky727HoJT40Tv9ce08lEDE5EJqJqJUneN3JQ9EpDVwVGlchpIYRb+b5j\n0XvoN9lyiAH/+J8lNa3/26uiVEWF1JO6gE18CRmnAn3NzHMHENhpJLlZcWb2\nlZB4ossr7OoU9rnl1o1USACuEy+Oiht/5HPtb6VMWmhK0OMGEddpLyiHRjaJ\n4Q0iAbSTIrw7405XElFmUDKCZstOJmy99MI+hrDZm5PRURqIXRk1MtApKG7z\n6FPzi/jzGpE5iGqQQISVsmcC02n2evo/yNiPaIoLCIwNf3HwjWMtnoT/XxJe\nKABFtDo6fO4//WTVjjMERQD3dYbhUm8wpHASMWYaWLMB/Wur49jOvlanldbk\nglcwZk27xkMdeGPrVTBp1IA+HcIUpHUgCj7C30aQ5jVRB8lQqIVhzu1thQWJ\n0cgwEbbFOsL6ECz86Xm3YlMK/y/RAOUvV4n6IcJ239eMYTZcg4VczCEQOkbF\nt5+9\r\n=LzFt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","engines":{"node":">=8.0.0"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/formatter-html":"^4.1.1","@hint/connector-jsdom":"^4.0.5","@hint/parser-manifest":"^2.2.3","@hint/formatter-summary":"^3.0.5","@hint/connector-puppeteer":"^2.0.2","@hint/hint-manifest-exists":"^2.3.2","@hint/hint-apple-touch-icons":"^3.1.2","@hint/hint-manifest-app-name":"^2.3.2","@hint/hint-manifest-is-valid":"^3.2.2","@hint/hint-manifest-file-extension":"^2.3.2"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^5.1.2"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_6.0.2_1564514840743_0.5993639510001856","host":"s3://npm-registry-packages"}},"6.0.3":{"name":"@hint/configuration-progressive-web-apps","version":"6.0.3","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@6.0.3","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"0a8446004b492516b736de003fb57d2311888556","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-6.0.3.tgz","fileCount":5,"integrity":"sha512-khOA7rXGWrjkjcymnH5XrdRQJJOKeNvr+Q6QxDSzkulR9WUZJF6sribKSuEAlh191UJtbObjLOtEH8btjB9nmA==","signatures":[{"sig":"MEUCID6w4W4x5BkwRjQOHeEUlO0SxXKD2IXdJ6uIsW0CotMuAiEA8nMzrT/nGRlkDOhwZ8vC5RgRfQQRjD12kduHDbZvAOg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22287,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSeU9CRA9TVsSAnZWagAAdhMP/3JoW7oUpxR5d1HmkEyA\nSZwA9NFdJaqPQJkTEaaSSctjkxiseh6okrembzXTNWS05fMqMAgmQciATN2E\nHNdD7hDPhO7f76bZaIQ+y+uKpM9cna9kHIo3jBftu1elVOReeqqlvsxKX95L\nRs+wZ1nS5TrpukUhkSxCToV5pdGyrC6ePB8sTNcLyYH90i7kRrWVLeJ1kvUj\neKTy2GANV9pEpzT3IGzM3kyk8YXBzVLNCQcYpTw2RG853C98DX4/QvTh2i6O\nNBE6jU6Is5gSJJ4mh3uY5C705NsXkjf3CDHScjGv40YWOYyR+ltc05oH6KIA\nnab8mZA7HYlgiuOFvfqQKZsfMX+t3CYtoH5IQJ5Fg+RkivGG1rDUG+mUhDK3\nu1nxn9Pj6B+ZbtIi+EjvLSjLIh0alToPdOcIhMqjVgChSlXUOF5V4uK9kep+\nWUNsRh5/H38Q5WTv6jMsYY+ZfbC+PoF+uMaxqOgzivj2GZ8REQj9eLBpMwwn\nOdoCqDAbJOKOhvT+Ya1gU31hZsDtRzOdUimMOqaByhSff6ezK3Ps5CgozYFY\ndTfJBbCfXlf7cOzw/gFhdn37r7MaSDPplxtrpfpf16PXkdNpasZ7kAE2emQ9\nKpKbffZNAVZ19cuy1eijSmYaX7SYmBIqsEJlkZDZJIZOjmuZgoF2GBHMYsXA\n4H89\r\n=PpVQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","engines":{"node":">=8.0.0"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/formatter-html":"^4.1.2","@hint/connector-jsdom":"^4.0.6","@hint/parser-manifest":"^2.2.4","@hint/formatter-summary":"^3.0.6","@hint/connector-puppeteer":"^2.0.3","@hint/hint-manifest-exists":"^2.3.3","@hint/hint-apple-touch-icons":"^3.1.3","@hint/hint-manifest-app-name":"^2.3.3","@hint/hint-manifest-is-valid":"^3.2.3","@hint/hint-manifest-file-extension":"^2.3.3"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_6.0.3_1565123901094_0.7903777899938378","host":"s3://npm-registry-packages"}},"6.0.4":{"name":"@hint/configuration-progressive-web-apps","version":"6.0.4","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@6.0.4","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"7335b7edfb0580224b0d02b997d3d616d569fa4b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-6.0.4.tgz","fileCount":5,"integrity":"sha512-a1zm1h6EMeiNSGqQH8OiNKmceWoZZfQJB33Fsea96qsrSn5g9/BBpXBzuUJ7NtJiVTyfbg0d2j3R0YHyvo39RA==","signatures":[{"sig":"MEUCIQCJJsFSUIXKYg6OaiU0A6zbRgKgGtiowcgMwP4eUrS1GwIgaxNzXcPclQj4FocvL9LszkM/rSQc+gCYdIRHajxJ9fU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22315,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVhaRCRA9TVsSAnZWagAAK2UP+QBRPRd5K/vWOStHmRUa\nETKIIKxC4ufIQAtiFcEogSshqvm7xipk8t+wXtzV7ktgRjtvHgQH0eq+XYUj\nkIJBoV0hI3TF+vJIgIgviWKR00DIY1ukYe2emQuLQWCoFVs+ekPi7p8ogeJE\nZIIP6rKFfIw4UXa/FPfMclFkCcaFfBaq9Ly+a1cbyrsHwJFD45AawRz7Lugt\nP+XMIQaxOQS/s1UA9oGQmQ2OdqyoaQVCrObhGh0PIoS+LSArJaBZFAaIEuoi\nK8FRwFXU3q8593XeIsQiyIisUTR7FmsupizZMPtYzzsKvKWzBjhGEGdk8yTk\nvpT74u2DOyr8RnkJdxatF2hozwAIFmyb0ANb6R4SyZ6U6GaUwd+IcRXslo7C\n/mXktJO86C1utlDyctY3RxK9/D1bmDBEFab2msAIu++p3GZRCGmZdyWdPdyA\nfXCZpbXhH7VEBoyhrBkTlZ2NIZOJgvfX4dh+uk62D34MUzzxJpMBrJ7dAJXI\ntd41UtXHhdGnZ37jhysqRpnCNQ/a06E+YfKvIy6KlLibAC8mpsCtd4yq7got\nIttoPpddm2mO/DC8iOMVr8ePAOvH/xH+MTpxbUMVCNERNdQa1xu1eXZBWPnt\nrJ178+w59SbtBtb+YiNNFXaU6a2v9w3/dOtGbKSLLjfGERg3E9AvjZlmczEi\n2+SO\r\n=Pcam\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","engines":{"node":">=8.0.0"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/formatter-html":"^4.1.2","@hint/connector-jsdom":"^4.0.6","@hint/parser-manifest":"^2.2.4","@hint/formatter-summary":"^3.0.6","@hint/connector-puppeteer":"^2.0.3","@hint/hint-manifest-exists":"^2.3.3","@hint/hint-apple-touch-icons":"^3.1.3","@hint/hint-manifest-app-name":"^2.3.3","@hint/hint-manifest-is-valid":"^3.2.3","@hint/hint-manifest-file-extension":"^2.3.3"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^5.2.1"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_6.0.4_1565922960748_0.030472570287982448","host":"s3://npm-registry-packages"}},"6.0.5":{"name":"@hint/configuration-progressive-web-apps","version":"6.0.5","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@6.0.5","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"d6279e14e52d9d499ed40f56d963aa6ca2f709f4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-6.0.5.tgz","fileCount":5,"integrity":"sha512-qXoCwNuJsc2rrrhdL3qPQyraCrC2QZCq4pdW+xduLsKZojOkf2f2A/QCiLmxoZARMa8lFPbLFyL8uPdltNoYIQ==","signatures":[{"sig":"MEUCIQD+kvsvIElOmI/urkFKp2+PHICP8xmuAXWnOWiQmblyGwIgS/CvQvsZUOJHcJlEoTyPAQUBK6Fqx2Rdnr8NgI7Ywjo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZ/Q0CRA9TVsSAnZWagAAUtsP/jnyoL5UzIxLSGoEpHoL\nxD/axOiwE3PdLwRkxQsAycXH5a07Ny2wMwkapMtEMEd+omjdaYtS5v/4zXBd\nYnvLMLZpKnKdd8J9bOHAm9rM7JSqN6yZVM6La4oVQsHol+dgvyqGgK9rofkF\ncU+3m+GZnlbDFrJ1/QO8dzC+kjVJQPaps9P21g06VrvfUUt/u9jSQzYyQFo7\n0bMVp2Am5IW+PTxJk5vsui0RrfJaDuU+ZDYFrw2dDQCXSVkjjp6/BPJ/ES0K\n1npKCoe5PrgSBU1a4wVPmckV0CnaOzZMFlyI+SwZnX/Gp3lUg5qbAEm70MKS\ngw8Jh7Sx1TumzxugHKQ7K4JftYf9iN8LnFCfq8EBxnrueeJwmDYnvh7fIYzL\njbleM/+haoeHgUmeDLkqzP7FpIWIIhCOhECB5ihMDha8RMRvw17iDdmy8L7s\njEvhj61P71xCWDl4fsbQWwQwnqYv93n9k9v9uGoSCO4E6gg6vSGF6PURF95H\noSkey7TISeh820TiAVvtD2Qz0WG6V1VCRU34OhwM/Uoud37dRJZUVoV6Akni\nJoO+mXgOPrH7l4qVTqU1P3BiMycjTluRv4ej9oBuZcJ4dzWxukQy4blJ5f9R\n5uJxQMgossETFdHwMB0ytsFAlwTT2xOxPcgDKfYVVHBIx9mtaq1W/T27APn4\nOYzk\r\n=ZbfR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","engines":{"node":">=8.0.0"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/formatter-html":"^4.1.4","@hint/connector-jsdom":"^4.0.8","@hint/parser-manifest":"^2.2.6","@hint/formatter-summary":"^3.0.8","@hint/connector-puppeteer":"^2.0.5","@hint/hint-manifest-exists":"^2.3.5","@hint/hint-apple-touch-icons":"^3.1.5","@hint/hint-manifest-app-name":"^2.3.5","@hint/hint-manifest-is-valid":"^3.2.5","@hint/hint-manifest-file-extension":"^2.3.5"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_6.0.5_1567093812192_0.3075118222522215","host":"s3://npm-registry-packages"}},"6.0.6":{"name":"@hint/configuration-progressive-web-apps","version":"6.0.6","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@6.0.6","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"0c81a9414360a29e2d8effee77f4cda12292d716","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-6.0.6.tgz","fileCount":5,"integrity":"sha512-455UeY36osYEpooP09+IiEG87AKeM/i/SMNGT+sgRc0cR8AbKqXfgxkUf7j/rE+BmZFJOCXoHsA6FlthHugUYg==","signatures":[{"sig":"MEQCIHRSL530cvktAc46SzoVr5EQ9hDghydsBwYqf3Bqrcq9AiA4uIIgo35gkzZKwZIJrZRlnPt7Tjdq5HlxVcnZlCCXjA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22801,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdeXT9CRA9TVsSAnZWagAAlf8P/1/Hv8iqGMOpFaVATG8y\npj3Haswqe05j9X4liyTg+VwyurZ9ERBYAt5eBaz87ItqfYm37jOMlZfrTPYf\naoGZjmFXhNRBvTLTusgPjyUYpEqYq31iIGAdi8qkN5JLl6P74pt5s5E03ss1\nNUFd5+Y6IMJabpVakcJUBFcdFvjA8Mdfjc/ltJV78AVrb3uJusxviPqVVNfG\nhE/z4vxi6sSqkkJ4iZ3hLow4wqAhfqvVAG5Q/thyleN9yVocShKKo4Wf7FLt\npKjPwfKyUW04rl2/v4+pl7FfeqfaNMeJ3CY8scu1henngz//PhkKYvJ1NW7f\nSB+nFgKJ5NneFzzYeJPSRsS2YUvUaa8oKpxprW6UgiFSawiU4rFLt8C0e5F+\nxy9FoRtJ+RritLniUtcX3H3NOFna6+WSD/5xEu6V7NgmyNgpMquAHGnoiXRD\n0U7+9wCXJbkuaV32XUl5IEkA45tHH6FRTfG31wAAovxmXCTYSGjVetGi+RZ8\nAqcFyib8n1UP7Hb34myfXtxyWV/xGhjGc9CsWbM0um2e50f7GV9Czq27qGJG\nRdK5s66iC1n1BzuIJmUm/aEpruNkRDUIgaWcJrRf1qnkx89B2YA+mpAqTTbA\nmUiK8/4EQoRkhQL71zHxlolR7VZLbSuXKpcjDEL6n2eaOYKmmKO+g3+QxSx+\nbI5H\r\n=ABiD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","engines":{"node":">=8.0.0"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"6.9.0","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/formatter-html":"^4.1.5","@hint/connector-jsdom":"^4.0.9","@hint/parser-manifest":"^2.2.7","@hint/formatter-summary":"^3.0.9","@hint/connector-puppeteer":"^2.1.0","@hint/hint-manifest-exists":"^2.3.6","@hint/hint-apple-touch-icons":"^3.1.6","@hint/hint-manifest-app-name":"^2.3.6","@hint/hint-manifest-is-valid":"^3.2.6","@hint/hint-manifest-file-extension":"^2.3.6"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^5.2.3"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_6.0.6_1568240892713_0.9508778117575756","host":"s3://npm-registry-packages"}},"6.0.7":{"name":"@hint/configuration-progressive-web-apps","version":"6.0.7","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@6.0.7","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"5dd3113039e3c23187be4174731c3dd1d8bde360","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-6.0.7.tgz","fileCount":5,"integrity":"sha512-RNtPKUo2gGfSlrqKuSBPUWiKQ7SrGEXtwQAhqsEIOt+tXHZTtFOg7J+CyE31a9Ue8HpP+h0lVobhib1m2wOkUA==","signatures":[{"sig":"MEUCIQCfsSJX0Ml6SatP7IwpXvFZ1tD+BTHcyOq7hYNN6MabqQIgbr6r/2blaHiHxzUglJNrOJZtaPDl4gKoRxiikQuA4oU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22834,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdg8j/CRA9TVsSAnZWagAAlN4P/29LktOs7i+hOF8uUp09\n8b95jT+PpTxuWR+mobAudQQhB76qx6hGOHqIJOdV+BWXKSLU1wkVkp4itRAn\nT7D3VR0o63qGlsLBRfg80rEFgA86SGDU3eKXlmJMlCqw9dkFumw0yQBuMaOS\njVZ5SQPHHjvDxC+c5HQHAFlhdokWigw1nsm6o6TvUb04vWE4wk+aLGMH1wGY\n9TZ2m2L3HCadtF+tM5gho9xGdvVJ8UhESCHuEWcljFQAMpT7Vahn5nb4Di+A\nrhZZqkaQkAsZZtZB4npNxaEMTGJXq5fEI0V8ZfFAam+JMVHysmtjPSL4r/7Y\nu3vWJ45Jk5OWpGZSjWJEA4E5KNvv5GD3cvEg6rbernsGlCks2eLTItn0Bxr/\nRe5orTXDb2f1Kpcf4nxfDsYTxWb9sQUXjNdJ6j6dYqbaFjKAVndoWlqP1bpa\nXQ+3ZIuIRtkaMZwOB3B2m/+1DKVQz3uFsB++OZ5hiXXTXIlnaDzlEB8YIUpc\nUwapKVNAu9MSJ6A8k4iCixGxOt5M1YVcFkFC9MHQQqyF5qjxoaWhgJ3gaiZ8\n3D/T6HexrAQV0FZHATolP0m0wBjxauPhRkf8U2ovWtZAc16Fz9BFPINgrEhC\n9j19zSnIvK1SCdrE1dCi5lBm7KSaxaTtXqyLFjx1+77mOCbEEJ4jwWoe43TP\nyMfR\r\n=0Xzt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","engines":{"node":">=8.0.0"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"6.9.0","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/formatter-html":"^4.1.6","@hint/connector-jsdom":"^4.0.10","@hint/parser-manifest":"^2.2.8","@hint/formatter-summary":"^3.0.10","@hint/connector-puppeteer":"^2.2.0","@hint/hint-manifest-exists":"^2.3.7","@hint/hint-apple-touch-icons":"^3.1.7","@hint/hint-manifest-app-name":"^2.3.7","@hint/hint-manifest-is-valid":"^3.2.7","@hint/hint-manifest-file-extension":"^2.3.7"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^5.2.4"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_6.0.7_1568917759185_0.5794549370259974","host":"s3://npm-registry-packages"}},"6.0.8":{"name":"@hint/configuration-progressive-web-apps","version":"6.0.8","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@6.0.8","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"da640ae7d508fbc59f648edb5ff2cf59530a9d50","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-6.0.8.tgz","fileCount":5,"integrity":"sha512-nWEFXgPQScqVFocBeOCF7bAYM3JQZeTseUL7uijNPcrwvUyxKOm79+E/oOZbsm0VlZdDy8mwmZZNNDjgLStWYw==","signatures":[{"sig":"MEYCIQDGUXXZuqVxGDD+gmjmMRqDxeoahzXd2l76NDp/ab5rrwIhAKltPphGPPXkA6zS53An6cORpL/U1Ka3CRMC36DebtRO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22837,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdim4/CRA9TVsSAnZWagAAL6wP/1MICLUQFm7fuseKt8Am\ngoiR0FgDOZgiOx8kNqtzXElWscWMed81LT1JdbR1Bq1KN3QL221F9Tmyb2DU\nEsqQC196Ys0hKATHdAAdT1xg+UvAaglOdDf9EcR2+x+chgP4JZ5Qfl4IfEhK\nhZLIahitCBorHu5qO3PhhVpXq5UgpbbTc0LzWVl13S8NrvJGYYuc0QPw/opg\n6Wx2ljmr9EMsRdRaT3eQc/kcHbAPcqFA0Mmwxf27ijueiI81cqWXmEw7t46S\n78D3mV7cfsH04yVQHw7wxleZGY99qRQs4vJdXgrYKq7AkCBMEBa4mhNpHneM\neQ3NSK/d3tnBtroPTXnXBoIfQYQGE0OzD7tI5hLnXJx9X2xksLCCn6hLJPkE\n17fT0jSZhqH1UndMSu3HPWVc419fGiZzf8bewDDyKZjmxnW8+NGhY0zBK3n7\ncoBX9c/mzcoWeop+h8apfwvybEZ0nlqaL4XEWywegrbA0yf3ODEGVQe0/RvT\nv1dWmO1T5xd3ObKy81nDHQud2/73xnv4i0yhjF090c2gvyVPP+tFuPbvcQJJ\nCdtVWuMYw2d1BTMtJfAdvKqTTmA9Rxhu9bXstwWk5aUkmD1IFYgnJbyqBZSo\nnfbHqxHu0kM/vlAxmHTezEyaKEIU2uyE/0UOp3MULADD/oVoK8cVbzdXC8mM\nqLuZ\r\n=F8kL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","engines":{"node":">=8.0.0"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"6.9.0","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/formatter-html":"^4.1.7","@hint/connector-jsdom":"^4.0.11","@hint/parser-manifest":"^2.2.9","@hint/formatter-summary":"^3.0.11","@hint/connector-puppeteer":"^2.2.1","@hint/hint-manifest-exists":"^2.3.8","@hint/hint-apple-touch-icons":"^3.1.8","@hint/hint-manifest-app-name":"^2.3.8","@hint/hint-manifest-is-valid":"^3.2.8","@hint/hint-manifest-file-extension":"^2.3.8"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_6.0.8_1569353278823_0.8969906580770011","host":"s3://npm-registry-packages"}},"6.0.9":{"name":"@hint/configuration-progressive-web-apps","version":"6.0.9","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@6.0.9","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"c6a959784c44040f6e3d9ee6b0c8c945ccca9510","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-6.0.9.tgz","fileCount":5,"integrity":"sha512-div9KqHfZDXXa7/XHgk5rpjBekdoUsVRlGRJhBQ0tsHVw2QfvQhe6KlIAB4jvxRsWr0IMTvpO07/wzDbnImJOw==","signatures":[{"sig":"MEUCIEmi+YO55nrQosZ++dbb8Gs9wBGJsjAnoZXkdwbuDlFYAiEAwoqOc6P6t6WPSHosnPZhWt8yDsHGtcz0MPlyEXA20eA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22869,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjSq8CRA9TVsSAnZWagAA28QQAKPuTMfwqFC9/qhfVq26\n3GEtBiEao12UPah7CEXzt+6eDQZvn49TCkGHYiHAskjfqYnbjPFv2s/sZD+z\nFOaMxA9yRSKSJ0yjBvdqTf6mcAk2+SpHXJgIt3Sd5xr6+Vsmj3mjGbptCFJW\noTBD53teLT5sx71xNKtihq6TZSnnRCqpXOI9Z4x6sfHStC0Ra2G12NWeTp8F\n3vcY1FH1aBzPw5fRT9stHbiFRAjKMiXCTYvZS9G+q09mXGwi/7AdC7K4cOQV\nIicb5+cI7BTa8jm+kL4eqOXP4xCvjpLXRw/KZ4xbGb1jxUdGJS4T6gu8bdyL\n42HN0lSk3H8ARTyqTnqCHKxaVBwGiXNX5e75o2lT4EjV2RR5eYc0EvP79u78\nxeTeVWXRwDSFsWSc6bH7MvpBGKaBVxV+P6swxn6QbKulB+puZn38v4rPRiHl\n07xIFhGFqWqYLCMF2GWT8KayS3VoVcbu64bPjJiZi07+xsVHK1qkQWYyOF8E\n/mmpV1SCYTRAfVh9RxlgeBaMIcTQKTI8T6n7c4+QTd5oy3U4jIopIZDP0T/R\nqfkk083Cy/FvJe45UuFIwMeF72Q/NIv2fmAzeayWJM7UyoBVnykDUvsY8bXM\nnNUkgcu+3nZ/Kd4LrBVk/N+xkIBnBIJGh7DMf+U6GGIfq94x4IqsbeVCGorE\nMQLu\r\n=oaA/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","engines":{"node":">=8.0.0"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"6.9.0","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/formatter-html":"^4.1.8","@hint/connector-jsdom":"^4.0.12","@hint/parser-manifest":"^2.2.10","@hint/formatter-summary":"^3.0.12","@hint/connector-puppeteer":"^2.2.2","@hint/hint-manifest-exists":"^2.3.9","@hint/hint-apple-touch-icons":"^3.1.9","@hint/hint-manifest-app-name":"^2.3.9","@hint/hint-manifest-is-valid":"^3.2.9","@hint/hint-manifest-file-extension":"^2.3.9"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_6.0.9_1569532603992_0.008390350830525417","host":"s3://npm-registry-packages"}},"6.0.10":{"name":"@hint/configuration-progressive-web-apps","version":"6.0.10","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@6.0.10","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"da360f73eaf64f8e92c4505d9735ed6017b20213","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-6.0.10.tgz","fileCount":5,"integrity":"sha512-ZoUUxZaWuvVIbijJ6eUn9frK0GMorOhJjqc/LWjDzRarG8Ux8KYa9GNxQ1dnF8JHfwxFMiOk4wTPHmlPUGBt5w==","signatures":[{"sig":"MEYCIQCqjYGP1T6Q2S7tFhWdg3IWtOdgdvklbYlwuVjHZG5OZwIhAODJ/pf7UVf/ChTkKlsKRgYXhMH7kKPTYjQAZQJxHoKB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22905,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdp3KFCRA9TVsSAnZWagAAHhgP/A71rd43G7oBXZO11wvf\nEDuPyrnTnbx2PdT4M44hY+sJU9+Ly9SoPmvCW5C9ZTWwM9/buhypV06xiLs2\nwY8B28YbQFYWIIgOA6LnKgcipEmoStX7JXxTFFeZIJwGngL2tQNSfmn+M773\np/W8WDwQ+uHeaAoh2uxrZornrI90gpRQVKjgWGcArNxw6DzmoTkQD95Oc0KZ\nKl87oUZ7B6GicqWUBbuGqScdPQ8roqJ1d1KBxGmMgWIix0iVRimbtVZgnq0k\njO2pTOUP2TYeYzLEwCry9nnBCgLdOZ56jKa3J/5Xq2/eykuaQprfsMjs6mHA\nCCw0ZNt6CNjukmg87DdUieoNfinZXMn4a1Ey4T43EGprqxYu0pZsTqn8F4AS\n4ZkUGjkuMWU5Zwk903Ge41VzoHqrpyqUF4Q6Mkm0j+T0hQKdeyOvC2PfzExs\nNCV6xcMxpBcgt7R+EThQk26jGrR5i7ob77kJOdYu494I8MZwBfvYDe365l6p\ncEjB0kxX8o4npkCuhXsZp284RdU8YQN6QoP57451viFhgXX1Ep6QFAElV3fj\nmrnVxppqe4XQrQeS6ueOVlCOOI2pDZBUsQSa1wfRvcIXwP3/+pEOLoH6DpGh\n+vWuOKhpridMFPEy/lIjEN9U+b2OWEQPnZ2KQZiy1+Zaa+9+QzXEl+ZvkCug\nejzU\r\n=qsTo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","engines":{"node":">=8.0.0"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"6.9.0","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/formatter-html":"^4.1.9","@hint/connector-jsdom":"^4.0.13","@hint/parser-manifest":"^2.2.11","@hint/formatter-summary":"^3.0.13","@hint/connector-puppeteer":"^2.3.0","@hint/hint-manifest-exists":"^2.3.10","@hint/hint-apple-touch-icons":"^3.1.10","@hint/hint-manifest-app-name":"^2.3.10","@hint/hint-manifest-is-valid":"^3.2.10","@hint/hint-manifest-file-extension":"^2.3.10"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_6.0.10_1571254917138_0.4670220445611921","host":"s3://npm-registry-packages"}},"6.0.11":{"name":"@hint/configuration-progressive-web-apps","version":"6.0.11","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@6.0.11","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"7d1393972004116c50c8518afe25de70b4b6cfb1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-6.0.11.tgz","fileCount":5,"integrity":"sha512-7Plc6mDH3uwnExjuziruoeIfrUVEaXAK2fodrhh5mp3sDyyqzvlhTeBmoDDs+gi1+W5zTQga7oCvY0qxgwiarQ==","signatures":[{"sig":"MEUCIQDuEBTrbg/rjqMM/bni1BLTuzKifI+/yS5wLs0mptmLLwIgUlGWTPzGbq3Qx1eWo22N4D7Jzzhv9xdcxtk021dCtuo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22935,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduLy+CRA9TVsSAnZWagAAnv4P/3iKKYtcdywAKKq9XsZh\nxEbU8gRLZN6h4E7n8KpJ/yId9+LvHuRooTG23Q/WM0/aFiMlWnyUG2BfGxF5\nTYXshu6NQLLTPl+vXu8+u8rqRYc2iDNGRQIpBPTPQnFjLRBDV3byVTvAZX+w\nNuvMGWKmScTIj+Kv8UKw87oE+Pol+sgX38UISBKrcg2pMzd10Bvnh3IjwDLk\n+4bNBKzRfaL+OoJOBkLRnhQGlG/iZLTQR6cArtxLNzNu51nTgFHpjaXSzEfv\nOvJK5i8fuSI6sJBaW585fnhNN6Dj7MKcWJYpIf5nq8/cIC+y6cLcwhEJtxA+\nm+sToa5s3lxPrb2DzhiPL6hmEInk2yg2/iHFvujRhBtQtHoXRMs0WNb9EA04\nspC01n553QI5LwtMMqQjIKG2forO2LZDj1xVwM2cujChMzZ/jaT5aKbXE01h\niY2sOJcN/KG4kMDvlojqPBH1zcH1QXXGOwcdZRwtj8bIJhH5e03aIHAcYY9U\nhTYVs+WKflHWCpz9HKgQoYMWNhL63BXVVJztPdJp1NixXoq8kaphlOhoCrSA\nKgVoG6NFAM6e+1kET2xzUNzxxLnVEDkznrCPI0391MvrjvFHF6U1LrJU3qoJ\nPS+snuLnMY2kDDyT4lm6Ov/nO+huwXRlFrAbfvz7egEgjiiatL1fgqXIemrj\nxK+x\r\n=tl2a\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","engines":{"node":">=8.0.0"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"6.9.0","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/formatter-html":"^4.1.10","@hint/connector-jsdom":"^4.1.0","@hint/parser-manifest":"^2.2.12","@hint/formatter-summary":"^3.0.14","@hint/connector-puppeteer":"^2.4.0","@hint/hint-manifest-exists":"^2.3.11","@hint/hint-apple-touch-icons":"^3.1.11","@hint/hint-manifest-app-name":"^2.3.11","@hint/hint-manifest-is-valid":"^3.2.11","@hint/hint-manifest-file-extension":"^2.3.11"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_6.0.11_1572388030078_0.8457775261104687","host":"s3://npm-registry-packages"}},"7.0.0":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.0","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"5756bfc449ae4d072af046ea8b629ad74745a934","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.0.tgz","fileCount":5,"integrity":"sha512-RTxghI3LAiA7YYVhufUE9D4P12dhwX6jAkdmMGEEegLXp2G/uLX5HIRUJmlYYrO1/fUpkdMpRLe8gHqGJjTI1w==","signatures":[{"sig":"MEYCIQDtFfiBhXS7/pt5T02tA1OWxtiEzr0xDG94k+ZmQwnTwwIhANk0FWKktO+to/SNvaavH5N4+ZKX1Oygez2bq68mujZU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23208,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5bNzCRA9TVsSAnZWagAAOE0QAJt+Z5Yr57cuAuU+pTUI\ndaOcivbgPXziuVlgirZ/0B3A8d/m152dywQs17czwIuWVUePmSZs3aU0HCZE\nPyKPrdTfKDWHZvKyKZ3sl7d5g66zE20JZhT57Y3/EEQ0JYOEI3Zcr6pHeGff\n1ShEmnltBqOr0+FtZLFwXd1+QWNqQLvXnCBeYsOJjibwIo/tf6fFcq+seYyK\nlBISaHiE0JDFP7VA0sb4SbISAwoZm9fV4uHJrrcb+8Sy5pX7j/VRawrQ4s8R\nZ1cHYjUTO6DZ2pSSP987Tnh5ph19SByQy+osoRBJm3iw6UqLgMCK1Vtj6HL/\nTiZEMUck5LvaJQAT+ihd13E1RAevqCzdL1YrpjdADwc/uG3+rEICpl2kwn5N\nQz827EyQ3TH5unMjszqeqEu6odR2Iu2c6sGUEHutTF62ci6EMRliZa7fDLQI\njRRBv45KPyy1AyMwoUX76pfmAp8U1sipYLMHI1ovEMAc46QDmOT478o7zEKf\nfuiqA1dZOG+MGU9Tkca0jDwaxlBMaBiNgoPtV04FPFhGRt5IZWAoN02GjWBI\n0IQaEO/Fz0kBuem+H8ioH4ncf/+AMBszUzDA1uit30DDC+9kmIEwO+vuJ739\nUU6SpjIvuPUa5y5DaQs2epHgXiC0Hd491OEhFy3HIdlF9Bvu0EJbc7L67ioQ\ncvkO\r\n=rghx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"6.9.0","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/formatter-html":"^4.1.11","@hint/connector-jsdom":"^4.1.1","@hint/parser-manifest":"^2.2.13","@hint/formatter-summary":"^3.0.15","@hint/connector-puppeteer":"^2.4.1","@hint/hint-manifest-exists":"^2.4.0","@hint/hint-apple-touch-icons":"^3.2.0","@hint/hint-manifest-app-name":"^2.4.0","@hint/hint-manifest-is-valid":"^3.3.0","@hint/hint-manifest-file-extension":"^2.4.0"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.0_1575334770957_0.16529666384512298","host":"s3://npm-registry-packages"}},"7.0.1":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.1","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"bf2de2dc68d20f371ac359dd255a580d19313132","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.1.tgz","fileCount":5,"integrity":"sha512-hU1AF6cP0TNJeBp/Z+xw/s6kQX2YQhj+IeYpeG3/pV0YeVQ3sV0OvAI0C4Yy68cmTbiURFGZE+669q8qkiL/kw==","signatures":[{"sig":"MEUCIAJDu14xAnN1Q0NucDdkIG8+6WQROYmk42BGSiNnOq2dAiEAoaT7m9B8Rp8lhEDnyXJV1y6uDaQEYij4M7TK8kLtfGg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23208,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5yyrCRA9TVsSAnZWagAA+CAP/0VDlngr6LfleEMKJOg2\ng3g/Q0X/Ij7BcPt/iJaVMz5btpGWOTx9BwZ32xhGOAy/FIfmeXNypIOSOmIP\nHm4v0NVBrwVa5BF1eUO0DThuEkyDzQq5VPseyJzhhU4Nt0JXUGFoaLCyXX/9\nwS0E25vc8K/2lVUpULxFgRm1sME37cU/cATss8ByPfAcEyPzXJmdFVlqRKcK\n2AxbGKO6RY5AxcWgb2aHDTJ4d1QUuhtzNxhBoFAL88n079bQgAOlqsXpF6cE\nUlMYhuS6G2yKm2O6VDijDnFZ0WBwlGhzSq1Vfcll+Mul6JpwG4Yk0/zjuxj5\netkUbYZGaAl5Xe1sPZK2nhmKP9JV+eLlXAyZ8fEeRH3WrSCGatOVV3AmXepN\negmlwcwBqSzMvkrX9uQNjQl8W7ozVy908xNYM7vrt9Sh5ifSO0CsohccGJOl\ndgWCBvGc6VYoSiTywxUH5j0sMOLg19jN2rWQ+oAykvgkdtXBueYVeWKonAyV\nKqZPGmLZyOwPi9feV3c6B23r073BsIoE2+a23deIawcbVwwSk+kfPXU7WlcK\nlGMQgemlcAlWWeglJjXaU5A//T7gdnx+pzYYBaY7+R0eQP2Cs+rtBkxyN07d\nw4Gmib/eyICc0Na1m5nAZSQGVXMCLfT6SNrLx5uX8eTY4YScGlS5GEimDAii\nSUBh\r\n=tAqo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"6.9.0","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/formatter-html":"^4.1.12","@hint/connector-jsdom":"^4.1.1","@hint/parser-manifest":"^2.2.14","@hint/formatter-summary":"^3.0.15","@hint/connector-puppeteer":"^2.4.2","@hint/hint-manifest-exists":"^2.4.1","@hint/hint-apple-touch-icons":"^3.2.0","@hint/hint-manifest-app-name":"^2.4.1","@hint/hint-manifest-is-valid":"^3.3.1","@hint/hint-manifest-file-extension":"^2.4.1"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.1_1575431339059_0.11858324630524408","host":"s3://npm-registry-packages"}},"7.0.2":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.2","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"8522f93eb7c478297ab2486925dde64cd4a00ea0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.2.tgz","fileCount":5,"integrity":"sha512-/66t00WcAzgRzAuiY8jMM/KrsgCbzw3QzM/wnAytVpWfNSU0BTF8+uh4lIpLdbG3bNREFxpWb/sMRc5p7jxFyg==","signatures":[{"sig":"MEYCIQCXG6srJkd1cRiVgB8eRz3cCnUn4MfDrBXGudQUshJhfQIhAKYHz5LA3WTqyOpk/MJog186hoCM03seuBFN71+IC8e1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23208,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6E0hCRA9TVsSAnZWagAAYekP+QCM6P8iUSU8RELE7z7H\nMEFVrGhPMgPjqG+PhGoDXwmnjDS/eZmdPbY0GzJhJjEZUr0krgQvl9bkd0B0\nwTyqP6gxE7hLjlnZ65EMVZk6caNlq+6oX+y9764xoZ49C9qSwYe6Zb5UNDso\ngNM8RGuWzSgrWrw6NS8l7CH+2ghu5DUbdKgeH1GvP77d9iZe5RKlO4YTD0oz\nD3fJgYdBqhhgrz0UmwdHecr7HTAnF+s6rpx+S36H9ZOCl14WnZ3ADRGhwBgZ\ntE9bhvb6F+9jun+VWoxSyiLh0yEFaH+hTVQrIGxlmRgOD+CAKrCBRFqNa/4e\noMO78X5X2ZlBimBJhaPDrJvEpk0AU1FKILssgCeH2Dv/y1Rhu53BuP5+u8TL\nBg6Bv1KOqav1G8IQqSx57Ki8B+nXSkRjTEeJ8MjkapJAe0b6KHir5CU7zCic\nzMAbP4wkoeSMTGNH6HxHNHr9b1PaIsIGiqi+1I+EjN1Dwx7gkCgdC56Oq5hR\niUGujR011xiyWatWfCrGpFk5gePB2XY/ewuFonEYX7YyMDkbra7xfmQWjdKs\n7T+3wAtp4N2UwoGWerTBrFGh7lEg9gTApDk91DKCbRaKWmXRUfJ+YMR164ZR\nS22Mnip9eVbGLe/DIqwWDpy3cWXyAT+aVP6rPPAWSoqJdemfq3slXfPom2Ur\nLa8D\r\n=luge\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"6.9.0","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/formatter-html":"^4.1.13","@hint/connector-jsdom":"^4.1.2","@hint/parser-manifest":"^2.2.15","@hint/formatter-summary":"^3.0.16","@hint/connector-puppeteer":"^2.4.3","@hint/hint-manifest-exists":"^2.4.2","@hint/hint-apple-touch-icons":"^3.2.1","@hint/hint-manifest-app-name":"^2.4.2","@hint/hint-manifest-is-valid":"^3.3.2","@hint/hint-manifest-file-extension":"^2.4.2"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.2_1575505184912_0.11575820789365365","host":"s3://npm-registry-packages"}},"7.0.3":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.3","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.3","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"8f9ff70425f70852cf4964a14c3a446ce018b0b0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.3.tgz","fileCount":5,"integrity":"sha512-MPOaxn2PDITbsZDvslqYMflciGW9y9NIUkeMBlWF6yO/U+d1iiE7NBDW/jtxkqJAHL/hlcMV1kA8cW6217Fy+Q==","signatures":[{"sig":"MEYCIQCbMcG5god3//0KDLnEPJv+MKpOMmcrKPz4uJ/EcUpUkQIhAPs7sTJxudWERzeSlryPK21JP5wgpPdy+2jYaIzm2FFN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23207,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecpgiCRA9TVsSAnZWagAAAnUP/RSelkHI+sf8TZJnQ+QR\n9iZP2Q1zqs31hxiFl9mxyTwZSMibZeMNUvC9Ipr4DImMNnrZpWMYiXyVr11p\n4VQU4yPIpOilVCuyDk2CzRd+KHjr6GhpPEU1jpWv2bAmTPZfRAYIxnCp9APN\nmligOYIu/B4Xr5TQ3jTmY1VBGq7myPcTJTOZ0TGtX3LPvpflNx84C0vOndW6\ncgBEPr9kcGzQLycrpB1JDHCdWC4sSsfFwd3f+h3+e7JKdNw1zm051wmcUL0m\nMsYnPsRe0UpjmN11A+dCyYzqDyiRo56f8AGaoojh7MD5uqR47sqjqactVEet\nzgF4uViEnxGacjXIahTRkp/Kiy0g4vZcVU3Ngi75//eRDd6TePMD3XLEtZbA\nMgBB2DIMEAHn8FlJCHpglHykVJFjgEsCku978W+KOYCuURvn7jTT1aoh84QD\ny0w34n2rOCajbKokseRoCke0pRSTXnNDEU7cQw5l7zYR1gy0RZhWSlUXYhZE\nf7HukCMbSZNBOOFo1CpOJR63u0RYLl0sVpmUQ4nB3aHNx8jcEGFaQNFz48f6\n8a3Kq2fiIHTEE6QqVMi7Savk1bddFvwn+0KrtwTxzDu7rTDUhOqcweZTNp/9\nHrLhA4x/pm5/ZTXsS8oPfQGKGuZrg+oUN9azfVUUhYNTiXogg3iy9r/GBoNY\nPI7w\r\n=ch+w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"6.13.4","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"12.16.1","dependencies":{"@hint/formatter-html":"^4.2.0","@hint/connector-jsdom":"^4.1.3","@hint/parser-manifest":"^2.2.16","@hint/formatter-summary":"^3.0.17","@hint/connector-puppeteer":"^2.5.0","@hint/hint-manifest-exists":"^2.4.3","@hint/hint-apple-touch-icons":"^3.2.2","@hint/hint-manifest-app-name":"^2.4.3","@hint/hint-manifest-is-valid":"^3.3.3","@hint/hint-manifest-file-extension":"^2.4.3"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.3_1584568353898_0.8096192761346115","host":"s3://npm-registry-packages"}},"7.0.4":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.4","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.4","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"d963c3456224a2c80f9f4bc72003cfa4449c96bc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.4.tgz","fileCount":5,"integrity":"sha512-xRABWkCXCgQTnlowD3V9DLYFV9BWMlYTX5zplALKPzmI8I/ojrO+dAG1bbboDuvR8NQTO4PxgLwGV50ECQoofg==","signatures":[{"sig":"MEYCIQDRLAN5oGBzDx8BqQHE0kQQKW2rfZfiS2eQBRBPCheo+AIhAK0YBRze4L5co4lBn04xSmmsOg2V5if4nT7ck293sFVQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23207,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJel12JCRA9TVsSAnZWagAAeM8P/i0omb28Bczt/tYY78a8\nkor96nbrnM8LR+XH1eVZPxro3gmkfAgrc8hu3/U2bXZ275C+AwsJ64Go7Xp6\ndeJp+paAnsIQU7xMzhHzjDgx875KjwHCTWzpS/bCt4MASv/5mCcMH0zrKLuo\nYEheBwhLqj3+GTm40V6nPBe7eXi+MM9W3JxarmlrPIrWTml21OuSCPCBGnAG\n1bUwL+8F8Ds0hPc6FfXjGCQy/88C0VPdBkhYPxmAG0EDuucgtv61FfKVdOkf\n455wbn+r1QcVnrJ7t9zz1YzDT577gfP6UPGrZ7CJQxY6pDY+ZADCGUOV3+SX\n7KBylOzN3ITnTubheO+5W8vgsuVM9YBzHtJ1HyQhFW5d0pPfLXZaJugE/Evy\n3RTTU6iiiK29Cp77fjdWuo41wOvYcUCWZxZBNUiiO6y6t15YEI1iCWzV+CNN\ns9UWvcwGEA1qG8C9oEZuYn6SK8BJqEa5DD5tuNhVZftA/kx6AjZaTicO6D8Z\nnHqakr2wbQG/kzgTNewdCX5z74f0t56FtonI9gWSYzq7TzIgxwJGgNFDlbqD\nTA2kFL+iaxlq7Y/FyieuZtP+9gh/XIGSXo6XD7aPsGtghPhWrvVDX3x9OXBA\nE8+HOkokh4270ZpKbk+fhNF/U/YESBGy8d31lO1esaBsgQoKg57sbYUU/AK+\nKlSr\r\n=laIb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"6.14.4","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"12.16.2","dependencies":{"@hint/formatter-html":"^4.2.1","@hint/connector-jsdom":"^4.1.4","@hint/parser-manifest":"^2.2.17","@hint/formatter-summary":"^3.0.18","@hint/connector-puppeteer":"^2.5.1","@hint/hint-manifest-exists":"^2.4.4","@hint/hint-apple-touch-icons":"^3.2.3","@hint/hint-manifest-app-name":"^2.4.4","@hint/hint-manifest-is-valid":"^3.3.4","@hint/hint-manifest-file-extension":"^2.4.4"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.4_1586978185228_0.26841095604884324","host":"s3://npm-registry-packages"}},"7.0.5":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.5","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.5","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"d042f9f1f9d2faeb896393f5f221dc3b04a3ccfd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.5.tgz","fileCount":5,"integrity":"sha512-hg1BUqY7UOjLcP0steT3ItruVyMQVinFt5hGsoI41XcG/goKCaEs9vjhpM8U8RVpxfDHcA+jtqokiUhCc99mNA==","signatures":[{"sig":"MEUCIHWk+q+S/egQj5YR49iytT2h61IylJ5loa2uejGOU+zEAiEAtjQft4SpmZP+OWqDGtA0E6xRYjn8BmuJ8uai3cbDDA4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23207,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewwh9CRA9TVsSAnZWagAAXakP/ihVfiK8sTNIvViGF/D/\nUCSgcuGmRhLqU6ouPAhJ+kkCacd24B97LT1xsZZUoY4QvtcT5v7lBe9rB8VO\nYqg7TZWWh/P/lmlsPtdxKHVhZmOiXwOI2gWh53TaUIMQEDr2vGyiZ6RWEGwB\nf62B7Jp620nr0Si1gsJ2VE/yTkyQtEpp3sdUuf9BHyEQ/B3h090JuFmvZnFl\nwCXABONfXCdgxDTly9edH1ckz0cAY2oJr2M9OZMCfJAdazg+stvheTz3H2aQ\n0nmh5ScLhgrtxjMDbciwymM+3pN6eDDXhj7cfwFNsph0dEcWgufNZriBsRQC\ne9+rSecwWxuyMqor8Xif0RRJ4XKWA67thSwWAZQmaBSmOCxKDx056PhIQfr5\ntk75Dp9YxKe4yXJZWs3eSB18AXPKHlZWJfdeE96LIAWvTTB/Dyk5vMlyHy0Z\n8DZ/YU0aPoodiidMk/wiiRuXP+YBjOV6J1hpT+9YFlT5wwiqKC5DvsoSCTp4\nDIwC/ksYBiR5p+AKb+CN4g5YYF7lx1xtmTYNKnAJR3xdeqpUZw8rU4Rz240I\nd9fslKDl1rKfrU8/+MPalmakkPx7aVz6qJNsTHTeGqK5Xf/1jhTV5zrxly27\nocsphgA+SINZhOdTcFTiw/8FxpZon5/jiXyUpMWtGh7+TXRyNxFPMip3uXr1\n/Wof\r\n=rDP7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","_npmUser":{"name":"anonymous","email":"John.Emau@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"6.14.4","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"10.19.0","dependencies":{"@hint/formatter-html":"^4.2.2","@hint/connector-jsdom":"^4.1.5","@hint/parser-manifest":"^2.2.18","@hint/formatter-summary":"^3.0.19","@hint/connector-puppeteer":"^2.5.2","@hint/hint-manifest-exists":"^2.4.5","@hint/hint-apple-touch-icons":"^4.0.0","@hint/hint-manifest-app-name":"^2.4.5","@hint/hint-manifest-is-valid":"^3.3.5","@hint/hint-manifest-file-extension":"^3.0.0"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.5_1589839996997_0.04696713042657774","host":"s3://npm-registry-packages"}},"7.0.6":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.6","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.6","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"369c41354bda7182c5884948c020bc1c556103d4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.6.tgz","fileCount":5,"integrity":"sha512-72b8RGWW7MX3vGO5b2SgJ/yV44CEpwDsnUSYQh3jq9yVAaU6U9B3Vdei58VxcDuKvFQUWa65+0lziuPNpOEraA==","signatures":[{"sig":"MEQCIGtIUj39rqCjjqk142UEy9GLoDZsP9oqMpDchjFnScZbAiAP59Xo4rza49NEa8Av48cxkbGswLEPVO3KckuAo5DkUw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23207,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHzpFCRA9TVsSAnZWagAAxC0QAIwemiYWyIlodO17W5nl\nZsI8fjcsXxs8AtBvx0J0C5W40w1s+ZHfbW6uJ59OHz4jaEKg+BRrt0WFt77z\nLXvoFrOoZ1bqgRLygYP7/XD5metuhiaIYK+nspGn1EMFHkB9tFbvQB3P28YB\nq6Y4wjIfW2/kFJ+8gftQWFpL0e7a7CK5pMKpOZ4SeUYZ3OTUIlO+vOLUilpO\nIQGHNUbOJ78vsCaxyAmms1XVLt35Vl+Rqc2ODj4EG8FieHH7YcOAigqvQhxE\nx+pw4ZfATRmNMMM6GmOR+YzQaaNR1leaxQGcCamo0TBj1Zb7coJFbwBDtnLq\nwq0hnY/grCa1N89bB7Vstu/xRtUXHePLhmixDwHcUtthsKNAB48kryd3hc/F\nb/Qmx4rwAwGX9jacZaXYLV5ql3vv6VC7kZDwRgLh5QL/TZ86/DF1ddLUJmgH\nihhVYuQ7ww4+Zc3xzmKFA3k5RD88GKvcLxwrcsMagw2skHI8V43KgACzD4Kd\nt5IbINzXS5FKGXgzPwy6qjK1w4ZOQ84JJRcgh+JtjfuuyfOakNFqLutqXn++\nQP5OESm4opYttk5FZ/D7nXuqXa43mrWbesl1rPuBIcSgoR1cGZM2QyI0R67z\nU7/X21hl2ZHqCJlscepVXp10AcaBZhKxa7Z3Dznoff7i2Jmd7oBTIXAMO6nv\nRv4p\r\n=6Cry\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"6.14.4","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"10.19.0","dependencies":{"@hint/formatter-html":"^4.2.3","@hint/connector-jsdom":"^4.1.6","@hint/parser-manifest":"^2.2.19","@hint/formatter-summary":"^3.0.20","@hint/connector-puppeteer":"^2.5.3","@hint/hint-manifest-exists":"^2.4.6","@hint/hint-apple-touch-icons":"^4.0.1","@hint/hint-manifest-app-name":"^2.4.6","@hint/hint-manifest-is-valid":"^3.3.6","@hint/hint-manifest-file-extension":"^3.0.1"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.6_1595882052985_0.3259395045306386","host":"s3://npm-registry-packages"}},"7.0.7":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.7","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.7","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"8a6f4293cc22861a56a022109d6af3beac7b9c28","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.7.tgz","fileCount":5,"integrity":"sha512-oOYeBh7OTlhLpwuw/OsKtuv3J7SeFTxSQR2rCQXGEJQPzhIquzCiRmE211IGWarjKrfKe8GLKLG49n00/F/VLQ==","signatures":[{"sig":"MEUCIFvAFLVI0MV+x+QVg0umifSzGAbdQzC+lObW8A2ghZAaAiEA3f/1qKXYXgy7PVyoZ3su3wYdFD/+8PF1wP9KhVrqMrg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23207,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRDbMCRA9TVsSAnZWagAAv6wP/3PcogWuJnvMHss5UjJA\nKy3aC0L5+mIUhLf4lTkMbmmEE80BzScsU8ydRfw0cFlx4yTKqTGJN6r/Auja\nyaFk1Mr1/tzZjZbEefI+eEx+9gYUnCprpdqRmSQ4uYTq9NLqEyhlh2mOyEn1\nHlDT0OhZOaYWrfB3jTq4nQk1SyCEie+4g3I0hGj5HDg+WcNw9gK8Mqf99vet\nuuyJrZyx+bRn+VtGyl3Wp3FVjU8KLmw/C7u4n7QnxfcZgZMQoEVQ/GlWZdig\n3fdTMgZxALx4WAKU8/Qi5bWYiYGIwfxenBzk4VLKvTL/imw18CJpR62u5P42\nA/JY/Stuyd3seqgYWWrDmi6T6ie/J1vFh27yvzwIWkvaKwcXdlqmcCY+9VTb\nTkmsx4f3CDofgzQd0dqk7V0w0qWaMHrMYNu1njd6SV312oV0PwgPR1wZeFDj\nu27DuI5ePhqcnyJ8mcOLYKS5mS2NtiE7JVUxb0Y9aCSYLR59Z9PhtyLdsqec\nXTs1UWRE+LQocELGW7/XcrSL4vDNIfcbboGte5OGCRh/J3gobaTSvAAYLtYj\nnb4YoIT8KxMlLmWi9cXVX3xg6SbrViBU0n9BOclrORRM6jZUNFOmlQFzo+dT\nJj+2BpWEcMCsqYbRWa/u97B0SEvLXZF8uvGiE2VJVm51q81DKGduXNFATrSv\nZWbE\r\n=Wb8r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"6.14.6","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/formatter-html":"^4.2.4","@hint/connector-jsdom":"^4.1.7","@hint/parser-manifest":"^2.2.20","@hint/formatter-summary":"^3.0.21","@hint/connector-puppeteer":"^2.5.4","@hint/hint-manifest-exists":"^2.4.7","@hint/hint-apple-touch-icons":"^4.0.2","@hint/hint-manifest-app-name":"^2.4.7","@hint/hint-manifest-is-valid":"^3.3.7","@hint/hint-manifest-file-extension":"^3.0.2"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.7_1598305995947_0.8965745502950171","host":"s3://npm-registry-packages"}},"7.0.8":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.8","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.8","maintainers":[{"name":"anonymous","email":"jdgarcia@outlook.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"4eff7d304e303d6f7d839803fe904ca0883004ba","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.8.tgz","fileCount":5,"integrity":"sha512-ACR9tg/3CFB/vxUEs7UrToFvvSKX+Vke9pS/1aHUSJ/mkriFecM6hTe1TD7a2Dz/9hwnnaH8dl9yiAwLqbe1sw==","signatures":[{"sig":"MEUCIQDeBWFV1dbDbyXIYb4oEP4j8m3EmXazWfh9NhNDX+wk4QIgV9Ih97S3BLIY7A4EOAdlc9EVd1dYEKWsdB2OzobBDbc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23207,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrEwACRA9TVsSAnZWagAA90MP/jTslI3ieLCJ/AqnwCwz\nsZziwp5muD1/e+rFVHlmlhqBKbClAHPRZtRSxzHjWrWzydlqUZw6bb5QqI+r\nkLx1DlPGh/jVa65VhV0ZQN868OwHncs7/6vl/LtUHFNKDHji1UfToQIpgBiY\nkbndqPTRstCtWBAG5pgTZ44LEB6hq6hZwbqMgPtkT9iGuzM7wvxG+f0PrZva\nsQrzezNT3wlnSkIxJ8sSVQdMESUuoDG4ARz7SO3rNEgoL/oynlaCdnR5OShM\naAOpPDmCp/WrwMoxfA7iN+szDtK/J6kBaHzE4rr0mdjKWjD6UszFzcS0SuWy\nxf9387OsljT9g4joZi9beTKooILPWZzcqVt+bHm5+c4m5Mhn+hC9Zle5Q0xK\np2TzqEiOuNvS1mH5Ptx8nnmFUys5uUJ+PyAZ322iFjsREq/0dEZpwFJMycOb\nEwIoXY3SE5h2fxsJASmYnoBdNfpzf0cdvtOBhwCgjhoQt1LtSR7gykKd0iNM\nVI3FEz83lQohN/YHjXzquRidFTe0OEljk1fYv9PF3Vq+CjZsLavB1gtvGwjp\n/XuAoX/1BZj+9Vwa6IGzNHwFf0sM7BhrB3dvPS5qZPDt6OLjzCsleiXK4MD+\nD4W0g8hHJ/OubPCeav5xB9UIRHipvsRvaiSPsEYCR6828ZTc9Sv6uY8IDHy5\n/LyR\r\n=U6di\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"6.14.6","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/formatter-html":"^4.3.0","@hint/connector-jsdom":"^4.1.8","@hint/parser-manifest":"^2.2.21","@hint/formatter-summary":"^3.0.22","@hint/connector-puppeteer":"^2.5.5","@hint/hint-manifest-exists":"^2.4.8","@hint/hint-apple-touch-icons":"^4.0.3","@hint/hint-manifest-app-name":"^2.4.8","@hint/hint-manifest-is-valid":"^3.3.8","@hint/hint-manifest-file-extension":"^3.0.3"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.8_1605127167940_0.21008691066216612","host":"s3://npm-registry-packages"}},"7.0.9":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.9","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.9","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"9b93af75a424fe27c904fca450179f1be3bb39d6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.9.tgz","fileCount":5,"integrity":"sha512-G4e95kRgby8ROJgyDSijUQGW3RpHIlTrBFnDacv24aeOHfs79FrV/kI8Sk6GWJrREqPOX2weMTWXFk8SMiiTbA==","signatures":[{"sig":"MEYCIQCe8FUHBqxQxc98ZF78xZNb6AmTKA5xfZZKBdmyAmWL+QIhALVTGlmxjn3eEkSQbmrsOGHD/h/pb/LYHQS5CDOmJ9Ot","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23206,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHEqSCRA9TVsSAnZWagAABykP/jfrseP47QFZgGQA90Rt\nGMhbRGh5hiXyq44uhuXqLDpoTWtBV9Phnfz1VbObTvmGaspa4qwkzSaWbwDZ\ngXQqTttY4LeVkvYbsKU0YXyHhC/qraFNdVjdoQGvFzp8SeGc6rIWplcvktrw\nyf4qJobz/a67iZmZN3c6fyi9RXssIYOTZJ3UmpgI3/FVUZdNC7ipp8Rzgz1N\na+fPOKmvlrCmRH9vaoAyeLnbuYHlnKrNGkDdC2/PH/jj8YJe9E6DOefGz32r\nLwQRVe6U5t9OSbSqDJTv7d7czPxqKwDEDtbblEznUuhpMOdtMepg3cj3ucF+\njk8B5IyLwiNqEi/hrPAbkkvwA1zIWM4vgPZTqUUlibntwmhi1lsMXsYrr/Dt\nfOVajSXSTlZFjBk3gkssRSq9fNdRu6G7UA6IoF2qF4Gq2/isu4wDr61s6RTG\nfPRXEc6dSLJijCZ8KzbbfuPtqVkHK68Q3P+bZLBK0g1JKx3K6ofT9GNlrRR7\nfhgdtG7cSQzIfCy+aylHGODp7c6CAbnoBDInze2zFUD2HYZCDXl5Qi/RSTAJ\n9OVPV7ew2PBuAwVpJlZwnY+TrKbCGi02Zq+XPebgfgwPUBZFbsNZ36b9Jvq+\n1Nypbn86NDTMVGF0XG6jqz4u/bBoiJ0j0jhvhXtSiLSg4ljFhheI4aVDXowg\nU+UR\r\n=S/lh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"6.14.6","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/formatter-html":"^4.3.1","@hint/connector-jsdom":"^4.1.9","@hint/parser-manifest":"^2.3.0","@hint/formatter-summary":"^3.0.23","@hint/connector-puppeteer":"^2.5.6","@hint/hint-manifest-exists":"^2.4.9","@hint/hint-apple-touch-icons":"^4.0.4","@hint/hint-manifest-app-name":"^2.4.9","@hint/hint-manifest-is-valid":"^3.4.0","@hint/hint-manifest-file-extension":"^3.0.4"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.9_1612466833544_0.9624677740295062","host":"s3://npm-registry-packages"}},"7.0.10":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.10","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.10","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"c871f7eee45e2c626d9d78946f34dbb00c51c44f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.10.tgz","fileCount":5,"integrity":"sha512-sncT3mPb3z/mE9Mkv2M3c0P0ezehSqy/CZ6Wl2YNfwd5RDvOM+pKFmsMR7C023pbMtt4awzD7hQwkwHLNCpEcA==","signatures":[{"sig":"MEYCIQDPIYPlwSmWYbDIEr+zWBscxBKt0EUKk8VfquP4G2scmgIhAMphnHHtIhL3GPvTczUuwZR5Z/mztDMrDhlUGe96yKox","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23210,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHeVFCRA9TVsSAnZWagAAyZQP/2sgwB8r6ew1d0RmiV4M\nK7GVQj97k8L3wk2VUlSO7hknxHNenA05ExtP54gSfCZ58OVeodpR0a0KLnhw\nKoWy1LhQl/ne0Z19nAAJu2FjwLNMZ/N+K28vSC0HFPp/9MeWMtg4aMp1lhLx\nFfZmYoGqmL1+UvBNIxXn+evPp7+JByr/egdFcZbB/s2iNI9/E2nNTq9dfJOH\nBWV9yA10Fx5L3IwBV2oWnth1pmZNYYSUikD3JH8Q+MG/xFefXwBon4pUWmlC\nRkyeHRJGNMjb4XegWtBPExXFFTWNEf0au65x6dCFj0aIPmioE/2dL0akR2uI\nrhmKhPQIlO7BSHdAErO5GmmT3vpWt4w+6qFpJ4kLaCVCTvaibRcMYY1pv1Fh\n3/Kp/36TqgshzQ8gBb4LadhUHagpkjzqtdKkXVDpTPs6Kul+rhbH3wxXjLQ6\nmUBQpinXL6mkuPBqwQMucMMpeW5FL5jFcQgG34306Rw76p9r5ooULJvrHp4V\nTnxIv3zYXqnfOSrpsFF/Js3pilRfB6TEoJ2r/nkJkAKO3aH3ip58huab4DIa\nmPvPhIEnhuvW8MrXldMnoq3I9Wysobk/7p5WrkIxFTMjsYQXkXwO73CLB+u0\nBnMSEteJs0IBBfxgifxVH5wRtMZzvtcIxxBEsxkb5E7t0M5/2PFKAfA5TB+H\nvmkK\r\n=MvAx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"6.14.6","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/formatter-html":"^4.3.2","@hint/connector-jsdom":"^4.1.10","@hint/parser-manifest":"^2.3.1","@hint/formatter-summary":"^3.0.24","@hint/connector-puppeteer":"^2.5.7","@hint/hint-manifest-exists":"^2.4.10","@hint/hint-apple-touch-icons":"^4.0.5","@hint/hint-manifest-app-name":"^2.4.10","@hint/hint-manifest-is-valid":"^3.4.1","@hint/hint-manifest-file-extension":"^3.0.5"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.10_1612571973355_0.4188068154649245","host":"s3://npm-registry-packages"}},"7.0.11":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.11","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.11","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"0dcd4c09f34fd091fc6efebf6bd38a0e3c144caf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.11.tgz","fileCount":5,"integrity":"sha512-tIZ9cS55XqNVH5IEJSr2mGUhZdOkHKG/cpQ9D5ccvgZZf9QzIAmmqaGtvZtjpaM0s8SvcLTAkINGuCnXws/A7g==","signatures":[{"sig":"MEUCIFQ7GKXf8mF1LTxjg9PPOaEyVR2dkBxd60DmJpiaW/p9AiEA202ERhZaIDf/AWRzCptOx42ETY7N49VFS9Qyi0X3MfQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23210,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwRGnCRA9TVsSAnZWagAAIn8QAJPFJY6dnZe2XRQJgPkG\n0VStMMVJE7829JivS0SgUwFc3znuRC9A813xxAxFAdFKLblL/vLKYbN1OrQM\nbyMHXcmQR8dzvnGcY2NfdATfWpSLx/lq3go7q6R/TzosylcJKmiBGnbr7xdr\nF0/UbkbN9zkvVvHZkPgtdGoTmIrCnbQVqP2qjnB8lYwHLXkgjoA840dMMioU\nCGjEtTZFSQBpNjHRgYoTsVI2ZcWw/X3oJNY8I7tqIAtNe+dav9JkpKg9jwmY\nxnDzMv/LpJV9JmRQlv3IjHYkFuTKOa+m8uU+mBpOdsCsEhgQxaASqXdkNOC7\nBpgJnNklAk3svEDj2x/bgzl/4lv+kv/aesWiCUM4w4ZogEjhGQ1r5dZBCQB/\nGvKbR3QO7sDi8FoV+kWOmfSs8vOXdS2kwJqsf8YlqrzLzCLI+XllsaM5FqPW\ncXnMNIMA3R+W0M1TsLYJ18Xi5F8oV19pH+FKmwudoTXJrA+dg658bJVc47bL\nTQNd2uGWeFKdLKZa1FNfu9SOlrFadKr4s8ILsbkvtVij+GBK+VaOQQ/BkCLk\n/APK6nZNlNKgBiiwRDPVThgdSqODAwBEk+Jjcd/usGlDL8GSUGqctJHtLKID\nhDkCALV+UzWq5IkIUfc95lRlHXG3IkEU8tq3d3io9a7iXRpxtpgD2ceskua6\nBSlJ\r\n=wCky\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"6.14.12","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"12.22.1","dependencies":{"@hint/formatter-html":"^4.3.3","@hint/connector-jsdom":"^4.1.11","@hint/parser-manifest":"^2.3.2","@hint/formatter-summary":"^3.0.25","@hint/connector-puppeteer":"^2.5.8","@hint/hint-manifest-exists":"^2.4.11","@hint/hint-apple-touch-icons":"^4.0.6","@hint/hint-manifest-app-name":"^2.4.11","@hint/hint-manifest-is-valid":"^3.4.2","@hint/hint-manifest-file-extension":"^3.0.6"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.11_1623265702931_0.3661299416271335","host":"s3://npm-registry-packages"}},"7.0.12":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.12","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.12","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"2e1ded2310fa3682741763641bb4f591048877c0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.12.tgz","fileCount":5,"integrity":"sha512-+OtAnzE/zqPO/tYiUJ8Tl/gfhyReL/rTtB0VGM+IoO0NuX4S9cM4ACbC+ZqklEckqiquvlpLgVf5LKaer+nUIQ==","signatures":[{"sig":"MEYCIQCbZOBct4fJY13awTeUjJh/FTWBTTgJGbKQYPnL2/3KdwIhANhSn8pLK/bV4NFRqLaMDyF7bVJYFRh95kpMhknoPorw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23210},"main":"index.json","_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"6.14.15","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@hint/formatter-html":"^4.3.4","@hint/connector-jsdom":"^4.1.12","@hint/parser-manifest":"^2.3.3","@hint/formatter-summary":"^3.0.26","@hint/connector-puppeteer":"^2.5.9","@hint/hint-manifest-exists":"^2.4.12","@hint/hint-apple-touch-icons":"^4.0.7","@hint/hint-manifest-app-name":"^2.4.12","@hint/hint-manifest-is-valid":"^3.4.3","@hint/hint-manifest-file-extension":"^3.0.7"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.12_1634833140894_0.20594363783324088","host":"s3://npm-registry-packages"}},"7.0.13":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.13","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.13","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"25726f2009696c64ce7d6b53d2b63980e46606a3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.13.tgz","fileCount":5,"integrity":"sha512-D2+58zeIGrIqDrXLRsU4CFeaQ0pXZXpiJ7MZIeWhlk+g4g1iLcF1pnqw64af10g4pFayB8FkX4qAddgt9MkaLg==","signatures":[{"sig":"MEYCIQDXlOlmcB6swwHCNH36HcMDLM7oLcJwCmE5g9GVPylF3QIhANIukJhtLtNGNpTq/CR3wSjiIpTg69+eb93cgwao+/+X","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23211},"main":"index.json","_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"6.14.15","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@hint/formatter-html":"^4.3.4","@hint/connector-jsdom":"^4.1.13","@hint/parser-manifest":"^2.3.4","@hint/formatter-summary":"^3.0.26","@hint/connector-puppeteer":"^2.5.10","@hint/hint-manifest-exists":"^2.4.13","@hint/hint-apple-touch-icons":"^4.0.8","@hint/hint-manifest-app-name":"^2.4.13","@hint/hint-manifest-is-valid":"^3.4.4","@hint/hint-manifest-file-extension":"^3.0.8"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.13_1635537367655_0.23892859528398414","host":"s3://npm-registry-packages"}},"7.0.14":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.14","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.14","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"a0c47a41951f05a12f3159b64049a973b8478e20","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.14.tgz","fileCount":5,"integrity":"sha512-0fNT/9Qa5ZRfJUnnEWi2fYxv71s29LIzQ21T3BLdfC+E1f8QeBjCnBkktav7Nfh3s4AKt5QfNxWcnfU9g6p/vg==","signatures":[{"sig":"MEUCIDHs4Yjw1eof05V59YB9ohqTxfp2dce6yYhC8FjtlraZAiEA/+r0Ha27/BfczdzOJVgD9hnBkhYQSDY0/cFQWW8yYHc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23211},"main":"index.json","_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"7.5.2","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"14.18.0","dependencies":{"@hint/formatter-html":"^4.3.5","@hint/connector-jsdom":"^4.1.14","@hint/parser-manifest":"^2.3.5","@hint/formatter-summary":"^3.0.27","@hint/connector-puppeteer":"^2.5.11","@hint/hint-manifest-exists":"^2.4.14","@hint/hint-apple-touch-icons":"^4.0.9","@hint/hint-manifest-app-name":"^2.4.14","@hint/hint-manifest-is-valid":"^3.4.5","@hint/hint-manifest-file-extension":"^3.0.9"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.14_1636050512768_0.7686092136001488","host":"s3://npm-registry-packages"}},"7.0.15":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.15","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.15","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"a6ef2e31143e663fb0ccd38b066ef541381bd0b7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.15.tgz","fileCount":5,"integrity":"sha512-5NIlESbKodaWjJr/akcH+1q+BzKVeeCFSBLFOs56UH7IMEgfHQCW2sktIodW86gjkzWIcgw069pn9mJAyNwuuA==","signatures":[{"sig":"MEUCIC/ZKyTFOyaduKIsvkRAlRYi3Y5gq0/e6/6yk1odV7G+AiEA2ONa87PZxofgsz8i/dtCDDw3KsiGYD1Hun1VMuS0MoM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23213,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2KQ5CRA9TVsSAnZWagAA+IcP/AgLatd6oANKyCHOikC8\nH9QVAEyTt6rvdIYY2QSxSJeCHREwN2kQboO+XO8NDnW5cctyDsfVTAuGd8ba\nJJMX4WflTevYODyUeA+Zf8DJlL2QG7+BWOeVJR4RBABvwAIiimYrJVk35cfC\nieldz6VtSzXW64f4QKTMougIP4NIprq3NYK5GnnkHqTOlC4RwUMJJJXxwDVY\nKGbKa+vWQlDK6FMLZk8oZ6F0S5shH15HIAq6U6MAMk62ox/rtWPN0lW3ADqu\nkPZqrDDlX0D93dvfFH0Ta2x/s7BuvFR+6KaTFkk8OqBut/hFyl7OMFKI3ssI\neYK0AgxNjXPogdH40oMEUbES2vwm8DhiucJh6C0g1EDDsrZ0mWF+cVzjulaI\n34PfTYvDJklPl+tDc9KCd2o+4k9kwpUNzWNxHzlrzkY9pIzMzZGSHKgd98rR\nUu3GO+yBOP1ORFiFH5w9t4774UCzhzn3x0t3q/ubbyhlMlhUp/0tAnD3Mrts\njiWR21PKOxZ6j0ah4OUk1x+F+/lNoWuPjebaDQF61BVD3RYIwpCpuGRGOMoQ\ntyDdUCYUl62pdplWxwV+T8foJTBv51FWyOK0lrJNLYHFWsdULHU/cyYMnphW\nwPsNyXOAgwSPIY4EKptuUvdxV9d5jZJzj5m6U6KCWuQ3fzufyaYKD7znE7w8\npPLl\r\n=BGug\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"6.14.15","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@hint/formatter-html":"^4.3.6","@hint/connector-jsdom":"^4.1.15","@hint/parser-manifest":"^2.3.6","@hint/formatter-summary":"^3.0.28","@hint/connector-puppeteer":"^2.5.12","@hint/hint-manifest-exists":"^2.4.15","@hint/hint-apple-touch-icons":"^4.0.10","@hint/hint-manifest-app-name":"^2.4.15","@hint/hint-manifest-is-valid":"^3.4.6","@hint/hint-manifest-file-extension":"^3.0.10"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.15_1637006854092_0.8173100995629059","host":"s3://npm-registry-packages"}},"7.0.16":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.16","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.16","maintainers":[{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"816062d08e7247c99ed80bd6f2498f340fae945e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.16.tgz","fileCount":4,"integrity":"sha512-pwAp3kQ8DO9eR4tE6toJ+SCXjFv/XihARjYIjV41xGf5wQaTMRvTaUIMK7R3atC1EB5TIyzrPxYvQA2bxm2RjA==","signatures":[{"sig":"MEYCIQCk2BAgDlBV0HG0Cj7/G9lypNQv3dcveiJ6+6A1rTVdpQIhANDiYkcJ7Rk1lLPswGVRxAfd1BzuHVzyU3o/ANvEHbnd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14066,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKkYaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrRNBAAnBcwPwDMFTT5OY4jhhgOTl7MilBgFrPJ8SrCh/va9gekp2/P\r\n4OZgUtpO807t7xUbvxXtB8NTbI5JOi3ifEkFjgqjhL50VAoAwjXW5B0kMmSE\r\nGzlaDQTfLutyisAzTp6/8Hn+diITY1AhqgTLNfXmvb6YS/OgnEjUaTPEOnxh\r\nFZVD+6H06gthzVJknOqf8gqLuY9QjNaZfgFpehha91YPSnnUGza5ZJrEXRTX\r\nF6xtXvVfmRJ6sup9qs7uCBr5Dvjfjr1a13L0Ciz3pdPzuPcrjtvf45ivlYB/\r\nLs4VXsXm/LjXz4pk76oHB1OvBuqyY0LpD1kLVFDi2/GQ8/v+hOPLGDJT0FGI\r\nr1O5sIw81rIUkRRKRj2d8fShbKcq+BIZw6d95R8tckX4IzjZBQZHEeSGdpPV\r\n2D5uT+y6et+fnb53TrNV/bpGdSrWZT/tN5DMfFSjF/QABM5h5vl3oZ+3cQY7\r\nVWNXk1n1sskACaaW48MSTiw2arAho8K2kWdXcZgQlZq5u5xl4fU9R7j5qcLd\r\n9yTRUCQXPlHTsBdBET8SIgawmBGnPaQdo7KLaq3BtWLAPAm+6qDs85nRWicP\r\nZZJPSUmURrhAwMvmBLUCUXbBiKsBTg5HmVE0acUIg1eBsJVZdoBeU3V9nhKe\r\n8fPdHMmEznWLncU50ongWn0qJf3YjDmXQi0=\r\n=p4WU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","gitHead":"259226d420ada93e86c1ee0e5876251967abcf04","_npmUser":{"name":"anonymous","email":"flynnolivia@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"8.3.1","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"16.14.0","dependencies":{"@hint/formatter-html":"^4.3.7","@hint/connector-jsdom":"^4.1.16","@hint/parser-manifest":"^2.3.7","@hint/formatter-summary":"^3.0.29","@hint/connector-puppeteer":"^2.5.13","@hint/hint-manifest-exists":"^2.4.16","@hint/hint-apple-touch-icons":"^4.0.11","@hint/hint-manifest-app-name":"^2.4.16","@hint/hint-manifest-is-valid":"^3.4.7","@hint/hint-manifest-file-extension":"^3.0.11"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.16_1646937626277_0.4434724090237394","host":"s3://npm-registry-packages"}},"7.0.17":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.17","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.17","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://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"56179ccb7d865329e5238736b18061e26e3ee757","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.17.tgz","fileCount":4,"integrity":"sha512-QZVOIIyrJwChDQmGDKF2X/ZP/C/k6ty6GfZ/vUlOFVigB4iAH5XDLx+6VoyWUVA6kDTSn1YlWdf60x6peg5eBQ==","signatures":[{"sig":"MEUCIEeXIYfOArwZG+Chfjo4LWAnQAe4k+CKDIT9ntTwjmT1AiEAjU4iklKVykNTRVV3hvk8qSY9PUXuC8AfBFORlD5bsm8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14066,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRK1UACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqsTQ//YQAgze74R4IIiU+d/5lLWPwOpe3ylFQXDZDwKzIzw/V5uNhL\r\nAVMZIClZXKF3zY7KSYK+zZLivS4+N/Z9d+oQWwbLZEs0Q4e1wMJa8qLHdvP9\r\nRv0IfGOBAlJKTN+p3iR8hDf/AjaymRIFvTNORTVgHfuJRRcWHVdDDGcB4cpp\r\ngF43cag3A49oKNuSQETirKcxxfQVAqH0NXpFnzZ4+c7lyG3Reollutu5gFYJ\r\nARE+3pYFjV63oFK7UlwbZiVgUuHcGTJSjm0RA6IOU2R/duv+l3EFH8XeRr13\r\nShhmX1pUAYwnLZlZleKfxEGaZjdmod/Kc0V+rf5riz/DkkrEayLY6kuPY64s\r\nJdWFZ70sAqO06Y7r0MFuuNL+75KbJ/l7a7FkFx9AhbtzjHo/f5LeHmzLnjlc\r\nw6vAqis9eeaaq7sc2fPdMgZ2I2YvUT0a0tjMWjZINODV4WM8swf0A4GpBYA0\r\nC4UiZ6HZUUbDAuFqoV6QxGnGhWFKwv/+Sqxce2f1yuH5Zdwl+nEiqJli1Z+1\r\nMbHOh1O8egj5Rl1r93tRvFteToDhBUhM7b0xEfoYSzE8iJWFhsHK8on0eq6Y\r\nXpeHbl9DxYbmL8fqwJ6KZbzSPNjXoGc6cFWQQkycbg+n2Gcs1185gXfOZ47R\r\n27PowsHbuQO2IgGAehJfj/eMe0jksneveZg=\r\n=QXiu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","gitHead":"81ebc8bba0e14d6cd8a803b26ebd2867a5a22cf5","_npmUser":{"name":"anonymous","email":"flynnolivia@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"8.3.1","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"16.14.0","dependencies":{"@hint/formatter-html":"^4.3.7","@hint/connector-jsdom":"^4.1.16","@hint/parser-manifest":"^2.3.8","@hint/formatter-summary":"^3.0.29","@hint/connector-puppeteer":"^2.5.13","@hint/hint-manifest-exists":"^2.4.17","@hint/hint-apple-touch-icons":"^4.0.11","@hint/hint-manifest-app-name":"^2.4.17","@hint/hint-manifest-is-valid":"^3.4.8","@hint/hint-manifest-file-extension":"^3.0.12"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.17_1648667988582_0.573996382833383","host":"s3://npm-registry-packages"}},"7.0.18":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.18","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.18","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"31ed15508e1b3a77c64234ac2602266a8a951585","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.18.tgz","fileCount":4,"integrity":"sha512-RSPgXTx8NoCqhOaz3ZrJYtDnNdUaCoLyhiAENv0cIbvPGf1UH8i3Vn8xJsJVWx5FPUWngFBHLn5sjaUyhiO4aQ==","signatures":[{"sig":"MEYCIQCMjsph31J7GKmUH1uqw0WYciz/LBAA83RsSOIwxTJKIgIhAOv4uRjpk275vlbav/iLsXRWBsTKtRhii7Lc1x3eOdnt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14066,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaG2yACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo0Nw/+MqCTtL9GxdytmRN70q854b2QCHpf0irgfCR7mZeHTfu083Ir\r\nP0C2owNyx6Y1D0YMsnLGtKv8subIiiys+ZUF5TSnsL3By97q6JhXEP8VfqwO\r\nzoraL8ekjUkHBzSRinoOEG0miKXBcBTFogYA8poxGj8IEZ+mDaxUpAJ2Bz5Y\r\ntyxA0ul8fJm9SGkWHCwpi9gCdHlhMR8/sPo8H8DEj1eWd6OuenuDEvnAi2CU\r\n6P0X99nxVmZfwdu4jRxRB+NzpiG5ZkzqIfOpBP2x5DMXjQHZ95t5M1mFdOE0\r\nOfYdw1+kzQ5EMzPbJU7WU/diGBu0DuHRgRhEARjXCnUnQHkOG+RGSo9vTCWw\r\nLlaF/kRk/eUciFeqLbW3DaB6cHm0ZxLxPrq9LRQR0dT/OIlSmmVNPhT3Vi+k\r\n496KVtONNENu9vbck5u4TASAAcPOzehKNbQ2haPqbAQ1fCd8YeQdMk9EcvnG\r\nJwICycn5B8eszjlTaSx+IgegUOpksMmjtU/WPffm2x2OepgwrsvIOvf/5H+L\r\nLklvS2IrmBqbc6BPApR17htRcggURab8be9mLMGL8Nl7H50slCa7RTzEFgLR\r\npskz7tFW1bQr8hRMfMY7RXYZtpFJl7QDr21l8tHsG/LzUUt0QU9R5uc6qAgc\r\nDTcyk/FSQeC4cMqBqXoR9dIf8DknnjXzigw=\r\n=IbXY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","gitHead":"ed090aaf89fa89e6575bca6c116251a40266ae8c","_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"8.5.0","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@hint/formatter-html":"^4.3.8","@hint/connector-jsdom":"^4.1.17","@hint/parser-manifest":"^2.3.9","@hint/formatter-summary":"^3.0.30","@hint/connector-puppeteer":"^2.5.14","@hint/hint-manifest-exists":"^2.4.18","@hint/hint-apple-touch-icons":"^4.0.12","@hint/hint-manifest-app-name":"^2.4.18","@hint/hint-manifest-is-valid":"^3.4.9","@hint/hint-manifest-file-extension":"^3.0.13"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.18_1651010994192_0.28965391459101597","host":"s3://npm-registry-packages"}},"7.0.19":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.19","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.19","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"84a9b0ac0dafb13bd93cd707fa63e8b3fbd7e3f4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.19.tgz","fileCount":4,"integrity":"sha512-7c/t/mtwdzcyEeWur5nmsAYixA8t6xr3hC2ouEA73Htt+EvWD0r+oOUNbr12wAIQ1g+IdmU3WcZoGzDrb0SniA==","signatures":[{"sig":"MEUCIQDv4QAHGOR93OPr5jYv37GMkVqCttgIES3Zc8AwdfpDxAIge6MNP0bQ9BSzQFkfQ5us3CvV+EMbTKqXTVxgQJOUrVU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14068,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicdoBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8oA//cLizb4wddYZIke8L1SrLHo0IK5yaeRPZ6vQZE84b78y7umya\r\nuqhAVj33/rU62VxcSw22XvVIoADrnXrOcUbfWgWAEBoPzmUUvnfGozkONWWb\r\nwEuEjBiQVKPtXeOxpZQEBoJ1i2414p/NYn3vEy/cdGUQPEMv+q+5RAf8xX4g\r\nPXJQenydtQ/23ZDAz4f9O/3Sz5KebSGtOds+6wBNVeDIJoF3Hpd6C2a56oNX\r\nFtM++zptdUV/4lnq7zprCfBkpYcgAYMG5t4UMwKRhff/f6cSLOlTuy+HKLUz\r\nVNtd7nLs7ngiVULBLuLPiBr51neZvCuyriBfGmLUcdvtZtf6kMCbigE9g46R\r\n5tVfZUP3iB0nLnj8RKfi22cRW+a0uPVIWaMUh5ev51J1jlcRR/rPW9CSXHHg\r\noZ5Dw7T5orE3lsULhYeeO4ZolA0fb1dCyFahAEPuLFepaplqXbPwFKNWkqfs\r\nnJnc3oxGGqv1DcicwnJfup7VpvFRz9nEhJna6TynMGziGI4mUJmcxFESWYDb\r\n03Y5iwdE74y2ggGWCU+nIlrtT8CikkIOxB1O7VB6Ag+zwMyh4jjVIcLHfkk4\r\nR56s1bTpNudSvXpkeC3Kylp1k+py5FJ5aA0a7q9W9HD8eHs77QLPoVoYwg1K\r\n+RT4j02NkuFJgLdsxGlZhLOxLhkUlHeGxUM=\r\n=tKi9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","gitHead":"86a21f9d09e2e0c824fff06081f329f0382af256","_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"8.5.0","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@hint/formatter-html":"^4.3.9","@hint/connector-jsdom":"^4.1.18","@hint/parser-manifest":"^2.3.10","@hint/formatter-summary":"^3.0.31","@hint/connector-puppeteer":"^2.5.15","@hint/hint-manifest-exists":"^2.4.19","@hint/hint-apple-touch-icons":"^4.0.13","@hint/hint-manifest-app-name":"^2.4.19","@hint/hint-manifest-is-valid":"^3.4.10","@hint/hint-manifest-file-extension":"^3.0.14"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.19_1651628545565_0.08863024322409019","host":"s3://npm-registry-packages"}},"7.0.20":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.20","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.20","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"8e9221c03b2b904c2b00b4e0b278fd2755cf6fd7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.20.tgz","fileCount":5,"integrity":"sha512-V7Xp9IXSZslZns1TUkVVzs75urxd4PXgrtc2XDnZdVrALPK+yDCDmVoJUdtZsbPyV4GLzqcgqDVYE3xtvEugLg==","signatures":[{"sig":"MEQCIGQn4AkHIR2aZSv9ShlyhJd/1mrSxUQU6i3JjvlAkqf+AiAe+DdXhj6KnQ62utI5dt7a+rUpP7k5TBUox4S8+LX7Hg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23216,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinn8XACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/dQ/+K2jEFnpAovKbIvXsD3z4lelqrFZmjvNFjSYRo6CFRklaK/rM\r\nvs2/SLsQ8/H15FFvRc9xwq8ht3ppM9/A+Rq78+j2UbWCpazg5vxoy62zm4K2\r\nSaxQ5UDmWLEV/uvg/fdz2D5LTEuG2icHpMX4hjm/3xYQitRHNq9GvahWtKYb\r\nU2D/naGmpzqo04i7wgDRU5BLEUHKKJbcZgNd0RZZmmOJHB/GzpqLPonvCJHV\r\ngRf6PiqyTRqJnZ5R3swZADUFvLJkdKfg2Acr9tpJ9Kphlq9oDrQPjz9e38kd\r\nvuXZo2BR4t0Xc1WZB4brB5lXzd5jnd/NZgBEEwrba7PLF+anD44w3hgo5B3P\r\nAswsmRTPfxwb8kXUSGmpEJHyK3pQHQCUTTiJXWJlsCDchPF380Cn3rSta3LZ\r\n7UdfblzaYb8xEXN4xKNmh2HhdaN9Z8ppAKFiXl9hQUJfPamUnW1AnnYbvH9d\r\nW3M3K+KvuH1WBMmQ+jcDKwjKwDGjy/gfQ+dcBNTGVrvvjhOC7Ut13nyiK0Ft\r\nxt0zXoeYQIGHRqMK8tJ0kmpDLHxNXAsvoEWujLp7vxvRufobmI6HQtA3eAvF\r\nAZuCcTG7fhrNJxVxGDdeqGCAuS1JO4tj8zUvSNI4Ao3KuJplgmXy3fpbU52k\r\neEnphr9XeK4fJiUE4OMee9FfUotBv/E4l6E=\r\n=wHPa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"6.14.17","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"14.19.3","dependencies":{"@hint/formatter-html":"^4.3.10","@hint/connector-jsdom":"^4.1.19","@hint/parser-manifest":"^2.3.11","@hint/formatter-summary":"^3.0.32","@hint/connector-puppeteer":"^2.5.16","@hint/hint-manifest-exists":"^2.4.20","@hint/hint-apple-touch-icons":"^4.0.14","@hint/hint-manifest-app-name":"^2.4.20","@hint/hint-manifest-is-valid":"^3.4.11","@hint/hint-manifest-file-extension":"^3.0.15"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.20_1654554390997_0.6973963358187527","host":"s3://npm-registry-packages"}},"7.0.21":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.21","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.21","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://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"63069999e3424dc8db3b922d8f99cf1c13d9010d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.21.tgz","fileCount":4,"integrity":"sha512-Shgg50jkeWu1PDjwqS2Oy9JQrbUyfpw8UxtPlZUho6w0/f+GT8g7573jny/LUe+G5JtO2ksBM8l3Hi7Xnhho6Q==","signatures":[{"sig":"MEUCIQDDJLUZ4QEhjz0lUITKIbBPbuIPvktvW7KRumq+IErPnAIgBbJv2z5hxSYSfIS4Jt1z3SBEQdNX3Y/AwmwTa8HLdK8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14069,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJip6BJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpzMg//VKDMWCluvEQ4Brxa/8wo0qHlHIZstONDSqyDTXXIT2xUu2Hy\r\n6uzN9M5lG2C0iPZiw6TOO8pBoY/+kfJhq7VdW/vnOuCsBz0FcHHeWgi70/EG\r\nNxdklGjxZmf2DLqSpKE6f6WsN0E4nfapW1myouJYOR6KhBD1B70lF42Yv/1b\r\no/1KWkz02qks/EnNUddk2UEwL3ZSNwetEldqPYFY6AoJRG+RJj7WZTekVJ4A\r\ntIeLwhSAXOuGZX9wWDwxQYCKAbe8kQgxwxzl5s3jZFiRZmiPVljnolVXL9hE\r\nnb6NRcV+N+3n+PBMGDY3lu4ylzehMtWlUuaDf5WcpOngathWzZzXEw0PLm4Q\r\nvzsuJJ2WKBHyRSBVKuvok5Wad0Pf3CX03lYmCLPrazQPYcSpWRXcY7l+1abR\r\nM8NWLtLMj0wAEY1TAB9eOtRbbDaFDgx0QkN5ZFKYXw5hRByb1+2Pz99ClCVB\r\nnk6dGXIFfn/QaukN1N8jkWfbaMdX4A2LcfCxGP/gdVlvAcw5GXSZPv8p7R5o\r\n6fATGXZijfVN6R49iViuKIdrw7iR82BTKLrQU5ML0KdMSS9Z4K9youTgvHPa\r\nIHZsk3rcPhUTEpm/n3MFKumJwh9lN/yYNgfV7GYvTgKHMS1yv353G02ghG3I\r\njvIGXsTYXuEwAsLWOvvhR7HLxV3hGAkx588=\r\n=ZNI8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","gitHead":"8162e2a7a04d31bb7e79e09b1e0b9a2b9365148a","_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"8.12.1","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"14.19.3","dependencies":{"@hint/formatter-html":"^4.3.10","@hint/connector-jsdom":"^4.1.20","@hint/parser-manifest":"^2.3.12","@hint/formatter-summary":"^3.0.32","@hint/connector-puppeteer":"^2.5.17","@hint/hint-manifest-exists":"^2.4.21","@hint/hint-apple-touch-icons":"^4.0.15","@hint/hint-manifest-app-name":"^2.4.21","@hint/hint-manifest-is-valid":"^3.4.12","@hint/hint-manifest-file-extension":"^3.0.16"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.21_1655152713608_0.1513208376501638","host":"s3://npm-registry-packages"}},"7.0.22":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.22","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.22","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"4844f51e721f498baf69917d115f89e416cc702e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.22.tgz","fileCount":4,"integrity":"sha512-7H1Q7MWvMNXf3y2J8IKSdF6f3c5UO4FO7FmH0EUW5Hi5AAumKuYP2qGHADE92XssjwZtUn1KkCrX9G7JqlDJ0w==","signatures":[{"sig":"MEYCIQCErN81Ff7PIgdpFZcNidhIR+zJQbehldAjD3jN1/fsEAIhAMCDuVVSBTgbmxXHot8i5n8r21dXJYprKLU7ClWu1eio","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14069,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyFPgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpAVA/9E4m3Hta970KYbt5El0xVOcY6Q9hYpDMCjwuddP00z+c7kA1A\r\nnU6xAMY6YV3KccVhyOhfoiekEgFI/PQ1gIoMGmTMf6lfsJQmRbI8fK77rZsp\r\nyeocgoQZ4KOVwqVXyDlKmM6RXMo+vh7oONvwyqudEEHEeNpMGqY503AE5LE1\r\n/yq+u973IecX9PSkSJSI27hS1sZalO5W8bLjJJl8Nn5ILsZ0XLB9wLBoEW2S\r\ncEhPDxlVBjni/3LSX6Xws+7vMTBiZ+ygkZX6Vbl3oyZAJYZ7KGQGA2j8Qdp1\r\nXnHRaehMRk3hyiBP2UmQnCQl4OB1Z7/z6LLQVdYrmGQqXlryRV1EGHa+Wvs5\r\nS74aDOu7wJX3Qdnszy8GWVYfUKvmFbnIgPNSIOJYmpWciqfx52rIbYl5svGw\r\n/umgATK7Ihu7UTVP1mFfxyVPdLqL7gvtl3TujOv2vJRPFAqtcG3n6C6jVPPx\r\nndVbkPs0MQqUYJt2q3U+zPmzTppRKydvB/PN8be8ulx5g7pzV+UpWd5vks/Z\r\n9QUwvSwczeQZq/z/leGCpv1mCez2lPIjYyMmEo3LxMrKftwrCPJC0Zl0ZNne\r\nUc6cltiLI7o+LkoE//3iyK7VFZTwxZl7E+ls3c9AVd7datz53uBMNHRI4Cpk\r\nLCNvyH6wMihYoTopylUYpG70bKsE+0Md7I4=\r\n=8U2f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","gitHead":"50e8485324a6c885c736d0b4d1ac8513d875f5c4","_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"8.12.1","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"14.19.3","dependencies":{"@hint/formatter-html":"^4.3.11","@hint/connector-jsdom":"^4.1.21","@hint/parser-manifest":"^2.3.13","@hint/formatter-summary":"^3.0.33","@hint/connector-puppeteer":"^2.5.18","@hint/hint-manifest-exists":"^2.4.22","@hint/hint-apple-touch-icons":"^4.0.16","@hint/hint-manifest-app-name":"^2.4.22","@hint/hint-manifest-is-valid":"^3.4.13","@hint/hint-manifest-file-extension":"^3.0.17"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.22_1657295840673_0.03171225782773668","host":"s3://npm-registry-packages"}},"7.0.23":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.23","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.23","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"b705fcef7c0a2cdda1193b26aa6200abee696b39","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.23.tgz","fileCount":4,"integrity":"sha512-9okV4lFSgI2LZycdJXkHJBDTBkribzti2K/8lwUfTNLxYVr1fxTiznHD3sxK7emKacju5W4SXvqYghE25eNbLg==","signatures":[{"sig":"MEUCIAdJMlDMgkvfWfaB4PKh6hkvdl+FLRSXnwVelethcjLmAiEA42PAR0UqUkaVu/jozw+KqjhsavdpcY7KhSivfL0dm28=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14069,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2yudACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpu4A/+PscPAzvzrKrIOggHzfdvpzqy/FrBt2geHxnvqyupDlmfSyyz\r\nO4DPLGKr64+p2yALGl2dbl54KumV4CmyH/51XhUR6mCD+s0kGWI0IIm5A/6l\r\nOKSDn+Q7SVbzYK+UEiTrQhde/p47YeUZwIF1i4rg62C++ffaI8QyiNulZBr3\r\n+Z7j1JqvWAkM2f+DmBErlZ5o2ejxcSLNHOcl96kt07sYYpWbMJgsDVkrd08K\r\nwQswYKlLaUFhHP0JQn79JYkyMr2/bWToGc6VX65qnw8B8UEIkPiblf2CdCBC\r\np+yDR2AvlbX93HCAuW6Y1ufHZ1hvrYauyUbjBJBmNUG697BIOGprSxYde4a2\r\nBxvwGMxX5vPyZQN/gyhxYQDsdCwSqyPj3NVRMvWdxqGuEOPk+VEiUdyPa22B\r\nyndFdLO58xN2R2KIX3KeYUHR0vcdkeufrrXUJhC/AYuzgwDas0vlWP/qj+3r\r\nyf74pHAfm1vl72AgiMky0edYpqfHfEKjOGtJ071JpHvljbQAyb7mUB5PcORk\r\njAopOLrvYtobtr2oG9wuXNoNtp2VDWVPtUSTIyMOaAO96wL8LcY1WdU2G20d\r\nabt9XeOE9XPiPaa+zSV+gSvt50S+iD3WHuKpXqJKCp5CPTu3/ahKaTfx/Yka\r\nVvRvBxexf3Pyu/jgyI519P+eZEhi33hCOKc=\r\n=3cld\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","gitHead":"3747703aad67205d4aaac4b74e7f78ed86402c0d","_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"8.14.0","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/formatter-html":"^4.3.12","@hint/connector-jsdom":"^4.1.22","@hint/parser-manifest":"^2.3.14","@hint/formatter-summary":"^3.0.34","@hint/connector-puppeteer":"^2.5.19","@hint/hint-manifest-exists":"^2.4.23","@hint/hint-apple-touch-icons":"^4.0.17","@hint/hint-manifest-app-name":"^2.4.23","@hint/hint-manifest-is-valid":"^3.4.14","@hint/hint-manifest-file-extension":"^3.0.18"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.23_1658530717474_0.2799697568094408","host":"s3://npm-registry-packages"}},"7.0.24":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.24","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.24","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"b73358136e386ef457e3517175806c31578286d1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.24.tgz","fileCount":4,"integrity":"sha512-/4D9WCJst6kKErrVLZAUstUCYoF/ZcH7tzkLij06eI6TJv7kveQvTHp6G7NKp/VoTGsFT5+hxSCVHo7nlwQQnw==","signatures":[{"sig":"MEUCIQD3mE2EGhdFQ/wePMkA5M+ddCHyBBfo0isdjG0557OHPwIgenI8MsgHtCRpFmbLYwcxOydVqCp3cFXCTFPYOEGyQUg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14069,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF3e7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoKOg/+Pz3KPUGKha9UqvBy2dFap6jyyBG0OWvSoVB61M7va6w4uGFv\r\niUOyS/pnj4r3GKU18kdfcBxoB7w4QXfzYsrAYXIezBtX0K5jKc06iTDdhkER\r\ntD74Dub6azRqMvkZtZ1gaFoj48P9zMogXUKvO31BC8yZsmwbu9YGUzwzPUlp\r\nbHsnyLHfqBzK9z/bqldNpYIHvgYWHV1hLB8KyHfCJL9o+9R5+4irUuutNX27\r\nTr5CSkY6B1VP92zrGzHwPiQ1pOcTUduAH6a83Z/u6pM3QmTVcvZB5Mej9IKP\r\nlcjh2Y77hs+pABEfmX+i3U1EReC9wnHXgMBX/nHm/x06q5yloHpq8U2GdREj\r\nYW3e/jlZVQPSCeOApQRI1ndia2t/fKcPQ3uuVW3B62sjdj5YNay3C25kAC0z\r\nfeasHUecY0SVtRCJyW7/f4zn4Eydl+H/k1lUmmJknxI58Kbq4bSOdZGRIe/W\r\nAW4hUTF6TYurCuzet+Ux9+Dra7blDvAXLnAKPs900AQ2fYfchFwPpPgokC+/\r\n3ry+G7+Mll88JsT5WUBXZqTcEMq8cZFKkSrtKipi716c7vFh8lRpIqruzIXT\r\nPJbBBxan/2oNLSF4cEaYbi6NzDuDglDe/alD6mnQPAc9C3eFr84uPlWTcmHd\r\nG5HPPpmxBvDMV7G0e0CV+RqtxktaFMcRZgo=\r\n=TRNc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","gitHead":"64f0d5cf033aa97b12ef161d91e00bd2f750da6f","_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"8.14.0","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/formatter-html":"^4.3.13","@hint/connector-jsdom":"^4.1.23","@hint/parser-manifest":"^2.3.15","@hint/formatter-summary":"^3.0.35","@hint/connector-puppeteer":"^2.5.20","@hint/hint-manifest-exists":"^2.4.24","@hint/hint-apple-touch-icons":"^4.0.18","@hint/hint-manifest-app-name":"^2.4.24","@hint/hint-manifest-is-valid":"^3.4.15","@hint/hint-manifest-file-extension":"^3.0.19"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.24_1662482363010_0.3148809014864531","host":"s3://npm-registry-packages"}},"7.0.25":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.25","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.25","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"ad39c4d7bf309374d1267db27b73aa409db73844","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.25.tgz","fileCount":4,"integrity":"sha512-OyPMPefBdAYZ4YYF7YhWFsNARCAyZ8p5HJFCRH8M2XUe1XdftDHWZ9Kfi9MDf3fJNDc79MP124Ewf1VVvSG87A==","signatures":[{"sig":"MEUCIQC+xLbvvb0QVmioiiPwhkOr+5HXEHMuQkLI+HYaLOP6bAIgHn6ifefwk2vWkSRMgolw08II9f54W8l64x0IxTg9wIY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14069,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPy+0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqDZw/9HXm5/swboGBhIMK+viDqiW/hJgRBeYPrXYfToCeL8Cx5Eqkz\r\nDaif9r7cuP5urr+ypGUFlnCG4SEZcoS1YKBQ8NbJ5MKRmis4wsKLMTuHXEEf\r\ncMwN8lz71/APTaMoIQJLnoxXm2jOKk9upzyG1BUhamSuGqOrDGswZU1qqH55\r\ncWje4mllgH0prykfVXdCcJmr3n5/uaXUWFH6obMT2VGvpQhFt2xN6RzwoPXO\r\npo76ij2Z+wkAo2cZO0kR2gGghJUBiVfAGC+RoyK1ZYU4RTEiVxT6lcd/bmT3\r\nYMpLYRkYrpIENsH0AvbADJ8Tmu2BG9fiNk/VpBZV1aKPNQzKApewIsCWuAIp\r\n06VoaoAks4bD0udDun315/HUj7KJ/bttqj3qAua6DP+esm3ADjcxHCvpW0+C\r\nw8TnEQwLxAtBnfx+3vcT5e9PffChu/7woEAph5aHZEOvnBhi9h39TxmBbLY3\r\nQwQjFeVT0xO17B5L/usiYEvSdpYYHK+KQ082PAAijzChpN/KVzIWt6hoR9L5\r\n9BtYIxpWNXJh+CmAtjx2YI1GgcTdzKEwb65X3s6yYL0sBfASTHioPM+N24le\r\nGzVoCboPL2ryCM/TPRmkc5D1C3n05QUyU07el10W7KOnU8r5rhk9sGBxL6Hc\r\nCVy0+Mc8OVCs6aN4We0bpmmt2qZaisxZC/8=\r\n=wfQl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","gitHead":"8869f1b823276a7cf0417925b78b6aba21d4ee2b","_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"8.14.0","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/formatter-html":"^4.3.14","@hint/connector-jsdom":"^4.1.24","@hint/parser-manifest":"^2.3.16","@hint/formatter-summary":"^3.0.36","@hint/connector-puppeteer":"^2.5.21","@hint/hint-manifest-exists":"^2.4.25","@hint/hint-apple-touch-icons":"^4.0.19","@hint/hint-manifest-app-name":"^2.4.25","@hint/hint-manifest-is-valid":"^3.4.16","@hint/hint-manifest-file-extension":"^3.0.20"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.25_1665085364350_0.9785912669209502","host":"s3://npm-registry-packages"}},"7.0.26":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.26","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.26","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"ff878ffc9da2700f33f50f6b33bb53afa731d882","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.26.tgz","fileCount":4,"integrity":"sha512-BEK8u2DJrBShOc7qq5Ty6NWohJJSvy7MZivsS+7aK2Y9Yb8im+3GYKj03lA6XDcJp1oij+O8TNVM/JjuvcxUnA==","signatures":[{"sig":"MEUCIQCrNmZzTC6ZiJbhGsFSj5lVzY1WF6SF3EPHYPOiGlajPAIgH5S/y+vQjFkzVkb9ciG1798W+k3xR5hlMaJCqlvbk/A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14069,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE5zjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq5/Q//Tpo5mBu4rrxfDkPAJe212HFxrJLJtfmK8RExedLtXhx3Fcjd\r\nq0T9WcHg/I6DLxKLZ6rS44BTEqiR+EVtFBlrMuO5dEnzElYckrBxe/8lUpTM\r\nsVYI76W3qfUeCX9LdKZQPQ3C2fp438sh3IDYmgLgRr4sP4+SZ62sBqTCWzbJ\r\n9pHpWC/Lq/TId+C9+sCnIPmB4GnbN6FeL6mApMDsR7WRa419eemGfJeA3xRU\r\nyMagSiFmYeCIH8uJepvgIMzJx6ThvwF6W7g+GhEJzmQtExa0OIn8gB9u9xaY\r\nOahQ7vmPQWbwzcRxTVS7q9PRhupmrhTar+r+6F3emuMxTXm8/tF/aNOlZukf\r\nC9htLHXB+W1moKFDx7fDZUMwBqhM3TAPgPh5vZqDHNOGAlER5DbBwe/Waxq8\r\nq8X1UNuEHoC7ACXfFUOg4V/HoTJup+8ryn+jVE8vlgDMdIrZOXmfO0RkO8z9\r\nsUTIqy5rNTaoELsZvVANDEggAPaOGFXJubMxX0wa0k4nZxvQoRhDs7mOc+qu\r\nVGWC4V1OJgmHDomvABnIc5jnPHX8bPNUvB3GdgduoSGns+VJ3piZTfoNRL9S\r\n1EymhgKsjfO+QCS8ArqXzeWAlDz3ZK0+m5HiC2SzXigSDoBcqlht6vSq2S8l\r\nBX0MCk5Jf+0fKbMKdHc0/1XGXy3xCfWVA4M=\r\n=qtxt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.json","gitHead":"722be1b4c0836d5c0adacfb00c8c4f6bc5d1e707","_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"8.14.0","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/formatter-html":"^4.3.15","@hint/connector-jsdom":"^4.1.25","@hint/parser-manifest":"^2.3.17","@hint/formatter-summary":"^3.0.37","@hint/connector-puppeteer":"^2.5.22","@hint/hint-manifest-exists":"^2.4.26","@hint/hint-apple-touch-icons":"^4.0.20","@hint/hint-manifest-app-name":"^2.4.26","@hint/hint-manifest-is-valid":"^3.4.17","@hint/hint-manifest-file-extension":"^3.0.21"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.26_1679006946937_0.13858372625527182","host":"s3://npm-registry-packages"}},"7.0.27":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.27","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.27","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"dd09f71168e8a14d2edfd1802e4704a559b9178d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.27.tgz","fileCount":4,"integrity":"sha512-KR9OGdQbjy11wKTt4db4dtKKq5PW/jQ1F1slyALntzEq1Lbw8APVIYz805RaTPNJf1gs8cvM/dVDdzBVcU4fkA==","signatures":[{"sig":"MEYCIQDfxDMAsUtbGe5qSbYyVy2upLhOqeIvMowuG2XbN+BY/wIhAL04OThkD55+OZcESqlCqiIFW9AoqwODFORpj2ZRCHbZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14069},"main":"index.json","gitHead":"fe6feadb1f77798203ea9d75edd88cf2fcfd1b61","_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"8.14.0","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/formatter-html":"^4.3.16","@hint/connector-jsdom":"^4.1.26","@hint/parser-manifest":"^2.3.18","@hint/formatter-summary":"^3.0.38","@hint/connector-puppeteer":"^2.5.23","@hint/hint-manifest-exists":"^2.4.27","@hint/hint-apple-touch-icons":"^4.0.21","@hint/hint-manifest-app-name":"^2.4.27","@hint/hint-manifest-is-valid":"^3.4.18","@hint/hint-manifest-file-extension":"^3.0.22"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.27_1686327871381_0.3945463799359876","host":"s3://npm-registry-packages"}},"7.0.28":{"name":"@hint/configuration-progressive-web-apps","version":"7.0.28","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","_id":"@hint/configuration-progressive-web-apps@7.0.28","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://github.com/webhintio/hint#readme","bugs":{"url":"https://github.com/webhintio/hint/issues"},"dist":{"shasum":"c6c9a6568f39fffea7f0b81326fddd9697b0c8f4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.28.tgz","fileCount":4,"integrity":"sha512-bL1FSWKf9XTAUnZcMITbu7c061o5//rOIMKyIFHs9+VtiFVG3NjxWi6W5BwIDSZt/krKwZK+2Pr5BRg9FQBREA==","signatures":[{"sig":"MEQCIAxyyhVIVQh+FHyWMzS6mTYdesGageV+rFjbVpJwB7jZAiAmSXjcxvwT9xqOVVunAWKd2S4c41sytCbUprGVCsdcEg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14069},"main":"index.json","gitHead":"89eff1633735f4669156dd0b2d093697f458aea7","_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/configuration-progressive-web-apps"},"_npmVersion":"8.14.0","description":"webhint's recommended hints configuration for progressive web apps (PWAs)","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/formatter-html":"^4.3.16","@hint/connector-jsdom":"^4.1.27","@hint/parser-manifest":"^2.3.19","@hint/formatter-summary":"^3.0.38","@hint/connector-puppeteer":"^2.5.24","@hint/hint-manifest-exists":"^2.4.28","@hint/hint-apple-touch-icons":"^4.0.22","@hint/hint-manifest-app-name":"^2.4.28","@hint/hint-manifest-is-valid":"^3.4.19","@hint/hint-manifest-file-extension":"^3.0.23"},"_hasShrinkwrap":false,"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/configuration-progressive-web-apps_7.0.28_1687907284477_0.5823548430781171","host":"s3://npm-registry-packages"}},"7.0.29":{"dependencies":{"@hint/connector-puppeteer":"^2.5.25","@hint/connector-jsdom":"^4.1.28","@hint/formatter-html":"^4.3.17","@hint/formatter-summary":"^3.0.39","@hint/hint-apple-touch-icons":"^4.0.23","@hint/hint-manifest-app-name":"^2.4.29","@hint/hint-manifest-exists":"^2.4.29","@hint/hint-manifest-file-extension":"^3.0.24","@hint/hint-manifest-is-valid":"^3.4.20","@hint/parser-manifest":"^2.3.20"},"description":"webhint's recommended hints configuration for progressive web apps (PWAs)","keywords":["progressive-web-apps","pwa","pwas","webhint","webhint-configuration"],"license":"Apache-2.0","main":"index.json","name":"@hint/configuration-progressive-web-apps","peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/configuration-progressive-web-apps","type":"git","url":"git+https://github.com/webhintio/hint.git"},"version":"7.0.29","_id":"@hint/configuration-progressive-web-apps@7.0.29","gitHead":"5db0e7f01a05fcd6ebfefe154a75a6d4a3cf3201","bugs":{"url":"https://github.com/webhintio/hint/issues"},"homepage":"https://github.com/webhintio/hint#readme","_nodeVersion":"18.19.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-0zQ7ooOrEfhmiBG71W7vqm5gyLOyuw9Ep8pnLlazrvqOAyb4FnKgu+W36py0a0IkgSdtgEqfoFMA3f2tCnU+ag==","shasum":"70fdb625683c291a8f08c098176857e14cf94572","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/configuration-progressive-web-apps/-/configuration-progressive-web-apps-7.0.29.tgz","fileCount":4,"unpackedSize":14069,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZAincbeh9cuSANEJgtBwpQ8s390J9vfyhZEwII/ZHawIgVE0OSbvS+CelpJ7DQg9ATVSfCFJnNM9vZdkZ9n25Mj0="}]},"_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/configuration-progressive-web-apps_7.0.29_1724949277450_0.5470108342021531"},"_hasShrinkwrap":false}},"name":"@hint/configuration-progressive-web-apps","time":{"created":"2018-07-17T21:15:38.735Z","modified":"2024-08-29T16:34:37.844Z","1.0.0-beta.0":"2018-07-17T21:15:38.916Z","1.0.0-beta.1":"2018-07-17T22:52:38.747Z","1.0.0":"2018-08-07T05:57:45.657Z","1.1.0":"2018-08-14T18:26:47.989Z","1.1.1":"2018-09-07T16:25:46.679Z","1.1.2":"2018-11-01T01:04:38.000Z","2.0.0":"2018-11-06T00:47:06.107Z","3.0.0":"2019-01-15T22:38:35.541Z","4.0.0":"2019-01-16T00:29:45.427Z","5.0.0":"2019-02-07T23:23:36.849Z","5.1.0":"2019-05-14T23:14:13.165Z","5.1.1":"2019-05-23T15:46:05.691Z","6.0.0":"2019-07-23T16:28:32.844Z","6.0.1":"2019-07-24T21:16:14.933Z","6.0.2":"2019-07-30T19:27:20.851Z","6.0.3":"2019-08-06T20:38:21.298Z","6.0.4":"2019-08-16T02:36:00.842Z","6.0.5":"2019-08-29T15:50:12.334Z","6.0.6":"2019-09-11T22:28:12.824Z","6.0.7":"2019-09-19T18:29:19.286Z","6.0.8":"2019-09-24T19:27:58.956Z","6.0.9":"2019-09-26T21:16:44.192Z","6.0.10":"2019-10-16T19:41:57.243Z","6.0.11":"2019-10-29T22:27:10.217Z","7.0.0":"2019-12-03T00:59:31.078Z","7.0.1":"2019-12-04T03:48:59.223Z","7.0.2":"2019-12-05T00:19:45.028Z","7.0.3":"2020-03-18T21:52:34.051Z","7.0.4":"2020-04-15T19:16:25.599Z","7.0.5":"2020-05-18T22:13:17.077Z","7.0.6":"2020-07-27T20:34:13.199Z","7.0.7":"2020-08-24T21:53:16.080Z","7.0.8":"2020-11-11T20:39:28.052Z","7.0.9":"2021-02-04T19:27:13.686Z","7.0.10":"2021-02-06T00:39:33.490Z","7.0.11":"2021-06-09T19:08:23.058Z","7.0.12":"2021-10-21T16:19:01.069Z","7.0.13":"2021-10-29T19:56:07.859Z","7.0.14":"2021-11-04T18:28:32.922Z","7.0.15":"2021-11-15T20:07:34.233Z","7.0.16":"2022-03-10T18:40:26.435Z","7.0.17":"2022-03-30T19:19:48.719Z","7.0.18":"2022-04-26T22:09:54.370Z","7.0.19":"2022-05-04T01:42:25.723Z","7.0.20":"2022-06-06T22:26:31.149Z","7.0.21":"2022-06-13T20:38:33.755Z","7.0.22":"2022-07-08T15:57:20.821Z","7.0.23":"2022-07-22T22:58:37.644Z","7.0.24":"2022-09-06T16:39:23.162Z","7.0.25":"2022-10-06T19:42:44.536Z","7.0.26":"2023-03-16T22:49:07.073Z","7.0.27":"2023-06-09T16:24:31.535Z","7.0.28":"2023-06-27T23:08:04.649Z","7.0.29":"2024-08-29T16:34:37.603Z"},"readmeFilename":"README.md","homepage":"https://github.com/webhintio/hint#readme"}