{"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":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"dist-tags":{"latest":"4.1.28"},"description":"hint connector for JSDOM","readme":"# jsdom (`@hint/connector-jsdom`)\n\nA connector to use [jsdom][jsdom] in `webhint`.\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\nTo use it, activate it via the [`.hintrc`][hintrc] configuration file:\n\n```json\n{\n    \"connector\": {\n        \"name\": \"jsdom\"\n    },\n    ...\n}\n```\n\n## Options\n\nThe set of settings supported by jsdom connector are:\n\n* `ignoreHTTPSError (boolean)`: Indicates if errors with certificates\n  should be ignored. Use this when checking self-signed certificates.\n  It is `false` by default.\n* `waitFor (number)`: time in milliseconds the connector will wait after\n  the site is ready before starting the DOM traversing and stop listening\n  to any network request. By default, it will wait until the network is\n  somehow \"quiet\" even though more requests could be processed after DOM\n  traversing. Default is `5000`.\n\n```json\n{\n    \"connector\": {\n        \"name\": \"jsdom\",\n        \"options\": {\n            \"ignoreHTTPSErrors\": false,\n            \"waitFor\": 10000\n        }\n    },\n    ...\n}\n```\n\n## Further Reading\n\n* [Connectors overview][connectors]\n\n<!-- Link labels: -->\n\n[connectors]: https://webhint.io/docs/user-guide/concepts/connectors/\n[jsdom]: https://github.com/jsdom/jsdom\n[hintrc]: https://webhint.io/docs/user-guide/configuring-webhint/summary/\n","repository":{"directory":"packages/connector-jsdom","type":"git","url":"git+https://github.com/webhintio/hint.git"},"bugs":{"url":"https://github.com/webhintio/hint/issues"},"license":"Apache-2.0","versions":{"1.0.0-beta.0":{"name":"@hint/connector-jsdom","version":"1.0.0-beta.0","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@1.0.0-beta.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"e3e2f1ce3732c7d145c172e76198d3778b4c7195","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-1.0.0-beta.0.tgz","fileCount":8,"integrity":"sha512-vaR8VUI7G6GsQJh2gy6xRUQaPrDMVsjY9fF01Y61XSETf0hADyZppBLvsp9nSoAmYTosV1C0Ln+OpFHFWmZjvQ==","signatures":[{"sig":"MEYCIQDhGsLC4vdIlcbIe3tnvDlTcCzGz0eBXeabY+iXzZRLdQIhAMlCFjTD1BXAGP0ARB3Ws6Hp866S/pMEiewwn/cMvvZf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":179896,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTSJQCRA9TVsSAnZWagAAHdMQAKEcFgfQAe87LWG0SFiR\nx5MFaGecJhqqlodT9F8G/3E31bf1meK75ZfCNTQtJlN48fyhkWpvzCra5vT3\nZ8dN9dkBoVNNOuVx5hBi+GDmp0o6rS23KJrozvh+giUQ9a6QMHoCnQQzp/cx\ncyV842dB9mZF1EzURzr1mYAJeJaX4YZTkPCIYLUV3HgZ+ZzRBBb9ujfHfZFk\nrfl1zxERB3lT5KSvVcNnc/RjLBSLntElmAnxlAUTYRrDi5a36oACTTWVR/5h\ns16LBtFGlUHUJD5apx18PXB1p1h7qHVyKhIglos7j5pN5bSpQyEvSoH6A8Rb\nOOoaaLDPAcVFMRcA8oJMJW5iziwtfudK3RE+tIdjBZVxGS5tuG1oaPc0QX9A\nyR97VYgoW/J5q3r8iYAtS3NE/GGATSXCp99Jd5zmm6egX9QIM2yp9D1/ghAH\nDrI8Uf9ziOBnwAg8EbEPxqmLrw1ZnkpvsPJuOd+nNd7J9JNMLc37eG1CvFW1\nBj5sdeKYXtQ6sbq7ynaPohR0t1vGH74UVPVEGciCc2Erp1fjtbdhAKoIDSil\nWCR5O7Lsx1FO0MdLQ1WbFx83nIHqeirhIPzC+HnkhxJxuPa6sSP9AFdXMkMt\ncERqzIrsnszflMyyGxYp3JafwWBNMMUf7/DxorwxsD6HBSLHPfc6dsfESJMC\nKthr\r\n=O+Fr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","files":["dist/src","npm-shrinkwrap.json"],"engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build-release":"npm run clean && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.2.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"10.4.0","dependencies":{"hint":"^3.0.0-beta.0","jsdom":"^11.11.0","node-pre-gyp":"^0.10.3","canvas-prebuilt":"^1.6.5-prerelease.1","@hint/utils-connector-tools":"^1.0.0-beta.0"},"_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^12.0.2","sinon":"^6.1.3","eslint":"^5.1.0","lodash":"^4.17.10","rimraf":"^2.6.2","typescript":"^2.9.2","npm-run-all":"^4.1.2","@types/lodash":"^4.14.112","markdownlint-cli":"^0.11.0","eslint-plugin-import":"^2.13.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^16.0.1","@hint/utils-create-server":"^1.0.0-beta.0"},"peerDependencies":{"hint":"^3.0.0-beta.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_1.0.0-beta.0_1531781712544_0.9897864586346887","host":"s3://npm-registry-packages"}},"1.0.0-beta.1":{"name":"@hint/connector-jsdom","version":"1.0.0-beta.1","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@1.0.0-beta.1","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"9470820fa3b776df11e0d94064892fcebafd7f85","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-1.0.0-beta.1.tgz","fileCount":8,"integrity":"sha512-AkPevA8vVtLKDQdP+CEteo9r3Eh6ya3wipVNj3z3UXWCGpXSxu9QKVZ1UVqKvav3OmXzPWqTZhSkDZqZqKTofA==","signatures":[{"sig":"MEYCIQC5b3ZBoWa4Xmuiefz2L6TmMLzm/eupyC6v9xrOPhvDcgIhAPiWuSe6ZVdqV/5SA5JXzoyjngDrttQpZCvfMnjUu48m","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":179896,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbTknUCRA9TVsSAnZWagAAXgwQAI5lbydvGxXw10A3IIuG\nIs/TnwG4jTrV68aDZmdaUVrUdi7+PpwmjRJJxvMOuf5Nv4hynaYHe2QNiXq0\nIhasACbQfSLC+tXOALKHpQunYeHCpflliNNf3KFBn5tBLd6s+kAxWWzKgeJN\nRJZMFpc2iw4Smy9uJCRCROvbEsycIZZM5CTCdQ6w0Vax5PdUQyijN3usI49v\n/53TY1TCFN39wT/BMguzGFfSst9QT2S/Ps01JC6ArxVzjJCKF1B73enOPtEu\nvVO2XE2BXa3BWdi7gStPTwsP4OGdy6JIfevmHvS0ZWOvCv4oIZ3bgjlXMf/G\noMxcdYVybd5WLpAWQBZ1GIgiOIU5mPc0/SEotS+0W7vOv25smr38Kb4KhDdQ\nESLu9XJqBAno7tp0dR/kzvm/ukXwiZY9TZJfBVqwgb4FaVszVBHdjFfgKNR6\nRAN6S7q4IebvZjzxmnxgmxYuFnYQKWOWGKg0I+tSaZzo0dU8Pk/fbUMtoqxA\nK8MWoPPFgL5UhCn6CmQJqLhzJkYwJ54iCX9GkOLhm93C6rBrCaJeHzFOxyeG\n1Cje2r0aEnHjJPVLQbTvNrxKoiJ2cN5OFv0fBoMX0PVLHS9Z/w/CJ1NqLT07\nq1YR11n92Oy5VBecR+4vmYzDEfBd+oUZplRcEZae0cZl98nSmqkqrrllLlY1\nyVvX\r\n=+7TO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","files":["dist/src","npm-shrinkwrap.json"],"engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build-release":"npm run clean && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.2.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"10.4.0","dependencies":{"hint":"^3.0.0-beta.0","jsdom":"^11.11.0","node-pre-gyp":"^0.10.3","canvas-prebuilt":"^1.6.5-prerelease.1","@hint/utils-connector-tools":"^1.0.0-beta.1"},"_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^12.0.2","sinon":"^6.1.3","eslint":"^5.1.0","lodash":"^4.17.10","rimraf":"^2.6.2","typescript":"^2.9.2","npm-run-all":"^4.1.2","@types/lodash":"^4.14.112","markdownlint-cli":"^0.11.0","eslint-plugin-import":"^2.13.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^16.0.1","@hint/utils-create-server":"^1.0.0-beta.1"},"peerDependencies":{"hint":"^3.0.0-beta.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_1.0.0-beta.1_1531857363784_0.9367467783904682","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@hint/connector-jsdom","version":"1.0.0","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@1.0.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"d0f6c1b401677c239fe06e984641fb87dead9fd6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-1.0.0.tgz","fileCount":9,"integrity":"sha512-o0CVLORfWk5aV/YBoYXi3gGiM1skH9R/NbsbUAGF6YpVxshziXaVZpt2+8/3t17vE+iudM4b1jHJ+PWCnPIVPw==","signatures":[{"sig":"MEUCIQCyq3e1hw7DOSiHsL3q46dmsBy1N+/SzLdk/KT2PCe3kAIgVOruz93tkVvwdSC0wDBwrYMbIE/H/L8EYU79V9Kpgts=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":181046,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbaKZeCRA9TVsSAnZWagAAsmsP/0tpUSLbiyFlOKi0Req7\nGiUpPDAw9bfBUVILorRjXTZMYkTQYJIEswYTyg5HipggteNz2yURLO2GKHfL\nilfYj2MrwPhz53lhSt4CiSOHqTYaoBjQiHl+2s3bqUVpnpMpkKFjW3H3kBvi\nCG4fQ16WoXVrMVr0UdzKbywFim4krG60Jf+sELdcrxui1x78nvYTJi0DeyiV\nQiCDu3IB92X1du19Vq2dQ6YOcMwXzYnoJciTmStGqi2DrdjWKjxXqO430JTd\nmY+FIcx7t1LiAUK3K3B04wpQIGPVpoQ+h/78PtmmL0Xwmg9raaQoe+QPzR3A\nnkIWyIK7b5L7YNWpZJCaIomArAxfnipyT2NI/mc0/7hBwsoySFII2pIthK4v\ne/Ga6iRv0v3TQ8kSP9oI2t8shnyHcTkNdlf1g9gk770GNVK8I8kJsCVX5SpS\nkrBAUslakmwl/qMMN7ex3j/4YlrnfrMpX+zDxq0sgOAYVmwoD6SKy762/Ei4\n9PwAARvJEaifDXEUSFfNUTKvpWo483HjsuD1cGqamgYWUXBCG2odp9zWENCn\n38yREWDBD2SuHtnIJG6YKfB9fFEn/420kJh3K/pabzm1apFNCKb93w1wb1oX\nbOgCB1ykNGFmmMnnuKD1JsR+v59Xav1lEzGzzUNXjM/XJaDqiuDG+T6S7HD2\nTOHc\r\n=XIrt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","files":["dist/src","npm-shrinkwrap.json"],"engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build-release":"npm run clean && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.3.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"10.4.0","dependencies":{"hint":"^3.0.0","jsdom":"^11.12.0","node-pre-gyp":"^0.10.3","canvas-prebuilt":"^1.6.5-prerelease.1","@hint/utils-connector-tools":"^1.0.0"},"_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^12.0.2","sinon":"^6.1.4","eslint":"^5.2.0","lodash":"^4.17.10","rimraf":"^2.6.2","typescript":"^3.0.1","npm-run-all":"^4.1.2","@types/lodash":"^4.14.115","markdownlint-cli":"^0.12.0","eslint-plugin-import":"^2.13.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^17.0.1","@hint/utils-create-server":"^1.0.0"},"peerDependencies":{"hint":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_1.0.0_1533584989555_0.35310046363690084","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@hint/connector-jsdom","version":"1.0.1","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@1.0.1","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"4a02c44ce0cc8708bf839390001d939c49d8f8f1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-1.0.1.tgz","fileCount":9,"integrity":"sha512-8TUL4HgkS4y//OSWr/pmV43dURSgS0rv2VtH7PFW0zPXb+60dqrg9r1Z4BmQKABSKgGypXe1CakjTRk+cNJTZA==","signatures":[{"sig":"MEUCIQDSl2Cs5NBX6/aFMCiYtisRZ8dWUp4gRZ7bofmuuu5dVgIgaKChg/anFIH7spjAaR4XQqZsDt+2ALslKwHgWZoxrDw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213571,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbfDsZCRA9TVsSAnZWagAAMxwP/0uISTdwJAO9SYKHRrWu\ntcAnW/TYbIuymRxpv08Kateecw//9L+kAyI7i3ch3mHYri6Of1eCQ6vAVZFb\n2ne4lfFHjvqN2gYQUlLWE0mazV75Rg33ph7COMIAMZ2tFLyLlOqbuupqqti/\nLlrzerekWFn2OJMsvDfhJefR51SmbmuAdkmDMKg8t7pX8BCLd7B7De4Mw6az\nSUYxd7iFFwToe2xSejgvOO9kFb9YigalZYoS0AeUV/wWO1tnXM4xs7nCidvV\nWhTwfBoxA8fd69knNpdeIfN72rze7ui+HcqKCsXtOjRiyQacXY/8xDvikDLN\nRcH+ASpZEtkrggmf8ZHu5E0II1VOsb/58T1IpYCMHQ42ZFwZVB3JTr6ETlLa\nt86Z2mcfyZi6+YWECOZZt0CFN7nXyQdx5Nk6FcIvenuSoE7dsgVTrDEM44I2\ncq0Fjz9fwkB/UjmSWByRwMl7o04/bMwKb2OSrSTxd1bLunar3IHccLUwbXXi\n5oxzvrWaNybNscx3KfeotOhUut4w6vG41FO2/sCZMN43evp2dnk22/9Uol8+\ncesM1oTTfbODArqrg9W0j01yq9mZMTKnxvDKbeHDIapaqUV3WfAeG6bzy3IG\nXUvkA+/dYhCWbLwt90wRDF2kkVQMeCWk3jGjJguxvvgQ9qWH37f90W6IzwV2\nslN1\r\n=D+1w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","files":["dist/src","npm-shrinkwrap.json"],"engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build-release":"npm run clean && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"10.4.0","dependencies":{"hint":"^3.2.2","jsdom":"^11.12.0","node-pre-gyp":"^0.11.0","canvas-prebuilt":"^1.6.5-prerelease.1","@hint/utils-connector-tools":"^1.0.1"},"_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^12.0.2","sinon":"^6.1.5","eslint":"^5.4.0","lodash":"^4.17.10","rimraf":"^2.6.2","typescript":"^3.0.1","npm-run-all":"^4.1.2","@types/lodash":"^4.14.115","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^18.0.0","@hint/utils-create-server":"^1.0.1"},"peerDependencies":{"hint":"^3.2.2"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_1.0.1_1534868248501_0.19368946120275998","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"@hint/connector-jsdom","version":"1.0.2","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@1.0.2","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"ba5b993c72c213a43298f065d6a373ccc6807fcc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-1.0.2.tgz","fileCount":9,"integrity":"sha512-1fa3EOFriEnQpPzc6/Okmc/5XMp3rXH6mrn5UEtxeqgmuybEDkEVQJSULcRPCVKcVxQuSSMc5kufjqcCNljpWQ==","signatures":[{"sig":"MEUCIQCewrDrvPtGjf96++TiiwDZNk+5HDOTnf2iHPcaNO0gvAIgesjBXQIPh3pFPj+YpbemTl4FH37KZyr2OPxwP+lkB2E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":214132,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbhHLDCRA9TVsSAnZWagAARFEP/2+QbYipst4KScvFSnSk\noapsbt7kjvmH1HsDrLiydgdrivPWQ9ccw340YdfyZbghyIzQzimCBI6FwGpA\n/S8vIuQhJgi+uZCRKBgZtzd9NqmSlR32aDlzfRd65yqF2ovu3TEi2pwWhLpz\nUy84ZJAWIUd2jIOss3eFOE/GIq0fyqrjkEzdFSvEtRSWpNVyBxOdgFpBVQjc\nXNNTDBZXtwHHZ3RzXPFlS6Muhi926a13uMPA2GlRHB9UIPXaEiaFsLy1bh19\nHhljYCr3+9TECn1XgReZq32kh5QVkGinJcr06jvkqGmGsJZ5ZXYcZYTL6zGJ\nznxrEVTrRZtRclyW3vY/j3fGUmdc9bnxVbg1sSlY2/rGzKPcT82e04F1YvwY\nrXHnkT4vMBM4iDCeXWMSzFCNIA3YppRMSXO+ZU8gc/wCRnPSYz5ufQY0Tjsr\nT8h7u4SH4bKLYfRr0GM2UHfIeO65DUiBjIbI/5S++v7d3ScLuYbFuD6t3u3g\nxd9s/eMUIgIdv1pI19wLtLIfLT9s/j2tyi4tSHqDvNx/Pcb80eqki5jNW3s4\n+g1iZtbtUmnxY2ypxX0tqqRZkhICVXHBm1VNlZffFAXlFhot9i9uxQU4M2aa\nQPI8Xb7UVnjv6lIPuLdDF+5h4oSzqXfmynuTL02/N3jRPgJ3SIcDUFjclz+s\nPzD2\r\n=SVeA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","files":["dist/src","npm-shrinkwrap.json"],"engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build-release":"npm run clean && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"10.4.0","dependencies":{"hint":"^3.2.3","jsdom":"^11.12.0","node-pre-gyp":"^0.11.0","canvas-prebuilt":"^1.6.5-prerelease.1","@hint/utils-connector-tools":"^1.0.2"},"_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^12.0.2","sinon":"^6.1.5","eslint":"^5.4.0","lodash":"^4.17.10","rimraf":"^2.6.2","typescript":"^3.0.1","npm-run-all":"^4.1.2","@types/lodash":"^4.14.115","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^18.0.0","@hint/utils-create-server":"^1.0.1"},"peerDependencies":{"hint":"^3.2.3"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_1.0.2_1535406786327_0.38796390158399685","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"@hint/connector-jsdom","version":"1.0.3","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@1.0.3","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"2b9ae8a34266fc396900a78820028e518da62f73","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-1.0.3.tgz","fileCount":9,"integrity":"sha512-vkvgTiRmdT6EW/nuhPRw+YAaZG3n7nlpm1sSmtu4uGIsxWhPSBioKt+9hPcFfK84ioLYOC76ui6ipM5tMf1r8A==","signatures":[{"sig":"MEQCIB/BnNUZ8dK05RavOuu+Lfi6mkERTVBqeuJ3jA0M0T/pAiBgPlOuomcwxGV0EuL0da7fmF9U0Sb71X4WIqMLO3mB/A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":91830,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbhIfbCRA9TVsSAnZWagAAQYgP/0gP2KOV/74ZJXeHhQIq\nVf60mP6yTGObpNy4K63mDrTf3h64rchmX6QX4loKLvSQvvLsGZKZOwMQHZzT\nIkwDjOo79AO/HNXlcuRNZG1QyChGcpusQhFhJdA0GRAgTZhBlwQQHWu0QRjJ\nhDnFkXEla1Ctv+N6cqOIfCBHsPzpwmN8j0cs793+oTYxKs42EYOO5hJ4StNC\nELiueeCPVDJImFMn0oTr43WcKMEY0MhLF4sWSl/zrv9hvHyeyP9JZn40lKVi\nIFd+uZ7Yv83fKdWx427BONMPvdoRRckiVJUZnMnvGNEC06Kq6ztYwdY1g5Th\n3zhRvgrERFHw7MxZn5YMoRr2Z3n9/U5NjcXVVABQduGUt2DNs2jKiel+2dtU\nQE9ZM1nLIDi6gte0hZorokAYZvOKq7UVoIkwmM9VirEdUio/ymdYonvIPQ7t\nf+KoE3M7SoPRu8twAFFdVjMKgcYbUGZ+egWKr6ZU2k24KnKN2oeAWNhhrdi3\nrBakX4HU5r4JbHCJqvpnr89gnBCO86355f2ueH1KQTE2p2SEBgdzfb8M0YOm\nDaVUXCVVrs/jYq8Blb7fCi7IzgOz2QaYa9mxTy+RwWJuAYs1BxOBKzcqXGFt\nT7XOzjfcsv3oTvzlnlT/YTXqmQqdFO3BLOYHlUPhh/HMf8tqRvLggKtzc2ny\nr2yU\r\n=muvd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","files":["dist/src","npm-shrinkwrap.json"],"engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build-release":"npm run clean && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"5.6.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"8.11.4","dependencies":{"jsdom":"^11.12.0","node-pre-gyp":"^0.11.0","canvas-prebuilt":"^1.6.5-prerelease.1","@hint/utils-connector-tools":"^1.0.3"},"_hasShrinkwrap":true,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^12.0.2","hint":"^3.2.3","sinon":"^6.1.5","eslint":"^5.4.0","lodash":"^4.17.10","rimraf":"^2.6.2","typescript":"^3.0.1","npm-run-all":"^4.1.2","@types/lodash":"^4.14.115","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^18.0.0","@hint/utils-create-server":"^1.0.2"},"peerDependencies":{"hint":"^3.2.3"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_1.0.3_1535412186679_0.09094438141123029","host":"s3://npm-registry-packages"}},"1.0.4":{"name":"@hint/connector-jsdom","version":"1.0.4","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@1.0.4","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"4e75f0ec70e357e925363aa7e9f7999e38acff86","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-1.0.4.tgz","fileCount":8,"integrity":"sha512-RoIkkWNHkekf7EFBy64zCZ//FmEyyX4DBjXuIKSx/0YLFpVWYUdEUWf0JL0zMneb+gtX3p61+/+ZfJTOjRIbtw==","signatures":[{"sig":"MEYCIQDATl1nrhmNnmHVEzsgKdfpe3kF0WTkGK8KLZ5TjppV5gIhAPQsE1jEoljewA7RnlV2KuCX8cH+TrwK5l2Ic4YlHtvm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":29694,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbkWhXCRA9TVsSAnZWagAANPkQAIOt40Gl1CGSkWxFvvX/\nWzOxqAVS90XWGdj1Ly+GwFE/q93jtrJCBNIn+5lbVWDhr9bJYLKTPERpPR5V\ncMtLLEV3TmFCISP1m/5gnG8wCnOq8GVLa6vupcO5FVReo1XL3KlaEnNypXdm\nITSht5UQK3SLzvsceI6hzL8lijPZj1xJhYH2cvy/sGUvNE+Uq06yNwTe6ttB\ndq4Rd8rhyst97WfI23sjT/MJ6IKnezUpgB9cMt1HidSZde5dGlQ5AiHAAb0i\nXuuRNNR58uSPyCWWzunwtkABPhZC8DwKRrzS1nO65aV40P94nQgX8W1NNR+A\nOw7nD+TveWAfoSzkIKRb+Moezhud8/IlbFqmjjPjX1vdDLINRxbPblg9IVyP\nanUOrHXkYD3zGwVkpVHM0h0a4mjk5jyMhqQG4FVTcDvD0b6EvfsOf4ASUWU7\nv18IT3IHA+3YcUhlKWeBds/3ClJI9/tB3qVauCNeaUYDeDVp/1NhUsph/Bnr\njdHGvE1oRWssnbMsgHPwP83AqMmjgjUgg6TEnZaKhmLdzEFBjJ+BnFLZ++ko\nS+rD1I7JQoAwdwpMjFp9935FhMLXB/VXZw5HIRTvMfiDTavnJZBa5Cm0Y2WN\nqiRME6YsXDwtpEymVboXqBdg3pC3P6TSnkljtQlx0jdBLZHJtraEA0GNaA9Z\nyROd\r\n=YTUV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build-release":"npm run clean && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"10.4.0","dependencies":{"jsdom":"^11.12.0","node-pre-gyp":"^0.11.0","canvas-prebuilt":"^1.6.5-prerelease.1","@hint/utils-connector-tools":"^1.0.4"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.0.1","hint":"^3.3.2","sinon":"^6.1.5","eslint":"^5.5.0","lodash":"^4.17.10","rimraf":"^2.6.2","typescript":"^3.0.3","npm-run-all":"^4.1.2","@types/lodash":"^4.14.115","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^18.0.0","@hint/utils-create-server":"^1.0.3"},"peerDependencies":{"hint":"^3.3.2"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_1.0.4_1536256086538_0.6945336460791693","host":"s3://npm-registry-packages"}},"1.0.5":{"name":"@hint/connector-jsdom","version":"1.0.5","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@1.0.5","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"3ace04166157c69f7ba9a60ab9b86f8aa6502ae0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-1.0.5.tgz","fileCount":8,"integrity":"sha512-67b6/T64xqYd2ijffQ2sKr7atZe0llsfVEkkqpLBtmC5cnI58coZGHENMiwlpFRjw9C7WavEplXILbpVSx3SKA==","signatures":[{"sig":"MEUCIHJJUPI9MdrqYNW7JuTMufXHofXFFhYh7L+ZNfarQUjrAiEA+GGSF+/ZGcW3MwDhKYNh6BBGVbUoGH7a2Cf3FvTr+x0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30374,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbmDXrCRA9TVsSAnZWagAA7lgP/38OH9GErpgWVtruxX9A\nfKhFF+api35U6GadSFHwaXNm57QdY9KClEbgYa77J633AUNjdp2wuFQ+q9FI\nzwViqtzR/LcQ4tNlxo2AHm/N4VW60FM9DHkgiXzWhl2hp6sRrGUR6C9tOTVC\nAITLP/HUz2ssfwoxTtQw6XlT0iQI7z/HIU3d2lBKRni1VDsWD4Id1BNFVHRk\nBwC0PWizpJ6KrRp8WlnbfoANGP61CE6D3XAEz/t5qyioqo5xKtFbtXIaSSrN\ne1VGC3s827spOTOOkC6bu1gGsN87pKs3wJBn0evYAP8zu+JSh0mm1yK0SRSp\nAiuTZW2vijKP4hitSA1B+lSV7VflFHanCPJiMRcGYicC+UgV1FBekFfg7C7O\n9jwRpzMStCQqe9PKR6PvPSYC0svV9Aw29JeRA7lZc/VFztoqMC6hmyI5oEmF\ne9WyO2V75KMwSxp8bRqVtuVkY6bwkVLyEd9ZXCYrdoKpM862hqwkluFjy+TY\nOANRp/BZCEo/6tZjeYXUJiG0wdDWzFGk51y9fIzD8b3BgVbgYcdltSERz4Lw\nyrotH8ys7THMDzIHlWI6LwbeCgZ9uP9ZDfKGzVeTdXHZJLQvwtTS0+y90wvK\nsX95wYe6jonOEUyVIR1yGo3Wu0PgWU9tJOhOrMGm3uKvtudl4koJCGBmRBep\nTIxq\r\n=CUpu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build-release":"npm run clean && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"10.4.0","dependencies":{"jsdom":"^11.12.0","node-pre-gyp":"^0.11.0","canvas-prebuilt":"^1.6.11","@hint/utils-connector-tools":"^1.0.5"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.0.1","hint":"^3.4.0","sinon":"^6.1.5","eslint":"^5.5.0","lodash":"^4.17.10","rimraf":"^2.6.2","typescript":"^3.0.3","npm-run-all":"^4.1.2","@types/lodash":"^4.14.115","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^18.0.0","@hint/utils-create-server":"^1.0.3"},"peerDependencies":{"hint":"^3.4.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_1.0.5_1536701930137_0.8283270724809506","host":"s3://npm-registry-packages"}},"1.0.6":{"name":"@hint/connector-jsdom","version":"1.0.6","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@1.0.6","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"79bcff08ea83c6b737b64f1e0f49b68dc3164ce9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-1.0.6.tgz","fileCount":12,"integrity":"sha512-N2102GAH/CzovDSrH2hTdI/U0pfOzjUxFIllD0Im9ccAbaeamfdUaYcVUUC7dLkB03MV5i58rCrIXwy7axXn4Q==","signatures":[{"sig":"MEQCIBR99KEXRWwBUZNoRpJZn9nvPXMuY53bv0SlJZ1/STN5AiB53WUkU4gRS4YMLann8jU6dv8eVrQ+IoQL7FvzhbbVYw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34575,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbtJa4CRA9TVsSAnZWagAAib8P/1HZ959qvwcU7PQWENvl\nrcFI8FPbWMXZLGGuDonZbeqXzq+xFCRYVEbtJZ2qqEzJyUNPZzNaRbCWh/Np\nPo2P66pZGBkRkc0lyfmBYfBic1j+qEYxe0qo7AyzXYGtnaam3BxQAWGI1JF5\nHTGuXU+xCUUTxpRabrcD8e5o/qDF6E+vDsTpqZUQNezrfeJjvO7u27yLTup3\nUO9dev0sGSoOly++kmLyCboE8uSWB7yNZ5Ur/jbRK0sWhkWl20KmwbycFoRL\nY8+rHd0zVeHGajmNJLukNwtBR0REaflL8nhz97ZVtMpPetsCJC5In98CRPpx\ndldfyup0q4CLoj4gAvtRPV039nGmfkWcfzU7ygCyT1d79AuV04u3psxNDIHX\n9Nhrlqn1ExrmNRfDXgxP8k4FTqkcwWykNERgoygV5Lar+962cUTIrCXCLXnq\noNXg5EoHBduZjLhuD55/bom5yuGuw3FkFk+dEigNGxd0nYvuwzfCBSmSrAzv\nD/zspGfqRx5Vo2gBWlBalqI1rBlWLMD8PWYKrVfvk2i6Dx8L3IwXRxn3U5Xz\ntUR0iLn24uH4ZQ+UBLaXRzNTBRcyoHiTMFCOhe0YTGqBduAt/yYaDnjnNjAH\ng5vr5i7zyVz1FponOoIdzZJ/WCbXNPz/PPdzW8o+BslZrzznTFFUeDgp2uee\ntLAl\r\n=0QRI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build-release":"npm run clean && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint connector for JSDOM","directories":{},"greenkeeper":{"ignore":["jsdom"]},"_nodeVersion":"10.10.0","dependencies":{"jsdom":"^12.1.0","node-pre-gyp":"^0.11.0","whatwg-fetch":"^2.0.4","canvas-prebuilt":"^1.6.11","mutationobserver-shim":"^0.3.2","@hint/utils-connector-tools":"^1.0.6"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.0.1","hint":"^3.4.7","sinon":"^6.3.4","eslint":"^5.6.1","lodash":"^4.17.11","rimraf":"^2.6.2","typescript":"^3.0.3","npm-run-all":"^4.1.2","@types/jsdom":"^11.12.0","@types/lodash":"^4.14.115","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^19.0.2","@hint/utils-create-server":"^1.0.3"},"peerDependencies":{"hint":"^3.4.7"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_1.0.6_1538561719856_0.11925353915826853","host":"s3://npm-registry-packages"}},"1.0.7":{"name":"@hint/connector-jsdom","version":"1.0.7","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@1.0.7","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"f0cbcfd8070f7afe8033f4deee5dfc73a733bbb3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-1.0.7.tgz","fileCount":13,"integrity":"sha512-h2LIP7Pe7CByVlhKW0BE7EGP11HXXtD3wl7Z/cBfwGZWuAoq+14hHrIAoXWEyNReBlbvGT1eZ7JVs06eOOVa4A==","signatures":[{"sig":"MEUCIQCnLc8jnADPe04Oi8DnA2X1+ibifVrlUirXw3VnJGQs/gIgVL8f7JFX5Rm0kZUdS+Lnum9zrAPVI6YxIxkRdkeul48=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50850,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbtKPwCRA9TVsSAnZWagAAF6YP/j1WOqYLnWJX8JJz+Dxe\nlwye029kVtRKWpyd27vHEkqpwVB40VI6Jway9HcU3uWFhg4VAj3o6Hy4uWwp\ndgvN4zbAN1JLx7wjTn1UfjSKtnbjgfq264mQGZGp0yN8OEXNoa3AnmJ+GjSU\nX6Pg+PdBVHF3xOVwehV4hxp0kHgCQYCSag40+rCapg3PMm0uNQ+oJfYrsG7o\nwWrtcRwcCZsxwJ4sYsLtTMDQO2Y0EH7HPmj29ouv8+7+sYiJAgnAAYlBsRWU\n4Dqjqxqvy89UaJN4GphoJXGsVYYRbWw/Lbd1l9wYUo3l2E+Mx7/JBauzDEBT\naon405W5u+mUuNNhX1HNamlRSpEP5jdUEPda4NmfvSn7wY4fdLF7fyy9U7QM\nKLHNnVGMVe/nmeJAE8Vqiv77j0YKApc1WMgZGWf2nuRbPTBD+UrNjNwlP0Dj\n3ZV+Jx6bJKhA0S+3cUDHdPjcrP/myojL8YFMaVMV68wnTvisio2ETn1DcYU5\nOZhHaXstJqzCr9XJ0mdcMXK6PYY2Or+ReOlbx3BLPc0TYSNfWwnMgqDZd3Un\n8p7TvS4NSPkq+V60NvQ2pZo9INvKoUfcx+Kx+vedlFVmKP9EE6SqD7nfevsr\n9YGDhcm/x8MxDT/jye7klKmMb5QFx3r1qXQOqBhcAaBENSr308Ok+XlO9iSN\njlGk\r\n=W7Xx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint connector for JSDOM","directories":{},"greenkeeper":{"ignore":["jsdom"]},"_nodeVersion":"10.10.0","dependencies":{"jsdom":"^12.1.0","node-pre-gyp":"^0.11.0","whatwg-fetch":"^2.0.4","canvas-prebuilt":"^1.6.11","mutationobserver-shim":"^0.3.2","@hint/utils-connector-tools":"^1.0.6"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.0.1","hint":"^3.4.7","sinon":"^6.3.4","eslint":"^5.6.1","lodash":"^4.17.11","rimraf":"^2.6.2","typescript":"^3.0.3","npm-run-all":"^4.1.2","@types/jsdom":"^11.12.0","@types/lodash":"^4.14.115","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^19.0.2","@hint/utils-create-server":"^1.0.3"},"peerDependencies":{"hint":"^3.4.7"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_1.0.7_1538565103661_0.7976733029348229","host":"s3://npm-registry-packages"}},"1.0.8":{"name":"@hint/connector-jsdom","version":"1.0.8","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@1.0.8","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"285161e4892c9117d24566658e66471cd4f23446","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-1.0.8.tgz","fileCount":13,"integrity":"sha512-/SI9FJuWA/QV0IzL/ihs6FqnMXVPhiI/fguNdcIs9Zq4lQ+C3KWXApr3o94t3FrcVz6ZJ3i4o/AHUex7DLegWQ==","signatures":[{"sig":"MEUCIQCP0WcdW6IStYinwGBEDIYUc3EuvC27NjSkQDXvSV+uVQIgTMP7SpkCgCYDLZfgV3/capNgy9jUJ+d43Li1xQBFq9U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51298,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbylbYCRA9TVsSAnZWagAAwRkQAIgWEazOyf30xbCzS4UY\n/EA1yvaxPiRCLh2VYWy0/HT4sr75TirdDk9aPniBDgEmPxuw9E0moOdTGnSc\nnYnZBvV1ylU/v9SrxdGMHx2azLlgk7s7Rgl7HIe4aFKBQrOiJsyaLT3x56nR\n0IYrZ5gntEqOCM8f08FrEW5fp1ZlLcpT/BAScfR+jBAq6q7SCGI4uXw07NPi\nOymQ/mHHwIQfiNW+vHVD6eJGBL2usT7izMFVe209yZ9+qi3Qmv5g/Jjxfege\nZQ90z6TgShQfrefvCA8w3EyGw3+e58DDk4fD7Vj6Q5AmhUsdUTqyaWpAGMQ4\nc+dVpiXJhDn30R09cBqOk/2p+Ccc88YEk9Ilk9uzEnLAdtx+c6OQlKR7ynkK\neyPdGuxcJVd2ZoGpn1oRRScHRzWSO3kxsVzb3maE1aemE0QdE58hVJQIgfMN\nDLqU4HmumokO9nwjBZjMZ+K3lKRi+s2F0w6IK62E9CQ00QNMv20Kp5zX+3o0\nd/bwrsUgSQFgsdoe54SqPXTPx35Rzr8cZ5uylA0jPwVk3ovQzs10Fi8d+feF\nP4StPZbdfOs7wDelDt7zG+xVqj8IpkaqdU/oUXS/EUP/9xpFKJ7uudoGMU1G\nDNbmxLrYN1eSKK6V/TlK4ISbooQ93FDwoQ+LZCmcF36mFHooWBFhN2ccjUal\nnCVq\r\n=xFRb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint connector for JSDOM","directories":{},"greenkeeper":{"ignore":["jsdom"]},"_nodeVersion":"10.12.0","dependencies":{"jsdom":"^12.2.0","node-pre-gyp":"^0.11.0","whatwg-fetch":"^3.0.0","canvas-prebuilt":"^1.6.11","mutationobserver-shim":"^0.3.2","@hint/utils-connector-tools":"^1.0.8"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^3.4.11","sinon":"^7.0.0","eslint":"^5.7.0","lodash":"^4.17.11","rimraf":"^2.6.2","typescript":"^3.0.3","npm-run-all":"^4.1.2","@types/jsdom":"^12.2.0","@types/lodash":"^4.14.117","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-beta.7","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"^20.0.0","@hint/utils-create-server":"^1.0.3"},"peerDependencies":{"hint":"^3.4.11"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_1.0.8_1539987159992_0.6271643182701176","host":"s3://npm-registry-packages"}},"1.0.9":{"name":"@hint/connector-jsdom","version":"1.0.9","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@1.0.9","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"4a05a922aec6a4789920cc029de5afd0092070e1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-1.0.9.tgz","fileCount":13,"integrity":"sha512-wv3bDyyRSyo9NOSeaVkelp7DyG4ZXCTX4o+TmJO02QjFRoRy9w6YZipdCj6sL3URfcRYoYKbIHvXwsyxycI7/Q==","signatures":[{"sig":"MEUCIQDySnWX4FHzyQYaZKCbET4gRCUMhuKKc17YSdzfXvXupQIgV8B7v89xAuJyLCizB/AvTLC9ZRee1LZbpIbMPv+05UE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51596,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2iTLCRA9TVsSAnZWagAAXMgP/3FoGVeo8Y3vu612WMVV\nhveUDCQNBQWg7PnsZoF3bw87i93Er7/NEf7ck066OTyDAT/Mcokuh4y1lwOZ\nZ7E6niY7rIAZpm7xYdMbEn54mHUIUmHw30Mo1YP7YmPgDDSKJ9Bi0KdJ+ZRW\nbqLlE3TWiB99ahCm30rRAPuEx3rO4wesvvWwmn6yw488eKM+g0hCXjVkzKyN\nGPM5M4JT6e+uE9GUN3sW62skXpMgzJelcpRs7wecrs6LY77P6cgl7GSkXtmS\n0pFcOXOscHgCi9dJsnBmt/DDrde7xeKGVyyRYUYX4Tt3vmfEImO3rTmuFBVG\n9PcLDFD5VO3Q7N0f166mg/+kG3ORqcZYdTVka9J15D4nN2klpEIQfUmsWdPm\nA9hIM5mfyiunTm83sct1hrO8heG5JPs7o7ZnJDxmLeBDWfXZW6YtKZQTo8Gu\nlwk4QOGgs6sIcg14X3gEDcPXLjXIMSrHRU+NO2TP1vSFNk4keRv+jxoxPmpy\n+sFirbs3IUzccb8JPap29UkjFeiSJc647OoQAIqracVkpbVhkIptej9hbDuE\nfEJ2+nK3aLLje51UpMVQ3yoTEqBWBVNDEJvN7yTcWWvUpG6FK6QKT1OrLVWU\nW/AoZtprVEbE6GcZXchvKKhGPrUtWphhmB83uQjrbED3qfcGQDGP83fbl8SF\nZ8du\r\n=cdF6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint connector for JSDOM","directories":{},"greenkeeper":{"ignore":["jsdom"]},"_nodeVersion":"10.12.0","dependencies":{"jsdom":"^12.2.0","node-pre-gyp":"^0.11.0","whatwg-fetch":"^3.0.0","canvas-prebuilt":"^1.6.11","mutationobserver-shim":"^0.3.2","@hint/utils-connector-tools":"^1.0.8"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^3.4.14","sinon":"^7.1.1","eslint":"^5.8.0","lodash":"^4.17.11","rimraf":"^2.6.2","typescript":"^3.1.5","npm-run-all":"^4.1.2","@types/jsdom":"^12.2.0","@types/lodash":"^4.14.117","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"20.0.0","@hint/utils-create-server":"^1.0.3"},"peerDependencies":{"hint":"^3.4.14"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_1.0.9_1541022922131_0.016294124823184264","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"@hint/connector-jsdom","version":"1.1.0","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@1.1.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"7350957577439e7d67f85e8f4bf0ad850b505d3c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-1.1.0.tgz","fileCount":13,"integrity":"sha512-502wjKnN/eSfk7UPIZeGuvTSBVwsZplzuIc8ur0/Xa3J1VNHtrmEsGHgd5DpX/Xg0+5XobXh6xNsWEOf841K6Q==","signatures":[{"sig":"MEQCIFHnO2oyWPO+OKSKTFLKl7oc9B7oP6uI27t5TkZeBIScAiB7appRk8Gc4Mb5LTL6Z4F3rEDS4rHETiMColuzlE2HtQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52206,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3Lc4CRA9TVsSAnZWagAA05IP/AoViCs9QyvB2S/ZZ0zO\nVsgoJnC6BtnPyzDwyA5ukZUlzauNVWVfCE+Vq6zW+ukEbS1xZA+mcdtHFQhC\nOi/MXryHcrlXVz2QSKigkB6APPm5lLdSboS7lBp3FDbK1GMm9utB0oD/RePb\nnoPCYI5swJuoycKp2fJN7iXG4kVYfE2l2ijeiL8AJmiiGo8uc9K2SKbHdKz1\n7NRjD5OPvnAXUCs8RVL+oc/fmcGwhtzBNVct5VVjFed54paFAJOoyUQ5Yswr\nddkP+yRf0gYJs31n5UF0EEDYLQINx2VU5bWbIxdtGai7uzz6z4Q7hq/Cf7T7\nJOglW7fVuWZ9XBJsPVEpWDeSXdzS9G2vWOWbO/r+XaHFjTremeP9tkq3jRoj\n/bdAkDZh6mGJRYeXCF9TWR+DhhhiJqin8nyPzBCz60BK6PsKtF/4i7V7XiEa\nj919Coyu5FSev+tkLx1rx06BDiJ4YdcFmmygo5NFxlzgEaHcxiQzF4h/p3Be\nd3pJnGHz1KLqFQNvleU1TJOhUZAb1NKUoM5K+RqOGqI8Yo83Ch7GvvRnsCHt\nHRNWdy+xJYeXxKkJGzwi/j8PQVeLKztimf04IO5qplKfPmLckMLCRu1qRz8b\n2jc9mC9Y3BOuKXs8yj1WOyP1v1E0vgqUqCCSjC2jT50IWPIcUiC7NUGU9M5w\nHKY7\r\n=DsLO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint connector for JSDOM","directories":{},"greenkeeper":{"ignore":["jsdom"]},"_nodeVersion":"11.1.0","dependencies":{"jsdom":"^13.0.0","canvas":"^2.0.1","node-pre-gyp":"^0.11.0","whatwg-fetch":"^3.0.0","mutationobserver-shim":"^0.3.2","@hint/utils-connector-tools":"^1.0.8"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^3.4.14","sinon":"^7.1.1","eslint":"^5.8.0","lodash":"^4.17.11","rimraf":"^2.6.2","typescript":"^3.1.5","npm-run-all":"^4.1.2","@types/jsdom":"^12.2.0","@types/lodash":"^4.14.117","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"^0.12.0","typescript-eslint-parser":"20.0.0","@hint/utils-create-server":"^1.0.3"},"peerDependencies":{"hint":"^3.4.14"},"optionalDependencies":{"canvas":"^2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_1.1.0_1541191479656_0.22192594868511617","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@hint/connector-jsdom","version":"2.0.0","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@2.0.0","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"6fce878b2ea32b0abfa614fac566ff1b5488a22a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-2.0.0.tgz","fileCount":13,"integrity":"sha512-Vb0NdoW1doxQVWm5nMqHEOcySYVA0jmO8P10Mspj+1G+rgO04k29e0Q8FDTZaQSLh4fzARO1CqdhjC91v5DAnQ==","signatures":[{"sig":"MEUCIDyBxEdfgfMS2IrrssWILpLIX2QhtJmROVyEjHQZibIDAiEA6d5D8vxuI8Pvoc5V/bXuL4c1+OBw0ng1Anrf9RPuVEY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53161,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4M3PCRA9TVsSAnZWagAArOsP/065erjo+ytMQEYioePG\nKLIpJ5fZq1SMu44HbXssxx9Y/ZiXmvwqfrXDvxGoVSsRZtOWdWK8rwwltd5Q\nnB6F3f/EaGJAKAEl1b2nhbT4nsf+TdDYfgCMEe619pEfRkzj3bhnZmHrtFT2\n6mJcdzZrZzXWD7nMpqCQIKFeAzEEJ0B3mc9lVW2bowbg4Pz4McGnIL+vi+c0\noGdtxY1CWDtxUeefsnF0YwDIFav8SAf+pFZ3rczSnk/8aHNag5CLvQpNAyU2\n2NTI6DFtaAyvPOLl49O/pN2tIkX46exKJ4br515ObBttBhDD89hN+lLsFPgc\n2rDONJiG6/yT5k3+vTsmQSGPA8Bb+JPWwQz6D5uIpAMJWM/eXYXVXiERV4I1\nukuiuBNUnLpmTI3Z6mKmAcxtzZmqHgunIEYQ7cjjjO2wLihDm5zjfNvJ7ME3\n6xVcfaInY3WpZPdqpODMwyRAvlDE9/czg2okZ7h+Rj4DfTNqFDzfj6CdDcSk\nEnJ5iu82olM8NJCvZwxuHwyNiXg3ZmOdHP0yFieXVDQwjDwEwGN0lBP1oPzd\nY5la8mHaIV0VTOFs7Ew1FrlqHMn94ne4+5S2O6bAK3LpZB/1deODpvMW92au\nr9HLqwzXaFECgKXw65GFahUk8j2Onlbi7huxh4BLfyeJ9Q8iInBLuQEfCMxd\nR46I\r\n=Ki/o\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"markdownlint --ignore CHANGELOG.md *.md","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint connector for JSDOM","directories":{},"greenkeeper":{"ignore":["jsdom"]},"_nodeVersion":"11.1.0","dependencies":{"jsdom":"^13.0.0","canvas":"^2.0.1","node-pre-gyp":"^0.11.0","whatwg-fetch":"^3.0.0","mutationobserver-shim":"^0.3.2","@hint/utils-connector-tools":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.0.0","sinon":"^7.1.1","eslint":"^5.8.0","lodash":"^4.17.11","rimraf":"^2.6.2","typescript":"^3.1.5","npm-run-all":"^4.1.2","@types/jsdom":"^12.2.0","@types/lodash":"^4.14.118","markdownlint-cli":"^0.13.0","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.12.0","typescript-eslint-parser":"20.1.1","@hint/utils-create-server":"^2.0.0"},"peerDependencies":{"hint":"^4.0.0"},"optionalDependencies":{"canvas":"^2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_2.0.0_1541459406870_0.08114050351711022","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"@hint/connector-jsdom","version":"2.0.1","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@2.0.1","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"a7934a20f10ce119186304d117b04438b366ea58","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-2.0.1.tgz","fileCount":13,"integrity":"sha512-LfCKnZ0nL2KK3B0WImFCZXQWj1BoArq00agY+u3tPdwaKYV1tHdCKKVcsgJHTFCoBPBVVsJuGN6qVXcQe3hcXw==","signatures":[{"sig":"MEQCIAX+T6lSfXiesvu53VDrk7n9wW9aZ1RFsWwO2RchzodxAiB++qh4GJLYoTuAQgluM+ta8hOQzeVlbCpvkVh2oAThWQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53759,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcKp+eCRA9TVsSAnZWagAA5YUP/jYrY8EZsln4D3gi7YTa\ngwNKSHB3EzR6PbnPCxfNJhSSQhBwn/4zS3C0VeHMxQ2xp5fKIlL5cdn7t7Vo\ncl6CZYItBBMlWnEdLwVkQ9Ci65+3nV0+ovVwznSE76QsmQvH1Vv9vHQpGpgK\niZXyNNbLQsWLElGuFdU4QSm+i284UGbMTSJ/6WGqyWjQzf4bTmVqRCYrjMvb\nxhATbWDSAIUMkT3GGS/L0P0roy15XZLhtHmf6djehJo276U5wXzaW4Kmce+E\n/GWZJCNsYkxggZTQ0HcDQutpcnVEigQUTWyuX5yeECrO43EmSIWeuPHYrLK9\nTRKoIktPL4v47tt7M1EPjhRlz9e4ti8e3kIMGylYkLFFIJ0+ZiDPLyavlWMH\n0Tf6+hJZ4llZbffqJcEaQvRz4psrBcE1HqXzeVLoJxJ0094U4YSkbtanfM1Y\nz8HakgSS2SqDKBA0qhR9MQLfT7BtuDxDM3k/V8zkFJFlw6RDH096idLON8IJ\n9nGa6IEI6ikz3qQRxItVTgH5PSln0zuxYeYC4yzMOzSibRz4iVGyz8FNOB1B\nygLnhsvEXP6tPeSuTUdIg9Yrn9KnyP5npANURlxni8ETu58OsMmDQ5p8AVLt\nf4YdRwBXcf9OVZWyRBEO6dlaPAhW6WFuJl00MnrciTXtYo3UcHu4JZ+StXw1\nPbdI\r\n=dptW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"alrraa@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.5.0","description":"hint connector for JSDOM","directories":{},"greenkeeper":{"ignore":["jsdom"]},"_nodeVersion":"11.3.0","dependencies":{"jsdom":"^13.1.0","canvas":"^2.0.1","node-pre-gyp":"^0.12.0","whatwg-fetch":"^3.0.0","mutationobserver-shim":"^0.3.2","@hint/utils-connector-tools":"^2.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.1.2","sinon":"^7.2.2","eslint":"^5.11.1","lodash":"^4.17.11","rimraf":"^2.6.2","typescript":"^3.2.2","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.1","@types/lodash":"^4.14.119","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0-rc.0","eslint-plugin-typescript":"0.14.0","typescript-eslint-parser":"21.0.2","@hint/utils-create-server":"^2.0.1"},"peerDependencies":{"hint":"^4.1.2"},"optionalDependencies":{"canvas":"^2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_2.0.1_1546297245611_0.2754037412016117","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"@hint/connector-jsdom","version":"2.0.2","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@2.0.2","maintainers":[{"name":"anonymous","email":"alrraa@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"bf05f31ee0214a7e1dc6d44c9802e3977a13d2be","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-2.0.2.tgz","fileCount":13,"integrity":"sha512-EwxjwdXjX6QdaDyKdwD/D4Q8eITYyO3oOBr+KAsozmIiw2U3kqKqXSDAj65LOyUU0KU6I4/4HafbXY/A/6y8ng==","signatures":[{"sig":"MEYCIQDa2mlCGkGLpdzncIBeNyELTMKYze6rCONU/7CAB6Sb3gIhAJGQuisxelpspeJ2lSxhpDEOnriTDPSWMvezKGrnj2SI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54387,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPlKgCRA9TVsSAnZWagAAwrsP/3LWpNFY/cDyzdJfGD83\nXN8JvHd94Ydoza+G/0bsDXqNH1bcwfiB183ptMzPpk3kfwehBJBoSzy1XQIM\nybbk5S87Pf6p329LRTdSKsWNiScb729vVl+mZQC4rK9ceniyy6ASHPhvovPl\neeLlEtTCT12RAS+YDby5YQz5EMk5dDRy1z/bdPL+prk16vI7rYNC8CyNEom7\n+OgParj40Va2FR9jABb/9g5yGCUfI3GtmBj5A+Td28zEaXNfuuyDmMjX6vyc\nE0Usq3SCoDjAsdPWIq1KRMLP7zg6y7+tV2loHutV8kfqEhPKfrWexB6utrQq\n2dIZl2wVj0rZC5+jlK7mE5lCkEjocD1Rm1MjySOmQsPxmZULjQRNweni5lEv\nEEoiUI1tT59hUR1xD7XHtzKjyTOLqNDZ8jn+B+8AO+AKU17aeBcDW3VOcQEE\nSOVkfpucovECC16XeHpVnnT1U7GnK3tBQZ4pcxPZyn+dV/kodE0vw19yxGg1\nxysBATMJZdF2xU9On2KVAiAWZZhkNmuEQo9Hs9pPl996ApQYpxS7DnpWBdDX\nZo0I9nefTgxjIgKtXVz5kOA7xDj5zt+bay8sDxq4/67GqvpgAYloe8z2IcGn\nV4KJfboi3QSDjAxFC1MfGrQ/PmTauG6YxUlHoQ2/sD02rQuCfeN+ibdToS50\nG4hu\r\n=NsMJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm run clean && npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint connector for JSDOM","directories":{},"greenkeeper":{"ignore":["jsdom"]},"_nodeVersion":"11.2.0","dependencies":{"jsdom":"^13.1.0","canvas":"^2.0.1","node-pre-gyp":"^0.12.0","whatwg-fetch":"^3.0.0","mutationobserver-shim":"^0.3.2","@hint/utils-connector-tools":"^2.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.3.0","sinon":"^7.2.2","eslint":"^5.12.0","lodash":"^4.17.11","rimraf":"^2.6.3","typescript":"^3.2.2","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.1","@types/lodash":"^4.14.119","eslint-plugin-import":"^2.14.0","eslint-plugin-markdown":"^1.0.0","eslint-plugin-typescript":"0.14.0","typescript-eslint-parser":"21.0.2","@hint/utils-create-server":"^2.0.1"},"peerDependencies":{"hint":"^4.3.0"},"optionalDependencies":{"canvas":"^2.0.1"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_2.0.2_1547588255489_0.41927962900422866","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"@hint/connector-jsdom","version":"3.0.0","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@3.0.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"0787a27c3ae67572f8b34919be49c93267a8f9a2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-3.0.0.tgz","fileCount":17,"integrity":"sha512-6WV0O/238V69gFuYZjVLNAN+qOIAuJw7QWiy4bG+aUib905ulnJnJBERyYcvhddJlA/nM35GYaBMWMhRgUuWxQ==","signatures":[{"sig":"MEUCIGc6mCV8J2LrcY3keDXMJrZKpIAOzN4VEiWSF15VOK0TAiEAvr5+x5zMTxKS2dYKIZ2P7oCRKe53Jnc2Z6PBWUQc9n8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":56996,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXIhtCRA9TVsSAnZWagAACNQP/iDOgripCG7cHkUGGYCn\nLFf3ndf1r69LpSJF+3MBXdFzAHS6Hc3b9yK71Qze5n9sv78okKXXkZCEDflf\nN7Gfo9E7xpxGGH9mYDhV4Vw36EJeuTxYE4OpH7kB0O/LZ+uguN6EdyFXJsHr\nbGELHPKocY0D32oSZDOBY2FzFRciD8O0aYKfN0vG2Jrky5q2NQ06rQpA39uU\nOA4erS0N/yR9DF4ZYMPcvjOqaIZgL6DKRBkUgtk4zW7Om95PCiIG8xW7JlTi\nlgLnDvfZMV4/71+IyZXS/FoYuGdjvA2m2TDpaZq8YeglKfd2XYs0lxi8slVD\nVJuqzZp9EZLZR+dCH6suxiHZj4v55dnqsMoBe94bm8HmX7Y4b7c+TVzbiJZK\nMc9zLuqoggjXf4gx6VZoqcWg/MMm6SGV1KEdwawhCnwG9pAGTtjAX7sV9fcv\nvNaWj43l2iitWWjQfGBSzFapRos74edrbpM+bCkWfv6y7qDzEjcElDyE2H3o\nR5EsO9xUQgVsVi+AoL4DhJM6M/DwUAyc3drIF5CRk2MZ1ly92sIL6bgVNvRt\nmX5TJB4wRjF9thBZiPjtB/Q+U/VzPXcXmvd4fVBEnZStK2kOpsLmD4Ehw5Dq\n3vQ1lk+PMwRnHvsPc4kJCqr4iyITLw/LhygDuFy16/PpCqjUyAwENfpfXLsC\n1yD2\r\n=Hp0M\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"11.2.0","dependencies":{"jsdom":"^13.2.0","canvas":"2.2.0","node-pre-gyp":"^0.12.0","whatwg-fetch":"^3.0.0","mutationobserver-shim":"^0.3.3","@hint/utils-connector-tools":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.2.1","cpx":"^1.5.0","nyc":"^13.1.0","hint":"^4.4.0","sinon":"^7.2.3","eslint":"^5.13.0","lodash":"^4.17.11","rimraf":"^2.6.3","typescript":"^3.3.1","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.1","@types/sinon":"^7.0.5","@types/lodash":"^4.14.120","eslint-plugin-import":"^2.16.0","eslint-plugin-markdown":"^1.0.0","eslint-plugin-typescript":"0.14.0","@hint/utils-create-server":"^3.0.0","@typescript-eslint/parser":"1.3.0"},"peerDependencies":{"hint":"^4.4.0"},"optionalDependencies":{"canvas":"2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_3.0.0_1549568108453_0.22926948575510164","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"@hint/connector-jsdom","version":"3.0.1","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@3.0.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"27ceb506b71f828db9fc48e711ed4a1ddf81c1fc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-3.0.1.tgz","fileCount":17,"integrity":"sha512-G+QoOna7OLypJJh75rSvSAU8o8uPzJ8zH0mI0HKKK3UZf67Zi1fkBNBUYOf6V8FkbNWZgtmfr8LRZ+em1Oijeg==","signatures":[{"sig":"MEQCIAYHdAnQwgmjOmjIdyGM3PcYkoxdsGKjr3Wme05mN2KzAiBFqJrn2mmmJ2BozqKT91BHIxoVzYfGi6qxQR08D6atGw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57341,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbzg5CRA9TVsSAnZWagAAC5AQAImZqDnsoP3cnGMRTAPq\nTH03qDwHrSUkvtmKU/egI2cGsDId2A86yIlfv6XemVy619Yg37RhZ8BYZAGv\nKFsy0raVhEwUnfDdynmnSiKUNyb0Qq/l4LnI1RUbluUZ2jA1YdsFyNEgDLBb\njpQrokcyfZnHXtsAx1gw4cyV2XbKZZLLK2/Cqt+yUF41XcD4VglKN/Rm5+v6\nFRJ5//WewCyTuN81jwUy/tOCM1o2i9SUal7EFpFgDVeTSB5oCodSLYM2KP7l\nRfVVWffD6RprJ94A5mNMJ8F06hA+GZ4CU8eOQmE7in8GnxCfRg6+xjJOsC9W\nEXEAkz/Ij8Y4CwjvwCofgT8bAj3SR9T1Hxnt7zRZ2PzJ4zUsHp8Fjud0Mxo6\nDVSxq7pzZwUyfT3E1eoq6wmFOzQwWexodRB/vGxbrGMiqGJGacydqxEATe41\nlW0shKw4diHmZtAlOekF2C+rDdtYY9AyXydD4OJwZ7eyGsTntzhRNgsUh9xP\ngeSwUxUplGc3J4326oZkiQ/L2bFynI//5InAur9vgzCWxnUG6ZdJIXFXw4X/\n8a0X7wJvkA6rN9Ldum6iRtKBnyRmePXIn5s12OcgNDTXy0tEV0f95GK2esYV\nWjnYyiFC+isuBxDBatPeXWvSWobArEMKN9czih50mRgJQw2Ch27+FRMJFzHo\njWQD\r\n=7XzT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.5.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"11.9.0","dependencies":{"jsdom":"^13.2.0","canvas":"2.2.0","node-pre-gyp":"^0.12.0","whatwg-fetch":"^3.0.0","mutationobserver-shim":"^0.3.3","@hint/utils-connector-tools":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.2.1","cpx":"^1.5.0","nyc":"^13.3.0","hint":"^4.4.1","sinon":"^7.2.4","eslint":"^5.14.1","lodash":"^4.17.11","rimraf":"^2.6.3","typescript":"^3.3.3","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.2","@types/sinon":"^7.0.6","@types/lodash":"^4.14.121","eslint-plugin-import":"^2.16.0","eslint-plugin-markdown":"^1.0.0","@hint/utils-create-server":"^3.0.0","@typescript-eslint/parser":"1.4.0","@typescript-eslint/eslint-plugin":"^1.4.0"},"peerDependencies":{"hint":"^4.4.1"},"optionalDependencies":{"canvas":"2.2.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_3.0.1_1550792760728_0.9739514836295404","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"@hint/connector-jsdom","version":"4.0.0","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.0.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"830ce1b15d1916abcb936ecfb8c9657714377039","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.0.0.tgz","fileCount":17,"integrity":"sha512-B0JTxjetBr6mDP7LJKyLYJ/iBa3MnvlgulCy/QrmL6F4nkhZLBXk5g4lEeaf2kZ0YSoQwUVVYNF2Fiy3X0tQ1Q==","signatures":[{"sig":"MEQCIA7DX8WFDHoeiBvRMh1OmsgDbqceCb6MnwQlqxIib63uAiAr3lxieCi0U9YfF9FNKnU1PhDqxsjUqiCXwsg+VXUplw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":69398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc23GMCRA9TVsSAnZWagAAI5sP/1mpWGtgn43nsbFr4uLM\niPSds2e+/S+Ej0sQRW+bqqRXfrV4aqJQjAnWCN2/zPq13xKUTzhkdZ+A2VR5\nV24mcGfQwlxDm8tZKJrBWzlN4eIFHusL7l63YoTypS/Tu5L/qkjg1yOdyU0A\nUUUqUHqBi6cbVy4GU2C3pIFDzAlkKjnnJRut9lPtjZkMzovc8wOyEyXP1GUm\nvvIwjJAwEqwuiVJMDw2GRpkAHGRpm+PoQGZEUhEui0h1fqVv40saecdgEIu8\nR4kjvVd3Dt+gP0E+98esqj76PWVvAcE0TdJjWzp6VYO6HRggTaX3mEyOc1DG\nLt3wLBz77B4njP2C2F66NMM+UCAnuJR93VaaTn2MpC2X3TXjU4b1vH4zDMtU\nhxe2eYexFfRSh4neZoQ9OuXgCX+kJNouTX9/Seu5BvFWskFrrNnOhrj1TxJp\n2XscyCWKl8NHXCW0gIybYQKfe0ibBB51VLNHjwRYt1rmANzTc8ziyIViE9A8\nxWFKQRDIcI9KtYx0KvYsu0bsTa1fKpBHPSoyoJ1oaSpBvEefpdJ07EaG38je\no7T61hfUA9fF3U9gzkCNlEREZllp9EX4Sps2BECS4cX52GuPQv9Dph3hM7ru\n0ojW0qMNeZSTtJSQj6m+f6vsfr93Sa6xRZTLs8PYoMRRk4rVenCT6Srsjbr/\n4hdg\r\n=B7MB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"8.16.0","dependencies":{"jsdom":"^15.0.0","canvas":"^2.5.0","@hint/utils":"^1.0.0","whatwg-fetch":"^3.0.0","mutationobserver-shim":"^0.3.3","@hint/utils-connector-tools":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.0","sinon":"^7.3.2","eslint":"^5.15.1","lodash":"^4.17.11","rimraf":"^2.6.3","typescript":"^3.4.5","@types/node":"^12.0.0","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.3","@types/sinon":"^7.0.11","@types/lodash":"^4.14.126","@hint/parser-html":"^3.0.0","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-create-server":"^3.1.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.7.0"},"peerDependencies":{"hint":"^5.0.0"},"optionalDependencies":{"canvas":"^2.5.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.0.0_1557885323976_0.9992826176872873","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"@hint/connector-jsdom","version":"4.0.1","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.0.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"96bfa17bce9a73098799310ca34b68a109f50e98","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.0.1.tgz","fileCount":17,"integrity":"sha512-cnPxjnrmrXtVvb25BwT6zADOb8oXSEPTaNaRRmCR32qAC022EJ8flksZDehi7Ea36xMz8tlB8on6Fq8OB1NyyQ==","signatures":[{"sig":"MEUCIDAjPEepOKo41qtefO1cwidz4DNZR3Uy/O33iZO79EXsAiEA93V41rwJaouLTmPSEZpCynCEik9StKXrdKBnQ6KPIao=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":69398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc247WCRA9TVsSAnZWagAAj2gP/0aJBDNBZ9RA1zW1S7r9\n6SL1nNkA1OAnYak/kzA4Fj3/QCYXuwyFIn+3oabJimB0M3QPYD1DS2MCVTpt\nfU78bArgg+T95UtEWGPWsshelhwuDYCBuhsKcuRkJGG7JjtwWxG6QTFS5OsS\nHXa2btTyu70AVeeS5ImUspw76UkY83CLKmaenHzWBPheKGzV3QnKRtdnZlwa\nt2CNcS1M9zYOtc+MxigAejQ0iU5KT3M/TFiAFO943vjt+4sHWJSgFq8qoldO\nZoqJoESeFt9ftimoq8vR91/pgJ948eBF5vAbS1Zx+WEFxK+bTXzLuoRMdQg0\nXFZv3zOfbOqcrDy5pkXP2bEqjrpg8BvyjCJNOj6I32tIl/CjYGue5A1IV0HB\n8PvcYpqSL2qNCIrpQrJCAHDkhRyNzWBJYV8715pXh4/YX1e8aHPw/M5Dqip/\njaBBO2IcElu08IosSvgaARSRm95MI9+4yb+WGQbb751Lu+ezRnE2cxM8N7PF\nOkdm56t1aLDQLdISUhBJJzad/kI6035XyzMRBhtsbH378RVsmbQeXoz9uA1P\nes+zGFaluNAH3tUtu7rXjuSxCtz9lLuiBMY1EEWES4lOt9IAxCrR/yCwjbPJ\nddJoJRVJomd6xQtr21dYTfzyJ2xA7pm/zqZP+ZILYfcBcrMTeUzv6sFdZc5l\n2r25\r\n=CskO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run clean && npm run build:assets && tsc && npm run test-only","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"amolleda@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.9.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"8.16.0","dependencies":{"jsdom":"^15.0.0","canvas":"^2.5.0","@hint/utils":"^2.0.0","whatwg-fetch":"^3.0.0","mutationobserver-shim":"^0.3.3","@hint/utils-connector-tools":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.0","sinon":"^7.3.2","eslint":"^5.15.1","lodash":"^4.17.11","rimraf":"^2.6.3","typescript":"^3.4.5","@types/node":"^12.0.0","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.3","@types/sinon":"^7.0.11","@types/lodash":"^4.14.126","@hint/parser-html":"^3.0.0","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-create-server":"^3.1.0","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.7.0"},"peerDependencies":{"hint":"^5.0.0"},"optionalDependencies":{"canvas":"^2.5.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.0.1_1557892820712_0.6261042853509504","host":"s3://npm-registry-packages"}},"4.0.2":{"name":"@hint/connector-jsdom","version":"4.0.2","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.0.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"a0c02854247039eae558026d14047aed44c6aae6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.0.2.tgz","fileCount":17,"integrity":"sha512-xlb0qSGTMRRxCWjRvoSG/od42WwK+Y6ap4tS9svefZYgZ8q0yfhUTkyuR7JAlUzaa+MZigmsflpDPd2L001X7g==","signatures":[{"sig":"MEQCIFKoKLuWAvoJYjan8xRZ5XwrfeutExgYUV3+dWTsaiGNAiBW5l35w0cRqlGz9VrSDDwcOHWu6cvXTZ+sOESp+/34Kw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":70641,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5sBQCRA9TVsSAnZWagAAisUP/3kq6N1bW0xs8uboVv78\nI+4p7BaWUaCoZ6So+gw/qUOhNYJ+G1IbuC8jBD5d1Xp3wMPxRA5/GP+EtBNS\n/zjwuuDAoZiaD3qHn8Uq/wHfNSGY2SWjWGo4SbBOY/wdl7X/7BRLBwWu8Nch\nELDNUaaBtchrcCvE4nRie6jnda3hv/1v6+Vpt25Q5bDgbVMCIjYPJK1vpCjK\n1c5zZ4rew1FF3Y7FqEeo3xOLSniD7BhyK8srF9VFCqHVkJMfYghGFLCT0uc/\ncYGtNaJrY5u4gyssSflA++XwasLtorO+hr+2d4VEfGHwub+LaI2bzfiNiEfX\nbZp9voJSXjOjI029ufx3m6X45sJRtBZ6+mNg43eWjt1xW8qKh81ywolyGIpR\nn6vzib+CZ723s6phr4mkiy0AwVB619/m63PiCOF7B7lkmUN3sx7a7/piyKXj\nIaz1BEOMNgrvoGrdRX8CPjxYAS7yM/410elhxQKnu7d0J6IESVosnCDARXTe\ndW1IA4Ud7kPLTBBlTIxadO0dfxyNPwTmaX6ZCPeuPD88hu/o+SJzpRdTz+/n\nsZ+tQMKUh3cVPt1Vqcn/qJ2gxEJyL6HgkPliNggDNPgA2JUnpY6Cb9YlyGZd\nuA03Aof85tQ2tuyBASX+uQpe/rlPaS2qKd2W0AN1JnYaUCyQHU2uRpy/nFHB\nmGIR\r\n=IdPR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"8.15.1","dependencies":{"jsdom":"^15.1.0","canvas":"^2.5.0","@hint/utils":"^2.1.0","whatwg-fetch":"^3.0.0","mutationobserver-shim":"^0.3.3","@hint/utils-connector-tools":"^4.0.2"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.0.2","sinon":"^7.3.2","eslint":"^5.15.1","lodash":"^4.17.11","rimraf":"^2.6.3","typescript":"^3.4.5","@types/node":"^12.0.2","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.3","@types/sinon":"^7.0.11","@types/lodash":"^4.14.130","@hint/parser-html":"^3.0.1","eslint-plugin-import":"^2.17.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-create-server":"^3.1.2","@typescript-eslint/parser":"^1.7.0","@typescript-eslint/eslint-plugin":"^1.9.0"},"peerDependencies":{"hint":"^5.0.2"},"optionalDependencies":{"canvas":"^2.5.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.0.2_1558626384299_0.22104190159327963","host":"s3://npm-registry-packages"}},"4.0.3":{"name":"@hint/connector-jsdom","version":"4.0.3","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.0.3","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"ec70f2926fed9b05a11900f6cc0b7df64fa7ed8c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.0.3.tgz","fileCount":17,"integrity":"sha512-OuiLD6aC1cuNfNuIE/bqQdWBp6KVpz6NbvP2STsiDJUa1p8SAdyQez8HFkCJB9KJGiGkXPRWRL5dnENWZbsDsg==","signatures":[{"sig":"MEYCIQD37LETxbNauJUDJeEducIuCSGKtJ5Bop0pnGrTJuG3OQIhAPcmgY+uZ/XhJi7+Afc1eonuhe7TFGAN57wHnLVJmESu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76182,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNzXFCRA9TVsSAnZWagAAbi8P/08HosLYHIbdAOiw2DLY\nMxTy2owY1Kplq4S3ko4oLLtHeck9pKND3dL6vQlnelNUDtBNCKbbb15IvdhP\nj4Hj1VOYyoYrsO9H3Q7xrrOvk2H+PgKLFJIO7QFu1yYZ2vTHCKGhZsf7sOek\nKF/3ViOo1QgS5LjHlOAqEQ3YhXLf/PuB2z+ZEeFdVH4+bs4PJh7GBDfCw7vH\ncczTiYf5yKRQSIBfnxBcoW2c41OKfvY1aIZSxvAMme1uq+BcUSWWMpJXwCjh\nZe06LmosVe6qmCf2/0IG7/bA9DDQWDNI1IMKCj0bPtoNN8kYbIgtnggxLMQG\nxnP+iwv+1Ny4J9ihYJPaczXN+nZludi0T2dNDB6RUrc51aJ+IEwLVml0L7nr\nUu+nlIaB6pzLXcJQLeEU/FRHb79b9Cy5Lovx5Xdn/ERPQWcj/6uaJUi2OoJk\nyyxAghsHAF3Saq3QWtBtT5TVrubX894yCZ/7GV3p6xAZDirmpcm9V215oDQo\nn6nciO4mm+kvFEyJHeJnNi//EYYc8ko8Y9AZtgJZFNqY98Ww/NBKUanlueek\nu5HqHJXKUdCwNHIO4ZFbKqmBOYOEsRZ/Lbc+eBVuOoNgPbQ6HgyBHxvWdiJ0\nGB11zCvvPAOHZLfxCzzSW9YvBlDXjPtdIy3bGLHCWpyZXLwCMOEAOe3+/Fgn\nknSP\r\n=mBO3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"8.16.0","dependencies":{"jsdom":"^15.1.1","canvas":"^2.5.0","@hint/utils":"^3.0.0","whatwg-fetch":"^3.0.0","mutationobserver-shim":"^0.3.3","@hint/utils-connector-tools":"^4.0.3"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.0","sinon":"^7.3.2","eslint":"^5.15.1","lodash":"^4.17.13","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.2","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.3","@types/sinon":"^7.0.13","@types/lodash":"^4.14.136","eventemitter2":"^5.0.1","@hint/parser-html":"^3.0.2","eslint-plugin-import":"^2.17.3","eslint-plugin-markdown":"^1.0.0","@hint/utils-create-server":"^3.1.3","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.12.0"},"peerDependencies":{"hint":"^5.1.0"},"optionalDependencies":{"canvas":"^2.5.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.0.3_1563899332466_0.3613932906082842","host":"s3://npm-registry-packages"}},"4.0.4":{"name":"@hint/connector-jsdom","version":"4.0.4","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.0.4","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"76044793f2fcbd019406c8f1dfd56f779906cf53","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.0.4.tgz","fileCount":17,"integrity":"sha512-hFqGyr8w8uOo9VHYu+16yDeUCTmXyl+psWGsvw/rpjRvHos0MWPHdimECKCxyofJtI2vQyQIWue+pdC+BcYkUg==","signatures":[{"sig":"MEUCIQC0ICPaPGKt0Huucj5roYmfI1xM1TD/XpkZSwOFb4cklQIgL7XIy9f2ej0A3l+quXR8ekxn6Iu2dbhjmOaLUg9DHcs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76208,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOMqoCRA9TVsSAnZWagAAeJkP/3azD2RWVKZkTk+KufBi\nmqGUIDEzfY2C9rG8awzowNsFf/F5zdScNu1gG1nK5XierYufWnDU+cSrhoZP\nxqxLiJa7S5rQ3CmpUEXLsCMrZENjNFZO7UhvCuhuCwKhriEOpQQ9eaVRC4UW\nZem7+wnGPHnYDrbvk2jnBIT3fR6s+utIIPR5zUlsRwgO2fbAzglFQk8zfhHM\nQtH78LH3+bts6eGrpUttZA1JheBZZ+miT0eC9uutBy+BNqSWhWiSBGZSBovj\nbZo1V0eIvdN+PeSLXZGxcVYtoX5vx44pligsE3uppjlhZKJ1JxNtRuiCLOhd\nh/fZd6ikUcvf7IsJnBR92WC3H/ciIpOuV8KYp5tq81JFj65UMt139SUDPpuc\nL1Ta13kxhV8+M9aS7O3Xg68UPsB2CYBm6I8V/wBbhRbKKQB6feleXtVuWD6A\nDXepLJQPZYDZKcR3cUayr6KT0rTTti4wWcV5sxuMaLKMMivi3kbqMKxnl+Qr\nx2fzQ/qwptJNR+TyeNPdTb3QnHqPFOyg4GcyAqcA9bN+SLxe57x6hxjeCRrA\nn4cB//y4bx/oQg6KL+FQHpfchkt9dKzxUkpgz5r34SG3SoqowC0xUR3NQEZV\nDreHBfH1TCR7AdJKvy/5A2MMFYi4Sr0rwsepbaIMa0hUN3rIpcrCrScJfQQv\nwZml\r\n=vLfU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"8.16.0","dependencies":{"jsdom":"^15.1.1","canvas":"^2.5.0","@hint/utils":"^3.1.0","whatwg-fetch":"^3.0.0","mutationobserver-shim":"^0.3.3","@hint/utils-connector-tools":"^4.0.3"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.0","sinon":"^7.3.2","eslint":"^5.15.1","lodash":"^4.17.13","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.2","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.3","@types/sinon":"^7.0.13","@types/lodash":"^4.14.136","eventemitter2":"^5.0.1","@hint/parser-html":"^3.0.2","eslint-plugin-import":"^2.17.3","eslint-plugin-markdown":"^1.0.0","@hint/utils-create-server":"^3.1.3","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.12.0"},"peerDependencies":{"hint":"^5.1.0"},"optionalDependencies":{"canvas":"^2.5.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.0.4_1564002983694_0.8533302183176292","host":"s3://npm-registry-packages"}},"4.0.5":{"name":"@hint/connector-jsdom","version":"4.0.5","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.0.5","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"3cdc5de439037bcfbc8a2b073e694e9dec54baf2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.0.5.tgz","fileCount":17,"integrity":"sha512-zcT2bvQ9MeryVhxsuMXIhf2dt44yN8K2lJEBa0tQA7MwpgdeNf4TFwnnL9oUMoY1q/sm0xZLLfcGCqsILUHeBg==","signatures":[{"sig":"MEUCIQDa0B5GS3visY5pdz1errDqgk4seMlyGC0K+DOS4YjXyQIgfb82xs7HRn3Qp5Wh7kwnvTrT46iICHPI4MdSZSMXi6U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":76966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQJomCRA9TVsSAnZWagAAbD0P/2MWfYvzOQzclo3uUCjW\n8A/FHZciCMw+YOAUpMchuv5F7OTNS1R2ffo8eqo43M0R31auLMmOahj+yfhz\nyJd2llekTEbiKTmCygUaTjIXJOTRlw2Pi5jjSNVSBMKhuN9TC5D/eB5+NORy\njpsFv2xgfrCXITJS2bgo9Zf/tmfJIclz9Rj6DpuV04X9zIjtcT7hMtT3P9fr\niE3c/bb6dZz03LLn3c61nx5MXZvU6N5T9BbtdDCASXaECDTdtSp/QdNbpXjc\nnOwYes8d1fOCvdR91iBjRS8ZEisMLDEj0ZlAzazgQDpdSMuQ1zT9Rxta0rfI\n/JgNZHzJuNktz3SS0DtLHqkFelV6StSeLpuvwTP9XIlq5h8mDFNXxTt/ewKM\nrDGKoYBk80VxlXZbrvf/ymZQNu/zQmIPFnfHJiDBxJbjrum1CZrWBtJh3BBp\nl3qS33mKpFd64zE8mhGCWv1wcxcohFvtM/n+Gq/sYldc0z52fjUHa9sh8BEM\n5f/8qfLb+ij7Qu8nOu0lOp+YnJWKa2LHO9KwXpwT6ao15KhxzkZt4P7gbWRd\npLwey8X26ovc6xLmxJTsj0ltb5PJeY6l9hBY3mT7+yof+lVNuut30rLNvZiM\nukd2xfu86l+MCHULEaV1hlo1zaphl6b3lEN0ukOa3dAAmAFHsOS6t0ptIE3B\nWGo9\r\n=hjl4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"8.16.0","dependencies":{"jsdom":"^15.1.1","canvas":"^2.5.0","@hint/utils":"^3.1.1","whatwg-fetch":"^3.0.0","mutationobserver-shim":"^0.3.3","@hint/utils-connector-tools":"^4.0.5"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.1.2","sinon":"^7.3.2","eslint":"^5.15.1","lodash":"^4.17.13","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.8","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.3","@types/sinon":"^7.0.13","@types/lodash":"^4.14.136","eventemitter2":"^5.0.1","@hint/parser-html":"^3.0.3","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-create-server":"^3.1.5","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.1.2"},"optionalDependencies":{"canvas":"^2.5.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.0.5_1564514854013_0.9112768231350641","host":"s3://npm-registry-packages"}},"4.0.6":{"name":"@hint/connector-jsdom","version":"4.0.6","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.0.6","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"d58a5f37178d0a252ffab49b1002ecb3a1ea127e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.0.6.tgz","fileCount":17,"integrity":"sha512-UIEkzrqGMMd5vxPaB1e5VK+37b4mGChvkHXOztnc2sNLkwIBBuarBofitvDP/y4yrpHYl0AlaMwIwacU+f5WPw==","signatures":[{"sig":"MEQCIAEcTiw0ROlpUc04KX62UKmJNsaEZ6YetKCtur5u549QAiAQGd/P3HuleO4oLAyk6GCi/ELX92fE2RMKK4d9BeT8OA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77235,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSeVWCRA9TVsSAnZWagAApU0P/1BiXE1prmI+N3IYkThQ\nQwRvDRv0p8aHwYCConG7fWQrDmJ4Hzml0NqvOPOf2JXn8FYuTiUR9++bmq+7\negAYIhkuFUZyXuTTq94Y0RntfBgFzZixIVFCHeD06i2o87L8JevaUf5TpU2V\n3BInZCOEH4+hLRCIfwKexUYlMSDCqGKlEw8pPZ8QyvU/i3p/B990ITEYK62y\nuhVWVV7ybEPnCwdZ7DNyHrnn3Rouma2q7FSzmerDNiolJv5UQsEX31Twaa3x\nLsTYQjztOflOm3wVFsscXbj47n4/eHpbFmARa7R9I+MoniADdon2tz9Z0tcH\nL7NFHBaZ08zUL2MSNoFD5YLpnw+IF5UHdgsa28I0hve4bB95siBoJzuU+bec\nDo2fqQLC2bcxLJoZLnSKNjLwZvxSh2TJ2mbknFBjWD65+xl7KeGeNb8xUh9Z\n7Oph9ZWJjQcz24+aqretkxNA5ai63nL/6du0RDGQyrd2BwpZ65z8n5Y+Sgm3\nKHotshV9M2gjsqt0MJqlscSGzzCjnNs5vEgr34XDPQInCaZPIDnJIIzW5rkw\nCVygpUQFOyKqtbrXMcswMsR3OqW/O0OR/253K0IkvKs/JeM9CC0aPijzfmLW\nl03yumGwNxgM/xBBmzmxDz4Yc2E5OxPz+YNOTrYUXhTGZYpzKTuWAa2E/WnG\npC3D\r\n=uO9K\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"8.16.0","dependencies":{"jsdom":"^15.1.1","canvas":"^2.5.0","@hint/utils":"^3.1.2","whatwg-fetch":"^3.0.0","mutationobserver-shim":"^0.3.3","@hint/utils-connector-tools":"^4.0.6"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.0","sinon":"^7.3.2","eslint":"^5.15.1","lodash":"^4.17.13","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.3","@types/sinon":"^7.0.13","@types/lodash":"^4.14.136","eventemitter2":"^5.0.1","@hint/parser-html":"^3.0.4","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-create-server":"^3.1.6","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.0"},"optionalDependencies":{"canvas":"^2.5.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.0.6_1565123926386_0.8278879968533213","host":"s3://npm-registry-packages"}},"4.0.7":{"name":"@hint/connector-jsdom","version":"4.0.7","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.0.7","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"2f5f0b704073a1eee99c73baec0188deebceadbe","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.0.7.tgz","fileCount":17,"integrity":"sha512-AgPcVetwdHmc7a3mv9aoKo4u+XpYXcKoSvTHlO6Te7MaHvwek7ETLUcSiczN6ClGOzzFgOYYy2T4WCqm3qnPgw==","signatures":[{"sig":"MEYCIQCixpylT4cfwJsb+VOPSG6Fg5A8wixbn5bNHvTpokn+pgIhALFGbvQs2D6pYMOQwk5c7igc22CT8MqkHICEJsCymHgY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":77263,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVhagCRA9TVsSAnZWagAA2IgP+wWlibrnqXmoAPdpVXZg\nmQrXuQFmQEDkb7xLCp1mV5rGT1jtiS05S63c95hw3nAp59r3VphX++LaUFs0\nyRqpOFz/pVUAri7ecm+AGq3KJfkgyidEg3fe3zGT1SX4Xih5E00m0p2N2hX6\n5aPZ/eCQwtEqAKGaH5XVvlknr/loTLZyL8zLnYtsA8ygN5uE9QgoVKEIbWx3\nSZ909DNNzePx3Xe0KcvBMmUhJx+6t8Rv1DNx4ImiRdPBWC0q3YhReMAs3E4t\nN2K3LodiCXl2MLRdnQn8+sr+fI3rne3mGHAYGqLjJPv8nCc26NkG5AHIGBxN\n6DCuGAu9F3fdVvfQVKSA88Hu5UCBupsPO3S7sxLNIvuEo30Fq1Kpp+lNcXnM\nF8hHfUnteXt4w7zwpQlhEoAgTEw+uJ741AKze/uZdkkvVWHJbNPo+aqZBX8V\nOFNOEp/iFS9nhHV6Ba7l9HLMoPFNBE+ys7on89Yt01PzWP7bIa4X/7WIM18u\nUNeRL2y/CXALc4RtpY6VmRXjaz/Ra0W0phAWb+7RhfKo66DXHFKiPZZOGaBr\nA6LmUEilCmGwei8/nwEEJWzQvebXWjtcp34Q4KWqr8WAmdlnJ9Z1EwKM3u8Z\nPIu4X/6G9G2n/p9mDeJ6ZZRybdJQ9UT13x5xnJu5PJ525wZS37YZdJICJeRQ\nBROt\r\n=NCTq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"8.16.0","dependencies":{"jsdom":"^15.1.1","canvas":"^2.5.0","@hint/utils":"^4.0.0","whatwg-fetch":"^3.0.0","mutationobserver-shim":"^0.3.3","@hint/utils-connector-tools":"^4.0.6"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.1","sinon":"^7.3.2","eslint":"^5.15.1","lodash":"^4.17.13","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.3","@types/sinon":"^7.0.13","@types/lodash":"^4.14.136","eventemitter2":"^5.0.1","@hint/parser-html":"^3.0.4","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-create-server":"^3.1.6","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.1"},"optionalDependencies":{"canvas":"^2.5.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.0.7_1565922975543_0.7355372470534207","host":"s3://npm-registry-packages"}},"4.0.8":{"name":"@hint/connector-jsdom","version":"4.0.8","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.0.8","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"49bf96a58c8a6040efb265c7dba6641d95aad08e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.0.8.tgz","fileCount":17,"integrity":"sha512-zS0x5nwq8rgw6axpGjX/yaAJnnRZGNfS5jNWpT2LKdMYHS4J7alIz1CZoy+MjxcOoeg1SaQS7AXaUuIlztC4vA==","signatures":[{"sig":"MEUCIQC9WKwfdgQg52JKKnWZmdSBEgxVmpUxyGkCFkvPCU2pfAIgWT/8Av9+VXE2lGIWngVQSn/E8AnYgIkyF/4QR5JlgUI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":78296,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZ/RLCRA9TVsSAnZWagAABWAP/0/7QRxrJHesa9uRJOQA\nZgPAJPYKY5i0xgltlIJov7Wj6YxNeCDsvwEjWQVNiGvBHunX2tgWGkptZRRI\nEastB+84992RSYvxRYEBoxBLt2ho+pU8tOWRW9o87vuFH8HviBzSADTcntQh\n6rjyDa+mRw8cgE4BrJYp3eP12machYZzZeJ2FR0AV+5YqfOAd0VkNOuiEJW5\n4xd/UZ+akyId6hLOV+8wDdOEveTbx6Lgs/MA4oLaDNPElwz2ko86vE8tDmsT\nkEqjEjvslM84/m6ohsfg1qDKG3Dk/QZiC/9iCBrbw1wL1J35wzLgrAShE3p7\n+XxgaV0w+zHdFv43kLpP15tE+JifDyZmzUtdjFQ4AteY2P1ZC2sPgco0Btjb\nbFYFZfZ2yGjlWuyJjDogqIVqWDVLDCuN1iu+flePdpyKVOaWqCq789SkmXu+\nOB4X2mb/HRLVc2IxyEasCzw1rEREilxRS/l8hMR4jWW9uYaLN4eGhjVzmW0R\nF1z5ckkoxk0ESoQO+f7HnpcwJDGjqTSUF4h9bBM8EmY9mxdJyZvsM6HWajrG\nC/B8ox7z9C2gKvGhKGCHsqO6hqyF7rooRYa+UAqMLawzfcoIHRn1LEQDJBoU\nkBfCqxM9ct0qRchzfRM8vLDJexmMR1juQSjAocMza5ovJOP9GXvyVMfx2SYe\n9j1i\r\n=Tpyf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","build-release":"npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true","lint:dependencies":"node ../../scripts/lint-dependencies.js"},"_npmUser":{"name":"anonymous","email":"antross@gmail.com"},"repository":{"url":"git+https://github.com/webhintio/hint.git","type":"git"},"_npmVersion":"6.4.1","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"8.16.0","dependencies":{"jsdom":"^15.1.1","canvas":"^2.6.0","@hint/utils":"^4.1.0","whatwg-fetch":"^3.0.0","mutationobserver-shim":"^0.3.3","@hint/utils-connector-tools":"^4.0.8"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.2","sinon":"^7.3.2","eslint":"^5.15.1","lodash":"^4.17.15","rimraf":"^2.6.3","typescript":"^3.5.1","@types/node":"^12.6.9","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.3","@types/sinon":"^7.0.13","@types/lodash":"^4.14.137","eventemitter2":"^5.0.1","@hint/parser-html":"^3.0.6","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-create-server":"^3.1.8","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.2"},"optionalDependencies":{"canvas":"^2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.0.8_1567093834785_0.09831606018802219","host":"s3://npm-registry-packages"}},"4.0.9":{"name":"@hint/connector-jsdom","version":"4.0.9","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.0.9","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"4bf9e7f5d02d55f33bf1037308dd63e680abd8e1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.0.9.tgz","fileCount":17,"integrity":"sha512-zvl/D3cmfG0qWIOfxaRtj+tgelE/4xtg609oirN0p2lJU1qGbbFl9Fyjcki+piTITTD434TKMflXqjWCYmchaw==","signatures":[{"sig":"MEQCIGSpgDut4V7RoGc8tIAY71iUte4tlZbeJpyV6qjzn2n7AiALaMEc9C/pse/B38cRoQsuZzXF4ZjT9aAM/n1yXGzmLw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80115,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdeXULCRA9TVsSAnZWagAAGe4P/0HM6SCtC73SUzYHsYKS\nKLo3HWF+g/RorIaxXII1abT6Ciq163uAJIjSeUe811ZQz1gaWF8GOlDNtjL5\nMcVLIT+NQ7GLgljd0UbWVn2bXksy5MLPCtMPG7GqAhFNAc2ZvE3am1+fkPvS\nSa/YPgVlx54ZMLMkn+RQGeeh2ECpoyD/5qkL/CXUe7RcTAEKaWKzH36OZyV6\n2YcpSlJX0zAb9qSfh/q8rDaa0nwEHWOJv2SmLnzoCHADmgrW8bJdDttXDL9r\nvl54U1LLPObZgVlzftq6/oSzaFPTWzM2J1TxAsv41uoA8JD1u5AAHRjsUgbC\nS0LOnjzisQl+HTntqT/R1jfPdMm64rfSCRpKUQxC/Ge1rFTjwGFkOgYI0XEi\npoDrXi+MeZrsOtkOybz4psKwAd5epcU0lzmnlZoLJ/caUdCfrTpwEwlTJXg3\nW0Aa0bfsqJLDneo84Dxua9o/W75gj31uLpvNxKUUVqBE2psAxS/F8ynYTFIm\nbbMQae3H5onwwEZlcDWNFC3++1kqyNLaGMgEQnhsd2+bgdKFhdJEQzpr9mJT\nYTky4w+9X+MB/HlSJkyl7q1w+tgTbrf3qqEbkeSg8t3RBqFNFliiTqK4C0v3\nrFlo6I61nuudzbJODpAFZokc8NyDCs94vV3hSDWzQRI4DayvNadIezoeLMMm\nS6ji\r\n=g+yV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","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/connector-jsdom"},"_npmVersion":"6.9.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"10.16.0","dependencies":{"jsdom":"^15.1.1","canvas":"^2.6.0","@hint/utils":"^4.1.1","whatwg-fetch":"^3.0.0","mutationobserver-shim":"^0.3.3","@hint/utils-connector-tools":"^4.0.9"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.3","sinon":"^7.4.2","eslint":"^5.15.1","lodash":"^4.17.15","rimraf":"^3.0.0","typescript":"^3.6.2","@types/node":"^12.7.4","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.3","@types/sinon":"^7.0.13","@types/lodash":"^4.14.138","eventemitter2":"^5.0.1","@hint/parser-html":"^3.0.7","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-create-server":"^3.1.9","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.3"},"optionalDependencies":{"canvas":"^2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.0.9_1568240907306_0.4099235917387789","host":"s3://npm-registry-packages"}},"4.0.10":{"name":"@hint/connector-jsdom","version":"4.0.10","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.0.10","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"3f6683edfa26b6058ca8d398a45e7327e1f69831","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.0.10.tgz","fileCount":17,"integrity":"sha512-qu3IpK5Iitl4end9OAVoBr4nRI5ho0JbRGLgll2BmgppRP/nlEo+ir7oukOmVDMd054B9SJFzp8M/+ItyEFYww==","signatures":[{"sig":"MEUCIQCSyDHT9Jnl6z+jnfNYXq17J+1yGs3zM+88EVM5ll+biQIgLTFor4qSe2lYoy0UpmtX/AMHKaCzbfiWv1zaUrSMiv8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80388,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdg8kJCRA9TVsSAnZWagAARHcQAIDwyUFfVz2z2GUN7LPc\nDs/T0PJ1AfAS9Vq6Wdps5Cd+CTKIBVktlX649RJ1ZDC/gULKsLQ+QyvD0B8p\n1tqE3Rwm26x8PZhAoiKwLRQbTZr+t7em+7D4O/AOCMElrNJ8nRQ8SRFOk048\nZlH0tTxz76EO2Ac84EFY0eckeurjQSOVN1vTn+o1rM/mLmY8S2YuloB8m3CT\nsKYH4ZFzkES8V6ynhgkNUVa/QWMnRGlpyuY0qdVoWGvggZuPh2ZzRBRPI3kl\nMNnnZocff7Qw8A6fk1szeaEWOM4ohfIokKnwXTlJiIcN2p5kbI7AMtzo2M8S\nPbdxzZKQW3DKw+dgcZNpuAGk43WFMsjUjqQgOtdUlzRZMQ6ulWg28PDrFOJ0\nQnygUOwILvL+uSF+GJmgsS4wguRLD25jiseYgOHpyJoAi5q3pHSqTUFrvQtz\nDhcuLczrHsUswfpASH59Kse7p2CfclOg5E+bMJzcwppxxDJ7+MCTWHYiBqld\nD3Q9hH5HIUzHMXdlDNYdFLmDgHq2x5AvdLM9tgeB47PdVXIoJqlWnKnWkerR\nMi4SJ2BjW+IXCR5EGugNR74qSt+UtYAHzHswLBN0oS+wk9YGVqYyphwFcWm+\nojuceSEsgzoXEYtTIAnBooHXf88aiCl7BjqmmlcSdZLmb8zXx0XN5eJlN/sF\nZQtJ\r\n=hLjv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","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/connector-jsdom"},"_npmVersion":"6.9.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"10.16.0","dependencies":{"jsdom":"^15.1.1","canvas":"^2.6.0","@hint/utils":"^5.0.0","whatwg-fetch":"^3.0.0","mutationobserver-shim":"^0.3.3","@hint/utils-connector-tools":"^4.0.10"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","hint":"^5.2.4","sinon":"^7.4.2","eslint":"^5.15.1","lodash":"^4.17.15","rimraf":"^3.0.0","typescript":"^3.6.3","@types/node":"^12.7.4","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.3","@types/sinon":"^7.0.13","@types/lodash":"^4.14.138","eventemitter2":"^5.0.1","@hint/parser-html":"^3.0.8","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-create-server":"^3.2.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.2.4"},"optionalDependencies":{"canvas":"^2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.0.10_1568917769136_0.6656435984937901","host":"s3://npm-registry-packages"}},"4.0.11":{"name":"@hint/connector-jsdom","version":"4.0.11","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.0.11","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"8a584ff9243ed184a7b14aca04c5dd6bb692de00","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.0.11.tgz","fileCount":17,"integrity":"sha512-DGRDI7CQk0hUJin572dw0js7zI6ZzsoOlsTiF+Si/Gi3ngnjXvP5MO0RghlZcR7b2wNx4TLcSwt8SwcTfwsWGg==","signatures":[{"sig":"MEUCIQCsuDirU+rEo7lnvbHX/UpTli/o2WPBQfowiAvOxPnjIAIgSRri1yBaa5mJv/PoYkgbZttIIxM5TRVuDcRA7xdxieg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80799,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdim5ICRA9TVsSAnZWagAAbTsQAIzsNkLsUqkt10X2pf8s\n9+dC6bCfEMFVNPl2q9b9+AYxcaok+pApdkIflZCP+WGkjEMfo/AKWJH0v3ET\n5wX6moJrYiKGJhBUsko9zDxMMoJdPaYEJKa5Dai5f58XKwlVblLoyVjlYu/p\n7VZjRUzQSAzfrr5mkTuNoVFh7wwzztl5r6jyUda0tLk8gSdx5okjnUAYLXSg\n/qqgwJn0r3jngKzql6aeQ+By7ZSI/QAhz5l9Tz9989accCbym7T/va4u3XOQ\nKUfneSOy/KE2+f3egbQFI/EAtD7S01L8zqKeIGEBr+32VXRUbCLsQTiXyRZA\nIWxWAT8AkIJ/VSFfPOO7IXFzZWZROOMOxvv9k7M9shybM1ZwAh/WgkZ4ETbg\nB6PAnMzfLd9YDZerUzFwKEVsNaXXJOdu3cedGfhZN/OE4i2xSe7bwubPiJ3L\nXqOvaes9gt4DUxsNuk0SPLNyvxX8BT7dmVw3J9kgo8qC78mrNGyabrvPMUJP\nub5QoiM4EsVwJPXb7GSjnSKG0A4pJQPdil1wliK1Ds0jf6Q0nQmepmleSvyR\nBjV4rlsUYjlWDAqs1NiPRrBOoDnbdrmHGXz7u7VOBnMTaAk1bfhaNr/HjVVF\nrMjQayEhhvmmTJFQl1zHzKP70w9qD4/4HcAyDbe3mF3Q0ZlfoE7zbBE/rKLN\n9ThP\r\n=NrnM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","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/connector-jsdom"},"_npmVersion":"6.9.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"10.16.0","dependencies":{"jsdom":"^15.1.1","canvas":"^2.6.0","@hint/utils":"^5.0.1","whatwg-fetch":"^3.0.0","mutationobserver-shim":"^0.3.3","@hint/utils-connector-tools":"^4.0.11"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.4.2","eslint":"^5.15.1","lodash":"^4.17.15","rimraf":"^3.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.3","@types/sinon":"^7.0.13","@types/lodash":"^4.14.138","eventemitter2":"^5.0.1","@hint/parser-html":"^3.0.9","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-create-server":"^3.2.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"optionalDependencies":{"canvas":"^2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.0.11_1569353287667_0.8268929570957779","host":"s3://npm-registry-packages"}},"4.0.12":{"name":"@hint/connector-jsdom","version":"4.0.12","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.0.12","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"22bc898d0367426851bf03ec2af867936ca1f633","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.0.12.tgz","fileCount":17,"integrity":"sha512-t2WxnCr3NW/WNaEusJ0tqcGmKYmj0AI8rnsneI4oM6w9EgYflz14oHz0XN35s0VVa4PP6TIF0hJEgHcq1J5X/w==","signatures":[{"sig":"MEUCIQDb1TT7HCn0njB1EPIkx4a8bWn78OSJ/u3B0wNQg31OJAIgUUIe1dm+vpfnLWxmXmsD09Oi2CmnhGLPS2So0FOwpL4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80831,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjSrFCRA9TVsSAnZWagAAvOkP+wTjjblr40nqqLqyUWtj\nPpgTuQApbq+FvXbjJi205wGecpAYSuGN4V57P+whMcIQDf4Q4ktETdEUJPW+\nNi33lzhKN1sf+6IvxDelJOYTNb3m3myIqYiloWD66jLwnPxlTyjqH1OGzaK4\n1+5By+CeSj+3T0IWxQeyuFLz3zTF7fsZKmHSCA5ZDIp+FFYEE1yCgtm03dFD\nyEpaNg33ILJXluT2C9pkPdNs8BeciHyFL9zs5/RS+cwQMMxTkrvCWpRCRZxr\nBVDbVrfcSy4EOHBsYGSTYPPkmgMklaKa3YsnNo2LP+8I39T5VFab5FYXOmJa\nmjZDRJgUH7vi7cTWEcvTP1YyV/BGnXeaLSSRfUpfFFc/qbodN5Bj5nZPGOQn\nmYpc7dgNNJKOEa/0k6aCobzQalizFnSqQIoPJVRFFwqhZR8xiVAUYcLXaQp8\n91AxGKJmKTtyvLIgGyS1ppU9gvH5nAXyR8XK45sAU1e8/9KeF9DkM+C0a7gC\n0cMhSzLghdJGGXaZ62yKzhV+6+mtmx9WSqXwxkMIcCpQRjD480NPRO3zgou+\nSyRaf4y0Qb3a9gOJV/75dcTrTgt/+Eih5tdsFrLQ26bfpiWnmIBjypfG1Vfv\nRZu7Ex0Ko3jk4ZkR+ZxmQJuUyibGWfVfaUvZnz2qvf8tmBNMjEvbbxfAY5eK\n8rPu\r\n=z87m\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","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/connector-jsdom"},"_npmVersion":"6.9.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"10.16.0","dependencies":{"jsdom":"^15.1.1","canvas":"^2.6.0","@hint/utils":"^5.0.2","whatwg-fetch":"^3.0.0","mutationobserver-shim":"^0.3.3","@hint/utils-connector-tools":"^4.0.12"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.4.2","eslint":"^5.15.1","lodash":"^4.17.15","rimraf":"^3.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.3","@types/sinon":"^7.0.13","@types/lodash":"^4.14.138","eventemitter2":"^5.0.1","@hint/parser-html":"^3.0.9","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-create-server":"^3.2.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"optionalDependencies":{"canvas":"^2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.0.12_1569532613125_0.3884684477296634","host":"s3://npm-registry-packages"}},"4.0.13":{"name":"@hint/connector-jsdom","version":"4.0.13","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.0.13","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"0a53e9f53cf6478cd41fdba5d2931c934d18ede1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.0.13.tgz","fileCount":17,"integrity":"sha512-X1UVolZMXfTkwkrsob27G7e9k9i7EN3PM0RRn4o1C6CRiGfwNjlBTZNT3Ex13IWgTX8kBlK0Kp1MI9y40UxM2Q==","signatures":[{"sig":"MEUCIAz4TTfY9tcePZgFIbJjnhp8wnOhDgsqN+f/ZkSopEMdAiEAvN4In+XdIMYR1aMHNTxg/7rO7chxnjS8Gc/ofwqyo+8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81558,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdp3KNCRA9TVsSAnZWagAAKosP/jQnirHaucfyHB28CB26\ns0es/1tfHKZ+nwATE6YmxEyLyN4Fm5bMR0Sz6fSNOMQduHmFfnIg15Op3LfF\nP4fvZbDlgH2ZqoxMuX/F15sGap/r6INVAXZOUjSvzeWgtkWWMMAfxzB1FMeb\n5lKRd0xH4Y1geo7yrrACQFQRuPiNExKikXqvvvJkMMZuCkMao6PhMlU1On2F\nVp97FltJLx4FoSzSanhw1F+lgFoRpOhCiLE5+V5Ybf85gQpKnQQHzVDJ2N8p\nH37+B5ykfziHV0da7XgxELQ5h5+NxTUoJBur3U42c3crnjoFyHPHD9me7s1v\n/DoIlf18foqUfSFO6oKxPfm8N7WkT9cUmqMLaitgVnM2HMQlRRlVFHbTgTbz\nIvZa133JNH4BgW6DudFAZEcRavwK4F6oFzDw+WPmeEfAfBDKOPYH5wuT/UD7\nrZCag2M9Ou8NLe0Nksa1Ig9WZ8GzgM8+b/4CoSYOqzShEbbHruIq5juLgz+N\nqBhgNo+Ml7NOGK8SFtVYzc6R54Z2kLYHpnXgI8L53EE/N2Oyuv7QZa2kUCWo\nGYCi8XuIMnYJ/5eVbYcQYviwF1XC9jjQrMwNaCw4nVIkiF5JrBVxu0Ocdc2T\nojdohxp2kuxNF9kGHqs5lmpJOPrYXJrqQbsE2sILkqFSvuU0Dm+Gs9uslr0w\nS2/b\r\n=MWzm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","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/connector-jsdom"},"_npmVersion":"6.9.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"10.16.0","dependencies":{"jsdom":"^15.1.1","canvas":"^2.6.0","@hint/utils":"^6.0.0","@types/tough-cookie":"^2.3.5","mutationobserver-shim":"^0.3.3","@hint/utils-connector-tools":"^4.0.13"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.4.1","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.4.2","eslint":"^6.5.1","lodash":"^4.17.15","rimraf":"^3.0.0","typescript":"^3.6.3","@types/node":"^12.7.5","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.3","@types/sinon":"^7.0.13","@types/lodash":"^4.14.141","@hint/parser-html":"^3.0.10","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-create-server":"^3.2.3","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"optionalDependencies":{"canvas":"^2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.0.13_1571254925134_0.1363929405615283","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"@hint/connector-jsdom","version":"4.1.0","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.0","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"b3f52b8ec831cbf0c23f4d395e3f3bf0241cf2ef","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.0.tgz","fileCount":20,"integrity":"sha512-47dnm6PWilRWlDP8nEKbDtG/xz8eH+NbI7xqo4MkilQfoahpX75AvCP2/V3qetfgz0FM+suTDYZ/V+QK6YolZQ==","signatures":[{"sig":"MEUCIQD8OFNaB2Pr/pciZdwoX0St3x12OK9EETocoRm9ERUDNgIgGjmoXJw+9jUbqO3oC42NthXqlEqajiXbyP4QPKmDPjQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":86771,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduLzFCRA9TVsSAnZWagAAs9YQAIVC5Nh172FSaHalrPE6\nJdccyrg9BQcK/eF8kCThk8krXMdmYgFUoWdT/HAnMncXmvpVrYxgWK8/M80B\nUorifhVCxcGdn0whSf8TgTfSWCACO9BQ9QOqR2Zb0c5xmgv8HYkVLoERceVw\nv2jt6yQAQ0rIL1kioW2EEQfrdPiO9/K0A7qB8yz9Y4CrjAKhdX5NC3EidESc\nM3P249JKHtMY/O80eSxeehO8acvIzRHBSBOKWeSYxjNnYk86hwD99iTCECOV\nvxl3YYDAq689OMTpdfX48+6FVUVra9eNDI6fbh71yAcnOZdHDNEAbbwJVprn\nfHnZ5uNI46mOqdAkckcfLyzHddwWWGWUJjIvhEF6jCYqtfJ9Hij1aooA1car\nTth8PRj8O4esM/sZJDolEAO61BDwNQ4iXADvSpRPzQ4RFbyBjfXXYT9qwoE6\nn6QU7kSs35GZLbNeruisu609Ts6vCJocIUnQ+68oD+FnzAEkPYE/LwKfST0f\nFyp8+XnMLiFJcs5X9bZlxPhBAXkxJhi+unnq6hV+rb0hFBegdc7W3An947aR\ncDUvtGVMzDy2NeezTJSvshmgGzXVZ3lqDu4EOQ6png6y9GiKhtPhsvh5DKw5\nIgUsarGT8xKt8WJSLX4M1kDUkS24E9YxcVKg0iWWwrjH5yMNb0gM+lUyZKCp\n3CwK\r\n=rTzy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"npm-run-all lint:*","test":"npm run lint && npm run build && npm run test-only","build":"npm-run-all build:*","clean":"rimraf dist","watch":"npm run build && npm-run-all --parallel -c watch:*","lint:js":"eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives","lint:md":"node ../../scripts/lint-markdown.js","build:ts":"tsc -b","watch:ts":"npm run build:ts -- --watch","test-only":"nyc ava","build:assets":"cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist","test-release":"npm run lint && npm run build-release && ava","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/connector-jsdom"},"_npmVersion":"6.9.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"10.16.0","dependencies":{"jsdom":"^15.2.0","canvas":"^2.6.0","@hint/utils":"^6.1.0","@types/tough-cookie":"^2.3.5","mutationobserver-shim":"^0.3.3","@hint/utils-connector-tools":"^4.0.14"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.5.0","eslint":"^6.5.1","lodash":"^4.17.15","rimraf":"^3.0.0","typescript":"^3.6.4","@types/node":"^12.7.5","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.3","@types/sinon":"^7.5.0","@types/lodash":"^4.14.141","@hint/parser-html":"^3.0.11","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.0","@hint/utils-create-server":"^3.3.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^5.0.0"},"optionalDependencies":{"canvas":"^2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.0_1572388037222_0.35150235908817296","host":"s3://npm-registry-packages"}},"4.1.1":{"name":"@hint/connector-jsdom","version":"4.1.1","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.1","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"f1321d0fa8a27cea1b5ce95d0515ea252efcd1a7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.1.tgz","fileCount":20,"integrity":"sha512-g4MPgOjLU6ZpoPqxXaOGyfwMemAhJ7oNjeYEksrgIJGv3i41YCDZmNZHVWbhuGl5zD/abdeP9pldeUeQgUODDw==","signatures":[{"sig":"MEUCIET3yM43rap3E2LNpznsQspHr2Rn7hsPK0L0rrwFzFAAAiEA2vnsk/tk3gRtvEcSpOkcBwAJydPTV6VcvCD7wskiX04=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":89160,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5bN9CRA9TVsSAnZWagAAxD0P/R+TYPaUXvDiCzO79XJk\nFzqNK5jfzGDUhFwPu4PjfY8jtqWmaGJiBH0O5AzVN6Zj73wikeDoN2INox5+\nMhVbeBpMDwNteq9yxXAOXBrVc2tJgunD4tIVaZmL6DmxeB9EfKjmF4wzudZa\nFksisivpd4Id11nJKRafZ+jvJBCH/Y4c/AISegjK0tc6YC/LHU3l0fTT1PI0\ngQj5nJc7rDuG9pdx6uoLT4Aoj9rB8oKQM2kB9K14aW7Q5iDl4kcxaTLKmJlz\na9LHQEY24YJZymp0COO16lOni+77gPvE4k4XzRHpg43D+G/87U0zd3XQqiP0\nv1uepISV37h2jcrIUebVdU08jtk8eDNAwhKd4B3E1GnlIMNALhLvI6s4AHcF\ngIIRssGWZC4g4j4fRnyb1zwoXBREb7hVH5emTytTuEpTuC8HwSkgD+p78a67\njQBI6qTM0h1HMC692HXTUkyFSYLi2CpFL8yL42rNs8Y86Cfu+Xv71ACaUaBL\ngECJpaBmNIpc7WlqLJxTOjBgqJnzJxDGWm1uLJmw6QfYU17OoUN8bqQWSgIG\nTggS720jlUw+LInFWDYurBUDjv4hz+Du+miQk3gNlVaZ6BXLnPU0Nslu+A+m\nAt2Y9NnlVI+Xz9mXndkGyIfmO09TjLky42ryMkaSfFBNpDX2yHF/nLInbhH7\nM/2b\r\n=HLKc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"6.9.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"10.16.0","dependencies":{"jsdom":"^15.2.1","canvas":"^2.6.0","@hint/utils":"^7.0.0","@hint/utils-fs":"^1.0.0","@hint/utils-dom":"^1.0.0","@hint/utils-debug":"^1.0.0","@hint/utils-types":"^1.0.0","@hint/utils-network":"^1.0.0","@types/tough-cookie":"^2.3.5","mutationobserver-shim":"^0.3.3","@hint/utils-connector-tools":"^4.0.15"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.5.0","eslint":"^6.6.0","lodash":"^4.17.15","rimraf":"^3.0.0","typescript":"^3.6.4","@types/node":"^12.12.12","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.3","@types/sinon":"^7.5.0","@types/lodash":"^4.14.141","@hint/parser-html":"^3.0.12","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1","@hint/utils-create-server":"^3.4.0","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"optionalDependencies":{"canvas":"^2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.1_1575334780688_0.1634214501417337","host":"s3://npm-registry-packages"}},"4.1.2":{"name":"@hint/connector-jsdom","version":"4.1.2","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.2","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"c83ae96c2bf2b08f849fc05a252dfaa10abf90be","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.2.tgz","fileCount":20,"integrity":"sha512-HtFgiLmJLFxZIw+6rBKqE/sNI4tZhpjyKJYFzNuEGdYNimN1N6sKrhw/A/lggNjVn828YWgoeP/i3V+f8/laYQ==","signatures":[{"sig":"MEYCIQCG0FD2kCEZM3Z3pXn4H8kf9Uuiqkoe5wIorUZq3gK8vgIhALVh4dEM50mvq7/XFrj2qjdbviKvlKXUaXQL/qgfw2/V","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":89160,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6E0oCRA9TVsSAnZWagAA+tMP+QBWkyaqR/5XlLG5tb4y\nqMGDNnNCHBn/4mGPOoPcncVVlO7Q2YqyUo1qLRzDoLt7X3hWYNWnwcnND3kC\nj2crqxCvHfO1/8DEe9WuJiIDVu6vYnh8R5P67pS+P9lnSFG+Xg3cKMzVDo/a\n4RzuyEfSdSzi5ewuj/RS9DrmclInwqY2xNJRdxb9Vsokz8v4K4sKmBxo5dRk\nSz/+YdOjf6SydwAPMJcvAv66iB6idkVpVLJHhjGEtoN+kipM/V057pxiVrCW\n9QHfMXvVQGk/Rb/X/O0HwbmoD/YuD2zFZSmMKZiXwLyYZng3hLiaqm0ehH7c\nC+RiyUSDnbsTVq8p4yPUA500KTwh0+z83Wv7Me/J5VwoI2Lw7TEj6mMyTH/S\nndsrRP5v3CEtYB5SIjOSCajQSC8Dh3rAIAVwdhaaRGmfszggIat3+nhpchcq\nUBr278KyP3MS3qLSc6otC9hBnC26yHY3n1i/93D6t2HQiY4Mzqs9C56j4+RF\n/cs2r0OndBQxwKsKQ5pHIThQW39h9Wyual+sGp6tM4dS3uCqFQdm5x8cc+ha\nAFDapTkM19uHfN+qtJKzRPBeUOHAIGz/qMQha+rBnfRi0SIae8HnQr36cmxs\nPiN3JoJIuVZjpp/x+8nhqC+Glp7lo6D9+A7Y9xMHXDSehQLImvksr4II68x4\nr5RR\r\n=jPgg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"6.9.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"10.16.0","dependencies":{"jsdom":"^15.2.1","canvas":"^2.6.0","@hint/utils":"^7.0.1","@hint/utils-fs":"^1.0.0","@hint/utils-dom":"^1.0.0","@hint/utils-debug":"^1.0.0","@hint/utils-types":"^1.0.0","@hint/utils-network":"^1.0.1","@types/tough-cookie":"^2.3.5","mutationobserver-shim":"^0.3.3","@hint/utils-connector-tools":"^4.0.16"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.4.0","cpx":"^1.5.0","nyc":"^14.1.0","sinon":"^7.5.0","eslint":"^6.6.0","lodash":"^4.17.15","rimraf":"^3.0.0","typescript":"^3.6.4","@types/node":"^12.12.12","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.3","@types/sinon":"^7.5.0","@types/lodash":"^4.14.141","@hint/parser-html":"^3.0.12","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.1","@hint/utils-create-server":"^3.4.1","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"optionalDependencies":{"canvas":"^2.6.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.2_1575505192049_0.7360363754006813","host":"s3://npm-registry-packages"}},"4.1.3":{"name":"@hint/connector-jsdom","version":"4.1.3","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.3","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"fcd194399519924a07287a78473fc9cb71171a77","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.3.tgz","fileCount":20,"integrity":"sha512-lgnSzMCeMveqNx2lwPScwC5j3+AdtwLEu9kN8htGAZGFcepKQJ2y7DJ0hDJm+ZUBZ5770M0xeBZY0XRvJ36nlg==","signatures":[{"sig":"MEYCIQCu6UseHkbZTw8iPnA5Af8jy161NEqmCu7BaFkCLKr9TgIhAIcxsLlTf+la6ejNYw+NoBjEVQwxdOECgSpDjoZjXSGn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94094,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecpgwCRA9TVsSAnZWagAAcGsP/3+cwKAVJYzZnRPoryL0\n9e7UDBlMeps5gE1JaYuMLKqRs2nzIxTEPBOE83gq63Vpc3wkBWv6O8XpuvyU\nlLWEVmEI96QyRl952K7FOBgSpRe2A/qgi6CywlcazCUgCcQguCvZlSy2VHrr\n4FGVSCmgNCqRhGNG3mwNoLC+vTRK928+qreF1bDVc3ajuigDZCexkAbcefMI\n+fmdS7LclGIK7ohw6y1n11tOS4tit6dOThBMQFe5+FuHXIrDitnFx95o7ZTe\npUiX59V8IJvVHy8pI5wBWQApk6UjqNS3OZ/hFe3Tlc/TMHR/HfdHBqKgSPYs\nr+Kw+xZb3j6SarztryW515W+zmlYPx/04t+a+rSJkBGmFoGXejiSNSAGJ3l+\nqRdTVFYVXYi6VAJT0+o2k5wDpZ0DCJUSHy1AvnPsB5fOM/MERTKMApmLRA7w\nYcWQUE9VvlQDWMELCfNjrUfcrpiiSoZ+Z9Zm/8O5UhI+k8LKuS3k54vDbBOn\nIE3k1DZmEPzBQ71h94kH6yj/KlnnGtcbJhq26+KCyHIiJkEoz5s8sOOD+DcF\ndx7ababVz3nXwBWdEWrpV6o1Raamq7wnzIss6MK6PzzZp2FLy5Ndu0cOq9G9\nZ/FWBxU+kWivKhSO2+0LZi3rR7DbLzXz4YxMm5ifdaTxUePKDF31NHNJPkx7\n2Dtc\r\n=V41F\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"6.13.4","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"12.16.1","dependencies":{"jsdom":"^16.2.0","canvas":"^2.6.1","@hint/utils":"^7.0.2","@hint/utils-fs":"^1.0.1","@hint/utils-dom":"^2.0.0","@hint/utils-debug":"^1.0.1","@hint/utils-types":"^1.0.1","@hint/utils-network":"^1.0.2","@types/tough-cookie":"^2.3.6","mutationobserver-shim":"^0.3.3","@hint/utils-connector-tools":"^4.0.17"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.4.0","cpx":"^1.5.0","nyc":"^15.0.0","sinon":"^9.0.1","eslint":"^6.8.0","lodash":"^4.17.15","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^12.12.14","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.3","@types/sinon":"^7.5.1","@types/lodash":"^4.14.149","@hint/parser-html":"^3.0.13","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.2","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"optionalDependencies":{"canvas":"^2.6.1"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.3_1584568367694_0.3401000097789524","host":"s3://npm-registry-packages"}},"4.1.4":{"name":"@hint/connector-jsdom","version":"4.1.4","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.4","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"033c5a0b01f0850a495b5185d6d2712691853bc0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.4.tgz","fileCount":20,"integrity":"sha512-UTKzoC9CiXTnUUHy4LFVNqgLPfhGIUAFaNrt4SMOWVPwIDjpTaxyzo7QeZz69waTXNULwE69uOjTD8L9vidlNw==","signatures":[{"sig":"MEUCIE9ureCloweTum96E5Aw9Pd62LrLEFxg4HlJMpY6RpvwAiEA5QBWdKhX2neDfRp4f7ORPp0HJm1ofREGRYj6YGCpzQs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94583,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJel12SCRA9TVsSAnZWagAAQ+wP/RtMzXbSSr0M7uVnpsNO\nXK5jEh88W6sFvbcHE2oavW+/ZaTfxNvJq1usVFdTz1mV8B0Z4xUksJ04XKgJ\nyd0uGUG6YJdUJVnp98CmwGDtY0jAaxZeUpSEI61x2QZMQBweC+GjcOTZQ7rP\nGnku02oEYy/8s5/66ugixN4sC2lDCNSKVvxsvUhd19xYPplX60zjfM8AoE12\nrUAt2nziQIJM47HLSrHp5ZOmYGJIn6Y01W49utNcVIaymFQaJ9QKMk8zAsWj\nFAl8DAY299wjOXnjysPzl2K9oDKbzMcNEvUZOZna8Lqc/rynIeqI32qyv67x\nPIeCASju01X6kx5ImZoVh0o9Nqbf7gdUPvAeGU3nGaQ+wYhleNslJOWxC3No\nzuSReJCJTs+UiO2k2Bp97o/SUekcGJs9iHxoCduu0hxG7I0Zd2HDLvFMTMLi\nWtQYATDxiBmGVLRPV5NTCMNwTH0tInNJkIjWhVVGUo+qzqkm19fEgIR2tWD0\nyk2IdrXGRI5WArXfyw0FldfvllpmQDQ98YVQ+PptrBn5rjX/kMvJCTte2hbK\nGQnkAVm2oVyA7SbP/pzuLSsFw7HKQf05W1v9B1jR3Dg3D8TGBF78oq0lYqZw\n7vmujCXq72qQZCAN11dBI0KQZS3dRgqFozyjGcY9UclYKuIJ6988pizVY4Xo\nddDE\r\n=5fmE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"6.14.4","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"12.16.2","dependencies":{"jsdom":"^16.2.0","canvas":"^2.6.1","@hint/utils":"^7.0.3","@hint/utils-fs":"^1.0.2","@hint/utils-dom":"^2.1.0","@hint/utils-debug":"^1.0.1","@hint/utils-types":"^1.0.1","@hint/utils-network":"^1.0.3","@types/tough-cookie":"^2.3.6","mutationobserver-shim":"^0.3.3","@hint/utils-connector-tools":"^4.0.18"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.5.2","cpx":"^1.5.0","nyc":"^15.0.0","sinon":"^9.0.1","eslint":"^6.8.0","lodash":"^4.17.15","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^13.9.2","npm-run-all":"^4.1.5","@types/jsdom":"^12.2.3","@types/sinon":"^7.5.1","@types/lodash":"^4.14.149","@hint/parser-html":"^3.0.14","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.3","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"optionalDependencies":{"canvas":"^2.6.1"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.4_1586978194298_0.6736506975963139","host":"s3://npm-registry-packages"}},"4.1.5":{"name":"@hint/connector-jsdom","version":"4.1.5","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.5","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"1a6e63f68945cd1f2944f6ffb29f86c0370c68bd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.5.tgz","fileCount":20,"integrity":"sha512-oaCceEdYh5awlrFM6+AESiIJUGlcMvu+2DeA1d6dJWltHHDHf1nx4dXNS+U0OMxsotYImiu7LZafw+w7Vj5PdQ==","signatures":[{"sig":"MEUCIQCNLYp6KOFuxK3bUTzLY4/OJ3aKMV59yGmCmTCgZ6diswIgDmBm/pMu+Lo7XEgGS81s6Gyx5w6/HQpG5IKB6wERRj8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":97685,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewwiFCRA9TVsSAnZWagAA7y0P/3h78/i0eyHhvkwfFSOO\nLR1nBwl8ibgJE2mN6UWbQ98H73A8o30+UE+ano+f6Qm/yKMClplqx7HaxSto\n6ecy8ZdnOfd9jk5+y1SobJrnoCX9BlALRdDkklR+1HZf1LyJ8Y7/nuDWQ5Cm\nWlx/xEwwNr8cQ5M/YUhIqa373dUtDNAny8/EjZn8rwVxDA91FvyuTBWAjJ5v\n0/xLJ2hLHFUtdcdZ2QbZtvnG/Bbn+FrniiUvB95ZMC7o+OAZZDgoWV4Ei8iN\ncwwluUdKD4TERFCwVxBBr5r5/wt93oMcU6MuPUPauabEEMcSmUNAHf4eDYLJ\n6KNmlvVNWvu54FS8bDgzsudMFDHsCnjAPDQPXaSK369q4udTlWj3Pqfiztc+\nZFz59Lme0ex9ritSdIBMqPNSbg0dAC9L0TKSQz//KiHrq0EBC0XsyZ0exVUw\nV0xs2ZnnZZJ7RSd0kHTPIF6ZG6yBplCAEyCjMurE6VNUWdmZ6WgIW7WbmAO0\nLmfi0Pnkk4PDEFB9XN5Bi6+iBgvA6jlnr0mSEF67LBcXJZJb1UpXK7vpLyUd\nnDwnbgIzNrHKGX1V/I2YpUMISFBSIrOU2P0Bygkoq7H9oT+DjIoswR6idvtX\ntbjXoNFbHue4KH2h4D6ECP6xzPXBMfQS25T8LZSlOcmzr1+qnbkn4uGCu4QN\nOeQL\r\n=/VfJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"6.14.4","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"10.19.0","dependencies":{"jsdom":"^16.2.2","canvas":"^2.6.1","@hint/utils":"^7.0.4","@hint/utils-fs":"^1.0.3","@hint/utils-dom":"^2.1.1","@hint/utils-debug":"^1.0.1","@hint/utils-types":"^1.0.1","@hint/utils-network":"^1.0.4","mutationobserver-shim":"^0.3.5","@hint/utils-connector-tools":"^4.0.19"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.8.2","cpx":"^1.5.0","nyc":"^15.0.1","sinon":"^9.0.2","eslint":"^6.8.0","lodash":"^4.17.15","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^13.13.4","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.3","@types/sinon":"^9.0.0","@types/lodash":"^4.14.151","@hint/parser-html":"^3.0.15","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.4","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"optionalDependencies":{"canvas":"^2.6.1"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.5_1589840005466_0.029474933887743582","host":"s3://npm-registry-packages"}},"4.1.6":{"name":"@hint/connector-jsdom","version":"4.1.6","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.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},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"42d47d178d5c7a1c85e53b7c2c38a870d130cfe7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.6.tgz","fileCount":20,"integrity":"sha512-vQvdi5fv8Ygw+JnZ0deIv+xXU4tNdZPO07cwgdxdJm7uMeBJILf3FHOBViEkes3y1fRqijEBiRdsIc6UV/fsRQ==","signatures":[{"sig":"MEYCIQDZjiz4Etb3QYzieJ0Ei6TS+rh7S7ti+B7ex3CQZNGzoAIhALCmML0d9vy57WrIrbbbGMH8F+90yPeRnFOS6VVToJ12","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":98794,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHzpOCRA9TVsSAnZWagAAxXwP/3ss7PTnwUxLhtFa3m6Q\ns0YSq8pDe38T3zVCnx3JKB2I86ufE0oCvImU2yQ9UbgHhzL684Rl/WxC+0YR\nNSwSQBFGVjGr8k+czcLHCyGTnFMG2MOIJxFAlfvzE3ZfkeAFiZR5uUuvNjy3\neWpTIcsvOlqC2UEEyHbl7l2XT/VpjN0QNWYOZwjsBKtK/MlQ6p+xuRViztQ/\n8BzeogeJQyFi+sY66T6DvwFUC6xZ+KtWV9hUV07SYwqWGz5tWEh52v/JTZkN\nzZJHVRfD/PsfXNZ2KPwyUiZVm4Gekt82TfzMCcfGfDRb8DOw7daqRh0MvXu8\nChQk6sJHYfkQ6nUMq+AFpFVw+pOIOne86WjjMWmwewrbwHqDIq6KSbxUjdgY\nGB1v3ftKzqzNspotix1w4OlAyyin2qAiAfrEdfViQZTXU+JPECsOQYm2jPqP\nTBHQOg2gmnhI/5TTLWXj+wbbuTAfFi/bLAKQtmVoUkU9dSyOBy5VMBe+MVSR\nhRc5eOOhw29dcRo8Go/x4yd7e90ToNiJKcNMrSwoxfo+E3qZduj4MJEsIaPL\n88pWYfjG1ajnrYxZS82RReVKqYEQCppc+Hiims1hL8zWPBfBpcUBV8+l7sYP\nYuqRpI0REwfDjxJ5OJYjbvUjy6avSoLhnj6JBi2atkRdv1hIKcTeO7Cqy54V\nHch1\r\n=bXbt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"6.14.4","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"10.19.0","dependencies":{"jsdom":"^16.2.2","canvas":"^2.6.1","@hint/utils":"^7.0.5","@hint/utils-fs":"^1.0.4","@hint/utils-dom":"^2.1.2","@hint/utils-debug":"^1.0.1","@hint/utils-types":"^1.0.1","@hint/utils-network":"^1.0.5","mutationobserver-shim":"^0.3.7","@hint/utils-connector-tools":"^4.0.20"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","cpx":"^1.5.0","nyc":"^15.1.0","sinon":"^9.0.2","eslint":"^6.8.0","lodash":"^4.17.19","rimraf":"^3.0.2","typescript":"^3.8.3","@types/node":"^13.13.4","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.3","@types/sinon":"^9.0.4","@types/lodash":"^4.14.157","@hint/parser-html":"^3.0.16","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.5","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"optionalDependencies":{"canvas":"^2.6.1"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.6_1595882061551_0.3373591652160681","host":"s3://npm-registry-packages"}},"4.1.7":{"name":"@hint/connector-jsdom","version":"4.1.7","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.7","maintainers":[{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"5edfe3f496376942f4e9990dfcad8473e440dc58","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.7.tgz","fileCount":20,"integrity":"sha512-HHO0o9w982MBp7Ma9Nc4unMAVu5C+4qw1HvWijBMetrJKbhdNdTjsJoYD6nSsc3ch3ZtkwAVauOPEh96DDH0pA==","signatures":[{"sig":"MEUCIQCpkvxAMqKiSzGf2XO6ddF9aOUxkF+w+46tEO1YUkbt9wIgOIi3t4e27uugS0p6oNRECIl+3ExKfQdONUy9e7AqKkg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":99621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRDbXCRA9TVsSAnZWagAAxewP/RcssUv7dpFr02Gjcm1C\nhOAyqs/fCKQ3z7TrhuuNh3sVRYXHbY8Icree4W2KZ37Ao3ay0K/m0hjj/Cy1\ngcLjnTxv3Q6WW5K0ZqHTFygQ8hmsK0iI9sHFMY9HcVSbkt4UCtFZHmVvTbp2\n7DZdhXy5FppE6edDpWwUGFf2vsvrE3/OOu4fuDMukE260hdG/nOj3TiWWiYB\nupoZn3+cyJN0qicBv0AOPqeeG7P6K6cHQwEAgq3w+C6sljBqI+n2lpb8OCQ7\n98l2cOAMup8uR0yXoLwCZhXrasq0N4Pi3jOYUzBGTysg5jnMO5SdKVfqbyqM\n5zIfe5ynv5kVRdLqYIRFc7EjD+fvkrrn0AMiTbbgvrkMggEirY5x02FPNk6l\nXvCwOsfuhIRNbI6L3WVgqcFx0wVg6zAsxT94cB8a3ZUeLcH4VasfKLqY3W5p\ngpQpg5oZMDzVQdx8LeYMdm1QH4p/5cSo0rDJEqNsB479Vtdjyy7/lU2RUu45\naBvkbYZFUID9AcRZBIlUJCxKpst25+LrraR7PDusH1V3KfGqXOgRKgQCmWOQ\nw6hb8C0tOKP+0pW6Q1ZE4JTYuXR4DXDlbgfnepMzFn/7BfV1l6wGTXo3bo5E\nCEaQmQ2ujuUI8J550kKcPuT7KFk/dPIm4UJ3Pq796Zkopl05eTUTk49gaHWL\n1qJS\r\n=ktxL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"6.14.6","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"10.22.0","dependencies":{"jsdom":"^16.2.2","canvas":"^2.6.1","@hint/utils":"^7.0.6","@hint/utils-fs":"^1.0.5","@hint/utils-dom":"^2.1.3","@hint/utils-debug":"^1.0.2","@hint/utils-types":"^1.1.0","@hint/utils-network":"^1.0.6","mutationobserver-shim":"^0.3.7","@hint/utils-connector-tools":"^4.0.21"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.10.1","cpx":"^1.5.0","nyc":"^15.1.0","sinon":"^9.0.2","eslint":"^7.6.0","lodash":"^4.17.19","rimraf":"^3.0.2","typescript":"^3.9.7","@types/node":"^14.0.26","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.3","@types/sinon":"^9.0.4","@types/lodash":"^4.14.157","@hint/parser-html":"^3.0.17","eslint-plugin-import":"^2.18.2","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.6","@typescript-eslint/parser":"^1.12.0","@typescript-eslint/eslint-plugin":"^1.13.0"},"peerDependencies":{"hint":"^6.0.0"},"optionalDependencies":{"canvas":"^2.6.1"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.7_1598306007060_0.5713269653862214","host":"s3://npm-registry-packages"}},"4.1.8":{"name":"@hint/connector-jsdom","version":"4.1.8","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.8","maintainers":[{"name":"anonymous","email":"jdgarcia@outlook.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"amolleda@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"5351ab81018c107da741265eb1b12103ada1cf98","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.8.tgz","fileCount":20,"integrity":"sha512-X4xKG3e3EZsKem22wT+SddGYVKANL6QuvuIrTr2J5IpzPpoBDhbkQ1rhpXPhTPCVXxRIMhrAJsU+wGHPKYVgbQ==","signatures":[{"sig":"MEQCIC0DcvroDHrZSpoilcuFcWGV4ECBhjfwWjDKTpfj7qJrAiATmS1tcHrg0evBKTY47f9fayYw6OPqYwQ2YncVmaSRuA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":101921,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrEwKCRA9TVsSAnZWagAAf7oP/0jEPXqLbLggb1LkxOD7\nXxxg3upvxZ+YCSV/vKE4QGsiWapUqmvdC+y2SXmh04Hq9QX5MwmxwdSghjvZ\nARCDfPQQ0l/Dk2EK7Cg445NO71eHuJrjd/bwt2f90BgSMQLKXX/uQBm0RZnd\nU3dFSimMSzxxKgRQ9uTRvqf3N/hn43rZzmDgg6DU2MdO81O6sXTFm0TUKSar\nWPPXHYIG/GupquM8L/MAz74mJc25SVV6SDU7bA4N1pxaYMSorY6JChYEF2jn\n5NmGpHB73Sy1pRe6bblxSNPY8e9OR6jRoeka+V7g8hmK9jox7NRHPnuPijOl\nWKL3VMTprVpvnmKZOQyB5HjiuQiX7jWkWoiJ1OO482yF3RqixuRdRqulRUn8\nDk6H64XTIRV270jPrvHMfRgTryjn+CUkrNa1eYHDHPY0Ulu1vRz9ZjmfRE3W\nclv49DOBymrVXta0CADJKjhxgTAAIhlpCpPI2vxDDuvXp3bLyLq+wbL6uRs2\nz163Dy4dPfZsANxtkyefwu8xF+a97ZwhMWCwfntbG8Bgjx3uhg3XfEZTbJj2\nZuXcEJnYeUvZyeQVYYh/NAQsYsk+NElfMHOsEBDMvvhT0ismXI2Av3XSerBA\nP5fKzprY0Tt6Vh8+SqcEVBRc7X7Y+9H0YrAcRj77IeUbk5Y8shDYIwb//Jnw\ndwAO\r\n=lFvX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"6.14.6","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"10.22.0","dependencies":{"jsdom":"^16.4.0","canvas":"^2.6.1","@hint/utils":"^7.0.7","@hint/utils-fs":"^1.0.6","@hint/utils-dom":"^2.1.4","@hint/utils-debug":"^1.0.3","@hint/utils-types":"^1.1.1","@hint/utils-network":"^1.0.7","mutationobserver-shim":"^0.3.7","@hint/utils-connector-tools":"^4.0.22"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","cpx":"^1.5.0","nyc":"^15.1.0","sinon":"^9.2.1","eslint":"^7.8.1","lodash":"^4.17.20","rimraf":"^3.0.2","typescript":"^4.0.2","@types/node":"^14.11.2","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.4","@types/sinon":"^9.0.8","@types/lodash":"^4.14.161","@hint/parser-html":"^3.0.18","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.7","@typescript-eslint/parser":"^4.0.1","@typescript-eslint/eslint-plugin":"^4.0.1"},"peerDependencies":{"hint":"^6.0.0"},"optionalDependencies":{"canvas":"^2.6.1"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.8_1605127178328_0.8849077685409303","host":"s3://npm-registry-packages"}},"4.1.9":{"name":"@hint/connector-jsdom","version":"4.1.9","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.9","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"8ca207caf3eb954c2c4747052dc8db66dd8d133b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.9.tgz","fileCount":20,"integrity":"sha512-gnlDHfhvI/5q4Znkyvtt0iTaDtzyBaFPlOcUNSE1t05mZKp7gbkcrHJq1GTb/6fCP/oDWgLkWk6HPjNqIT8xgA==","signatures":[{"sig":"MEYCIQCCaQAFIXBR4aYAdpg6Bw4jsMgjhd4mGM2rsZ+xwooutwIhAJpHOzgGB4xwHFt4ksR5JhcwInIIMwWcHaiFx6pkGdLh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":106661,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHEqaCRA9TVsSAnZWagAAD9MP/1Bb8UrFHQpXJEHr2pyS\nHnf+onrw8CftDaasurC3HRif7UGP96VJUBzv6Fqbx0sCidp4i6krOYjnm1ag\ngUOHfpw94DglMX+AP7O/5dmMFgecCvtves2/65pCM/Y5qYSbfDJDffriNf22\nmAkpxUUgSZgkh1R51FdhZH/xZUhw4D7n279guwM9WRVfWQdFl4Iecz5dYqSh\nbya4qhm/eRn/PpILTonZtiLDfJigFbN1ju28E9BL475WBlOOPjYw9J0YD98M\nYUA+JPN/t7tX076v49BvSDN5shbnchlIe0EoZ/CJo5H0aPtgeEZqnkALhpBu\neKizmf37SOD8nzNKu8nIPu9D8TqiMfEsBaBZoV6truVJ1+F83lZZoj8SWJnv\nR5BVGnqeGrABQ/IctDnUO0K3YJlMF/3u+Rydj7dBWYzORSZsaTMuVxFo3xVU\nRmkoHQkCGAHdSgvTlN4CFy7z6jZHRBP/S9btbkj/LEfo3pDxqx+m2fgs5lol\nVxrdGmMmFY+W/fciZPCCWubRTIaimaJJHeme9jGO3GPxvTLtYCxo6bBTpFf7\nVzpgXTwu9aoxNl6W3QDcAUGiqTMCxKkpIL4w2inkW0sokBAsNwTa89vZmFxY\nLUCbWR/u8WB9M7VZ97jcIMt/wcbx99dsLVZpB8LiMPJJ2YZiccuacYjgJPIg\nhqnz\r\n=lV/z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"6.14.6","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"10.22.0","dependencies":{"jsdom":"^16.4.0","canvas":"^2.6.1","@hint/utils":"^7.0.8","@hint/utils-fs":"^1.0.7","@hint/utils-dom":"^2.1.5","@hint/utils-debug":"^1.0.4","@hint/utils-types":"^1.1.2","@hint/utils-network":"^1.0.8","mutationobserver-shim":"^0.3.7","@hint/utils-connector-tools":"^4.0.23"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","cpx":"^1.5.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.17.0","lodash":"^4.17.20","rimraf":"^3.0.2","typescript":"^4.1.3","@types/node":"^14.14.22","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.5","@types/sinon":"^9.0.10","@types/lodash":"^4.14.167","@hint/parser-html":"^3.0.19","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.8","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"peerDependencies":{"hint":"^6.0.0"},"optionalDependencies":{"canvas":"^2.6.1"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.9_1612466842086_0.586795369161514","host":"s3://npm-registry-packages"}},"4.1.10":{"name":"@hint/connector-jsdom","version":"4.1.10","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.10","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"ac2646ecac03966d3d517512920c005684dda0ad","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.10.tgz","fileCount":20,"integrity":"sha512-mCn9N0THIJNUVBmVUHcqodseQWlHaqw3mEFzFTyDNAmOzICnivglL1irU6MI92UEuS0lEx12OI9CSaJuFDFXuA==","signatures":[{"sig":"MEQCICdAQkA7MDc7OPoeu3qLNfyYFqYYH49IXll91PK0yZ3kAiB/SOiaSsXB5Pr3xiNgaiSR1Ai7WFjPg2d0Jvb29qF5dA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":106662,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHeVNCRA9TVsSAnZWagAA2lYP/2IeKTffg+MwbgUtpf5c\n8kqyT41iylClRyJW1Fytlc1FuIsOYnMd7n+U4UxpTwnvgSb+Tjppc3wpE4uH\nf6UzIDS1OWtoeqUp9J11RniOFU9wYfVC7Rf9HNMwHsxGndp/q16ig0hlh3LN\nIrVh76EGLmQIGn4uxg2rQAU85VdgaCUiPd2XGZZOo+vd/zD1O4ajFazcNDUo\nIfN5asQ6WQVG1GORwwEn2SOya/LAo1/CmssgvlDyxQn17dRhjsoAkbXPdeoZ\nbWb1t71sDPU5mkyx/GELhqN+tzcZMaXRhmAMTISZWx8reGdPHk+bVWNVOONl\nnpogGVf0WziVSzXWk5QW+CvEFeJ1G4zco7N+Lf5G+60SUcby8/pW5Jw8yQJe\nI60hzLjrznGWKNSigSZy6OAVNFhL//HaP1ttukRZgbJKc7gQdg4gXQBkfsyq\nDn0rCyZHCgpesr5FdH2iMkyALs0n6rRF0qDdGwuS9CmI9QdCO1bboSXe70zF\nzJQzdipmKptky2/umKUHC+fWHTQKJxM5mBD/w6yWf3esIfFEMicllulFHmmH\no+wXGj9+oUffNZTWm4d5R05A+SBMz4BKSOf6ukITDM+I60qfRYxaWk+uZyu3\nrw+RPkfL4tifdWQmCgKSQkCM+5RBcY+CFHS/Vr9CBbG6PcOQgGcOpnQZBwdV\nPfUC\r\n=FR6Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"6.14.6","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"10.22.0","dependencies":{"jsdom":"^16.4.0","canvas":"^2.6.1","@hint/utils":"^7.0.9","@hint/utils-fs":"^1.0.8","@hint/utils-dom":"^2.1.5","@hint/utils-debug":"^1.0.4","@hint/utils-types":"^1.1.2","@hint/utils-network":"^1.0.9","mutationobserver-shim":"^0.3.7","@hint/utils-connector-tools":"^4.0.24"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","cpx":"^1.5.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.17.0","lodash":"^4.17.20","rimraf":"^3.0.2","typescript":"^4.1.3","@types/node":"^14.14.22","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.5","@types/sinon":"^9.0.10","@types/lodash":"^4.14.167","@hint/parser-html":"^3.0.19","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^1.0.2","@hint/utils-create-server":"^3.4.9","@typescript-eslint/parser":"^4.14.1","@typescript-eslint/eslint-plugin":"^4.14.1"},"peerDependencies":{"hint":"^6.0.0"},"optionalDependencies":{"canvas":"^2.6.1"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.10_1612571981022_0.3925316991259442","host":"s3://npm-registry-packages"}},"4.1.11":{"name":"@hint/connector-jsdom","version":"4.1.11","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.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},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"244a9e0bea14b71dafe3c86e112b17e79fefe5d2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.11.tgz","fileCount":20,"integrity":"sha512-YakjF5/lFf3OFeRnV8TRn0iOTz1D2oqf4x3mzesPzTKZa9zvWPLHLfAX7gBDBLz8NYz1tCxfSOMeFfXGZCss3w==","signatures":[{"sig":"MEYCIQDJAC5eCKBIUuafxh7+rZsSeDbuPCrCHOj8+q6D27dAPgIhAKwIogoukV5khzSFl/HN1X7uLFNh2eBsewFyQYzNegWV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":116685,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwRGwCRA9TVsSAnZWagAAO5YP/3xX1FDQrtBNp9QzNKQL\nlbvLSzRPCfdLoWOYBHjF1x6QUpYI1gtGknOr7Syauj65LOoAsto+jCQCVi9D\nTKuXlavCxKnpFXmt0YhbMWGBA52vql0PCFWmc5yL56vSnCaNe7SFr9dp0Fhc\n19INaC4bXgMzjUekSv8f9zw85KlPA3YFqFR9QbayyrfuIoPJKxOjqx3Uv1uY\nTPZUIOazyBXOgX4hTPe+9T0nXptaocABUwNfM/HdovQFqgd/KnD3jwa26WJX\nqAsCofFVWLMjdAYK4KOf7XoFUnfcve1LeCZ04PP6PskYoAqIB0TKhFZzNZmG\nyAHNy7RryBEbXn5IfQqdUR/XkVBocVP3ltt5xs9Xt3v7zYg/Cehz5wwBR5HZ\n8oz8Hh9usN8bKfCwBlmcjFV0UCCj3DECjmeRdmKv5+Rr86ytPGCYPMZlqpqW\n7v5aBkKSwWRF2KpXZ6kZs8IjBdIgJF/UoAsF46g9IP/BHLGyyI6XbCRJcdb4\nytmOtbXn3zNovh1HnwyOmtJ/Sq80upwn7qKaTwlh6IW5wb5zVzF2hzOX0xUd\nqxIHk9L7G1CViQHJU32wyhuC/jfKk6G44/1R6KikUZpimBEh4A+NxUN+iCA3\nqj33XfxvCbCWx7HR8H4amWkndPuAUNmdGYsw1oF8nCDKk2FTeVBmdD4h7lP5\nG59q\r\n=2gF8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"6.14.12","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"12.22.1","dependencies":{"jsdom":"^16.5.3","canvas":"^2.8.0","@hint/utils":"^7.0.10","@hint/utils-fs":"^1.0.9","@hint/utils-dom":"^2.1.6","@hint/utils-debug":"^1.0.5","@hint/utils-types":"^1.1.3","@hint/utils-network":"^1.0.10","mutationobserver-shim":"^0.3.7","@hint/utils-connector-tools":"^4.0.25"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.27.0","lodash":"^4.17.21","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.2.4","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.8","@types/sinon":"^9.0.11","@types/lodash":"^4.14.170","@hint/parser-html":"^3.0.20","eslint-plugin-import":"^2.22.1","eslint-plugin-markdown":"^2.2.0","@hint/utils-create-server":"^3.4.10","@typescript-eslint/parser":"^4.26.0","@typescript-eslint/eslint-plugin":"^4.22.0"},"peerDependencies":{"hint":"^6.0.0"},"optionalDependencies":{"canvas":"^2.8.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.11_1623265711831_0.45508473992141973","host":"s3://npm-registry-packages"}},"4.1.12":{"name":"@hint/connector-jsdom","version":"4.1.12","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.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},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"d63680ad576cbc1c1ddb9246463b911f20666fd9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.12.tgz","fileCount":20,"integrity":"sha512-UtmlJbzMOqWAgKxJ02fSdq/Gc/HZM9kEl4JDsc9DUxQyD1PIEqya6dkJK8728mTdSQmwpRCQ1c1TwNf6QeBBXA==","signatures":[{"sig":"MEQCICeH4epMOdTaJ4lllz6iMmm6yKMH6KWcmMwLq8qCpfxQAiB5havXZ0P6a4p4TdrRWa4ZP3AtxQxhB3N3VM1r4G65SQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119116},"main":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"6.14.15","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"14.18.1","dependencies":{"jsdom":"^16.6.0","canvas":"^2.8.0","@hint/utils":"^7.0.11","@hint/utils-fs":"^1.0.10","@hint/utils-dom":"^2.1.7","@hint/utils-debug":"^1.0.6","@hint/utils-types":"^1.1.4","@hint/utils-network":"^1.0.11","mutationobserver-shim":"^0.3.7","@hint/utils-connector-tools":"^4.0.26"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.29.0","lodash":"^4.17.21","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.8","@types/sinon":"^10.0.4","@types/lodash":"^4.14.175","@hint/parser-html":"^3.0.21","eslint-plugin-import":"^2.23.4","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.11","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0"},"optionalDependencies":{"canvas":"^2.8.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.12_1634833143548_0.17147476157444386","host":"s3://npm-registry-packages"}},"4.1.13":{"name":"@hint/connector-jsdom","version":"4.1.13","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.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},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"f947cb45e21bffe89ced53ad7c82f6e1fc70605c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.13.tgz","fileCount":20,"integrity":"sha512-kvffx/JETOqFfHpMPXLR3/y6242VokamNnN0HmB9c3svSScQKZ4af+phLcECo7bq8KuL7BzOGkZd3FF5hQ0daQ==","signatures":[{"sig":"MEYCIQDPVQgAgnIA3kWezrsS+MyNoLmjIJTm3562eSMfesE/LwIhAMVTLfl+UJh+Wte+bHMioSv8Em0q/i8IR2fJlX0DjK0F","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119116},"main":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"6.14.15","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"14.18.1","dependencies":{"jsdom":"^16.6.0","canvas":"^2.8.0","@hint/utils":"^7.0.11","@hint/utils-fs":"^1.0.10","@hint/utils-dom":"^2.1.7","@hint/utils-debug":"^1.0.6","@hint/utils-types":"^1.1.4","@hint/utils-network":"^1.0.12","mutationobserver-shim":"^0.3.7","@hint/utils-connector-tools":"^4.0.27"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.29.0","lodash":"^4.17.21","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.8","@types/sinon":"^10.0.4","@types/lodash":"^4.14.175","@hint/parser-html":"^3.0.21","eslint-plugin-import":"^2.23.4","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.12","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0"},"optionalDependencies":{"canvas":"^2.8.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.13_1635537371002_0.15803453168156945","host":"s3://npm-registry-packages"}},"4.1.14":{"name":"@hint/connector-jsdom","version":"4.1.14","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.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},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"f34f4a18467aa6736eaa9c3cfaab431549f6f675","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.14.tgz","fileCount":20,"integrity":"sha512-SghI6bT29DuR4cpZMEo6j6Ei3swxpUk9IO6oZP8tzIeGHFNa/Ps0mq6/W8L4Tz2npcNUqsbEqT9YSq/qVvsDfw==","signatures":[{"sig":"MEUCIBGzJRzvv5RzccOAOrv16MqiH+nVVHWByuCoPYjxfnrAAiEAmJfBdPFBgn1xkKlXCPwSugFFFyUeEOmVdUSAQrjKt6A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119601},"main":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"7.5.2","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"14.18.0","dependencies":{"jsdom":"^16.6.0","canvas":"^2.8.0","@hint/utils":"^7.0.12","@hint/utils-fs":"^1.0.11","@hint/utils-dom":"^2.1.8","@hint/utils-debug":"^1.0.7","@hint/utils-types":"^1.1.5","@hint/utils-network":"^1.0.13","mutationobserver-shim":"^0.3.7","@hint/utils-connector-tools":"^4.0.28"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.29.0","lodash":"^4.17.21","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.8","@types/sinon":"^10.0.4","@types/lodash":"^4.14.176","@hint/parser-html":"^3.0.22","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.13","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.28.5"},"peerDependencies":{"hint":"^6.0.0"},"optionalDependencies":{"canvas":"^2.8.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.14_1636050515844_0.1399178722047949","host":"s3://npm-registry-packages"}},"4.1.15":{"name":"@hint/connector-jsdom","version":"4.1.15","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.15","maintainers":[{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"332fb76041ff76e45224d4268a3c973731adc323","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.15.tgz","fileCount":20,"integrity":"sha512-01YVaNlfctTuaJo9HIB1NWZ01vBxOKfj5c5pWdqiFjoDw08O3N+YW5ACbedAq6cyNgI/8sGc9rro01IzXwNE/g==","signatures":[{"sig":"MEQCIEq8Eobd7B1FncPRVAntrLIraqoJNGGHButCrVXYi8+3AiAnxthqn3HdnfPFXXRtzX2LPKhyJSnrRCbr/IIeZLySXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":119879,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2KQ9CRA9TVsSAnZWagAARjAP/385d2DCJC9xuLOPJXOS\ndUZWNQ8zlEvSPR28FmYRE5QTA02MHuyFyfl435lvyFQdrYmQSofpW6G1hqrb\nv5oA4eHp3hW8xiJ20BmBbhnQ4Z2mtZgqMvKMQbZoDtR5TZX1r+sQo0H4bbBK\nyNKvu+Ytx5l3zlEmoakLFgm0OvmG6adcasUm55xjmg5uvdbGQ0GMJgxAUJHN\nTVQlF2BpYWRtXxQMHBiKuJAOcEvSPKeJsYPZXM3NuqZjOhoLlXiNXrDUfb6B\nqyz3cb93ZRQoDsQwP70+QASvSLovQVqDBLWdU2Rz1sdmCxyq2d8gSfwjfaiD\nM952hc/xsAc6L8ILMSTgLksPQjXDbNmGlraSKonHl3zaNO5OQcNXIIIQK1SJ\nOOCMwfgyR5/gs2kpdKUflrdIJoAyElc1qQb8zubnGqIQhP6J74SVTYtEyN3l\ngZnoLTkvfe5jIXB/Qf5sc82/ufTUS3hd6pl2co+V9A1Wi7Vcj3h96TuPRvW8\nFdELwjrOy6DEynYm7/KJmR5oVJPAEuqQTzgahmc7Lpa5EhB4NxN4crIe9qqb\nK+49rSEEZ9cgGfq7xVRk7B8+yB44HxBkuU2CHUnuwk7siG89GtYgz87gpRRu\n/rvi9hAunnVf9QgV7XDa4eZ5U9G3cw2SXK9k/3FAeBqLcPSzCT2qpQcG1AQE\n1Mwb\r\n=4EHM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"6.14.15","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"14.18.1","dependencies":{"jsdom":"^16.6.0","canvas":"^2.8.0","@hint/utils":"^7.0.13","@hint/utils-fs":"^1.0.11","@hint/utils-dom":"^2.1.9","@hint/utils-debug":"^1.0.7","@hint/utils-types":"^1.1.5","@hint/utils-network":"^1.0.14","mutationobserver-shim":"^0.3.7","@hint/utils-connector-tools":"^4.0.29"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.15.0","nyc":"^15.1.0","sinon":"^9.2.4","eslint":"^7.29.0","lodash":"^4.17.21","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.3.5","@types/node":"^15.6.1","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.8","@types/sinon":"^10.0.4","@types/lodash":"^4.14.176","@hint/parser-html":"^3.0.23","eslint-plugin-import":"^2.25.2","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.14","@typescript-eslint/parser":"^4.28.1","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"optionalDependencies":{"canvas":"^2.8.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.15_1637006860274_0.7532928393337401","host":"s3://npm-registry-packages"}},"4.1.16":{"name":"@hint/connector-jsdom","version":"4.1.16","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.16","maintainers":[{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"},{"name":"anonymous","email":"jdgarcia@outlook.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"3ff3ab28cee290f8b44a84dce668468fad93af59","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.16.tgz","fileCount":19,"integrity":"sha512-wEFPcOX+re7jJlnyEyq1aeliaktgeBTeYgup62DiI1/yjyBBHLbzWZJa8ZGHQmt6eKdEA9ts0LE5xwcv3ObbCw==","signatures":[{"sig":"MEYCIQCClegJ9K0eCmO6bN2RVNP8ZXe46c4PKJ/2YB/xqzi+0gIhAJCOqGtd9GrbXyiWfaVPP/B08EnK/Vz0sVfqlC22pWi+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55023,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKkYeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpgvg//XJLS3bgF4ffr/wc5NutFpMA1cJqAj2KvqwFENOVess1blEPh\r\nDE+XLz5p/iXSF5wl3AbHn91UFQ0k7X16oPYrQ4FeL2He3/YW7KQDmrBCQmgz\r\nFsAHA2dY5byLrQTtG+iKqgu8a4PMrHVrYv/Erp6AfdA85TnFCve0CjUZvaZB\r\n+cygf8DvOjwKRQkGHA0yJ/rgfCT0H8AW5ySOGtyie8WsuUoazHVXYHoU01Pw\r\nOMOfSJo1VegR4zE7WIo7qXJ43gvfS7/crtB+GuglRl/jNaar2b/AxaXizbBq\r\n8DBN05Q1spSa8qi018lhySj7lCGHLYfurBVs/08YCHpU+f+Tv6IqoAuuvs9a\r\n1zL2Yzn3/K3Mmuqo8tedHw1slPRlnFDXw1hVqIgMe+hi1moTAEueSQO0Go4w\r\n9ECWlcRctt4ETW76zacHrpFJZHmTVciYFza3JuBAIw2eSxdJbNqLuZK+j4qk\r\nQx14Sr2GLww8TS0hIp6GKWbkrrsaejGZVLTyIXmX+Qmsd81RLFHN9BJ12n+8\r\nBxEkAg0C13oFqhxytTrhK13RW8Z81sV3sOoBiH4X4cPNEm39/dC/EK50/cim\r\nlzGLDfbhvWu+NgBYFvo9DXMxRziHD2z+21n7j9S6z1Eenz8c+9kpizfULW0M\r\ndZgUND1P1ZhWFHXOS937GlUYRy6qLebPslo=\r\n=bkgY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","types":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"8.3.1","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"16.14.0","dependencies":{"jsdom":"^19.0.0","canvas":"^2.9.0","@hint/utils":"^7.0.14","@hint/utils-fs":"^1.0.12","@hint/utils-dom":"^2.1.10","@hint/utils-debug":"^1.0.8","@hint/utils-types":"^1.1.6","@hint/utils-network":"^1.0.15","mutationobserver-shim":"^0.3.7","@hint/utils-connector-tools":"^4.0.30"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","lodash":"^4.17.21","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.14","@types/sinon":"^10.0.11","@types/lodash":"^4.14.178","@hint/parser-html":"^3.0.24","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.15","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"optionalDependencies":{"canvas":"^2.9.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.16_1646937630191_0.9174948745874718","host":"s3://npm-registry-packages"}},"4.1.17":{"name":"@hint/connector-jsdom","version":"4.1.17","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.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},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"773b1482683c004113f9ae67fa3ff22441d6df43","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.17.tgz","fileCount":19,"integrity":"sha512-wjTG87O7ks3w8h1nHmoNqFaCtidAbm96NWR6FdDjmMlY6pWxqG7lfA2YJNWiFsGHv81fPtw7I4/sfrN8Y2KtDg==","signatures":[{"sig":"MEUCIQCgee/QdU3hczkkhd99My6TDaEo8xGS8JW50NqefHLrTgIgInWNwT7ili7iOPV9VunaYGQqMWEwASlxFQzCJu+i7M0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55023,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaG21ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/EBAAmSJBhUEtg+EmMv/aUpFdYA9t11GLWja22O4Eu8JRISjeYFc5\r\n9QeKoE4rP5gg7/eMavJb9gnSTfkp7hav2lzb2RL4vo6wmjAHG4D1Ya4tenZ6\r\nmKLioY9U67cVC0sKqUcA74m7vo5Rp2buX4Al7LypBXNgh6k/wd2NseFq8Eb0\r\nJrGNEuq0YIIPpCgrQa5kGO7DhySyrFl0z0TPjgJysJSltYnCql1nzGru3zjS\r\nwHmSdcfVugohWe2zkMIFaRB4j914ZxS2ZHuaoN2sY3sO6AZlYU/qM1cvnzmQ\r\nFf937nT4YNYrbZZddAaDwdBt+/ul3UxEvJ1BeWechbNIK5+dATvdd2YI1JLF\r\nxRbqPqyMFuqqShZV6eYFX1BH6e6Xovjo4xDOzBKpTB/DUSagibC3/Z0vAyMl\r\nc2nPx1Bvvg5DbjVc/cgBDskAHtYrduQFxtMK/z8sbwjaueAe8co8XqL+R98a\r\nTTP9zMw+7ISHQJNDQESSws5I5eJUaXTKBHBcD5PCykSKjdZPXdPWi9qpQSD0\r\nJvellhZqFfZs6phpJTEIFMIYnOYgSgJ962y3DRbWS5ZX6lUEOl9DOK0tA7Yi\r\n8jt02ul7jeehJpV8Te0mb0jz6al3nMKT4m5FalyIPrUI/8hRjXQZ996KIBXZ\r\nAPSM9JBeEJ7hju9KwrRgaMl3F2vjTKUwXa0=\r\n=uwus\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","types":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"8.5.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"16.14.2","dependencies":{"jsdom":"^19.0.0","canvas":"^2.9.0","@hint/utils":"^7.0.15","@hint/utils-fs":"^1.0.12","@hint/utils-dom":"^2.1.11","@hint/utils-debug":"^1.0.9","@hint/utils-types":"^1.1.6","@hint/utils-network":"^1.0.16","mutationobserver-shim":"^0.3.7","@hint/utils-connector-tools":"^4.0.31"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","lodash":"^4.17.21","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.14","@types/sinon":"^10.0.11","@types/lodash":"^4.14.181","@hint/parser-html":"^3.0.25","eslint-plugin-import":"^2.25.4","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.16","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"optionalDependencies":{"canvas":"^2.9.0"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.17_1651010997602_0.8298873923409105","host":"s3://npm-registry-packages"}},"4.1.18":{"name":"@hint/connector-jsdom","version":"4.1.18","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.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},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"989551d716bd0b37656996e1de2a75d2985e3cf8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.18.tgz","fileCount":19,"integrity":"sha512-kea1pXGXkXHs/wUjsyYxUBIpJ0/GQBlW7n0GuOKVw8EAFOe8ZEU8D9gi8c8ahTRYBK48nJD/Oz5dG/Dm/gJpQA==","signatures":[{"sig":"MEUCIQCIark5VjCU9tvdbNNfQJwj0rwgTWIWqJeahxzyUaJh3AIgdw/+D0y6BiiYJas37tkg7Eo5DNAX/fIDd8EBtqc5G4k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55024,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicdoFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo2Hw//Wsz2rpZz71lczUocF7adip/y+gOQgm9grgjga5RlISWaewMq\r\nLF0OoiUtA1L4HByd/DOlqeZmNYR57PS4FRitq5WukDaO7VGTzwdSmOgPgdgf\r\nXxg5aPmoZDeVKKpj1Tm3lTLSN442mZL9V31ytPrFHwf82j9QCSpBRnbhwZ3k\r\nAGR3v3kDfGTPcyckYrS570+4ze6MufwHY9eBszZqpn1DuO+vwjEhtsJmyDMP\r\nsDa4nH6J5pXkPq8lLluKS+WJoEOMymfguwR76yG1yEtMlOurWsOmdzpESGBE\r\np2cwhQ0ZkV61du1Ukfq8kgWrI2dToO71T1D99USFkkdCYnm18qT8+8W/cus9\r\n9FXXa3Y0FoBmVhr3kNj3d2eFFjrGNUW9IUR1yB5keWw+pnDmyuN9ke/yJNDH\r\nbOIwcvQZyE740TlX2mryPekoSppHspYghOKZ9Hsz3A4biOI9FCtSQ8VKyRk1\r\nRflIbR+VSXaewcWuuB5jasnSnz3nKYcxnZ4JIZTnUqOPwRsG0AWq3ebFAm9a\r\nEexqE4cIZ9/NHv55QmWvXhEsMqg2xYjpmZTWUOXuoQLrD24VedSAb+ZpBYF3\r\n3zuAyMtFdh2tUW4nPVN/znz89R1AuW7qPG8QVkis60d/G1//joyi79AQosBO\r\nwkyrmQS4J/MHXkPIEIe1uYbK7TTGket1Oj0=\r\n=GvwS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","types":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"8.5.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"16.14.2","dependencies":{"jsdom":"^19.0.0","canvas":"^2.9.1","@hint/utils":"^7.0.16","@hint/utils-fs":"^1.0.13","@hint/utils-dom":"^2.1.12","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.1.7","@hint/utils-network":"^1.0.17","mutationobserver-shim":"^0.3.7","@hint/utils-connector-tools":"^4.0.32"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","lodash":"^4.17.21","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.14","@types/sinon":"^10.0.11","@types/lodash":"^4.14.181","@hint/parser-html":"^3.0.26","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.17","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^6.0.0"},"optionalDependencies":{"canvas":"^2.9.1"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.18_1651628549084_0.8650318110851889","host":"s3://npm-registry-packages"}},"4.1.19":{"name":"@hint/connector-jsdom","version":"4.1.19","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.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},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"ccdf034ffca2d8f782881876a1d482aaedf9471d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.19.tgz","fileCount":20,"integrity":"sha512-iXsz/JzFqq+XKSLMXSdBST+aaO7yKW5k8HCFcJsYfStiIuNdw+SHW5k3+TO8mbb+Mx+VVFQmlSTKzOOmfWXAeQ==","signatures":[{"sig":"MEUCID7nzSnVFrTxcjMP2ibG3C+0JZ0aqyibwmUSRhKbF94SAiEAi+Lrh0FPjbOy5WZPJRb2iRNL/ZghbGzVpcLNriDubko=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":125232,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinn8bACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpKQg//emfpKX2Azzq9PHuy5B3NivCWL12lmH2jXwQBLhsHVJ39/Ohu\r\nXf7Hi6AMB2B77oqHvZr90eFQwAvgwJ66XTe6zp+h0NDKZ9FrvnkZIqAszGWE\r\nz+6ztRT/VBghvSBgNEudW1TjL47ladkRL7BB9edBJQWC/XfS9IKmu0qpnMIX\r\n2arXdzcD0CHxQn0Ee7mImpixyKyt6pem+35aEmbW1oj/JOgPN54hXv/sNg9T\r\nnLBsAW0vrAUad9X1viJDbWnRkbuWgOUdtlnGk2QjIpCXkpG3RhmiaQv7/2Bb\r\nHtINL9iH+eRBoygYkcn5hIVSU80YSW+zjFmFjFnYlBTMjvhq5mo5sArLyqvA\r\nQ0Gq8KrOoZ2d6b3wVpzsGydXqMXzz8nuLTbGIr5HD6oaiNhJYPXmcGVQKO8f\r\nDwGWIN36CPNIWTuA5Vax+gxChN9WFC/PG+5TkuYritjWVrQXKiYSoOO/nr6O\r\nCnMk9ag+rVYQQ4E+Ox5YYtSzo/dyIv925+25vAJLDRB/5p1MZpECJZcgSfvb\r\nwmGaAO3FgDRkeZrZLrgefnmdC+fmKuJoXDA3UESwIi9Qlkeh9VgmevPvqsvW\r\nU021var4vBrrmBXctHKp2ntaZ5Hlc6S/kQ/XwjfaQWMFAdbXcT64sF5XfyOd\r\nbnrBcMqQ3S/UNXpHCr3bmYPTuk5t3GtoZsM=\r\n=UhPm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"6.14.17","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"14.19.3","dependencies":{"jsdom":"^19.0.0","canvas":"^2.9.1","@hint/utils":"^7.0.17","@hint/utils-fs":"^1.0.14","@hint/utils-dom":"^2.1.13","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.1.7","@hint/utils-network":"^1.0.18","mutationobserver-shim":"^0.3.7","@hint/utils-connector-tools":"^4.0.33"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","lodash":"^4.17.21","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.14","@types/sinon":"^10.0.11","@types/lodash":"^4.14.181","@hint/parser-html":"^3.0.27","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.18","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"optionalDependencies":{"canvas":"^2.9.1"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.19_1654554395623_0.10335235037425883","host":"s3://npm-registry-packages"}},"4.1.20":{"name":"@hint/connector-jsdom","version":"4.1.20","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.20","maintainers":[{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"2f85d922e36247890cd1dbf0f9996f0208a347b6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.20.tgz","fileCount":19,"integrity":"sha512-+VrOoYP14CIldaDRCZTX7WUPaoDnzYCH44dQ2o4PVMiHHMYs2c/7V3l6sXpIJuQBJLQCqiVuCn/kuLfzHyn0tA==","signatures":[{"sig":"MEUCIDgu0SNdvppOx/F77c/+SxJTxj4+jdnL4YNXaiCcovxRAiEAiblxBYCc28kPWoD+l69/4BSY93HT+jqJp6ibfErOFp4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55024,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJip6BOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpKRg/+Kc17wW9dlmlsXBLWX3epRPjiNw/d7zsGGtgXXZ8X2oYEhWjr\r\nnoAKV1dYXiUaGAbDvvOC7ePOrsAqFWYCnTBdTjvsA+9RloATqdn2y9zxjxKc\r\nLK1EEFiVAvcWDZ5DQSzLQQHewfBuilbJaNEDYnsHiRJSaeSm5MB7+V8IVRJa\r\nDSoeZkdInw51n9amS7l84Rdsjw6AzYufmUAWn0yye/Mdw250dpwKCeGlHEwk\r\nklObz/LoSO/+bnADPoMDJuxFjEH1NalqMK4kQXyzLXMKgoE+UaHyEDnXvUk0\r\n55NZohEPMlUjM/D1c73FyZZZsld52zI2GQck0DVeFvmuGe4KvWmDRvRwW6TF\r\n06ap/bdneiT6qUTa4Uakj+sSUAhdVjn/eO+Ci1NQSb1RlGLRWOs6jOZNI3JC\r\nZ/8lZ0fzR99eTOdzlmSRRYsAxqsz068GAUVrsRDhl20KyFvbfNWS5lI7D5+5\r\nC9nzJ437e1TThJvSDNSZlaYshharm50AGRwosH2+gED8Fn/hWAVGyMHVI/AR\r\nw5ruhHaebLWyoHvyyEwNbNAvWTwwUEc3oRTeDcxDk4BZsgzelkIsKdM0hFhk\r\n7ESH/nNNqNR5RW/jglwLByDkHUUQezTadKNOWrneXQpS+piXbbt1Dwgh0I8T\r\nX4qXyVP2Tr1TS10f3IV6QuEamrEC4Kpiacc=\r\n=U1Zz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","types":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"8.12.1","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"14.19.3","dependencies":{"jsdom":"^19.0.0","canvas":"^2.9.1","@hint/utils":"^7.0.17","@hint/utils-fs":"^1.0.14","@hint/utils-dom":"^2.1.13","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.1.7","@hint/utils-network":"^1.0.19","mutationobserver-shim":"^0.3.7","@hint/utils-connector-tools":"^4.0.34"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","lodash":"^4.17.21","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.14","@types/sinon":"^10.0.11","@types/lodash":"^4.14.181","@hint/parser-html":"^3.0.27","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.19","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"optionalDependencies":{"canvas":"^2.9.1"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.20_1655152718122_0.4357414901758745","host":"s3://npm-registry-packages"}},"4.1.21":{"name":"@hint/connector-jsdom","version":"4.1.21","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.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},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"6ab3dfc311fb7a5cc106a79fdf320231907737ec","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.21.tgz","fileCount":19,"integrity":"sha512-d9x/M2gzcmcjcUaE30aUBhj1qQXVV3rFd8JBqWY3EXWDl6MTN/VFEtNPSplvVWEc2AGsyZl2aITHk7hB6dvnTw==","signatures":[{"sig":"MEYCIQDs4lT3AijJ71q6Awi7QFEYe8BrfDTjA6u9uB+54zX7hgIhAN2VDx8UZp35IBTZZyxEJHnK0OLE8YmBzEKF6hS7uZUp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyFPkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmprFg/+JaGVeG3J9E1S1nJowc7mjiHZot6iPgdGhRHlLVeMxONphmQr\r\nc+WfUn2iTaq6lfdp58BJiSUl1p8iw9eE5FVzpieTlhVUR9hCtrSzBurq0UDO\r\nUHWPZCcpEOruYLdNWqqomRR81wT2+ESst4GcPnHWw+TFbR40a/jHfgTTCO6C\r\n8cbdKwZg4ICk5uKsqnLiI1oAFapjuhSGNRUKI8EKv9W4bQ0x2901wywqNifY\r\nz8zFeTWGgluG8pvR2blZNWno0I/z2K19vCjyd1BDjaPnqcS54ToMcwxsb5f5\r\nJ57Z8u09nvsQfrQC3yJv8M/AAQ7mvyF1pwJDYbtLFAlJPmQsqB+xTRKJvR8I\r\nopLltAKiqWq38zt/0eSn5W/J6JJc2u1Gz19CHBJ2kCYITMX/bxKzCw9/m7sa\r\n+HeFtAY78N77QFWoXInqnJLI3TctoGfXQ9uiQ4pp8mVjHcrWGruXX+uWAGo0\r\nDHQAgIS7qBW0+BFM0FRaaKY1tNuiIVJ8uBGn7oZhhOkqmMGzHzflRbT2LfyS\r\nR9tR3L6yKSL8+weYlEoB5gOWunRZgm9n2d7mum3LR7OayJxeffybXd7Fvpu3\r\n4xGBEcvF3TOUViW5xVSTrMnZZPcAkMQ96GS9WG2isZNShS3eeknGcYf4nGpX\r\n4PBzvtM9U2mDrvk7/Ep8aVElmb6fMmLgQsA=\r\n=dvdw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","types":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"8.12.1","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"14.19.3","dependencies":{"jsdom":"^19.0.0","canvas":"^2.9.1","@hint/utils":"^7.0.18","@hint/utils-fs":"^1.0.14","@hint/utils-dom":"^2.2.0","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0","@hint/utils-network":"^1.0.20","mutationobserver-shim":"^0.3.7","@hint/utils-connector-tools":"^4.0.35"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","lodash":"^4.17.21","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.14","@types/sinon":"^10.0.11","@types/lodash":"^4.14.181","@hint/parser-html":"^3.1.0","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.20","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"optionalDependencies":{"canvas":"^2.9.1"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.21_1657295843809_0.889454621920253","host":"s3://npm-registry-packages"}},"4.1.22":{"name":"@hint/connector-jsdom","version":"4.1.22","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.22","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"},{"name":"anonymous","email":"John.Emau@microsoft.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"055c207f1a956bc9f3be2c4d5bfe15615405b78c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.22.tgz","fileCount":19,"integrity":"sha512-F7AU1F5lRuAEUysAf6aurqcOX2WDscG7vWMIqJ2gXzoBltRQgLJRGQclFD1xLiAIeTHA46lPDIyyBRE+oLaEzA==","signatures":[{"sig":"MEUCIFLFwLQbE4PcvfrMQFwnFNt5B6Zm6/765hiUvtJjFnd6AiEA1FQnvSdI2gVgL34PYitLS5fQ0NqPWeQ3rwi+uv24j1U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2yugACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/XQ//Tyn1EOqTViZ2XP1vFY9VTnO3YLM/ZusnQNQKzalcuhXyZmoq\r\nxi/4N2rQFz5x7I5wflsoWliqfaYGgV0lbMWjMB4XiG5BdANMersu/cM4idm9\r\nS2tC5a1WK+7us3DI9NB3HHHComSj+JDlOANfySyESWc1/WtBtoqyVbadOD6t\r\n3ZDegfF2O5Pj8F9wWtuhCw18siNPwponmDiW2ccche2BhziQleVr8ulfKe8A\r\nLe8RQSCdQ63Ve847WyIJxiMVEjB6QXgtKmsYXimpr5ZzVhJqu58maN4Eb8Hi\r\npijgRf9F48IUeVSPC/sKiAf9FtWeKiQouxXM7bV5MY3i+Pv3Wr33Gd/s6ldN\r\ntlsiixuGFPCtHmyM5EXm3kprgWcMf0j4tFtZKbUwqhb2NussPUsfLYUfVm/O\r\n/1PIeAxkV1wvALadCmb6xyQ6JKChbHXeYODNZnYCoOneq/fog16seO4kTRiY\r\namhoriIORDit6wH9YjLjYYRVZkocW/lMdWDOpvGJWJhdNAb4/EJfP7Bfor1a\r\nIZ1BaZb5LAQJwnJBdu5KjHH89Z3sx3uojPkro6b+B8AX01+S9+8Wv/YDjZdN\r\nzYV3emXkCPSUW/FvkSywxvqwHDwvs11tBevHol4oi/uM6F6fMVQGWt3GDmmr\r\npNXCrPQkZdCG8f1AdaqV80Y/SoWSMgOBwkA=\r\n=6Ljp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","types":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"8.14.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"14.20.0","dependencies":{"jsdom":"^19.0.0","canvas":"^2.9.1","@hint/utils":"^7.0.19","@hint/utils-fs":"^1.0.14","@hint/utils-dom":"^2.2.0","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0","@hint/utils-network":"^1.0.21","mutationobserver-shim":"^0.3.7","@hint/utils-connector-tools":"^4.0.36"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","lodash":"^4.17.21","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/jsdom":"^16.2.14","@types/sinon":"^10.0.11","@types/lodash":"^4.14.181","@hint/parser-html":"^3.1.0","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.21","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"optionalDependencies":{"canvas":"^2.9.1"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.22_1658530720507_0.9490007625230377","host":"s3://npm-registry-packages"}},"4.1.23":{"name":"@hint/connector-jsdom","version":"4.1.23","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.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},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"72bc2fe87c49f5959d610203f8bc6713e0829346","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.23.tgz","fileCount":19,"integrity":"sha512-77YhP3b8AGsLYHpH85YqoPIS8uL6ai98U2+lg2pTihJi25LN3bzDqsrETgbj6k9913Vvg3jGHnSroiC4dgyA5A==","signatures":[{"sig":"MEUCIH91ijznoOXM0BgFrwLGHp98uFizxfGJH9bvoHsZnsGDAiEAuRy5hS4zsJlVZ/s3EJOqx5FLWTZd2bD9sm0XQX4EpB8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55031,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF3e+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpv6xAAnBK4N1sefm6pa/mPFo535K8Mt/c3Hr7cB0LKTU+jVuCBQbRn\r\nZOaBWp1zJjCoFwQDnravP3Xw3+JD8viVQ/QFHUUdpJx7zcJD7jfRkGj1rXeT\r\nzNYMAgf6abeMLpXQg+Q3cvKcDbJ4s/br/AXlD0FCTo6inYVf7Hvm9gLHBAwO\r\nTQuKYjMn9otGijDWrPe7DZoHW3Ax417FP7SOQp5wiTNFZc4mAS41bgN8cRxO\r\namS3i5F5E53niaD/amDGo95i/31dMa5hDxkfPY38IBf0RpfWXBOArKQTKDDH\r\nGcL03Wstw6Sey6iQ0iZReF/O9grSwjmndT9KXPRX0CeE8EuCIgYz1pL7bIoe\r\nWYaoPikCMcvacOVh10sFW4ZP//14YusA7ej+1iE4Eets7YLeXjEmdggu07Eq\r\n/SQCzZHWvtqZcPfGzjhWWiTf/aPFqCWwCrfPwD0XYvcVu3FErwHGoSeljf7O\r\npzMWwjIlx2qx+lpVcTBblDj3udUELGDU1vbEb1xSMZYXmtAaCY51o+DfLUaJ\r\nNILCs7ghom150JM1uzte9SvwyCnqq/J83GebhItRzLH9B0bGWe9GnTtuy5HK\r\nBqwN2dfBkaqTgVfPfuedFt/M3xIQFYmeFAYJW5Pp1CPfXuVwKhVlG7itZV40\r\no/Lm8zy8u2wDxn3YEc9p0d03afYwjEssYuM=\r\n=iWcq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","types":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"8.14.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"14.20.0","dependencies":{"jsdom":"^20.0.0","canvas":"^2.9.1","@hint/utils":"^7.0.20","@hint/utils-fs":"^1.0.14","@hint/utils-dom":"^2.2.1","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0","@hint/utils-network":"^1.0.22","mutationobserver-shim":"^0.3.7","@hint/utils-connector-tools":"^4.0.37"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.0.1","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","lodash":"^4.17.21","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/jsdom":"^20.0.0","@types/sinon":"^10.0.11","@types/lodash":"^4.14.182","@hint/parser-html":"^3.1.1","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.22","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"optionalDependencies":{"canvas":"^2.9.1"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.23_1662482366169_0.3033582215264998","host":"s3://npm-registry-packages"}},"4.1.24":{"name":"@hint/connector-jsdom","version":"4.1.24","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.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},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"962b380d974f5a28a96d7d6e3e553143fec0c184","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.24.tgz","fileCount":19,"integrity":"sha512-6Qde/YDZL9NiE3JmbY5ScJ/grIlIt+OkMlqvBb2X6KLIx/4WG95cA1lh5jZlZgedpA+T5QLkuNwvwVdniDyGHg==","signatures":[{"sig":"MEUCIAfQhqcPjUwMfU33jYAI5+k0S0RB3g1mqZi5g4kr7/oZAiEAl40KpADcF/nQNilaarqtSD6VFZ2A9Mrc8ol2OooWRk4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55031,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPy+4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpLpQ//Zyp8li+A2Ynm21cSOA5lsHaFpmXYm8Sh6FbiSHc1KiPrHikY\r\nwJ+68Wrj8bcgQ1TbPYyGrBURET9Hy8FDp6KY2md2HCyfUMasqymLML6F/Bh7\r\nXSsbTrD91iPi3mCpPYRb9m46DnfS6ONk+Jw2l3izuBysD8H9ezkDObF1h/mI\r\nOiZ5FH8jtxHE0ixglwfnw57VbZVaSKcSXRJFGPPmDFD1IY9oqqcahJLGOkc9\r\nGRUYtxNCjOTsfC3ZOCPGCMGNSkP6XXl2RKlT1MQmjjMlNi+VPRIU3P29Ewkf\r\nQ+GZi1IRoc9KF52wLvvQCAMHd6h19kXqLDA4R0eDWkhvHwQ1F1vtD9C6tQh0\r\niX19fRQJ/GcM05FhoT4TZkQt/vMH/CNjNIR7q4/+RDeCbXG/U1zvQhb6VJe8\r\ngYGF2hcp9u+N6+3EluPzLrFKEr916E8Gg36Ita/eguFMCg7v5w4a0B1GDSkx\r\nuBkRyWUECnj7Q7gFJQo1pHYdMgYPsntSncG7VrTozV8zZYlN+/BWMT3qUxou\r\n4heSaxOaaC4PlhsCwYtxgfGauZHFCwXrdv9fTdO3GW/wyy1E3DvewI1e97sg\r\noqO3bZsHwY81NGRLgi0/sKhfbJgjNVaWW5V9HYIbdCYUr6PzDX9NjCs39rK3\r\ny1MSIx9FBZcUAv0EYKECSH0aZJpmPui84YY=\r\n=KwZa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","types":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"8.14.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"14.20.0","dependencies":{"jsdom":"^20.0.0","canvas":"^2.9.1","@hint/utils":"^7.0.21","@hint/utils-fs":"^1.0.15","@hint/utils-dom":"^2.2.2","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0","@hint/utils-network":"^1.0.23","mutationobserver-shim":"^0.3.7","@hint/utils-connector-tools":"^4.0.38"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","lodash":"^4.17.21","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^17.0.14","npm-run-all":"^4.1.5","@types/jsdom":"^20.0.0","@types/sinon":"^10.0.11","@types/lodash":"^4.14.182","@hint/parser-html":"^3.1.2","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.23","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"optionalDependencies":{"canvas":"^2.9.1"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.24_1665085367757_0.5413306107216918","host":"s3://npm-registry-packages"}},"4.1.25":{"name":"@hint/connector-jsdom","version":"4.1.25","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.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},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"3e84effc86d92522b7f69d68063e7bbd8bc8d728","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.25.tgz","fileCount":19,"integrity":"sha512-JvD2PwuRsgehmgGfyvNykpsS1wTjCLstsH1fnlltbFnrHHehgJpHVHPdGQZbU/2Eco01cIu8LyKMQZEkHDhIAA==","signatures":[{"sig":"MEQCIF2SaaDrKgvC35duZMry8HsktFO/78kPCvC55uE4NROnAiBAvvWpeSD5tgMZSrp4g1oJnI5Ou1qOIvc57PQBk+0IEg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55032,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE5zoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoRxxAAmgM4Z2oy64AaATNGHBPSN0mzGlxpLt4cs3cL/X9ycroZ6c5j\r\nWWklbE5rlA7avp0ISbn+moB4RpMtPjff0ZwSdfJhqdszxi6Q3kX6k8o8g9E1\r\nz75s6xb+03Dzr3pB2R1l//e8BWmgEoLeH15Qw3waL+4D6Bv2z8999q7Xwez6\r\nJbKZ4/LhodlZiTkM1/FVOuyE9fzyjWZonI9dghJg7fWN2nvwdsktGy6gQvyI\r\n7JxLjaYfH9eOT5Qx1PgMt3dEJOYqoSVSoeLMRh/siOrFAQFKLKWOyYcypQeq\r\nD10Yx8RUoFEheNCJks0lKhNKZ7RuBCePvoNf6V+fCJQo87bznGSQ5S3hGDw7\r\nbgHuRddlAFr3OZK7KioLBX5CmQEUVddLxQGUDRIcNQmsugn6qk9aiI6Hc3dH\r\nGPlTkiMtx4QRYG6DZiwBf4mJjqM8GhlaZRmOht0PImrZSTCWXZn/eqAhW8ak\r\nzbS83ODYedmJMVcj5viTnPqpfwNt9CKkbegdTau8UqbtfYxn37+nrdNQs6Hn\r\nUmA1zK68xET2O0+D6e9feByhc9vQeJTLK/QomGMGHr13haJMf5IY1GL5zu8R\r\nGRNqIo/YnfDjfqeoN70M85B4WUlEGAXFKKleU1qnGRlsBhwYhh/CwyvlQmQk\r\n+C/iFsOfMJbq5Gx6NhFAn7jYt7ZIyQZxT6w=\r\n=XwWB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/src/connector.js","types":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"8.14.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"14.20.0","dependencies":{"jsdom":"^21.1.0","canvas":"^2.10.2","@hint/utils":"^7.0.22","@hint/utils-fs":"^1.0.15","@hint/utils-dom":"^2.2.3","@hint/utils-debug":"^1.0.10","@hint/utils-types":"^1.2.0","@hint/utils-network":"^1.0.24","mutationobserver-shim":"^0.3.7","@hint/utils-connector-tools":"^4.0.39"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","lodash":"^4.17.21","rimraf":"^3.0.2","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^18.13.0","npm-run-all":"^4.1.5","@types/jsdom":"^20.0.1","@types/sinon":"^10.0.11","@types/lodash":"^4.14.187","@hint/parser-html":"^3.1.3","eslint-plugin-import":"^2.26.0","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.24","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^4.33.0"},"peerDependencies":{"hint":"^7.0.0"},"optionalDependencies":{"canvas":"^2.10.2"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.25_1679006951791_0.7496595766376652","host":"s3://npm-registry-packages"}},"4.1.26":{"name":"@hint/connector-jsdom","version":"4.1.26","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.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},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"28b8459f6b08621f50f7a30472d17deae919668c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.26.tgz","fileCount":19,"integrity":"sha512-oDDuwdMeHvkEit1ClPh5F72Aw/P0OLcSfMqQnUihznYnsWJUQVqtbCQFv9zqHl/hXWwoBG9gOyrE/c5X30M8FA==","signatures":[{"sig":"MEUCIQDF/fn531W8YcL/La/q0yNJkChQcyNuIBGXbhE4hZHPDQIgGpN+eoybd7FVMWGZptQgrnPSJ+6rNNZj03rUldclNdw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55031},"main":"./dist/src/connector.js","types":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"8.14.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"14.20.0","dependencies":{"jsdom":"^21.1.0","canvas":"^2.11.2","@hint/utils":"^7.0.23","@hint/utils-fs":"^1.0.16","@hint/utils-dom":"^2.2.4","@hint/utils-debug":"^1.0.11","@hint/utils-types":"^1.2.1","@hint/utils-network":"^1.0.25","mutationobserver-shim":"^0.3.7","@hint/utils-connector-tools":"^4.0.40"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","lodash":"^4.17.21","rimraf":"^5.0.0","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^20.1.1","npm-run-all":"^4.1.5","@types/jsdom":"^20.0.1","@types/sinon":"^10.0.11","@types/lodash":"^4.14.194","@hint/parser-html":"^3.1.4","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.25","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^5.59.2"},"peerDependencies":{"hint":"^7.0.0"},"optionalDependencies":{"canvas":"^2.11.2"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.26_1686327875251_0.09032833330157031","host":"s3://npm-registry-packages"}},"4.1.27":{"name":"@hint/connector-jsdom","version":"4.1.27","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","_id":"@hint/connector-jsdom@4.1.27","maintainers":[{"name":"anonymous","email":"leolee@microsoft.com"},{"name":"anonymous","email":"vidorteg@microsoft.com"},{"name":"anonymous","email":"flynnolivia@microsoft.com"},{"name":"anonymous","email":"amolleda@gmail.com"},{"name":"anonymous","email":"antross@gmail.com"}],"homepage":"https://webhint.io/","bugs":{"url":"https://github.com/webhintio/hint/issues"},"ava":{"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","failFast":false,"workerThreads":false},"nyc":{"extends":"../../.nycrc"},"dist":{"shasum":"9175f5491cee47861573bfb7d1767b30d69f5000","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.27.tgz","fileCount":19,"integrity":"sha512-C7qqlKxhhqyM5JQ0tWj12pn30ryKP0rAV3+JcW77RUqgLlZtwRuzW8jAR13hYDWmT4RFM3VqmpFV5vDJn7Uy4A==","signatures":[{"sig":"MEUCIQClOauy/KPAVxFbtWDef0Jp+xOnDT0H4J8kgCqQmMP9YwIgIXj5xSUUZJTvoxtL2TXRHpJEwD+nQ0jWvu6CSiB1Gto=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55031},"main":"./dist/src/connector.js","types":"./dist/src/connector.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 && ava","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/connector-jsdom"},"_npmVersion":"8.14.0","description":"hint connector for JSDOM","directories":{},"_nodeVersion":"14.20.0","dependencies":{"jsdom":"^21.1.0","canvas":"^2.11.2","@hint/utils":"^7.0.23","@hint/utils-fs":"^1.0.16","@hint/utils-dom":"^2.2.4","@hint/utils-debug":"^1.0.11","@hint/utils-types":"^1.2.1","@hint/utils-network":"^1.0.26","mutationobserver-shim":"^0.3.7","@hint/utils-connector-tools":"^4.0.41"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^4.3.3","nyc":"^15.1.0","sinon":"^13.0.1","eslint":"^7.32.0","lodash":"^4.17.21","rimraf":"^5.0.0","copyfiles":"^2.4.1","typescript":"^4.5.5","@types/node":"^20.1.1","npm-run-all":"^4.1.5","@types/jsdom":"^20.0.1","@types/sinon":"^10.0.11","@types/lodash":"^4.14.194","@hint/parser-html":"^3.1.4","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1","@hint/utils-create-server":"^3.4.26","@typescript-eslint/parser":"^4.33.0","@typescript-eslint/eslint-plugin":"^5.59.2"},"peerDependencies":{"hint":"^7.0.0"},"optionalDependencies":{"canvas":"^2.11.2"},"_npmOperationalInternal":{"tmp":"tmp/connector-jsdom_4.1.27_1687907288369_0.7701948201793798","host":"s3://npm-registry-packages"}},"4.1.28":{"ava":{"failFast":false,"files":["dist/tests/**/*.js","!dist/tests/**/fixtures/**/*.js"],"timeout":"1m","workerThreads":false},"dependencies":{"@hint/utils":"^7.0.24","@hint/utils-connector-tools":"^4.0.42","@hint/utils-debug":"^1.0.11","@hint/utils-dom":"^2.2.4","@hint/utils-fs":"^1.0.16","@hint/utils-network":"^1.0.27","@hint/utils-types":"^1.2.1","jsdom":"^21.1.0","mutationobserver-shim":"^0.3.7"},"description":"hint connector for JSDOM","devDependencies":{"@hint/parser-html":"^3.1.4","@hint/utils-create-server":"^3.4.27","@types/jsdom":"^20.0.1","@types/lodash":"^4.14.194","@types/node":"^20.1.1","@types/sinon":"^10.0.11","@typescript-eslint/eslint-plugin":"^5.59.2","@typescript-eslint/parser":"^4.33.0","ava":"^4.3.3","copyfiles":"^2.4.1","eslint":"^7.32.0","eslint-plugin-import":"^2.27.5","eslint-plugin-markdown":"^2.2.1","lodash":"^4.17.21","npm-run-all":"^4.1.5","nyc":"^15.1.0","rimraf":"^5.0.0","sinon":"^13.0.1","typescript":"^4.5.5"},"homepage":"https://webhint.io/","keywords":["connector","jsdom","hint","hint-connector-jsdom","webhint"],"license":"Apache-2.0","main":"./dist/src/connector.js","name":"@hint/connector-jsdom","nyc":{"extends":"../../.nycrc"},"optionalDependencies":{"canvas":"^2.11.2"},"peerDependencies":{"hint":"^7.0.0"},"repository":{"directory":"packages/connector-jsdom","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 && ava","watch":"npm run build && npm-run-all --parallel -c watch:*","watch:ts":"npm run build:ts -- --watch"},"version":"4.1.28","_id":"@hint/connector-jsdom@4.1.28","gitHead":"5db0e7f01a05fcd6ebfefe154a75a6d4a3cf3201","types":"./dist/src/connector.d.ts","bugs":{"url":"https://github.com/webhintio/hint/issues"},"_nodeVersion":"18.19.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-eRhx+yYt7OLbhVX1WtiGyoOOIh/4rk1SOOrAWQUZ7Ukty9WsxUdNgyqppzn6U2mNnHSP6T9hkiFTWnRIBVeufg==","shasum":"99deed23b6a4e70917cfaf6f35066798f13e62eb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@hint/connector-jsdom/-/connector-jsdom-4.1.28.tgz","fileCount":19,"unpackedSize":55031,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDw/3tFU00rgSnN5bFeycID668tDbOSNXc5wobqiN5DLgIgVXPg77HSovnVbRJe/Z5dxTCSZitfFHHcFsMTxCKAWk0="}]},"_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/connector-jsdom_4.1.28_1724949281880_0.890084048075672"},"_hasShrinkwrap":false}},"name":"@hint/connector-jsdom","time":{"created":"2018-07-16T22:55:12.476Z","modified":"2024-08-29T16:34:42.278Z","1.0.0-beta.0":"2018-07-16T22:55:12.680Z","1.0.0-beta.1":"2018-07-17T19:56:04.629Z","1.0.0":"2018-08-06T19:49:49.640Z","1.0.1":"2018-08-21T16:17:28.570Z","1.0.2":"2018-08-27T21:53:06.486Z","1.0.3":"2018-08-27T23:23:06.835Z","1.0.4":"2018-09-06T17:48:06.697Z","1.0.5":"2018-09-11T21:38:50.368Z","1.0.6":"2018-10-03T10:15:19.971Z","1.0.7":"2018-10-03T11:11:43.813Z","1.0.8":"2018-10-19T22:12:40.112Z","1.0.9":"2018-10-31T21:55:22.313Z","1.1.0":"2018-11-02T20:44:39.834Z","2.0.0":"2018-11-05T23:10:06.973Z","2.0.1":"2018-12-31T23:00:45.798Z","2.0.2":"2019-01-15T21:37:35.626Z","3.0.0":"2019-02-07T19:35:08.625Z","3.0.1":"2019-02-21T23:46:00.856Z","4.0.0":"2019-05-15T01:55:24.189Z","4.0.1":"2019-05-15T04:00:21.622Z","4.0.2":"2019-05-23T15:46:24.475Z","4.0.3":"2019-07-23T16:28:52.649Z","4.0.4":"2019-07-24T21:16:23.838Z","4.0.5":"2019-07-30T19:27:34.099Z","4.0.6":"2019-08-06T20:38:46.483Z","4.0.7":"2019-08-16T02:36:15.745Z","4.0.8":"2019-08-29T15:50:34.881Z","4.0.9":"2019-09-11T22:28:27.469Z","4.0.10":"2019-09-19T18:29:29.283Z","4.0.11":"2019-09-24T19:28:07.887Z","4.0.12":"2019-09-26T21:16:53.303Z","4.0.13":"2019-10-16T19:42:05.287Z","4.1.0":"2019-10-29T22:27:17.381Z","4.1.1":"2019-12-03T00:59:40.813Z","4.1.2":"2019-12-05T00:19:52.251Z","4.1.3":"2020-03-18T21:52:47.791Z","4.1.4":"2020-04-15T19:16:34.458Z","4.1.5":"2020-05-18T22:13:25.638Z","4.1.6":"2020-07-27T20:34:21.678Z","4.1.7":"2020-08-24T21:53:27.161Z","4.1.8":"2020-11-11T20:39:38.495Z","4.1.9":"2021-02-04T19:27:22.320Z","4.1.10":"2021-02-06T00:39:41.241Z","4.1.11":"2021-06-09T19:08:32.025Z","4.1.12":"2021-10-21T16:19:03.687Z","4.1.13":"2021-10-29T19:56:11.176Z","4.1.14":"2021-11-04T18:28:35.993Z","4.1.15":"2021-11-15T20:07:40.433Z","4.1.16":"2022-03-10T18:40:30.433Z","4.1.17":"2022-04-26T22:09:57.754Z","4.1.18":"2022-05-04T01:42:29.302Z","4.1.19":"2022-06-06T22:26:35.825Z","4.1.20":"2022-06-13T20:38:38.307Z","4.1.21":"2022-07-08T15:57:24.015Z","4.1.22":"2022-07-22T22:58:40.697Z","4.1.23":"2022-09-06T16:39:26.341Z","4.1.24":"2022-10-06T19:42:48.000Z","4.1.25":"2023-03-16T22:49:12.088Z","4.1.26":"2023-06-09T16:24:35.438Z","4.1.27":"2023-06-27T23:08:08.656Z","4.1.28":"2024-08-29T16:34:42.047Z"},"readmeFilename":"README.md","homepage":"https://webhint.io/"}