{"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":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"dist-tags":{"latest":"3.1.7"},"description":"hint that that checks if protocol relative URLs are used","readme":"# No protocol-relative URLs (`no-protocol-relative-urls`)\n\n`no-protocol-relative-urls` warns against using scheme-relative URLs\n(commonly known as protocol-relative URLs).\n\n## Why is this important?\n\nA shorthand way of specifying URLs is to remove the protocol and\nlet the browser determine the relative protocol based on the current\nconnection to the resource.\n\nAs the web moves [towards HTTPS everywhere][https only web],\nthe use of [protocol-relative URLs][protocol-relative urls] has\nbecome an anti-pattern, exposing some sites to man in the middle\ncompromises and is therefore best avoided.\n\nParticularly for web sites/apps served over HTTP, other drawbacks\nwhen using protocol relative URLs include:\n\n* Performance\n\n  * If the web site/app is served over HTTP, for every\n    protocol-relative URL that does support HTTPS and:\n\n    * does a redirect to it (i.e. most CDNs), the load time will take\n      longer than if the request was made directly to the `https://`\n      version of the URL.\n\n    * does not redirect to it, you may be missing out on things\n      such as Brotli compression and HTTP/2 that are only supported\n      by browsers over HTTPS.\n\n* Security\n\n  If protocol-relative URLs are used for CDN links, their\n  domain is not in the browser’s [HSTS preload list][hsts preload\n  list], and the first request is not made over HTTP, there is a\n  high risk of man-in-the-middle attacks.\n\n  Of course, if the web site/app is served over HTTP it is already\n  exposed to those types of attacks, but in general CDNs constitute\n  a high-value target, and therefore, are much more likely to be\n  attacked than most of the individual sites that use them.\n\n## What does the hint check?\n\nThe hint checks for protocol-relative URLs.\n\nNote: Currently the hint does not check for protocol-relative URLs\ninside of stylesheets and scripts.\n\nLet’s presume `example1.com` does not support HTTPS and `example2.com`\ndoes.\n\n### Examples that **trigger** the hint\n\n```html\n<link rel=\"stylesheet\" href=\"//example1.com/style.css\">\n```\n\n```html\n<script src=\"//example2.com/script.js\"></script>\n```\n\n### Examples that **pass** the hint\n\n```html\n<link rel=\"stylesheet\" href=\"http://example1.com/style.css\">\n```\n\n```html\n<script src=\"https://example2.com/script.js\"></script>\n```\n\n## How to use this hint?\n\nThis package is installed automatically by webhint:\n\n```bash\nnpm install hint --save-dev\n```\n\nTo use it, activate it via the [`.hintrc`][hintrc] configuration file:\n\n```json\n{\n    \"connector\": {...},\n    \"formatters\": [...],\n    \"hints\": {\n        \"no-protocol-relative-urls\": \"error\",\n        ...\n    },\n    \"parsers\": [...],\n    ...\n}\n```\n\n**Note**: The recommended way of running webhint is as a `devDependency` of\nyour project.\n\n## Further Reading\n\n* [The protocol-relative URL][protocol-relative urls]\n* [Moving CDNs to HTTPS](https://github.com/konklone/cdns-to-https#readme)\n\n<!-- Link labels: -->\n\n[hsts preload list]: https://hstspreload.org\n[https only web]: https://w3ctag.github.io/web-https/#h-motivating-a-secure-web\n[ie issue]: https://www.stevesouders.com/blog/2010/02/10/5a-missing-schema-double-download/\n[protocol-relative urls]: https://www.paulirish.com/2010/the-protocol-relative-url/\n[hintrc]: https://webhint.io/docs/user-guide/configuring-webhint/summary/\n","repository":{"directory":"packages/hint-no-protocol-relative-urls","type":"git","url":"git+https://github.com/webhintio/hint.git"},"bugs":{"url":"https://github.com/webhintio/hint/issues"},"license":"Apache-2.0","versions":{"1.0.0-beta.0":{"name":"@hint/hint-no-protocol-relative-urls","version":"1.0.0-beta.0","keywords":["webhint","webhint-hint","no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@1.0.0-beta.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"0480a84d7eaa61afefb54807ad8d33f3992246bd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-1.0.0-beta.0.tgz","fileCount":6,"integrity":"sha512-0T/j+Yg+TV165e7OTjQZ6WY2c/8bZW/qS2D8/lkO5qeqDWqKZW9c2UcSfHL0/VqOquncyyYOk0jga9vm/7ovdg==","signatures":[{"sig":"MEYCIQCUMAJqlol55D37JcpNMvDHIY0IPyup1v5e8RC3XUwNmQIhAOcv1jFy0LeSLjYBjwMz+BV/R9V3HBpvwR7QJaTkTp2c","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18888,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTlgeCRA9TVsSAnZWagAAlSwP/AmXSLduFyDRch8itWHn\n9xQytxDIFRxrQJyyYmGM8VMsV6c1BFpgYGkmS6XGqxF8dq7FLiyvW1aXAF/K\nq0uuzWAS82LZAmXM3uknNDY5byp8c1r/MQal/BOUChHyO5r7RL9j9Dzp22kx\nTNHr9JfXqxV3tOc7BK2Fkd/a5h5LXBSIMYjtf16hD05TLHtDbsom8aG6JIck\nqHam2KsnApaJXx4GX5R0wAhtiFzz3eUZ6+U015urNTueJoDR5B+FM/DiGhmT\nti4v5w8s22a9J15MyyUSbsnAtz/RK1++VAWUXBWgyx1gUd3PYIE1LA1qQNMu\nOlXPJj/jTtzlFCP5+Aln/OCly1GGaL6M+cB3TbFPMhBVr+Js5jbJWliz36Yb\nZwbyIlySD/fFZc1y+THQArA/2jRKRZFGafepTZhDgktzjKxRUI+0b/lIxoyV\nYce49r7XAkT8HRBYz9MpDIGbTiLFfLpHX56TfHOo9sqmchQkA3IyIlVB6yVp\nV7M5G5pgRptqJN2ocE1REouU3Yg1ncJr7+uzGuaQaqhAc/Jl1pN3yRL1IXG8\nUAUgQsTFLMjMWHJ6tgkF3lt9Y7bidtnk7re6mKJx5sLVIVbn3l8o/7pKcZwA\nBXwBa8hxkgl9FKCOhphWv0VWF3Ua6eYAp1H8VPG1v1PdklSF64+sshaaslXj\npBTe\r\n=9Sm7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","files":["dist/src","npm-shrinkwrap.json"],"engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.2.0","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"10.4.0","_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^12.0.2","hint":"^3.0.0-beta.0","eslint":"^5.1.0","rimraf":"^2.6.2","typescript":"^2.9.2","npm-run-all":"^4.1.2","npm-link-check":"^2.0.0","markdownlint-cli":"^0.11.0","eslint-plugin-import":"^2.13.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^16.0.1","@hint/utils-tests-helpers":"^1.0.0-beta.1"},"peerDependencies":{"hint":"^3.0.0-beta.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_1.0.0-beta.0_1531861022288_0.5529066372705922","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@hint/hint-no-protocol-relative-urls","version":"1.0.0","keywords":["webhint","webhint-hint","no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@1.0.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"e52c0281c612c83ca3b4ec4dd126a915d84cbe63","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-1.0.0.tgz","fileCount":7,"integrity":"sha512-4ec2UnzZcrlC/vC0suN44Epw0P7yeaJfSb4Ve++N0Matr03WaG6o1hTQMNbze8VUw3ilonfN/VpdBWEKSHID+Q==","signatures":[{"sig":"MEQCIFaoIauoLq0XqQSKEe7wW2NBZLQgkse1z89LcKFcsYecAiARSHNuiM6Lwja7Sz/LLecepBFeQCXYX/0cnSpGkAr9Qg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18908,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbaNRNCRA9TVsSAnZWagAAPqsP/1BZfTtfuW8rnkD+NG3M\ncKPcjr7SLyaTTnC52g4wGzzpFikSSYvgaFF2Nqx/WhchbFljZRzbOFDJLYex\nRhHjIDwPKsZiuw3SDlgccSELFAf7ukE74JrCS5iXisCDH8vYUeGMuUmzubdB\nAjsNtTo8xGWfavs1Tp5ur2Nqw8rdna0tKJtukxP1GJU7KqXvtCM9yNv2IFLx\nkrs8ICzb8ZJLFk5grE29MfVW8FJGwqA5GNLv9YC4NhLQuZyP0hpXzOekrUtH\ntx29/ZQ1zzlKm4ndnVEX1N6NFueZuOiHGzGtzOx6eEzkun3mZawfMgkyh6LN\nNQrZ63SyRlmhaPzVXuRcGXpup/nMVIcb/4mjO/TFWq8VkeNWSjS7qKDMDGP3\ncGFvdTMJUGGl5gnVK7rYLSs2dc9D5psVK3pYuAndC2JRv1p/caBAR1nnX8eX\nYQaI0vzg9A+VdCJhf8tveb8o+VSc1oZgwe0MqoTVxSQLZKnbYQOe8U8lKud3\nyBbbO4l3wNDiLwM5MGZeqZt+/3ejmvue57/UEytW1rjBT+p/UbRAcagKzrDC\nYPVSPvK4r0hL3DYkdbGOmYn+Upjqxfo3Gsmw00GEMmObjfQcG7jpZXUQGBqk\nZdJwDb30YcEO21CVFhuHQhnIv6jBihnWx/KDWF2SCVUQiaT+HEjqy+QhOCat\n/0Vo\r\n=PcVf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","files":["dist/src","npm-shrinkwrap.json"],"engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.3.0","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"10.4.0","_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^12.0.2","hint":"^3.0.0","eslint":"^5.2.0","rimraf":"^2.6.2","typescript":"^3.0.1","npm-run-all":"^4.1.2","npm-link-check":"^2.0.0","markdownlint-cli":"^0.12.0","eslint-plugin-import":"^2.13.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^18.0.0","@hint/utils-tests-helpers":"^1.0.0"},"peerDependencies":{"hint":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_1.0.0_1533596748802_0.22430938712267223","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@hint/hint-no-protocol-relative-urls","version":"1.0.1","keywords":["webhint","webhint-hint","no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@1.0.1","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"095298e35eca3b8fd818bb2e117a2f95ed6c14da","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-1.0.1.tgz","fileCount":7,"integrity":"sha512-pu5fIL4U6BFHk0kqXQmTaapR/K8xhr6CIIZYdTcCnvcmX6IfRKOTISJ24/F9R3ouEbqoVUwnjeAEuFYMvZxvBg==","signatures":[{"sig":"MEUCIBdYJANRKMfPeMNRsyXUX3dCiNpqmwT7eowp2MLx5IEoAiEAx/av7sMZ0EX+ACtOLuy2q6bAZr9DDgQOWTwIZceWSvQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19174,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbbh9WCRA9TVsSAnZWagAA9a4P/3q58TDI/qmD16u05rsU\ngmyI0fQq/7XrXKRSiKBcUjzaJpp5hG7+JbMddyNsQFFyJmNZJgokN4UAJDzy\nPIRM8ZcIc7SmLHy47X1L9SpuG4TF4IHpFRMMToLjm4RAwP7xFWmS1NGxFWFF\n36wxZr+o0koCb4LuY+T0zvo3mLFFuFMiZQnab6qXREJCJwMt9PIawcBlfA8K\n1x8gLa4eLfFSN6PwMEiwl5nDE9AIfB89V/kHBRr9qVhcAbH2IjZ2qjpEy18Q\nQOMGKBNVgjO4eA9yMuDDTsYklcl1CtKhHE9IWE/CHklRDPbMnD0R7fNhLvyl\nMQJXSLrIzW4BXpgT6/Pw309htS4NXNUy8Y0qL7iOlVH22flWgfdzmO/VEKpg\nu8rC625jPLJtIftKf7V73hUXuzA7U90RBZxQvJUkM9t8DAc6WBE+YLI7A/NB\nYVOt8wC68CvvuuSyXgDcyUw77ARU5BpyCJYAtSOBmy8grs230CdpGy/olWA/\ngz7HBz+IwOFXQ6w0P9LTKUC1DXBpdrNJMR4WZF0eSyfPFB6i/mP8ewXMxpao\noVqpL9clgq5K0IrVssyaSNyH4pR/ZtEGHDrpgghuuTJ0RWOJ2JGK6fCq1yAe\nUZbkok4+eRJOO60YvwzIkTOGSt5ur3iENXCPXEKedCa0T7gx9md1NtC1CJTD\nxN+3\r\n=Qpd+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","files":["dist/src","npm-shrinkwrap.json"],"engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.3.0","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"10.4.0","_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^12.0.2","hint":"^3.1.0","eslint":"^5.2.0","rimraf":"^2.6.2","typescript":"^3.0.1","npm-run-all":"^4.1.2","npm-link-check":"^2.0.0","markdownlint-cli":"^0.12.0","eslint-plugin-import":"^2.13.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^18.0.0","@hint/utils-tests-helpers":"^1.0.0"},"peerDependencies":{"hint":"^3.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_1.0.1_1533943638290_0.9705854867658616","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"@hint/hint-no-protocol-relative-urls","version":"1.0.2","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@1.0.2","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"bb52566802d5c9661982c6d0ccb1acb87cb809e3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-1.0.2.tgz","fileCount":6,"integrity":"sha512-ZXxjzSUvowtEvWhhggZsu5ohHxQHXCOVSvg/G9TTkOFRebwyGEptp+J+7MbDmaZuiWqKCZzKgVNiJvTsfvhf8A==","signatures":[{"sig":"MEUCIHIElldShL+c0OcKb/FnnXa7HKP2nuZU3GIFKrrdR3fcAiEAoayALe8LC91IlamFXPwNgHo7o3ItoxliZjIjJosVPJA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19397,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkbUCCRA9TVsSAnZWagAA7+0P/3xw0zmMNM6HPiuPdbhy\n2tz88VXD8GAUD9MgM3lGwV5vu3JacE0QvKQ5quWuRIvampC6COWv5/XPuAkP\np+hFh5yGikd++r2vWdPoVaCKICw+MAKrZPihObNKv/FfsdT+TcdiYQZmkbbr\nBWgmqD1W8sXTPoVgO+XAMjHC7QjoLJlFwPXrPMK6lk/omccX6ECWCbevBvY7\n0TKMN7FRW18T+8SjRUPWP4jbP5NUtep8ANYRoD0MNLURZmTsTTKG3R7aEt8G\naDFPM+e36DfFeuxteWT3amDYAvzd+pdSN5qhG1FrQvmKXbL3U9xEwqkbTwX7\ncb2QDXSigre6A5nx/aEhJtS3HC2wBqXCTGyvG9vwCYsygIs8HjB4XxNPM3s8\nKrapXZwP6V++oupUMQ8ptWLdK3LmhJuV5zJmWHOOgTzDUDgWG9KieKwdtOUF\n0Xg9HJXZfbj4wGtoJ5Xjwm1zSygTqeBWX3H06SefFPBi74qNDOqgIW6N7lOO\nSZHHVC99ytuyGqe3Gs4+MNq+c17r4ZNVnswgYogZAwmiAxEIh8A4exMoHvZ6\nkltQhryov3OmCEcbgqYOIMduZBeS5/oEdbuoh4c417KeO+XB4yQGSMQ8UaSX\nhlf3aX+atxFsVW/hj6DUAFO87wDIW/qnuwh+HbI2sL4jhHIilom9gV2kvQCX\nfMxp\r\n=HnjD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"10.4.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.0.1","hint":"^3.3.2","eslint":"^5.5.0","rimraf":"^2.6.2","typescript":"^3.0.3","npm-run-all":"^4.1.2","npm-link-check":"^2.0.0","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^18.0.0","@hint/utils-tests-helpers":"^1.0.1"},"peerDependencies":{"hint":"^3.3.2"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_1.0.2_1536275713644_0.8822220771645186","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"@hint/hint-no-protocol-relative-urls","version":"1.0.3","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@1.0.3","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"6c93344a23b25505daa4636578e73963b62533bf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-1.0.3.tgz","fileCount":6,"integrity":"sha512-kPheCLblZW5dyqIJ1J4n+/5tM2P5IrkHmSGN6cQZwY5CTBgXk4hecEZmaYNdB3F8bOnT/+25o8OuhS1gtufveQ==","signatures":[{"sig":"MEYCIQDIG1yQRMXkOmHnhmcDRoOZks/meLsvzB+1x8CB8zb1ZQIhAMsXI7bjTc1JXbhXKlS00zTz4ZilcuZvXt2ZRd8ohD4u","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19801,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbxnDBCRA9TVsSAnZWagAAd/AP/1164aoqkKAXgxxA80Vy\nvbaOvnj3gK1qXNSRm2dPmB6GYiSQM+EZ2miwCQ0tHLLF1ofome197zOKJIV3\njT8JfS63OjgkSUczksah+f20HJyznSIl0yompCIQ51cQdPHPMZYUxrM0OVY4\n4b8+1Z7p1T+RB39M0wAzRJ8o9ce+QXRy94BAbRwc31YvcBKUo2Iv/17m7nAf\no2JYj+dtjGZb2nfab0FTT1aZrE3yP+EKDX0D2yDxf4HHYri7IJhlW1mym+p4\n5rpwnyosnJnirYnnn5slAi74O4NHmS5l1MntWf0/CprHyaCCp2gHutNfXhWt\nPsuRN09+4j17PLnt69W/pF/a5WnSoUe1FjohBi81i0SzYBodIIgmwGQhZ70p\nZZTO9k0ZH996hydbdsiaSqlm+E6Mb277dQBGTntg1ogyAhWD5DnGt7eH+zJ/\nUuLeQ+9qpVXS5E4/AnDAlBgrSk7RYje7RYS6vhx9Lv855VX6sKhaZXeu+S1Y\n0Miqt6fSCUmliBmVkqIkiJdDKGkeYNE/Frg5dR2t5nKrgPsrpsPzG3nlkmh0\npz8Ob++E9qOp4h0U9W0Z21z61E/x9luM2Fbt0r7Y7yHcs7dqmB2IbdgvN9hM\nsAVChfaXBysx+1q4WoHDflKOnXeC1Qy+jJ71F2iP68oFSx01e0nFM0Fnczp+\nCPeG\r\n=ymyb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"8.12.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^3.4.10","eslint":"^5.7.0","rimraf":"^2.6.2","typescript":"^3.0.3","npm-run-all":"^4.1.2","npm-link-check":"^2.0.0","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^20.0.0","@hint/utils-tests-helpers":"^1.0.1"},"peerDependencies":{"hint":"^3.4.10"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_1.0.3_1539731648899_0.4210230056652353","host":"s3://npm-registry-packages"}},"1.0.4":{"name":"@hint/hint-no-protocol-relative-urls","version":"1.0.4","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@1.0.4","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"814f35cb18429b905e9d0df7b873f8bc86fc7532","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-1.0.4.tgz","fileCount":6,"integrity":"sha512-y99ZzWBDl9+cb+X9jcTSQHojJv8V6sNmnMNb6sWZHJk1fhaL4OlehXhMpCebSc8lUipN8yjk6WnqO8b1+jZVZg==","signatures":[{"sig":"MEUCIGXc5A2KcCo+57nN8wY6aKYPY0igG4C/SLvIAxFCdlQjAiEA9M+mxFGTYlaMtiVZfhZMVLIBelAuBjNkEmDnvNDPhIE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20099,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2kTPCRA9TVsSAnZWagAAc48P/i7q9uDs/FFWoDtDsnQ7\nzqy9oHoWiZhhmKVM22qLbrFx62mFIPPWTRCagqpXgY87j08RgW41OGDaJLSU\nNSTcvlj9fKB4ni2jlrF0i0/vWkdhLPLdEFQD41MEYos7Ot44M6praXvWU4ta\nIQSCO3eZGflXmw63c6CILle7lejzEL3DgUyd1kzjwfduuJTcJyY9jxZngDyp\nHBxCtktxjlKCKJbG3TkWMv7UYzmEU/5ffXjzj71bDsWNpdpqNaGSCkA6BgN5\nBjf2kL8a1hEUvStsXSZhrD+uQiEKWI1v9Abk/kY3qz5z5rkcbhm+9kG0YATG\nDJLBrvB82KP+BSwT9sfh5mvXacgdO6aPSgJ4gsx0tE78C673paCWCKe0GjwN\n8YraGr7C8Kk0ZErh7FI27+46BX2y0QcmEYZODOydMAqU8CZIP/BNxwmhEofu\ncojv005Y1Hv6RolIXBCDmMiKHGLQ1mYE9wzRzgePqE54LYSDa+oqa0nRk5fh\n90sU2TcBOxfv0oLzROb+7jFqUul884/3xsVxEUYVBWc+/ToPW7uBQAwY+if4\ncFNT+QP2T8fpQXt35OYzbS57d4RMShvkVlUogn4z9qvHryVRemf1ife4ld3t\nrgFY6BmtGiQpVPFdjT/xsTl5WO0be/xdSdY8zakI0dhdN2r6Mzur2Kpbe1Gf\nv9Ee\r\n=QE5C\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"10.12.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^3.4.14","eslint":"^5.8.0","rimraf":"^2.6.2","typescript":"^3.1.5","npm-run-all":"^4.1.2","npm-link-check":"^2.0.0","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"20.0.0","@hint/utils-tests-helpers":"^1.0.1"},"peerDependencies":{"hint":"^3.4.14"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_1.0.4_1541031118241_0.5620638750618228","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.0.0","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.0.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"781d25505b473dc9a218a32c0119e6e16337205c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.0.0.tgz","fileCount":6,"integrity":"sha512-3P8IGvi0frMvTfE4TJ0C8vLifQFEvcsTJ3VcyC9O+yLdQ1qllBisNAoi9zEm9PWLMTsanumo24s75VFte0wzsQ==","signatures":[{"sig":"MEUCIQD8IL0GmHX6PB1HzVOXLPfz+05z2KcVV82Oj0KjikgjngIgHcUthibCQ4WSnf7Ss4SRIF5vCAdzUILrO1HmBFvDs1w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21145,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4N/vCRA9TVsSAnZWagAAJ6YP/0m1b6R+zl9nHGowm4Vx\noD2e3FdYa9zx+BAlSQ9JnsL39oGTSxbrVIum87sijGudvFqIS24VdK1bbq6P\nMw5Zmm2cx2MgHloAhpvk371voJ2kvXLp/PJAU2CGDgDi26e++BUIHhqbzi7x\nuGIaSK+xn5wFg7wR43WYq3Z7r197S30Qmy/2afiYYeea8G1w6xaz406Ybgfg\nCC2da3gbOjaBlJWkovh87RxYvPyEPkJacZJLEXbETFXLK05he+qECIDhz8hI\nD5BY3oHVSQzRagZXp4ckd5pCxD7N+RY9EEXikMHB43L4VGrGyd5fniVey0O2\nhdMUUgRr9Nd9QcGNtdg86fa0myYyc0KYbTV8qoRFNB0TpD+X0IPNeQ1bs13O\n/BuxMlROLFhf7xmw9P233XTn3/zASbMNYs/P4hOWZsIxVujXJr9JwvycMf3X\nAhKVxFxmq0bbAC87pqHHKJsxiyOc7+g0gyHl2f8rpAFW4ZbIsFsaT8SbSjd/\ncbIpQppOnJLtCAPTJ80Jszv90Hx9uXTeQiQPX9i3ZBrXcbc9ZoRxJWFwSuEW\nR9Ktqy0mdWduu0/hGBQdeMMBulRffQEvTlr3fSpBOVphq89Ga6haLTN7z0ci\nR+wn6Xap6+BCCMokXSwRG+w08kSuzukZM0u7+mFHITZWmsbNTIHQEuFDbA0t\nKMyG\r\n=ybKu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"11.1.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.0.0","eslint":"^5.8.0","rimraf":"^2.6.2","typescript":"^3.1.5","npm-run-all":"^4.1.2","npm-link-check":"^2.0.0","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.12.0","typescript-eslint-parser":"20.1.1","@hint/utils-tests-helpers":"^2.0.0"},"peerDependencies":{"hint":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.0.0_1541464046880_0.5148774691600171","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.1.0","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.1.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"2bef713b6e95714f7d1efa8649f9afd3a10ad2d1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.1.0.tgz","fileCount":8,"integrity":"sha512-kz7SCFPKiMfY9qUEfzKqVhu9WwwOymYrz8adDJQTW+Fy4ovlXcpYPv/P/1iprJ+rFWiU5GB6Gpf96w527BRzdQ==","signatures":[{"sig":"MEUCIQDV+JqXzCvY1boaU+2596Ybr0Cxdqaf5JGs11ujsML84QIgSMx+EXPU5sktPRX2Tb7cGtMdiFlJzyFQ1HsT5Nene/o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21843,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/kfRCRA9TVsSAnZWagAALegQAJM/AUgxlD0l2U8Sirnc\n25NKcfvrrEZQ51cTCCOuW6pfNHyxhY7yQOm6E9zyr6teLDyQW00NhbN8gGZ+\nMNp/E/xRYRqqJnd/dUssngSELJvDLgAfYwXOuY1HOXyt7fjCVAv7WoJdKGYi\nmhLUBFcTE9+uN5TZ+Lao8aBWNY3ntBj0ivTFlurcit53xr2mkkWIInszQcM8\nG4g4PSoEWWWqdWZuMYqLtWsgMsNkzEuF2oOjxL6nzIEE9dzS3px72zI2T8H9\nA97L3DHT5dbPT39ROeMicynvfnPomB7oamjdU9QldDvjMr0kQ+hb9YbAxpLP\nIJ9S/fJCeIM+ZgdG7oUFV+ILRza153ZPX0XH2ks499aBPAUF/5HnJFsz+VtR\npU01clqbsArj5Qy0w634hdJ71Kir3bl9OCHE2Cnsf2A4rxssOnffV9VKAlMW\nQRhsFUhgT4fFrZtgi3dHlhROBheVCpDYMlq7Iryx5SmQqx98y5t2LzpX/Hah\nn+UimpMy5fm4xVUa5vg2pnrIkWwAr3U3e43yMP7PscIEnjx0kCmVsbTMxaDy\niaT1RiOKIfk65San1PczkUkAeGd0sg/RPVsn8sjW4xvRWaV9K90lAyPYDoZG\ni/pqgGNz7G8XObgkiegpksSKhv5OKfhGZqmacoBAt0oPlDKDQMJUqWOFs663\nFp+M\r\n=13LL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"11.2.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.1.0","eslint":"^5.9.0","rimraf":"^2.6.2","typescript":"^3.1.6","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.14.0","typescript-eslint-parser":"20.1.1","@hint/utils-tests-helpers":"^2.0.2"},"peerDependencies":{"hint":"^4.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.1.0_1543391185010_0.12242058283928392","host":"s3://npm-registry-packages"}},"2.1.1":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.1.1","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.1.1","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"f0cb23d2db9dc7bff948f98c406e08ebe119c91a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.1.1.tgz","fileCount":8,"integrity":"sha512-ZtOEwO7M/MjgCV6Cnse/8gmPz8LHJ1BijA57wARgt9xqtVJm+S4IUNIJDcLjuFh3gnGEPhCpG6wyRqriNPL93g==","signatures":[{"sig":"MEQCIGMqYVHh7115S2kKJ3zNHbLGetRg95NQts99gi4mq1+cAiBUaYrLxR7vZUHRdgWoiip3bZZYQjAE8gM8gZjdtIOFnQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22079,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLS07CRA9TVsSAnZWagAAMjEQAJMBRtDYRZtrbfbDDRiH\ne42JWl6AytGb4jRZpJHstQ9J7mgfI981c9isrxYYFSYYNPS5YjS1muX7XTjJ\nJp5uRQQZznsluegoMZroBvipSSN3hMyShfrp1C7n6ignEMkidRKKL9FIlnZY\nY1ZsgxxyRG9JfxTVD6cHNUwNoADfyypGv+YCowLZCoUW9yuGdSKFL7f2L8cs\ny9gtzrgAhobloCiGZSgoXC7wG28LCsB0UGG/bdGWze4YIZM1uCDXt8WjDSY2\nHhXJt7CiuZHAlp0gXF4DYlQSzB0rkI0LfALRXFg0jGlWl3Sri85loB+f/mas\nC5vviYj5IM5q+EX+j54PrY6afFcONTUWgGsI4/SWjC8Ud+LeT+GhTpPQ+IZL\nkXOGfrU3TngRSBXIWSkbfy4zwad+oumgjlm2XhhgtwSl0QUILTX0vhYd4i3n\n8ps9bRyzP5GNHyQZY3GbQ+Od40P4FAyzSD9JtWP3i5GMN7bOMqRCFdfBVCfJ\n1xeHO7PqQFoM0N2mOIYn4JZqn6EN8c1hSBgWwwBZ2iZjDuQB7mHTAIEJGecK\n1EcsK0oa7Ob/Rf6gsXVmcY5UFN3pT+Pz8a5HCtksDnydmuVhMHkHLoTXQa5Y\nzUOG4nV6AZMwemY+SvKfkXxrBBi6Vwr6m7VP//tWmMoHb/CZx3U67i8qwtB6\nNR5q\r\n=g9km\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.5.0","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"11.3.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.1.2","eslint":"^5.11.1","rimraf":"^2.6.3","typescript":"^3.2.2","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0","eslint-plugin-typescript":"0.14.0","typescript-eslint-parser":"21.0.2","@hint/utils-tests-helpers":"^2.0.3"},"peerDependencies":{"hint":"^4.1.2"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.1.1_1546464570818_0.7192695862778269","host":"s3://npm-registry-packages"}},"2.1.2":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.1.2","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.1.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"890144d35fcda152a3bbc868d1b1f4dd23693a44","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.1.2.tgz","fileCount":10,"integrity":"sha512-08XKtBMwXW/WqBf7XGamvFuGNeuMkxmEkohzqiUv2Byyj/kapyAAJHs0beGIsN1o10iqDlCM1X7MOC9QDE9v2A==","signatures":[{"sig":"MEQCICvxr/aUjljz2ff8dAX5BlzWCNACXEKPBoHXMhwZ+atEAiBz6Xic/cHw7TYlsHyNlShl0p8mZENc2b/ikGy4r0ZFYA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22968,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJccDssCRA9TVsSAnZWagAA/wIP/1Q3oafM3o2h6cro9Nns\nhUPUuwCWY+v6bKzNuAi73FPhg4l8Ry3GeeXqm/LA9M8IHAL7cB2/0bXLk+jA\nyjVqnj7pgMY0eGgSfdKtQyvTegmqVifKXLyolutuGrLorzdcUOe6WGX9eThh\nQJAg8H8WVDujAPI1NlterFyvsXR8auELNb25LDILbdUJKmjPzYquZwdLj4U8\noC/xHUfUgZN3XVg6f8dR/ymSy9aoKXz5cfkBKVlyVmBL2WsDJZY9Iz9778ZQ\nOfWQNitiShhIS11o2mAawzNLkLD7IlAvzwqbxhYsvXnmh2bYnxeQp6lJeeNn\n5P4kOrRyTdDaFzqCQeuzE/i2abhEelNMe9wPJhGR/oH3+grXYH6GJ5FjV/Yb\nBnKofp9locF8VucybWXU2EyjYynuCuGyUK6a0IFMzDJfJlF01AyL9aMp99pz\nDz7bIZTbbJFSkL/G5wzITU+o5kR11mO1c0xYvVWsanYd+9+MNgGiyULDk7Wc\np/1BfM8Ls0x8h/uVCwta/Skwrerkba4NDnG8Bog3HgZyAACip4xHEbe7Qbrz\nvAhlzco6bfFBDuSbgpvYzAvFlGv4Du5a6DGyNw1iMBibTrHuLYjoWXAlPTW4\nxVnegGmnfd7K1zKQyIUQd5WhDTTxODbTFQFJ3eBNg3uuM7qm5I8BfNH4BPKQ\n6MQR\r\n=oyDZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.5.0","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"11.9.0","_hasShrinkwrap":false,"devDependencies":{"ava":"^1.2.1","cpx":"^1.5.0","nyc":"^13.3.0","hint":"^4.4.1","eslint":"^5.14.1","rimraf":"^2.6.3","typescript":"^3.3.3333","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.16.0","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^3.0.0","@typescript-eslint/parser":"1.4.0","@typescript-eslint/eslint-plugin":"^1.4.0"},"peerDependencies":{"hint":"^4.4.1"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.1.2_1550859051764_0.3536954176795566","host":"s3://npm-registry-packages"}},"2.2.0":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.2.0","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.2.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"09ae4c78763ab388761900ae233df2561a1f03b3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.2.0.tgz","fileCount":10,"integrity":"sha512-DRD6vg330sNnXNuc42l8iAtRb/RtgVm+wEOKEinFjrXT4S0YtpYk5L3X+EIBgJhEs1sN1UQ+84bi1cI8K18LXg==","signatures":[{"sig":"MEQCIAHOfkscYXi+q1Eq0AC1Ur0As6wCbrOCXnh/eJmSX5T4AiBl5dpgearBSNRiInR9DSu7LL00MOq/QERX6/SAdlN/zg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29043,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc24AFCRA9TVsSAnZWagAA5hwQAJJoO2/5jf7m6X8xUvju\nssyUCQ2VB7HnLUF6GNg2TEuccFcWGwBxg+TWdiV51YmJDW2bFGVPktbykvml\n1brauCloGO4O63/KwoSOQymgzalx5fihUoLuxxmM7AOZS72zmvxCVNR/UfrU\nPI5GvIEaxtPWvVcSH8vHlPO6yqlQ/HY972gzjmPh+5re/2umahS13lhcnpPE\ngP411iMuf+0fscPGc/fLgQDzLNqxmParh3pOlEtk4UZSUDmBVNF2mKKHdtLQ\nv//Zqy4oqTwKMaPCfL9hwSIQPVSvJlSymEWDkLxFBydD8KtfFsWt4IORsmNl\nYHn1uDGiALA8JXbO/yXPw8klTa/Tm9iV7u7AvfJRgXwwuAkCQK0JGb0RIb1Z\nRQcUqQZbXUvw9rgqBKs/TkBvyVkExISmRrztrpzQ2fKsLaSDD85iVNL3JWdy\nx8xZ3J8nZoVjHI1uOC4hWF4fsaBKfqg8j00sOh4Qp+1GZXfUP3tGbIJkRmk/\ng43L6p8AzDLRKQOCptsZG0SqFOkEAFWU98mCx9+k0Soh5taHGU/kr5Kk3d7J\nFw6uEiTSrBFN66yoXG73zrC2eA5ZeUQvXeBFLPEGJlN0pdY3c0598P3/d91x\no2SIXBCRZy255Uk3U7kQaq6oeMBcilhw56u6MlBIm54izgO7uaN2U21KzMU3\nBvWt\r\n=PpXM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.0","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.4.5","@types/node":"^12.0.0","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^4.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.7.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.2.0_1557889028348_0.19427313621799325","host":"s3://npm-registry-packages"}},"2.2.1":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.2.1","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.2.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"71c715e7bef2570240cd65d2019b7be969869d04","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.2.1.tgz","fileCount":10,"integrity":"sha512-SgqbparvXrtObafGJdtrR9u75+EttEia8jtxqiBaMOtuSbmzLblbBQlWGgzFBkYT/dYpng9rgp0wWDnB9GoAxg==","signatures":[{"sig":"MEQCIHzOJdz5cuBk1aNyuUOQ58c8pCgxvMBxj4sqf/zS/I+rAiAXzO3rqZ93keXWS4ZQNJTB+gRAO/xFzkGykA4e+LL9qQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29043,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc25VFCRA9TVsSAnZWagAA9ugP/3MlXdvHR5R5l7ByWH/X\nEnriNXfVrimse5KXHds33udbtzB4imuQvm1Tgu1C8af2CluO7bpDf9mr9A5M\n5X1O8BtlycYb7G3lbu7f2Hror5hqqsyhG6jakIQyhQ7d2Q1JiMrwYHfWnViC\n+j4HtFtS/ZvQn2+hGrgz9TrWB4qpiwxIVh0TZ3yk7p3JV/7kuMKoNKmyCiud\nUJ4m3+/EPlFA3X+VuJikwA0zYsPodA077i+u7XJsWDMpH0hq6Vw92jkrUYM5\nqUeHpW9CvCnVd9NvVTkOEw7eyZJ/Yi8FPb0Qz1h4z23dxaheQbB3oBlHhi9Y\nkjlvf8lpzbDjk/IKzrfQ51DMsL0BOSc/3QytObnyd6wBgUVdqvDXqihmRKvz\n4G3bL758cnwxke8MoxoUVRDDwIUg2M6lERPgUzHjQIbzTEIxMzs2BQRG+l2J\nNOipm9wvCA35mUMtjqXlbggmOd62QUB4AawQRr+oS9pkmWMzYTetBvmaWkmi\nTApxBGC+xame31XeasDtwnepFdIVBAOZShKvAWpKIktRWRLXp3iPYblogR2D\nBfQj3mjjFMswrYbNdtIGmYVWb8K9KvReoX/YCNzrftP+hC00CT203XCZIGeN\nV0plTwChVdzWu/WuZh1wJaRjYtIWgyzy/CwXomilm0Xae/kGT+HL259rqhR0\nvhh2\r\n=4+U8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.9.0","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.0","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.4.5","@types/node":"^12.0.0","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^4.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.7.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.2.1_1557894468469_0.6532612933819204","host":"s3://npm-registry-packages"}},"2.2.2":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.2.2","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.2.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"6808ad9a72238aebc6d53126429cbf7903551d0f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.2.2.tgz","fileCount":10,"integrity":"sha512-vhQfi2mx6TLbQCX5HHXeYpMfoPxM/ioBBm01NQ1du/kw/1GP+PN0mGrRMFMunIf6VM01VVQmi01g+fHhiYAY5g==","signatures":[{"sig":"MEUCIQCmS413t8/RtQluFABT2KUTi7HAm/eD1/vRhEnpjbsLDgIgQrNnGbbuNV4WVez3O8p+LHhUxd+NECc9++QCTua+t70=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29465,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5sFICRA9TVsSAnZWagAAa4oP/2zWXs7HgsWrFJYKINvN\nkqEi4rqgiZjz0YntfCKPQrWdMjnsVpZVSls1Xqfy3hfsNBeGGW1Fxro7dpBa\nQ2jtwHi2OgMjfrs/oalhfVXN9dRRQSZvFh/bVCleaToHs7ee3tYvf2V+IvuQ\nU/7IQByjnNhidiihwwpXqI2onwCHhtCNb6AjvuEen+y6yqOL1xyi7pIVl9wp\nSM3+AYmtqlFT4ZAUzy3+SLu2lv0TF6Cbkg1giCt1UMP3M4/sIAuJROmKIgCX\nlYd/hKidy/BMAnhsyub1ckLV1VkGORNgioo62txWoCllwYXnaj80QVa7wymJ\nGVsYiup7dVW0eKIspRca81Fcyv3vI8399LPWxp6IGJ7BY2v8cefAJu8LYL9u\nbA/JPlloI1y2gQqrkzZqfOnlPi9QqLGdz3ZoKGce7owt/HAj3sqf87c6o3TU\npVj/smxfBx4tx7bdh7mLJj+egrJVgAgUVMV6Q2+8tHWcVtGLsTAUdbpHS07L\nP/Go/lp/6IEccVaklIz1VijSimgHK6AYtUxCRxQ2osmmEn8dahNaFZuNwNva\n0OHXjuDSjpHOtc9tU8y00sHi24P2niZ1QKCQfH0kttSdWrNfidnwdXEAwSov\nT+B/PB+LUCv4iHQdsanlpbQixWKI8f6Tkp/fzAzNUrHPyuh5qehqaq7YiuWd\nELlq\r\n=YBRW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"8.15.1","dependencies":{"@hint/utils":"^2.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.2","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.4.5","@types/node":"^12.0.2","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.9.0"},"peerDependencies":{"hint":"^5.0.2"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.2.2_1558626632386_0.33587575558525296","host":"s3://npm-registry-packages"}},"2.3.0":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.3.0","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.3.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"c61986eed7962abd930a5fb28ca65ec4b6f7209a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.3.0.tgz","fileCount":14,"integrity":"sha512-9XMB+BAGL0mOn/CHlrP3CEdIO6ymXZgo/8p0o+WOAsUVB5OYo2WlPDR4HAEiOKT7l11Sxi2x3O7ds0ASj++/JA==","signatures":[{"sig":"MEYCIQDB27bkL4U2KOzFaRiiICBkQ+1uTsIC5zcThV8s6+W66AIhANMbsNkon+tMG2tC/OfQI1BRMmDtke+Hxq54wcSrN5l6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34181,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNza5CRA9TVsSAnZWagAAmdoP/0d6y0GLd/Y6My/OdDAu\nXMVo9QEvcLA+c0zSdPqWfWjIRQEu3U+SWEKCI0t3Ccp6rZO1NzE3pVy1DpAp\nPMoyc7F5sMT0zaQhxLX2ubTew2RPcGBsFh9I0pWEcw+FmsFuiTR9ms2b+Fcf\nkOsmvB904OvnhzxE3DilvxqoPYD5hxfy1n2CYS5IK6YX2MGGTqxslJvmbaK0\nFldbCois0EZZOE5F5U1ISrLikG5U5h/YNkMHAXFwV+DZvUPRpq521m6BdUhE\nzcYj3cVSAGIjn+xbGohbV67DKfDs31jjTyE37WzWuzD9RMbFiULSIyYlcdPT\napvR9ytxO193/0ZdbxAGsN6nqsKYgsNdVhVmsT8rfUHsKUnnfVhASGN6Jloc\nrbhXpymuyDIMsVVZM5LhW+a8OQE6IFp9lw9g+ujl9hHu5tS+rCZMhGtjFFhM\nKcGQQXitkTD/9J+i7sWccJzeuGl+5r3wi+xEPeBk4R4sb0QT2yZpGavk9fED\n6bZeFjdNJiOwP9+MhmN3iJdK7IiTD2chQ3SB4A8A3RcYGpCOZolRBDDBN66Z\nuR22p6m6H5TXcWS9VdSiBGHSizr6PM/XxFgnwgtzc92aaSoUj/ww1j7XxtAi\nth3Fw0hEVh9DTzejPrBDvgqVIVCwr8HWje2YABVVxUn6BeU79j9qOgWLIjXM\nPy7C\r\n=caYs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.0","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.2","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.17.3","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.12.0"},"peerDependencies":{"hint":"^5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.3.0_1563899576823_0.8290423321712306","host":"s3://npm-registry-packages"}},"2.3.1":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.3.1","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.3.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"bb8cb9f221bafc8446eb8980bd20b28c29097bd2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.3.1.tgz","fileCount":14,"integrity":"sha512-/6XCszV0ZJ2PdREzqqLFVtNLvveYEkNCn/3ojDNG2gZNnDhAdlNazOfGCtmfx/GwMrRUm+2uTAOxB52kYlJAfQ==","signatures":[{"sig":"MEQCIBpr6pcFb5Xtdy6H01OrRqiSOiFp6XpWgMAeQ37UXxPaAiAZ3KHWdbCudIBoA1ygOayFNxEIenPaH+szT34lTYPdBw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34207,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOMuOCRA9TVsSAnZWagAAw2oP/207sJGhBLZCl/V6fOcN\nxxmDi7k7+lrpM428OpbtD/nWKMd3y4Jm5H8s4XW+abRMP5xcMoHrABAY8U4r\nzrzRYEDhmxsn66rslY9Dba0rBHJOPvQXp53Nt/QTqC6mvQSMC1Lg7f0RnA8f\n214aRJ1f5XuJst7x47h1bkLZsh81hDMwTr+knbkNruh2rPDRYzI9FT+yiRBk\nIKOmWcFBSb3teRBhnLD4ElresNgMghXz4BfLHJ2UGJaoBzQuiyYQ2UJBf7ir\nZhu89fhXt3JGxL/8IrIFqDd56Hh+F25pFLjhu0uldYDltwE7MSxsIE4gsxVw\nW/METnC2doxkw2EgTlw/umfVuY7E2Bs3YtF0twgDYwAsv/eIAmnpMt/JCZhj\nFy4vtsR42V3IzK56mz/Yvv4O7c7KMCIjm8OyR39JYfnm5y9VModlBXi47Zp5\nmnHafR0rnzbkR28tbwFESj3hanoIOkUJD8IuyL6emrc+b40xVG4w8r1BugWf\nrCxw5ealCAaExZX14Na3DZQzl3KMLMvTiaQeHRzi38biuXbdGlDDJzB72gXk\nVqH5/SV7G8wKWqK3us7eVs/LuP3v/g61q1bSetFYP++ZaH6Q7uovpF6eFxpR\nqES1MZly3o9lXvpH/D8Z76IOgLs5ThnosM/B/CJsADD2iOMNrriReefX//UX\nUZY+\r\n=ZSfr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^3.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.0","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.2","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.17.3","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.12.0"},"peerDependencies":{"hint":"^5.1.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.3.1_1564003214106_0.17890955842809042","host":"s3://npm-registry-packages"}},"2.3.2":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.3.2","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.3.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"b8c9ddd710970b75e1c6bda2fbaff0faf86c66b7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.3.2.tgz","fileCount":14,"integrity":"sha512-q7UklsB2V7RnaVFn4qFMFdy9tY62y9vDB7n8L5vW6qfpasaaxIKwoFtxv5lhumDjx2BurD8WyriAzQcLsdNm1A==","signatures":[{"sig":"MEUCIGWh5hDlpvBHo6oV4bT6NUHchDNTgLfTwOqwcVz92BKoAiEApFkuNhlrvf/xyoEbin/GEe9SnNbbBBn5DIXOzrdSz9w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34965,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQJsKCRA9TVsSAnZWagAA3jQQAJfE6r6ivj4DTsIqWAYL\nB6dhc4BVO9LQqq6YkRQXse6hMiC2XOwD4+qKlnrwXPIyw/0HfExIMG4lvD7J\nIJmTAl2pd+RH86r1EuyhYP1L+A3rxzbh+1wUYzVj/CiIspA7WxTDfv8EHAnX\nlmxmie3SwYlYsQ++WR/hfyyXMU+OA7CLQu3zTyKZVqNeePGuY5VXvnciOVd6\nLUgdD4p4tejW6N8YPfS2oRv/H19wluttmLxa/T5JMw+gOmZO+U1hpGIYDCmQ\n0PnTEHjg+htKZxLlPAZ2YVl28jI3SC8s02fjh+gdUqTzRebYz9y3xoUAt9dJ\nSRbRX6Uig1Rmw18dDTSGOYZqZadjbCNSvkB3MNTR/tM2Tf91+X+pfhggaFJI\nWxKin2Y14mCdQfbOWeMbJ/Iu4Su5C+FOkv/Z3ulZ94KCvdMYyv9DIpjx7jD7\nlAB7qcoB4Fn5hH+HP9fow1txsObLrIG8eTjPUNaN/1QVQ7twQVHJqARKVsN2\nrtYRTsunwFwi+Bm6UpnQCTD4kkJyVmx4gmONGxx8HTOrl/3/u1UJsbwzeQ7h\n4dYnRXSu65TuaZDrTvpK8g7FumbfzapqmZHKiAOlqGpeEs8eFfjXM1Fa/VYV\njMqX8/aIXYebHLdnFPviM/0upwxpv3fMxD9kLZP7ZrXPimYAdi61y3BgL/ZP\n3/AP\r\n=Pa8d\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^3.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.2","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.8","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.3","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.1.2"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.3.2_1564515082365_0.03855042014767962","host":"s3://npm-registry-packages"}},"2.3.3":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.3.3","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.3.3","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"050faa2a3d426246977a95149ba1c769cdc6be84","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.3.3.tgz","fileCount":14,"integrity":"sha512-XINgAEJ5nuo3X1b//craigJcAT/dnFm+B+HDOS2udZ73KWue82PYj8pn0JkAHiix/raMvxQxYIpSoUTj9ZihDg==","signatures":[{"sig":"MEQCIGWWx06GL1Ge50+RvgkzdsIgPlLYg2VnbWfrn9bPNDAHAiBixTah7ja+27fFyRv7B+6TPOhrFFzXOh8v7YwqfUntlA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35234,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSeZBCRA9TVsSAnZWagAAEbsP+wVSPSMRvKCS6AyMLQ2/\njewtLH5E15IaL8SxMd+xx3uU/CZ8btKIxVOKfKDDEh5cgNhuP2XE9Ghi4i5V\nV7jmJixfeoHe9LsKcWH8PMLS/nWI6gHJMPFYeL2o6/DgOeVCjbNM1OfPkSzb\nt2eY5ThHGdnMFn96Olpfz2LQ76L+6NLYQqsX0QPF6Tmtuhd99j0vHlP+hUwO\ngvKQSqbVfDh1Mq9n76WxmoLTgJvlmgsHYQIf3fsomL9GNC5/J3gwIJyqiLzT\nElZmqVRBEofibDOKNoHUwybroWbM3l5AZFk1F/zyAE1k9FpgeXnptdkTb6+p\nrEJnM8jN6p/cIfvpqtvMCOerpHJEdZ6HrvEZHhzd/9QcQ1ljlNPmLnvtKS88\nCAyzgrGHP9/I0MDfHq8xSoxSFfC5HbDTQrZVSxIQtQRiNXNGrESJwg/HeF+o\nkUTLJAt/lpYIzFFJumNEQe1xKi469muuTdSqQb0uNMkQT4Kpsr+RsIDT6wzT\nYytD7BY9q2pAznwUMbM4OYa4HdGeP2+SCCckONHB/uDw1o2Bft2XYxMIPpTK\nXDMSWwTVvJH0K70VEXeqrQ+pbrqSOKIVH5jbCsbvYmik+SxK3DycwNND5Ybw\ng1FxhIdTtU/g9YA+naiLEGrEemeCc5F9VYjbcEqbkoWSS2IDxd3RMHNTcJz1\ngzbt\r\n=0Gf4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^3.1.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.0","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.4","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.3.3_1565124160627_0.6820928013575691","host":"s3://npm-registry-packages"}},"2.3.4":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.3.4","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.3.4","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"553bcd6e339f9c40be355e8cce0f87f050f78642","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.3.4.tgz","fileCount":14,"integrity":"sha512-+GAnvZUim4hYXHmRvZFVrKVKUALVriVAgitIK5+nTeuh0XlKIpcEXp/cOA79AG03a+9Lb8bUwLik2K8wJQrPgw==","signatures":[{"sig":"MEQCIHzYhY68an43buPgz26RiEB721xhNKTe85WBQ13Z1VUuAiAescMVkgOQanorxRQevSmFgbDYbWDd2L/iPotc1Yhb8A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35233,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVheNCRA9TVsSAnZWagAA6soQAIIpKK59lfqOC5Cjm3ZN\ntSEnq1/kBX5fl+2aspwcc2vxiOwzRNe95Xp9mZoYwPH/Pfk7H1ceBvwwFFBo\nhVcmSNYVBsmUXEkQVSOF/t5haFlHRFsgLiMaV5gFLwPFAb3RmMM6+HVlYj1K\nZiH4100IYGItdPhHBpSK8IW8gjjmhSDrMREbyP1iDJKS8xKmuBwcD9iIj5qA\n4eU+vUmxtGKGiNTvpZbgeN7b3MBfkMfyhj08CJDWHrJjEe/k5PSQiFeTAtRw\nU9jQb8ubAx08f1uTbRrq93TaipllXpqEtJ0wC1anqxf4CC2LcyOUevUJABDI\nRZIZ9haR0xg4cvVW0SwMavlIVt+ROKkLT65zt6q6Ve+/9NnQQ6D1o+4pPdkE\nzIVtOuks2j6s8JpDctTWvxt2gaSF9a//hEnsbg/SIro+EVXkRVmcjxQaCiuV\nFUvTX/k+Sl5+IJRvEfuETKWxCGzE/gswWSMv7vpDbT1NBpa21rc0kelDuTir\nmdcvCYba89s0vnLkR265YULGgX4YRzMBL77YrpWQjXJoBicbiP8Ei5JnCcgg\nIPO48PYCsfW4OwbJDGl+xe5Lq5ehABEuBC7ykizHSmC1gZAuYpBbrNbwMXfj\n3LQZawgRIgbgsVqszuyxthCNjkv+whtwpGnNUGiS/hMCs7HbTZGBsvaZqCMt\nTycJ\r\n=bvNk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.1","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.4","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.1"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.3.4_1565923212901_0.3455855261719947","host":"s3://npm-registry-packages"}},"2.3.5":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.3.5","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.3.5","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"8a196fb9935db574dee8491c804df4416daf8360","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.3.5.tgz","fileCount":14,"integrity":"sha512-6jjpFau65KWfcf1ZBwOP0AGgDS67UapPAAPGj+vdVL8NDh91EO2bimc18Rufpm3YiLy86iegO6X7EIaaI9epWA==","signatures":[{"sig":"MEQCICNrevgEFC7PrY97fGNLcjJBkr9+5IbC5s8XlcWNfC7rAiAhZGetc4pVnPdCnj/m+4aothyEJHCTpPr9lUgZXkFEdg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35261,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZ/VRCRA9TVsSAnZWagAAU0kP/0j4C5C00SKNI56BTksG\nidvosEWUMZi3X0ubjyJJtbgc3ag+UKvMNhGRqEL7ICFUdx6NAC7NOPztNIYL\n8ocV7WDo/E9vGzQYo2CNIBJecZ0ShQjoE7OBTQBKPqfW+DbEGvxhg1Qd8XcE\ngF4/S1aCtIhcd4DzUh6gUJurju78b5ht/tHkxI+mH+ruRtXYVypjYlbuQai1\n7rEKpRvRnA1N92ZwxojECReFLe1lXAKhHVMUG9EC+9ijoK2jZrJndoXXQwDF\nmFwjRnjBDayKHxGigQtqL8Lo3FyujygAho8WFa/vhUgEDuas+eIunrgSbAIv\n8DBIyRoNlkUBrWZskiLDEebxpf5vrK3FYYJ4l+ut/uPOOAtKTghyM2mDaBU7\nc+Lpfa7WYQwa87itrqa9rJ3HdlVz79XAmFn0gtDRTFB/WocEonABZJ3HB7ez\n1aK88O1OknB6NHnzn+zuAXQRqcSBRDrBVFEHgUobqwiH4rO9wEYD6wfWOQ7x\ny2uCrlQPuYAajX09D1WOzm0y7gVib5IoVftFzNlscaehD3tapVdjJZwLdV5P\nZsk+iDqnirTvWMP1CYDtseAJeXe9fS6y+ml7weIb0Ez/J4tbKQ2utLU+kHmL\no+pKzOlc4fQn1sRndLrVgaf0/+U4ZHHF6OvG399nOxZB+fCEtHVXdRXZPHtf\nbiJl\r\n=KEY2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"8.16.0","dependencies":{"@hint/utils":"^4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.2","eslint":"^5.15.1","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.6","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.2"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.3.5_1567094097298_0.9492363377199113","host":"s3://npm-registry-packages"}},"2.3.6":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.3.6","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.3.6","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"e7cabb95dcc91789bec667a8b4d269477a8c01a0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.3.6.tgz","fileCount":14,"integrity":"sha512-q+Jzc8UMERdiT0XXVqR+ODvfc3qTTNfVDgx0qnIiqckAKqC4ydtaX0jih7RRPHAVaG/Mq3u5uljuAa7+C99qhg==","signatures":[{"sig":"MEQCIFVo3ENkzlHYVTlGFgBHCp/AaMqNIhpzNX5o4LbCDGRrAiBOYWwwSwtr5A9ZmAO65+ge3ReBUc8X5xgbwOQhfBsc4w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36637,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdeXXnCRA9TVsSAnZWagAA/RwP/juEp7vdWrB5OWrBDLjz\naRHkPGEgfFxWPE/NsiQmNDIh+ckSp1qgppB/kSVzM9xuWtDGwMRDz/NCkiiF\nklpsYi4/lH1hBqXw9Em8bEFRFR4ctC7Qt+Cw7h6e9+poznhAHo5O0OeB5v0C\nEVU/F79U38qks7n/5Z0mxQftBKBjY+m8p18dQS2Q+0XtvIlAo38GGcrJ74IY\n4+kamWP/StMET5LVYvxD56R14efBtEl4Z6UBmo+MS25wiLs4IpWcBHziGqEv\nDXCD029t3uWiag6sTPYjb2LWbhmbb6DpbsW2V+UPogZU0CBVD5/fU7/azB5O\noVKEgdW4p7nkG98nvmIB6jFcTvQ55vfv9Opn95Bxb1KzRIZBXujevK27U5G1\nk5jTNAbaySe/SfacCYUUUiEUOyFA9FMHcV4z7J9wd339e4shX49fsKhFkT6K\nJ/8C/xWmnfg4l/dj8ONt/G3zSiWwK2nObopsfE4VGTmpxO/wHvHLLa98Os1x\nr3jBXBC+HVcjVuScdh7fnfV0fsJg8mlkrQ6hB7Ru5fexBuKRqkr7JUXu4IfT\n26jWbgv6VmztX1ZlH4QBv3FuvZPB6E5AsBJsELz/al4rYSZEoTiRl97i+ZGf\nm0gAMIO4DHuoBBRqif/otWhtrkDeCeex/BgY43/tLWFJcvFZr5ZoGNmS12C9\nGffa\r\n=5Xby\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"6.9.0","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.3","eslint":"^5.15.1","rimraf":"^3.0.0","typescript":"^3.6.2","@types/node":"^12.7.4","npm-run-all":"^4.1.5","npm-link-check":"^3.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.7","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.3"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.3.6_1568241126793_0.6637416867245798","host":"s3://npm-registry-packages"}},"2.3.7":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.3.7","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.3.7","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"3b95aa983df8358a0e8bb704a4702991cfbbd728","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.3.7.tgz","fileCount":14,"integrity":"sha512-2kbg8WPdBXLarR88rufTxnkYi4xB2boV1UkLAnzp0vw6S3CN983wBGlTRVmye/BEMS68hwyasvYqTKnumnsBaA==","signatures":[{"sig":"MEYCIQCZnGh/rfo2BGwCTQbLorM7O8HhkYAAQS3jYtNVUZwGGQIhAM0/ti/JNU4Q4/RrtlyhGgPr7LmeruBqho5SxY3pPjrl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37094,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdg8nnCRA9TVsSAnZWagAAC0sP/RhCj+YJ9ouIpGnbHjxu\noinSTzwbvsIZR+X0UkSIYKxxYY8jCGkJai4nFpWJob43VmWlltc4FuPeYq8w\n2EDNdTV7z+V+72km4osfOv+s0OwbHFvPtSV/HG7xv6StTAIOOMzTCtH6zZru\ng6FGfCbQgwSQPdb+yjI0/xbLt27+wNE1GMCZxjWIHpAZuPoMCUM0MPqbjwM1\nb6i3ofCytUCDExq28auqF4TnGeh0Ws6QsdQwU/PSqMLRkq1aGjuk+JBkfbAW\nLx6lKfQZsrXQut+FxoBpbFi1ogAyhXY4XYDFGb0jch7bHW/gHblCdQUxjeK+\nehf1wcP6k4rzUOV4fasmIQ9QRUjCBvI52HbV3AwTUKdvU3K4XnsEiLXUG87f\nNgRsHRv7aFl+cAXIPqaziRCYwGqED2orCgVD1z3maQR3hYGgm+Oa0F4cdkgv\n51eHteEJ871WPpx2AvMfqwpoCefP7JoyjmDEaTNb2agaSlBWsml+Z1ztGK6Q\nfd52JuFLfiPE6GS8j1++kfDCYNwb/J8ap7761PZ+dYYXdq1QcRuuDrRKSr+p\nvKUtZ+/u5ACgMn7sVJdpdRtqSjuZ/xsnhguAgVYZGCiOgqQmr+sYchJt46xy\nJ5p0uHVRf39tiwVQbcv0sCEt335nK0dpeGM+LrEOoEFIQGHTPdZ0BfVZ0oUr\n1T7F\r\n=ILgW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"6.9.0","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.4","eslint":"^5.15.1","rimraf":"^3.0.0","typescript":"^3.6.3","@types/node":"^12.7.4","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.8","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.4"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.3.7_1568917990429_0.3008440485425503","host":"s3://npm-registry-packages"}},"2.3.8":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.3.8","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.3.8","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"98acacf9fb5a3b096306395875d72ad95a8295e0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.3.8.tgz","fileCount":14,"integrity":"sha512-1thkID4/INCzNc25txQPsjC8AkjZbakeFSbEqTm7YH4SFMAvGa/yTcsBnnkGnk+K0NsxEpYg3x4J4ieuqno4lw==","signatures":[{"sig":"MEUCIAUD6mos4GXSd+xf7eqZVxk6wscVkbru0UecB03mHMxCAiEAxxb5uuO6tkAyOIu/DHSRzfT3z+sTQBA6JJkXCo0otBQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37483,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdim8lCRA9TVsSAnZWagAAEfEQAKLw4xV5Zoiq4JgAZyqa\nlyZOwPUkMAyg8UGpAUv1zYwcQHOE0BMybRBS8vCYLcclrig1CZjbNhpxd4aI\nxu6OAfYK78r+Dc328myrA55m1VgxIh41cy9+iMTfdnhw/qEhXY1bLNjkwO3s\n3fwOSy/syBxgEUpCIN3KqAa1mN9m7bl4E1PtVNUP0xv3DwpHIl8YGFKk28Ll\nQa/E4xBktXSxk/f1vEprQIdtMuHkNaLjg+eur88yZ6TGRPp7+UaaTa8EhZI9\ny7kHW0ozeitX8jVC2dJmv419uJWqDHgzhO54YxoKsiNYkk+40OFOXGj0J2M0\nu9t9eV3eCkJSl370RfUH6sb4zD3M30T0DzyQ33BSA4FveS7waYgIUb5gP+2o\nsBwRcQNNt43beFv2kd2eXi5cmfVI0+cPh721C7m3RhIiZdYXMWtOrE2UHN2X\nMtNx5YohdXEQ3uoJeHZ4tHoeG73Hu5gO3NXDSNo3Q6mxpL//n6/8bCfJm0AY\n0HxwXYxPBp9WtAvzKH8uBVmlUBFz5pREymDfrJpbTIckg0yGC2T87kCKXJRc\nWJq5+xvpSDdCq0mL/DbmGCZ8N7XrcARUE3QYoeaLF45LQq8Hoq9cOwBeuoxz\nKIWAQnUNGLWV/U3/QoG+LaHY5cZfj56Nqtd0DmOCdTCspZUWczJ0WaNu73jw\nAl1j\r\n=7jvG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"6.9.0","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^5.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^5.15.1","rimraf":"^3.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.9","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.3.8_1569353508676_0.910553925017247","host":"s3://npm-registry-packages"}},"2.3.9":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.3.9","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.3.9","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"7026a2e70796cd06a7329f1566ed9564030e8aad","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.3.9.tgz","fileCount":14,"integrity":"sha512-+K/VGy2JfBE9icZ8YweTrsIJ10/966o3HOe1p3IQdNnFClTgXbhPczmfc6UlNaEc/QFrMcigNJjXa7+/R9uQdQ==","signatures":[{"sig":"MEUCIA/uPIzcm6lfG+yFoKtpYfGUHotujZFt5r1Gk51XU2mnAiEAickD0U3zMRlTK6VgEXwUalEiVVBuC1BLL/kC6WQCoaA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37515,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjSuQCRA9TVsSAnZWagAAwOEP/1MMNgnN/aOdjWt2Dnc7\nNIm/ad8U/KLxRDhlrJ3/zJxioEbNV1DY/tXbxIWNydVsB8Xwu0DShDfRUX7h\nc8Ep1wPOZgp/pYH2sCyE+HKN2aNi5h7xzvMDXaYDzAB9B48Gle1X6cdApkkh\n2jOQaEC+bZi6sbhD7o2ibKp8KRB6icAoptgomHz6Joo3uDSH6gXXjdd2FRI0\n92k5zX4Uk2vgxGqVbZ2nvZtSTMtrn3yNtpEgvhqGM3fyKxc5EDHg+iR2bl6T\n8qWpoE3wItMXLRKZHrbYX524aQIv7y4dDcbkhaM03Wp3dXeKVEh5xJisn363\n7UXVk+LM5e1iYFvKdhF88rr+gmXEqAA8NB6b84CYbjgMR+E3u194hACKPSkV\n0wfbwR32e9IWTyKtwOOGpQNtEskZdRJb0TR+cEzK8t6frpLQvO8OEoX2DKrQ\nD3QeGBpvOYlXIP5XCm95Mm/WuvTGLCDje7tjsqCAyseCncCEdCmr74015XOS\nXMng4l/cDIQ+zw0b7mjPiW8XRmOal9msC81jEp/j+LZ63U7X0dhvDZ+u4kik\nJrm3cyM8LqHxFTvdvHzL+5HZ9hK+JMLphEF3seI1dIlBUuSrj4fZZ+zcGGS6\net+Z+4Z/9jUYm1BDpE0TxjalW9g6x7nJITjzEeTsYxmzSZjC+zFpXSyqviQU\n3CUc\r\n=LgYz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"6.9.0","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^5.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^5.15.1","rimraf":"^3.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.10","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.3.9_1569532815881_0.23876639887026552","host":"s3://npm-registry-packages"}},"2.3.10":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.3.10","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.3.10","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"62db561a950ceda767e8459df1cec19e060110eb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.3.10.tgz","fileCount":14,"integrity":"sha512-GciwQMAM7EWWg1ozjfi62uexNJ3xcbcHpliUtlcUavRNUs3JsVjB71bxEkMl8y5G716b9h7VeSyt1CmduF4Aug==","signatures":[{"sig":"MEUCIQC5g3USVsdSCyZWarKicKfCNeaA8GhVAmi8m0NkNEGHlgIgYKIRQjY91/NtxkrGl/LB9niU3jMDkDuWH/M9n0m6Y7c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37850,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdp3NeCRA9TVsSAnZWagAANXgP+gKdp4lSXLV7LIWpnd1n\nFrhO2lZAj3ShreDIMuStpvUC0DyM0JC3jBUgllQHUojZjMPb4itY9ro2QXoh\noiXNARjdz2lX2iRy+wUHwTL9D9YAO1vkZtLU0TSQ093iSW4X9JTnY3uNNZfY\no3Y118nECK/WWKmMxgTwotbSicWlWXR+WzU9cbH1lTOB9h8bO8Jce3dNgNDD\nus0Pg+MT57sq1deOnkQZkkvirv2nUqezmf/nb34DakMX11y6AzRSyvrlmRba\nYfwNIB/sSbSx/t7BZFbqwIgJR2Obn+LoIeHcy3ZrOcBpzg5l8u7ap3vYxlcR\nrzbGElmR5vnP8VHIg1E78XBxfu8ov6FgsC2981XQtQZsomjRzUzDQHzWBiRM\nLULJWliBZeCR9eNi35UN5VEtCmU1b1fvjU4T1GINEikHkpna3sY6q8wzv1vF\n2i4LOzMyEWODY5MrkthOnNULNbbZU72W8QtrqPVSukqhU9yk8yanyNI7DYL2\nCVIHlIbLPb8FrDVy+rrrTfrv0YRedRldPxajasvHOPMjxZ/2J7d6Z4zbvUm1\nPX4PFpN69KX5z559Stu+fiATHaj9gpi7GvjNrHJAUhV8S3j0CKdN6zlFgiLe\nBKa9XFkmv3/7/FwI3r306HF32layobzzAHYPlkb2AiJpigDcCaCTmXoyFqDp\n9+Ah\r\n=nu0+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"6.9.0","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^6.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^6.5.1","rimraf":"^3.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.0.11","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.3.10_1571255133697_0.5127737872999409","host":"s3://npm-registry-packages"}},"2.3.11":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.3.11","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.3.11","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"16d59f6cfede04c0b6f5306d9d705501dc7a9473","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.3.11.tgz","fileCount":14,"integrity":"sha512-soyXg4+5graxrRwCDgern/v3xSUJ9XOgZ47f2UpUJ/rgzxdZonTR6Np/qwDmLsysFWt/B8SLxKCcotzm2vsydw==","signatures":[{"sig":"MEUCIBkslkH2y3Z9oGUpaK9QUF3dgJuABCAF/E05sC/knaXWAiEAu2KOy6N3HAoknQzC3/bl+uyrGaVRcZ2ObyLKZ3pfA+Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38448,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduL2HCRA9TVsSAnZWagAA5nIP/RGknYcBHycQCfERVcaY\nDmgl+2s0e8vq+3/vvwfdr590/misA4qJb/X+Qmcg4j8ekF+7oWozwLL1P1Hw\nzxqo1/NfoZXPs3bxOGCMR2HkTx+Vlchhb+PV8topjEvR/bO3BmzoJ1k2iq9j\nmEyrLW9NkdfkFA0sOd1fqVSptuDYJR8skJshsyuXxgvKKoVzkDl1j/NW/Qah\nqX8LI/fqinLuPiOdIH8Pi0Q/Sk5lJXuITem+6r0pkIN4AL0hT7sLznragZ8G\n5zl56zfs2QGGYWZbM5ioPsLj0hNU2B029dUn7UzN51eIE+cSM6JhptJvIpYe\nLyFjWOfw8c4OeDmHGEGxlLs6mpxFV8/Tr9qOQQ+5tZmUsgGHwN/BU1tezg03\nh3F/eCC+jtqTAysPULxgEn/7i2VMAIjD+dI3A2plEuk1WINgsu6rreuNRjti\nGQFXOPzxhG7HXz/3YBQRfiZtF6FxA2jrnRaa11F+txc/Tn3r7WYl7Z4z3Y7y\nLEDKqi6qYTMD5whKruh/uLD9Vo0u2Y4fhs76TDpW9iKw/vEhERFELSvGHxgU\nUrj5C2XTioLoRThZPky7LWISXk7U0r+Rvx0ijHnnCWhTCy60gvx19M6n39Dy\nyxrZNv6jLGzbxRQbxB5DsarkY4tEKJFUlrKKFsprCcEMolfyaE1Ri6x4e7Q2\nP8nM\r\n=iiYC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","engines":{"node":">=8.0.0"},"scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"6.9.0","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils":"^6.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^6.5.1","rimraf":"^3.0.0","typescript":"^3.6.4","@types/node":"^12.7.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-tests-helpers":"^5.1.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.3.11_1572388231070_0.36717676252966314","host":"s3://npm-registry-packages"}},"2.4.0":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.4.0","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.4.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"846eff924b544ccab6b7fc41b1e154504a528f64","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.4.0.tgz","fileCount":14,"integrity":"sha512-GuHMwChdPp3gJJ/Rjqieax21SunNL0g8gvkljBKitc1QhPXF+oMFYgI/qSh14Mdf74cFNmOxDo+S5neq28+yMA==","signatures":[{"sig":"MEUCIQDG9kKyoj5K7N5a2rzDezPbFuTUsSrnhn2AtQXC4iLxEgIgO36IWT9wvQTht48eauvzouv6MHmsoJMsU9HkmnbjINc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5bRACRA9TVsSAnZWagAABDcP/jIkQpLgab90ZJC+zvjU\nTX0Q5d0y6dFRJf/5U+b5uOv8bZ8J2zHkLAvtB5U6/MDb9NWa98ZoXrOkMP9N\nnBsQ7ZC/yQJgjzbKAe7b69+EeMnAOXxhsq/2JhkELq0I5MRBEfYJQlLLuJif\nOstEh2EBdiqBbar5N28qDP83BRPQxAyN4lDdabMHUlmh2IyALpv4ynQ4qu01\n0L57xhSvfihcystGG52g6700sQsCywaymmjk9c3/YhiKyYvIOihaN2nHA11s\nF5nhhfGIuSRU/MET8LAKVFYVbwCHHlh6V3zDpk521dqvONxwe8TxhWwdLc80\nBWqD5SfaapjkjZwj3D6+tKHw0kw/XF3fQWtG5w/gqljDCzfkz2LTwt15SkG8\nle6MgCQ/6BZGBFJqB1KcP3bWmxot7p3AQMwj7Viaxzn12/6F946AWRrFP+Xv\nGwZe6KA9wS8pCUuJneeH2Gf6+S8mb9EgX1Aa8rFKiO0/V0MoEzaWHJcuRc5K\nSyB8apX2i5o1WsdsJ4lx2eSCwg2t72iZgBrwgeyH9t2VfoMUtpZR2ZlaQVIt\n7tbohPcit7q0+K0dS3l5cR+yuvVgsh8HvJ1YrP4POAwJ5+WSvU3LHyENgaYj\nigBQG9wiNznCdmsEHCMTdt6hyp2e9lzGu/LvtxKYH3Gm5GNRj1zGpLjR5I2z\nzWxl\r\n=2y1Q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"6.9.0","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils-i18n":"^1.0.0","@hint/utils-debug":"^1.0.0","@hint/utils-types":"^1.0.0","@hint/utils-string":"^1.0.0","@hint/utils-network":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^6.6.0","rimraf":"^3.0.0","typescript":"^3.6.4","@types/node":"^12.12.12","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1","@hint/utils-create-server":"^3.4.0","@hint/utils-tests-helpers":"^6.0.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.4.0_1575334975680_0.32720323168394905","host":"s3://npm-registry-packages"}},"2.4.1":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.4.1","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.4.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"6672c49dae95f570e4d830b670aa934148880de3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.4.1.tgz","fileCount":14,"integrity":"sha512-N0LEr/VNz5fSScfHJzY3S0qH6O81hOPEim+U1yGo4OIfT3I2LrrpplNnER9f+rOdd5BhABOhq3d9zwc6pbp/OA==","signatures":[{"sig":"MEUCIDmfeXHi6PkHF67orclgWTzXLSXL8AcvBXxXB8oOz64mAiEAxuDiuXmNQyu6cAUXZu0zs0XCmKHheexdJ7aa1XjVGlA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45147,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6FQqCRA9TVsSAnZWagAANdkP/2a+7ZoFex8hBgIkrvbC\n8mPWvY8pW3CcTnmXHPUOwP4Y/LIx0BFuEiNEYyaTWEdmoYOUNJiur4cUhRLt\n2YUn29EOFT7vsLrHEYLfYwiFoFFBfuchdFRNiUzHfWFnQxSW0/Two+l1aFs0\nJSxpOTSrM4DmovRwrAYxF4hz8rd9sGsqSvn0lHDQSlg91Nc4pZSEjiDAyK11\nCpNQTWifrFfkrgyBm+8nK1pcQe1rcyqZvs3CiQKoNkdiiZLS3sRI3EIRZqpP\nYhw3xScq4ZsOrrp5mZRKuFwJhnqk9o17k1YYST8wMU0jo9uHJJ1Rdlp1VsMp\ngL41+48Ivokm66SZQfEBv9zi1QE7POHHFHlZmaZxeMkzfHM+7zQ4+oZYF5no\nE3xN9qNoJNyPAFmlniAk5V6KUsEtR4mYuXejuAiuxK2eMYNwk2zoPe9r/WnA\nZ7xL27X52OxwwowS5yKacCYWIRrICPlQ4pXVYGL6LulEBnaaNWG7LlYtAC1d\nc1EeNp2vLWQAB+SGlm7brdTSOXV/ILT4v8iMBSn1h16uFtwi2YYMnwGu/T0/\nWLRzloqqAwi24gukhAIcvabwzSfB6JqoDPmukhkh7sanF/AHfH0XwC6L7iFv\nPtMInlb2JFgI3e1YKW7iox4YSltbo5ZPznG9XF780/C4mor22nU5jn07/HDM\nOsjT\r\n=RwoC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"6.9.0","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"10.16.0","dependencies":{"@hint/utils-i18n":"^1.0.0","@hint/utils-debug":"^1.0.0","@hint/utils-types":"^1.0.0","@hint/utils-string":"^1.0.0","@hint/utils-network":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","eslint":"^6.6.0","rimraf":"^3.0.0","typescript":"^3.6.4","@types/node":"^12.12.12","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1","@hint/utils-create-server":"^3.4.1","@hint/utils-tests-helpers":"^6.0.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.4.1_1575506985784_0.1867908821391544","host":"s3://npm-registry-packages"}},"2.4.2":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.4.2","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.4.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"c68c984c7fb77c35af6e1bbd285a5696f0cd22f2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.4.2.tgz","fileCount":14,"integrity":"sha512-kQ2i/DNTC78A6RNo9OHFKFh30GvBDWv69vesCc5Up+721I1RWGJQXu3r1KzRzqX0qeKUiy/UI+e0guXs3Fg7zA==","signatures":[{"sig":"MEYCIQCR/G0C0CaDhjP2pWuDYKQa9VkRsfHmmxQJTGb4RLBeAAIhANWZJKsQKMVnwjfuKguYklyDMdpLUggoO0Ogcmycqu4N","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44197,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecpkfCRA9TVsSAnZWagAApzEQAI24hwOrMiR1VDGL8BOS\nB3aMs1ZM1I+DaO+xUG1919XQuyCFrpqz+aAyUmbSdijuqrRwjCnrANMDyyQ5\n6nIfImJFwIWERTj5j6yZuI0grTFDTb+1Duf4sNFrOFEkjd6Z+soGBeVCf8Kj\nS9hUKTnztwlKoYJU8GPLN3Sdd1WIVU2IYnGUGB6AtKrQ7TOM9eWVwUeB9l6w\ne55cP/c0IP7HSpCYXRFi0k3Fw2dlovr8rIyPke1gEEr5f+7C+nxU34xIQxQf\nCud7Muyn5KGwfKMm9fNXfxWbaoJIxGKMRpzygV21J2jHnepibdcj+jhqkemo\noQz3mykeIQSf5TmQokUnjhQitExz2eoOcuxLlleLfM6AuKCx5sSYbcn4WXJe\nxDZwxI77mOTcz1RbP1S0oqsEe3Elk3u32SP/VVgwwwbfqYxKt+q6vhBYTXwa\nNz4/N6ESoFVnqiw41y1se+veiKWRA9M6vSrVocLawyU8YSdPd7YOq/1hiq0X\nsNfxnytnXJhaG0nI7v2vhIaOoiteTYPI+LPEw9sBKKhV7UgmF2drk205O33O\n+02YW9vp7Vi7EHHWNVHm0Z6viJz0++6/Z6Q9z381PiXLjRVmQVKzqVKwaKdm\nLWmbpFEiEAa5edeq2p5byfjv7DwMNo8d2uiJLFGFv+GXkLPQEz8XXgkc1AbU\neVhP\r\n=KxQP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"6.13.4","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"12.16.1","dependencies":{"@hint/utils-i18n":"^1.0.1","@hint/utils-debug":"^1.0.1","@hint/utils-types":"^1.0.1","@hint/utils-string":"^1.0.1","@hint/utils-network":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.4.0","cpx":"^1.5.0","nyc":"^15.0.0","eslint":"^6.8.0","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^12.12.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.2","@hint/utils-tests-helpers":"^6.1.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.4.2_1584568607306_0.27603205724747815","host":"s3://npm-registry-packages"}},"2.4.3":{"name":"@hint/hint-no-protocol-relative-urls","version":"2.4.3","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@2.4.3","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"cfb5f000b96d6a271d23f04c5f093839f6d255ac","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-2.4.3.tgz","fileCount":14,"integrity":"sha512-QjtYE/1Dh3FWxdsk16rqKHX2rH/KA1rrKjZpDESNLvjI1ifCuaE/mGzmE0dQAZDHab9gKDBAVOoT4BdVqmYR7g==","signatures":[{"sig":"MEQCICq+1UZMcZyz4WKbiqLae9ShQ77tu0d64L78KdWqhVenAiB+SW/CfDmvAyv0Do5Q7S6iDUBFew+03KYE+3cVDHmaXw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44686,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJel15WCRA9TVsSAnZWagAAsuwP/3hnEhajUEqR8NjDoQaW\n36Hy2/xCzFZwNAqnXxpyAiVo/a/gJmjL7E1TcIVjx2/lNldTIhSpxDQi00vc\nyM3Dn57whOvCOFtGIGsNr5d45TFveLrwVmFo1ecrFlr957lcJ8T1Ud6v8yXT\nte2PpcyPyA1qMh8L0RmpHIOm8UBlTnwRra7n6wUhA4uFfU1anwKdF+gubg78\n+UQPSj33aRd9MnfYE0ccRs1EscwnRKewZMPHTihysXuRCva5aIqcJN+cMwX3\ng8LT23INBOtSS7aXC3Uv1TckUIFXz3yyZ4lN22FUMvBK+JLK9vDcZvvZ6WlU\nhvJRXogdx0oo4zZWVHcQRvg9O2Wsi6468e3vQ/s6oBTx+W+zx19Urrswq1I9\nh45hFIOHJVQ1gLYmOAi2MoYxJqMgXESwqaARcXlgNLOp1j4pp9jJ5bpyXFh1\nUEd3LWmjnlff1LTe3TPFMrsKuVuaNws0zN+NaJxQn5br86+0jdymxmWNB2LT\n2xEEAuroAYGxAMfEzFC3PmIItqsWHgKZAsptMaoMVLsB5YbXfTiYJBab5zJm\nseUSJVQwsM1lEbENHHXfbsNdDoOpdG9bjA+WxkYNjc5lW8yxYaqvPaKi8auL\njhLXJK3HpnxgbSNjOnL4NBevEt6NFejviSVaAgdwUw169hMwJ/L8qkDtaNwh\n7s7U\r\n=WQYG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"6.14.4","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"12.16.2","dependencies":{"@hint/utils-i18n":"^1.0.2","@hint/utils-debug":"^1.0.1","@hint/utils-types":"^1.0.1","@hint/utils-string":"^1.0.2","@hint/utils-network":"^1.0.3"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.5.2","cpx":"^1.5.0","nyc":"^15.0.0","eslint":"^6.8.0","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^13.9.2","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.3","@hint/utils-tests-helpers":"^6.1.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_2.4.3_1586978390353_0.23864553852629933","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.0.0","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.0.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"240f20ff170373c03bfe6054204eaf51b9cc9470","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.0.0.tgz","fileCount":14,"integrity":"sha512-1CZgo/VkDOcDl28j1kU1x2WxdaERCpBC9YqCD5Oz2XRyFeFAZheM+w2cfnq5+GxsevEbWqZufra8ZafWWd1QSQ==","signatures":[{"sig":"MEQCIA6gkv0jL6p8kMX4Tl1wYb0c/utigkywdD+rIlrZKt3CAiAfej4poM/Pbr8bjc6PMFq6NxQc7j1/1rjjh3k7gGhL7w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45925,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewwleCRA9TVsSAnZWagAAvywP/1T1ek6UdV8m5L+C1efn\nrHJ6khcbkNFDN28cMI4GSK6YWUibPemxmuFsO7K9xAg1nHhGIBXm/U/BWT52\n2mNI+xB7BMzvX7aeXa70Tgdzce7VJyjceIGnLq53oHd8X8SfYJZMtmSC7HT4\nLugt58dHueCJUkyPW7xTRFQ+iHk0rgryGZ4dr8zBbLRm9XsoY4ahHB6dEKKs\nnClnSR6jDCAqdo2+AaKEZFynEgTIQ0zL0wxZ/q7ndUjpFYLjYVQ5NfGZJAr8\njtx1d/YyBm2BySsgeCdivsuWfUIJEn22+nOehn4NKNT7JW0441PwoC1tyzSr\n6/ZTlw/WGCiFVbAzqwUR9yJsEiPpMHxqMx5bAPzGNfqLRP0FzFuF1vY4eozW\nsEC6SFtcEbEaYZTm+dtvws9DeDSxxZ+zcONgUqcYkyJJNkmG9bvlVRbOEnSn\n0tu8NW8nMKvKq8/MpsYbCZaOkjqAzh+/NSHmhhsBh0d/Z/v+WtQfpCv9NYFM\nCSIe1rytnX/A8KKSd6aTc2PDE8bA3nw+VOAZoFQIgBKmOagOe+qFMeN6bkwu\nLJkmWX62UnC/DmnyKoARDKKlOnzqTtJKqxRChGhQN9dMVlca8MRZ2zmjnbgV\nVkltaY+4p7LPWzoWsiiPdtc8OMvs6y2TxImm0+3HTrNmfyAdb4h20gLsvGgo\nBALn\r\n=pm7F\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"John.Emau@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"6.14.4","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"10.19.0","dependencies":{"@hint/utils-i18n":"^1.0.3","@hint/utils-debug":"^1.0.1","@hint/utils-types":"^1.0.1","@hint/utils-string":"^1.0.3","@hint/utils-network":"^1.0.4"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.8.2","cpx":"^1.5.0","nyc":"^15.0.1","eslint":"^6.8.0","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^13.13.4","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.4","@hint/utils-tests-helpers":"^6.1.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.0.0_1589840221693_0.10751061084887148","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.0.1","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.0.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"9446ea221fd786ea70baa9fb4ccc3eca7a1ef489","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.0.1.tgz","fileCount":14,"integrity":"sha512-xNENE5a2PiI0/Z5EwGcbOeAAaWyZcxP3x21JQw0BIme8q/JngvnKNaK8fvliWXXs78x0h2yduI8n5LzW8zp9jg==","signatures":[{"sig":"MEUCICF/zOCB4+FpTTwEmNFSpwCOHlQPDhkJuf6GGRUKH/lDAiEAlRpmor2lejM2uxkDFJEXZVNuGLaUniOeyL3GnJ2aCdg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":46253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHztCCRA9TVsSAnZWagAA3PkP/3Lj3DgX3n4u3JUpCrTz\n9RCTMvug1OegiDfDNNlW3hS6ulVWMW1a6/V/25GK4nTSCNEEugSGscZgTaVM\nt/o/ueIajn5Jqondjyqy/bk1fs2O5TI1WgOqKpB0F5PHBSgieKapI/6N2SdZ\nyPhy/09bi9uZidPbe+tAJerf7J1nDTtIuhsBRzae5W0+41ShUs7Vd88kD/TN\nCnnAoeO0DrRnyRcR4/S1UOmMWH1M/XnbLUNyZfwboWRMgOiFKZvYg9SgmvkW\nfof7HgDZ7b818bNj9EueeycvLrhY1MLzyN+tjMJAwQSeWB3D+T6/e7TirS2J\nUVKfRDBaztq72SNoX5pkUhyZ2cpNZ9PdcMNqXg1z3AR/u1844orMxtgB+wOM\ntFzvrCkOOMHArksdAEV94aTRR/+gpuI9XXhyRBXF0nqDV1A578nk+4XuzatQ\nzsuxpqlBrCUcIZ1rMSUq/P2MPRmESn+sZHnrPgmKpC3AZWtUbnGfDX5GNrgI\nc9m2L2Cx4t7CipF9Lq1HKA9ndseLhyTWNGFQjYrRjVKpc9gmjDdJEkudLMws\ngGvRWnTca/nyQorsqywctxm0mAbY0eVc8zbsYNbQ2zbdLV9T7nYMntM66HmO\nEWU+2AAzFimaQxfoCeetrUy5UxKm8PMhA9ifcrzxrYdTDBdtuoREEyJYAjhZ\nPbqV\r\n=yKBi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"6.14.4","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"10.19.0","dependencies":{"@hint/utils-i18n":"^1.0.4","@hint/utils-debug":"^1.0.1","@hint/utils-types":"^1.0.1","@hint/utils-string":"^1.0.4","@hint/utils-network":"^1.0.5"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","cpx":"^1.5.0","nyc":"^15.1.0","eslint":"^6.8.0","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^13.13.4","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.5","@hint/utils-tests-helpers":"^6.2.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.0.1_1595882306208_0.06188321995875512","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.0.2","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.0.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"85551f92558801bd5853a5a9189391d7bc04348b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.0.2.tgz","fileCount":14,"integrity":"sha512-acGwf5d3exnyLlQkzuM7GBMi9T3p9x6Q6JUc9kWtR3s7CwEQ9GY2cFqQ+6GiYAE1GJbfo9SVoF5hptziu/YaLg==","signatures":[{"sig":"MEUCIF5M8RabsMVHX5Y9qKL1tAKjTdJPHozVwNV7JLPM36ygAiEA59tuvSsqMHZPSxmxFciWU26EF/t40bl8I3OZcN58+W0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47032,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRDegCRA9TVsSAnZWagAAowgP/1RIhFfmi6DLFdBc0Q2R\nc2C385HD6ngcipI5/1oz6b6zT9xjznKAfh3HruUgzT4Oh2cwobZ4yAZwrxLt\nHOo+GzICT6JtXtv8DEbWWHBsl4Vtde/6Y4xXiBlXLDsUIJGBmlKttXRmROUa\nqv8rWZHQPs53A+AJtdhrNOao9+i9p5VRn0wPPT9TXAmtdYXB14nOTEkpzxWj\nuEK9PjF1RYymEreiAeB0itpvNZG9zyV6eI/Et0vRlIrnQSvE7+0Diq+c7RnI\nhu4eV68FmiFAzlEKVnOC2aKoQ/HYe8bGiAUzRaaSJvTtCQgIX6goDFwQuX2n\nfL0iZZgsJC3acQ6t50piKk9P23v9Sbyusb3rSbK7CYn8X3Kob6Jq23Z9dysw\nJfQtbX7JRRSAyhKZiS30uKaQw3l1uBq7YpR4MbtVd+KCmE4oBvE08XYmxc2h\nGL5CLAfSBL/LNV8QfKvb/opcRXpuZTXEsDv1MjK8AMlb3GD0JNZIWJjFCB1/\nRFBUwAZVxzxkhv7t15HkmDaV5lhM7Y/KO248fDASodTHouPjgp0zzuPC9WR7\nLZL4OR0Zvlx1wbgof/nhwOUHi/wcoy19eJrYbjqz0ZbsEYpX6/NP+CQqyA5m\nIHUkzUiSVLCZfg6wWIAZwRd0fGUzEZ0GBecPxRV/je9okNxvTiwQGUT8av+5\nyVqJ\r\n=d214\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"6.14.6","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/utils-i18n":"^1.0.5","@hint/utils-debug":"^1.0.2","@hint/utils-types":"^1.1.0","@hint/utils-string":"^1.0.5","@hint/utils-network":"^1.0.6"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","cpx":"^1.5.0","nyc":"^15.1.0","eslint":"^7.6.0","rimraf":"^3.0.2","typescript":"^3.9.7","@types/node":"^14.0.26","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.6","@hint/utils-tests-helpers":"^6.3.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.0.2_1598306208010_0.46857415122369517","host":"s3://npm-registry-packages"}},"3.0.3":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.0.3","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.0.3","maintainers":[{"name":"anonymous","email":"jdgarcia@outlook.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"982c9f470237543cf78b96ee0d9783caa956a480","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.0.3.tgz","fileCount":14,"integrity":"sha512-rZIxnbSq/SBrqnVixwL9O7pXE5v+iQSNqa1gQqISjVYZabhXcqkpr0+VwGwcM/b8U156dvqU/j0pE93Wzn/Eyg==","signatures":[{"sig":"MEQCIFtf1rEflZrSr/L4AezYWcgCl3ArzuV9rQXo2eceUTShAiB9qJfgVNwtJw87tHpKh01HKPozqvdM/NwwJHq/k+NEbA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47970,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrEziCRA9TVsSAnZWagAA548QAJJV9nTfHzSS2FLPZ8Yj\np11C4mXFX5haAHYIOGd25k+VEgnynT3NiPdpXZiyTACJlC3clyIfNriathfe\nB7/EG9DTS5htxlsQOBjc0kkbGhm5dHwJSTO7idZc6fH/2WmMHc++5LjP3Pyd\n3H51CNyimLFou+hGwF3xplt2gW3+D6qZE1X2JjsQLcejo4ZnHRRSzjuMgk/l\nLuPZfdUgo7Ylm5zSbFXQTQQkT2fT1jMrHfSlqaUKjWr/INVSabqmm4C+BHQM\nCnZP3Q1Nf/F0rr0wlF3JvcbcfJcVbefyzPQtN/ySrnv3A9E4zKgmET5Qhijh\nREOUHIgETCZage8ZzYWF5aakyJhRCJ0wMe3fzIkLd0WLQuUhn4lfPM9i/d1b\n2xSoX7V0aEWyynuP+fpckSRE0uaBp+u2Am9IW7u+3kkbOoLoTxr2w1CSNjb3\nDMbFD+otBZifHnPsJBqUjlrC9hap3n9P7mv+pwUVmk70XAa2HeYiPRMX0kec\nmQiRHJzH3ZLnRLRJvucxlqUXnb4Q2scIfH/p88eXKYAtlMRuykLOqfPZ5c4A\npArYbEkFmiRyMdDfPSVoelguexFE3k5I5Sx8dm5O9rqW/ZL5zokLxm56i+KB\nluAhGBT+ol8Mv551U0miUaqSKCjkHVDQaP7Opb9igVBMcw2jlcFmAg07XSs9\nJ4MF\r\n=B2AF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"6.14.6","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/utils-i18n":"^1.0.6","@hint/utils-debug":"^1.0.3","@hint/utils-types":"^1.1.1","@hint/utils-string":"^1.0.6","@hint/utils-network":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","cpx":"^1.5.0","nyc":"^15.1.0","eslint":"^7.8.1","rimraf":"^3.0.2","typescript":"^4.0.2","@types/node":"^14.11.2","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.7","@hint/utils-tests-helpers":"^6.3.1","@typescript-eslint/parser":"^4.0.1","@typescript-eslint/eslint-plugin":"^4.0.1"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.0.3_1605127394423_0.8138139601744789","host":"s3://npm-registry-packages"}},"3.0.4":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.0.4","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.0.4","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"89b5d6ada8728605b74b2d9bd9a52fea410ac96b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.0.4.tgz","fileCount":14,"integrity":"sha512-GMNuoYqCQlNhaK5b0myChI8uqC6Zls/qJp1YcFEhocWx5eSdR7sS78fW+ERm5D3gI7zWbZfOWfCjVGgqisbnMA==","signatures":[{"sig":"MEYCIQCwdmqHxOzfgaVlDCO2WSUYQg99SmygplmBrLorjE4U8wIhALu4rG/tbuxl34Eni6J+dXC97khds892AdY4T8OA+z4G","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHEuOCRA9TVsSAnZWagAAwmQP/Rpb6LVZa8UW4xSF291A\nr7gzTdRkf5j7mQBFZmBZU1qoRvswVWT9Mx6KXtUT/gXnR9Big2FPB4cgj47o\n+aPPKJrqvjOl+JG+ughGDR8s85UuUjA31PgupEKp1smicMpncRTnmt3JHUsj\ngLllLdv8MKuSr3gtFTKT6mIfs+wi4TyK9Shl2MykbjOKKlKbVNlDy8939uSu\nnD+NoXmVTWd9Hk1rjHICnQbn+pwGM5iR+oiXYo6EXrRRSg73VpyueOUdjEA2\nSjFDSNLXX6DoW3AjKdT72Bg6G+I8SQ59ewc6Ihpz8dGFD09A9CR1JXP1MDys\nTu8m93elF5V627u45j5M/XARmwvS9xOTe/kph8EBeqsfJhX6f3Pv75erQK1/\nHa4OJ98ZZRO4UO3G3Pk3gGUedLBjWEbbvda0hH7IzYq/ZnjzfEfklej4gBWE\nTbMZfIfBIFuyb0on0Kut9q4Nb8VZLwOlwPDaDOQFpA08U5P7rdew2T+bwnPj\nOi7+tw7l7NxgUmGrjHVtu97Rrn6YqqvuoiVyvsys/cXTMSU3SR3KrNXzzJSM\n7VKx3wOArZ5iLM5tJkmgwKhbqcWn1xl1+2Mo9V3f26U+Ie/xDQLS0Ns0zXCs\nVeOvQ0ocJMAdGlhxeGxYEYaAauGsRnYxt/zBvbrErfc2Gk3dheScbBgQOd+N\n6wvm\r\n=XO6B\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"6.14.6","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/utils-i18n":"^1.0.7","@hint/utils-debug":"^1.0.4","@hint/utils-types":"^1.1.2","@hint/utils-string":"^1.0.7","@hint/utils-network":"^1.0.8"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","cpx":"^1.5.0","nyc":"^15.1.0","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"^4.1.3","@types/node":"^14.14.22","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.8","@hint/utils-tests-helpers":"^6.3.2","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.0.4_1612467085996_0.28981212989591687","host":"s3://npm-registry-packages"}},"3.0.5":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.0.5","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.0.5","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"29659b7850374a9dc1fc4dbbcce2699bd814846f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.0.5.tgz","fileCount":14,"integrity":"sha512-4oGYaz04YUr+VQ1gVhpJDda0dBgC69BprdfgG6A0Jukae5/i8RAHFXKfgTFDheBHTbQmjUPoVNyccySfuWwU1A==","signatures":[{"sig":"MEQCIHwbPrD5VzrTXd5ZhM1BNIi3LwJP2tpunJLjiafrf4xQAiBchJmrc7VwGt9wiF9ZBv+7GHAIqGrTst06S805lJliLw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHeYnCRA9TVsSAnZWagAAWtoP/2rhAXipKrxOiJllVqdn\nxnw6zCYI7a/1Ajrb5nwDfeJg7kYXsT5WXL6Y7yDq7I2cxHzMjZzqQdpbpKOy\nZvUBg8++41+LpfrMYRvywkoOnS1b7BPh1LyGP8uddm3cerp15XIlNgJhGPuQ\npVz3l/zKuc+Bnt7X1lH6od8pGnGWKR/WOWNoEvST+NpapTelxO/v/WGrBvwt\nAfiRRc8nz8DwSiTDKxXu2DUA1smIoHRKWxF3g8+UKAYrBLLANlnUbeqrmHD/\nbJSVcviI1qA/1RaNHUjIRqscykqOoSp4vODuOxNedXPUehQFM2gjI7SEN4cD\n8/En9cVTYPDuHvZum1UF2buR643wpdb5/iDNUz5N5134ynFpR/20gSLMZuSK\nnPfJxK/LctC9I4g5CBfR/9J359T4sJx9J0Ev01bp99LB4xIKFhCN2G0JMtSK\n8Acxo4DEnGtqUtaDO4bhJMa+oqVwylEQeSAUOyxlJh84rCBrrVgerlWX/sEq\nthsaGH8gn2UFwGf4Fd87q58moNKix936AY7DDps9L8uYpf1Ocw+7KdQ8vSWa\nzEuIh1yYCadSJOfRkRI1EyIpXgcOLaoRP7RKMsFjt+bGdQQvXD0vLkjxwHNA\n6hKfvmqkYvnDIiisnTETtguQJ/tDqVZ0vcczTstWSTlU0C5WRUo7kpOjPGnS\nuOGg\r\n=PFPb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"6.14.6","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"10.22.0","dependencies":{"@hint/utils-i18n":"^1.0.7","@hint/utils-debug":"^1.0.4","@hint/utils-types":"^1.1.2","@hint/utils-string":"^1.0.7","@hint/utils-network":"^1.0.9"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","cpx":"^1.5.0","nyc":"^15.1.0","eslint":"^7.17.0","rimraf":"^3.0.2","typescript":"^4.1.3","@types/node":"^14.14.22","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.9","@hint/utils-tests-helpers":"^6.3.3","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.0.5_1612572199209_0.5485933797621927","host":"s3://npm-registry-packages"}},"3.0.6":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.0.6","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.0.6","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"95a4d6e7e3777f65e39bdc6a65d15328d1c8c348","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.0.6.tgz","fileCount":14,"integrity":"sha512-Y6aSU5WpCvpDQgyW5JvpNjyjpusfthWQ7Jtqcpx49cysj11a4C7n59jwE8+88dAnwyNdfWooAQhEOrYRpbLArw==","signatures":[{"sig":"MEQCIFkHr6N2Wg+6lTXaiQNA96iw63jDcE6ZS3BU1HINkSbYAiAkRi1+2JyAxrOSwUxSLPIagQ9Ao/s4jgjbi1IWDMy+8Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58384,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwRJxCRA9TVsSAnZWagAAJi8P/RVME0yEeNS09gBgvYV+\na9Ait6HFn854v5K810YEipGpUGfqEQWAwL81g0zLAQt9QF3fTor6wVYL0gBc\nZzxis/6z7xjVdONxKdR1DAfYiLyRet9FAZW/l7+9rb2ORd12/Zbb6bZq5qUV\nMHaDHXFga/LuqZquHWWch+wQN2q++aUhn2Y49z78htSr6rboWPkZiYjXunUf\nvsQxnGCsRQIT9YjlkHmzD0tV3fTcSkulBIF8ondSwB/TWVUzahUmjEAP9gGo\nSm0KMEAP1MEX8Qlo5xk+6UYWp4Kgvepmr6Kgax8QzM1vNtS0/AlCWK9UzHm4\nBfd/f3xf1PxIxc2tItpj3jh8i3Ft/jh7FXj+ro7NaZOjEnnFFYeIKN9Od+LQ\nKEP154pikEU66W40RY08aDgHzwl6bVgwEsYAOwCvvgoLYw9sR7YP9jvZ1BuD\nniafkL9y47Zn7XRx9pviCr7WqJpxW0euuQ/34dP6TGS/1+3kRAZV2/tpMqlO\nJRJh8XBJpWXjEuqSwphAJ26M5aISNdtmYF5O1wmmarkDywUDeZ4rDZz3/kfj\nGu3ZVBiki1CAxMNHoaDiyaqlvIr+rrLbntCLL6WvYJXWbWlrCNve+fiUblq5\nXB0fsu24CshzKS9HmBY9grgx+edDVyLgEtn2ham6XNMvPmujIbWE9HThl7A5\n8c9A\r\n=S+kk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"6.14.12","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"12.22.1","dependencies":{"@hint/utils-i18n":"^1.0.8","@hint/utils-debug":"^1.0.5","@hint/utils-types":"^1.1.3","@hint/utils-string":"^1.0.8","@hint/utils-network":"^1.0.10"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.27.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.2.4","@types/node":"^15.6.1","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^2.2.0","@hint/utils-create-server":"^3.4.10","@hint/utils-tests-helpers":"^6.3.4","@typescript-eslint/parser":"^4.26.0","@typescript-eslint/eslint-plugin":"^4.22.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.0.6_1623265905272_0.6942780230942975","host":"s3://npm-registry-packages"}},"3.0.7":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.0.7","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.0.7","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"679883425af1c316617cf3075f4ec130165078dd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.0.7.tgz","fileCount":14,"integrity":"sha512-mDbYzJ952XaWGZQscOhDrrvH/1GXLax/t9ZdrlEXpz1eMLqwJdLpLefIEQ/YPhFzww5iI9Uryu/Fwi3l3K7SJw==","signatures":[{"sig":"MEQCID4oD20tuTnbRIySerWIBT5b29GgfoKMY9VqV3d3tA0fAiBTgrHYnSjlPE2IoKWesQTSMvOMcyMQexWnWeFqsvi88Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":60154},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"6.14.15","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@hint/utils-i18n":"^1.0.9","@hint/utils-debug":"^1.0.6","@hint/utils-types":"^1.1.4","@hint/utils-string":"^1.0.9","@hint/utils-network":"^1.0.11"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.23.4","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.11","@hint/utils-tests-helpers":"^6.3.5","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.0.7_1634833208931_0.2666507512856151","host":"s3://npm-registry-packages"}},"3.0.8":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.0.8","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.0.8","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"c8c815a541c09863bc24a88332c1b44a1f23e280","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.0.8.tgz","fileCount":14,"integrity":"sha512-Whj/LGZ7I0xJcQTEx3qGwiX6nbozoo73nbgw979P3T0csCPRS1kBA+q80fTtUb19Kh7YPP6z9oF8aVUjRJYzpQ==","signatures":[{"sig":"MEQCIC+ncampBAhx7pdk/GMGtVelIGMCGRbYlvDQVtfBlVh9AiAHmdXzHoN+P3PYtzPggo0ghj9KheI2jNtnr1H/gjj9hQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":60154},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"6.14.15","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@hint/utils-i18n":"^1.0.9","@hint/utils-debug":"^1.0.6","@hint/utils-types":"^1.1.4","@hint/utils-string":"^1.0.9","@hint/utils-network":"^1.0.12"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.23.4","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.12","@hint/utils-tests-helpers":"^6.3.6","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.0.8_1635537424319_0.0721020374349648","host":"s3://npm-registry-packages"}},"3.0.9":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.0.9","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.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://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"4e014b4bd1745047b262042ff86ae3281ea37950","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.0.9.tgz","fileCount":14,"integrity":"sha512-+dd1Opur83v2gQtHPLGrobRQ1VdLZEUuRDh0PFLpl0ey9ewGqsFG1BadInEbmH8ee6pwcTG77uBvbKJiicZELQ==","signatures":[{"sig":"MEUCIQDZMYSWeW8ZjSqT+17S+sS9pYT21wAGROoVaEHIpsGZyQIgOhl2ES/4kz2ONxT/h660je+c9kuNdkCucNDN2PBJXAY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":60420},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"7.5.2","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"14.18.0","dependencies":{"@hint/utils-i18n":"^1.0.10","@hint/utils-debug":"^1.0.7","@hint/utils-types":"^1.1.5","@hint/utils-string":"^1.0.10","@hint/utils-network":"^1.0.13"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.13","@hint/utils-tests-helpers":"^6.3.7","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.0.9_1636050601158_0.912221844754971","host":"s3://npm-registry-packages"}},"3.0.10":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.0.10","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.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://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"146b7707be6307538d29b77f64d91e0a6d240c40","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.0.10.tgz","fileCount":14,"integrity":"sha512-O+yfywhSF89TPGAp90/2olWIn5MGu5Fr5w7Jb2l8uOv84+jkhBl2e3jEGlOy6W/Iz2FZgIxxlGT/sk0Yv4cihw==","signatures":[{"sig":"MEQCIBHRlERPCa2NnqDXaC/Hn/lPfacftjf8Ft90aenR1NI7AiB+DqbIOCA/0Z0TnqM7ZIdmgshRYy6oFtbTFT5DXKubSg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":60699,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2KSwCRA9TVsSAnZWagAAjgwP/RxZU1YSIyolMrv+xjJW\nBW9jVL+AZ3b9Tg4Azo/9f1KESLrNkhztOA4VPPDiRLNtG4XIGko/wp+qpMHE\n4BTs9G6vNPp55Y/cFL8Zxg23SQ9iL+5QJRaLGEO0N96tni+CJHh0KZyHZ+YL\n6X9f0+Oy0imasjskl7l0bvhdoFMlz8HYUptUC+WwhO5GaWiTtdCcJizu3b8O\nGC2WqM3r9sxOhDsTaf9qbzA+laK4NxwCLyhcM8Dp1+xajFljDTKcdTq6FbBt\nqiwn9LRnrwm85fpYJmrVmPRjOABzn+3b5k9NmaRexG30OYVDvW9CWu/Hp2Jt\nWpAkxoDbYxru/80VZVaBBlxU+HetzUqPpgBfYAcWNvts2gBUxoCAriiXEh9u\nYC2gpP8TNhbd5i+Z/RBFASF23AiAZXCD6y1zt5g/qoSBv0p+WKD9Ji/wyCcR\nyGSZmvdDDFIv+CTi6LeRJqgjx5qWkK0/LDz5sR/iS70U/Di/0uFDOLn5mLlp\nt2EyhXxxysPuEwY2RkPy0TAI6TLCNgSp9y1kKDT25Vemf2n6onEunbbgwJKx\n4ywqX1KhuesHQOrC+zQvW9hnaUrLv+i3kE63nDjN2utSINs3p+MO0W/aPEbH\nHj1dhVh8/kHhknpeg+IGV+gxF6k4hcRITHlrkPRusbB2Rs8Mt1O6JMjnKgEo\nP9UY\r\n=QYiR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"6.14.15","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"14.18.1","dependencies":{"@hint/utils-i18n":"^1.0.10","@hint/utils-debug":"^1.0.7","@hint/utils-types":"^1.1.5","@hint/utils-string":"^1.0.10","@hint/utils-network":"^1.0.14"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","eslint":"^7.29.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.14","@hint/utils-tests-helpers":"^6.3.8","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.0.10_1637007020250_0.6833007631584851","host":"s3://npm-registry-packages"}},"3.0.11":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.0.11","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.0.11","maintainers":[{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"217629389647513ba927d9dfdfa8596a94e6e7c8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.0.11.tgz","fileCount":13,"integrity":"sha512-45IxIsvbaQURHjGp/STgu12DyRhJn6zBwGKq0UHRs0thfxUNNv+0Uv3cE+f8pum/nsg2Idhat8fhr4S/6mANZA==","signatures":[{"sig":"MEQCIFcDfaNHwVZL7TS3EvPM5mX95jfq780s+oXcoT2fPY9/AiAkcd1abxVHR0BZw4k2J/36odyDbejar6C+VzVLRb9e+Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22162,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKkskACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqmvA//X8l7zJwUHvE5TbqTfLYgOMTtj4bAEZuKhqe7R+XxdHNTX1cF\r\n57+39ejanPvxsMXFpax+/U7Ssaqib6o2PqJSoeRB7tlzo0cFVsyGqq544FZP\r\nWez6WwCXsb4niZfu0PqqdBf3RKclL3Kj0UHqbSpinOp1P4kqPpPQj/P0sMPa\r\nYVOy2FJPMAZ8JyHkQPMT0bjtiDJI8qyI2Km95Zzr5qhS/ftoOBa4H6XJLQuG\r\nz+8hW6AnmiNQ2nBs+uxufPEKpJUXf3bX3eYKWdwa8dFUI3K32k9eKqKc7IG7\r\ndLRX0RQ1DtFJ0gt3ItX3CYprfk3zzDtJer75FI9yQgcyT59dYqGDmldIJPta\r\nDSoOrAd/EFV3VRHH1BkzEyOykWgsxvCmIARo9XQMZkI6WHUHKBg+27TYw8r3\r\nLbrGXWDOJgIU1q/eMIGPZmB5wLibayDcmd1m8ADo9WIsytze0kxUWo3QvSiu\r\nApLiyKPgQcAbuIJLpFl2TYr/nrPKoEZiFR8noTxPsZmtQfzh5bLZuwqWipZR\r\nQvyg3M8uhdrY4TOxlEHsVSVCKV+kORTXGHz4BRR5vbplnbVm5ny1jMJR1qXd\r\n4dXcGaJ2Zqla8YaVvBgnptD52GP55DHQ+yimSWCHTFOgvEsVZFsgAyWH/nrk\r\nikY1hc7cUE9QRAglVsDzbvQ/C/VsTk3Dkog=\r\n=2On7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"958c5ae10b0cdfebd292c67584ef5b99de8deb14","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"flynnolivia@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"8.3.1","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"16.14.0","dependencies":{"@hint/utils-i18n":"^1.0.11","@hint/utils-debug":"^1.0.8","@hint/utils-types":"^1.1.6","@hint/utils-string":"^1.0.11","@hint/utils-network":"^1.0.15"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.15","@hint/utils-tests-helpers":"^6.3.9","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.0.11_1646938915988_0.5918519210773749","host":"s3://npm-registry-packages"}},"3.0.12":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.0.12","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.0.12","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"1db377af0fa0d8973c9a06b9684e47969554a39b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.0.12.tgz","fileCount":13,"integrity":"sha512-mKDxUPNydBL4FiKcSNG4lp4LpNvxr0E95aUNENdEhKCVeUNLTnXTEnos2/vrac7LPJXrTSXvY5hK6To7vnLu0w==","signatures":[{"sig":"MEUCIQCiN9kPgf100dI87wiHjxi2/RJZMSaHDXqMtG7LZbPj4wIgPZ8WBJF68q+0klcGdfFbIR1JhgfEOXzXhbtM3o8pHck=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22163,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaG4RACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3SxAAjQGHU/hTonZNFDd4n/mH5ripeKEFgP38ioYDGuXeyTP17YGM\r\nQs3GROupaDOJDVA7JRia6EbwunouNvs5NZcLdYZeSzIFbHLJvXRmY++kj0T/\r\nPjJk0JZu1IYBiRVl9UuH4utdIZxn2WlscPQGd2ndMP4t0bRD+UAdLKn47u3n\r\ntJulwMtGPKL6zGw/941Cg6UJTyELPI7jZkanIThWpeU7LEJ4Mo8UeedDSjfg\r\nYga/bXC6A7x3ug5/1e1SKeppdLrP/8ASlpqa6WZ8nCgLgJmYHEw7JHVsT5PQ\r\n/VQ5iaScMR2y8QRzZRkudDRmZVULQlABodyvd8OvqtvhBIEF8NFnWxql5uJQ\r\nfCsIOS0cQn3kJ4b0jg2EhBr0tBnFriUqmY/efZTZ+1+UyDU4sii0PDThDipa\r\n86hl4CY5RoSwsMriRKIJHNx1tN23+jhfZGrn3Fg0zwlQC9VE9Y0L8CywgHoG\r\nZe9SzvVBmeCqTy00kYR0AYaY+zkqNQlgNjSTSeaFdUSp4iPUFv1xhoeuNfc5\r\n85ziq6ycirY5wQwohTStTNT3ZXVNtWwkueFbr0XlcY9tkUTQbkHh+7yEkJ3S\r\nsX7ctjX0/RXeQpAqE8AMR3NvEe9qytTjz4VOUIxtiSOX90T1XdyW4Ey+zuLX\r\nTZZJ1hpaXa9AluZohRWYFqav1+EC7/IFiVM=\r\n=+A1D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"ed090aaf89fa89e6575bca6c116251a40266ae8c","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"8.5.0","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@hint/utils-i18n":"^1.0.11","@hint/utils-debug":"^1.0.9","@hint/utils-types":"^1.1.6","@hint/utils-string":"^1.0.11","@hint/utils-network":"^1.0.16"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.16","@hint/utils-tests-helpers":"^6.3.10","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.0.12_1651011088816_0.436656468510243","host":"s3://npm-registry-packages"}},"3.0.13":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.0.13","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.0.13","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"18da849800c22ea56e4cf31e7a048004962327a2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.0.13.tgz","fileCount":13,"integrity":"sha512-llRM5XD3jnYj4OBRxTKz49zRTjIRsqGmOvdt6+qMJd6LoYuXzdsB4Fh4/VhtxCEy/ahyz8xKEz3FdIGMpYet+g==","signatures":[{"sig":"MEUCIHlRBdc0onsGAwJsOFD2V+0OhR1WGT+6CdvNY9JBzm0yAiEA6RsO3/C/HyfoPM48q6uXf1zKAe9IN3PSH+xhtMW0Qoc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22164,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicdpkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpgPQ/+IG2wyhu21CBR4gZiLnHheix7+2R1S+++4SiujlMI62IfKek+\r\nvvCW1T6nnRyYM+fls3XD12WeyQB9aYsoIc+W97fTBJiJih70tRRF1DecncH3\r\nMX0/s2PCpET3/ldPcRlrh5tVsUgNSXjzWnH0R9AD4OOTOsTAbPpFqmaOMvJp\r\nNlLVaQ1iCXp0m5oLNpb42a1IitFxnQ3WrLpcR55212g321YsayOUUJOAqDml\r\nIizNmNl/ffyiPljP1kkLUAbfF2jph947jKCBKRWRRRw+VZaQlOfpNphmR5bI\r\nlh5IJPGKJLgo6whepF8VIxod7PJEvanjFY06LHFMDyaOYdafuwUaUOBX4Mvn\r\ndkcz9i/rryyWDy2ZAnQSPjBvjDO7t4bHeszgbmSuspVlwgDDeRI28ZXGrreu\r\nBVkweELJk6MktsdU6HU29iyFUz3iVuXCXrqv9pPQoHx0Sk8ZLBAdgOuCjEs/\r\nnbmra4PDaoX3I1QFm1nSXn3lU6oKUbh4th+nZQzV18ohHCpSMgVXE80SnDRv\r\n0RcTlDmB/JMtVdTGRquMNVwfs6Xh3Z95Pn54PGzSar4AuQphLFYNVXZKYNz6\r\nqZ9iuvgNWggYIjbnze9HPi566+rIeY1MMf6PBbMqEIjXPHw4HwdFZZ7FVqoi\r\nQcUfa5AqSLkiMy0EUP4fAa7nUgkOc45iDDE=\r\n=LrDY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"86a21f9d09e2e0c824fff06081f329f0382af256","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"8.5.0","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@hint/utils-i18n":"^1.0.12","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.1.7","@hint/utils-string":"^1.0.12","@hint/utils-network":"^1.0.17"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.17","@hint/utils-tests-helpers":"^6.3.11","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.0.13_1651628643935_0.598147978485106","host":"s3://npm-registry-packages"}},"3.0.14":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.0.14","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.0.14","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"7643c8a98421b449dad2dd3feb9a1a8cbcead28b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.0.14.tgz","fileCount":14,"integrity":"sha512-Um6ilaLP5rbaeXk9zulLOMICbhpV2RQ6W3z4xxH5k5/r9ee977gtNF5u6k+UCt/6OoPN8GkzodIbr0QFN28Wlg==","signatures":[{"sig":"MEUCIQDUyuhqDe7QFFR+RasgzLSCrRi96LOEOByb/Tya9Nh+GwIgWoyGipj9ZmGDOTkpqXvaZ0u8Y8shfqCfYMlULRzquu0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62801,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinn9lACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqqqg/+IsYLWZaTqQlUCvJOt2nxId2c+pWzmbXC/hoOy6YbZ8IEYBXF\r\nElRWhn6rDZQ9zoGS6qNVV4ZYb3JxIET8vZHV4S1GCwf9AbvKmJeBJ7CBZDAT\r\nyK8jn9U72uILSMZ99V6amLYKTpD9om90SDaKnwR+WzfOPb2kXSYS3ghTkab2\r\ns27gk06nnIpGQape2LEsBzoAN/lBz7/Nq7KwLRlburB3Ny6JmaqeDRxpYO3E\r\nYnH95uxh/fr6FPNe1sHqvmVijvOaPKlSLc1fMAW8fYU3XT+3LgFYMMfjqb0/\r\naRbUXellx5t+E+lENaE6BpxyJWkbpVeIkoBAde0ycEu3HS+Xlm/iXkRQhdjK\r\nVSwbilnR+gc28QCQR25Q8VgOSvz+HM9gF6LNIpeBMd5kdaP0RB5yi0XgyhSX\r\ntaZfCkbotNmW9TNt6z2s7N9jlHPPWqg/hY0DXpOPC7OY8qMkhRbxRM4N/qqT\r\n887IHhKE05WqO4miRE0zmRx7kUwcFrv35bLBtLLNDq8iuYx+D8mXfAVcsXnY\r\nFVrO8p7bXfHempKcaQv3Yhn0hbUcrLifG7bKbOEo0klcx38j5xJGEResF8n1\r\ndLpWwLvET8kZ0LHoHG1nzEODCPuOzUAaxc4S1EFwstLcMQunqVynQv0Njgs6\r\na9g98Auw009oXnMUdpF8YKatqI0dgdTK6lw=\r\n=8dki\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"6.14.17","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"14.19.3","dependencies":{"@hint/utils-i18n":"^1.0.12","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.1.7","@hint/utils-string":"^1.0.12","@hint/utils-network":"^1.0.18"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.18","@hint/utils-tests-helpers":"^6.4.0","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.0.14_1654554469673_0.7439026253637415","host":"s3://npm-registry-packages"}},"3.0.15":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.0.15","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.0.15","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"c6b7ad1ef4b6f14e25359364783f4fd77874d381","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.0.15.tgz","fileCount":13,"integrity":"sha512-534rkoiDZxKG0YTbLL5V//yVp5yIdCxl4SjX6fBg3xo2D0sP5zepP7iO2eHK2Udl1S5T95zsqI0OSJSlkd79iA==","signatures":[{"sig":"MEUCIDCtUzEvb46nFmeyl3ANJ/ld6nS1YnDU+oFBhtEsq+AGAiEAiM+v2KK9S+M9e8hTBiGg/VH7MD0MvqFQgYbtrHauzhI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22163,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJip6CbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoIURAAhbQqLNapX+EXFkUSZ7bldEPONvNGk2X+MCNiP/vV5/zE8R5+\r\n33FFVt74fanXYsZ//GORYZ3jt08RfNQ8WOY509Ip52oGJH4VVqhft78RsZxT\r\nxYHANPTRW2aW9gHuh57pVqUjFiwpvbMvK5xsUUwQmy9ykmmBBTBeVsxvAns/\r\nXng3OcyXQQhnoUPWFBSRaBQY/bs6igFJkkYUICqZq2zgrPc8VetKuaBxCSt/\r\nWPhd0JBLldwwwOgvE6u+YGFGPm/V2FfCzlsFRfOi1r92UIi1ayCfXg8MKpGu\r\nU+fcqj6nqEnDm5nuC9XzaKagP+AOomyMgMSer0QvqBU/d/pinMS2Dh78Ic2S\r\nrv5Ta0v2FUkynI07TD3rHcM94HXYD7d3gdX+K9uS79nOT74rooyGWwaIo8mS\r\nMWWp/pTi9nr2P4ZvdLZsC46NbDq662hHzmoGu+e4J3xQK+jS2GV5VTAqEgm6\r\nTvci1SaKyhJMxP6fTwuni0xscBjKc4C56fLMKJ25QHKPZxmGLREopqqv6k5x\r\nB7Ks0EpLTS3mlC9Helwn+XgewKCZlGzKNdm0zh/TsVW+a8utFbC1purbNr9/\r\n6rPc3TBbeXrVXLFeHPZpl0BUbeLtExfEA2UVsup+mA5zXEz2yuTi6aS6G9Da\r\nFEuf+QBsH4Vp10dw3xO8OW+KHXTFPo33fXo=\r\n=qBXN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"8162e2a7a04d31bb7e79e09b1e0b9a2b9365148a","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"8.12.1","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"14.19.3","dependencies":{"@hint/utils-i18n":"^1.0.12","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.1.7","@hint/utils-string":"^1.0.12","@hint/utils-network":"^1.0.19"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.19","@hint/utils-tests-helpers":"^6.4.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.0.15_1655152795201_0.7616080664300202","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.1.0","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.1.0","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"380effb59f4d2e374e243307d6c2a75fd6b9166f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.1.0.tgz","fileCount":13,"integrity":"sha512-W/d/QxlsJuFy4wQ8NNHDEM0o0/47csps+sawZjlWJe5zjpVqaQTgOlZzFFX903lcw0tP8PlhCgl9NaOkBo94Hw==","signatures":[{"sig":"MEYCIQDwdDVoiWXwgRLQO1V7p4MK+W4eRYwaz0Qo7ODxa+gYegIhAIZLsV1yBwaJE1LzmLYLfCYpSttr68cRBOLtexPkrNGq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22793,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyFRdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoABg//fGdOgk+ml24jezhnmm8sqZ6wacqHQHPzlLyUQQ65h1jy/RQS\r\nXzZflLqLES6ypabWOgO7wNvpI/O7I9Y1Bl9ALpYlpdlZlEs8NLlSb78UM7y4\r\njtRlOMPZX9JrxfAPwkTlvuFSg4/Tv1EtP/8u2RQvRb2JUfUjwVbKc3ZmY6Jb\r\noxpn9WB+84WKP1JjfQ3diE4Bv3QPZGSoq4dgoH32grJowrQ5fZFmOhxVL1OF\r\nlnzeZCPknU6b8XU92wE5OoNK6bKfoKP+/SP5B5+ile7yfbnh6wGWMxmPdA/H\r\nSTpXWLckxEJjqoYRT6Wi4CNRbkwSyEnhIkctAJK7twnL4Cw7rpPt2iLk/YOs\r\nXUI5lZAvM+IDGQXRyXHYpFbgmYUaFue35u5kQ6O+4oHOznFH9LGZ58GwDjgC\r\nB/196L/Sur/yLDLNoGfvz4AiEYgIjyUx+1poyanftEavSVxqBTUQmy0lOhbu\r\n9X9luyOxJF0UHKnTsduFKBO/YLmFzX7+ARhhyB0Hdl5eremzYABIOP2nE6si\r\nUxoKHWbvVNTyO6soyu3bYLUcHX72avAhjAGQ/6Robmfnj0j5vb7oKOFP8ZyC\r\nqeFIlqyZ/zeliotSCtQZR6fN+OBTO9WxruH+dBRFhCOJ/R4V6lvl7fUvvxte\r\novPTfqeX+axMjWB6P7UzfzbGrPJTNtCKPpA=\r\n=yL/W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"50e8485324a6c885c736d0b4d1ac8513d875f5c4","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"8.12.1","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"14.19.3","dependencies":{"@hint/utils-i18n":"^1.0.13","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0","@hint/utils-string":"^1.0.12","@hint/utils-network":"^1.0.20"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.20","@hint/utils-tests-helpers":"^6.5.0","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.1.0_1657295965061_0.6633142858550345","host":"s3://npm-registry-packages"}},"3.1.1":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.1.1","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.1.1","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"92f05204eded87011b5f96cc4e3a721acc6b61d0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.1.1.tgz","fileCount":13,"integrity":"sha512-soexhsD1X/JCS8Wqn6OKPDdq0PhI7fvQpNvzVOKablsgRgS8iih+Zb0Chj1rLdLPZpr8PIExqQP7ILa1ZOeTPw==","signatures":[{"sig":"MEUCIQDS0EougqYGsghWqvbSdMNWmh1v2p6nzbfzmWr8Z7WO9wIgQ6buNaYcqMYmOWHKtynT5Ha47fEYXgePWir0FXUqJoA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22793,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2yvuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpo5g/+KO7vtkyp0mPlJu0pC7PiPG2AzCRtogileHE1J7YbdzcDl06M\r\nsMrsRP0eHv9gHXUO4XYb5jwmgoe0vj3kfI37fPa6u5Txoz2UkPyV4mRu4yC1\r\njcVJXUUxchcMngLwimVvHEvhkIKNeKMJ67ki8HtrlSKN0st2Dthqr/OHk6T8\r\n1dd1gIsTKKjmLconOvwB/WiDS9mhLnXXBGTyYQm6mUJOJUjoh0JXW53TaNRZ\r\nqeZBmt0j69YDt5hwcaTaylmUyDBbFNc9INa40UgiClsoy+zBGm+ncpUZWov+\r\nycjMpS+dMs+EqOiw3xeqsdQOcNhaDw0gGurNprrzN6mdN4DNcIaS7KO7+Arl\r\nwKMUywzD2iGq5mSAAhkkLKPgRwe8j+ob/yK5uk+2TRnchiJYrzKMBTtvLcEh\r\nWWAxrYGA78IpbkzqbN2x9LJH5BUD6mL+yvHzkDGJKMBUcngh1KUq0mWtFTQp\r\ntPEQAI849KUe0ymLhiSVHVazWIXB05rcXDv26JPVIUPkyRhlvfS3Dd82AeUl\r\nK3BYYcxfu5e4q7tlRntZYslj1BP8SQDMnJF+iUNpXqF4ShrgSAQW33Hfmc3c\r\nlIGPscL/9m0LQSO0PASm35Wv8f5aodE4I9zcPLXSJXn4PWugN4N+qXRRTKcM\r\nB4eqdG2HjUDHobe7HdcWprhTrrOjPiNA4i4=\r\n=cPCz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"3747703aad67205d4aaac4b74e7f78ed86402c0d","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"8.14.0","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.13","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0","@hint/utils-string":"^1.0.12","@hint/utils-network":"^1.0.21"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.21","@hint/utils-tests-helpers":"^6.5.1","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.1.1_1658530798809_0.5095517051252987","host":"s3://npm-registry-packages"}},"3.1.2":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.1.2","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.1.2","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"6acec47eb8a5935f7e43e2b9ae92987e24c3d25c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.1.2.tgz","fileCount":13,"integrity":"sha512-a2dT10H8RAl/vNbJekzCsYI64c7LrPgBFVmVjCvKxmIVOe647qyv+3AGH6DsizVnFYNMJskRt2ygAcYyDxucMQ==","signatures":[{"sig":"MEYCIQDAAlghXyrJu0y+98iZGzz1xhINimzL6F6tii7+ULrR/AIhAO7NAN3iHkja4X/qMz48jvUxoyjf3fcalhvKH6F/NUzm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22793,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF3gpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoZaA//dWByxgkimLmDCFux/jCUeGrAk0odJCZ0dRoc6W9TVc0iMBiT\r\nz3D2GbTCujZ4lBy/4kT7mqflMPNv4W9B7XYHuYosiyUiAOUWpaRp2gKwtXje\r\npoTvQN2aly0OEIBXXtc/NKXWhODCHGljbezPSkkQ0IMrmga/DipLoed0Hv2E\r\n65GONpHt6iOHGvGP6lthxP840keQNXaj0S8DbqhHiFfRgPaXARohcMPpN/vu\r\n96eSGpe2V5G4TNyJ2dP5sWcU9hu6i+OJKXp2ZZ1hJMr71jlDmoBvpCxsUFbz\r\ncYNOVUbIbEQym61U0V4uJe/v1GII6DZlS4h5EXwbbLXOoz6wlYnETml45zP+\r\nP3cYPV6Fnr+h+/i77Y7LOKoMjhTVX7ogkburnVHdUDpgh2EEXqXQcVOSl9bc\r\nPNiByWrij00jfQzAbAxtxjX2u4uJdNq865ckx+FJTHK1Ip6KyctsrgdpejkE\r\nSZL0Ik2T+e5tsUX922YeAQO6zyXxNbk+DRaCFZz8u2vVsTFcGuoq9oTLWKiE\r\nWGnHwYXiz69wNc4L2H3/TDdM4NQPN3fQ+tIdphURi5eamGeHWaxls8V0tMqA\r\nLcE4erg+Hq9NSxyTuC+K00PDd4MiUt4HNIKbnUl2JQzY/L+SeLtO/NPt2X3J\r\nhU1iKUrKxUJ5oPSv6MuNlrAVYuJAtr55tbI=\r\n=/i+T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"64f0d5cf033aa97b12ef161d91e00bd2f750da6f","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"8.14.0","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.13","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0","@hint/utils-string":"^1.0.12","@hint/utils-network":"^1.0.22"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.22","@hint/utils-tests-helpers":"^6.5.2","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.1.2_1662482473199_0.07659676964199891","host":"s3://npm-registry-packages"}},"3.1.3":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.1.3","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.1.3","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"abc8175463fcd386da81437b260a92c6fdbf87d0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.1.3.tgz","fileCount":13,"integrity":"sha512-pRpI5aCow0Gy7psi5Aq6icEZXC8q/wD55YGr8vLZqOEbrRLZtXMvKM9TsVYkG1OAh2sm90bVesq5lJOfgOh8Tg==","signatures":[{"sig":"MEUCIQD83blWt1fp6qOGlfj/DEUNrCdNSgT/0fvt3pfmB6PIQwIgc+PehY0UJ6PnZ69C43TnunanrenKLndud2yodirhvaE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22793,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPzAfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp6Sw//f/99K3fz7CaFhTfDE+iysUgB8RTW72yXcl952H1FldT+aTsg\r\n7IqelJUFQxiKAH+Hfh4HAfGC7NCu/lY0l60zlHqeyaUbw5fkuehyyPe+xuEZ\r\n4GYdo9uHdq1/pw0VtSkwRTht1gCU0OfzgjMSt5eRnSG1Q2iZ0SAC47ZXc4Po\r\n09AvL8Jov04gqV4gwbPUse7X/EdgwXUZfB7QuQ7eyDEe+C11In2mFrD1bP6+\r\nn/fnVe/ZmqKob1vPojFs2t/G2a6+dqtqgKQEP80YmQL7dh1jEAOMAfGJ9b7X\r\nXtwnNL/kURpMwcyLv4MYnUpDNAc7Az/K4wLRR8PfJnUkp6O8qtBZLTj3bPeK\r\nqR4fKB+100ThB6/leqKlG9rueJWhl+4m7SNgZrH1RE4IXKaJR3FebK/mDW9X\r\nIhkh/l1GvUptkTYuczUz0LpYa9grOUSjjEzJhr0X4XJMtY3D/cvXMbGylBvy\r\nSzlhZQAN68sK2eZyQf2vFOEfkKgs6a1T/mgxH8ExypTHAV23Pc/ZDT3xfiLw\r\nPY8tBW3siyH6eLWZent7jyw4Wzm3TXuscCDLm7vjJ3/h7nl/VRBsEM/Kig+Y\r\nOHNj+Nmb+r/YuBIG+AcKLJZ2/jZHbW1NZjvprR2AS/BjrMfLrLOXIyY+dnmv\r\nSPc1Njd7Mqxc5tsmGDWYnYKGmoVLAEIeYfU=\r\n=ix0w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"8869f1b823276a7cf0417925b78b6aba21d4ee2b","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"8.14.0","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.14","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0","@hint/utils-string":"^1.0.13","@hint/utils-network":"^1.0.23"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.23","@hint/utils-tests-helpers":"^6.5.3","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.1.3_1665085470983_0.8993968770224945","host":"s3://npm-registry-packages"}},"3.1.4":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.1.4","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.1.4","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"da341dfb133957256675a833754cc7997b727cd9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.1.4.tgz","fileCount":13,"integrity":"sha512-VnH7piIsrSkb7wYjzO8zkLMHpHDWrFChBeK9idd95bjUjwSqSYyR01aRVd+YKbkqUlX6D+3PuWQFz5UY4+P7Fg==","signatures":[{"sig":"MEUCIC3GrYJnGz9lWibvlRmem57GxVZnen2PUbsuWbFDY4ROAiEAs2m2psGfWZJM1zx4jD9SO4tBFK+Ez8DZKsakkxRwg3Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22793,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE509ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrywg/+ONNLUZN+DbXnNeMJcLkmVaUJZ8LjwEA6TYhQjKGHbBwVGmDL\r\njAAF+jMP5WjgwuBqvo3Ize5DDCtIH0Hjopu091XLUwZRdG9jbJ3ky8ngMLWs\r\nLdOHzc+MOmhuL//ygV1+QCp1eCpEMEyIRDVtj2tIpuYzarmKJAN2v+2A3yLg\r\nAnfMFXmjWsLRgSqGnCTtFPaHGJP7rvWLAcXIzadwld85EGWe76DIk9pci2hp\r\n6fA5aYQeilzoUIGqnukVdKG3Ku7rZkeXMEK4aMcDuPdW5JHBg1UF4mfdY20O\r\nI+YZhiwqAboJjzzDycw3he2UZjOlgOXi2TiDgAIeqLxX19VfLSReRc6rbawV\r\njRIxWu/fdlpRURCqIJUfL7/Gjv0xeMwaImHsOiKV6bTyezaJOxHhY7cooDTA\r\nS9hZ2kx+cFQWLOyJTDOZ+3krV26QkCYosY3jwcJ+w3hgJDBmFLq0ivKcdAW6\r\nzS5uArS5J8s24H6q4DhRShe+KD18NvuIs1mrH4wGlhHRtj7BYQD9USHmPQD7\r\nTm0+66efrbn1XGgjGgq6H2mLpTEgGppopQddogH4Awsp9fHLoW2A6Dgm7g+J\r\njmmKCRnR0tjGtkYhEQddr+QtUFsSF6sAYgbYfoHmnRS+7VjctJUmYZeX85AA\r\nUDF7yjS18ulWpy8Ig0JLnJkNV0y7Mdtow4s=\r\n=JfVl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"722be1b4c0836d5c0adacfb00c8c4f6bc5d1e707","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"8.14.0","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.14","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0","@hint/utils-string":"^1.0.13","@hint/utils-network":"^1.0.24"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^18.13.0","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.24","@hint/utils-tests-helpers":"^6.5.4","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.1.4_1679007037070_0.7594917985066523","host":"s3://npm-registry-packages"}},"3.1.5":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.1.5","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.1.5","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"e96d3fd42273e9d85c0b0999c37003940bbf1cba","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.1.5.tgz","fileCount":13,"integrity":"sha512-7fvuJ3biGwvSeLQs89D/YGTN6OpSPy7XnmdQAwOhXpbY3B14FYO49FyIVGUYcNOINGq2LwyDqBSfWfBz52BFfQ==","signatures":[{"sig":"MEYCIQDhliqa/dpUJF2vla3XRUEdkEBK8gL8hvMsWFxk9RhbeAIhANErcLzrGSguz3EIIZQhpyS1tjPnUOTYX0GNn+n7Zkpg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22644},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"fe6feadb1f77798203ea9d75edd88cf2fcfd1b61","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"8.14.0","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.15","@hint/utils-debug":"^1.0.11","@hint/utils-types":"^1.2.1","@hint/utils-string":"^1.0.14","@hint/utils-network":"^1.0.25"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^5.0.0","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^20.1.1","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.25","@hint/utils-tests-helpers":"^6.5.5","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^5.59.2"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.1.5_1686328200504_0.514980658847618","host":"s3://npm-registry-packages"}},"3.1.6":{"name":"@hint/hint-no-protocol-relative-urls","version":"3.1.6","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","_id":"@hint/hint-no-protocol-relative-urls@3.1.6","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"bf0b55254b659c6055aa691b83b6c27ac6bf6bbb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.1.6.tgz","fileCount":13,"integrity":"sha512-C4W1dsJg6NW6H+brJ9N5vers11uHG8mQIS+7IJJtnEQjZn0wwpp8P2//b7ukxdwtPfza1xtVYz/onZkoVDJV7w==","signatures":[{"sig":"MEUCIHFhhYAn8mk0Ep60uEiG3rnxsXKIIzI4wNImen8CK322AiEAvdAsybI4xiySEV6mENM5pil96SCkbP3aoAAT9LGHE+w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22644},"main":"dist/src/hint.js","types":"./dist/src/hint.d.ts","gitHead":"89eff1633735f4669156dd0b2d093697f458aea7","scripts":{"i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","test":"npm run i18n && npm run lint && npm run build && npm run test-only","build":"npm run i18n && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","watch:test":"ava --watch","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch:assets":"npm run build:assets -- -w --no-initial","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/hint-no-protocol-relative-urls"},"_npmVersion":"8.14.0","description":"hint that that checks if protocol relative URLs are used","directories":{},"_nodeVersion":"14.20.0","dependencies":{"@hint/utils-i18n":"^1.0.15","@hint/utils-debug":"^1.0.11","@hint/utils-types":"^1.2.1","@hint/utils-string":"^1.0.14","@hint/utils-network":"^1.0.26"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","eslint":"^7.32.0","rimraf":"^5.0.0","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^20.1.1","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.26","@hint/utils-tests-helpers":"^6.5.6","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^5.59.2"},"peerDependencies":{"hint":"^7.0.0"},"_npmOperationalInternal":{"tmp":"tmp/hint-no-protocol-relative-urls_3.1.6_1687907367609_0.8839392298313977","host":"s3://npm-registry-packages"}},"3.1.7":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils-debug":"^1.0.11","@hint/utils-i18n":"^1.0.15","@hint/utils-network":"^1.0.27","@hint/utils-string":"^1.0.14","@hint/utils-types":"^1.2.1"},"description":"hint that that checks if protocol relative URLs are used","devDependencies":{"@hint/utils-create-server":"^3.4.27","@hint/utils-tests-helpers":"^6.5.7","@types/node":"^20.1.1","@typescript-eslint/eslint-plugin":"^5.59.2","@typescript-eslint/parser":"^4.33.0","ava":"^4.3.3","copyfiles":"^2.4.1","eslint":"^7.32.0","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^5.0.0","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["no-protocol-relative-urls","no-protocol-relative-urls-hint","webhint","webhint-hint","webhint-recommended"],"license":"Apache-2.0","main":"dist/src/hint.js","name":"@hint/hint-no-protocol-relative-urls","nyc":{"extends":"../../.nycrc"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/hint-no-protocol-relative-urls","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm run i18n && npm-run-all build:*","build-release":"npm run clean && npm run i18n && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","i18n":"node ../../scripts/create-i18n.js","lint":"npm-run-all lint:*","lint:js":"eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore","lint:dependencies":"node ../../scripts/lint-dependencies.js","lint:md":"node ../../scripts/lint-markdown.js","test":"npm run i18n && npm run lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run i18n && npm run lint && npm run build-release && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:assets":"npm run build:assets -- -w --no-initial","watch:test":"ava --watch","watch:ts":"npm run build:ts -- --watch"},"version":"3.1.7","_id":"@hint/hint-no-protocol-relative-urls@3.1.7","gitHead":"5db0e7f01a05fcd6ebfefe154a75a6d4a3cf3201","types":"./dist/src/hint.d.ts","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_nodeVersion":"18.19.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-hNbJ7V33quGucb30Z0wrJwEQ7rjIqY1FkGEVle8eDu1nirmZnWpWcg71LYxvdM0FEqrmc5GsV+MJqUekBPspoA==","shasum":"ec726490ad854f1d8278dd91716b2fc7fdc24e40","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/hint-no-protocol-relative-urls/-/hint-no-protocol-relative-urls-3.1.7.tgz","fileCount":13,"unpackedSize":22644,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCKU7p1jKsj/9jl5EuuqUzaY1BPCW9pgQ6yAR2kVzQMKwIhAMf1mz6ralfnhtWacaWXAX5L76fSvarfWhErRQxUJzx/"}]},"_npmUser":{"name":"anonymous","email":"vidorteg@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hint-no-protocol-relative-urls_3.1.7_1724949401041_0.9546304792534603"},"_hasShrinkwrap":false}},"name":"@hint/hint-no-protocol-relative-urls","time":{"created":"2018-07-17T20:57:02.253Z","modified":"2024-08-29T16:36:41.452Z","1.0.0-beta.0":"2018-07-17T20:57:02.380Z","1.0.0":"2018-08-06T23:05:48.902Z","1.0.1":"2018-08-10T23:27:18.392Z","1.0.2":"2018-09-06T23:15:13.760Z","1.0.3":"2018-10-16T23:14:09.069Z","1.0.4":"2018-11-01T00:11:58.362Z","2.0.0":"2018-11-06T00:27:27.043Z","2.1.0":"2018-11-28T07:46:25.280Z","2.1.1":"2019-01-02T21:29:30.917Z","2.1.2":"2019-02-22T18:10:51.936Z","2.2.0":"2019-05-15T02:57:08.502Z","2.2.1":"2019-05-15T04:27:48.802Z","2.2.2":"2019-05-23T15:50:32.559Z","2.3.0":"2019-07-23T16:32:57.004Z","2.3.1":"2019-07-24T21:20:14.231Z","2.3.2":"2019-07-30T19:31:22.484Z","2.3.3":"2019-08-06T20:42:40.756Z","2.3.4":"2019-08-16T02:40:13.059Z","2.3.5":"2019-08-29T15:54:57.441Z","2.3.6":"2019-09-11T22:32:06.921Z","2.3.7":"2019-09-19T18:33:10.547Z","2.3.8":"2019-09-24T19:31:48.762Z","2.3.9":"2019-09-26T21:20:16.034Z","2.3.10":"2019-10-16T19:45:33.866Z","2.3.11":"2019-10-29T22:30:31.213Z","2.4.0":"2019-12-03T01:02:55.870Z","2.4.1":"2019-12-05T00:49:45.891Z","2.4.2":"2020-03-18T21:56:47.407Z","2.4.3":"2020-04-15T19:19:50.474Z","3.0.0":"2020-05-18T22:17:01.815Z","3.0.1":"2020-07-27T20:38:26.324Z","3.0.2":"2020-08-24T21:56:48.162Z","3.0.3":"2020-11-11T20:43:14.560Z","3.0.4":"2021-02-04T19:31:26.132Z","3.0.5":"2021-02-06T00:43:19.417Z","3.0.6":"2021-06-09T19:11:45.437Z","3.0.7":"2021-10-21T16:20:09.154Z","3.0.8":"2021-10-29T19:57:04.485Z","3.0.9":"2021-11-04T18:30:01.643Z","3.0.10":"2021-11-15T20:10:20.372Z","3.0.11":"2022-03-10T19:01:56.155Z","3.0.12":"2022-04-26T22:11:28.977Z","3.0.13":"2022-05-04T01:44:04.188Z","3.0.14":"2022-06-06T22:27:49.835Z","3.0.15":"2022-06-13T20:39:55.376Z","3.1.0":"2022-07-08T15:59:25.259Z","3.1.1":"2022-07-22T22:59:58.960Z","3.1.2":"2022-09-06T16:41:13.373Z","3.1.3":"2022-10-06T19:44:31.140Z","3.1.4":"2023-03-16T22:50:37.256Z","3.1.5":"2023-06-09T16:30:00.730Z","3.1.6":"2023-06-27T23:09:27.786Z","3.1.7":"2024-08-29T16:36:41.226Z"},"readmeFilename":"README.md","homepage":"https://webhint.io/"}