{"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":["hint","hint-utils-network","network","utils","webhint"],"dist-tags":{"latest":"1.0.27"},"description":"utils for network","readme":"# Network utils (`@hint/utils-network`)\n\nSet of helpers for network.\n\n## Installation\n\nThis package is installed automatically when adding webhint to your project\nso running the following is enough:\n\n```bash\nnpm install hint --save-dev\n```\n\n## Utils\n\n* `asPathString`: Returns the pathname of a URL, normalizing depending\non the platform.\n* `getAsUri`: Receives a string and returns a valid Uris\n* `getAsUris`: Receives an array of string and returns an array of valid Uris.\n* `hasProtocol`: Convenience function to check if a resource uses a specific\nprotocol.\n* `includedHeaders`: Returns a list of all the headers in `headerList`\nthat are in `headers` sorted alphabetically.\n* `isDataURI`: Convenience function to check if a resource is a data URI.\n* `isHTMLDocument`: Convenience function to check if a resource is a\nHTMLDocument.\n* `isHTTP`: Convenience function to check if a resource is served over HTTP.\n* `isHTTPS`: Convenience function to check if a resource is served over HTTPS.\n* `isLocalFile`: Convenience function to check if a resource is a local file.\n* `isRegularProtocol`: Convenience function to check if a uri's protocol\nis http/https if specified.\n* `normalizeHeaderValue`: Remove whitespace from both ends of a header value\nand lowercase it.\n* `requestAsync`: Convenience wrapper for asynchronously request an URL.\n* `requestJSONAsync`: Request response in the json format from an endpoint.\n* `rxLocalhost`: RegExp to test if a resource points to localhost.\n* `rxLocalFile`: RegExp to test if a resource is loaded from a local file.\n","repository":{"directory":"packages/utils-network","type":"git","url":"git+https://github.com/webhintio/hint.git"},"bugs":{"url":"https://github.com/webhintio/hint/issues"},"license":"Apache-2.0","versions":{"1.0.0":{"name":"@hint/utils-network","version":"1.0.0","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"b9fe274349be9d8647f446a629c16996e0d23dbd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.0.tgz","fileCount":90,"integrity":"sha512-Gx+TD/lh3Al7bOiS4yH2EjYSkySw8GsBkimXBTJeIxO+AdEUd74ghJ/lO39dDrviwbSr54qwsqCzvNVLE95u/Q==","signatures":[{"sig":"MEUCICwgwkwa4qN8Knh9xHOZ8oTG/FrViL2OCDR5rbwLVt7lAiEA25Up8/j81xihRu5bmsTDijMnOlxxL42BHtDgXN9n9iQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":368887,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5bTHCRA9TVsSAnZWagAAW9gP/jntHdWFFpOJ/ERPx9Jh\nnNl2PZmUPeRhW8nDFsxjfPvGlkqZ9XDdn7CrymOxwUmj8p8WcbvQ3wDdo+e/\nfXuWiF7M5a3xDaaDtIjyRHP8pAM+G2lSJSBRL9YieU9mvjWdenNoXlTIPVLY\n3UhgntNPxWibswkQSnvUtTA1LI+sp5B4YsQAHDm9Znr3HxATeF1Ghi2gszgI\nS+xlR5yijq+7HLOEHx7Ifgr2Z300hUJ1Ojgr8kR6UPOSoPLqn/xpHpZj1VZg\nfHfh1rlTdNv76OZbAs4HGRoi3yokKf+zl36V4etz9taPXWAUi9WrH+PfSY+7\nSbxbTW5P8Vb8T5RM12RfYrTCPAovtG8OjSs8DSOnwY8jkkAlQTWIAVsBOcbc\nZJME41sCxHfsUZv/coW/rFxV8/+RNnLhN1T6Tl7qmohEhHbZ9ViGVDidDEKY\n/xa4GImD3Dr859cMgiYZ7/lDtneg3gaDZAdNtIrLGkqUqbMJLZ4vinh0KabT\nE3jK4rRVRadHcGFeCnunwaQX9BsRJiJy3VE+Q1Rq1yfuSVLAm0/78YAYf8Pj\n4cNCd1ihBJmxwMfOEEfA8a6MMlWBU5yQ7gKdM31nYqOXikA/w9CDBV/kOzzm\nw/mpr5dhjknWPlsweJPzrJHEwVstBVeayRY4Ju8vonP5BrEWWKt+LOkqCymu\nUA9s\r\n=pMHB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","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","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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","directory":"packages/utils-network"},"_npmVersion":"6.9.0","description":"utils for network","directories":{},"_nodeVersion":"10.16.0","dependencies":{"lodash":"^4.17.15","request":"^2.88.0","file-url":"^3.0.0","@hint/utils":"^7.0.0","content-type":"^1.0.4","@hint/utils-fs":"^1.0.0","@hint/utils-debug":"^1.0.0","@hint/utils-types":"^1.0.0","@hint/utils-string":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","nyc":"^14.1.1","sinon":"^7.5.0","eslint":"^6.6.0","rimraf":"^3.0.0","proxyquire":"^2.1.3","typescript":"^3.6.4","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.0_1575335110999_0.19926683316284066","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@hint/utils-network","version":"1.0.1","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"fde23899b568cab5c0de7db261a498f456392068","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.1.tgz","fileCount":90,"integrity":"sha512-m+T2Ie4syZY4mvi2L7ADq15DfZl1rHY7ezIjehg7EV1HxDWUcP4Sj0mFlc0v/SmLkKuRoaSo9WRxCQFrouhVLw==","signatures":[{"sig":"MEUCIAzzpNqrTROpLXahWPSLBBZxUBVkm0JchGkz2uFzQOyiAiEA12DTzjDdmBQCuflXW1qcRducBkRXukWTeZydZaXbtEw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397191,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6FSiCRA9TVsSAnZWagAAjc8P/0XVlS04qi0lJEpM/qvW\np3KTmKU0CCe7fC5/3lVruABiikMN+5THzuJMnqmc2LpJOigDWE4FkO/k1mP/\nzN918oZ+v9CrIxmRtWg7zeeKIWB5b4QEzLQ8JWsNUsBVMhtE7yNy9dpmSfNl\nu+tf1uIhQpTE9eydH3ndEkuYire3DHGI4OeN/q1NuZwoYcfNpKoEqMfCsml2\nzP8RGRYmmawiYyeVhlPVehp7LrDHZ8/hoPJydhMaOb2hH4o7yXVkOhEVaW2u\nQr76o49sFkqBK8wDKocSZZXsuic/8lkFZDFbksjiDl9XJkhKhUQmSQ8wRBi0\n8QgT8+T5ARkKgXNn5ajrd+m3kXh5MbvcGBKKusz5VzvK2ZMg1emjiycY4hBS\n3kz5rtnuc3BAw4dpO1LtweLQwgqXs26TwAX2Jl5X0sVTM5TE1chxZ75DAsI2\nPcbuikzn+sbAxCVisr0g8mhANUXGnk7I51M+FRqHVi6lG1OKJAD0Kx6BZEOD\ny0Zr8L4PFmvmqryK7EEZ9QLrWGZgFwX0s+Krbl+8hapOoBiLnPhcCEz0XJGB\nN8P7m45INR6Cq7nABSQprXytzJXF8G0OaMJ7zEpUXllFB7Y9yuqXqj7hKnKg\nheZit1SQPN31UnkhniOFVXJmXZFnE17OrBL8/GMFLGq12ajaFh9PPKAC3whs\nvrbC\r\n=JEAO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","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","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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","directory":"packages/utils-network"},"_npmVersion":"6.9.0","description":"utils for network","directories":{},"_nodeVersion":"10.16.0","dependencies":{"lodash":"^4.17.15","request":"^2.88.0","file-url":"^3.0.0","@hint/utils":"^7.0.1","content-type":"^1.0.4","@hint/utils-fs":"^1.0.0","@hint/utils-debug":"^1.0.0","@hint/utils-types":"^1.0.0","@hint/utils-string":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","nyc":"^14.1.1","sinon":"^7.5.0","eslint":"^6.6.0","rimraf":"^3.0.0","proxyquire":"^2.1.3","typescript":"^3.6.4","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.1_1575507106030_0.42209599583400337","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"@hint/utils-network","version":"1.0.2","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"b1a7b826fca1f6af1624568e8fa0e1ac38675107","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.2.tgz","fileCount":90,"integrity":"sha512-ed+VKVeYdRFh05GMMVp4dPlWMSY48+dp+KbbXj10xiems7+mi2QqUNjKNnDFAkM4AYCBS57uiw/k++6EpUBExA==","signatures":[{"sig":"MEUCIF2uKam8Jseskyo0P6V0+M0gpFjkEWyk5cN3U6AZDduJAiEApyT0itv+tiXJJ/hXQbr2drTZYzwIitPBUj/CHPJzw9Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":429623,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecpnFCRA9TVsSAnZWagAA+iEQAIvnHXj/oYLTvPoeVJhf\nfJOvo6xXCxJ2PAwBoPzjYSNI59ThzFwxQpKseY1vtOgqf1bjgca9B/BuC4Mq\nzEKiN7cYQPFOuULuRIpkdcRetwOLKyF4ads9lGBnC8zt9HCXekYs7YHHd/AS\nPbTWK0tCsZL7bO/UimQSR+LP031xUnLbGac+L/5ti5bv8sPLx/ZZrR6mBG6c\nFm9Pf8zFd/+yIRaIpkG4HaEp27QDhvKDZjQvFG44E7hYGOzQ1TZd+3ySot00\nSownMqblzR8bWOeZs1ZxvuHZA3qo7/iO0F3Uj1UCAnK1g1rg5L1HPJ2k74MW\nUz/ukzR416KowS0E5nwM0OpC3cJO8sDb7147Nzei+HeMsBfiKuhKMQ108XdL\nYpR8aWtl7v49V1sASavfDOMm/U+v1YbTxsF9Z3xilKiDpznQWRuDjjPOmOcw\nFAH0imK4SttBUAOUF7jOdF7Jf3Ki8B+4T4KlpcIuGfNubF7yrGoc4Rx3Fay0\nWnEQZQbFr9z1ECiA1jJ8Y83g4bFOvC44HaS/Gp2tvnD6vos+ZxHs3ShMSZmL\nK+b5QLCigcoryObzkmLAVkBww+lg8sfiEcCyROxFC0r6kRW3fSmAWiROIgSw\n6hEtTq9gTsBUiU2N1Jpd6wjE+UDlBm1Aqr3bV0SiaeEdrK+/UOje1Nug6uB+\n3743\r\n=LBdN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","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,.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","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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","directory":"packages/utils-network"},"_npmVersion":"6.13.4","description":"utils for network","directories":{},"_nodeVersion":"12.16.1","dependencies":{"lodash":"^4.17.15","request":"^2.88.2","file-url":"^3.0.0","@hint/utils":"^7.0.2","content-type":"^1.0.4","@hint/utils-fs":"^1.0.1","@hint/utils-debug":"^1.0.1","@hint/utils-types":"^1.0.1","@hint/utils-string":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.4.0","nyc":"^15.0.0","sinon":"^9.0.1","eslint":"^6.8.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^3.8.3","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.2_1584568773184_0.4779220898357186","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"@hint/utils-network","version":"1.0.3","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.3","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"9edd594e578c6467cb9d38abda72572a7c439592","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.3.tgz","fileCount":90,"integrity":"sha512-MJWyNi5YCeniLLvkbS9DtFXaf2wnfn/WNsFwC0oDFTsexPkfW6EKv0fbp00vsJSqaYPVpzJYqaJsARHhWFprNQ==","signatures":[{"sig":"MEYCIQC0LpPlHGsEcPOedWRY5Cg9kyynxbX9ouIXyY407h3vAAIhAIKCdsk0qkiwit8hzBdiaOzaGAB7K9jZsEXYzc0wpTqu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":431402,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJel17gCRA9TVsSAnZWagAA8ZYP/R2cgN5BpSjKHP6t1FIh\n6lpOBxVI8vLE4bVroxS9QeRM2ShlQgQ3dZcvIaKf7mVws3UKyUaSOfuZc8dI\nMQ1rIS/EHFnNM7FdZKZa39inSeEBdXETgrtC/oJHYEKdAALkUSvyro/wBrWj\n2rQBsTxydC+DcXf8IigPDnuwBBml7G89DRzT8gXNAE9LKaPN/tqDQGojCSKQ\n0U+C9YEE734HlIONojvnvJYAJzVCg28ZSMalZF+04Qxq0dCWLxoSKE+kruOO\n5v7VWRtOf27elA15QN1BrL4viIUFQFvdglN+Wrv9pjBBfhc2UkSWP5SLWOxl\nQmNpDClpHngFLezoktJdNjh9Tnhi2TeR84VQEDmLTSESY4d8AF/7aMnHU64l\nEC1bLPW/4Y2Aj+DvXxz3PVsvHWIIY2g98iu9osVYW2QvaQBq18JtXQDF0DQF\nXjNZtwH3m9PyGFYMFPhEpphbvkILIG/OO4qNSgcnr2MzHHX8FQc0bcEO/181\nASO7H6xlzQu3P0SNp6sq6Cxt8182JFgn26E+MOHpJvSJ7ZcGYwLzTPXlb5U/\nnA2qmqcH7njJyUv9m69R7wu/hP2Wrz08iSczNr67/X/rEccjj8G5D04Gcx6H\n2k8P3FLdcwdshG9bAk+aOVnLeUv5UO+fxpV330R8SWjrajOvYgulRN8qdUbJ\nP4Pu\r\n=x3IE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","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,.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","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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","directory":"packages/utils-network"},"_npmVersion":"6.14.4","description":"utils for network","directories":{},"_nodeVersion":"12.16.2","dependencies":{"lodash":"^4.17.15","request":"^2.88.2","file-url":"^3.0.0","@hint/utils":"^7.0.3","content-type":"^1.0.4","@hint/utils-fs":"^1.0.2","@hint/utils-debug":"^1.0.1","@hint/utils-types":"^1.0.1","@hint/utils-string":"^1.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.5.2","nyc":"^15.0.0","sinon":"^9.0.1","eslint":"^6.8.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^3.8.3","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.3_1586978527537_0.631001762742192","host":"s3://npm-registry-packages"}},"1.0.4":{"name":"@hint/utils-network","version":"1.0.4","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.4","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},"dist":{"shasum":"602bbd94e2179a13b9f404686d55964897f7ecab","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.4.tgz","fileCount":90,"integrity":"sha512-vgjHa5zfZ18VsQDArEA1e7bKRagkDfNDAJxYBLOS+pQYWbM32Rc6kdQSF9Q+56KVggCk+QyUH7uVUZ3KzkssLQ==","signatures":[{"sig":"MEYCIQC49X+8mGssNV0getmDrK9CaNyCtw5Sp46HPF1RE6eBrQIhALIPgWw+ZV7w2Ex0EIU+/HJmOqIn7vA+e2wAE1WvJhmM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":642479,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewwoECRA9TVsSAnZWagAAjb0P/3LvUXjSaDO9dS0+CeBr\nu3R8e2yr27GEFbZsAA/dVrYy1BpDKUP6NWJH0ZDNuLjfeK3kO82y9nt+C++6\noOlHS0qP3euS7jsaq3CuK2VmuRpQfY26MJcAgFY+bOvdprSux9XInnM9Gi6+\nFoeMxY0shcGFMOl8lXxjjCZPerBfxkJxRdspUWUO047k7ihnFQRdNxoAqpQz\n1t0kKZYN8NiF8hFHOzwK1ZzsvHsEBTAemRaOhPepQkOnLtVHZu4nBbc9fEGt\nXWu7MYV2kk2BsMpUngWkoB2Y0aPp2/2dEiybJvQzdXgEtN1be7Siv3tUJhWj\nOw0RQmbBUvcDmsPVijyIcxon8kThgg0Pgt3Hb/4EfKFpalNSax4r6YSi7kMA\nTdI5v6aJbv3qh39EoEAmtAsQgjTcQCFX1YRP8UCfbLAQyHRN319LuKYSUgde\nwmrFRKylEu8H0ubYdvIU/89+9uumR23nszFBfBY3vVgym3aWFZPlHF3EdU2U\nS2boYbz0VxOX1OxhFPQvcSgkopUVIN252UwRTrhCsS0j8pJ5TYcToAHj0k/j\nZAhd480Fka1aiQiFss8BfOUe636eDp8y2jx6Whsjq+Hh90tUG2GzsSeJ4Lc2\n5SlIGzdz0yH+aodZH+29hPnMJLrxDqVqiVx6VkhynxvLGzrYfSXADu+1tekY\n8geT\r\n=Be8e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","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,.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","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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":"John.Emau@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-network"},"_npmVersion":"6.14.4","description":"utils for network","directories":{},"_nodeVersion":"10.19.0","dependencies":{"lodash":"^4.17.15","request":"^2.88.2","file-url":"^3.0.0","@hint/utils":"^7.0.4","content-type":"^1.0.4","@hint/utils-fs":"^1.0.3","@hint/utils-debug":"^1.0.1","@hint/utils-types":"^1.0.1","@hint/utils-string":"^1.0.3"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.8.2","nyc":"^15.0.1","sinon":"^9.0.2","eslint":"^6.8.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^3.8.3","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.4_1589840387652_0.5028504570616781","host":"s3://npm-registry-packages"}},"1.0.5":{"name":"@hint/utils-network","version":"1.0.5","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.5","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},"dist":{"shasum":"e9615c9a942d8f027e6990593f5ca0b5cad3ea5a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.5.tgz","fileCount":90,"integrity":"sha512-FgF7LLaAjyFP46gvLTZShCJQv4nj65u4MyIBJazhNj//wr3f5sSb7eh6zf/AXNHjcL45t2myP/MPhly4Q9SlUw==","signatures":[{"sig":"MEUCIQDsM0EBV14ozTIDcEwbX5vME48hgcx448qjGko/W1sJOQIgKxKNyftW1DYWhzfcekG+7MieIHQefFmHl6xQ4cV3v9o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":644885,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHzvmCRA9TVsSAnZWagAAW60P/j0Xa4gZ+xfRYBwF/LFW\nvlGW1AJr+/Y910iarU9eEi9sxWSpDMoikomK9FAdulI2ZtDQOdGw5bi0HBzO\nzIYMIDL4vxaJ1WE5WneDE0bVtAg2A3GuPFKmLCdulULw5TCmOB2J4oRNRoRv\nT3bB8kmgW3PRSZFzwoptAe/qclINatTWdabvspiV39XnZVXFJ6kf9ZgRKrga\nbdWEPUQo1W6ZfCqeEMFsiVJtBTWglo+clb46oVS6Vay3fQBJNSChwX0qYpZW\nCy4RvwB8L7Sdn3IJY20ayzOS8dsZc4KbMehiJdYNzRJJBdeBQXCdja/zqI3N\nF+VLEZRmekbo12fI2V7FMjKy2803M2gbnNpAnymdKTmvkc2U4qPTvAiUR36o\nwl8mLz3F9paGdqVdNn70PWfS/a+Rhq5clvmCXGN26EaoffiPE7YRO/ikopfk\nZ/eTVUThSOSdjvJ+2j7E/S14BJOz9afU3tgu1ffZgrpXpEZ8uDnLCJkX8FQf\nH4Uk73xCBaiI1prDWpRF5J24kYJ2+z5alrUPfBDsVM6DrnOuEH7DVlBCCr+x\nEs4nbfNdTDHpXErECCu4EW2PlYOI9i8n7itxImF5bS4Rw7CzZh0QbkgiOLkQ\nOaI2C4iPlgdYz+gtaQRohdKSLIfQCvPIdMZ7pZ/vwhIpPHwtJaP7R5VfO4/H\nAtX/\r\n=LxQg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","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,.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","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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","directory":"packages/utils-network"},"_npmVersion":"6.14.4","description":"utils for network","directories":{},"_nodeVersion":"10.19.0","dependencies":{"lodash":"^4.17.19","request":"^2.88.2","file-url":"^3.0.0","@hint/utils":"^7.0.5","content-type":"^1.0.4","@hint/utils-fs":"^1.0.4","@hint/utils-debug":"^1.0.1","@hint/utils-types":"^1.0.1","@hint/utils-string":"^1.0.4"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","nyc":"^15.1.0","sinon":"^9.0.2","eslint":"^6.8.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^3.8.3","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.5_1595882469571_0.27859828835954614","host":"s3://npm-registry-packages"}},"1.0.6":{"name":"@hint/utils-network","version":"1.0.6","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.6","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"ced75aed79153a9334c252a0ed06a8f911e31889","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.6.tgz","fileCount":90,"integrity":"sha512-4DYdkVGbpglfDcNemz8XTsb7mTyCUDd4UwTGTLxNbODsAIvWvjk4oZFqXWd/RKQehKRSooKz91AJEb7NMrMVog==","signatures":[{"sig":"MEYCIQDMRZiV9yrc/x+5/lZRMDWJXtzJu0KPLIo+AxQdezbDogIhALJxY+08pN/iqM9eIupS3nZtLLFyUWDru0kbYIMmOlai","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":805850,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRDgyCRA9TVsSAnZWagAAARcP/2VzjLwDWXH3cZVrN5i2\n3kRO1c2pXkttAHCgFDE9Us4WkPMay01hSRb2xuVWC0J3JVnnHdwYZqqOVokt\nsCi/1krsxzlrENO80XCJt0WXoLNco4GSY+DzHsyqYH2TLg0qfhZp90FJkmvR\nAP/qiIjOxj6uRcSbxHjhN/ve+KQp4O5YvPyExLPgbj3qtnaYLMhnEVcz9WYj\nTrPigpBuaYc8zE0VX6seXgFfyTKN2SHtrBS7C6djI/pK/UcYyLc33b5Fu7Z2\nMr+O5w7vdOgEH+K/HPuM72uQhK3Gh9L+mxRnByqzF4HRtxNx0aou1nWl75+1\nWQzKGAFaifY2VzN3qIlPDujaxvno9uhuS9idH11TrvxzcSRY/Ypxgzb/qu9J\nGSx860iqY3+nz7g2VMjAm7SSsBXQNyxYCNxq1IIrWixAsJWaEGy6R5luzHfO\nZaTVlWl8SnR893WUHHNVb9pqQuf1l0M1uHEtAIcpkDAp2pgoELcxrXLsLaUk\n5sYN09kg7K6g1i2xD8dKALK6gUOE43ulZFjRZ33TtUhBps6SehdJ8t+nYSc0\ng4PCoekULY36qf+0FPDgFfl3sEoqUsqZi7VvVEhCBezIA0xHrjS5owaft+QK\n5cwwyAOM0zpAneXpMBejO5UQNixapLrtUrX0zPRzalm77XxVPmcKkwEERpIf\nQqrr\r\n=cl5V\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","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,.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","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-network"},"_npmVersion":"6.14.6","description":"utils for network","directories":{},"_nodeVersion":"10.22.0","dependencies":{"lodash":"^4.17.19","request":"^2.88.2","file-url":"^3.0.0","@hint/utils":"^7.0.6","content-type":"^1.0.4","@hint/utils-fs":"^1.0.5","@hint/utils-debug":"^1.0.2","@hint/utils-types":"^1.1.0","@hint/utils-string":"^1.0.5"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","nyc":"^15.1.0","sinon":"^9.0.2","eslint":"^7.6.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^3.9.7","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.6_1598306353653_0.37244065249675784","host":"s3://npm-registry-packages"}},"1.0.7":{"name":"@hint/utils-network","version":"1.0.7","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.7","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},"dist":{"shasum":"3768750d002970ae6ed1bc678a147942e70b5b8b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.7.tgz","fileCount":90,"integrity":"sha512-MRTJ+ZcKRx/varT504veXJNTHWY3vbHGuNd5taIqxAqNCZmDert0xkdCfiZASdviNgWubWSNU1v/8Sk2n1w9XA==","signatures":[{"sig":"MEUCIE1VszXrFgoB2alh94GeISrnOpWNzQbnvfvodmgXmjo0AiEAx4LtsYzUs2l+anpr0B/8TfHCyppEXpgq/EnKzYXZnUU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":523365,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrE12CRA9TVsSAnZWagAApLsP/jcEAnKzSdydvr+/M7Os\nfRlt7y9WaAOhu5A+aVOTWUMEjWYkYfBNOZUI8KzuRL+uJkdYtBijmDEYO/G+\n3ok7JSvEfAqNh9nrMZSV7XbR151mqFlIJuIyxqfsadyFQ8MzkqDGczwLtxj6\nOfzkAkBAsFFrvTELiGyrkiaB6jvjhCKqvJdnCb4Oyup2vJ4opYicOlC3/3FV\nGhPuiVBWIOHKRQAomCGwgnGLAJ/zPWEqUWflbtXB2Dvgs1YKDpFv9T9jQL0D\nweCEjebs5IHdteBU5wIrwpvWyME/h46vziYs/JnE6hvDvPJJ+Z6RyLkkP7zJ\ncQRB4IN5fZdzHdoY9575GkmDvQ3samHARBqMVAio29+EbmNZJ1ptBdqTcXy5\nP5BZE1lfd9+o816kOx9H7yiug0rn9fMR911tc7j8+plesZ7AnX9+MEdJmOTi\nk657AETCXbnCnZqrLcuyIDrvSQnp+bpV/XdWOKbUXe7pAFrcEyv5FOjqmkbk\nkv2DeahAhaoGI/7wmBBEEsnbpIuKX9/vzTMDG4GrZ9eXKvzE+9aTxwtDb2RC\nmgF9f/7DUuvZlrEtOJhzeuiaqaRI5FuiGBaBgYJXT9kasGu0ajzgptTbGFLw\nlGEuSXRlfdOAhOQBciv3P9sjD9PEBqqI+NSOyhE+PHVDjBWx712jnwFIDNgo\nAaaL\r\n=kNIM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","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,.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","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-network"},"_npmVersion":"6.14.6","description":"utils for network","directories":{},"_nodeVersion":"10.22.0","dependencies":{"lodash":"^4.17.20","request":"^2.88.2","file-url":"^3.0.0","@hint/utils":"^7.0.7","content-type":"^1.0.4","@hint/utils-fs":"^1.0.6","@hint/utils-debug":"^1.0.3","@hint/utils-types":"^1.1.1","@hint/utils-string":"^1.0.6"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","sinon":"^9.2.1","eslint":"^7.8.1","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.0.2","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.7_1605127541728_0.7689472930293806","host":"s3://npm-registry-packages"}},"1.0.8":{"name":"@hint/utils-network","version":"1.0.8","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.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},"dist":{"shasum":"4121150bc02b7278bc5fc8e99d8baca952cd2ef9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.8.tgz","fileCount":96,"integrity":"sha512-k6la40GPHafwpnlqt7qf9iCAUN+KzjRmUw/g1DQIujIxwnx5TS7UGxGRHHWMHczXQ2MZVUGTsu5VELNbP8MsCg==","signatures":[{"sig":"MEQCIDi8ujtZXt6hnLyabreBAD7zm5jd6Ftp6SeYa1LKRQexAiBSagUIkLB2xlc5mj8cuxnchtcJsnxcXJkfz2SJnPm1ew==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":537361,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHEwoCRA9TVsSAnZWagAARaoP/21vCDuAmf08vAAOgWMw\nuu6U0FZvb3eyDw9jJPxkWmyR1atqV8cuv7MjbqlhkVhIA+IwbJg41XiJxuIq\no9zcul9dPcYK6wFWcnr9HlaSiNFJYd+1ILyoxQbk1Typd7vIC/UTHTnK9efH\n/HCXR5A02vxkKbOuHviLf/oZs6J+g7LZ9QGqsn9nZYhMWAfrVcBvQzQ25UhE\nKkW9yB4behf/z2meON7m9BmA2bWAhVs48uNBU71NG2fJDuZwu2xJslvEq9dz\nWr1jGVouxcxasA74egNRNrFfRMIejhRt4WxXV9c3QeRbqwgh0Rj1Dx9/6Hs7\nkMw0UJnMlELh+6IjKRuFkQDGqnbFQMkzaAMg8R9CKnha8ZGoKQraw4eeedNd\nQ3p0J+tnH+vFXYYhM5uJYEUwr5up+152yal6fxYbfi7iD+aBNmGVuR9ynOh4\nbVN7OxqUyIif0gUJ3RFuysa3rQiDgA3MDthZ1VgI36Q+C8Yjz/1LwEupy79e\nfmf7DVAvm8Iaxb4gUEJUsWCvmcLpeY9cz6E8bxc+5aN1sROAM9qEvatpxSMC\nDMu67c10yOI2pWLepJi7Z0bWHZXLEvCYzuHdZZiCuGbWxmZ74qJT8DFHkgzF\ntJ4KnL9rM7TI5T/VoN0iiBDNLtSl9UGi1R4r6n08bxi8v7fvMw8zxHTDaqF4\nY0U/\r\n=HQkc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","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,.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","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-network"},"_npmVersion":"6.14.6","description":"utils for network","directories":{},"_nodeVersion":"10.22.0","dependencies":{"lodash":"^4.17.20","request":"^2.88.2","file-url":"^3.0.0","@hint/utils":"^7.0.8","content-type":"^1.0.4","@hint/utils-fs":"^1.0.7","@hint/utils-debug":"^1.0.4","@hint/utils-types":"^1.1.2","@hint/utils-string":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.17.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.1.3","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.8_1612467240462_0.5774248647371965","host":"s3://npm-registry-packages"}},"1.0.9":{"name":"@hint/utils-network","version":"1.0.9","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.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},"dist":{"shasum":"c87ee6c3e4fd035d503ba5125f00a8d705e6203c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.9.tgz","fileCount":96,"integrity":"sha512-F6gdAPWM4q7rZRaVdTIl8Efei6lQYOQrk21uiyKD0hISyO2vPeqD6sGt4Q2mwsMgH47PsFd9cjG1yhkcA693cA==","signatures":[{"sig":"MEQCIBbU6jMVfH54J55n1+HZrxbfXbBGNuf5twoTzqimCGu+AiBnPFQV3oerFHXcxeMw9p3jSdVH/+ck29EoTlc29qPPiA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":537361,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHeagCRA9TVsSAnZWagAAtsQP/iy1kAB17YRLLV1gip1q\nfs5UDxy57Xh3L+yPD1jy5oC22xwQD2g8amrmheMyjRfQFLwGOzmI8aUDvDJX\nAo+tSuAFdUGdjKrwIhazbxc4OsoWyjXGjqAt025dc6KED9Cwm5EXE4mVoGAR\nZn0q4/W7XJ3haWyz0PujUe88Cn9taeSoOmkp7m7xYIHvkrBWXo6JOyS3ZbZI\nEbFJ13Yy6YzmvAxx2rY1ctcAL7PBmGCw2Faxc4GuQ//avWpEEA0wfm35FTYF\n3ePwXn9IDVuLzQfb2/xqQdSQIAHv3n1uunvom/pvig6RdvyWJyAKbfF16n3v\nIKEJmvGUj4kyp9+ykFMBbOfTcVa4KHoRiiJJwKpvOZdO+7085GxOKfSnE5Z8\n7KZ0Y2Sp+I3Q16vNry/8HZZ4zy+8dq5KlL724WBrAYLCR++EyJ/N3hmEa67V\nQDZ0JjNHJ860a6wqvtE8afnKMtWcQ5gqvFw0pU/J+8ZnqdQ7hmmloyQHs8xm\nDfkFu31slePy84UkeWR2khtswGF27RAQDoBQ2mh0XwFwA5pRJB5APJLIMRaW\nJ9HrPFyiJekd6o1UADIgpC+D6taKVeeLAtSZ8IxPAcH4bshlm8ln6xQJjWVd\n/B9lvbA/sNDbjW08Yo8Ax/cjTvkld6gU4QvVpZaqNCL38WTPPrVqMC4ZOVb9\nvopa\r\n=Kw81\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","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,.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","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-network"},"_npmVersion":"6.14.6","description":"utils for network","directories":{},"_nodeVersion":"10.22.0","dependencies":{"lodash":"^4.17.20","request":"^2.88.2","file-url":"^3.0.0","@hint/utils":"^7.0.9","content-type":"^1.0.4","@hint/utils-fs":"^1.0.8","@hint/utils-debug":"^1.0.4","@hint/utils-types":"^1.1.2","@hint/utils-string":"^1.0.7"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.17.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.1.3","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.9_1612572319950_0.08015819349478659","host":"s3://npm-registry-packages"}},"1.0.10":{"name":"@hint/utils-network","version":"1.0.10","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.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},"dist":{"shasum":"6622d4a20b518b95713df42176b17bed7a8d29c5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.10.tgz","fileCount":96,"integrity":"sha512-HhYEOJFn4jn7FlFeGVMkS7c74FfeG83pkB6hoV1vF7HsjmunJdDS7fx2nSnK/8hr54k95co1W7kbNlVe0nBQgA==","signatures":[{"sig":"MEQCIBk1UcLEkwaUi7qCWQr6Qs3Gpffr/09lPqyeYno5JD38AiBYS3zok9IyD89OdP4r1IsDnvDLNXoTQuD8y3NqCvhzWg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":532809,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwRLqCRA9TVsSAnZWagAAAPkP/3W7cMEHLGFdqRwYmclr\n3U+YdN3uLlo2pLpDIErocMPN/+/QqguMH1V1QvYZ3LkI33Kc6DFiVhz1MtqP\nJhVZO5R3XbLHNKEiGV5DcmcgHHECaw/ANsFuEnBBuxxNGqMNa6oRBLAqyUY6\nL+SczsAIns3HdMizWVNVFX1pWxxsfj1BltwAC3R2wVNi0WEUZ7FgyW7johad\n/POSuGcf2BQu4SLcaxuFJFSyTX1VweTJ5nZ7+cfC2cgiK6IZCQtmu5ZCM4h4\nnsIjNa4mIBR9OQ0/rGfaDCX+PqbZf0+dma5G0gY/kXxHmOFH75ed3dHW1q8A\nYbpHlJKq96xp1UHSZwidkb7cjtE1vLFY5Vwr9UJSOyLNSQ2KY6oto6tTbAhR\neMELYyq3kSjTZL7hBwaHUOEv9tFkVnU+gWgJXqnKCcQcDMCzDTA7dpPgTEpG\nYPFz70AyVyISokEVcqZviRCXDPv2LvYNs5v7paD0+aytwldWzfZWOiCXmB2g\nnVDzIQ5C0w5j2m5oxZ075FEuWkLmKNxscVEbxrT7XpgJOknGvyCiiP/F9kOC\n69eYzI4zFjzo3ugVuqxlL89OVfM4exDBllxSEbxKvRQhd8IGPqIVbB8crKD5\n9NnQOSgbW4E8xTABLQ8Lu/rZBBYvyCbeLUZ+SioHdcjn3w0nAyG60B9nPD2S\nuwkP\r\n=GEmn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","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,.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","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-network"},"_npmVersion":"6.14.12","description":"utils for network","directories":{},"_nodeVersion":"12.22.1","dependencies":{"lodash":"^4.17.21","request":"^2.88.2","file-url":"^3.0.0","@hint/utils":"^7.0.10","content-type":"^1.0.4","@hint/utils-fs":"^1.0.9","@hint/utils-debug":"^1.0.5","@hint/utils-types":"^1.1.3","@hint/utils-string":"^1.0.8"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.27.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.2.4","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.10_1623266026500_0.33712704929488946","host":"s3://npm-registry-packages"}},"1.0.11":{"name":"@hint/utils-network","version":"1.0.11","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.11","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"77ea85981f6b971f061687de7a870b25894c95b8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.11.tgz","fileCount":96,"integrity":"sha512-/uoPqHnTLmJqjjEoa5Ttw951s0zy/4hWoCUsGL5dgcYgdV+Y9UzhqZh0IuxhV46qi9ojCXBVE7J9NWapY9TISg==","signatures":[{"sig":"MEYCIQDbsM2d0e9h/5YMS+neLCqAUzxlzLLDxxzUhD/D8XqiFgIhAIfYT/VMKDCOicwegzojCoJ1t2rY8d99V0HFQ3xeNDDU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":159134},"main":"./dist/src/index.js","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,.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","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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","directory":"packages/utils-network"},"_npmVersion":"6.14.15","description":"utils for network","directories":{},"_nodeVersion":"14.18.1","dependencies":{"lodash":"^4.17.21","request":"^2.88.2","@hint/utils":"^7.0.11","content-type":"^1.0.4","@hint/utils-fs":"^1.0.10","@hint/utils-debug":"^1.0.6","@hint/utils-types":"^1.1.4","@hint/utils-string":"^1.0.9"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.29.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.3.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.23.4","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.11_1634833254556_0.8429944346856062","host":"s3://npm-registry-packages"}},"1.0.12":{"name":"@hint/utils-network","version":"1.0.12","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.12","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"aee229da085649ea9076e3700936fbd9e2269b21","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.12.tgz","fileCount":96,"integrity":"sha512-KTF0+3HBAY+obAULsZsUsNKaQ1OUckxDwAWirrRsE+4oR7px9nUYtqSxROwgo5PatISdqfntOzLV3rtVuAKzWg==","signatures":[{"sig":"MEYCIQDtmJMlc8YETGsm0CxXF2vukVdk4qlavBD3GlZhzSEETAIhAJP2n+UGiNWWU30ebuLd2JCzTGu1y8FGvVGNvyP9t6Vv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":159753},"main":"./dist/src/index.js","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,.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","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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","directory":"packages/utils-network"},"_npmVersion":"6.14.15","description":"utils for network","directories":{},"_nodeVersion":"14.18.1","dependencies":{"lodash":"^4.17.21","request":"^2.88.2","@hint/utils":"^7.0.11","content-type":"^1.0.4","@hint/utils-fs":"^1.0.10","@hint/utils-debug":"^1.0.6","@hint/utils-types":"^1.1.4","@hint/utils-string":"^1.0.9"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.29.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.3.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.23.4","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.12_1635537448110_0.7754211598782583","host":"s3://npm-registry-packages"}},"1.0.13":{"name":"@hint/utils-network","version":"1.0.13","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.13","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"97ac1331cbde1f32547adde0be708f6aeca603ad","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.13.tgz","fileCount":96,"integrity":"sha512-xzZWBMHZNX27ZWLuTBJt4CCOef58Aj5nmaOw1ek0+h7jtpq4gsD+AKH4EHXY8K4LsbWp7dUypOAXrpn1CsxM4A==","signatures":[{"sig":"MEUCIHdVQ4LYpu3oCx3XAwN67xy4oT0E0yLX7C+ekYZ3Du7gAiEAnOsbDv2AhD+jNd7wz51iZZiCDo0vTXJdLD3Dwg0INbE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":160025},"main":"./dist/src/index.js","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,.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","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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":"jdgarcia@outlook.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-network"},"_npmVersion":"7.5.2","description":"utils for network","directories":{},"_nodeVersion":"14.18.0","dependencies":{"lodash":"^4.17.21","request":"^2.88.2","@hint/utils":"^7.0.12","content-type":"^1.0.4","@hint/utils-fs":"^1.0.11","@hint/utils-debug":"^1.0.7","@hint/utils-types":"^1.1.5","@hint/utils-string":"^1.0.10"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.29.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.3.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.13_1636050659630_0.929826725357771","host":"s3://npm-registry-packages"}},"1.0.14":{"name":"@hint/utils-network","version":"1.0.14","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.14","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"dist":{"shasum":"54dc81de9841f8bfd393083a46284dfe1b49f74b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.14.tgz","fileCount":96,"integrity":"sha512-Qq0uUKkKX3sCvlotjZEsrBXyxr6GnKPU2e+85ISKDo2wc7hh5wTWOH5OCFDGAilm51GhTMySjeYDldeYkmCtmA==","signatures":[{"sig":"MEYCIQC3n911IgnEseJBNUJWr2kS1RYIRElxD6njDzukuvgIcgIhAMqD/OCNwTCBoo7WA5YhrNyphsXKwap9wRTL+JoK62P0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":160025,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2KUOCRA9TVsSAnZWagAAHSIP/1+dYucViqTNq6QMkaun\n0OLbZq8e9+oRIDV3505QinoD7ZRHb+grNiMLAOHLsUxGXIHGSBJ40aFAigbn\nNDGTO2PCCK2b3a+DGXCiYqexNqirh7GMZshPGNnvG8HI/7H4jgrcwTs1Kcda\n4YLaEwxuFDD2WqfC69Rxqvm+KRqNFlrazRAnlAklsawtHtRbogKFb5BDgymE\nvZQCgTcMnzQCzpgcC8A7/zmQzeNzt3GYIW7Z/GIjwwWQRA+jx1JUcgrlHFee\nIlkiET4unuKYq5gAo+KMXRpTtQbvq1o9x6YfrDjl5hG/4Ksf/co5KR30oWWR\nTI79Qk8UCuTxI8x345WxVOtGHgQazEg5mRYKv/qBFfbMKfR8/VGgS18/42TV\nN4VabKhtw+1uxQG4+iw/7Vjp4Jc6PH+uWJ725p/qKzGZEVwW1dmoVdlBWViV\nyLD9M6Odt2J8bW8xT9px/RotpfL+FJMAAcyJqgCHsFoHTE9k2GCrfyA1YEZR\n+85NGMUPEr3YGkvaS5SXUDpKbXPYhdvjDB7MXzR19kP5hqrtB+W0Kh3db7wc\nOtihG0l3xgxhd10O5aFi8vGxbnxLm5GznifCK5/EaeW5oKkpssI6STBQxXKo\njrepTQzypJuPwmaFd2DrpVrXBFyqkejJBfX0y8v1JLZunX/1b4krTty4Bosr\n85au\r\n=Pr/g\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","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,.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","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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","directory":"packages/utils-network"},"_npmVersion":"6.14.15","description":"utils for network","directories":{},"_nodeVersion":"14.18.1","dependencies":{"lodash":"^4.17.21","request":"^2.88.2","@hint/utils":"^7.0.13","content-type":"^1.0.4","@hint/utils-fs":"^1.0.11","@hint/utils-debug":"^1.0.7","@hint/utils-types":"^1.1.5","@hint/utils-string":"^1.0.10"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.29.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.3.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.14_1637007115331_0.11898656192485402","host":"s3://npm-registry-packages"}},"1.0.15":{"name":"@hint/utils-network","version":"1.0.15","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.15","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},"dist":{"shasum":"601f41df4c6023a718bf4654c059cdb962311606","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.15.tgz","fileCount":101,"integrity":"sha512-6jNJH6NBN4sH3+oPEj4450GcQNSJLa6waxpJlo8WMsp4T6s4l2SHWOXLkJe3EUd79LFs0BiaEXUH3mMVRGANWw==","signatures":[{"sig":"MEYCIQD0eXCcL3zlBQr58jPdHX+Qw5OAaiA5hXKgQ1S8E6BDAQIhAOEg0l40KMvW27Q5xOqAFioUlcHIF9fEIv31iYAW6Yoy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":150292,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKkZpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpSOhAAjEs0uZV9X0NvWqo15Cg7lnwP5YP/PveXnZajVUT0Qtd46XUH\r\nUEuRcg/nXpSq2YzS5EDuOfUsIGUpoWlTunKfbwnD/IyL8Q0RFUqkXtbdEPmg\r\njC0vE1cbBq2t8gcsXeArrjc7/DluECGtkzZgdZkLPQ6KC30+D7YQvs+QtpdA\r\nBiU/oRbEJWw+7/gPPnzOgn2wJkjzZrLwOrbl/JVYDDaoQ2LtFVbB1FDdpTvR\r\n58s4zri5zG7MKQw+Jk2kMcbuydKMP2rhvwKImP2lzKkuiV7PXBNRH/EJ9KTU\r\njQY672bWkcZuDo3Xr19gfa376rC914+qbYVcgmgTb13tSf2a3jeRn9FICq/p\r\nfyBu7rNeM/E16tz5Y82fycGYbfuU80wlv+sj8UX51dvCjSSPEjeogf8kAiiZ\r\nFqMYzmguiHqvMEb4coYt0wAgqaVYMMwFeOWsFXK4Ngc8EaFp/pWYumanMV4v\r\nIqe2uxXoXdhSGO7Y2wN2TAhqIvX2Q1EVnmQGJr2rFFgiD9uYO0jkwScWYchS\r\nYAmBFx/bKG2+iq8Hg6s4ZsJN3H/xX2JhqTwnqMypZBCwLoCgvOD1Yap7Oy9Z\r\nto7yfDs+EG3lyBsUeIRiR1Rm9hISVDMNbc7hk7Tj2cIM95TF9JjLOkDBEqfR\r\nPJKjhA361t6cwiXX/QwRWF0L9+DD48Ov12w=\r\n=KGPv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"259226d420ada93e86c1ee0e5876251967abcf04","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,.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","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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":"flynnolivia@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-network"},"_npmVersion":"8.3.1","description":"utils for network","directories":{},"_nodeVersion":"16.14.0","dependencies":{"lodash":"^4.17.21","request":"^2.88.2","@hint/utils":"^7.0.14","content-type":"^1.0.4","@hint/utils-fs":"^1.0.12","@hint/utils-debug":"^1.0.8","@hint/utils-types":"^1.1.6","@hint/utils-string":"^1.0.11"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.15_1646937705654_0.272568590143929","host":"s3://npm-registry-packages"}},"1.0.16":{"name":"@hint/utils-network","version":"1.0.16","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.16","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},"dist":{"shasum":"46808e088fc75cfc6d0a9fd3aefa4e467da5b9fc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.16.tgz","fileCount":101,"integrity":"sha512-w61h7BRXCpfI9TegVl2yDSNsV+N3b11rrVfcq6S5pCxrDM57ghsfv5VBfH4hBbT7Rz+52AmQVFFapFUEom8/1Q==","signatures":[{"sig":"MEUCIQD+vdpISipuaj2xNJgXyvH6jhPsxJNBHVHxH7lKi+zzjgIgA9oYLXFZN9Vx2NOsaocL/ODg5/pA0p2NMuxIOY8MnRs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":150292,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaG5FACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqZaQ/+Nj1BvEx8Htfh80+v4kP15BnV0LKd+bp9IhW/E98eqoXlr97E\r\nyHDrCx5Vl6bcNefrIr8hnCik34nwemiIqX0QSDKUrwxYU2PS/i2M6KkDoJ/6\r\na+Z5j7oxPKomgb7Iq/DK4xecryIb1IvxUT8T7b2PXzbE/Q7a4XE2WuBc77ob\r\ntEkBmOuq3RKtpUTiMti5cZsOYHWx5ikmixjYh/IyL6r9IipQ6UQFKQs0QFVO\r\nr3uyHw6hqicobRUo1oHKwx7K6470iZYum90N3FHOWcyxMI8pbjuEZnXpA66m\r\n2BK4npI3wPziXl4WJ59k7DqpzqA0TYofEFfSMT9ZHmurQz9rhvUBM5NaPJPc\r\noJt1Eh1PuMvgkwY2+HfP5FhElCpKw/fOlpxplcZ0CWitkQfGpNqVnrqizFrx\r\nxWJDQzx9EbIZZGnvaUZycX/K/q1b0fZe+HHwW+1tlhsxqpPXSZB0x29dDfNB\r\naJHVQkQQ1T+heP6xUvqUpegJFmLKNair7X72XqvrdweT4MsMQAR2YHsJAQ6Z\r\nwRtKU250GxbjpnEoERjT9izhmt62FCxtuRNda1Q/LpjdfivM+tf3XBlwAsoo\r\nCmo6ZRdMN1bVR2uH5zU6S82u9o29nCeFlIq9PGXxqPUTOzMN/JY5nvPLAtva\r\n6or3fD8ybmtzThYyRNWGwCYMVoDg7pcKZqI=\r\n=hnGu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"ed090aaf89fa89e6575bca6c116251a40266ae8c","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,.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","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-network"},"_npmVersion":"8.5.0","description":"utils for network","directories":{},"_nodeVersion":"16.14.2","dependencies":{"lodash":"^4.17.21","request":"^2.88.2","@hint/utils":"^7.0.15","content-type":"^1.0.4","@hint/utils-fs":"^1.0.12","@hint/utils-debug":"^1.0.9","@hint/utils-types":"^1.1.6","@hint/utils-string":"^1.0.11"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.16_1651011141732_0.026690661893465473","host":"s3://npm-registry-packages"}},"1.0.17":{"name":"@hint/utils-network","version":"1.0.17","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.17","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"dist":{"shasum":"fa8a63c0a3ed73c0a4766b4a370ce33101564542","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.17.tgz","fileCount":101,"integrity":"sha512-n3BXAPOwnlL6+UDT+16jun2ylCEVOBYw4hVtGrjJ2nwIMzNnwzBa0mG4pGKhCHY7vyiGjVvOSjXrYgXa6lWyHg==","signatures":[{"sig":"MEYCIQCiji/h5kvu2gcupSvCmEGRc/yrM3dB+sl2jJSU5H7WGAIhANaSTjP3sppOEI21Djs+SqlGNNCM9U3ePcm/yLEYei5y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":150293,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicdqjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr88w/9GQGawvVqcAHelAYLTAgEo/MDCPoLFZs8yfHGrvOW8P+IjkhD\r\nCQl0LUFZ7ntaciR1QJHpjiFkzMpnJSANSJkN9LkUA0KRKJ6DazjtafLkrZ1T\r\n0nnr0BkBRxSaVlm5WwjxQDIhQs5VAfjMIcYF5RYWhhgIFnn0HImbB4RDygb4\r\nlyudsXns+t2ca9fN2zo5YDFVUgkBHf5UyPCkIDkXPE0ewVKHG5da2orULn5M\r\nKWWvE77QJMMcQJolXMA7jKtjNoYAKv1d9upc2+M+LZNmlURMwBPXqXgcmTAy\r\nXvp6aae4Ak5Os6NMOiUI0tMHDMtmcTwAOCLIxW3qBbS0hqYxMJvJ27H727fM\r\nBeHFNEnCh8bFHKkCMbgX9366J/jHD8ymy5igarsOlSLncz/bSOxCFAdMwvYU\r\nZj2xopZVU/Km6HsrQVrsbD7RffytzCB+1OlDKM7bzHn/IYQZF7tUcgE39iwP\r\nCIPuwcZmU8kfvIy93sTLjBFoxE/+x776LSfYFjo9KpGtxYlKj+E2mi3YdIKs\r\nbMg4sUjo+t3MTEqwOH1FBqycAJmwqRYAD5o2D8WuOiRQ2VPzEoKT0LH6Iwhz\r\nmymVW9Zsn6q1tmKESz476x2dTGQE61oiKqZ3rDtjIa8MMdBfpI2UH8QxVM2Z\r\npL9HQX6OtSPEPIDy2ZfjGXp7NczqeuBSRts=\r\n=lYHq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"86a21f9d09e2e0c824fff06081f329f0382af256","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,.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","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-network"},"_npmVersion":"8.5.0","description":"utils for network","directories":{},"_nodeVersion":"16.14.2","dependencies":{"lodash":"^4.17.21","request":"^2.88.2","@hint/utils":"^7.0.16","content-type":"^1.0.4","@hint/utils-fs":"^1.0.13","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.1.7","@hint/utils-string":"^1.0.12"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.17_1651628707019_0.8976337744243543","host":"s3://npm-registry-packages"}},"1.0.18":{"name":"@hint/utils-network","version":"1.0.18","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.18","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://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},"dist":{"shasum":"4c8bb17a7061dfd5df2bbb39427f47dd88e44c70","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.18.tgz","fileCount":102,"integrity":"sha512-igtNEsGpadWIrzESTLhpNvul7CNaqzmzQDe63XuA8fTR2799OuKOlXBVC1YTk6xmZYAPxDcnKyKQPBpLryKM4Q==","signatures":[{"sig":"MEQCIHdm3f3KI3Nq6ksb11AlSO2n4PBYPAEZzjrjLZg+D6zwAiA5SN9CRUSY2YrSAU+Y7BppqTXvtvAxV/6z+Jc9v5wZIw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":166472,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinn+hACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoEXQ//Zb16PgJDIo5wItXsS5/1OzvM1vC6l7jgRGPy7mIQUl/Yzsun\r\nxULE966URWJOi1PzdYgtVd0ShJWWpxCoaEP2ovWY1HgxRn/Xb2RCAY0x6mkL\r\nmCOKMOP4gFPzLj/5EKCA/R80mO5kTh9BpPrmjFOQdK2AamX2Pdg1SBu6zZ6c\r\n31TmMtbQbrrG8CBoJ7ElD8PvkKM3iqDDDmavDRBcYWHIMgPwlc8PZPerk62d\r\nA36C4f8hW4UeY4I5qwAXn69hsrD6ywkF3TmDr4tXw30fY7hmfa1oa+lPK1MJ\r\nDQGttznoyTfjIMWodVtGUoxj4nqHtAzVm/dHBDeuQATJL9LESxO6Euw4KxC0\r\nX867v9RAIe3+Jl6m07zczvYmYo89p2z87Bvm8ld3eH9KGl+YGZ7JAEzLdu8Q\r\n8Dh0MDQjoOfU2a/dxMUSYkOsk6dYQj5jf9KFCRC953VWcj5Q1kMmmYhzNy+t\r\nFODqhLhWvdqMJQl/7J6qEZLUpg+SqI8KNYpK9r9VcftMmirat5oBmnfI21pR\r\ndkL5RknoCAxarOtKODP/1/nTutAI0ZhzYWYuZEPFFkpeHg0HQ8CoHSnmQHRc\r\nE0P1Q27lqrc9p5wBdakiSkSHWEetgCltv3KX/u3riWKpgrUSjKKaI1XDiDeC\r\n9FhIQnSYKNQVNn+YPrvkamOOC+oNGyZ4KQo=\r\n=aMHS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","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,.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","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-network"},"_npmVersion":"6.14.17","description":"utils for network","directories":{},"_nodeVersion":"14.19.3","dependencies":{"lodash":"^4.17.21","request":"^2.88.2","@hint/utils":"^7.0.17","content-type":"^1.0.4","@hint/utils-fs":"^1.0.14","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.1.7","@hint/utils-string":"^1.0.12"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.18_1654554528945_0.25924540472056745","host":"s3://npm-registry-packages"}},"1.0.19":{"name":"@hint/utils-network","version":"1.0.19","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.19","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://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},"dist":{"shasum":"f7a9da7ae3b5e8a1f19874d035308a86d475c2ea","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.19.tgz","fileCount":101,"integrity":"sha512-WZIUq4VOP/HeuorDTW23yz20zcYX9Gf/EMHCOluNap0gRcbIHqONqYcVOfHBtgIbBgVC6y4cUTh5yX5iFw2bVQ==","signatures":[{"sig":"MEYCIQDmpSXQe4wadv8vobHomJzNSSR6zAlf2Mmivvt19vimlgIhAOoGSxAmxw1euy9Bfk+C+KQDYeu4sRYA7YRjjgRVjGQl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":150116,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJip6DAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq/yg//Sk2tLPl67O0HLom/XG7IvtXzUu6RuGf9H4L4+RqIGB68HAaT\r\ncGPRCBJKwPCBbxeLjTh12LVsGk9Z7NhWwIA2hjwDlFmaESSOkosnH3/jZHxt\r\ndPhiTdbeHixQCCO3GoIZC8pBmmWkWfrX4CcRWDXfVg/vg6DqUKEhrkTfG9yN\r\nejwPSc7GuRDkfSuPZkL75Y5jn5YEDo9WILwnJ1Yg7bnxvXU6vBYyt0ZoUG4n\r\nVtVkVjQyRwblOWKDyOBBvyzIXWadh1WbpQ1HRwzgGc2oF7XRVkLbnNQlN45f\r\ngyKR6MkBxiImEtk0LzWeFBKCTGxLQVJlhKKLiRKH85WsfEIjN9VNp6++KKHf\r\neimjNftBN1MwoTPY+Hy4mbh7dtTYdQG4//WXkJE5mYgoihMZpsFkqQWwOd0G\r\n5QnFp0a3/bG5QX3yg++lq+AiIrXXa6EPpvvek8IBFh+ZkfxEPPn0ZwYZZWLW\r\nqIrKrliMQ9yVU/KeKBwA+nJh8+cpvngagi8ceLMhV5FzdqqrYf/awK/d0C5J\r\nmuqs6mlL/ARL3eOmtRsb5F/LsMdQT6NH68my21ZMsnKFjIzESD8eQf0kqofL\r\nLU3c00EIyyOh69AqOZqwTj/QSp/qKdJYjgyvEnjuwyYX+8pa943rMyQM5CI1\r\nTZ0MuX5aSYa3VfkOIarC/6GT1caKUDaLZZM=\r\n=RyTp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"8162e2a7a04d31bb7e79e09b1e0b9a2b9365148a","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,.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","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-network"},"_npmVersion":"8.12.1","description":"utils for network","directories":{},"_nodeVersion":"14.19.3","dependencies":{"lodash":"^4.17.21","request":"^2.88.2","@hint/utils":"^7.0.17","content-type":"^1.0.4","@hint/utils-fs":"^1.0.14","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.1.7","@hint/utils-string":"^1.0.12"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.19_1655152832152_0.43958538014839066","host":"s3://npm-registry-packages"}},"1.0.20":{"name":"@hint/utils-network","version":"1.0.20","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.20","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},"dist":{"shasum":"0983b87915aafc9344ac343cc0e5ca70d8a1d084","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.20.tgz","fileCount":101,"integrity":"sha512-Ely7eNvSr1fn/pC15LrH4z282dgzpUDXgLtvS3/rnuE2ZB2UXE63buQZPUiwwrmnmXP0zeuuIKFu8CmwVExn2A==","signatures":[{"sig":"MEYCIQCiiiGauIDtkD5elO1Df9vTeb1kSPH3wvs+BNqIkX6xkgIhAPKq9XGTnM4XzTFIvKjfTcxewRTjscOcDJRkYFxRv1x0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":150274,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyFSVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqauQ/+KnqsQ5lXvpQ29MLvM4oSCtR3TPEGZhYpZBzLRkRYjxce8RWG\r\nmSuMD3tXJx24tCS0cf/cEE4fvyaIG5mGeI7mpt01oZoIZUEC0KWaKZHZGvcc\r\n3l5ku+PPGIvSoXHbcqf2IajqcJLuwFIPPnjMg8t5cQzhZur2J+3diW/+400P\r\nrcgaMDO8dXh34VwJtOy4zJQrQcDQDCLAY1VluOSEWpOe9wYMp4MevGMyM9J8\r\nEickpHvEvvknscbR0LV5K5sj/DLdwvZerWWH3SZP0Nj8i7ofmO4n9+2ZuiNS\r\nFotB8SDdC4BfRQbmz7feqlQBET11+HY4U0Qb/fZiRznG0Rbqi0kZ3GXnE5D8\r\np4GRKcNuU+f/j9d1CYNZ2i/Bxxl+aT89CTZxnvzpizFPtl+8Z8kNfQX4PEiH\r\nYeHwDG5SVNWx8iqYypDJ0dRMIwLnAxutii+cMLb7FcIwLY8LRHFp/criIu26\r\n8LCJ0fNZe8F1CiLlbjLNbP+QBuRGaqpVc0VlABJQH65RG9T4F69SpembcyGb\r\nqdzwDBmLTEUuPQkm6lGfT60VpOifXO0iKTXuVxhuoPuuRxK9dE1WlBB0iXy0\r\nN+aF+nUdDgqrb5Go7AcZz0cOWQ+y/PuFTDqeBKLImSgO+R0GYR+PGfOMS9wc\r\nzj2YERSQgQzzFixos+ytvkgeLlBXRWjySII=\r\n=iM/z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"50e8485324a6c885c736d0b4d1ac8513d875f5c4","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,.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","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-network"},"_npmVersion":"8.12.1","description":"utils for network","directories":{},"_nodeVersion":"14.19.3","dependencies":{"lodash":"^4.17.21","request":"^2.88.2","@hint/utils":"^7.0.18","content-type":"^1.0.4","@hint/utils-fs":"^1.0.14","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0","@hint/utils-string":"^1.0.12"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.20_1657296021252_0.2525177397366649","host":"s3://npm-registry-packages"}},"1.0.21":{"name":"@hint/utils-network","version":"1.0.21","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.21","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"dist":{"shasum":"f43932c7f72e5a0dbc1bfc5d2787cef70d424927","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.21.tgz","fileCount":101,"integrity":"sha512-LL63EOGnP6iJYLDZE9M54UhpJFQZg4vH9ispzrS7ayAVR7jg+GysRXhIReCpuhkxz0rSYDQ1AuaTV7JUP+H0Tw==","signatures":[{"sig":"MEYCIQCUpy0hMosy+f6BOpb8zGAmb+uXZjsckb9Nrh2GNEsVLgIhALkfwtA1HSGzBILgp/IoXl0/DkQ0qKGn/iNcEPHgleU9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":150274,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2yweACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr/8RAAoo3n8Pxd1MhW7BI0ln++z1LLaU2udPE2wn9Yg+1RBcl1O3/b\r\n96GTJcCD6nlhlDfowlIkCaRDux2S+c9KmiDKnReqoszolC8Sf+6hmIDywsvD\r\nnqdLxBs02MGCGniiX1wCc/cSpQoXKxSJNVzgs2f5WPO/awfIfSrXv+XkFSQE\r\nzZYCbs9C/dsDGpjX8Vqv4XVAFBPXb/m/ykWxbpQfJIqGyTcwffUelTcB752l\r\n9cprkjFSS4907/MnLfpYm6BRHIKGTCmuPICPS+ZlkKamuofHBGCRPpXInqCt\r\nDl8dvXs6PIHdayXKGQ4wKYQnlgO93XeMyYQCzszCgcWLSHbi3dVZbDtSnLyy\r\nYnS4Mmz/vqsMJL3fcJbJZQFRNUq39d7llb6Kv7Ti4U7MUOwVVvRocmKbv8Gr\r\nJ53fza4e4mbP9tQ8Y3lF9+bDGQA1MIrjI4Vkdaa4Gqojx/US9k5Xvl0icNAn\r\nEo4SYWnb6IrpAq0goP4Le5T+S1Kk3asd5uVO3WwuEDOU9fB2eyiq1SHfcm67\r\nfVb3WicI4KsGJ00du1vLzYM70BxI/B6AUus4rHpnDjBPoC6eoTwmZaIN67MR\r\nEt52olqDz5hdYjV/FJEeGpFYWmfKnWh6FIhQGq+5PqYmoghhIbhkxh5c1isc\r\nlIEps69BGBG1FjD9wd9/oMPfKRlJHueTOGI=\r\n=WxV1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"3747703aad67205d4aaac4b74e7f78ed86402c0d","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,.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","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-network"},"_npmVersion":"8.14.0","description":"utils for network","directories":{},"_nodeVersion":"14.20.0","dependencies":{"lodash":"^4.17.21","request":"^2.88.2","@hint/utils":"^7.0.19","content-type":"^1.0.4","@hint/utils-fs":"^1.0.14","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0","@hint/utils-string":"^1.0.12"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.21_1658530846429_0.6571531925616743","host":"s3://npm-registry-packages"}},"1.0.22":{"name":"@hint/utils-network","version":"1.0.22","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.22","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"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},"dist":{"shasum":"002fbe88f21e88106b9bf6fedc34968e4a1260da","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.22.tgz","fileCount":101,"integrity":"sha512-slIgvY5EfclEIFtQPCSPpdFqVrohoHm5MXZzFZ4QH0aDoOgwIs9fQiOlESAP3L6b72T34EEHKGZOt+L7mtgWEQ==","signatures":[{"sig":"MEYCIQCqEYK4k+VWn51GX1Ee3g69bJKFXP0B9TBSRCKY0PRb7wIhAL6Q4k1HGLzuQu8oSxqgnLtIrtA+R83J6O7N9tyRF40C","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":150743,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF3hiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrDew/+NDZ4EMBrseM0i4PqtuykHfNtu8F3IWMZeqnO3CE418+DDLwW\r\nRYjqjJru5vyCuSP9C1+AUhxSRV9pNC3RctB09EZBnhkzEHhXBLM+GGXcvYDt\r\n89cL641mNjVTxaUPgzNN6lj2R1sy60xsb2R0WD1YdrQNAOFhagaorDeUrWSJ\r\nOzN94kXVNhS08hqPA8RObcy+gsA1/vb/bm7qYxweC2lKdfNY+Mymbkr3ytMo\r\nZ8epUIeFGemwWWmdxyvA+N6oxWlc8IBwlRfl7UAWjhQCu21E5v6V6vy66wVg\r\nHusRYsic8ElHzo00xXd5s3P8BE/bUzuJHkuanEC7hgFTydphTvSXO+UJhvcY\r\nXeBaEOv+rD9bxXHfFunNgecmMSpERgrmRO2lkEQmDhFXuPzgGGvFjg29hmgE\r\nmrJLWZ82U01sVNIXyyJvKPbAcWcqqV0PhqCqNCHeLz0nDvZrHrYb6xq00rCM\r\nOOaATl23JJTmK9tBj61EJefoq36+5IG0ZZWKNj2cBYS/4Wtua4/nP0dGFPLG\r\nJLIgpJc4v8YjdVDuc9qWWIWKsOTq/iLfbMBf4YFMt1dxPXnwWOafetZi4JIo\r\nfWxf1tROxRmIwoJIQVTc1eUFHjnE0ZKg5y8p2ZT/otF/eSNiDzhpLT5KzecT\r\n5Kl3EiB/bdAuVLNqla8Qr9FQoWAbcTrC+Ns=\r\n=TgEg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"64f0d5cf033aa97b12ef161d91e00bd2f750da6f","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,.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","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-network"},"_npmVersion":"8.14.0","description":"utils for network","directories":{},"_nodeVersion":"14.20.0","dependencies":{"https":"^1.0.0","lodash":"^4.17.21","node-fetch":"^2.6.7","@hint/utils":"^7.0.20","content-type":"^1.0.4","@hint/utils-fs":"^1.0.14","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0","@hint/utils-string":"^1.0.12"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","@types/node-fetch":"^2.x","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.22_1662482530111_0.2026023975964768","host":"s3://npm-registry-packages"}},"1.0.23":{"name":"@hint/utils-network","version":"1.0.23","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.23","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"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},"dist":{"shasum":"bbdcf9dac69fa66dca639a82d5d04a49fb8a654a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.23.tgz","fileCount":101,"integrity":"sha512-/LoYnaXHRefPame/ADLY8FBr/tuNkC+qWa5BaqxBu8jiKIeI6TA9ZbRpVOqBzXnSq3BnVh/0qBFA2oskt6nljg==","signatures":[{"sig":"MEYCIQCfM08yx/XAA6rvSHJ+tlgeMbk/N9k1LnxQDJOCoyuOXgIhALV/kZDX/xWemxA8cc1EwCTJnOk3RzOdZGr3EZe4Yqkc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":150745,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPzBfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrQzw/+JbShNu5Rzq7yO2nZe7q9yf6raf/Q6t8GatG8tmb1MHbA50oT\r\num8XjaOtWwKmf38xc/oT1QgiqSG+bPiQKIrujoui4jU5DOaUtmE5po1QAi7+\r\nmmyYDpV0Px9Hk/1MycaPo0lVxCnx0GA8hRSRSjtchJrONo3yI8GmpovTJMhZ\r\n8j54fUBFB6IGMLGS//qF7gsHxGfyKAJAA6mQNY+EZhJzHGRzP/OxvpKPtxX2\r\nXG9pOo5F0GajH28pCJsX0cAX8nnTiFtMg15aFrUIyt7NlvpSaC+hXfWFMFf6\r\n3dytvB6sP3ir7hO8up5Tx45uw8iHXcBsszR72Zo4MzDPtuQRLSJGamADa5rl\r\nS9DX+VLuMB8hK4lEqpqVVVFNJPuALsuv934fvFo2n13ZurgEaLdKTBSJQ/0W\r\nsAhriNchKxNs3r6vXHSLirbnOJDxT7q1f9DfRHcDcQa+CRs5B+H6ebTRCi8Z\r\nTlh2QD42nqBq5Zr/VIvynBB2Ggr3+TcHJZTJBMt7pILJtyOkcfmgEmki6laq\r\n8O/inDl8lWjMv/WVgZBMBHHmRjmrXrFocQ8g4ubGG5AJur8v9gid66k3u7Yq\r\nLsF8qXXtRihu4dTC4IOkCDbHTlNZVlQHZeKe7P+R+vZdzY1ZHi2+/tCWRm35\r\nSPE06SG0TGKiBg2nTU4rbylR2J5pNnuwFuc=\r\n=CJeg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"8869f1b823276a7cf0417925b78b6aba21d4ee2b","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,.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","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-network"},"_npmVersion":"8.14.0","description":"utils for network","directories":{},"_nodeVersion":"14.20.0","dependencies":{"https":"^1.0.0","lodash":"^4.17.21","node-fetch":"^2.6.7","@hint/utils":"^7.0.21","content-type":"^1.0.4","@hint/utils-fs":"^1.0.15","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0","@hint/utils-string":"^1.0.13"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","@types/node-fetch":"^2.x","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.23_1665085535212_0.3039635206067175","host":"s3://npm-registry-packages"}},"1.0.24":{"name":"@hint/utils-network","version":"1.0.24","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.24","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://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},"dist":{"shasum":"a85151c92993c0ab0c7a7e2103dca863b4f863ed","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.24.tgz","fileCount":101,"integrity":"sha512-BM6qmxehjx7V36mqtKGWUlvFFQEG9+MblN/yA6xY/QZT4jr0/px/BEEp01+rT2OvH8ceYpe5jDW8xZkpRoRZnw==","signatures":[{"sig":"MEUCIQC4SB+yWmlw483m5wEFKL26XiWNzsqiaRXLg3FisJfX/QIgTO5PG7G7jXnlYc3OTXxUNwWoY2aKMBBOZ7hvweYmN78=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":151745,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE51xACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqHkRAAgRjwK/buD/kNFCHMstJhHIyn+s0BvlOuxRMaRjAf8yIz0Sxa\r\nXPq779siz2Z2v9bBJb31BuOVYHbtwb+Em4NWoJgSd1Xr7PiscW36FkNW6Uy2\r\neTj0U+XaJY2Xl8QrGFqFDQQgAbg/RZegaUP0N6q2pxdnpn/bgQDNvof6l7NN\r\njnxnt+DcPKcIYdXAE+TMnUYVUtOTkLUJd3lk1EowcM5iwUNfiXGpmL94Whkc\r\nC3Mahz/mDSGKdTvXN08DgAwuSTLbHQMPGHR6ws70t73mRdensOej4EwEa9KR\r\nXwaDj37jhoI9KMVMWf8hD6718t0x+vAM80L2gb7aqBoxyxNwj7EjjamH72eX\r\nhHkSJ7/U30uKWgYJX0ty4V9VizO4gIBeJtpRy6i4kKvAEwOQHWeDKVz5rHgF\r\nilba+koXfsHCRtKz093NWG3VQiF+ADo8VIZauJcK8eedf8uHZB6luVyY6aMH\r\nk/uzqbClcVsoaETbTmu1D529b7VRl5F3056+AD5QYHfrJ65PahUbFB4kwKhC\r\nfnL4Ezy2MZfdByYJeToPRyQWSaa++WjOUZbo52vrlRyO24nCOfP0dJoZFbKN\r\ncItN0pxWrkIbPStWfhCQyaHalo7Kq6hszucw6tI0k5mXycknv61go5CchwH6\r\naR9mOHF3/uxqdVCf0sq1YA7nfFw4FpdKM8E=\r\n=5ud7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"722be1b4c0836d5c0adacfb00c8c4f6bc5d1e707","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,.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","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-network"},"_npmVersion":"8.14.0","description":"utils for network","directories":{},"_nodeVersion":"14.20.0","dependencies":{"https":"^1.0.0","lodash":"^4.17.21","node-fetch":"^2.6.7","@hint/utils":"^7.0.22","content-type":"^1.0.4","@hint/utils-fs":"^1.0.15","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0","@hint/utils-string":"^1.0.13"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^3.0.2","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","@types/node-fetch":"^2.x","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.24_1679007088867_0.518251801585853","host":"s3://npm-registry-packages"}},"1.0.25":{"name":"@hint/utils-network","version":"1.0.25","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.25","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://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},"dist":{"shasum":"53b5abbe32f49692da8bac42be9cb0d305167ccb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.25.tgz","fileCount":101,"integrity":"sha512-NHSAKOsqF+kmN79/5l2Q2Evu/i7OX4b28MZQCYIYFktFEGq9uvbddymuCrXsks2NGZKPenK8NVz7iveJqNNHOg==","signatures":[{"sig":"MEUCIQCDq+t1Dpu/ZhV1iGAm8MPAGqtn2kl/dgZQt1g5iq0U+AIgMAo1hXhYx5ieyEEeQ54T7IF8GA8JUutDx7XckbLLv2o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":151753},"main":"./dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"fe6feadb1f77798203ea9d75edd88cf2fcfd1b61","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,.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","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-network"},"_npmVersion":"8.14.0","description":"utils for network","directories":{},"_nodeVersion":"14.20.0","dependencies":{"https":"^1.0.0","lodash":"^4.17.21","node-fetch":"^3.3.1","@hint/utils":"^7.0.23","content-type":"^1.0.5","@hint/utils-fs":"^1.0.16","@hint/utils-debug":"^1.0.11","@hint/utils-types":"^1.2.1","@hint/utils-string":"^1.0.14"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^5.0.0","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","@types/node-fetch":"^2.x","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.25_1686328271353_0.9050760027788582","host":"s3://npm-registry-packages"}},"1.0.26":{"name":"@hint/utils-network","version":"1.0.26","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","_id":"@hint/utils-network@1.0.26","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://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},"dist":{"shasum":"8961368f2735d9bb77f274be7d0e881a3edd4fb8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.26.tgz","fileCount":101,"integrity":"sha512-CCs2RlUXUagvUxaWuoovSJqYmhyhXkL70TN7lecWLOEI+SWgzqUTTJICi9DUk0FV3SpIG6nzWZrYhSq70EKnUQ==","signatures":[{"sig":"MEQCIAcpsBH4OY1nBI8oP/tXSxbtMZ2XsHTx8wlmqz/pBWpSAiBbQlKENHHh/ez1KH1d/CRdIivc6QdjqD8a8XmA+VatuA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":151751},"main":"./dist/src/index.js","types":"./dist/src/index.d.ts","gitHead":"89eff1633735f4669156dd0b2d093697f458aea7","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,.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","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release","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":"vidorteg@microsoft.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git","directory":"packages/utils-network"},"_npmVersion":"8.14.0","description":"utils for network","directories":{},"_nodeVersion":"14.20.0","dependencies":{"https":"^1.0.0","lodash":"^4.17.21","node-fetch":"^2.x","@hint/utils":"^7.0.23","content-type":"^1.0.5","@hint/utils-fs":"^1.0.16","@hint/utils-debug":"^1.0.11","@hint/utils-types":"^1.2.1","@hint/utils-string":"^1.0.14"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","rimraf":"^5.0.0","proxyquire":"^2.1.3","typescript":"^4.5.5","npm-run-all":"^4.1.5","@types/node-fetch":"^2.x","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1"},"_npmOperationalInternal":{"tmp":"tmp/utils-network_1.0.26_1687907411960_0.7089851280050325","host":"s3://npm-registry-packages"}},"1.0.27":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils":"^7.0.24","@hint/utils-debug":"^1.0.11","@hint/utils-fs":"^1.0.16","@hint/utils-string":"^1.0.14","@hint/utils-types":"^1.2.1","content-type":"^1.0.5","lodash":"^4.17.21","https":"^1.0.0","node-fetch":"^2.x"},"description":"utils for network","devDependencies":{"@types/node-fetch":"^2.x","ava":"^4.3.3","eslint":"^7.32.0","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1","npm-run-all":"^4.1.5","nyc":"^15.1.0","proxyquire":"^2.1.3","rimraf":"^5.0.0","sinon":"^13.0.1","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["hint","hint-utils-network","network","utils","webhint"],"license":"Apache-2.0","main":"./dist/src/index.js","name":"@hint/utils-network","repository":{"directory":"packages/utils-network","type":"git","url":"git+https://github.com/webhintio/hint.git"},"scripts":{"build":"npm-run-all build:*","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","build:assets":"copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build:ts":"tsc -b","clean":"rimraf dist","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 lint && npm run build && npm run test-only","test-only":"nyc ava","test-release":"npm run lint && npm run build-release","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:ts":"npm run build:ts -- --watch"},"version":"1.0.27","_id":"@hint/utils-network@1.0.27","gitHead":"5db0e7f01a05fcd6ebfefe154a75a6d4a3cf3201","types":"./dist/src/index.d.ts","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_nodeVersion":"18.19.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-gyC8N5hNybHuU89EDa1C85yBI96xFn3tEw/Xns8GU/4PEerYgwGacg5YdBNIzfXWY00FOlC2uoU6oYl2HqmM7A==","shasum":"28b6e6e14013583b006b26bec41e09de44424ef6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/@hint/utils-network/-/utils-network-1.0.27.tgz","fileCount":101,"unpackedSize":151751,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXGYmmnd1i/XAIKBpzg9k9QhrKWZ9x7Njt3eWUcZkkGAIhAJt0AjUuKHHSfx9gpGTnXLfxHRHf2NaeYKKgSmNLgsAO"}]},"_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/utils-network_1.0.27_1724949459522_0.7834235662756392"},"_hasShrinkwrap":false}},"name":"@hint/utils-network","time":{"created":"2019-12-03T01:05:10.948Z","modified":"2024-08-29T16:37:39.909Z","1.0.0":"2019-12-03T01:05:11.225Z","1.0.1":"2019-12-05T00:51:46.201Z","1.0.2":"2020-03-18T21:59:33.277Z","1.0.3":"2020-04-15T19:22:07.685Z","1.0.4":"2020-05-18T22:19:47.773Z","1.0.5":"2020-07-27T20:41:09.757Z","1.0.6":"2020-08-24T21:59:13.767Z","1.0.7":"2020-11-11T20:45:41.915Z","1.0.8":"2021-02-04T19:34:00.645Z","1.0.9":"2021-02-06T00:45:20.097Z","1.0.10":"2021-06-09T19:13:46.856Z","1.0.11":"2021-10-21T16:20:54.728Z","1.0.12":"2021-10-29T19:57:28.250Z","1.0.13":"2021-11-04T18:30:59.825Z","1.0.14":"2021-11-15T20:11:55.520Z","1.0.15":"2022-03-10T18:41:45.778Z","1.0.16":"2022-04-26T22:12:21.970Z","1.0.17":"2022-05-04T01:45:07.141Z","1.0.18":"2022-06-06T22:28:49.174Z","1.0.19":"2022-06-13T20:40:32.398Z","1.0.20":"2022-07-08T16:00:21.479Z","1.0.21":"2022-07-22T23:00:46.662Z","1.0.22":"2022-09-06T16:42:10.272Z","1.0.23":"2022-10-06T19:45:35.397Z","1.0.24":"2023-03-16T22:51:29.092Z","1.0.25":"2023-06-09T16:31:11.567Z","1.0.26":"2023-06-27T23:10:12.293Z","1.0.27":"2024-08-29T16:37:39.690Z"},"readmeFilename":"README.md","homepage":"https://webhint.io/"}